@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/manrope-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Nothing You Could Do';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nothing-you-could-do-v21-latin-regular.woff2') format('woff2');
}

:root {
    --hoben: 62px;
    --navbg: var(--grau);
    --navischriftfarbe: var(--schriftfarbe);
    --outline: var(--gold-dunkel);

    --max-width: 1300px;
    --max-width-text: 760px;
    --abstand-frame: 120px;

    --font-size-base: 16px;
    --font-weight-regular: 400;
    --font-weight-bold: 600;
    --text-shadow: 3px 3px 20px #000;

    --weiss: #fff;
    --schriftfarbe: #212529;
    --gold-hell: #f4f0d1;
    --gold: #CFB500;
    --gold-dunkel: #a2880a;
    --grau: #f7f7f7;
    --grau-gold: #f5f5f3;
    --grau-mittel: #e9dfdf;

    --cn_multigap: 60px;
    --transition-standard: all 0.3s ease-in-out;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    font-family: 'Manrope';
    font-size: var(--font-size-base);
    line-height: 1.5;
    font-weight: var(--font-weight-regular);
}

.outterwidth {
    margin: 0 auto;
}

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

figcaption {
    background: var(--grau);
    padding: 5px 15px;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 60px;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 60px;
}

.ce-bodytext .table {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    max-width: var(--max-width-text);
    margin: 0;
}

h1.ce-headline-center,
h2.ce-headline-center,
h3.ce-headline-center,
h4.ce-headline-center,
h5.ce-headline-center,
h1.ce-headline-right,
h2.ce-headline-right,
h3.ce-headline-right,
h4.ce-headline-right,
h5.ce-headline-right {
    margin-left: auto;
}

h1.ce-headline-center,
h2.ce-headline-center,
h3.ce-headline-center,
h4.ce-headline-center,
h5.ce-headline-center {
    margin-right: auto;
}

h1.ce-headline-right,
h2.ce-headline-right,
h3.ce-headline-right,
h4.ce-headline-right,
h5.ce-headline-right {
    margin-right: 0;
}

h1 {
    font-size: calc(2 * var(--font-size-base));
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    margin-bottom: calc(2.5 * var(--font-size-base));
    position: relative;
}

h1::before {
    content: '';
    position: absolute;
    top: -70px;
    left: -60px;
    width: 180px;
    aspect-ratio: 1 / 1;
    background: var(--gold);
    border-radius: 50%;
    z-index: -1;
}

#inhaltsbereich.sub h1::before {
    display: none;
}

h1 span,
h2 span,
h3 span {
    display: block;
}

h1 span+span,
h2 span+span,
h3 span+span {
    margin-top: 10px;
}

h2 {
    font-size: calc(1.8 * var(--font-size-base));
    font-weight: var(--font-weight-bold);
    line-height: 1;
    margin-bottom: calc(2.2 * var(--font-size-base));
}

h3 {
    font-size: calc(1.5 * var(--font-size-base));
    font-weight: var(--font-weight-bold);
    line-height: 1;
    margin-bottom: calc(1.5 * var(--font-size-base));
}

#inhaltsbereich.sub h1 span:first-child {
    font-family: 'Nothing You Could Do';
    color: var(--gold);
    line-height: 1.4;
    font-size: calc(3.5 * var(--font-size-base));
    padding: 0 4px;
}

#inhaltsbereich.sub h1 span:last-child {
    font-weight: 400;
}

#inhaltsbereich .ce-bodytext>*,
#inhaltsbereich .cn_multicontent_teaser>* {
    max-width: var(--max-width-text);
}

#inhaltsbereich .ce-bodytext>.text-center,
#inhaltsbereich .cn_multicontent_teaser>.text-center {
    margin-left: auto;
    margin-right: auto;
}

#inhaltsbereich .ce-bodytext>.text-right,
#inhaltsbereich .ce-bodytext>.text-end,
#inhaltsbereich .cn_multicontent_teaser>.text-right,
#inhaltsbereich .cn_multicontent_teaser>.text-end {
    margin-right: 0;
    margin-left: auto;
}

p {
    margin: 0 0 var(--font-size-base) 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: var(--font-weight-bold);
}

a {
    color: var(--gold-dunkel);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.button-gold,
a.button-weiss,
a.rahmen-gold,
a.rahmen-weiss {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    margin: 5px 10px;
    background: none;
    font-size: calc(1.1 * var(--font-size-base));
    text-decoration: none;
    text-align: center;
    transition: all .35s;
    z-index: 2;
    color: var(--schriftfarbe);
}

a.button-gold::before,
a.button-weiss::before,
a.rahmen-gold::before,
a.rahmen-weiss::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid var(--gold);
    transform: skewX(-15deg);
    z-index: -1;
    transition: var(--transition-standard) .35s;
    border-radius: 10px 0;
}

a.button-gold::before {
    background: var(--gold);
}

a.button-weiss::before {
    background: var(--weiss);
    border-color: var(--weiss);
}

a.rahmen-weiss::before {
    border-color: var(--weiss);
}

a.button-gold::after,
a.button-weiss::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0;
    height: calc(100% - 4px);
    transform: skewX(-15deg);
    transition: var(--transition-standard);
    z-index: -1;
    border-radius: 10px 0;
}

a.button-gold::after {
    background: var(--weiss);
}

a.button-weiss::after {
    background: var(--gold);
}

a.button-gold:hover::after,
a.button-weiss:hover::after {
    width: calc(100% - 4px);
}

a.rahmen-gold:hover::before,
a.rahmen-weiss:hover::before {
    border-color: var(--schriftfarbe);
}

hr {
    margin: 0;
    border: none;
    border-bottom: solid 2px var(--gold);
}

#inhaltsbereich ul {
    list-style: none;
    margin: 0 0 var(--font-size-base) 0;
    padding: 0;
}

#inhaltsbereich ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 0.5em 0;
}

#inhaltsbereich ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 4px;
    border-radius: 20px;
    background: var(--gold);
}

#inhaltsbereich ul li.check {
    background: url(/fileadmin/cn_website/images/check.svg) left top 3px / 18px 18px no-repeat;
    padding-left: 30px;
}

#inhaltsbereich ul li.check::before {
    display: none;
}

#oben {
    background: var(--grau);
    position: fixed;
    width: 100%;
    z-index: 5;
    box-shadow: 0 -3px 6px var(--schriftfarbe);
}

#oben>.rahmen {
    width: 90%;
    margin: 0 auto;
}

.logo {
    float: left;
    margin: 10px 0;
}

.logo .ce-gallery {
    margin: 0;
}

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

.logo .ce-row:last-child {
    display: none;
}

.logo:focus-within {
    outline: 2px solid var(--outline);
    /* outline-offset: 2px; */
    border-radius: 4px;
}

.logo a:focus-visible {
    outline: none;
}

.navi {
    float: right;
    margin: 10px 0;
}

.hauptnavi {
    font-size: calc(1.1 * var(--font-size-base));
    line-height: 1;
    margin-top: 41px;
}

:focus-visible,
.mediaconsent .btn:focus-visible {
    outline: var(--outline) auto 2px;
    /* outline-offset: 2px; */
}

#mobnav,
ul.ebene1 input[name="togglesub"] {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}

label[for="mobnav"] {
    float: right;
    display: block;
}

label[for="mobnav"] .mob_button {
    float: left;
    position: relative;
    z-index: 5;
    margin: 4px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: none;
}

label[for="mobnav"] .mob_button span {
    background-color: var(--navischriftfarbe);
    height: 3px;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 40px;
    transition: all 0.3s ease 0.3s;
}

label[for="mobnav"] .mob_button span::after,
label[for="mobnav"] .mob_button span::before {
    backface-visibility: hidden;
    background-color: var(--navischriftfarbe);
    content: "";
    height: 3px;
    position: absolute;
    transform: translateZ(0px);
    transition: all 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

label[for="mobnav"] .mob_button span::before {
    transform: translateY(-12px);
}

label[for="mobnav"] .mob_button span::after {
    transform: translateY(12px);
}

#mobnav:checked+label .mob_button span {
    background-color: transparent;
}

#mobnav:checked+label .mob_button span::before {
    transform: translateY(0px) rotate(-45deg);
    background-color: var(--navischriftfarbe);
}

#mobnav:checked+label .mob_button span::after {
    transform: translateY(0px) rotate(45deg);
    background-color: var(--navischriftfarbe);
}

ul.ebene1,
ul.ebene1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    --linkfarbe: var(--navischriftfarbe);
    text-align: right;
}

.klappnavi {
    display: none;
    position: absolute;
    left: -10px;
    top: var(--hoben);
    background: var(--navbg);
}

ul.ebene1>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    position: relative;
}

ul.ebene1>li a {
    padding: 20px 0;
    color: var(--gold-dunkel);
    text-decoration: none;
    display: inline-block;
}

ul.ebene1>li:last-child {
    display: inline-block;
    margin: 0 0 0 7px;
}

ul.ebene1>li:last-child a {
    padding: 20px 0 20px 7px;
}

ul.ebene1>.ifsub>label>.navtoggle,
ul.ebene2>.ifsub>label>.navtoggle {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0 0 0 2px;
}

ul.ebene1 .navtoggle::before,
ul.ebene1 .navtoggle::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: var(--navischriftfarbe);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 2px;
}

ul.ebene1 .navtoggle:hover::before,
ul.ebene1 .navtoggle:hover::after,
ul.ebene1 li.ifsub:hover .navtoggle::before,
ul.ebene1 li.ifsub:hover .navtoggle::after {
    height: 2px;
}

ul.ebene1 .navtoggle::after {
    transform: rotate(-45deg);
    left: 9px;
}

ul.ebene1 li.ifsub:hover>.klappnavi,
ul.ebene1 li.ifsub:focus-within>.klappnavi,
ul.ebene1 li.ifsub:has(input[name="togglesub"]:checked)>.klappnavi {
    display: flex;
}

ul.ebene1 li>a:hover,
ul.ebene1 li.ifsub:hover>a,
ul.ebene1 li.act>a {
    color: var(--schriftfarbe);
}

ul.ebene2 {
    display: block;
    float: left;
    text-align: left;
    min-width: 200px;
}

ul.ebene2>li {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
    border-top: 1px solid var(--navischriftfarbe);
}

ul.ebene2>li:first-child {
    border-top: 0;
}

ul.ebene2>li>a {
    display: block;
    padding: 15px 20px;
}

.navi .frame-type-menu_pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.navi .frame-type-menu_pages ul li {
    float: left;
    text-align: right;
    margin: 0 7px 5px;
}

.navi .frame-type-menu_pages ul li:last-child {
    margin: 0 0 5px 7px;
}

.navi .frame-type-menu_pages ul li a {
    padding: 6px 0;
    color: var(--schriftfarbe);
    text-decoration: none;
    display: inline-block;
}

#header {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

#subheader {
    float: left;
    clear: both;
    width: 100%;
    min-height: 100px;
}

#header .ce-gallery {
    margin-bottom: 0;
}

#header .frame .ce-bodytext {
    position: absolute;
    bottom: 60px;
    left: 5%;
}

#header .frame .ce-bodytext p {
    font-size: 60px;
    color: var(--weiss);
    text-shadow: var(--text-shadow);
    margin: 0;
}

#header .frame .ce-bodytext strong {
    font-family: 'Nothing You Could Do';
    font-size: 160px;
    line-height: 1;
    display: block;
    margin-bottom: -50px;
    color: var(--gold);
}

#inhaltsbereich {
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich>.frame {
    float: left;
    clear: both;
    width: 100%;
    margin-top: var(--abstand-frame);
}

#inhaltsbereich>.frame:last-child {
    margin-bottom: var(--abstand-frame);
}

#inhaltsbereich>.frame>.rahmen {
    width: 85%;
    max-width: var(--max-width);
    margin: 0 auto;
}

#inhaltsbereich .frame-type-shortcut>.rahmen>.frame {
    float: left;
    clear: both;
    width: 100%;
}

/* Layout 2 – grauer Hintergrund. */
.frame-layout-2 {
    background-color: var(--grau);
    padding-top: var(--abstand-frame);
    padding-bottom: var(--abstand-frame);
}

.frame-layout-2+.frame-layout-2 {
    padding-top: 0;
    margin-top: 0;
}

/* Layout 3 – Highlight Box. */
.frame-layout-3>.rahmen {
    background: var(--grau-gold);
    background: linear-gradient(110deg, rgba(245, 245, 243, 1) 69%, rgba(237, 237, 230, 1) 70%);
    padding-top: calc(0.5 * var(--abstand-frame));
    padding-bottom: calc(0.5 * var(--abstand-frame));
    border-radius: 50px;
}

.frame-layout-3>.rahmen>* {
    padding-left: calc(0.5 * var(--abstand-frame));
    padding-right: calc(0.5 * var(--abstand-frame));
}

.frame-layout-3 h2 {
    font-family: 'Nothing You Could Do';
    color: var(--gold);
}

.frame-layout-3 a {
    color: var(--gold-dunkel);
}

.frame-layout-3 a.button-gold,
.frame-layout-3 a.button-weiss,
.frame-layout-3 a.rahmen-gold,
.frame-layout-3 a.rahmen-weiss {
    color: var(--schriftfarbe);
}

:is(.frame-layout-1, .frame-layout-2, .frame-layout-3)+ :is(.frame-layout-1, .frame-layout-2, .frame-layout-3) {
    margin-top: 0 !important;
}

.cn_multicontent_teaser {
    margin-bottom: var(--font-size-base);
}

/* Akkordeon. */
.ui-accordion-header,
.ui-accordion-content {
    background: none;
    text-align: left;
    width: 100%;
    font-family: 'Manrope';
    font-size: var(--font-size-base);
    line-height: 1.5;
    font-weight: var(--font-weight-regular);
}

.ui-accordion-content {
    margin-bottom: 10px;
    width: auto;
    padding: 0 10px 10px 10px;
    font-size: calc(0.9 * var(--font-size-base));
}

.ui-accordion-header {
    margin-top: 5px;
    padding: 10px 40px 5px 10px;
    border: none;
    border-top: 1px solid var(--grau-mittel);
    position: relative;
    cursor: pointer;
}

.ui-accordion-header:first-child {
    border-top: 0;
}

.ui-accordion-header-icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    background: url(/fileadmin/cn_website/images/right.svg) center center/contain no-repeat;
    transform: rotate(90deg);
    width: 15px;
    height: 15px;
    transition: all .35s;
}

.ui-accordion-header-active .ui-accordion-header-icon,
.ui-accordion-header:hover .ui-accordion-header-icon {
    transform: rotate(180deg);
}

/* Bilder mit Rahmen um jedes Element. */
.ce-right.ce-intext.ce-nowrap .ce-gallery.ce-border {
    margin-left: 60px;
}

.ce-left.ce-intext.ce-nowrap .ce-gallery.ce-border {
    margin-right: 60px;
}

.ce-gallery.ce-border .ce-row {
    margin-bottom: -15%;
}

.ce-gallery.ce-border .ce-row:last-child {
    margin-bottom: 0;
}

.ce-gallery.ce-border .ce-row:first-child .ce-column {
    max-width: 500px;
}

.ce-gallery.ce-border .ce-row .ce-column {
    max-width: 420px;
}

.ce-gallery.ce-border .ce-row:nth-child(odd) {
    margin-right: 60px;
}

.ce-gallery.ce-border .ce-row:nth-child(even) {
    float: right;
}

.frame-bilderbuttons .ce-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 0;
}

.frame-bilderbuttons .ce-below .ce-gallery {
    margin-top: 30px;
}

.frame-bilderbuttons .ce-gallery .ce-row {
    width: calc(33.3% - 30px);
    margin-bottom: 0;
    position: relative;
    border-radius: 40px 5px;
}

.frame-bilderbuttons .ce-gallery[data-ce-images="1"] .ce-row {
    width: calc(100% - 30px);
}

.frame-bilderbuttons .ce-gallery .ce-column,
.frame-bilderbuttons .ce-gallery .image {
    width: 100%;
    height: auto;
}

.frame-bilderbuttons .ce-gallery .image {
    position: relative;
}

.frame-bilderbuttons .ce-gallery img {
    width: 100%;
    scale: 1;
    transition: var(--transition-standard);
}

.frame-bilderbuttons figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: var(--weiss);
    text-shadow: var(--text-shadow);
    text-align: center;
    z-index: 1;
}

.frame-bilderbuttons figcaption strong {
    font-size: calc(1.5 * var(--font-size-base));
}

.frame-bilderbuttons .ce-gallery .image>a {
    display: block;
    width: 100%;
}

.frame-bilderbuttons figcaption,
.frame-bilderbuttons figure::after {
    pointer-events: none;
}

.frame-bilderbuttons figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: var(--transition-standard);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 25% 100%);
}

.frame-bilderbuttons .ce-row:hover figure::after,
.frame-bilderbuttons .ce-row:focus-within figure::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, -25% 100%);
}

.frame-bilderbuttons .ce-row:hover img,
.frame-bilderbuttons .ce-row:focus-within img {
    scale: 1.1;
}

/* Sichtbarer Fokus für die gesamte klickbare Bildkachel. */
.frame-bilderbuttons .ce-row:focus-within {
    outline: none;
}

.frame-bilderbuttons .ce-row:focus-within::before {
    content: '';
    position: absolute;
    inset: 3px;
    border: 2px solid var(--outline);
    border-radius: 37px 2px;
    pointer-events: none;
    z-index: 3;
}

.frame-bilderbuttons .ce-gallery .image > a:focus-visible {
    outline: none;
}

.frame-partnerlogos .ce-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 10px;
}

.frame-partnerlogos .ce-row {
    width: calc(25% - 20px);
    border-radius: 40px 5px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
    margin: 0;
}

.frame-partnerlogos .ce-column {
    padding: 10px;
}

.frame-icons .ce-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 50px;
    margin-top: 50px;
}

.frame-icons .ce-gallery .ce-row {
    margin-bottom: 0;
    padding: 5px 0;
}

.frame-icons .ce-gallery .ce-row .ce-column,
.frame-icons .ce-gallery .ce-row .ce-column .image {
    width: 100%;
}

.frame-icons .ce-gallery .image-embed-item {
    width: 120px;
    height: auto;
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
}

.frame-icons .ce-gallery .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

.frame-icons .ce-gallery picture {
    position: relative;
}

.frame-icons .ce-gallery picture::after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--gold-hell);
    z-index: 0;
}

.frame-icons .ce-gallery .image-caption {
    width: 100%;
    text-align: center;
    padding: 0;
    background: none;
}

.frame-iconskl .ce-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    gap: 50px;
}

.frame-iconskl .ce-gallery .ce-row {
    max-width: 33%;
    width: 300px;
    margin-bottom: 0;
}

.frame-iconskl .ce-gallery .ce-row .ce-column {
    width: 100%;
}

.frame-iconskl .ce-gallery .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.frame-iconskl .ce-gallery picture {
    padding: 20px;
    border-radius: 50%;
    background: var(--gold-hell);
}

.frame-iconskl .ce-gallery img {
    max-width: 50px;
}

.frame-iconskl .ce-gallery figcaption {
    text-align: center;
    margin-top: 20px;
    background: none;
    padding: 0;
}

.frame-kreis .ce-textpic {
    z-index: 0;
    position: relative;
}

.frame-kreis .ce-textpic .ce-gallery {
    position: relative;
    overflow: visible;
    max-width: 60%;
}

.frame-kreis .ce-textpic.ce-right .ce-gallery {
    margin-left: 100px;
    margin-bottom: 0;
}

.frame-kreis .ce-textpic.ce-left .ce-gallery {
    margin-right: 100px;
    margin-bottom: 0;
}

.frame-kreis .ce-textpic .ce-gallery::before {
    content: '';
    position: absolute;
    top: 5%;
    left: -160px;
    width: 200px;
    height: 200px;
    background: var(--gold);
    border-radius: 50%;
    z-index: -1;
}

.frame-kreis .ce-textpic.ce-left .ce-gallery::before {
    left: unset;
    right: -160px;
}

.frame-kreis .ce-textpic .ce-bodytext {
    margin-top: 50px;
}

.frame-kreis .ce-textpic.ce-right .ce-bodytext {
    text-align: right;
}

.frame-team .ce-gallery {
    width: 100%;
}

.frame-team .ce-column {
    width: calc(50% - 5px);
}

.frame-team img {
    width: 300px;
}

#footer,
.footeroben,
.footerunten,
.footeroben>.frame,
.footerunten>.frame {
    float: left;
    clear: both;
    width: 100%;
}

#footer {
    font-size: calc(0.9 * var(--font-size-base));
}

.footeroben>.frame,
.footerunten>.frame {
    margin-top: calc(0.5 * var(--abstand-frame));
}

.footeroben>.frame:first-child,
.footerunten>.frame:first-child {
    margin-top: 0;
}

.footeroben>.frame>.rahmen,
.footerunten>.frame>.rahmen {
    width: 85%;
    max-width: var(--max-width);
    margin: 0 auto;
}

.footeroben .frame-layout-3 {
    padding: calc(0.3 * var(--abstand-frame)) 0;
}

.footeroben .frame-layout-3 h3 {
    margin-bottom: calc(1 * var(--font-size-base));
}

.footerunten {
    padding: calc(0.25 * var(--abstand-frame)) 0;
    position: relative;
}

.footerunten::before {
    content: '';
    background-color: var(--grau);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footerunten::after {
    content: '';
    background-image: url(/fileadmin/cn_website/images/schirm.svg);
    background-size: auto 60px;
    background-position: 104% 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0) invert(1);
    opacity: 55%;
}

.footerunten ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}

.footerunten .frame-type-cn_multicontent .row {
    display: flex;
    align-items: center;
}

.footerunten .frame-type-cn_multicontent .row>div:first-child {
    font-family: 'Nothing You Could Do';
    color: var(--gold);
    font-size: calc(2.8 * var(--font-size-base));
    line-height: 1.2;
}

.footerunten .frame-type-cn_multicontent .row>div:last-child {
    width: 70%;
}

.footerunten .frame-type-cn_multicontent .row>div:first-child>.frame {
    display: flex;
    justify-content: center;
}

.footerunten figure.table {
    margin: 0;
}

.footerunten table {
    border-collapse: collapse;
}

.footerunten tr {
    vertical-align: top;
}

.footerunten td {
    padding: 2px 4px;
}

.footerunten .frame-type-menu_subpages {
    margin-top: calc(0.25 * var(--abstand-frame));
}

.footerunten .frame-type-menu_subpages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.footerunten .frame-type-menu_subpages ul::after {
    content: '';
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: var(--schriftfarbe);
    position: absolute;
}

.footerunten .frame-type-menu_subpages ul li {
    text-align: right;
    margin: 10px 20px 0 20px;
}

.footerunten .frame-type-menu_subpages ul li a {
    padding: 6px 0 0 0;
    color: var(--schriftfarbe);
    text-decoration: none;
    display: inline-block;
}

.footerunten .ce-gallery a img {
    transition: var(--transition-standard);
}

.footerunten .ce-gallery a:hover img {
    filter: brightness(0.8);
}