html{
    scroll-behavior: smooth;
}
body{  
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Open-Sans', sans-serif;
    background-color: rgb(40, 40, 40);
    width: 100%;
    overflow-x: hidden;
}
img{
    pointer-events: none;
    user-select: none;
}
header{
    padding: 1em 2%;
    background-color: rgba(35, 35, 35);
    box-shadow: 0px 0px 6px rgb(0, 0, 0);
    overflow: hidden;
    position: sticky;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    top: 0;
    left: 0;
    z-index: 100;
}
header .title {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    cursor: pointer;
}
header .title img{
    margin-right: 5px;
}
.header-right{
    float: right;
}
.header-right a{
    margin-left: 10px;
}
@media (max-width: 600px){
    header .title {
        font-size: 13px;
    }
    header{
         padding: 0.75em !important;
     }
}
.header-menu-btn{
    font-size: 20px;
    float: right;
}
.header-offcanvas{
    background-color: rgb(40,40,40);
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    z-index: 105;
    box-shadow: 0px 0px 6px rgb(0, 0, 0);
}
ul{
    line-height: 30px;
    width: 100%;
    padding: 15px;
    list-style: none;
}
li{
    width: 100%;
}
li a, li button{
    width: 100%;
}
.red{
    background-color: red;
    border-color: rgb(255, 50, 50);
}
.red:hover{
    background-color: rgb(255, 50, 50);
    border-color: rgb(255, 75, 75);
}
.header-offcanvas::backdrop{
    backdrop-filter: blur(10px);
    background-color: rgb(30,30,30);
}
button{
    background-color: rgb(30,30,30);
    color: white;
    padding: 5px;
    border: 1px solid rgb(50,50,50);
    border-radius: 2px;
}
button:hover{
    background-color: rgb(0, 200, 255);
    border-color: rgb(100, 200, 255);
}
a{
    text-shadow: 1px 1px 3px rgba(1, 150, 175, 0.5);
    text-decoration: none;
    color: rgb(0, 200, 255);
    cursor: pointer;
}
a:hover{
    text-decoration: underline;
    color: red;
    text-shadow: 1px 1px 3px rgba(255, 0, 0, 0.5);
}
.afe-hero{
    background-color: rgba(40, 40, 40);
}
.carousel-inner img, .carousel-inner iframe{
    margin: auto;
    box-shadow: 0px 0px 6px rgb(0, 0, 0);
    width: 100%;
    height: auto;
}
.carousel-item{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.carousel-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-item:has(> img){
    padding-top: 0;
    position: relative;
    z-index: 1;
}
.carousel-control-prev, .carousel-control-next{
    background-color: rgba(255, 255, 255, 0.1);
    width: 60px;
}
.carousel-control-prev:hover, .carousel-control-next:hover{
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 0;
}
.trailer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    background-color: rgb(235, 163, 255);
    text-shadow: 5px 5px 10px rgb(0, 0, 0);
    box-shadow: 0px 0px 6px rgb(0, 0, 0); 
    z-index: 1;
}
.trailer a{
    padding: 15px;
    background-color: purple;
    color: rgb(255, 230, 0);
    font-family: 'Cabin Sketch', cursive;
    text-shadow: 5px 5px 10px rgb(0, 0, 0);
    box-shadow: 0px 0px 6px rgb(0, 0, 0); 
}
.trailer a:hover{
    text-decoration: underline;
    color: red;
    text-shadow: 5px 5px 10px rgba(255, 0,0, 0.5);
}
h2{
    display:flex ;
    justify-content: center;
    align-items: center;
    background-color: rgb(35, 35, 35);
    color: rgb(210, 210, 210);
    padding: 2% 10%;
    font-family: 'Cabin Sketch', cursive;
    font-size: 60px;
    text-shadow: 5px 5px 10px rgb(0, 0, 0);
    box-shadow: 0px 0px 6px rgb(0, 0, 0); 
}
@media (max-width: 750px){
    h2{
        font-size: 30px;
        padding: 5%;
    }
    .content{
        padding: 2% 5% !important;
    }
    .trailer{
        font-size: 30px;
    }
}
.content{
    background-color:rgba(40, 40, 40);
    color:rgb(210, 210, 210);
    padding: 2% 10%;
    font-family: 'Open-Sans', sans-serif;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6); 
}
.timo-baer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(40, 40, 40);
    padding: 20px;
    font-size: 15px;
}
.timo-baer img{
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px rgb(0, 0, 0); 
}
.footer{
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 100%;
    padding: 1em 3%;
    background-color: rgba(35, 35, 35);
    box-shadow: 0px 0px 6px 0px rgb(0, 0, 0);
}
@media (max-width: 550px) {
    .navbar-content{
        font-size: 1em;
    }
    .navbar-nav{
        font-size: 1em;
    }
    .nw, .mp, .md, .kd, .üb{
        font-size: 0.8em;
    }
}