@charset "utf-8";

/* CSS Document */


/* work-sans-300 - latin */

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../plug/work-sans-v3-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Work Sans Light'), local('WorkSans-Light'), url('../plug/work-sans-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../plug/work-sans-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../plug/work-sans-v3-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../plug/work-sans-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../plug/work-sans-v3-latin-300.svg#WorkSans') format('svg');
    /* Legacy iOS */
}


/* work-sans-regular - latin */

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../plug/work-sans-v3-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Work Sans'), local('WorkSans-Regular'), url('../plug/work-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../plug/work-sans-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../plug/work-sans-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../plug/work-sans-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../plug/work-sans-v3-latin-regular.svg#WorkSans') format('svg');
    /* Legacy iOS */
}


/* work-sans-600 - latin */

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../plug/work-sans-v3-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url('../plug/work-sans-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../plug/work-sans-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../plug/work-sans-v3-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../plug/work-sans-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../plug/work-sans-v3-latin-600.svg#WorkSans') format('svg');
    /* Legacy iOS */
}


/****** Farb-Klassen *****/

.bgBlackOpacity {
    background-color: #000;
    opacity: 0.7;
}

.bgBlue {
    background-color: #577994;
}

.bgLightBlue {
    background-color: #708093;
}

.bgGruen {
    background-color: #d6d65c;
}

.bgBlack {
    background-color: #000;
}

.bgBrown {
    background-color: #9a8e81;
}

.bgOrange {
    background-color: #ff6701 !important;
}

.fgBrown {
    color: #786b5b;
}

.fgWhite {
    color: #FFFFFF;
}

.fgOrange {
    color: #ff6701;
}


/************* globals **********/

.mTopVerySmall {
    margin-top: 2vH;
}

.pTopVerySmall {
    padding-top: 4vH;
}

.pTopSmall {
    padding-top: 7vH;
}

.pBottomSmall {
    padding-bottom: 10vH;
}

.pTop {
    padding-top: 20vH;
}

.pBottom {
    padding-bottom: 20vH;
}

.pLeftSmall {
    padding-left: 2.5vW;
}

.pRightSmall {
    padding-right: 2.5vW;
}

.pLeft {
    padding-left: 5vW;
}

.pRight {
    padding-right: 5vW;
}

.noBsPadding {
    padding-left: 0px;
    padding-right: 0px;
}


/*html{
	height: auto;
	min-height: 100%;
}*/

body {
    padding: 0;
    background: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.3;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: auto;
    min-height: 100%;
    font-size: calc(15px + (26 - 14) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 300;
}

h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.deviceCheck {
    position: relative;
    z-index: 1;
}

.bigFont {
    font-size: calc(35px + (180 - 35) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 600;
    margin-left: 3.9vw;
    line-height: 0.7;
    padding-bottom: 5vH;
}

.titelzsm {
    display: flex;
    flex-flow: column;
}

.titelzsm2 {
    display: flex;
    flex-flow: column;
    padding-left: 5vw;
    padding-top: calc(10px + (100 - 10) * ((100vw - 300px) / (2500 - 300)));
}

.titelzsm3 {
    display: flex;
    flex-flow: column;
}

.bigFont2 {
    font-size: calc(35px + (130 - 35) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 600;
    margin-left: 3.9vw;
}

.bigFontR {
    font-size: calc(30px + (150 - 30) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 600;
    padding-bottom: 7vh;
}

.midFont {
    font-size: calc(20px + (140 - 20) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 400;
    margin-left: 3.9vw;
    line-height: 0.7;
}

.midFont2 {
    font-size: calc(22px + (80 - 22) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 400;
    margin-left: 3.9vw;
    padding-top: 12vh;
    line-height: 0.2;
}

.mediumFont {
    font-size: calc(30px + (130 - 30) * ((100vw - 300px) / (2500 - 300)));
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-bottom: 4vh;
}

.smallFont {
    font-size: calc(15px + (50 - 15) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 600 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
}

a:active {
    text-decoration: underline;
}

#wrapPage {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    overflow: hidden;
}

#scrollDown {
    top: 65vh;
    left: 0;
    padding-left: 3.5vw;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

#scrollDown img {
    max-height: 90px;
}

#menu {
    position: fixed;
    z-index: 10;
    /*#5d5d5d;*/
    top: 3vH;
    left: 0;
    padding-left: 3.5vw;
    background-color: #708093;
}

.ext-bP {
    padding-bottom: 16vh;
}

.ext-bP2 {
    padding-bottom: 2vh;
}

.rap {
    display: flex;
    flex-flow: column;
    position: absolute;
    padding-left: 3.5vw;
    top: 50vh;
}

#menuWrap {
    cursor: pointer;
    padding: 1vh 1vh 1vh 0vh;
    background-color: #708093;
}

#navWrap {
    display: none;
    height: 100vH;
    background-color: #708093;
    position: fixed;
    padding-left: 3.5vw;
}

.nav {
    color: #fff;
    text-align: left;
    padding: 2vh 8vh 0vh 0vh;
    white-space: nowrap;
}

.overSizedBgWrapper {
    width: 100vW;
    height: 120vH;
    min-height: 70vH;
}

.logowrap {
    display: flex;
    flex-flow: column;
    position: absolute;
    padding-left: 3.5vw;
    top: 50vh;
}

.logo {
    position: relative;
    left: 0px;
    width: auto;
    max-height: 150px;
    padding-bottom: 1vh;
    height: 7vH;
}

.logo img {
    width: auto;
    height: 100%;
    max-height: calc(50px + (75 - 50) * ((100vw - 300px) / (2500 - 300)));
}

.logoTxt {
    display: flex;
    position: relative;
    left: 0px;
    justify-content: space-between;
    flex-direction: row;
    margin-right: 4vh;
}

.logoTxt .bigFont {
    font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (2500 - 300)));
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: -1vw;
}

.logoTxt .normFont {
    font-size: calc(10px + (30 - 10) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 3vh;
}

.overSizedBg {
    width: 70vW;
    height: 120vH;
    background-image: url(../img/start-1b.jpg);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 1380px;
    /*	background-color: #4d5862; /*#5d5d5d;*/
    /*	background-color: #5d5d5d;*/
}

.blended {
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}



#header {
    min-width: 100%;
    width: 100vW;
    height: 100vH;
    min-height: 70vh;
    /*#5d5d5d;*/
    top: 0;
    left: 0;
}

.header-change {
    position: absolute;
    min-width: 100%;
    width: 100vw;
    min-height: 70vh;
    z-index: 0;
    object-fit: cover;
}

#headervid {
    position: absolute;
    min-width: 100%;
    width: 100vw;
    min-height: 70vh;
    z-index: 0;
    object-fit: cover;
}

#overlaySection,
#blenderSection {
    display: flow-root;
    margin-top: -25vh;
}

#ImpressumSection {
    display: flow-root;
    margin-top: 12vh;
}

.quoteWrapper {
    float: left;
    width: auto;
    max-width: 90%;
}

.limitQuoteWrapper {
    max-width: 80% !important;
}

.quoteEnd {
    position: absolute;
    padding-left: 2vW;
    bottom: 6vH; 
    float: left;
}

.quoteAuthor {
    font-size: calc(10px + (20 - 10) * ((100vw - 300px) / (2500 - 300)));
    font-style: italic;
    text-align: right;
}

.indentLeft {
    padding-left: 22vW;
}

.indentLeft2 {
    padding-left: 16vW;
    padding-right: 13vh;
}

.indentLeft3 {
    padding-left: 12vW;
}

.imgAutoHeight {
    width: 100%;
    height: auto;
}

.refLink::before {
    content: "﹥";
    padding-right: 10px;
}

#refer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #fff;
    background-image: url(../img/ref-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 5vH;
    text-align: center;
    min-width: 100%;
    min-height: 100%;
}

#referbg {
    background-color: #fff;
    height: 55vH;
}

.refe-e {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    width: 73%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.footerinfo {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    padding-top: 10vh;
}

.fooer-p-right {
    padding-right: 20px;
    padding-left: 20px;
}

.footer {
    padding: 8vH 0vW 8vH 0vW;
    text-align: center;
}

.footer img {
    margin: 0 1vh 0 1vh;
}

.kontakt-input {
    color: black;
    border: 0px solid black;
    padding: 13px;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
}

.pLInput {
    margin-left: 5px;
}

.pRInput {
    margin-right: 5px;
}

.kontaktbtn {
    border: none;
    display: inline-block;
    background-color: #d6d65c;
    padding: 15px 100px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.kontaktForm {
    color: black;
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color: #d6d65c;
    padding-top: 10vH;
    padding-bottom: 10vh;
}

textarea.kontakt-input {
    margin-top: 1vh;
    min-height: 15vh;
    margin-bottom: 2vh;
}

form {
    max-width: 420px;
    margin: 50px auto;
}

#kontakt {
    padding-top: 6vh;
}

.kontaktDaten {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sndbtn {
    border: none;
    display: inline-block;
    background-color: #708093;
    padding: 15px 100px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.ref-Pright {
    padding-right: 12px;
    padding-left: 12px;
}

@media(max-width:1600px) {
    .overSizedBg {
        width: 100vW;
        margin-top: 20vh;
    }
}

@media(max-width:1280px) {
    .indentLeft3 {
        padding-left: 8vW;
        padding-right: 8vw;
    }
    .titelzsm3 {
        padding-top: calc(30px + (241 - 30) * ((100vw - 300px) / (2500 - 300)));
    }
    .titelzsm2 {
        padding-top: calc(30px + (241 - 30) * ((100vw - 300px) / (2500 - 300)));
    }
    .midFont2 {
        padding-top: 0vH;
    }
    #refer {
        margin-top: 0px;
    }
    .indentLeft2 {
        padding-right: 3vh;
    }
    #header {
        height: 70vH;
    }
    .col-lg-4 {
        height: 70vh;
    }
    #overlaySection,
    #blenderSection {
        margin-top: 0%;
    }
    body {
        line-height: 1.4;
        z-index: 2;
    }
    .deviceCheck {
        position: relative;
        z-index: 2;
    }
    .overSizedBg {
        height: 100vH;
    }
    #scrollDown img {
        max-height: 70px;
    }
    .sm-special {
        padding-left: 7vW;
        padding-right: 7vW;
    }
    .pTopSmall {
        padding-top: 5vH;
    }
    .pBottomSmall {
        padding-bottom: 5vH;
    }
    .footer {
        padding: 8vH 0vW 8vH 0vW;
    }
    .footer img {
        max-height: 90px;
    }
}

@media(max-width:1200px) {
    img.pTopSmall {
        padding-top: 0vh;
    }
    #kontakt {
        padding-top: 0vh;
        display: flex;
        flex-direction: column-reverse;
    }
}

@media(max-width:800px) {
    .bigFontR {
        padding-top: 7vh;
    }
    .logowrap {
        top: 45vh;
    }
    #scrollDown {
        top: 50vh;
        left: 0;
        padding-left: 3.5vw;
        position: absolute;
        opacity: 0;
        z-index: 2;
    }
    .indentLeft2 {
        padding-left: 9vW;
    }
    .indentLeft {
        padding-left: 9vW;
    }
    .titelzsm2 {
        padding-left: 0vw;
    }
    .col-lg-4 {
        height: 50vh;
    }
    .xs-hidden {
        display: none;
    }
    .deviceCheck {
        position: relative;
        z-index: 3;
    }
    .pTopSmall {
        padding-top: 3vH;
    }
    .pBottomSmall {
        padding-bottom: 6vH;
    }
    #scrollDown img {
        max-height: 50px;
    }
    .xs-noVPadding {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .footer img {
        max-height: 70px;
    }
    #menuWrap {
        padding: 1vh 2vh 1vh 0vh;
    }
    .nav {
        padding: 4vh 8vh 0vh 0vh;
    }
    #navWrap {
        padding-left: 4vw;
    }
}

@media(max-width:500px) {
    form {
        max-width: 320px;
        margin: 50px auto;
    }
    #refer {
        padding-bottom: 2vh;
    }
    .logoTxt {
        width: 30%;
    }
    .footer {
        top: 5vh;
        padding-bottom: 14vh;
    }
}

@media(max-width:320px) {
    form {
        max-width: 280px;
        margin: 50px auto;
    }
}
