/***** TYPO3 - Start *****/
.headline-outer.center {
    text-align: center;
}

header.header h1 {
    position: relative;
    display: inline-block;
    margin: 0 0 40px;
    padding: 0 2px 6px;
    line-height: 1.4;
}
header.header h1::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 4px solid rgb(var(--color-primary));
    border-radius: 2px;
}
header.header h2 {
    position: relative;
    display: inline-block;
    margin: -4px 0 40px;
    padding: 0 2px 6px;
    line-height: 1.4;
}
header.header h2::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 4px solid rgb(var(--color-primary));
    border-radius: 2px;
}
.home header.header h2 {
    font-size: 42px;
    line-height: 42px;
}

.ce-bodytext a {
    color: rgb(var(--color-primary));
    text-decoration: none;
    cursor: pointer;
}

.ce-bodytext h3 {
    margin: 0 0 20px;
}
.ce-bodytext ul {
    margin: 0 0 40px;
}
.ce-bodytext ul:last-of-type {
    margin-bottom: 0;
}
.ce-bodytext ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 20px;
}
.ce-bodytext ul li::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(var(--color-primary));
}

.ce-bodytext span[style*="font-weight: bold"],
.ce-bodytext b {
    font-weight: 500 !important;
}

.frame-type-textmedia,
.frame-type-text,
.frame-type-uploads,
.frame-type-bullets,
.frame-type-html,
.frame-type-menu_subpages,
.frame-type-menu_sitemap_pages {
    margin: 0 0 76px;
}
.frame-space-after-none,
.frame-type-textmedia.frame-space-after-none,
.frame-type-text.frame-space-after-none,
.frame-type-uploads.frame-space-after-none,
.frame-type-bullets.frame-space-after-none,
.frame-type-html.frame-space-after-none,
.frame-type-list.frame-space-after-none,
.frame-type-gridelements_pi1.frame-space-after-none,
.frame-layout-160.frame-space-after-none,
.frame-type-menu_subpages.frame-space-after-none {
    margin-bottom: 0;
}
.frame-type-textmedia.frame-space-after-small,
.frame-type-text.frame-space-after-small,
.frame-type-uploads.frame-space-after-small,
.frame-type-bullets.frame-space-after-small,
.frame-type-html.frame-space-after-small,
.frame-type-list.frame-space-after-small,
.frame-type-menu_subpages.frame-space-after-small {
    margin-bottom: 20px;
}
.frame-type-textmedia.frame-space-after-medium,
.frame-type-text.frame-space-after-medium,
.frame-type-uploads.frame-space-after-medium,
.frame-type-bullets.frame-space-after-medium,
.frame-type-html.frame-space-after-medium,
.frame-type-list.frame-space-after-medium,
.frame-type-menu_subpages.frame-space-after-medium {
    margin-bottom: 40px;
}
.frame-type-textmedia.frame-space-after-large,
.frame-type-text.frame-space-after-large,
.frame-type-uploads.frame-space-after-large,
.frame-type-bullets.frame-space-after-large,
.frame-type-html.frame-space-after-large,
.frame-type-menu_subpages.frame-space-after-large {
    margin-bottom: 102px;
}
/*
.frame-type-gridelements_pi1 .row > div .frame-type-textmedia:last-of-type,
.frame-type-gridelements_pi1 .row > div .frame-type-text:last-of-type,
.frame-type-gridelements_pi1 .row > div .frame-type-uploads:last-of-type,
.frame-type-gridelements_pi1 .row > div .frame-type-bullets:last-of-type,
.frame-type-gridelements_pi1 .row > div .frame-type-html:last-of-type,
.frame-type-gridelements_pi1 .row > div .frame-type-menu_subpages:last-of-type {
    margin-bottom: 0;
}
*/
/*.frame-type-gridelements_pi1 .frame-type-textmedia:not([class*="frame-space-"]),
.frame-type-gridelements_pi1 .frame-type-text:not([class*="frame-space-"]),
.frame-type-gridelements_pi1 .frame-type-uploads:not([class*="frame-space-"]),
.frame-type-gridelements_pi1 .frame-type-bullets:not([class*="frame-space-"]),
.frame-type-gridelements_pi1 .frame-type-html:not([class*="frame-space-"]),
.frame-type-gridelements_pi1 .frame-type-menu_subpages:not([class*="frame-space-"]) {
    margin-bottom: 0;
}*/

.ce-intext.ce-left .ce-gallery {
    margin-right: 24px;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 24px;
}
/*.ce-gallery[data-ce-images="1"] .image a {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.ce-gallery[data-ce-images="1"] .image a::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 40%;
    height: 22px;
    background-color: rgb(var(--color-primary));
}*/

a[data-fancybox] {
    display: block;
    position: relative;
    cursor: zoom-in;
}
a[data-fancybox]::before,
.ce-bodytext a[data-fancybox]::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    width: 55px;
    height: 53px;
    background: rgba(var(--color-primary), .56) url("../Images/bg-icon-zoom.svg") no-repeat center;
    background-size: 34px auto;
    z-index: 2;

    transition: all var(--transition-t1);
}
a[data-fancybox]:hover::before {
    background-size: 44px auto;
}

.ce-gallery figcaption {
    padding: 10px 0;
    font-size: 20px;
    color: rgb(var(--color-primary));
}

ul.ce-uploads li,
.frame-layout-23 ul.ce-uploads li,
.frame-layout-120 ul.ce-uploads li {
    position: relative;
    padding-left: 30px;
}
ul.ce-uploads li::before,
.frame-layout-23 ul.ce-uploads li::before,
.frame-layout-120 ul.ce-uploads li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 19px;
    height: 25px;
    background: url("../Images/bg-icon-file-download.svg") no-repeat;
    background-size: contain;
}
.ce-uploads span {
    display: inline;
}
.ce-uploads span.ce-uploads-fileName {
    color: rgb(var(--color-primary));
}
.ce-uploads-filesize {
    margin: 0 0 0 10px;
    color: rgba(var(--color-font), .6);
}
ul.ce-uploads li a:hover span {
    text-decoration: underline;
}

.ce-bodytext a[href^="javascript:linkTo"] {
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
    color: rgb(var(--color-primary));
}
.ce-bodytext a[href^="javascript:linkTo"]::before,
.ce-bodytext ul li a[href^="javascript:linkTo"]::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    width: 34px;
    height: 22px;
    background: url("../Images/bg-icon-mail.svg") no-repeat;
    background-size: contain;
}
/***** TYPO3 - End *****/

/***** Copyright bei Bildern - Start *****/
.image-copyright {
    position: absolute;
    top: 8px;
    left: 8px;
    margin: 0 5px 0 0;
    padding: 0 0 0 19px;
    font-size: 13px;
    color: #fff;
    background-color: rgba(var(--color-primary), .74);
    border-radius: 12px;
    z-index: 2;
}
.image-copyright::after {
    content: '.';
    display: block;
    visibility: hidden;
}
.image-copyright.active::after {
    display: none;
}
.image-copyright .source {
    display: none;
    padding: 4px 12px 4px 8px;
}
.image-copyright .source p {
    margin: 0;
}
.image-copyright.active .source {
    display: block;
}
.image-copyright .source-trigger {
    position: absolute;
    top: 0;
    left: 6px;
    font-size: 14px;
    cursor: pointer;
    opacity: .7;
    user-select: none;

    transition: all .32s ease-in-out;
}
.image-copyright .source-trigger:hover {
    opacity: 1;
}

.header-teaser .image-copyright {
    /*top: 164px;*/
    top: 226px;
}

.image-copyright.right,
.teaser-image-offset.img-pos-left .image-copyright {
    left: auto;
    right: 8px;
    padding: 0 19px 0 0;
}
.image-copyright.right .source-trigger,
.teaser-image-offset.img-pos-left .image-copyright .source-trigger {
    left: auto;
    right: 6px;
}
/***** Copyright bei Bildern - End *****/

/***** Header-Layouts - Start *****/
.header-layout-110 h2 {
    color: rgb(var(--color-secondary));
}
.header.header-layout-110 h2::before {
    border-bottom-color: rgb(var(--color-secondary));
}
.header-layout-110 .overline h3 {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 10px;
    font: 400 22px/1.25 var(--font-2);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(var(--color-primary));
}

/***** Frame-Layouts - Start *****/
/** Infokasten mit Icon **/
.frame-layout-24 {
    position: relative;
    padding: 20px 30px 30px;
    border-top: 12px solid rgb(var(--color-primary));
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
}
.frame-layout-24::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 27px;
    width: 68px;
    height: 69px;
    background: url("../Images/bg-icon-info.svg") no-repeat;
    background-size: contain;
}
.frame-layout-24 header.header .headline-outer {
    padding: 0 100px 0 0;
}
.frame-layout-24 header.header h2 {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    border: none;
}
.frame-layout-24 header.header h2::before {
    display: none;
}
.frame-layout-24 .ce-bodytext {
    padding: 0 100px 0 0;
}
.frame-layout-24 .ce-intext.ce-right .ce-gallery {
    margin-top: 14px;
}
/*.frame-layout-24 .ce-bodytext a:not(.button) {
    padding: 0;
}
.frame-layout-24 .ce-bodytext a:not(.button)::before {
    display: none;
}*/
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-24::before {
    width: 48px;
    height: 50px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-24 header.header .headline-outer {
    padding: 0 50px 0 0;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-24 header.header h2 {
    font-size: 28px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-24 .ce-bodytext {
    padding: 0;
}

/** Ansprechpartner **/
.frame-layout-25 {
    position: relative;
    padding: 20px 30px 30px;
    border-top: 12px solid rgb(var(--color-primary));
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
}
.frame-layout-25::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 27px;
    width: 68px;
    height: 69px;
    background: url("../Images/bg-icon-contact-person.svg") no-repeat;
    background-size: contain;
}
.frame-layout-25 header.header .headline-outer {
    padding: 0 100px 0 0;
}
.frame-layout-25 header.header h2 {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    border: none;
}
.frame-layout-25 header.header h2::before {
    display: none;
}
.frame-layout-25 .ce-bodytext {
    padding: 0 100px 0 0;
}
.frame-layout-25 .ce-intext.ce-right .ce-gallery {
    margin-top: 14px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-25::before {
    width: 48px;
    height: 50px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-25 header.header .headline-outer {
    padding: 0 50px 0 0;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-25 header.header h2 {
    font-size: 28px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-25 .ce-bodytext {
    padding: 0;
}

/** Linkliste **/
.frame-layout-26 .inner {
    padding: 0 24px 40px;
    background-color: #f5f5f6;
}
.frame-layout-26 .header .inner {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 1px;
    border-top: 12px solid rgb(var(--color-primary));
}
.frame-layout-26 header.header h1,
.frame-layout-26 header.header h2,
.frame-layout-26 header.header h3,
.frame-layout-26 header.header h4 {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    color: rgb(var(--color-primary));
    border: none;
}
.frame-layout-26 header.header h2::before {
    display: none;
}
.frame-layout-26 ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0;
}
.frame-layout-26 ul li::before {
    display: none;
}
.frame-layout-26 .ce-bodytext ul li a,
.frame-layout-26 .ce-bodytext a {
    padding: 0 0 0 30px;
}
.frame-layout-26 .ce-bodytext ul li a::before,
.frame-layout-26 .ce-bodytext a::before {
    display: block;
}

/** Linkliste **/
.frame-layout-31 {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
}
.frame-layout-31 .inner {
    padding: 0 24px 40px;
}
.frame-layout-31 .header .inner {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 1px;
    border-top: 12px solid rgb(var(--color-primary));
}
.frame-layout-31 header.header h1,
.frame-layout-31 header.header h2,
.frame-layout-31 header.header h3,
.frame-layout-31 header.header h4 {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    color: rgb(var(--color-primary));
    border: none;
}
.frame-layout-31 header.header h2::before {
    display: none;
}
.frame-layout-31 ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0;
}
.frame-layout-31 ul li::before {
    display: none;
}
.frame-layout-31 .ce-bodytext ul li a,
.frame-layout-31 .ce-bodytext a {
    padding: 0 0 0 30px;
}
.frame-layout-31 .ce-bodytext ul li a::before,
.frame-layout-31 .ce-bodytext a::before {
    display: block;
}

/** Infokasten blau **/
.frame-layout-23 .inner {
    padding: 0 24px 40px;
    background-color: #f5f5f6;
}
.frame-layout-23.noheader .inner {
    padding: 20px 24px 20px;
    border-top: 12px solid rgb(var(--color-primary));
    background-color: #f5f5f6;
}
.frame-layout-23 .header .inner {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 1px;
    border-top: 12px solid rgb(var(--color-primary));
}
.frame-layout-23 header.header h1,
.frame-layout-23 header.header h2,
.frame-layout-23 header.header h3,
.frame-layout-23 header.header h4 {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    color: rgb(var(--color-primary));
    border: none;
}
.frame-layout-23 header.header h2::before {
    display: none;
}
.frame-layout-23 ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 40px;
}
.frame-layout-23 ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url("../Images/bg-icon-li-blue.svg");
    background-size: contain;
}

/** Infokasten magenta **/
.frame-layout-120 .inner {
    padding: 0 24px 40px;
    background-color: #f5f5f6;
}
.frame-layout-120.noheader .inner {
    padding: 20px 24px 20px;
    border-top: 12px solid rgb(var(--color-secondary));
    background-color: #f5f5f6;
}
.frame-layout-120 .header .inner {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 1px;
    border-top: 12px solid rgb(var(--color-secondary));
}
.frame-layout-120 ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 40px;
}
.frame-layout-120 ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url("../Images/bg-icon-li-magenta.svg");
    background-size: contain;
}
.frame-layout-120 header.header h1,
.frame-layout-120 header.header h2,
.frame-layout-120 header.header h3,
.frame-layout-120 header.header h4 {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    color: rgb(var(--color-secondary));
    border: none;
}
.frame-layout-120 header.header h2::before {
    display: none;
}

/** Teaser **/
.frame-layout-130 figure.image {
    position: relative;
    margin: 0 0 20px;
}
.frame-layout-130 figure.image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: transparent linear-gradient(0deg, #107A9E 0%, #1E89ACD3 41%, #63CFEF00 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
    pointer-events: none;
}
.frame-layout-130 .image a {
    position: relative;
    display: block;
}
.frame-layout-130 .image a::before {
    content: '';
    position: absolute;
    bottom: 23px;
    right: 24px;
    width: 35px;
    height: 35px;
    background: url("../Images/bg-arrow-white.svg") no-repeat center;
    background-size: 34px auto;
    z-index: 3;

    transition: all var(--transition-t1);
}
.frame-layout-130 .image a:hover::before {
    right: 20px;
}
.frame-layout-130 h3 {
    position: relative;
    margin: 0 0 44px;
}
.frame-layout-130 h3::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: rgb(var(--color-primary));
    border-radius: 2px;
}

/** Hintergrund hellblau **/
.frame-layout-140 {
    margin: 0 0 76px;
    padding: 60px 0 60px;
    background-color: #e4f2f7;
}
.frame-layout-140.frame-space-after-none + .frame-layout-140 {
    padding-top: 0;
}
.home .frame-layout-140 header.header h2 {
    margin: 0 0 62px;
}

/** KAB Tritt ein für Dich **/
.frame-layout-150 hr.ce-div {
    height: 89px;
    margin: 0 0 76px;
    border: none;
    background: url("../Images/bg-kab-banner-full-1.png") no-repeat right;
    background-size: 100% auto;
}

/** Hintergrund grau **/
.frame-layout-160 {
    margin: 0 0 76px;
    padding: 50px 0 80px;
    background-color: #f5f5f6;
}
.frame-layout-160.frame-space-after-none + .frame-layout-160 {
    padding-top: 0;
}
.home .frame-layout-160 header.header h2 {
    margin: 0 0 46px;
}

/** Ansprechpartner rot **/
.frame-layout-170 {
    position: relative;
    padding: 20px 30px 30px;
    border-top: 12px solid rgb(var(--color-secondary));
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
}
.frame-layout-170::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 27px;
    width: 68px;
    height: 69px;
    background: url("../Images/bg-icon-contact-person-red.svg") no-repeat;
    background-size: contain;
}
.frame-layout-170 header.header .headline-outer {
    padding: 0 100px 0 0;
}
.frame-layout-170 header.header h2 {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    color: rgb(var(--color-secondary));
    border: none;
}
.frame-layout-170 header.header h2::before {
    display: none;
}
.home .frame-layout-160 .frame-layout-170 header.header h2 {
    margin-bottom: 22px;
}
.frame-layout-170 .ce-bodytext {
    padding: 0 100px 0 0;
}
.frame-layout-170 .ce-intext.ce-right .ce-gallery {
    margin-top: 14px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-170::before {
    width: 48px;
    height: 50px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-170 header.header .headline-outer {
    padding: 0 50px 0 0;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-170 header.header h2 {
    font-size: 28px;
}
.frame-type-gridelements_pi1 .col-md-4 .frame-layout-170 .ce-bodytext {
    padding: 0;
}
.frame-layout-25 .ce-bodytext a,
.frame-layout-25 .ce-bodytext a[href^="javascript:linkTo"] {
    padding: 0;
}
.frame-layout-170 .ce-bodytext a,
.frame-layout-170 .ce-bodytext a[href^="javascript:linkTo"] {
    padding: 0;
    color: rgb(var(--color-secondary));
}
.frame-layout-25 .ce-bodytext a::before,
.frame-layout-170 .ce-bodytext a::before {
    display: none;
}
.frame-layout-170 .ce-bodytext a[href^="tel:"] {
    color: inherit;
}
.frame-layout-170 .ce-bodytext a[href^="tel:"]:hover {
    text-decoration: none;
}
/***** Frame-Layouts - End *****/

/***** Tabellen - Start *****/
.table-responsive {
    margin: 0 0 76px;
    overflow-x: auto;
}
.table.rm {
    border-collapse: collapse;
    width: 100%;
    font-size: 20px;
}
.table.rm.th-top {
    /*border-bottom: 8px solid rgb(var(--color-secondary-light));*/
}
.table.rm th {
    font: 400 23px/1.25 Bitter;
    color: rgb(var(--color-primary));
    text-align: left;
    border-bottom: 4px solid rgb(var(--color-primary));
    background-color: #fff;
}
.table.rm.th-left tr td:first-of-type {
    font: 400 20px/1.25 Bitter;
    color: #fff;
    text-align: right;
    background-color: rgb(var(--color-primary));
}
.table.rm tr {
    border-bottom: 2px solid #fff;
    background-color: #f5f5f6;
}
.table.rm th,
.table.rm td {
    padding: 10px 20px;
}
/***** Tabellen - End *****/

/***** Video - Start **/
video {
    display: block;
}
.video {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video video {
    width: 100%;
}
.video-teaser .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-code,
.video-embed {
    position: relative;
    width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 56.25%;
    height: 0;
}
.ce-gallery figure.video {
    display: block;
}
.ce-gallery .video-embed {
    width: 1110px;
}
iframe {
    margin-bottom: 18px;
}
.video-embed iframe,
.video-code iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js-box {
    position: relative;
    width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 56.25%;

}

.social-gdpr-youtube-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
}
/***** Video - End **/

/***** Sitemap - Start **/
.frame-type-menu_sitemap_pages ul {
    list-style: disc inside;
}
.frame-type-menu_sitemap_pages ul ul {
    margin: 0 0 0 40px;
    list-style: circle inside;
}
.frame-type-menu_sitemap_pages ul ul ul {
    list-style: square inside;
}
/***** Sitemap - End **/

/***** Interaktiv - Start *****/
.interactive {
    position: relative;
    /*max-width: 1076px;*/
    margin: 0 auto 56px;
    padding: 30px 30px 45px;
    background-color: #f5f5f6;
    border-top: 12px solid rgb(var(--color-primary));
}
.interactive h1 {
    position: relative;
    display: inline-block;
    margin: -6px 0 19px;
    padding: 0 0 10px;
}
.interactive h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid rgb(var(--color-primary));
    border-radius: 2px;
}
.interactive h2.more {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 0 40px;
    font: 400 22px/38px var(--font-1);
    border: none;
    cursor: pointer;
}
.interactive h2.more::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 31px;
    height: 31px;
    background: url("../Images/bg-arrow-circle-blue.svg");
    background-size: contain;

    transition: all var(--transition-t1);
}
.interactive h2.more:hover::before {
    left: 4px;
}
#page3 .interactive h2.more {
    padding-left: 0;
}
#page3 .interactive h2.more::before {
    display: none;
}
.interactive h3 {
    margin: 0 0 12px;
    font: 400 22px/1.3 var(--font-1);
    color: rgb(var(--color-primary));
}
.interactive .subheadline {
    margin: 0 0 12px;
    font-size: 20px;
}
.interactive .contact {
    font: 400 20px/1.45 var(--font-1);
}
.interactive .newsletter-privacy a {
    text-decoration: underline;
}
.interactive .newsletter-privacy a:hover {
    text-decoration: none;
}

.interactive .button.show-more .text-less {
    display: none;
}
.interactive .button.show-more.active .text-less {
    display: inline;
}
.interactive .button.show-more.active .text-more {
    display: none;
}
.interactive .button.show-more {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 182px;
    margin: 0;
    padding: 16px 20px 15px 74px;
    font: inherit;
    color: #fff;
    text-align: left;
    border: none;
    background-color: rgb(var(--color-primary));
    cursor: pointer;
    z-index: 2;
}
.interactive .button.show-more::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 31px;
    height: 31px;
    background: url("../Images/bg-arrow-down-white.svg") no-repeat;
    background-size: contain;

    transition: all var(--transition-t1);
}
.interactive .button.show-more:hover::before {
    top: 24px;
    opacity: 1;
}
.interactive .button.show-more.active:hover::before {
    top: 16px;
}
.interactive .button.show-more.active::before {
    transform: rotate(180deg);
}
.interactive .button.show-more::after {
    display: none;
}
.interactive .button.show-more.active {
    bottom: auto;
    top: 0;
}
.interactive .box-content {
    display: none;
}
.interactive .box-content .newsletter-alternative-code {
    width: 280px;
}
.interactive .mail.button-kontakt {
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
    padding: 10px 20px 10px 64px;
    color: #fff;
    background-color: rgb(var(--color-primary));
}
.interactive .mail.button-kontakt::before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: 11px;
    width: 43px;
    height: 33px;
    background: url("../Images/bg-icon-envelope.svg") no-repeat;
    background-size: contain;
}
.interactive input[type="text"] {
    margin: 0 0 5px;
}
.interactive .newsletter input[type="submit"] {
    background: rgb(var(--color-primary)) url("../Images/bg-icon-newspaper.svg") no-repeat 13px center;
}

.interactive .social-media-actions {
    display: inline-flex;
    justify-content: space-around;
    /*width: 280px;*/
    padding: 0 10px;
    color: #fff;
    background-color: rgb(var(--color-primary));
}
.interactive .social-media-actions .button {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #fff;
    text-indent: -9999em;
}
.interactive .social-media-actions .button::before,
.interactive .social-media-actions .button::after {
    display: none;
}
.interactive .social-media-actions .button.social.fb {
    background: url("../Images/bg-icon-social-facebook.svg") no-repeat center;
    background-size: 36px auto;
}
.interactive .social-media-actions .button.social.tw {
    background: url("../Images/bg-icon-social-x.svg") no-repeat center;
    background-size: 32px auto;
}
.interactive .social-media-actions .button.social.yt {
    background: url("../Images/bg-icon-social-youtube.svg") no-repeat center;
    background-size: 37px auto;
}
.interactive .social-media-actions .button.social.ig {
    background: url("../Images/bg-icon-social-instagram-white.svg") no-repeat center;
    background-size: 37px auto;
}

.interactive .donate-box {
    margin: 30px -30px -45px;
    padding: 30px;
    background-color: rgb(var(--color-primary));
    color: #fff;
    border-top: 10px solid #fff;
}
.interactive .donate-box h3 {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 0 20px;
}
.interactive .donate-box h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #fff;
    border-radius: 2px;
}
.interactive .donate {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 180px;
    height: 100%;
}
.interactive .donate a {
    display: inline-block;
    margin: 0 0 22px;
    padding: 9px 20px 9px 64px;
    font-size: 24px;
    color: rgb(var(--color-primary));
    text-align: left;
    background: #fff url("../Images/bg-icon-euro.svg") no-repeat 14px center;
    background-size: 39px auto;
}
.interactive .donate .amount {
    visibility: hidden;
}
.interactive .button.member {
    margin: 0 0 22px;
    padding: 9px 20px 9px 64px;
    color: #fff;
    font-size: 24px;
    background: rgb(var(--color-secondary)) url("../Images/bg-icon-handshake.svg") no-repeat 14px 18px;
    background-size: 40px auto;
}
.interactive .button.member::before,
.interactive .button.member::after {
    display: none;
}
.interactive .donate-box div.member {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 262px;
    height: 100%;
}
.interactive .donate-box div.member h3,
.interactive .donate-box div.member p {
    display: none;
}
.interactive .donate-text {
    font-size: 18px;
    line-height: 1.33333;
    max-width: 302px;
}
/***** Interaktiv - End *****/

/***** Linkliste from Subpages - Start *****/
.frame-type-menu_subpages ul li {
    margin: 0 0 12px;
}
.frame-type-menu_subpages ul li a {
    position: relative;
    display: inline-block;
    padding: 2px 0 0 46px;
    color: rgb(var(--color-primary));
    text-decoration: none;
}
.frame-type-menu_subpages ul li a:hover,
.frame-type-menu_subpages ul li a:hover {
    text-decoration: none;
}
.frame-type-menu_subpages ul li a::before,
.frame-type-menu_subpages ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background: url("../Images/bg-arrow-bg-magenta.svg") no-repeat;
    background-size: contain;
    opacity: 1;

    transition: all var(--transition-t2);
}
.frame-type-menu_subpages ul li a:hover::before,
.frame-type-menu_subpages ul li a:hover::before {
    opacity: 0;
}
.frame-type-menu_subpages ul li a::after,
.frame-type-menu_subpages ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background: url("../Images/bg-arrow-bg-blue.svg") no-repeat;
    background-size: contain;
    opacity: 0;

    transition: all var(--transition-t2);
}
.frame-type-menu_subpages ul li a:hover::after,
.frame-type-menu_subpages ul li a:hover::after {
    opacity: 1;
}
/***** Linkliste from Subpages - End *****/