/* 
Theme Name: ZEIT LEO
Version: 1.0
Author: PIXONAUTS Studio
Author URI: https://pixonauts.com/
*/

@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "SakerSans";
    src: url(fonts/SakerSans/SakerSansMedium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 1.125rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #57546e;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
@media only screen and (min-width:1600px) {
    body {
        font-size: 1.25rem;
    }
}

::selection {
    opacity: 1;
    color: #fff;
    background: #8471ea;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #8471ea;
}

@media only screen and (orientation:landscape) {
    .d-landscape {
        display: block
    }
    .d-portrait {
        display: none
    }
}
@media only screen and (orientation:portrait) {
    .d-landscape {
        display: none
    }
    .d-portrait {
        display: block
    }
}

.font-outfit {
    font-family: 'Outfit', sans-serif!important;
    font-weight: 400!important;
}
.font-saker-sans {
    font-family: "SakerSans"!important;
}

.relative {
    position: relative;
}

.oh {
    overflow: hidden;
}
.ov {
    overflow: visible;
}

.post-meta,
.post-meta a {
    font-size: 1rem;
    font-weight: 700;
}

.aspect-21-9 {
    position: relative;
    display: block;
    padding-top: 42.86%;
}

.aspect-16-9 {
    position: relative;
    display: block;
    padding-top: 56.25%;
}

.aspect-3-2 {
    position: relative;
    display: block;
    padding-top: 66.666%;
}

.aspect-4-3 {
    position: relative;
    display: block;
    padding-top: 75%;
}

.aspect-6-5 {
    position: relative;
    display: block;
    padding-top: 83.333%;
}

.aspect-1-1 {
    position: relative;
    display: block;
    padding-top: 100%;
}

.mb-col {
    margin-bottom: 30px;
}
.row-s {
    margin-right: -5px;
    margin-left: -5px;
}
.row-s>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}
.row-s .mb {
    margin-bottom: 10px
}
.row-s .mt {
    margin-top: 10px
}

@media only screen and (min-width:576px) {
    .w-sm-auto {
        width: auto!important;
    }
    .w-sm-100 {
        width: 100%!important;
    }
}

@media only screen and (min-width:712px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
    .w-md-auto {
        width: auto!important;
    }
    .w-md-100 {
        width: 100%!important;
    }
}
@media only screen and (min-width:992px) {
    .row-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-l>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .row-s {
        margin-right: -10px;
        margin-left: -10px;
    }
    .row-s>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .row-s .mb {
        margin-bottom: 20px
    }
    .row-s .mt {
        margin-top: 20px
    }
    .w-lg-auto {
        width: auto!important;
    }
    .w-lg-100 {
        width: 100%!important;
    }
    .w-lg-110 {
        max-width: none;
        width: 110%!important;
    }
}
@media only screen and (min-width:1200px) {
    .w-xl-auto {
        width: auto!important;
    }
    .w-xl-100 {
        width: 100%!important;
    }
    .w-xl-120 {
        max-width: none;
        width: 120%!important;
    }
}
@media only screen and (min-width:1440px) {
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (min-width:1600px) {
    .col-xxl-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%
    }
    .col-xxl-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-xxl-3 {
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%
    }
    .col-xxl-9 {
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xxl-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%
    }
    .col-xxl-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%
    }
    .col-xxl-12 {
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-none {
        display: none!important;
    }
    .pl-xxl-5 {
        padding-left: 3rem!important;
    }
    .pr-xxl-5 {
        padding-left: 3rem!important;
    }
}

hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-top: 2px dashed;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: "Outfit";
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: inherit;
    margin-bottom: 1rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,.h1 {
    font-size: 2rem;
    line-height: 1.2;
}
.h1-saker-sans {
    font-family: "SakerSans"!important;
    font-weight: 500;
    font-size: 2.5rem;
}
h2,.h2 {
    font-size: 1.875rem;
    line-height: 1.2;
}
.h2-saker-sans {
    font-family: "SakerSans"!important;
    font-size: 2.375rem;
    font-weight: 500;
}
h3,.h3 {
    font-size: 1.75rem;
}
h4,.h4 {
    font-size: 1.5rem;
}
h5,.h5 {
    font-size: 1.375rem;
}
h6,.h6 {
    font-size: 1.25rem;
}
.entry-title {
    line-height: 1.2;
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    h1,.h1 {
        font-size: 2.75rem;
    }
    .h1-saker-sans {
        font-size: 3.25rem;
    }
    h2,.h2 {
        font-size: 2.25rem;
    }
    .h2-saker-sans {
        font-size: 2.75rem;
    }
    h3,.h3 {
        font-size: 2rem;
    }
    h4,.h4 {
        font-size: 1.75rem;
    }
    h5,.h5 {
        font-size: 1.5rem;
    }
    h6,.h6 {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:992px) {
    h1,.h1 {
        font-size: 2.75rem;
    }
    .h1-saker-sans {
        font-size: 3.25rem;
    }
    h2,.h2 {
        font-size: 2.25rem;
    }
    .h2-saker-sans {
        font-size: 2.75rem;
    }
    h3,.h3 {
        font-size: 2rem;
    }
    h4,.h4 {
        font-size: 1.75rem;
    }
    h5,.h5 {
        font-size: 1.5rem;
    }
    h6,.h6 {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:1440px) {
    h1,.h1 {
        font-size: 3rem;
    }
    .h1-saker-sans {
        font-size: 4rem;
    }
    h2,.h2 {
        font-size: 2.75rem;
    }
    .h2-saker-sans {
        font-size: 3.25rem;
    }
    h3,.h3 {
        font-size: 2.25rem;
    }
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}
p.hint {
    font-size: 80%;
    margin-bottom: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

.ctx ul,
.searchlist {
    margin: 0 0 1rem;
    padding: 0 0 0 1.25rem;
}
.ctx ol {
    margin: 0 0 1rem;
    padding: 0 0 0 1.375rem;
}

p + ul,
p + ol {
    margin-top: 1rem!important;
}

.biglist ul li,
.biglist ol li {
    margin-bottom: 1rem!important
}

b, strong {
    font-weight: 700;
}
.font-400 {
    font-weight: 400!important;
}

@media only screen and (min-width:992px) {
    .column-2 {
        column-count: 2;
        column-gap: 60px;
    }
    .column-2 p,
    .column-2 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}

.smart-hyphens {
    hyphens: auto;
}

figure {
    margin: 0;
}

.table td, .table th {
    padding: 0 0 .75rem;
    border-top: 0;
}
.table td.summary-table-first-col {
    padding-right: .75rem;
}

.highlight {
    color: red;
}
.hideMe {
    display: none;
}

@media only screen and (min-width:576px) {
    .w-sm-auto {
        width: auto!important;
    }
}
@media only screen and (min-width:711px) {
    .w-md-auto {
        width: auto!important;
    }
}
@media only screen and (min-width:992px) {
    .w-lg-auto {
        width: auto!important;
    }
}
@media only screen and (min-width:1200px) {
    .w-xl-auto {
        width: auto!important;
    }
}

.nowrap {
    white-space: nowrap;
}

.no-br br {
    display: none;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
    height: auto
}

.img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.no-touchevents a:hover .img-wrap img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.entry-content .wp-video {
    width: 100%!important;
    margin-bottom: 1rem;
}
.yt-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.media-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}
.media-wrapper.abs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.media-wrapper video {
    width: 100%;
    height: auto;
}
.media-wrapper .img,
.media-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.play-video {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.no-touchevents .play-video:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}
.play-video-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85px;
    height: 85px;
}
.play-video-border {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #fff!important;
}
.play-video-badge .playicon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.play-video-badge .playicon svg {
    width: 20px;
    height: 20px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out .3s;
    transition: transform 0.5s ease-in-out .3s;
}
.video-overlay.video-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.video-overlay .video-holder {
    position: absolute;
    overflow: hidden;
    background-color: #000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
}
.video-overlay.video-active .video-holder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in .7s;
    transition: opacity 0.3s ease-in .7s;
}

.video-overlay .video-holder .fullscreen-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 50;
    cursor: pointer;
    background: rgba(0,17,46,.15);
}

.video-close::after,
.video-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.video-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (min-width: 992px) {
    .play-video-badge {
        width: 120px;
        height: 120px;
    }
    .play-video-badge .playicon svg {
        width: 25px;
        height: 25px;
    }
    .video-close {
        top: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .video-close::after,
    .video-close::before {
        top: 5px;
        left: 30px;
        height: 50px;
    }
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}
.bg-image.bg-top {
    background-position: top center;
}
img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.full-img {
    width: 100%;
}
.full-height {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.cover-lg-img {
    width: 100%;
    height: auto;
}
.copy-wrap {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}
.copy-wrap .copy {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    width: auto;
    max-width: 100%;
    background: rgba(109,102,99,.8);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
@media only screen and (min-width:992px) {
    .cover-lg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
}

.text-white,
.text-white a {
    color: #fff!important;
}
.text-grey,
.text-grey a {
    color: #999!important;
}
.text-dark,
.text-dark a {
    color: #57546e!important
}
.text-yellow,
.text-yello a {
    color: #f0f2df!important
}
.text-purple,
.text-purple a {
    color: #8471ea!important
}
.text-red,
.text-red a {
    color: #f45537!important
}
.text-green-yellow,
.text-green-yellow a {
    color: #e5eaab!important;
}
.text-light-blue,
.text-light-blue a {
    color: #a3cbee!important
}
.text-blue,
.text-blue a {
    color: #3066ce!important
}

.bg-white {
    background-color: #fff!important;
}
.bg-purple {
    background-color: #8471ea!important;
    color: #fff;
}
.bg-red {
    background-color: #f45537!important;
}
.bg-green-yellow {
    background-color: #e5eaab!important;
}
.bg-green-yellow-2 {
    background-color: #f7f8ec!important;
}
.bg-grey {
    background-color: #ededed!important;
}
.bg-green-yellow .flipbook-main-wrapper {
    background-color: #e5eaab!important
}
.bg-light-blue {
    background-color: #a3cbee!important;
}
.bg-blue {
    background-color: #3066ce!important;
    color: #fff;
}

a {
    color: #57546e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #8471ea;
    text-decoration: none;
}
a:focus, a.focus, button:focus, button.focus {
    outline: 0;
}
.ctx a:not(.gallery-item a):not(.post-image-link) {
    color: #8471ea;
    border-bottom: 1px solid transparent;
}
.ctx a:not(.gallery-item a):hover,
.ctx a:not(.post-image-link):hover {
    color: #8471ea;
    border-bottom-color: #8471ea;
}

.button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}
.button,
.submit-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .5px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    background-color: #57546e;
    border: 4px solid #57546e;
}
.submit-button {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button.cta {
    font-size: 125%;
}
.button.mw,
.submit-button {
    min-width: 225px;
}
.button.purple,
.submit-button {
    background-color: #8471ea;
    border: 4px solid #8471ea;
}
.button.blue {
    background-color: #3066ce;
    border: 4px solid #3066ce;
}
.button.white {
    background-color: #fff;
    border: 4px solid #fff;
    color: #f45537!important;
}
.button.red {
    background-color: #f45537;
    border: 4px solid #f45537;
}
.button.green-yellow {
    color: #8471ea!important;
    background-color: #e5eaab;
    border: 4px solid #e5eaab;
}
.button.blue-green-yellow {
    color: #3066ce!important;
    background-color: #e5eaab;
    border: 4px solid #e5eaab;
}
.button.yellow {
    color: #3066ce!important;
    background-color: #f0f2df;
    border: 4px solid #f0f2df;
}
.button.outline {
    color: #57546e!important;
    background-color: transparent;
    border: 4px solid #57546e;
}
.button.purple.outline,
.submit-button:hover {
    color: #8471ea!important;
    background-color: transparent;
    border: 4px solid #8471ea;
}
.button.blue.outline {
    color: #3066ce!important;
    background-color: transparent;
    border: 4px solid #3066ce;
}
.button.white.outline {
    background-color: transparent;
    border: 4px solid #fff;
    color: #fff!important;
}
.button.red.outline {
    color: #f45537!important;
    background-color: transparent;
    border: 4px solid #f45537;
}
.button.green-yellow.outline {
    color: #e5eaab!important;
    background-color: transparent;
    border: 4px solid #e5eaab;
}
.button.yellow.outline {
    color: #f0f2df!important;
    background-color: transparent;
    border: 4px solid #f0f2df;
}
.button-text {
    line-height: 30px;
    overflow: hidden;
    width: auto;
    transition: transform .2s ease-out;
}
.button-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
}
.button-text span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover)
}
.button:hover .button-text span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%
}
.submit-button:disabled,
.submit-button:disabled:hover {
    background-color: #8471ea;
    border: 4px solid #8471ea;
    color: #fff!important;
    opacity: .65;
    cursor: not-allowed;
}
.arrow-link-wrap {
    display: inline-block;
    position: relative;
    line-height: 18px;
    color: #8471ea!important;
}
.arrow-link-wrap.blue {
    color: #3066ce!important;
}
.arrow-link-wrap.red {
    color: #f45537!important;
}
.arrow-link {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 18px;
    margin-right: 2px;
    overflow: hidden;
}
.arrow-link span {
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(img/icon-kleiner-pfeil-lila.png);
    transition: transform .4s cubic-bezier(.75, -.27, .3, 1.33);
}
.arrow-link-wrap.blue .arrow-link span {
    background-image: url(img/icon-kleiner-pfeil-blau.png);
}
.arrow-link-wrap.red .arrow-link span {
    background-image: url(img/icon-kleiner-pfeil-rot.png);
}
.arrow-link.rtl span {
    background-image: url(img/icon-kleiner-pfeil-lila-rtl.png);
}
.arrow-link span.hidden {
    transform: translateX(-60px);
}
.arrow-link.rtl span.hidden {
    transform: translateX(60px);
}
.arrow-link-wrap:hover .arrow-link span.visible {
    transform: translateX(60px)
}
.arrow-link-wrap:hover .arrow-link.rtl span.visible {
    transform: translateX(-60px)
}
.arrow-link-wrap:hover .arrow-link span.hidden {
    transform: translateX(0)
}
.steps a {
    display: inline-block;
    position: relative;
    line-height: 18px;
    color: #f45537!important;
    padding-left: 38px;
}
.steps a::before,
.steps a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 18px;
    margin-right: 2px;
    overflow: hidden;
    background-image: url(img/icon-kleiner-pfeil-rot.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all .4s cubic-bezier(.75, -.27, .3, 1.33);
}
.steps a::after {
    background-position: -60px center;
}
.steps a:hover::before {
    background-position: 60px center;
}
.steps a:hover::after {
    background-position: 0 center;
}
.frontend-item-container[data-element-key="privacy"] {
    position: relative;
    padding-left: 25px;
    font-size: 80%;
    margin-bottom: 1rem;
}
#frontend-form-1-post-data-custom-field-privacy {
    position: absolute;
    top: 6px;
    left: 0;
}
.frontend-form-success-links {
    display: none!important;
}
.frontend-item-container .frontend-item-success {
    background: #8471ea!important;
    text-shadow: none!important;
    font-size: 1rem!important;
}

@media only screen and (min-width:712px) {
    .button,
    .submit-button {
        border-radius: 28px;
    }
    .button.mw,
    .submit-button {
        min-width: 300px;
    }
    .button.cta {
        padding: 10px 18px;
        font-size: 150%;
    }
    .button.cta .button-text {
        line-height: 36px;
    }
}
@media only screen and (min-width:1600px) {
    .arrow-link-wrap {
        line-height: 19px;
    }
    .steps a {
        padding-left: 40px;
        line-height: 19px;
    }
    .arrow-link,
    .steps a::before,
    .steps a::after {
        width: 36px;
        height: 19px;
    }
}
.pswp__bg {
    background: rgba(0,0,0,0.7);
}
.pswp__button--zoom,
.pswp__button--close svg,
.pswp__button--arrow svg {
    display: none!important;
}
.pswp__button--close {
    opacity: 1;
}
.pswp__button--close::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f45537;
    background-image: url(img/close.png);
    background-repeat: no-repeat;
    background-size: 28px 23px;
    background-position: center center;
}
.pswp__button--arrow,
.pswp__button--arrow:hover,
.pswp__button--arrow:focus,
.pswp__button--arrow:active {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    background: #f45537!important;
    border-radius: 50%;
}
.pswp__button--arrow--prev {
    left: 10px;
}
.pswp__button--arrow--next {
    right: 10px;
}
.pswp__button--arrow::before,
.pswp__button--arrow::after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    filter: none!important;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 1.33);
}
.pswp__button--arrow--prev::before,
.pswp__button--arrow--prev::after {
    background-image: url(img/page-navi-left.png);
}
.pswp__button--arrow--next::before,
.pswp__button--arrow--next::after {
    background-image: url(img/page-navi-right.png);
}
.pswp__button--arrow--prev::after {
    transform: translateX(60px);
}
.pswp__button--arrow--prev:hover::before {
    transform: translateX(-60px);
}
.pswp__button--arrow--prev:hover::after {
    transform: translateX(0);
}
.pswp__button--arrow--next::after {
    transform: translateX(-60px);
}
.pswp__button--arrow--next:hover::before {
    transform: translateX(60px);
}
.pswp__button--arrow--next:hover::after {
    transform: translateX(0);
}
@media only screen and (max-width:480px) {
    .pswp__button--arrow--prev {
        left: 6px;
    }
    .pswp__button--arrow--next {
        right: 6px;
    }
}

.wp-caption {
    position: relative;
    display: block;
}

.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 45%;
    margin: .375rem 5% 3% 0;
}

.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 45%;
    margin: .375rem 0 3% 5%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img {
    width: 100%;
    height: auto;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: .375rem 5% 3% 0;
    max-width: 45%;
    height: auto
}

img.alignright {
    margin: .375rem 0 3% 5%;
    max-width: 45%;
    height: auto
}

img.aligncenter {
    margin: 1rem auto;
    clear: both;
    display: block
}

img.alignnone {
    height: auto;
    margin: 1rem 0;
}

.rounded-corners {
    border-radius: 20px;
}

.wp-caption-text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: .75rem;
    font-weight: 400;
    margin: 0!important;
    padding: 5px 8px;
    width: auto;
    max-width: calc(100% - 20px);
    background: rgba(0,0,0,.4);
    border-radius: 6px;
    color: #fff;
}
.rounded-corners .wp-caption-text {
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 30px);
}
p.caption-text {
    font-size: .75rem;
    font-weight: 400;
}
@media only screen and (min-width:992px) {
    .rounded-corners {
        border-radius: 28px;
    }
}
@media only screen and (min-width:1600px) {
    .wp-caption-text,
    p.caption-text {
        font-size: .875rem;
    }
}

@media only screen and (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.alignleft,
    img.alignright {
        margin: 0 0 1rem;
        width: 100%;
        max-width: 100%;
    }
}

.gallery {
    margin: 1rem 0!important
}
.gallery-item {
    margin: 0!important;
    position: relative;
    overflow: hidden;
}
.gallery-item a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gallery-item a::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.gallery-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    max-width: none!important;
    height: 100%!important;
    border-color: #fff!important;
    object-position: center;
    object-fit: cover;
}

.has-animation {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
} 
.has-animation.image_clip_right {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}
.has-animation.image_clip_left {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
}
.has-animation.image_clip_right.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.has-animation.image_clip_left.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
} 
.has-animation.fade-up {
    opacity: 0;
    transform: translateY(60px)
}
.has-animation.fade-up.animated {
    opacity: 1;
    transform: translateY(0)
}
.has-animation.fade-in-left {
    opacity: 0;
    transform: translateX(-60px);
}
.has-animation.fade-in-left-big {
    opacity: 0;
    transform: translateX(-800px);
}
.has-animation.fade-in-left.animated,
.has-animation.fade-in-left-big.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.fade-in-right {
    opacity: 0;
    transform: translateX(60px)
}
.has-animation.fade-in-right-big {
    opacity: 0;
    transform: translateX(800px)
}
.has-animation.fade-in-right.animated,
.has-animation.fade-in-right-big-big.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.has-scale {
    transform: scale(0);
    will-change: transform
}
.has-animation.has-scale.animated {
    transform: scale(1);
}
.has-animation.has-scale-vertical {
    opacity: 0;
    transform: translateY(0) scaleY(1.1);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical.animated {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}
.has-animation.has-cover {
    opacity: 1;
    transform: translateY(0);
    overflow: hidden
}
.has-animation.has-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated::after {
    width: 0
}
.has-animation.has-cover img {
    display: block;
    margin: 0 auto;
    opacity: 1;
    transform: scale(1.05);
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated img {
    opacity: 1;
    transform: scale(1)
}

#pageloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900
}
.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #8471ea
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid transparent;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
body.page-template-tpl-home .header,
body.page-template-tpl-magazin .header,
body.page-template-tpl-weltretter .header,
body.page-template-tpl-lehrkraefte .header,
body.page-template-tpl-mach-mit .header,
body.page-template-tpl-witze .header {
    background-color: rgba(255,255,255,0);
}
body.scrol .header,
body.page-template-tpl-home.scrol .header,
body.page-template-tpl-magazin.scrol .header,
body.page-template-tpl-weltretter.scrol .header,
body.page-template-tpl-lehrkraefte.scrol .header,
body.page-template-tpl-mach-mit.scrol .header,
body.page-template-tpl-witze.scrol .header {
    background-color: rgba(255, 255, 255, 1);
    border-bottom-color: #ededed;
}
body.menu-open .header {
    background-color: rgba(255, 255, 255, 0)!important;
}
.header-wrapper {
    position: relative;
    z-index: 1;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-wrapper .logo {
    position: relative;
    height: 100%;
    padding: 10px 0;
}
.header-wrapper .logo.wr {
    padding: 5px 0 7px;
}
.header-wrapper .logo img {
    position: relative;
    height: 100%;
    width: auto;
}
.header-wrapper .logo img.l-w {
    display: none;
}
.header-wrapper .logo img.l-b {
    display: block;
}
body.page-template-tpl-home .header-wrapper .logo img.l-w,
body.page-template-tpl-magazin .header-wrapper .logo img.l-w,
body.page-template-tpl-lehrkraefte .header-wrapper .logo img.l-w,
body.page-template-tpl-mach-mit .header-wrapper .logo img.l-w,
body.page-template-tpl-witze .header-wrapper .logo img.l-w {
    display: block;
}
body.page-template-tpl-home .header-wrapper .logo img.l-b,
body.page-template-tpl-magazin .header-wrapper .logo img.l-b,
body.page-template-tpl-lehrkraefte .header-wrapper .logo img.l-b,
body.page-template-tpl-mach-mit .header-wrapper .logo img.l-b,
body.page-template-tpl-witze .header-wrapper .logo img.l-b {
    display: none;
}
body.page-template-tpl-home.scrol .header-wrapper .logo img.l-b,
body.page-template-tpl-magazin.scrol .header-wrapper .logo img.l-b,
body.page-template-tpl-lehrkraefte.scrol .header-wrapper .logo img.l-b,
body.page-template-tpl-mach-mit.scrol .header-wrapper .logo img.l-b,
body.page-template-tpl-witze.scrol .header-wrapper .logo img.l-b {
    display: block;
}
body.page-template-tpl-home.scrol .header-wrapper .logo img.l-w,
body.page-template-tpl-magazin.scrol .header-wrapper .logo img.l-w,
body.page-template-tpl-lehrkraefte.scrol .header-wrapper .logo img.l-w,
body.page-template-tpl-mach-mit.scrol .header-wrapper .logo img.l-w,
body.page-template-tpl-witze.scrol .header-wrapper .logo img.l-w {
    display: none;
}
body.menu-open .header-wrapper .logo img.l-w {
    display: block!important;
}
body.menu-open .header-wrapper .logo img.l-b {
    display: none!important;
}
#main-nav {
    padding: 0;
}
#main-nav .navbar-nav .nav-item {
    position: relative;
}
#main-nav .navbar-nav .nav-link {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    padding: .25rem 0 .5rem;
    color: #8471ea;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.page-template-tpl-lehrkraefte #main-nav .navbar-nav .nav-link {
    color: #3066ce;
}
body.page-template-tpl-weltretter.scrol #main-nav .navbar-nav .nav-link {
    color: #3066ce;
}
#main-nav .navbar-nav .cta .nav-link {
    padding: 4px 16px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    background-color: #f45537;
}
body.page-template-tpl-mach-mit:not(.scrol) #main-nav .navbar-nav .cta .nav-link,
body.page-template-tpl-witze:not(.scrol) #main-nav .navbar-nav .cta .nav-link {
    color: #f45537!important;
    background-color: #e5eaab;
}
#main-nav .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: -.25rem;
    height: 0.5rem;
    width: calc(100% + .5rem);
    z-index: -1;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    background-image: url('img/underline.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#main-nav .navbar-nav .cta .nav-link::after {
    display: none;
}
body.page-template-tpl-home:not(.scrol) #main-nav .navbar-nav .nav-link,
body.page-template-tpl-magazin:not(.scrol) #main-nav .navbar-nav .nav-link,
body.page-template-tpl-lehrkraefte:not(.scrol) #main-nav .navbar-nav .nav-link,
body.page-template-tpl-mach-mit:not(.scrol) #main-nav .navbar-nav .nav-link,
body.page-template-tpl-witze:not(.scrol) #main-nav .navbar-nav .nav-link {
    color: #fff;
}
body.page-template-tpl-weltretter:not(.scrol) #main-nav .navbar-nav .nav-link {
    color: #57546e;
}
body.page-template-tpl-home:not(.scrol) #main-nav .navbar-nav .nav-link::after,
body.page-template-tpl-magazin:not(.scrol) #main-nav .navbar-nav .nav-link::after,
body.page-template-tpl-weltretter:not(.scrol) #main-nav .navbar-nav .nav-link::after,
body.page-template-tpl-lehrkraefte:not(.scrol) #main-nav .navbar-nav .nav-link::after,
body.page-template-tpl-mach-mit:not(.scrol) #main-nav .navbar-nav .nav-link::after,
body.page-template-tpl-witze:not(.scrol) #main-nav .navbar-nav .nav-link::after {
    background-image: url('img/underline_c.svg');
}
#main-nav .navbar-nav .nav-link:hover::after,
#main-nav .navbar-nav .nav-item.current-menu-item .nav-link::after,
#main-nav .navbar-nav .nav-item.current-menu-parent .nav-link::after,
#main-nav .navbar-nav .nav-item.current-menu-ancestor .nav-link::after,
#main-nav .navbar-nav .nav-item.current_page_parent .nav-link::after,
#main-nav .navbar-nav .nav-item.show .nav-link::after,
#main-nav .navbar-nav .nav-item .nav-link.active::after {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.header .social-media a {
    font-size: 28px;
    display: inline-block;
    color: #57546e;
}
body.page-template-tpl-home:not(.scrol) .header .social-media a,
body.page-template-tpl-magazin:not(.scrol) .header .social-media a,
body.page-template-tpl-lehrkraefte:not(.scrol) .header .social-media a,
body.page-template-tpl-mach-mit:not(.scrol) .header .social-media a,
body.page-template-tpl-witze:not(.scrol) .header .social-media a {
    color: #fff;
}

.burger-menu {
    position: relative;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
.burger-menu > div {
    position: relative;
    width: 30px;
    height: 32px;
}
.burger-menu b {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, border-color .1s ease;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, border-color .1s ease;
    position: absolute;
    display: block;
    width: 30px;
    height: 0;
    border-top: 3px solid #57546e
}
body.page-template-tpl-home .burger-menu b,
body.page-template-tpl-magazin .burger-menu b,
body.page-template-tpl-weltretter .burger-menu b,
body.page-template-tpl-lehrkraefte .burger-menu b,
body.page-template-tpl-mach-mit .burger-menu b,
body.page-template-tpl-witze .burger-menu b {
    border-top-color: #fff
}
body.page-template-tpl-home.scrol .burger-menu b,
body.page-template-tpl-magazin.scrol .burger-menu b,
body.page-template-tpl-weltretter.scrol .burger-menu b,
body.page-template-tpl-lehrkraefte.scrol .burger-menu b,
body.page-template-tpl-mach-mit.scrol .burger-menu b,
body.page-template-tpl-witze.scrol .burger-menu b {
    border-top-color: #57546e
}
body.menu-open .burger-menu b {
    border-top-color: #fff!important;
}
.burger-menu b:nth-child(1) {
    top: 8px;
    left: 0;
}
.burger-menu b:nth-child(2) {
    top: 16px;
    left: 0;
}
.burger-menu b:nth-child(3) {
    top: 24px;
    right: 0;
}
body.menu-open .burger-menu b:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
body.menu-open .burger-menu b:nth-child(2) {
    opacity: 0;
    width: 0;
}
body.menu-open .burger-menu b:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.aside {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 80px;
    background: #8571ea;
    z-index: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
body.page-template-tpl-lehrkraefte .aside {
    background: #3066ce;
}
body.menu-open .aside {
    right: 0
}
aside .burger-menu {
    right: auto;
    left: 15px;
}

.aside .aside-inner {
    height: 100%;
    overflow-y: auto;
}

.aside .wrapper {
    display: table;
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-right: 15px
}

.aside .wrapper .vcenter {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top
}

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

nav.main ul.sub-menu {
    display: none;
    overflow: hidden
}

nav.main ul.sub-menu ul.sub-menu {
    margin-left: 15px
}

nav.main li {
    padding: 0;
    margin-bottom: .375rem;
}

nav.main a {
    cursor: pointer;
    display: inline-block;
    padding: .25rem 0;
    opacity: 1;
    position: relative;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.03em;
}
nav.main .cta a {
    padding: 6px 18px;
    border-radius: 20px;
    line-height: 1;
    text-align: center;
    color: #fff!important;
    background-color: #f45537;
    margin-top: .25rem;
    min-width: 90px;
}
nav.main a::after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    height: 0.5rem;
    width: 100%;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    z-index: -1;
    background-image: url('img/underline_c.svg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
nav.main .cta a::after {
    display: none;
}
nav.main a:hover::after,
nav.main .current-menu-parent > a::after,
nav.main .current_page_item > a::after,
nav.main .current-menu-item > a::after {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

nav.main li.menu-item-has-children {
    position: relative;
}

nav.main li.menu-item-has-children>a {
    padding-right: 30px
}

nav.main ul.sub-menu li.menu-item-has-children a {
    margin-left: 20px;
}

nav.main ul.sub-menu li:not(.menu-item-has-children) a {
    padding: 0 10px 10px 10px;
    margin-left: 10px;
}

nav.main ul.sub-menu ul.sub-menu li:not(.menu-item-has-children) a {
    margin-left: 20px;
    padding: 0 10px 5px 10px;
}
nav.main ul.sub-menu ul.sub-menu li:not(.menu-item-has-children) a::before {
    content: '-';
    padding-right: .25rem;
}

nav.main ul.sub-menu li:last-child {
    padding-bottom: 10px
}

nav.main ul.links {
    margin-top: 50px;
    margin-bottom: 30px
}

nav.main ul.links li {
    padding-bottom: 0;
    border-bottom: 0;
}

nav.main ul.links a {
    font-size: .75rem;
    padding: 0 10px;
    line-height: 26px;
    text-transform: none;
}

.aside .social {
    margin-top: 1rem;
    width: 100%;
}
.aside .social a {
    display: inline-block;
    font-size: 36px;
    color: #fff;
}
@media only screen and (min-width:712px) {
    .header-wrapper {
        height: 80px;
    }
    .aside {
        padding-top: 100px;
    }
    .aside .wrapper {
        padding-left: 30px;
    }
    nav.main a {
        font-size: 1.25rem;
    }
}

@media (min-width:992px) {
    #main-nav .navbar-nav .nav-link {
        text-align: center;
        margin: 0 .75rem;
    }
}
@media (min-width:1200px) {
    #main-nav .navbar-nav .nav-link {
        margin: 0 1rem;
        font-size: 1.125rem;
    }
}
@media only screen and (min-width:1440px) {
    .header-wrapper {
        height: 90px;
    }
    #main-nav .navbar-nav .nav-link {
        margin: 0 1rem;
        font-size: 1.25rem;
    }
    .header .social-media a {
        font-size: 32px;
    }
}


#main {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: 1;
    overflow: hidden;
}
.page-header {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
}
.page-margin {
    margin-top: calc(70px + 1.5rem);
}
.pp-t {
    padding-top: 70px;
}
.pad_top {
    padding-top: 40px;
}
.pad_bottom {
    padding-bottom: 40px;
}
.section {
    position: relative;
    padding: 40px 0;
}
.section.cover-section {
    padding-top: 60px;
}
.winner-year .section {
    padding-top: 0!Important;
}
.lb-content .section {
    padding-top: 70px!Important;
    padding-bottom: 70px!important;
    min-height: 100vh;
}
.section.weltretter {
    padding: 0!important;
}
.section.weltretter .container-fluid {
    padding-top: 40px;
}
.section.weltretter img.back,
#so-gehts img.back {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: auto;
}
.section.weltretter img.front,
#so-gehts img.front {
    width: 100%;
    height: auto;
    animation: float 6s ease-in-out infinite;
}
.section img {
    width: 100%;
    height: auto;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@media (min-width:712px) {
    .section.after-hero {
        padding-top: 70px;
    }
    .section.cover-section {
        padding-top: 120px;
    }
    .page-margin {
        margin-top: calc(80px + 1.5rem);
    }
}
@media (min-width:992px) {
    .pad_top {
        padding-top: 60px;
    }
    .pad_bottom {
        padding-bottom: 60px;
    }
    .section {
        padding: 60px 0;
    }
    .page-margin {
        margin-top: calc(90px + 1.5rem);
    }
    .section.weltretter .container-fluid {
        padding-top: 60px;
    }
    .section.after-hero {
        padding-top: 40px;
    }
    .section.weltretter img.back,
    #so-gehts img.back {
        left: 30px;
        width: calc(100% - 60px);
    }
}
@media (min-width:1200px) {
    .section.after-hero {
        padding-top: 60px;
    }
}
@media (min-width:1440px) {
    .pad_top {
        padding-top: 90px;
    }
    .pad_bottom {
        padding-bottom: 90px;
    }
    .section {
        padding: 90px 0;
    }
    .section.weltretter .container-fluid {
        padding-top: 90px;
    }
}
.z-border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 26px;
    z-index: 1;
    overflow: visible;
}
.z-border.top {
    top: 0;
}
.z-border.bottom {
    bottom: 0;
}
.z-border .line {
    position: absolute;
    left: 0;
    height: .75vw;
    max-height: 22px;
    width: 100%;
    background-size: auto 100%;
    background-repeat: repeat-x;
}
.z-border .line-a {
    top: calc(1px - .75vw);
    background-position: left top;
}
.z-border .line-b {
    bottom: calc(1px - .75vw);
    background-position: left bottom;
}
.bg-green-yellow .line-a {
    background-image: url(img/linie-gelbgruen-oben.png);
}
.bg-green-yellow .line-b {
    background-image: url(img/linie-gelbgruen-unten.png);
}
.bg-red .line-a {
    background-image: url(img/linie-rot-oben.png);
}
.bg-red .line-b {
    background-image: url(img/linie-rot-unten.png);
}
.bg-purple .line-a {
    background-image: url(img/linie-lila-oben.png);
}
.bg-purple .line-b {
    background-image: url(img/linie-lila-unten.png);
}
.bg-blue .line-a {
    background-image: url(img/linie-blau-oben.png);
}
.bg-blue .line-b {
    background-image: url(img/linie-blau-unten.png);
}
.weltretter-top,
.weltretter-bottom {
    position: relative;
    width: 100%;
    display: block;
}
.weltretter-bottom.abs {
    position: absolute;
    left: 0;
    bottom: -1px;
}
.hero {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#eltern.hero {
    padding-bottom: 40px;
}
.hero.magazine {
    min-height: 600px;
}
.hero.weltretter .hero-right {
    padding-bottom: 40px;
}
.hero .row {
    position: relative;
    z-index: 2;
}
.hero .leo-logo {
    position: relative;
    overflow: hidden;
}
.hero .leo-logo img {
    display: inline-block;
    max-width: 90%;
    opacity: 0;
    transform: translateY(160px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
body.loaded .hero .leo-logo img {
    opacity: 1;
    transform: translateY(0);
}
.hero .title-pad {
    padding-left: 30px;
}
.hero .hero-title {
    position: relative;
    overflow: hidden;
}
.hero .hero-title span {
    display: block;
    opacity: 0;
    transform: translateY(160px);
    -webkit-transition: all .6s ease .2s;
    transition: all .6s ease .2s;
}
body.loaded .hero .hero-title span {
    opacity: 1;
    transform: translateY(0);
}
.hero .hero-text p {
    display: block;
    opacity: 0;
    transform: translateY(160px);
    -webkit-transition: all .6s ease .2s;
    transition: all .6s ease .2s;
}
body.loaded .hero .hero-text p {
    opacity: 1;
    transform: translateY(0);
}
.hero .hero-button {
    position: relative;
    padding-left: 90px;
    padding-bottom: 8px;
    overflow: hidden;
}
.hero .hero-button a {
    opacity: 0;
    transform: translateY(160px);
    -webkit-transition: all .6s ease .4s;
    transition: all .6s ease .4s;
}
body.loaded .hero .hero-button a {
    opacity: 1;
    transform: translateY(0);
}
.hero .leo-cover {
    position: relative;
    float: right;
    padding-right: 10px;
    display: inline-block;
    transform: rotateY(0deg) rotate(7deg);
}
.hero .leo-cover img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.hero .leo-slider,
.hero .leo-single {
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
body.loaded .hero .leo-slider,
body.loaded .hero .leo-single,
body.loaded .hero .leo-cover img {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.hero .leo-cover span {
    display: block;
    text-align: right;
    padding-top: 3px;
    padding-right: 3.5%;
    font-size: 70%;
    color: #57546e;
    opacity: 0;
    -webkit-transition: all .6s ease .3s;
    transition: all .6s ease .3s;
}
body.loaded .hero .leo-cover span {
    opacity: 1;
}
.hero .leo-mit-cover {
    position: absolute;
    right: -20px;
    bottom: 0;
    transform: rotateY(0deg) rotate(6deg);
    z-index: 2;
}
.hero .leo-mit-cover img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    opacity: 0;
    transform: translateX(60px);
    -webkit-transition: all .6s ease .3s;
    transition: all .6s ease .3s;
}
body.loaded .hero .leo-mit-cover img {
    opacity: 1;
    transform: translateX(0);
}
.hero .leo-mit-cover span {
    display: block;
    text-align: right;
    padding-top: 3px;
    padding-right: 30%;
    font-size: 70%;
    color: #57546e;
    opacity: 0;
    -webkit-transition: all .6s ease .3s;
    transition: all .6s ease .3s;
}
body.loaded .hero .leo-mit-cover span {
    opacity: 1;
}
.hero .hero-leo {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 5;
    opacity: 0;
    transform: translateX(-60px);
    -webkit-transition: all .6s ease .6s;
    transition: all .6s ease .6s;
}
body.loaded .hero .hero-leo {
    opacity: 1;
    transform: translateX(0);
}
.hero-leo img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 175px;
}
.hero .hero-bg-leos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 1;
}
.hero .hero-bg-leos img {
    height: 125px;
    width: auto;
    max-width: none;
}
.hero .leo-weltretter {
    position: relative;
    margin-bottom: -3vw;
}
.hero .leo-weltretter img {
    display: block;
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
body.loaded .hero .leo-weltretter img {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.hero .leo-slider,
.hero .leo-single {
    padding-right: 50px;
    margin-bottom: -6vw;
}
#eltern.hero .leo-slider {
    margin-bottom: 0;
}
.flipbook {
    position: fixed;
    top: 0;
    width: calc(100vw - 30px);
    height: auto;
    opacity: 0;
    pointer-events: none;
}
body.loaded-2 .flipbook {
    position: relative;
    top: unset;
    width: 100%;
    opacity: 1;
    pointer-events: all;
}
.flipbook .hint {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
.df-ui-nav {
    opacity: 1!important;
}
.df-ui-nav.df-ui-prev .df-ui-btn {
    left: 0!important;
}
.df-lightbox-wrapper .df-ui-nav.df-ui-prev .df-ui-btn {
    left: 5px!important;
}
.df-ui-nav.df-ui-next .df-ui-btn {
    right: 0!important;
}
.df-lightbox-wrapper .df-ui-nav.df-ui-next .df-ui-btn {
    right: 5px!important;
}
.df-ui-nav .df-ui-btn {
    padding: 0!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    overflow: hidden;
}
.df-ui-nav .df-ui-btn.df-icon-arrow-left1,
.df-ui-nav .df-ui-btn.df-icon-arrow-right1 {
    background-color: #f45537!important;
}
.df-ui-nav .df-ui-btn::before,
.df-ui-nav .df-ui-btn::after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    filter: none!important;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 1.33);
}
.df-icon-arrow-left1::before,
.df-icon-arrow-left1::after {
    background-image: url(img/page-navi-left.png);
}
.df-icon-arrow-right1::before,
.df-icon-arrow-right1::after {
    background-image: url(img/page-navi-right.png);
}
.df-icon-arrow-left1::after {
    transform: translateX(60px);
}
.df-ui-nav:hover .df-icon-arrow-left1::before {
    transform: translateX(-60px);
}
.df-ui-nav:hover .df-icon-arrow-left1::after {
    transform: translateX(0);
}
.df-icon-arrow-right1::after {
    transform: translateX(-60px);
}
.df-ui-nav:hover .df-icon-arrow-right1::before {
    transform: translateX(60px);
}
.df-ui-nav:hover .df-icon-arrow-right1::after {
    transform: translateX(0);
}
.df-popup-thumb {
    width: 100%!important;
    max-width: 360px;
}
.df-popup-thumb .df-book-title {
    display: none!important;
}
.df-lightbox-wrapper .df-lightbox-close {
    height: 48px;
    width: 48px!important;
    border-radius: 50%;
    color: #fff!important;
    background-color: #f45537!important;
    background-image: url(img/close.png);
    background-repeat: no-repeat;
    background-size: 28px 23px;
    background-position: center center;
    opacity: 1!important;
}
.df-lightbox-wrapper .df-lightbox-close::before {
    display: none;
}
.open-pdf {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.open-pdf .open-pdf-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.no-touchevents .open-pdf:hover .open-pdf-icon {
    opacity: 1;
}
.open-pdf .open-pdf-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 3rem;
}
.df-popup-thumb {
    position: absolute!important;
    top: -30px;
    left: -15px;
    right: -15px;
    max-width: none!important;
    opacity: 0;
    z-index: 3;
}
@media only screen and (min-width:480px) {
    .hero .leo-cover {
        padding-right: 10vw;
    }
    .hero .hero-leo {
        left: 20px;
    }
    .hero .hero-bg-leos img {
        height: 30vw;
    }
}
@media only screen and (min-width:712px) {
    .hero,
    .page-header {
        padding-top: 110px;
    }
    .hero.magazine {
        min-height: 600px;
    }
    .hero.weltretter .hero-right {
        padding-bottom: 90px;
    }
    .hero .title-pad {
        padding-left: 10vw;
    }
    .hero .hero-button {
        padding-left: 20vw;
        padding-bottom: 20px;
    }
    .hero .border-bottom {
        height: 75px;
    }
    .hero .leo-cover {
        padding-right: 30px;
    }
    .hero .leo-cover img {
        max-height: 540px;
    }
    .hero .hero-leo {
        left: 5px;
        bottom: 10px;
    }
    .hero-leo img {
        max-height: 275px;
    }
    .hero .leo-mit-cover {
        right: -15px;
    }
    .hero .leo-mit-cover img {
        max-height: 440px;
    }
    .flipbook {
        width: calc(100vw - 60px);
    }
}
@media only screen and (min-width:768px) {
    .hero .hero-leo {
        left: 15px;
    }
    .hero-leo img {
        max-height: 300px;
    }
    .hero .leo-mit-cover img {
        max-height: 500px;
    }
}
@media only screen and (min-width:992px) {
    #eltern.hero {
        padding-bottom: 60px;
    }
    .hero.magazine {
        min-height: 740px;
    }
    .hero .title-pad {
        padding-top: 90px;
        padding-left: 5vw;
    }
    .hero.weltretter .hero-left,
    .hero.weltretter .hero-right {
        padding-top: 60px;
    }
    .hero .leo-weltretter {
        padding-top: 90px;
        margin-bottom: 0;
    }
    .hero .hero-button {
        padding-left: 0;
        text-align: center;
    }
    .hero .leo-cover {
        float: none;
        padding-right: 60px;
    }
    .hero .leo-cover img {
        width: auto;
        height: auto;
        max-height: calc(100vh - 220px);
        min-height: 600px;
    }
    .hero .hero-leo {
        bottom: -30px;
    }
    .hero-leo img {
        max-height: 330px;
    }
    .hero .leo-mit-cover {
        right: -18px;
    }
    .hero .leo-mit-cover img {
        max-height: 640px;
    }
    .hero .hero-bg-leos {
        bottom: -10px;
    }
    .hero .hero-bg-leos img {
        height: 20vw;
    }
    .hero .leo-slider,
    .hero .leo-single {
        margin-bottom: -30px;
    }
    #eltern.hero .leo-slider {
        padding-right: 90px;
    }
    .flipbook {
        margin-top: -25px;
    }
    .flipbook .hint {
        position: absolute;
        bottom: -1rem;
        left: 0;
    }
}
@media only screen and (min-width:1200px) {
    .hero.magazine {
        min-height: 95vh;
    }
    .hero.mach-mit .hero-left {
        padding-top: 40px;
    }
    .hero .title-pad {
        padding-left: 7vw;
    }
    .hero-leo img {
        max-height: 350px;
    }
    .hero .leo-mit-cover {
        bottom: -20px;
        right: -25px;
    }
    .hero .leo-mit-cover img {
        max-height: 85vh;
    }
    .hero .leo-slider,
    .hero .leo-single {
        margin-bottom: -40px;
    }
}
@media only screen and (min-width:1440px) {
    .hero,
    .page-header {
        padding-top: 120px;
    }
    #eltern.hero {
        padding-bottom: 90px;
    }
    .hero.weltretter .hero-right {
        padding-bottom: 160px;
    }
    .hero .title-pad {
        padding-left: 5vw;
    }
    .hero .leo-cover img {
        max-height: calc(100vh - 240px)
    }
    .hero-leo img {
        max-height: 375px;
    }
    .hero .leo-mit-cover img {
        max-height: 95vh;
    }
    .flipbook {
        width: 853.25px;
    }
}
@media only screen and (min-width:2400px) {
    .hero .hero-bg-leos img {
        height: 350px;
    }
}
.leo-abs-b-l {
    position: absolute;
    bottom: -30px;
    left: 0;
}
#newsletter .leo-top-left {
    position: absolute;
    top: -100px;
    left: 0;
    width: 150px;
    z-index: 2;
}
#newsletter .leo-bottom-right {
    position: absolute;
    bottom: -60px;
    right: 30px;
    height: 150px;
    width: auto;
    z-index: 2;
}
#zeit-leo-kinderseite .leo-bottom-left {
    position: absolute;
    bottom: -60px;
    left: 30px;
    height: 150px;
    width: auto;
    z-index: 2;
}
.leo-partner {
    position: absolute;
    left: 30px;
    bottom: -90px;
    z-index: 2;
    height: 260px!important;
    width: auto!important;
}
.leo-blog {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.leo-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}
.cover-leo {
    position: relative;
    width: 65%!important;
    float: right;
}
.witze-leo {
    position: relative;
    width: auto!important;
    max-width: none;
    height: 250px!important;
    margin-top: -30px;
    float: right;
}
.kinderrat-leo {
    position: relative;
    width: 80%!important;
    margin-top: 1.5rem;
}
.box {
    position: relative;
    width: 100%;
    height: auto;
}
.box .box-inner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 15px 20px;
    border-radius: 20px;
    overflow: visible;
}
.box.full .box-inner {
    padding: 15px 15px 20px;
    overflow: hidden;
}
.gewinner .box.full,
.gewinner .box.full .box-inner {
    height: 100%;
}
.box .box-header {
    position: relative;
    display: flex;
    width: 100%;
}
.box .box-header div {
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0!important;
}
.box .box-header div.year {
    background-color: #56546c;
}
.box .box-header div.cat {
    text-align: right;
    flex-grow: 1
}
.box .box-content {
    padding: 15px 10px;
}
.download .box.full .download-icon img {
    max-width: 75px;
    opacity: .2
}
@media only screen and (min-width:712px) {
    .cover-leo {
        width: 75%!important;
    }
    .witze-leo {
        position: absolute;
        right: 0;
        top: calc(100% - 40px);
        height: 340px!important;
        margin-top: 0;
    }
    .kinderrat-leo {
        width: 90%!important;
    }
    #newsletter .leo-top-left {
        left: 10px;
        width: 180px;
    }
}
@media only screen and (min-width:992px) {
    .box .box-header div {
        padding: 15px 25px;
    }
    .box .box-content {
        padding: 30px 25px;
    }
    .download .box.full .download-icon img {
        max-width: 100px;
    }
    .leo-partner {
        bottom: -120px;
    }
    .cover-leo {
        width: 300px!important;
    }
    .witze-leo {
        height: 380px!important;
    }
    .kinderrat-leo {
        position: absolute;
        left: 0;
        top: calc(100% + 1.5rem);
        width: 110%!important;
    }
    #newsletter .leo-top-left {
        top: -140px;
        left: 30px;
        width: 300px;
    }
    #newsletter .leo-bottom-right {
        bottom: -90px;
        right: 30px;
        height: 250px;
    }
    #zeit-leo-kinderseite .leo-bottom-left {
        bottom: -90px;
        left: 30px;
        height: 250px;
    }
}
@media only screen and (min-width:1440px) {
    .box .box-header div {
        padding: 15px 25px;
    }
    .box .box-content {
        padding: 30px 40px 40px;
    }
    .leo-partner {
        left: 60px;
        bottom: -200px;
        height: 340px!important;
    }
    .witze-leo {
        top: calc(100% - 60px);
        right: -60px;
    }
    .kinderrat-leo {
        width: 120%!important;
    }
    #newsletter .leo-top-left {
        top: -180px;
        left: 30px;
        width: 340px;
    }
    #newsletter .leo-bottom-right {
        bottom: -130px;
        right: 40px;
        height: 300px;
    }
    #zeit-leo-kinderseite .leo-bottom-left {
        bottom: -130px;
        left: 40px;
        height: 300px;
    }
}
@media only screen and (min-width:1600px) {
    .witze-leo {
        height: 400px!important;
        top: calc(100% - 60px);
        right: -60px;
    }
}
.cs-wrap {
    position: relative;
    overflow: visible;
    margin-top: 55px;
}
.kinderrat-slider .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eeeeee;
    border-radius: 20px;
    z-index: -1
}
.kinderrat-slider .swiper-slide {
    padding: 20px 15px;
}
.content-carousel {
    overflow: visible;
}
.carousel-wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}
.pad-lc {
    padding-left: 30px;
}
.content-looped-carousel.joke-slider {
    background-color: #f7f8ec;
    border-radius: 20px;
}
.content-carousel .swiper-slide {
    width: 70vw;
    padding-bottom: 25px;
}
.content-carousel.cover-slider .swiper-slide {
    width: 37.5vw;
}
.content-looped-carousel.joke-slider .swiper-slide {
    width: 100%;
    padding: 20px 25px;
}
.carousel-left {
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.carousel-left::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    background-color: #fff;
}
.carousel-right {
    position: relative;
    z-index: 1;
}
.carousel-right::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    background-color: #fff;
    z-index: 2;
}
.leo-slider .swiper-slide-shadow-top,
.leo-slider .swiper-slide-shadow-left,
.leo-slider .swiper-slide-shadow-right,
.leo-slider .swiper-slide-shadow-bottom{
    display: none!important
}
.swiper-scrollbar {
    border-radius: 30px;
    background: #ededed;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 10px;
}
.swiper-scrollbar-drag {
    background: #cd90f7;
    border-radius: 30px;
    cursor: pointer;
}
#gewinner .swiper-scrollbar-drag {
    background: #a9a8b4;
}
#cover .swiper-scrollbar-drag {
    background: #e5eaab;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 10px;
    border-radius: 30px;
    top: unset;
    bottom: 0;
}
.swiper-pagination-progressbar {
    background: #ededed;
    overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #cd90f7;
    border-radius: 30px;
    z-index: 1;
}
.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    background-color: #f45537;
    overflow: hidden;
}
.cs-wrap .slider-button {
    top: -45px;
    transform: translateY(0)
}
.mach-mit .slider-button,
.mach-mit .slider-button {
    background-color: #e5eaab;
}
.slider-button.bottom {
    position: absolute;
    top: auto;
    transform: translateY(0);
    bottom: 5px;
}
.slider-button.prev {
    left: 5px;
}
.cs-wrap .slider-button.prev {
    left: auto;
    right: 50px;
}
.slider-button.next {
    right: 5px;
}
.slider-button::before,
.slider-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 1.33);
}
.slider-button.prev::before,
.slider-button.prev::after {
    background-image: url(img/page-navi-left.png);
}
.slider-button.next::before,
.slider-button.next::after {
    background-image: url(img/page-navi-right.png);
}
.mach-mit .slider-button.prev::before,
.mach-mit .slider-button.prev::after {
    background-image: url(img/page-navi-left-red.png);
}
.mach-mit .slider-button.next::before,
.mach-mit .slider-button.next::after {
    background-image: url(img/page-navi-right-red.png);
}
.slider-button.prev::after {
    transform: translateX(60px);
}
.slider-button.prev:hover::before {
    transform: translateX(-60px);
}
.slider-button.prev:hover::after {
    transform: translateX(0);
}
.slider-button.next::after {
    transform: translateX(-60px);
}
.slider-button.next:hover::before {
    transform: translateX(60px);
}
.slider-button.next:hover::after {
    transform: translateX(0);
}
.swiper-pagination-bullet:only-child {
    visibility: hidden;
}
.swiper-pagination-bullet-active {
    background: #f45537;
}
.post-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 15px 20px;
}
.post-box::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: #ededed;
    padding: 0 15px 20px;
}
.post-box .post-image {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-radius: 50%;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.post-box .post-image img.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.post-box .post-content {
    position: relative;
    padding-top: 15px;
    text-align: center;
    z-index: 1;
}
.post-box.cta::before {
    background: #f45537;
}
.post-box.cta {
    color: #fff;
}
.article-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.article-box .article-image {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.article-box .article-image img.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.article-box .article-content {
    padding: 15px 15px 20px;
    background: #ededed;
    text-align: center;
    border-radius: 0 0 20px 20px;
}
.article-box .article-content.cta {
    background: #f45537;
    color: #fff;
}
.grid-masonry {
    margin-left: -1rem;
    margin-right: -1rem;
}
.grid-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}
@media only screen and (min-width:640px) {
    .grid-item {
        width: 50%;
    }
}
@media only screen and (min-width:712px) {
    .cs-wrap {
        margin-top: 0;
        padding: 0 30px;
    }
    .kinderrat-slider .swiper-slide {
        padding: 30px 40px 60px;
    }
    .kinderrat-slider .swiper-slide::after{
        bottom: 20px;
    }
    .content-carousel .swiper-slide {
        width: 40vw;
    }
    .content-carousel.cover-slider .swiper-slide {
        width: 35vw;
    }
    .cs-wrap .slider-button {
        top: 50%;
        transform: translateY(-50%)
    }
    .cs-wrap .slider-button.prev {
        left: 10px;
        right: auto;
    }
    .cs-wrap .slider-button.next {
        right: 10px;
    }
    .kinderrat-slider .ks-img {
        margin-bottom: -60px;
    }
}
@media only screen and (min-width:768px) {
    .content-carousel.cover-slider .swiper-slide {
        width: 25vw;
    }
}
@media only screen and (min-width:992px) {
    .slider-button {
        height: 50px;
        width: 50px;
    }
    .slider-button::before,
    .slider-button::after {
        background-size: 50px 50px;
    }
    .cs-wrap .slider-button.prev {
        left: 5px;
    }
    .cs-wrap .slider-button.next {
        right: 5px;
    }
    .leo-blog {
        width: 130%;
        margin-left: -15%;
    }
    .content-looped-carousel.joke-slider {
        border-radius: 28px;
    }
    .content-looped-carousel.joke-slider .swiper-slide {
        padding: 30px 50px;
    }
    .kinderrat-slider .swiper-slide::after{
        border-radius: 28px;
        bottom: 30px;
    }
    .content-carousel .swiper-slide {
        width: 27.5vw;
    }
    .content-carousel.cover-slider .swiper-slide {
        width: 19vw;
    }
    .kinderrat-slider .swiper-slide {
        padding: 40px 60px 60px;
    }
    .carousel-right::before {
        width: 30px;
    }
    .article-box .article-image {
        border-radius: 28px 28px 0 0;
    }
    .article-box .article-content {
        padding: 25px 25px 30px;
        border-radius: 0 0 28px 28px;
    }
    .post-slider-left {
        padding-top: 50px;
    }
    .post-box {
        border-radius: 28px;
        padding: 0 25px 30px;
    }
    .box .box-inner {
        border-radius: 28px;
        padding: 0 30px 30px;
    }
    .box.full .box-inner {
        padding: 30px
    }
    .leo-abs-b-l {
        bottom: -60px;
        left: -30px;
    }
    .post-box::before {
        border-radius: 28px;
    }
    .post-box .post-content {
        padding-top: 25px;
    }
}
@media only screen and (min-width:1200px) {
    .cs-wrap {
        padding: 0 90px;
    }
    .cs-wrap .slider-button.prev {
        left: 65px;
    }
    .cs-wrap .slider-button.next {
        right: 65px;
    }
    .content-carousel .swiper-slide {
        width: 25vw;
    }
    .content-carousel.cover-slider .swiper-slide {
        width: 17.5vw;
    }
    .kinderrat-slider .swiper-slide {
        padding: 60p;
    }
    .leo-abs-b-l {
        bottom: -90px;
        left: -50px;
    }
    .grid-item {
        width: 33.333333%;
    }
}
@media only screen and (min-width:1440px) {
    .cs-wrap {
        padding: 0 120px;
    }
    .cs-wrap .slider-button.prev {
        left: 95px;
    }
    .cs-wrap .slider-button.next {
        right: 95px;
    }
    .content-carousel .swiper-slide {
        width: 20vw;
    }
    .content-carousel.cover-slider .swiper-slide {
        width: 15vw;
    }
    .kinderrat-slider .swiper-slide {
        padding: 60px 90px;
    }
}
@media only screen and (min-width:1600px) {
    .content-carousel .swiper-slide {
        width: 19vw;
    }
    .content-carousel.cover-slider .swiper-slide {
        width: 14.5vw;
    }
}
@media only screen and (min-width:2400px) {
    .content-carousel .swiper-slide {
        width: 280px;
    }
    .content-carousel.cover-slider .swiper-slide {
        width: 240px;
    }
}

.circle {
    position: relative;
    font-weight: bold;
    border-radius: 50%;
    background-color: #ededed;
    color: #3066ce;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    line-height: 38px;
    font-size: 24px;
    text-align: center;
    z-index: 2;
}
.circle.last::after {
    content: '';
    position: absolute;
    top: -22px;
    left: -7px;
    width: 40px;
    height: 40px;
    background-image: url(img/crone.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}
@media only screen and (min-width:712px) {
    .circle {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        line-height: 68px;
        font-size: 48px;
    }
    .circle.last::after {
        top: -30px;
        left: -12px;
        width: 60px;
        height: 60px;
    }
}

.how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.how-it-works.row .col-2.top-bottom::before {
    content: "";
    position: absolute;
    border-left: 6px solid #ededed;
    z-index: 1;
}
.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 6px solid #ededed;
    z-index: 1;
}
.how-it-works.row .col-2.bottom::after,
.how-it-works.row .col-2.top-bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}
.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 6px);
}
.how-it-works.row .col-2.top::after,
.how-it-works.row .col-2.top-bottom::before {
    height: 50%;
    left: calc(50% - 6px);
    top: 0;
}
.timeline div {
    padding: 0;
    height: 40px;
}
.timeline hr {
    border-top: 6px solid #ededed;
    margin: 0;
    top: 14px;
    position: relative;
}
.timeline .col-2 {
    display: flex;
    overflow: hidden;
}
.timeline .corner {
    border: 6px solid #ededed;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.timeline .top-right {
    left: 50%;
    top: -50%;
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 6px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
.timeline .right-bottom {
    left: calc(50% - 6px);
    top: calc(50% - 6px);
}

.partner-logo {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 50%;
	overflow:hidden;
}
.partner-logo::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.partner-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.no-touchevents a:hover .partner-logo img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.statement-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 15px 20px;
}
.statement-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 62.5px;
    background-color: #fff;
    border-radius: 12px;
}
.statement-item .img {
    position: relative;
    display: block;
    width: 125px !important;
    height: 125px !important;
    margin-right: auto;
    margin-left: auto;
}
.statement-item .img img {
    width: 100%;
    border-radius: 50%;
}
.statement-item .name {
    position: relative;
    text-align: center;
    margin: 20px 0;
    line-height: 1;
    font-weight: 600;
}
.statement-item .name span {
    display: block;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-top: 5px;
}
.statement-item .quote {
    font-style: italic;
    padding-left: 2.125rem;
    margin: 0;
    position: relative;
}
.statement-item .quote::before {
    content: '”';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
}

.numbers-bg {
    position: relative;
    width: 100%;
    height: auto;
    background: #a3cbee;
    border-radius: 20px;
    padding: 30px 10px 0;
}
.numbers-bg .number-counter-wrap {
    position: absolute;
    top: calc(30px + 8vw);
    left: 10px;
    right: 10px;
    z-index: 1;
}
.numbers-bg .number-counter-wrap .number {
    position: absolute;
    width: 30%;
    text-align: center;
    font-weight: 700;
    color: #3066ce;
}
.numbers-bg .number-counter-wrap .number .number-counter {
    position: relative;
    font-size: 6.5vw;
    line-height: 1.2;
}
.numbers-bg .number-counter-wrap .number .number-text {
    font-size: 2.5vw;
    line-height: 1.2;
    white-space: nowrap;
}
.numbers-bg .number-counter-wrap .number.n1 {
    top: .5vw;
    left: -1.5vw;
}
.numbers-bg .number-counter-wrap .number.n2 {
    top: 0;
    left: 34.5%;
}
.numbers-bg .number-counter-wrap .number.n3 {
    top: 2vw;
    right: -1.5vw;
}
.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    background-color: #f45537;
    color: #fff;
}
.step-number-col {
    display: block;
    min-width: 55px;
}
.leo_bn {
    position: relative;
    display: block;
    max-width: 45vw;
    margin: -20vw auto 0;
    z-index: 1;
}
@media only screen and (min-width:992px) {
    .numbers-bg {
        padding: 40px 30px 0;
        border-radius: 28px;
    }
    .numbers-bg .number-counter-wrap {
        top: calc(40px + 8vw);
        left: 30px;
        right: 30px;
    }
    .numbers-bg .number-counter-wrap .number .number-counter {
        font-size: 4rem;
    }
    .numbers-bg .number-counter-wrap .number .number-text {
        font-size: 1.375rem;
    }
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 32px;
    }
    .step-number-col {
        min-width: 65px;
    }
    .statement-item {
        padding: 0 25px 30px;
    }
    .statement-item::before {
        top: 70px;
        border-radius: 18px;
    }
    .statement-item .img {
        width: 140px !important;
        height: 140px !important;
    }
}
@media only screen and (min-width:1200px) {
    .numbers-bg {
        padding: 50px 90px 0;
        border-radius: 28px;
    }
    .numbers-bg .number-counter-wrap {
        top: calc(50px + 5.5vw);
        left: 90px;
        right: 90px;
    }
    .numbers-bg .number-counter-wrap .number.n1 {
        left: -1vw;
    }
    .numbers-bg .number-counter-wrap .number.n3 {
        top: 1vw;
        right: -1vw;
    }
    .leo_bn {
        max-width: 600px;
        margin: -250px auto 0;
    }
}
@media only screen and (min-width:1340px) {
    .numbers-bg .number-counter-wrap {
        top: 135px;
    }
    .numbers-bg .number-counter-wrap .number.n1 {
        top: 10px;
        left: -15px;
    }
    .numbers-bg .number-counter-wrap .number.n3 {
        top: 20px;
        right: -15px;
    }
}

#justified-grid {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#justified-grid .collage-thumb {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#justified-grid .image-link {
    display: inline-block;
    width: auto;
}
#justified-grid img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
    max-width: 100%;
    height: auto
}
.post-cat,
.post-meta {
    font-size: .9375rem;
}
.post-meta,
.post-meta a {
    color: rgba(51, 51, 51, 0.7);
}
.post-meta a:hover {
    color: #8471ea;
}
.posted-on,
.by {
    margin-right: 10px;
}
.posted-on::before,
.by::before,
.tags-links::before {
    font-family: 'fontello';
    margin-right: 7px;
}
.posted-on::before {
    content: '\e802';
}
.by::before {
    content: '\f2c0';
}
.tags-links::before {
    content: '\e803';
}
.share a {
    cursor: pointer;
    display: inline-block;
    margin: 0 .5rem 0 0;
    font-size: 1.5rem;
}
.share a.x-twitter {
    font-size: 1.25rem;
}
.share a:hover {
    color: #8471ea;
}

blockquote {
    font-size: 1.25rem;
    line-height: 1.5;
	font-weight: 500;
    font-style: italic;
	padding-left: 2rem;
	margin: 0 0 1rem;
	position:relative;
}
blockquote::before {
	content: "”";
    position: absolute;
	left: -3px;
	top: -3px;
	line-height: 1;
	font-size: 4rem;
    text-shadow: 0 1px 0 #fff;
	font-weight: 600;
    font-style: normal;
}
.blockquote-author {
    float: right;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    text-align: right
}
.blockquote-author span {
    display: block;
    font-size: .75rem;
    line-height: 1.3;
    opacity: .75;
    margin-top: 8px
}

.sidebar-block {
    position: relative;
    display: block;
    border-radius: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ededed;
    padding: 20px;
    margin-bottom: 1.75rem;
}
.widget-title {
    position: relative;
    font-family: "SakerSans"!important;
    font-size: 1.75rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.widget-title::before,
.widget-title::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget-title::after {
    background-color: #8471ea;
    width: 68px;
}
.sidebar-block ul li {
    margin-bottom: .75rem;
}
.sidebar-block ul li a {
    line-height: 1.2
}
.sidebar-block ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width:712px) {
    blockquote {
        padding-left: 2.5rem;
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:992px) {
    .sidebar-block {
        border-radius: 28px;
        padding: 30px;
        margin-bottom: 2rem;
    }
    .widget-title {
        font-size: 2rem;
    }
}
@media only screen and (min-width:1440px) {
    blockquote {
        padding-left: 2.75rem;
    }
}

.accordion {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 15px 20px;
    background: #ededed;
    border-radius: 20px;
}
.accordion-item {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 15px rgba(46, 46, 46, 0.2);
    box-shadow: 0px 7px 15px rgba(46, 46, 46, 0.2);
    border-radius: 20px;
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
#faqs .accordion-item {
    background-color: #a3cbee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion-item:last-of-type {
    margin-bottom: 0;
}
.accordion-title {
    cursor: pointer;
    padding: 12px 50px 12px 20px;
    position: relative;
    font-weight: 700;
}
#faqs .accordion-title {
    padding: 20px 50px 20px 20px;
}
.accordion-title span {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.accordion-title span::before {
    content: '+';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    background-color: #f45537;
    line-height: 28px;
    font-size: 1.25rem;
    display: block;
}
.accordion-title span::after {
    content: '-';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    background-color: #8471ea;
    line-height: 26px;
    font-size: 1.25rem;
    display: none;
}
#faqs .accordion-title span::before,
#faqs .accordion-title span::after {
    background-color: #3066ce;
}
.accordion-title.active span::before {
    display: none;
}
.accordion-title.active span::after {
    display: block;
}
.accordion-content {
    padding: 5px 20px 20px;
    display: none;
}
#faqs .accordion-content {
    background: #fff;
    padding: 20px;
}
.accordion-content.open {
    display: block
}
@media only screen and (min-width:712px) {
    .accordion-title {
        padding: 15px 55px 15px 30px;
    }
    .accordion-title span {
        width: 32px;
        height: 32px;
        border-radius: 32px;
    }
    .accordion-title span::before {
        line-height: 32px;
        font-size: 1.375rem;
    }
    .accordion-title span::after {
        line-height: 28px;
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:992px) {
    .accordion {
        padding: 25px 25px 30px;
        border-radius: 28px;
    }
    .accordion-title {
        padding: 15px 60px 15px 30px;
    }
    #faqs .accordion-title {
        padding: 30px 60px 30px 30px;
    }
    .accordion-title span {
        right: 30px;
    }
    .accordion-content {
        padding: 5px 30px 30px;
    }
    #faqs .accordion-content {
        padding: 30px;
    }
}

.pagination {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 2rem 0 3rem;
}
.pagination .nav-links {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination .page-numbers {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: auto;
    height: 34px;
    color: #8471ea;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    border-bottom: none!important;
}
.pagination .page-numbers.current {
    width: 34px;
    border-radius: 50%;
    background-color: #ededed;
}
@media only screen and (min-width:992px) {
    .pagination .page-numbers {
        height: 40px;
        line-height: 40px;
    }
    .pagination .page-numbers.current {
        width: 40px;
    }
}

#lb {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    display: none;
    z-index: 6000;
    -webkit-transition: all .3s .7s;
    transition: all .3s .7s
}
#lb.loading {
    background-color: rgba(255, 255, 255, .7);
    -webkit-transition: all .3s 0s;
    transition: all .3s 0s
}
#lb .loader-item {
    position: absolute;
    opacity: 0;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #8471ea;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
#lb.loading .loader-item {
    opacity: 1;
}
.close-lightbox {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f45537;
    background-image: url(img/close.png);
    background-repeat: no-repeat;
    background-size: 28px 23px;
    background-position: center center;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s 0s;
    transition: opacity .3s 0s;
}
body.lb-open .close-lightbox {
    opacity: 1;
    -webkit-transition: all .3s .7s;
    transition: all .3s .7s;
}
#lb .lb-inner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    background: #fff;
    opacity: 1;
    z-index: 2;
    -webkit-transform: -webkit-translateX(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.57, 0.09, 0.105, 1);
    transition: transform .8s cubic-bezier(0.57, 0.09, 0.105, 1);
}
#lb.open .lb-inner {
    -webkit-transform: -webkit-translateX(0);
    transform: translateX(0);
}
#lb .lb-inner .lb-content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#lb .lb-inner .lb-content .col-md-6.gewinner {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 15px 40px;
}
@media (min-width:992px) {
}

.error-404 {
    text-align: center;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-shadow: 3px 3px 0 rgba(178,178,178,1),8px 8px 0 rgba(0,0,0,.15);
}
.error-404 h2 {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
}
.error-404 .searchform {
    border: 3px dashed rgba(0,0,0,.05);
    padding: 15px;
    margin-top: 40px;
}
@media (min-width:768px) {
    .error-404 h1 {
        font-size: 200px;
        margin-bottom: 30px;
    }
    .error-404 h2 {
        line-height: 42px;
        font-size: 30px;
    }
    .error-404 .searchform {
        padding: 30px 90px;
        margin-top: 40px;
    }
}

#footer-top {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
    color: #a5a4b0;
    z-index: 2
}
#footer-top .logo {
    position: relative;
    height: 50px;
}
#footer-top .wr-logo {
    position: relative;
    height: 70px;
}
#footer-top .logo img,
#footer-top .wr-logo img {
    height: 100%;
    width: auto;
    max-width: none;
}
#footer-top .footer-nav a {
    min-width: 180px;
    margin: 0 3px;
}
#footer-top .social {
    white-space: nowrap;
}
#footer-top .social a {
    display: inline-block;
    font-size: 36px;
    margin: 0 3px;
}
#footer-top .social a i::before {
    margin-left: 0!important;
    margin-right: 0!important;
}
#footer-top .back-to-top {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 50px;
    height: 37px;
    cursor: pointer;
    background-image: url(img/back-to-top.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}
#footer-top .back-to-top .hidden,
#footer-top .back-to-top .visible {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: auto;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 1.33)
}
#footer-top .back-to-top .visible {
    transform: translate(-50%, -50%)
}
#footer-top .back-to-top .hidden {
    transform: translate(-50%, 60px)
}
#footer-top .back-to-top:hover .visible {
    transform: translate(-50%, -60px)
}
#footer-top .back-to-top:hover .hidden {
    transform: translate(-50%, -50%)
}
#footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: .875rem;
    background-color: #ededed;
    color: #a5a4b0;
    z-index: 2
}
#footer a {
    color: #a5a4b0
}
@media (min-width:576px) {
    #footer-top .footer-nav a {
        min-width: 0;
    }
}
@media (min-width:992px) {
    #footer {
        font-size: .9375rem;
    }
}

@media print {
    .noPrint {
        display: none;
    }
}
