a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face{
    font-family: Lato Black;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Lato-Black.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Lato-Bold.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    src: url(fonts/Lato-BoldItalic.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Lato-Regular.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Lato-Light.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: normal;
    font-weight: 200;
    src: url(fonts/Lato-Thin.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: url(fonts/Lato-Italic.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: italic;
    font-weight: 300;
    src: url(fonts/Lato-LightItalic.ttf) format("truetype");
}

@font-face{
    font-family: Lato;
    font-style: italic;
    font-weight: 200;
    src: url(fonts/Lato-ThinItalic.ttf) format("truetype");
}

@font-face{
    font-family: Domine;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Domine-VariableFont_wght.ttf) format("truetype");
}

body,
html {
    scroll-behavior: smooth;
}

b,
body,
div,
h1,
h2,
h3,
h4,
p,
span {
    box-sizing: border-box;
    font-family: Lato,sans-serif;
    color: #363636;
}

h1,
h2,
h3,
h4 {
    color: #fff;
}

.container {
    margin: 0 auto;
    max-width: 1920px;
}

img {
    line-height: 0;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.svg img,
img.svg {
    width: 100%;
}

p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

h1 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 28px;
}

h2,
h3 {
    font-weight: 700;
    text-align: center;
}

h3 {
    font-size: 16px;
    line-height: 26px;
}

.left {
    text-align: left;
}

@media screen and (min-width:1008px){
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 48px;
        line-height: 64px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (min-width:1600px){
    h1 {
        font-size: 81px;
        line-height: 106px;
    }
}

.navbar {
    overflow: hidden;
    padding: 30px 80px;
    background: none;
    color: #fff;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
}

.navbar.shrink {
    background: #fff;
    color: #363636;
    padding: 10px 36px;
}

@media screen and (min-width:1008px){
    .navbar.shrink {
        padding: 8px 60px;
        min-height: 50px;
    }
}

@media screen and (min-width:1300px){
    .navbar.shrink {
        padding: 8px 140px;
    }
}

.navbar.shrink a:not(.button) {
    color: #363636;
    padding-bottom: 0;
    transition: color .3s ease-in-out 0s;
}

.navbar .button {
    margin: 0 0 0 auto;
    justify-content: center;
    font-weight: 700;
    white-space: nowrap;
}

.navbar__menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    background: #fff;
    color: #232323!important;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.navbar a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 68px;
    padding-bottom: 8px;
}

.navbar:not(.shrink),
.navbar a {
    border-bottom: 2px solid transparent;
}

.navbar:not(.shrink) {
    padding-bottom: 20px;
}

.navbar:not(.shrink) a:not(.button):focus,
.navbar:not(.shrink) a:not(.button):hover {
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
}

.navbar .basisLogo,
.navbar__mobile-btn {
    display: none;
}

.navbar__mobile-btn {
    margin-left: auto;
    cursor: pointer;
    height: 20px;
}

@media screen and (max-width:1008px){
    .navbar .basisLogo {
        display: block;
    }

    .navbar {
        height: 64px;
        padding: 10px 36px;
    }

    .navbar__mobile-btn {
        display: block;
        margin-right: 0!important;
    }

    .navbar__menu a {
        color: #232323;
        margin: 0 0 20px;
    }

    .navbar .button {
        display: none;
    }

    .navbar__mobile-btn-menu {
        top: 36px;
        position: absolute;
        right: 36px;
        display: none;
    }

    .navbar.navbar--open .navbar__menu {
        transform: translateX(0);
        pointer-events: all;
        transition: transform .3s ease-in-out 0s;
    }

    .navbar.navbar--open .navbar__mobile-btn-menu {
        display: block;
    }
}

@media screen and (min-width:1008px){
    .navbar {
        padding: 60px 140px;
    }

    .navbar__menu {
        display: flex;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        pointer-events: all;
        height: auto;
        width: auto;
        background: transparent;
        transform: none;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 10;
    }

    .navbar .navbar__mobile-btn,
    .navbar__menu .navbar__mobile-btn-menu {
        display: none;
    }
}

.header {
    position: relative;
    width: 100%;
    height: 668px;
    overflow: hidden;
    box-sizing: border-box;
}

.header:before {
    content: " ";
    height: 180px;
    background: transparent linear-gradient(180deg,rgba(47,47,47,.7),hsla(0,0%,100%,0)) 0 0 no-repeat padding-box;
    opacity: .7;
    z-index: 2;
}

.header:before,
.header__bg {
    position: absolute;
    width: 100%;
}

.header__bg {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__banner {
    background: #00a448;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 120px;
    left: 0;
    font-weight: 400;
    color: #fff;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    z-index: 3;
    width: 100%;
    max-width: 182px;
    height: 50px;
    padding: 6px;
}

.kinder {
    font-size: 29px;
    line-height: 39px;
    font-weight: 400;
}

.header__banner--logo {
    left: auto;
    top: auto;
    right: 0;
    background: #fff;
    bottom: 98px;
    max-width: 538px;
    padding: 8px;
    display: none;
    width: 183px;
    height: 61px;
}

.header__banner--logo img {
    max-width: 400px;
    height: auto;
    width: auto;
}

.header__content {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 64%;
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
    padding: 40px 36px;
    z-index: 2;
    color: #fff;
}

@media screen and (min-width:1008px){
    .header__banner {
        height: 87px;
        max-width: 485px;
        top: 180px;
        padding: 0;
    }

    .header {
        height: 921px;
    }

    .header__banner--logo {
        display: block;
        height: 179px;
        width: 100%;
        padding: 40px;
        top: auto;
    }

    .header__content {
        position: absolute;
        bottom: 0;
        width: 100%;
        top: 50%;
        max-width: 1200px;
        left: 0;
        padding: 115px 60px;
        z-index: 2;
        color: #fff;
    }
}

@media screen and (min-width:1300px){
    .header__content {
        padding: 115px 140px;
    }
}

.header__content h1 {
    font-weight: 300;
    text-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.header__content h1 b {
    font-weight: 700;
    color: #fff;
}

.header__content p {
    max-width: 750px;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.banner__disclaimer {
    position: absolute;
    top: 360px;
    right: 40px;
    max-width: 400px;
    width: 100%;
    font-style: italic;
    font-weight: 700;
    color: #363636;
    font-size: 12px;
    line-height: 18px;
    z-index: 3;
}

.banner__wrapper {
    position: relative;
}

.banner {
    display: flex;
    padding: 64px;
    justify-content: space-evenly;
    z-index: 2;
    background: #e62a2b 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0,0,0,.32);
    flex-direction: column;
}

.banner__header {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 36px;
    z-index: 3;
}

.banner__header h2 {
    color: #e62a2b;
    max-width: 880px;
    margin: 0 auto;
}

.banner__svg {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 320px;
    width: 100%;
    max-height: 628px;
    transform: translate(-50%,-25%);
    z-index: 1;
}

.banner__col {
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner__stripe {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 96px;
    display: inline-block;
    border-right: 1px solid #fff;
}

.banner__col p {
    color: #fff;
    max-width: 398px;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.banner__fact {
    color: #fff;
    display: flex;
    align-items: center;
}

.banner__info {
    max-width: 817px;
    margin: 216px auto 0;
    text-align: center;
    font-weight: 700;
    z-index: 3;
}

.banner__info span.quote {
    font-style: italic;
}

.banner__info span:not(.quote) {
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width:1008px){
    .banner__header {
        padding: 0 40px;
        margin-bottom: 230px;
    }

    .banner {
        flex-direction: row;
        height: 322px;
    }

    .banner__col {
        width: 33%;
        max-width: 254px;
    }

    .banner__col p {
        color: #fff;
        max-width: 398px;
        text-align: center;
        display: block;
        margin-bottom: 0;
    }

    .number {
        margin-right: 21px;
    }

    .number__exp {
        margin-left: 10px;
    }
}

@media screen and (max-width:1008px){
    .banner__col:not(:last-of-type) {
        margin-bottom: 64px;
    }

    .banner__fact {
        width: 100%;
        justify-content: space-around;
        margin-bottom: 31px;
        max-width: 250px;
    }

    .banner__stripe {
        width: 100px;
        margin: 0 auto 64px;
        border-bottom: 1px solid #fff;
        height: 2px;
        z-index: 3;
    }

    .banner__disclaimer {
        position: relative;
        text-align: center;
        top: 18px;
        right: auto;
        margin: 0 auto;
    }

    .banner__info {
        padding: 0 36px;
        margin-top: 60px;
    }

    .banner__svg {
        max-width: 500px;
        display: none;
    }

    .number {
        font-size: 64px;
        line-height: 34px;
        margin-right: 0;
    }

    .number__exp {
        font-size: 28px;
        line-height: 30px;
        margin-left: 0;
    }
}

.number__exp {
    max-width: 123px;
    color: #fff;
}

.video-reel__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-reel__info h3 {
    color: #363636;
}

.video-reel__info {
    max-width: 932px;
    margin: 64px auto 0;
    color: #363636;
    text-align: center;
    display: none;
}

.video-reel__info--active {
    display: block;
}

.video-reel__info h3 {
    margin-bottom: 20px;
}

.video-reel {
    display: flex;
    width: 100%;
    height: auto;
}

.video-reel__active {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-reel__active:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.33929%;
}

.video-reel__active img {
    width: auto;
    height: 100%;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: relative;
}

.video-reel__active iframe {
    display: none;
}

.video-reel__active iframe.js-video--active {
    display: block;
}

.video-reel__mag {
    min-height: 100%;
    max-height: 100%;
    min-width: 244px;
    max-width: 244px;
}

.video-reel__bull {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 21px;
    cursor: pointer;
    height: 25%;
    background: #e7e7e7;
    color: #0d468f;
}

.video-reel__bull-play {
    display: block;
    pointer-events: none;
    margin-top: 16px;
}

.video-reel__bull-play svg {
    fill: #0d468f;
    pointer-events: none;
}

.video-reel__bull img {
    width: 70px;
    height: 92px;
    pointer-events: none;
}

.video-reel__bull--active,
.video-reel__bull:hover {
    background: #0d468f;
    color: #fff;
}

.video-reel__bull--active svg,
.video-reel__bull:hover svg {
    fill: #fff;
}

.video-reel__bull-info {
    font-style: normal;
    font-weight: 300;
    pointer-events: none;
}

.video-reel__bull-info span {
    color: #0d468f;
}

.video-reel__bull-info b {
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    color: #0d468f;
}

.video-reel__bull--active .video-reel__bull-info b,
.video-reel__bull--active .video-reel__bull-info span,
.video-reel__bull:hover .video-reel__bull-info b,
.video-reel__bull:hover .video-reel__bull-info span {
    color: #fff;
}

@media screen and (min-width:200px){
    .video-reel {
        flex-direction: column;
    }

    .video-reel__mag {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        max-width: 100%;
    }

    .video-reel__bull {
        height: auto;
        min-width: 230px;
    }
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.grid__item {
    max-width: 397px;
    width: 100%;
    text-align: center;
}

.grid__item img {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.grid__item-info {
    padding-top: 4px;
}

.grid__item-info .button {
    margin-top: 28px;
}

.grid--8 {
    margin: -8px;
}

.grid--8 .grid__item {
    margin: 8px;
}

.grid--list {
    flex: 1 1;
}

.grid--list ul li a:focus,
.grid--list ul li a:hover {
    text-decoration: underline;
}

.grid--list ul li {
    list-style: disc;
    overflow-wrap: anywhere;
}

.grid--list ul li a {
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
}

a.button,
button.primary {
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 0 64px;
    display: flex;
    word-break: keep-all;
    white-space: normal;
    box-sizing: border-box;
    max-width: 255px;
    width: 100%;
    height: 56px;
    border-radius: 40px;
    background: #f69f21;
    font-size: 15px;
    font-weight: 700;
    margin: 40px auto 0;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

a.button,
button.primary svg {
    fill: #fff;
}

button.primary {
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
}

a.button:focus,
a.button:hover,
button.primary:focus,
button.primary:hover {
    background: #00a448;
    box-shadow: 0 3px 20px rgba(0,0,0,.32);
}

a.button.button--big {
    max-width: 420px;
}

.video-selection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 -8px;
}

.video-selection__single {
    flex: 1 1;
    max-width: 812px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    margin: 0 8px 40px;
}

.video-selection__single-info a,
.video-selection__single-info h3 {
    text-align: center;
}

.video-selection__single-vid {
    position: relative;
}

.video-selection__single-vid:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.28079%;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-selection__single-info {
    margin-top: 32px;
}

.video-selection__single-info h3 {
    color: #363636;
    font-weight: 700;
    text-align: center;
}

.video-selection__single-info a {
    margin-top: 20px;
    display: block;
}

@media screen and (min-width:1008px){
    .video-selection {
        flex-direction: row;
        align-items: flex-start;
    }

    .video-selection__single {
        margin: 0 8px;
    }

    .video-selection__single-info a,
    .video-selection__single-info h3 {
        text-align: left;
    }
}

.grid--podcast .grid__item-image,
.grid--vorlagen .grid__item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 397px;
    height: 251px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    margin-bottom: 16px;
}

.grid--podcast .grid__item-image img,
.grid--vorlagen .grid__item-image img {
    max-width: 74px;
    max-height: 74px;
    box-shadow: none;
}

.grid--vorlagen .grid__item-image img {
    max-width: 110px;
    max-height: 110px;
}

.grid--vorlagen .grid__item-image p {
    width: 100%;
    padding: 20px;
}

.grid--poster {
    margin: -20px;
}

.grid--poster .grid__item {
    max-width: 260px;
    width: 100%;
    height: 100%;
    margin: 20px;
}

.grid--vorlagen img {
    max-height: 251px;
}

.grid--vorlagen .grid__item {
    margin-bottom: 20px;
}

.brief__wrapper {
    display: flex;
    position: relative;
    width: 100%;
    margin: -24px;
    overflow: hidden;
    transition: max-height .3s ease-in-out 0s;
    flex-direction: column;
    max-height: 500px;
    justify-content: flex-start;
    align-items: center;
}

.brief__wrapper:not(.brief__wrapper--open):after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    background: transparent linear-gradient(180deg,hsla(0,0%,100%,0),#fff) 0 0 no-repeat padding-box;
    height: 311px;
    width: 100%;
}

.brief__wrapper--open {
    max-height: 4000px;
    overflow: hidden;
    transition: max-height .3s ease-in-out 0s;
}

.brief__container {
    flex: 1 1;
    margin: 24px;
}

@media screen and (min-width:1008px){
    .brief__wrapper {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .brief__wrapper--open {
        max-height: 2500px;
    }
}

.doctors__wrapper {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 500px;
    transition: max-height .3s ease-in-out 0s;
}

.doctors__wrapper:not(.doctors__wrapper--open):after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    background: transparent linear-gradient(180deg,hsla(0,0%,100%,0),#fff) 0 0 no-repeat padding-box;
    height: 311px;
    width: 100%;
}

.doctors__wrapper--open {
    max-height: 1500px;
    transition: max-height .3s ease-in-out 0s;
}

.doctors__wrapper table {
    border-spacing: 16px;
    border-collapse: separate;
}

.doctors__wrapper table tr th {
    font-size: 14px;
    text-align: left;
    line-height: 44px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    font-weight: 700;
}

.doctors__wrapper table tr td {
    font-weight: 400;
    font-size: 16px;
    width: 25%;
}

.doctors__wrapper table tr td b {
    font-weight: 700;
}

.doctors__wrapper table tr th:first-of-type {
    border-bottom: 2px solid #00a448;
}

.doctors__wrapper table tr th:nth-of-type(2) {
    border-bottom: 2px solid #f69f21;
}

.doctors__wrapper table tr th:nth-of-type(3) {
    border-bottom: 2px solid #e62a2b;
}

.doctors__wrapper table tr th:nth-of-type(4) {
    border-bottom: 2px solid #0d468f;
}

.text-intro {
    max-width: 810px;
    margin: 0 auto 60px;
}

.text-intro__header {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: #0d468f;
    display: block;
    margin-bottom: 32px;
}

.imprint__wrapper b {
    font-weight: 700;
    margin-top: 12px;
    display: block;
}

h1.imprint {
    margin-top: 32px;
}

h2.text-intro__imprint {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 32px;
}

h3.text-intro__imprint {
    color: #363636;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 12px;
}

.text-intro__subline {
    color: #363636;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

@media screen and (min-width:1008px){
    .text-intro__header {
        font-size: 48px;
        line-height: 64px;
    }

    h2.text-intro__imprint {
        font-size: 36px;
        line-height: 44px;
        color: #000;
    }

    h3.text-intro__imprint {
        color: #000;
        margin-top: 18px;
    }

    .text-intro__subline,
    h3.text-intro__imprint {
        font-size: 24px;
        line-height: 32px;
    }
}

.section {
    padding: 36px;
}

.section--bg-grey {
    background: #f6f6f6;
}

.section--bg-blue {
    background: #0d468f;
    color: #fff;
    padding: 90px 140px 55px;
}

.section--bg-blue .text-intro__header,
.section--bg-blue h3 {
    color: #fff;
}

@media screen and (min-width:1008px){
    .section {
        padding: 48px 60px;
    }
}

@media screen and (min-width:1300px){
    .section {
        padding: 100px 140px;
    }
}

.section--padding-t-0 {
    padding-top: 0;
}

.section--padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.section--padding-lr-m {
    padding-left: 60px;
    padding-right: 60px;
}

.section-padding-tb-s {
    padding-top: 36px;
    padding-bottom: 36px;
}

.section--padding-lr-0 .text-intro {
    padding: 0 36px;
}

.section--spenden .button--big {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width:1008px){
    .section--spenden {
        display: none;
    }
}

@media screen and (max-width:1008px){
    .section--bg-blue {
        padding: 80px 63px;
    }

    .section--padding-lr-0-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .section--padding-lr-0-mobile .text-intro,
    .section--padding-lr-0-mobile .video-reel__info {
        padding: 0 36px;
    }
}

.footer {
    width: 100%;
    background: #232323;
}

.footer__inner {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer__box h3 {
    color: #232323;
    margin-bottom: 10px;
}

.footer__box b {
    font-weight: 700;
}

.footer__box {
    width: 100%;
    max-width: 380px;
    height: 300px;
    background: #fff;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.footer__content {
    flex-grow: 1;
    position: relative;
    padding: 30px 36px;
}

.footer__content p {
    display: block;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.footer__content ul {
    display: block;
    margin: 0 -20px;
}

.footer__content ul li a {
    color: #fff;
    text-decoration: none;
}

.footer__content ul li a:focus,
.footer__content ul li a:hover {
    text-decoration: underline;
}

.footer__content ul li {
    display: block;
    margin: 20px;
    text-align: center;
}

@media screen and (min-width:1008px){
    .footer__content {
        padding: 72px 140px;
    }

    .footer__content ul {
        margin: -40px;
    }

    .footer__content ul li {
        text-align: left;
        display: inline-block;
        margin: 40px;
    }

    .footer__inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer__box {
        margin-right: 140px;
        margin-top: 60px;
        display: none;
    }

    .footer__content p {
        text-align: left;
        margin-top: 60px;
    }
}

.icon--download,
.icon--play {
    width: 24px;
    height: 24px;
}

#podcasts .grid__item,
#vordrucke .grid__item,
.grid--poster .grid__item {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity .3s ease-in-out 0s,transform .3s ease-in-out 0s;
}

.grid__quellen {
    display: flex;
    flex-direction: column;
}

.grid__quellen .grid--list {
    padding: 0 20px;
}

@media screen and (min-width:1008px){
    .grid__quellen {
        flex-direction: row;
    }

    .grid__quellen .grid--list {
        padding: 0 60px;
    }
}

.grid__quellen .grid--list li {
    padding: 10px 0;
}

.grid__quellen .grid--list li h3 {
    color: #232323;
    font-size: 20px;
    line-height: 32px;
}

.scrollTop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 60px;
    right: 60px;
    cursor: pointer;
}

.fadeInUp {
    transform: translateY(0)!important;
    opacity: 1!important;
}