html{
  background-color: #fafafa;
}

html, body{
  font-size: 14px;
  font-family: "roboto";
  margin: 0;
  padding: 0;
  color: #444; 
  height: 100vh !important;
  overflow: hidden;
}

:root{
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

#header-2, #header-1 {
  padding-top: 15pt;
  padding-top: var(--safe-top) !important;
}

.menue-unten-row-inner{
  padding-bottom: var(--safe-bottom) !important;
}

a, a:active, a:hover, a:focus, a:visited{
  color: #444;
  outline: 0 !important;
}

.black{
  color: #444 !important;
}

#content{
  position: relative;
  width: 100%;

  height: calc(100% - 50px - 15pt - 52px);
  height: calc(100% - 50px - var(--safe-top) - 52px - var(--safe-bottom));
  overflow-y: auto;
  overflow-x: hidden;
}

body.gruppenbereich #content{
  height: calc(100% - 50px - 62px - 15pt - 52px);
  height: calc(100% - 50px - 62px - var(--safe-top) - 52px - var(--safe-bottom));
}

.title{
  font-weight: 500;
  font-size: 16px;
}

body:not(.with-scrollbar) ::-webkit-scrollbar{
  -webkit-appearance: none;
}

body:not(.with-scrollbar) ::-webkit-scrollbar:vertical {
  width: 0px;
}

body:not(.with-scrollbar) ::-webkit-scrollbar:horizontal {
  height: 0px;
}

p{
  margin: 0 0 10px;
}

.fancybox-infobar, .fancybox-toolbar{
  margin-top: 15pt;
  margin-top: var(--safe-top) !important;
}

#content-6, #content-11, #content-9{
  padding-bottom: 15px;
}

#content-52, #platzbuchung_calendar{
  height: 100%;
}

#content-0{
  display: block !important;
}

.content-inner{
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
}

#header-wrapper{
  position: relative;
  top: 0;
  z-index: 9999;
  width: 100%;
}

/*HEADER VARIANTE 1 START*/

#header-1{
  height: 50px;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  /*background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0,0,0,0.06) 100%) !important;
  background-image: -moz-linear-gradient(top, transparent 50%, rgba(0,0,0,0.06) 100%) !important;
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0,0,0,0.06) 100%) !important;
  background-image: linear-gradient(top, transparent 50%, rgba(0,0,0,0.06) 100%) !important;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.06) 100%) !important;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6ab023', endColorstr='#81d62a') !important;*/
}

#header-1 #header-menue-button-wrapper, #header-1 #header-title, #header-1 #header-logo-wrapper{
  float: left;
  max-height: 50px;
}

#header-1 #header-title{
  text-align: center;
  font-weight: 500;
  height: 50px;
}

#header-1 #header-title td{
  padding: 0 3px;
}

#header-1 #header-logo{
  height: 36px;
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 8px;
}


/*HEADER VARIANTE 1 ENDE*/


/*HEADER VARIANTE 2 START*/

#header-2{
  height: 50px;
  /*overflow: hidden;*/
  position: relative;
  z-index: 100;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
}

#header-2 #header-menue-button-wrapper, #header-2 #header-title, #header-2 #header-logo-wrapper{
  float: left;
}

#header-2 #header-title{
  text-align: center;
  font-weight: 500;
  width: calc( 50% - 35px );
  margin-left: 70px; 
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#header-2 #header-logo-wrapper{
  text-align: center;
  margin-top: 5px;
  height: 63px;
  width: 70px;
  position: absolute;
  left: calc( 50% - 35px);
  border-radius: 80px;
  padding-top: 7px;
  z-index: 100;
}

#header-2 #header-logo-wrapper img{
  width: 55px;
  height: 55px;
  border-radius: 55px;
  box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.6);
}

#header-2 #header-menue-button-wrapper{
  width: calc( 50% - 35px );
}

#header-2-corner-left{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 150px solid #fafafa;
  position: absolute;
  top: calc( 50px + 15pt);
  top: calc( 50px + var(--safe-top));
  border-bottom: 20px solid transparent;
  border-left: 0px solid transparent;
  right: 50%;
  z-index: 0;
}

#header-2-corner-right{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 150px solid #fafafa;
  position: absolute;
  top: calc( 50px + 15pt);
  top: calc( 50px + var(--safe-top));
  border-bottom: 20px solid transparent;
  border-right: 0px solid transparent;
  left: 50%;
  z-index: 0;
}

#header-2-shadow-left{
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
  display: inline-block;
  width: 40%;
  height: 8px;
  position: absolute;
  top: calc( 50px + 15pt);
  top: calc( 50px + var(--safe-top));
  right: 50%;
  z-index: 0;
  background-color: transparent;
}

#header-2-shadow-right{
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
  display: inline-block;
  width: 40%;
  height: 8px;
  position: absolute;
  top: calc( 50px + 15pt);
  top: calc( 50px + var(--safe-top));
  left: 50%;
  z-index: 0;
  background-color: transparent;
}

/*HEADER VARIANTE 2 ENDE*/


.content-wrapper{
  position: relative;
  margin: 10px;
  background-color: #fff;
}

.content-wrapper-title{
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}

.card{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  border-radius: 5px;
}


.iframe{
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: -4px;
  display: none;
}


#menue-button{
  padding-top: 8px;
  padding-left: 10px;
}

.menue-button-row{
  height: 4px;
  margin-top: 4px;
}

.menue-button-left{
  float: left;
  background-color: #fff;
  height: 4px;
  width: 4px;
}

.menue-button-right{
  float: left;
  background-color: #fff;
  height: 4px;
  width: 20px;
  margin-left: 4px
}

#back-button{
  border-radius: 60px;
  width: 26px;
  height: 26px;
  margin-top: 3px;
  text-align: center;
  font-size: 18px;
}

#back-button img{
  width: 10px;
  position: relative;
  top: 1px; 
}


#slider{
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.slider-row{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.menue-home-border{
  border-bottom: 1px solid #fff;
}

.menue-home-row{
  color: #fff;
  padding: 0 0 0 15%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  /*background-blend-mode: saturation;*/
  display: flex;
  align-items: center;
}

.menue-home-row-inner{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menue-home-row-center img{
  width: 35px;
  position: relative;
}

.menue-home-row-center{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.menue-home-title{
  margin-left: 40px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  width: calc(100% - 105px);
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Disable selection/copy in UIWebView */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menue-home-subtitle{
  font-weight: 400;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Disable selection/copy in UIWebView */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menue-home-corner, .menue-unten-corner{
  display: none;
  width: 0;
  height: 0;
  /* margin-left: 2px; */
  vertical-align: middle;
  border-top: 146px solid #fff;
  position: absolute;
  top: 0;
  border-right: 150px solid transparent;
  border-left: 0px solid transparent;
  left: 0;
  z-index: 0;
  opacity: 0.05;
}


#menue-unten{
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.menue-unten-row{
  float: left;
  text-align: center;
  color: #fff;
}

.menue-unten-row-inner{
  height: 50px;
  font-size: 10px;
  position: relative;
}

.menue-unten-row-inner:not(.active){
  opacity: 0.7;
}

.menue-unten-row img{
  height: 20px;
  margin-bottom: 2px;
  margin-top: 6px;
}


#mannschaft-wrapper{
  margin: 10px;
  background-color: #fff;
  display: inline-block;
  width: calc( 100% - 20px );
}

#mannschaft-wrapper #reiter_content{
  background-color: #fff;
}

#mannschaft-bild{
  overflow: hidden;
  position: relative;
}

#mannschaft-img{
  width: 100%;
}

#mannschaft-title{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 2px;
  border-bottom: 1px solid #aaa;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mannschaft-title-left{
  max-width: calc(100% - 65px);
}

.mannschaft-title-right{
  position: absolute;
  right: 0px;
  padding: 10px;
}

.mannscahften-row-favstar{
  position: absolute;
  top: -4px;
  right: 7px;
  font-size: 20px !important;
}

#mannschaft-nuliga-button{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  margin-bottom: 20px;
}

.mannschaft-title-klein{
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}

#mannschaft-mannschaftsfuehrer{
  padding: 15px 0px 10px calc(10% + 20px);
  display: inline-block;
  text-align: left;
  line-height: 20px;
  width: calc( 90% - 20px );
}

.mannschaft-row{
  margin: 10px;
  background-color: #fff;
}

.mannschaft-row-left{
  float: left;
  width: 65px;
  height: 65px;
}

.mannschaft-row-left-inner{
  height: 43px;
  margin: 11px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mannschaft-row-left-inner>a{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mannschaft-row-left img{
  max-height: 30px;
  max-width: 100%;
}

.dokumentenbox-icon img{
  max-height: 90%;
  max-width: 90%;
}

.dokumentenbox-icon img[src="img/icon_pdf.svg"]{
  max-height: 75%;
  max-width: 90%;
}

.mitgliederliste-icon img{
  max-height: 100%;
  max-width: 90%;
  border-radius: 100px;
}

.mitgliederliste-bild{
  height: 43px;
  width: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 500px;
}

.mannschaft-row-right{
  float: left;
  width: calc( 100% - 80px );
  height: 65px;
  padding: 0 0 0 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mannschaft-row-right-text{
  width: calc( 100% - 35px );
  float: left;
}

.mannschaft-pfeil{
  width: 0;
  height: 0;
  vertical-align: middle;
  position: absolute;
  top: 22px;
  border-top: 7px solid transparent;
  left: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ddd;
  display: inline-block;
}


.spieler-row, .season-row, .tabelle-row{
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
}

.season-row{
  padding-left: 15px;

}

.spieler-row.title{
  font-weight: 600;
  /*color: #fff;
  padding: 10px 0;*/
}

.spieler-row-left{
  float: left;
  width: calc( 100% - 105px);
  padding-left: 10px;
}

.spieler-row-left.season{
  width: calc( 100% - 180px);
}

.spieler-row-right{
  float: left;
  width: 40px;
}

.spieler-row-left-rang{
  float: left;
  width: 40px;
  padding-left: 15px;
}

.spieler-row-right.season{
  width: 55px;
  text-align: center;
}


.tabelle-detail td, .tabelle-detail th{
  vertical-align: top;
}

.tabelle-row.title{
  font-weight: 600;
  /*color: #fff;
  padding: 10px 0;*/
}

.tabelle-row-rang{
  float: left;
  width: 30px;
  padding-left: 15px;
  text-align: right;
}

.tabelle-row:not(.title) .tabelle-row-name{
  text-decoration: underline;
}

.tabelle-row-name{
  float: left;
  width: calc( 100% - 135px );
  padding-left: 15px;
}

.tabelle-row-punkte{
  float: left;
  width: 50px;
  padding-right: 25px;
  text-align: right;
}


.season-row .glyphicon{
  margin-right: 10px;
}

.spiele-row{
  height: 50px;
  margin: 15px 0;
}

.spiele-col-1{
  float: left;
  width: calc( 50% - 57px );
  font-weight: 600;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  height: 17px;
  padding: 8px 10px 8px 10px;
  position: relative;
  z-index: 0;
  left: 8px;
}

.spiele-col-2{
  float: left;
  color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0px 10px 11px -11px rgba(0,0,0,0.8);
  
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 60px;
}

.spiele-col-2.sieg{
  border-top: 50px solid #1b872a;
}

.spiele-col-2.verloren{
  border-top: 50px solid #bd2424;
}

.spiele-col-2.neutral{
  border-top: 50px solid #444444;
}



.spiele-col-3{
  float: left;
  width: calc( 50% - 57px );
  font-weight: 600;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  height: 17px;
  padding: 8px 5px 8px 15px;
  position: relative;
  z-index: 0;
  right: 8px;
  text-align: right;
}

.spiele-datum{
  text-align: center;
  font-size: 11px;
  margin-top: 4px;
  position: relative;
  top: -50px;
}

.spiele-ergebnis{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 4px;
  position: relative;
  top: -50px;
}

.spiele-corner{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 50px solid #fafafa;
  position: absolute;
  top: 0px;
}

.spiele-corner.left{
  border-right: 5px solid transparent;
  border-left: 1px solid transparent;
  left: -1px;
}

.spiele-corner.right{
  border-left: 5px solid transparent;
  border-right: 1px solid transparent;
  right: -1px;
}

.spiele-mannschaft-corner{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 33px solid #004F97;
  position: absolute;
  top: 0;
}

.spiele-mannschaft-corner.right{
  border-left: 3px solid transparent;
  border-right: 1px solid transparent;
  right: -1px;
}

.spiele-mannschaft-corner.left{
  border-right: 3px solid transparent;
  border-left: 1px solid transparent;
  left: -1px;
}




.reiter-wrapper{
  width: 100%;
  height: 45px;
  background-color: #404040;
  border-bottom: 2px solid #B7B7B7;
}

.reiter{
  float: left;
  width: 50%;
  text-align: center;
  font-weight: 500;
  padding-top: 12px;
  height: 30px;
  color: #fff;
}

.reiter.reiter-50{
  width: 50%;
}

.reiter.reiter-33{
  width: 33.3333333%;
}

.reiter.reiter-25{
  width: 25%;
}

.reiter.active{
  height: 29px;
  border-bottom: 4px solid #B7B7B7;
  /*background-color: rgb(210,210,210);*/
}








.galerie_col{
  width: calc( 50% - 15px );
  float: left;
  position: relative;
  overflow: hidden;
}


.galerie_col.i0{
  margin: 10px 5px 0 10px;
}

.galerie_col.i1{
  margin: 10px 5px 0 5px;
}

.galerie-title{
  position: absolute;
  bottom: 0;
  width: calc(100% - 15px);
  height: 30px;
  background-color: #fff;
  padding: 7px 5px 7px 10px;
  font-weight: 500;
}

.galerie-subtite{
  font-size: 11px;
}

.galerie_detail_col{
  float: left;
  position: relative;
  overflow: hidden;
}

.galerie_detail_col>a{
  display: block;
  width: 100%;
  height: 100%;
}

.galerie_detail_col.i0{
  width: calc( 33.333% - 3px );
  margin: 2px 1px 0 2px;
}

.galerie_detail_col.i1{
  width: calc( 33.333% - 2px );  
  margin: 2px 1px 0 1px;
}

.galerie_detail_col.i2{
  width: calc( 33.333% - 3px );
  margin: 2px 2px 0 1px;
}


#galerie_detail_wrapper{
  position: fixed;
  top: 45px;
  left: 0;
  display: none;
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
}

#galerie_detail_img{
  width: 94%;
  margin: calc(3% - 4px);
  margin-top: 10px;
  border: 4px solid #fff;
  background-color: #fff;
}

#galerie_detail_close{
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #000;
  border-radius: 36px;
  height: 22px;
  width: 22px;
}

#galerie_detail_close .glyphicon{
  font-size: 24px;
  top: -1px;
  left: -1px;
  color: #fff;
}

.news-row{
  position: relative;
  margin: 10px;
  margin-bottom: 0;
  display: inline-block;
  width: calc( 100% - 20px );
  background-color: #fff;
}

.news-bild{
  float: left;
  width: 45%;
  position: relative;
  line-height: 0;
  height: 140px;
  overflow: hidden;
}

.news-bild.no_img{
  display: none;
}

.news-inhalt{
  float: left;
  width: calc( 55% - 40px );
  height: 110px;
  padding: 15px 20px;
  overflow: hidden;
}

.news-inhalt.no_img{
  width: calc( 100% - 40px );
  padding: 15px 20px;
}

.news-title{
  font-weight: 500;
  font-size: 16px;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-text{
  height: 70px;
  overflow: hidden;
  font-size: 13px;
}

.news-datum{
  color: #888;
  font-size: 11px;
  margin-bottom: 8px;
}

.news-weiter{
  color: #444;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
}

.news-weiter-kreis{
  border-radius: 50px;
  height: 13px;
  width: 16px;
  text-align: center;
  padding-top: 3px;
  font-size: 10px;
  display: inline-block;
  margin-right: 7px;
}

.news-detail{
  background-color: #fff;
  margin: 15px;
  /*margin-bottom: 30px;*/
  padding-bottom: 20px;
}

/*.news-detail strong{
  display: block;
  padding: 15px;
}*/

.news-detail img{
  width: 100%;
}

.news-detail-title{
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px;
}

.news-detail-text{
  padding: 10px 15px !important;
  line-height: 1.3;
}

.news-detail-text h2{
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-detail-text a{
  text-decoration: underline !important;
}

.news-detail-datum{
  color: #888;
  font-size: 12px;
  padding: 10px 0 0 15px;
}

.news-detail-link{
  margin: 5px 15px;
  padding: 7px 15px;
  display: inline-block;
  color: #fff;
}

a.news-detail-link:hover, a.news-detail-link:active, a.news-detail-link:focus{
  color: #fff;
}


.mehr-button{
  background-color: #555;
  padding: 10px 0;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  margin-left: calc(50% - 70px);
  width: 140px;
  text-align: center;
  margin-bottom: 10px;
}


.push-row, .pushsettings-service{
  position: relative;
  margin: 10px;
  margin-bottom: 0;
  display: inline-block;
  width: calc( 100% - 20px );
  background-color: #fff;
  padding: 10px 0;
}

.pushsettings-service-left{
  padding: 0 10px;
}

.pushsettings-description{
  font-size: 11px;
  color: #888;
  margin-top: 5px;
}

.push-archiv-einstellungen{
  margin: 4px;
  margin-bottom: 0;
  float: right;
}

.pushsettings-service-left{
  float: left;
  width: calc(100% - 60px);
}

.pushsettings-service-right{
  float: left;
  width: 40px;
}

#pushfrage, #spielerboerse-pushfrage, #spielerboerse-pushfrage-anzeigen{
  position: relative;
  margin: 15px 10px 10px 10px;
  margin-bottom: 0;
  display: inline-block;
  width: calc( 100% - 50px );
  background-color: #fff;
  padding: 15px 15px;
  font-weight: 500;
  text-align: center;
}

#spielerboerse-pushfrage{
  display: none;
}

.pushfrage-button{
  float: left;
  text-align: center;
  font-weight: 500;
}

.pushfrage-button.ja{
  width: calc( 50% - 10px);
  color: #fff;
  padding: 10px 0;
  margin: 10px 0 10px 10px;
}

.pushfrage-button.nein{
  width: calc( 50% - 14px);
  padding: 8px 0;
  margin: 10px 10px 10px 0;
}

.pushfrage-button.danger, .button.danger{
  color: #fff;
  background-color: #c9302c !important;
}


.galerie_col
/*, .news-row, .news-detail, .mannschaft-row, #mannschaft-wrapper, .push-row*/{
  box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.2);
}




.turnier-row-right{
  float: left;
  width: calc( 100% - 65px );
  height: 65px;
  font-weight: 500;
  position: relative;
}

.turnier-row-bezeichnung{
  float: left;
  height: 65px;
  width: 100%;
}

.turnier-row-bezeichnung td:first-child{
  padding-left: 15px;
}

#back-button.turnier{
  background-color: #ddd;
  margin: 0 auto;
}

.turnier-header{
  height: 45px;
  border-bottom: 1px solid #ccc;
}

#turnier-header-left, #turnier-header-right{
  float: left;
  width: calc( 50% - 65px - 18px );
  text-align: center;
  height: 45px;
}

#turnier-header-left.no_nebenrunde, #turnier-header-right.no_nebenrunde{
  width: 50px;
}

#turnier-header-center{
  float: left;
  width: 130px;
}

#turnier-header-center.no_nebenrunde{
  width: calc( 100% - 100px );
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding-top: 13px;
}

.turnier-header #menue-button{
  padding-left: 0;
  padding-top: 10px;
}

#turnier-info-button{
  float: left;
  width: 36px;
  text-align: center;
  height: 30px;
  color: #ccc;
  padding-top: 15px;
}

#turnier-info-button.no_nebenrunde{
  display: none;
}

#turnier-header-right #back-button{
  transform: rotate(180deg);
}

#turnier-select{
  display: block;
  width: 130px;
  height: 29px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background-color: #E9E7E8;
  background-image: none;
  border: 0px;
  margin-top: 8px;
  font-weight: 500;
  background-image: url(../img/dropdown-select.png);
  -webkit-appearance: none;
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  outline: 0;
}

.turnier-outer-wrapper{
  margin: 0px 10px;
  width: calc( 100% - 20px );
  background-color: #fff;
  overflow: hidden;
  top: 15px;
  position: relative;
}

.turnier-wrapper-scoll{
  overflow-x: auto;
  overflow-y: hidden;
  height: calc( 100% - 45px);
  padding: 0 10px;
}

.turnier-wrapper-scoll.i-1{
  visibility: hidden;
}

.turnier-wrapper-scoll-inner{
  overflow-x: hidden;
  overflow-y: auto;
  height: calc( 100% - 20px);
  min-width: 100%;
}

.turnier-ebenen-wrapper{
  padding: 7px 0;
}

.turnier-ebenen-title{
  float: right;
  text-align: center;
  font-weight: 500;
}

/*
.turnier-ebenen-title:not(:first-child){
  margin-right: 40px;
}*/

.turnier-ebenen-title{
  margin-right: 40px;
}

.turnier-spalte{
  float: right;
  padding: 0 40px 0 0;
}
/*
.turnier-spalte:first-child{
  padding: 0;
}*/

.turnier-spiel{
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.turnier-spiel .turnier-mannschaft:first-child{
  margin-bottom: 5px;
}

.turnier-mannschaft{
  padding: 5px 0 5px 7px;
  font-size: 12px;
  position: relative;
  background-color: #ebebeb;
}

.turnier-mannschaft input{
  position: absolute;
  right: -9px;
  height: 100%;
  width: 26px;
  padding: 0;
  margin-top: -6px;
  border: 0;
  color: #000;
  text-align: center;
  border-radius: 15px;
  height: 26px;
  background-color: #DCDCDC;
  font-weight: 600;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
}

.turnier-mannschaft.raus, .turnier-legende-color.raus{
  background-color: #bd2424;
  color: #fff;
}

.turnier-mannschaft.weiter, .turnier-legende-color.weiter{
  background-color: #1b872a;
  color: #fff;
}

.turnier-mannschaft.nebenrunde, .turnier-legende-color.nebenrunde{
  background-color: #444444;
  color: #fff;
}


.turnier-spalte:last-child .turnier-pfeil-left, .turnier-spalte:first-child .turnier-pfeil-right{
  display: none;
}

.turnier-pfeil-left{
  position: absolute;
  width: 13px;
  left: -16px;
  border-top: 2px solid #ccc;
  top: calc( 50% - 1px );
}

.turnier-pfeil-right{
  position: absolute;
  width: 15px;
  right: -25px;
  border-top: 2px solid #ccc;
  top: calc( 50% - 1px );
  height: 50px;
  border-right: 2px solid #ccc;
}

.turnier-pfeil-right.i0{
  border-top: 0;
  bottom: calc( 50% - 1px );
  top: initial;
  border-bottom: 2px solid #ccc;
}

.legende{
  width: 515px;
  margin: 0 auto;
  padding-top: 5px;
}

.legende-color{
  height: 13px;
  width: 13px;
  float: left;
  margin: 3px 7px 0 20px;
}

.legende-text{
  float: left;
}

.mannschaft-name{
  width: calc(100% - 30px);
  float: left;
  display: block;
}

#spieler .form-group-sm{
  margin-bottom: 5px;
}

#spieler .form-group-sm label{
  font-size: 14px !important;
  font-weight: 500;
}

#spieler .input-sm{
  font-size: 14px !important;
  margin-top: 2px;
  height: 28px;
}  


#turnier-legende-wrapper, .overlay-wrapper{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

#turnier-legende, .overlay{
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  padding: 20px;
  width: 260px;
  z-index: 99999;
  max-height: calc( 100% - 60px);
  top: 200px;
  left: calc( 50% - 150px );
}

.overlay{
  width: calc(100% - 80px);
  left: 20px;
}

.overlay-close{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png);
  cursor: pointer;
  z-index: 1103;
}

.overlay.vereinskalender{
  top: 80px;
}


#turnier-legende-title, .overlay-title{
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.turnier-legende-color{
  width: 15px;
  height: 15px;
  border-radius: 30px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.turnier-legende-bezeichnung{
  width: calc( 100% - 45px );
  margin-bottom: 10px;
}



.termine-row-left-inner{
  height: 51px;
  margin: 12px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.termine-row-tag{
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

.termine-row-monat{
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.termin-row-left{
  float: left;
  width: 75px;
  height: 75px;
}

.termin-row-right{
  float: left;
  width: calc( 100% - 144px );
  height: 75px;
  font-weight: 500;
  position: relative;
  padding: 0 17px;
  display: flex;
  align-items: center;
}

.termin-row-right>div{
  width: 100%;
}

.termin-row-right-uhrzeit{
  color: #888;
  font-size: 11px;
  padding: 2px 0px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.termin-row-kat{
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  padding: 2px 8px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.termin-row-right-text{
  font-weight: 500;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.termin-row-arrow{
  float: right;
  width: 35px;
  text-align: left;
  padding-top: 26px;
  padding-bottom: 17px;
}

.termin-detail-wrapper{
  height: 0px;
  overflow: hidden;
  width: 100%;
}

.bild-wrapper{
  overflow: hidden;
  position: relative;
}

.bild-inner{
  width: 100%;
  position: absolute;
}

.fancybox-bild-wrapper{
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}

.fancybox-bild-wrapper img{
  max-width: 100%;
}

.fancybox-bild-wrapper.cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.spielplan-row-left-inner{
  height: 39px;
  margin: 11px auto 0 auto;
  padding-top: 3px;
}

.spielplan-row-tag{
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

.spielplan-row-wochentag{
  font-weight: 400;
  font-size: 11px;
  margin-right: 3px;
}

.spielplan-row-monat{
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
  color: #aaa;
}

.spielplan-row-left{
  float: left;
  width: 80px;
  height: 65px;
}


.spielplan-row-right{
  float: left;
  width: calc( 100% - 100px );
  height: 40px;
  padding: 18px 10px 0 10px;
  font-weight: 500;
  position: relative;
}

.spielplan-row{
  margin: 10px;
  background-color: #fff;
}

.spielplan-row-platz{
  float: left;
  text-align: center;
  padding: 5px 0;
}

.platz-underline{
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
}

.platz-underline-first{
  border-left: 1px solid #555;
  border-radius: 5px 0 0 5px;
  margin-left: 2px;
  margin-right: -3px;
}

.platz-underline-last{
  border-right: 1px solid #555;
  border-radius: 0 5px 5px 0;
  margin-left: -3px;
  margin-right: 2px;
}

.platz-underline-last.platz-underline-first{
  border-radius: 5px 5px 5px 5px;
  margin-right: 0px;
  margin-left: 0px;
}

#tooltip{
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  padding: 10px;
  z-index: 999999;
  position: fixed;
  /*width: auto;
  white-space: nowrap;*/
  max-width: calc( 100% - 40px );
  color: #000 !important;
  font-size: 14px !important;
  text-align: center;
  line-height: 1.7;
  white-space: break-spaces;
  font-family: 'Roboto';
}

#tooltip-corner{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 12px solid #fff;
  position: absolute;
  bottom: -12px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  left: calc( 50% - 12px );
  z-index: 0;
}


#spielerboerse-profil-anlegen-header{
  padding: 10px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.spielerboerse-checkbox-label{
  float: left;
  margin-top: 3px;
  margin-left: 5px;
}



.spielerboerse-button, .button{
  padding: 9px 20px;
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  outline: 0;
  border: 0;
}

.button-sm{
  padding: 7px 15px;
}

.button-xs{
  padding: 3px 10px;
  font-size: 12px;
}

.button.default{
  background-color: #5e5e5e !important;
}

.button.icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.icon .material-icons{
  font-size: 17px;
  margin-right: 7px;
}

.button.onlyicon{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 35px;
  width: 35px;
}

.spielerboerse-button:disabled, .button:disabled{
  opacity: 0.8;
}

#spielerboerse-tabs{
  margin: 30px 10px 0 10px;
}

.spielerboerse-tab-button{
  float: left;
  width: calc(30% - 5px);
  color: #fff;
  padding: 7px 0;
  text-align: center;
  margin-right: 5px;
}

.spielerboerse-tab-button.klein{
  width: 10%;
  margin-right: 0;
  padding: 7px 0 6px 0;
}

.spielerboerse-tab-button.active{
  background-color: #fff;
}

.spielerboerse-spieler-row-bild{
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 100px;
  overflow: hidden;
}

.spielerboerse-spieler-row-left, .spielerboerse-anzeigen-row-left{
  width: calc(100% - 22px);
  float: left;
}

.spielerboerse-spieler-row-left{
  display: flex;
  align-items: center;
}

.spielerboerse-spieler-row-right, .spielerboerse-anzeigen-row-right{
  width: 22px;
  float: right;
}

.spielerboerse-spieler-row-right .glyphicon, .spielerboerse-anzeigen-row-right .glyphicon{
  transform: scale(1.1,1);
  font-size: 21px;
}

.spielerboerse-spieler-row-name{
  font-weight: bold;
  font-size: 16px;
}

.spielerboerse-spieler-row-details{
  font-size: 12px;
  margin-top: 5px;
}

.spielerboerse-spieler-row-beschreibung{
  margin-top: 5px;
}

.spielerboerse-anzeigen-row-titel{
  font-weight: bold;
  font-size: 16px;
}

.spielerboerse-anzeigen-row-datum{
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}

.spielerboerse-anzeigen-row-spielername{
  font-weight: bold;
  margin-top: 10px;
}

.spielerboerse-anzeigen-row-spielername .glyphicon{
  top: 2px;
  left: 2px;
}

.spielerboerse-anzeigen-row-spielerdetails{
  font-size: 12px;
  margin-top: 3px;
}

#spielerboerse-button-anzeige-aufgeben{
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
}


#anzeige-erstellen-form #datum:before, #anzeige-erstellen-form #zeit:before{
  color: #7b7b7b;
  content:attr(placeholder);
}

#anzeige-erstellen-form #datum.full:before, #anzeige-erstellen-form #zeit.full:before {
  color: #444;
  content:""!important;
}  

#chat-checkbox-all-title{
  float: left;
  margin-top: 3px;
}


.spielerboerse-chats-row{
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}

.spielerboerse-chats-row-title{
  font-weight: bold;
  float: left;
  width: calc( 100% - 50px );
}

.spielerboerse-chats-row-time{
  font-size: 12px;
  float: right;
  width: 50px;
  text-align: right;
}

.spielerboerse-chats-detail-row{
  margin-top: 5px;
  position: relative;
}

.spielerboerse-chats-row-details{
  float: left;
  width: calc( 100% - 30px );
  font-size: 12px;
}

.spielerboerse-chats-row-last-message{
  
}

.spielerboerse-chats-row-new{
  font-size: 11px;
  text-align: center;
  float: right;
  width: 18px;
  height: 16px;
  padding-top: 3px;
  padding-right: 1px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: -2px;
  right: 2px;
}


#spielerboerse-chat-wrapper{
  position: relative;
  padding: 10px 10px 0px 10px;
  overflow: auto;
  margin-top: 15px;
  margin-bottom: 0;
}

#spielerboerse-chat-messagebox{
  height: 40px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: -42px;
  width: calc(100% - 32px);
  border: 6px solid #fff;
  left: 10px;
}

#spielerboerse-chat-messagebox-input{
  float: left;
  width: calc(100% - 44px - 30px);
  padding: 11.5px 15px;
  resize: none;
  height: 17px;
}

#spielerboerse-chat-messagebox-button{
  float: left;
  width: 40px;
  height: 32px;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 4px;
  display: block;
  padding: 0;
  border: 0;
  outline: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

#spielerboerse-chat-messagebox .glyphicon{
  float: left;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  width: 38px;
  text-align: center;
}

.spielerboerse-chat-day{
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 5px;
}

.spielerboerse-chat-message{
  max-width: 85%;
  background-color: #e8e8e8;
  padding: 7px 10px;
  margin-top: 3px;
  display: inline-block;
}

.spielerboerse-chat-message.change{
  margin-top: 10px;
}

.spielerboerse-chat-message.self{
  float: right;
  color: #fff;
}

.spielerboerse-chat-message-name{
  font-weight: bold;
  margin-bottom: 5px;
}


.spielerboerse-chat-message-time{
  float: right;
  margin-left: 5px;
  color: #8e8e8e;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.spielerboerse-chat-message.self .spielerboerse-chat-message-time{
  color: #dedede;
}

.sponsoren-outer{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.sponsor-wrapper{
  width: calc(50% - 20px);
  background-color: #fff;
  margin: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(50vw - 20px);
}

.sponsor-img{
  position: relative;
  padding: 15px 20px 15px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
}

.sponsor-bezeichnung{
  padding: 0 15px 15px 15px;
  text-align: center;
  font-weight: 500;
  text-align: center;
}


.kontakt-row-left{

}

.kontakt-row-right{
  font-weight: 500;
  width: calc(100% - 90px);
  height: 60px;
  padding-left: 25px;
}

.kontakt-row-left{
  float: left;
  width: 65px;
  height: 60px;
}

.kontakt-row-left-inner{
  height: 40px;
  margin: 10px auto 0 auto;
}


.mehr-menue{
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}

.mehr-menue-col{
  background-color: #fff;
  padding: 15px;
  width: calc( 50% - 50px);
  margin: 14px 10px 0 10px;
}

.mehr-menue-col-text{
  margin-top: 15px;
}

.vereinskalender_wrapper{
  margin-top: 30px
}

.vereinskalender_wrapper .fc-title{
  display: flex;
}

.vereinskalender_wrapper .fc-title .material-icons, .vereinskalender_wrapper .fc-list-item-title .material-icons{
  font-size: 16px;
}

.turnierrangliste-row>div{
  padding: 9px 8px;
  float: left;
}

.turnierrangliste-row .i4{
  width: 50px;
}

.turnierrangliste-row .i1{
  width: 32px
}

.turnierrangliste-row .i2{
  width: calc(50% - 41px - 32px);
}

.turnierrangliste-row .i3{
  width: calc(50% - 41px - 32px);
}

.turnierrangliste-row{
  border-bottom: 1px solid #ccc;
}

.mannschaft-row-left-inner.turnierkalender img{
  left: 0;
}

.mannschaft-row-left-inner.turnierkalender{
  text-align: center;
}



.turnierkalender-row-right{
  float: left;
  width: calc( 100% - 165px );
  height: 35px;
  font-weight: 500;
  position: relative;
  padding: 25px 17px 0 17px;
}

.turnierkalender-row-icon{
  float: right;
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.turnierkalender-row-icon img{
  max-height: 30px;
}

.turnierkalender-row-icon svg{
  height: 30px;
}


.turnierkalender-kopf .i1{
  float: left;
  width: 70px;
  height: 50px;
  text-align: center;
}

.turnierkalender-kopf .i1 img{
  height: 30px;
}

.turnierkalender-kopf .i2{
  float: left;
  width: calc(100% - 220px);
  padding-top: 7px;
  font-weight: 600;
}

.turnierkalender-kopf .i3{
  float: left;
  width: 150px;
  padding-top: 7px;
}

.turnierkalender-platz-title{
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 5px;
}

.turnierkalender-platz{
  margin: 10px;
}


.turnierkalender-spiel{
  width: 200px;
  float: left;
  background-color: #fff;
  position: relative;
  margin: 2px 2px 0 0;
  padding: 7px 20px 15px 15px;
}

.turnierkalender-spiel-title{
  position: relative;
}

.turnierkalender-spiel-icon{
  width: 20px;
  float: left;
  margin: 5px 10px 5px 5px;
}

.turnierkalender-spiel-icon img{
  width: 100%;
}

.turnierkalender-spiel-konkurrenz{
  float: left;
  width: calc(100% - 100px);
  font-weight: 500;
  margin-top: 6px;
}

.turnierkalender-spiel-uhrzeit{
  float: left;
  width: 50px;
  margin-top: 6px;
}

.turnierkalender-spiel-lastakt{
  position: absolute;
  right: -18px;
  top: 5px;
  border-radius: 50px;
  background-color: #aaa;
  height: 35px;
  width: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  line-height: 0.95;
  font-weight: 500;
}

.turnierkalender-spiel-team-name{
  float: left;
  width: calc(100% - 75px);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px;
  height: 17px;
}

.turnierkalender-spiel-team-satz{
  float: left;
  width: 20px;
  text-align: center;
  padding: 5px 0;
  height: 17px;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border: 0;
  border-radius: 0;
}

.turnierkalender-spiel-team{
  border-top: 1px solid #ccc;
  font-weight: 500;
}

.turnierkalender-spiel-team:last-child{
  border-top: 0;
}

.turnierkalender-platz-scrollerwrapper{
  height: 120px;
  overflow-y: hidden;
  overflow-x: auto;
}

.turnierkalender-platz-scroller{
  min-width: 100%;
}


.turnierkalender-spiel-team-color-lose{
  color: #bd2424;
}

.turnierkalender-spiel-team-color-win{
  color: #1b872a;
}

.turnierkalender-suche{
  margin-top: -4px;
}

.turnierkalender-suche-input{
  width: 97px !important;
  float: left;
  height: 17px;
  padding: 4px 4px !important;
}

.turnierkalender-suche-icon{
  float: left;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0 3px 0;
  border: 0;
}


.tc_hiltrup_facebook{
    height: 30px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 38px;
    font-weight: bold;
    text-decoration: underline;
}

.mannschaften-jahresbalken, .list-zwischenbalken{
  background-color: #555;
  padding: 10px 0;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sponsoren-jahresbalken{
  margin: 20px 10px 0 10px;
  width: 100%;
}

.shopCol{
  width: calc(50% - 20px);
  background-color: #fff;
  float: left;
  margin: 10px 10px 0 10px;
  min-height: 160px;
  position: relative;
}

.shopCol-img{
  position: relative;
  text-align: center;
}

.shopCol-bezeichnung{
  padding: 5px;
  text-align: center;
  font-weight: 500;
}

.shopCol-preis{
  text-align: center;
  margin-bottom: 10px;
}

.shop-anzahl-left{
  float: left;
  width: 60px;
  font-weight: bold;
  padding-top: 9px;
}

.shop-anzahl-right{
  float: left;
  width: 50px;
}

.shop2Wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}

.shop2Col{
  width: calc(50% - 30px);
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}

.shop2Col-img{
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.shop2Col-img img{
  width: 80%
}

.shop2Col-bezeichnung{
  padding: 5px;
  text-align: center;
  font-weight: 500;
}

.shop2Col-preis{
  text-align: center;
  margin-bottom: 10px;
}

.shop2-anzahl-left{
  float: left;
  width: 60px;
  font-weight: bold;
  padding-top: 9px;
}

.shop2-anzahl-right{
  float: left;
  width: 50px;
}

.vereinskalender-showtermin-table td{
  vertical-align: top;
  padding-top: 5px;
}

.vereinskalender-showtermin-table td:first-child{
  padding-right: 5px;
}

.freier-inhalt-wrapper{
  padding: 15px;
}

.freier-inhalt-wrapper img, .freier-inhalt-wrapper figure{
  max-width: 100%;
  outline: none !important;
}

.freier-inhalt-wrapper table.se-table-size-100 {
  width: 100%!important;
}

.feierinhalt-wrapper table{
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}

.se-image-container{
  margin: 0 10px !important;
}

.splashscreen{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2E2E2E;
  z-index: 99999999999999;
  /*display: none;*/
  opacity: 1;
  transition: opacity 1s;
}

.splashscreen-bg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../splash.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-anzahl-bilder{
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

.news-katbutton{
  color: #fff;
  font-weight: 500;
  background-color: #4B4B4B;
  padding: 9px 25px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}

.news-katbutton-wrapper{
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 10px 0 0 10px;
  text-align: center;
}

.news-katbutton-scroller{
  display: inline-flex;
  margin: 0 -10px;
}


@media(min-width:900px){/*xs*/
  #header-2-shadow-left{
    transform: rotate(3deg);
  }  
  #header-2-shadow-right{
    transform: rotate(-3deg);
  }
}

@media(max-width:900px){/*xs*/
  #header-2-shadow-left{
    transform: rotate(4deg);
  }  
  #header-2-shadow-right{
    transform: rotate(-4deg);
  }
}


@media(max-width:700px){/*xs*/
  #header-2-shadow-left{
    transform: rotate(5deg);
  }  
  #header-2-shadow-right{
    transform: rotate(-5deg);
  }
}


@media(max-width:500px){/*xs*/
  #header-2-shadow-left{
    transform: rotate(7deg);
  }  
  #header-2-shadow-right{
    transform: rotate(-7deg);
  }
}

@media(max-width:419px){/*xs*/
  #header-2-shadow-left{
    transform: rotate(8deg);
  }
  #header-2-shadow-right{
    transform: rotate(-8deg);
  }
}

@media(max-width:409px){/*xs*/
  #header-2-shadow-left{
    transform: rotate(8deg);
  }
  #header-2-shadow-right{
    transform: rotate(-8deg);
  }
}

@media(max-width:389px){/*xs*/
  #header-2-shadow-left{
    transform: rotate(9deg);
  }
  #header-2-shadow-right{
    transform: rotate(-9deg);
  }
}

@media(max-width:359px){/*xs*/
  .menue-home-row{
    padding: 0 0 0 10%;
  }
}

@media(max-width:349px){/*xs*/
  #header-2-shadow-left{
     transform: rotate(10deg);
  }
  #header-2-shadow-right{
    transform: rotate(-10deg);
  }
}


@media(max-width:330px){/*xs*/
  .tabelle-detail{
    margin: 0 -15px;
    width: calc(100% + 30px) !important;
  }

  .overlay{
    width: calc(100% - 60px);
    left: 10px;
  }
}





/* ### Loading Start ### */

#loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  z-index: 100;
}

#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(50vh - 35px) calc(50vw - 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 ### */



/*Checkboxen Radiobuttons START*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
}

input[type="checkbox"] + label span {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:checked + label div.bottom {
  width: 6px;
  height: 3px;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  bottom: 5px;
  left: 3px;
  background-color: #fff;
}

input[type="checkbox"]:checked + label div.right {
  width: 10px;
  height: 3px;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 8px;
  right: 2px;
  background-color: #fff;
}

input[type="checkbox"].large + label span {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"].large:checked + label div.bottom {
    width: 8px;
    height: 3px;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 8px;
    left: 4px;
    background-color: #fff;
}

input[type="checkbox"].large:checked + label div.right {
    width: 14px;
    height: 3px;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 11px;
    right: 2px;
    background-color: #fff;
}


input[type="checkbox"].small + label span {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"].small:checked + label div.bottom {
    width: 4px;
    height: 2px;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 4px;
    left: 2px;
    background-color: #fff;
}

input[type="checkbox"].small:checked + label div.right {
    width: 7px;
    height: 2px;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 6px;
    right: 1px;
    background-color: #fff;
}


input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
}

input[type="radio"] + label span {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
}

input[type="radio"]:checked + label div.inner {
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    top: 3px;
}

/*Checkboxen Radiobuttons ENDE*/


/*Text Input und Textarea START*/

/*textarea, select, input:not([type="file"]):not([type="checkbox"]):not([type="radio"])*/
.input, .select, .textarea{
  padding: 9.5px 15px;
  min-height: 17px;
  border: 0;
  border-radius: 0;
  width: calc(100% - 30px);
  outline: none;
  color: #444;
  font-family: 'Roboto';
  background-color: #e8e8e8;
  -webkit-appearance: none;
}

.select {
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input, select, textarea, button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none;
}

input[type="date"], input[type="time"]{
  padding: 8.5px 15px;
  min-height: 17px;
  padding-right: 0;
  width: calc(100% - 15px);
}

.textarea.dark, .select.dark, .input.dark{
    background-color: #ccc;
}

.textarea.light, .select.light, .input.light{
    background-color: #fff;
}

.input::placeholder, .textarea::placeholder{
    font-family: 'Roboto';
    font-size: 14px;
    color: #7b7b7b;
}

.select:invalid {
  color: #7b7b7b;
}

.select-wrapper{
  position: relative;
}

.select-icon{
  position: absolute;
  right: 9px;
  top: 10px;
  font-size: 14px;
  pointer-events: none;
}

.input-einheit-wrapper{
  position: relative;
}

.input-einheit-wrapper .input{
  padding-right: 30px;
  width: calc(100% - 45px);
}

.input-einheit-wrapper .einheit{
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/*Text Input und Textarea ENDE*/




/* OVERLAY START */

.ta-overlay-wrapper{
  width: 100%;
  height: 100%;
  height: calc(100% - var(--safe-top) - var(--safe-bottom));
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99991;/*Eins niedriger als fancybox*/
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 15pt;
  padding-top: var(--safe-top) !important;
  padding-bottom: var(--safe-bottom) !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;
}

.ta-overlay-title.noMargin{
  margin-bottom: 0;
}

.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: 24px;
  width: 24px;
  padding: 2px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 999999;
}


/* OVERLEY END*/

.profil-wrapper{
  margin-top: 100px;
  padding-top: 100px;
}

#profil_bild{
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  height: 150px;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
  overflow: hidden;
  position: absolute;
  top: -75px;
  left: calc(50% - 75px);
  background-color: #fff;
}

#profil_bild img{
  width: 100%;
}

#profilbildChangeButton{
  width: 170px;
  margin: 0 auto 20px auto;
  text-align: center;
}

#profilbildChangeInput{
  position: absolute;
  height: 35px;
  width: 166px;
  opacity: 0;
  padding: 0;
}


#platzbuchung_calendar .fc-header-toolbar{
  padding: 20px 10px 10px 10px;
  margin-bottom: 0;
}

#platzbuchung_calendar .fc-toolbar-title{
  font-size: 20px;
}

#platzbuchung_calendar .fc-datagrid-cell-cushion{
  padding: 8px 8px 3px 8px;
}

#platzbuchung_calendar .fc-daygrid-event{
  display: block;
  overflow: hidden;
}

#platzbuchung_calendar .fc-resource-timeline-divider{
  visibility: hidden;
  width: 0px;
}

.fc-button-primary{
  border-color: #fff !important;
  box-shadow: none !important;
}

.fc-timeline-event{
  min-height: 56px !important;
  align-items: flex-start !important;
}

.fc-event-main{
  white-space: nowrap !important;
  overflow: hidden !important;
}

.fc-scrollgrid tr:last-of-type > td {
  box-shadow: 0 -1px 0px inset #ddd;
}

.fc .fc-non-business {
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.5)) !important;
}

.platzbelegung-overlay-spieler-row{
  display: flex;
  align-items: center;
}

.platzbuchung-overlay-checkbox{
  margin-top: -5px;
  margin-left: 10px;
  display: flex;
}

.overlayAutocompleteSuche{
  padding: 0 15px;
}

.listRow{
  margin-top: 3px;
  padding: 10px 10px;
}

.listRow.i0{
  background-color: #F6F6F6;
}

#platzbelegung-overlay-spieler-addbutton{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#platzbelegung-overlay-spieler-addbutton .material-icons{
  font-size: 20px;
}

.fc-icon-meinebuchungen{
  background-image: url(../img/meinebuchungen.svg);
  background-position: center;
}

.fc-icon-logout{
  background-image: url(../img/logout.svg);
  background-position: center;
}

.fc-icon-arrow_double_left{
  background-image: url(../img/arrow_double_left.svg);
  background-position: center;
}

.fc-icon-arrow_double_right{
  background-image: url(../img/arrow_double_right.svg);
  background-position: center;
}

.fc-icon-arrow_right{
  background-image: url(../img/arrow_right.svg);
  background-position: center;
}

.fc-icon-arrow_left{
  background-image: url(../img/arrow_left.svg);
  background-position: center;
}

.fc-icon-heute{
  background-image: url(../img/time_back.svg);
  background-position: center;
}

.fc-view-container{
  z-index: 2;
}

.pb-meinebuchungen-row{
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
  border-radius: 5px;
  margin: 15px;
  padding: 10px;
  padding-top: 15px;
  background-color: #fff;
}

.pbEventModalSpieler td{
  position: relative;
}

.platzbuchungMeineBuchungen .ta-overlay-inner{
  background-color: #fafafa;
}

.ba_kat_row{
  color: #fff;
  font-weight: 500;
  padding: 8px 8px;
}

.ba_artikel_row{
  border-bottom: 1px solid #ccc;
}

.ba_artikel_row td{
  padding: 5px 8px;
}

.ba_artikel_row.splatzsparend td{
  padding: 5px 4px;
}

.ba_artikel_row th{
  padding: 5px 8px;
}

.ba_groesse{
  font-size: 12px;
}

.ba_plusminus_button{
  color: #fff;
  height: 27px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #505050 !important;
}

.ba_anzahl{
  width: 25px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba_buchen_button{
  padding: 5px;
  color: #fff;
  text-align: center;
}

.ba_placeholder{
  background-color: #E7E7E7;
}

.baMeineKaeufeIcon{
  position: absolute;
  top: 10px;
  right: 10px;
}

.baAbschlussIcon{
  right: 58px;
}

.fc .fc-button{
  padding: 4px 6px !important;
}

.menue-home-row-html{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.countdown-wrapper{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.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: 22px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
}

.countdown-zahl .i1, .countdown-zahl .i2{
  position: absolute;
  top: 0%;
}

.countdown-zahl .i2{
  top: 100%;
}

.countdown-punkte{
  position: absolute;
  width: 10px;
  font-size: 22px;
  top: -1px;
  line-height: 1;
  font-weight: 600;
  right: -16px;
}

.countdown-title{
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.countdown-text{
  font-size: 12px;
  margin-top: 2px;
  font-weight: 400;
  text-align: center;
}

.video-icon{
  background-image: url(../img/video_icon.jpg);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.menue-home-background{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.menue-home-background.bggray{
  filter: grayscale(1);
}

.terminplaner-wrapper{
  display: flex;
}

.terminplaner-col{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #efefef;
  padding: 15px 0;
}

.terminplaner-col .material-icons, .terminplaner-col .material-icons-filled{
  font-size: 30px;
}

.terminplaner-col:first-child, .terminplaner-col:not(:first-child){
  border-right: 1px solid #efefef;
}

.terminplaner-col.ergebnis{
  font-weight: 800;
  font-size: 20px;
}

*[data-randomid]{
  display: none;
}

.turnierkalender-bild{
  text-align: center;
  padding: 10px;
}

.turnierkalender-bild img{
  margin: 0 auto;
  max-width: 100%;
  max-height: 200px;
  display: block;
}

.pb-hinweis-icon-checkbox{
  margin-left: 5px;
  margin-top: 3px;
}

.pb-hinweis-icon-kosten{
  position: relative;
  top: 2px;
}

.turnierkalender-anmeldelinks{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.walloffame-row .mannschaft-row-right{
  width: calc(100% - 10px) !important;
}

.checkbox-label{
  margin-left: 7px;
  margin-top: 3px;
}

#unterschrift-wrapper{
  position: relative;
}

.unterschrift-inner canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #a9a9a9;
}   

#unterschrift-reset-icon{
  width: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
} 

#unterschrift-complete-icon{
  width: 20px;
  position: absolute;
  right: 8px;
  bottom: 6px;
  z-index: 1;
} 

.pbZweiteBuchungAmTagBadge{
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  color: #000;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 11px;
}

.pbZweiteBuchungAmTagBadgeSpieler{
  position: absolute !important;
  top: -3px;
  right: -15px;
  color: #fff;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 11px;
}

.termineRueckmeldungenTable{
  margin-top: 10px;
  width: 100%;
}

.termineRueckmeldungenTable th{
  text-align: left;
  padding: 7px 5px;
  vertical-align: top;
}

.termineRueckmeldungenTable tr{
  border-bottom: 1px solid #ccc;
}

.termineRueckmeldungenTable td{
  vertical-align: top;
  padding: 4px 5px;
}

.pbp-wrapper{
  height: calc(100vh - 0px);
  width: 100vw;
  overflow: hidden;
  margin-bottom: -4px;
}

.pbp-left{
  width: 35%;
  height: 100%;
  float: left;
}

.pbp-right{
  width: 65%;
  height: 100%;
  float: left;
}

.pbp-left-top{
  height: 140px;
  display: flex;
  align-items: center;
  background-color: #2e2e2e;
}

.pbp-left-bottom{
  height: calc(100% - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pbp-plaetze{
  width: auto;
  min-width: 50%;
  min-height: 50%;
  padding: 15px;
}

.pbp-platz{
  border-bottom: 1px solid #ccc;
}

.pbp-platz td{
  padding: 5px;
}

.pbp-platz-status{
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
}

.pbp-left-top img{
  height: 70%;
  margin-left: 30px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.pbp-left-top .pbp-name{
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-left: 40px;
}

.pbp-legende{
  margin-top: 20px;
  line-height: 1.7;
}

.pbp-svg{
  height: 100%;
}

.pbp-svg rect.platz{
  stroke: #000;
  stroke-width: 1px;
  width: 28px;
  height: 60px;
}

.pbp-svg rect.platz.frei{
  fill: rgb(27 255 5 / 50%);
}

.pbp-svg rect.platz.baldbelegt{
  fill: rgba(241, 196, 15, 0.5);
}

.pbp-svg rect.platz.belegt{
  fill: rgba(231, 76, 60, 0.5);
}

.pbp-svg rect.bildiconkreis{
  stroke: #000;
  fill: rgba(255,255,255,0.9);
  stroke-width: 1px;
  width: 22px;
  height: 22px;
  rx: 50;
  filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.2));
}

.pbp-svg .platz.p1{
  width: 27px;
  height: 60px;
  x: 64;
  y: 119;
  transform: rotate(-18deg);
}

.pbp-svg .bildiconkreis.p1{
  x: 109;
  y: 76;
}

.pbp-svg .bildicon.p1{
  x: 113;
  y: 80;
}

.pbp-svg .platz.p733{
  x: 90;
  y: 670;
  transform: rotate(-34deg);
}
.pbp-svg .bildiconkreis.p733{
  x: 492;
  y: 530;
}
.pbp-svg .bildicon.p733{
  x: 496;
  y: 534;
}

.pbp-svg .platz.p734{
  x: 46;
  y: 672;
  transform: rotate(-34deg);
}
.pbp-svg .bildiconkreis.p734{
  x: 455;
  y: 557;
}
.pbp-svg .bildicon.p734{
  x: 459;
  y: 561;
}

.pbp-svg .platz.p735{
  x: 179;
  y: 535;
  transform: rotate(-35deg);
}
.pbp-svg .bildiconkreis.p735{
  x: 495;
  y: 360;
}
.pbp-svg .bildicon.p735{
  x: 499;
  y: 364;
}

.pbp-svg .platz.p736{
  x: 117;
  y: 541;
  transform: rotate(-35deg);
}
.pbp-svg .bildiconkreis.p736{
  x: 117;
  y: 541;
}
.pbp-svg .bildicon.p736{
  x: 117;
  y: 541;
}

.pbp-svg .platz.p872{
  x: 70;
  y: 540;
  transform: rotate(-35deg);
}
.pbp-svg .bildiconkreis.p872{
  x: 70;
  y: 540;
}
.pbp-svg .bildicon.p872{
  x: 70;
  y: 540;
}

.pbp-svg .platz.p880{
  x: 25;
  y: 538;
  transform: rotate(-35deg);
}
.pbp-svg .bildiconkreis.p880{
  x: 25;
  y: 538;
}
.pbp-svg .bildicon.p880{
  x: 25;
  y: 538;
}

.pbp-svg .platz.p881{
  x: 350;
  y: 347;
  transform: rotate(-25deg);
}
.pbp-svg .bildiconkreis.p881{
  x: 501;
  y: 199;
}
.pbp-svg .bildicon.p881{
  x: 505;
  y: 203;
}

.pbp-svg .platz.p882{
  x: 303;
  y: 347;
  transform: rotate(-25deg);
}
.pbp-svg .bildiconkreis.p882{
  x: 457;
  y: 218;
}
.pbp-svg .bildicon.p882{
  x: 461;
  y: 222;
}

.pbp-svg .platz.p883{
  x: 276;
  y: 337;
  transform: rotate(-20deg);
}
.pbp-svg .bildiconkreis.p883{
  x: 407;
  y: 258;
}
.pbp-svg .bildicon.p883{
  x: 411;
  y: 262;
}

.pbp-svg .platz.p884{
  x: 229;
  y: 349;
  transform: rotate(-20deg);
}
.pbp-svg .bildiconkreis.p884{
  x: 366;
  y: 286;
}
.pbp-svg .bildicon.p884{
  x: 370;
  y: 290;
}

.pbp-svg .platz.p885{
  x: 178;
  y: 359;
  transform: rotate(-15deg);
}
.pbp-svg .bildiconkreis.p885{
  x: 293;
  y: 339;
}
.pbp-svg .bildicon.p885{
  x: 297;
  y: 343;
}

.pbp-svg .platz.p886{
  x: 286;
  y: 230;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p886{
  x: 375;
  y: 164;
}
.pbp-svg .bildicon.p886{
  x: 379;
  y: 168;
}

.pbp-svg .platz.p887{
  x: 239;
  y: 243;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p887{
  x: 333;
  y: 190;
}
.pbp-svg .bildicon.p887{
  x: 337;
  y: 194;
}

.pbp-svg .platz.p888{
  x: 169;
  y: 226;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p888{
  x: 263;
  y: 199;
}
.pbp-svg .bildicon.p888{
  x: 267;
  y: 203;
}

.pbp-svg .platz.p889{
  x: 124;
  y: 226;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p889{
  x: 220;
  y: 213;
}
.pbp-svg .bildicon.p889{
  x: 224;
  y: 217;
}

.pbp-svg .platz.p890{
  x: 71;
  y: 225;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p890{
  x: 170;
  y: 228;
}
.pbp-svg .bildicon.p890{
  x: 174;
  y: 232;
}

.pbp-svg .platz.p891{
  x: 17;
  y: 235;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p891{
  x: 122;
  y: 255;
}
.pbp-svg .bildicon.p891{
  x: 126;
  y: 259;
}

.pbp-svg .platz.p892{
  x: -40;
  y: 238;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p892{
  x: 65;
  y: 275;
}
.pbp-svg .bildicon.p892{
  x: 69;
  y: 279;
}

.pbp-svg .platz.p893{
  x: 155;
  y: 104;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p893{
  x: 212;
  y: 88;
}
.pbp-svg .bildicon.p893{
  x: 216;
  y: 92;
}

.pbp-svg .platz.p894{
  x: 100;
  y: 115;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p894{
  x: 163;
  y: 115;
}
.pbp-svg .bildicon.p894{
  x: 167;
  y: 119;
}

.pbp-svg .platz.p895{
  x: 55;
  y: 116;
  transform: rotate(-18deg);
}
.pbp-svg .bildiconkreis.p895{
  x: 121;
  y: 129;
}
.pbp-svg .bildicon.p895{
  x: 125;
  y: 133;
}


#pdfviewer-container{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 100% - 15pt);
  height: calc( 100% - var(--safe-top));
  z-index: 99999999;
  background-color: #404040;
  margin-top: 15pt;
  margin-top: var(--safe-top) !important;
}


.pdfviewer-exit, .pdfviewer-exit:hover, .pdfviewer-exit:active, .pdfviewer-exit:focus{
  background-color: transparent !important;
  box-shadow: none !important;
  transform: rotate(45deg) !important;
  width: 32px !important;
  background-image: url(../pdfviewer/web/images/toolbarButton-zoomIn.svg) !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 32px !important;
  border: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 22px !important;
}

@media (prefers-color-scheme: dark) {
  .pdfviewer-exit, .pdfviewer-exit:hover, .pdfviewer-exit:active, .pdfviewer-exit:focus{
    background-image: url(../pdfviewer/web/images/toolbarButton-zoomIn-light.svg) !important; 
  }
}

.pdfviewer-exit::before{
  background-color: transparent !important;
}

.verwaltung-button{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  z-index: 99999999999;
  right: 7px;
  bottom: calc(57px);
  bottom: calc(57px + var(--safe-bottom));
}

.gb-header-wrapper{
  width: 100%;
  height: 50px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  background-color: #fff;
  position: relative;
}

.gb-header-name{
  font-size: 16px;
  font-weight: 600;
  padding: 0px 15px;
  width: calc( 100% - 50px );
}

.gb-header-pfeil .glyphicon{
  top: 4px;
}

.gb-header-pfeil{
  width: 50px;
  text-align: center;
}

.overlayListButton{
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  width: 100%;
}

#gruppen-header-wrapper{
  display: none;
}

body.gruppenbereich #gruppen-header-wrapper{
  display: block;
}



/*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;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
}

.chat-nachricht-create-anhang{
  background-color: #F4F5F8;
  color: #fff;
  margin-top: 0;
  position: relative;
}

.chat-nachricht-create-text textarea{
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  margin: 5px;
  margin-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px !important;
  padding: 5px;
  resize: none;
}

.chat-nachrichten-wrapper{
  height: calc(100% - 20px - 93px);
  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;
  color: #fff;
  border-radius: 50px;
  display: none;
  background-color: #555;
}

.readonly {
  pointer-events: none;
  opacity: 0.6;
}

.disabled {
  opacity: 0.6;
}

.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-width: 2px;
  border-style: solid;
}

.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 a{
  text-decoration: underline !important;
}

.chat-nachricht.vm a{
  color: #fff !important;
}

.chat-nachricht.vm .chat-nachricht-inner{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  display: block;
  float: right;
}

.chat-nachricht-datum{
  float: right;
  opacity: .7;
  padding-left: 5px;
  font-size: 12px;
}

.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;
  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;
}

/*chat end*/


.badge{
  display: none;
  height: 17px;
  width: 17px;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 1000;
  color: #fff;
}

.menue-home-badge{
  position: absolute;
  left: -3px;
  top: -4px;
}

.badge-gruppenheader{
  position: absolute;
  right: 2px;
  top: 16px;
}

.overlayAutocompleteRow{
  position: relative;
}

.overlayAutocompleteRow:has(.badge){
  padding-left: 17px;
}

.badge-gruppenauswahl{
  position: absolute;
  left: 2px;
  top: -3px;
}

.mehr-menue-col-text{
  position: relative;
}

.badge-gruppenmenue, .badge-mehrmenue{
  position: absolute;
  top: -10px;
}

.badge-menueunten{
  position: absolute;
  bottom: 10px;
  height: 13px;
  width: 13px;
  font-size: 10px;
}

.badge-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ranglistenMeldephaseSpielerRow{
  position: relative;
}

.ranglistenMeldephaseSpielerRow .button{
  position: absolute;
  right: 5px;
  top: 3px;
}


#ranglistenZoomOuter {
  width: 100%;
  overflow: hidden;
  touch-action: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ranglistenZoomInner {
  height: 100%;
  transform-origin: center 40%;
  transform: translate(0px, -20px) scale(0.8);
}

.rangliste-row{
  display: flex;
  align-items: center;
  justify-content: center;
}

.rangliste-col{
  margin: 19px 13px;
  padding: 20px 0px 10px 0;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  background-color: #fff;
  position: relative;
}

.rangliste-platz{
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  left: calc(50% - -8px);
  top: -6px;
  width: 20px;
  height: 20px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.rangliste-bild{
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: absolute;
  left: calc(50% + -20px);
  top: -28px;
  width: 40px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  overflow: hidden;
}

.rangliste-bild>div{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.rangliste-buttons{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rangliste-button{
  margin: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  border-radius: 5px;
  padding: 7px 20px;
  text-align: center;
  position: relative;
}

.rangliste-button.icon{
  padding: 10px 20px;
}

.rangliste-neuespieler-title{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.rangliste-eingeloggter-spieler{
  color: #fff;
}

.rangliste-spiel-wrapper{
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.rangliste-spiel-wrapper.i1{
  background-color: #fcfcfc;
}

.rangliste-spiel-wrapper.i0{
  background-color: #f5f5f5;
}

.rangliste-spiel{
  display: flex;
  align-items: center;
  justify-content: center;
}

.rangliste-spiel-left{
  width: 100%;
}

.rangliste-spiel-spieler{
  height: 29px;
  display: flex;
  align-items: center;
}

.rangliste-spiel-left-border{
  height: 1px;
  width: calc( 100% - 7px );
  background-color: #ddd;
}

.rangliste-spiel-ergebnis-row{
  display: flex;
  align-items: center;
  justify-content: end;
}

.rangliste-spiel-ergebnis-col{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #ddd;
}

.rangliste-spiel-ergebnis-col.gesamt{
  background-color: #444;
  color: #fff;
  font-weight: 500;
}

.rangliste-spiel-buttons{
  display: flex;
  justify-content: space-between;
}

.rangliste-spiel-buttons .button{
  margin: 0;
  padding: 7px 10px;
}

.rangliste-spiel-zeitbis, .rangliste-spiel-datum{
  text-align: center;
  min-width: 55px;
  padding: 3px 0;
}

.rangliste-spiel-ergebnis-form-row{
  display: flex;
  align-items: center;
  justify-content: end;
}

.rangliste-spiel-ergebnis-form-col{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  margin: 2px;
}

.rangliste-spiel-ergebnis-form-col input{
  width: 24px;
  height: 30px;
  padding: 0;
  text-align: center;
  opacity: 1;
}

.rangliste-meinespiele-badge{
  border-radius: 100px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  background-color: #FA7100;
  color: #fff;
}

.rangliste-spiel-zusatzinfos{
  padding-top: 10px;
  margin-top: 10px;
  padding: 15px;
}

.rangliste-spiel-zusatzinfos:empty{
  display: none !important;
}

@media(max-width:374px){
  .rangliste-spiel-zusatzinfos{
    padding: 10px;
  }
  .rangliste-spiel-buttons .button{
    padding: 7px 7px;
  }
}

.rangliste-monat-balken{
  text-align: center;
  padding: 15px 0 10px 0;
  font-weight: 800;
  font-size: 16px;
}

.turnier-ergebnis-button{
  position: absolute;
  right: -10px;
  top: -3px;
  width: 30px;
  height: 30px;
}

.rangliste-spiel-ergebnis-form-col .hgg, .rangliste-spiel-ergebnis-form-col .hg{
  background-color: #444;
  color: #fff;
  font-weight: 500;
  opacity: 1;
}

table.noborder, table.noborder td, table.noborder tr{
  border: none !important;
}

.kostenBgEvent{
  background: rgba(0,0,0,0.03) !important;
  color: #444 !important;
  top: calc(100% - 20px) !important;
  opacity: 1 !important;
  text-align: center;
  border: 0 !important;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

#kostentext{
  line-height: 1.8;
}

#calendar_button_abbrechen, #pbModalAbbrechenButton{
  width: calc(40% - 14px) !important;
}

#pbModalSpeichernButton{
  width: calc(60% - 10px) !important;
}

.pbKostenGesamtTrenner{
  border-bottom: 1px solid #444;
  width: 100%;
}

.zahlungsmethodeWidget{
  margin-top: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.zahlungsmethodeWidget-icon{
  display: flex;
  align-items: center;
}

.zahlungsmethodeWidget-icon img{
  height: 30px;
}

.zahlungsmethodeWidget-bezeichnung{
  font-weight: 500;
  margin-left: 20px;
}

.pbKostenRow{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pbKostenRow.font-normal>div{
  font-weight: 400 !important;
}

.zahlungsmethodeWidget-beschreibung{
  font-weight: 400 !important;
  font-size: 12px;
}

.top-0{
  top: 0 !important;
}

.mehr_logo_verlinkung{
  text-align: center;
  margin: 50px 0;
}

.mehr_logo_verlinkung img{
  width: 140px;
}

.meldung{
  padding: 10px;
  border-radius: 15px;
}

.meldung-danger{
  color: #F5685F;
  background-color: #F9DDDC;
}

.meldung-warning{
  color: #EBB839;
  background-color: #FAF2DD;
}

.meldung-success{
  color: #35C339;
  background-color: #E4F6E6;
}

.meldung-info{
  color: #3C83ED;
  background-color: #D4E4FB;
}

.color-danger{
  color: #F5685F;
}

.color-warning{
  color: #EBB839;
}

.color-success{
  color: #35C339;
}

.color-info{
  color: #3C83ED;
}

.login-passwort-wrapper{
  position: relative;
  opacity: 0.8;
}

.login-passwort-show{
  position: absolute;
  right: 7px;
  top: 6px;
}

.pbStornierbarBisHinweis{
  font-size: 12px;
  line-height: 1.2;
}

.zwischenueberschrift{
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  margin: 5px auto;
  padding: 5px 20px;
  min-width: 200px;
  border-bottom: 2px solid #ccc;
}

.menue-home-row.header-variante-2-min-height .menue-home-row-center{
  top: 5px;
}

.arbeitseinsaetze-row{
  height: 80px;
  display: flex;
  align-items: center;
}

.arbeitseinsaetze-row-img{
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.arbeitseinsaetze-row-text{
  padding: 10px;
  min-width: 0;
}

.arbeitseinsaetze-row-termin{
  color: #888;
  font-size: 11px;
  padding: 2px 0px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.arbeitseinsaetze-row-bezeichnung{
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arbeitseinsaetze-row-icon{
  padding-right: 15px;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.arbeitseinsaetze-row-details{
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.arbeitseinsaetze-row-details-item{
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 10px;
}

.arbeitseinsaetze-row-details-item .material-icons{
  margin-right: 5px;
  font-size: 15px;
}

.arbeitseinsatz-title{
  margin-top: 20px;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-weight: 600;
}

.sub-menue{
  margin: 20px 10px 15px 10px;
  display: flex;
  background-color: #fff;
}

.sub-menue-item{
  flex: 1;
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  transition: background-color 0.5s, color 0.5s;
  border-right: 1px solid #efefef;
}

.sub-menue-item:last-child{
  border: none;
}

.sub-menue-item.active{
  color: #fff;
}

.arbeitseinsatz-details-row{
  margin-bottom: 10px;
  display: flex;
}

.arbeitseinsatz-details-row:last-child{
  margin-bottom: 0;
}

.arbeitseinsatz-details-row .material-icons{
  font-size: 22px;
  margin-right: 7px;
  position: relative;
  top: -3px;
}

.arbeitseinsatz-checklist-item{
  display: flex;
  align-items: center;
  height: 35px;
}

.arbeitseinsatz-checklist-item.unterpunkt{
  padding-left: 15px;
}

.arbeitseinsatz-checklist-status{
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.arbeitseinsatz-checklist-status .status-text{
  z-index: 1;
  letter-spacing: 2px;
}

.arbeitseinsatz-checklist-status-fortschritt{
  width: 20%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.5s;
}

.arbeitseinsatz-anmeldungen{
  display: flex;
  align-items: center;
  justify-content: center;
}

.arbeitseinsatz-anmeldungen>div:first-child{
  border-right: 1px solid #efefef;
  width: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arbeitseinsatz-anmeldungen>div:last-child{
  width: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
}

.arbeitseinsatz-anmeldungen>div:last-child .material-icons{
  font-size: 30px;
}

.arbeitseinsatz-abschliessen-button, .arbeitseinsatz-meine-taetigkeit{
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.arbeitseinsatze-taetigkeit-fotos-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.arbeitseinsatze-taetigkeit-fotos-wrapper>a{
  width: calc(33.3333333%);
}

.arbeitseinsatz-taetigkeiten-row:not(:last-child){
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.arbeitseinsaetze-export-button{
  position: relative;
  top: -3px;
}

.material-icons.hinweis-icon{
  font-size: 17px;
  position: relative;
  top: 0px;
  margin-left: 5px;
  color: #888;
}

.pb-share-icon{
  font-size: 20px;
  position: absolute;
  right: 0;
  cursor: pointer;
}