/* RobotoCondensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('https://www.vitaquiz.de/fonts/RobotoCondensed-Light.ttf');
}
/* RobotoCondensed-300italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('https://www.vitaquiz.de/fonts/RobotoCondensed-LightItalic.ttf');
}
/* RobotoCondensed-400 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.vitaquiz.de/fonts/RobotoCondensed-Regular.ttf');
}
/* RobotoCondensed-600 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.vitaquiz.de/fonts/RobotoCondensed-Bold.ttf');
}
/* RobotoCondensed-600italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('https://www.vitaquiz.de/fonts/RobotoCondensed-BoldItalic.ttf');
}
/**/
*, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #444;
}

@media only screen and (min-width: 2401px) {
    *, html {
        font-size: 15pt;
    }
}

@media only screen and (max-width: 2400px) {
    *, html {
        font-size: 15pt;
    }
}

@media only screen and (max-width: 1800px) {
    *, html {
        font-size: 14.5pt;
    }
}

@media only screen and (max-width: 1600px) {
    *, html {
        font-size: 14pt;
    }
}

@media only screen and (max-width: 1400px) {
    *, html {
        font-size: 13.5pt;
    }
}

@media only screen and (max-width: 1300px) {
    *, html {
        font-size: 13pt;
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 11.5pt;
    }
}

@media only screen and (max-width: 1100px) {
    *, html {
        font-size: 11pt;
    }
}

@media only screen and (max-width: 767px) {
    *, html {
        font-size: 1em;
    }
}

a {
    color: #0092ff;
}

em, italic {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #0092ff;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #454545;
}

    h1.teaserHeadline {
        font-size: 1.5em;
        letter-spacing: 0.02em;
    }

        h1.teaserHeadline.teaserBetriebe {
            color: #fff;
        }

    h1 span.vitaquiz {
        text-transform: uppercase;
        font-size: 3.75em;
        letter-spacing: 0.05em;
        display: block;
    }

        h1 span.vitaquiz.sub {
            font-size: 2.75em;
        }

    h1.teaserHeadline.teaserBetriebe span.vitaquiz {
        color: #fff;
    }

    h1.indexHeadline {
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" !important;
    }

    h1.block1, h2.uniqueHeader, h3.uniqueHeader, h4.uniqueHeader, h5.uniqueHeader {
        font-size: 2.25em;
    }

        h2.uniqueHeader span, h3.uniqueHeader span, h4.uniqueHeader span, h5.uniqueHeader span {
            font-size: 1em;
        }

h2, h3 {
    letter-spacing: 0.03em;
}

h5 {
    font-size: 1.1em;
    letter-spacing: 0.03em;
    font-weight: bold;
}

label {
    display: block;
}

ul li {
    margin-left: 1.2em;
    margin-bottom: 0.5em;
}

ol {
    margin-left: 1.2em;
}
/*Allg. Klassen*/
.bold, b, strong, .dsHeadline {
    font-weight: bold !important;
    font-size: inherit !important;
    color: inherit !important;
}

.bg-lightblue {
    background-color: #6aa6bf !important;
}

.bg-blue {
    background-color: #6a71bf !important;
}

.bg-lightred {
    background-color: #bf6a6a !important;
}

.bg-red {
    background-color: #aa2626 !important;
}

.bg-grey {
    background-color: #f3f3f3 !important;
}

.center {
    text-align: center !important;
}

.clear {
    clear: both !important;
}

.errortext {
    color: red;
    font-size: 9pt;
}

.left {
    float: left !important;
}

.orangetext {
    color: #ff8c00 !important;
}

.relative {
    position: relative;
}

.right {
    text-align: right !important;
}

.row-center {
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.small {
    font-size: 0.85em !important;
}

.smallest {
    font-size: 0.7em !important;
}

    .smallest strong, .smallest b, .smallest em, .smallest a, .small strong, .small b, .small em, .small a {
        font-size: inherit !important;
    }

.textshadow {
    text-shadow: 0 1px 5px rgba(40, 40, 40, .65);
}

.uppercase {
    text-transform: uppercase !important;
}

.whitetext {
    color: #fff !important;
}
/*Buttons*/
a.button {
    text-decoration: none;
    display: inline-block;
    line-height: inherit;
    text-align: center;
    color: #fff;
    background-color: #d0a190;
    font-size: 1.1em;
    padding: 0.4em 1em;
}

    a.button:hover, a.button:active, a.button:focus {
        background-color: #e9d4cc;
    }
/*Hauptinhalte*/
#wrapper {
    width: 100%;
}

#header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

#main {
    width: 100%;
}
/*Container auf der Startseite mit Suchfunktion*/
#teaser {
    width: 100%;
    /*min-height: 80vh;*/
    min-height: calc(100vh - 110px);
    display: flex;
    /**/ flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #bbb;
    background-image: url("../images/shutterstock_1080735002.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mainteaser { /*nur beim Entwurf*/
    width: 100%;
    min-height: 200px;
    height: auto;
    display: block;
    position: relative;
}

div.column {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 3em 0;
}

div.columnZero {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0;
}

div.overlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#mainmain {
    clear: both;
    width: 100%;
    min-height: 200px;
    padding-top: 2em;
    height: auto;
    display: block;
    background-image: url("../images/vitaquiz-main-blue-sky.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 45em;
    height: 44em;
}

#mainteaser div.overlay.subcontentBlue {
    background-image: url("../images/blue-sky-stripe.png");
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 100%;
    bottom: 0;
}

#mainteaser div.overlay, #mainteaser div.overlay.subcontent {
    background-image: url("../images/shutterstock_1780125377.gif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 50px;
}

    #mainteaser div.overlay.floraapotheke {
        background-image: url("../customer/floraapotheke.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 50px;
    }

    #mainteaser div.overlay.subcontent {
        bottom: 0;
    }

    #mainteaser div.overlay.betriebe {
        background-image: url("../images/shutterstock_1945174042.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 50px;
    }

#mainteaser div.evaluation {
    background-image: url('../images/vitaquiz-unterwegs-spielen.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 44vh;
    min-height: 650px;
}

    #mainteaser div.overlay.gesInfoAnbieter {
        background-image: url("../images/shutterstock_1978652336.jpg");
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 50px;
    }

    #mainteaser div.overlay.krankenkassen {
        background-image: url("../images/shutterstock_181823879.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 50px;
    }

div.whitelabel {
    background-image: url("../images/stock-photo-tag-in-cotton-beige-fabric-575932294.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.statistics {
    background-image: url("../images/stock-vector-businessman-with-superhero-shadow-ambition-and-business-success-vector-concept-leadership-super-1043728078.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

div.geolocations {
    background-image: url("../images/shutterstock_129038348.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #e6d09f;
}

    div.geolocations h3, div.geolocations p, div.statistics h3, div.statistics p {
        margin-right: 30%;
    }

        div.geolocations h3 span, div.geolocations p span {
            background: rgba(255, 255, 255, 0.6);
        }

@media only screen and (max-width: 767px) {
    #mainteaser div.overlay.betriebe {
        background-image: url("../images/shutterstock_1945174042-mobile.jpg");
    }

    #mainteaser div.evaluation {
        background-image: url('../images/vitaquiz-unterwegs-spielen-mobile.jpg');
    }

    #mainteaser div.overlay.gesInfoAnbieter {
        background-image: url("../images/shutterstock_1978652336-mobile.jpg");
    }

    #mainteaser div.overlay.krankenkassen {
        background-image: url("../images/shutterstock_181823879-mobile.jpg");
    }

    div.geolocations {
        background-image: url("../images/shutterstock_129038348-mobile.jpg");
        background-size: cover;
    }

        div.geolocations h3, div.geolocations p {
            margin-right: 0;
            color: #fff;
            text-shadow: 0 1px 5px rgba(40, 40, 40, .65);
        }

            div.geolocations h3 span, div.geolocations p span {
                color: #fff;
                background: none;
            }
}

div.searchWrapper {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding: 3em;
    background: rgba(0, 0, 0, 0.3);
}

    div.searchWrapper.preview {
        width: 90%;
        max-width: 1110px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        margin-top: 5vh;
        margin-bottom: 5vh;
        padding: 2em;
        background: rgba(0, 0, 0, 0.3);
    }

#mainteaser div.searchWrapper {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3em;
    padding-bottom: 0;
    padding-top: 80px;
    background: transparent;
}

    #mainteaser div.searchWrapper img {
        height: 50vh;
        max-height: 600px;
    }

        #mainteaser div.searchWrapper img.appicon {
            height: auto;
            width: 8em;
        }

    #mainteaser div.searchWrapper.subcontent {
        width: 100%;
        max-width: 1110px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        margin-top: 0;
        margin-bottom: 1vh;
        padding: 3em;
        padding-bottom: 3em;
    }

    #mainteaser div.searchWrapper.searchWrapperCustomer {
        width: 100%;
        max-width: 1110px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        margin-top: 0;
        margin-bottom: 0;
        padding: 5em 3em;
        padding-bottom: 3em;
    }

div#searchBox {
    width: 100%;
    margin-top: 1em;
    clear: both;
    padding: 2.5em;
    background: rgba(55, 55, 55, .9);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

input.search {
    width: 100%;
    background-color: #fff;
    border: 1px solid #111;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333;
}

input#searchButton, input#searchField, input#searchButton2, input#searchField2 {
    font-size: 1.6em;
    padding: 0.3em 0.8em;
}

input#searchButton, input#searchButton2 {
    color: #fff;
    border: 0 none;
    background-color: #0092ff;
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*Suche in Suchergebnis*/
#searchAgainBox {
    display: block;
    width: auto;
    margin-top: 0;
    clear: both;
    padding: 2em;
    background: rgba(55, 55, 55, .9);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

input#searchButton2, input#searchField2 {
    font-size: 1.6em;
    padding: 0.3em 0.8em;
}

input#searchButton2 {
    color: #fff;
    border: 0 none;
    background-color: #0092ff;
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*CONTENT*/
.inner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 1em 1em 2em 1em;
}

div#content01, div#content02, div#content03, div#content04, div#content05, div#content06, div#content07, div#content08, div#content09, div#contentNews {
    padding: 3em 1em;
}

div#content02, div#content04, div#content05 {
    background-image: url("../images/shutterstock_1780125377-light.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

div#content04.start {
    background-image: none;
    background-color: #f7f7f7;
}

div#content01.newSlider {
    padding: 1em 1em 0 1em;
    background-image: url("../images/bgSlider01.jpg");
    background-position: center center;
}

div#content02.sliderAbove, div#contentNews.sliderAbove {
    padding: 150px 1em 3em 1em;
}

div#contentNews {
    background-color: #f8f8f8;
}

p.lead {
    font-size: 1.2em;
}

p.quote {
    position: relative;
    padding-top: 20px;
    font-size: 1.2em;
    margin-left: 5%;
    margin-right: 5%;
    font-style: italic;
    color: #666666;
    text-align: justify;
}

    p.quote::before {
        position: absolute;
        bottom: 15px;
        left: -33px;
        width: 40px;
        height: 40px;
        content: "„";
        font-size: 50px;
        font-weight: bold;
        font-family: sans-serif;
        color: #333;
    }

    p.quote::after {
        position: absolute;
        top: 0;
        right: -42px;
        width: 40px;
        height: 40px;
        content: "“";
        font-size: 50px;
        font-weight: bold;
        font-family: sans-serif;
        color: #333;
    }

    p.quote span {
        font-family: serif;
        background-color: #f3f3f3 !important;
    }

p.quoteSource {
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
}

table.table-fullwidth {
    width: 100%;
}

table.table-geskomp td {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

span.legend {
    float: left;
    position: relative;
    margin-right: 4em;
    padding: 0 0 0.5em 1.6em;
    color: #888;
    font-size: 0.8em;
}

    span.legend::before {
        position: absolute;
        z-index: 1;
        width: 1em;
        height: 1em;
        content: "";
        border: 1px solid #efefef;
        left: 0;
        top: 0.2em;
    }

    span.legend.legend-exz::before {
        background-color: #6aa6bf;
    }

    span.legend.legend-ausr::before {
        background-color: #6a71bf;
    }

    span.legend.legend-probl::before {
        background-color: #bf6a6a;
    }

    span.legend.legend-inad::before {
        background-color: #aa2626;
    }

@media only screen and (max-width: 600px) {
    input#searchButton, input#searchField {
        font-size: 1.1em;
    }

    h1 span.vitaquiz.sub {
        font-size: 1.25em;
    }

    div.searchWrapper {
        width: 90%;
        padding: 2em 1em;
    }

    div.search {
        display: block;
    }

    p.searchTwo {
        padding-left: 0;
        padding-top: 1.2em;
    }

    .inner {
        padding: 1em;
    }

    p.quote, p.quoteSource {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
    }

    table.table-geskomp td {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.9em;
    }

    .no-mobile {
        display: none !important;
    }
}

img.teaserLogo {
    height: 65px;
}

div.add {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*Suchergebnis*/
div#searchResultWrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
}
/*Akkordeon*/
#accordion h3 {
    padding: 1em;
    border: 1px solid #efefef;
    margin-top: 1em;
    font-size: 1em;
    color: #444;
    position: relative;
    cursor: pointer;
}

    #accordion h3::before {
        position: absolute;
        z-index: 2;
        right: 1em;
        top: 1em;
        bottom: 1em;
        width: 1em;
        content: "+";
        line-height: 1em;
        text-align: center;
    }

    #accordion h3[aria-expanded="true"] {
        border-color: #e9d4cc;
        background-color: #e9d4cc;
        color: #fff;
        cursor: text;
    }

        #accordion h3[aria-expanded="true"]::before {
            content: "-";
        }

img.appicon {
    width: 8em;
    margin: 0.3em;
}
/*Footer*/
#footer {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 2.5em;
    background-color: #ff8c00;
}

    #footer p {
        width: 100%;
        max-width: 1110px;
        margin: 0 auto;
        color: #fff;
    }

ul.footerlist li {
    float: left;
    width: auto;
    white-space: nowrap;
    padding: 0 1em;
    font-size: 0.8em;
    color: #fff;
    list-style-type: none;
    margin-left: 0;
}

    ul.footerlist li.right {
        float: right;
    }

    ul.footerlist li a {
        color: #fff;
        text-decoration: none;
        font-size: inherit;
    }

        ul.footerlist li a:hover {
            text-decoration: underline;
        }

span.yt, span.tw {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

span.yt {
    background-image: url("../images/bg_social_icon_youtube.png");
}

span.tw {
    background-image: url("../images/x-logo-white.png");
}

@media only screen and (max-width: 1300px) {
    .inner {
        width: 100%;
        max-width: 920px;
    }
}

@media only screen and (max-width: 700px) {
    h1 span.vitaquiz {
        font-size: 2.2em;
    }

    div.searchWrapper.preview {
        width: 90%;
        max-width: 670px;
        margin-top: 4vh;
        margin-bottom: 4vh;
        padding: 2em;
        background: rgba(0, 0, 0, 0.3);
    }

    ul.footerlist li {
        float: none;
        display: block;
        text-align: center !important;
        font-size: 0.9em;
        clear: both;
        padding-bottom: 1em;
    }

        ul.footerlist li.left.mobile-center {
            text-align: center !important;
            width: 100%;
        }

        ul.footerlist li.right {
            float: none !important;
            text-align: center !important;
        }

            ul.footerlist li.right.yt {
                float: right !important;
                width: 50%;
                text-align: left !important;
                font-size: 0.9em;
                clear: none;
            }

            ul.footerlist li.right.tw {
                float: left !important;
                width: 50%;
                text-align: right !important;
                font-size: 0.9em;
                clear: none;
            }

    span.yt, span.tw {
        display: inline-block;
        width: 2.6em;
        height: 2.6em;
        margin-top: 2em;
        margin-bottom: 1em;
    }
}

.flexrow {
    display: flex;
    align-items: stretch;
    -ms-flex-align: stretch;
    width: 100%;
}

div.hasButtonParagraph {
    background: rgba(255, 255, 255, 0.5);
    margin-left: 2em;
    border: 1px solid #e9d4cc;
    border-bottom: 5px solid #e9d4cc;
}

    div.hasButtonParagraph h4, div.hasButtonParagraph p {
        margin-left: 1em;
        margin-right: 1em;
    }

div.theme-image-box {
    padding: 0;
    margin-bottom: 1.5em;
    float: left;
}

    div.theme-image-box::after {
        clear: both;
    }

img.teaser-theme-image {
    width: 100%;
    float: left;
}

p.argument {
    position: relative;
    display: inline-block;
}

    p.argument::before {
        position: absolute;
        content: "";
        top: 0.35em;
        left: -1.5em;
        width: 0.8em;
        height: 0.8em;
        background-color: orange;
    }

p.infobox {
    border: 1px solid #f8efe6;
    padding: 1em;
}

@media only screen and (max-width: 799px) {
    div.threesRow div.hasButtonParagraph {
        width: 100%;
        padding-bottom: 2em;
    }

    div#rowTherapy .g6.right, div#rowMiteinander .g6.right {
        width: 62% !important;
    }

    .flexrow {
        display: block;
        align-items: unset;
        -ms-flex-align: unset;
        width: 100%;
    }

    div.hasButtonParagraph {
        margin-left: 0;
        margin-bottom: 2em;
    }

    div.lastParagraph {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    div.threesRow div.hasButtonParagraph {
        width: 100%;
        padding-bottom: 2em;
    }

    div#rowTherapy, div#rowMiteinander {
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-image: none;
        background-color: #e6e5dc;
    }

        div#rowTherapy .g6.right, div#rowMiteinander .g6.right {
            width: 100% !important;
        }

    .mobile-center {
        text-align: center !important;
    }
}
/*#################### GRID ####################*/
.g1 {
    width: 8.33333%;
}

.g2 {
    width: 16.66666%;
}

.g3 {
    width: 25%;
}

.g4 {
    width: 33.33333%;
}

.g5 {
    width: 41.66666%;
}

.g6 {
    width: 50%;
}

.g7 {
    width: 58.33333%;
}

.g8 {
    width: 66.66666%;
}

.g9 {
    width: 75%;
}

.g10 {
    width: 83.33333%;
}

.g11 {
    width: 91.66666%;
}

.g12 {
    width: 100%;
}

.einfuenftel {
    width: 20%;
}

@media only screen and (max-width: 480px) {
    .g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
        width: 100%;
    }

    .einfuenftel {
        width: 100%;
    }
}
/*Flex*/
div.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

div.flexV {
    flex-basis: 50%;
}

leftaside {
    width: 240px;
    padding: 0;
    padding-bottom: 1em;
    background-color: #fff;
    float: left;
    margin: 1.5em;
    border: 1px solid #e9d4cc;
    margin-right: 0;
}

aside {
    width: 240px;
    padding: 0;
    padding-bottom: 1em;
    background-color: #fff;
    float: right;
    margin: 1.5em;
    border: 1px solid #e9d4cc;
    margin-right: 0;
}
table.aside {
    margin-left: 1em;
    margin-right: 1em;
}
table.aside td {
    vertical-align: top;
}
table.aside td:first-child {
    font-weight: bold;
    padding-right: 10px;
}

    aside h4, aside p, aside table td {
        font-size: 0.65em;
        margin-left: 1em;
        margin-right: 1em;
    }
    aside table td a {
        font-size: inherit !important;
    }

        aside p.asideHeader {
            font-weight: bold;
            font-size: 0.65em !important;
        }

    aside img {
        width: 100%;
        margin-bottom: 0.5em;
    }

.mobile-only {
    display: none !important;
}

@media only screen and (max-width: 980px) {
    aside {
        margin-right: -1em;
    }
        aside h4, aside p, aside table td {
            font-size: 0.85em;
        }
            aside table td a {
                font-size: inherit;
            }
}

@media only screen and (max-width: 767px) {
    div.flex {
        display: block;
    }

    div.flexV {
        clear: both;
    }

        div.flexV h3 {
            padding-top: 1em;
        }

        div.flexV .g11 {
            width: 100% !important;
        }
    aside {
        width: 100%;
        margin: 0;
        padding: 1em 0;
        border: 0 none;
    }

    table.aside {
        margin-left: 0;
        margin-right: 0;
    }

        table.aside td {
            vertical-align: top;
        }

            table.aside td:first-child {
                font-weight: bold;
                padding-right: 10px;
            }

    aside h4, aside p, aside table td {
        font-size: 1em;
        margin: 0;
    }

        aside table td a {
            font-size: 1em !important;
        }

        aside p.asideHeader {
            font-size: 1em !important;
        }

    aside img {
        /*display: none;*/
        max-width: 200px;
    }
}

@media only screen and (max-width: 480px) {
    aside {
        width: 100%;
        margin: 0;
        padding: 1em 0;
        border: 0 none;
    }
    table.aside {
        margin-left: 0;
        margin-right: 0;
    }

        table.aside td {
            vertical-align: top;
        }

            table.aside td:first-child {
                font-weight: bold;
                padding-right: 10px;
            }

    aside h4, aside p, aside table td {
        font-size: 1em;
        margin: 0;
    }

    aside table td a {
        font-size: 1em !important;
    }

            aside p.asideHeader {
                font-size: 1em !important;
            }

        aside img {
            /*display: none;*/
            max-width: 200px;
        }

    .mobile-only {
        display: block !important;
    }
}

span.number {
    display: inline-block;
    color: #fff;
    background-color: #d0a190;
    padding: 0.2em;
    text-align: center;
    margin-right: 0.3em;
    border-right: 1px solid #e9d4cc;
    border-bottom: 2px solid #e9d4cc;
}
/*Cookiebot-Korrekturen (Inline-CSS überschreiben)*/
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    width: auto !important;
    height: auto !important;
    padding: 0.3em 1em !important;
    display: inline-block !important;
}

iframe[role="presentation"] {
    /*position: fixed !important;
  top: 0 !important;
  right: 0 !important;*/
}
/*äußerer Rahmen bei Popup*/
div#CybotCookiebotDialog, #CybotCookiebotDialog {
    border: 18px solid #fff !important;
    background-color: #f5f5f5 !important;
}
/*das Logo oben links*/
img#CybotCookiebotDialogPoweredbyImage {
    /*display: none !important;*/
}

div#CybotCookiebotDialogPoweredbyLink {
    width: 46px !important;
    height: 48px !important;
}
/*Container mit Buttons*/
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    float: right !important;
    width: 100% !important;
}
/*unser CTA-Cookie-Button*/
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    color: #fff !important;
    background-color: #d0a190 !important;
    -webkit-border-radius: 60px !important;
    -moz-border-radius: 60px !important;
    border-radius: 60px !important;
    padding: 0.4em 1em !important;
    text-decoration: none !important;
    border: 0 none !important;
    font-weight: bold !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: transparent !important;
    color: #aaa !important;
    text-decoration: underline !important;
    border: 0 none !important;
}
/*Cookie-Checkboxen-Container*/
#CybotCookiebotDialogBodyLevelButtons {
    margin-top: 8px !important;
}
/*Details einblenden*/
#CybotCookiebotDialogDetail, #CybotCookiebotDialogDetailFooter {
    background-color: #f5f5f5 !important;
}

#CybotCookiebotDialog {
    padding-bottom: 0 !important;
}

#CybotCookiebotDialogBody {
    background-image: url("../images/shutterstock_1780125377-light-small.gif");
    background-size: cover;
    padding-bottom: 9px !important;
}

div#CybotCookiebotDialogBodyContent {
    padding-left: 111px !important; /*für Logo*/
    background-image: url("../images/vitaquiz-logo-transparent.png");
    background-repeat: no-repeat;
    background-position: 17px 30px;
    background-size: 72px auto;
}

div#CybotCookiebotDialogBodyLevelButtonsTable, div#CybotCookiebotDialogBodyLevelDetailsWrapper {
    background-color: #fcf8f4 !important;
}
/*Texte im Cookiehinweis*/
h2#CybotCookiebotDialogBodyContentTitle {
    font-size: 13pt;
}

div#CybotCookiebotDialogBodyContentText {
    font-size: 11.5pt;
}

div#CybotCookiebotDialogBodyLevelButtonsSelectPane label {
    font-size: 10.5pt;
}

@media only screen and (max-width: 767px) {
    div#CybotCookiebotDialog {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    div#CybotCookiebotDialogBodyContent {
        padding-left: 16px !important; /*für Logo*/
        background-image: none;
    }

    h2#CybotCookiebotDialogBodyContentTitle {
        font-size: 1.1em;
    }

    div#CybotCookiebotDialogBodyContentText {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
        float: left;
        clear: both;
    }
}
/*Lightbox*/
.lightboxImageSmall {
    width: 85px;
}

a.example-image-link {
    position: relative;
    display: inline-block;
}

    a.example-image-link::before {
        position: absolute;
        z-index: 1;
        right: -10px;
        bottom: -10px;
        width: 40px;
        height: 40px;
        content: "";
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        background: rgba(0,0,0,0.4);
        background-image: url("../images/icon-magnify.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 24px auto;
    }

.fullwidth {
    width: 100% !important;
}
/*########################*/
/*Swiper*/
/*########################*/
.swiper-container {
    width: 350px;
    height: 720px;
    min-height: 720px;
}

.swiperWrapper {
    display: inline-block;
    width: 350px;
    height: 720px;
}

.swiper-wrapper {
    min-height: 720px;
}

.animated {
    animation-fill-mode: both;
    animation-duration: 2.6s;
    animation-name: animated;
}

.sw1, .sw2, .sw3, .sw4, .sw5, .sw6, .sw7 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 352px;
    height: 722px;
}

@media only screen and (max-width: 767px) {
    .swiper-container {
        width: 252px;
        height: 518px;
        min-height: 300px;
    }

    .swiperWrapper {
        display: inline-block;
        width: 252px;
        height: 518px;
    }

    .swiper-wrapper {
        min-height: 300px;
    }

    .animated {
        animation-fill-mode: both;
        animation-duration: 2.6s;
        animation-name: animated;
    }

    .sw1, .sw2, .sw3, .sw4, .sw5, .sw6, .sw7 {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 300px;
        width: 252px;
        height: 520px;
    }
}

.sw1 {
    /*background-image: url(../images/imgDetail-match.png);*/
    background-image: url(../images/screens-layer11.png);
}

.sw2 {
    /*background-image: url(../images/imgDetail-sofamodus.png);*/
    background-image: url(../images/screens-layer12.png);
}

.sw3 {
    /*background-image: url(../images/vitaquiz-smartphone.png);*/
    background-image: url(../images/screens-layer13.png);
}

.sw4 {
    /*background-image: url("../images/imgDetail-welcomeScreen.png");*/
    background-image: url("../images/screens-layer14.png");
}

.sw5 {
    /*background-image: url("../images/imgDetail-mainScreen.png");*/
    background-image: url("../images/screens-layer15.png");
}

.sw6 {
    /*background-image: url("../images/imgDetail-mainScreen.png");*/
    background-image: url("../images/screens-layer16.png");
}

#htmlcaption1, #htmlcaption2, #htmlcaption3 {
    min-height: 300px;
}

#sliderlink01, #sliderlink02, #sliderlink03, #sliderlink04, #sliderlink05, #sliderlink06, #sliderlink07, .sliderlink {
    /*display: block;
  text-indent: -9999px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;*/
}

p.dsHeadline {
    font-size: 1.2em;
    font-weight: bold;
}

ul.square {
    margin-left: 1.5em;
}

    ul.square li {
        list-style-type: square;
    }

span.einladungscode {
    display: inline-block;
    padding: 0.4em 0.9em;
    border: 1px solid orange;
    text-align: center;
}

div#clouds {
    position: absolute;
    bottom: -50px;
    width: 100%;
    margin-top: -50px;
    height: 100px;
    z-index: 9;
    background-image: url("../images/bg-clouds.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

div#content01.subpager {
    border-top: 2px solid #efefef;
    padding-top: 1em;
}

@media only screen and (max-width: 767px) {
    div#clouds {
        display: none;
    }

    div#content01.subpager {
        padding-top: 0;
    }
}

div#content02.block1 {
    background-color: transparent;
    background-image: none;
    padding-top: 0; /*wenn ohne HG oder HG-Farbe*/
}

/*News-Section*/
.hasDate {
    position: relative;
}
div.newsFrame {
    /*border: 1px solid #ffc1a8;
    border-bottom: 5px solid #ffc1a8;*/
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 5px 5px #eee;
    -webkit-box-shadow: 0 0 5px 5px #eee;
    box-shadow: 0 0 5px 5px #eee;
}
div.newsTeaser {
    position: absolute;
    z-index: 2;
    left: 4px;
    top: -14px;
    right: 4px;
    text-align: center;
}
span.newsTeaser {
    display: inline-block;
    padding: 0.2em 1.7em;
    background: rgba(204,28,64,0.8);
    color: #fff;
    font-size: 0.75em !important;
    font-weight: normal;
    text-transform: uppercase;
}
div.newsDate {
    position: absolute;
    z-index: 2;
    left: 4px;
    bottom: -14px;
    right: 4px;
    text-align: center;
}

span.newsDate {
    display: inline-block;
    padding: 0.3em 0.7em;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.85em !important;
    font-weight: normal;
}
.newsHeadline {
    position: relative;
    padding-bottom: 1.1em;
    padding-top: 0.4em;
}
.newsHeadline::after {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 5px;
    background-color: orange;
}
a.ext {
    background-image: url('../images/linkicon-ext.png');
    background-position: left center;
    background-size: auto 1em;
    background-repeat: no-repeat;
    padding-left: 1.4em;
}
/*Formular*/
div.form {
    border: 10px solid #fff;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 0 5px 5px #eee;
    -webkit-box-shadow: 0 0 5px 5px #eee;
    box-shadow: 0 0 5px 5px #eee;
    padding: 2em;
}
div.form form input[type="radio"] {
    float: left;
    margin-right: 0.4em;
    line-height: 1.3em;
}
    div.form form label {
        float: left;
        line-height: 1.3em;
    }
input.textbox {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0.4em;
    color: #333;
}
a.submit {
    text-decoration: none;
    background-color: #4e64a8;
    padding: 0.4em 2em;
    color: #fff;
    font-size: 1.4em;
    border: 0 none;
}
div.container-evaluation {
    background-color: #e4e8f4;
    border-top: 1px solid #4e64a8;
    border-bottom: 1px solid #4e64a8;
}
div.getApps {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}
    div.getApps p {
        /*background: rgba(0,0,0,0.3);*/
        padding-top: 1em;
        padding-bottom: 1.1em;
    }
/*Abstandsklassen*/
.margin-t1 {
    margin-top: 0.1em !important;
}

.margin-t2 {
    margin-top: 0.2em !important;
}

.margin-t3 {
    margin-top: 0.3em !important;
}

.margin-t4 {
    margin-top: 0.4em !important;
}

.margin-t5 {
    margin-top: 0.5em !important;
}

.margin-t6 {
    margin-top: 0.6em !important;
}

.margin-t7 {
    margin-top: 0.7em !important;
}

.margin-t8 {
    margin-top: 0.8em !important;
}

.margin-t9 {
    margin-top: 0.9em !important;
}

.margin-t10 {
    margin-top: 1em !important;
}

.margin-t11 {
    margin-top: 1.1em !important;
}

.margin-t20 {
    margin-top: 2em !important;
}

.margin-t40 {
    margin-top: 4em !important;
}

.margin-l1 {
    margin-left: 0.1em !important;
}

.margin-l2 {
    margin-left: 0.2em !important;
}

.margin-l3 {
    margin-left: 0.3em !important;
}

.margin-l4 {
    margin-left: 0.4em !important;
}

.margin-l5 {
    margin-left: 0.5em !important;
}

.margin-l6 {
    margin-left: 0.6em !important;
}

.margin-l7 {
    margin-left: 0.7em !important;
}

.margin-l8 {
    margin-left: 0.8em !important;
}

.margin-l9 {
    margin-left: 0.9em !important;
}

.margin-l10 {
    margin-left: 1em !important;
}

.margin-l20 {
    margin-left: 2em !important;
}

.margin-l30 {
    margin-left: 3em !important;
}

.margin-l40 {
    margin-left: 4em !important;
}

.margin-r5 {
    margin-right: 0.5em !important;
}

.margin-r10 {
    margin-right: 1em !important;
}

.margin-r20 {
    margin-right: 2em !important;
}

.margin-r30 {
    margin-right: 3em !important;
}

.margin-r40 {
    margin-right: 4em !important;
}

.margin-b5 {
    margin-bottom: 0.5em !important;
}

.margin-b10 {
    margin-bottom: 1em !important;
}

.margin-b20 {
    margin-bottom: 2em !important;
}

.margin-b30 {
    margin-bottom: 3em !important;
}

.margin-b40 {
    margin-bottom: 4em !important;
}

.padding-l10 {
    padding-left: 1em !important;
}

.padding-l20 {
    padding-left: 2em !important;
}

.padding-l30 {
    padding-left: 3em !important;
}

.padding-l40 {
    padding-left: 4em !important;
}

.padding-r10 {
    padding-right: 1em !important;
}

.padding-r20 {
    padding-right: 2em !important;
}

.padding-r30 {
    padding-right: 3em !important;
}

.padding-r40 {
    padding-right: 4em !important;
}

.padding-5 {
    padding: 0.5em;
}

.padding-10 {
    padding: 1em;
}

.padding20 {
    padding: 2em;
}

.padding-b5 {
    padding-bottom: 0.5em !important;
}

.padding-b10 {
    padding-bottom: 1em !important;
}

.padding-b15 {
    padding-bottom: 1.5em !important;
}

.padding-b20 {
    padding-bottom: 2em !important;
}

.padding-b30 {
    padding-bottom: 3em !important;
}

.padding-b40 {
    padding-bottom: 4em !important;
}

.padding-b60 {
    padding-bottom: 6em !important;
}

.padding-b70 {
    padding-bottom: 7em !important;
}

.padding-b100 {
    padding-bottom: 10em !important;
}

.padding-t5 {
    padding-top: 0.5em !important;
}

.padding-t10 {
    padding-top: 1em !important;
}

.padding-t15 {
    padding-top: 1.5em !important;
}

.padding-t20 {
    padding-top: 2em !important;
}

.padding-t30 {
    padding-top: 3em !important;
}

.padding-t40 {
    padding-top: 4em !important;
}
