.stack-sans-notch-200 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;

}


p {
    font-size: 18px;
}

h1 {
    font-size: 35px;
}


h2 {
    font-size: 20px;
}

body {
    margin: 0;
    left: 0;
    font-family: sans-serif;
    background-color: #f8f8fc;
    color: black;


}

.load {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu{
    display: none;
    color: white;
    background-color: black;

}

.menu a{
    color: white;
    text-decoration: none;
}


.mobile {
    display: none;
}


.mobile-header {    
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    justify-content: center;
    color: white;

    z-index: 2;
    position: relative;
    height: 100px;

}
.mobile-header-logo {
    padding-left: 10%;

}

.mobile-header-options{

}

.desktop {
    display: none;
    margin: 0;
    left: 0;
    top: 0;


}

.desktop-header-logo {
    padding-left: 10%;

}

.desktop-header {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
    color: white;

    z-index: 2;
    position: relative;
    height: 100px;
}

.desktop-header-options {

    display: flex;
    gap: 10%;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
}


.desktop-header-options a {
    text-decoration: none;
    color: white;


}

.desktop-header-options a:hover {

    text-decoration: underline;
    scale: 110%;


}

.hero {
    height: 100vh;


}


.photo-choose {
    display: flex;
    flex-direction: row;
    z-index: 4;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 10px;
}

#picture1-symbol {
    font-weight: bold;
}

.hero-overlay {
    display: grid;
    grid-template-rows: 95% 5%;
    height: 100vh;


}



.hero-img {
    width: 100%;
    height: 100%;

    position: absolute;
    z-index: 0;

}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.section-inbetween {

    border-top: solid black;
    border-bottom: solid;
    justify-content: center;
    align-items: center;
    display: flex;

}

.meine-kamera {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 20px;
}

.meine-kamera-text {
    display: grid;
    grid-template-rows: 20% 80%;
    align-items: center;
}

.meine-kamera-text-specs {
    text-align: justify;
    padding-right: 10%;
}


.meine-kamera-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    display: absolut;
    z-index: 0;
}




.soziale-medien {
    padding-top: 1%;
    color: white;
    height: max-content;
    background-color: black;
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom: 1%;
}

.soziale-medien-links {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
}

.soziale-medien-links a {
    color: white;
    text-decoration: none;
}

.soziale-medien-title {

    display: flex;
    align-items: center;
    justify-content: center;
}


.neuste-bilder-auswahl {
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.neuste-bilder-auswahl-sub {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 500px;


}

.neuste-bilder-auswahl-sub img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neuste-bilder-auswahl-sub img:hover {
    scale: 101%;
}


.desktop-footer {

    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 1%;
    margin-top: 5%;
}

.desktop-footer a {
    color: white;
    text-decoration: none;
}