/* basic part */
@font-face {
    font-family: montserrat;
    src: url(font_montserrat.woff2);
}
body {
    margin: 0;
    line-height: 1.6em;
    background-color: rgb(227 223 210);
    color: #414141;
}
.std-font {
    font-family: montserrat;
}
h6 {
    padding-bottom: 3em;
    color: #616161;
}
h3 {
    font-weight: normal;
    font-size: 1.5em;
}

/* header part */
.title {
    width: 75%;
    font-weight: 200;
    font-size: 2em;
    line-height: 0.85em;
    white-space: nowrap;
    letter-spacing: 0.24em;
}
.std-header {
    width: 94%;
    color: rgba(25, 29, 35, 0);
    background-color: rgb(25 29 35);
    padding: 10px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
}
.std-header.top {
    height: 160px
}
.std-header.hover {
    position: fixed;
    background-color: rgb(25 29 35 / 60%);
    top: 0px;
    color: #fff;
    z-index: 1;
}
.std-menu {
    width: 25%;
    display: flex;
    align-self: center;
    justify-content: end;
}
.language-select {
    width: auto;
    padding-right: 6px;
    font-size: 1.2em;
}
.clean-link {
    text-decoration: none;
    color: #fff;
}

.hamburger-menu {
    background-color: #333333;
    /*height: 60%;*/
    width: 15%;
    position: fixed;
    right: -15%;
    transition-duration: 0.3s;
    z-index: 1;
    padding-bottom: 25px;
}
.hamburger-menu-button.top {
    height: 160px;
    padding: 0;
}

@media only screen and (max-width: 1500px) {
    .hamburger-menu {
        width: 25%;
        right: -25%;
    }
}
@media only screen and (max-width: 900px) {
    .language-select {
        display: flex;
        font-size: 0.8em;
        padding: 0;
        justify-content: center;
    }
    .title {
        line-height: 1em;
        font-size: 1.6em;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 2px;
    }
    .hamburger-box {
        width: 30px;
    }
    .hamburger {
        display: flex;
        padding: 0;
        margin: auto;
    }
    .std-menu {
        display: block;
        width: 100%;
        justify-content: center;
        justify-self: center;
        align-content: center;
    }
    .std-header {
        display: block;
    }
    .std-header.top {
        height: 110px;
    }
}
@media only screen and (max-width: 600px) {
    .hamburger-menu {
        width: 60%;
        right: -60%;
    }
    .title {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 300px) {
    h2 {
        font-size: 1.2em;
    }
}

.hamburger-menu.is-visible {
    right: -5px;
}
.hamburger-menu-button {
    width: 100%;
    /*height: 20%; */
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 20%;
}
.hamburger-menu-button:hover:not(.top) {
    background-color: #00000055;
}

/* button Trailer */
.button {
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    align-self: center;
}
svg.button {
    padding-right: 20px;
    padding-left: 20px;
}
div.button {
    display: flex;
    background-color: #7d7d7d;
    font-size: 0.8em;
    z-index: 0;
}
/* main part */
.main-images {
    width:100%;
    background-image: url("main-image.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1100px) {
    .main-images {
        height: 800px;
    }
}
@media only screen and (min-width: 1800px) {
    .main-images {
        height: 1200px
    }
}
@media only screen and (max-width: 700px) {
    .main-images {
        height: 350px;
    }
    .std-header.top {
        height: 120px;
    }
}
@media only screen and (max-width: 500px) {
    .main-images {
        height: 200px;
    }
    .button {
        font-size: 1.8em;
    }
}
div.button:hover {
    transition-duration: 0.3s;
    background-color: #252935d1;
}

.text {
    text-align: center;
    padding: 65px;
    padding-left: 20%;
    padding-right: 20%;
}
p {
    text-align: left;
}
@media only screen and (max-width: 1000px) {
        .text {
        padding-left: 3%;
        padding-right: 3%;
    }
}


/* ensemble part */
.ensemble.cover {
    background-image: url(ensemble-image.jpg);
}
.color1 {
    background-color: #c6c1b5;
}
.color2 {
    background-color: rgb(213 208 195);
}
.color3 {
    background-color: rgb(211 204 185);
}
.color4 {
    background-color: rgb(225 218 197);
}
.color5 {
    background-color: rgb(228 226 201);
}

/* presse part */
.presse.cover {
    background-image: url(presse-image.jpg);
}
.presse.download {
    display: flex;
    align-self: center;
}
.pressefotos {
    text-align: left;
    line-height: 3em;
}

/* contact part */
.contact.cover {
    background-image: url(akkordeon_beige.jpg);
}

/* cover mechanics */
.cover {
    color: #fff;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-size: 1.4em;
}
h2.cover {
    font-weight: 200;
}
@media only screen and (max-width: 1000px) {
    .cover {
        background-attachment: scroll;
    }
}

/* footer */
.footer {
    text-decoration: none;
    padding: 0;
    color: #929292;
}

/* Easter Egg */
