/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url('../fonts/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../fonts/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #343434;
}

p, blockquote {
    font-size: .9em;
    line-height: 1.6em;
}
header {
    padding: 0 0 12em 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container-start {
    width: 100%;
    background: url(../images/bg-start-mobile.jpg) no-repeat;
}
.container-about {
    width: 100%;
    position: relative;
    background-color: #858083;
    /* background: url(../images/bg-about-mobile.jpg) no-repeat; */
}
.container {
    text-align: center;
    padding: 0 1.2em;
}
.menu {
    width: 25px;
    float: right;
    margin: 8% 6%;
}
.hide-mobile {
    display: none;
}

nav ul {
    position: fixed;
    width: 50%;
    top: 0;
    right: 0;
    text-align: left;
    background: rgb(36,41,44);
    height: 100%;
    z-index: 8;
    padding-top: 3em;
}

nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1em 2em;
    background-color: rgb(52,59,63);
}
nav ul li a:hover {
    background-color: rgb(65,73,78);
}

.exit-btn {
    margin-bottom: 1em;
    margin-top: -1.3em;
    text-align: right;
    padding: 0 1.4em;
}
.exit-btn img {
    width: 15px;
    cursor: pointer;
}

.logo {
    width: 70%;
    margin: 0 auto;
}

.scroll {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    padding: 0 0 1em 0;
}
.social-mobile {
    background-color: rgba(160,143,149,1);
    padding: 0.5em 3em;
}
ul.social-mobile {
    display: flex;
    justify-content: space-between;
}
.social-mobile li {
    flex: auto;
}
.section-titel {
    background: url(../images/section-titel-about-mobile.png) no-repeat;
    width: 66px;
    height: 241px;
    position: absolute;
    top: 3%;
    left: 0;
}
.fliesstext {
    text-align: left;
    color: white;
    width: 82%;
    padding: 9em 0 0 3em;
}
.portrait {
    background: url(../images/portrait-mobile.png) no-repeat;
    position: absolute;
    top: 1em;
    right: 1em;
    width: 140px;
    height: 140px;
}
.seiten {
    background: url(../images/btn-about.png) no-repeat;
    padding: 1em 0;
    margin: 0 1em;
    width: 66px;
    height: 66px;
}
.puffer {
    background-color: #A08F95;
    width: 100%;
    height: 20px;
    display: block;
}

/* Mobile Pro */
@media only screen and (min-width: 415px) {
    .container-start {
        width: 100%;
        background: url(../images/bg-start-768.jpg) no-repeat;
    }
    .container-about {
        width: 100%;
        background: url(../images/bg-about-768.jpg) no-repeat;
    }
    .logo {
        width: 60%;
        margin: 0 auto;
    }
}

/* iPad */
@media only screen and (min-width: 768px) {
    .container-start {
        background: url(../images/bg-start-ipad.jpg) no-repeat;
    }
    .container-about {
        background: url(../images/bg-about-ipad.jpg) no-repeat;
    }
    .scroll {
        display: block;
        margin: 0 auto;
        width: 90px;
        padding: 0 0 1em 0;
    }
    .section-titel {
        background: url(../images/section-titel-about-768.png) no-repeat;
        width: 106px;
        height: 623px;
        position: absolute;
        top: 3em;
        left: 2em;
    }
    .fliesstext {
        text-align: left;
        color: white;
        width: 82%;
        padding: 16em 0 0 7em;
    }
    .fliesstext p {
        font-size: 1.1em;
    }
    .portrait {
        background: url(../images/portrait-mobile@2x.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 3em;
        right: 3em;
        width: 220px;
        height: 220px;
    }
    .seiten {
        background: url(../images/btn-about-768.png) no-repeat;
        padding: 1em 0;
        margin: 0 1em;
        width: 100px;
        height: 100px;
    }
    .puffer {
        height: 25px;
    }
}

@media only screen and (min-width: 875px) {
    .container-start {
        background: url(../images/bg-start-ipad.jpg) no-repeat;
    }
    .container-about {
        background: url(../images/bg-about-ipad.jpg) no-repeat;
    }
    .logo {
        width: 50%;
        margin: 0 auto;
    }
    .scroll {
        display: block;
        margin: 0 auto;
        width: 15%;
        padding: 0 0 1em 0;
    }
    ul.social-mobile {
        display: none;
    }
    ul.social {
        display: flex;
        justify-content: space-between;
    }
    .social li {
        flex: auto;
    }
    .section-titel {
        background: url(../images/section-titel-about-mobile@2x.png) no-repeat;
        width: 132px;
        height: 482px;
        position: absolute;
        top: 10%;
        left: 5%;
    }
}

/* iPad Pro */
@media only screen and (min-width: 1024px) {
    .container-start {
        width: 100%;
        background: url(../images/bg-start-ipad.jpg) no-repeat;
        background-size: cover;
    }
    .container-about {
        width: 100%;
        background: url(../images/bg-about-ipad.jpg) no-repeat;
        background-size: cover;
    }
    .container {
        width: 90%;
        margin: 0 auto;
    }
    .show-desktop {
        display: block;
    }
    .hide-desktop {
        display: none;
    }
    nav ul {
        position: inherit;
        width: auto;
        background: none;
        height: auto;
        display: flex;
        padding-top: 0;
    }
    nav ul li {
        float: right;
    }
    nav ul li a {
        color: white;
        font-size: 1.3em;
        background-color: inherit;
        text-align: right;
        padding: 1em 1em;
    }
    nav ul li a:hover {
        background-color: inherit;
    }
    .logo {
        width: 50%;
        margin: 9% 55% 2em auto;
    }
    ul.social-mobile {
        display: none;
    }
    ul.social {
        display: flex;
        justify-content: space-between;
    }
    .social li {
        flex: auto;
    }
    .scroll {
        width: 120px;
        animation: move 1s infinite alternate;
    }
    @keyframes move {
        from {
            transform: translateY(0px);
        }
        to {
            transform: translateY(20px);
        }        
    }
    .section-titel {
        background: url(../images/section-titel-about-mobile@2x.png) no-repeat;
        width: 132px;
        height: 482px;
        position: absolute;
        top: 3em;
        left: 2em;
    }
    .fliesstext {
        text-align: left;
        color: white;
        width: 82%;
        padding: 18em 0 0 7em;
    }
    .fliesstext p {
        font-size: 1.3em;
    }
    .portrait {
        background: url(../images/portrait-mobile@2x.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 3em;
        right: 3em;
        width: 250px;
        height: 250px;
    }
    .seiten {
        background: url(../images/btn-about@2x.png) no-repeat;
        background-size: 80%;
        padding: 1em 0;
        margin: 0 1em;
        width: 132px;
        height: 132px;
    }
    .puffer {
        height: 35px;
    }
}

/* Desktop */
@media only screen and (min-width: 1600px) {
    .container-start {
        width: 100%;
        background: url(../images/bg-start-desktop@2x.jpg) no-repeat;
        background-size: cover;
    }
    .container-about {
        width: 100%;
        background: url(../images/bg-about-desktop@2x.jpg) no-repeat;
        background-size: cover;
    }
    .container {
        width: 70%;
    }
    nav ul li a {
        padding: 1em 2em;
    }
    .section-titel {
        background: url(../images/section-titel-about-desktop.png) no-repeat;
        width: 120px;
        height: 6232px;
        position: absolute;
        top: 3em;
        left: 2em;
    }
    .fliesstext {
        text-align: left;
        color: white;
        width: 82%;
        padding: 18em 0 0 7em;
    }
    .fliesstext p {
        font-size: 1.5em;
    }
    .portrait {
        background: url(../images/portrait-desktop.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 3em;
        right: 3em;
        width: 300px;
        height: 300px;
    }
    .seiten {
        background: url(../images/btn-about@2x.png) no-repeat;
        padding: 1em 0;
        margin: 0 1em;
        width: 132px;
        height: 132px;
    }
}