* {
    font-family: "neue-haas-unica";
    box-sizing: border-box;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

#first-section {
    background-image: url(.././Design\ ohne\ Titel-146.jpg);
}

.video-block {
    background-image: url(.././why-not.jpg);
}

p {
    line-height: 1.6;
    font-size: 15px;
}

.drop-arrow::after {
    content: '\f078'
}

.drop-arrow.clicked::after {
    content: "\f077";
}

@media only screen and (min-width: 1225px) {
    .sliding-items-container .sliding-item {
        width: 295px;
        transition: width 0.3s ease;
    }
    .sliding-items-container .sliding-item.mouseover {
        width: 590px;
    }
}

.tab-link::before {
    content: "";
    transition: width .2s ease;
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    background-color: black;
}

.tab-link.selected::before{
    width: 100px;
}
.scr-deu,.scr-sch,.scr-ost {
    overflow: hidden;
    opacity: 0;
}
.scr-deu.selected,.scr-sch.selected,.scr-ost.selected {
    height: initial;
    opacity: 1;
}
.video-div {
    background-image: url(.././schlussel2.jpg);
    background-size: 800px 451px;
}

.video-list {
    list-style-image: url(.././arrow-right-2-svgrepo-com.svg);
}