
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p,
ul,
ol {
    margin-bottom: 10px;
}

b,
strong {
    font-weight: 700;
}

q,
blockquote {
    background: #eee;
    border-left: 5px solid #aaa;
    display: block;
    margin: 60px 0 30px;
    padding-left: 20px;
    text-indent: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

embed,
img,
object {
    max-width: 100%;
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
}

figure {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.button {
    border: 0;
    background: #555;
    color: #fff;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 10px 20px;
}

.button:hover {
    opacity: .8;
}

.hide {
    display: none;
}

.table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 20;
}

.cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.site-header {
    float: left;
    text-align: center;
    width: 100%;
}

/* PRELOADER ---------------------------------------------------------------------------- */

.site-preloader {
    background: rgba(141,154,54,1.0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999 !important;
}

.loading {
    text-align: center;
}

.loading h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 20px;
}

.loading h3 {
    -webkit-animation: loading 0.5s ease infinite;
    -moz-animation: loading 0.5s ease infinite;
    animation: loading 0.5s ease infinite;
}

@-webkit-keyframes loading {
    0% { opacity: 0.25; }
    50% { opacity: 1; }
    100% { opacity: 0.25; }
}

@-moz-keyframes loading {
    0% { opacity: 0.25; }
    50% { opacity: 1; }
    100% { opacity: 0.25; }
}

@keyframes loading {
    0% { opacity: 0.25; }
    50% { opacity: 1; }
    100% { opacity: 0.25; }
}

/* HEADER ------------------------------------------------------------------------------- */

.site-header {
    background-color: #ffffff;
    /* background: url(../img/backgrounds/header/header-background_small.jpg) top center no-repeat;
    background-size: cover; */
    color: #fff;
    padding: 45px 0 30px;
    position: relative;
    top: 0;
    z-index: 10;
}

.site-header.table {
    height: auto;
}

.site-header-overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

.hgroup {
    position: relative;
    z-index: 40;
    margin-top: -80px;
}

.site-header h1 {
    font-size: 2.6rem;
    margin: 0 0 20px;
}

.site-header h1 span {
    display: block;
    font-family: 'Domine', serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 5px;
}

.site-header .ghost {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 12px 20px 12px;
}

.site-header .ghost:hover {
    background: #fff;
    border-color: transparent;
    color: #555;
    opacity: 1;
}

/*
.site-header .about-link {
    display: none;
}
*/

.site-header .about-link {
    bottom: 55px;
    display: block;
    float: left;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.site-header .read-more {
    border: 0;
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-animation: scrolldown 1.5s ease infinite;
    -moz-animation: scrolldown 1.5s ease infinite;
    animation: scrolldown 1.5s ease infinite;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.site-header .read-more:hover,
.site-header .read-more:active,
.site-header .read-more:focus
{
    text-decoration: none !important;
}

.site-header {
    background-color: #ffffff;
    /* background: url(../img/backgrounds/header/header-background_medium.jpg); */
    background-size: cover;
    max-height: 800px;
    position: relative;
    text-align: center;
    /**/
    /*min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
    /*height: auto !important; /* important Behelf (bei modernen Browsern */
    /*height: 100%; /* IE soll wie gewünscht interpretieren */
    /*overflow: hidden !important; /* Firefox Scrollleiste */
}
.site-header.table {
    height: 100% !important;
    margin-bottom: 0;
}


/* RESPONSIVE
----------------------------------------------------------------------------------------- */

@media screen and (min-width: 760px) {

    /*
    .site-header {
        min-height: 800px;
    }
    */

    .site-header h1 {
        font-size: 4.6rem;
    }

    .site-header h1 span {
        font-size: 3rem;
    }

    .site-header .ghost {
        font-size: 1.4rem;
    }

}

/* 960px -------------------------------------------------------------------------------- */

@media screen and (min-width: 960px) {

    /*
    .site-header {
        background-color: #ffffff;
        background: url(../img/backgrounds/header/header-background_medium.jpg);
        background-size: cover;
        max-height: 800px;
        position: relative;
        text-align: center;
    }

    .site-header.table {
        height: 100%;
        margin-bottom: 0;
    }
    */

    .site-header h1 {
        font-size: 6rem;
        margin: 0 0 40px;
    }

    .site-header h1 span {
        display: block;
        font-family: 'Domine', serif;
        font-size: 3.4rem;
        font-weight: 400;
    }

    .site-header .ghost {
        font-size: 1.8rem;
        font-weight: 400;
    }

    /*
    .site-header .about-link {
        bottom: 50px;
        display: block;
        float: left;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 20;
    }

    .site-header .read-more {
        border: 0;
        color: #555555;
        font-size: 1.6rem;
        font-weight: 400;
        padding: 0;
        position: relative;
        top: 0;
        -webkit-animation: scrolldown 1.5s ease infinite;
        -moz-animation: scrolldown 1.5s ease infinite;
        animation: scrolldown 1.5s ease infinite;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
    }
    */

    .site-header .read-more span {
        font-size: 3rem;
    }

    @-webkit-keyframes scrolldown {
        0% { top: 0; }
        50% { top: 10px; }
        100% { top: 0; }
    }

    @-moz-keyframes scrolldown {
        0% { top: 0; }
        50% { top: 10px; }
        100% { top: 0; }
    }

    @keyframes scrolldown {
        0% { top: 0; }
        50% { top: 10px; }
        100% { top: 0; }
    }

}

@media screen and (min-width: 1170px) {

    .site-header {
        background-color: #ffffff;
        /* background: url(../img/backgrounds/header/header-background_large.jpg); */
        max-height: inherit;
    }

    .site-header h1 {
        font-size: 8rem;
    }

    .site-header h1 span {
        font-size: 3.6rem;
    }

}
