* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.color{
  color: #2f3a6e;
}

.bgcolor{
  background-color: #2f3a6e;
}

html, body{
  font-size: 14px;
  font-family: "Open Sans";
  margin: 0;
  padding: 0;
  color: #727272;
  background-color: #EFEFEF;
  height: 100vh;
}

#header {
  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: constant(safe-area-inset-bottom, 0px) !important;
  padding-bottom: env(safe-area-inset-bottom, 0px) !important;
}

.fancybox-infobar, .fancybox-toolbar{
  margin-top: 15pt !important;
  margin-top: constant(safe-area-inset-top, 15pt) !important;
  margin-top: env(safe-area-inset-top, 15pt) !important;
}

.fancybox-container{
  height: calc(100% - 70px) !important;
  top: 70px !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( 70px + 15pt);
  padding-top: calc( 70px + constant(safe-area-inset-top, 15pt));
  padding-top: calc( 70px + env(safe-area-inset-top, 15pt));
  padding-bottom: 55px;
  padding-bottom: calc( 55px + constant(safe-area-inset-bottom, 15pt));
  padding-bottom: calc( 55px + env(safe-area-inset-bottom, 15pt));
  width: 100%;
}

#content-0{
  display: block !important;
}

.content-inner{
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.contentContainer{
  margin: 15px;
  background-color: #fff;
}

#header-wrapper{
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: url('../img/hintergrund_verlauf.jpg');
  background-size: cover;
  background-position: center;
}

#header{
  height: calc(70px + 15pt);
  height: calc(70px + constant(safe-area-inset-top, 15pt));
  height: calc(70px + env(safe-area-inset-top, 15pt));
  overflow: hidden;
  transition: height 0.5s;
}

#header-logo-wrapper{
  text-align: center;
  height: 70px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-logo-wrapper img{
  width: 55px;
  height: 50px;
}

#header-menue-button-wrapper{
  width: 50px;
  height: 70px;
  position: absolute;
  display: flex;
  align-items: center;
}

#back-button{
  width: 50px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#back-button svg{
  width: 20px;
}


#header-logo-title{
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  margin-left: 10px;
}


#menue-button{
  height: 70px;
  width: 50px;
  text-align: center;
}

/*HEADER ENDE*/



#menue-unten{
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

.menue-unten-row{
  float: left;
  text-align: center;
  color: #fff;
  width: 25%;
}

.menue-unten-row-inner{
  padding-top: 9px;
  min-height: 55px;
  font-size: 10px;
  position: relative;
  text-align: center;
}

.menue-unten-row-inner *{
  fill: #727272;
  color: #727272;
  transition: fill 0.3s linear, color 0.3s linear;
}

.menue-unten-row-inner.active *{
  fill: #2f3a6e;
}

.menue-unten-row img, .menue-unten-row svg{
  height: 22px;
  padding-bottom: 2px;
}

#header-wrapper.login, #menue-unten.login{
  display: none;
}

#content.login{
  padding-top: 0;
  padding-bottom: 0;
}

#menue-unten-border{
  width: 25%;
  height: 3px;
  background-color: #2f3a6e;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: left 0.3s;
}


.content-wrapper{
  position: relative;
  margin: 10px;
  background-color: #fff;
}




#startseite{
  background: url('../img/hintergrund.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
}

#startseite-top-left, #startseite-top-right{
  width: 50%;
  float: left;
}

#startseite-top-left img{
  margin: 15%;
  width: 48%;
}

#startseite-top-right img{
  margin: 15%;
  width: 42%;
}

#startseite-bottom{
  position: fixed;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.startseite-button{
  color: #fff;
  background-color: #2f3a6e;
  display: inline-block;
  width: 280px;
  border-radius: 10px;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 50px;
}

.datenschutz{
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}

#loginseite{
  background: url('../img/hintergrund_verlauf.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

#loginseite-top{
  width: 100%;
  text-align: center;
  opacity: 1;
  height: 260px;
  /*transition: height 0.5s, opacity 0.5s;*/
}

#loginseite-top img{
  width: 120px;
  margin-top: 50px;
}

#loginseite-title{
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 15px;
}

#loginseite-formular{
  color: #fff;
  width: 250px;
  margin: 0 auto;
  height: 100%;
}

#loginseite-formular input{
  color: #fff !important;
  border-bottom: 1px solid #fff;
  width: 250px;
}

#loginseite-formular .input-title{
  color: #fff !important;
}


#loginseite-formular-buttom{
  color: #2f3a6e;
  background-color: #fff;
  display: inline-block;
  border-radius: 10px;
  font-weight: 600;
  margin: 50px auto;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginseite-formular-buttom svg{
  width: 30px;
}

#loginseite-formular-buttom svg *{
  stroke: #2f3a6e;
}

.termineBoxTitleOuter{
  text-align: center;
}

.termineBoxTitle{
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #2f3a6e;
  color: #2f3a6e;
  margin-bottom: 20px;
  padding: 25px 15px 5px 15px;
}

.termineRow{
  height: 80px;
  display: flex;
  align-items: center;
}

.termineRowLeft{
  height: 80px;
  float: left;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d6d6d6;
  position: relative;
}

.termineRowRight{
  float: left;
  width: calc(75% - 20px);
  padding-left: 20px;
}

.termineRowDetails{
  padding: 2px 0;
}

.termineRowCol{
  float: left;
  border-right: 1px solid #727272;
  font-size: 13px;
  padding: 0 10px;
}

.termineRowCol:last-child{
  border-right: none;
  padding-right: 0;
}

.termineRowCol:first-child{
  padding-left: 0;
}

.termineRowCol svg{
  width: 13px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.termineRowCol svg *{
  fill: #727272;
}

.termineRowTag{
  text-align: center;
  font-size: 22px;
}

.termineRowMonat{
  text-align: center;
  font-size: 12px;
}

.termineRowNew{
  color: #fff;
  font-size: 11px;
  padding: 3px 7px;
  display: inline-block;
  max-width: 100%;
}

.termineRowNew svg{
  height: 11px;
  position: relative;
  top: 1px;
  padding: 0 3px;
}

.termineRowNew svg *{
  fill: #fff;
}

.termineRowTitel{
  font-size: 16px;
  padding-bottom: 4px;
  padding-top: 2px;
}

.rowPoint{
  width: 7px;
  height: 7px;
  background-color: #2f3a6e;
  position: absolute;
  right: -4px;
  border-radius: 6px;
  top: calc(50% - 4px);
}

.terminBild img{
  width: 100%;
}

.terminContent{
  padding: 10px;
}

.terminTitle{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.terminInfos{
  border-collapse: collapse;
  color: #2f3a6e;
}

.terminInfoCol{
  float: left;
  width: 25%;
  border: 1px solid #d6d6d6;
  border-right: 0;
  border-collapse: collapse;
  text-align: center;
  padding: 10px 0 8px 0;
  transition: background-color 0.3s, color 0.3s;
}

.terminInfoCol:last-child{
  border-right: 1px solid #d6d6d6;
}

.terminInfoCol svg{
  height: 28px;
  margin-bottom: 5px;
}

.terminInfoCol svg *{
  fill: #2f3a6e;
  transition: fill 0.3s;
}

.terminInfoCol.active{
  background-color: #2f3a6e;
  color: #fff;
}

.terminInfoCol.active svg *{
  fill: #fff;
}

.terminTeilnehmerButton{
  background-color: #2f3a6e;
  color: #fff;
  text-align: center;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.terminTeilnehmerButton svg{
  height: 25px;
  margin-right: 10px;
}

.terminBeschreibung{
  padding: 15px 0 30px 0 ;
}

.terminVerknuepfung{
  
}

.terminVerknuepfungLeft{
  height: 60px;
  float: left;
  width: 17%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d6d6d6;
  position: relative;
}

.terminVerknuepfungRight{
  height: 60px;
  float: left;
  width: calc(83% - 20px);
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.terminVerknuepfungRightIcon{
  margin-right: 10px;
  width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terminVerknuepfungLeft svg{
  height: 20px;
}

.terminVerknuepfungLeft svg *{
  fill: #2f3a6e;
}

.terminVerknuepfungRight svg{
  height: 25px;
}

.terminVerknuepfungRight svg *{
  fill: #727272;
}




.beitraegeRow{
  height: 100px;
  display: flex;
  align-items: center;
}

.beitraegeRowLeft{
  height: 100px;
  float: left;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d6d6d6;
  position: relative;
  padding: 15px;
}

.beitraegeRowLeftInner{
  height: 70px;
  width: 70px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.beitraegeRowLeftInner.img{
  border-radius: 50px;
}



.beitraegeRowRight{
  float: left;
  width: calc(75% - 20px);
  padding-left: 20px;
}

.beitraegeRowDetails{
  padding: 2px 0;
}

.beitraegeRowCol{
  float: left;
  border-right: 1px solid #727272;
  font-size: 13px;
  padding: 0 10px;
}

.beitraegeRowCol:last-child{
  border-right: none;
  padding-right: 0;
}

.beitraegeRowCol:first-child{
  padding-left: 0;
}

.beitraegeRowCol svg{
  width: 13px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.beitraegeRowCol svg *{
  fill: #727272;
}

.beitraegeRowTitel{
  font-size: 16px;
  padding-bottom: 4px;
  padding-top: 2px;
}



.beitragBild img{
  width: 100%;
}

.beitragContent{
  padding: 10px;
}

.beitragTitle{
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
}

.beitragBeschreibung{
  padding: 15px 0 30px 0 ;
}

.beitragDatum{
  display: flex;
  align-items: center;
  margin-top: 2px;
  font-size: 13px;
}

.beitragDatum svg{
  height: 12px;
  margin-right: 5px;
}

.beitragDatum svg *{
  fill: #727272;
}

.beitragAnhang{
  height: 50px;
  display: flex;
  align-items: center;
}

.beitragAnhangLeft{
  width: 10px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d6d6d6;
}

.beitragAnhangRight{
  width: calc(100% - 30px);
  margin-left: 20px;
}

.beitragAnhangRight img{
  height: 40px;
  position: relative;
  top: 2px;
}



.galerienRow{
  height: 125px;
}

.galerienRowLeft{
  height: 125px;
  float: left;
  width: 30%;
  border-right: 1px solid #d6d6d6;
  position: relative;
  padding: 0 10px;
}

.galerienRowLeftInner{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.galerienRowLeftInner .rowPoint{
  right: -14px;
}

.galerienRowRightImg{
  height: 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.galerienRowRight{
  height: 80px;
  float: left;
  width: calc(70% - 20px);
  padding-left: 20px;
}

.galerienRowDetails{
  padding: 2px 0;
  margin-top: 5px;
}

.galerienRowDetailsCol{
  float: left;
  font-size: 13px;
  padding: 0 10px;
}

.galerienRowDetailsCol:last-child{
  border-left: 1px solid #d6d6d6;
  padding-right: 0;
  width: calc(100% - 81px);
}

.galerienRowDetailsCol:first-child{
  padding-left: 0;
  width: 81px;
}

.galerienRowDetailsCol svg{
  width: 13px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.galerienRowDetailsCol svg *{
  fill: #727272;
}

.galerieWrapper{
  padding-bottom: 50px; 
}

#galerieTitel{
  padding: 15px 15px 0 15px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.galerieCol{
  float: left;
  width: 50%;
  padding: 7.5px 15px 7.5px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.galerieColInner{
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.galerieCol.i0{
  border-right: 1px solid #d6d6d6;
}

.galerieCol.i1 .rowPoint{
  display: none;
}

.galerieCol img{
  width: 100%;
}

#galerieAddButton{
  position: fixed;
  width: 55px;
  left: calc(50% - 29px);
  bottom: 55px;
  bottom: calc( 55px + constant(safe-area-inset-bottom, 0px) );
  bottom: calc( 55px + env(safe-area-inset-bottom, 0px) );
}

#galerieAddButton svg{
  width: 55px;
}

#galerieAddImages{
  position: absolute;
  height: 55px;
  width: 55px;
  opacity: 0;
}


.terminTeilnehmerliste{

}

.terminTeilnehmerlisteHeader{
  margin-bottom: 0px;
}

.terminTeilnehmerlisteHeaderCol{
  float: left;
  width: 33.333333333333%;
  border: 1px solid #d6d6d6;
  border-right: 0;
  border-collapse: collapse;
  text-align: center;
  padding: 10px 0 8px 0;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.terminTeilnehmerlisteHeaderCol:last-child{
  border-right: 1px solid #d6d6d6;
}

.terminTeilnehmerlisteHeaderCol svg{
  height: 28px;
  margin-bottom: 5px;
}

.terminTeilnehmerlisteHeaderCol svg *{
  fill: #2f3a6e;
  transition: fill 0.3s;
}

.terminTeilnehmerlisteHeaderCol.active{
  background-color: #2f3a6e;
  color: #fff;
}

.terminTeilnehmerlisteHeaderCol.active svg *{
  fill: #fff;
}

#terminTeilnehmerlisteContent{
  padding-bottom: 20px;
}

.terminTeilnehmerlisteZHeader{
  border-bottom: 1px solid #d6d6d6; 
  padding-bottom: 5px;
  margin: 0 10px 10px 10px;
}

.terminTeilnehmerlisteZHeaderTitle{
  float: left;
  padding-top: 20px;
  width: calc(100% - 70px);
}

.terminTeilnehmerlisteZHeaderAnzahl{
  float: right;
  width: 70px;
  text-align: center;
  padding-top: 20px;
}

.terminTeilnehmerlisteZHeaderAnzahl.umfrage{
  width: 50px;
  font-weight: 600;
}

.terminTeilnehmerlisteRow{
  display: flex;
  align-items: center;
}

.terminTeilnehmerlisteRowBild{
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 10px;
}

.terminTeilnehmerlisteRowName{
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  position: relative;
  border-right: 1px solid #d6d6d6;
  height: 55px;
  font-weight: 600;
}

.terminTeilnehmerlisteRowIcon{
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terminTeilnehmerlisteRowIcon svg{
  width: 20px;
}

.terminTeilnehmerlisteRowIcon svg *{
  fill: #727272;
}



.mitgliederRow{
  display: flex;
  align-items: center;
}

.mitgliederRow.bwhite{
  background-color: #fff;
}

.mitgliederRowBild{
  width: 55px;
  height: 55px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 15px;
}

.mitgliederRowName{
  width: calc(100% - 70px - 85px);
  display: flex;
  align-items: center;
  position: relative;
  border-right: 1px solid #d6d6d6;
  height: 75px;
  font-weight: 600;
}

.mitgliederRowIcon{
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mitgliederRowIcon svg{
  width: 20px;
}

.mitgliederRowIcon svg *{
  fill: #2f3a6e;
}

.mitgliederRowIcon a{
  display: block;
  width: 100%;
  text-align: center;
}

#mitgliederWrapper{
  padding: 15px;
}


#mitglied{
  padding-top: 65px;
}

#mitgliedName{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

#mitgliedBild{
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: fixed;
  overflow: hidden;
  border-radius: 300px;
  left: calc(50% - 75px);
  top: 45px;
  z-index: 99999;
  border: 3px solid #fff;
  opacity: 0;
  transition: opacity 0.5s;
}

#mitgliedBildEdit{
  width: 150px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 300px;
  border: 3px solid #ccc;
  position: relative;
}



#mitgliedDatum{
  text-align: center; 
}

.mitgliedDatenRow{
  display: flex;
  align-items: center;
  text-decoration: none;
}

.mitgliedDatenTitle{
  color: #2f3a6e;
  font-weight: 600;
  padding: 25px 0 10px 25px;
}

.mitgliedeDatenRowText{
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: 600;
  padding-left: 20px;
}

.mitgliedeDatenRowIcon{
  width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d6d6d6;
  position: relative;
}

.mitgliedeDatenRowIcon svg{
  height: 17px;
}

.mitgliedeDatenRowIcon svg.email{
  height: 15px;
}

.mitgliedeDatenRowIcon svg *{
  fill: #2f3a6e;
}

.mitgliedMap{
  margin: 20px 0;
}

.mitgliedBearbeitenButton svg{
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px; 
}

.mitgliedFormularTitle{
  color: #2f3a6e;
  font-weight: 700;
  margin: 0 15px;
  border-bottom: 1px solid #2f3a6e;
  padding-top: 20px;
  padding-bottom: 2px;
}

#mitgliedFormular .input-title{
  color: #2f3a6e;
}

#profilbildChangeButton{
  width: 210px;
  margin: 15px auto;
}

#profilbildChangeButton button{
  
}

#profilbildChangeInput{
  position: absolute;
  height: 55px;
  width: 210px;
  opacity: 0;
  padding: 0;
}

.terminKommentare{
  margin-top: 30px;
}

.terminKommentar{
  align-items: center;
  margin-top: 15px;
}

.terminKommentarBild{
  float: left;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: flex-start;
  padding-top: 3px;
}

.terminKommentarBildInner{
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.terminKommentarRight{
  float: left;
  width: calc(100% - 30px);
  padding-left: 10px;
}


.terminKommentar.i0 .terminKommentarBild{
  width: 40px;
}

.terminKommentar.i0 .terminKommentarBildInner{
  width: 40px;
  height: 40px;
}

.terminKommentar.i0 .terminKommentarRight{
  width: calc(100% - 40px);
}

.terminKommentar.i1{
  margin-left: 50px;
}
.terminKommentar.i2{
  margin-left: 90px;
}

.terminKommentar.i2 .terminKommentarAntworten{
  display: none;
}


.terminKommentarNameText{

}

.terminKommentarName{
  font-weight: 600;
  color: #2f3a6e;
}

.terminKommentarText{

}

.terminKommentarDetails{

}

.terminKommentarZeit{
  font-size: 13px;
  float: left;
  padding-top: 3px;
}

.terminKommentarAntworten{
  font-size: 13px;
  float: left;
  padding: 3px 0 0px 10px;
  font-weight: 600;
}

.terminKommentarForm{
  margin-top: 15px;
}

.terminKommentarFormBild{
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.terminKommentarFormInput{
  float: left;
  width: calc(100% - 90px);
  padding: 0 15px;
}

.terminKommentarFormInput textarea{
  width: 100%;
  padding: 10px 0;
}

.terminKommentarButton{
  float: left;
  width: 50px;
  background-color: #2f3a6e;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.disabled{
  opacity: 0.8;
}

.terminKommentarButton svg{
  width: 24px;
}


.terminKommentarForm:not(.i0) .terminKommentarFormBild{
  width: 30px;
  height: 30px;
}

.terminKommentarForm:not(.i0) .terminKommentarButton{
  width: 40px;
  height: 30px;
}

.terminKommentarForm:not(.i0) .terminKommentarFormInput{
  width: calc(100% - 70px);
  padding: 0 10px;
}

.terminKommentarForm:not(.i0) .terminKommentarFormInput textarea{
  padding: 5px 0;
}

.terminKommentarForm:not(.i0) .terminKommentarButton svg{
  width: 18px;
}

.terminKommentarForm.i1{
  margin-left: 50px;
}

.terminKommentarForm.i2{
  margin-left: 90px;
}

.terminKommentarForm.i3{
  margin-left: 130px;
}

.terminKommentarForm.i3{
  margin-left: 170px;
}

.beitragUmfrage{
  margin-top: 30px;
}

.beitragUmfrageUeberschrift{
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #2f3a6e;
  padding-bottom: 5px;
  color: #2f3a6e;
  display: flex;
  margin-bottom: 5px;
}

.beitragUmfrageTitel{
  font-weight: 600;
  text-align: center;
  padding: 5px;
  font-size: 16px;
}

.beitragUmfrageRow{
  display: flex;
  height: 50px;
}

.beitragUmfrageRow.active .beitragUmfrageRowRight{
  display: flex;
}

.beitragUmfrageRowLeft{
  width: calc(100% - 124px);
  display: flex;
  align-items: center;
}

.beitragUmfrageRowRight{
  width: 120px;
  display: flex;
  align-items: center;
  display: none;
}

.beitragUmfrageMinus, .beitragUmfragePlus{
  font-weight: 800;
  font-size: 30px;
  padding: 0 16px;
}

.beitragUmfrageMinus{
  position: relative;
  top: -2px;
}

.beitragUmfrageZahl{
  border: 1px solid #2f3a6e;
  border-radius: 50px;
  height: 27px;
  width: 27px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.beitragUmfrageErgebnisTitel{
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  padding: 10px 0 0 0;
  color: #2f3a6e;
}


#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;
}

.imgWrapper{
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.imgWrapper a{
  display: block;
  width: 100%;
  height: 100%;
}

.imgWrapper img{
  width: 100%;
}



@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*/

  .beitraegeRowLeft{
    width: 30%;
  }

  .beitraegeRowRight{
    width: calc(70% - 20px);
  }

}

@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: #EFEFEF;
  z-index: 0;
  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;
}

#loader-text{
  margin-top: calc(50% + 45px);
  text-align: center;
}

@-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 ### */

.input-title{
  margin-bottom: 5px;
  margin-top: 15px;
  color: #727272;
  font-size: 13px;
}

input, textarea{
  background-color: rgba(255,255,255,0);
  border: 0;
  outline: 0;
  border-bottom: 1px solid #a9a9a9;
  color: #727272;
  padding: 5px 0;
  font-size: 14px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Open Sans";
  border-radius: 0 !important;
  text-decoration: none !important;
  margin: 0;
}

.input-animation{
  width: 0%;
  height: 1px;
  background-color: #2f3a6e;
  position: relative;
  top: -1px;
  transition: width 0.5s;
}

.input:hover .input-animation, .input:active .input-animation{
  width: 100%;
} 

.button{
  text-align: center;
}

.button-inner{
  color: #fff;
  background-color: #2f3a6e;
  display: inline-block;
  border-radius: 10px;
  font-weight: 700;
  padding: 13px 30px;
}

.button-small{
  color: #fff;
  background-color: #2f3a6e;
  display: inline-block;
  padding: 3px 13px;
  font-size: 14px;
  font-weight: normal;
}



/* Customize the label (the checkboxContainer) */
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  display: flex;
  align-items: center;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkboxChecker {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkboxChecker {
  background-color: #2f3a6e;
}

/* Create the checkboxChecker/indicator (hidden when not checked) */
.checkboxChecker:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkboxChecker when checked */
.checkboxContainer input:checked ~ .checkboxChecker:after {
  display: block;
}

/* Style the checkboxChecker/indicator */
.checkboxContainer .checkboxChecker:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
