/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
/* @font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(./fonts/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */
:root {
    --grey: #3c3c3b;
    --green: #95c11e;
}

body {
    font-family: 'Varela Round', sans-serif !important;
    color: #fff;
}

input {
    font-family: 'Varela Round', sans-serif !important;
}

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
}

.fp-controlArrow.fp-prev {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    display: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
    /* height: inherit; */
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
    right: 17px;
}

#fp-nav.fp-left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
    bottom: 17px;
}

.fp-slidesNav.fp-top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

a {
    color: var(--green);
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fp-bg {
    background-size: cover;
    background-position: center 80%;
}

.section {
    background-color: rgba(0, 0, 0, 0.5);
}

#section7, #section12 {
    background-color: rgba(0, 0, 0, 0);
}

/* .section-danke{
    background-image: url('../images/Web/pkv-vergleich_danke_zwischenseite.jpg');
} */
/* #section0 .fp-bg {
  background-image: url('../images/Web/pkv-vergleich_startbild_web.jpg');
} */
/*
#section0 .fp-bg {
    background-image: url('../images/mann-start.jpg');
    background-position-x: 30%;
}*/

/*index*/
#section0 .fp-bg.w-d {
    background-image: url('../images/Web/pkv-vergleich_angestellte-selbststaendige.jpg');
    background-position: 75% 10%;
}

#section0 .fp-bg.w-m{
    background-image: url('../images/Web/pkv-vergleich_angestellte-selbststaendige_mobile.jpg');
    background-position: 75% 10%;
}
/*index*/

#section0 .fp-bg-bap2023 {
    background-image: url('../images/mobil-2.jpg');
    background-position-x: 30%;
}

#section00 {
    background-color: rgba(0, 0, 0, 0.7);
}

.head-bap23W1 {
    margin-top: 5em !important;
    font-size: 2.0em !important;
}

.bap23W1 {
    margin: 0px 0 0px 0;
    font-size: 1.6em !important;
}

.bap23W2 {
    margin: 0px 0 10px 0;
    font-size: 1.4em !important;
}

.bap23W3 {
    margin: 0px 0 10px 0;
    font-size: 1.6em !important;
}

.bap23start-btn {
    margin-top: 10px !important;
}

.liCenter {
    text-align: center;
}

.arLPng {
    width: 20px;
    height: 20px;
    padding-right: 10px;
    padding-left: 15px;
    vertical-align: top;
}


.aDivList.w-m{
    text-align: center;
}

.aDivListElement {
    margin: 0 auto 10px auto;
    padding-right: 15px;
    /*width: fit-content;*/
    /*display: flex;*/
}

.start-ul-mobile {
    margin: 0;
}

.margin0auto {
    margin: 0 auto;
}

#section00A .fp-bg {
    background-image: url('../images/small2_shutterstock.jpg');
    /*background-position: 30% 10%;*/
}

#section00 .fp-bg {
    background-image: url('../images/Web/angestellte_startbild.jpg');
    background-position: 30% 10%;
}

#section_Angestellte .fp-bg {
    /* background-image: url('../images/Web/hintergrund-angestellte.jpg');*/
    /*background-image: url('../images/small2_shutterstock.jpg');*/
    background-image: url('../images/Web/pkv-vergleich_angestellte-selbststaendige.jpg');
     background-position: 0% 30%;
 }

#section_pkv-im-alter .fp-bg {
    background-image: url('../images/rentner-wandern2.jpg');
}

#section-bap2024 .fp-bg {
    background-image: url('../images/Web/pkv-bap.jpg');
}

#section-bap2025 .fp-bg {
    background-image: url('../images/mann-start.jpg');
    background-position-x: 30%;
}

#section-bap2025.bap2026 .fp-bg {
    background-image: url('../images/mann-2026.jpg');
    background-position-x: 30%;
}

#section00 {
    background-color: rgba(0, 0, 0, 0.7);
}

#section01 .fp-bg {
    background-image: url('../images/Web/beamtenanwaerter_startbild.jpg');
    background-position: 75% 10%;
}

#section-aerzte .fp-bg {
    background-image: url('../images/Web/aerzte-startseite.jpg');
    /*background-position: 75% 10%;*/
}

#section_aerzte_typ .fp-bg {
    background-image: url('../images/Web/aerzte-typ.jpg');
}

#section-rechtsanwalt .fp-bg {
    background-image: url('../images/Web/rechtsanwalt.jpg');

}

#section-steuerberater .fp-bg {
    background-image: url('../images/Web/steuerberater.jpg');

}

#section-kinder .fp-bg {
    background-image: url('../images/Web/startseite-kinder.jpg');
    background-position: 20%;
}

#section-kinder-versichert .fp-bg {
    background-image: url('../images/Web/spielzeug.jpg');
}

#section-kinder-alter .fp-bg {
    background-image: url('../images/Web/kinder-alter.jpg');
}

#section-kinder-ortho .fp-bg {
    background-image: url('../images/Web/kieferortho.jpg');
}

#section-eltern-beamter .fp-bg {
    background-image: url('../images/Web/eltern-beamte.jpg');
}

#section-kinder-krankenhaus .fp-bg {
    background-image: url('../images/Web/kinder-krankenhaus.jpg');
}

/*section02 = selbstständige*/

#section_Angestellte .w-m ul.start-ul-mobile, #section02 .w-m ul.start-ul-mobile {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
}

#section_Angestellte .w-m ul.start-ul-mobile li, #section02 .w-m ul.start-ul-mobile li {
    text-align: center;
    display: inline-block;
}

#section_Angestellte .w-d.start-ul-container ul, #section02 .w-d.start-ul-container ul{
    display: inline-block;
    text-align: center;
}
#section_Angestellte .w-d.start-ul-container ul li, #section02 .w-d.start-ul-container ul li{
    text-align: center;
    display: inline-block;
}

#section001 .fp-bg {
    background-image: url('../images/anwaerter_frau.jpg');
    background-position: 75% 10%;
}

#section02 .fp-bg.w-d, #section_Angestellte .fp-bg.w-d {
    /*background-image: url('../images/Web/pkv-vergleich_selbststaendige_start.jpg');*/
    background-image: url('../images/Web/pkv-vergleich_angestellte-selbststaendige.jpg');
    background-position: 75% 10%;
}

#section02 .fp-bg.w-m, #section_Angestellte .fp-bg.w-m {
    background-image: url('../images/Web/pkv-vergleich_angestellte-selbststaendige_mobile.jpg');
    background-position: 75% 10%;
}

#section1 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_wie_derzeit_versichert.jpg');
}

#section2 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_beruflicher-status-2.jpg');
}

#section7 .fp-bg, #section12 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_danke_zwischenseite.jpg');
}

#section8 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_heilpraktiker.jpg');
}

div#section8{
    background: rgba(0, 0, 0, 0.65);
}

#section9 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_einzelzimmer.jpg');
}

div#section9 .prevSlideArrow {
    color: rgba(255, 255, 255, 0.75);
}

#section10 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_zahnzusatz.jpg');
}

#section13 {
    /* height:150%!important; */
    background-image: url('../images/Web/pkv-vergleich_wohnort.jpg');
}

#section11 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_beitragsrueckerstattung.jpg');
}

div#section11{
    background: rgba(0, 0, 0, 0.6);
}

#section14 {
    background-image: url('../images/Web/pkv-vergleich_geburtsdatum.jpg');
}

#section16 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_tarfivergleich_ansicht_laptop_2.jpg');
    transform: translateY(0px) !important;
}

#section17 {
    /* transform: translateY(0px)!important;
    height:200%!important; */
    background-image: url('../images/Web/pkv-vergleich_tarfivergleich_ansicht_laptop_2.jpg');
    /* background-position: 40% 80%; */
    background-size: cover;
}

#section-kinder-ende {
    background-image: url('../images/Web/kinder-sparschwein.jpg');
    background-size: cover;
}

#section13.lazy, #section14.lazy, #section17.lazy, #section-kinder-ende.lazy {
    background-image: none;
}

/* #section14 .fp-bg, #section15 .fp-bg  {
  background-image: url('../images/Web/pkv-vergleich_tarifvergleich.jpg');
} */
#section15 .fp-bg {
    background-image: url('../images/Web/cubes-min.png');
}

#slide-beamter .fp-bg, #section100 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_beamter.jpg');
}

#slide-selbstaendiger .fp-bg, #section101 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_arbeitsverhaeltnis.jpg');
    background-position: 25% 80%;
}

#slide-angestellter .fp-bg, #section102 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_bruttoeinkommen.jpg');
}

.slide2 .fp-bg, .slide3 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_danke_zwischenseite.jpg') !important;
}

.slide1 {
    background-color: rgba(0, 0, 0, 0.5);
}

#slide-sonstiges .fp-bg, #section103 .fp-bg {
    background-image: url('../images/Web/pkv-vergleich_sonstiger_status.jpg');
}

#section103 .fp-bg.lazy, #section102 .fp-bg.lazy, #section101 .fp-bg.lazy, #section100 .fp-bg.lazy, #section1 .fp-bg.lazy, #section2 .fp-bg.lazy, #section3 .fp-bg.lazy, #section4 .fp-bg.lazy, #section5 .fp-bg.lazy, #section6 .fp-bg.lazy, #section7 .fp-bg.lazy, #section8 .fp-bg.lazy,
#section9 .fp-bg.lazy, #section10 .fp-bg.lazy, #section11 .fp-bg.lazy, #section12 .fp-bg.lazy, #section15 .fp-bg.lazy, #section16 .fp-bg.lazy, #section13.lazy, #section14.lazy, #section17.lazy, #section-kinder-alter .fp-bg.lazy, #section-eltern-beamter .fp-bg.lazy, #section-kinder-ortho .fp-bg.lazy, #section-kinder-krankenhaus .fp-bg.lazy, #section-eltern-beamter .fp-bg.lazy {
    background-image: none;
}

.start-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}

.end-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}

#start-info {
    color: #fff;
    padding-inline-start: 20px;
    font-size: 1em;
    line-height: 2em;
}

#start-info li {
    list-style-type: none;
}

.start-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0px auto;
    padding: 5px;
    color: var(--grey);
    border-radius: 5px;
}

.start-box img {
    margin: 30px 0;
}

.start-btn {
    font-size: 1.3em;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid var(--green);
    background: var(--green);
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 2em;
    margin-top: 2em;
    font-family: 'Varela Round', sans-serif;
    outline: none;
}

#section-bap2024 .start-btn {
    margin-top: 0.5em;
}

.btn {
    font-size: 1.5em;
    /* width:250px; */
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid var(--green) !important;
    background: var(--green);
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Varela Round', sans-serif;
    outline: none;
}

.btn:disabled {
    background-color: var(--grey);
}

#btnplzsearch {
    margin-top: 1em;
}

.start-btn:hover, .btn:hover {
    background: none;
    border: 1px solid var(--green);
}

h1, h2 {
    font-weight: normal;
}

.haeins, .hazwei, .small-heading.haeins, .small-heading.hazwei{ /*kommt aus media.css*/
        font-size: 30px;
        margin: 0 auto;
        right: 0;
        left: 0;
        bottom: 60px;
        line-height: 1.2em;
    }



.section-header h1, .section-header h2 {
    widtH: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    margin: 30px auto;
    transition: flex-grow 1000ms linear;
    padding: 0 5px;
    box-sizing: border-box;
}

.section-header {
    width: 100%;
    transition: flex-grow 1000ms linear;
    flex-grow: 0.7;
    position: relative;
}

#section12 .special-header {
    flex-grow: 0.5;
}

#section13 .special-header {
    flex-grow: 0.7;
}

/*Jürgens iPhone Problem*/
@media screen and (max-width: 768px) and (max-height: 1024px) {
    #section13 .special-header, #section17 .section-header {
        flex-grow: 0.85;
    }

    #section13 .box-placeholder{
        flex-grow: 1.8;
    }

    #section17 .box-placeholder{
        margin-top: -2em;
    }

    .box-placeholder, .box-animation{
        overflow-y: scroll;
    }
}

@media screen and (max-width: 768px) {
    .section .section-header{
        flex-grow: 0.85 !important
    }

    #section15 {
        height: 100vh !important;
    }
}

/*kleine (iPhone) Geräte*/
@media screen and (max-width: 768px) and (max-height: 710px) {
.section .section-header {
    flex-grow: 0.95 !important;
}

.mlastsection #anfrageform {
    margin-top: 5.2em;
}

.mlastsection #anfrageform .w-input, .mlastsection #anfrageform .w-input .s-input{
    height: 20px;
    margin-bottom: 15px;
}

.mlastsection .moving-label{
    top: 11px;
}

}

.box-placeholder {
    width: 100%;
    transition: flex-grow 1000ms linear;
    flex-grow: 1.4;
    position: relative;
}

.box-animation, .box-animation-2 {
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
}

.box-animation-2 {
    text-align: center;
    top: 100px;
}

.backToMainContainer {
    top: 9em;
}

.flexi, .start-flexi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 60px;
}

.start-flexi {
    justify-content: flex-end;
}

#start-heading {
    position: relative;
    bottom: 0;
    text-align: center;
    font-weight: normal;
    margin-top: 5em;
}

#start-heading-pkv {
    position: relative;
    bottom: 0;
    text-align: center;
    font-weight: normal;
    margin-top: 6em;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

#start-heading-kinder, #start-heading-common {
    position: relative;
    bottom: 0;
    text-align: center;
    font-weight: normal;
    margin-top: 5em;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.ul-kinder {
    padding-left: 70px
}

#HeaderMarginDesktop.marginTop100 {
    margin-top: 100px;
}

#HeaderMarginMobil.marginTop100 {
    margin-top: 100px;
}

#HeaderMarginDesktop.marginTop50 {
    margin-top: 50px;
}

#start-heading-angestellte {
    font-size: 2.3em;
    margin-top: 3em;
    position: relative;
    bottom: 0;
    text-align: center;
    max-width: 300px;
}

#start-heading-angestellte.be {
    font-size: 2em;
    margin-top: 4.5em;
}

#start-heading-angestellte-einkommen {
    font-size: 1.4em;
    margin: 6.4em auto 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.subTitleList {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.checkPic {
    padding-right: 8px;
    vertical-align: middle;
}

.fLeft {
    float: left;
}

.smallPadLR {
    padding-left: 30px;
    padding-right: 30px;
}

.boldText {
    font-weight: bold;
}

.subTitle {
    font-size: 0.88em;
}

.UnvUndKost {
    width: fit-content;
    margin: 5px auto 35px auto;
    font-style: italic;
}

.box-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
}

.box-container-4 .box {
    padding: 10px;
}

.renteLiIcon {
    list-style-image: url('../images/favicon.png');
    text-align: left;
    width: 650px;
    margin: auto;
    padding-left: 130px;
}

.start-info-container {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2em;
}

.start-segment {
    display: flex;
    flex-direction: column;
    /* width: 120px; */
    width: 30%;
    align-self: flex-start;
    color: #fff;
    text-align: center;
    align-items: center;
}

.start-segment-text {
    line-height: 1.4em;
    font-size: 0.8em;
}

.start-segment img {
    width: 60px;
    height: auto;
}

.box {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 19px;
    padding: 16px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: flex-grow 1000ms linear;
}

.test {
    flex-grow: 1;
}

.box:hover {
    background-color: var(--green);
}

.hide {
    display: none !important;
}

.slide-footer {
    width: 300px;
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.opacity {
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: rgba(0, 0, 0, 1); */
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.logo-farbig {
    width: 180px;
    position: absolute;
    /* top: 110px; */
    top: 10px;
    left: 10px;
    /* right: 0; */
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.logo-farbigP2 {
    left: 52% !important;
    top: 30px !important;
}

.logo-mittig {
    width: 150px;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    cursor: pointer;
}

.prevSlideArrow, #backToBeruf, .backToBerufSelect, .prevSlideLeft {

    /* left: 0; */
    /* right: 10px;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    transform: rotate(180deg); */
    text-decoration: underline;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.prevSlideLeft {
    transform: rotate(90deg);
}

progress {
    -webkit-appearance: none;
    appearance: none;
    width: 150px;
    height: 12px;
    border-radius: 4px;
    border: none;
    transition-duration: 1s;
}

progress::-webkit-progress-value {
    background-color: var(--green);
    border-radius: 4px;
    transition: all 1s ease;
}

progress::-webkit-progress-bar {
    background: #fff;
    border-radius: 4px;
}

progress::-moz-progress-bar {
    background: var(--green);
    border-radius: 4px;
    transition: all 0.8s ease;
}

.progress-bar-container {
    position: absolute;
    top: 100px;
    left: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    /* top: 80px;
    right: 10px; */
}

.fixiert {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    /* height:50px; */
    z-index: 999;
}

.footer-fixiert {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 10px;
    width: 100%;
    /* height:50px; */
    margin: 0 auto;
    z-index: 999;
}

#myVideo {
    object-fit: cover;
    position: fixed;
    /* right: -200%;
    top: -10%; */
    /* min-width: 100%;
    min-height: 100%; */
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

/* video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
    z-index: -1;
} */
#partikelVideo {
    position: absolute;
    right: -100%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.w-input, .s-input {
    width: 250px;
    height: 25px;
    border-radius: 14px;
    border: 3px solid #fff;
    /* padding: 30px 40px 5px 40px; */
    padding: 7px 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
    text-align: center;
    outline: none;
    color: var(--grey);
    box-sizing: content-box;
}

.w-input:focus {
    border-color: var(--green);
}

.b-input {
    width: 80px;
    margin: 0 5px;
    padding: 10px 5px;
}

.b-label {
}

.input-container {
    position: relative;
}

.moving-label {
    position: absolute;
    transition: all 0.25s ease;
    /* top:30px; */
    top: 14px;
    color: #bebebe;
    text-align: center;
    left: 0;
    right: 0;
}

.w-input:focus ~ .moving-label, .w-input:valid ~ .moving-label {
    /*display: none;*/
}

/* .w-input:focus ~ .moving-label, .w-input:valid ~ .moving-label {
    color: var(--green);
    top: 5px;
  } */
/* #str{
    margin-bottom:0;
  } */
#ort-label {
    display: none;
    position: absolute;
    /* top:30px; */
    top: 5px;
    color: lightgrey;
    text-align: center;
    left: 0;
    right: 0;
    color: var(--green);
}

#geb_day {
    text-align: center;
}

/* #str-label{

    left: 90px;
  }
  #plz-label{
    left: 155px;
  }
  #geb_day-label{
    left:73px
  }
  #geb_mon-label{
    left:58px
  }
  #geb_y-label{
    left: 68px;
  }
#lastname-label{
      left: 115px;
    }
  #firstname-label{
    left:125px;
  }
  #mail-label{
    left:100px;
  }
  #tel-label{
    left: 45px;
    width:100%;
  }
  #ort-label{
    left:150px;
  } */
/* .logos-container div picture, .logos-container div img{
    width:200px;
  } */
.sk-fading-circle {
    margin: 10px;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.small-heading {
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0px 1em;
    line-height: 32px;
}

.d-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.cb-container {
    width: 296px;
    margin-top: 1em;
    position: relative;
    /*display: flex; */
}

.optimierung-agree {
    position: relative;
}

.extra-container {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    padding: 10px 0px;
    border: 1px solid var(--green);
    margin-bottom: 40px;
}

.invalidInput, .invalid {
    border-color: red;
}

#agree {
    opacity: 0;
    display: none;
}

input[type=checkbox] + label::before {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 2px solid #8cad2d;
    background-color: #fff;
    display: block;
    content: "";
    /* float: left;
    margin-right: 5px; */
    position: absolute;
    left: 0px;
}

input[type=checkbox]:checked + label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #8cad2d;
}

input[type=checkbox].invalid + label::before {
    border-color: red;
}

a:visited {
    color: var(--green) !important;
}

#agree_label {
    padding-left: 25px;
}

#go-Home {
    position: absolute;
    right: 20px;
}

#link {
    position: absolute;
    left: 10px;
}

.locality, .country-name, .postal-code {
    display: none;
}

#autocomplete_list {
    position: absolute;
    /* top:82px; */
    top: 51px;
    margin-top: 1px;
    display: none;
    list-style: none;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px #ccc;
    background: #fff;
    z-index: 9999;
    width: 100%;
    text-align: left;
    padding: 5px;
    font-size: 0.8em;
    color: var(--grey);
}

#autocomplete_list li {
    cursor: pointer;
}

#autocomplete_list li:hover {
    background-color: lightgrey;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ssl-text {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: var(--green);
    margin-top: 10px;
}

.zw-danke {
    flex-grow: 1;
}

.zw-danke h1, .zw-danke h2 {
    font-size: 2em;
    padding: 0px 10px;
}

.zw-d-btn {
    margin-top: 5.5em;
}

.zw-d-btn.zw-d-btn-more {
        margin-top: 6em;
    }

@media (min-width: 769px) {
    .zw-d-btn.zw-d-btn-more {
        margin-top: 1em;
    }
}

.w-m {
    display: block;
}

.removeBR {
    display: none
}

#f-bx {
    top: 15em;
}

#anfrageform {
    margin-top: 9em;
}

.v-logo img {
    width: 100%;
}

.loading-section {
    flex-grow: 1;
}

.scrollable-content {
    background: white;
    overflow: scroll;
    margin: 0 auto;
    width: 500px;
    height: 250px;
}

#ffs {
    order: 1;
    position: relative;
}

#plz-c {
    order: 0;
}

#ort-c {
    order: 2;
}

.cc-window.cc-floating {
    max-width: unset !important;
}

.grecaptcha-badge {
    opacity: 0;
    z-index: -10;
}

#test {
    margin-top: 70px;
}

.start-ul-container {
    max-width: 800px;
    margin: 3em auto;
    width: 100%;
    font-size: 1em;
}

.start-ul-container ul, .start-ul-mobile {
    padding-left: 20px;
    padding-right: 10px;
    list-style-type: none;
}

.start-ul-container li, .start-ul-mobile li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.check-img {
    position: absolute;
    left: 0;
}

.sitelink-ul{
    padding: 0;
    margin: 1em 0 0 0.4em;
    list-style-type: none;
    list-style-position: outside;
}

.sitelink-ul li{
    line-height: 1.4em;
}

.sitelink-ul li::before{
    content: "✔";
    color: var(--green);
    display: inline-block;
    background-size: 1.4em;
    margin-right: 1em;
}

.start-info-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.w-d, .w-d-f, .w-d-i {
    display: none;
}

.smaller {
    font-size: 0.8em;
}

.nondescript-link {
    color: #fff !important;
}

.nondescript-link:visited {
    color: #fff !important;
}

.eg_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.eg-list-item {
    width: 250px;
    margin: 0 auto;
}

.eg-ul {
    padding-inline-start: 20px;
    font-size: 1em;
    line-height: 1.4em;
}

.eg-def {
    margin: 2em auto;
    text-align: center;
    max-width: 270px;
    line-height: 1.4em;
}

.eg-list-heading {
    font-size: 1.1em;
}

.extra-2 {
    top: 150px;
}

.form-2-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.m-right {
    margin-right: unset;
}

.jaeg-container {
    margin: 3em 1em 0 1em;
    min-width: 65%;
}

.tuev-link {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    transition: all 0.4s;
}

.tuev-link-2 {
    position: absolute;
    cursor: pointer;
    top: 78px;
    right: 10px;
    transition: all 0.4s;
}

.tuev-siegel {
    width: 110px;
    height: auto;
}

 .siegel_verkehrt .tuev-link {
        top: 135px;
        right: 10px;
}
.siegel_verkehrt .tuev-link-2 {
        top: 10px;
        right: 10px;
}

.vs-link {
    position: absolute;
    cursor: pointer;
    right: 130px;
    top: 10px;
    transition: all 0.4s;
}

.vs-siegel {
    width: 80px;
    height: auto;
}

.landBox {
    margin-right: 20px;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    border-radius: 15px;
}

.wappenImg {
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.textLand {
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.linkLandPdf {
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.textInfoPdf {
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.pkvBox {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    display: revert;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 5px;
    margin-top: 10px;
}

.cta_container {
    display: flex;
    flex-direction: column;
}

.cta_container, .bnd_container {
    width: 100%;
    margin: 0;
}

.bnd-start-container {
    position: absolute;
    width: 100%;
    height: 63vh;
    min-height: 450px;
    background-color: #1b3634;
    bottom: 0;
    z-index: 2;
    font-family: 'Nunito', sans-serif;
}

.bnd-start-content {
    Padding-left: 10px;
    padding-top: 10px;
    line-height: 23px;
    font-size: 14px;
}

.bnd-h2 {
    line-height: 24px;
    font-size: 21px;
    margin: 0;
    margin-bottom: 4%;
}

.bnd-footer {
    display: none;
}

.bnd-name-d {
    display: none;
}

.bnd-name-m {
    line-height: 18px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
}

.pdf-img {
    width: 40px;
}

.mobile-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.special_container {
    display: flex;
    flex-direction: row;
    font-size: 0.7em;
    align-items: center;
    justify-content: left;
}

.bnd-start-image {
    width: 100%;
    position: absolute;
    top: 0;
    height: 37vh;
    background-image: url('../images/anwaerter_frau.jpg');
    background-size: cover;
    z-index: 1;
}

.special_tuev {
    right: 10px;
}

.special_vs {
    top: 85px;
}

.cta-text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px;
}

.yt-vid {
    width: 100%;
    height: auto;
}

.yt-frame {
    width: 100%;
    height: 100%;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */

}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    width: 100%;
    height: auto;
}

.yt-container {
    max-width: 250px;
    margin: 10px auto;
}

#HeilpraktikerText {
    display: none;
}

#KrankenhausText {
    display: none;
}

#ZahnbehandlungText {
    display: none;
}

#BeitragsrueckerstatungText {
    display: none;
}

.pointInfoDiv {
    width: 70%;
    text-align: center;
    margin: -38px 0 20px 0;
    line-height: 30px;
}

.pointInfoDiv b {
    font-size: 22px;
}

#section0 .center, #section-bap2025 .center {
    text-align: center;
}

@media screen and (max-width: 632px) {
#section-bap2025 .start-btn{
    font-size: 1.6em;
    padding: 10px 25px;
}
}

#section0 .tallText, #section-bap2025 .tallText {
    font-size: 1.7em;
}

#section0 .mediumText, #section-bap2025 .mediumText {
    font-size: 1.5em;
}

#section0 .mediumMarginDown, #section-bap2025 .mediumMarginDown {
    margin-bottom: 50px;
}

.smallMarginDown{
    margin-bottom: 1em;
}

/* -------------------------------------------------------------- */
/* SiteLink Styles*/

#SiteLinkMain {
    width: 100%;
    display: flex;
    height: 100%;
}

.mobilHead {
    height: 75px;
    /*background-color: #e0e0e0;*/
    background-color: #56656A;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #cacaca;
}

.mobilFooter {
    height: 26px;
    /*background-color: #e0e0e0;*/
    background-color: #56656A;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #cacaca;
    bottom: 0px;
}

.mobilTuvLink {
    right: 120px !important;
}

.mediumTuvLink {
    right: 90px !important;
}

.mobilHeadPic {
    width: auto !important;
    height: 60px !important;
}

.tuev-link-2.mobilHeadPic{
    top: 12px;
}

.medumVsLink {
    right: 30px !important;
}

.p2_title {
    margin-bottom: 15px;
    font-size: 40px;
}

#sLP2Title1Text.mobil {
    font-size: 22px;
}

div#sLP2Title::after {
    content: "";
    border: 1px solid #000;
    display: block;
    width: 25%;
    margin: 0.5em 0;
}

div#sLP2SubTitle{
    margin: 1.5em 0;
}

.p2_title1Text {
    color: #000000;
}

.greenText {
    color: var(--green);
}

#sL1 {
    background-color: #fff;
    color: #000000;
    padding: 2em 1.5em 0;
    overflow-x: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sL1.mobil {
    padding-top: 90px;
}

#sL2 {
    background-color: #000033;
}

.P2SL {
    width: 50%;
    box-sizing: border-box;
}

.P1SL {
    width: 100%;
}

.sLPic {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*filter: brightness(50%);*/
}

.sLPicTop {
    object-fit: cover;
    width: 100%;
    filter: brightness(50%);
}

.hrBigShort {
    width: 80px;
    border-top: 2px;
    border-style: solid;
    border-radius: 3px;
    margin-left: 0px;
    margin-bottom: 30px;
}

div#height80vh{
    height: 75vh;
}

div#height20vh{
    height: 15vh;
}

.p2_subTitle {
    margin-bottom: 8px;
}

.p2DbPart {
    border-top: 1px;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    background-color: #fff;
    padding: 0.3em 0;

    max-height: 45vh;
    overflow-y: auto;
}

.p2DbPart:first-of-type{
    border-top: 0;
}

.p2DbPart p{
    margin: 1em 0;
}

.p2DbPart p:first-of-type{
    margin-top: 0;
}

.p2DbPart p:last-of-type{
    margin-bottom: 0;
}

.p2DbPart:hover {
    background-color: #f8f8f8;
    color: #505050;
}

.p2DbPartTitle {
    padding-left: 0;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
}

.p2DbPartTitle.p2DbPartTitleActive{
    color: var(--green);
}

.mobilTitleText {
    font-size: 16px;
}

.p2DbPartTitleText {
    width: 97%;
}

.p2DbPartTitlePlus {
    max-width: 3%;
    padding-right: 10px;
}

.p2DbPartText {
    color: #000000;
    padding: 0.8em 0.4em;
    font-size: 0.75em;
    line-height: 1.4em;
    border:0;
    
}

.mobilDbText {
    font-size: 13px;
}

.noDisplayText {
    display: none;
}

.start-btnP2:hover {
    background-color: #80b015;
    color: #f5f5f5;
}

#start-btn.mobil {
    margin-top: 0px;
    margin-bottom: 35px !important;
}

.d-block{
    display:block;
}
.d-flex{
    display:flex;
}
.mt-1em{
    margin-top: 1em;
}
.mt-2em{
    margin-top: 2em;
}
.ai_flex-start{
    align-items: flex-start !important;
}

.fs-16px{
    font-size: 16px;
}

.colorgreen{
    color: var(--green);
}

/*newCaptcha*/
.newcaptcha {
    max-width: 390px;
    width: 40%;
    background: #fff;
    border-radius: 14px;
    padding: 1rem 1.6rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
  
  .newcaptcha h2 {
    font-size: 1rem 2rem;
    text-align: center;
    margin: 1rem 0;
  }
  
  .newcaptcha form {
    position: relative;
  }
  
  .newcaptcha .input-field {
    width: 93%;
    padding: 0.4rem 0.5rem;
    margin: 0.2rem 0 0.6rem 0;
    font-family: inherit;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1.2rem;
  }

  .newcaptcha .input-field:first-child{
    width: 75%;
  }
  
  @media screen and (max-width: 632px) {
    .newcaptcha .input-field:first-child{
        width: 55%;
    }
  }

  .newcaptcha .btn-icon {
    position: relative;
    top: 0px;
    left: 10px;
    outline: none;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    background-color: #80b015;
    border-radius: 5px;
    transform: scale(1);
  }
  
  .newcaptcha .btn-icon i {
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  
  .newcaptcha .message {
    text-align: center;
    margin: 1rem 0;
    display: none;
  }
  
  .newcaptcha .message.active {
    display: block;
  }
  
  .newcaptcha .btn-submit {
    width: 100%;
    background-color: #80b015;
    outline: none;
    border: none;
    color: #fff;
    font-family: inherit;
    padding: 1rem 0;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
  }
  
  .newcaptcha .btn-icon:active,
  .newcaptcha .btn-submit:active {
    transform: scale(0.98);
  }

  #plattform_url_label small{
    color: var(--green); 
    display: block; 
    width: 100%; 
    text-align:center; 
    margin-bottom: 1em;
  }

  #layer100{
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 10; 
    background: rgba(255, 255, 255, 0.5);
  }

  .fr_dialog{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 11; 
    width: 80%;
    border: 1px solid var(--green);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.85);
    padding: 1.5em 1em;
  }

  .fr_dialog_close{
    position: absolute;
    top: -0.7em;
    right: -0.7em;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid var(--green);
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 1281px) {
    /* Dazwischen */
    .fr_dialog{
        width: 500px;
        top: 20%; 
    }
  }

@media (min-width: 1281px){
    /* Desktop */
    .fr_dialog{
        width: 500px;
        top: 30%; 
    }
  }

  .fr_dialog_close:hover{
    cursor: pointer;
  }

  .mlastsection .footer-fixiert .slide-footer{
    width: 100%;
    bottom: 0.4em;
    gap: 2em;
  }

  .mlastsection .footer-fixiert .slide-footer a{
    color: #fff !important;
  }

  .mlastsection .footer-fixiert .slide-footer #go-Home{
    position: initial;
  }

  .mlastsection .box-animation{
    width: 84%;
    margin: 0 8%;
  }

  .mlastsection .fullpage-last-section {
    padding: 4em 0;
  }

  .mlastsection .header.fixiert{
    left: 8%;
    top: 1em;
  }

  .mlastsection .header.fixiert .TUEVSiegelContainer{
    /*position: fixed;
    top: 3.2vh;
    right: 8%;
    display: flex;
    flex-direction: column;
    */

    position: fixed;
    top: 2.2vh;
    right: 8%;
    display: flex;
    flex-direction: column-reverse;
  }

  .mlastsection .header.fixiert .tuev-siegel{
    width: 75px;
    height: auto;
  }

  .mlastsection .header.fixiert .tuev-link, .mlastsection .header.fixiert .tuev-link-2{
    position: initial;
  }

  .mlastsection #anfrageform{
    margin-top: 6.5em;
  }
  .mlastsection .small-heading{
    margin-bottom: 1em;
    line-height: 1.4em
  }

  .mlastsection #anfrageform,  .mlastsection .input-container{
    width: 100%;
  }

  .mlastsection #anfrageform .w-input, .s-input{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mlastsection #anfrageform .cb-container{
    width: 100%;
  }

  .mlastsection #anfrageform .frc-container{
    min-height: 40px !important
  }

  .mlastsection #anfrageform #btnSubmit{
    width: 100%;
    margin-top: 1em;
  }

  .fullpage-last-section #anfrageform #btnSubmit{
    border-radius: 14px;
  }

  .mlastsection .cb-container {
    margin-top: 0;
  }

  .mlastsection .box-placeholder{
    overflow-y: unset;
  }

  .mlastsection .progress-bar-container{
    display:none;
  }


  .fullpage-last-section #anfrageform .frc-captcha{
    border-radius: 14px;
    width: 47% !important;
    min-width: 250px !important;
    max-width: inherit !important;
  }


  /*NTV Sieger etc. Popup*/
      /* Overlay */
    #overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      padding: 0;

     opacity: 0;
     transition: opacity 1s ease;
    }

    .sitelinks #overlay {
        background-color: rgba(0, 0, 0, 0.9);
    }

    #overlay.visible {
    opacity: 1;
    }

    #overlay.hidden {
    display: none;
    }

    /* Pop-Up */
    #popup {
      background: transparent;
      padding: 1em;
      border-radius: 8px;
      /*max-width: 90%;*/
      /*max-width: clamp(300px, 95%, 650px);*/
        width: clamp(300px, calc(75% + 20vw), 1200px );
      max-height: 90%;
      overflow-x: visible;
      position: relative;
      text-align: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    .sitelinks #popup{
        box-shadow: inherit;
    }

    #popup img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 1em;
    }

    #overlay #popup h3{
        
    }

    /* Close-Buttons */
    .close-btn {
      background: none;
      border: none;
      font-size: 1.1em;
      cursor: pointer;
      padding: 0.5em 1em;
      text-transform: uppercase;
      color: #fff;
    }

    .close-btn.top-right {
      position: absolute;
      top: -1em;
      right: -0.5em;
      font-size: 3em;
      line-height: 1;
      color: #fff;
      text-decoration: none;
    }

    .close-btn.bottom{
        text-decoration: underline;
    }

    #popup-input-start, .popup-div-infos{
        display:none;
    }

    #popup-content p{
        font-size: 0.85em;
        line-height: 1.1em;
        text-align: left;
        text-transform: none;
    }

    #popup-content ul{
    list-style-type: none;
    text-align: left;
    text-transform: none;
    }

    #play-with-consent{
    padding: 1em;
    margin-top: 1em;
    border-radius: 5px;
    border: 1px solid var(--green);
    background-color: var(--green);
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    }

    #play-with-consent:hover{
        cursor: pointer;
    }
    
  /*NTV Sieger etc. Popup*/    

  .youtube-icon-text {
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.youtube-icon-text:hover{
    cursor: pointer;
}

.youtube-icon-text::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  background-image: url("../images/youtube-play-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}

/*YouTube responsive einbinden (Sitelinks)*/
.video-container {
    /*max-width: 750px;*/
    margin: 0 auto;
}

.video-container iframe {
    width: 100%; /* passt sich immer der Containerbreite an */
    aspect-ratio: 16 / 9; /* Seitenverhältnis */
    height: auto;
    border: 0;
}

.video-container { position: relative; }
.video-container iframe { position: relative; z-index: 1; }
.video-container .open-cookie-settings {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1001;           /* über dem iframe */
  padding: .5rem .75rem;
  cursor: pointer;
}

/*YouTube responsive einbinden (Sitelinks)*/