/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@font-face {
    font-family: 'robotobold';
    src: url('../_fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../_fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../_fonts/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
    color: #3f3827;
}

a, a:hover {
    text-decoration: none;
    color: #222222;
}

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

* {
    border-width: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

hr {
    position: relative;
    display: inline;
    width: auto;
    height: 0;
    border-bottom: 1px solid black;
}


h1 {
    font: 2.8em/1.2em 'Times New Roman', Times, serif;
    margin-bottom: 40px;
    color: #c19a6e;
}

h2 {
    font: 2.4em/1.2em 'Times New Roman', Times, serif;
    color: #c19a6e;
}

p {
}

b, strong {
    font-family: 'robotoregular', Arial, sans-serif !important;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.logo {
    position: fixed;
    left: 7%;
    top: 50px;
    width: 20%;
    height: auto;
    z-index: 100;
}

.headerquote {
    position: fixed;
    left: 8%;
    top: 30%;
    width: 40%;
    height: auto;
    color: #c19a6e;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    z-index: 100;
}

.sternbox {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.contentbox {
    width: 100%;
    height: auto;
    padding: 15vh 5vw 10vh 5vw;
    z-index: 2;
}

.textbox {
    width: 100%;
    height: auto;
    font: 1.1em/1.6em 'robotolight', Arial, sans-serif;
    color: #343230;
}

.textbox b, .textbox strong {
    display: inline-block;
    font: 1.0em/1.2em 'Times New Roman', Times, serif !important;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    background: #e8e8e8;
    letter-spacing: 0.1em;
}

.textbox a {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0.5em 1.0em;
    margin: 0.5em 0;
    
    font-family: 'robotobold', Arial, sans-serif;    
    text-align: center;
    
    background: transparent;
    text-decoration: none;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;
}

.textbox a.white {
    border: 1px solid #3f3827;
    color: #3f3827;
}

.textbox a.dark {
    border: 1px solid white;
    color: white;
}

.textbox a.white:hover {
    text-decoration: none;
    background: #3f3827;
    color: white;
}

.textbox a.dark:hover {
    text-decoration: none;
    background: white;
    color: #3f3827;
}

.divider {
    position: relative;
    height: 1px;
    width: 100%;
    background: #dddddd;
    margin: 20px 0 20px 0;
}

.eventtitle {
    font: 1.2em/1.2em 'Times New Roman', Times, serif;
    font-weight: bold;
    color: #c19a6e;
    margin: 20px 0 10px 0px;
    padding: 0;
}

.dark {
    background: transparent;
    color: white;
}

h1.dark, h2.dark {
    color: #c19a6e;
}

.white {
    background: #ffffff;
    color: #c19a6e;
}

.Liste {
    display: inline-block;
    padding: 6px 0;
    border-bottom: 1px dotted #3f3827;
    font: 1.1em/1.5em 'Times New Roman', Times, serif;
    color: #c19a6e;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


p.footer {
    width: 100%;
    height: auto;
    font: 1.0em/1.5em 'robotolight', Arial, sans-serif;
    text-align: center;
}

.footer a:hover {
    text-decoration: underline;
}

a.button-down {
    position: absolute;
    bottom: 6%;
    left: 6%;
    z-index: 100;
    width: 40px;
    height: 50px;
}
a.button-down img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (min-width: 200px) {
    .logo { width: 320px; top: 50px; }
    .headerquote { top: 150px; width: 84%;}
    .sternbox { width: 80%; left: 10%; top: 46%; }
    .contentbox { padding: 15vh 10vw 10vh 10vw; }
}
@media only screen and (min-width: 578px) {
    .logo { width: 340px; top: 60px; }
    .headerquote { top: 160px; width: 84%;}
    .sternbox { width: 70%; left: 15%; top: 45%; }
    .contentbox { padding: 15vh 10vw 10vh 10vw; }
}
@media only screen and (min-width: 768px) {
    .logo { width: 350px; top: 60px }
    .headerquote { top: 170px; width: 84%; }
    .sternbox { width: 60%; left: 20%; top: 30%; }
    .contentbox { padding: 15vh 15vw 10vh 15vw; }
}
@media only screen and (min-width: 992px) {
    .logo { width: 350px; }
    .headerquote { top: 170px; width: 84%; }
    .sternbox { width: 45%; left: 27.5%; top: 28%; }
    .contentbox { padding: 15vh 20vw 10vh 20vw; }
}
@media only screen and (min-width: 1200px) {
    .logo { width: 380px; }
    .headerquote { top: 180px; width: 84%; }
    .sternbox { width: 40%; left: 30%; top: 22%; }
    .contentbox { padding: 15vh 25vw 10vh 25vw; }
}
@media only screen and (min-width: 1800px) {
    .logo { width: 400px; }
    .headerquote { top: 190px; width: 84%; }
    .sternbox { width: 35%; left: 30%; top: 25%; }
    .contentbox { padding: 15vh 30vw 10vh 30vw; }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/