/* Überschrift der einzelnen Seiten */
h2 {
    color:rgb(16, 26, 168);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: orangered;
    padding: 50px;
    padding-left: 200px;
}

/* Link auf BSB Website in der Überschrift von BSB.html */
h2 a{
    color: rgb(16, 26, 168);
    text-decoration: none;
}

/* Überschrift auf Startseite */
h3{
    color: black;
}

/* Allgemeine Textformatierung */
* {
    padding: 0; 
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: wheat;
}

/* Layout des Dropdownmenus */
ul {
    list-style: none;
    background: blue;
}
ul li {
    display: inline-block;
    position: relative;
}
ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: medium;
    padding: 10px 0;
    width: 20vw;
    min-width: 100%;
}
ul li ul.dropdown{
    display: block;
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
    text-align: center;    
}
ul li a:hover {
    background: #d60c3f;
}
ul li:hover ul.dropdown{
    display: inline-block;
    width: 100%;
}
ul li ul li a:hover {
    background: #025c97;
    word-break: keep-all;
    text-align: center;
}

/* Zurück zur Startseite(jetz weiss ich, dass man fast alles als DIV benutzen kann)*/
def a{
    display: block;
    position: fixed;
    text-decoration: none;
    background: blue;
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 999;
}

/* Text Primar.html */
p1{
    color: black;
    position:absolute;
    top: 22%;
    left: 6%;
    right: 77%;
    text-align: justify;
    backdrop-filter: blur(100px);
}
p1 a{
    text-decoration: none;
    color: black;
}

/* Text 1 Sek.html */
p2{
    color: black;
    position: absolute;
    top: 22%;
    left: 3%;
}
p2 a{
    text-decoration: none;
    color: black;
}

/* Text 2 Sek.html */
p3{
    color: black;
    position: absolute;
    top: 145%;
    left: 3%;
    right: 77%;
    backdrop-filter: contrast(20%);
}
p3 a{
    text-decoration: none;
    color: black;
}

/* Text 3 Sek.html */
p4{
    color: black;
    position: absolute;
    left: 3%;
    right: 77%;
    top: 285%;
    backdrop-filter: contrast(20%);
}
p4 a{
    text-decoration: none;
    color: black;
}

/* Zurück nach oben Knopf in Sek.html */
#myBtn{
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: orangered;
    outline: orangered;
    background-color: blue;
    color: #0099ff;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
#myBtn:hover{
    background-color: #025c97;
}
#myBtn a{
    text-decoration: none;
}

/* Text BVS.html */
p5{
    color: black;
    position: absolute;
    left: 3%;
    right: 69%;
    top: 22%;
    backdrop-filter: contrast(20%);
}
p5 a{
    text-decoration: none;
    color: black;
}

/* Text FMS.html */
p6{
    color:black;
    position: absolute;
    left: 3%;
    right: 65%;
    top: 22%;
    backdrop-filter: blur(10px);
}
p6 a{
    text-decoration: none;
    color: black;
}

/* Text BSB.html */
p7{
    color: black;
    position: absolute;
    left: 3%;
    right: 65%;
    top: 22%;
    backdrop-filter: blur(100px);
}
p7 a{
    text-decoration: none;
    color: black;
}

/* Text Mutter.html */
p8{
    color: black;
    position: absolute;
    left: 3%;
    right: 65%;
    top: 22%;
    backdrop-filter: contrast(29%);
}

/* Text Freunde.html; Schwester.html; Unterhaltung.html; Vater.html */
p9{
    color: black;
    position: absolute;
    left: 3%;
    right: 75%;
    top: 22%;
    backdrop-filter: blur(25px);
}

/* Text Allgemeines.html; Schwächen.html; Sport.html; Stärken.html */
p10{
    color: black;
    position: absolute;
    left: 3%;
    right: 65%;
    top: 22%;
}

/* Text im SUMMARY Allgemeines.html; Schwächen.html; Sport.html; Stärken.html */
p11{
    color: black;
}

/* Die Schwarzen Pfeile der SUMMARYs von P10 und P11 */
summary::marker {
    color: black;
}
/* Bild ab einer Breite von 1361px in Sek.html */
div{
    opacity: 1;
}

 /* Bild bis 1360px bei Sek.html */
div1{
    display: none;
}

/* Wenn der Bildschirm schmäler als 1801px ist */
@media screen and (max-width:1800 ) {
    p2{position: absolute;
        backdrop-filter: contrast(20%);
        top: 35%;
        left: 20%;
        right: 20%;
    }
    p3{left: 20%;
        right: 20%;
    }
    p4{left: 20%;
        right: 20%;
    }    
}

/* Wenn der Bildschirm schmäler als 1361px ist */
@media screen and (max-width: 1360px){
    p7{right: 10%;
        left: 10%;
        top: 30%;
        backdrop-filter: contrast(10%);    
    }
    div{opacity: 0;
        display: none;
    }
    div1{opacity: 1;
        position: absolute;
        z-index: 900;
        display: contents;
    }
}

/* Wenn der Bildschirm schmäler als 1051px ist */
@media screen and (max-width: 1050px){
    p5{right: 15%;
        left: 15%;
        top: 30%;
        backdrop-filter: contrast(10%);    
    }
}

/* Wenn der Bildschirm schmäler als 801px ist */
@media screen and (max-width: 800px){
    ul li a{
        max-width: 18vw;
        padding: 10px 0;
        font-size: small;
    }
    p1{right: 25%;
        left: 25%;
        top: 30%;
        backdrop-filter: contrast(10%);

    }
    p6{right: 25%;
        left: 25%;
        top: 30%;
        backdrop-filter: contrast(10%);

    }
    p7{right: 2%;
        left: 5%;
        top: 30%;
        backdrop-filter: contrast(10%);

    }
    p8{right: 25%;
        left: 25%;
        top: 30%;
        backdrop-filter: contrast(10%);

    }
    p9{right: 25%;
        left: 25%;
        top: 30%;
        backdrop-filter: contrast(10%);

    }
}
/* Mein Bild bei Index.html */
bild{
    position: absolute;
    right: 22%;
    top: 32%;
}


dice ul{
    background: rgb(233, 36, 36);
    color: black;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin: 20px 0 0 0;
    z-index: 990;
    right: 42vw;
    padding: 10px 10px;
    width: 20vw;
    height: 150px;
    border: black;
    border-style:outset;
    border-width: 7px;
}
#D1{
    background: #025c97;
    color: black;
    width: 10vw;
    height: 40px;
    font-weight: bold;
    font-size: xx-large;
    border: none;
    cursor: pointer;
}
#D2{
    background: rgb(2, 184, 2);
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D3{
    background: red;
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D4{
    background: #025c97;
    color: black;
    height: 40px;
    width: 2.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D5{
    background: rgb(2, 184, 2);
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D6{
    background: red;
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D7{
    background:green;
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D9{
    background:green;
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D8{
    background: rgb(180, 4, 4);
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
#D10{
    background: rgb(180, 4, 4);
    color: black;
    height: 40px;
    width: 1.5vw;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

#zahl{
    color: black;
    font-weight: bold;
}

#Leben1{
    color: black;
    font-weight: bold;
}

#Leben2{
    color: black;
    font-weight: bold;
}
/* Wenn du das liest, kannst du wohl lesen;) */