
body {
    max-width: 960px; /* Maximale Breite auf großen Bildschirmen */
    margin: 0 auto; /* Zentriert */
    background-color: black;
}


.subhead {
    margin-bottom:10px;

    text-align: center;
    color: white;
    font-size: clamp(24px, 4vw, 40px);
    font-family: Renogare;
}

.buthead {
    text-align: center;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;

    font-size: clamp(24px, 4vw, 40px);
    font-family: Renogare;
}

.buthead:hover {
    color: white;
    transition-duration: 1.2s;
}

.subsubhead {
    margin-bottom: 10px;

    text-align: center;
    color: white;
    font-size: clamp(18px, 4vw, 36px);
    font-family: Renogare;
}

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;

}

.smaller {
    font-size: 36px;
}

.par {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: white;
    font-family: Renogare;
    font-size: clamp(16px, 4vw, 20px);
    line-height: 1.5;
}

.subpar {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
    text-align: justify;
    color: white;
    font-family: Renogare;
    font-size: clamp(12px, 4vw, 18px);
    line-height: 1.5;
}

.triple, .double {
    margin-left:5px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.box {
    flex: 1;
    margin-bottom: 25px;
    border-radius: 10px;

}

th, td {
    padding-left: 15px;
    padding-right: 15px;
}

.firsttd {
    width:40%;
    text-align: right;
}

input, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.nonlink {
    color: white;
    text-decoration: none;
}


.button {
    overflow: auto;
    margin-bottom: 25px;
    border-radius:10px;
    background-color: rgb(79, 187, 171);

    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);

    font-size: 20px;
    text-align: center;
    font-family: Renogare;
}

.button:hover {
    background-color: rgb(29, 140, 118);
    transition-duration: 1.2s;
    color: white;
}


.middle {
    margin-left: 20px;
    margin-right: 20px;
}

.left {
    margin-right: 20px;
}

.banner {
    margin-left: 5px;
    margin-right: 5px;
}

.boxpink {
    margin-left:5px;
    margin-right: 5px;
    margin-bottom: 35px;
    /*padding: 12px 20px;*/
    border-radius:10px;
    background-color:rgba(232,0,204,0.6);

    overflow: auto;

    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
}

.triple .boxpink {
    margin-left: 0px;
    margin-right: 0px;
}

.double .boxpink {
    margin-left: 0px;
    margin-right: 0px;
}


.boxgreen {
    margin-left:5px;
    margin-right: 5px;
    margin-bottom: 35px;
    /* padding: 12px 20px; */
    border-radius:10px;
    background-color: rgba(31, 200, 49, 0.6);

    overflow: auto;

    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
}

.dark {
    color: black;
}


.nav {
    display: flex;
    flex-direction: row;
    gap:20px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;

}

.navbutton {

    color: white;
    letter-spacing: 3px;
    font-family: Renogare;
    font-size: clamp(12px, 4vw, 18px);

    width: 100%;
    min-height: 60px;
    max-height: 80px;

    border-radius: 10px;

    text-align: center;
    background-color: rgb(79, 187, 171);

    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.75);

    display: flex;
    justify-content: center;
    align-items: center;
}

.navbutton:hover {
    background-color: rgb(29, 140, 118);
    transition-duration: 1.2s;
}



@media (max-width: 768px) {
    .subhead {
        font-size: clamp(24px, 4vw, 36px);
    }

    .subsubhead {
        font-size: clamp(16px, 4vw, 34px);
    }
    .par {
        font-size: clamp(14px, 4vw, 18px);
    }

    .subpar {
        font-size: clamp(12px, 4vw, 16px);
    }
    .button {
        font-size: 16px;
    }
    .triple, .double {
        margin-left:5px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .nav .box {
        margin-bottom: 10px;
    }

    .nav {
        margin-left:5px;
        margin-right: 5px;
        gap: 0px;
        display: flex;
        flex-direction: column;
    }

    .navbutton {

        width: 100%;
        min-height: 30px;
        max-height: 40px;

        border-radius: 10px;

    }


}

@media (max-width: 480px) {
    .subhead {
        font-size: clamp(18px, 4vw, 36px);
    }

    .subsubhead {
        font-size: clamp(14px, 4vw, 32px);
    }

    .button {
        font-size: 14px;

    }
    .par {
        font-size: clamp(12px, 4vw, 16px);
    }

    .subpar {
        font-size: clamp(10px, 4vw, 14px);
    }

    .triple, .double {
        margin-left:5px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 0px;

    }

    .nav .box {
        margin-bottom: 10px;
    }
    .box {

        padding: 0px;
    }

    .nav {
        margin-left:5px;
        margin-right: 5px;
        gap: 0px;
        display: flex;
        flex-direction: column;
    }

    .navbutton {

        width: 100%;
        min-height: 30px;
        max-height: 40px;

        border-radius: 10px;

    }
}






@font-face {
    font-family: Code;
    src: url('../fonts/code/CODE Bold.otf');
}

@font-face {
    font-family: Delta;
    src: url('../fonts/delta/Delta.ttf');
}

@font-face {
    font-family: NeonGlow;
    src: url('../fonts/neon-glow-font/NeonGlow-8VLz.ttf');
}

@font-face {
    font-family: NeonMagic;
    src: url('../fonts/neon-magic-font/NeonMagic-mLOGG.otf');
}

@font-face {
    font-family: Renogare;
    src: url('../fonts/renogare/Renogare-Regular.otf');
}