﻿* {
    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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
    height: 50px;
}

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

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

.nav-icons {
    display: flex;
    align-items: center;
}

header .logo-inhalt {
    margin-right: 30px;
    height: 32px;
    width: 32px;
}

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


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

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

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

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;
}

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

.fazit{
    border: 2px solid #0871a5;
    border-radius: 5px;
    margin: 5px;
    background-color: #ffffff;
}

.merksatz{
    border: 2px solid #ff0000;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 5px;
}

.bold-blau{
    font-weight: bold;
    color: #0000ff;
}

.bold-gruen{
    font-weight: bold;
    color: #008000;
}

.bold-rot{
    font-weight: bold;
    color: #ff0000;
}

.letter{
    font-family: Grundschrift;
    font-size: 2em;
}

.logo-inhalt{
    height: 32px;
    width: 32px;

}

.lerninhalt{
    padding-bottom: 10px;
}

.spanform{
    display: flex;
    justify-content: center;
    font-size: 1.4em;
}

.spantext{
    display: flex;
    justify-content: center;
    font-size: 1.0em;
}

.aufgaben-box{
    border: 2px solid #ff0000;
    margin-left: 10px;
    margin-right:10px;
    border-radius: 5px;
}

.merksatz{
    border: 2px solid #ff0000;
    padding: 5px;
    color: #000000;
    font-size: 1.0em;
    text-align: left;
    margin-left: 10px;
    margin-right:10px;
    margin-bottom: 10px;
}

.mesa1{
    border: 2px solid #0000FF;
}

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

.bold-blue{
    font-weight: bold;
    color: #0000ff;
}

.bold-red{
    font-weight: bold;
    color: #ff0000;
}

.bold-green{
    font-weight: bold;
    color: #007500;
}

.pic-zentriert{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 90%;
    height: auto;
}

.pic-zentriert2{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 90%;
    height: auto;
}

.bono{
    border: none !important;
}

.breite90{
    width: 90%;
}

.breite-auto{
    width: auto !important;
}

.boja-2{
    border: 2px solid #303030;
    border-radius: 5px
}

.boja-1{
    border: 1px solid #303030;
    border-radius: 5px
}

.bono{
    border: 0px solid #303030;
}

.pic-pos-auto{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: auto;
    height: auto;
}

.pic-pos-90{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 90%;
    height: auto;
}

.pic-pos2-90{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 90%;
    height: auto;
}










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

h2{
    font-size: 1.0em;
}

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

.merksatz{
    font-size: 1.1em;
}

.hilfe-ul{
    font-size: 1.1em;
}

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

.pic-pos-90{
    width: auto;
    height: auto;
}

.pic-pos2-90{
    width: 90%;
}
}


/* 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: 5px;
}

.merksatz{
    font-size: 1.5em;
}

footer p{
    font-size: 1.0em;
}

.hilfe-ul{
    font-size: 1.5em;
}

.nav_footer a{
    display: inline;
}

.thema-text{
    display: block;
}


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

.pic-pos-90{
    width: auto;
    height: auto;
}

.pic-pos2-90{
    width: 90%;
}
}


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

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

.merksatz{
    font-size: 1.3em;
}

footer p{
    font-size: 1.0em;
}

.nav_footer a{
    display: inline;
}

.thema-text{
    display: block;
}

.pic-pos-90{
    width: auto;
    height: auto;
}

.pic-pos2-90{
    width: 90%;
}
}


.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;
}

h2{
    font-size: 1.6em;
}

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

.merksatz{
    font-size: 1.8em;
}

.hilfe-ul{
    font-size: 1.8em;
}

footer p{
    font-size: 1.4em;
}

.nav_footer a{
    display: inline;
}

.thema-text{
    display: block;
}

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

.pic-pos-90{
    width: auto;
    height: auto;
}

.pic-pos2-90{
    width: auto;
}
}