@charset "UTF-8";



@font-face {
    font-family: 'EuclidFlex-Ultralight-WebS';
    src: url('../fonts/EuclidFlex-Ultralight-WebS.eot');
    /* für IE9 */
    src: url('../fonts/EuclidFlex-Ultralight-WebS.eot?#iefix') format('embedded-opentype'),
        /* für IE6-IE8 */
        url('../fonts/EuclidFlex-Ultralight-WebS.woff') format('woff'),
        /* für moderne Browser */
        url('../fonts/EuclidFlex-Ultralight-WebS.ttf') format('truetype');
    /* für Safari, Android, iOS */
}

@font-face {
    font-family: 'EuclidFlex-Light-WebS';
    src: url('../fonts/EuclidFlex-Light-WebS.eot');
    /* für IE9 */
    src: url('../fonts/EuclidFlex-Light-WebS.eot?#iefix') format('embedded-opentype'),
        /* für IE6-IE8 */
        url('../fonts/EuclidFlex-Light-WebS.woff') format('woff'),
        /* für moderne Browser */
        url('../fonts/EuclidFlex-Light-WebS.ttf') format('truetype');
    /* für Safari, Android, iOS */
}

@font-feature-values 'EuclidFlex-Ultralight-WebS' { @swash { swishy: 1; flowing: 2; } }

.logo {
    width: 96px;
    margin: 16px 0 24px 0;
}
 .visual {
    display: none;
}

body,
html {
    height: 100%;
    font-family: 'EuclidFlex-Light-WebS', Arial, sans-serif;
    background-color: #ff5100;
    
     color: white;
}

body {
    overflow-x: hidden;
}
.bg {
    background-image: url("../img/home-full-bg.png");
    max-width: 1920px;
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

h1,
h2,
h3,
h4 {
    font-family: 'EuclidFlex-Ultralight-WebS', Arial, sans-serif;
    color: white;
    text-transform:uppercase;
    font-variant-alternates: swash(flowing);
}

.mainheadline {
    margin: 32px 0 64px 0;
    font-size: 42px;
}

.kontakt {
    font-family: 'EuclidFlex-Ultralight-WebS', Arial, sans-serif;
    font-size: 20px;
}

.kontaktRow {
    margin-top: 24px;
    margin-bottom: 64px;
}

p {
    font-size: 18px;
    line-height: 150%;
}
strong {
    font-family: 'EuclidFlex-Light-WebS', Arial, sans-serif;
    font-style: normal;
}
a {
    font-family: 'EuclidFlex-Light-WebS', Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    color: white;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
    
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
a:hover {
    background-color: white;
    color: #ff5100;
}
a.homelink:hover{
    background-color: #ff5100;
} 

.footer.metalinks{
    position: absolute;
    bottom: 0px;
    right:0px;
}


/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .mainheadline {
        margin: 96px 0 24px 0;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

    .bg {
        max-width: 520px;
    }
    .kontakt {
        font-size: 22px;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
    .bg {
        /*background-image: url("../img/home-full-bg-nobile.png");*/
        background-image: url("../");
        max-width: 960px;
    }
    .mainheadline {
        margin: -24px 0 64px 0;
        font-size: 42px;
    }
    .kontakt {
        font-size: 24px;
    }
    .kontaktRow {
        margin-top: 4px;
    }
    .logo {
        display: none;
    }
    .visual {
        display: block;
        width: 100%;
    }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { ... }









