@charset "utf-8";
/* CSS Document */

/*Standard */
html::before {
  content: ' ';
  display: block;
  background-image:  linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6)), url(../images/layout/torwart.jpg);
  background-position: center right;
  background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -10; 
}

/*Darkmode */
@media (prefers-color-scheme: dark) {
html::before {background-image: linear-gradient(rgb(0 0 0 / 95%), rgb(0 0 0 / 59%)), url(../images/layout/torwart.jpg);}
html {color: #999;}
.Kasten, .Kasten_neu {box-shadow: 2px 3px 15px 0 rgb(0 0 0), -2px -2px 15px 0 rgb(0 0 0 / 50%) !important;background-color: rgb(58 58 58) !important;}
#torwart {background-image: linear-gradient(rgb(51 51 51), rgb(40 40 40 / 80%)) !important; box-shadow: 2px 3px 15px 0 rgb(0 0 0 / 50%), -2px -2px 15px 0 rgb(0 0 0 / 50%)!important;}
#torwart #inhalt h3 {color: rgb(198 193 193)!important;}
}
/*Darkmode */


/* Standard */
.flex_torwarttrainingdaten { display:flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-start;gap: 5vh;}
.flex_torwarttraining { display:flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-start;gap: 5vh; margin-top: 5vh;}

#torwart  
{
height: fit-content;width: 100%; display: flex;flex-direction: column;box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, 0.5), -2px -2px 15px 0 rgba(255, 255, 255, 0.5);border-radius: 0.5rem;background-color: rgba(255,255,255,1); 
}    

#torwart h3{
    flex-direction: row;
    align-items: center;
    width: -webkit-fill-available;
    width: -moz-available;
    line-height: 7vh;
    font-size: 1.3rem;
    font-weight: 100;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    margin: 0;
    padding-inline-start: 2vw;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
    background-image: linear-gradient(rgb(97 146 125 / 80%), rgb(32 44 39 / 80%));
}
#torwart #inhalt h3{
    flex-direction: row;
    align-items: center;
    width: -webkit-fill-available;
    width: -moz-available;
    line-height: 7vh;
    font-size: 1.3rem;
    font-weight: 100;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    margin: 0;
    padding-inline-start: 0vw;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
    background-image: none;
}
#torwart #inhalt hr{
    margin: 0;
    padding: 0;
    border: 1vh;
    border-top: 1px solid rgb(122 157 142);
    background-color: #515d58;
    height: 2px;
} 
#torwart #inhalt{padding: 3vh; white-space: normal; word-break: normal;line-height: 3vh;}
#torwart #inhalt .zeile{margin-bottom: 2vh;line-height: 4vh;float: left;width:100%;}
#torwart #inhalt .bezeichnung{ font-weight:600;}
#torwart #inhalt .name{ text-decoration:underline; font-weight:600;line-height: 4vh;float: left;}
#torwart #inhalt .zeile .monat,
#torwart #inhalt .zeile .halbjahr,
#torwart #inhalt .zeile .jahr{float: left; width:100%;}

#torwart #inhalt .konzept-haupt{display: flex;justify-content: space-between;}
#torwart #inhalt .konzept-haupt .links,#torwart #inhalt .konzept-haupt .rechts{
display: inline-flex;
    flex-direction: column;
    width: 40%;
    row-gap: 2vh;
    align-items: center;
    column-gap: 2vw;}
#torwart #inhalt .konzept-haupt .links .B1,
#torwart #inhalt .konzept-haupt .rechts .B1{    
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
    text-align: center;
    background-image: linear-gradient(rgb(97 146 125 / 80%), rgb(32 44 39 / 80%));
    line-height: 7vh;
    width: -webkit-fill-available;
    border-radius: 0.5rem;
    border-color: rgb(255 255 255);
    border-style: solid;
    box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, 0.5), -2px -2px 15px 0 rgba(255, 255, 255, 0.5);}


#torwart #inhalt .konzept-haupt .links .B2,
#torwart #inhalt .konzept-haupt .rechts .B2{
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
    text-align: center;
    background-image: linear-gradient(rgb(97 146 125 / 80%), rgb(32 44 39 / 80%));
    line-height: 7vh;
    width: -webkit-fill-available;
    border-radius: 0.5rem;
    border-color: rgb(255 255 255);
    border-style: solid;
    box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, 0.5), -2px -2px 15px 0 rgba(255, 255, 255, 0.5);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    FONT-SIZE: SMALLER;
}

#torwart #inhalt .konzept-haupt .links2 .B1{    
    display: inline-flex;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
    line-height: 7vh;
    width: -webkit-fill-available;
    border-radius: 1.5rem;
    border-color: rgb(255 255 255);
    border-style: solid;
    box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, 0.5), -2px -2px 15px 0 rgba(255, 255, 255, 0.5);
    flex-direction: column;
    background-color: rgb(87 128 110);
    padding-left: 4vw;
    margin-bottom: 3vh;}

#torwart #inhalt .konzept-haupt .links2 .B1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1vh;
    align-items: flex-start;
}
#torwart #inhalt .konzept-haupt .links2 .B1 ul li{
    list-style: circle;
    padding: 0;
    line-height: 4vh;
    margin-left: 4vw;
}
#torwart #inhalt .konzept-haupt .rechts2 {
    display: none;
}
#torwart #inhalt .konzept-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


#Trainer .Inhalt_K{width: 90%;grid-row: 1;grid-column-start: 2; justify-self: center;height: fit-content; display: flex;flex-direction: column;flex-wrap: wrap; justify-content: flex-start;padding: 5%;white-space: nowrap;}
#Trainer .Typ{width:100%;line-height:5vh; font-weight:900; text-decoration:underline;}
#Trainer .Name{width:100%;line-height:5vh;}
#Trainer .Tel{width:100%;line-height:5vh;}
#Trainer .Mobil{width:100%;line-height:5vh;}
#Trainer .Mail{width:100%;line-height:5vh;text-overflow: ellipsis;overflow: hidden;}
#Trainingszeiten .Inhalt_K{width: 90%;padding:5%;grid-row: 1;grid-column-start: 2; justify-self: center;height: fit-content; display: flex;flex-direction: row;flex-wrap: wrap; justify-content: flex-start;}
#Trainingszeiten .Tag{line-height:5vh;width: 9%;text-align: end;}
#Trainingszeiten .Zeit{line-height:5vh;width:36%}
#Trainingszeiten .Ort{line-height:5vh; width:51%}	
#Trainingszeiten .Map{line-height:5vh;width: 4%;text-align: end;}



@media only screen and  (min-width: 768px) and (orientation: portrait){#torwart h3{line-height: 6vh}}
.flex_torwarttrainingdaten {flex-wrap: wrap;flex-direction: row;}
#Trainer .Inhalt_K{width: 94%;padding: 3%;}
#Trainer .Typ,#Trainer .Name,#Trainer .Tel,#Trainer .Mobil,#Trainer .Mail{line-height:3vh;}
#Trainingszeiten .Inhalt_K{width: 94%;padding:3%;}
#Trainingszeiten .Tag,#Trainingszeiten .Zeit,#Trainingszeiten .Ort,#Trainingszeiten .Map{line-height:3vh}

@media only screen and  (min-width: 480px) and (orientation: landscape){
.flex_torwarttraining { display:flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-start;}
#torwart #inhalt .zeile{margin-bottom: 4vh;line-height: 8vh;float: left;width:100%;}
#torwart #inhalt .bezeichnung{ font-weight:600;}
#torwart #inhalt .name{ text-decoration:underline; font-weight:600;line-height: 10vh;float: left;}
#torwart #inhalt .zeile .monat,#torwart #inhalt .zeile .halbjahr,#torwart #inhalt .zeile .jahr{float: left; width:100%;}
}
@media only screen and  (min-width: 667px) and (orientation: landscape){
.flex_torwarttraining { flex-direction: row;}
#torwart #inhalt .zeile{width:50%;}
}
@media only screen and  (min-width: 736px) and (orientation: landscape){
#torwart #inhalt .zeile{ line-height:6vh}
#torwart #inhalt{line-height: 3vh;}
}
@media only screen and  (min-width: 1024px) and (orientation: landscape){
#Grid{ display:grid; grid-template-columns: 5% 90% 5%; grid-template-rows: auto;}
#Grid .Inhalt{ grid-column-start: 2}	
#torwart #inhalt .zeile{line-height: 3vh;}
#torwart #inhalt .name{line-height: 5vh;}
#torwart #inhalt{line-height: 3vh;}
#Trainer{order:3;width: 50%;}
#Trainer .Inhalt_K{width: 96%;padding: 2%;}
#Trainer .Typ{width:100%;line-height:3vh; font-weight:900; text-decoration:underline;}
#Trainer .Name{width:100%;line-height:4vh;}
#Trainer .Tel{width:100%;line-height:4vh;}
#Trainer .Mobil{width:100%;line-height:4vh;}
#Trainer .Mail{width:100%;line-height:4vh;text-overflow: ellipsis;overflow: hidden;}
#Trainingszeiten{order:4;width: 50%;}
#Trainingszeiten .Inhalt_K{width: 96%;padding: 2%;}
#Trainingszeiten .Tag{line-height:4vh;width: 9%;text-align: end;}
#Trainingszeiten .Zeit{line-height:4vh;width:36%}
#Trainingszeiten .Ort{line-height:4vh; width:51%}	
#Trainingszeiten .Map{line-height:4vh;width: 4%;text-align: end;}

#torwart #inhalt .konzept-haupt {
    display: flex;
    justify-content: space-around;
}
#torwart #inhalt .konzept-haupt .links, #torwart #inhalt .konzept-haupt .rechts {
    display: inline-flex;
    flex-direction: column;
    width: 25%;
    row-gap: 2vh;
    align-items: center;
    column-gap: 2vw;
}

#torwart #inhalt .konzept-haupt .links2 {
    display: inline-flex;
    flex-direction: column;
    width: 70%;
    row-gap: 2vh;
    align-items: center;
    column-gap: 2vw;
}
#torwart #inhalt .konzept-haupt .rechts2 {
    display: inline-flex;
    flex-direction: column;
    width: 25%;
}
#torwart #inhalt .konzept-footer{
    justify-content: space-between;}

@media only screen and  (min-width: 1920px) and (orientation: landscape){
#Grid{grid-template-columns: 10% 80% 10%;}
#Grid .Inhalt{width:100%;padding:0%;}	
#torwart #inhalt .zeile{ width:25%;line-height: 2vh;}
#torwart #inhalt .name{line-height: 3vh;}
#torwart #inhalt{line-height: 2vh;}

#torwart #inhalt .konzept-haupt .links2 .B1 {padding-left: 2vw;}
#torwart #inhalt .konzept-haupt .links2 .B1 ul li {margin-left: 0vw;}
}
