:root{
    --background: #142429ff;
  --highlight: #29f1ff;
  --color-1: #234c5c;
  --color-2: #1c404c;
  --color-2_d: #19313a;
  --color-2_h: #224f5e;

  --color-4: #ede4d6;
  --text-color: #d8d8d8;
  --text-color-2: #d8d8d8;
  --plus: #556b2f;
  --plus_shade:#3c4d21;
  --minus:#ad4949;
  --minus_shade:#742f2f;

  --winning: #8ac22a;

  --score-1: #084e32ff;
  --score-2: #296959ff;
  --score-3: #143d2a;
  --score-4: #1b343c;
  --score-5: #4a899e;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
}

* {
  color: var(--text-color);
  padding:0;
}

option:checked{
  color: var(--text-color);
  background: #296959ff;
}

#month-input{
  background: none;
  font-size: 24px;
  text-align: center;
}

.text-center{
  text-align: center;
}

html{
  height: 100%;
}
.winning_color{
  color: var(--winning);
}
.bubble{
  border-radius: 10px;
  margin: 10px;
  position: relative;
  background-image: linear-gradient(to bottom, var(--color-2) , var(--color-2_d));
  padding: 20px;
  box-shadow: 0px -7px 10px rgba(0,0,0,0.25), 0px 7px 10px rgba(0, 0, 0, 0.25);
}

.bubble-wB{
  padding: 20px 20px 0px 20px  ;
}

.bubble-wB a{
  font-size: 18px;
  padding: 0;
  width: auto;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  /* margin: 0 30px 0 0; */
  text-decoration: none;
}
.bubble-yes{
  background: linear-gradient(180deg, var(--color-2) 90%, #425521 100%);
}
.bubble-standby{
  background: linear-gradient(180deg, var(--color-2) 90%, #8c7e4b 100%);
}
.bubble-no{
  background: linear-gradient(180deg, var(--color-2) 90%, #772828 100%);
}

.centered{
  display: flex;
  justify-content: center;
}

.space-between{
  display: flex;
  justify-content: space-between;
}

.space-arround{
  display: flex;
  justify-content: space-around;
}

.space-evenly{
  display: flex;
  justify-content: space-evenly;
}



.subBTN{
  background-color: #556b2f;
  border: none;
  border-radius: 10px;
  width: 150px;
  height: 60px;
  color: white;
  font-size: 20px;
}

/* .right-bottom-button{
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: 10%;
  right: 10px;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, var(--color-2) , var(--color-2_d));
  box-shadow: 0px -7px 10px rgba(0,0,0,0.25), 0px 7px 10px rgba(0, 0, 0, 0.25);

  padding: 10px;
} */

.button{
  display: flex;
  justify-content: center;
  margin: 50px;
}
.subBTN:active{
  background-color: #3c4d21;
}

.btn-plus{
  color: white;
  background-color: var(--plus);
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 6px;
  display: block;
  text-align: center;
}

.btnBlue{
  color: #8aad4d;
  background-image: linear-gradient(to bottom, var(--color-2) , var(--color-2_d));
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnEdit{
  color: #8aad4d;
  border-color: #8aad4d;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.btnEvent{
  color: var(--color-4);
  border-color: var(--color-4);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.btn{
  color: var(--color-4);
  border-color: var(--color-4);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 40px;
  background: none;
}

#eventBtn{
  border-color: green; 
  border-style: solid;
  box-shadow: 0px -7px 10px rgba(0,0,0,0.25)
}
.btnDelete{
  color: var(--minus);
  border-color: var(--minus);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.btnEvent:hover{
  background-color:#a8a297 ;
  color:var(--color-2_d);
}

.btn-plus:active, .btn-plus:hover, .btnEdit:hover {
  background-color: var(--plus_shade);
}

.btn-minus{
  color: white;
  background-color: var(--minus);
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 6px;
  display: block;
  text-align: center;
}

.btn-minus:active, .btn-minus:hover, .btnDelete:hover {
  background-color: var(--minus_shade);
}

.profilHeader .zaehler{
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0 10px;
  padding-right: 20px;
}

.zaehler a{
  font-size: 16px;
  margin: 0 10px 0 10px;
}

div .zeile{
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  color: var(--text-color-2);
}
div .zeile > *{
  font-size: 20px;
}

.name{
  width: 40%;
}


option{
  color: black;
}

.test1{
  background-color: var(--color-1);
}

.test2{
  background-color: var(--color-2);
}

.paginationBar{
  margin: auto;
  background-color: transparent;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}

.kasten{
  margin: auto;
  background-color: transparent;
  max-width: 400px;
}

.scoreboard{ 
  background-color: var(--score-1);
  display: flex;
  font-size: 22px;
  max-width: 400px;
  min-height: 90px;
}

.title{
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  max-width: 400px;
  background-color: var(--color-4);
  background-image: linear-gradient(to bottom, var(--color-4) , #9b958b);
}
.title > *{
  padding: 5px;
  color: black;
}

.score{
  display: flex;
  width: 40%;
  justify-content:flex-start;
  background-color: var(--score-2);
}

.punkte{
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* align-contnt: center;
  -webkit-align: center; */
}
.feld{
  width: 85%;
  height: 30px;
  /* margin-bottom: 10px; */
  color: black;
}

.satz_feld{
  width: 30px;
  text-align: center;
}

#satz1{
  background-color: #5e2706;
  background-color: var(--score-3);
  width:33%;
}
#satz2{
  background-color: #733108;
  background-color: var(--score-1);
  width:33%;
}
#satz3{
  background-color: transparent;
  width:33%;
}

.spieler_feld{
  display: block;
  width: 60%;
  border-width: 0 1px 0 0;
  border-color: var(--color-4);
  border-style: solid;
  padding-left: 10px;
  background-color: var(--score-1);
  /* background-image: linear-gradient(to right, var(--score-1) , var(--score-2)); */
}
.spieler_feld > *{
  align-content: center;
}
.spieler_feld p{
  font-size: 20px;
  align-content: center;
  padding: 5px 0 5px 0;
}

.teamA{
  display: block;
  border-width: 0 0 3px 0;
  border-color: var(--color-4);
  border-style: solid;
}
.teamB{
  height: 50%;
}

.aktivPage{
  background-color:var(--color-1);
}

.flatpickr-calendar > *{
  background: white;
  /* background: white !important; */
}

body{
  width: 500px;
  margin: auto;
  color: var(--text-color);
  background-color: var(--background);
  font-family:Arial, Helvetica, sans-serif;
  height: 100%;
}

p{
  margin: 0;
}

input{
  display: block;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.fullSize-form{
  width: 100%;
  height: 40px;
  background-color: var(--text-color-2);
  color: black;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.page{
  position: relative;
  display: block;
  height: 95%;
  margin-top: 40px;
  padding-top:10px;
  padding-bottom: 100px;
}
.nav_bottom{
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-2);
  /* border-radius: 20px 20px 0 0; */
  display: flex;
  justify-content: center;
  box-shadow: 0px -7px 10px rgba(0,0,0,0.25);
}
.nav_top{
  height: 40px;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--background);
  /* border-radius: 0px 0px 10px 10px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 7px 10px rgba(0,0,0,0.25);
}

.nav_top div{
  max-width: 500px;
  width: 100%; 
  margin:auto;
}

.nav_top_display{
  display: flex; 
  justify-content: space-between;
}

.nav_element_left{
  display: flex; 
  margin-top: auto; 
  margin-bottom: auto;
}
.nav_element_right{
  padding-right:20px; 
  display: flex; 
  margin-top: auto; 
  margin-bottom: auto;
}

.nav_top2{
  height: 40px;
  position: fixed;
  z-index: 9;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: var(--background);
  display: inline-flex;
  box-shadow: 0px 7px 10px rgba(0,0,0,0.25);
}

.nav_top2 div{
  display: flex;
  align-self: flex-end;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.nav_top2 .static{
  justify-content: space-around;
}

.nav_top2 .static a{
  font-size: 18px;
  padding: 0;
  min-width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px 5px 0 0;
  justify-content: center;
}

.scrollbar{
  display: inline-flex;
  background-color: var(--background);
  overflow:scroll;
  white-space: nowrap;
  scrollbar-width:none;
  scrollbar-color: var(--color-1) var(--background);
  -webkit-overflow-scrolling: auto;
}

.scrollbar a{
  font-size: 18px;
  padding: 0;
  width: auto;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 5px 10px 0 10px;
  margin: 0 30px 0 0;
  text-decoration: none;
}

a{
  text-decoration: none;
  color: var(--text-color);
  font-size: 20px;
  background-color: none;
  text-align: center;
}

.top .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position:relative;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.home-logo{
  width: 200px;
  height: 200px;
}

.links-container{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  background-color: transparent;
}

.links-container{
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  right: 0;
  bottom: -100%;
  z-index: 10;
  width: 70%;
  height: 50%;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 10px -10px 10px rgba(0,0,0,0.25), -10px 0px 10px rgba(0,0,0,0.25) ;
  transition: 0.6s ease-out;
}

.links-container a{
  width: 100%;
}

nav a{
  display: flex;
  justify-content: flex-start;
  font-size: 24px;
  box-sizing: border-box;
  height:auto;
  padding: 10px 20px;
  border-radius: 20px 20px 20px 20px;
}

nav a:hover, nav svg:hover, .open-sidebar-button:hover, .scrollbar a:hover{
  background-color: var(--color-2_h);
}

nav .home-link{
  /* margin-right: auto; */
}

nav svg{
  /* fill: var(--text-color); */
  background-color: transparent;
}

#sidebar-active{
  display: none;
}

.open-sidebar-button, .close-sidebar-button{
  display: none;
}

.info-button{
  padding: 10px 20px;
  /* align-content: center; */
  border-radius: 20px;
}

#info-active{
  display: none;
}

#info-active:checked ~ #overlay{
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 500ms ease-out;

  @starting-style { background-color: rgba(0,0,0,0);  }
}

.info-box{
  position: fixed;
  top: -1000px;
  z-index: 10;
  width: 93% !important;
  max-width: 450px;
  margin-left: 20px;
  padding: 10px !important;
  border-radius: 10px;
  background-color: none;
  transition: 0.6s ease-out;
}

.info-box-p{
  font-size: 20px;
}

#info-active:checked ~ .info-box{
  top: 80px;
  background-color: var(--color-2);
}

#info-active:checked ~ .links-container{
  bottom: 0;
  background-color: var(--color-2);
}

.shadow-background{
  display: none;
  background-color: none;
  top:0;
  left:0;
  z-index: 9;
  height: 100%;
  width: 100%;
  position: fixed;
}

#info-active:checked ~ .shadow-background {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 500ms ease-out;

  @starting-style {
    background-color: rgba(0,0,0,0);
  }
}

.player-link{
  padding-left: 30px;
  margin-bottom: 30px;
}

.team-link{
  /* padding-left: 30px; */
  margin-bottom: 30px;
}
.team-link a{
  font-size: 28px;
}


#overlay{
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: none;
}

.open-sidebar-button, .close-sidebar-button{
  padding: 10px 20px;
  display:flex;
  /* align-content: center; */
  border-radius: 20px;
}

#sidebar-active:checked ~ .links-container{
  bottom: 0;
  background-color: var(--color-2);
}

#sidebar-active:checked ~ #overlay{
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 500ms ease-out;

  @starting-style {
    background-color: rgba(0,0,0,0);
  }
}

@media(max-width: 500px){
  body{
    width: 96%;
    padding: 0px;
  }
  .seite{
    width: 96%;
  }

}



