/*!
 * 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');
}

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

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

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

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

#section02 .fp-bg {
  background-image: url('../images/Web/pkv-vergleich_selbstständige_start.jpg');
  background-position: 75% 10%;
}

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

#section3 .fp-bg {
  background-image: url('../images/Web/pkv-vergleich_beruflicher-status-2.jpg');
}
#section2 .fp-bg {
  background-image: url('../images/visa_passport_hg.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');
}

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

#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');
}

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

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

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

#section13.lazy, #section14.lazy, #section17.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 {
  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) !important;
  background: var(--green);
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 2em;
  margin-top: 2em;
  font-family: 'Varela Round', sans-serif;
  outline: none;
}

.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;
}

h1, h2 {
  font-weight: normal;
}

.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.6;
  position: relative;
}

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

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

.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-angestellte {
  font-size: 2.3em;
  margin-top: 4em;
  position: relative;
  bottom: 0;
  text-align: center;
  max-width: 300px;
}

.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;
}

.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 {
  position: absolute;
  bottom: 5px;
  left: 0;
  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: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  cursor: pointer;
}

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

.prevSlideArrow, #backToBeruf, .backToBerufSelect, .prevSlideLeft {
  position: absolute;
  bottom: 30px;
  /* left: 0; */
  right: 10px;
  margin: 0 auto;
  transform: rotate(180deg);
  cursor: pointer;
}

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

progress {
  -webkit-appearance: none;
  appearance: none;
  width: 130px;
  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: 40px;
  right: 10px; */
  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: lightgrey;
  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: 1.3em;
}

.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;
}

input[type="checkbox"] {
  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: 30px;
  padding: 0px 10px;
}

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

.w-m {
  display: block;
}

.removeBR {
  display: none
}

#f-bx {
  top: 15em;
}

#anfrageform {
  margin-top: 6em;
}

.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: 40px;
}

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

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

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

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

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

.w-d, .w-d-f {
  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;
  margin-bottom: 50px;
}

.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;
}
.tuev-siegel{
  width:130px;
  height:auto;
}
.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;
}
