*{
    box-sizing: border-box;
}
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Bebas Neue', cursive;
    background: #000;
    color: #292927;
}
.container{
    /* background-image: url( 'gfx/mock-telefon.jpg' ); */
    background-size: 100%;
    background-repeat: no-repeat;
    height: 700px;
    max-width: 1900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
header{
    background-color: #000;
    color: #fff;
    font-size: 3.7rem;
    padding: 1rem;
    text-align: center;
}
.accent-color{
    color: #c07406;
}
.no-caps{
    font-family: 'Montserrat', sans-serif;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
#slider{
    width: 1280px;
    height: 466px;
    /* background-image: url( 'gfx/mock1-no-header.jpg' ); */
    background-size: 100%;
}
.slide{
    height: 466px;
}
.slide .slide-container{
    background-image: url( 'gfx/bg.jpg' );
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100%;
}
.bg-hidden{
    width: 100vw;
    visibility: hidden;
}
.logo{
    margin-left: -0.5%;
    margin-top: -4%;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    max-width: 319px;
    margin-top: -12px;
}
.slide-content{
    width: 50%;
    height: 100%;
    font-size: 2.5rem;
    text-align: right;
    padding-right: 2.3rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    padding-top: 11%;
}
.slide-content p{
    margin: 5px 0;
}
.slide-content .accent-color.no-caps{
    /* font-size: 2.7rem; */
}
.slide-content .phone-section{
    margin-top: 27px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.slide-2 .slide-content{
    font-size: 2.1rem;
    padding-top: 9%;
}
.slide-2 .slide-content .bigger{
    font-size: 3.5rem;
}
@media all and (max-width: 1200px) {
    header{
        font-size: 5.7rem;
    }
    .container{
        height: auto;
    }
    #slider{
        width: 100%;
        height: unset;
    }
    .slide{
        height: 100%;
    }
    .slide .slide-container{
        background-image: url( 'gfx/bg-mobile.jpg' );
        /* background-image: unset; */
        flex-direction: column;
        height: 100vh;
    }
    .slide .slide-content, .slide-2 .slide-content{
        width: 100%;
        height: 58%;
        padding-top: 8%;
        padding-right: 0;
        font-size: 4rem;
        width: 90%;
        border-top: 8px solid #c07406;
    }
    .logo{
        margin: -2% 0 0 0;
        height: 42%;
    }
    .logo img{
        max-width: 472px;
        margin-top: 0;
    }
    .slide-2 .slide-content .bigger{
        font-size: 5.5rem;
    }
}
