/* ==================================================
   Struktur
   1. Allgemein: Variablen, Base, Icons, Container
   2. Bereiche: Header, Start/Kacheln, Content, Newsletter, Kontakt, Footer
   3. Utilities: Hilfsklassen
   4. @media: alle Breakpoint-Regeln gesammelt am Ende
================================================== */

/* ===========================
   00 Fonts
=============================*/

@font-face {
    font-family: "Source Sans Pro";
    src: url("../Fonts/SourceSans3/source-sans-3-v19-latin-200.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../Fonts/SourceSans3/source-sans-3-v19-latin-300.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../Fonts/SourceSans3/source-sans-3-v19-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../Fonts/SourceSans3/source-sans-3-v19-latin-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../Fonts/SourceSans3/source-sans-3-v19-latin-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../Fonts/SourceSans3/source-sans-3-v19-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../Fonts/SourceSans3/source-sans-3-v19-latin-800.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}



/* ===========================
   01 Variables
=========================== */
:root {
    --black: #000;
    --blue: #006E92;
    --breakpoint-lg: 992px;
    --breakpoint-md: 768px;
    --breakpoint-sm: 576px;
    --breakpoint-xl: 1200px;
    --breakpoint-xs: 0;
    --bs-body-color: #000;
    --bs-border-radius: 0rem;
    --bs-border-radius-lg: 0.8rem;
    --bs-border-radius-none: 0rem;
    --bs-border-radius-sm: 0.3rem;
    --bs-border-radius-xl: 1.2rem;
    --bs-border-radius-xxl: 2.5rem;
    --bs-breadcrumb-font-size: 0.8rem;
    --bs-btn-bg: #F29400;
    --bs-card-box-shadow: none;
    --bs-card-cap-bg: #fcfcfc;
    --bs-card-inner-border-radius: 0;
    --bs-form-invalid-color: var(--roberta-education-cyan) !important;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 20px;
    --bs-nav-link-font-weight: light;
    --cyan: #33B8CA;
    --danger: #E2001A;
    --dark: #2b2b2b;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-family-sans-serif: "Source San Pro", "Roboto", Helvetica, Arial, sans-serif;
    --frame-color: #000;
    --frame-embedded-border-radius: 0;
    --gray-dark: #3b3b3b;
    --green: #8FA402;
    --grey: #6c757d;
    --grey-light: #ced4da;
    --grey-test: #e5e5e5;
    --indigo: #006E92;
    --info: #006E92;
    --light: #f8f9fa;
    --orange: #F29400;
    --pink: #E2001A;
    --primary: #F29400;
    --purple: #006E92;
    --red: #E2001A;
    --roberta-carousel-height-lg: 400px;
    --roberta-carousel-height-small: 300px;
    --roberta-carousel-height-sm: 350px;
    --roberta-carousel-height-wide: 200px;
    --roberta-education-checkbox: 15px;
    --roberta-education-cyan: #33B8CA;
    --roberta-education-fontsize: 1rem;
    --roberta-education-fontweight: 400;
    --roberta-education-grey: #e5e5e5;
    --roberta-education-headline1: 1.5rem;
    --roberta-education-input: 35px;
    --roberta-education-input-background: var(--white);
    --roberta-education-input-bordercolor: #333333;
    --roberta-education-lightorange: #FDC300;
    --roberta-education-orange: #F29400;
    --roberta-education-purple: #39378B;
    --roberta-education-yellow: #FFDD00;
    --roberta-education-lightblue: #88BCE2;
    --roberta-gutter-y: 20px;
    --roberta-logo-height: 150px;
    --roberta-header-height-lg: 250px;
    --roberta-header-height-sm: 150px;
    --roberta-newsletter-color: var(--roberta-education-purple);
    --roberta-education-footer-background: var(--roberta-education-input-bordercolor);
    --secondary: #EAF8FA;
    --success: #8FA402;
    --teal: #33B8CA;
    --warning: #F29400;
    --white: #fff;
    --yellow: #FFDD00;
}

/* ===========================
   02 Base Styles
=========================== */
body {
    color: #2b2b2b;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
    text-align: left;
}

html {
    overflow-anchor: none;
}

h2 sup {
    font-size: 0.65em;
    margin-left: 0.15em;
    vertical-align: super;
}

img.news-img {
    height: auto;
}

[id^="c155"],
[id^="c"] > * {
    scroll-margin-top: 200px !important;
}

/* ===========================
   03 Bootstrap Icons
=========================== */
.bootstrappackageicon::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: bootstrappackageicon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
}

.bootstrappackageicon-facebook::before {
    content: "\f101";
}

.bootstrappackageicon-file-audio::before {
    content: "\f102";
}

.bootstrappackageicon-file-image::before {
    content: "\f103";
}

.bootstrappackageicon-file-video::before {
    content: "\f104";
}

.bootstrappackageicon-file::before {
    content: "\f105";
}

.bootstrappackageicon-github::before {
    content: "\f106";
}

.bootstrappackageicon-googleplus::before {
    content: "\f107";
}

.bootstrappackageicon-instagram::before {
    content: "\f108";
}

.bootstrappackageicon-linkedin::before {
    content: "\f109";
}

.bootstrappackageicon-twitter::before {
    content: "\f10a";
}

.bootstrappackageicon-vimeo::before {
    content: "\f10b";
}

.bootstrappackageicon-xing::before {
    content: "\f10c";
}

.bootstrappackageicon-youtube::before {
    content: "\f10d";
}

.bootstrappackageicon-vk::before {
    content: "\f10e";
}

.bootstrappackageicon-rss::before {
    content: "\f10f";
}

.tint {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 -10px 0 -10px;
    mix-blend-mode: multiply;
    color: #fff;
}

.tint--primary {
    background: var(--roberta-education-purple);
    transform: rotate(1deg);
    position: relative;
    top: 5px;
}

.tint--secondary {
    background: var(--roberta-education-yellow);
    transform: rotate(-1deg);
}

.tint--tertiary {
    background: var(--roberta-education-cyan);
    transform: rotate(-2deg);
}

.tint--quaternary {
    background: var(--roberta-education-lightblue);
    transform: rotate(1deg);
    position: relative;
    top: -8px;
}

.container .list-normal {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.container .list-normal li {
    position: relative;
    margin-bottom: 0.85rem;
    padding-left: 1rem;
    border-left: 3px solid var(--roberta-education-cyan);
    line-height: 1.45;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl,
.footer-section {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

/* ===========================
   04 Header, Navigation, Breadcrumb
=========================== */
#page-header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    overflow-y: hidden;
    z-index: 1060;
}

#page-header .brand-area {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: start;
}

#page-header .navbar-brand {
	display: block;
	height: 72px !important;
	margin: 0;
}

.navbar-mainnavigation .navbar-brand {
    height: 80px !important;
    margin: 0
}

.navbar-mainnavigation {
    padding-top: calc((var(--mainnavigation-nav-height) - var(--mainnavigation-link-height)) / 3) !important;
    padding-bottom: calc((var(--mainnavigation-nav-height) - var(--mainnavigation-link-height)) / 6) !important;
}


#page-header .brand-area,
#page-header .brand-breadcrumb {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

#page-header .brand-area {
    margin-left: 0;
    padding-left: 0 !important;
}

#page-header .brand-breadcrumb .breadcrumb {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

#page-header .brand-breadcrumb .breadcrumb-item,
#page-header .brand-breadcrumb .breadcrumb-item a {
    color: #666;
    text-decoration: none;
}

#page-header .brand-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    opacity: .5;
}

#page-header .brand-breadcrumb .breadcrumb-item.active,
#page-header .brand-breadcrumb .breadcrumb-item.active .breadcrumb-text {
    color: #222;
    font-weight: 500;
}

#page-header .brand-breadcrumb .breadcrumb-item a:hover {
    color: #222;
    text-decoration: underline;
}

#page-header .brand-breadcrumb .breadcrumb-section {
    background: transparent !important;
    border-bottom: 0 solid grey !important;
    bottom: auto !important;
    font-size: .75rem;
    left: auto !important;
    line-height: 1.2;
    margin: .25rem 0 0;
    padding: 0 !important;
    position: static !important;
}

#page-header .brand-breadcrumb .breadcrumb-section > .container {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
}

#page-header .navbar-brand img {
	display: block;
	width: auto;
	max-height: 72px;
}

#page-header .brand-breadcrumb {
	margin-top: .25rem;
}


#page-header .btn-close:focus,
#page-header .btn-close:focus-visible,
#page-header .navbar-toggler:focus,
#page-header .navbar-toggler:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
}

#page-header .container-mainnavigation {
	display: grid;
	grid-template-columns: auto auto 1fr;
	grid-template-rows: 72px auto;
	column-gap: 2rem;
	align-items: start;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-right: 0.5rem;
}


#page-header .header-image-button img {
	display: block;
	height: 54px;
	width: auto;
	max-width: 240px;
}


#page-header .navbar-toggler {
    flex: 0 0 auto;
}


.navbar-mainnavigation .nav-link {
    position: relative;
}

.navbar-mainnavigation .nav-link:not(.nav-link-toggle)::before {
    display: none !important;
    content: none !important;
}

.navbar-mainnavigation .nav-link-text {
    position: relative;
    display: inline-block;
}

.navbar-mainnavigation .nav-link-text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: var(--roberta-education-purple);
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
}

.navbar-mainnavigation .nav-link:hover .nav-link-text::after,
.navbar-mainnavigation .nav-link:focus .nav-link-text::after,
.navbar-mainnavigation .nav-link.active .nav-link-text::after {
    opacity: 1;
}




/* ===========================
   Frames, Sections, Spacing
=========================== */
.frame {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.frame-background-dark {
    --frame-background: #1a1a2e;
    --frame-color: #ffffff;
    --frame-link-color: #33B8CA;
    --frame-link-hover-color: #88BCE2;
}

.frame-background-light {
    --frame-background: #f0f4f8;
    --frame-color: #1a1a1a;
    --frame-link-color: #39378B;
    --frame-link-hover-color: #2d2b70;
}

.frame-background-primary {
    --frame-background: #39378B;
    --frame-color: #ffffff;
    --frame-link-color: #FFDC00;
    --frame-link-hover-color: #FDC300;
}

.frame-background-quaternary {
    --frame-background: #FFDC00;
    --frame-color: #1a1a1a;
    --frame-link-color: #39378B;
    --frame-link-hover-color: #2d2b70;
}

.frame-background-secondary {
    --frame-background: #33B8CA;
    --frame-color: #ffffff;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #FFDC00;
}

.frame-background-tertiary {
    --frame-background: #88BCE2;
    --frame-color: #1a3a5c;
    --frame-link-color: #1a3a5c;
    --frame-link-hover-color: #39378B;
}

.frame-header .element-header {
    color: var(--roberta-education-cyan);
    font-size: 0.95rem;
}

.frame-space-after-none {
    padding-bottom: 0 !important;
}

.frame-space-before-none {
    padding-top: 0 !important;
}

.container.my-1,
.container.my-2,
.container.my-4,
.container.my-7 {
    margin-bottom: 3.0rem !important;
    margin-top: 3.0rem !important;
}

.container.my-5 {
    margin-bottom: 0rem !important;
    margin-top: 0 !important;
}

/* Wenn ein Container nur leere frame-inner hat, Margin entfernen
.container.my-1:has(.frame-inner:empty:only-child),
.container.my-2:has(.frame-inner:empty:only-child),
.container.my-4:has(.frame-inner:empty:only-child),
.container.my-5:has(.frame-inner:empty:only-child),
.container.my-7:has(.frame-inner:empty:only-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
*/
.container.my-2:empty,
.container.my-4:empty,
.container.my-7:empty,
.container.scrollme:empty {
    display: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Fallback fÃ¼r section-Wrapper ohne Container */
.section:has(.container > .frame > .frame-group-container > .frame-group-inner > .frame-container > .frame-inner:empty) {
    display: none;
}

/* ==========================
   Carousel
=========================== */
.orstart .carousel-small .carousel-item {
    background-color: var(--carousel-item-background);
    overflow: hidden;
}

.orstart .carousel-small .carousel-backgroundimage-container,
.orstart .carousel-small .carousel-backgroundimage {
    background-color: var(--carousel-item-background);
    inset: -1px;
}

.orstart .carousel-small .carousel-backgroundimage-container,
.orstart .carousel-small .carousel-backgroundimage {
    backface-visibility: hidden;
    transform: translateZ(0);
}


/* ===========================
   my-1 Start Carousel
=========================== */
.my-1 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
    width: 100%;
}

.my-1 .carousel-item-type-header .carousel-text-inner,
.my-1 .carousel-item-type-html .carousel-text-inner {
    margin: 0 auto;
    width: 80%;
}

.my-1 .container .carousel-text-inner {
    container-type: inline-size;
}

.my-1 .frame-type-carousel_small {
    padding: 0.75rem 0;
}

.my-1 .kachel_links a {
    color: #fff;
}

.my-1 .kachel_links a:hover {
    text-decoration: underline;
}

.my-1 .orstart .carousel .carousel-content-inner {
    align-items: baseline;
    gap: 0;
    height: 100%;
    margin: 15% auto 0;
}

.my-1 .orstart .carousel-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.my-1 .orstart .carousel-small,
.my-1 .orstart .carousel-small .carousel-inner,
.my-1 .orstart .carousel-small .item {
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: none;
}

.my-1 .orstart .carousel-small .carousel-backgroundimage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.my-1 .orstart .carousel-text-inner p,
.my-1 .orstart .carousel-text-inner ul {
    line-height: 1.45;
    margin-top: 0;
}

.my-1 .orstart .item.active.carousel-item-type.carousel-item-type-header {
    background-position: center center;
    background-size: 100%;
}

.my-1 .orstart h3.awesome.none {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.2rem;
    text-align: left !important;
}

.my-1 .orstart h3::before {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.75em;
    content: "";
    display: block;
    font-size: 0.7em;
    height: 0;
    left: -1em;
    margin-bottom: 8px;
    top: 0.9em;
    width: 0;
}

.my-1 .row > * {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    margin-top: var(--bs-gutter-y);
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .25);
    padding-right: calc(var(--bs-gutter-x) * .25);
}

.my-1 .row.orstart {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-left: 0;
    margin-right: 0;
}

.my-1 .row.orstart > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.my-1 ul.kachel_links {
    list-style: none;
    padding-left: 0;
}

.my-1 ul.kachel_links li {
    padding-left: 1.2em;
    position: relative;
}

.my-1 ul.kachel_links li::before {
    content: "â–¸";
    left: 0;
    position: absolute;
    top: 0.1em;
}

/* ===========================
   my-2 Textbereiche
=========================== */
.my-2 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
}

.my-2 .frame-header {
    margin-bottom: 0.9rem !important;
}

/* ===========================
   my-4 Carousel / Angebote
=========================== */
.my-4 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

.my-4 .carousel-content,
.my-4 .carousel-content-inner {
    height: 100%;
    padding: 0;
}

.my-4 .carousel-control-next {
    background-image: none;
    right: 0;
}

.my-4 .carousel-control-prev {
    background-image: none;
    left: 0;
}

.my-4 .carousel-image {
    padding: 0;
}

.my-4 .carousel-image,
.my-4 .carousel-text {
    min-width: 0;
}

.my-4 .carousel-image img {
    display: block;
    object-fit: cover;
}

.my-4 .carousel-indicators {
    justify-content: right;
    margin-bottom: calc(var(--bs-gutter-x) * .3);
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
}

.my-4 .carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    cursor: pointer;
    height: 3px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 20px;
}

.my-4 .carousel-indicators .active {
    opacity: 1;
}

.my-4 .carousel-small,
.my-4 .carousel-small .carousel-inner,
.my-4 .carousel-small .carousel-item {
    height: var(--roberta-carousel-height-small);
}

.my-4 .carousel-small .carousel-item-type-text_and_image .carousel-image {
    flex: 0 0 45% !important;
    width: 100% !important;
}

.my-4 .carousel-small .carousel-item-type-text_and_image .carousel-text {
    flex: 0 0 55% !important;
    width: 100% !important;
}

.my-4 .carousel-text {
    padding: calc(var(--bs-gutter-x) * 0) calc(var(--bs-gutter-x) * .25) calc(var(--bs-gutter-x) * .25);
}

.my-4 .carousel-wide,
.my-4 .carousel-wide .carousel-inner,
.my-4 .carousel-wide .carousel-item {
    height: var(--roberta-carousel-height-wide);
}

.my-4 .carousel-wide .carousel-item-type-text_and_image .carousel-image {
    flex: 0 0 45% !important;
    max-width: 100% !important;
}

.my-4 .carousel-wide .carousel-item-type-text_and_image .carousel-text {
    flex: 0 0 55% !important;
    max-width: 100%;
}

.my-4 .frame-inner {
    border: 0px solid var(--roberta-education-orange);
    height: 100%;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

.my-4 .frame-inner .image {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 80%;
}

.my-4 .frame-inner .textpic {
    gap: 10px;
}

.my-4 .gallery-item img,
.my-4 .gallery-item picture {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.my-4 .textpic {
    /* background: var(--secondary); */
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--bs-gutter-x) * .5);
}

.my-4 .textpic-gallery {
    /* background: var(--white);*/
}

.my-4 .textpic-text {
    margin: 10px;
    padding-bottom: calc(var(--bs-gutter-x) * .25);
}

/* ===========================
   my-4 Neugierg! Image
=========================== */

#c169 .textpic {
    align-items: flex-start;
    display: flex;
    gap: 5rem !important;
}

#c169 .textpic-gallery {
    flex: 0 0 240px;
    height: 140px;
}

#c169 .gallery-row,
#c169 .gallery-item,
#c169 figure.image,
#c169 picture {
    display: block;
    margin: 0;
    width: 100%;
}

#c169 img {
    display: block;
    height: 140px;
    object-fit: contain;
    object-position: center;
    width: 240px;
}

#c169 .textpic-text {
    flex: 1 1 auto;
    min-width: 0;
}

#c169 .textpic-text h3 {
    margin: 0;
}

/* ===========================
   my-5 Impressum / Datenschutz
============================== */

/* ===========================
   my-5 Impressum / Datenschutz
============================== */
.my-5 #c140,
.my-5 #c141 {
    margin-top: 4.5rem !important;
}

.my-5 #c140 h2,
.my-5 #c141 h2{
    font-size: 2rem;
    color: var(--roberta-education-purple);
    padding-bottom: 2rem;
}

.my-5 #c140 h3,
.my-5 #c141 h3 {
    font-size: 1.35rem;
    padding-bottom: 0.5rem;
}

.my-5 #c140 a,
.my-5 #c141 a {
    color: var(--black) !important;
    text-decoration: none;
}

.my-5 #c140 a:hover,
.my-5 #c141 a:hover {
    text-decoration: underline;
}

/* ===========================
   my-5 CleverReach Feedback
=========================== */
.my-5 .newsletter.subscribe-form:has(.newsletter__content--response),
.my-5 .newsletter.unsubscribe-form:has(.newsletter__content--response) {
    margin: 0;
    max-width: 520px;
    padding: 0;
    width: 100%;
}

.my-5 .newsletter__content--response {
    color: var(--black);
    padding: 22px 24px 22px 26px;
    text-align: left;
}

.my-5 .newsletter__content--success {
    border-left-color: var(--roberta-education-yellow);
}

.my-5 .newsletter__content--error {
    border-left-color: var(--danger);
}

.my-5 .newsletter__status-icon {
    background: var(--roberta-education-cyan);
    color: var(--white);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    height: var(--roberta-education-checkbox);
    line-height: 12px;
    margin: 0 0 14px;
    text-align: center;
    width: var(--roberta-education-checkbox);
}

.my-5 .newsletter__content--error .newsletter__status-icon {
    background: var(--danger);
}

.my-5 .newsletter__content--response .message {
    color: var(--black);
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

.my-5 .newsletter__hint {
    color: var(--gray-dark);
    display: block;
    font-size: 0.9rem;
    line-height: 12px;
    margin-top: 10px;
}


/* ===========================
   my-5 Newsletter / Newsticker
=========================== */
.section.section-default.main-content {
    padding-bottom: 0;
}

.section.section-default.main-content .container.my-5 {
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem;
}
.my-5 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    background: #f6f8f9;
    box-shadow: 0 0 0 100vmax #f6f8f9;
    clip-path: inset(0 -100vmax);
    padding-top: 1rem;
    padding-bottom: 0;
}

.my-5 .contentcontainer {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.my-5 .contentcontainer-column[data-container-column="left"] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.my-5 .contentcontainer:has(.newsletter-form) > .contentcontainer-column[data-container-column="right"] {
    padding-left: 20px;
    padding-top: 80px;
}

.my-5 .frame {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.my-5 .frame .frame-inner h2 {
    color: var(--black);
    font-weight: 500;
}

.my-5 .frame p {
    color: black;
}

.my-5 h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
}

.my-5 p {
    font-size: 1rem;
}

.my-5 .newsletter.subscribe-form {
    background: transparent;
    color: var(--black);
    padding: 0;
    width: 100%;
}

.my-5 .nl-form-body {
    background-color: transparent;
    padding: 0;
    width: 100%;
}

.my-5 .roberta-newsletter {
    background-color: transparent !important;
    padding: 0 !important;
}

.my-5 .nl-form-body *,
.my-5 .newsletter *{
    color: inherit;
}

.my-5 .newsletter.subscribe-form form {
    margin: 0;
}
.my-5 .newsletter.subscribe-form .hidden-fields {
    display: none;
}

.my-5 .newsletter.subscribe-form .form-floating {
    display: flex;
    flex-direction: column;
    margin: 0 0 8px;
    padding: 0;
}

.my-5 .newsletter.subscribe-form .form-floating label {
    color: var(--black);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4px;
    order: 1;
    position: static;
    transform: none;
}

.my-5 .nl-form-body .first label {
    color: var(--black);
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    grid-template-columns: unset;
    margin-bottom: 4px;
}

.my-5 .newsletter .form-floating label {
    color: var(--black);
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    grid-template-columns: unset;
    margin: auto 0;
	padding: 0 !important;
}

.my-5 .nl-form-body .newsletter-consent label {
    align-items: flex-start;
    color: var(--black);
    display: flex;
    font-size: 0.85rem;
    gap: 10px;
    grid-template-columns: unset;
    line-height: 1.4;
}

.my-5 .newsletter.subscribe-form .form-control {
    background: var(--roberta-education-input-background);
    border: 1px solid var(--roberta-education-input-bordercolor);
    border-radius: 0;
    color: var(--black);
    font-size: 1rem;
    height: var(--roberta-education-input);
    min-height: var(--roberta-education-input);
    order: 2;
    padding: 3px;
    width: 100%;
}

.my-5 .newsletter.subscribe-form .form-check {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin: 8px 0;
    padding-left: 0;
}

.my-5 .newsletter.subscribe-form .form-check-input {
    accent-color: var(--roberta-education-cyan);
    border: solid 1px var(--roberta-education-input-bordercolor) !important;
    border-radius: 0;
    flex-shrink: 0;
    height: var(--roberta-education-checkbox);
    margin: 3px 0 0;
    min-width: var(--roberta-education-checkbox);
    width: var(--roberta-education-checkbox);
}

.my-5 .newsletter.subscribe-form .form-check-label {
    color: var(--black);
    font-size: 0.85rem;
    line-height: 1.4;
}

.my-5 .newsletter.subscribe-form a {
    color: var(--roberta-education-orange) !important;
    text-decoration: none;
}

.my-5 .newsletter.subscribe-form a:hover {
    text-decoration: underline;
}

.my-5 .newsletter.subscribe-form button,
.my-5 .newsletter.subscribe-form .btn,
.my-5 .newsletter.subscribe-form .btn--main {
    background: var(--roberta-education-lightorange);
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    height: var(--roberta-education-input);
    margin-top: 4px;
    padding: 0;
    transition: background 0.2s;
    width: 200px;
}

.my-5 .newsletter.subscribe-form button:hover,
.my-5 .newsletter.subscribe-form .btn:hover,
.my-5 .newsletter.subscribe-form .btn--main:hover {
    background: var(--roberta-education-orange);
    color: #fff;
}

.my-5 .nl-form-body .validation {
    color: #E2001A;
    font-size: 0.8rem;
    margin-bottom: 6px;
    margin-top: -6px;
}

.my-5 .nl-form-body a {
    color: var(--roberta-education-orange) !important;
    text-decoration: none;
}

.my-5 .nl-form-body a:hover {
    text-decoration: underline;
}

.my-5 .nl-form-body button.btn-success {
    background: var(--roberta-education-lightorange);
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    height: var(--roberta-education-input);
    margin-top: 4px;
    transition: background 0.2s;
    width: 200px;
}

.my-5 .nl-form-body button.btn-success:hover,
.my-5 .newsletter button.btn-success:hover {
    background: var(--roberta-education-light);
    color: #fff;
}

.my-5 .nl-form-body input[type="checkbox"],
.my-5 .newsletter input[type="checkbox"] {
    accent-color: var(--roberta-education-cyan);
    border: solid 1px var(--roberta-education-cyan) !important;
    border-radius: 0;
    flex-shrink: 0;
    height: var(--roberta-education-checkbox);
    margin: 3px 0 0;
    min-width: var(--roberta-education-checkbox);
    width: var(--roberta-education-checkbox);
}

.my-5 .nl-form-body input[type="email"],
.my-5 .nl-form-body input[type="text"] {
    background: var(--roberta-education-input-background);
    border: 1px solid var(--roberta-education-input-bordercolor);
    border-radius: 0;
    box-sizing: border-box;
    color: var(--black);
    font-size: 1rem;
    height: var(--roberta-education-input);
    margin-bottom: 0;
    min-height: var(--roberta-education-input);
    padding: 9px 12px;
    width: 100%;
}

.my-5 .newsletter input[type="email"],
.my-5 .newsletter input[type="password"] {
    background: var(--roberta-education-input-background);
    border: 1px solid var(--roberta-education-input-bordercolor);
    border-radius: 0;
    box-sizing: border-box;
    color: var(--black);
    font-size: 1rem;
    height: var(--roberta-education-input);
    margin-bottom: 0;
    min-height: var(--roberta-education-input);
    padding: 3px;
    width: 100%;
}

.my-5 .nl-form-body input[type="email"]:focus,
.my-5 .nl-form-body input[type="text"]:focus,
.my-5 .newsletter input[type="email"]:focus,
.my-5 .newsletter input[type="password"]:focus {
    border-color: var(--roberta-education-purple);
    outline: none;
}

/* ===========================
   my-7 Kontaktbereich
=========================== */
.my-7 {
    clip-path: inset(0 -100vmax);
    margin-top: 3.5rem !important;
    margin-bottom: 1.4rem !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.my-7 #c155 {
    max-width: 820px;
    margin-bottom: 1.4rem;
}

.my-7 #c155 h3 {
    margin-bottom: 0.5rem;
}

.my-7 #c155 p {
    max-width: 780px;
}

.my-7 .contentcontainer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    padding: 0;
}

.my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.5rem, 4vw, 3rem);
    row-gap: 1.8rem;
    align-items: start;
    padding-top: 0;
}

.my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] > .frame-type-text {
    grid-column: 1 / -1;
    max-width: 42rem;
}

.my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] > a[id] {
    display: none;
}

.my-7 .contentcontainer > .contentcontainer-column[data-container-column="right"] {
    max-width: 430px;
    padding: 0;
    padding-top: 0.2rem;
}

.my-7 .contentcontainer .frame-container,
.my-7 .contentcontainer .frame-group-container,
.my-7 .contentcontainer .frame-group-inner,
.my-7 .contentcontainer .frame-inner,
.my-7 .contentcontainer .frame-type-textpic {
    margin: 0;
    padding: 0;
}

.my-7 .contentcontainer .textpic-gallery,
.my-7 .contentcontainer .gallery-row,
.my-7 .contentcontainer .gallery-item,
.my-7 .contentcontainer figure.image,
.my-7 .contentcontainer picture {
    display: none !important;
}

.my-7 .contentcontainer .textpic {
    display: block !important;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.75rem 1rem;
    background: #f5fafb;
    border-left: 3px solid var(--roberta-education-cyan);
    text-align: left;
}

.my-7 .contentcontainer .textpic-text {
    display: block !important;
    width: 100%;
    max-width: none;
    color: var(--black);
    text-align: left;
}

.my-7 .contentcontainer .textpic-text p {
    margin: 0 0 0.35rem;
    max-width: none;
    overflow-wrap: anywhere;
    font-size: 0.95rem;
    line-height: 1.35;
}

.my-7 .contentcontainer .textpic-text p:first-child {
    margin-bottom: 0.45rem;
    font-size: 1rem;
    font-weight: 500;
}

.my-7 .contentcontainer .textpic-text p:first-child strong {
    display: block;
    margin-bottom: 0.15rem;
    font-weight: 700;
}

.my-7 .contentcontainer .textpic-text p:last-child {
    margin-bottom: 0;
}

.my-7 .contentcontainer .textpic-text a,
.my-7 .contentcontainer .contact-person__button {
    display: inline;
    padding: 0;
    background: transparent;
    color: var(--black) !important;
    font-weight: 400;
    text-decoration: none;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

.my-7 .contentcontainer .textpic-text a:hover,
.my-7 .contentcontainer .contact-person__button:hover {
    color: var(--roberta-education-purple) !important;
    text-decoration: none;
}

.my-7 .contentcontainer .form-container {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.my-7 .contentcontainer .form-element {
    margin-bottom: 0.8rem;
}

.my-7 .contentcontainer .form-control {
    width: 100%;
    min-height: 34px;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid var(--roberta-education-input-bordercolor);
    border-radius: 0;
    color: var(--black);
    font-size: 1rem;
}

.my-7 .contentcontainer textarea.form-control {
    min-height: 78px;
    resize: vertical;
}

.my-7 .contentcontainer .form-label {
    margin-bottom: 0.25rem;
    color: var(--black);
    font-size: 0.95rem;
}

.my-7 .contentcontainer .required {
    color: var(--roberta-education-orange);
}

.my-7 .contentcontainer input[tabindex="-1"] {
    display: none !important;
}

.my-7 .contentcontainer .btn-primary {
    height: var(--roberta-education-input);
    widht: 200px;
    margin-top: 4px;
    background: var(--roberta-education-lightorange);
    border: 0;
    border-radius: 0;
    color: var(--white);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
}

.my-7 .contentcontainer .btn-primary:hover {
    background: var(--roberta-education-orange);
}

@media (max-width: 991px) {
    .my-7 .contentcontainer {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="right"] {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 1rem !important;
    }

    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] {
        gap: 24px;
    }
}

@media (max-width: 420px) {
    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] {
        grid-template-columns: 1fr;
    }
}

/* ===========================
   Forms / Buttons
=========================== */
.form-check-input:focus {
    box-shadow: none !important;
    outline: 0;
}

.form-check-input:checked {
    background-color: var(--roberta-education-cyan) !important;
}


.form-label {
    margin-bottom: 0;
}

.frame-type-form_formframework {
    max-width: 1280px;
}

.frame-type-form_formframework .btn,
.frame-type-form_formframework button[type="submit"],
.frame-type-form_formframework input[type="submit"],
.my-5 .newsletter.subscribe-form button,
.my-5 .newsletter.subscribe-form .btn,
.my-5 .newsletter.subscribe-form .btn--main,
.my-5 .nl-form-body button.btn-success,
.my-7 .contentcontainer .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.frame-type-form_formframework .btn,
.frame-type-form_formframework button[type="submit"],
.frame-type-form_formframework input[type="submit"] {
    background-color: var(--roberta-education-lightorange);
    border-color: var(--roberta-education-lightorange);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    min-height: 20px;
    padding: 0.45rem 2rem;
}

.frame-type-form_formframework .btn:hover,
.frame-type-form_formframework button[type="submit"]:hover,
.frame-type-form_formframework input[type="submit"]:hover {
    background-color: var(--roberta-education-orange);
    border-color: var(--roberta-education-orange);
    color: #fff;
}

.frame-type-form_formframework .form-check {
    align-items: start;
    column-gap: 12px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
}

.frame-type-form_formframework .form-check-input {
    grid-column: 1;
    margin: .25em 0 0;
}

.frame-type-form_formframework .form-check-label,
.frame-type-form_formframework .form-check span {
    grid-column: 2;
}

.frame-type-form_formframework .form-element,
.frame-type-form_formframework .form-group,
.frame-type-form_formframework .form-group-container {
    margin-bottom: 0;
}

.frame-type-form_formframework .form-element-check label {
    align-items: start;
    column-gap: 2px;
    display: grid;
    font-size: 1rem;
    grid-column: 2;
    grid-template-columns: 24px minmax(0, 1fr);
    line-height: 1.25;
}

.frame-type-form_formframework input[type="checkbox"],
.newsletter-form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    accent-color: var(--roberta-education-cyan);
    appearance: auto;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    height: var(--roberta-education-checkbox);
    margin: 2px .3em 0.2em 0;
    min-width: var(--roberta-education-checkbox);
    vertical-align: top;
    width: var(--roberta-education-checkbox);
}

.frame-type-form_formframework input[type="email"],
.frame-type-form_formframework input[type="tel"],
.frame-type-form_formframework input[type="text"],
.frame-type-form_formframework select {
    height: var(--roberta-education-input);
    line-height: 1.2;
    min-height: var(--roberta-education-input);
    padding: .45rem .65rem;
}

.frame-type-form_formframework textarea {
    line-height: 1.35;
    min-height: 140px;
    padding: .65rem;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: var(--roberta-education-cyan) !important;
    outline: 1px solid var(--roberta-education-cyan) !important;
    outline-offset: 1px;
    box-shadow: none !important;
}

.form-check-input:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 1px solid var(--roberta-education-cyan) !important;
    outline-offset: 1px;
    box-shadow: none !important;
}

.nl-form-body .first label {
    align-items: start;
    column-gap: 2px;
    display: grid;
    font-size: 1rem;
    grid-template-columns: 24px minmax(0, 1fr);
    margin-bottom: .10rem;
}

.nl-form-body input[type="checkbox"],
.nl-form-body input[type="radio"] {
    margin: 2px .3em 0.2em 0;
}

a.mehr-erfahren {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--roberta-education-cyan);
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: .04em;
    padding: 14px 48px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

a.mehr-erfahren:focus-visible {
    outline: 2px solid var(--roberta-education-cyan);
    outline-offset: 3px;
}

a.mehr-erfahren:hover {
    background: var(--roberta-education-cyan);
    color: var(--black);
}

/* ===========================
   Footer
=========================== */
.bp-page-footer {
    background: var(--roberta-education-footer-background);
}
.bp-page-footer .footer-copyright p {
    color: #fff;
    margin: 0;
	font-size:0.65rem;
}

.bp-page-footer .footer-left {
    flex: 0 1 auto;
    color: #333;
    font-size: 15px;
}

.bp-page-footer .footer-meta {
    margin-left: auto;
}

.bp-page-footer .footer-right {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
}

.bp-page-footer .footer-section-meta,
.footer-content-after {
    background: #313131;
    color: #fff;
    min-height: 40px;
}

.bp-page-footer .footer-section-meta .container {
    height: 100%;
}

.bp-page-footer .footer-section-meta .frame-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-between;
    min-height: 40px;
}

.bp-page-footer .footer-section-meta .meta-menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bp-page-footer .footer-section-meta .frame-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    width: 100%;
}

.bp-page-footer .footer-section-meta .frame-inner {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.bp-page-footer .footer-section-meta .meta-menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bp-page-footer .footer-section-meta .meta-menu a,
.bp-page-footer .footer-section-meta .meta-menu a:focus,
.bp-page-footer .footer-section-meta .meta-menu a:hover,
.bp-page-footer .footer-section-meta .meta-menu a span,
.bp-page-footer .footer-section-meta .meta-menu a:visited {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
}

.bp-page-footer .footer-section-meta .meta-menu a:hover {
    text-decoration: none;
}

.bp-page-footer .footer-section-meta .meta-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.bootstrappackageicon-facebook::before {
    font-size: 45px;
}

.bp-page-footer .footer-section-meta .footer-left {
    flex: 1 1 0;
    min-width: 0;
}

.bp-page-footer .footer-section-meta .footer-right {
    flex: 1 1 0;
    gap: 1rem;
    justify-content: flex-end;
    min-width: 0;
    text-align: right;
}

.bp-page-footer .footer-section-meta .footer-left,
.bp-page-footer .footer-section-meta .footer-right,
.bp-page-footer .footer-section-meta .footer-meta {
    align-items: center;
    display: flex;
}

.bp-page-footer .footer-section-meta .footer-copyright p {
    color: rgba(255,255,255,0.7);
    font-size: 0.65rem !important;
    line-height: 1.2;
    margin: 0;
    overflow-wrap: anywhere;
}

.bp-page-footer .footer-section-meta .footer-right .footer-copyright {
    min-width: 0;
}

.bp-page-footer .footer-section-meta .footer-newsletter {
    display: none;
}

#page-footer .footer-section {
    padding-right: 0;
    padding-left: 0;
}

#page-footer .footer-section-content > .container,
#page-footer .footer-content-after > .container,
#page-footer .footer-section-meta .container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

#page-footer .footer-main__info,
#page-footer .footer-main__legal {
    padding-right: 0;
    padding-left: 0;
}

#page-footer a {
    color: rgba(245, 242, 234, 0.72);
    text-decoration: none;
}

#page-footer a:hover {
    color: rgba(245, 242, 234, 0.9);
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.footer-before {
    margin-bottom: 0;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.5rem, 2vw, 1.5rem);
    padding: 0.15rem 0 0.35rem;
    background: #313131;
}

.footer-cta h2 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
}

.footer-cta p {
    margin: 0;
    color: rgba(245, 242, 234, 0.72);
    font-weight: 500;
}

.footer-cta__text {
    max-width: 30rem;
}

.footer-cta__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8rem;
    padding: 0.75rem 0;
    text-decoration: none;
}

.footer-cta__image img {
    display: block;
    width: clamp(10rem, 19vw, 15rem);
    height: auto;
}

.footer-cta__image:hover {
    text-decoration: none;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(10rem, 0.8fr) minmax(11rem, 0.9fr) minmax(8rem, 0.55fr);
    column-gap: clamp(2rem, 5vw, 4rem);
    row-gap: 1.25rem;
    align-items: start;
    margin: 0;
    padding: 2rem 0 0.5rem;
}

.footer-main.row {
    margin-right: 0;
    margin-left: 0;
}

.footer-main__info,
.footer-main__legal {
    width: auto;
    max-width: none;
    flex: none;
}

.footer-main__info {
    display: contents;
}

.footer-main__legal {
    grid-column: 3;
    grid-row: 1 / span 2;
    width: auto;
    max-width: none;
    padding: 0;
    flex: none;
}

.footer-main__legal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main__legal li {
    margin-bottom: 0.45rem;
}

.footer-main__legal a {
    color: rgba(245, 242, 234, 0.76);
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-brand {
    display: contents;
}

.footer-brand__logo {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}

.footer-brand__address {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    color: rgba(245, 242, 234, 0.72);
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1.65;
}

.footer-contact-links {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    padding: 0;
}

.footer-contact-links h3,
.footer-main__legal .frame-header h5,
.footer-main__legal .frame-header h3,
.footer-main__legal .element-header {
    margin: 0 0 0.85rem;
    color: rgba(245, 242, 234, 0.62);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-contact-links p {
    margin: 0;
    color: rgba(245, 242, 234, 0.72);
    line-height: 1.55;
}

.footer-contact-links p + p {
    margin-top: 0.65rem;
}

.footer-contact-links span {
    color: rgba(245, 242, 234, 0.55);
}

.footer-contact-links a {
    color: rgba(245, 242, 234, 0.82);
    font-weight: 700;
    text-decoration: none;
}

.footer-contact-links a:hover {
    color: rgba(245, 242, 234, 0.9);
}

.footer-brand__logo img {
    display: block;
    width: clamp(5.8rem, 8vw, 6.75rem);
    height: auto;
}

.footer-brand__address p {
    margin: 0;
}

.footer-brand__address .address-title {
    margin-bottom: 0.35rem;
}

.footer-main__legal .frame,
.footer-main__legal .frame-group-container,
.footer-main__legal .frame-group-inner,
.footer-main__legal .frame-container,
.footer-main__legal .frame-inner {
    margin: 0;
    padding: 0;
}

.footer-main__legal .frame-header {
    margin: 0;
}

.footer-main__legal .frame-header h5,
.footer-main__legal .frame-header h3,
.footer-main__legal .element-header {
    margin: 0 0 1rem;
    color: rgba(245, 242, 234, 0.55);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-main__legal a {
    font-weight: 400;
}

.footer-content-after {
    color: rgba(245, 242, 234, 0.72);
}

.footer-content-after hr {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 0.75rem;
    border: 0;
    border-top: 1px solid rgba(245, 242, 234, 0.76);
}

.footer-before--meta {
    padding: 1.05rem 0 1.15rem;
}



/* Footer: responsive Regeln */
@media (max-width: 767px) {
    #page-footer {
        --roberta-footer-inline: 1.25rem;
    }

    #page-footer .footer-content-after .frame-container {
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #page-footer .footer-main {
        --bs-gutter-x: 0;
        grid-template-columns: 1fr;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #page-footer .footer-main__info,
    #page-footer .footer-brand {
        display: block;
    }

    #page-footer .footer-brand__logo,
    #page-footer .footer-brand__address,
    #page-footer .footer-contact-links,
    #page-footer .footer-main__legal {
        grid-column: auto;
        grid-row: auto;
    }

    #page-footer .footer-main > .section-column {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #page-footer .footer-contact-links {
        margin-top: 1.5rem;
    }


	.footer-cta {
		align-items: center;
		gap: 1.5rem;
		padding: 1rem 0 1.5rem;
	}
	
    .footer-cta h2 {
        max-width: 18rem;
        font-size: 1.15rem;
        line-height: 1.25;
    }
	

	.footer-cta__image {
		justify-content: flex-end;
		min-width: 0;
		padding: 0;
		width: auto;
	}

    .footer-cta__image img {
        width: min(12rem, 72vw);
    }

    #page-footer .footer-main__legal {
        justify-content: flex-start;
        padding-top: 1.5rem;
    }

    #page-footer .footer-section-meta .frame-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
        padding-bottom: 1.75rem;
    }

    #page-footer .footer-section-meta .footer-left,
    #page-footer .footer-section-meta .footer-right,
    #page-footer .footer-section-meta .footer-meta {
        justify-content: flex-start;
        text-align: left;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #page-footer .footer-section-content > .container,
    #page-footer .footer-content-after > .container,
    #page-footer .footer-section-meta .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #page-footer .footer-section-content > .container,
    #page-footer .footer-content-after > .container,
    #page-footer .footer-section-meta .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #page-footer .footer-section-content > .container,
    #page-footer .footer-content-after > .container,
    #page-footer .footer-section-meta .container {
        max-width: 1140px;
    }
}

@media (max-width: 575.98px) {
    .footer-cta {
        align-items: flex-start;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem 0 0;
    }

    .footer-cta__image {
        justify-content: flex-start;
        padding: 0 0 20px 0;
        width: 100%;
    }

    .footer-brand {
        display: block;
    }

    .footer-brand__logo {
        margin-bottom: 1rem;
    }

    .footer-brand__address {
        margin: 0;
    }

    .bp-page-footer .footer-section-meta .frame-inner {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: .75rem;
    }

    .bp-page-footer .footer-section-meta .footer-left,
    .bp-page-footer .footer-section-meta .footer-right {
        width: auto;
    }

    .bp-page-footer .footer-meta,
    .bp-page-footer .footer-right {
        margin-left: 0;
    }


    .bp-page-footer .footer-section-meta .meta-menu {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .footer-brand {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .footer-brand__address,
    .footer-contact-links {
        grid-column: auto;
        grid-row: auto;
    }
}

.roberta-newsletter {
    background-color: var(--roberta-newsletter-color);
    padding: 1rem;
}

.roberta-newsletter h4 {
    color: var(--roberta-education-yellow);
    font-weight: 600;
}

/* ===========================
   13 Utilities / Highlights
=========================== */
.ORL-html-box {
    margin: 0 auto;
    max-width: 1100px;
    width: 75%;
}

.ORL-html-content {
    background: var(--roberta-education-cyan);
    color: #000;
    margin-top: 0;
    padding: 2rem;
}

.ORL-html-content h2 {
    margin-top: 0;
}

.ORL-html-content p:last-child {
    margin-bottom: 0;
}

.ORL-html-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ORL-html-images img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.highlight_ {
    background-color: #ffeb3b;
    padding: 0.1em 0.2em;
}

.highlight_color {
    color: var(--roberta-education-yellow);
}

.highlight_fontsize {
    font-size: calc(var(--roberta-education-fontsize) * 0.75);
    font-weight: 500;
}

.scroll-top {
    border-radius: var(--bs-border-radius-none);
}

.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
    background-color: var(--roberta-education-orange);
    color: #ffffff;
}

.text-danger {
    color: #E2001A !important;
}

.text-dark {
    color: #2b2b2b !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-warning {
    color: #F29400 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #960011 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #050505 !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #a66500 !important;
}

/* ===========================
   14 Media Queries
=========================== */
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 768px) {

    .my-1 .row.orstart {
        grid-template-columns: repeat(4, 1fr);
    }

    .my-4 .carousel {
        max-width: 100%;
    }

    .my-4 .carousel-content,
    .my-4 .carousel-content-inner {
        max-height: var(--roberta-carousel-height-wide);
    }

    .my-4 .carousel-content-inner {
        align-items: stretch;
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
        margin: 0 auto;
        max-width: none;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .my-4 .carousel-content-inner > .carousel-image,
    .my-4 .carousel-content-inner > .carousel-text {
        flex: none !important;
        max-width: none !important;
        min-width: 0;
        width: auto !important;
    }

    .my-4 .carousel-content .carousel-text {
        border-left: 15px solid #ffffff;
        box-sizing: border-box;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-image {
        /*display: flex;*/
        min-height: var(--roberta-carousel-height-wide);
        overflow: hidden;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-image picture {
        display: flex;
        max-height: var(--roberta-carousel-height-wide);
        width: 100%;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-image img {
        display: block;
        height: auto;
        margin: 0 !important;
        max-height: var(--roberta-carousel-height-wide);
        max-width: 100%;
        object-fit: contain;
        object-position: left center;
        width: auto !important;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-text {
        align-items: flex-start;
        display: flex;
        max-height: var(--roberta-carousel-height-wide);
        overflow: hidden;
        width: auto !important;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-text-content-wrapper {
        max-height: var(--roberta-carousel-height-wide);
        overflow: hidden;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-text .lead {
        font-size: 1.1rem !important;
        font-weight: 500;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-text p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        display: -webkit-box;
        overflow: hidden;
    }

    .orstart h3.awesome.none {
        font-size: 1.35em;
    }
}

@media (min-width: 992px) {
    #page-header .navbar-collapse {
        flex-basis: auto !important;
        flex-grow: 0 !important;
        justify-content: flex-end !important;
    }

    #page-header.navbar-mainnavigation .navbar-nav {
        justify-content: flex-end;
        width: auto !important;
    }

    #page-header .container-mainnavigation {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: 72px auto;
        column-gap: 2rem;
        align-items: start;
    }

    #page-header .brand-area {
        grid-column: 1;
        grid-row: 1 / span 2;
        justify-self: start;
        align-self: start;
    }

    #page-header #mainnavigation {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: stretch;
        display: flex !important;
        align-items: flex-end;
        width: auto;
        margin: 0;
    }

    #page-header #mainnavigation .navbar-nav {
        display: flex;
        align-items: flex-end;
        height: 72px;
        margin: 0 !important;
    }
    #page-header #mainnavigation .nav-item {
        display: flex;
        align-items: flex-end;
        height: 72px;
    }

    #page-header #mainnavigation .nav-link {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 72px;
        padding-top: 0;
        padding-bottom: 4px;
        line-height: 1;
    }


    /*#page-header .navbar-mainnavigation .navbar-brand {
        height: 80px !important;
        margin: 0;
    }*/
    #page-header .brand-area {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: center;
    }
	#page-header .header-image-button {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		align-self: end;
		margin: 0 0 0px 0;
		transform: translateX(40px);
	}


    .my-4 .carousel-content,
    .my-4 .carousel-content-inner {
        max-height: var(--roberta-carousel-height-wide);
    }

    .my-4 .carousel-content-inner {
        /*align-items: stretch;*/
        display: grid !important;
        gap: 0;
        /*grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);*/
        margin: 0 auto;
        max-width: none;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .my-4 .carousel-content-inner > .carousel-image,
    .my-4 .carousel-content-inner > .carousel-text {
        flex: none !important;
        max-width: none !important;
        min-width: 0;
        width: auto !important;
    }

    .my-4 .carousel-image {
        align-items: flex-start;
        display: flex;
        max-height: var(--roberta-carousel-height-wide);
        min-height: 0;
        overflow: hidden;
    }

    .my-4 .carousel-image picture {
        align-items: flex-start;
        display: flex;
        max-height: var(--roberta-carousel-height-wide);
        width: 100%;
    }

    .my-4 .carousel-image img {
        display: block;
        height: auto;
        max-height: var(--roberta-carousel-height-wide);
        max-width: 100%;
        object-fit: contain;
        object-position: left top;
        width: auto;
    }

    .my-4 .carousel-text {
        align-items: flex-start;
        display: flex;
        max-height: var(--roberta-carousel-height-wide);
        min-width: 0;
        overflow: hidden;
    }

    .my-4 .carousel-text-content-wrapper {
        max-height: var(--roberta-carousel-height-wide);
        overflow: hidden;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-text .lead {
        font-size: 1.1rem !important;
        font-weight: 500;
    }
}

@media (max-width: 991.98px) {
    :root {
        --header-h: 80px;
        --menu-strip-w: 100%;
    }

    #page-header {
        height: auto;
        min-height: 96px;
        overflow-y: visible;
    }

    #page-header .container-mainnavigation {
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
        grid-template-rows: auto auto auto;
        align-items: center;
        column-gap: 1rem;
        min-height: 96px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #page-header .brand-area {
        grid-column: 1 !important;
        grid-row: 1 / span 2;
        justify-self: start;
        align-self: center;
    }

    #page-header .brand-breadcrumb .breadcrumb-section {
        margin-top: .35rem;
    }

    #page-header .header-image-button {
        grid-column: 2 !important;
        grid-row: 1 / span 2;
        justify-self: center;
        align-self: center;
        margin: 0;
    }

    #page-header .header-image-button img {
        display: block;
        width: auto;
        height: 54px;
        max-width: 180px;
    }

    #page-header .navbar-toggler {
        grid-column: 3 !important;
        grid-row: 1 / span 2;
        justify-self: end !important;
        align-self: center;
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    #page-header #mainnavigation {
        grid-column: 1 / -1 !important;
        grid-row: 3;
        width: 100%;
    }

    #page-header #mainnavigation.collapse:not(.show) {
        display: none !important;
    }
	#page-header #mainnavigation.collapse.show,
    #page-header #mainnavigation.collapsing {
        display: flex !important;
        justify-content: flex-end;
        position: static;
        width: 100%;
        padding-top: 1rem;
        background: transparent !important;
        box-shadow: none;
    }

    #page-header #mainnavigation::before {
        display: none;
    }

    #page-header #mainnavigation .navbar-nav {
        width: auto !important;
        min-width: 180px;
        max-width: 240px;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding: 0;
        background: transparent;
        align-items: stretch;
        text-align: left;
    }

    #page-header #mainnavigation .nav-item {
        width: 100%;
    }

    #page-header #mainnavigation .nav-link {
        justify-content: flex-start;
        text-align: left;
        height: auto;
        padding: .4rem 0;
    }


    #page-header #mainnavigation.collapse.show,
    #page-header #mainnavigation.collapsing {
        display: flex !important;
        justify-content: flex-end; /* MenÃ¼block rechts positionieren */
    }

    #page-header #mainnavigation .navbar-nav {
        width: max-content !important;
        min-width: 0;
        max-width: calc(100vw - 40px);
        margin-left: auto !important;
        margin-right: 0 !important;
        padding: 0;
        text-align: left;
        align-items: stretch;
    }

    #page-header #mainnavigation .navbar-nav > li,
    #page-header #mainnavigation .navbar-nav > .nav-item {
        width: 100%;
    }

    #page-header #mainnavigation .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        white-space: nowrap;
        padding-left: 0;
        padding-right: 0;
    }


    .frame-type-menu_sitemap > ul > li > ul > li {
        display: block;
        font-size: 0.8em;
        width: 100%;
    }

    .my-1 .orstart h3.awesome.none {
        font-size: 1.25em;
        line-height: 1.2em;
    }

    .my-1 ul.kachel_links {
        display: none;
    }

    .my-4 .carousel {
        max-width: 100%;
        width: 100%;
    }

    .my-5 .contentcontainer {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .my-7 .contentcontainer {
        grid-template-columns: 1fr;
        gap: 32px;
    }
 
    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="right"] {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .ORL-html-box {
        width: 100%;
    }

    .ORL-html-content {
        padding: 1.25rem;
    }
}

@media (max-width: 767px) {
    .my-1 .carousel-item-type-header .carousel-text-inner,
    .my-1 .carousel-item-type-html .carousel-text-inner {
        margin: 0 auto;
        width: 82%;
    }

    .my-1 .orstart .carousel-text-inner p,
    .my-1 .orstart .kachel_links {
        font-size: 1rem;
        max-width: 18ch;
    }

    .my-1 .orstart .item .carousel-container-inner,
    .my-1 .orstart .item .carousel-text-inner {
        margin: 0 10px 0 5px;
        width: 82%;
    }

    .my-1 .orstart h3.awesome.none {
        font-size: 1.32rem;
        max-width: 90%;
    }

    .my-1 ul.kachel_links {
        display: list-item;
    }

    .my-4,
    .my-4 .frame,
    .my-4 .frame-inner,
    .my-4 .carousel,
    .my-4 .carousel-inner,
    .my-4 .carousel-item,
    .my-4 .carousel-content,
    .my-4 .carousel-content-inner {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .my-4 .carousel-item {
        display: block !important;
        position: relative !important;
    }

    .my-4 .carousel-content-inner.row,
    .my-4 .carousel-content-inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        row-gap: 3.5rem !important;
        column-gap: 0 !important;
        align-items: start !important;
        justify-items: start !important;
        width: 100% !important;
    }

    .my-4 .carousel-content-inner > .carousel-image {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    .my-4 .carousel-content-inner > .carousel-text {
        grid-column: 1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-top: 0 !important;
    }

    .my-4 .carousel-image,
    .my-4 .carousel-image picture {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }

    .my-4 .carousel-image img {
        display: block !important;
        width: auto !important;
        max-width: 70% !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        object-fit: contain !important;
        object-position: left top !important;
    }

    .my-4 .carousel-text,
    .my-4 .carousel-text-content-wrapper {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .my-4 .carousel-text {
        border-left: 0 !important;
        border-top: 0 !important;
        padding: 0 !important;
    }
}


@media (max-width: 576px) {
    .my-1 .orstart .carousel .carousel-content-inner {
        gap: 0;
        margin: 15% auto 0;
    }
    .my-1 .orstart h3.awesome.none {
        font-size: 1.25rem;
        max-width: 90%;
    }
    .my-1 ul.kachel_links {
        display: none;
    }

    .my-4 .carousel .carousel-item {
        padding: 0;
    }

    .my-1 .orstart .carousel-text-inner p,
    .my-1 .orstart .kachel_links {
        font-size: 0.9rem;
        max-width: 18ch;
    }

    .my-4 .carousel-content .row {
        height: auto;
    }

    .my-4 .carousel-content-inner {
        align-items: start !important;
        column-gap: 0;
        display: grid !important;
        grid-template-columns: 1fr;
        justify-items: start;
        padding: 0;
        row-gap: 1.15rem;
    }

    .my-4 .carousel-content-inner > .carousel-image,
    .my-4 .carousel-content-inner > .carousel-text {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-image {
        align-items: flex-start !important;
        display: flex !important;
        height: auto !important;
        justify-content: flex-start !important;
        max-width: 100% !important;
        padding: 0;
        width: 100% !important;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-image picture {
        align-items: flex-start !important;
        display: flex !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-image img {
        display: block !important;
        height: auto !important;
        margin: 0 !important;
        max-width: 70% !important;
        object-fit: contain !important;
        object-position: left top !important;
        width: auto !important;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-text {
        border-left: 0 !important;
        border-top: 0 !important;
        flex: none !important;
        max-width: 100% !important;
        padding-top: 0 !important;
        width: 100% !important;
    }

    .my-4 .carousel-item-type-text_and_image .carousel-text-content-wrapper {
        height: auto;
        max-width: 100%;
    }

    .my-4 .carousel-wide .carousel-content-inner {
        align-items: start !important;
        display: grid !important;
        flex-direction: unset !important;
        grid-template-columns: 1fr;
        justify-items: start;
        row-gap: 1.15rem;
    }

    .my-4 .carousel-wide .carousel-item-type-text_and_image .carousel-text {
        border-top: 0 !important;
        padding-top: 0 !important;
    }
    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .my-7 .contentcontainer .gallery-item img {
        width: 84px;
        height: 84px;
    }
}

@media (max-width: 498px) {
    .my-1 .orstart .item .carousel-container-inner,
    .my-1 .orstart .item .carousel-text-inner {
        margin: 0 5px 0 0;
        width: 85%;
    }
    .my-1 .orstart .carousel .carousel-content-inner {
        gap: 0;
        margin: 30% auto 0;
    }

    .my-1 .orstart h3.awesome.none {
        font-size: 1.15rem;
        max-width: 100%;
    }

    .my-1 .orstart .carousel-text-inner p {
        display: none;
    }

}

@media (max-width: 420px) {
     .my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] {
         grid-template-columns: 1fr;
         gap: 24px;
      }
}

/* ===========================
   Startseite: ruhigere Abschnittsabstaende
=========================== */

/* Generelle Container-Abstaende oben */
.container.my-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 3.5rem !important;
}

.container.my-2 {
    margin-top: 0 !important;
    margin-bottom: 3.75rem !important;
}

.section.my-1 {
    margin-top: 3.5rem !important;
    margin-bottom: 4.5rem !important;
}

/* Hero: Logo/Grafik und Headline sauberer zusammenhalten */
.my-4 .textpic {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.my-4 .textpic-gallery,
.my-4 .textpic-text {
    margin: 0;
}

.my-4 .gallery-item img {
    display: block;
    max-width: 260px;
    width: 100%;
    height: auto;
}

.my-4 .textpic-text h3 {
    margin: 0 0 0.3rem;
    font-size: 1.35rem;
    line-height: 1.25;
}

/* Introtext: kompakter und lesbarer */
.my-4 #c150 {
    max-width: 920px;
    margin-top: 2.25rem;
}

.my-4 #c150 h3 {
    margin-bottom: 1rem;
}

.my-4 #c150 p {
    max-width: 960px;
    margin-bottom: 0.85rem;
}

/* Angebot: Headline naeher an Inhalt, aber eigener Abschnitt */
.my-2 #c179 {
    margin-bottom: 1.75rem;
}

.my-2 #c179 h3 {
    max-width: 900px;
    margin-bottom: 1rem;
}

/* Angebot Bild/Text: weniger Luft nach oben */
.my-2 #c170 {
    margin-top: 0 !important;
}

.my-2 #c170 .frame-space-before-large {
    margin-top: 0 !important;
}

.my-2 #c170 .row {
    align-items: center;
}

.my-2 #c170 p {
    margin-bottom: 0.8rem;
}

.my-2 #c170 .list-normal {
    margin-bottom: 0;
}

/* Kacheln etwas naeher an Angebot, gleichmaessig */
.my-1 .row.orstart {
    gap: 32px;
}

.my-1 .frame-type-carousel_small {
    padding: 0;
}

/* Oben: Hero und Wer-wir-sind klarer trennen */
.my-4 #c169 {
    margin-bottom: 3rem;
}

.my-4 #c150 {
    margin-top: 4.0rem !important;
    padding-top: 0.5rem;
}

/* Hero selbst etwas luftiger */
.my-4 #c169 .textpic {
    gap: 52px;
    align-items: start;
}

.my-4 #c169 .textpic-text {
    padding-top: 0.4rem;
}

/* Headline oben nicht so dicht */
.my-4 #c169 .textpic-text h3 {
    margin-bottom: 0.35rem;
    line-height: 1.25;
}

/* Wer-wir-sind mit eigener kleinen Startkante */
.my-4 #c150 .frame-header {
    margin-bottom: 0.7rem;
}

.my-4 #c150 h3 {
    margin-bottom: 1rem;
}

.my-4 #c150 p {
    margin-bottom: 0.9rem;
}

/* Mobile */
@media (max-width: 767px) {
    .container.my-4 {
        margin-top: 2rem !important;
        margin-bottom: 3rem !important;
    }

    .container.my-2 {
        margin-bottom: 3rem !important;
    }

    .section.my-1 {
        margin-top: 2.75rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-4 .textpic {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .my-4 .gallery-item img {
        max-width: 220px;
    }
}

#c172.frame-space-before-large,
#c172 .frame-space-before-large {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.my-5 .contentcontainer {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: 56px;
    align-items: start;
}

.my-5 .newsletter.subscribe-form {
    max-width: 460px;
}

.my-5 .newsletter .form-control {
    min-height: 36px;
}

.my-5 .newsletter .btn,
.my-5 .newsletter .btn--main {
    width: 190px;
    min-height: 36px;
}

/* Mobile */
@media (max-width: 991px) {
    .my-7 .contentcontainer,
    .my-5 .contentcontainer {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="right"],
    .my-5 .newsletter.subscribe-form {
        max-width: none;
    }
}

@media (max-width: 576px) {
    .my-7 {
        margin-top: 3rem !important;
        margin-bottom: 4rem !important;
    }

    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .my-7 .contentcontainer .gallery-item img {
        width: 88px;
        height: 88px;
    }

    .my-7 .contentcontainer .textpic-text p {
        font-size: 0.9rem;
    }
}

@media (max-width: 420px) {
    .my-7 .contentcontainer > .contentcontainer-column[data-container-column="left"] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .my-1 .orstart .carousel-text-inner {
        box-sizing: border-box;
        width: 100% !important;
        padding: 30px 5px 18px 5px;
    }
}
