/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --cookiemanneutral: #ffffff;
    --cookiemanmain: #707070;
    --cookiemanbgdark: #2e2e2e;
    --cookiemanhellgrau: #70707026;
    --mapsoverlay: rgba(112, 112, 112, 0.3);

    --hoben: 176px;
    --weiss: #ffffff;
    --weiss80: rgba(255,255,255,80%);
    --schrift: #2e2e2e;
    --rot: #CD1719;
    --grau: rgba(112, 112, 112, 0.15);
    --schwarz: #000000;

    --standardtransition: ease all 0.3s;
    --radius: 20px;

    --navbg: #fff;
    --outline: #CD1719;
}

html, body {
    margin: 0;
    padding: 0;
    display: block;
    font-family: 'Inter', arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3em;
    color: var(--schrift);
}

/*** Clear float ***/
body .ce-left .ce-gallery,
body .ce-column,
body .tx_cn-multicontent,
body .tx_cn-columns,
body .tx_cn-columns .row,
body .tx_cn-columns .row > div > div,
body .ui-accordion-header,
body .ui-accordion-content,
.cn_multicontent_teaser {
    float: none;
    clear: none;
    /* display: block;
    width: 100%; */
}

body .ce-textpic .ce-intext{
    display: flex;
}

body .ce-textpic.ce-intext:not(.ce-nowrap).ce-left .ce-gallery{
    float: left;
}

body .ce-textpic.ce-intext:not(.ce-nowrap).ce-right .ce-gallery{
    float: right;
}

body .ce-textpic .ce-below{
    display: block;
}

/* body .ce-above .ce-bodytext {
    clear: none;
} */

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

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

body .tx_cn-columns .row::after {
    content: '' !important;
    display: table !important;
    width: 100% !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important;
}

.ce-left .ce-gallery, .ce-column{
    display: inline-block;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    body{
        /* Safari-spezifische Regeln */
        hyphens: auto;
        -webkit-hyphens: auto; 
        -webkit-hyphenate-limit-before: 4;
        -webkit-hyphenate-limit-after: 5;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    body{
        hyphens: auto;
        -webkit-hyphens: auto; 
        -webkit-hyphenate-limit-before: 4;
        -webkit-hyphenate-limit-after: 5;
    }
}

#inhaltsbereich > .frame-default .cnmc-accordion,
#inhaltsbereich > .frame-default .cn_multicontent_teaser,
#inhaltsbereich > .frame-default .ce-bodytext{
    max-width: 800px;
}

#inhaltsbereich > .frame-voll .ce-bodytext,
#inhaltsbereich > .frame-type-shortcut .frame-voll .ce-bodytext{
    max-width: 100%;
}


a, a:hover, a:active, a:visited,
:is(a, button, input, textarea, summary){
    color: var(--rot);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a.more{
    background: var(--weiss);
    padding: 15px 55px;
    border-radius: var(--radius);
    border: 1px solid var(--rot);
    color: var(--rot);
    transition: var(--standardtransition);
    display: inline-block;
    position: relative;
    z-index: 1;
}

a.more:hover,
a.more.rot{
    color: var(--weiss) !important;
    background: var(--rot);
    text-decoration: none !important;
}

a.more.rot:hover{
    background: var(--weiss);
    color: var(--rot) !important;
}

.frame-layout-2 a.more.rot{
    border: 1px solid var(--weiss);
}

strong{
    font-weight: 700;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: var(--rot);
  border: 1px solid var(--weiss);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.ce-gallery figcaption{
    display: block;
}

/* -- Oben -- */
#oben{
    position: fixed;
    top: 0;
    padding: 25px 100px 0;
    display: grid;
    grid-template-columns: auto 1fr;   /* Logo links, Rest rechts */
    grid-template-rows: auto auto;     /* Erste Reihe: Logo + Info, Zweite: Navi */
    align-items: end;
    background: var(--weiss80);
    z-index: 5;
    width: calc(100% - 200px);
    transition: var(--standardtransition);
    box-shadow: 0 0 5px var(--cookiemanhellgrau);
}

#oben > .frame-type-textmedia{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

#oben > .frame-type-textmedia img{
    width: auto;
    height: 120px;
    transition: var(--standardtransition);
}

/* Infoleiste */
#oben .infoleiste {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  justify-self: end; /* Rechts ausrichten */
  align-self: start;
  font-size: 16px;
  display: flex;
}

#oben .infoleiste .ce-gallery .ce-row{
    display: inline-block;
    margin: 0;
}

#oben .infoleiste .ce-gallery .ce-row {
    margin-right: 50px;
}

#oben .infoleiste .ce-gallery picture,
#oben .infoleiste .ce-gallery .image-caption{
    display: inline-block;
}

#oben .infoleiste .ce-gallery .image-caption{
    margin-left: 8px;
}

#oben .infoleiste .ce-gallery a{
    color: var(--schrift);
    display: flex;
    align-items: center;
}

#oben .infoleiste a:hover,
#oben .infoleiste a:hover .image-caption{
    color: var(--rot);
    text-decoration: underline !important;
}

/* Navi */
#oben .hauptnavi {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  justify-self: end;
  margin-top: 30px;
}

:focus-visible {
    outline: var(--rot) auto 2px;
}

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

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

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

label[for="mobnav"] .mob_button span {
    background-color: var(--schrift);
    height: 3px;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    top: 13px;
    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(--schrift);
    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(--schrift);
}

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

ul.ebene1, 
ul.ebene1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    --linkfarbe: var(--schrift);
}

.klappnavi {
    display: none;
    position: absolute;
    left: 25px;
    top: 100%;
    background: var(--weiss);
    border: 1px solid var(--grau);
    border-top: none;
}

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

ul.ebene1 li a{
    color: var(--schrift);
    font-size: 18px;
    padding: 10px 25px 35px;
    display: inline-block;
}

ul.ebene1 li.ifsub > a{
    pointer-events: none;
}

ul.ebene1 > li > a::after{
    content: '';
    position: absolute;
    left: 25px;
    bottom: 0;
    width: calc(100% - 50px);
    height: 0;
    background: var(--rot);
    transition: var(--standardtransition);
}

ul.ebene1 li.act a::after{
    height: 5px;
}

ul.ebene1 li:has(a[title="Arber Radmarathon"]){
    margin-left: 60px;
}

ul.ebene1 li a[title="Arber Radmarathon"]{
    color: var(--weiss) !important;
}

ul.ebene1 li a[title="Arber Radmarathon"]::before{
    content: '';
    width: 100%;
    height: 54px;
    top: -5px;
    left: 0;
    background: var(--rot);
    position: absolute;
    z-index: -1;
    border-radius: var(--radius);
}

ul.ebene1 li a[title="Arber Radmarathon"]::after{
    display: none;
}

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: 10px 0 0 -20px
}

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

@media (hover:hover){
    ul.ebene1 li:hover a::after{
        height: 5px;
    }

    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 li.ifsub:hover > .klappnavi {
        display: flex;
    }

    
    ul.ebene1 li > a:hover,
    ul.ebene1 li.ifsub:hover {
        color: var(--rot);
        text-decoration: underline;
    }
}

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

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

ul.ebene1 li.act > a {
    color: var(--rot);
    font-weight: 700;   
}

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

ul.ebene2 > li {
    display: block;
    padding: 0;
    border-top: 1px solid var(--schrift);
}

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

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

/* Scrollnavi */
#oben.scroll{
    margin-top: -70px;
}

#oben.scroll > .frame-type-textmedia img{
    height: 75px;
}

/* Header */
#header{
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 135px;
}

#header.sub{
    max-height: 650px;
    margin-bottom: 100px;
    margin-top: var(--hoben);
}

#header.sub .image-embed-item{
    object-position: center;
    max-height: 650px;
    object-fit: cover;
}

#header::after{
    content: '';
    width: 101%;
    height: 100%;
    background: url(/fileadmin/cn_website/images/kurve.svg) right bottom/auto no-repeat;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}

#header .ce-bodytext{
    position: absolute;
    font-weight: 500;
    font-size: 40px;
    color: var(--weiss);
    left: 100px;
    bottom: 100px;
    line-height: 77px;
    text-shadow: 0 0 30px var(--schrift);
}

#header .ce-bodytext p{
    margin: 0;
}

#header .ce-bodytext strong{
    font-weight: 800;
    font-size: 80px;
}

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

#header .videoiframelink{
    z-index: -1;
}
/* -- Inhaltsbereich -- */
h1, h2{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
}

h1.zweizeilig{
    margin-bottom: 0;
}

h2.folgt{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 50px;
}

h3{
    font-size: 35px;
    font-weight: 300;
}

h4{
    font-size: 24px;
    font-weight: 400;
}

h5{
    font-size: 20px;
    font-weight: 400;
}

h1, h2, h3, h4, h5{
    line-height: normal;
    position: relative;
    z-index: 2; 
}

#inhaltsbereich:not(.sub) .folgt{
    max-width: 500px;
}

.farbe{
    color: var(--rot);
    display: inline-block;
}

header > *{
    line-height: 1.2em;
    margin-top: 0;
    opacity: 0;
}

header span{
    display: block;
}

#inhaltsbereich{
    -ms-hyphens: auto; /* ab IE10 */
    -moz-hyphens: auto; /* seit Firefox 6 */
    -webkit-hyphens: auto; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
    hyphens: auto;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    #inhaltsbereich{
        /* Safari-spezifische Regeln */
        hyphens: auto;
        -webkit-hyphens: auto; 
        -webkit-hyphenate-limit-before: 4;
        -webkit-hyphenate-limit-after: 5;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    #inhaltsbereich{
        hyphens: auto;
        -webkit-hyphens: auto; 
        -webkit-hyphenate-limit-before: 4;
        -webkit-hyphenate-limit-after: 5;
    }
}

#inhaltsbereich .ce-gallery img,
#footer .ce-gallery img{
    max-width: 100%;
    height: auto;
}

#inhaltsbereich > .frame{
    z-index: 2;
}

#inhaltsbereich .frame-layout-1{
    background: var(--grau);
    padding: 90px 0;
}

#inhaltsbereich .frame-layout-2{
    background: var(--rot);
    color: var(--weiss);
    padding: 90px 0;
}

#inhaltsbereich .frame-layout-1 + .frame-layout-1{
    padding-top: 0;
}

#inhaltsbereich > .frame > .rahmen,
#inhaltsbereich > .rahmen,
#footer > .frame > .rahmen,
#inhaltsbereich > .tx_cn-multicontent > .rahmen,
#footer > .tx_cn-multicontent > .rahmen{
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#inhaltsbereich > .frame-type-html > .rahmen{
    display: block;
}

#inhaltsbereich > .frame + .frame{
    margin-top: 160px;
}

#inhaltsbereich > .frame .ce-textpic{
    z-index: 1;
}

#inhaltsbereich .zahnrad{
    background: url(/fileadmin/cn_website/images/zahnrad.svg) left center/cover no-repeat;
    width: 500px;
    height: 830px;
    position: fixed;
    bottom: -45%;
    right: 0;
    z-index: 1;
    opacity: 60%;
}

.owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: var(--mapsoverlay);
    margin: 0 8px;
}

.owl-carousel button.owl-dot.active {
    background: var(--rot);
}

/* Bild am Rand */
#inhaltsbereich > .frame-bildaussen > .rahmen{
    margin: 0;
}

.frame-bildaussen .ce-textpic{
    display: grid;
    grid-template-columns: auto auto;
}

.frame-bildaussen .ce-textpic .ce-gallery .ce-column,
.frame-bildaussen .ce-textpic .ce-gallery .ce-column .image,
.frame-bildaussen .ce-textpic .ce-gallery .ce-column .image img{
    width: 100%;
}

.frame-bildaussen .ce-textpic .ce-gallery .ce-column .image img{
    object-fit: cover;
}

.frame-bildaussen .ce-textpic .ce-bodytext{
    align-self: center;
    max-width: 520px;
}

/* Zwischenheader */
.frame-zwheader{
    height: 600px;
    opacity: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .frame-zwheader{
        background-attachment: inherit !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        /* height: auto ; */
        margin: 40px 0; 
    }
}

/* Sitemap & Bildkacheln */
.frame-boxen .ce-gallery,
.menu-mit-bildern{
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.frame-boxen .ce-gallery{
    grid-template-columns: repeat(auto-fit, minmax(400px , 400px));
    justify-content: center;
    gap: 80px;
}

.frame-boxen .ce-gallery .image,
.menu-mit-bildern li{
    position: relative;
}

.frame-boxen .ce-gallery .image-caption,
.menu-mit-bildern li .box{
    position: absolute;
    border-radius: var(--radius);
    border: 1px solid var(--rot);
    background: var(--weiss);
    color: var(--rot);
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
    padding: 15px 50px;
    transition: var(--standardtransition);
    width: max-content;

}

.frame-boxen .ce-gallery a img,
.menu-mit-bildern li a img{
    width: 100%;
    height: auto;
    transition: var(--standardtransition);
}

.frame-boxen .ce-gallery a:hover .image-caption,
.menu-mit-bildern li a:hover .box{
    background: var(--rot);
    color: var(--weiss);
}

.frame-boxen .ce-gallery a:hover img,
.menu-mit-bildern li a:hover img{
    filter: brightness(70%);
}

.frame-boxen header{
    margin-bottom: 60px;
}

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

/* News */
.news .news-list-container .article{
    display: flex;
    justify-content: space-between;

}

.news .news-list-container .article .news-img-wrap{
    border-radius: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

.news .news-list-container .article .news-img-wrap a{
    padding: 0;
    border: 0;
}

.news-list-container .news-content{
    max-width: 700px;
}

.news .news-listslider-container{
    opacity: 0;
    position: relative;
    padding: 0 0 50px 0;    
}

.news .news-listslider-container .article .news-content{
    height: 100%;
}

.news .news-listslider-container .article .news-content a.more{
    position: absolute;
    bottom: 0;
    margin: 0;
}

.article h3{
    margin-bottom: 30px;
}

.article h3 a{
    font-size: 35px;
    color: var(--schrift);
    line-height: 1.2em;
    font-weight: 400;
}

.news-list-date{
    display: none;
}

.article a.more{
    display: inline-block;
    background: none;
    color: var(--rot);
    margin-top: 30px;
}

.article a.more:hover{
    background: var(--rot);
    color: var(--weiss);
}

.news .article .news-img-wrap img {
    max-width: 100%;
    height: auto;
}

.frame-type-news_pi1 + .frame-type-news_pi1{
    margin-top: 100px;
}


/* Listenansicht */
.news .news-list2-container .article{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.news .news-list2-container .article .news-content{
    max-width: 800px;
}

.news .news-list2-container .article .news-img-wrap{
    margin: 0;
}

.news .news-list2-container .article .news-img-wrap a,
.news.news-single .article .news-img-wrap a{
    border: none;
    padding: 0;
}

.news-list2-container .article + .article{
    border-top: 1px solid var(--cookiemanhellgrau);
    margin-top: 20px;
    padding-top: 20px;
}

/* Detailansicht */
.news-single .article{
    position: relative;
    z-index: 1;
}

.news-single .news-text-wrap{
    max-width: 1000px;
}

.news-single .article .news-img-wrap{
    max-width: 500px;
    width: auto !important;
}

.news-single .footer{
    display: none;
}

.news-single .article .news-img-wrap.weitere{
    float: none;
    display: block;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    margin: 40px 0;
    background: none;
}

.news-single .article .news-img-wrap.weitere .outer *{
    height: 100%;
    object-fit: cover;
}

.news-backlink-wrap{
    display: block;
    clear: both;
    margin-top: 20px;
}

.news-backlink-wrap a{
    background: var(--weiss);
    padding: 15px 55px;
    border-radius: var(--radius);
    border: 1px solid var(--rot);
    color: var(--rot);
    transition: var(--standardtransition);
    display: inline-block;
    position: relative;
    z-index: 1;
}

.news-backlink-wrap a:hover{
    color: var(--weiss) !important;
    background: var(--rot);
    text-decoration: none !important;
}
/* Training */
#inhaltsbereich > .frame-training{
    opacity: 0;
}

#inhaltsbereich > .frame-training:has(.frame-layout-2){
    background: var(--rot);
    overflow: hidden;
}

#inhaltsbereich > .frame-training > .rahmen {
    gap: 90px; 
    flex-direction: row;
    position: relative;
}

#inhaltsbereich > .frame-training:has(.frame-layout-2) > .rahmen::before{
    content: '';
    background: var(--weiss);
    position: absolute;
    right: -50%;
    top: 0;
    width: 100%;
    height: 100%;
}

#inhaltsbereich > .frame-training > .rahmen > .frame-type-textmedia{
    max-width: 400px;
    position: relative;
    min-width: 250px;
}

#inhaltsbereich > .frame-training .tx_cn-multicontent {
    padding: 250px 50px 100px 140px;
    background: var(--weiss);
    max-width: 1020px;
}

#inhaltsbereich > .frame-training .tx_cn-multicontent .col- > .frame-type-shortcut > .rahmen{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 100px;
}

#inhaltsbereich > .frame-training .tx_cn-multicontent .col- > .frame-type-shortcut .frame-type-textmedia header{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#inhaltsbereich > .frame-training .tx_cn-multicontent .col- > .frame-type-shortcut .frame-type-textmedia header > *{
    margin: 0;
}

#inhaltsbereich > .frame-training .tx_cn-multicontent .col- > .frame-type-shortcut .frame-type-textmedia header::after{
    content: '';
    width: 135px;
    height: 3px;
    background: var(--rot);
    position: absolute;
    bottom: 0;
    left: 0;
}
#inhaltsbereich > .frame-training .tx_cn-multicontent .col- > .frame-type-shortcut .frame-type-textmedia header span:last-child{
    font-size: 35px;
    font-weight: 500;
    background: url(/fileadmin/cn_website/images/icons/zeit.svg) left center/30px no-repeat;
    padding-left: 50px;
}

#inhaltsbereich > .frame-training .owl-dots{
    position: absolute;
    top: -150px;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

#inhaltsbereich > .frame-training .owl-carousel button.owl-dot{
    width: auto;
    border-radius: 20px;
    border: 1px solid var(--rot);
    background: var(--weiss);
    color: var(--rot);
    padding: 20px 55px !important;
    display: flex;
    align-items: center;
    transition: var(--standardtransition);
}

#inhaltsbereich > .frame-training .owl-carousel button.owl-dot:hover,
#inhaltsbereich > .frame-training .owl-carousel button.owl-dot.active{
    color: var(--weiss);
    background: var(--rot);
}

#inhaltsbereich > .frame-training + .frame{
    margin-top: 0;
}

.owl-prev,
.owl-next {
    background: url(/fileadmin/cn_website/images/prev.svg) center center/contain no-repeat !important;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    height: 85px;
    width: 85px;
    position: absolute;
    top: calc(50% - 50px);
    left: -100px;
}

.owl-next {
    transform: rotate(180deg);
    left: unset;
    right: -100px;
}

/* Inhalt schmal */
.frame-schmal .ce-bodytext{
    max-width: 800px
}

/* Vorstand / Kachelansicht */
#inhaltsbereich > .frame-kacheln > .rahmen{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.frame-kacheln .frame{
    box-shadow: 0px 3px 13px var(--cookiemanhellgrau);
    background: var(--weiss);
    z-index: 1;
    padding: 20px;
}

.frame-kacheln .frame .ce-gallery,
.frame-kacheln .frame .ce-gallery .ce-row,
.frame-kacheln .frame .ce-gallery .ce-row .ce-column,
.frame-kacheln .frame .ce-gallery .ce-row .ce-column .image,
.frame-kacheln .frame .ce-gallery .ce-row .ce-column .image .image-embed-item{
    width: 100%
}

.frame-kacheln .frame .ce-gallery .ce-row .ce-column .image .image-embed-item{
    object-fit: contain;
    height: 380px;
}

.frame-kacheln .frame h3{
    color: var(--rot);
    font-size: 35px;
    font-weight: 700;
    margin-top: 25px;
}

.frame-kacheln .frame strong{
    font-size: 24px;
}
/* Suche */
.tx-indexedsearch-searchbox fieldset{
    border: none;
    margin: 0;
    padding: 0;
}

.tx-indexedsearch-searchbox fieldset + p,
.tx-indexedsearch-searchbox legend,
.tx-indexedsearch-res .tx-indexedsearch-info,
.tx-indexedsearch-res .tx-indexedsearch-percent,
.tx-indexedsearch-info-sword,
.tx-indexedsearch-browsebox{
    display: none;
}

.tx-indexedsearch-res h3{
    margin-bottom: 0;
}

.tx-indexedsearch-searchbox input{
    font-family: 'Inter', arial, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: var(--schrift);
    padding: 5px 10px;
    margin: 10px 0;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
    background: var(--rot);
    padding: 15px 55px;
    border-radius: var(--radius);
    border: 1px solid var(--rot);
    color: var(--weiss);
    transition: var(--standardtransition);
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button:hover{
    background: var(--weiss);
    color: var(--rot);
}

.ce-gallery.ce-border img{
    filter: grayscale(1);
}

/* Accordion */
.ui-accordion-header{
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    padding: 10px 15px;
    background: var(--weiss);
    border: 1px solid var(--rot);
    margin-bottom: 10px;
    cursor: pointer;
    transition: var(--standardtransition);
    position: relative;
}

.ui-accordion-header::after{
    content: '';
    background: url(/fileadmin/cn_website/images/radmarathon/plus_rot.svg) center center/contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    transition: var(--standardtransition);
}

.ui-accordion-header:hover,
.ui-accordion-header.ui-accordion-header-active{
    background: var(--rot);
    color: var(--weiss);
}

.ui-accordion-header:hover::after,
.ui-accordion-header.ui-accordion-header-active::after{
    transform: rotate(45deg);
    background-image: url(/fileadmin/cn_website/images/radmarathon/plus.svg) 
}

.ui-accordion-content{
    padding: 0 15px 15px;
    width: calc(100% - 30px);
}
/* -- Footer -- */
#footer{
    background: var(--schwarz);
    color: var(--weiss);
    position: relative;
    margin-top: 300px;
    padding: 30px 0 55px;
    z-index: 1;
}

#footer a{
    color: var(--weiss);
}

#footer a.more{
    background: var(--rot);
}
#footer a.more:hover{
    background: var(--weiss);
    color: var(--rot) !important;
}

#footer::before{
    content: '';
    width: 100%;
    height: 130px;
    background: url(/fileadmin/cn_website/images/kurve_footer.svg) left bottom/auto no-repeat;
    position: absolute;
    bottom: 99%;
    z-index: 2;
}

#footer h2{
    font-size: 24px;
    font-weight: 700;
}

#footer a[href^='tel'],
#footer a[href^='mailto']{
    padding-left: 25px;
    position: relative;
    background: url(/fileadmin/cn_website/images/icons/telefon.svg) center left/20px no-repeat;
    filter: brightness(50);
}

#footer a[href^='mailto']{
    background-image: url(/fileadmin/cn_website/images/icons/mail.svg);
}

#footer .tx_cn-multicontent .row > div:last-child{
    max-width: 420px;
}

#footer > div:last-child.frame-type-textmedia{
    border-top: 1px solid var(--weiss);
    padding-top: 60px;
    margin-top: 40px;
}

#footer > div:last-child.frame-type-textmedia .ce-textpic{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-end;
}

#footer > div:last-child.frame-type-textmedia .ce-textpic .ce-gallery{
    margin: 0;
}

#footer > div:last-child.frame-type-textmedia .ce-textpic .ce-gallery .ce-column {
    margin-right: 35px;
}