@font-face {
    font-family: 'ABCMarfa Bold';
    src: url('../fonts/marfa/ABCMarfa-Black.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ABCMarfa Regular';
    src: url('../fonts/marfa/ABCMarfa-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ABCMarfa Light';
    src: url('../fonts/marfa/ABCMarfa-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ABCMarfa Semibold';
    src: url('../fonts/marfa/ABCMarfa-Semibold.woff2') format('woff2');
    font-display: swap;
}

:root {
  /** Hauptfarben **/
  --color-green: #8ba72c;
  --color-black: #4a4a4a;
  --color-white: #ffffff;
  --color-blue: #4c9cdb;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-600: #6c757d;
  --color-button-yellow: #E2B53E;
  --color-button-white: #fff;
  

}

html, body {height: 100%; padding: 0;}
#mainsite { height: 100% !important;}
#wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -181.5px;}
#main { padding-bottom: 181.5px;height: 100%;}

body {
	font-family: 'ABCMarfa Light', sans-serif;
	font-size: 1.1rem;
	line-height: 1.5; 
	-webkit-font-smoothing: antialiased;
	color: var(--color-black);
}
.text-teaser {font-size: 1.5rem;}
.text-small {font-size: 0.8rem;}

body p.align-center, .ce-headline-center { text-align: center;}

.table-scrollable {
  width: 100%;
  overflow-y: hidden;
  margin-bottom: 1rem;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid var(--color-white);
  background-color: var(--color-green);
}
table p {margin: 0;}
.contenttable {width: 100%; font-size: 1rem; border: none; background: #fff;}
.contenttable td, .contenttable th {
    padding: 1rem;
    border: none;
    vertical-align: baseline;
    border-right: 1px solid #eee;
}
.contenttable tr {border: none;}
.contenttable tr:nth-of-type(even), .contenttable th { background: #eee;}
.contenttable tr:nth-of-type(even) td, .contenttable th {border-right: 1px solid var(--color-white);}
.contenttable td:last-child, .contenttable tr:nth-of-type(even) td:last-child {border-right: none;}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: none;
}
hr {
    margin: 1rem 0;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity:1;
    border-color: var(--bs-gray-300);
}

video.video-embed-item {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

h1, h2, h3, h4, .h4 {
    margin: 0px;
    font-weight: normal;
}

h1 { 
  font-size: 3.4rem; 
  padding-bottom: 2rem;
  margin: 0; 
  line-height: 1.2;
  font-family: 'ABCMarfa Bold', sans-serif;
  font-weight: 700; 
  background: linear-gradient(90deg, #8ba72c, #b0d338, #1c1c28);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent; 
  hyphens: auto;
}
h2 { 
  font-size: 2.5rem; 
  padding-bottom: 2rem; 
  margin: 0;
  line-height: 1.2;
  font-family: 'ABCMarfa Bold', sans-serif;
  font-weight: 700; 
  color: var(--color-green); 
}
h3 { font-size: 1.5rem; padding-bottom: 1rem; margin: 0; line-height: 1.2;font-family: 'ABCMarfa Semibold', sans-serif; color: var(--color-green);}
h4 { margin: 0; padding-bottom: 1rem;font-size: 1.2rem;line-height: 24px; font-family: 'ABCMarfa Semibold', sans-serif;}

h2.klein { color: 312288; font-size: 1.875rem; padding-bottom: 1rem; margin: 0; line-height: 1.2;}

.text-headline {
  border: 1px solid #bbb; 
  color: #888;
  border-radius: 2rem; 
  padding: .2rem .7rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-family: 'ABCMarfa Regular', sans-serif;
  font-size: .8rem;
}

h1 + h2 {margin-top: -1rem; font-size: 2rem;}
h2 + h3 { margin-top: 0rem; padding-bottom: 1rem;}

.uppercase strong {text-transform: uppercase; font-family: 'ABCMarfa Bold', sans-serif;}

p + h2, ul + h2, ol + h2  {padding-top: 2rem;}
p + h3, ul + h3 {padding-top: 1rem;}

ol, ul {
    padding-left: 2rem;
    line-height: 1.5;
}

.text-right {text-align: right;}

.text-blau {color: var(--color-green);}

b, strong {font-weight:normal;font-family: 'ABCMarfa Bold', sans-serif;}
a, .gaOptout {color: var(--color-green); text-decoration:none; transition: all 0.2s ease-in-out; position: relative;}
a:focus, .gaOptout:focus { outline: none; outline-offset: 0; color:var(--color-green); transition: all 0.2s ease-in-out; text-decoration:none;}
a:hover, .gaOptout:hover {color:var(--color-black); transition: all 0.2s ease-in-out;text-decoration:none; cursor: pointer;}

a.next, a.back {
    position: relative;
    padding-right: 1.1rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    font-family: 'ABCMarfa Bold', sans-serif;
}
a.back {padding-left: 1.1rem; padding-right: 0;}
a.next:before, a.back:before {
    font-family: 'Font Awesome\ 6 Pro';
    content: '\f101';
    font-size: 0.9rem;
    line-height: 1;
    opacity: 1;
    color: var(--color-green);
    font-weight: 800;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
    margin-top: 1px;
}
a.back:before {left: 0; right: 0;content: '\f100';}
a.next:hover:before, a.back:hover:before {color: #4a4a49;}

blockquote {border-left: 3px solid var(--color-green);padding: 1rem;color: var(--color-green); margin: 2rem 0;font-size: 1.2rem;background: #eee;}
blockquote p {margin: 0;}

.clearer {clear: both; float: none;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0px;
    box-shadow: none;
}

.ce-border img {border: 1px solid var(--color-green);}

::-moz-selection { color:#fff; background:var(--color-green); text-shadow: none; }
::selection { color:#fff; background:var(--color-green); text-shadow: none; }

.frame-space-before-extra-small {padding-top: 1.5rem; margin-top: 0;}
.frame-space-before-small {padding-top: 3rem;margin-top: 0;}
.frame-space-before-medium  {padding-top: 5.0rem;margin-top: 0;}
.frame-space-before-large {padding-top: 6rem;margin-top: 0;}
.frame-space-before-extra-large {padding-top: 7.5rem;margin-top: 0;}
.frame-space-after-extra-small {padding-bottom: 1.5rem;margin: 0;}
.frame-space-after-small {padding-bottom: 3rem;margin-bottom: 0;}
.frame-space-after-medium  {padding-bottom: 5.0rem;margin-bottom: 0;}
.frame-space-after-large {padding-bottom: 6rem;margin-bottom: 0;}
.frame-space-after-extra-large {padding-bottom: 7.5rem;margin-bottom: 0;}


.frame-120 {
	border: 1px solid var(--bs-gray-300);
    border-radius: 5px;
    padding: 10px;
    height: 100%;
}


.btn {
    display: inline-block;
    line-height: 1.5;
    color: var(--color-button-white);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--color-green);
    border: 2px solid var(--color-green);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius:.3rem;
    transition: all 0.3s;
    font-family: 'ABCMarfa Bold',sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
    margin: 0.5rem 0;
}
.btn:hover, .btn:focus {color: var(--color-button-white); background: var(--color-green); border-color: var(--color-green);}
.btn.btn-primary {background-color: var(--color-green); color: var(--color-button-white);}
.btn.btn-primary:hover { color: var(--color-black);}

.buttons {gap: 1rem;}


.content .frame-layout-0 {background: transparent; position: relative;}
.content .frame-layout-1 {background: linear-gradient(135deg, #8ba72c, #b0d338, #8fb70f); color: var(--color-white); overflow: hidden; position: relative;}
.content .frame-layout-3 {background: linear-gradient(135deg, #a7a5a5, #a8a8a8, #a8a8a8); color: var(--color-white); overflow: hidden; position: relative;}

.content .frame-layout-1 h2, .content .frame-layout-1 a, .content .frame-layout-2 a, .content .frame-layout-2 .telefon:before, .content .frame-layout-2 .email:before {color: #fff;}
.content .frame-layout-1 a.btn:hover {color: var(--color-black);}
.content .frame-layout-1 a {text-decoration: underline;}
.content .frame-layout-1 a:hover {text-decoration: none;}
.content .frame-layout-1 h2 {
  font-size: 2.5rem; 
  padding-bottom: 2rem; 
  margin: 0;
  line-height: 1.2;
  font-family: 'ABCMarfa Bold', sans-serif;
  font-weight: 700; 
  background: linear-gradient(90deg, #ffffff, #c5ff00);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent; 
}
.frame-layout-1 .check li:before {
    color: var(--color-white);
}

.content .frame-layout-0 h2 {
  font-size: 2.5rem; 
  padding-bottom: 2rem; 
  margin: 0;
  line-height: 1.2;
  font-family: 'ABCMarfa normal', sans-serif;
  font-weight: 700; 
  background: linear-gradient(90deg, #000, #333);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent; 
}

.content .frame-layout-1 h2 {
  font-size: 2.5rem; 
  padding-bottom: 2rem; 
  margin: 0;
  line-height: 1.2;
  font-family: 'ABCMarfa normal', sans-serif;
  font-weight: 700; 
  background: linear-gradient(90deg, #fff, #ccc);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent; 
}


.content .frame-layout-4 {
  background: var(--color-green);
  color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}
.content .frame-layout-2 { background: #f2f2f2;}
.content .frame-layout-4 h2 {color: var(--color-white);}
.content .frame-layout-4 a {color: var(--color-white); text-decoration: underline;}
.content .frame-layout-4 a:hover {text-decoration: none;}
.content .frame-layout-4 .check {color: var(--color-white);}
.content .frame-layout-4 .check li:before {color: var(--color-white);}
.content .row>.col>.frame-layout-4 {height: 100%;}

p.text-right {text-align: right;}

:focus { outline: none;}
button:focus { outline: none;}

.telefon, .fax, .email, .website {display: inline-flex; gap:0.5rem;}

.telefon:before { content: "\f095"; font-family: "Font Awesome\ 6 Pro"; text-decoration: inherit; list-style: none; position: relative; font-size: 1.1rem; line-height: 1.4; top: 0px; color: #111111; padding: 0; font-weight: 300;}
.fax:before { content: "\f1ac"; font-family: "Font Awesome\ 6 Pro"; text-decoration: inherit; list-style: none; position: relative; font-size: 1.1rem;line-height: 1.4; top: 0px; color: #111111; padding: 0; font-weight: 300;}
.email:before { content: "\f0e0"; font-family: "Font Awesome\ 6 Pro"; text-decoration: inherit; list-style: none; position: relative; font-size: 1.1rem;line-height: 1.4; top: 0px; color: #111111; padding: 0; font-weight: 300;}
.website:before { content: "\f0ac"; font-family: "Font Awesome\ 6 Pro"; text-decoration: inherit; list-style: none; position: relative; font-size: 1.1rem;line-height: 1.4; top: 0px; color: #111111; padding: 0; font-weight: 300;}
.extlink:after { content: "\f08e"; font-family: "Font Awesome\ 6 Pro"; text-decoration: inherit; list-style: none; position: relative;  font-size: 1.1rem;line-height: 1.4; top: 0px; color: #111111; padding: 0; font-weight: 300;transition: all 0.2s ease-in-out;}
.extlink:hover:after { color: #005a63;transition: all 0.2s ease-in-out;}
.intlink:before { content: "\f0da"; font-family: "Font Awesome\ 6 Pro"; text-decoration: inherit; list-style: none; position: absolute; margin-top: 1px; margin-right: 0px; font-size: 1.1rem; margin-left: -10px; color: #fff; padding: 0; font-weight: 600;transition: all 0.2s ease-in-out; text-decoration: none;}
.extlink {text-decoration: none !important;}
.intlink:hover:before { color: #fff;transition: all 0.2s ease-in-out;text-decoration: none;}
.intlink {margin-left: 10px;}

.clearer {float: none; clear: both;}

#header {
    font-size: 1rem;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: transparent;
    padding: 1rem 0;
    font-family: 'ABCMarfa Regular', sans-serif;
    background: var(--color-white);
    font-size: 1.2rem;
}

.logo a {display: inline-block;}
.logo img {width: 100%; max-width: 220px; height: auto;}

.header-left, .header-right {gap: 2rem;}
.mainnav {
    display: flex;
    justify-content: center;
}
#navbar>.nav>li.active>a, #navbar>.nav>li:hover>a {color: var(--color-green);}
#navbar .subsub>li.active>a, #navbar .subsub>li:hover>a {color: var(--color-green);}

.header-left a.nav-link { color: var(--color-black);}
#navbar ul.sub {
    position: absolute;
    list-style: none;
    display: none;
    padding: 0;
    list-style: none;
    left: 0;
    z-index: 2;
    width: 100%;
    padding-top: 2rem !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: transparent;}
.dropdown {
    position: inherit;
}
.dropdown .container {
  font-family: 'ABCMarfa Bold', sans-serif;
}
.dropdown .container_inner {display: block;background: var(--color-white);border-radius: 0.5rem;}
.dropdown .container_inner>.nav>li:first-child {
  background: rgb(91 72 153 / .1);
}
.dropdown .container_inner>.nav {position: relative;}
.dropdown .container_inner>.nav>.col:last-child {
  position: absolute;
  bottom: 1rem;
  left: 33.333%;
}
.dropdown .container_inner>.nav>li>span {padding: 2rem 2rem 5rem 2rem; display: inline-block;}
.dropdown .container_inner>.nav>li>span>a.nav-link {
  padding: 0;
  text-transform: uppercase;
  font-family: 'ABCMarfa Bold', sans-serif;
  color: #b5bdcb;
  font-size: 1rem;
  pointer-events: none; /* verhindert Klicks */
  cursor: default;
  text-decoration: none;
  margin-bottom: 1rem;
}
.dropdown .subsub li.active a, .dropdown .subsub li a:hover{color: var(--color-green);}
.dropdown .container_inner>.nav>.col:last-child>span {padding: 0 2rem;}
.dropdown .container_inner>.nav>.col:last-child>span>a {
  pointer-events: all;
  text-transform: inherit;
  cursor: pointer;
  color: var(--color-green);
  font-size: 1.2rem;
  padding-right: 1.5rem;
}
.dropdown .container_inner>.nav>.col:last-child>span>a:hover {color: var(--color-black);}
.dropdown .container_inner>.nav>.col:last-child>span>a:after {
  content: "\f061"; 
  font-family: "Font Awesome\ 6 Pro"; 
  top: 3px;
  right: 0;
  position: absolute;
  font-size: 1rem;
  font-weight: 600;
}
.dropdown .subsub {padding: 0;list-style: none;}
.dropdown .subsub li a {padding: 0.5rem 0; display: flex; gap: 0.5rem; align-items: baseline;}
.dropdown span.pic {
    width: 25px;
    display: inline-block;
    height: auto;
}
.dropdown span.pic img {width: 100%; height: auto;}
.dropdown span.title, .dropdown span.subtitle {display: block;}
.dropdown span.subtitle {
  color: #333;
  font-size: 1rem;
  font-family: 'ABCMarfa Light', sans-serif;
	
}
.dropdown.navi_5 .container_inner {display: flex; gap: 1.5rem;}
.dropdown.navi_5 .container_inner .nav.row { width: 33.33333%; background: rgb(91 72 153 / .1); padding: 2rem;}
.dropdown.navi_5 .container_inner .nav_right {width: 66.6666%; padding: 2rem 2rem 2rem 1rem;font-family: 'ABCMarfa Regular', sans-serif; font-size: 1rem;}
.dropdown.navi_5 .container_inner .nav_right img {width: 100%; height: auto;}
.dropdown.navi_5 .container_inner>.nav>li {flex: none;}
.dropdown.navi_5 .container_inner>.nav>li:first-child {background: transparent;}
.dropdown.navi_5 .container_inner>.nav>li>span>a.nav-link {
    padding: 0;
    text-transform: inherit;
    font-family: 'ABCMarfa Bold', sans-serif;
    color: var(--color-black);
    font-size: 1.2rem;
    pointer-events: all;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 1rem;
    display: flex;
    gap: 0.5rem;
}
.dropdown.navi_5 .container_inner>.nav>li>span>a.nav-link:hover,
.dropdown.navi_5 .container_inner>.nav>li.active>span>a.nav-link, 
.dropdown.navi_19 .container_inner>.nav>li.active>span>a.nav-link {color: var(--color-green);}
.dropdown.navi_5 .container_inner>.nav>li>span {
    padding: 0;
    display: block;
}
.dropdown.navi_5 .container_inner>.nav>.col:last-child {
    position: relative;
    bottom: 0;
    left: 0;
}
.dropdown.navi_5 .container_inner>.nav>.col:last-child>span {
    padding: 0;
}
.dropdown.navi_5 .container_inner>.nav>.col:last-child>span>a:after {display: none;}

.nav_right .ce-bodytext p {margin: 0;}


.login {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2rem;
}

#maincontent {margin-top: 85px;}
.content {position: relative;}

.iconbutton {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.tx-glossary2 .nav {justify-content: center; margin-bottom: 2rem;}
ul.horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color:var(--color-black);
    text-decoration: none;
    background: 0 0;
    border: 0;
}

.ce-image .ce-gallery img, .frame-120 .ce-gallery img {
  width: 100%;
  height: auto;
}
.ce-image .ce-outer {
    position: relative;
    float: none;
    right: 0;
}
.ce-image .ce-inner {
    position: relative;
    float: none;
    right: 0;
}
.ce-image .ce-column {
    float: none;
}
.ce-image figure {
    display: block;
    margin: 0;
}

.text-zitat {
    font-size: 1.875rem;
    line-height: 2.8rem;
}

.breadcrumb {margin: 0;}
.parallax-inner {position: relative;}
.parallax-inner.hell:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.4)
}

.button p {margin: 0;}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1.2rem;
    color: var(--color-black);
    text-align: left;
    background-color:var(--color-white);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-item {
    color:var(--color-black);
    background-color:var(--color-white);
    border: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-header {
    margin-bottom: 0;
    padding: 0;
}
.accordion-button:not(.collapsed) {
    color: var(--color-black);
    background-color: #ffffff;
    box-shadow: none;
}

.box {height: 100%;padding: 0.75rem 0;}
.box .box-outer { height: 100%;background: #fff;}
.box .box-inner {height: 100%; position: relative; padding: 1.5rem !important;}
.box.weiss .box-outer {height: auto; background: transparent;}
.box.blau .box-inner {background: var(--color-blue); color: #fff;padding: 3rem 1.5rem;}
.box .box-inner .bild { width: 100%; height: 200px; margin-bottom: 1rem;}
.box .box-inner .bild img {width: 100%; height: 100%; object-fit: cover;}
.box .box-inner.icon {padding: 0;}
.box .box-inner.icon .bild { height: 80px;}
.box .box-inner.icon .bild img { height: 90px; width: auto;}
.box .box-inner .titel {
  font-size: 1.5rem;
  margin: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
  line-height: 2.2rem;
  font-family: 'SourceSansPro Medium', sans-serif;
  letter-spacing: 1px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.box .box-inner-button {padding-bottom: 4rem; position: relative; height: 100%;}
.box .box-inner-button:hover img {transform: scale(1);transition: all 0.3s ease-in-out;}
.box .box-inner .button {position: absolute; bottom: 0; width: 100%;}
.box .box-inner .button .btn {margin: 0;}
.box.weiss .box-inner {background: #fff; color:#111; border-radius: 1rem; padding: 1.5rem;}

.text-align-right {text-align: right;}
.text-align-center {text-align: center;}
.text-align-left {text-align: left;}

.bild.blau {background: var(--color-blue); width: 80px !important; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.bild.gruen {background: var(--color-green); width: 80px !important; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.bild.blau img, .bild.gruen img {height: auto !important; padding: 0.75rem;}

.frame-type-ce_tile_unit .box {height: auto;}
.g-0, .gx-0 {
    --bs-gutter-x: 1.5rem;
}

fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 1.8rem;
    margin-right: 1rem;
}

.team {text-align: center;}
.team img {width: 100%; height: 100%; object-fit: cover;}
.squarebox {position: relative; width: 100%;overflow: hidden; height: 100%;}
.squarebox.square {height: auto;}
.squarebox.square:before{content: "";display: block;padding-top: 100%;}
.squarebox .box_outer {height: 100%;}
.squarebox.square .box_outer {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.team:hover .squarebox.square .box_outer { padding: 0;transition: all 0.2s ease-in-out;}
.team-content {
  background: var(--color-white);
  padding: 1.5rem;
  color: var(--color-black);
  margin-top: -1.5rem;
  position: relative;
}
.content .team-content a {color: var(--color-black);}
.content .team-content a:hover {color:var(--color-green);}
.team-name {
    color: var(--color-black);
    line-height: 1.2;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'SourceSansPro Light', sans-serif;
    letter-spacing: 1px;
}
.team-funktion {color: #bababa; font-family: 'SourceSansPro Bold', sans-serif;}
.content .team-telefon a { display: flex; gap: 0.5rem; align-items: center; justify-content: center; margin-bottom: 2rem; text-decoration: none;}
.team-social {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.tab-container.left {position: relative;}
.tab-container.left .nav-tabs {border-bottom: none; margin: 2rem 0;}
.tab-container.left .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    color: var(--color-white);
    text-align: left;
    padding: 1rem 3rem 1rem 1rem;
}
.tab-container.left .tab_titel {color: var(--color-white); font-size: 1.2rem}
.tab-container.left .tab_titeltext {font-size: 0.9rem;}
.tab-container.left .nav-tabs .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.tab-container.left .nav-tabs .nav-item.show .nav-link, .tab-container.left .nav-tabs .nav-link.active {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.20);
  border-color: rgba(255, 255, 255, 0.30);
}
.tab-container.left .tab-content {
  position: relative;
  margin-left: -3rem;
  height: 100%;
  width: 140%;
  display: flex;
  background: var(--color-white);
  border-radius: 0.5rem;
  color: var(--color-black);
  overflow: hidden;

}
.tab-container.left .tab-content figure, .tab-container.left .accordion-body figure {margin: 0;}
.tab-container.left .tab-content img, .tab-container.left .accordion-body img {width: 100%; height: auto;}
.tab-container.left .tabContentDesktop {height: 100%;}
.tab-container.left .tab-content .frame-type-text, .tab-container.left .accordion-body .frame-type-text {padding: 1rem;}
.tab-container.left .accordion-body {padding: 0;background-color: rgba(255, 255, 255, 0.20);}
.tab-container.left .accordion-button {background-color: transparent;color: var(--color-white); gap: 1rem;}
.tab-container.left .accordion-item:first-of-type {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
}
.tab-container.left .accordion-item:last-of-type {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    overflow: hidden;
}
.tab-container.left .accordion-item {background-color: rgba(255, 255, 255, 0.20);color: var(--color-white);border-color: rgba(255, 255, 255, 0.30);}
.tab-container.left .accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.20);
  border-color: rgba(255, 255, 255, 0.30);
  box-shadow: none;
}
.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "\f0d7";
    font-family: "Font Awesome\ 6 Pro";
    font-weight: 600;
    font-size: 1.6rem;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0;
    transition: transform .2s ease-in-out;
    transform: rotate(0deg);
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
    gap: 1.5rem;
}
.carousel-indicators button {
  border: none;
  background: transparent;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.carousel-indicators button h3 { padding-bottom: 0;}
.carousel-indicators button span {display: block;}
.carousel-item .ce-image img {width: 100%; height: auto;}
.tab-scroll-indicators .tab-scroll-button {
  background-color: var(--color-white);
  color: var(--color-black);
}
.tab-scroll-indicators .tab-scroll-button.active, .tab-scroll-indicators .tab-scroll-button:hover{
    background-color: rgba(91, 72, 153, 0.1);
    color: var(--color-black);
}
.tab-scroll-indicators {
    display: flex;
    overflow: hidden;
    gap: 1rem;
    padding: 0;
    border-bottom: none !important;
    margin-bottom: 1rem;
}
.tab-scroll-content figure {margin: 0;}
.tab-scroll-content-outer {
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: rgba(91, 72, 153, 0.1);
}

.tab-scroll-content::-webkit-scrollbar { width: 0;  background:transparent;}
.tab-scroll-content::-webkit-scrollbar-thumb { border:none; border-radius: 0; background:transparent;}
.tab-scroll-content::-webkit-scrollbar-thumb:active { background:transparent;}

.tab-scroll-wrapper {
    overflow: hidden;
}

.tab-scroll-button {
    cursor: pointer;
    text-align: left;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 0.5rem;
}
.tab-scroll-button .icon {width: 50px; height: 50px;}
.tab-scroll-button .icon img {width: 100%; height: auto;}
.tab-scroll-button h3 {padding: 0;}

.tab-scroll-content {
    display: flex;
    overflow-x: hidden;
    gap: 2rem;
    padding: 0;
}

.tab-scroll-item {
    flex: 0 0 80%;
    scroll-snap-align: start;
    background: var(--color-white);
    padding: 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    min-width: 300px;
    position: relative;
    overflow: hidden;
}
.tab-scroll-item:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  transition: background 0.3s ease-in-out;
}
.tab-scroll-item.active:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  transition: background 0.3s ease-in-out;
}
.tab-scroll-item img {width: 100%; height: auto;}



.check {
    list-style: none;
    position: relative;
    padding-left: 0;
}
.check li {position: relative; padding-left: 1.5rem; margin-bottom: 1rem;}
.check li:before {
    content: "\f00c";
    font-family: "Font Awesome\ 6 Pro";
    color: var(--color-green);
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 3px;
}

.tab-navigation .nav.nav-tabs {
  border: none;
  background: none;
  margin-bottom: 6rem;
  justify-content: center;
  color: var(--color-button-yellow);
  font-family: 'ABCMarfa Bold',sans-serif;
}
.tab-navigation .nav-link { color: var(--color-white);border: none; position: relative;}
.tab-navigation .nav-link:after {
  content: "";
  background: var(--color-button-yellow);
  width: 2px;
  height: 1rem;
  position: absolute; 
  right: 0;
  display: inline-block;
  top: 14px;
}
.tab-navigation .nav-link:last-child:after {display: none;}
.tab-navigation .nav-tabs .nav-item.show .nav-link, .tab-navigation .nav-tabs .nav-link.active { color: var(--color-button-yellow);border: none; background-color: transparent;}
/* SUCHE */
.frame-type-indexedsearch_pi2 .tx-indexedsearch-res {
  background-color: rgb(91 72 153 / .1);
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.tx-indexedsearch-info {font-size: 0.8rem;}
.tx-indexedsearch-info p {
  margin: 0;
}
.tx-indexedsearch-title, .tx-indexedsearch-searchWord { font-size: 1.5rem; padding-bottom: 1rem; margin: 0; line-height: 1.2;font-family: 'ABCMarfa Bold', sans-serif; color: var(--color-green); text-align: center;}
.displayResultsNew {text-align: center;margin-bottom: 2rem;}
.tx-indexedsearch-redMarkup {color: var(--color-green);}
.frame-type-indexedsearch_pi2 fieldset {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
input#tx-indexedsearch-searchbox-sword {
    background: rgb(91 72 153 / .1);
    border: none;
    padding: 0.5rem 1rem;
    width: 300px;
}
.tx-indexedsearch-browsebox {
  margin: 0;
  padding: 0; 
  display: flex;
  gap: 1rem;
  list-style: none;
  justify-content: center;
}
.tx-indexedsearch-res:hover .tx-indexedsearch-title>a {
  color: var(--color-black);
}
/* SUCHE ENDE */
/* NEWS */
.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    color: var(--color-black);
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.lead {
    font-size: inherit;
    font-weight: 300;
}
.pagination {justify-content: center;gap: 0.5rem;}
.page-link {
  color: var(--color-button-yellow);
  font-family: 'ABCMarfa Bold',sans-serif;
  border-color: var(--color-button-yellow);
  border: 2px solid;
  font-size: .9rem;
  border-radius: .3rem;
}
.active>.page-link, .page-link.active, .page-link:hover {
    z-index: 3;
    color: var(--color-white);
    background-color: var(--color-button-yellow);
    border-color: var(--color-button-yellow);
}
.content .news .article .news-img-wrap {margin-bottom: 1rem;}
.content .news .article .news-img-wrap a {
    display: block;
    float: none;
    padding: 0;
    border: none;
    background: #fff;
}
.content .news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: none;
    margin-top: 15px;
    color: #888;
}
.content .news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 0;
}
.content .news-single .article .news-img-wrap img {
    float: none;
    width: 100%;
    height: auto;
}
.content .news.news-single .frame-default header { padding-top: 2rem;}
.content .news .article .news-img-wrap {
    float: none;
    margin: 0 0 1rem 0;
    background: #fff;
}
.content .news .article .news-img-wrap img {
    float: none;
    height: auto;
    width: 100%;
}
ul.f3-widget-paginator {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
}
/* NEWS ENDE */

.justify-content-between {
    justify-content: flex-start !important;
    --bs-gutter-x: 5rem;
    --bs-gutter-y: 3rem;
}

#footer {font-size: 1rem;position: relative;z-index: 5;}
.footercontent { padding: 0; color: var(--color-black); line-height: 1.6rem; padding-top: 3rem;}
.footercontent .left .frame-type-textpic figure {height: 2.5rem; margin: 0;}
.footercontent .right {text-align: right;}
.footercontent .h3, .footercontent h3 {font-size: 1.3rem; line-height: 1.2rem;  color: #4a4a4a; margin-bottom: 0; height: 2.5rem; margin-top: 0;}
.footercontent a { color: #4a4a4a; text-decoration: none;}
.footercontent a:hover { /*opacity: 0.7;*/ color: var(--color-green);}
.footercontent ul {padding: 0;}
.footercontent li {list-style: none; line-height: 1.6rem;}
.footercontent .social a{height: 30px;display: flex;}
.footercontent .social i {font-size: 1.6em;background: transparent; display: flex; align-items: center; padding: 0;color: #4a4a4a;transition: all 0.2s ease-in-out;}
.footercontent .social i:hover {background: transparent;transition: all 0.2s ease-in-out;}
.footercontent .social .pull-right {float: right;}
.footercontent .social svg {
    vertical-align: inherit;
    position: relative;
    top: 0;
    width: 28px;
    height: 28px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
.footercontent .social svg:hover {background: transparent;transition: all 0.2s ease-in-out;}
.footercontent .social path {fill:#4a4a4a;transition: all 0.2s ease-in-out;}
.footercontent .frame-type-html .social {display: flex; gap:1rem;}
.footercontent .frame-type-html .social .fab {font-size: 1.4rem;}

.footerbottom .breadcrumb li {margin-right: 1rem;}
.footerbottom .breadcrumb li:first-child:before {display: none;}
.footerbottom .breadcrumb li:before {
  content: "\f054";
    font-family: "Font Awesome\ 5 Pro";
    text-decoration: inherit;
    list-style: none;
    position: relative;
    font-size: 0.6rem;
    color: #aaa;
    padding: 0;
    font-weight: 400;
    margin-left: -5px;
    margin-right: 10px;
    top: -1px;
}
.footerbottom .breadcrumb .fa-home {margin-right: 5px; display: none;}
.footerbottom .breadcrumb li:last-child a {color: var(--color-green);}
.footerbottom .breadcrumb li a:hover {color: var(--color-green); opacity: 0.8;}
.footerbottom .breadcrumb span {float: left; margin-right: 5px;}
.footerbottom {padding: 2rem 0 1rem 0;}
.breadcrumb .nav {gap: 1rem;}
.breadcrumb li:before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Pro";
    text-decoration: inherit;
    list-style: none;
    position: relative;
    font-size: 0.6rem;
    color: #aaa;
    padding: 0;
    font-weight: 400;
    margin-left: -5px;
    margin-right: 10px;
    top: -1px;
}
.breadcrumb li:first-child:before {display: none;}
.breadcrumb li a {color: var(--color-black);}
.breadcrumb li:last-child a {color:var(--color-green);}
.breadcrumb li a:hover {color:var(--color-green); opacity: 0.8;}

.social p {
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.langugageMenu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  justify-content: end;
}
.langugageMenu .disabled, .langugageMenu a {color: var(--color-black);}
.langugageMenu li.active a {color: var(--color-green);}



.scrollToTop {
    font-size: 16px;
    cursor: pointer;
    position: fixed;
    bottom: 6rem;
    right: 1rem;
    display: block;
    border-radius: 40px;
    z-index: 10;
    height: 40px !important;
    width: 40px;
    display: none;
    background: rgba(190, 11, 32, 1);
    transition: width 0.2s ease-in-out;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);

}
.scrollToTop span {display: none;}
.scrollToTop a {color: #fff; display: block; }
.scrollToTop.back {
    font-size: 16px;
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 15px;
    display: block;
    border-radius: 3px;
    z-index: 3;
    height: 40px !important;
    width: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}
.scrollToTop.back a {color: var(--color-green); display: block; }
.scrollToTop i {position: relative; transition: all 0.2s ease-in-out; margin-right:0px; font-size: 32px; line-height: 40px;width: 40px; text-align: center;border-radius: 40px;background-color:var(--color-black);}

.viewslide {width: 100%; margin: 0 auto; text-align: center; position: fixed; bottom: 2rem;}

::-webkit-scrollbar { width: 12px;  background: var(--color-white);}
::-webkit-scrollbar-thumb { border: 2px solid var(--color-white); border-radius: 10px; background: var(--color-green);}
::-webkit-scrollbar-thumb:active { background: var(--color-green);}

iframe {
    border: 0;
    margin-bottom: -7px;
}

.ce-col {display: flex; flex-direction: column;}
.ce-col>* {flex: 1;}

@media (max-width: 1399px) {

} 

@media (max-width: 1250px) {

}   

@media (max-width: 1199px) {
  .logo img {
      max-width: 160px;
      padding-top: 0;
  }
  .header-left, .header-right {gap: 0.5rem; }
}  

@media (max-width: 991px) {
  .dropdown.navi_5 .container_inner .nav.row {width: 100%;margin: 0; padding: 1rem;}
  .dropdown .container_inner>.nav>li>span {padding: 1rem;}
  .dropdown .container_inner>.nav, .dropdown.navi_5 .container_inner>.nav>li>span>a.nav-link {font-size: 1rem;}
  .dropdown.navi_5 .container_inner .nav_right {display: none;}
  .dropdown .container {padding: 0;}
  .dropdown.navi_5 .container_inner {display: block;}
  .logo img {width: 150px;height: auto;}
  .preisbox1 {margin: 1.5rem 0;}
  .tab-navigation .nav.nav-tabs {margin-bottom: 2rem;}
  .preisbox_titel {margin-top: 0;}
  .mobileheader button {
      background: transparent;
      display: flex;
      border: none;
      padding: 0;
      font-size: 2rem;
  }
  .mobileheader button.mobileMenu:before {
    content: "\f0c9"; 
    font-family: "Font Awesome\ 6 Pro"; 
    top: 0;
    position: relative;
  }
  .mobileheader .btn-close:before {
    content: "\f00d"; 
    font-family: "Font Awesome\ 6 Pro"; 
    width: 2rem;
    height: 2rem;
    top: 0;
    position: relative;
  }
  .offcanvas {background: linear-gradient(135deg, #8ba72c, #b0d338, #8fb70f);}
  .offcanvas-header .btn-close {
      padding: 0;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
  }
  .offcanvas-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      justify-content: end;
  }
  .offcanvas-body {
      flex-grow: 1;
      padding: 0 1.5rem;
      overflow-y: auto;
  }
  .btn-close { opacity: 1;}
  /* Untermenüs standardmäßig verstecken */
  .offcanvas-body .sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 0;
    margin: 0;
  }
  
  /* aktives Untermenü */
  .offcanvas-body .sub.open {
    max-height: 2000px; /* genug für Inhalte */
    margin-bottom: 2rem;
  }
  
  /* Klickbare Hauptpunkte mit Untermenü */
  .offcanvas-body .dropdown > a::after {
    content: "▾";
    float: right;
    transition: transform 0.3s;
  }
  
  .offcanvas-body .dropdown.open > a::after {
    transform: rotate(180deg);
  }
  
  .offcanvas-body .nav-link {color: var(--color-black);font-family: 'ABCMarfa Bold', sans-serif;padding: 0.5rem 0;}
  .offcanvas-body li.active>.nav-link, .offcanvas-body li>.nav-link:hover {color: var(--color-white);}
  ul.nav.nav-pills {display: flex; flex-direction: column;}
  .dropdown .container>.nav>.col:last-child {position: relative; left: 0; bottom: 0;}
  .sub {list-style: none; padding: 0;}
  .dropdown .container>.nav>.col:last-child>span {padding: 0;}
  .dropdown .container>.nav>li>span {padding: 1rem;}
  .offcanvas-body .col {flex: none;}
  .dropdown .container_inner>.nav>.col:last-child {
      position: relative;
      bottom: 0;
      left: 0;
  }
  .dropdown .container_inner>.nav>.col:last-child>span {
      padding: 0 1rem;
  }
  
  .tab-wrapper {
      display: flex;
      flex-direction: column;
      gap: 3rem;
  }
  .tab-scroll-button {
      cursor: default;
      text-align: left;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      border-radius: 0;
  }
  .tab-scroll-indicators {margin: 0;}
  .tab-scroll-indicators .tab-scroll-button {
      background-color: var(--color-white);
      color: var(--color-black);
      border: none;
  }
  .tab-scroll-indicators .tab-scroll-button.active, .tab-scroll-indicators .tab-scroll-button:hover {
      background-color: var(--color-white);
      color: var(--color-black);
      border:none;
  }
  .tab-scroll-item:before {display: none;}
  .tab-scroll-item {flex: auto;}
  ul.navigation {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;
  }
  ul.navigation .nav-link {
      display: block;
      padding: .5rem 1rem;
      color: var(--color-black);
      text-decoration: none;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }
  .mainnav {
      display: flex;
      justify-content: flex-start;
  }
  .justify-content-between {
      justify-content: flex-start !important;
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 3rem;
  }
  .btn-close {color: var(--color-white);}

}
    
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{  color:transparent;opacity: 1; transition: all 0.2s ease-in-out;}
input:not(:focus)::-webkit-input-placeholder, textarea:not(:focus)::-webkit-input-placeholder { transition: color 0.4s ease-in-out; color:#111111; transition: all 0.3s ease-in-out;opacity: 0.5;}

input:focus::placeholder, textarea:focus::placeholder { color:transparent; transition: all 0.3s ease-in-out;} /* FF 4-18 */
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; transition: all 0.3s ease-in-out;} /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; transition: all 0.3s ease-in-out;} /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; transition: all 0.3s ease-in-out;} /* IE 10+ */

#footer .frame-type-mindshapecookieconsent_consent {margin: 0 !important;}
.cookie-consent-container .consent-modal.open {
    height: calc(100vh - 300px) !important;
}

.cookie-consent-container .consent-modal {
    box-shadow: 1px 1px 6px rgba(127,127,127,.3) !important;
    border-radius: 0.75rem !important;
}
.frame-type-mindshapecookieconsent_consent>.container {padding: 0;}
.cookie-consent-container {font-family: 'ABCMarfa Regular', sans-serif !important;}
.cookie-consent-container .buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.cookie-consent-settings {margin-bottom: 0 !important;}
.cookie-consent-settings>button {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    font-size: inherit !important;
    line-height: inherit !important;
    color: #111 !important;
    border: none !important;
    transition: all 0.2s ease-in-out;
    text-transform: none;
    font-family: 'ABCMarfa Regular', sans-serif;
    float: none;
    background-color: transparent !important;
    font-weight: normal !important;
    letter-spacing: inherit;
}
.cookie-consent-settings>button:hover {background: transparent !important; color: #0f68b2 !important; transition: all 0.2s ease-in-out;}
.cookie-consent-settings>button:hover:after { display: none;}
.cookie-consent-container .consent-modal .cookie-headline, .cookie-consent-container {color: #000 !important;}
.cookie-consent-container a, .cookie-consent-container a:visited, .cookie-consent-container a:active, .cookie-consent-container a:focus, .cookie-consent-container a:focus:active {color: #000 !important;}
.cookie-consent-container a.show-details:after, .cookie-consent-container a:visited.show-details:after, .cookie-consent-container a:active.show-details:after, .cookie-consent-container a:focus.show-details:after, .cookie-consent-container a:focus:active.show-details:after {border-color: #000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) !important;}
.cookie-consent-container .label input:checked~.checkmark {
    background: #e5e5e5 !important;
}
.cookie-consent-container .buttons .btn { border-radius: 0 !important;text-transform: none !important;font-weight: normal !important; height: 40px !important;}
.cookie-consent-container .buttons .btn--secondary {
    background: #312288 !important;
    color: #fff !important;
    border: none !important;
    opacity:1 !important;
    letter-spacing: 0 !important;
}
.cookie-consent-container .label .checkmark {
    background: #e5e5e5!important;
    border: none !important;
}
.cookie-consent-container .label .checkmark:after {
    border: solid #312288  !important;
    border-width: 0 2px 2px 0 !important;
    left: 8px !important;
    top: 2px !important;
}
.cookie-consent-container .buttons .btn:hover {
    background-color:#666 !important;
}
.cookie-consent-container .buttons .btn--primary {
    background: #312288 !important;
    border: none !important;
    letter-spacing: 0 !important;
}
button.save.btn.btn--secondary {
    margin-bottom: 10px;
}
.cookie-consent-container .consent-modal .option-wrapper {
    background: #fff !important;
    box-shadow: 1px 1px 6px rgba(127,127,127,.3) !important;
    margin: 0.2rem 0.2rem 1.5rem 0.2rem !important;
}
.cookie-consent-container .consent-modal .option-wrapper .option-headline {color: #312288;}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option {background: #312288 !important;}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label { color: #fff !important;}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper {border-bottom: 2px solid #e5e5e5 !important;}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail {border-bottom: 1px solid #e5e5e5 !important;}

@media (max-width: 767px) {
  h1 {font-size: 2.2rem;hyphens: none;}
  .content .frame-layout-1 h2, .content .frame-layout-0 h2 {font-size: 2.2rem;}
  .cookie-consent-container .buttons {gap: 0rem;flex-direction: column;}
  ul.horizontal {flex-wrap: wrap;}
  .btn {width: 100%;}
}

.ce-table-striped {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ce-table-striped thead {
  background: linear-gradient(90deg,var(--color-green),#7a63cc,#1c1c28);
  color: #fff;
  text-align: left;
}

.ce-table-striped thead th {
  padding: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ce-table-striped tbody tr {
  background: #fff;
  transition: background 0.3s ease;
}

.ce-table-striped tbody tr:nth-child(even) {
  background: #efebff;
}

.ce-table-striped tbody tr:hover {
  background: #cbc2e9;
}

.ce-table-striped tbody td {
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  color: #333;
}

.navi-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: -1;
  transition: background-color ease-in-out 0.25s;
}

.navi-overlay.sub-overlay {
  position: absolute;
  background-color: transparent;
  z-index: 10;
}

.navi-overlay.open {
  position: fixed;
  opacity: 0.6;
  z-index: 5;
}

.fa-heart {
    transform: scale(1);
    animation: pulse 1s infinite;
    color: #8ba72c;
}

@keyframes pulse {
    0% {
        transform: scale(0.90);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.90);
    }
}

.switch {
  --_switch-bg-clr: rgba(139, 167, 44, 0.5);
  --_switch-padding: 0; /* padding around button*/
  --_slider-bg-clr: #8ba72c; /* slider color unchecked */
  --_slider-bg-clr-on: #8ba72c; /* slider color checked */
  --_slider-txt-clr: #8ba72c;
  --_label-padding: 0.35rem 1rem; /* padding around the labels -  this gives the switch it's global width and height */
  --_switch-easing: cubic-bezier(
    0.47,
    1.64,
    0.41,
    0.8
  ); /* easing on toggle switch */
  color: #111;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  isolation: isolate;
  background: #fff;
  font-size: 1rem;
  float: right;
}

.switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.switch > span {
  display: grid;
  place-content: center;
  transition: opacity 300ms ease-in-out 150ms;
  padding: var(--_label-padding);
}
.switch::before,
.switch::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: inset 150ms ease-in-out;
}
/* switch slider */
.switch::before {
  background-color: var(--_slider-bg-clr);
  inset: var(--_switch-padding) 50% var(--_switch-padding)
    var(--_switch-padding);
  transition:
    inset 500ms var(--_switch-easing),
    background-color 500ms ease-in-out;
  z-index: -1;
}
/* switch bg color */
.switch::after {
  background-color: var(--_switch-bg-clr);
  inset: 0;
  z-index: -2;
}
.switch:has(input:checked):hover > span:first-of-type,
.switch:has(input:not(:checked)):hover > span:last-of-type {
  opacity: 1;
  transition-delay: 0ms;
  transition-duration: 100ms;
}
/* switch hover */
.switch:has(input:checked):hover::before {
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
    45%;
}
.switch:has(input:not(:checked)):hover::before {
  inset: var(--_switch-padding) 45% var(--_switch-padding)
    var(--_switch-padding);
}
/* checked - move slider to right */
.switch:has(input:checked)::before {
  background-color: var(--_slider-bg-clr-on);
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
    50%;
}
/* checked - set opacity */
.switch > span:last-of-type,
.switch > input:checked + span:first-of-type {
  opacity: 1;
}
.switch > input:checked ~ span:last-of-type {
  opacity: 1;
}
.switch > span:first-of-type {
  opacity: 1;
}
.form-select.benutzer { background: #c6d39b; border: none;}

.select-wrapper {
  width: 200px;
  position: relative;
}
.select-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper::before {
  content: "\f107";
  font-family: "Font Awesome\ 6 Pro";
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #111;
  pointer-events: none;
}
.scrollspyHeading {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
.scrollspyHeading a {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none !important;
}
.scrollspyHeading a:hover {color: #ccc;}

.module {line-height: 1.4;}
.row.bereich {border-top: 1px solid #eee;}
.module h3 {padding: 0;}
.module .col {padding-top: 0.75rem; padding-bottom: 0.75rem;position: relative;}
.module .col.center {text-align: center; border-left: 1px solid #eee;}
.module .col.center:last-child {border-right: 1px solid #eee; }
.module .col.center:nth-child(3) {background: #eee;}
.module .titel_tooltip {
  cursor: pointer;
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  width: 1.5rem; 
  height: 1.5rem; 
  background: transparent;    
  background: transparent;
  line-height: 1;
  border: none;
}
.module .funktion_titel, .module .bereich_titel {position: relative;}
.module .row.funktion:hover {background: #eee;}
.module p {margin: 0;}
.module .row.funktion .col.center { display: flex; align-items: center; justify-content: center;}
.module #sticky-header { position: sticky; top: 75px; z-index: 9; }
.module #sticky-header .row { background-color: #fff; }

.fancybox-content {height: auto !important;}


