/* geologica-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 200;
    src: url('./geologica-v1-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*wenn jemand Dark mode nutzt*/

html {
    background-color: white;
}



/*Das was man auf allen Seiten sieht*/

.head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    

}

.info {
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    background-color: red;
    display: flex;
    justify-content: center;

}
.headbar {
    width: 90%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 35px;
    
}

.sublink a {
    margin-top: 10px;
    color: black;
    text-decoration: none;
    font-family: 'Geologica', sans-serif;
    font-size: 25px;
    display: flex;
    flex-direction: column;
}

.headbar img {
    height: 70px;
    width: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}


a:hover {
    text-decoration: underline;
    color:rgb(255, 217, 0);

}


/*hier ist alles, was man immer sieht zuende*/

/*Das Bild oben auf manchen Seiten*/



.headerimg {
    max-width: 400px;
    padding: 5px;
    margin: 5px auto 0 auto;
    display: flex;
    flex-direction: column;
 
}

/*Die Google maps Karte für Trainingsort*/


.maps h1 {
    font-family: 'Geologica', sans-serif;
    font-size: 30px;

}

.maps {

   max-width: 400px;
   padding: 5px;
   margin: 20px auto 0 auto;
   display: flex;
   flex-direction: column;
   background-color: rgb(255, 255, 255);
   border-radius: 10px;
   box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
   text-align: center;
   
}

.maps iframe {
    
    width: auto;
    height: 100% ;


}




/*Die Termien Sektion*/

.termine {
    max-width: 400px;
    padding: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    text-align: center;

}
.termine p {
    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.termine h1 {
    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;



    /*Für die Trainigszeiten*/

}
.trainingszeiten {
    max-width: 400px;
    padding: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    text-align: center;

}

.trainingszeiten p {
    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.trainingszeiten h1 {
    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;

}

    /*Die Über uns Sektion*/

.about {
    max-width: 400px;
    padding: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    text-align: center;
    
}

.about p {
    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.about h1 {
    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;

}

/* Die Download Sektion*/


.download {
    max-width: 400px;
    padding: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    text-align: center;
    
}

.download p {
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;

}

.download a {
    color: rgb(255, 0, 0);
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
}

.download a:hover {

    color:rgb(255, 217, 0)
}

.download h1 {
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;

}

/*Die Galeriesektion*/

.keks p {

    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*die Login Sektion*/

.login {

    max-width: 400px;
    padding: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    text-align: center;
    
}

.login p {
    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.login h1 {
    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}


/*Kontakt Sektion*/

.kontakt {

    max-width: 400px;
    padding: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    text-align: center;


}



.kontakt h1 {

    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;

}

.kontakt p {

    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;


}


.account{

    font-family: 'Geologica', sans-serif;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

}







@media (min-width:1024px) {
    
  /* index erweiterung für den PC*/

html {
    background-color: white;
}



.head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    

}

.info {
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.427);
    background-color: red;
    display: flex;
    justify-content: center;

}
.headbar {
    width: 90%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    margin-left: 35px;
}

.sublink a {
    margin-top: 10px;
    color: black;
    text-decoration: none;
    font-family: 'Geologica', sans-serif;
    font-size: 25px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;    
}

.headbar img {
    height: 70px;
    width: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}


a:hover {
    text-decoration: underline;
    color:rgb(255, 217, 0);

}



.headerimg {
    max-width: 90%;
    padding: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;

}


/* Maps Einfügung */

.map h1 {
    font-family: 'Geologica', sans-serif;
    font-size: 30px;

}

.maps {

    padding: 80px;


}

.maps iframe {

    
    width: 100%;
    height: 100%;


}


/*Termin Sektion*/

.termine {
   
    padding: 80px;

}
.termine p {
    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.termine h1 {
    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;


}
.trainingszeiten {
  padding: 80px;
}

.trainingszeiten p {
    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.trainingszeiten h1 {
    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;

}

.about {
padding: 80px;
    
}

.about p {
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.about h1 {
    margin: 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;

}
   
   
   
    .download {
        padding: 80pxx 
    }


.kontakt {

    padding: 80px;
}

}