*{
    margin: 0;
    padding: 0;
}
html, body {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}
/* Schriftarten*/
@font-face {
    font-family: 'Hey August';
    src: url('../fonts/HeyAugust.otf') format('opentype'),
         url('../fonts/HeyAugust.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('../fonts/Roboto-Condensed.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Condensed-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Condensed-Bold';
    src: url('../fonts/Roboto-Condensed-Bold.ttf') format('truetype');
}

body {
    background-color: transparent;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
main {
    position: relative;
    z-index: 1;
    padding: 20px;
}

form {
    display: inline-block;
    font-family: 'Roboto-Thin', sans-serif;
    color: white;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
.lblMessage {
    font-family: 'Roboto-Thin', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 14px;
}
label, input, textarea {
    display: block;
    margin-bottom: -10px !important;
    margin: 0 auto;
}
label {
    text-align: center;
    transform: translateX(-65px);
}

input[type="text"] {
    width: 236px;
    height: 26px;
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: white;
    line-height: 16.41px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    border-color: transparent;
    padding-left: 15px;
}

input[type="email"] {
    width: 236px;
    height: 26px;
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: white;
    line-height: 16.41px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    border-color: transparent;
    padding-left: 15px;
}
.custom-input::placeholder {
    color: lightgray;
}
input:focus {
    outline: 1px solid #CC9693;
}
textarea:focus {
    outline: 1px solid #CC9693;
}

textarea {
    width: 236px;
    height: 200px;
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    border-color: transparent;
    resize: none;
    padding-left: 15px;
}
#charCount {
    font-family: 'Roboto-Thin', sans-serif;
    color: white;
    font-weight: 100;
    font-size: 10px;
    text-align: center;
    margin-top: -23px;
    margin-bottom: 20px;
    transform: translateX(99px);
}

.btnSend {
    display: block;
    width: 113px;
    height: 26px;
    background-color: rgb(177, 177, 177);
    color: white;
    font-size: 16px;
    font-family: 'Roboto-Condensed', sans-serif;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
    transform: translateX(-68px);
    background-color: #B1B1B1; 
    transition: background-color 0.3s ease;
}

.btnSend.one-field {
    background: linear-gradient(to right, #CC9693 25%, #B1B1B1 25%, #B1B1B1 50%, #B1B1B1 100%);
}

.btnSend.two-fields {
    background: linear-gradient(to right, #CC9693 50%, #B1B1B1 50%); 
}

.btnSend.three-fields {
    background: linear-gradient(to right, #CC9693 75%, #B1B1B1 25%);
}

.btnSend.four-fields {
    background-color: #CC9693; 
}

h1 {
    font-family: 'Hey August', sans-serif;
    color: white;
    font-size: 45px;
    font-weight: 400;
    background-color: transparent;
    text-align: center;
    margin-top: 19px;
    line-height: 46.48px;
}

h2 {
    font-family: 'Hey August', sans-serif;
    color: white;
    font-size: 28px;
    font-weight: 400;
    background-color: transparent;
    text-align: center;
    margin-top: 19px;
    margin-bottom: -10px;
    line-height: 46.48px;
}

#indexLogo {
    width: 200px;
    height: auto;
    top: 27px;
    left: 29px;
    position: absolute;
    z-index: 2;
}
.home-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-images-container {
    position: relative;
    width: 243px;
    height: 172px;
    background-color: white;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.home-images-container:active {
    transform: scale(1.1);
}
.home-images-container h3 {
    font-family: 'Roboto-Condensed', sans-serif;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    text-align: center;
}
.home-images-container img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.home-images-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204, 150, 147, 0.71);
    border-radius: 15px;
}

.meContainer {
    text-align: center;
}
.container img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

#meLogo {
    width: 250px;
    height: auto;
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25);
    animation: moveUp 3s ease forwards;
}
@keyframes moveUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}

.about-me-textfont {
    font-family: 'Roboto-Condensed-Bold', sans-serif;
}

header {
    width: 100%;
    background:transparent;
    color: white;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 1);
}
header.no-box-shadow {
    box-shadow: none;
    position:relative;
}

/* Navigationsleiste */
nav {
    height: 76px;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
#nav-home {
    height: 76px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 2;
}
nav ul {
    float: right;
}
nav li {
    display: inline-block;
    margin-top: 27px;
    margin-right: 40px;
}
nav li a {
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #CC9693;
    text-decoration: none;
    position: relative;
}

.logo-link {
    position: absolute;
    top: 0;
    left: 15px;
}

.navLogo {
    width: 83px;
    height: auto;
    margin-top: 11px;
}

/* Hamburger Icon */
.nav-toggle {
    display: none;
}
.nav-toggle-label {
    display: none;
    height: 70px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 28px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.nav-toggle-label span {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.nav-line {
    top: 50%;
    width: 30px;
    height: auto;
}
.nav-toggle-label img {
    display: block;
    margin: 2px 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.7s;
}

.nav-toggle-label span, .nav-toggle-label span::before, .nav-toggle-label span::after {
    display: block;
    background: #CC9693;
    height: 2px;
    width: 25px;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s;
}
.nav-toggle-label span::before, .nav-toggle-label span::after {
    content: '';
    position: absolute;
}
.nav-toggle-label span::before {
    top: -8px;
}
.nav-toggle-label span::after {
    bottom: -8px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    nav ul {
        display: flex;
        flex-direction: column;
        width: 123px;
        height: 0;
        overflow: hidden;
        opacity: 0;
        text-align: left;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        padding-top: 0;
        padding-left: 40px;
        top: 0px;
        right: 0;
        transition: height 0.8s ease, opacity 0.8s ease, padding-top 0.8s ease;
    }
    .nav-toggle:checked ~ ul {
        height: 180px;
        opacity: 1;
        padding-top: 350px;
    }
    nav ul li {
        display: block;
        margin: 10px 0;
    }
    nav ul li a {
        font-size: 20px;
    }
    .nav-toggle:checked ~ ul {
        display: flex;
        width: 123px;
    }
    .nav-toggle-label {
        display: block;
    }
    .nav-toggle:checked + .nav-toggle-label span {
        transform: rotate(45deg);
    }
    .nav-toggle:checked + .nav-toggle-label span::before {
        top: 0;
        transform: rotate(0deg);
    }
    .nav-toggle:checked + .nav-toggle-label span::after {
        bottom: 0;
        transform: rotate(90deg);
    }
    /* Verstecke das mittlere Bild, wenn der Toggle-Schalter aktiviert ist */
    #nav-toggle:checked + .nav-toggle-label img:nth-child(2) {
        opacity: 0;
    }

    /* Drehe das erste Bild um 45 Grad und verschiebe es */
    #nav-toggle:checked + .nav-toggle-label img:first-child {
        transform: rotate(45deg) translate(5px, 6px);
    }

    /* Drehe das dritte Bild um -45 Grad und verschiebe es */
    #nav-toggle:checked + .nav-toggle-label img:last-child {
     transform: rotate(-45deg) translate(5px, -6px);
    }
    /*  */
    #nav-toggle:not(:checked) + .nav-toggle-label img:nth-child(2) {
        opacity: 1;
        transition: opacity 0.8s ease 0.1s;
    }
}
/**/

/* Verstecke Hamburger-Icon ab einer Bildschirmbreite von 769px */
@media (min-width: 769px) {
    body {
        zoom: 1.3;
    }
    
    .nav-toggle-label {
        display: none;
    }
}

@media (min-width: 399px) {
    body {
        zoom: 1.1;
    }
}

/* Definieren vom Impressum-Text*/
.text-container {
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 16.41px;
    text-align: center;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-decoration: none;
}
.text-container-two {
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 16.41px;
    text-align: left;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-decoration: none;
}
.text-datenschutz {
    font-family: 'Roboto-Condensed-Bold', sans-serif;
    font-size: 20px;
    line-height: 16.41px;
    font-weight: lighter;
    text-align: left;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -10px;
}
.text-impressum {
    font-family: 'Roboto-Condensed-Bold', sans-serif;
    font-size: 16px;
    line-height: 16.41px;
    text-align: center;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -10px;
}
.text-datenschutz-two {
    font-family: 'Roboto-Condensed-Bold', sans-serif;
    font-size: 16px;
    line-height: 16.41px;
    font-weight: lighter;
    text-align: left;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -10px;
}
.text-impressum-two {
    font-family: 'Roboto-Condensed-Bold', sans-serif;
    font-size: 18px;
    line-height: 16.41px;
    font-weight: lighter;
    text-align: left;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -10px;
}
/* Navbar Gallerie */
.gallery-nav-distance {
    margin-top: 15px;
    margin-bottom: -30px;
}
.gallery-navigation {
    text-align: center;
}
.gallery-nav {
    font-family: 'Roboto-Thin', sans-serif;
    font-size: 16px;
    line-height: 16.41px;
    font-weight: 100;
    text-align: center;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -10px;
    text-decoration: none;
}
.image-text-gallery {
    font-family: 'Roboto-Thin', sans-serif;
    font-size: 14px;
    line-height: 16.41px;
    font-weight: lighter;
    text-align: center;
    color: white;
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: -10px;
}

/* Overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: background 1s;
}
#overlay-two {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: background 1s;
}

/* Nachricht E-Mail gesendet*/
#overlay-message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 144px;
    background: white;
    color: black;
    padding: 20px;
    border-radius: 15px;
    font-size: 24px;
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1s;
}
#overlay-message-failed {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 144px;
    background: white;
    color: #CC9693;
    padding: 20px;
    border-radius: 15px;
    font-size: 24px;
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1s;
}
#messageSuccess {
    font-family: 'Roboto-Condensed', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    opacity: 0;
    transition: opacity 1s;
}
#messageFailed {
    font-family: 'Roboto-Condensed', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    opacity: 0;
    transition: opacity 1s;
}

/* footer */
footer {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 40px;
    position: relative;
    margin-top: 40px;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}


.line {
    width: 251px;
    height: 1px;
    background-color: #CC9693;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnFooter {
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 100;
    font-size: 15px;
    color: white;
    background-color: transparent;
    border: none;
    margin-top: 12px;
    text-decoration: none;
}

.separator {
    font-family: 'Roboto-Thin', sans-serif;
    font-weight: 100;
    color: white;
    margin: 0 5px;
}

.socialmedia-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}


.socialmedia-container img {
    margin: 0 10px;
    width: 24px;
    height: 24px;
    z-index: -1;
}




.entwicklerContainer {
    text-align: center;
    margin-bottom: 30px;
}


#entwicklerLogo {
    width: 250px;
    height: auto;
    margin-top: 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25);
}

.gallery-header {
    margin-bottom: 15px;
}

/* Carousel Syntax */
@media (max-width: 768px) {
    .carousel {
        display: flex;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        margin-bottom: 50px;
    }

    .carousel-images {
        display: flex;
        flex-wrap: nowrap;
        width: calc(100% * 7);
        transition: transform 0.5s ease;
        margin-top: -50px;
    }

    .carousel-item {
        flex: 100%;
        margin-right: 10px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .carousel-item-two {
        flex: 100%;
        margin-right: 10px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .carousel-item-four {
        flex: 100%;
        margin-right: 10px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .carousel img {
        max-width: 100%;
        max-height: auto;
        margin-top: 40px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.25);
    }
    /* image container one */
    .image-container {
        width: 250px;
        height: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -20px;
    }
    .image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    }

    .image-container-two {
        width: 250px;
        height: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -8px;
    }

    .image-container-four {
        width: 250px;
        height: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -8px;
    }

    .image-container-two img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    }

    .image-caption-main {
        font-family: 'Roboto-Condensed-Bold', sans-serif;
        font-size: 14px;
        line-height: 16.41px;
        font-weight: lighter;
        text-align: center;
        color: white;
        position:relative;
        width: 100%;
        height: auto;
    }

    .image-caption {
        font-family: 'Roboto-Thin', sans-serif;
        font-size: 14px;
        line-height: 16.41px;
        font-weight: 100;
        text-align: center;
        color: white;
        position:relative;
        width: 100%;
        height: auto;
    }

    input[type="radio"] {
        display: none;
    }

    .carousel-indicators {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 10px;
        width: 100%;
        transform: translate(0%);
        z-index: 10;
    }

    .indicator {
        width: 10px;
        height: 10px;
        background: white;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        z-index: 10;
        transform: translate(50%);
    }

    /* Artworks Carousel */
    input[name="carousel-artworks"]:nth-of-type(1):checked ~ .carousel-images {
        transform: translateX(calc(44.25% - 0 * (100% / 4)));
    }
    input[name="carousel-artworks"]:nth-of-type(2):checked ~ .carousel-images {
        transform: translateX(calc(44.25% - 1 * (100% / 4)));
    }
    input[name="carousel-artworks"]:nth-of-type(3):checked ~ .carousel-images {
        transform: translateX(calc(44.25% - 2 * (100% / 4)));
    }
    input[name="carousel-artworks"]:nth-of-type(4):checked ~ .carousel-images {
        transform: translateX(calc(44.25% - 3 * (100% / 4)));
    }

    /* Aktiven Punkt hervorheben für Artworks*/
    input[name="carousel-artworks"]:nth-of-type(1):checked ~ .carousel-indicators .indicator:nth-child(1),
    input[name="carousel-artworks"]:nth-of-type(2):checked ~ .carousel-indicators .indicator:nth-child(2),
    input[name="carousel-artworks"]:nth-of-type(3):checked ~ .carousel-indicators .indicator:nth-child(3),
    input[name="carousel-artworks"]:nth-of-type(4):checked ~ .carousel-indicators .indicator:nth-child(4) {
        background: black;
    }

    /* Custom Sneaker Carousel */
    input[name="carousel-custom-sneaker"]:nth-of-type(1):checked ~ .carousel-images {
        transform: translateX(calc(46.7% - 0 * (100% / 7)));
    }
    input[name="carousel-custom-sneaker"]:nth-of-type(2):checked ~ .carousel-images {
        transform: translateX(calc(46.65% - 1 * (100% / 7)));
    }
    input[name="carousel-custom-sneaker"]:nth-of-type(3):checked ~ .carousel-images {
        transform: translateX(calc(46.65% - 2 * (100% / 7)));
    }
    input[name="carousel-custom-sneaker"]:nth-of-type(4):checked ~ .carousel-images {
        transform: translateX(calc(46.65% - 3 * (100% / 7)));
    }
    input[name="carousel-custom-sneaker"]:nth-of-type(5):checked ~ .carousel-images {
        transform: translateX(calc(46.65% - 4 * (100% / 7)));
    }
    input[name="carousel-custom-sneaker"]:nth-of-type(6):checked ~ .carousel-images {
        transform: translateX(calc(46.65% - 5 * (100% / 7)));
    }
    input[name="carousel-custom-sneaker"]:nth-of-type(7):checked ~ .carousel-images {
        transform: translateX(calc(46.65% - 6 * (100% / 7)));
    }

    /* Aktiven Punkt hervorheben für Custom Sneaker */
    input[name="carousel-custom-sneaker"]:nth-of-type(1):checked ~ .carousel-indicators .indicator:nth-child(1),
    input[name="carousel-custom-sneaker"]:nth-of-type(2):checked ~ .carousel-indicators .indicator:nth-child(2),
    input[name="carousel-custom-sneaker"]:nth-of-type(3):checked ~ .carousel-indicators .indicator:nth-child(3),
    input[name="carousel-custom-sneaker"]:nth-of-type(4):checked ~ .carousel-indicators .indicator:nth-child(4),
    input[name="carousel-custom-sneaker"]:nth-of-type(5):checked ~ .carousel-indicators .indicator:nth-child(5),
    input[name="carousel-custom-sneaker"]:nth-of-type(6):checked ~ .carousel-indicators .indicator:nth-child(6),
    input[name="carousel-custom-sneaker"]:nth-of-type(7):checked ~ .carousel-indicators .indicator:nth-child(7) {
        background: black;
    }

    /* Digital Art Carousel */
    input[name="carousel-digital-art"]:nth-of-type(1):checked ~ .carousel-images {
        transform: translateX(calc(46.2% - 0 * (100% / 6)));
    }
    input[name="carousel-digital-art"]:nth-of-type(2):checked ~ .carousel-images {
        transform: translateX(calc(46.2% - 1 * (100% / 6)));
    }
    input[name="carousel-digital-art"]:nth-of-type(3):checked ~ .carousel-images {
        transform: translateX(calc(46.1% - 2 * (100% / 6)));
    }
    input[name="carousel-digital-art"]:nth-of-type(4):checked ~ .carousel-images {
        transform: translateX(calc(46.1% - 3 * (100% / 6)));
    }
    input[name="carousel-digital-art"]:nth-of-type(5):checked ~ .carousel-images {
        transform: translateX(calc(46.1% - 4 * (100% / 6)));
    }
    input[name="carousel-digital-art"]:nth-of-type(6):checked ~ .carousel-images {
        transform: translateX(calc(46.1% - 5 * (100% / 6)));
    }

    /* Aktiven Punkt hervorheben für Digital Art */
    input[name="carousel-digital-art"]:nth-of-type(1):checked ~ .carousel-indicators .indicator:nth-child(1),
    input[name="carousel-digital-art"]:nth-of-type(2):checked ~ .carousel-indicators .indicator:nth-child(2),
    input[name="carousel-digital-art"]:nth-of-type(3):checked ~ .carousel-indicators .indicator:nth-child(3),
    input[name="carousel-digital-art"]:nth-of-type(4):checked ~ .carousel-indicators .indicator:nth-child(4),
    input[name="carousel-digital-art"]:nth-of-type(5):checked ~ .carousel-indicators .indicator:nth-child(5),
    input[name="carousel-digital-art"]:nth-of-type(6):checked ~ .carousel-indicators .indicator:nth-child(6) {
        background: black;
    }
}
/* Carousel-Syntax not mobile */
@media (min-width: 769px) {
    .home-content-container {
        flex-direction:row;
        flex-wrap: wrap;
    }
    .home-images-container {
        margin-right: 10px;
    }
    .about-me-responsive {
        display: flex;
        position: relative;
        justify-content: center;
        margin-top: 10px;
    }
    .meContainer {
        margin-right: 50px;
    }
    .puffer-container {
        height: 15px;
    }
    .gallery-header, .gallery-header-two {
        background-color: rgba(204, 150, 147, 0.5);
        border-radius: 15px;
        max-width: 400px;
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .gallery-nav-distance {
        margin-bottom: 10px;
    }
    .carousel {
        display: flex;
        justify-content: center;
        position: center;
        overflow: hidden;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        margin-bottom: 120px;
    }

    .carousel-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-top: -50px;
    }

    .carousel-item {
        flex-basis: calc(25% - 20px);
        margin-right: 10px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .carousel-item-two {
        flex-basis: calc(25% - 20px);
        margin-right: 10px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .carousel-item-four {
        flex-basis: calc(25% - 20px);
        margin-right: 10px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .carousel img {
        max-width: 100%;
        max-height: auto;
        margin-top: 40px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.25);
    }
    /* image container one */
    .image-container {
        width: 250px;
        height: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -20px;
        transform: translateX(25%);
    }
    .image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    }

    .image-container-two {
        width: 250px;
        height: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -8px;
        transform: translateX(25%);
    }

    .image-container-four {
        width: 250px;
        height: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -8px;
        transform: translateX(25%);
    }

    .image-container-two img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    }

    .image-caption-main {
        font-family: 'Roboto-Condensed-Bold', sans-serif;
        font-size: 14px;
        line-height: 16.41px;
        font-weight: lighter;
        text-align: center;
        color: white;
        position:relative;
        width: 100%;
        height: auto;
        transform: translateX(25%);
    }

    .image-caption {
        font-family: 'Roboto-Thin', sans-serif;
        font-size: 14px;
        line-height: 16.41px;
        font-weight: 100;
        text-align: center;
        color: white;
        position:relative;
        width: 100%;
        height: auto;
        transform: translateX(25%);
    }

    input[type="radio"] {
        display: none;
    }

    .carousel-indicators {
        display: flex;
    }

    .indicator {
        display: none;
        transform: translateX(50%);
    }
    .horizontal-line {
        width: 100%;    /* Breite des Strichs */
        height: 1px;
        background-color: #CC9693;
        position: relative;
        margin-top: 10px;
        left: 50%;
        transform: translate(-50%, -50%);   /* Farbe des Strichs */
    }
}
.gif-container {
    position: relative;
    width: 100%;
}
.responsive-gif{
    width: 100%;
    height: auto;
    display: block;
    margin-top: -10px;
    mask-image: linear-gradient(to bottom, black 80%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#loadingSpinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #CC9693;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}