:root {
    --font-family-sans-serif: Arial, "Helvetica Neue", sans-serif, "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    --bs-nav-link-color: rgba(0, 0, 0, 0.5);
    --bs-nav-link-hover-color: rgba(0, 0, 0, 0.7);

    --primary: #3885a5;
    --tertiary: #25576c;
}


.card {
    --bs-card-inner-border-radius: 0px;
}

.card-body {
    /*margin-left: calc(5em * 1.5em);*/
    /*margin-left: 165px;
    margin-right: 165px;*/
    
    margin-left: 16.66666667%;
    width: 66.66666667%;
    padding:0px;
    flex-grow: 1; /* Füllt den verbleibenden Platz aus */
}

.card-body-faq {
    /*margin-left: calc(5em * 1.5em);*/
    /*margin-left: 165px;
    margin-right: 165px;*/
    
    margin-left: 4.66666667%;
    width: 89.66666667%;
    padding:0px;
    flex-grow: 1; /* Füllt den verbleibenden Platz aus */
}

.contentbox .card-body {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.contentbox .card-body p{
    
   /* padding-top:10px;
    padding-bottom:10px;*/
}

.card-footer{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-top: auto; /* Stellt sicher, dass der Footer am unteren Rand bleibt */
}

.text-right {
    text-align: right !important;
}

.frame-indent{
    margin-left: 8.66666667%;
    margin-right: 0%;
    width: 83.3333334%;
}

.container4col{
    padding-right:6.885%; 
    padding-left:0px
}


header h2{
    padding:5px 0px 20px 0px;
   /* dateilinks  unten*/
   
}

html {
    font-family: sans-serif;
    line-height: 1.15;
}

body {
    margin: 0;
    font-family: Arial, "Helvetica Neue", sans-serif, "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    color: #58595b;
    text-align: left;
    background-color: #fff;
}

a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(---tertiary);
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

caption {
    color: #58595b;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

h1,
.h1 {
    font-size: 3.125rem;
}

h2,
.h2 {
    font-size: 2.5rem;
}

h3,
.h3 {
    font-size: 2.1875rem;
}

h4,
.h4 {
    font-size: 1.875rem;
}

h5,
.h5 {
    font-size: 1.5625rem;
}

h6,
.h6 {
    font-size: 1.25rem;
}

.lead {
    font-size: 1.5625rem;
    font-weight: 300;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #ffffff;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.table {
    color: #58595b;
}

.table th,
.table td {
    border-top: 1px solid #58595b;
}

.table thead th {
    border-bottom: 2px solid #58595b;
}

.table tbody+tbody {
    border-top: 2px solid #58595b;
}

.table-bordered {
    border: 1px solid #58595b;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #58595b;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(88, 89, 91, 0.05);
}

.table-hover tbody tr:hover {
    color: #58595b;
    background-color: rgba(88, 89, 91, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #c7dde6;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #98c0d0;
}

.table-hover .table-primary:hover {
    background-color: #b5d2de;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b5d2de;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(88, 89, 91, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(75, 76, 78, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(75, 76, 78, 0.075);
}

.table .thead-light th {
    border-color: #58595b;
}

.form-control {
    font-size: 1.25rem;
    font-weight: 300;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #86bfd6;
    box-shadow: 0 0 0 0.2rem rgba(56, 133, 165, 0.25);
}

.col-form-label-lg {
    font-size: 1.5625rem;
}

.col-form-label-sm {
    font-size: 1.09375rem;
}

.form-control-plaintext {
    font-size: 1.25rem;
    color: #58595b;
}

.form-control-sm {
    font-size: 1.09375rem;
}

.form-control-lg {
    font-size: 1.5625rem;
}

.valid-feedback {
    font-size: 80%;
}

.valid-tooltip {
    font-size: 1.09375rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    font-size: 80%;
}

.invalid-tooltip {
    font-size: 1.09375rem;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #2e6e88;
    border-color: #2b667f;
    box-shadow: 0 0 0 0.2rem rgba(86, 151, 179, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b667f;
    border-color: #285f75;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 151, 179, 0.5);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 133, 165, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary);
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 133, 165, 0.5);
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-link {
    color: var(--primary);
}

.btn-link:hover {
    color: var(---tertiary);
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: 1.5625rem;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 1.09375rem;
    border-radius: 0;
}

.dropdown-menu {
    font-size: 1.25rem;
    color: #58595b;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
}

.dropdown-header {
    font-size: 1.09375rem;
}

.input-group-text {
    font-size: 1.25rem;
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    font-size: 1.5625rem;
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    font-size: 1.09375rem;
}

.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-control {
    min-height: 1.875rem;
}

.custom-control-input {
    height: 1.4375rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--primary);
    background-color: var(--primary);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(56, 133, 165, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #86bfd6;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #add3e3;
    border-color: #add3e3;
}

.custom-control-label::before {
    top: 0.4375rem;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    top: 0.4375rem;
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: var(--primary);
    background-color: var(--primary);
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(56, 133, 165, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(56, 133, 165, 0.5);
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(56, 133, 165, 0.5);
}

.custom-switch .custom-control-label::after {
    top: calc(0.4375rem + 2px);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(56, 133, 165, 0.5);
}

.custom-select {
    font-size: 1.25rem;
    font-weight: 300;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.custom-select:focus {
    border-color: #86bfd6;
    box-shadow: 0 0 0 0.2rem rgba(56, 133, 165, 0.25);
}

.custom-select:focus {
    border-color: #86bfd6;
}

.custom-select-sm {
    font-size: 1.09375rem;
}

.custom-select-lg {
    font-size: 1.5625rem;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #86bfd6;
    box-shadow: 0 0 0 0.2rem rgba(56, 133, 165, 0.25);
}

.custom-file-label {
    font-weight: 300;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(56, 133, 165, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(56, 133, 165, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(56, 133, 165, 0.25);
}

.custom-range::-webkit-slider-thumb {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #add3e3;
}

.navbar {
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-padding-x: 1rem;
}

.navbar-nav {
    --bs-nav-link-color: rgba(0, 0, 0, 0.5);
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link {
    text-decoration: none !important;
    /*hinzugefügt am 11.7 für Nav DE und EN */
    color: #62676e;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--primary);
}

.navbar-brand {
    padding-top: 0.265625rem;
    padding-bottom: 0.265625rem;
}

.navbar-toggler {
    font-size: 1.5625rem;
    border: 1px solid transparent;
}

.navbar-toggler-icon {
    background: no-repeat center center;
    background-size: 100% 100%;
}

.breadcrumb {
    background-color: #ffffff;
    padding: .75rem 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    color: #58595b;
}

.breadcrumb-item.active {
    color: #58595b;
}

.page-link {
    color: var(--primary);
}

.page-link:hover {
    color: var(---tertiary);
}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination-lg .page-link {
    font-size: 1.5625rem;
}

.pagination-sm .page-link {
    font-size: 1.09375rem;
}

.badge {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.badge-primary {
    background-color: var(--primary);
}

a.badge-primary:hover,
a.badge-primary:focus {
    background-color: #2b667f;
}

a.badge-primary:focus,
a.badge-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 133, 165, 0.5);
}

.alert-dismissible {
    padding-right: 4.375rem;
}

.alert-primary {
    color: #1d4556;
    background-color: #d7e7ed;
    border-color: #c7dde6;
}

.alert-primary hr {
    border-top-color: #b5d2de;
}

.alert-primary .alert-link {
    color: #102630;
}

.progress {
    font-size: 0.9375rem;
}

.progress-bar {
    background-color: var(--primary);
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    background-color: #70b6cf;
}

.list-group-item-action:active {
    color: #58595b;
}

.list-group-item.active {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.list-group-item-primary {
    color: #1d4556;
    background-color: #c7dde6;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #1d4556;
    background-color: #b5d2de;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1d4556;
    border-color: #1d4556;
}

.close {
    font-size: 1.875rem;
}

.toast {
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.tooltip {
    font-family: Arial, "Helvetica Neue", sans-serif, "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    white-space: normal;
    font-size: 1.09375rem;
}

.popover {
    font-family: Arial, "Helvetica Neue", sans-serif, "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    white-space: normal;
    font-size: 1.09375rem;
}

.popover-header {
    font-size: 1.25rem;
}

.popover-body {
    color: #58595b;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: no-repeat 50% / 100% 100%;
}

.spinner-border {
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    animation: spinner-border .75s linear infinite;
}

.spinner-grow {
    vertical-align: text-bottom;
    background-color: currentColor;
    animation: spinner-grow .75s linear infinite;
}

.border-primary {
    border-color: var(--primary) !important;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.text-primary {
    color: var(--primary) !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: var(---tertiary) !important;
}

.text-body {
    color: #58595b !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #58595b;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #58595b;
    }
}

@media (min-width: 768px) {
    .hidden-xs {
        display: inline-block;
    }
}

/* CSS Silbentrennung */
body {
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

#topnav {
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}

/* topnav */
#topnav {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d2d2d2));
    background-image: linear-gradient(to right, #ffffff, #d2d2d2);
    height: 45px;
}

#topnav [class^='col-'] {
    height: 45px;
}

#topnav .topnavwrap ul {
    text-transform: normal;
    font-size: 14px;
}

#topnav .topnavwrap ul a {
    color: #575757;
}

#topnav .topnavwrap .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
}

#topnav .topnavwrap .socialicons a {
    color: #F1EAE7;
}

#topnav li.active a,
#topnav a.active {
    font-weight: 700;
}

#topnav .menu-language a {
    border-right: 1px solid;
    margin-right: 0.25rem;
}

#topnav .menu-language a:last-child {
    border-right: none;
    margin-right: 0;
}

#topnav .dropdown-menu {
    font-size: 1rem;
}

#topnav .btn {
    font-size: 1rem;
}

/* Topnav sps */
#topnav .sps {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#topnav .sps--abv {
    opacity: 0;
}

#topnav .sps--blw {
    opacity: 1;
}

.headerwrap {
    margin-top: 20px;
}

.headerwrap .testdaf-logo {
    display: inline-block;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .headerwrap {
        margin-top: 40px;
    }

    .headerwrap .testdaf-logo {
        margin-bottom: 50px;
    }
}

/* Loginform Header */
#loginform {
    font-size: 12px;
}

#loginform .btn {
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
}

/*
.btn-primary { text-transform: uppercase; color: #ffffff;  }
a.btn-primary { text-decoration: none !important; }
*/
/* FSC */
.ce-intext.ce-left .ce-gallery {
    margin-right: 2rem;
}

/* Buttons */
.btn-cta {
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 40px;
    margin-top: 15px;
}

.btn-cta {
    border: 1px solid var(--primary);
}

.btn-cta:hover {
    color: #ffffff;
    background: var(--primary);
    text-decoration: none;
}

.btn-primary {
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 40px;
    text-decoration: none !important;
}

.btn-primary {
    background: none;
    color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary);
    color: #ffffff;
}

a.btn-contentbox:hover {
    border: 1px solid;
    background-color: var(--primary);
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Counter */
.counter-data {
    font-family: freight-sans-pro, sans-serif;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

@media (min-width: 992px) {
    .counter-data {
        font-size: 6rem;
    }
}

#kontaktformular input,
#kontaktformular textarea,
#kontaktformular select {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 0;
}

#kontaktformular select option {
    color: #181818;
}

#kontaktformular ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c2c2c2;
}

#kontaktformular ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
}

#kontaktformular :-ms-input-placeholder {
    /* IE 10+ */
    color: #c2c2c2;
}

#kontaktformular :-moz-placeholder {
    /* Firefox 18- */
    color: #c2c2c2;
}

#kontaktformular .btn-primary {
    color: #fff;
}

/* Tabs */
.tabcontentwrap {
    padding: 50px 0;
}

.tabcontentwrap h3 {
    margin-bottom: 30px;
}

/* .tabcontentwrap h3 { color: var(--primary); font-size: 24px; margin-bottom: 24px; } */
.tabcontentwrap .nav-tabs {
    border-bottom: none;
    margin-bottom: 24px;
}

.tabcontentwrap .nav-tabs .nav-link {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant-numeric: lining-nums;
    font-size: 24px;
    margin: 0 10px;
}

.tabcontentwrap .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 2px solid #58595b;
    color: #58595b;
}

.tabcontentwrap .nav-tabs .nav-link.active,
.tabcontentwrap .nav-tabs .nav-item.show .nav-link {
    color: #b7c129;
    background-color: transparent !important;
    border-radius: 0;
    border-color: #b7c129;
    font-weight: 500;
}

.tabcontentwrap .btn-primary {
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 40px;
    text-decoration: none !important;
}

.tabcontentwrap .btn-primary {
    background: none;
    color: var(--primary);
}

.tabcontentwrap .btn-primary:hover {
    background: var(--primary);
    color: #ffffff;
}

/* Downloads */
.frame-type-uploads h2 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #58595b;
}

.ce-uploads .card-deck {
    width: 100%;
}

.ce-uploads span {
    display: inline;
}

.ce-uploads .download-item {
    background-color: #ffffff;
    border-bottom: 5px solid #006899;
    padding: 15px;
}

.ce-uploads .download-info a {
    color: #58595b;
    text-decoration: none;
}

.ce-uploads .download-icon {
    margin-right: 15px;
}

.ce-uploads .download-image {
    border: 1px solid #58595b;
    padding-right: 0;
}

.ce-uploads .ce-uploads-description {
    font-size: 14px;
    margin-top: 10px;
}

/* Sections & Grids */
.section-div {
    margin-top: 70px;
}

.grid1col header {
    margin-bottom: 2rem;
}

.grid4col header {
    padding-bottom: 1rem;
}

/* indexed_search */
ul.tx-indexedsearch-browsebox {
    padding-left: 0;
    margin-bottom: 1rem;
    list-style: none;
}

ul.tx-indexedsearch-browsebox:after {
    display: table;
    clear: both;
    content: '';
}

ul.tx-indexedsearch-browsebox li {
    float: left;
}

ul.tx-indexedsearch-browsebox li+li {
    margin-left: 0.25rem;
}

ul.tx-indexedsearch-browsebox li a {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border-radius: .25rem;
    border: 1px solid #dee2e6;
}

ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
    color: #fff;
    cursor: default;
    background-color: #d2d2d2;
}

/*
  body: ##575757;
  blau: $primary;
  */
html {
    scroll-padding-top: 120px;
}

/* Fonts & Typography */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.btn-white {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant-numeric: lining-nums;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--primary);
}

h2 {
    font-size: 36px;
    color: var(--primary);
}

h3 {
    font-size: 28px;
}

strong {
    font-weight: 700;
}

h1+h2 {
    color: #58595b;
}

.headerblue {
    color: var(--primary);
}

.space-before-70 {
    margin-top: 50px;
}

.space-after-70 {
    margin-bottom: 50px;
}

.section-div {
    margin-top: 50px;
}

@media (min-width: 576px) {
    .space-before-70 {
        margin-top: 70px;
    }

    .space-after-70 {
        margin-bottom: 70px;
    }

    .section-div {
        margin-top: 70px;
    }
}

.breadcrumb {
    font-family: freight-sans-pro, sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.btn-cta {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-cta:hover {
    color: #fff;
    background: var(--primary);
}

.btn-cta:hover {
    color: #fff;
    background: var(--primary);
}

.btn-primary {
    background: none;
    color: var(--primary);
    margin-bottom: 1rem;
}

.btn-primary:hover {
    background: var(--primary);
    color: #fff !important;
}

.topnavwrap .dropdown-item.active,
.topnavwrap .dropdown-item:active {
    color: #fff;
    background-color: #c2c2c2;
}

.topnavwrap .btn-primary {
    padding: 0.25rem;
    margin: 0 1.5rem;
    display: block;
    background: var(--primary);
    color: #fff !important;
}

.topnavwrap .btn-primary:hover {
    background: #fff;
    color: var(--primary) !important;
}

.topnavwrap .gastlogo {
    padding: .75rem 0;
}

ul {
    list-style-type: square;
}

ul.list-bluebox {
    list-style-type: none;
}

ul.list-bluebox li:before {
    content: "\25A0";
    color: var(--primary);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.fa-ul i.fa-check {
    color: var(--primary);
}

ul.fa-ul {
    margin-left: 1.7em;
}

ul.fa-ul li {
    margin-bottom: .75em;
}

.ger-siegel {
    background: url("../img/GER_weiss_transparent_HG.png") no-repeat left top;
}

.image-caption {
    font-size: .875em;
    margin-top: 10px;
}

.homecatbox {
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
}

.homecatbox a {
    color: #fff;
}

.homecatbox:hover .card-img-overlay {
    padding: 0;
    background-image: url(../img/catboxback_TestAS_360-x172.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.homecatbox .card-img-overlay {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.homecatbox {
    font-size: 34px;
    margin-bottom: 0;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant-numeric: lining-nums;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.2;
}

.homecatbox p {
    margin-bottom: 0;
}

.homecatbox .card-title {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin-bottom: 0;
}

#social {
    position: fixed;
    bottom: 40%;
    right: -140px;
    z-index: 10000;
    font-size: 1rem;
}

#social .social {
    width: 190px;
    padding: 15px 0 15px 15px;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

#social .social {
    text-transform: uppercase;
}

#social .social a {
    color: #fff;
}

#social .social:hover {
    margin-left: -140px;
}

#social .social .fal {
    margin-right: 15px;
}

#social .social-testzentrum {
    background-color: #70b6cf;
}

#social .social-login {
    background-color: #009ed1;
}

#social .social-contact {
    background-color: #006899;
}

@media (min-width: 768px) {
    #social {
        bottom: 60%;
    }
}

.contactbox {
    padding: 80px 15px;
    margin-bottom: 0px !important;
    color: #fff;
    text-align: center;
    background-color: #000;
    background-image: url(../img/contact-back.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.contactbox h2,
.contactbox a {
    color: #fff;
}

.contactbox a.btn-cta {
    color: #fff;
    border-color: #fff;
}

.contactbox a.btn-cta:hover {
    color: #fff;
}

.contactbox .contactphone {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant-numeric: lining-nums;
}

.contactbox .contactphone {
    font-size: 24px;
    margin-top: 20px;
}

.contactbox form {
    margin-top: 40px;
}

.contactbox form h2 {
    display: none;
}

.contactbox form label.control-label {
    display: hidden;
}

.contactbox .btn-primary {
    background: #ffffff;
}

.contactbox+#footer,
.grid1col .tabcontentwrap+#footer,
.calltoaction+#footer {
    margin-top: 0;
}

.mm-wrapper_opened #social {
    visibility: hidden;
}

.testdafdigital {
    background-image: url(../img/hg_digital.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.testdafdigital .frame-type-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 50px;
}

.addlangs {
    background: url("../img/sprachenwolke4.jpg") no-repeat center center;
    background-size: cover;
    padding: 160px 80px;
    text-align: center;
}

.addlangs .btn-cta {
    margin-top: 0;
    background-color: #c8d200;
    color: #fff;
    border-color: #fff;
}

.addlangs .btn-cta:hover {
    background-color: var(--primary);
}

table.termine .table-primary th {
    background-color: var(--primary) !important;
    color: #fff;
}

table.termine thead th {
    border-top: 0;
    border-bottom: 1px solid #58595b;
}

table.termine th,
table.termine td {
    border-top: 1px dotted #58595b;
    vertical-align: middle;
}

.zentrenfinder {
    padding: 80px 15px;
    color: #ffffff;
    background-color: #7dbed7;
    background-image: url(../img/zentren-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.zentrenfinder h2 {
    color: #fff;
}

.zentrenfinder .finderleft {
    background: #ffffff;
    color: var(--primary);
    padding: 20px;
}

.zentrenfinder .finderleft h3 {
    color: var(--primary);
    margin-bottom: 16px;
}

.zentrenfinder a.btn-white {
    background: #ffffff;
    color: var(--primary);
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 20px;
    font-size: 28px;
}

.zentrenfinder a.btn-white:hover {
    background: var(--primary);
    color: #ffffff;
}

/* Footer */
#footer {
    background-color: #fd9603;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
}

#footer {
    background-image: url(../img/footer-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#footer h2 {
    font-size: 24px;
    color: #fff;
}
/*
#footer {
    font-size: 14px;
}*/

#footer ul {
    padding: 0;
    margin: 0;
}

#footer li {
    margin: 0;
}

#footer ul,
#footer li {
    padding: 0;
    margin-left: 0.5rem;
    list-style: none;
}

#footer li:before {
    content: "\f105";
    color: #fff;
    display: inline-block;
    padding-right: 0.5rem;
    margin-left: -1rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
}

#footer li a {
    color: #fff;
    text-decoration: none;
}

#footer figure {
    margin: 0;
}

#footer .footer-credits p {
    margin-bottom: 0;
}

.socialfooter {
    font-size: 2em;
}

.socialfooter a {
    color: #fff;
}

/* Mainnav */
.mainnav.sticky-top {
    background: #ffffff;
    top: 45px;
    z-index: 10 !important;
}

/* 5.8.24 Abstand von Logo erweirtern */
.container.sticky-top.mainnav {
    margin-top:30px;
}

.gast-logo{
    margin-bottom:30px;
}


.testdaf-nav {
    border-bottom: 1px solid #666666;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

.testdaf-nav .megamenu {
    position: static;
}

.testdaf-nav .megamenu .dropdown-menu {
    font-size: 1rem;
    width: 100%;
    margin-top: 1px;
    border: 0;
    border-radius: 0;
    background-color: #f8f8f8;
    border-bottom: 2px solid var(--primary);
    max-height: 60vh;
    overflow-y: auto;
}

.testdaf-nav .megamenu .child-item {
    margin-bottom: 45px;
}

.testdaf-nav .megamenu .child-item .firstlevel {
    min-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.testdaf-nav .megamenu .child-item .dropdown-item:hover,
.testdaf-nav .megamenu .child-item .dropdown-item:focus {
    background-color: #f2f2f2;
    text-decoration: none !important;
}

.testdaf-nav .megamenu .gast .firstlevel {
    /* Menü Überschrift altes Farbe color: #63b450;*/
    color: #155880;
}

.testdaf-nav .megamenu .spacer {
    display: none;
}

.testdaf-nav .megamenu .testdaf-logo,
.testdaf-nav .megamenu .gast-logo {
    padding: .25rem 1.2rem;
}

.testdaf-nav .megamenu .gast-logo img {
    max-width: 500px;
}

.testdaf-nav .dropdown-item {
    color: #666666;
    white-space: normal;
}

.testdaf-nav .dropdown-item.active {
    background-color: transparent !important;
}

.testdaf-nav .dropdown-item.current {
    color: var(--primary);
}

.testdaf-nav .haschilds {
    color: #666666;
    /* padding-left: 2.5rem; */
    font-weight: normal;
}

#mmenumobile {
    font-size: 1rem;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variant-numeric: lining-nums;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#mmenumobile .mm-navbar {
    background: var(--primary);
    color: #fff;
}

#mmenumobile .mm-navbar .mm-btn::after,
#mmenumobile .mm-navbar .mm-btn::before {
    border-color: #fff;
}

#mmenumobile .mm-panel {
    background: #fff;
}

#mmenumobile .mm-listitem {
    border-color: var(--primary);
}

#mmenumobile .mm-listitem__btn {
    background: #f2f2f2;
}

#mmenumobile .mm-btn::after,
#mmenumobile .mm-btn::before {
    border-color: var(--primary);
}

#mmenumobile .mm-listitem__text {
    white-space: normal;
    color: var(--primary);
}

#mmenumobile .mm-listitem_selected>.mm-listitem__text {
    background: #70b6cf;
    color: #fff;
    font-weight: 600;
}

#mmenumobile .spacer {
    display: none;
}

.mmenumobile.sticky-top {
    background: #ffffff;
    top: 45px;
    z-index: 10 !important;
}

.boxvorteile {
    position: relative;
}

.boxvorteile .quotecontainer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 8px;
}

.boxvorteile .quoteheadline {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.boxvorteile .quoteleft,
.boxvorteile .quoteright {
    width: 30px;
}

@media (min-width: 768px) {
    .boxvorteile .quotecontainer {
        padding: 16px;
    }

    .boxvorteile .quoteheadline {
        padding: 0 100px;
        font-size: 18px;
    }

    .boxvorteile .quoteleft,
    .boxvorteile .quoteright {
        width: 40px;
    }
}

@media (min-width: 1024px) {
    .boxvorteile .quoteheadline {
        padding: 0 120px;
        font-size: 28px;
    }
}

.calltoaction {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.calltoaction .actionbox {
    background-color: #ffffff;
    padding: 20px;
}

.calltoaction .actionbox.quicklinks {
    padding: 20px;
}

.calltoaction .actionbox.quicklinks ul {
    padding-left: 1.2em;
}

@media (min-width: 576px) {
    .calltoaction {
        padding: 60px 0;
    }

    .calltoaction .actionbox {
        padding: 50px 20px;
    }

    .calltoaction .actionbox.quicklinks {
        padding: 50px;
    }
}

.calltoaction .btn-primary {
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 40px;
    text-decoration: none !important;
}

.calltoaction .btn-primary {
    background: none;
    color: var(--primary);
}

.calltoaction .btn-primary:hover {
    background: var(--primary);
    color: #ffffff;
}

/* Contentbox */
.contentbox {
    padding: 1.25rem 1rem 2.5rem 1rem;
    width: 100%;

    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between; /* Verteilt Inhalte gleichmäßig über die Höhe */
}

.contentbox h2 {
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 36px;
}

.contentbox .btn-contentbox {
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 40px;
}

.contentbox p a {
    text-decoration: none !important;
}

.contentbox.blue {
    color: #fff;
    background-color: var(--primary);
}

.contentbox.blue.diamant {
    /* background-image: url(/typo3conf/ext/testdaf/Resources/Public/img/box_blue.png);
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: cover;
            */
}

.contentbox.blue h2,
.contentbox.blue h3,
.contentbox.blue h4,
.contentbox.blue h5 {
    color: #fff;
}

.contentbox.blue table td {
    border-color: #fff;
    color: #fff;
}

.contentbox.blue a {
    color: #fff;
}

.contentbox.blue a:hover {
    text-decoration: underline;
}

.contentbox.blue .btn-contentbox {
    border: 1px solid #fff;
}

.contentbox.green {
    color: #fff;
    background-color: #c8d200;
}

.contentbox.green h2,
.contentbox.green h3,
.contentbox.green h4,
.contentbox.green h5 {
    color: #fff;
}

.contentbox.green table td {
    border-color: var(--primary);
}

.contentbox.green a {
    color: #fff;
}

.contentbox.green a:hover {
    text-decoration: underline;
}

.contentbox.green .btn-contentbox {
    border: 1px solid #fff;
    color: #fff;
}

.contentbox.red {
    color: #ffffff;
    background-color: #d63517;
}

.contentbox.red.diamant {
    background-image: url(/typo3conf/ext/testas/Resources/Public/img/box_red.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.contentbox.red h2,
.contentbox.red h3,
.contentbox.red h4,
.contentbox.red h5 {
    color: #fff;
}

.contentbox.red table td {
    border-color: #fff;
    color: #fff;
}

.contentbox.red a {
    color: #fff;
}

.contentbox.red a:hover {
    text-decoration: underline;
}

.contentbox.red .btn-contentbox {
    border: 1px solid #fff;
}

.contentbox.light_grey {
    background-color:#f2f2f2;
}

.contentbox.light_grey  h2,
.contentbox.light_grey  h3,
.contentbox.light_grey  h4,
.contentbox.light_grey  h5 {
    /* am 22.10.24 auskommentiert color: #fff; color: #34383c;*/
    color: #58595B;
}

.contentbox.light_grey  table td {
    border-color: #fff;
    color: #fff;
}



.contentbox.grey {
    color: #fff;
    background-color: #c5c5c6;
}

.contentbox.grey h2,
.contentbox.grey h3,
.contentbox.grey h4,
.contentbox.grey h5 {
    color: #fff;
}

.contentbox.grey table td {
    border-color: #fff;
    color: #fff;
}

.contentbox.grey a {
    color: #fff;
}

.contentbox.grey p a:hover,
.contentbox.grey a:hover {
    text-decoration: underline !important;
}

.contentbox.grey .btn-contentbox {
    border: 1px solid #fff;
    color: #fff;
}

.contentbox.grey a.btn-contentbox {
    text-decoration: none !important;
}

.contentbox.grey .country:hover {
    filter: drop-shadow(4px 4px 5px var(--primary));
    -webkit-filter: drop-shadow(4px 4px 5px var(--primary));
    -moz-filter: drop-shadow(4px 4px 5px var(--primary));
}

.contentbox.dmat {
    color: #fff;
    background-color: #9f035e;
}

.contentbox.dmat h2,
.contentbox.dmat h3,
.contentbox.dmat h4,
.contentbox.dmat h5 {
    color: #fff;
}

.contentbox.dmat table td {
    border-color: var(--primary);
}

.contentbox.dmat a {
    color: #fff;
}

.contentbox.dmat a:hover {
    text-decoration: underline;
}

.contentbox.dmat .btn-contentbox {
    border: 1px solid #fff;
    color: #fff;
}


.contentbox.card {
    border: none;
    border-radius: 0;
}

.contentbox .card-footer {
    padding: 0;
    background: none;
    border: none;
}

.contentbox .dates-entry {
    border-bottom: 1px solid #fff;
    padding: 0.5rem;
}

.contentbox p {
    margin-bottom: 0;
}

.contentbox .col-10 {
    padding-left: 0 !important;
}

.contentbox .col-2 {
    padding-right: 0 !important;
}

/* FAQs */
#accordion .card {
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

#accordion .card-header:first-child {
    border-radius: 0;
}

#accordion .card-header {
    padding: 0.75rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #181818;
}

#accordion .btn {
    padding: 0.375rem 0;
    width: 100%;
    text-align: left;
}

#accordion h5 {
    color: #181818;
    font-family: Arial, "Helvetica Neue", sans-serif, "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.25rem;
    margin: 0;
    color: var(--primary);
}

#accordion h5 i {
    float: right;
}

#accordion span.faqtitle {
    border-right: 0px solid #181818;
    padding-right: 10px;
    min-width: 100px;
    max-width:95%;
    display: inline-block;
}


#accordion span.subtitle {
    padding-left: 10px;
}

#accordion [data-bs-toggle="collapse"] .fal:before {
    content: "\f063";
}

#accordion [data-bs-toggle="collapse"].collapsed .fal:before {
    content: "\f061";
}

/* CE Testaufbau */
.testaufbau {
    margin-bottom: 20px;
}

.testaufbau .icon {
    padding: 0;
    margin-bottom: 15px;
}

.testaufbau .tabelle {
    width: 50%;
}

.testaufbau h3 {
    color: var(--primary);
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.testaufbau p {
    margin-bottom: 0;
}

.testaufbau ul {
    padding-left: 1rem;
}

.testaufbau .zeitaufwand {
    border-top: 2px solid var(--primary);
    padding-top: 10px;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .testaufbau .zeitaufwand {
        border-top: 0;
        border-left: 2px solid var(--primary);
        padding-top: 0px;
        margin-top: 0;
    }

    .testaufbau .icon {
        margin-bottom: 0;
    }
}

/* Powermail */
.powermail_form fieldset,
.frame-type-form_formframework fieldset {
    margin-bottom: 2rem;
}

.powermail_form legend,
.frame-type-form_formframework legend {
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #c2c2c2;
    margin: 1rem 0;
    color: #c2c2c2;
}

.powermail_form .checkbox label,
.frame-type-form_formframework .checkbox label {
    font-size: 1rem;
}

.tx-powermail .btn-group,
.frame-type-form_formframework .btn-group {
    margin-bottom: 20px;
}

.tx-powermail .btn-danger,
.frame-type-form_formframework .btn-danger {
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 40px;
    text-decoration: none !important;
    margin-right: 20px;
}

.news-slider {
    background-color: #e8e8e8;
    border-bottom: 6px solid var(--primary);
}

.news-slider .swiper-slide {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 576px) {
    .news-slider .swiper-slide {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .news-slider .swiper-slide {
        padding: 55px;
    }
}

.news-slider .swiper-slide.row {
    margin: 0;
}

.news-slider .news-image {
    width: 40%;
}

.news-slider .news-text {
    width: 60%;
}

.news-slider-pagination {
    margin-top: 17px;
}

.news-slider-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 0%;
    background: #000;
    opacity: .2;
    margin: 8px;
}

.news-slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary);
}

.datemenu {
    font-size: 1rem;
    border-radius: 0;
}

.datemenu .list-group-item {
    border-left: 0;
    border-right: 0;
}

.datemenu .list-group-item.active a.datelink {
    color: #fff;
}

.datemenu .list-group-item .badge-primary {
    background-color: #70b6cf;
}

.datemenu .dateyear {
    font-weight: 600;
    border-top: 2px solid rgba(0, 0, 0, 0.125);
}

.latestheadlines .newsdate {
    font-size: 0.875rem;
    display: block;
}

.news-list-view .card {
    border-radius: 0;
    border: 0;
}

.news-list-view .card .card-img {
    border-radius: 0;
}

.news-list-view .card .news-list-date {
    font-size: 1rem;
}

.news-list-view .card .card-body {
    padding-top: 0;
}

.news-seperator {
    border-bottom: 1px dotted #58595b;
    padding-top: 35px;
    margin-bottom: 35px;
}

.pagination {
    font-size: 1rem;
}

.page-navigation {
    font-size: 1rem;
}

.news-single .news-img-caption {
    font-size: .875rem;
}

.news-single .news-img-wrap {
    margin-bottom: 35px;
}

/* ist nirgendwo definiert habe ich am 5.8.2020 hinzugefügt aber daktiviert
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}*/

.col, .col-md-6.col-lg-4 {
    display: flex;
    flex-direction: column;
}

.text-center{
    margin-top:20px;
}


/*diese btn ist für die Button auf der Startseite*/
.btn {
    display:inline-block;
    font-weight:400;
    color:#58595b;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:0;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
  }

  /*css angepasst für Wacon Cookie Extension   */
  

.waconcookiemanagement {
    font-family: Helvetica, sans-serif;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-weight: 300;
    background: initial !important;
	}
	
	#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    background: #9f035e !important;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    margin: 5px auto !important;
	}
 
 
#CookieBox .intro .cookie-legal, #CookieBox2 .intro .cookie-legal {
    width: 100%;
	}
 
#CookieBox {
    z-index: 201;
    position: fixed;
    bottom: 0;
    left: 0 !important;
    top: initial !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 80%;
    background: #ef8708 !important;
    padding: 0px 20px 0px !important;
    border-radius: 5px;
    opacity: 100%;
	}

@media (max-width: 800px) {
    #CookieBox {
        left: 0%!important;
        top: 10%!important;
        width: 52%!important;
        max-height: 90%;
        min-height: 90%;
    }
}

@media (max-width: 800px) {
    #CookieBox .cookie-management,
    #CookieBox .cookie-refuse {
        display: inline-block;
    }
}
 
 
 