* { box-sizing: border-box; outline: none; }

html, body {
    min-height: 100%;
    overflow-y: scroll;
}

body {
    color: #2a2927;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    background: #000 url(../images/bg-body.jpg) top left / cover fixed no-repeat;
}

body.page-landing {
    background-image: url(../images/bg-landing-2.png);
    background-size: cover;
}
@media screen and (max-width: 991px) {
    body {
        background-position: center;
    }
    body.page-landing {
        background-position: top left;
    }
}
@media screen and (max-width: 767px) {
    body.page-landing {
        background: #000 !important;
    }
}

body.page-everyday,
body.page-greencode {
    background-image: url(../images/bg-no-claim.jpg);
    background-size: cover;
}

.landing-button {
    position: absolute;
    top: 39vh;
    left: 6.8vw;
    z-index: 5;
}
@media screen and (max-height: 1079px) {
    .landing-button {
        left: 132px;
        top: 440px;
    }
}
@media screen and (max-width: 1919px) {
    .landing-button {
        left: 132px;
    }
}
@media screen and (min-width: 1920px) {
    .landing-button {
        top: 25vw;
    }
}
@media screen and (min-width: 1920px) and (max-height: 1079px) {
    .landing-button {
        top: calc(100vw / 4.75);
    }
}

@media screen and (max-width: 1920px) and (max-height: 1079px) {
    .landing-button {
        top: 50%;
    }
}


ol {
    padding: 0 0 0 20px;
}
    ol li {
        margin: 0 0 10px;
    }


/*headlines*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'metaboldregular', Arial, Helvetica, sans-serif;
    line-height: 1.33;
}
h1 {
    font-size: 1.75rem;
    text-transform: uppercase;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 1rem;
}
h1, h2 {
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
}
h3 {
    margin-top: 0.85rem;
    margin-bottom: 1rem;
}

h1 + h3 {
    margin-top: 0;
}

.content h1:first-child,
.inner-bg h2:first-child {
    margin-top: 0;
}
.content.content-landing h1 {
    color: #fff;
}
.content.content-landing h1 span {
    color: #6CCE00;
}
/*headlines*/

p {
    margin-bottom: 1.25rem;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #4F9304;
}
.font-italic em {
    font-style: italic;
}
.font-normal {
    font-style: normal !important
}

.dark em {
    color: #6CCE00;
}

/*video,*/
/*video object {*/
    /*max-width: 100%;*/
/*}*/
/*video,*/
/*object {*/
    /*margin-bottom: 20px;*/
/*}*/



.mainContainer a {
    text-decoration: none;
    color: #333;
}

#content a {
    background-color: #b2ff00;
    color: black;
    font-style: italic;
    text-decoration: none;
}

#content a:hover {
    background-color: black;
    color: #b2ff00;
}

#content img {
    max-width: 100%;
    height: auto !important;
}

#content table {
    max-width: 100% !important;
}

.content .sponsor {
    height: 50px;
    margin: 20px 20px;
}


.content .sponsor img.max-height {
    max-height: 50px;
}

.content .sponsor img.max-width {
    max-width: 250px;
}

.content .sponsor img.mtop10 {
    margin-top: 10px;
}

.content .sponsor img.mtop20 {
    margin-top: 20px;
}

.abstand-grill {
    width: 45%;
    font-size: 14px;
    vertical-align: top;
}

.bild-grill {
    text-align: center;
}

.preise .p1 {
    background: #DAA520;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
}

.preise .p2 {
    background: #C0C0C0;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
}

.preise .p3 {
    background: #b86531;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
}

.fatLink {
    font-weight: bold;
    color: black;
    text-decoration: none;
    background-color: #b2ff00;
    padding: 2px 5px;
}

.fatLink:hover {
    color: #b2ff00;
    background-color: black;
}

.mainContainer a:hover {
    text-decoration: none;
    color: #000;
}

/* Container */

.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

/*@media (max-width: 767px) {*/
    /*.container {*/
        /*padding: 0 10px;*/
    /*}*/
/*}*/

/* TERTIAER */
.tertiaer ul {
    text-align: right;
    /*margin: 0 20px 0 0;*/
    padding: 15px 0;
    list-style: none;
}

.tertiaer ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tertiaer ul li a {
    display: block;
    padding: 4px 11px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
    -moz-transition: color 0.2s ease, text-shadow 0.2s ease;
    -ms-transition: color 0.2s ease, text-shadow 0.2s ease;
    -o-transition: color 0.2s ease, text-shadow 0.2s ease;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.tertiaer ul li a:last-child {
    padding-right: 20px;
}

    .tertiaer ul li a:hover {
        color: #ddd;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }


/* MAIN & MOBILE MENU */
.mobileMenu {
    padding: 30px 0 15px 0;
    background: #6CCE00;
}

.mobileMenu ul {
    list-style: none;
}
.mobileMenu ul li {
    display: block;
}
.mobileMenu ul li a {
    display: block;
    padding: 10px 30px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.mobileMenu ul li a:hover {
    color: #4F9304;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}
.mobileMenu ul li.aktiv a {
    color: #2a2927;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}


.mobileMenuToggle {

}
    .mobileMenuToggle .navbar-toggler {
        padding: 0;
        border: none;
    }
    .mobileMenuToggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
    padding: 15px 30px;
}

@media (max-width: 767px) {
    .navbar {
        padding: 15px 10px;
    }
}

.mainMenuBg {
    width: 100%;
    height: 50px;
    margin: 20px 0 20px 0;
    background: #6CCE00;
}

.mainNav {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
    .mainNav > li {
        margin: 0;
        display: inline-block;
        list-style-type: none;
    }
        .mainNav a {
            font-weight: 600;
            font-size: 15px;
            padding: 12px 20px;
            margin: 0;
            height: 50px;
            display: block;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
            -moz-transition: color 0.2s ease, text-shadow 0.2s ease;
            -ms-transition: color 0.2s ease, text-shadow 0.2s ease;
            -o-transition: color 0.2s ease, text-shadow 0.2s ease;
            transition: color 0.2s ease, text-shadow 0.2s ease;
        }
            .mainNav a.current,
            .mainNav a:hover,
            .mainNav a.section {
                color: #4F9304;
                text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
            }
            .mainNav li.aktiv a {
                color: #2a2927;
                text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
            }

ul li a.inverted {
    color: #6CCE00;
    background: #fff;
    text-shadow: none;
}
    ul li a.inverted.current,
    ul li a.inverted:hover,
    ul li a.inverted.section {
        background: #4F9304;
        color: #fff;
    }



/* LOGO RIBBON */
.logo-ribbon {
    width: calc(100% - 60px);
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 0;
}
    /*.logo-ribbon {*/
        /*min-height: calc(100% - 230px);*/
    /*}*/

.logo-ribbon img {
    display: inline-bock;
    width: 100%;
    max-width: 500px;
    height: auto;
}

@media (max-width: 767px) {
    .logo-ribbon {
        position: relative;
        margin: 50px 30px;
        right: unset;
        bottom: unset;
    }
}


/* FOOTER */
footer {
    background-color: #989897;
    height: 34px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1002;
    -webkit-transition: height .3s ease-out;
    -webkit-box-shadow: 0px -3px 15px rgba(40, 40, 40, 0.7);
}

footer.open {
    /*height: 234px;*/
    height: 300px;
}

footer .hide,
footer > div {
    float: left;
    background-image: url("../images/dark_arrow_back.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 10px;
    padding-right: 20px;
}

footer > div + div {
    background-image: url("../images/dark_arrow_light.png");
}

footer > div + div + div {
    background-image: none;
}

#footerContent {
    width: 100%;
    height: 267px;
    background-image: none;
    float: none;
    left: 0;
    top: 34px;
    position: absolute;
}

#footerContent > div {
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
}

footer > div > div {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    letter-spacing: -.01em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 45px 0 25px;
}

#footernav {
    float: none !important;
    text-align: left;
    padding-left: 20px;
    line-height: 28px;
    vertical-align: middle;
}

#footernav a {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    letter-spacing: -.01em;
    font-weight: bold;
    float: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #b2ff00;
    display: inline;
    position: relative;
    margin: 0 10px;
    vertical-align: middle;
}

#footernav a:hover {
    color: #333;
}

#footernav a.aktiv {
    color: #4F9304;
}

#footernav span {
    display: inline-block;
    float: none;
    position: relative;
    margin-top: 4px;
}


@media screen and (max-width: 900px) {
    #footernav a {
        margin-left: 3px;
        font-size: 10px;
    }

    footer.overview #footerContent .overview {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    #footerContent .quick {
        font-size: 9px;
        line-height: 18px;
    }
}

@media (max-width: 750px) {
    #newsletterSubscribe a span {
        display: none;
    }

    #newsletterSubscribe a {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1010px) {
    footer > div > div {
        margin: 0 5px 0 10px;
    }
}

/* MULTIBOX */

/* PAGE: FRAME */
#pages {
    position: fixed;
    height: 200px;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0s;
}

#overviewBody #pages {
    /*position: relative;*/
}

#pages > div {
    position: absolute;
    background-color: #333;
    background-position: center center;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.backgroundImage {
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
}

.mainContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mainContainer > * {
    text-align: left;
    /*position: absolute;*/
}

.content {
    position: relative;
    z-index: 1;
    width: 62%;
    min-width: 830px;
    max-width: 900px;
    padding: 20px;
    margin: 63px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

@media (max-width: 991px) {
    .content {
        width: 100%;
        min-width: unset;
    }
}


/*@media (min-width: 768px) {*/
    .content.content-landing {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }
/*}*/

@media (max-width: 767px) {
    .content {
        width: 100%;
    }
    .content.content-landing {
        background: transparent;
        padding-top: 0;
        margin-top: 0;
    }
}

/*
.page-index .contentContainer,
.page-404 .contentContainer {
    margin-top: 300px;
}
*/
.page-tippspiel .contentContainer {
    /*width: 960px;*/
    /*margin-top: 130px;*/
}

.page-tippspiel .content {
    /*width: 920px;*/
    padding: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.content,
.content-tippspiel > div {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}


.content ul,
.content ol {
    padding-left: 10px;
    margin-left: 25px;
}

.content ul li,
.content ol li {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
}

.content .inner-bg {
    padding: 20px 20px 100px 20px;
    background: #fff;
    max-height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .content .inner-bg {
        max-height: unset;
        overflow: hidden;
    }
}

.content-tippspiel > div,
.content .inner-bg {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

.inner-bg {

}

.content .inner-bg a {
    color: #4F9304;
    text-decoration: underline;
}

.content .inner-bg a:hover {
    color: #839d30;
    text-decoration: underline;
}

img.icon-download {
    display: inline-block;
    width: 15px;
    height: auto;
    margin-left: 5px;
    margin-bottom: 4px;
}

a.greenbutton {
    display: inline-block;
    padding: 10px 15px;
    color: #fff !important;
    background: #6CCE00;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
}

a.greenbutton:hover {
    background: #4F9304;
}

a.whitebutton,
a.greenbutton {
    height: 44px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    -ms-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}

a.whitebutton {
    display: inline-block;
    padding: 10px 15px;
    color: #4F9304 !important;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #4F9304;
}
a.whitebutton:hover {
    color: #2a2927 !important;
    background: #ddd;
    border-color: #2a2927;
}

.preis_img {
    margin: 15px 10px 15px 10px;
}

.content .inner-bg .preise {
    padding: 15px 0 15px 0;
}

.inner-bg hr {
    color: #e0e0e0;
}

@media (max-width: 1000px) {
    .backgroundImage {
        margin-right: -200px;
    }
}

@media (max-width: 600px) {
    .backgroundImage {
        margin-right: -400px;
    }
}

@media (max-width: 300px) {
    .backgroundImage {
        margin-right: -600px;
    }
}

/* CONTENT PAGE CONTENT */

#contentContainer {
    position: absolute;
    top: 160px;
    left: 240px;
    width: 55%;
    height: 100%;
    max-width: 620px;
    padding: 0 0 50px 0;
    margin: 0;

    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.no-widgets #contentContainer {
    width: 65%;
}

@media screen and (max-width: 1060px) {
    .has-widgets #contentContainer {
        width: 51%;
    }
}

@media screen and (max-width: 980px) {
    .has-widgets #contentContainer {
        width: 47%;
    }
}

@media screen and (max-width: 871px) {
    .has-widgets #contentContainer {
        width: 65%;
    }
}

#content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .975);
    background-repeat: repeat-x;
    padding: 30px;
    margin: 0;
    -webkit-transition: -webkit-transform .05s ease-out;
}

/*#content h2 p {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

#contentContainer.noFixed #content {
    margin: 0;
    position: relative;
}

#csPointer.smoothing,
#content.smoothing {
    -webkit-transition: -webkit-transform .4s ease-out, top .4s ease-out;
}

#content h1 {
    margin: 0 0 15px 0;
    font-size: 18px;
    text-transform: uppercase;
}

/* Tippspiel */

#kicktippiframe {
    box-sizing: border-box;
    background: #fff;
    padding: 20px !important;
    width: 100% !important;
}

.kicktipp-javascript #kicktipp-headersection {
    padding-bottom: 10px;
}

#kicktipp-content.kicktipp-content {
    padding-bottom: 15px;
}

.kicktipp-javascript .kicktipp-navigation .active {
    border-bottom: 5px solid #4F9304;
}

.kicktipp-javascript .kicktipp-navigation li a:hover {
    border-bottom: 5px solid #4F9304;
}

#druckansicht {
    display: none;
}

.bild-rechts {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gewinne h2,
.sponsoren h2 {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.gewinne h2.no-line {
    border-top: none;
}

.gewinne h2:first-of-type,
.sponsoren h2:first-of-type {
    border-top: none;
}

.border-right {
    border-right: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}