* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #54595f;
    font-size: 80%;
}

@media screen and (min-width: 37.500em) { body { font-size: 90%; } }
@media screen and (min-width: 53.750em) { body { font-size: 100%; } }

/* Globals */

.container {
    max-width: 68.438rem;
    padding: 1.5rem;
    margin: 0 auto;
}

.row { padding: 1em; }

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 1.5;
    margin: 0 0 1em 0;
}
p:last-child { margin: 0; }

h1,h2,h3,h4,h5,h6 { margin: 0; }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

figure,dl,dt,dd { margin: 0; }

em {
    font-style: normal;
    font-weight: bold;
}

.hidden {
    position: absolute;
    top: -999em;
    left: -999em;
}

.italic { font-style: italic !important; }
.center { text-align: center; }
.bold { font-weight: bold !important; }

/* Header */
.site-header .logo { max-width: 9.375em; margin: 0 auto; }

.site-header > .container {
    padding: 1.5rem 1rem;
}

.site-nav > .container {
    padding: 0;
}

.site-nav {
    background: #8fb93f;
    color: white;
    font-size: 1.5em;
}

.site-nav ul { text-align: center; }

.site-nav a {
    display: block;
    line-height: normal;
    transition: all .15s ease-in-out;
    padding: .7em 1.4em;
}
.site-nav a:hover {
    background: rgba(0,0,0,.1);
}

.site-nav .social-media {
    position: absolute;
    right: -999em;
    top: -999em;
    font-size: 1.5em;
}

.site-nav .social-media li:not(:last-child) {
    margin-bottom: .25em;
}

.site-nav .social-media a {
    background: #ffa541;
    border-radius: .5rem 0 0 .5rem;
    opacity: .7;
    padding: .5em;
}
.site-nav .social-media a:hover {
    opacity: 1;
}

@media screen and (min-width: 48.750em) {
    .site-nav ul:not(.social-media) {
        display: flex;
        justify-content: center;
        text-align: left;
    }
    
    .site-nav > .container {
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 87.500em) {
    .site-nav .social-media {
        position: fixed;
        right: 0;
        top: 25%;
    }
}

/* Content */
.banner {
    height: 25em;
    background: url(../img/banner.jpeg) no-repeat center;
    background-size: contain;
    opacity: .85;
}

@media screen and (min-width: 60em) {
    .banner {
        height: 40em;
    }
}

.banner.video {
    height: auto;
    background-size: cover;
    opacity: 1;
    position: relative;
}
.banner.video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,.45);
}

.banner .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 12px 3px rgba(0,0,0,.3);
}

.banner .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.teambild {
    max-width: 50em;
    margin: 0 auto 3em auto;
}

.teambild img {
    display: block;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.4);
    border-radius: .5em;
}

.site-content .team .container {
    /*padding-bottom: 2em;*/
}

.site-content > article {
    margin-top: 3em;
}

.site-content > article:nth-of-type(even) {
    background: #fafafa;
}

.site-content h2 {
    font-size: 2.3em;
    font-weight: 400;
    /*color: #ffa541;*/
    margin-bottom: 1em;
}
.site-content .jetzt_starten h2:nth-of-type(2) {
    margin-top: .75em;
}

.site-content p {
    font-size: 1.3em;
    font-weight: 300;
    color: #7a7a7a;
}

.banner img { width: 100%; display: block; }

.zahlen {
    background-color: #f5f5f5;
    text-align: center;
}

.zahlen > .container {
    display: flex;
    justify-content: space-evenly;
}

.zahlen dt {
    font-size: 2em;
    font-weight: bold;
}

.zahlen dd {
    text-transform: uppercase;
    color: #777;
    margin-top: .5em;
}

.team .image {
    float: left;
    margin: 0 1em 0 0;
}

.team img { border-radius: 50%; }

.team h3 {
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: .5em;
}

.team h3 em {
    font-weight: 300;
    font-size: 75%;
    font-style: italic;
    display: block;
    color: #777;
    margin-top: .3em;
}

.team p {
    font-size: 1.15em;
}

.splide__pagination__page.is-active { background: #ffa541; }
.splide__arrow { background: rgba(204,204,204,.4); }
.splide__arrow--prev { left: .1em; }
.splide__arrow--next { right: .1em; }
/*.splide__arrow[disabled] { display: none; }*/
.splide__pagination {
    position: static;
    bottom: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    margin-top: 1em;
    
    background: rgba(0,0,0,.03);
    border-radius: .25em;
    padding: .7em 0;
}

@media screen and (min-width: 78.125em) {
    .splide__arrow--prev { left: -3em; }
    .splide__arrow--next { right: -3em; }
}

.trustpilot .splide__slide { align-self: center; }

.presse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 3em;
}

.presse li {
    flex: 0 1 calc(33.333333% - 3%);
}

/* Jetzt starten (Abo) */
.jetzt_starten .container {
    background: #fcfcfc;
    border-radius: 0.2em;
}

.jetzt_starten h3 {
    font-size: 1.75em;
    font-weight: 400;
    color: #7a7a7a;
    margin-bottom: 0.75em;
}

.jetzt_starten .image {
    text-align: center;
    opacity: .75;
    margin: 0 0 1em 0;
}

.jetzt_starten .vorteile {
    font-size: 1.3em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 1.5em;
}

.jetzt_starten .vorteile li { position: relative; padding-left: 1.6em; }

.jetzt_starten .vorteile li::before {
    content: '\f046';
    font-family: FontAwesome;
    color: #ffa541;
    position: absolute;
    left: 0;
    top: .1em;
    font-size: 130%;
    font-style: normal;
    line-height: normal;
}

.jetzt_starten .vorteile li:not(:last-child) {
    margin-bottom: .75em;
}

.jetzt_starten .button {
    background: #8fb93f;
    border-radius: 0.2em;
    color: white;
    display: block;
    text-align: center;
    font-size: 1.75em;
    font-weight: 400;
    padding: 0.5em 1em;
    transition: all .15s ease-in-out;
}
.jetzt_starten .button:hover { opacity: .8; }

.jetzt_starten .button + small {
    display: block;
    font-size: 100%;
    color: #999;
    text-align: center;
    line-height: 1.4;
    margin-top: 1em;
}

@media screen and (min-width: 43.750em) {
    .jetzt_starten .image {
        float: right;
        margin: 0 0 1em 1em;
    }
}
/*------------------------------------------------------------------------------*/

/* Overlay */
#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background: rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

#overlay > .dialog {
    background: white;
    border-top: 15px solid #8fb93f;
    border-radius: .4em;
    max-width: 43rem;
    width: 90%; 
    position: relative;
    cursor: default;
    padding: 2em;
    margin: 1em 0;
}

#overlay figure {
    text-align: center;
    margin-bottom: 2em;
}

#overlay p {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    color: #f3771a;
    margin: 0;
}
#overlay p:nth-of-type(2) { color: #8fb93f; display: none; }

/* Bewertungen */
.bewertungen.kunde > .container {
    background: #fcfcfc;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(102, 55, 103, 0.2);
}

.bewertungen.kunde .review {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    padding: 2em 1em;
    position: relative;
    display: flex;
}
.bewertungen.kunde .review:last-child {
    border: none;
    padding-bottom: 0;
}

.bewertungen.kunde .review .client {
    height: 100%;
    width: 130px;
    display: block;
    margin-right: 2em;
    position: relative;
}

.bewertungen.kunde .review .client::before {
    z-index: 3;
    bottom: -.5em;
    right: -.5em;
    position: absolute;
    height: 2em;
    width: 2em;
    background-color: rgb(111, 194, 56);
    content: '\002714';
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bewertungen.kunde .review .picture {
    width: 120px;
    margin: 0;
    opacity: .9;
    overflow: hidden;
}

.bewertungen.kunde .review .picture img {
    display: block;
}

.bewertungen.kunde .review .quote {
    display: flex;
    flex-direction: column-reverse;
    border: none;
    padding: 0;
    margin: 0 0 0 0;
    font-size: .95em;
    font-style: italic;
    justify-content: flex-end;
}

.bewertungen.kunde .review .quote p {
    margin: 0;
    line-height: 1.4;
}

.bewertungen.kunde .review .quote p::before,
.bewertungen.kunde .review .quote p::after {
    font-weight: bold;
}

.bewertungen.kunde .review .quote p::before {
    content: '\201C';
    margin-right: 0.2em;
}

.bewertungen.kunde .review .quote p::after {
    content: '\201D';
    margin-left: 0.2em;
}

.bewertungen.kunde .review .rating {
    display: flex;
    margin-bottom: 1em;
}

.bewertungen.kunde .review .rating .fa-star {
    color: rgb(248, 208, 32);
    font-size: 1.5em;
    font-style: normal;
}

.bewertungen.kunde .review .info { margin-bottom: 1em; }

.bewertungen.kunde .review .name {
    font-weight: bold;
    font-style: normal;
    font-size: 120%;
}

.bewertungen.kunde .review .name::after {
    margin-left: 1em;
    content: "Verifizierter Kunde";
    color: rgb(111, 194, 56);
    font-weight: 400;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .bewertungen.kunde .review {
        flex-direction: column;
        align-items: center;
    }

    .bewertungen.kunde .review .quote { margin-top: 1em; }

    .bewertungen.kunde .review .client::before { right: 0; }
}

/* Footer */
.site-footer {
    background: #8fb93f;
    color: white;
    font-weight: 300;
    font-size: 1.3em;
}

.js body:not(.impressum) .site-footer > .container {
    padding-bottom: 4.5rem;
}

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

.site-footer .nav-section {
    display: flex;
    line-height: 1.3;
    margin-bottom: 3em;
}

.site-footer .nav-section > li:not(:last-child) { padding-right: 2.5em; }

.site-footer .nav-section h3 {
    font-weight: 400;
    font-size: 95%;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    border-bottom: 2px solid rgba(255,255,255,.35);
    padding-bottom: .3em;
    margin-bottom: .75em;
}

.site-footer .nav-section .social ul {
    display: flex;
    justify-content: space-between;
    font-size: 140%;
}

.site-footer .nav-section .social a { transition: color .15s ease-in-out; }
.site-footer .nav-section .social li:nth-child(1) a:hover { color: #3b5998; }
.site-footer .nav-section .social li:nth-child(2) a:hover { color: #fcaf45; }
.site-footer .nav-section .social li:nth-child(3) a:hover { color: #ff0000; }

.site-footer .nav-secondary {
    text-align: center;
    font-size: 85%;
}

.site-footer .nav-secondary ul {
    display: flex;
    justify-content: center;
    margin-bottom: .5em;
}

.site-footer .nav-secondary li:first-child a {
    border-right: 2px solid rgba(255,255,255,.75);
    padding-right: .3em;
    margin-right: .3em;
}

.site-footer .nav-secondary small {
    font-size: inherit;
    opacity: .75;
}

.site-footer a.aktiv {
    opacity: .7;
}
.site-footer a.aktiv:hover,
.site-footer a.aktiv:focus {
    text-decoration: none;
    cursor: default;
}

#top {
    background: #54595f;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: .5em;
    left: calc(50% - 1.5em);
    z-index: 100000;
    width: 3em;
    text-align: center;
    font-size: 1rem;
    opacity: .3;
    transition: opacity .15s ease-in-out;
}
#top:hover {
    opacity: .5;
}

#top img { display: block; }

.impressum h2 {
    font-weight: 700;
}

.impressum h3 {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: .5em;
    margin-top: 1em;
}

.impressum h4 {
    font-size: 1.3em;
    margin-bottom: .5em;
}

.impressum p,
.impressum address,
.impressum .site-content ul {
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.4;
    color: #7a7a7a;
}

.impressum .site-content ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.impressum .site-content em {
    font-weight: 400;
}

.impressum .site-content a {
    color: #2e82bc;
}
.impressum .site-content a:hover { text-decoration: underline; }

.impressum .widerrufshinweise {
    border: 1px solid;
    padding: 1em;
    margin-bottom: 1.5em;
}

.impressum .widerrufshinweise p { font-weight: 600; color: #333; }


.cc-color-override--579951218.cc-revoke {
    color: #fff !important;
    background-color: #999 !important;
}