/* roboto-200 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 200;
    src: url("fonts/roboto-v50-latin-200.woff2") format("woff2");
}
/* roboto-300 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/roboto-v50-latin-300.woff2") format("woff2");
}
/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/roboto-v50-latin-regular.woff2") format("woff2");
}
/* roboto-italic - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url("fonts/roboto-v50-latin-italic.woff2") format("woff2");
}
/* roboto-italic - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url("fonts/roboto-v50-latin-italic.woff2") format("woff2");
}
/* roboto-500 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/roboto-v50-latin-500.woff2") format("woff2");
}
/* roboto-600 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/roboto-v50-latin-600.woff2") format("woff2");
}
/* roboto-700 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/roboto-v50-latin-700.woff2") format("woff2");
}
/* roboto-800 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    src: url("fonts/roboto-v50-latin-800.woff2") format("woff2");
}
/* roboto-900 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("fonts/roboto-v50-latin-900.woff2") format("woff2");
}
/* roboto-900 - latin */
@font-face {
    font-display: swap;
    font-family: "OPTIRomanaRoman-Bold";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/OPTIRomanaRoman-Bold.otf") format("opentype");
}
* {
    box-sizing: border-box;
}
body {
    color: #231f20;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 190%;
    margin: 0;
    padding: 0;
}
.block {
    overflow: visible;
}
.gelb {
    color: #e6ac3b;
}
.claim {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 130%;
}
a {
    color: inherit;
    transition: all 0.2s ease 0s;
}
a:hover {
    color: #e6ac3b;
}
h1 {
    font-family: "OPTIRomanaRoman-Bold";
    font-size: calc(2.25em - 0.5em * var(--scroll-progress, 0));
    font-weight: 400;
    line-height: 130%;
    margin: calc(27px - 22px * var(--scroll-progress, 0)) 0 0 0;
    text-align: center;
    text-transform: uppercase;
}
.header-hero h2 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #e6ac3b;
    font-size: 3.5em;
    order: 2;
    padding: 20px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
}
.header-hero h2 span::before {
    content: "+";
    display: inline-block;
    font-size: 0.7em;
    font-weight: 200;
    transform: rotate(45deg);
    transform-origin: center;
    vertical-align: top;
}
.header-hero h2 > span {
    display: inline-block;
    margin-left: 3px;
    width: 50px;
}
.header-hero h2 > span:last-of-type {
    margin: 0 -8px 0 0;
}
.header-hero h2 > br:not(:last-of-type) {
    display: none;
}
h2,
h3.fullsize {
    font-family: "OPTIRomanaRoman-Bold";
    font-size: 4.5em;
    line-height: 110%;
    margin: 0 0 0 0;
}
h3 {
    font-family: "OPTIRomanaRoman-Bold";
    font-size: 2.25em;
    line-height: 130%;
    margin: 0 0 0 0;
}
.form-outer h3 {
    font-size: 2.25em;
}
.newsletter-outer h3 .newsletter-container h3 {
    font-size: 3em;
}
p {
    margin: 16px 0 0 0;
}
figure {
    display: inline-block;
    line-height: 0;
    overflow: hidden;
}
#wrapper {
    background-color: #f2e9da;
    position: relative;
}
#wrapper::after {
    bottom: 0;
    content: "";
    height: 330px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
header {
    background-color: #f2e9da;
    left: 0;
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
header nav {
    align-items: center;
    display: flex;
    font-size: 0.875em;
    justify-content: center;
    line-height: 130%;
    margin: calc(21px - 19px * var(--scroll-progress, 0));
    margin-bottom: calc(20px - 14px * var(--scroll-progress, 0));
}
header .inside > img {
    display: block;
    margin: calc(20px - 15px * var(--scroll-progress, 0)) auto 0;
    width: calc(302px - 202px * var(--scroll-progress, 0));
}
header nav strong {
    font-weight: 700;
}
nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav .level_1 {
    display: flex;
}
nav li {
    margin: 0 25px;
}
nav a {
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
nav a:hover,
nav .level_1 > li.submenu:hover > a.submenu {
    color: #e6ac3b;
}
.hamburger {
    display: none;
}
/*---------*/
#main .inside {
    padding-top: 136px;
}
#main .inside > *:not(.footer) {
    z-index: 2;
}
.mod_article.header-hero {
    margin: 0 auto 100px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.mod_article.with-more {
    margin-bottom: 0;
}
.mod_article {
    margin: 0 auto 120px;
    max-width: 1584px;
    padding-left: 30px;
    padding-right: 30px;
}
.header-hero .content-image {
    display: flex;
    flex-flow: column;
    line-height: 0;
    position: relative;
}
.header-hero figure,
.header-hero img {
    order: 1;
    width: 100%;
}
.tile-2 {
    display: flex;
}
.tile-2 > div {
    width: 50%;
}
.tile-2 > :nth-child(1).content-image figure {
    display: flex;
    justify-content: flex-end;
}
.tile-2.text-links > :nth-child(1):not(.content-image) {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 60px 0 0;
}
.tile-2.text-links > :nth-child(2):not(.content-image) {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 0 0 60px;
}
.tile-2.text-rechts > div:not(.content-image) {
    align-items: flex-end;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 60px 0 60px;
}
.tile-2.text-rechts > div:not(.content-image) .content-headline {
    text-align: right;
}
.tile-2 .content-text.media {
    display: flex;
}
.tile-2 .content-text.media.media--left figure {
    display: flex;
    flex-flow: column;
    float: none;
    justify-content: flex-end;
    margin: 0 30px 5px 0;
}
.tile-2 .content-text.media.media--right figure {
    display: flex;
    flex-flow: column;
    float: none;
    justify-content: flex-end;
    margin: 0 0 5px 30px;
    order: 2;
}
.tile-2 .content-text.media .rte {
    flex-shrink: 0;
}
.tile-3,
.tile-4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    position: relative;
}
.media--right > figure {
    margin: -22px 0 0px 20px;
}
.content-text.hidden {
    border: 25px solid rgba(255, 255, 255, 0);
    display: grid;
    grid-template-rows: 0fr;
    margin: 0 auto;
    max-width: 940px;
    overflow: hidden;
    position: relative;
    transition: all 1s;
}
.content-text.hidden.expanded {
    grid-template-rows: 1fr;
    margin: 50px auto;
}
.content-text.hidden .rte {
    background-color: rgba(255, 255, 255, 0.4);
    min-height: 0;
    opacity: 0;
    padding: 25px 60px;
    transition: all 0.75s;
    visibility: hidden;
}
.content-text.hidden.expanded .rte {
    opacity: 1;
    visibility: visible;
}
.content-image {
    line-height: 0;
}
.centered {
    margin: 0 auto;
    max-width: 820px;
    text-align: center;
}
/*---*/
.coaching {
    display: flex;
}
.coaching > div:nth-of-type(1) {
    align-items: flex-end;
    display: flex;
    flex-flow: column;
    margin-top: calc(186px + 49 * ((100vw - 900px) / 290));
    width: 40.1%;
}
@media screen and (min-width: 1190px) {
    .coaching > div:nth-of-type(1) {
        margin-top: 235px;
    }
}
.coaching > div:nth-of-type(1) > * {
    max-width: 460px;
    padding-right: 60px;
    position: relative;
    width: 100%;
}
.coaching > div:nth-of-type(2) {
    max-width: 912px;
    position: relative;
    width: 59.9%;
}
.coaching > div:nth-of-type(2) > div {
    position: relative;
}
.coaching > div:nth-of-type(2) .content-text {
    left: -219px;
    position: absolute;
    top: 23%;
}
.coaching h2 {
    text-align: right;
}
.coaching h2 span {
    margin-left: 2px;
}
.coaching h2 > span:nth-of-type(1) {
    letter-spacing: 2%;
}
.coaching h2 > span:nth-of-type(2) {
    letter-spacing: 4%;
}
/*---*/
.btn-primary,
.btn-secondary {
    font-size: 1em;
}
.btn-primary a,
.btn-primary button,
.btn-secondary a,
.btn-secondary input[type="submit"],
.cc-btn,
.contao-cookiebar .cc-btn,
button.submit {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: 1px solid#231f20;
    border-radius: 0;
    box-shadow: 3px 3px 0px #e6ac3b;
    color: #231f20;
    display: inline-flex;
    font-size: 1em;
    font-weight: 300;
    justify-content: center;
    margin-top: 20px;
    min-height: 47px;
    padding: 7px 22px;
    text-decoration: none;
    transition: all 0.1s;
}
.btn-primary a:hover,
.btn-primary button:hover,
.cc-btn:hover,
.contao-cookiebar .cc-btn:hover,
button.submit:hover {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 0px #e6ac3b;
    margin-left: -2px;
    margin-right: 2px;
}
.btn-secondary input[type="submit"] {
    padding: 7px 44px;
}
.btn-secondary a,
.btn-secondary input[type="submit"] {
    background-color: #e6ac3b;
    color: #fff;
    font-weight: 400;
}
.btn-secondary a:hover,
.btn-secondary input[type="submit"]:hover {
    background-color: #f3bf56;
    box-shadow: 5px 5px 0px #e6ac3b;
    margin-left: -2px;
    margin-right: 2px;
}
.cc-btn {
    background-color: #f2e9da;
}
.cc-btn:hover {
    background-color: #f5ede1;
}
.contao-cookiebar .cc-btn {
    margin: 20px 5px 0;
}
.contao-cookiebar .cc-btn:hover {
    margin: 20px 7px 0 3px;
}
.contao-cookiebar input:checked + label::after {
    background: #e6ac3b;
}
.contao-cookiebar input:checked + label::before {
    background: #e0d2b3;
    border-color: #e6ac3b;
}
.contao-cookiebar input:disabled + label::after {
    background: #c8c7c5;
}
.contao-cookiebar input:disabled + label::before {
    background: #f4f4f4;
    border-color: #c8c7c5;
}
.contao-cookiebar input.cc-group-half + label::after {
    background: linear-gradient(to right, #9c9b99 0, #9c9b99 50%, #e6ac3b 50%, #e6ac3b 100%);
}
.btn-primary a .arrow,
.btn-secondary a .arrow {
    margin: 0 0 2px 13px;
}
.newsletter-container .btn-secondary a,
.newsletter-container input[type="submit"] {
    justify-content: center;
    width: 100%;
}
/*----*/
.layout_latest {
    display: flex;
    margin-bottom: 120px;
    overflow: hidden;
}
.layout_latest > div {
    width: 50%;
}
.layout_latest .image_container {
    align-items: flex-end;
    display: flex;
    flex-flow: column;
}
.layout_latest .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 5px;
    padding-left: 60px;
}
.layout_latest.flex-reverse {
    flex-direction: row-reverse;
}
.layout_latest.flex-reverse .content {
    align-items: flex-end;
    padding-right: 60px;
}
.layout_latest.flex-reverse .image_container {
    align-items: flex-end;
}
.layout_latest .content .info {
    color: #e6ac3b;
    font-size: 0.875em;
    font-weight: 400;
}
.layout_latest .video_container {
    max-width: 100%;
    width: 100%;
}
.layout_latest .responsive.ratio-16x9 {
    background-color: #000;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.layout_latest .responsive iframe {
    border: none;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page_start .rte:not(.zitate *):not(.newsletter-container *) > p,
.teaser p,
.page_buecher .rte:not(.newsletter-container *) > p:not(:first-of-type),
.blocksatz,
.page_filme .rte:not(.newsletter-container *) p:not(:first-of-type),
.page_podcast .rte:not(.newsletter-container *) p,
.page_partner .rte:not(.newsletter-container *) p,
.page_mentoring .rte:not(.form-outer *):not(.newsletter-container *) p {
    hyphens: auto;
    text-align: justify;
    text-align-last: left;
    word-spacing: -0.05em;
}
/*----*/
.page_buecher h2 {
    text-transform: uppercase;
}
/*----*/
.page_live .centered > div:first-of-type .rte {
    display: flex;
    flex-flow: column;
}
.page_live .centered > div:first-of-type h3 {
    order: 1;
}
.page_live .centered > div:first-of-type h2 {
    order: 2;
}
.page_live .centered > div:first-of-type p {
    order: 3;
}
/*----*/
.cc-inner h2 {
    font-size: 3em;
}
.ccb-element-blocker {
    background-color: rgba(249, 245, 237, 0.95);
    border: 1px solid #e6ac3b;
    border-radius: 15px;
    box-sizing: border-box;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    left: 50%;
    line-height: 1.5;
    max-width: 470px;
    padding: 30px 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.cc-icon {
    margin: 0 auto;
}
.cc-title {
    display: none;
}
.cc-description p {
    margin-top: 0;
}
.custom-ccb-note {
    font-size: 0.75em;
    line-height: 150%;
}
/*----*/
#instagram-feed-container {
    min-height: 300px;
}
.insta-lock-icon {
    display: inline-block;
    /* Größe des Icons */
    height: auto;
    margin-bottom: 15px;
    width: 50px;
}
/* Zentrierung des gesamten Inhalts im Platzhalter */
#instagram-feed-container .cookiebar_module_placeholder {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    /* Optional: Hintergrundfarbe des Platzhalters */
}
/* Podcast App Styling */
#podcast-main-wrapper {
    margin: 20px auto;
    max-width: 900px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
#podcast-main-wrapper.is-ready {
    opacity: 1;
}
#pod-gate {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
}
#pod-results {
    overflow: hidden;
}
/* Langsame, weiche Einblend-Animation */
@keyframes podSlideIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.pod-item {
    animation: podSlideIn 1s cubic-bezier(0.4, 0, 0.2, 2) both;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 20px;
    padding: 25px;
}
.pod-item:last-child {
    border-bottom: none;
}
.pod-image {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    height: 240px;
    object-fit: cover;
    width: 240px;
}
.pod-content {
    flex-grow: 1;
}
.pod-title {
    color: #222;
    display: block;
    font-family: "OPTIRomanaRoman-Bold";
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 6px;
    margin-top: 78px;
    text-decoration: none;
}
.pod-date {
    color: #e6ac3b;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}
/* Buttons für Apple & Spotify */
.pod-footer {
    animation: podSlideIn 1s cubic-bezier(0.4, 0, 0.2, 2) both;
    animation-delay: 1.5s;
    padding: 30px;
    text-align: center;
}
.pod-platform-hint {
    display: block;
    font-size: 1.25em;
    margin: 15px 0;
}
.pod-links {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.pod-link-btn {
    text-decoration: none;
}
.pod-link-btn span {
    display: none;
}
.btn-primary .btn-apple {
    background: transparent url(img/icon_apple.svg) scroll no-repeat 10px 9px /22px auto;
    padding-left: 38px;
}
.btn-primary .btn-spotify {
    background: transparent url(img/icon_spotify.svg) scroll no-repeat 12px 12px /19px auto;
    padding-left: 38px;
}
.pod-audio {
    height: 35px;
    margin-top: 10px;
    max-width: 480px;
    width: 100%;
}
/* Cookiebar Katapult */
.katapult-active-mode .contao-cookiebar {
    top: -2000px !important;
    transition: none !important;
    visibility: hidden !important;
}
/*----*/
.page_start .inside .newsletter-container:first-child {
    margin-top: 0;
}
.newsletter-container {
    display: flex;
    margin: 120px 0;
}
.newsletter-container > :nth-child(1) {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 50%;
}
.newsletter-container > :nth-child(1) figure {
    margin: -3px 21px 0px 0;
    order: 1;
}
.newsletter-container > :nth-child(1) h2 {
    order: 2;
}
.newsletter-container > :nth-child(1) .rte {
    order: 3;
    padding: 8px 0 0 13px;
    text-align: right;
    width: 100%;
}
.newsletter-container > :nth-child(2) {
    max-width: 400px;
    padding: 10px 0 0 60px;
    width: 50%;
}
/*----*/
.newsletter-outer {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-width: 100vw;
    position: fixed;
    top: 0;
    transition: top 0s 0s, opacity 0.5s 0s;
    width: 100%;
    z-index: 20 !important;
}
.newsletter-outer.hide {
    opacity: 0;
    top: -10000px;
    transition: top 0s 0.6s, opacity 0.5s 0s;
}
.newsletter-outer .newsletter-inner {
    align-items: center;
    background-color: #f2e9da;
    border-radius: 22px;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 70px 60px;
    position: relative;
    width: 1005px;
}
.newsletter-outer .newsletter-inner > :nth-child(1).hide {
    display: none;
}
.newsletter-outer .newsletter-inner > :nth-child(1) {
    align-items: center;
    display: flex;
    flex-flow: column;
}
.newsletter-outer .newsletter-inner > :nth-child(1) > :nth-child(1) {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.newsletter-outer .newsletter-inner > :nth-child(1) > :nth-child(1) figure {
    margin: -3px 21px 0px 0;
}
.newsletter-outer .newsletter-inner .rte {
    text-align: center;
}
.newsletter-outer .newsletter-inner .rte > p:first-of-type {
    margin: 14px 0 0 0;
}
.newsletter-outer .newsletter-inner > :nth-child(1) > :nth-child(3) {
    margin-top: 30px;
    max-width: 330px;
}
.newsletter-outer .newsletter-inner input.email {
    padding: 12px 12px;
    width: 100%;
}
.newsletter-outer .input-group.ds-checkbox-group {
    font-size: 0.875em;
    line-height: 120%;
    margin-top: 15px;
}
#mc_embed_signup .mce_inline_error {
    background-color: rgba(216, 33, 58, 0.65) !important;
    color: #fff;
    display: block;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    text-align: center;
    width: 100%;
    z-index: 1;
}
input:focus {
    outline: 1px solid;
}
#mc-embedded-subscribe {
    width: 100%;
}
.newsletter-outer.confirm-show .newsletter-container {
    height: 360px;
}
.newsletter-outer .confirm {
    display: none;
}
.newsletter-outer.confirm-show .confirm {
    display: block;
    text-align: center;
}
.newsletter-outer.confirm-show .newsletter-container > :nth-child(1) {
    display: none;
}
.newsletter-outer .close {
    align-items: center;
    border: 1px solid #231f20;
    border-radius: 22px;
    color: #e6ac3b;
    cursor: pointer;
    display: flex;
    font-size: 2em;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 13px;
    -webkit-tap-highlight-color: transparent;
    top: 11px;
    transform: rotate(45deg);
    transform-origin: center;
    transition: all 0.1s;
    width: 30px;
}
.newsletter-outer .close:hover {
    border: 3px solid #231f20;
    -webkit-tap-highlight-color: transparent;
}
/*----*/
#instagram-feed-container {
    align-items: center;
    aspect-ratio: 1121 / 499;
    background: transparent url(../../redaktion/bilder/insta-feed.jpg) scroll no-repeat 0 0 / cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1121px;
    width: 100%;
}
#instagram-feed-container .cc-module {
    align-items: center;
    background-color: rgba(242, 233, 218, 0.95);
    border: 1px solid #e6ac3b;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex-flow: column;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 200;
    justify-content: center;
    line-height: 1.5;
    max-width: 470px;
    padding: 30px 60px;
    text-align: center;
    width: 100%;
}
#instagram-feed-container .cc-module :nth-child(1) {
    order: 1;
}
#instagram-feed-container .cc-module :nth-child(4) {
    order: 2;
}
#instagram-feed-container .cc-module :nth-child(2) {
    order: 4;
}
/*----*/
.zitate {
    max-width: 720px;
}
.swiper {
    padding: 0 0 60px;
}
.zitate .swiper-slide > div > :nth-child(1) {
    display: flex;
}
.zitate figure {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.zitate img {
    border-radius: 300px;
    height: 221px;
    width: 221px;
}
.zitate .swiper-slide > div > :nth-child(1) .rte {
    display: flex;
    flex-flow: column;
    padding-left: 20px;
    padding-top: 130px;
    width: 50%;
}
.zitate .swiper-slide > div > :nth-child(1) .rte p {
    line-height: 140%;
    margin: 0;
}
.zitate .swiper-slide > div > :nth-child(1) .rte > :nth-child(1) strong {
    font-weight: 900;
}
.zitate .swiper-slide > div > :nth-child(1) .rte > :nth-child(2) {
    font-size: 0.875em;
    letter-spacing: 0.05em;
}
.zitate .swiper-slide > div > :nth-child(2) {
    font-size: 1.55em;
    font-style: italic;
    line-height: 150%;
    padding-top: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    top: initial;
    width: 100%;
}
.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #231f20;
    border-radius: 30px;
    box-shadow: 2px 2px 0px #e6ac3b;
    display: inline-block;
    height: 10px;
    opacity: 1;
    width: 10px;
}
.swiper-pagination-bullet-active {
    background: #e6ac3b;
}
/*----*/
.centered .content-youtube,
.centered .content-image {
    margin-top: 20px;
}
.content-youtube {
    aspect-ratio: 16/9;
    width: 100%;
}
.layout_youtube,
.layout_youtube .image_container,
.layout_youtube figure,
.layout_youtube .responsive {
    height: 100%;
    width: 100%;
}
.layout_youtube .responsive img {
    width: 100%;
}
/*----*/
.kontakt .form-outer {
    max-width: 820px;
}
.form-outer {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #e6ac3b;
    border-radius: 9px;
    margin: -80px auto 0;
    max-width: 1010px;
    padding: 30px;
}
.formbody {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin-top: 20px;
}
.page_mentoring .form-outer .rte > p:first-of-type {
    margin-top: 8px;
}
.page_mentoring .ce_form {
    margin-top: 24px;
}
.kontakt .formbody .widget {
    display: flex;
    justify-content: center;
    width: 100%;
}
.formbody .widget {
    width: calc(50% - 15px);
}
.formbody .widget-submit {
    text-align: center;
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    appearance: none;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #e6ac3b;
    border-radius: 2px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    max-width: 460px;
    padding: 8px 12px;
    width: 100%;
}
/*----*/
.leela-logo {
    margin-bottom: 90px;
    max-width: 480px;
}
.quantum-logo {
    margin-bottom: 40px;
    max-width: 480px;
}
/*----*/
.legal {
    max-width: 678px;
}
.legal h2 {
    font-size: 3.8em;
    margin: 20px 0 60px;
    text-align: center;
}
/*----*/
.footer {
    align-items: center;
    display: flex;
    flex-flow: column;
}
.footer h2 {
    font-size: 2.25em;
    text-align: center;
}
.footer .social {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.footer .social a:hover {
    transition: all 0.2s;
}
.footer .social a:hover {
    transform: scale(1.05);
}
.footer .lower {
    align-items: center;
    background-color: #796358;
    color: #fff;
    display: flex;
    flex-flow: column;
    margin-top: 60px;
    width: 100%;
}
.footer navigation,
.footer .copyright {
    display: flex;
    justify-content: center;
}
.footer .navigation {
    display: flex;
    padding: 30px;
}
.footer .navigation a.module-cookiebar-opener {
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.footer .navigation a.module-cookiebar-opener:hover {
    color: #e6ac3b;
}
.footer .copyright {
    padding: 0 30px 30px;
}
@media (max-width: 1210px) {
    h2,
    .header-hero h2,
    h3.fullsize {
        font-size: 3.5em;
    }
    .header-hero h2 > br:nth-of-type(2) {
        display: inline;
    }
    .newsletter-container img {
        width: 89px;
    }
    .newsletter-container p {
        font-size: 0.85em;
        margin-top: 5px;
    }
    .newsletter-container > :nth-child(2) {
        padding: 0 0 0 60px;
    }
    .newsletter-container .btn-secondary a {
        margin-top: 15px;
    }
}
@media (max-width: 840px) {
    .header-hero h2 > span:nth-of-type(2) {
        display: none;
    }
    .tile-2 {
        flex-flow: column;
    }
    .tile-2 > div {
        padding: 0;
        width: 100%;
    }
    .tile-2.text-links > .content-image,
    .tile-2.text-rechts > .content-image {
        display: flex;
        justify-content: center;
        order: 1;
    }
    .tile-2.text-links > .content-element-group,
    .tile-2.text-rechts > .content-element-group {
        align-items: center;
        order: 2;
    }
    .tile-2 .content-image,
    .layout_latest image_container {
        margin-bottom: 30px;
    }
    .tile-2.text-rechts > div:not(.content-image),
    .tile-2.text-links > :nth-child(1):not(.content-image),
    .tile-2.text-links > :nth-child(2):not(.content-image) {
        align-items: center;
        padding: 0;
    }
    h2,
    h3.fullsize,
    .tile-2.text-rechts > div:not(.content-image) .content-headline,
    .tile-2 .btn-primary,
    .page_start .speaker-cotainer,
    .newsletter-container > :nth-child(1) .rte,
    .layout_latest .btn-primary {
        text-align: center;
    }
    .page_buecher .tile-2 .rte > p:first-of-type {
        text-align: center;
    }
    .btn-primary a,
    .btn-primary button {
        margin-top: 30px;
    }
    .newsletter-container {
        align-items: center;
        flex-flow: column;
    }
    .newsletter-container > :nth-child(n) {
        justify-content: center;
        padding: 0;
        width: 100%;
    }
    .newsletter-container p {
        font-size: 1em;
        margin: 10px 0;
    }
    .layout_latest,
    .layout_latest.flex-reverse {
        align-items: center;
        flex-direction: column;
        flex-flow: column;
    }
    .layout_latest > div.image_container {
        align-items: center;
        display: flex;
        margin-bottom: 30px;
        order: 1;
        width: 100%;
    }
    .layout_latest .content,
    .layout_latest.flex-reverse .content {
        hyphens: auto;
        order: 2;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .layout_latest .content .teaser {
        hyphens: auto;
    }
}
@media (max-width: 679px) {
    html:has(body.open) {
        overflow: hidden;
    }
    header {
        height: calc(95px - 45px * var(--scroll-progress, 0));
    }
    h1 {
        font-size: calc(2.25em - 0.5em * var(--scroll-progress, 0));
        margin: calc(27px - 22px * var(--scroll-progress, 0)) 0 0 0;
    }
    header nav {
        font-size: 1em;
        margin: 0;
        position: relative;
        top: calc(22px - 7px * var(--scroll-progress, 0));
    }
    header nav .level_1::before {
        background: #f7f2e9;
        content: "";
        height: 10px;
        left: -30px;
        position: relative;
        top: -16px;
        width: calc(100% + 60px);
        z-index: 2;
    }
    header nav .level_1 {
        background: #f7f2e9;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        flex-flow: column nowrap;
        left: 101vw;
        padding: 10px 30px 15px;
        position: absolute;
        top: 0;
        transition: all 0.5s ease-in-out 0s;
        width: 100%;
    }
    body.open header nav .level_1 {
        color: #172f54;
        left: 0;
    }
    header nav .level_1 > li:first-of-type,
    header nav .level_1 > li {
        margin: 0 0 20px 0;
    }
    .hamburger {
        cursor: pointer;
        display: block;
        height: 42px;
        position: absolute;
        right: 10px;
        -webkit-tap-highlight-color: transparent;
        top: calc(9px - 5px * var(--scroll-progress, 0));
        transform: rotate(0deg) scale(0.7);
        width: 44px;
        z-index: 2;
    }
    .hamburger span {
        background: #e6ac3b;
        display: block;
        height: 3px;
        opacity: 1;
        position: absolute;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        width: 50%;
    }
    body.open .hamburger span {
        background: #172f54;
    }
    .hamburger span:nth-child(even) {
        border-radius: 0 9px 9px 0;
        left: 50%;
    }
    .hamburger span:nth-child(odd) {
        border-radius: 9px 0 0 9px;
        left: 0px;
    }
    .hamburger span:nth-child(1),
    .hamburger span:nth-child(2) {
        top: 0px;
    }
    .hamburger span:nth-child(3),
    .hamburger span:nth-child(4) {
        top: 10px;
    }
    .hamburger span:nth-child(5),
    .hamburger span:nth-child(6) {
        top: 20px;
    }
    body.open .hamburger span:nth-child(1),
    body.open .hamburger span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.open .hamburger span:nth-child(2),
    body.open .hamburger span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.open .hamburger span:nth-child(1) {
        left: 5px;
        top: 3px;
    }
    body.open .hamburger span:nth-child(2) {
        left: calc(50% - 5px);
        top: 3px;
    }
    body.open .hamburger span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    body.open .hamburger span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    body.open .hamburger span:nth-child(5) {
        left: 5px;
        top: 15px;
    }
    body.open .hamburger span:nth-child(6) {
        left: calc(50% - 5px);
        top: 15px;
    }
    #main .inside {
        padding-top: 95px;
    }
    .header-hero h2 > span:last-of-type {
        margin-right: 0;
        width: 30px;
    }
    h2,
    .header-hero h2,
    h3.fullsize {
        font-size: 2.1em;
    }
    h3 {
        font-size: 1.375em;
        margin-bottom: 7px;
    }
    .header-hero h2 > span:nth-of-type(1) {
        display: none;
    }
    .header-hero h2 > br {
        display: inline;
    }
    .page_live .centered > div:first-of-type p {
        margin-top: 5px;
    }
    .content-text.hidden.expanded {
        border: 0px;
        margin: 30px -20px 0;
    }
    .content-text.hidden .rte {
        padding: 0 20px 15px;
    }
    .zitate .swiper-slide > div > :nth-child(1) {
        flex-flow: column;
    }
    .zitate figure {
        justify-content: center;
        width: 100%;
    }
    .zitate .swiper-slide > div > :nth-child(1) .rte {
        padding: 20px 0 0 0;
        text-align: center;
        width: 100%;
    }
    .zitate .swiper-slide > div > :nth-child(2) {
        font-size: 1.25em;
        padding-top: 0;
    }
    .pod-item {
        flex-flow: column;
        padding: 25px 0;
    }
    .pod-image {
        height: auto;
        width: 100%;
    }
    .pod-title {
        margin-top: 10px;
    }
    .pod-date {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .pod-audio {
        margin-top: 0;
    }
    .pod-footer {
        padding: 30px 30px 5px;
    }
    .pod-links {
        flex-flow: column;
    }
    .btn-primary .btn-apple {
        background: transparent url(img/icon_apple.svg) scroll no-repeat 52px 9px /22px auto;
        margin-top: 10px;
    }
    .btn-primary .btn-spotify {
        background: transparent url(img/icon_spotify.svg) scroll no-repeat 83px 12px /19px auto;
        margin-top: 10px;
    }
    .leela-logo {
        margin-bottom: 40px;
        margin-top: -50px;
    }
    .form-outer {
        margin: -80px -20px 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .formbody .widget {
        width: 100%;
    }
    .cc-inner h2 {
        font-size: 26px;
    }
    .footer > img {
        margin-top: 135px;
        width: 175px;
    }
    .footer,
    .footer .copyright {
        margin-top: 20px;
    }
    .footer .navigation {
        flex-flow: column;
        padding: 30px 0 0;
    }
    .footer nav .level_1 {
        align-items: center;
        display: flex;
        flex-flow: column nowrap;
    }
    .footer nav li {
        margin: 5px 0;
    }
    .footer .copyright {
        font-size: 0.875em;
    }
}
@media (max-width: 374px) {
    .cc-inner h2 {
        font-size: 24px;
    }
}
@media (max-height: 325px) {
    .ccb-element-blocker {
        border-radius: 0;
        font-size: 0.75em;
        height: 100%;
        left: 0;
        padding: 12px 15px 8px;
        transform: translate(0, -50%);
        width: 100%;
    }
    .ccb-element-blocker .cc-description,
    .ccb-element-blocker .custom-ccb-note p {
        margin-top: 6px;
    }
    .ccb-element-blocker .cc-btn {
        margin-top: 8px;
    }
    .custom-ccb-note {
        font-size: 0.85em;
    }
    .cc-icon {
        height: 20px;
    }
}
