html {
    font-family: sans-serif;
}
/* headers */
h2, h3, h4 {
    /*font-size: 1.4rem;

    color: #FFF;

    display: inline-block;

    text-transform: uppercase;

    font-weight: 500;*/
    color: #000;
    text-transform: none;
    font-weight: 400;
}
.txt_center_orange {
    font-weight: 800;
    font-size: 30px;
    color: #f26523;
}
h3 {
    margin: 1em 0;
    font-size: 1.3rem;
    border: 0;
}
h4 {
    margin: 1em 0;
    font-size: 1.2rem;
    border: 0;
}
.section-white .frame {
    padding: 25px 0px 20px 0px;
}
/* ul li styles */
ul.arrow-green, ul.arrow-white {
    list-style: none;
    padding: 0;
    margin-top: 0.5em;
}
ul.arrow-green li, ul.arrow-white li {
    margin-left: 25px;
}
ul.arrow-green li:before, .ul.arrow-white li:before {
    content: " ";
    background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/arrow2-green.svg);
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    margin-bottom: 0px;
    clear: both;
    margin-left: -30px;
}
ul.arrow-white li:before {
    background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/arrow2-white.svg) !important;
    margin-left: -30px;
}
/* buttons */
.button-green, .bt1 a {
    background-color: #2F9D35;
    padding: 15px 20px 15px 20px;
    color: #fff;
}
.button-green:hover, .bt1 a:hover {
    background-color: #945405;
    color: #fff;
}
.btn-primary, .btn-primary.center, .history-back {
    background-color: #e65c10;
    color: #fff;
    padding: 7px 20px;
    margin: 0px 15px 70px 15px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    border-radius: 0px;
    font-size: 14px;
    transition: background-color 0.4s;
}
.history-back {
    padding: 2px 20px !important;
}
/*.btn-primary{

	border-radius: 0;

	border-color: #fff;

	background-color:#fff;

	color:#000;

}*/
.btn-download {
    border-radius: 0;
    background-color: #945405;
    border-color: #945405;
    color: #fff !important;
    background-image: url("/typo3conf/ext/dqtemplate/Resources/Public/Icons/fileicons/download.svg") !important;
    padding-left: 41px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.btn-download:hover {
    border-radius: 0;
    background-color: #2b3773;
    border-color: #2b3773;
    color: #fff;
}
a.btn:hover {
    text-decoration: none;
}
.btn-primary:hover, .history-back:hover {
    color: #fff !important;
    background-color: #b1470d !important;
    border-color: #fff !important;
}
.fixedwidth {
    width: 300px;
    text-align: center;
}
/* frames */
.frame-green, .frame-blue {
    border: 2px solid #2F9D35;
    display: block;
    padding: 1.5rem;
    margin: 1rem 0;
}
.frame-blue {
    border: 2px solid #945405;
}
/* accordions bootstrap */
.accordion-body h2 {
    display: none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    padding: .75rem 1rem .75rem .5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion-item {
    border-radius: 0;
    max-width: 1140px;
    margin: auto;
}
button.accordion-button {
    font-weight: 500;
    text-decoration: none;
    background-color: #00000000;
    border: none;
    padding: 0.375rem 1.5rem 0.375rem 1.5rem;
    height: 59px;
}
button.accordion-button {
    text-align: left;
}
button.accordion-button, .card-header .accordion-title-link {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.card-header .accordion-title-link {
    display: inline-block;
    padding-right: 0rem;
}
button.accordion-button[aria-expanded="false"] {
    background-image: url("/typo3conf/ext/dqtemplate/Resources/Public/Images/ei_plus-icon.svg");
    background-repeat: no-repeat;
    transition: background 0.5s;
    background-position: right;
    background-size: 23px 23px;
}
button.accordion-button[aria-expanded="true"] {
    background-image: url("/typo3conf/ext/dqtemplate/Resources/Public/Images/minus.svg");
    background-repeat: no-repeat;
    transition: background 0.5s;
    background-position: right;
    background-size: 23px 23px;
}
table tr td + td {
    white-space: nowrap;
}
table tr, table td {
    padding: 1em;
}
table, th, td {
    border: none;
}
.page-content .font-size-h2 {
    font-size: 32px;
}
/*table tr:first-child {

    height: 60px;

    background-color: #124565;

	color:#fff;

	border:none;

}*/
table tr:nth-child(2n+1) {
    height: 60px;
    background-color: #EFEFEF;
    color: #000;
    border: none;
}
.page-top-content .header-blue {
    color: #373E85;
    font-size: 25px;
    margin: 12px 0px;
}
table tr:first-child td {
    border: none;
}
/*table tr:first-child p{

    font-size: 22px;

    line-height: 36px;

    margin: 1rem;

}*/
table p {
    margin: 0;
}
/*table tr:nth-child(even) {

    background-color: #f8f6ff;

}*/
table tr:nth-child(even) {
    background-color: #fff;
}
table {
    width: 90%;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 3em;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.page-content table {
    box-shadow: 0 0px 10px 1px rgb(216 216 216 / 65%);
    width: 100% !important;
    margin: 0px !important;
    /*box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);

    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);

    -webkit-box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);

    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);

    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);*/
}
.p-btn {
    max-width: 800px;
    margin: auto;
}
.p-btn a {
    color: #fff !important;
    padding: 15px 30px;
    font-size: 23px;
    background-color: #373e85;
    display: table;
    margin: auto;
}
.news .p-btn a {
    margin-top: 30px;
    margin-bottom: 30px;
}
.news .txt_center_orange {
    display: block;
    margin-top: 50px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.ce-gridgallery .caption.caption-visible {
    line-height: 15px;
}