* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Grundschrift';
    src: url('../assets/fonts/Grundschrift/Grundschrift-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Druckschrift BY WOK';
    src: url('../assets/fonts/Druckschrift_BY_WOK/Druckschrift_BY_WOK.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    min-height: 100vh;
    background-color: #93bc8c;
    font-family: "Druckschrift BY WOK";
    font-size: 100%;
    color: #303030;
}

.wrapper{
    max-height: max-content;
    width: 100%;
    margin: 0 auto;
    background-color: #0871a5;
    font-family: "Druckschrift BY WOK";
}


header{
    height: 50px;
    width: 100%;
    background-color: #0871a5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a{
    color: #f0f0f0;
    text-decoration: none;
}

header h1 {
    padding-left: 10px;
    margin: 0;
}

header .burger {
    margin-right: 10px;
    font-size: 24px;
    text-decoration: none;
    color: #f0f0f0;
}

article{
    width: 98%;
    margin: 0 auto;
    margin-top: 5px;
    max-height: max-content;
    background-color: #f0f0f0;
    border-radius: 5px;
}

h2{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.home_ul{
    margin-left: 30px;
    font-size: 1em;
    border: 1px solid #0871a5;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 85%;
    background-color: #fafad3;
    margin: 0 auto;
    margin-bottom: 10px;
}

.home_ul li{
    margin-top: 10px;
}

.lels{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 30px;
}

p{
    font-size: 1.0em;
    padding: 5px;
}

.pic_home1{
    width: 40%;
    height: 40%;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #0871a5;
}

footer p{
    color: #f0f0f0;
    font-size: 0.9em;
    text-align: center;
    padding: 10px;
    padding-top: 10px;
}

.nav_footer{
    padding-bottom: 10px;
    margin-top: 0px;
}

.nav_footer a{
    font-size: 14px;
    color: #f0f0f0;
    text-decoration: none;
    display: block;
    padding: 10px;
    padding-top: 0px;
}

























/* Smartphones (bis 600px) ##########################*/
@media only screen and (max-width: 600px){
header h1{
    font-size: 1.3em;
    margin-top: 0px;
}

}


/* Tablets (601px bis 1024px) ############################# */
@media only screen and (min-width: 601px) and (max-width: 1024px){
header h1{
    font-size: 1.6em;
    margin-top: 0px;
}

h2{
    font-size: 1.4em;
}

p{
    font-size: 1.5em;
    padding: 10px;
}

footer p{
    font-size: 1.0em;
}

.home_ul{
    font-size: 1.5em;
}

.nav_footer a{
    display: inline;
}

.nav_curriculum a{
    padding-left: 40px;
}
}



@media only screen and (orientation:landscape){
header h1{
    font-size: 1.8em;
    margin-top: 0px;
}

h2{
    font-size: 1.4em;
}

p{
    font-size: 1.3em;
    padding: 10px;
}

.home_ul{
    font-size: 1.3em;
}

footer p{
    font-size: 1.0em;
}

.nav_footer a{
    display: inline;
}

.nav_curriculum a{
    padding-left: 40px;
}
}



/* PC-Monitore (ab 1025px) ################### */
@media only screen and (min-width: 1025px){
.wrapper{
    width: 1200px;
}

header h1{
    font-size: 2.0em;
    margin-top: 0px;
}

p{
    font-size: 1.8em;
    padding: 10px;
}

.home_ul{
    font-size: 1.8em;
}

footer p{
    font-size: 1.4em;
}

.nav_footer a{
    display: inline;
}

.nav_curriculum a{
    padding-left: 40px;
}

}




