﻿html, body {
    background-image: url('/gfx/layout/bg02.png');
    background-position-x: center;
    background-position-y: top;
    background-repeat: repeat-y;
    min-width: 320px;
}
#headerlogo {
    margin-top: 6px;
}
div.content {
    min-height: 0px;
    padding-bottom: 20px !important;
}
div.startpage {
    color: #ffffff;
    text-align: center;
    border: 0px solid #ffffff;
    width: 100%;
    min-height: 865px;
    height: 100vh;
    margin: 0px auto;
    background-image: url('/gfx/layout/bg01.jpg');
    background-image: image-set( url('/gfx/layout/bg01.webp') );
    background-position: top center;
    background-size: cover;
    background-color: #fdfefc;
    background-repeat: no-repeat;
    padding-top: 325px;
    padding-bottom: 90px;
}
.startpage img {
    width: 100%;
}
div.startheadline {
    width: 100%;
    min-width: 320px;
    height: 73px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
}
div.startheadline:hover {
    background-color: rgba(255, 255, 255, 0.30);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: .4s ease;
}
div.headmenustart {
    text-align: right;
    padding-top: 6px;
}
div.headmenustart a {
    color: #ffffff;
}
div.headmenustart a:hover {
    color: #46721F;
}
div.startheadlinebottom1 {
    width: 100%;
    height: 35px;
    margin-top: 250px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
}
div.startheadlinebottom2 {
    width: 100%;
    height: 35px;
    margin-top: 285px;
    position: absolute;
    background-color: rgba(48, 78, 22, 0.6);
}
#start h1 {
    margin: 0px;
    padding: 10px 0px;
}
div.bglightgreen {
    margin-top: 25px;
    padding: 15px;
}
section#start * a {
    display: block;
    line-height: 1;
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    font-size: 1.1em;
}
#randomsentences {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 185px;
    text-align: center;
    vertical-align: middle;
}
#randomsentences span {
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #4d7124;
    text-shadow: 4px 4px 8px white, 0 0 50px rgb(246,235,34), 0 0 10px white;
}
div.startholidaymsg {
    padding: 0px 40px 0px 40px;
}
footer {
    background-color: rgba(0, 0, 0, 0.25);
    height: 35px;
    margin-top: -35px;
    color: #404040;
    font-weight: normal;
}
div.pageborder {
    width: 100%;
    margin: 0px auto;
    background-color: rgba(232, 238, 198, 0.4);
}
div.pageborder div.footer {
    font-size: 0.7rem;
}
div.pagefooterlinks {
    font-size: 0.75em;
}
#startfooterline a {
    color: #404040;
    font-weight: normal;
}
#startfooterline a:hover, div.pagefooterlinks a:hover, div.pageborder div.footer a:hover {
    color: #ffffff;
    font-weight: normal;
}
@media all and (max-width: 600px) {
    #headerlogo {
        width: 152px;
        margin-top: 10px;
        margin-left: 10px;
    }
    div.startpage {
        width: 100%;
        padding-top: 275px;
    }
    div.pageborder {
        width: 100%;
    }
    div.startheadlinebottom1 {
        margin-top: 200px;
    }
    div.startheadlinebottom2 {
        margin-top: 235px;
    }
    #randomsentences {
        margin-top: 135px;
    }
    #randomsentences span {
        font-size: 1em;
    }
    div.bglightgreen {
        margin-top: 12px;
    }
    footer {
        background-color: rgba(74, 101, 14, 0.6);
    }
    footer span {
        font-size: 0.5em;
    }
}
@media all and (max-width: 992px) and (min-width: 601px) {
    div.startpage {
        width: 580px;
        padding-top: 350px;
    }
    div.pageborder {
        width: 580px;
    }
    div.startheadlinebottom1 {
        margin-top: 250px;
    }
    div.startheadlinebottom2 {
        margin-top: 285px;
    }
    #randomsentences {
        margin-top: 155px;
    }
    #randomsentences span {
        font-size: 1.1em;
    }
    div.bglightgreen {
        margin-top: 12px;
    }
    footer span {
        font-size: 0.5em;
    }
}
@media all and (max-width: 1200px) and (min-width: 993px) {
    div.startpage {
        width: 980px;
        padding-top: 375px;
    }
    div.pageborder {
        width: 980px;
    }
    div.startheadlinebottom1 {
        margin-top: 280px;
    }
    div.startheadlinebottom2 {
        margin-top: 315px;
    }
    footer span {
        font-size: 0.7em;
    }
}
@media all and (min-width: 1201px) {
    div.startpage {
        width: 1180px;
        padding-top: 400px;
    }
    div.pageborder {
        width: 1180px;
    }
    div.content {
        width: 1100px;
    }
    div.startheadlinebottom1 {
        margin-top: 330px;
    }
    div.startheadlinebottom2 {
        margin-top: 365px;
    }
    #randomsentences {
        margin-top: 205px;
    }
    #randomsentences span {
        font-size: 1.4em;
    }
    footer span {
        font-size: 0.7em;
    }
}