@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Montserrat:wght@300;400;600;700;800&family=Open+Sans:wght@300;400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    color: #131313;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #efefef;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 3em;
    font-weight: 400;
    text-align: center;
    margin: 50px;
}

h3 {
    font-size: 1.5em;
    margin-top: 25px;
}

p {
    font-size: 1.1em;
    line-height: 1.5em;
}

nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-top: 35px;
    cursor: pointer;
    z-index: 4;
}

nav li a {
    color: #131313;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
    font-size: 20px;
    z-index: 4;
}

nav li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #efefef;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

li a:hover:after {
    width: 100%;
    left: 0;
}

.topbar {
    height: 130px;
    width: 100%;
    display: none;
    justify-content: flex-end;
    align-items: center;
}

.icon {
    position: relative;
    width: 40px;
    height: 32px;
    margin-right: 28px;
    display: none;
    cursor: pointer;
    z-index: 6;
}

.icon a {
    top: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    color: #131313;
    display: none;
    z-index: 6;
}

.icon a.menu {
    display: block;
}

.icon a.schliessen {
    display: none;
}

.hamburger {
    z-index: 6;
    width: 30px;
    height: 3px;
    background: #efefef;
    position: absolute;
    top: 14px;
    transition: 300ms;
}

.hamburger:before,
.hamburger:after {
    z-index: 6;
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #efefef;
}

.hamburger:before {
    content: "";
    left: 0;
    bottom: 14px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.icon.active {
    position: fixed;
}

.icon.active .hamburger {
    background: rgba(0, 0, 0, 0);
}

.icon.active .hamburger:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.icon.active .hamburger:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.sidebar {
    position: fixed;
    right: -70%;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    width: 70%;
    z-index: 5;
    background-color: #131313;
    transition: .4s;
}

.sidebar.active {
    right: 0;
}

.sidebar ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    margin: 50px;
    margin-top: 120px;
}

.sidebar li {
    margin-bottom: 50px;
}

.sidebar ul li a {
    font-family: 'Montserrat';
    font-weight: 400;
    text-decoration: none;
    color: #efefef;
    text-transform: uppercase;
    font-size: 20px;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    z-index: 4;
}

.overlay.open {
    visibility: visible;
    opacity: 0.4;
}

.noise {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    pointer-events: none;
    opacity: 0.125;
}

#home {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-color: #131313;
}

nav {
    width: 960px;
    z-index: 5;
}

.desktop {
    z-index: 5;
}

.desktop ul {
    height: 130px;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    margin-left: 175px;
}

.desktop ul li a {
    z-index: 4;
    text-decoration: none;
    color: #efefef;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
}

li {
    z-index: 4;
    list-style: none;
}

.desktop ul li img {
    z-index: 4;
}

#header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 260px);
    min-height: 440px;
    background-image: url(img/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);
    margin-bottom: 130px;
}

.logo2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 260px);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    margin-top: 130px;
    margin-bottom: 130px;
    transform: translateX(-18px);
}

.logo3 {
    margin-top: 200px;
    position: absolute;
    width: 100%;
    height: calc(100vh - 320px);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
    margin-top: 130px;
    margin-bottom: 190px;
}

.logo3 span {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

h1 {
    font-size: 1.2em;
    text-align: center;
    color: #efefef;
    padding: 1px 3px;
}

.logo2 img {
    width: 500px;
    height: auto;
}

.logo {
    position: absolute;
    top: 57px;
    left: 80px;
    z-index: 6;
    width: 50px;
}

.arrow-down {
    width: 100%;
    height: calc(100vh - 50px);
    min-height: 640px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    animation: jump 2s infinite;
    z-index: 3;
}

@keyframes jump {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: -15px;
    }
    100% {
        margin-top: 0px;
    }
}

.arrow-down img {
    width: 50px;
}

.links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.links img {
    width: 100%;
}

.links .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 250px;
    height: 180px;
    margin: 10px;
}

#ich {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.headlinecontainer {
    width: 100%;
    height: 400px;
    position: relative;
}

.background {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: 400px;
    background-image: url(img/ich_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(65%) saturate(0%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-grey {
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #383838;
}

.background2 {
    position: absolute;
    width: 100%;
    height: 400px;
    background-image: url(img/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(65%) saturate(0%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.background3 {
    position: absolute;
    width: 100%;
    height: 400px;
    background-image: url(img/studios.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(100%) saturate(0%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.headline {
    position: absolute;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: #efefef;
}

#services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#studios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#studios a {
    margin-top: 15px;
}

#referenzen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #131313;
    color: #efefef;
}

#kontakt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content {
    max-width: 1000px;
    width: calc(100% - 70px);
    margin: 35px;
    display: flex;
    flex-direction: column;
}

iframe {
    max-width: 800px;
    width: 100%;
    margin: 25px auto;
}

input[type=submit] {
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

#formularfeld {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    position: relative;
    margin: 25px 100px;
}

.email {
    float: right;
    width: 45%;
}

input[type='text'],
[type='email'],
select,
textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #131313;
    color: #131313;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type='text']:focus,
[type='email']:focus,
textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
}

.message {
    float: none;
}

.name {
    float: left;
    width: 45%;
}

.subject {
    width: 100%;
}

textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}

::-webkit-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    color: #131313;
}

:-moz-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    color: #131313;
    opacity: 1;
}

::-moz-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    color: #131313;
    opacity: 1;
}

:-ms-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    color: #131313;
}

.submit {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form_button {
    font-family: 'Montserrat';
    font-weight: 400;
    background: none;
    border: solid 2px #131313;
    color: #131313;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form_button[value] {
    font-family: 'Montserrat';
    font-weight: 600;
}

#form_button:hover {
    background: #131313;
    color: #efefef;
}

.datenschutz {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.popup {
    width: 100%;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}

.popup .popupText {
    visibility: hidden;
    width: 100%;
    background: #5A5A5A;
    color: #efefef;
    padding: 15px;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 125%;
}


/* toggle popup with this class */

.popup .show {
    visibility: visible;
    animation: fadeIn 1s;
}


/* define the custom animation */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    top {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
    .icon {
        display: flex;
    }
    .desktop {
        display: none;
    }
    .topbar {
        display: flex;
        height: 130px;
    }
    .background {
        width: 100%;
    }
    .background2 {
        width: 100%;
    }
    .background3 {
        width: 100%;
    }
}

@media screen and (max-width: 870px) {
    #formularfeld {
        width: 100%;
        margin: 25px 0;
    }
}

@media screen and (max-width: 750px) {
    .logo2 img {
        width: 240px;
    }
    .logo2 {
        margin-top: 100px;
        margin-bottom: 150px;
        height: calc(100vh - 250px);
        transform: translateX(0);
    }
    #header {
        margin-bottom: 150px;
        height: calc(100vh - 250px);
    }
    .logo {
        left: 32px;
        top: 42px;
    }
    .topbar {
        height: 100px;
    }
    .headlinecontainer {
        height: 220px;
    }
    .background {
        height: 220px;
        background-image: url(img/ich.jpg);
    }
    .background2 {
        height: 220px;
    }
    .background3 {
        height: 220px;
    }
    .background-grey {
        height: 220px;
    }
    .headline {
        height: 220px;
    }
    h2 {
        font-size: 2em;
    }
    h1 {
        font-size: 1em;
    }
    .arrow-down {
        height: calc(100vh - 80px);
    }
}

#impressum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #131313;
    color: #efefef;
}

#impressum li {
    margin-top: 8px;
}

#impressum img {
    width: 30px;
    color: #efefef;
    filter: invert(90%);
    margin-right: 8px;
    margin-left: -3px;
}

#impressum ul li a {
    display: flex;
    align-items: center;
    color: #efefef;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

#impressum ul {
    margin-bottom: 30px;
}