/***** Aufklapper - Start *****/
.folder {
    margin: 0 0 60px;
}
.folder .fold {
    margin: 0 0 12px;
}
.folder .fold .fold-title {
    position: relative;
    padding: 16px 56px 14px 22px;
    font-size: 32px;
    background-color: rgb(var(--color-bg-gray));
    cursor: pointer;
}
.folder .fold .fold-title::before {
    content: '';
    position: absolute;
    top: 28px;
    right: 22px;
    width: 38px;
    height: 18px;
    background: url("../Images/bg-arrow-white.svg") no-repeat;
    background-size: contain;
    z-index: 1;

    transition: all var(--transition-t2) ease-in-out;
}
.folder .fold.active .fold-title::before {
    transform: rotate(90deg);
}
.folder .fold .fold-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 74px;
    background-color: rgb(var(--color-red));
    clip-path: polygon(22% 0px, 100% 0px, 100% 100%, 0px 100%);
}
.folder .fold .fold-title button {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: left;
    border: none;
    background: no-repeat;
    cursor: pointer;
}
.folder .fold .fold-content {
    display: none;
    padding: 24px 22px 24px;
}
.folder .fold .fold-content .text {
    display: flow-root;
}
.folder .fold .fold-content p {
    font-size: 26px;
    line-height: 1.26923;
}
.folder .fold .fold-content p:last-of-type {
    margin: 0;
}
.folder .fold .fold-content a {
    text-decoration: underline;
}
.folder .fold .fold-content a:hover {
    text-decoration: none;
}
.folder .fold .fold-content a.link-arrow {
    text-decoration: none;
}
.folder .fold .fold-content .image,
.folder .fold .fold-content .video {
    margin: 0 0 20px;
}
.folder .fold .fold-content .image.pos-1,
.folder .fold .fold-content .video.pos-1 {
    float: right;
    width: 50%;
    margin-left: 30px;
}
.folder .fold .fold-content .image.pos-2,
.folder .fold .fold-content .video.pos-2 {
    float: left;
    width: 50%;
    margin-right: 30px;
}
.folder .fold .fold-content .image.pos-3,
.folder .fold .fold-content .video.pos-3 {
    width: 100%;
}
.folder .fold .fold-content .image img,
.folder .fold .fold-content .video video {
    display: block;
    width: 100%;
    height: auto;
}
.folder .fold .fold-content .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.folder .fold .fold-content .video.pos-1,
.folder .fold .fold-content .video.pos-2 {
    padding-bottom: 28.125%;
}
.folder .fold .fold-content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.folder .fold .fold-content .image .caption {
    padding: 4px 0 0;
    line-height: 1.5;
    font-style: italic;
}
/***** Aufklapper - End *****/

/***** Teaser - Start *****/
.image-text-teaser .image {
    position: relative;
    margin: 0 0 32px;
}
.image-text-teaser .image::before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 92px;
    height: 74px;
    background-color: rgb(var(--color-red));
    border-radius: 0;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.image-text-teaser .image::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 38px;
    height: 18px;
    background: url("../Images/bg-arrow-white.svg") no-repeat;
    background-size: contain;

    transition: all var(--transition-t1);
}
.image-text-teaser a:hover .image::after {
    right: 16px;
}
.image-text-teaser .headline {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
}
/***** Teaser - End *****/

/***** Schnellzugriff-Kacheln - Start *****/
.quickguide {
    position: relative;
    margin: -244px 0 52px;
    color: #fff;
    font-size: 22px;
    z-index: 2;
}
.quickguide .qbox {
    position: relative;
    min-height: 226px;
    margin: 0 0 24px;
    padding: 20px 22px 36px;
    background-color: rgba(var(--color-custom-1), .90);
}
.quickguide .qbox.icon::before {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -10px;
    width: 86px;
    height: 74px;
    background-color: rgb(var(--color-bg-gray));
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.quickguide .qbox.icon::after {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -10px;
    width: 74px;
    height: 74px;
}
.quickguide .qbox.icon.i-1::after {
    background: url("../Images/bg-icon-business-card.svg") no-repeat center;
    background-size: 50px auto;
}
.quickguide .qbox.icon.i-2::after {
    background: url("../Images/bg-icon-group.svg") no-repeat center;
    background-size: 64px auto;
}
.quickguide .qbox.icon.i-3::after {
    background: url("../Images/bg-icon-meeting.svg") no-repeat center;
    background-size: 52px auto;
}
.quickguide .qbox.icon.i-4::after {
    background: url("../Images/bg-icon-map-marker.svg") no-repeat center;
    background-size: 36px auto;
}
.quickguide .qbox.icon.i-5::after {
    background: url("../Images/bg-icon-swimming-ww.svg") no-repeat center;
    background-size: 61px auto;
}
.quickguide .qbox.icon.i-6::after {
    background: url("../Images/bg-icon-waterfun-ww.svg") no-repeat center;
    background-size: 52px auto;
}
.quickguide .qbox.icon.i-7::after {
    background: url("../Images/bg-icon-sauna-ww.svg") no-repeat center;
    background-size: 56px auto;
}
.quickguide .qbox.icon.i-8::after {
    background: url("../Images/bg-icon-splash-ww.svg") no-repeat center;
    background-size: 62px auto;
}
.quickguide .qbox.icon.i-9::after {
    background: url("../Images/bg-icon-gavel-cp.svg") no-repeat center;
    background-size: 53px auto;
}
.quickguide .qbox.icon.i-10::after {
    background: url("../Images/bg-icon-map-cp.svg") no-repeat center;
    background-size: 53px auto;
}
.quickguide .qbox.icon.i-11::after {
    background: url("../Images/bg-icon-seal-cp.svg") no-repeat center;
    background-size: 54px auto;
}
.quickguide .qbox.icon.i-12::after {
    background: url("../Images/bg-icon-hands-cp.svg") no-repeat center;
    background-size: 54px auto;
}
.quickguide .qbox.icon.i-13::after {
    background: url("../Images/bg-icon-calendar-cp.svg") no-repeat center;
    background-size: 48px auto;
}
.quickguide .qbox.icon.i-14::after {
    background: url("../Images/bg-icon-earth.svg") no-repeat center;
    background-size: 36px auto;
}
.quickguide .qbox.icon.i-15::after {
    background: url("../Images/bg-icon-blueprint.svg") no-repeat center;
    background-size: 49px auto;
}
.quickguide .qbox.icon.i-16::after {
    background: url("../Images/bg-icon-dumpster.svg") no-repeat center;
    background-size: 39px auto;
}
.quickguide .qbox.icon.i-17::after {
    background: url("../Images/bg-icon-city.svg ") no-repeat center;
    background-size: 54px auto;
}
.quickguide .qbox.icon.i-18::after {
    background: url("../Images/bg-icon-Vorteile.svg") no-repeat center;
    background-size: 38px auto;
}
.quickguide .qbox.icon.i-19::after {
    background: url("../Images/bg-icon-Impuls.svg") no-repeat center;
    background-size: 48px auto;
}
.quickguide .qbox.icon.i-20::after {
    background: url("../Images/bg-icon-Programm.svg") no-repeat center;
    background-size: 48px auto;
}
.quickguide .qbox.icon.i-21::after {
    background: url("../Images/bg-icon-FAQ.svg") no-repeat center;
    background-size: 43px auto;
}
.quickguide .qbox.icon.i-22::after {
    background: url("../Images/bg-icon-lage.svg") no-repeat center;
    background-size: 51px auto;
}
.quickguide .qbox.icon.i-23::after {
    background: url("../Images/bg-icon-protokoll.svg") no-repeat center;
    background-size: 38px auto;
}
.quickguide .qbox.icon.i-24::after {
    background: url("../Images/bg-icon-schublade.svg") no-repeat center;
    background-size: 52px auto;
}
.quickguide .qbox.icon.i-25::after {
    background: url("../Images/bg-icon-calendar.svg") no-repeat center;
    background-size: 52px auto;
}
.quickguide .qbox.icon.i-26::after {
    background: url("../Images/bg-icon-contract.svg") no-repeat center;
    background-size: 52px auto;
}
.quickguide .qbox.icon.i-27::after {
     background: url("../Images/bg-icon-information.svg") no-repeat center;
     background-size: 48px auto;
 }
.quickguide .qbox.icon.i-28::after {
    background: url("../Images/bg-icon-report.svg") no-repeat center;
    background-size: 50px auto;
}
.quickguide .qbox.icon.i-29::after {
    background: url("../Images/bg-icon-dictionary.svg") no-repeat center;
    background-size: 48px auto;
}
.quickguide .qbox.icon.i-30::after {
    background: url("../Images/bg-icon-furniture.svg") no-repeat center;
    background-size: 48px auto;
}
.quickguide .qbox.icon.i-31::after {
    background: url("../Images/bg-icon-gloves.svg") no-repeat center;
    background-size: 58px auto;
}
.quickguide .headline {
    position: relative;
    margin: 0 0 30px;
    font-size: 28px;
}
.quickguide .headline::before {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 28px;
    border-bottom: 2px solid #fff;
}
.quickguide .text {
    margin: 0 0 10px;
}
.quickguide .text p:last-of-type {
    margin: 0;
}
.quickguide .link-text {
    position: relative;
    padding: 0 0 0 40px;
    text-decoration: underline;
}
.quickguide .link-text::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 15px;
    background: url("../Images/bg-arrow-white.svg") no-repeat;
    background-size: contain;

    transition: all var(--transition-t1);
}
.quickguide .qbox:hover .link-text {
    text-decoration: none;
}
.quickguide .qbox:hover .link-text::before {
    left: 4px;
}
/***** Schnellzugriff-Kacheln - End *****/

/***** Teaser mit Aufklapper - Start *****/
.teaser-folder {
    margin: 0 0 76px;
    text-align: center;
}
.teaser-folder .headline {
    margin: 0 0 30px;
    font-size: 52px;
    line-height: 1.19231;
    color: rgb(var(--color-primary));
}
.teaser-folder .subtitle {
    position: relative;
    margin: 0 0 50px;
    font-size: 36px;
    line-height: 1.25;
    color: rgb(var(--color-primary));
}
.teaser-folder .subtitle::before {
    content: '';
    position: absolute;
    bottom: -22px;
    left: calc(50% - 21px);
    width: 42px;
    border-bottom: 2px solid rgb(var(--color-primary));
}
.teaser-folder .teaser-text {
    margin: 0 0 12px;
}
.teaser-folder .teaser-text p:last-of-type {
    margin: 0;
}

.teaser-folder .detail-text {
    display: none;
}
.teaser-folder ul {
    text-align: left;
}
.teaser-folder .folding-actions button {
    position: relative;
    width: 160px;
    height: 42px;
    padding: 0;
    font: 24px/1 var(--font-1);
    color: inherit;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.teaser-folder .folding-actions button::before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: -16px;
    width: 26px;
    height: 13px;
    background: url("../Images/bg-arrow-green.svg") no-repeat;
    background-size: contain;
    transform: rotate(90deg);

    transition: all var(--transition-t1);
}
.teaser-folder .folding-actions button:hover::before {
    top: calc(50% - 5px);
}
.teaser-folder .active .folding-actions button:hover::before {
    top: calc(50% - 11px);
}
.teaser-folder .active .folding-actions button::before {
    transform: rotate(270deg);
}
.teaser-folder .folding-actions button span {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-decoration: underline;
}
.teaser-folder .folding-actions button:hover span {
    text-decoration: none;
}
.teaser-folder .folding-actions button span.hide {
    display: none;
}
/***** Teaser mit Aufklapper - End *****/

/***** Dienstleistungen - Start *****/
.repeating-boxes {
    margin: 0 0 76px;
    overflow: hidden;
}
.repeating-boxes .box {
    margin: 0 0 24px;
    background-color: rgb(var(--color-bg-gray));
}
.repeating-boxes .box-content {
    position: relative;
    min-height: 340px;
    padding: 28px 20px 26px;
}
.repeating-boxes .image {
    position: relative;
}
/*.repeating-boxes .image::before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 93px;
    height: 74px;
    background-color: rgb(var(--color-primary));
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.repeating-boxes .image::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 38px;
    height: 18px;
    background: url("../Images/bg-arrow-white.svg") no-repeat;
    background-size: contain;
    z-index: 2;
}*/
.repeating-boxes .image picture {
    position: relative;
    display: block;
}
.repeating-boxes .image picture::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--color-primary), .24);
    opacity: 1;

    transition: all var(--transition-t2);
}
.repeating-boxes .box:hover .image picture::before {
    opacity: 0;
}
.repeating-boxes .image img {
    width: 100%;
    height: auto;
}
.repeating-boxes .title {
    text-align: center;
}
.repeating-boxes .title .headline {
    margin: 0 0 40px;
    font: 36px/1.19231 var(--font-1);
    color: rgb(var(--color-primary));
}
.repeating-boxes .box-title {
    max-height: 100px;
    margin: 0 0 6px;
    font-size: 36px;
    color: rgb(var(--color-primary));
    overflow: hidden;
}
.repeating-boxes .box-content.has-fixed-link .box-title {
    max-height: 50px;
}
.repeating-boxes .box-content .text {
    max-height: 176px;
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
}
.repeating-boxes .box-content.has-fixed-link .text {
    max-height: 180px;
}
.repeating-boxes .text p:last-of-type,
.repeating-boxes .text ul:last-of-type {
    margin: 0;
}
.content .repeating-boxes ul li {
    margin: 0 0 10px;
    padding: 0;
}
.content .repeating-boxes ul li::before {
    display: none;
}
.content .repeating-boxes ul li .link-arrow {
    text-decoration: underline;
}
.content .repeating-boxes ul li .link-arrow:hover {
    text-decoration: none;
}
.repeating-boxes .fixed-link {
    position: absolute;
    bottom: 36px;
    left: 20px;
}
.repeating-boxes .fixed-link a {
    text-decoration: underline;
}
.repeating-boxes .fixed-link a:hover {
    text-decoration: none;
}
.repeating-boxes .box .image-text-teaser{
    background-color: #fff;
}
.repeating-boxes .box .image-text-teaser .image::before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 92px;
    height: 74px;
    background-color: rgb(var(--color-primary));
    border-radius: 0;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.repeating-boxes .box .image-text-teaser .image::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 38px;
    height: 18px;
    background: url("../Images/bg-arrow-white.svg") no-repeat;
    background-size: contain;
    transition: all var(--transition-t1);
    z-index: 1;
}
.repeating-boxes .box .image-text-teaser a:hover .image::after {
    right: 16px;
}
/***** Dienstleistungen - End *****/

/***** Bild vollflächig - Start *****/
.image-fullwidth {
    margin: 0 0 76px;
}
.content .image-fullwidth.frame-space-after-none:last-child {
    margin-bottom: -60px;
}
/***** Bild vollflächig - End *****/

/***** Teaser - Bild und Text nebeneinander - Start *****/
.repeating-teasers {
    margin: 0 0 76px;
}
.repeating-teasers .teaser {
    margin: 0 0 76px;
}
.repeating-teasers .teaser.icon {
    margin: 0 0 140px;
}
.repeating-teasers .teaser .headline {
    position: relative;
    margin: 0 0 40px;
    font: 400 36px/1.25 var(--font-1);
    color: rgb(var(--color-primary));
}
.repeating-teasers .teaser .headline::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 42px;
    border-bottom: 2px solid rgb(var(--color-primary));
}
.repeating-teasers .teaser .image {
    position: relative;
}
.repeating-teasers .teaser.icon .image::before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 197px;
    height: 158px;
    background-color: rgb(var(--color-primary));
    clip-path: polygon(22% 0px, 100% 0px, 100% 100%, 0px 100%);
}
.repeating-teasers .teaser.icon .image::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 197px;
    height: 158px;
}
.repeating-teasers .teaser.icon.i-1 .image::after {
    background: url("../Images/bg-icon-splash.svg") no-repeat calc(50% + 12px) center;
    background-size: 131px auto;
}
.repeating-teasers .teaser.icon.i-2 .image::after {
    background: url("../Images/bg-icon-swimming.svg") no-repeat calc(50% + 12px) center;
    background-size: 119px auto;
}
.repeating-teasers .teaser.icon.i-3 .image::after {
    background: url("../Images/bg-icon-fun.svg") no-repeat calc(50% + 12px) center;
    background-size: 95px auto;
}
.repeating-teasers .teaser.icon.i-4 .image::after {
    background: url("../Images/bg-icon-sitting.svg") no-repeat calc(50% + 12px) center;
    background-size: 118px auto;
}
.repeating-teasers .teaser.icon.i-5 .image::after {
    background: url("../Images/bg-icon-sauna.svg") no-repeat calc(50% + 12px) center;
    background-size: 89px auto;
}
.repeating-teasers .teaser.icon.i-6 .image::after {
    background: url("../Images/bg-icon-Wirtschaftskraft.svg") no-repeat calc(50% + 12px) center;
    background-size: 102px auto;
}
.repeating-teasers .teaser.icon.i-7 .image::after {
    background: url("../Images/bg-icon-Marker.svg") no-repeat calc(50% + 12px) center;
    background-size: 65px auto;
}
.repeating-teasers .teaser.icon.i-8 .image::after {
    background: url("../Images/bg-icon-web.svg") no-repeat calc(50% + 12px) center;
    background-size: 105px auto;
}
.repeating-teasers .teaser.icon.i-9 .image::after {
    background: url("../Images/bg-icon-Branchen.svg") no-repeat calc(50% + 12px) center;
    background-size: 104px auto;
}
.repeating-teasers .teaser.icon.i-10 .image::after {
    background: url("../Images/bg-icon-kran.svg") no-repeat calc(50% + 12px) center;
    background-size: 89px auto;
}
/***** Teaser - Bild und Text nebeneinander - End *****/

/***** Häufig gesucht - Start *****/
.frequently-searched {
    margin: -36px 0 76px;
    padding: 42px 0 24px;
    color: #fff;
    background-color: rgb(var(--color-primary));
}
.frequently-searched .headline {
    margin: 0 0 26px;
    font: 400 52px/1.25 var(--font-1);
    text-align: center;
}
.frequently-searched .link-arrow {
    margin: 0 0 12px;
}
.frequently-searched a.link-arrow::before {
    background-image: url("../Images/bg-arrow-white.svg");
}
/***** Häufig gesucht - End *****/

/***** Quicklink-Teaser - Start *****/
.quicklink-teaser {
    margin: 0 0 32px;
}
.quicklink-teaser .teaser-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 140px;
    margin: 0 0 46px;
    padding: 20px 100px;
    font: 400 35px/1.25714 var(--font-1);
    color: rgb(var(--color-primary));
    background-color: rgb(var(--color-bg-gray));
}
.quicklink-teaser .teaser-link::before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 93px;
    height: 74px;
    background-color: rgb(var(--color-primary));
    clip-path: polygon(22% 0px, 100% 0px, 100% 100%, 0px 100%);
}
.quicklink-teaser .teaser-link::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 38px;
    height: 18px;
    background: url("../Images/bg-arrow-white.svg") no-repeat;
    background-size: contain;

    transition: all var(--transition-t1);
}
.quicklink-teaser .teaser-link:hover::after {
    right: 16px;
}
.quicklink-teaser .teaser-link a {
    display: inline-block;
    text-align: center;
}
/***** Quicklink-Teaser - End *****/

/***** Kontakt-Box - Start *****/
.contact-box {
    position: relative;
    margin: 0 0 24px;
    background-color: rgb(var(--color-bg-gray));
    overflow: hidden;
}
.contact-box .icon {
    position: absolute;
    top: 0;
    right: 0;
}
.contact-box .icon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 55px;
    background-color: rgb(var(--color-primary));
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.contact-box .icon::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 55px;
    background: url("../Images/bg-icon-contact.svg") no-repeat calc(50% + 4px) center;
    background-size: 41px auto;
}
.contact-box .inner {
    padding: 48px 30px 10px;
}
.contact-box .title .headline {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 14px;
    font-size: 30px;
    color: rgb(var(--color-primary));
}
.contact-box .title .headline::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    border-bottom: 2px solid rgb(var(--color-primary));
}
.box-content.visible {
    margin: 0 0 34px;
}
.box-content.visible p:last-of-type {
    margin: 0;
}
.contact-box .folder {
    margin: 0;
}
.contact-box .folder .fold .fold-title {
    padding: 0;
    font-size: inherit;
    background-color: transparent;
}
.contact-box .folder .fold .fold-title::before,
.contact-box .folder .fold .fold-title::after {
    display: none;
}
.contact-box .folder .fold .fold-title button {
    position: relative;
    display: block;
    width: 128px;
    height: 50px;
    margin: 0 0 0 -8px;
    cursor: pointer;
}
.contact-box button span {
    display: block;
    position: absolute;
    top: 0;
    left: 32px;
    text-decoration: underline;
}
.contact-box button span.hide {
    display: none;
}
.contact-box button::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 26px;
    height: 13px;
    background: url("../Images/bg-arrow-green.svg") no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition: all var(--transition-t1);
}
.contact-box button:hover::before {
    top: 14px;
}
.contact-box .active button::before {
    transform: rotate(270deg);
}
.contact-box .active button:hover::before {
    top: 10px;
}
.contact-box .folder .fold .fold-content {
    padding: 0 0 32px;
}
.contact-box .folder .fold .fold-content p:last-of-type,
.contact-box .folder .fold .fold-content ul:last-of-type {
    margin: 0;
}
.contact-box a {
    text-decoration: underline;
    word-break: break-all;
}
.contact-box a:hover {
    text-decoration: none;
}
/***** Kontakt-Box - End *****/
/***** Slider Bild,Icon,Text (Kinderrechte Slider) - Start *****/
.childright-slider .box-content {
    text-align: center;
    padding: 24px 0 0;
    position: relative;
}
 .childright-slider .box-title {
    font-weight: bold;
}

.childright-slider .icon-box {
    width: 90px;
    height: 76px;
    background-repeat: no-repeat;
    background-color: rgb(var(--color-secondary));
    padding: 15px 8px;
    background-position: calc(50% + 5px);
    clip-path: polygon(22% 0px, 100% 0px, 100% 100%, 0px 100%);
    position: absolute;
    top: -56px;
    right: 0;
}
/***** Slider Bild,Icon,Text (Kinderrechte Slider) - End *****/

/***** Kachel mit Filter - Container - Start *****/
.filter-box-container {
    margin: 0 0 -60px;
    padding: 40px 0 0;
    /*background-color: rgb(var(--color-lightblue));*/
}
.filter-box-container .i-pool {
    display: none;
}
.filter-box-container .header {
    display: block;
    padding: 0;
}
.filter-box-container .header .headline {
    margin: 0 0 40px;
    font-size: 42px;
    color: rgb(var(--color-secondary));
}
.filter-box-container .actions {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12px;
}
.filter-box-container .actions .filter-wrapper {
    width: 100%;
}
.filter-box-container .actions .filters {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
}
.filter-box-container .actions .filters .filter {
    display: flex;
    margin: 0 14px 16px 0;
    padding: 0 7px 0 24px;
    font-size: 24px;
    line-height: 1.9;
    color: rgb(var(--color-secondary));
    border: 2px solid rgb(var(--color-secondary));
    border-radius: 100px;
    background-color: #fff;
    cursor: pointer;

    transition: all var(--transition-t1);
}
.filter-box-container .actions .filters .filter:last-of-type {
    margin-right: 0;
}
.col-md-10 .filter-box-container .actions .filters .filter {
    margin-right: 8px;
}
.filter-box-container .actions .filters .filter .count {
    width: 38px;
    height: 38px;
    margin: 4px -3px 0 10px;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 50%;
    background-color: rgb(var(--color-secondary));

    transition: all var(--transition-t1);
}
.filter-box-container .actions .dropdown {
    font-size: 22px;
    font-weight: 400;
}

.filter-box-container .actions .filters .filter.active {
    border: 2px solid transparent;
    background-color: rgb(var(--color-secondary));
    color: #fff;
}
.filter-box-container .actions .filters .filter.active .count {
    background-color: #fff;
    color: rgb(var(--color-secondary));
}

.filter-box-container .show-all-wrapper {
    display: flex;
    justify-content: center;
}
.filter-box-container .show-all-wrapper .show-all {
    position: relative;
    padding: 0 20px 0 0;
    cursor: pointer;
    text-decoration: underline;
}
.filter-box-container .show-all-wrapper .show-all:hover {
    text-decoration: none;
}
.filter-box-container .show-all-wrapper .show-all::before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: -16px;
    width: 27px;
    height: 13px;
    background: url("../Images/bg-arrow-blue.svg") no-repeat;
    background-size: contain;
    transform: rotate(90deg);

    transition: all var(--transition-t1);
}
.filter-box-container .show-all-wrapper .show-all:hover::before {
    top: calc(50% - 5px);
}

.filter-box-container .map-wrapper {
    margin: 0 0 100px;
}
/***** Kachel mit Filter - Container - End *****/

/***** Kachel-Kindelement - Start *****/
.fb-item {
    position: relative;
    /*min-height: 440px;*/
    margin: 0 0 40px;
    /*padding: 25px 40px 90px;*/
    color: #fff;
    background-color: rgb(var(--color-secondary));
    cursor: pointer;
    overflow: hidden;
}
.fb-item .image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 312px;*/
    margin: 0 0 12px;
    background-size: cover;
}
.fb-item .image img {
    width: auto;
    /*max-height: 226px;*/
    transition: all var(--transition-t1);
}
.i-list-item[data-category="logo"] .fb-item .image img {
    max-width: 176px;
}
.fb-item .headline {
    margin: 0 0 18px;
    line-height: 1.26923;
    hyphens: auto;
}
.fb-item .text-content {
    padding: 10px 15px 40px;
    text-align: center;
}
.fb-item .text-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 45px;
    background-color: #fff;
    border-radius: 0;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.fb-item .text-content::after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 28px;
    height: 14px;
    background: url("../Images/bg-arrow-blue.svg") no-repeat;
    /* background-size: auto; */
    background-size: contain;
    transition: all var(--transition-t1);
}
.fb-item:hover .text-content::after {
    right: 6px;
}
.fb-item .text-content .text {
    font-size: 21px;
    line-height: 1.285714;
}

.i-list-item .layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 0;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(var(--color-secondary), .50);
    overflow: auto;
    z-index: 100;

    transition: all var(--transition-t2);
}
.i-list-item .layer.active {
    opacity: 1;
    pointer-events: auto;
}
.i-list-item .layer .inner {
    position: relative;
    width: 1110px;
    max-width: 100%;
    margin: auto;
    /*border-bottom: 9px solid rgb(var(--color-secondary));*/
    background-color: #fff;
}
.i-list-item .layer .inner .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    border: none;
    background: rgb(var(--color-secondary));
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}
.i-list-item .layer .inner .close::before,
.i-list-item .layer .inner .close::after {
    content: '';
    position: absolute;
    top: 8px;
    left: calc(50% - 2px);
    height: 21px;
    border-left: 4px solid #fff;
    transform: rotate(-45deg);
}
.i-list-item .layer .inner .close::after {
    transform: rotate(45deg);
}
.i-list-item .layer .inner .layer-content {
    position: relative;
    /*max-width: 964px;*/
    padding: 60px 0 0;
}
.i-list-item .layer .inner .layer-content .headline {
    position: relative;
    margin: 0 32px 32px;
    padding: 0 0 24px;
    font-size: 36px;
    color: rgb(var(--color-secondary));
}
.i-list-item .layer .inner .layer-content .headline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid rgb(var(--color-secondary));
}
.i-list-item .layer .inner .layer-content .layer-cols {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.i-list-item .layer .inner .layer-content .text-content {
    font-size: 18px;
}
.i-list-item .layer .inner .layer-content .text-content .layer-headline {
    margin: 0 0 12px;
    font-size: 26px;
    color: rgb(var(--color-primary));
}

.box-navigation {
    position: absolute;
    /*top: 50%;*/
    top: 86px;
    left: 0;
    right: 0;
}
.box-navigation .btn {
    position: absolute;
    left: -92px;
    width: 92px;
    height: 74px;
    padding: 0;
    background-color: rgb(var(--color-primary));
    z-index: 2;
    transform: translate(0, -50%);
    cursor: pointer;
}
.box-navigation .btn.next {
    left: auto;
    right: -92px;
}
.box-navigation .btn::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../Images/bg-arrow-white.svg") no-repeat calc(50%) center;
    background-size: 38px auto;
    transform: rotate(180deg);

    transition: all var(--transition-t1);
}
.box-navigation .btn.prev {
    clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
}
.box-navigation .btn:hover::before {
    background-position-x: calc(50% + 4px);
}
.box-navigation .btn.next::before {
    left: -6px;
    transform: rotate(0deg);
}

.i-list-item .layer .inner .layer-content .r-item {
    /*display: flex;*/
    margin: 0 0 40px;
    padding: 0 32px;
}
.i-list-item .layer .inner .layer-content .r-item + .r-item {
    padding-top: 40px;
    border-top: 2px solid rgba(var(--color-primary), .07);
}
.i-list-item .layer .inner .layer-content .r-item .l-images {
    /*flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;*/
    /*width: 355px;*/
    margin: 0 0 20px;
}
.i-list-item .layer .inner .layer-content .r-item .l-images.bg-gray {
    background-color: rgba(0,0,0,0.15);
}
.i-list-item .layer .inner .layer-content .r-item .l-images img {
    box-shadow: 2px 4px 9px rgba(0, 0, 0, .27);
}
.i-list-item[data-category="logo"] .layer .inner .layer-content .r-item .l-image img {
    max-width: 200px;
    box-shadow: none;
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content {
    /*padding: 0 0 0 36px;*/
}
.i-list-item .layer .inner .layer-content .r-item .l-headline {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 900;
    color: rgb(var(--color-primary));
    text-transform: uppercase;
}
.i-list-item .layer .inner .layer-content .r-item .l-text {
    /*font-size: 21px;
    line-height: 1.47619;*/
}
.i-list-item .layer .inner .layer-content .r-item .l-text td {
    vertical-align: top;
    padding: 8px 12px;
    background-color: rgb(var(--color-bg-gray));
}
.i-list-item .layer .inner .layer-content .r-item .l-text td:first-of-type {
    color: rgb(var(--color-secondary));
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .footer-header {
    margin: 28px 0 40px;
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .footer-headline {
    position: relative;
    display: inline-block;
    padding: 7px 40px 7px 60px;
    color: #fff;
    background-color: rgb(var(--color-secondary));
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .footer-headline::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 10px;
    width: 34px;
    height: 16px;
    background: url("../Images/bg-icon-footer-contact.svg") no-repeat;
    background-size: contain;
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .footer-cols a[href^="mailto:"] {
    position: relative;
    padding: 0 0 0 36px;
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .footer-cols a[href^="mailto:"]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 26px;
    height: 13px;
    background: url("../Images/bg-arrow-blue.svg") no-repeat;
    background-size: contain;

    transition: all var(--transition-t1);
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .footer-cols a[href^="mailto:"]:hover::before {
    left: 4px;
}
/*.i-list-item .layer .inner .layer-content .r-item .l-text .download_button {
    padding-top: 4px;
    padding-bottom: 0;
    font-size: 21px;
}
.i-list-item .layer .inner .layer-content .r-item .l-text .download_button:active,
.i-list-item .layer .inner .layer-content .r-item .l-text .download_button:focus {
    color: rgb(var(--color-secondary));
}
.i-list-item .layer .inner .layer-content .l-footer {
    margin: 0;
    padding: 20px 46px 10px;
    font-size: 21px;
    line-height: 1.285714;
    background-color: rgba(var(--color-primary), .07);
}
.i-list-item .layer .inner .layer-content .l-footer a.download_button {
    color: rgb(var(--color-secondary));
    text-decoration: underline;
    background-color: #fff;
}
.i-list-item .layer .inner .layer-content .l-footer a.download_button:hover {
    text-decoration: none;
}*/

.i-list-item .layer .inner .layer-content .deeplink-wrapper {
    position: absolute;
    top: 15px;
    left: 34px;
}
.i-list-item .layer .inner .layer-content .deeplink-wrapper a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    border: none;
    background: url("../Images/bg-icon-link.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.3;
}

.i-list-item .layer .inner .layer-content .r-item .l-images .owl-carousel {
    margin: 0;
}
.i-list-item .layer .inner .layer-content .r-item .l-images .owl-nav {
    display: none;
}
.i-list-item .layer .inner .layer-content .owl-dots {
    position: absolute;
    display: block;
    bottom: 12px;
    width: 100%;
}
.i-list-item .layer .inner .layer-content .owl-dots.disabled {
    display: none;
}
.i-list-item .layer .inner .layer-content .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #fff;
    border-radius: 50%;
}
.i-list-item .layer .inner .layer-content .owl-dots .owl-dot.active span,
.i-list-item .layer .inner .layer-content .owl-dots .owl-dot:hover span {
    background: rgb(var(--color-secondary));
}

.i-list-item .layer .inner .layer-content .support img {
    max-width: 300px;
}

.i-list-item .layer .inner .layer-content .support {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 32px 16px;
    font-size: 27px;
}
.i-list-item .layer .inner .layer-content .support .support-text .button-arrow-red {
    margin-left: 10px;
    margin-right: 0;
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .support-footer {
    margin: 32px 0 0;
}
.i-list-item .layer .inner .layer-content .r-item .r-text-content .support-footer .button-zio {
    position: relative;
    display: inline-block;
    padding: 7px 40px 7px 28px;
    color: #fff;
    background-color: rgb(var(--color-red));
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
}

.fb-item .support img {
    max-width: 200px;
}

.fb-item .support {
    margin: 0;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    top: 15px;
    right: 15px;

}
.fb-item .support-label {
    position: absolute;
    top: 20px;
    left: -40px;
    color: #cd0f13;
    transform: rotate(-35deg);
    font-weight: 700;
    background-color: #fff;
    padding: 4px 68px 4px 38px;
    text-transform: uppercase;
    font-size: 22px;
}

/***** Kachel-Kindelement - End *****/

/***** Tabs - Start *****/
.tabs .element-header {
    margin: 0 0 50px;
    text-align: center;
}
.tabs .element-header .headline {
    font-size: 40px;
    line-height: 1.375;
    color: rgb(var(--color-primary));
    text-transform: uppercase;
}

.tabs .tabs-header {
    display: flex;
}
.tabs .tabs-header .tab-label {
    position: relative;
    /*flex: 1 0 auto;*/
    margin: 0 0 0 34px;
    padding: 23px 60px 21px 60px;
    line-height: 1.193548;
    font-size: 28px;
    background-color: rgba(var(--color-lightblue), .35);
    cursor: pointer;

    transition: all var(--transition-t1);
}
.tabs .tabs-header .tab-label::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 22px;
    width: 23px;
    height: 11px;
    background: url("../Images/bg-arrow-blue.svg") no-repeat;
    background-size: contain;

    transition: all var(--transition-t1);
}
.tabs .tabs-header .tab-label.active,
.tabs .tabs-header .tab-label:hover {
    background-color: rgba(var(--color-lightblue));
}
.tabs .tabs-header .tab-label.active::before {
    transform: rotate(90deg);
}
.tabs .tabs-header .tab-label + .tab-label {
    margin-left: 74px;
}
.tabs .tabs-header .tab-label.icon::after {
    content: '';
    position: absolute;
    top: -30px;
    left: -34px;
    width: 72px;
    height: 62px;
    background: rgb(var(--color-secondary)) url("../Images/bg-icon-tab-overview.svg") no-repeat calc(50% - 5px) calc(50% + 1px);
    background-size: 29px auto;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
}
.tabs .tabs-header .tab-label.icon.map::after {
    background-image: url("../Images/bg-icon-tab-map.svg");
    background-size: 47px auto;
    background-position-y: calc(50% - 1px);
}

.tabs .main-content {
    display: flex;
    margin: 0 0 40px;
}
.tabs .main-content .image {
    width: 566px;
    flex: 0 0 auto;
    margin: 0 40px 0 0;
}
.tabs .main-content .headline {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.36111;
    color: rgb(var(--color-primary));
}

.tabs .tabs-contents {
    padding: 50px 0 50px;
    background-color: rgb(var(--color-lightblue));
}
.tabs .tabs-contents .tab-content {
    display: none;
}
.tabs .tabs-contents .tab-content.active {
    display: block;
}

.tabs .additional-content {
    position: relative;
}
.tabs .additional-content.cols-3 .additional-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.tabs .additional-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(244,244,244,.88);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    pointer-events: none;
    opacity: 0;
    z-index: 3;

    transition: all var(--transition-t2);
}
.tabs .additional-content.blur::before {
    pointer-events: auto;
    opacity: 1;
}
/***** Tabs - End *****/
