@font-face {
    font-family: NaNHoloGigawide-Ultra;
    src: url('fonts/NaNHoloGigawide-Ultra.woff2') format('woff2');
}

@font-face {
    font-family: NouvelleGrotesquerie-Regular;
    src: url('fonts/NouvelleGrotesquerie-Regular.woff2') format('woff2');
}

@font-face {
    font-family: South;
    src: url('fonts/South.woff2') format('woff2');
}

@font-face {
    font-family: Affigere-Regular;
    src: url('fonts/Affigere-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Cesare-Regular;
    src: url('fonts/Cesare-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Jakob-Semi-Condensed;
    src: url('fonts/Jakob-Semi-Condensed.woff2') format('woff2');
}


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.cookie-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: 50px;
    padding: 0 20px;
    background-color: #f4f4f4;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s, color 0.2s;
}

.cookie-btn:hover {
    background-color: #e0e0e0;
    color: #000;
}



body {
    background-image: url('images/background-img.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

p {
    font-family: Jakob-Semi-Condensed;
    mix-blend-mode: hard-light;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.5s ease, mix-blend-mode 0.5s ease, text-shadow 0.5s ease;
}

h1 {
    font-family: Jakob-Semi-Condensed;
    color: rgba(255, 255, 255, 0.4);
    mix-blend-mode: hard-light;
    transition: color 0.5s ease, mix-blend-mode 0.5s ease, text-shadow 0.5s ease;
}

h2 {
    font-family: Jakob-Semi-Condensed;
    color: rgba(255, 255, 255, 0.4);
    mix-blend-mode: hard-light;
    transition: color 0.5s ease, mix-blend-mode 0.5s ease, text-shadow 0.5s ease;
}

p:hover,
h1:hover,
h2:hover {
    color: #ffee10;
    /* Farbe ändern beim Hovern */
    mix-blend-mode: hard-light;
    /* mix-blend-mode ändern beim Hovern */
    text-shadow: 0 0 20px #ffee10;
    /* Schatten hinzufügen beim Hovern */
}



.impressum {
    font-size: 2em;
    mix-blend-mode: revert;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    position: relative;
    left: -50%;
    margin-left: 5vw;
    margin-right: 5vw;
    width: calc(100% - 10vw);

}

.container-text {
    float: left;
    position: relative;
    left: 50%;
}

.text-for-mobile {
    font-family: Jakob-Semi-Condensed;
    display: none;
    /* Standardmäßig auf Handys ausblenden */
    font-size: 3vw;
    position: relative;
    flex: 0 0 auto;
}

.container-index {
    mix-blend-mode: revert;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Zentriert den Inhalt vertikal */
    align-items: center;
    /* Zentriert den Inhalt horizontal */
    height: 100%;

}

.contact-form {
    mix-blend-mode: revert;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Zentriert den Inhalt vertikal */
    align-items: center;
    /* Zentriert den Inhalt horizontal */
}

.form-control {
    position: relative;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.3);
    font-family: Jakob-Semi-Condensed;
    font-size: 3em;
    text-align: center;
    transition: color 0.5s ease, text-shadow 0.5s ease, mix-blend-mode 0.5s ease;

}

.form-control::placeholder {
    color: white;
}

.form-control:active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.3);
}

.btn {
    text-decoration: none;
    font-family: Jakob-Semi-Condensed;
    font-size: 3em;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.3);
    transition: color 0.5s ease, mix-blend-mode 0.5s ease, text-shadow 0.5s ease;
    /* Übergang für Farbe, mix-blend-mode und text-shadow */
}

.btn:hover {
    color: #ffee10;
    /* Farbe ändern beim Hovern */
    mix-blend-mode: hard-light;
    /* mix-blend-mode ändern beim Hovern */
    text-shadow: 0 0 20px #ffee10;
    /* Schatten hinzufügen beim Hovern */
}

.header h2 {
    text-align: center;
}


.headerText {
    position: relative;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 1);
    font-family: NaNHoloGigawide-Ultra;
    font-size: 6vw;
    text-align: center;
    mix-blend-mode: soft-light;
    transition: color 0.5s ease, text-shadow 0.5s ease, mix-blend-mode 0.5s ease;
}

.headerText::before {
    content: "";
    /* Füge dieses hinzu, um das Pseudoelement zu generieren */
    background-color: rgba(255, 238, 16, 0);
    /* Startfarbe für den Hintergrund */
    mix-blend-mode: soft-light;
    transition: background-color 0.5s ease;
    /* Übergang für Hintergrundfarbe */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.headerText:hover {
    color: #ffee10;
    text-shadow: 0 0 100px #ffee10;
    mix-blend-mode: hard-light;
}

.headerText:hover::before {
    background-color: rgba(255, 238, 16, 0);
    /* Endfarbe für den Hintergrund */
    mix-blend-mode: hard-light;
    /* optional: Hier kannst du den mix-blend-mode auf den hover-Zustand anwenden */
}

.headerMusic {
    position: relative;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 1);
    font-family: NaNHoloGigawide-Ultra;
    font-size: 4vw;
    text-align: center;
    mix-blend-mode: soft-light;
    transition: color 0.5s ease, text-shadow 0.5s ease, mix-blend-mode 0.5s ease;
}

.headerMusic::before {
    content: "";
    /* Füge dieses hinzu, um das Pseudoelement zu generieren */
    background-color: rgba(255, 238, 16, 0);
    /* Startfarbe für den Hintergrund */
    mix-blend-mode: soft-light;
    transition: background-color 0.5s ease;
    /* Übergang für Hintergrundfarbe */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.headerMusic:hover {
    color: #ffee10;
    text-shadow: 0 0 100px #ffee10;
    mix-blend-mode: hard-light;
}

.headerMusic:hover::before {
    background-color: rgba(255, 238, 16, 0);
    /* Endfarbe für den Hintergrund */
    mix-blend-mode: hard-light;
    /* optional: Hier kannst du den mix-blend-mode auf den hover-Zustand anwenden */
}

.music-img {
    mix-blend-mode: normal !important;
}

.link-text {
    mix-blend-mode: normal !important;
    position: relative;
    width: 20vw;
    height: 5vw;
    text-align: center;
    border-radius: 20px;
    display: flex;
    /* Verwenden von Flexbox */
    align-items: center;
    /* Zentriert den Text vertikal */
    justify-content: center;
    /* Zentriert den Text horizontal */

}


.album-img {
    border-radius: 10px;
    /*border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;*/
    height: auto;
    width: 20vw;
    transition: color 0.5s ease, box-shadow 0.5s ease, mix-blend-mode 0.5s ease;
}

.album-img::before {
    border-radius: 10px;
    /*border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;*/
    height: auto;
    width: 20vw;
    transition: color 0.5s ease, box-shadow 0.5s ease, mix-blend-mode 0.5s ease;
}


.album-img:hover {
    color: #000000;
    box-shadow: 0 0 30px #000000;
    z-index: -1;
}


.send-mail {
    position: relative;
    flex: 0 0 auto;
    mix-blend-mode: soft-light;
    color: rgba(255, 255, 255, 0.4);
    font-family: NaNHoloGigawide-Ultra;
    font-size: 6vw;
    text-align: center;

    transition: color 0.5s ease, text-shadow 0.5s ease, mix-blend-mode 0.5s ease;
}

.send-mail::before {
    content: "";
    /* Füge dieses hinzu, um das Pseudoelement zu generieren */
    background-color: rgba(255, 238, 16, 0);
    /* Startfarbe für den Hintergrund */
    mix-blend-mode: soft-light;
    transition: background-color 0.5s ease;
    /* Übergang für Hintergrundfarbe */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.send-mail:hover {
    color: #ffee10;
    text-shadow: 0 0 100px #ffee10;
    mix-blend-mode: hard-light;
}

.send-mail:hover::before {
    background-color: rgba(255, 238, 16, 0);
    /* Endfarbe für den Hintergrund */
    mix-blend-mode: hard-light;
    /* optional: Hier kannst du den mix-blend-mode auf den hover-Zustand anwenden */
}

.navbar {
    mix-blend-mode: revert;
    display: none;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px;
    font-family: Jakob-Semi-Condensed;
    background-color: transparent;
    border-bottom: transparent !important;
}

.navbar-container {
    justify-content: center !important;
}

/* Grundlegende Menüstile */
.menu {
    mix-blend-mode: revert;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.album-container {
    mix-blend-mode: revert;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.album {
    mix-blend-mode: revert;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.main-menu,
.links-menu {
    margin-top: 20px;
}

.menu-header {
    font-family: NaNHoloGigawide-Ultra;
}

.main-menu ul,
.links-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}


.main-menu li,
.links-menu li {
    margin-right: 20px;
}

.main-menu a,
.links-menu a {
    text-decoration: none;
    font-family: Jakob-Semi-Condensed;
    font-size: 3em;
    color: rgba(255, 255, 255, 1);
    mix-blend-mode: soft-light;
    transition: color 0.5s ease, mix-blend-mode 0.5s ease, text-shadow 0.5s ease;
    /* Übergang für Farbe, mix-blend-mode und text-shadow */
}

.main-menu a:hover,
.links-menu a:hover {
    color: #ffee10;
    /* Farbe ändern beim Hovern */
    mix-blend-mode: hard-light;
    /* mix-blend-mode ändern beim Hovern */
    text-shadow: 0 0 20px #ffee10;
    /* Schatten hinzufügen beim Hovern */
}


.menu {
    margin-top: 20px;
}

.menu-header {
    font-family: NaNHoloGigawide-Ultra;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navbar li {
    margin-right: 20px;
}

.menu li {
    margin-right: 20px;
}

.navbar a {
    text-decoration: none;
    font-family: Jakob-Semi-Condensed;
    font-size: 3em;
    color: rgba(255, 255, 255, 1);
    mix-blend-mode: soft-light;
    transition: color 0.5s ease, mix-blend-mode 0.5s ease, text-shadow 0.5s ease;
}

.menu a {
    text-decoration: none;
    font-family: Jakob-Semi-Condensed;
    font-size: 3em;
    color: rgba(255, 255, 255, 1);
    mix-blend-mode: soft-light;
    transition: color 0.5s ease, mix-blend-mode 0.5s ease, text-shadow 0.5s ease;
}

.navbar a:hover {
    color: #ffee10;
    mix-blend-mode: hard-light;
    text-shadow: 0 0 20px #ffee10;
}

.menu a:hover {
    color: #ffee10;
    mix-blend-mode: hard-light;
    text-shadow: 0 0 20px #ffee10;
}

.menu a.active {
    color: #ffee10;
    mix-blend-mode: hard-light;

}

.dropdown {
    position: relative;
    display: none;
    width: 20vw;
    background-color: rgba(0, 0, 0, 0.5);

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lni {
    margin-top: 10px;
}

.album-date {
    margin-top: 10px;
}

.navbar-toggler:focus {
    border: 0px;
}

.dropdown-content {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
    padding: 5px;
    padding-bottom: 0px !important;
}

.dropdown-content a {
    margin: 5px;
}

@media screen and (max-width: 1300px) {
    .album-img {
        height: auto;
        width: 40vw;
    }

    .dropdown {
        width: 40vw;
    }
}


@media screen and (max-width: 767px) {
    .main-menu ul {
        flex-direction: column;
        /
    }

    .headerMusic {
        font-size: 6vw;
    }

    .album-img {
        height: auto;
        width: 40vw;
    }

    .dropdown {
        width: 40vw;
    }

    .menu ul {
        display: none;
        /
    }

    .container:hover {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .container {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }


    .menu,
    .navbar {
        display: block;
    }

    .main-menu li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .links-menu a {
        font-size: 2em;

    }

    .text-for-mobile {
        display: block;
    }

    .headerText {
        font-size: 7vw;
    }

    html,
    body {
        overflow: scroll;
        overflow-x: hidden;
    }

}

@media screen and (max-height: 850px) {

    html,
    body {
        overflow: scroll;
        overflow-x: hidden;
    }

}

::selection {
    background-color: rgba(255, 238, 16, 0.5);
    /* Hervorhebungsfarbe für Auswahl */
}

.navbar-toggler {
    border: transparent !important;
}

.navbar-toggler {
    border: transparent !important;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-wrapper {
    position: fixed;
    /* Positionierung relativ zum Viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 1);
    /* Dunklerer Hintergrund mit mehr Transparenz */
    z-index: 9999;
    /* Stellen Sie sicher, dass der Loader über allen anderen Elementen liegt */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    animation: loader 2s infinite ease;
    z-index: 10000;
    /* Stellen Sie sicher, dass der Loader über dem Overlay liegt */
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.container {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

h1 {
    margin-bottom: 20px;
}

.links a {
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.links a:hover {
    background: #0056b3;
}

/* Hauptcontainer Styling */
.container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.container:hover {
    background-color: #e0e0e0;
}

/* LinkButton Styling */


/* LinkContent Styling */
.link-content {
    display: flex;
    align-items: center;
}

/* LinkThumbnail Styling */
.link-thumbnail {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 10px;
}

/* Text Styling */
.link-text {
    font-size: 16px;
    font-weight: bold;
    color: black !important;
    mix-blend-mode: hard-light;
}

/* Share Button Styling */
.share-button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.share-button:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
}

.share-button svg {
    fill: currentColor;
    stroke: currentColor;
}