* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.color{
  color: #BCCF02;
}

.bgcolor{
  background-color: #BCCF02;
}

html, body{
  font-size: 14px;
  font-family: "Open Sans";
  margin: 0;
  padding: 0;
  color: #727272;
  background-color: #EFEFEF;
  height: 100vh !important;
}

#header, #loginseite, #startseite{
  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-toolbar{
  opacity: 1 !important;
  visibility: visible !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;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 70px - 15pt - 55px);
  height: calc(100% - 70px - constant(safe-area-inset-top, 15pt) - 55px - constant(safe-area-inset-bottom, 15pt));
  height: calc(100% - 70px - env(safe-area-inset-top, 15pt) - 55px - env(safe-area-inset-bottom, 15pt));
  padding-bottom: 0;
}

#content-0{
  display: block !important;
}

#content.login{
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

#content.content-startseite{
  height: calc(100% - 15pt - 55px);
  height: calc(100% - 55px - constant(safe-area-inset-bottom, 15pt));
  height: calc(100% - 55px - env(safe-area-inset-bottom, 15pt));
}

#content.login #content-dyn, #content.content-startseite #content-dyn{
  transform: none !important;
}

#content.login .xpull, #content.content-startseite .xpull{
  display: none !important;
}

.content-inner{
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.contentContainer{
  margin: 15px;
  background-color: #fff;
}

#header-wrapper{
  position: relative;
  top: 0;
  z-index: 99999;
  width: 100%;
  background-image: url('../img/hintergrund_verlauf_header.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{
  max-height: 40px;
  max-width: 100px;
  position: absolute;
  right: 5px;
}

#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: visible;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
}

.menue-unten-row{
  text-align: center;
  color: #fff;
  width: 100%;
}

.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.nofill *{
  fill: transparent !important;
}

.menue-unten-row img, .menue-unten-row svg{
  height: 22px;
  padding-bottom: 2px;
}

#header-wrapper.login, #menue-unten.login, #header-wrapper.content-startseite, #menue-unten.content-startseite{
  display: none;
}


#menue-unten-border{
  width: 16.6666666%;
  height: 3px;
  background-color: #BCCF02;
  position: absolute;
  bottom: 0;
  transition: left 0.3s;
}


.content-wrapper{
  position: relative;
  margin: 10px;
  background-color: #fff;
}




#startseite{
  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: 80px;
  width: 100%;
  text-align: center;
}

.startseite-button{
  color: #fff;
  background-color: #BCCF02;
  display: inline-block;
  width: 280px;
  border-radius: 10px;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 50px;
}

.startseite-passwort-vergessen-button{
  color: #fff;
  position: relative;
  top: -27px;
}

.datenschutz{
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}

#loginseite{
  background-size: cover;
  background-position: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

#loginseite.willkommen{
  opacity: 1;
}

#loginseite-top{
  width: 100%;
  text-align: center;
  opacity: 1;
  height: 260px;
  /*transition: height 0.5s, opacity 0.5s;*/
  position: relative;
  z-index: 1;
}

#loginseite-top img{
  margin-top: 50px;
  max-width: 150px;
  max-height: 100px;
}

#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;
  position: relative;
  z-index: 1;
}

#loginseite-formular input{
  color: #fff !important;
  border-bottom: 1px solid #fff;
  width: 250px;
}

#loginseite-formular .input-title{
  color: #fff !important;
}


#loginseite-formular-buttom{
  color: #BCCF02;
  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 *, .terminTitle svg *{
  stroke: #BCCF02;
}

.termin-export svg{
  width: 24px;
}

.termin-export{
  display: inline-block;
  position: absolute;
  margin-left: 10px;
}

.termineBoxTitleOuter{
  text-align: center;
}

.termineBoxTitle{
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #BCCF02;
  color: #BCCF02;
  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% - 5px);
  padding-left: 20px;
}

.termineRowDetails{
  padding: 2px 0;
}

.termineRowCol{
  float: left;
  border-left: 1px solid #727272;
  font-size: 13px;
  padding: 0 10px;
}

.termineRowCol:last-child{
  padding-right: 0;
}

.termineRowCol:first-child{
  border-left: none;
  padding-left: 0;
}

.termineRowCol svg{
  width: 13px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.termineRowCol svg *{
  fill: #727272;
}

.termineRowTag{
  text-align: center;
  font-size: 21px;
}

.termineRowStrich{
  text-align: center;
  font-size: 22px;
  margin: 0 4px;
  align-self: flex-start;
  margin-top: 16px;
}

.termineRowMonat{
  text-align: center;
  font-size: 12px;
}

.termineRowMonat.one-month{
  position: relative;
  left: 20px;
}

.termineRowNew{
  color: #fff;
  font-size: 11px;
  padding: 3px 7px;
  display: inline-block;
  max-width: 100%;
  min-width: 37px;
}

.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;
  display: flex;
}

.terminStandort svg *{
  fill: #fff;
}

.rowPoint{
  width: 7px;
  height: 7px;
  background-color: #BCCF02;
  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: #BCCF02;
}

.terminInfoCol{
  float: left;
  width: 33.33333%;
  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, .terminInfoCol.border{
  border-right: 1px solid #d6d6d6;
}

.terminInfoCol svg{
  height: 28px;
  margin-bottom: 5px;
}

.terminInfoCol svg *{
  fill: #BCCF02;
  transition: fill 0.3s;
}

.terminInfoCol.active{
  background-color: #BCCF02;
  color: #fff;
}

.terminInfoCol.active svg *{
  fill: #fff;
}

.terminTeilnehmerButton{
  background-color: #BCCF02;
  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: #BCCF02;
}

.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: 35%;
  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;
}

.galerienRowTitel{
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.galerienRowRightImg{
  height: 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.galerienRowRight{
  height: 80px;
  float: left;
  width: calc(65% - 10px);
  padding-left: 20px;
}

.galerienRowDetails{
  padding: 2px 0;
  margin-top: 5px;
}

.galerienRowDetailsCol{
  float: left;
  font-size: 13px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #727272;
}

.galerienRowDetailsCol:last-child{
  border: 0;
}

.galerienRowDetailsCol.noTermin{
  border: 0;
}

.galerienRowDetailsCol:first-child{
  padding-left: 0;
}

.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;
  border: 2px dashed transparent;
}

.galerieCol.over {
  border: 2px dashed #000 !important;
}

.galerieColInner{
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.galerieColInner a{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.galerieCol.i0{
  border-right: 1px solid #d6d6d6;
}

.galerieCol.i0 .rowPoint{
  display: block;
}

.galerieCol .rowPoint{
  display: none;
}

.galerieCol img{
  width: 100%;
}

#galerieAddButton{
  margin-right: 10px;
}

#galerieAddButton svg{
  width: 55px;
}

#galerieAddImages{
  position: absolute;
  height: 55px;
  width: 55px;
  opacity: 0;
}


#termineAddButton{
  width: 55px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#termineAddButton svg{
  width: 55px;
}

.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: #BCCF02;
  transition: fill 0.3s;
}

.terminTeilnehmerlisteHeaderCol.active{
  background-color: #BCCF02;
  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: #BCCF02;
}

.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: #BCCF02;
  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: #BCCF02;
}

.mitgliedMap{
  margin: 20px 0 90px 0;
}

.mitgliedBearbeitenButton svg{
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px; 
}

.mitgliedFormularTitle{
  color: #BCCF02;
  font-weight: 700;
  margin: 0 15px;
  border-bottom: 1px solid #BCCF02;
  padding-top: 20px;
  padding-bottom: 2px;
}

#profilbildChangeButton{
  width: 215px;
  margin: 15px auto;
}

#profilbildChangeButton button{
  
}

#profilbildChangeInput{
  position: absolute;
  height: 55px;
  width: 215px;
  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: #BCCF02;
}

.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: #BCCF02;
  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 #BCCF02;
  padding-bottom: 5px;
  color: #BCCF02;
  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 #BCCF02;
  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: #BCCF02;
}


#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%;
}

.mitgliedBeschreibung{
  padding-left: 25px;
  padding-bottom: 20px;
}

.willkommen-title{
  font-size: 25px;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.willkommen-text{
  line-height: 1.7;
  font-weight: 600;
}

.willkommen-logo img{
  max-width: 170px;
  max-height: 100px;
}

@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;
  color: #BCCF02;
}

.input{
  position: relative;
}

select{
  position: relative;
  z-index: 1;
}

.input input, .input select{
  width: 100%;
}

input, textarea, select{
  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: #BCCF02;
  position: relative;
  top: -1px;
  transition: width 0.5s;
}

.input:hover .input-animation, .input:active .input-animation{
  width: 100%;
} 

input[type="datetime-local"]{
  min-height: 35px;
}

.select-icon{
  position: absolute;
  right: 9px;
  bottom: 8px;
  font-size: 14px;
  z-index: 0;
}

.select-icon svg{
  width: 12px;
  filter: brightness(0.4);
  transform: rotate(-90deg);
}

.terminKommentarFormInput .input-animation{
  top: -5px;
}

.button{
  text-align: center;
}

.button-inner{
  color: #fff;
  background-color: #BCCF02;
  display: inline-block;
  border-radius: 10px;
  font-weight: 700;
  padding: 13px 30px;
}

.button-small{
  color: #fff;
  background-color: #BCCF02;
  display: inline-block;
  padding: 3px 13px;
  font-size: 14px;
  font-weight: normal;
}

.button-default{
  background-color: #626262 !important;
}



/* 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: #BCCF02;
}

/* 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);
}


.pusharchivRowTitel{
  font-size: 16px;
  padding-bottom: 1px;
  padding-top: 2px;
}

.pusharchivRow{
  margin-left: 20px;
  border-left: 1px solid #d6d6d6;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  position: relative;
}

.rowPoint.pusharchiv{
  right: auto;
  left: -4px;
  top: 11px;
}

.pusharchivDatum{
  font-size: 11px;
  padding-bottom: 7px;
}

.video-icon{
  position: absolute;
  width: 50px !important;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  opacity: 0.85;
  z-index: 11;
}

.beitraegeRowLeftInner .video-icon{
  width: 30px !important;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.pell-content{
  background-color: #fff;
}

.pell h1, .pell h2{
  color: #BCCF02;
}




/*chat start*/

#content-dyn.chat{
  height: 100%;
}

.chat-new-button{
  width: 55px;
  position: absolute;
  right: 15px;
  top: -70px;
}

.chat-new-button svg{
  width: 55px;
  display: block;
}

.chat-list-row{
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
}

.chat-list-bild{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-list-bild a{
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 4px 0.5px rgb(100 100 100 / 10%);
}

.chat-list-right{
  width: calc(100% - 80px);
  padding: 20px 10px 20px 10px;
}

.chat-list-bezeichnung{
  font-weight: 600;
}


.chat-header{
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  height: 62px;
}

.chat-header-bild{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-header-bild a{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 4px 0.5px rgb(100 100 100 / 10%);
}

.chat-header-right{
  width: calc(100% - 60px);
  padding: 10px;
  display: flex;
}

.chat-header-bezeichnung{
  font-weight: 600;
  width: 100%;
}

.chat-header-edit{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-left: 5px;
}

.chat-header-edit svg{
  width: 20px;
}

.chat-header-text{
  width: calc(100% - 20px);
}

.chat-nachricht-create-wrapper{
  display: flex;
  background-color: #fff;
  border-top: 1px solid #ccc;
  height: 92px;
}

.chat-nachricht-create-text{
  width: calc(100% - 70px);
  position: relative;
}

.chat-nachricht-create-buttons{
  width: 70px;
  padding: 5px;
}

.chat-nachricht-create-senden, .chat-nachricht-create-anhang{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 35px;
  background-color: #BCCF02;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
}

.chat-nachricht-create-anhang{
  background-color: #F4F5F8;
  color: #000;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.chat-nachricht-create-text textarea{
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  margin-bottom: 0;
  border: 1px solid #BCCF02;
  border-radius: 5px !important;
  padding: 5px;
  resize: none;
}

.chat-nachrichten-wrapper{
  height: calc(100% - 62px - 92px);
  background-color: #fff;
  padding: 10px 15px;
  overflow-x: scroll;
}

.chat-nachricht-create-anhang-input{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
}

.chat-nachricht-create-anhang-badge{
  position: absolute;
  top: -5px;
  right: -5px;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  background-color: #BCCF02;
  color: #fff;
  border-radius: 50px;
  display: none;
}

.readonly {
  pointer-events: none;
  opacity: 0.6;
}

.chat-nachricht-name{
  color: #BCCF02;
}

.chat-nachricht-inner{
  display: inline-block;
  background-color: #eee;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  padding: 10px 14px;
  max-width: 90%;
  min-width: 40%;
  transition: background-color 0.5s;
}

.chat-nachricht.chatNachrichtSelected .chat-nachricht-inner{
  border: 2px solid #BCCF02;
}

.chat-nachricht.chatNachrichtSelected.vm .chat-nachricht-inner{
  border: 2px solid #555;
}

.chat-nachricht.zitatShowAnimation .chat-nachricht-inner{
  background-color: #BCCF02;
}

.chat-nachricht.zitatShowAnimation.vm .chat-nachricht-inner{
  background-color: #eee;
}



.chat-nachricht{
  margin: 5px 0;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chat-nachricht.vm{
  margin-right: 0;
  margin-left: auto;
  color: #fff;
}

.chat-nachricht.vm .chat-nachricht-inner{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  background-color: #BCCF02;
  display: block;
  float: right;
}

.chat-nachricht-datum{
  float: right;
  opacity: .7;
  padding-left: 5px;
}

.chat-nachricht-img, .chat-nachricht-img-wrapper{
  height: 100px;
}

.chat-nachricht.vm .chat-nachricht-img-wrapper, .chat-nachricht.vm .chat-nachricht-pdf-icon-wrapper{
  text-align: right;
}

.chat-nachricht-img, .chat-nachricht-pdf-icon {
  width: auto;
  margin: 0 auto 0 0;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.chat-nachricht.vm .chat-nachricht-img-wrapper, .chat-nachricht.vm .chat-nachricht-pdf-icon-wrapper {
  margin: 0 0 0 auto;
}

.chat-nachricht-pdf-icon-wrapper {
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin: 0 auto 0 0;
}

.chat-ungelesen-badge{
  width: 17px;
  height: 17px;
  background-color: #BCCF02;
  border-radius: 50px;
  position: relative;
  top: 2px;
}

.chat-list-nachricht{
  margin-top: 2px;
}

.chat-nachticht-antworten-hinweis{
  display: none;
  position: absolute;
  top: -14px;
  left: calc(50% - 50px);
  width: 100px;
  text-align: center;
  background-color: #BCCF02;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
}

.chat-nachricht-antwort-zitat{
  background-color: rgba(240,240,240,0.7);
  border-radius: 5px;
  padding: 2px 5px;
  margin-bottom: 3px;
}

.chat-nachricht:not(.vm) .chat-nachricht-antwort-zitat{
  background-color: rgba(150,150,150,0.7);
  color: #fff;
}

#menue-chat-ungelesen-badge, #menue-termine-ungelesen-badge, #menue-galerien-ungelesen-badge, #menue-beitraege-ungelesen-badge, #menue-pusharchiv-ungelesen-badge{
  width: 18px;
  height: 18px;
  background-color: #BCCF02;
  display: none;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  right: 11px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*chat end*/



/* OVERLAY START */

.ta-overlay-wrapper{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 15pt;
  padding-top: constant(safe-area-inset-top, 15pt) !important;
  padding-top: env(safe-area-inset-top, 15pt) !important;
}

.ta-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;
}

.ta-overlay-inner{
  padding: 15px 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50%;
  position: relative;
  width: 100%;
}

.ta-overlay-title{
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: -15px; 
  margin-right: -15px;
  border-bottom: 1px solid #BCCF02;
  color: #BCCF02;
}

.ta-overlay-scroll{
  overflow: auto;
  padding: 35px;
  background-color: #fff;
}


.ta-overlay-scroll .title{
  font-size: 16px;
}

.ta-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*/

.fancybox-button--delete{
  display: none !important;
}

.galerieAddTextButton{
  width: 55px;
  height: 55px;
  background-color: #BCCF02;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  color: #fff;
  margin-left: 10px;
  z-index: 100;
}

.galerie-buttons-add{
  display: flex;
  justify-content: center;
}

.galerie-text{
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

.galerie-text-inner{
  min-height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.galerie-text-fancybox{
  font-weight: 600;
  text-align: center;
}

.profil-bio-auth-wrapper{
  display: none;
}

.header-offlinemeldung{
  position: absolute;
  bottom: 0;
  width: 100px;
  left: calc(50% - 50px);
  text-align: center;
  background-color: #F75A00;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.galerie-text-wasserzeichen{
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  bottom: 5px;
  right: 4px;
  opacity: 0.2;
}

.galerie-text-wasserzeichen img{
  width: 100%;
}

.programm-wechsel{
  background-color: #fff;
  width: 100%;
  padding: 12px;
}

.programm-wechsel select{
  padding: 5px;
  width: 200px;
}

.programm-wechsel-title{
  font-weight: 600;
  margin-bottom: 12px;
}

.programm-wechsel .input{
  width: 200px;
  margin: 0 auto;
}
  
#zipURL, #pdfURL{
  visibility: hidden;
  position: absolute;
}

.willkommen-powered{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.willkommen-powered img{
  width: 35px;
  margin-left: 15px;
}

.loginbackground{
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.galerieLinkButton svg{
  width: 55px;
}

.bereich-mehr svg path:first-child{
  fill: none;
}

.mehrRow{
  height: 80px;
  display: flex;
  align-items: center;
}

.mehrRowLeft{
  height: 80px;
  width: 5%;
  position: relative;
  border-right: 1px solid #d6d6d6;
}

.mehrRowRight{
  width: calc(95% - 20px);
  padding-left: 20px;
}

.countdown-wrapper{
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.countdown{
  width: 100%;
}

.countdown-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.countdown-col{
  position: relative;
  margin: 5px 10px;
}

.countdown-zahl{
  font-size: 26px;
  color: #000;
  font-weight: 700;
  line-height: 0.8;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
}

.countdown-container{
  text-align: center;
}

.countdown-container-form .countdown-wrapper{
  background-color: rgba(200, 200, 200, 0.7);
  margin-top: 0;
  margin-bottom: 10px;
}

.countdown-zahl .i1, .countdown-zahl .i2{
  position: absolute;
  top: 0%;
}

.countdown-zahl .i2{
  top: 100%;
}

.countdown-punkte{
  position: absolute;
  width: 10px;
  font-size: 26px;
  color: #000;
  top: -1px;
  line-height: 0.8;
  font-weight: 600;
  right: -16px;
}

.countdown-title{
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
}

.countdown-text{
  font-size: 12px;
  margin-top: 2px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.galerieRowNew{
  margin-bottom: -7px;
  position: relative;
  top: -1px;
}