* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: linear-gradient(110deg, #0f1829, #050812);
}



@keyframes fade {
    to {
        opacity: 1;
    }
}

.container {
    width: 100%;
    height: 100%;
    overflow: auto;
    animation: fade 3s ease-in-out forwards;
}

::-webkit-scrollbar {
    display: none;
}



video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1;
}

header {
    min-height: 60px;
    width: 100%;
    border-bottom: 1px solid #fff8;
    overflow: hidden;
    animation: fade 2s ease-in-out forwards;
    animation-delay: 0s;
    opacity: 0;
}

header .logo {
    float: left;
    margin-left: 20px;
}

header .logo h1 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 60px;
    text-shadow: 0 0 5px white;
}

header nav {
    float: right;
    margin-right: 20px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

nav ul {
    margin-right: 30px;
    min-width: 450px;
}

nav ul li {
    list-style: none;
    display: inline-block;
}

a {
    text-decoration: none;
    color: white;
    padding: 4px 15px;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: 0 0 5px white;
}

.active {
    background: teal;
    border-radius: 20px;
}

a:hover {
    color: turquoise;
}

nav form {
    height: 30px;
    min-width: 300px;
    margin: 10px 0;
}

form input {
    height: 100%;
    width: 250px;
    border: 1 px solid teal;
    background: #0007;
    padding: 0 5px;
    color: white;
    outline: none;
}

form button {
    width: 50px;
    height: 100%;
    border: 1px solid teal;
    background: #0007;
    color: white;
    cursor: pointer;
}

section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    text-shadow: 0 0 5px white;
    animation: fade 2s ease-in-out forwards;
    animation-delay: 0s;
    opacity: 0;
}

@media (max-width: 480px) {

    section {
        margin-bottom: -250px;
    }
}

section h2 {
    text-transform: uppercase;
    font-size: 3em;
    letter-spacing: 10px;
}

section p {
    line-height: 1.4;
    margin: 15px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

footer {
    width: 100%;
    text-align: center;
    color: white;
    animation: fade 2s ease-in-out forwards;
    animation-delay: 0s;
    opacity: 0;
}

footer h2 {
    text-transform: uppercase;
    letter-spacing: 10px;
}

footer p {
    max-width: 600px;
    margin: auto;
    line-height: 1.4;
    letter-spacing: 2px;
}

.row a {
    font-size: 30px;
}

@media (max-width: 1000px) {

    header .logo,
    header nav {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 850px) {

    nav ul {
        min-width: 300px;
        margin: 0;
    }

    nav ul a {
        padding: 5px 10px;
    }
}

/* Video*/



.videocontainerbig {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.videocontainersmall {
    display: flex;
    width: 90vw;
}

.panel {

    height: 80vh;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: all 700ms ease-in;
    border: 2px solid white;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
    /* Dunklerer Schatten */


}


video {
    z-index: 0;
    border-radius: 50px;
}

.panel h1 {
    font-size: 35px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.panel.active {
    flex: 5;
}

.panel.active.thumbnail {
    opacity: 0;
}

.panel.active h1 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

/* respnsive video design*/

@media (max-width: 480px) {
    .videocontainersmall {
        width: 100vw;
        transition: opacity 0.3s ease-in 0.4s;
    }

    .panel:nth-of-type(4),
    .panel:nth-of-type(5),
    .panel:nth-of-type(6) {
        display: none;
    }
}

/*Profil1*/

.Profil ul {
    margin-top: 40px;
}

.Profil ul li {
    font-size: 35px;
    list-style: none;
    text-align: left;

}

/* respnsive  Profil design*/

@media (max-width: 480px) {
    .Profil ul li {
        font-size: 17px;
        list-style: none;
        text-align: left;
        margin-left: 10px;

    }


}

/*Honorar*/

.Honorar {

    min-height: 30em;
    height: 900px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;

    border-radius: 20px;
    display: block;
    position: relative;
    /* Relativ positionieren */
    background-image: url(image00001.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* Hinzugefügt: Hintergrundbild skalieren */
    transition: 0.3s;

}



/* respnsive  Profil design*/

@media (max-width: 480px) {
    .Honorar ul li {
        font-size: 20px;
        list-style: none;
        text-align: left;
        margin-left: 10px;
        margin-top: -200px;

    }


}

/*text*/



.text h3 {
    font-size: 40px;
}

.text {
    margin-top: 20px;
    margin-bottom: 80px;
}

.text p {
    font-size: 25px;
    list-style: none;
    text-align: left;

}

/* respnsive  text design*/

@media (max-width: 480px) {
    .text p {
        font-size: 16px;
        list-style: none;
        text-align: left;
        margin-left: 10px;

    }


}

/*photo*/

.image-slider {
    min-height: 30em;
    height: 90vh;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 20px;
    display: block;
    position: relative;
    /* Relativ positionieren */
    background-image: url(img/img1.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* Hinzugefügt: Hintergrundbild skalieren */
    transition: 0.3s;
}

@media (max-width: 480px) {

    .image-slider {
        margin-bottom: 5px;
    }
}

.arrow-left,
.arrow-right {
    font-size: 60px;
    cursor: pointer;
    background-color: turquoise;
    border-radius: 50px;
    width: 40px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.arrow-left {
    left: 20px;
}

.arrow-right {
    right: 20px;
}

.arrow-left:hover,
.arrow-right:hover {
    background: #000;
    color: turquoise;
}

/*Class for Javascript toggle*/

.image-fade {
    animation: imgFade 0.5s ease-in-out;
}

@keyframes imgFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1,
    }
}


/* respnsive  photo design*/



@media (max-width: 480px) {

    .arrow-left,
    .arrow-right {
        font-size: 30px;
        cursor: pointer;
        background-color: turquoise;
        border-radius: 50px;
        width: 20px;
        height: 45px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s;
    }

    .arrow-left {
        left: 5px;
    }

    .arrow-right {
        right: 5px;
    }
}

@media (max-width: 480px) {
    .image-slider {
        min-height: 30em;
        height: 90vh;
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 20px;
        border-radius: 20px;
        display: block;
        position: relative;
        /* Relativ positionieren */
        background-image: url(img/img1.jpeg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        /* Hinzugefügt: Hintergrundbild skalieren */
        transition: 0.3s;
    }
}

/*book*/

.bookcontainer {
    margin-top: 20px;
    margin-bottom: 20px;

    display: flex;
    justify-content: center;
    /* Horizontale Ausrichtung in der Mitte */
    align-items: center;
    /* Vertikale Ausrichtung in der Mitte */
}


input {
    display: none;
}

img {
    width: 100%;
    height: 100%;
}

.book {
    display: flex;
}

#cover {
    width: 500px;
    height: 750px;
}

.flip-book {
    width: 500px;
    height: 750px;
    position: relative;
    perspective: 1500px;
}

.flip {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: .5s;
    color: #000;
}

.front p {
    font-size: 14px;
    line-height: 24px;
}

.front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 13px;
    box-shadow: inset 20px 0 50px rgba(0, 0, 0, 0.5) 0 2px 5px rgba(0, 0, 0, .5);
}

.back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    background: #000;
}

.next-btn {
    position: absolute;
    bottom: 13px;
    right: 13px;
    cursor: pointer;
    color: #000;
}

.back-btn {
    position: absolute;
    bottom: 13px;
    right: 13px;
    cursor: pointer;
    color: #fff;
}

#p1 {
    z-index: 5;
}

#p2 {
    z-index: 4;
}

#p3 {
    z-index: 3;
}

#p4 {
    z-index: 2;
}

#p5 {
    z-index: 1;
}

#c1:checked~.flip-book #p1 {
    transform: rotateY(-180deg);
    z-index: 1;
}

#c2:checked~.flip-book #p2 {
    transform: rotateY(-180deg);
    z-index: 2;
}

#c3:checked~.flip-book #p3 {
    transform: rotateY(-180deg);
    z-index: 3;
}

#c4:checked~.flip-book #p4 {
    transform: rotateY(-180deg);
    z-index: 4;
}

#c5:checked~.flip-book #p5 {
    transform: rotateY(-180deg);
    z-index: 5;
}

/*book responsive design*/

@media (max-width: 1000px) {

    #cover {
        width: 150px;
        height: 250px;
    }

    .flip-book {
        width: 150px;
        height: 250px;
        position: relative;
        perspective: 1500px;
    }

    .front p {
        font-size: 10px;
        line-height: 10px;
    }
}

/*audioplayer*/

.audiobox {
    background-color: ;
    display: flex;
    justify-content: center;
}

.audioplayer {
    width: 350px;


    margin-top: 20px;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    /* Ensure content doesn't overflow rounded corners */


}

.audioplayer .imgbox {
    position: relative;
    width: 100%;
    height: 150px;

}

.audioplayer .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.audioplayer audio {
    width: 100%;
    outline: none;
    background-color: #F1F3F4;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*audioplayer responsive design*/

@media (max-width: 850px) {

    .audioplayer {
        width: 350px;


        margin-top: 20px;
        margin-bottom: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
        /* Ensure content doesn't overflow rounded corners */


    }

    .audioplayer .imgbox {
        position: relative;
        width: 100%;
        height: 150px;

    }
}