@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/myriadproregular.eot');
    src: url('../fonts/myriadproregular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/myriadproregular.woff') format('woff'),
    url('../fonts/myriadproregular.ttf') format('truetype'),
    url('../fonts/myriadproregular.svg#myriadproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/myriadprosemibold.eot');
    src: url('../fonts/myriadprosemibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/myriadprosemibold.woff') format('woff'),
    url('../fonts/myriadprosemibold.ttf') format('truetype'),
    url('../fonts/myriadprosemibold.svg#myriadprobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@media all and (orientation: landscape) {
	body {
	    background-position-y: 9%;
	}
	
}

@media all and (min-width: 768px) {
	body {
	    background-position-y: 8%;
	}
}

.mobile body,
.mobile #main-content {
    -webkit-background-size: auto !important;
    background-size: auto !important;
}

/*Bootstrap Basics Start*/

.text-center {
    text-align: center;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row::before,
.row::after {
    display: table;
    content: " ";
}

.row::after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.margin-small-top {
    margin-top: 20px;
}

.margin-top {
    margin-top: 40px;
}

.margin-medium-top {
    margin-top: 60px;
}

.margin-bottom {
    margin-bottom: 40px;
}

/*Bootstrap Basics End*/

/*Mediathek Link Start*/

#teaser-chance {
    position: relative;
}

#media-link {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    max-width: 280px;
    border-width: 1px;
    color: #000000;
    border-color:rgba(253,194,78,1);
    font-weight:bold;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    box-shadow:inset 0px 1px 0px 0px rgba(255,251,202,1);
    text-shadow:inset 0px 1px 0px rgba(222,173,89,1);
    background:linear-gradient(rgba(255,236,206,1), rgba(222,173,89,1));
}

#media-link:hover {
    background: linear-gradient(rgba(222,173,89,1), rgba(255,236,206,1));
}

/*Mediathek Link End*/

*, html, body, p, table, dt, dl, caption, table, div, p, span, input, textarea, select {
    font-family: "MyriadPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.3;
    color: #f8ca79;
}

h1, h2, h3, h4, h5,
#teaser p {
    position: relative;
    background: -webkit-linear-gradient(45deg, rgba(255,236,206,1) 2%,rgba(222,173,89,1) 20%,rgba(255,251,202,1) 30%,rgba(253,194,78,1) 50%,rgba(255,251,202,1) 60%,rgba(222,173,89,1) 75%,rgba(255,251,202,1) 85%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/*IE11 Headline Color*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    h1, h2, h3, h4, h5 {
        color: rgba(253,194,78,1);
    }
}

h1::after,
#teaser h1::before,
h2::after,
#teaser h2::before,
h3::after,
h4::after,
h5::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(title);
    width: 100%;
    height: 100%;
    font-family: MyriadPro, sans-serif;
    font-weight: bold;
    z-index: -10;
    pointer-events: none;
    text-shadow: #000000 1px 1px 8px;
}

#teaser div p[data-title] {
    position: relative;
    margin: 0;
}

#teaser div p[data-title]::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-title);
    width: 100%;
    height: 100%;
    font-family: MyriadPro, sans-serif;
    font-weight: normal;
    z-index: -10;
    pointer-events: none;
    text-shadow: #000000 1px 1px 4px;
}

h1,
h1::after {
    font-size: 36px;
}

h2,
h2::after {
    font-size: 28px;
}

h3,
h3::after {
    font-size: 26px;
}

h4,
h4::after {
    font-size: 22px;
}

h5,
h5::after {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* HEADER */

#main-header {
    position: fixed;
    z-index: 3;
    width: 100%;
}

.container,
.container-fluid {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
    overflow: hidden;
}

#toplogo {
    display: inline-block;
}

#toplogo:hover {
    opacity: 0.9;
}

#toplogo img {
    height: auto;
    width: 120px;
}

#menu-button {
    width: 40px;
    height: auto;
    float: right;
    margin-top: 16px;
    cursor: pointer;
    position: relative;
}

#menu-button img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#menu-button #menu-close {
    visibility: hidden;
    opacity: 0;
}

#menu-button.menu-open #menu-close {
    visibility: visible;
    opacity: 1;
}

#menu-button.menu-open #menu-open {
    visibility: hidden;
    opacity: 0;
}


nav {
    background-color: black;
    font-size: 18px;
    display: none;
}

nav ul li {
    display: inline-block;
    width: 100%;
    background: -moz-linear-gradient(0deg, rgba(222, 173, 89, 1) 4%, rgba(237, 209, 141, 1) 10%, rgba(255, 251, 202, 1) 17%, rgba(253, 221, 136, 1) 27%, rgba(253, 194, 78, 1) 36%, rgba(253, 220, 135, 1) 50%, rgba(255, 251, 202, 1) 66%, rgba(237, 210, 143, 1) 81%, rgba(222, 173, 89, 1) 95%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(222, 173, 89, 1)), color-stop(10%, rgba(237, 209, 141, 1)), color-stop(17%, rgba(255, 251, 202, 1)), color-stop(27%, rgba(253, 221, 136, 1)), color-stop(36%, rgba(253, 194, 78, 1)), color-stop(50%, rgba(253, 220, 135, 1)), color-stop(66%, rgba(255, 251, 202, 1)), color-stop(81%, rgba(237, 210, 143, 1)), color-stop(95%, rgba(222, 173, 89, 1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(222, 173, 89, 1) 4%, rgba(237, 209, 141, 1) 10%, rgba(255, 251, 202, 1) 17%, rgba(253, 221, 136, 1) 27%, rgba(253, 194, 78, 1) 36%, rgba(253, 220, 135, 1) 50%, rgba(255, 251, 202, 1) 66%, rgba(237, 210, 143, 1) 81%, rgba(222, 173, 89, 1) 95%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(222, 173, 89, 1) 4%, rgba(237, 209, 141, 1) 10%, rgba(255, 251, 202, 1) 17%, rgba(253, 221, 136, 1) 27%, rgba(253, 194, 78, 1) 36%, rgba(253, 220, 135, 1) 50%, rgba(255, 251, 202, 1) 66%, rgba(237, 210, 143, 1) 81%, rgba(222, 173, 89, 1) 95%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(222, 173, 89, 1) 4%, rgba(237, 209, 141, 1) 10%, rgba(255, 251, 202, 1) 17%, rgba(253, 221, 136, 1) 27%, rgba(253, 194, 78, 1) 36%, rgba(253, 220, 135, 1) 50%, rgba(255, 251, 202, 1) 66%, rgba(237, 210, 143, 1) 81%, rgba(222, 173, 89, 1) 95%); /* ie10+ */
    background: linear-gradient(90deg, rgba(222, 173, 89, 1) 4%, rgba(237, 209, 141, 1) 10%, rgba(255, 251, 202, 1) 17%, rgba(253, 221, 136, 1) 27%, rgba(253, 194, 78, 1) 36%, rgba(253, 220, 135, 1) 50%, rgba(255, 251, 202, 1) 66%, rgba(237, 210, 143, 1) 81%, rgba(222, 173, 89, 1) 95%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEAD59', endColorstr='#DEAD59', GradientType=1); /* ie6-9 */
    padding: 5px 10px;
    border-top: 1px solid rgb(173,136,64);
}

nav ul li a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

nav ul.head-meta li a {
    color: #555555;
    font-size: 16px;
}

#teaser-heading {
    margin-top: 50px;
}

#teaser h1,
#teaser h1::after,
#teaser h2,
#teaser h2::after {
    text-align: center;
}

#teaser h1,
#teaser h1::before,
#teaser h1::after {
    font-size: 60px;
}

#teaser h2,
#teaser h2::before,
#teaser h2::after {
    font-size: 40px;
}

#teaser h1::after,
#teaser h2::after {
    text-shadow: -2px -2px 0 #946f30, -2px -1px 0 #946f30, -2px 0 0 #946f30, -2px 1px 0 #946f30, -2px 2px 0 #946f30,
    -1px -2px 0 #946f30, -1px -1px 0 #946f30, -1px 0 0 #946f30, -1px 1px 0 #946f30, -1px 2px 0 #946f30,
    0 -2px 0 #946f30, 0 -1px 0 #946f30, 0 0 0 #946f30, 0 1px 0 #946f30, 0 2px 0 #946f30,
    1px -2px 0 #946f30, 1px -1px 0 #946f30, 1px 0 0 #946f30, 1px 1px 0 #946f30, 1px 2px 0 #946f30,
    2px -2px 0 #946f30, 2px -1px 0 #946f30, 2px 0 0 #946f30, 2px 1px 0 #946f30, 2px 2px 0 #946f30;
}

#teaser h1::before,
#teaser h2::before {
    z-index: -5;
    content: attr(title);
    text-shadow: -1px -1px 0 #584219, -1px 0 0 #584219, -1px 1px 0 #584219,
    0 -1px 0 #584219, 0 0 0 #584219, 0 1px 0 #584219,
    1px -1px 0 #584219, 1px 0 0 #584219, 1px 1px 0 #584219;
}

/* MAIN */

.content h1,
.content h2,
.content h3 {
    text-align: center;
}

#main-content .container,
#meta-content .container {
    height: 100%;
    padding-top: 20px;
    position: relative;
}

#teaser {
    height: 100%;
    min-height: 90vh;
    z-index: 2;
    position: relative;
    background: transparent url(../img/background.webp) no-repeat center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #f8ca79;
}

#meta-content #teaser {
    min-height: 60vh;
}

#teaser::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25vh;
    display: block;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

#teaser .container {
    z-index: 3;
}

#teaser-prize {
    text-align: left;
}

#teaser-chance {
    text-align: center;
}

.background-blurred {
    background: transparent url(../img/background-blurred.jpg) no-repeat center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #f8ca79;
}

.bgd-devider + .content,
#content-footer,
#main-footer {
    background-color: #18324C;
}

.content a:hover,
.footer-nav .active a {
    color: #f8ca79;
}

.head-meta .active a {
    color: #111111;
}

table {
    width: 100%;
    padding: 8px;
}

table tr th {
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #f8ca79;
}

th {
    padding: 8px 8px 2px 8px;
}

td {
    padding: 3px 8px;
}

#table-1 tr td:last-child, #table-1 tr th:last-child {
    width: 12%;
    text-align: right;
}

#table-2 tr th {
    text-align: right;
}

#table-2 tr th:first-child,
#table-2 tr td:first-child {
    text-align: left;
    max-width: 60px;
}

#table-2 tr th:nth-child(2),
#table-2 tr td:nth-child(2) {
    text-align: left;
    max-width: 50px;
}

#table-2 tr th:last-child, #table-2 tr td:last-child {
    width: 30%;
    text-align: right;
}

#table-3 tr td:last-child {
    text-align: left;
}

#table-1 tr td:nth-child(2) {
    text-align: right;
    padding-right: 20px;
    width: 1%;
}

#table-3 tr td:nth-child(3) {
    text-align: right;
    padding-right: 10px;
}

#table-3 tr td:nth-child(2) {
    text-align: center;
}

#table-2 tr th:nth-child(2) {
    padding-right: 10px;
}

#table-2 tr td:nth-child(2) {
    padding-left: 10px;
}

#table-2 tr td:nth-child(3) {
    text-align: right;
    padding-right: 10px;
}

#table-1:last-child .last-table-cell {
    border: none;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 23px;
}

#table-2:last-child .last-table-cell,
#table-3:last-child .last-table-cell {
    border: none;
    text-align: left;
    padding-top: 20px;
}

.last-table-cell {
    opacity: 0.7;
}

.bgd-devider {
    height: 20vh;
    background: #000000 url(../img/background.webp) no-repeat fixed center 15%;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #f8ca79;
}

#companies img {
    max-width: 150px;
    height: auto;
}

#companies a:hover > img {
    opacity: 0.7;
}

@media all and (min-width: 1480px) {
    #companies img {
        max-width: 180px;
    }
}

#companies a,
.footer-nav a {
    text-decoration: none;
}

.company-state {
    border-bottom: 1px solid #f8ca79;
    padding: 25px 0;
}

.company-state:last-child {
    border-bottom: none;
}

#content-footer {
    margin-bottom: 0;
}

@media all and (max-width: 991px) {
    #content-footer .col-md-4 {
        text-align: center;
    }
}

#content-footer img {
    margin-top: 20px;
}

#content-footer a:hover > img {
    opacity: 0.7;
}

#content-footer {
    border: none;
}

.content {
    position: relative;
    z-index: 2;
}

/* FOOTER */

.footer-nav ul li a {
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
}

#main-footer .container {
    border-top: 1px solid #f8ca79;
}

@media all and (min-width: 360px) {
    h2,
    h2::before,
    h2::after {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    table,
    table nobr {
        border-spacing: 2px;
        border-collapse: collapse;
    }

    #table-1 tr td:nth-child(2) {
        padding-right: 50px;
    }

}

@media all and (min-width: 768px) {

    #teaser-heading {
        margin-top: 0;
    }

    #teaser h1,
    #teaser h1::after,
    #teaser h2,
    #teaser h2::after {
        text-align: left;
    }

    #teaser h1,
    #teaser h1::before,
    #teaser h1::after {
        font-size: 70px;
    }

    #teaser h2,
    #teaser h2::before,
    #teaser h2::after {
        font-size: 35px;
    }

    /* HEADER */

    #menu-button {
        width: 52px;
    }

    #menu-button:hover {
        opacity: 0.8;
    }

    .container {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    #toplogo img {
        width: 167px;
    }

    nav {
        max-width: 400px;
        float: right;
    }
    
    nav ul li a:hover {
        opacity: 0.7;
    }

    /* MAIN */

    #main-content .container,
    #meta-content .container {
        padding-top: 80px;
    }

    #teaser-heading img {
        max-width: 700px;
        height: auto;
    }

    #plan {
        overflow: hidden;
    }

    table {
        font-size: 18px;
        padding: 0;
    }

    #table-2 tr th:first-child,
    #table-2 tr td:first-child {
        max-width: none;
    }

    td {
        padding: 10px 5px;
    }

    th {
        padding: 5px;
    }

    #table-1 tr td:nth-child(2) {
        width: auto;
        padding-right: 10px;
    }

    #table-1 tr td:last-child, #table-1 tr th:last-child {
        width: 9%;
    }

    #conditions p {
        width: 65%;
    }

    #content-footer img {
        margin-top: 0;
    }
    
    #content-footer-text a:hover,
    #conditions a:hover {
    	text-decoration: none;
    	opacity: 0.8;
    }
    
    .company-state a:hover {
    	opacity: 0.8;
    }

    .footer-nav ul {
        float: right;
    }

    .footer-nav ul li {
        display: inline;
    }
}

@media all and (min-width: 992px) {
	.container {
        width: 980px;
        padding-left: 0;
        padding-right: 0;
    }

    h1,
    h1::before,
    h1::after {
        font-size: 76px;
    }

    #teaser h1,
    #teaser h1::before,
    #teaser h1::after {
        font-size: 90px;
    }

    #teaser h1::after,
    #teaser h2::after {
        text-shadow: -4px -4px 0 #946f30,4px -3px 0 #946f30, -4px -2px 0 #946f30, -4px -1px 0 #946f30, -4px 0 0 #946f30, -4px 1px 0 #946f30, -4px 2px 0 #946f30, -4px 3px 0 #946f30, -4px 4px 0 #946f30,
        -3px -4px 0 #946f30, -3px -3px 0 #946f30, -3px -2px 0 #946f30, -3px -1px 0 #946f30, -3px 0 0 #946f30, -3px 1px 0 #946f30, -3px 2px 0 #946f30, -3px 3px 0 #946f30, -3px 4px 0 #946f30,
        -2px -4px 0 #946f30, -2px -3px 0 #946f30, -2px -2px 0 #946f30, -2px -1px 0 #946f30, -2px 0 0 #946f30, -2px 1px 0 #946f30, -2px 2px 0 #946f30, -2px 3px 0 #946f30, -2px 4px 0 #946f30,
        -1px -4px 0 #946f30, -1px -3px 0 #946f30, -1px -2px 0 #946f30, -1px -1px 0 #946f30, -1px 0 0 #946f30, -1px 1px 0 #946f30, -1px 2px 0 #946f30, -1px 3px 0 #946f30, -1px 4px 0 #946f30,
        0 -4px 0 #946f30, 0 -3px 0 #946f30, 0 -2px 0 #946f30, 0 -1px 0 #946f30, 0 0 0 #946f30, 0 1px 0 #946f30, 0 2px 0 #946f30, 0 3px 0 #946f30, 0 4px 0 #946f30,
        1px -4px 0 #946f30, 1px -3px 0 #946f30, 1px -2px 0 #946f30, 1px -1px 0 #946f30, 1px 0 0 #946f30, 1px 1px 0 #946f30, 1px 2px 0 #946f30, 1px 3px 0 #946f30, 1px 4px 0 #946f30,
        2px -4px 0 #946f30, 2px -3px 0 #946f30, 2px -2px 0 #946f30, 2px -1px 0 #946f30, 2px 0 0 #946f30, 2px 1px 0 #946f30, 2px 2px 0 #946f30, 2px 3px 0 #946f30, 2px 4px 0 #946f30,
        3px -4px 0 #946f30, 3px -3px 0 #946f30, 3px -2px 0 #946f30, 3px -1px 0 #946f30, 3px 0 0 #946f30, 3px 1px 0 #946f30, 3px 2px 0 #946f30, 3px 3px 0 #946f30, 3px 4px 0 #946f30,
        4px -4px 0 #946f30, 4px -3px 0 #946f30, 4px -2px 0 #946f30, 4px -1px 0 #946f30, 4px 0 0 #946f30, 4px 1px 0 #946f30, 4px 2px 0 #946f30, 4px 3px 0 #946f30, 4px 4px 0 #946f30;
    }

    h2,
    h2::before,
    h2::after {
        font-size: 55px;
    }

    #teaser h2,
    #teaser h2::before,
    #teaser h2::after {
        font-size: 45px;
    }

    h3,
    h3::after {
        font-size: 46px;
    }

    h4,
    h4::after {
        font-size: 30px;
    }

    h5,
    h5::after {
        font-size: 26px;
    }

}


@media all and (min-width: 1080px) {
    nav ul {
        max-width: none;
    }

    nav ul li {
        padding-top: 8px;
        padding-bottom: 6px;
        margin-bottom: 0;
    }

    nav ul li a {
        font-size: 22px;
    }

    nav ul.head-meta li a {
        font-size: 18px;
    }
}

@media all and (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}

@media all and (min-width: 1480px) {
    .container {
        width: 1440px;
    }

    #teaser h1,
    #teaser h1::before,
    #teaser h1::after {
        font-size: 120px;
    }

    #teaser h2,
    #teaser h2::before,
    #teaser h2::after {
        font-size: 65px;
    }
}

@media all and (max-width: 767px) {
    .row > * {
        margin-bottom: 25px;
    }
}

.align-center-xs {
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .align-center-sm {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .align-center-md {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .align-center-lg {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 400px) {
    #table-1,
    #table-2 {
        margin: 0 -8px;
    }
    #table-1 *,
    #table-2 * {
        font-size: 14px;
    }
}

@media (max-width: 330px) {
    #table-1 *,
    #table-2 * {
        font-size: 13px;
    }
}