html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
body {

    background-color: #0A1B2A;
    background-repeat: no-repeat;
    background-size: auto 100vh;
    margin: 0;
    padding: 0;
}

a{
    padding-left: 5%;
}
img, iframe {
    max-width: 100%;
} 
.logo{
    text-align: left;
    float: left;
}

ul {
    list-style-type: none;
    text-align: right;
    margin: 0auto;
    padding: 0px;
    display: inline-block;
    

}

p{
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    position: relative;
}
.navigation {
    text-align: right;
    color: whitesmoke;
    font-family: 'Roboto', sans-serif;
	font-weight: 100;
    line-height: 200%;
    display: block;
    padding: 8px;
    margin-bottom: 50px;
    width: 75%;
    z-index: 111111121;
}
.navigation a {
    color: whitesmoke;
}
.navigation a:hover {
    text-decoration: underline;
}
.hamburger {
    padding: 0;
    display: none;
}
.hamburger:focus, .hamburger:active {
    outline: none;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: white;
    border-radius: 0;
}

body {
    color: whitesmoke;
    font-family: raleway;


}
.videowrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 50px;
}
.video {
    height: 100%;
    width: 75%;
}
.video iframe {

}

main {
    color: #0C0E0F;
    font-family: 'Roboto', sans-serif;
}

h2 {
    text-align: left;
    color: aliceblue;
    font-size: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0 0 40px 0;
    line-height: 1;
}
.bigcontainer {
    max-width: 80%;
    margin: 0 auto;
}
.container {
    margin-left: 20%;
    margin-top: auto;
    max-width: 650px;
    line-height: 170%;
    padding-top: auto;
    color: aliceblue;
}

.containerbildergallerie {
   -ms-flex-line-pack: center;
       align-content: center;
    padding-left: 20%;
    padding-right: 20%;
}

.container2 {
    background-color: #0A1B2A;
    margin-left: 20%;
    max-width: 650px;
    line-height: 170%;
    color: aliceblue;
}
.entry {
    margin: 8rem 0;
    opacity: 0;
}
.kuenstler {
    background-color: #0A1B2A;
    background-size: 100vw auto;
    color: whitesmoke;
}
.kuenstler__video {
    max-width: 1100px;
    margin: 0 auto 40px auto;
}
.swiper-container {
    max-width: 1100px;

}
.swiper-slide img {
    max-width: 100%;
}

h1 {
    color: whitesmoke;
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

.Titel {
    max-width: 80vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    color: whitesmoke;
    text-decoration: none;
}

a:hover {
    color: whitesmoke;
    text-decoration: none;
}

.responsive-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%
}
.responsive-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
a:active {
    color: whitesmoke;
    text-decoration: none;
}

.footer {
    background-color: #0C0E0F;
    background-size: 100vw auto;
    color: whitesmoke;
    padding: 20px;
}

@media screen and (max-width: 764px) {
    .container {
        padding: 0;
    }
    .bigcontainer {
        max-width: 90%;
    }
    body {
        font-size: 18px;
    }
    h2 {
        font-size: 50px;
    }
    .videowrapper {
        width: 100%;
        padding: 0;
    }
    .video {
        width: 100%;
        padding-right: 0;
    }
    .navigation {
        display: none;
        position: absolute;
        right: 20px;
        top: 100%;
        background-color: #0A1B2A;
        padding: 15px;
    }
    .navigation a {
        display: block;
        margin: 10px 0 0 0;
    }
    .navigation a:first-child {
        margin-top: 0;
    }
    .hamburger {
        display: block
    }
    .container, .container2 {
        margin-left: 0;
        padding: 0;
    }
    .containerbildergallerie{
        padding: 0;
    } 
}