body {
    margin: 0;
    padding: 0;
}
.flex {
    display: flex;
    flex-direction: row;
}
.flexa {
    justify-content: space-between;
}
.flexv {
    display: flex;
    flex-direction: column;
}
.header {
    height: auto;
    background-color: #00bcb8;
    margin: 0;
    padding: 5px;
}
.header .logo {
    max-height: 90px;
    height: auto;
    align-self: center;
}
.header .leiste {
    padding: 10px;
    align-items: center;
}
.header .titel {
    font-family: Griffy;
    font-size: 50px;
    align-self: center;
    color: black;
}
.buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}
.button {
    text-decoration: none;
    color: black;
    height: auto;
    background-color: darkorange;
    margin: 5px 10px;
    font-family: "Damesplay Script";
    font-size: 35px;
    border-radius: 40px;
    transition: 0.7s;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
}
.button:hover {
    transition: 0.7s;
    background-color: darkred;
    color: white;
}
.bred {
    color: white;
    background-color: darkred;
}
.bred:hover {
    color: black;
    background-color: darkorange;
}
.bgrau {
    color: black;
    background-color: gray;
}
.bgrau:hover {
    color: black;
    background-color: gray;
}
.bblau {
    color: black;
    background-color: deepskyblue;
}
.bblau:hover {
    color: white;
    background-color: black;
}
.bdurch {
    color: black;
    background-color: #ffffff00;
    border: 2px solid black;
}
.bdurch:hover {
    color: white;
    background-color: black;
}
.header #menu-toggle {
    display: none;
}
.header .menu-icon {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    cursor: pointer;
}
.header .menu-icon div {
    height: 5px;
    background-color: black;
    border-radius: 5px;
}
.header .mobile {
    display: none;
    background-color: #00bcb8;
    height: 100%;
    width: 100%;
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.header .mbuttons {
    z-index: 300;
}
.header .mbuttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
    margin-top: 10px;
    justify-content: center;
}
.flexb {
    flex-direction: column;
}
.header .close {
    z-index: 201;
}
.header .close {
    position: absolute;
    right: 10px;
    top: 45px;
    width: 32px;
    height: 32px;
}
.header .close:before,
.header .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 4px;
    background-color: #333;
}
.header .close:before {
    transform: rotate(45deg);
}
.header .close:after {
    transform: rotate(-45deg);
}
.nolink {
    text-decoration: none;
    color: black;
}
.classiclink {
    color: black;
    text-decoration: underline;
    text-decoration-color: black;
}
.kapitel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kapitelchen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.kapitelchen .button {
    margin-bottom: 3px;
    margin-top: 3px;
}
.prolog .button,
.epilog .button {
    font-family: "Beyond Wonderland";
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    padding: 8px;
}
.mit-hgbild {
    background-image: url(https://winterland.lukilue.at/bilder/Woelfe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    background-position: right;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.mit-hgbild .bild {
    z-index: -1;
    position: absolute;
}
.mit-hgbild .titel {
    font-family: "Griffy";
    font-size: 80px;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 3px;
}
.mit-hgbild .untertitel {
    font-family: Halogen;
    font-size: 40px;
    margin-left: 30px;
    word-break: break-word;
    hyphens: auto;
}
.padding {
    padding: 5px;
}
.mit-hgbild .buttons {
    margin-bottom: 10px;
    justify-content: flex-start;
    margin-left: 15px;
}
.b-t-bl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: deepskyblue;
    justify-content: center;
}
.b-t-bl .block {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.b-t-bl .titel {
    font-family: "Damesplay Script";
    font-size: 50px;
}
.b-t-bl .bild {
    width: 300px;
}
.footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    max-width: 100%;
    font-family: Inter;
    justify-content: space-evenly;
    align-items: center;
    background-color: #22222222;
    text-align: center;
}
.footer .lukilue img {
    height: 80px;
}
.footer .lukilue {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}
.footer span {
    align-self: center;
}
.footer .email a {
    font-size: 30px;
    height: auto;
}
.advkal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
    align-items: center;
    justify-content: center;
}
.advkal tag {
    padding: 5px;
}
.advkal img {
    max-height: 150px;
}
.advkal-info {
    text-align: center;
    font-family: Halogen;
    font-size: 25px;
    padding: 5px;
    margin-bottom: 3px;
}
.advkal-info a {
    text-decoration-color: black;
    color: black;
    text-decoration: underline;
}
.advkal-titel {
    font-family: Halogen;
    text-align: center;
    font-size: 35px;
    margin-top: 20px;
    padding: 5px;
}
.advkal-inhalt {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.advkal-tag {
    margin-top: 0;
}
.advkal-klasse {
    margin-top: 10px;
    margin-bottom: 0;
}
.advkal-inhalt video {
    width: 50%;
    align-self: center;
}
.advkal-inhalt .gior7 {
    height: 500px;
    width: auto;
}
.advkal-inhalt .martop {
    margin-top: 20px;
}
.advkal-inhalt img {
    width: 50%;
    align-self: center;
}
.header .genlabor {
    font-family: Halogen;
    width: 100%;
}
.center {
    text-align: center;
}
#genlabort {
    background-image: url(https://schule.lukilue.at/biub/genlabor/genlabor.jpg);
    color: white;
    text-align: center;
    min-height: 600px;
    background-position: center;
    align-items: center;
}
#genlabort .untertitel,
#genlabort .titel {
    margin: 0;
    background-color: #00000099;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    hyphens: auto;
}
#marinbiot {
    background-image: url(https://schule.lukilue.at/biub/marinbio/marinbio.jpg);
    color: white;
    text-align: center;
    min-height: 600px;
    background-position: center;
    align-items: center;
}
#marinbiot .untertitel,
#marinbiot .titel {
    margin: 0;
    background-color: #00000099;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    hyphens: auto;
}
#vs-infotagt {
    background-image: url(https://schule.lukilue.at/itgym/vs-infotag/infotag.jpg);
    color: white;
    text-align: center;
    min-height: 600px;
    background-position: center;
    align-items: center;
}
#vs-infotagt .untertitel,
#vs-infotagt .titel {
    margin: 0;
    background-color: #00000099;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    hyphens: auto;
}
.kapitelankuendigung {
    font-family: "Halogen";
    font-size: 25px;
    padding: 5px;
    text-align: center;
}
#kapitelkartenbutton1:hover,
#kapitelkartenbutton2:hover {
    color: black;
    background-color: deepskyblue;
}
#it-advkal-head .zweiterbaum {
    display: none;
}
#it-advkal-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 10px;
}
.footer .lukilue {
    font-family: "Banana Chips Regular";
    font-size: 60px;
}
.footer .lukilue a {
    color: darkorange;
}
.kapiteltitel {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 5px;
}
.erzaehl {
    background-color: #a2e29e;
}
.lina {
    background-color: #fdd1a7;
}
.louisa {
    background-color: #a7fdfd;
}
.larissa {
    background-color: #fda7ee;
}
.luna {
    background-color: #a684f9;
}
.leo {
    background-color: #ff8282;
}
.kapiteltitel .grosstitel {
    font-family: "Beyond Wonderland";
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.kapiteltitel .kapitelnummer {
    font-family: "Halogen";
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.kapiteltext {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
}
.kapiteltext .erzaehler {
    font-family: Halogen;
    font-size: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.kapiteltext .text {
    font-family: Inter;
    max-width: 50%;
    font-size: 18px;
    text-align: justify;
}
.kapiteltext .einschub {
    font-family: "Damesplay Script";
    font-size: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.titelchen .titel {
    text-align: center;
    font-size: 50px;
    font-family: Griffy;
    word-break: break-word;
    hyphens: auto;
}
.titelchen .untertitel {
    text-align: center;
    font-size: 25px;
    font-family: Halogen;
    word-break: break-word;
    hyphens: auto;
}
.titelchen {
    background: linear-gradient(90deg, rgba(255, 100, 0, 1) 0%, rgba(255, 162, 43, 1) 35%, rgba(255, 227, 119, 1) 100%);
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.kapitelchen .button {
    margin-top: 5px;
    margin-bottom: 5px;
}
.grosspunkt {
    font-size: 50px;
    line-height: 18px;
}
.weihnachtswuensche {
    font-family: Griffy;
    font-size: 50px;
    text-align: center;
    background-color: #8b0000;
    color: white;
    padding: 10px;
}
.kapitelfooter {
    margin-bottom: 40px;
}
.proepi {
    margin-bottom: 0;
}
.formular .feld {
    height: 30px;
    width: auto;
    max-width: 100%;
    font-size: 20px;
    border: solid 2px black;
    border-radius: 30px;
    padding: 5px;
}
.winterlandleserformular {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.winterlandleser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.winterlandleser .name {
    font-size: 30px;
    font-family: Halogen;
    margin-right: 10px;
}
.winterlandlesertitel {
    font-family: Inter;
    text-align: center;
    margin-top: 20px;
    max-width: 50%;
}
.formelement {
    margin-bottom: 5px;
    margin-top: 5px;
}
.fameheader .titel {
    font-family: "Gloria";
    margin-left: 10px;
    font-size: 70px;
    color: #a61272;
}
.fameheader {
    background-color: #ffabfa;
}
@media only screen and (max-width: 800px) {
    .kapiteltext .text, .winterlandlesertitel {
        max-width: 70%;
    }
}

@media only screen and (max-width: 690px) {
    .header .buttons {
        display: none;
    }
    .header .menu-icon {
        display: flex;
    }
    .header #menu-toggle:checked ~ .mobile {
        display: flex;
    }
    .mit-hgbild .titel,
    .mit-hgbild .untertitel {
        margin: 0;
        background-color: #ffffff66;
        border-radius: 15px;
        padding: 10px;
        text-align: center;
    }
    .mit-hgbild {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mit-hgbild .buttons {
        margin-left: 0;
        justify-content: center;
    }
    #it-advkal-header {
        text-align: center;
        width: 100%;
    }
    #it-advkal-head .zweiterbaum {
        display: block;
    }
    #it-advkal-head {
        justify-content: space-evenly;
    }
    #it-advkal-head .titel {
        max-width: min-content;
    }
    .advkal-inhalt video {
        width: 95%;
    }
    .advkal-inhalt img {
        width: 90%;
    }
    .advkal-inhalt .gior7 {
        height: 500px;
        width: auto;
    }
    .kapiteltext .text, .winterlandlesertitel {
        max-width: 100%;
    }
}




/*Zentrierter Text*/
.mittext .text {
    font-family: Inter;
    max-width: 50%;
    font-size: 18px;
    text-align: justify;
}
@media only screen and (max-width: 800px) {
    .mittext .text {
        max-width: 70%;
    }
}
@media only screen and (max-width: 690px) {
    .mittext .text {
        max-width: 100%;
    }
}