body {
    background-color: #030624;
    margin: 0;
}

#typewritr {
    padding-left: 8vh;
}

#fixed-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* halbtransparentes Schwarz */
    opacity: 1;
    z-index: 1100;
    transition: 2s ease;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Die Containerbreite entspricht der Bildschirmbreite */
}

h1 {
    color: #F2F2F2;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 8.2vh;
    text-align: center;
    position: relative;
    top: 10vh;
    margin-left: -4vh;
}

.uh1 {
    color: #AEAEAE;
    font-family: 'Roboto', sans-serif;
    font-size: 1.7vw;
    text-align: center;
    margin-left: -3vh;
    margin-right: 0vh;
    padding-left: 0vh;
    padding-right: 0vh;
    margin-top: 16vh;
}

.filter-logo {
    height: auto;
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-right:72vh;
    padding-top: 4vh;
    padding-bottom: 0vh;
}

.header {
    width: 100%;
    background-color: #030624;
    padding: 20px;
}

.mainc {
    position: relative;
    margin-right: 79vh;
}

.firstp {
    background-color: #030624;
    position: relative;
    height: 100vh;
}

.Potrait {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100vh;
    margin: 0;
}


@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3vh); /* Adjust the amount of movement */
    }
}  

.dot {
    height: 32vh;
    width: 32vh;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -52.5vh;
    filter: blur(17vh);
    z-index: -1;
}

.bgblur {
    text-align: center;
}

h2 {
    color: #FFE0B8;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 2vw;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 0.9;
    margin: 0 auto;
    padding-top: 0vw; /* Adjusted to align with the previous content */
    text-align: center;
    padding-left: 0vh;
}

h3 {
    color: #F2F2F2;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 2vw;
    letter-spacing: 0;
    line-height: 0.9;
    text-align: center;
    margin: 0;
    padding-top: 0vw; /* Adjusted to align with the previous content */
}

.uh2 {
    color: #AEAEAE;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
    text-wrap: wrap;
    margin-left: 20vh;
    margin-right: 20vh;
    line-height: 3.8vh;
    text-align: center;
    position: relative;
    top: 1vh;
}

.uh3 {
    color: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
    line-height: 0.8vw;
    text-align: center;
    position: relative;
    transition: 0.3s ease;
    text-decoration: none;
}

.uh3:hover {
    color: #fccd91;
}

.maildirect {
    margin: 4vh;
}

.secondp {
    background-color: #03051c;
    padding: 4vw 0; 
}

.thirdp {
    padding: 2.4vw 0; 
    padding-bottom: 4vw;
}

.fourthp {
    background-color: #03051c;
    padding: 2vw 0; 
    padding-bottom: 8vh;
}

.fifthp {
    padding: 2.4vw 0;
}

.imagesquer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 0;
}

.imageshoch {
    display: grid;
    grid-template-columns: repeat(2, 60vh);
    gap: 4vh;
    text-align: center;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 0;
}

.image_1 {
    position: relative;
    overflow: hidden;
}

#imagesizingI img {
    width: 125vh;
    height: auto;
    text-align: center;
    justify-content: center;
}

#imagesizingII img {
    width: 60vh;
    height: auto;
    text-align: center;
    justify-content: center;
}

#imagesizingIII img {
    width: 80vh;
    height: auto;
    text-align: center;
    justify-content: center;
}

/* Initial opacity set to 0 for elements */
.uh2,
h3,
h2 {
    opacity: 0;
    transition: opacity 0.6s ease-out;
}


.image_1 img {
    transition: transform 0.3s ease;
}

.image_1:hover img {
    transform: scale(1.03); 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.image_1:hover .overlay {
    opacity: 1;
}

.overlay p {
    color: #F2F2F2;
    margin: 5px 0;
    text-align: left;
    margin-left: 1.2vh;
    margin-bottom: 1.2vh;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4vh;
    font-weight: normal;
}

#image1_up {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-align: left;
}

.button {
    background-color: #FFE0B8; 
    color: #000215;
    border: none;
    border-radius: 2.4vh;
    padding: 1.6vh 6.4vh;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center; /* Zentriert die Inhalte vertikal */
    gap: 0.8vh; /*Abstand zwischen Icon und Text*/
    font-size: 2.4vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0vh;
    transition: 0.3s ease;
  }

.button:hover {
    background-color: #fccd91; 
}

#morebtn {
    z-index: 3;
    opacity: 1;
    position: relative;
    top: -50vh;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24,
}

.actioncontact {
    padding: 2.4vh 0;
    padding-bottom: 6vh;
    text-align: center;
}

.rechtliches {
    display: flex;
    justify-content: center;
    gap: 2.4vh;
    flex-wrap: wrap;
    margin-top: -1.6vh;
}

.footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: auto;
    padding: 2.4vh;
}

.footer {
    background-color: #03051c;
    padding: 2vw 0;
    padding-bottom: 5vw;
}

.uhfooter {
    color: #AEAEAE;
    font-family: 'Roboto', sans-serif;
    font-size: 2vh;
    line-height: 0.8vw;
    text-align: center;
    position: relative;
    top: 1vh;
}

.r_footer {
    color: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8vw;
    line-height: 0.8vw;
    text-align: center;
    position: relative;
    top: 3vh;
    transition: 0.3s ease;
    text-decoration: underline;
}

.r_footer:hover {
    color: #fccd91 
}

.cookie-buttons {
    box-sizing: border-box;
    float: left;
    padding-top: 2.4vh;
    padding-bottom: 3.2vh;
}

.cookietext-inline {
    display: inline;
    text-align: left;
    float: left;
}

#cookie-banner { 
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #010208;
    color: #F2F2F2;
    padding: 0px;
    text-align: center;
    z-index: 1200;
    padding-left: 25vh;
    padding-right: 25vh;
    display: inline;
}

.cookie-text {
    margin: 0; /* Entferne Standard-Abstände */
    padding: 0vh;
    margin-top: 0vh;
    padding-left: 0vh;
    padding-right: 0vh;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2vh;
    color: #F2F2F2;
    font-style: normal;
    animation: none;
    display: inline;
}

.cookie-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2vh;
    font-style: normal;
    color: #FFE0B8;
    text-decoration: underline;
    display: inline;
    transition: 0.3s ease;
}

.cookie-link:hover {
    color: #fccd91;
}

#accept-cookies:hover {
    background-color: #fccd91; 
}

#reject-cookies:hover {
    background-color: #FFE0B8; 
    color: #000215;
    border: none;
    border-radius: 2.4vh;
    padding: 1.6vh 6.4vh;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center; /* Zentriert die Inhalte vertikal */
    gap: 0.8vh; /*Abstand zwischen Icon und Text*/
    font-size: 2.4vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0vh;
}

#accept-cookies {
    background-color: #FFE0B8; 
    color: #000215;
    border: none;
    border-radius: 2.4vh;
    padding: 1.6vh 6.4vh;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center; /* Zentriert die Inhalte vertikal */
    gap: 0.8vh; /*Abstand zwischen Icon und Text*/
    font-size: 2.4vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0vh;
    transition: 0.3s ease;
}

#reject-cookies {
    background: none;
    border: none;
    outline: 2px solid #FFE0B8;
    outline-offset: -1px;
    color: #FFE0B8;
    border-radius: 2.4vh;
    padding: 1.6vh 6.4vh;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center; /* Zentriert die Inhalte vertikal */
    gap: 0.8vh; /*Abstand zwischen Icon und Text*/
    font-size: 2.4vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0vh;
    transition: 0.3s ease;
    margin-left: 1.6vh;
}

h6 {
    color: #FFE0B8;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 2vw;
    letter-spacing: 0;
    line-height: 3.6vh;
    padding-bottom: 0vh;
    margin-bottom: 3.2vh;
    margin-top: 4.8vh;
    padding-top: 0vw; /* Adjusted to align with the previous content */
}

@media (max-width: 1300px) {

    h1 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 6.1vh;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 7vh;
        text-align: center;
        position: relative;
        top: 10vh;
        margin-left: 1vh;
        margin-right: 1vh;
    }

    h2 {
        font-weight: 600;
        font-size: 3.2vw;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        padding-left: 5vh;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }
    
    h3 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 2vw;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }

    .uh1 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 1.7vw;
        text-align: center;
        margin-top: 16vh;
        margin-left: 8vh;
        margin-right: 0vh;
        padding-left: 16vh;
        padding-right: 0vh;
        max-width: 50vh;
    }

    .uh2 {
        font-size: 1.6vw;
        text-wrap: wrap;
        margin-left: 20vh;
        margin-right: 20vh;
        line-height: 4.8vh;
        text-align: center;
        position: relative;
        top: 1vh;
    }

    .uh3 {
        font-size: 1.6vw;
        line-height: 0.8vw;
    }

    .Potrait {
        object-fit: cover;
        width: 40%;
        object-position: 45% 0%; 
    }

    .mainc {
        position: relative;
        margin-right: 65vh;
    }

    .filter-logo {
        padding-right:54vh;
    }

    #imagesizingI img {
        width: 105vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingII img {
        width: 50vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingIII img {
        width: 66.5vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }

    .imageshoch {
        display: grid;
        grid-template-columns: repeat(2, 50vh);
        gap: 4vh;
    }

    .r_footer {
        font-size: 1.2vw;
        line-height: 1.2vw;
        top: 3vh;
    }
}  

@media (max-width: 1178px) {

    h1 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 6vh;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 7vh;
        text-align: center;
        position: relative;
        top: 10vh;
        margin-left: 0vh;
        max-width: 64vh;
    }

    .uh1 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 1.7vw;
        text-align: center;
        margin-top: 12vh;
        margin-left: 10vh;
        margin-right: 0vh;
        padding-left: 8vh;
        padding-right: 0vh;
        max-width: 45vh;
        line-height: 3.6vh;
    }

    .uh2 {
        font-size: 1.6vw;
        text-wrap: wrap;
        margin-left: 20vh;
        margin-right: 20vh;
        line-height: 4.8vh;
        text-align: center;
        position: relative;
        top: 1vh;
    }

    .uh3 {
        font-size: 1.6vw;
        line-height: 0.8vw;
    }

    .Potrait {
        object-fit: cover;
        width: 40%;
        object-position: 45% 0%; 
    }

    .mainc {
        position: relative;
        margin-right: 42vh;
    }

    .filter-logo {
        padding-right: 48vh;

    }

    #imagesizingI img {
        width: 105vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingII img {
        width: 50vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingIII img {
        width: 66.5vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }

    .imageshoch {
        display: grid;
        grid-template-columns: repeat(2, 50vh);
        gap: 4vh;
    }

    .r_footer {
        font-size: 1.2vw;
        line-height: 1.2vw;
        top: 3vh;
    }
}  

@media (max-width: 1080px) {
    h1 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 6vh;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 6vh;
        margin-left: 2vh;
        margin-right: 0;
        text-align: center;
        position: relative;
        top: 10vh;
        max-width: 52vh;
    }

    .uh1 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 1.7vw;
        text-align: center;
        margin-top: 12vh;
        margin-left: 5vh;
        margin-right: 0vh;
        padding-left: 6vh;
        padding-right: 0vh;
    }
}

@media (max-width: 1030px) {

    h1 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 6vh;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 6vh;
        margin-left: 2vh;
        margin-right: 0;
        text-align: center;
        position: relative;
        top: 10vh;
        max-width: 52vh;
    }

    h3 {
        font-size: 2.8vw;
    }

    .uh1 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 1.7vw;
        text-align: center;
        margin-top: 12vh;
        margin-left: 4vh;
        margin-right: 0vh;
        padding-left: 3vh;
        padding-right: 0vh;
    }

    .uh2 {
        font-size: 2vw;
        text-wrap: wrap;
        margin-left: 8vh;
        margin-right: 8vh;
        line-height: 3.6vh;
        text-align: center;
        position: relative;
        top: 1vh;
    }

    .uh3 {
        font-size: 2vw;
        line-height: 0.8vw;
    }

    .filter-logo {
        padding-right: 46vh;
    }

    .r_footer {
        font-size: 1.6vw;
        line-height: 1.2vw;
        top: 3vh;
    }

    .Potrait {
        object-fit: cover;
        width: 40%;
        object-position: 45% 0%; 
    }

    #imagesizingI img {
        width: 90vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingII img {
        width: 43vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingIII img {
        width: 57vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }

    .imageshoch {
        display: grid;
        grid-template-columns: repeat(2, 43vh);
        gap: 4vh;
    }

    .mainc {
        position: relative;
        margin-right: 32vh;
    }
} 

@media (max-width: 940px) {

    h1 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 6vh;
        max-width: 50vh;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 7vh;
        text-align: center;
        position: relative;
        top: 4vh;
        padding-left: 1vh;
        padding-right: 1vh;
        margin-left: -4vh;
    }

    .Potrait {
        object-fit: cover;
        width: 40%;
        object-position: 45% 0%; 
    }

    .mainc {
        position: relative;
        margin-right: 14vh;
        margin-top: 10vh;
    }

    h2 {
        color: #FFE0B8;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 3vw;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }
    
    h3 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 3vw;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }
    
    .uh1 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4vw;
        text-align: center;
        margin-top: 8vh;
        padding-left: 0vh;
        margin-left: -1vh;
        max-width: 42vh;
        line-height: 3.6vh;
    }

    .uh2 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4vw;
        line-height: 3.6vw;
        text-align: center;
        position: relative;
        top: 1vh;
    }

    .uh3 {
        font-size: 2.2vw;
    }

    .filter-logo {
        padding-right: 42vh;
    }

    .uhfooter {
        font-size: 2vh;
    }

    .r_footer {
        margin-top: 3.6vh;
        margin-bottom: 4vh;
        font-size: 2vh;
    }

    .footer-logo {
        width: 20%;
        height: auto;
    }

    #cookie-banner { 
        text-align: center;
        padding-left: 6.4vh;
        padding-right: 6vh;
    }

    h6 {
        color: #FFE0B8;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 3.2vw;
        letter-spacing: 0;
        line-height: 3.6vh;
        padding-bottom: 0vh;
        margin-bottom: 3.2vh;
        margin-top: 4.8vh;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }

    .cookie-text {
        margin: 0; /* Entferne Standard-Abstände */
        padding: 0vh;
        margin-top: 0vh;
        padding-left: 0vh;
        padding-right: 0vh;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 2vh;
        color: #F2F2F2;
        font-style: normal;
        animation: none;
        display: inline;
    }
}

@media (max-width: 840px) {

    h1 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 5.2vh;
        max-width: 60vh;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 6.4vh;
        text-align: center;
        position: relative;
        top: 4vh;
        padding-left: 1vh;
        padding-right: 1vh;
        max-width: 40vh;
        margin-left: 0vh;
    }

    .Potrait {
        object-fit: cover;
        width: 40%;
        object-position: 45% 0%; 
    }

    .mainc {
        position: relative;
        margin-right: 14vh;
        margin-top: 10vh;
    }

    h2 {
        color: #FFE0B8;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 3.6vw;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }
    
    h3 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 3vw;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }
    
    .uh1 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4vw;
        text-align: center;
        margin-top: 8vh;
        padding-left: 6vh;
        padding-right: 0vh;
        margin-left: 0vh;
        margin-right: 0vh;
        max-width: 38vh;
        line-height: 3.6vh;
    }

    .uh2 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4vw;
        line-height: 3.6vw;
        text-align: center;
        position: relative;
        top: 1vh;
    }

    .uh3 {
        font-size: 2.2vw;
    }

    #imagesizingI img {
        width: 75vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingII img {
        width: 35vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingIII img {
        width: 47vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }

    .imageshoch {
        display: grid;
        grid-template-columns: repeat(2, 35vh);
        gap: 4vh;
    }

    .filter-logo {
        padding-right: 42vh;
        width: 25%;
    }

    .uhfooter {
        font-size: 2vh;
    }

    .r_footer {
        margin-top: 3.6vh;
        margin-bottom: 4vh;
        font-size: 2vh;
    }

    .footer-logo {
        width: 20%;
        height: auto;
    }

    #cookie-banner { 
        text-align: center;
        padding-left: 6.4vh;
        padding-right: 6vh;
    }

    h6 {
        color: #FFE0B8;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 3.8vw;
        letter-spacing: 0;
        line-height: 3.6vh;
        padding-bottom: 0vh;
        margin-bottom: 3.2vh;
        margin-top: 4.8vh;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }

    .cookie-text {
        margin: 0; /* Entferne Standard-Abstände */
        padding: 0vh;
        margin-top: 0vh;
        padding-left: 0vh;
        padding-right: 0vh;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 2vh;
        color: #F2F2F2;
        font-style: normal;
        animation: none;
        display: inline;
    }
}

@media (max-width: 799px) {

    h1 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 4.6vh;
        max-width: 180vh;
        text-transform: uppercase;
        letter-spacing: 2.6px;
        line-height: 6.4vh;
        text-align: center;
        position: relative;
        top: 4vh;
        margin-left: 0vh;
        padding-left: 6vh;
        padding-right: 0vh;
        margin-right: 0vh;
        max-width: 36vh;
    }

    .Potrait {
        object-fit: cover;
        width: 40%;
        object-position: 45% 0%; 
    }

    .mainc {
        position: relative;
        margin-right: 14vh;
        margin-top: 10vh;
    }

    h2 {
        color: #FFE0B8;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 3.6vw;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }
    
    h3 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 3vw;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }
    
    .uh1 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4vw;
        text-align: center;
        margin-top: 8vh;
        padding-left: 7vh;
        max-width: 35vh;
        line-height: 3.6vh;
    }

    .uh2 {
        color: #AEAEAE;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4vw;
        line-height: 3.6vw;
        text-align: center;
        position: relative;
        top: 1vh;
    }

    .uh3 {
        font-size: 2.2vw;
    }

    #imagesizingI img {
        width: 75vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingII img {
        width: 35vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingIII img {
        width: 47vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }

    .imageshoch {
        display: grid;
        grid-template-columns: repeat(2, 35vh);
        gap: 4vh;
    }

    .filter-logo {
        padding-right: 36vh;
        width: 25%;
    }

    .uhfooter {
        font-size: 2vh;
    }

    .r_footer {
        margin-top: 3.6vh;
        margin-bottom: 4vh;
        font-size: 2vh;
    }

    .footer-logo {
        width: 20%;
        height: auto;
    }
}

@media (max-width: 768px) {

    .header {
        background-color: #03051c;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: auto;

    }

    .container {
        display: block;
        justify-content: none;
        align-items: normal;
    }

    .mainc {
        position: relative;
        text-align: center;
        margin-top: 46vh;
        padding-top: 1vh;
        padding-bottom: 0vh;
        margin-bottom: 0vh;
        margin-right: 0vh;
    }

    .firstp {
        height: 100vh;
        padding: 0vh;
        margin: 0vh;
        position: relative;
    }

    .secondp {
        position: relative;
        background-color: #010211;
        margin-top: 28vh;
        padding: 8vh 0; 
    }

    .thirdp {
        padding: 0vw 0; 
        padding-bottom: 4vw;
    }
    
    .fourthp {
        background-color: #010211;
        padding: 2vw 0; 
        padding-bottom: 4vh;
    }

    .fifthp {
        padding: 0vw 0;
    }

    .filter-logo {
        width: 48%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding-right:0vh;
        padding-top: 4vh;
        padding-bottom: 4vh;
    }

    .Potrait {
        position: relative;
        width: 100%;
        height: 78%;
        top: -37vh;
        object-fit: cover;
        object-position: 0% 30%; 
        z-index: 2;
    }

    .scroll-text {
        z-index: 3;
        opacity: 1;
        margin-top: -42vh;
    }

    .bgblur {
        text-align: center;
        position: absolute;
        z-index: 0;
        margin-top: -40vh;
        left: 0vh;
        right: 0vh;
    }

    .uh1 {
        font-size: 2.4vh;
        margin-top: 0vh;
        margin-bottom: 0vh;
        padding-bottom: 0vh;
        position: relative;
        top: -42.5vh;
        padding-left: 8vh; /*Seitenabstände */
        padding-right: 0vh;
        margin-left: 0vh;
        margin-right: 0vh;
        text-align: center;
        margin: 0 auto;
        left: -3vh;
        max-width: 42vh;
    }

    h1 {
    color: #F2F2F2;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 4.2vh;
    max-width: 60vh;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 5vh;
    margin: 0 auto;
    position: relative;
    right: 0vh;
    left: -3vh;
    top: -44vh;
    }

    .dot {
        height: 24vh;
        width: 24vh;
        background-color: #F2F2F2;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        top: -90vh;
        filter: blur(17vh);
        opacity: 0.4;
        z-index: 0;
    }

    h2 {
        color: #FFE0B8;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 3.6vh;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 0.9;
        text-align: center;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }

    .uh2 {
        font-size: 2.4vh;
        margin-left: 8vh; /*Seitenabstände */
        margin-right: 8vh;
        line-height: 4.6vh;
        top: 0;
        margin-top: 3.6vh;
        margin-bottom: 2vh;
        text-align: center;
        justify-content: center;
    }

    h3 {
        color: #F2F2F2;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 4vh;
        padding-left: 7vh;
        padding-right: 7vh;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 1.5;
        text-align: center;
        margin: 0;
        padding-top: 0vw; /* Adjusted to align with the previous content */
    }

    .uh3 {
        color: #F2F2F2;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4vh;
        line-height: 0.8vw;
        text-align: center;
        position: relative;
        top: 1vh;
        transition: 0.3s ease;
    }

    #imagesizingI img {
        width: 55vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingII img {
        width: 25vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    
    #imagesizingIII img {
        width: 27vh;
        height: auto;
        text-align: center;
        justify-content: center;
    }

    .imageshoch {
        display: grid;
        grid-template-columns: repeat(2, 25vh);
        gap: 4vh;
    }

    button {
        padding: 1.6vh 6.4vh;
        margin-top: 2.4vh;
      }

    .images {
        display: block;
        margin-top: 5.6vh;
        padding-left: 1vh;
        padding-right: 1vh;
    }

    .image_1 {
margin-bottom: 4vh;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        transition: opacity 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        opacity: 1;
        padding: 10px;
        box-sizing: border-box;
    }

    .footer {
        padding: 2vw 0;
    }

    .footer-logo {
        width: 50%;
    }

    .uhfooter {
        font-size: 2vh;
        line-height: 3.4vh;
        max-width: 32vh;
        margin-left: auto;
        margin-right: auto;
        
    }

    .r_footer {
        margin-top: 3.6vh;
        margin-bottom: 4vh;
        font-size: 2vh;
    }
}
    @media (max-width: 620px) {

        h1 {
            color: #F2F2F2;
            font-family: 'Oswald', sans-serif;
            font-weight: 600;
            font-size: 3.6vh;
            max-width: 60vh;
            text-align: center;
            justify-content: center;
            text-transform: uppercase;
            letter-spacing: 0px;
            line-height: 5vh;
            margin: 0 auto;
            position: relative;
            right: 0vh;
            left: -4vh;
            top: -44vh;
            }

        #cookie-banner { 
            text-align: center;
            padding-left: 6.4vh;
            padding-right: 6vh;
        }

        .Potrait {
            position: relative;
            width: 100%;
            height: 60%;
            top: -37vh;
            object-fit: cover;
            object-position: 0% 30%; 
            z-index: 2;
        }
    
        h6 {
            color: #FFE0B8;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 6vw;
            letter-spacing: 0;
            line-height: 3.6vh;
            padding-bottom: 0vh;
            margin-bottom: 3.2vh;
            margin-top: 4.8vh;
            padding-top: 0vw; /* Adjusted to align with the previous content */
        }
    
        .cookie-text {
            margin: 0; /* Entferne Standard-Abstände */
            padding: 0vh;
            margin-top: 0vh;
            padding-left: 0vh;
            padding-right: 0vh;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            font-size: 2vh;
            color: #F2F2F2;
            font-style: normal;
            animation: none;
            display: inline;
        }

        .cookie-buttons {
            box-sizing: border-box;
            text-align: center;
            margin: 0 auto;
            padding-top: 2.4vh;
            padding-bottom: 3.2vh;
        }

        #accept-cookies {
            margin-bottom: 2.4vh;
        }

        #reject-cookies {
            text-align: center;
            margin: 0 auto;  
        }

        .secondp {
            position: relative;
            background-color: #010211;
            margin-top: 14vh;
            padding: 8vh 0; 
        }

        #imagesizingI img {
            width: 40vh;
            height: auto;
            text-align: center;
            justify-content: center;
        }
        
        #imagesizingII img {
            width: 40vh;
            height: auto;
            text-align: center;
            justify-content: center;
        }
        
        .imageshoch {
            display: grid;
            grid-template-columns: repeat(1, 40vh);
            gap: 0vh;
            text-align: center;
            justify-content: center;
            transition: transform 0.3s ease;
            z-index: 0;
        }

        .uh1 {
            font-size: 2.4vh;
            margin-top: 0vh;
            margin-bottom: 0vh;
            padding-bottom: 0vh;
            position: relative;
            top: -42.5vh;
            text-align: center;
            margin: 0 auto;
            left: -4vh;
            max-width: 32vh;
        }

        .uh2 {
            font-size: 2vh;
            margin-left: 2vh; /*Seitenabstände */
            margin-right: 2vh;
            line-height: 3.2vh;
            top: 0;
            margin-top: 3.6vh;
            margin-bottom: 2vh;
            text-align: center;
            justify-content: center;
        }

        h3 {
            color: #F2F2F2;
            font-family: 'Oswald', sans-serif;
            font-weight: 600;
            font-size: 4vh;
            padding-left: 2vh;
            padding-right: 2vh;
            text-transform: capitalize;
            letter-spacing: 0;
            line-height: 1.5;
            text-align: center;
            margin: 0;
            padding-top: 0vw; /* Adjusted to align with the previous content */
        }

        .imagesquer {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            transition: transform 0.3s ease;
            z-index: 0;
        }

        .overlay p {
            text-align: center;
        }
}


