
@font-face {
    font-family: 'trebuchet';
    src: url('../fonts/trebuchet.woff') format('woff'),
         url('../fonts/trebuchet.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik';
    src: url('../fonts/rubik-regular-webfont.woff') format('woff'),
         url('../fonts/rubik-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik-mediumitalic';
    src: url('../fonts/rubik-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/rubik-mediumitalic-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik-bolditalic';
    src: url('../fonts/rubik-bolditalic-webfont.woff') format('woff'),
         url('../fonts/rubik-bolditalic-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

_:-ms-lang(x),
_:-webkit-full-screen,
body {
    letter-spacing: -1px;
}

_:-ms-fullscreen,
:root body {
    letter-spacing: -1px;
}


body{margin:0;padding:0;font-size:16px;background:#fff;font-family:rubik; color: #000}
body a{text-decoration:none; color: #3b2b23}
body h1,body h2,body h3{font-weight:normal;margin-top:0 !important}
#app{position:relative;min-height:100vh;min-width:100%;display:flex;align-items:center;justify-content:center;flex-flow:column}
#app .main {position: relative; max-width: 1290px; width: 100%; display: block}
#app .main:before{content:"";display:block;padding-top:68.22%}
#app .main .image{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(../img/background.jpg);background-position:center;background-repeat:no-repeat;background-size:contain}


#app .main .title
{
    position:absolute;
    top:5.5%; left: 4.5%;
    font-family: rubik-bolditalic;
    font-size: 45px;
    color: #125393;
}

#app .main .text
{
    position:absolute;
    width:56%; top:55.5%; bottom:32%; left:4.5%;
    line-height: 1.55;
    color: #fff;
    font-size: 29px;
}

#app .main .kontakt {
    position:absolute;
    top:26%; left:4.5%;
    font-family: trebuchet;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
}

#app .main .kontakt div
{
    margin-top: 21px;
    padding-left: 40px;
}

#app .main .kontakt a
{
    color: #fff;
}

#app .main .angebot1 {
    position:absolute;
    top:83%; left:19%;
    font-family: trebuchet;
    font-size: 16px;
    color: #125393;
    line-height: 1.4;
}

#app .main .angebot2 {
    position:absolute;
    top:83%; left:38.7%;
    font-family: trebuchet;
    font-size: 16px;
    color: #125393;
    line-height: 1.4;
}

#app .main .angebot3 {
    position:absolute;
    top:83%; left:58.3%;
    font-family: trebuchet;
    font-size: 16px;
    color: #125393;
    line-height: 1.4;
}

#app .main .angebot1 a, #app .main .angebot2 a, #app .main .angebot3 a {
    color: #125393 !important;
}

#app .main .angebot1 div, #app .main .angebot2 div, #app .main .angebot3 div{
    margin-top: 8px;
    font-size: 14px;
}


#app .main .instagram
{
    position: absolute;
    width: 3%;
    top: 80%;
    left: 90.6%;
    height: 4%;
}

#app .main .facebook
{
    position: absolute;
    width: 3%;
    top: 80%;
    left: 94.4%;
    height: 4%;
}


#app .main .button
{
    position:absolute;
    width:26%; top:87.3%; left:73.5%;
    line-height: 1.55;
    color: #fff;
    font-size: 20px;
}

#app .main .footer
{
    position: absolute;
    right: 40px;
    height: 20px;
    top: 94%;
    -text-align: right;
    color: #ffffff;
    font-family: rubik;
    font-size: 16px;
}

#app .main .footer a
{
    font-family: rubik;
    font-size: 16px;
    color: #ffffff;
    margin: 0 5px;
}


@media only screen and (max-width:1290px) {
    #app .main .title {
        font-size: 3.50vw;
    }

    #app .main .text {
        font-size: 2.25vw;
    }

    #app .main .angebot1, #app .main .angebot2, #app .main .angebot3 {
        font-size: 1.25vw;
    }

    #app .main .angebot1 div, #app .main .angebot2 div, #app .main .angebot3 div {
        margin-top: 0.6vw;
        font-size: 1.08vw;
    }


    #app .main .kontakt {
        font-size: 1.38vw;
    }

    #app .main .kontakt div {
        margin-top: 1.63vw;
        padding-left: 3.13vw;
    }

    #app .main .button {
        font-size: 1.55vw;
    }

    #app .main .footer
    {
        right: 3.2vw;
        font-size: 1.2vw;
    }

    #app .main .footer a
    {
        font-size: 1.2vw;
    }
}