@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&display=swap');

* {
   font-family: 'Lexend', Arial, Helvetica, sans-serif;
   color: rgba(249, 249, 249, 0.933);
   text-decoration: none;
}

h1 {
    color: #CEFAF2;
}

body {
    background-color: #0f021e;
}

#click {
    display: none;
}

#click:checked ~ ul {
    display: block;
}

li {
    list-style: none;
}

.this {
    color: #CEFAF2;
}

img {
    border: solid;
    border-color: #CEFAF2;
    border-radius: 20px;
    border-width: 1px;
}


section {
    align-self: center;
    text-align: center;
    letter-spacing: 2em;
    margin-top: 1em;
    margin-bottom: 1rem;
}

header {
    margin-bottom: 5em;
}

.ueber_mich p {
    margin-top: 0;
}

p {
    line-height: 150%;
    text-align: justify;
    grid-area: a;
    font-size: 20px;
    hyphens: auto;
}

#hinweise {
    margin-top: 25px;
    font-size: 12px;
    line-height: 130%;
}

.leistungen {
    margin-bottom: 70px;
}

.leistungen ul {
    font-size: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#kosten_zusatz {
    font-size: 12px;
}

.ueber_mich img {
    width: 32vh;
}

#me {
    width: 100%;
    grid-area: b;
}

.grundsaetze {
    border-style: solid;
    border-width: 1px;
    border-color: #CEFAF2;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    color: #CEFAF2;
}

.grundsaetze ul {
    list-style-type: decimal;
    line-height: 2em;
    list-style-position: inside;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}

.grundsaetze ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#werdegang {
    padding: 0 0 0 0;
}

#werdegang li {
    margin-bottom: 20px;
}

em {
    font-weight: bold;
    font-style: normal;
}

.link {
    color: #CEFAF2;
}

.galerie img {
    width: 100%;
}

#bildtech {
    grid-area: e;
}

#vd2 {
    grid-area: f;
}

#ledwall {
    grid-area: g;
}

hr {
    width: 50%;
}

footer {
    margin-top: 5em;
}

.footer {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center;
    padding-left: 0;
}

.copyright {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center;
    margin-bottom: 3em;
    padding-left: 0;
}

li {
    margin-right: 20px; /* Abstand rechts von jedem Item */
}

li:last-child {
    margin-right: 0;
}

.li_leistungen {
    margin-bottom: 25px;
}

a:hover {
    color: #CEFAF2;
}

#dante1 {
    width: 100%;
}

#dante2 {
    width: 100%;
}

#dante3 {
    width: 100%;
}

/* DESKTOP */
@media only screen and (min-width: 51rem) {
    .burger_menu {
        display: none;
    }
    
    .menu_punkte {
        display: block;
    }
    
    nav ul li {
        float: left;
        margin-right: 2rem;
        font-size: 0.8rem;
        font-weight: bold;
    }

    header {
        display: flex;
        justify-content: center;
    }

    main  {
        width: 50rem;
        margin-left: auto;
        margin-right: auto;
    }

    .ueber_mich {
        display: grid;
        grid-gap: 3vw;
        grid-template-areas:
            "a b";
        margin-bottom: 5em;
    }

    .galerie {
        display: grid;
        grid-gap: 3em;
        grid-template-areas:
            "e f g";
    }

    #me_small {
        display: none;
    }

    #dante {
        display: grid;
        grid-gap: 1em;
        grid-template-areas:
            "i j k";
    }

    #dante1{
        grid-area: i;
    }
    
    #dante2{
        grid-area: j;
    } 
    
    #dante3{
        grid-area: k;
    }
}

/* TABLET */
@media only screen and (min-width: 40.01rem) and (max-width: 50.99rem) {
    .menu_punkte {
        display: none;
    }

    .menu_punkte li {
        font-weight: 600;
        margin-top: 0.4rem;
    }
    
    .burger_menu {
        margin-top: 1rem;
        margin-left: 2rem;
    }

    main {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    h1 {
        margin-top: -45px;
    }

    .ueber_mich {
        display: grid;
        grid-gap: 3vw;
        grid-template-areas:
            "a b";
        margin-bottom: 5em;
    }

    .galerie {
        display: grid;
        grid-gap: 3em;
        grid-template-areas:
            "e f g";
    }

    #me_small {
        display: none;
    }

    .li_leistungen {
        margin-bottom: 20px;
    }

    #dante {
        display: grid;
        grid-gap: 1em;
        grid-template-areas:
            "i j";
    }

    #dante1 {
        grid-area: i;
    }
    
    #dante2 {
        grid-area: j;
    }
}

/* SMARTPHONE */
@media only screen and (max-width: 40rem) {
    .menu_punkte {
        display: none;
    }

    .menu_punkte li {
        font-weight: 600;
        margin-top: 0.4rem;
    }
    
    .burger_menu {
        margin-top: 1rem;
        margin-left: 2rem;
    }

    main {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    table img {
        height: 50px;
    }

    td {
        padding-right: 0.5rem;
    }

    h1 {
        margin-top: -45px;
    }

    .ueber_mich {
        margin-bottom: 4em;
    }

    .me_small h1 {
        grid-area: x;
    }

    #me_small {
        float: right;
        width: 130px;
        margin-left: 25px;
        margin-top: 5px;
    }

    #me {
        display: none;
    }

    .galerie img {
        margin-bottom: 2em;
    }

    #dante1 {
        margin-bottom: 20px;
    }
    
    #dante2 {
        margin-bottom: 20px;
    }
}