* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.color{
  color: #ffa8b3;
}

.bcolor{
  background-color: #ffa8b3;
}

.btn{
  background-color: #ffa8b3;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border: 0;
}

html{
  background-color: #fafafa;
}

html, body{
  font-size: 14px;
  font-family: "Open Sans";
  margin: 0;
  padding: 0;
  color: #444;
  background-color: #f2f2f2;
  height: 100vh;
}

#header-wrapper {
  padding-top: 15pt;
  padding-top: constant(safe-area-inset-top, 15pt) !important;
  padding-top: env(safe-area-inset-top, 15pt) !important;
}

.menue-unten-row-inner{
  padding-bottom: calc( 13px + constant(safe-area-inset-bottom, 0px)) !important;
  padding-bottom: calc( 13px + env(safe-area-inset-bottom, 0px)) !important;
}

.parkplatzFotoVideoAufnehmenButton{
  margin-bottom: constant(safe-area-inset-bottom, 0px) !important;
  margin-bottom: env(safe-area-inset-bottom, 0px) !important;
}

.fancybox-infobar, .fancybox-toolbar{
  padding-top: 15pt !important;
  padding-top: constant(safe-area-inset-top, 15pt) !important;
  padding-top: env(safe-area-inset-top, 15pt) !important;
}

a, a:active, a:hover, a:focus, a:visited{
  color: #444;
  outline: 0 !important;
}

.black{
  color: #444 !important;
}

#content{
  position: relative;
  padding-top: calc( 50px + 15pt);
  padding-top: calc( 50px + constant(safe-area-inset-top, 15pt));
  padding-top: calc( 50px + env(safe-area-inset-top, 15pt));
  padding-bottom: 50px;
  padding-bottom: calc( 50px + constant(safe-area-inset-bottom, 0px));
  padding-bottom: calc( 50px + env(safe-area-inset-bottom, 0px));
  width: 100%;
}

#content-0{
  display: block !important;
}

.imgWrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.imgWrapper a{
  display: block;
  width: 100%;
  height: 100%;
}

.imgWrapper img{
  width: 100%;
}

.videoFancyWrapper{
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  background-color: #ccc;
}

.videoFancyWrapper svg{
  width: 60%;
  margin-top: 10%;
}

.videoFandyTitle{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 0 5px;
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}

.content-inner{
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-wrapper{
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}

/*HEADER START*/

#header{
  height: 50px;
  overflow: hidden;
}

#header-logo-wrapper{
  float: left;
  max-height: 50px;
}

#header-logo-wrapper{
  text-align: center;
  height: 63px;
  width: 100px;
  position: absolute;
  left: calc( 50% - 50px);
  border-radius: 80px;
  z-index: 100;
}

#header-logo-wrapper img{
  width: 80px;
  height: 80px;
  top: -2px;
  position: relative;
}

#header-menue-button-wrapper{
  float: left;
  width: calc( 50% - 50px );
  height: 50px;
}

#back-button{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#back-button svg{
  width: 25px;
}


#menue-button{
  height: 50px;
  width: 50px;
  text-align: center;
}

#header-right{
  float: right;
  width: calc( 50% - 45px );
}

#header-offline{
  float: right;
  height: 50px;
  width: 70px;
  text-align: center;
  margin-top: 2px;
}

#header-offline svg{
  height: 23px;
  margin-top: 5px;
}

#header-offline-text{
  font-size: 8px;
  font-weight: 700;
}

#header-lang-switch{
  height: 32px;
  width: 32px;
  margin-top: 9px;
  border-radius: 50px;
  background-color: #383838;
  color: #fff;
  float: right;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  margin-right: 10px;
}

#header-lang-switch-text{
  text-transform: uppercase;
}

#header-pro-button{
  height: 32px;
  width: 32px;
  margin-top: 9px;
  border-radius: 50px;
  background-color: #383838;
  color: #fff;
  float: right;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  margin-right: 10px;
}

#header-pro-text{
  text-transform: uppercase;
}

/*HEADER ENDE*/



#menue-unten{
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: #383838;
}

.menue-unten-row{
  float: left;
  text-align: center;
  color: #fff;
  width: 16.6666666666666%;
}

.menue-unten-row-inner{
  font-size: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
}

.menue-unten-row-inner.active{
  background-color: #7A7A7A;
}

.menue-unten-row-inner *{
  fill: #7A7A7A;
}

.menue-unten-row-inner.active *{
  fill: #383838;
}

.menue-unten-row img, .menue-unten-row svg{
  height: 25px;
}


.content-wrapper{
  position: relative;
  margin: 10px;
  background-color: #fff;
}

#syncBilderVorschrittBalken{
  height: 15px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #aaa;
  position: relative;
}

#syncBilderVorschrittBalkenInner{
  width: 0%;
  height: 13px;
  background-color: #ffa8b3;
}

/*
#syncBilderVorschrittBalkenInner .animation:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
    background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}*/



#menue-home{
  background: url('../img/hintergrund.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 30px 0 10px 0;
}

#menue-home-schatten{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 0;
}

.menue-home-row{
  height: calc( 33.3333333333333%);
  z-index: 1;
  position: relative;
}

.menue-home-col{
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: 600;
  height: 100%;
  padding: 10px 0;
}

.menue-home-col img{
  max-width: 70%;
  max-height: calc(100% - 30px);
  border-radius: 5px;
}

.menue-home-titel{
  margin-top: 2px;
}



#dimensionAuswahl{
  background-color: #383838;
  padding: 30px 0 10px 0;
  text-align: center;
}

#dimensionAuswahlTitle{
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
}

#dimensionAuswahlInner{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-height: 100px; 
}

.dimensionAuswahlCol{
  float: left;
  width: 25%;
  text-align: center;
}

.dimensionAuswahlCol.disabled{
  filter: grayscale(1);
  opacity: 0.5;
}

.dimensionAuswahlColTitle{
  color: #fff;
  font-size: 11px;
  margin-top: 5px;
}


.dimensionAuswahlCol.i-1{
  width: 23%;
}

.dimensionAuswahlCol.i-2{
  width: 23%;
}

.dimensionAuswahlCol.i-3{
  width: 23%;
}

.dimensionAuswahlCol.i-4{
  width: 31%;
}

.dimensionAuswahlCol.i-1 svg{
  width: 55%;
}

.dimensionAuswahlCol.i-2 svg{
  width: 55%;
}

.dimensionAuswahlCol.i-3 svg{
  width: 70%;
}

.dimensionAuswahlCol.i-4 svg{
  width: 80%;
}


.dimensionAuswahlCol svg *{
  fill: #F4B6BD;
}

.dimensionAuswahlCol.active svg *{
  fill: #fff;
}


#symptomeKoerperteile{
  padding: 15px;
}

.symptomeKoerperteileCol{
  width: 33.333333333%;
  float: left;
  text-align: center;
}

.symptomeKoerperteileCol img{
  width: 80%;
}

.symptomeKoerperteileColTitle{
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 600;
}

#symptomeKoerperteileTitle{
  padding: 0 3.3333%;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}


.symptomeCol{
  width: calc(50% - 21px);
  float: left;
  text-align: center;
  background-color: #fff;
  margin: 14px;
  padding: 15px;
}

.symptomeCol.i-0{
  margin-right: 7px;
}

.symptomeCol.i-1{
  margin-left: 7px;
}

.symptomeCol img{
  width: 100%;
}

.symptomeColTitle{
  margin-top: 5px;
}

#symptomBilderOuter{
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-scroll-snap-type: x mandatory;
  -webkit-scroll-snap-points-x: repeat(100%);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#symptomBilderOuter::-webkit-scrollbar { 
    display: none; 
}

#symptomBilderWrapper{
  position: relative;
}

.symptomBild{
  float: left;
  scroll-snap-align: start;
  -webkit-scroll-snap-coordinate: 0% 0%;
  position: relative;
}

.symptomBild img{
  width: 100%;
}

.symptomBilderArrow{
  width: 37px;
  height: 100%;
  position: absolute;
  z-index: 100;
  padding-left: 15px;
}

.symptomBilderArrow svg{
  height: 24px;
  position: relative;
  top: calc(50% - 12px);
}

.symptomBilderArrow svg *{
  fill: #E7E3E2;
}

.symptomBilderArrow.Left{
  left: 0;
}

.symptomBilderArrow.Right{
  transform: rotate(180deg);
  right: 0;
}

.symptomBilderPoints{
  position: absolute;
  bottom: 10px;
  z-index: 100;
  text-align: center;
  width: 100%;
}

.symptomBilderPointsInner{
  display: inline-block;
}


.symptomBilderPoint{
  height: 10px;
  width: 10px;
  background-color: rgba(255,255,255,1);
  float: left;
  border-radius: 50px;
  margin: 5px;
  transition: background-color 0.5s;
}

.symptomBilderPoint.active{
  background-color: #ffa8b3;
}

.symptomBildStatusIcon{
  width: 50px !important;
  position: absolute;
  top: 10px;
  right: 10px;
}

#symptomTitel{
  font-weight: 700;
  font-size: 20px;
  padding: 10px 15px;
}

#symptomText{
  padding: 0 15px;
}

#symptomTextTitel{
  font-weight: 600;
}

.symtpomVerknuepfungCol{
  float: left;
  width: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
}

.symtpomVerknuepfungCol svg{
  height: 25px;
  margin-right: 5px;
  min-width: 20px;
}



.verhaltenRow, .inhalteRow{
  padding: 12px 25px;
  background-color: #fff;
  font-weight: 600;
}

.verhaltenRow.i1, .inhalteRow.i1{
  background-color: #E9E9E9;
}

.verhaltInhaltTitleWrapper{
  text-align: center;
  margin: 10px 0;
}

.verhaltInhaltTitle{
  display: inline-block;
  font-weight: 600;
  padding: 15px 10px 2px 10px;
  text-align: center;
  font-size: 18px;
}

.verhaltTitle{
  background-color: #383838;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 40px 0 10px 0;
  font-size: 20px;
}

.verhaltInahltInhalt{
  width: 100%;
}

.verhaltInahltInhalt img{
  width: 100%;
}

.verhaltInahltText{
  padding: 15px;
  background-color: #fff;
}


.inhalteTitle{
  background-color: #383838;
  padding: 40px 25px 10px 25px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;

}



.inhaltTitle{
  background-color: #383838;
  padding: 40px 25px 10px 25px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.inhaltText{
  background-color: #fff;
  padding: 15px;
  margin-top: 3px;
}

.inhaltBilder{
  margin-bottom: 30px;
}

.inhaltBilder .imgWrapper{
  width: calc(50% - 10px);
  margin: 10px 5px 0 5px;
  float: left;
}

.inhaltMedia{
  margin-top: 3px;
  background-color: #fff;
}

.inhaltMedia video{
  width: 100%;
}

.inhaltMedia audio{
  width: calc(100% - 20px);
  margin: 10px;
}



.iframe-container{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9E9E9;
}

.videoError{
  background-color: #E9E9E9;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}

.parkplatzStartCol{
  float: left;
  width: 50%;
  padding: 15px;
}

.parkplatzStartCol img{
  width: 100%;
}

.parkplatzStartWrapper{
  padding: 15px;
}

.parkplatzStartColTitle{
  font-weight: 600;
  text-align: center;
}

.parkplatzDetailWrapper{
  padding: 1px;
}

.parkplatzDetailCol{
  float: left;
  width: 33.333333333%;
  padding: 2px;
}

.parkplatzDetailCol img{
  width: 100%;
}


.parkplatzFotoVideoAufnehmenButton{
  position: fixed;
  bottom: 60px;
  left: 10px;
  height: 50px;
  width: 110px;
  background-color: #ccc;
  border-radius: 50px;
  display: flex;
  padding: 0 10px;
}

.parkplatzFotoVideoAufnehmenButtonCol{
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parkplatzFotoVideoAufnehmenButtonCol svg{
  height: 25px;
}

.parkplatzFotoVideoAufnehmenButtonCol svg *{
  fill: #383838;
}

#testPhaseCodeWrapper{
  background-color: #383838;
  width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 100000000000;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}

.testPhaseCodeWrapper-text{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#testPhaseCodeWrapper input{
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 20px;
}

.testPhaseCodeWrapper-button{
  display: inline-block;
  margin: 0 auto;
  padding: 12px 20px;
  background-color: #ffa8b3;
  color: #fff;
  font-weight: bold;
}

#parkplatz-i{
width: 28px;
    height: 28px;
    background-color: #fff;
    color: #383838;
    display: inline-flex;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}


#testPhaseCodeWrapper img {
  width: 160px;
}

.iap-disabled{
  opacity: 0.5;
}

.werbungausblenden{
  padding-bottom: 5px;
  text-align: center;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}



@media(min-width:900px){/*xs*/
 
}

@media(max-width:900px){/*xs*/
 
}


@media(max-width:600px){/*xs*/

}


@media(max-width:500px){/*xs*/
 
}

@media(max-width:419px){/*xs*/
 
}

@media(max-width:409px){/*xs*/
 
}

@media(max-width:389px){/*xs*/

}

@media(max-width:359px){/*xs*/
  
}

@media(max-width:349px){/*xs*/
 
}


@media(max-width:330px){/*xs*/
  
}





/* OVERLAY START */

.overlay-wrapper{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}

.overlay{
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  max-width: 500px;
  z-index: 99999;
  max-height: calc( 100% - 30px);
  width: calc(100% - 30px);
  position: relative;
  display: flex;
}

.overlay-inner{
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50%;
  position: relative;
  width: 100%;
}

.overlay-title{
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffa8b3;
  margin-left: -15px; 
  margin-right: -15px; 
  color: #ffa8b3;
}

.overlay-scroll{
  overflow: auto;
  padding: 35px;
  background-color: #fff;
}


.overlay-scroll .title{
  font-size: 16px;
}

.overlay-close{
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #fff;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  padding: 2px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 999999;
}


/* OVERLEY END*/



/* ### Loading Start ### */

#loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
}

#loader-inner{
  background-image: url('../img/loading.png');
  background-size: 70px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  z-index: 100000000;
  position: fixed;
  margin: calc(50% - 35px) calc(50% - 35px);
  top: 0;
  
  -webkit-animation:spin 1.5s linear infinite;
  -moz-animation:spin 1.5s linear infinite;
  animation:spin 1.5s linear infinite;
}

@-moz-keyframes spin { 100% { 
	-moz-transform:rotate(360deg); 
	}
}
@-webkit-keyframes spin { 100% { 
	-webkit-transform:rotate(360deg); 
	}
}
@keyframes spin { 100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}


/* ### Loading Ende ### */
