@font-face {
    font-family: "Market Pro";
    src: url("../fonts/MarketPro.woff2") format('woff2');
}

@font-face {
    font-family: "Nunito Regular";
    src: url("../fonts/Nunito-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Nunito Bold";
    src: url("../fonts/Nunito-Bold.ttf") format('truetype');
}



:root {
  
    --dark-green: #146e21;
    --mid-green: #E2F2D6;
    --light-green: #73B644;
    --green-bg: #F6FAF2;
    --dark-font: #454545;
    --light-font: #fff;

    --br: 10px;
    --shadow: 0px 0px 14px rgb(20 110 33 / 21%); 

    --font-regular: "Nunito Regular", "sans-serif";
    --font-bold: "Nunito Bold", "sans-serif";
    --font-special: "Market Pro", "Brush Script MT";
        


    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #f5f7fb;
  
    --fc-primary: #4B4B4B;
    --fc-dark: #000;

    --ff-primary: 'Roboto', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);
  
    --fw-regular: 400;
    --fw-bold: 700;
  
    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    --fs-500: 0.9375rem;
    --fs-600: 1rem;
    --fs-700: 1.5rem;
    --fs-800: 1.9rem;
    --fs-900: 3rem;

    --br-primary: 15px;
    --br-button: 8px;
  
    --fs-body: var(--fs-400);
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);
  


    --height-header: 70px;
    --fc-nav: #000000;
    --p-button: 10px 15px;
    --clr-border: #000000;
    --fc-white: #ffffff;
    --fc-black: #000000;
    --fc-grey: grey;

}

h1, h2, h3, h4, h5 {
    font-family: var(--font-regular);
    font-weight: 600;
}
p, a, div {
    font-family: var(--font-regular);
}






figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.collection_list.col25 {
    width: calc(25% - 15px);
}

.collection_list.col50 {
    width: calc(50% - 10px);
}

.collection_list.col100 {
    width: calc(100% - 10px);
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/*set scroll margin for main-elements*/
#content,
#area-2,
#area-3,
#area-4,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9 {
    scroll-margin-top: 120px;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}


* {
scrollbar-width: thin;
scrollbar-color: #cccccc #ffffff00;
}

*::-webkit-scrollbar {
width: 7px;
}

*::-webkit-scrollbar-track {
background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
background-color: #cccccc;
border-radius: 10px;
border: 0px solid #ffffff00;
}



/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Reset */
/* 
@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Black';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
	}
    @font-face {
        font-family: 'MarketPro';
        src: url('/layout/frontend/b2c/dist/fonts/MarketPro.woff2');
        font-display: swap;
    }
    @font-face {
            font-family: 'Roboto-Black';
            src: url('/layout/frontend/b2c/dist/fonts/Roboto-Black.ttf');
    }
        
    @font-face {
            font-family: 'Roboto-Bold';
            src: url('/layout/frontend/b2c/dist/fonts/Roboto-Bold.ttf');
    }
        
    @font-face {
            font-family: 'Roboto-Medium';
            src: url('/layout/frontend/b2c/dist/fonts/Roboto-Medium.ttf');
    }
        
    @font-face {
            font-family: 'Roboto-Regular';
            src: url('/layout/frontend/b2c/dist/fonts/Roboto-Regular.ttf');
    }
        
    @font-face {
            font-family: 'Roboto-Thin';
            src: url('/layout/frontend/b2c/dist/fonts/Roboto-Thin.ttf');
    } */

div#area-2 {
    line-height: 2;
}

.home #area-2 .row {
    display: flex;
    justify-content: space-between;
}

.welcome-left {
    width: 75%;
}

.welcome-right {
    width: 20%;
}

body {
    background-color: var(--green-bg);
    font-size: var(--fs-600);
    /* font-weight: var(--fw-regular); */
    line-height: 1.42857143;
    /* font-family: var(--ff-body); */
    /* color: var(--fc-primary); */
    overflow-x: hidden;
    margin: 0;
}

.btn {
    background-color: var(--light-green);
    padding: 10px 20px;
    border-radius: var(--br);
    color: var(--light-font);
    max-width: max-content;
    justify-self: center;
    text-decoration: none;
}

header {
    height: var(--height-header);
    background: var(--bg-header);
}

header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    overflow: visible;
}

nav a {
    text-decoration: none;
}

ul.level_1 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.collection_list.hero {
    width: 100%;
    padding: 0;
    background: var(--clr-primary-light);
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
    justify-content: center;
}

button, input.button, .component.button_navigation a {
    background: var(--light-green);
    color: var(--clr-primary-white);
    padding: var(--p-button);
    border-radius: var(--br);
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

button:active,
input.button:active,
input.button:focus,
.component.button_navigation a:active,
.component.button_navigation a:focus,
button:focus {
    outline: 1px dashed var(--light-green);
    outline-offset: 2px;
}

button:hover,
input.button:hover,
.component.button_navigation a:hover {
    opacity: .95;
}

input, select, textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid var(--clr-border);
    font-family: inherit;
    border-radius: var(--br-button);
}

input[type="checkbox"] {
    width: auto;
}

.owl-item img {
    height: 450px!Important;
    width: 100%!Important;
    border-radius: var(--br-primary);
}
.owl-item {
scale: .9;
}
.owl-item.center {
scale: 1;
}

.owl-item a {
    width: 100%!Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--primary-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--light-green);
    color: var(--light-font);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
    text-decoration: none;
}

a.button_filter.o-filter {
    background: var(--mid-green);
    color: var(--light-green);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
    border: 1px solid var(--light-green);
    text-decoration: none;
}

.collection_list.hero .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 2rem;
}

.collection_content.hero__title.title.custom {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: flex-end;
}

.collection_content.hero_teaser {
    grid-area: 2 / 1 / 3 / 2;
}

.collection_content.hero_img {
    grid-area: 1 / 2 / 3 / 3;
}

div#overlaycrumb.collection input {
    max-width: 50%;
}

.collection_content.hero_img img {
    height: 400px!important;
    object-fit: cover;
}

.collection_list.card .collection_container {
    background: #fff;
    box-shadow: #7592ba3a 0px 7px 29px 0px;
    border-radius: var(--br-primary);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 7px solid var(--primary-accent);
    transition: 300ms;
    min-height: 480px;
}

.collection_list.card .card_img {
    height: 216px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.collection_list.card .card_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s;
}

.collection_list.card .collection_container:hover {
    box-shadow: #7592ba75 0px 7px 29px 0px;
}

li.level_1.levels ul {
    display: none;
}

/* a {
    color: var(--primary-accent);
} */

.component.copyright .textcontent:last-child {
    float: right;

}
.component.copyright .textcontent a + a {
    margin-left: 20px; 
}
.component.copyright .textcontent:first-child {
    float: left;
}

.collection_list.card .collection_content.title.custom {
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    /* font-family: var(--ff-secondary); */
    margin-inline: 1.5rem;
    color: var(--fc-secondary);
    margin-block-start: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_list.card .collection_container:hover .collection_content.card_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.collection_list.card .collection_content.card_teaser {
    margin-inline: 1.5rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}




.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var( --clr-primary-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}



#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}



.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--green-bg);
    text-align: center;
    padding: 2rem;
    color: var(--light-green);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--light-green);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}



button.close {
    margin: 0 0 1rem;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
  }

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--mid-green);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--br);
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: var(--br) var(--br) 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var(--dark-font);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--dark-font);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: var(--fs-600);
    font-weight: 400;
    border: none;
    color: var(--dark-font);
    line-height: 1;
    margin-bottom: 7px;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}



ol li, ul li {
    list-style: unset;
}

header ul li {
    list-style: none;
}




div#content,
.main-screen {
    padding: 5rem 0 ;
    position: relative;
    float: left;
    width: 100%;
}



.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var( --clr-primary-white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --clr-primary-white) !important;
}

.pop-up-element {
   z-index: 1;
   padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
   display: flex;
   justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
   display: block;
}

.pop-up-button {
   cursor: pointer;
}

.pop-up-button.current {
   background: var(--primary-accent);
   color: var( --clr-primary-white);
   border: 1px solid var(--primary-accent);
}

.faq_nearest_search {
    display: none;
}

.header-text a {
    background: var(--primary-accent);
    color: var( --clr-primary-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
}

.header-text a:hover {
    color: var( --clr-primary-white);
    box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container:before {
    display: none;
}

/* Header Kollektion */

iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br-primary);
}

div#footer-header {
    float: left;
    width: 100%;
}

#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 1px;
}

#header>.container:after {
    display: none;
}

.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}


.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var( --clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
}

.header-text h1 img {
    width: 50px!important;
}

.d-none {
    display: none!Important;
}

#slider img {
    height: 420px !important;
    filter: brightness(0.8);
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-bold);
    color: #4B4B4B;
    margin: 10px 0;
    /* font-family: var(--ff-heading)!important; */
}

h1 {
    font-size: var(--fs-900);
    color: #fff;
}


h2 {
    font-size: var(--fs-800);
    margin-bottom: 3rem;
}

h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}


a:hover {
    opacity: .95;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}


.full_preview .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.fade {
    opacity: 1;
}

a {
    cursor: pointer;
}

li.level_1.levels {
    position: relative;
}

#header_2 ul.level_2 {
    display: none;
    padding: 25px 15px 5px 17px;
    min-width: max-content;
}

#header_2 li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    left: -15px;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: var(--clr-primary-white);
    padding: 15px;
    border-radius: var(--br-primary);
}

ul.level_2 a p.level_2_title {
    color: var(--dark-font);
    cursor: pointer;
}

li.level_2 {
    margin-bottom: 10px;
}

.modal.success .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.owl-stage-outer {
    width: 100%;
}

div#cookiewarnung {
    position: fixed;
    bottom: 40px;
    background: var(--mid-green);
    color: var(--dark-font);
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: var(--br);
    border: 1px solid var(--light-green);
    box-shadow: var(--shadow) 0px 7px 29px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    border: 1px solid var(--light-green);
    display: inline-block;
    padding: 7px !important;
    border-radius: 5px;
    background: var(--mid-green);
}


div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var( --clr-primary-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: #f2f6ff;
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
    content: "";
    right: 20px;
    top: 20px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: #f2f6ff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: var( --clr-primary-white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var( --clr-primary-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var( --clr-primary-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}


.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}



button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 1rem 0;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header-wrapper {
    position: relative;
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}

#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    max-width: calc(var(--height-header) * 3);
}

div#header_3 {
    display: none;
}

.sticky-active {
    position: relative;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.hamburger-menu {
    background: var(--primary-accent);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
}



#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --clr-primary-white);
}

#header .hamburger-menu a {
    padding: 15px 20px !important;
    display: block;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var( --clr-primary-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var(--light-green);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

#slider-wrapper {
    position: relative;
}

div#slider {
    /* height: 100%; */
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:4;
    color: var(--fc-white);
    text-align: center;
}

#slider div#slider-title h1 {
    color: var( --clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 50%;
    width: 100%;
    color: var(--clr-primary-white);
    padding: 20px 0;
    transform: translateY(50%);
    z-index: 1;
}


#footer {
    clear: both;
    padding: 70px 0 25px 0;
    background: var(--mid-green);
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;

}


#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding-right: 40px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var( --clr-primary-white);
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
    background: var(--light-green);
    color: var(--fc-white) ;
}

div#privacy-policy a {
    color: inherit;
}





#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var( --clr-primary-white);
}

.seo .footer-1 {
    padding-right: 50px;
}

.seo .footer-2 {
    padding-left: 0px;
}

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

.g-recaptcha iframe {
    border-radius: 0;
    height: -webkit-fill-available;
}


/* --------------kn ---------------*/


.container.main_nav {
    background-color: #0D4F9F;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    z-index: 4534543;
    max-width: none;
}

#header_2 {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    /* margin-left: 240px; */
    /* margin-right: 240px; */
    padding: 10px 20px;
    display: flex;
    justify-content: right;
    align-items: center;
}

#header_2 nav ul {
    justify-content: space-between; 
    list-style: none;
    padding: 0;
    margin: 0;
}

#header_2 .level_1 {
    margin: 0 30px; 
}

#header_2 .level_1 a {
    /* color: var(--dark-font); */
    text-decoration: none;
    /* font-weight: bold; */
}

#header_2 li.level_1:not(last-child) {
    color: var(--dark-font);
    cursor: context-menu;
}

#header_2 li.level_1:not(last-child) a {
    cursor: context-menu;
}

#header_2 li.level_1:last-child {
    background-color: var(--light-green);
    padding: 10px 20px;
    border-radius: var(--br);
    color: var(--light-font) !important;
    cursor: pointer;
}

#header_2 li.level_1:last-child a {
    cursor: pointer;
    color: var(--light-font) !important;
}

#header_2 nav ul.level_1 li a {
    font-size: 17px;
}

/* #slider-wrapper */

 #slider-wrapper {
    overflow: hidden; 
    /* height: 500px; */
    position: relative;
}

#slider-wrapper .imgcontent {
    position: relative;
}

#slider-wrapper .imgcontent img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}

.home #slider-wrapper .imgcontent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.45); 
    z-index: 1;
}

.home #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    padding: 20px; 
}


/* .home #slider-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px; 
    height: 900px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: -1; 
} */

/* Headervideo */

/* .headervideo {
    background: #000;
} */
.headervideo .textcontent video {
    filter: brightness(0.7);
}


.home .header-title h1 {
    font-size: 59px;
    /* color: #4B4B4B !important; */
    /* font-family: 'Roboto', sans-serif !important; */
    font-weight: bold !important;
    margin-bottom: 0;
}

.home .header-style h1 {
    font-size: 59px !important;
    color: #0D4F9F !important;
    /* font-family: 'MarketPro' , sans-serif !important; */
    font-weight: normal !important;
    margin-top: -20px;
}

.home .header-text div {
    font-size: 17px !important;
    /* color: #4B4B4B !important; */
    /* font-family: 'Roboto', sans-serif !important; */
    font-weight: normal !important;
}

.portrait .imgcontent img {
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
}

.signature .textcontent {
    font-family: var(--font-special);
    font-size: var(--fs-700);
}

/* ------------ area-1 ---------------*/
#content .content-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    background-color: var(--green-bg);
}

.home#content .collection_list:first-child {
    grid-column: 1 / -1;
    height: 360px;
}

.home#content .collection_list {
    display: flex;
    flex-direction: column;
    height: 180px;
}

.home #content .collection_container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background-color: #ffffff;
    transition: box-shadow 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#content .collection_list:not(:first-child) .col-hauptmenu_img {
    height: 120px; 
    overflow: hidden;
}

#content .col-hauptmenu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
    display: block;
}

#content .collection_list:first-child .col-hauptmenu_title {
    padding: 20px;
    font-size: 18px;
    color: var(--dark-green);
    text-align: left;
    background-color: #ffffff;
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: auto;
}

#content .collection_list:not(:first-child) .col-hauptmenu_title {
    padding: 10px;
    font-size: 18px;
    color: var(--dark-green);
    text-align: left;
    background-color: #ffffff;
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: auto;
}

#content .collection_list:first-child .col-hauptmenu_link a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(/userdata/01_Allgemein/arrow-down.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    z-index: 3;
}

.home .collection_content.news_k-datum {
    display: none;
}

#content .collection_list:not(:first-child) .col-hauptmenu_link a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(/userdata/01_Allgemein/arrow-down.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    z-index: 3;
}

.home div#content {
    margin-top: -227px;
    z-index: 56;
}
/* ------------ area-2---------------*/

#area-2,
#area-4,
#area-6,
#area-8 {
    background-color: #ffffff;
}

#area-2 .container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

#area-2 .col__block-left {
    flex: 0 0 33.33333%;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

#area-2 .col__block-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

#area-2 .burgermeisterin,
#area-2 .col-gewusst,
#area-2 .news_k_groupe {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#area-2 .burgermeisterin .burgermeisterin_text,
#area-2 .col-gewusst .gewusst_text,
#area-2 .news_k_groupe .collection_content {
    margin-bottom: 15px;
}

#area-2 .burgermeisterin .burgermeisterin_img img,
#area-2 .col-gewusst .gewusst_img img,
#area-2 .news_k_groupe .news_k-img img {
    width: 100%;
    border-radius: 8px;
}

#area-2 .burgermeisterin .burgermeisterin_img {
    text-align: center;
    margin-top: 15px;
}

#area-2 .burgermeisterin .burgermeisterin_img img {
    max-width: 130px;
    border-radius: 50%;
}

#area-2 .col-gewusst {
    display: flex;
    align-items: center;
    gap: 15px;
}

#area-2 .col-gewusst .gewusst_img img {
    max-width: 90px;
}

#area-2 .news_k_groupe .collection_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#area-2 .news_k_groupe .collection_list .news_k {
    flex: 1 1 calc(50% - 15px);
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#area-2 .news_k-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 20px;
    color: #4B4B4B;
    text-decoration: none;
    position: relative;
    padding-right: 25px; 
}

#area-2 .news_k-text::after {
    content: "";
    background-image: url('/userdata/02_Kollektionen/arrow.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px; 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

#area-2 .news_k-text a {
    color: #4B4B4B;
    text-decoration: none;
}

.home .collection_list.news_k {
    width: 50%;
    float: left;
    padding: 15px;
}

#area-2 .burgermeisterin .burgermeisterin_img {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

#area-2 .burgermeisterin .burgermeisterin_img img {
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: top !important;
    margin-right: 40px !important;
}

#area-2 .burgermeisterin .burgermeisterin_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
}

#area-2 .burgermeisterin .burgermeisterin_text .textcontent strong {
    font-size: 20px;
}

#area-2 .burgermeisterin .burgermeisterin_name .textcontent strong {
    font-size: 18px;
}

.col__block-right_text {
    display: flex;
}

.burgermeisterin_text .textcontent {
    font-size: 16px;
}

#area-2 .burgermeisterin_name .textcontent {
    line-height: 0.9;
}

.news_k_groupe .textcontent h3 {
    font-size: 20px;
}

.title_news {
    padding-left: 15px;
    margin: 0px 0 !important;
    position: relative;
}

.title_news {
    padding-left: 15px;
    margin: 0px 0 !important;
    position: relative;
}

.title_news::after {
    content: "Alle ansehen";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #0D4F9F;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background-image: url('/userdata/02_Kollektionen/arrow.svg');
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: right center;
    padding-right: 15px; 
}

.title_news h3 {
    margin: 0px 0 !important;
    margin-bottom: 10px !important;
}
.col__block-gewusst_text {
    display: flex;
    align-items: center;
}

.collection_content.gewusst_titile {
    font-size: 40px;
    font-family: 'MarketPro';
    color: #0D4F9F;
}

.collection_content.gewusst_img {
    margin-left: auto; 
}
.collection_content.gewusst_img img {
    width: 90px;
    height: 90px; 
    object-fit: cover; 
}

 #area-2 .col-gewusst .gewusst_text {
    margin-top: 20px;
}
.home #area-2 {
    padding-top: -69px !important;
    /* margin-top: -175px; */
}

.home #area-2 .collection_content.news_k-img img {
    height: 306px !important;
    width: 408px !important;
    object-fit: cover;
    max-width: 100%;
}

/* ------------ area-3 ---------------*/

#slider-wrapper {
    width: 100vw;
    overflow: hidden;
}

#slider {
    width: 100%;
}

#slider-wrapper .collection_list {
    width: 100%;
    float: none;
    padding: 0;
    position: relative;
}

#slider-wrapper .col-headerbild_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#slider-wrapper .collection_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.80);
    z-index: 1;
}

.col-headerbild_groupe {
    position: absolute;
    top: 160px;
    left: 20px;
    z-index: 2;
    margin-left: 240px;
    color: #4B4B4B;
    text-align: left;
}

.col-headerbild_title {
    font-weight: bold;
}

.col-headerbild_title h1 {
    font-size: 54px;
    font-weight: bold;
    color: #4B4B4B;
}

.header-style {
    font-size: 59px !important;
    color: #0D4F9F !important;
    /* font-family: 'MarketPro', sans-serif !important; */
    font-weight: normal !important;
    margin-top: -20px;
}

.col-headerbild_text {
    text-align: left;
}

.col-headerbild_text h4 {
    font-size: 17px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: normal;
    color: #4B4B4B;
    text-align: left;
    margin: 0;
}

/* __________________news_kurz___________________ */
.news_kurz #content .collection_container {
    background-color: transparent !important;
}

.news_kurz .back_to_overview,
.news_kurz #backButton {
    display: none !important;
}

.news_kurz .news_k .collection_container {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 30px !important;
    padding: 20px !important;
}

.news_kurz .col-slider-textblock-left {
    flex: 0 0 58% !important;
    max-width: 58% !important;
    padding: 15px !important;
}

.news_kurz .col-slider-slider-right {
    flex: 0 0 40% !important;
    max-width: 40% !important;
    padding: 15px !important;
}

.news_kurz .collection_content.news_k-datum {
    color: #0D4F9F !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    /* font-family: 'Roboto', sans-serif !important; */
    margin-bottom: 10px !important;
}

.news_kurz .col-slider-textblock-left .textcontent {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #333 !important;
}

.news_kurz .col-slider-textblock-left .textcontent strong {
    font-size: 20px !important;
    font-weight: bold !important;
    color: inherit !important;
}

.news_kurz .col-slider-slider-right .owl-item {
    width: 170px !important;
    height: 135px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 5px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    background-color: #f4f4f4 !important;
    flex: 0 0 auto !important;
}

.news_kurz .col-slider-slider-right .owl-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 5px !important;
}

.news_kurz .owl-carousel .owl-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
}

.news_kurz .owl-carousel .owl-item img {
    object-fit: cover !important;
    border-radius: 8px !important;
}

.news_kurz a[data-zoom-id="zoom"] {
    padding: 0 !important;
    width: 170px !important;
    height: 135px !important;
}

.news_kurz div.collection_content.news_k-slide {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-left: 0 !important;
}

.news_kurz .col-slider-slider-right .owl-item:first-child {
    margin-left: 0 !important;
}

.news_kurz .owl-carousel .owl-stage-outer {
    margin-left: -10px !important;
    overflow: hidden !important;
}

.news_kurz .owl-carousel .owl-stage {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.news_kurz #content {
    padding: 0px 0;
    position: relative;
    float: left;
    width: 100%;
    margin-top: -70px;
}
.news_kurz .news_k-img img {
    border-radius: 8px;
}
.home .filter_display {
    display: none;
}
/* __________________news_alle___________________ */

.news_alle #content .collection_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}

.news_alle #content .collection_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 13px; 
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
}

.news_alle #content .collection_container:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.news_alle #content .collection_content.news_k-img {
    width: 482px; 
    height: 345px; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_alle #content .collection_content.news_k-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    border-radius: 0px;
}

.news_alle #content .collection_content.news_k-datum {
    color: #0D4F9F;
    font-size: 14px;
    padding: 10px 20px 0 20px; 
}

.news_alle #content .collection_content.news_k-text {
    font-size: 18px;
    color: #4B4B4B;
    padding: 10px 20px;
    text-decoration: none; 
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    max-height: 3.6em; 
    margin-bottom: 10px; 
}

.news_alle #content .collection_content.news_k-text a {
    text-decoration: none; 
    color: inherit; 
}

.news_alle #content .collection_link .button {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    margin: 10px auto;
    width: calc(100% - 20px);
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.news_alle #content .collection_link .button:hover {
    background-color: #0056b3;
}

.news_alle #content {
    padding: 0rem 0;
    padding-bottom: 50px;
}

/* __________________aktuelle___________________ */

/* .aktuelles #content {
    padding: 0 0;
    position: relative;
    float: left;
    width: 100%;
    margin-top: -30px;
}

.aktuelles #position .herzlich {
    display: flex;
    align-items: center; 
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.aktuelles #position .herzlich_img {
    flex-shrink: 0;
    margin-right: 20px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #eee;
}

.aktuelles #position .herzlich_img .imgcontent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aktuelles #position .row {
    display: flex;
}

.aktuelles #position .herzlich_title {
    margin-bottom: 10px;
}

.aktuelles #position .herzlich_title .textcontent {
    font-size: 18px;
    font-weight: 400; */
    /* font-family: 'Roboto', sans-serif; */
    /* color: #0D4F9F;
}

.aktuelles #position .herzlich_text {
    margin-top: 0;
}

.aktuelles #position .herzlich_text .textcontent {
    font-size: 18px; */
    /* font-family: 'Roboto', sans-serif; */
    /* color: #4B4B4B;
    line-height: 1.5;
    font-weight: 400;
}

.aktuelles #position .herzlich_text h2 {
    font-size: 22px;
    font-weight: 500; */
    /* font-family: 'Roboto', sans-serif; */
    /* color: #4B4B4B;
    margin: 0;
}
.aktuelles .herzlich_right{
    margin-top: 20px;
} */

/* __________________col-aktuelles___________________ */


/* .aktuelles #area-2 .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.aktuelles #area-2 .collection_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 20px;
}

.aktuelles #area-2 .collection_container {
    display: flex;
    width: 100%;
    box-shadow: none;
    border: none; 
    overflow: hidden;
    height: 300px;
    border-radius: 8px;
    background-color: transparent; 
    margin-bottom: 10px; 
}

.aktuelles #area-2 .collection_list:not(:last-child) {
    position: relative;

}

.aktuelles #area-2 .collection_list:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -15px; 
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E2E2E2;
}

.aktuelles #area-2 .col-aktuelles_img {
    width: 400px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.aktuelles #area-2 .col-aktuelles_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aktuelles #area-2 .col-aktuelles_right {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;

}

.aktuelles #area-2 .col-aktuelles_status {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    color: #0D4F9F;
    font-weight: bold;
    text-align: left;
    font-weight: 400;
}

.aktuelles #area-2 .col-aktuelles_title {
    font-size: 20px;
    color: #4B4B4B;
    font-weight: bold;
    font-weight: 500;
    margin-bottom: 10px;
}

.aktuelles #area-2 .col-aktuelles_text {
    font-size: 16px;
    color: #4B4B4B;
    line-height: 1.6;
    font-weight: 400;
}

.aktuelles #area-2 {
    padding: 0 0;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 5em;
} */

/* __________________stellenangebote___________________ */


.stellenangebote #content {
    padding: 5rem 0;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stellenangebote .title-center h1 {
    font-size: 30px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 500;
    color: #4B4B4B;
    margin-bottom: 20px;
    text-align: center;
}

.stellenangebote #content .collection_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
}

.stellenangebote #content .collection_container {
    position: relative;
    width: 461px;
    height: 221px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding-right: 0;
}

.stellenangebote #content .collection_content.col-stellenangebote_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 295px;
    height: 221px;
    overflow: hidden;
    z-index: 1;
}

.stellenangebote #content .collection_content.col-stellenangebote_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.stellenangebote #content .collection_content.col-stellenangebote_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.6) 46%, rgba(255, 255, 255, 0) 162%);
    z-index: 2;
}

.stellenangebote #content .collection_content.col-stellenangebote_title {
    position: relative;
    margin-left: 40px;
    max-width: 50%;
    font-size: 25px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 500;
    color: #4B4B4B;
    z-index: 3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* __________________stellenangebote___________________ */

.stellenangebote_col #content .back_to_overview {
    display: none;
}

.stellenangebote_col #content #backButton {
    display: none;
}

.stellenangebote_col .collection_full.col-stellenangebote .col-stellenangebote_img img {
    display: none;
}

.stellenangebote_col .collection_content.col-stellenangebote_stellenangebote .col-stellenangebote_img img {
    display: block;
}

/*.stellenangebote_col #slider .slider-title-content,
.stellenangebote_col #slider .slider-title-content-subtitle,
.stellenangebote_col #slider .col-headerbild {
    display: none;
}*/

body.home #slider .slider-title-content,
body.home #slider .slider-title-content-subtitle,
body.home #slider .col-headerbild {
    display: unset;
}


/* __________________ stellenangebote_col ___________________ */

.stellenangebote_col #content .collection_container .col-stellenangebote_header {
    display: none;
}

.stellenangebote_col .col-stellenangebote_title {
    display: none;
}

.stellenangebote_col #content .collection_list.col-stellen {
    width: calc((100% - 60px) / 3); 
    aspect-ratio: 3.3 / 1; 
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin: 10px; 
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; 
}

.stellenangebote_col #content .col-stellen_logo {
    flex: 0 0 auto;
    width: 91px;
    height: 91px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stellenangebote_col #content .col-stellen_logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 5px; 
    border: 1px solid #B2B2B2; 
    border-radius: 4px; 
    background-color: #ffffff;
}

.stellenangebote_col #content .col-stellen_right {
    flex: 1;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-stellen_right_text {
    display: flex;
    align-items: center;
}

.col-stellen_right .col-stellen_platz,
.col-stellen_right .col-stellen_zeit {
    display: flex; 
    align-items: center; 
    width: 50%; 
    font-size: 12px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 400;
    color: #B2B2B2;
    box-sizing: border-box;
}

.col-stellen_right .col-stellen_platz::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px; 
    margin-right: 5px;
    background-image: url('/userdata/02_Kollektionen/Gruppe%204201.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 2px;
}

.col-stellen_right .col-stellen_zeit::before {
    content: '';
    display: inline-block;
    width: 14px; 
    height: 14px;
    margin-right: 5px;
    background-image: url('/userdata/02_Kollektionen/time.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.stellenangebote_col #content .collection_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.stellenangebote_col .collection_content.col-stellenangebote_stellen {
    margin-bottom: 50px;
}

.stellenangebote_col div#content {
    padding: 0px 0px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: -50px;
}

.col-stellen_right_text {
    display: flex;
    margin-top: 3px;
}
.collection_content.col-stellen_job {
    font-size: 15px;
    color: #0D4F9F;
}

.collection_content.col-stellen_title {
    font-size: 22px;
    font-weight: 600;
    color:#4B4B4B;
    margin-top: -3px;
}
.collection_content.col-stellen_unternehmen {
    font-size: 12px;
    color: #B2B2B2;
}

.col-stellenangebote_stellenangebote::before {
    content: "Stellenangebote in weiteren Kategorien";
    font-size: 30px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 500;
    color: #4B4B4B;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.collection_content.col-stellenangebote_stellenangebote {
    width: 100%;
}

.stellenangebote_col .collection_list.col-stellenangebote {
    width: 50%; 
}

.stellenangebote_col .col-stellenangebote_stellenangebote .collection_container {
    position: relative;
    height: 220px; 
    border-radius: 10px; 
    overflow: hidden; 
    box-sizing: border-box;
    margin: 10px; 
    display: inline-block;
    vertical-align: top;
}

.stellenangebote_col .col-stellenangebote_stellenangebote .col-stellenangebote_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.stellenangebote_col .col-stellenangebote_stellenangebote .col-stellenangebote_img img {
    object-fit: contain;
    position: absolute;
    top: -2px;
    left: 165px;
    z-index: 1;
}

.stellenangebote_col .col-stellenangebote_stellenangebote .collection_container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 113%);
    z-index: 2;
    border-radius: 8px; 
}

.stellenangebote_col .col-stellenangebote_stellenangebote .col-stellenangebote_title {
    position: absolute;
    top: 50%; 
    left: 10px; 
    transform: translateY(-50%); 
    z-index: 3;
    color: #4B4B4B;
    /* font-family: 'Roboto', sans-serif; */
    margin-left: 40px;
    font-size: 25px; 
    font-weight: 500; 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 40%;
}

.collection_link {
    z-index: 50;
}


/* __________________ footer ___________________ */

.footer-1, .footer-2, .footer-3 {
    width: 33.333%;
}

.footer-1.component, .footer-2.component, .footer-3.component {
    width: 100%;
}

#footer a {
    width: fit-content;
    color: var(--dark-font);
    text-decoration: none;
}

#footer {
    display: flex;
    flex-wrap: wrap;
    color: var(--dark-font);
}

.social-links-wrapper {
    display: flex;
}

.social-links-wrapper .textcontent {
    max-width: 40px;
    margin-right: 20px;
}

.social-icon img {
    object-fit: contain;
}

.footer-1 {
    display: flex;
    /* align-items: center; */
    /* margin-bottom: 20px;  */
    flex-wrap: nowrap; 
    /* margin-top: 20px; */
}

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

.footer-1 .imgcontent img {
    width: 77px !important;
    height: 84px !important;
    margin-right: 40px;
    object-fit: cover;
}

.footer-1   .textcontent {
    width: 70%;
}
.footer-1 .textcontent {
    /* display: flex; */
    flex-direction: column;
    max-width: 100%; 
}

/* .footer-2 {
    width: 60%;
} */


/* .footer-1 .textcontent a, .footer-2 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0D4F9F;
    color: white;
    text-decoration: none;
    border-radius: 13px;
    text-align: center;
    margin-top: 10px; 
} */
/* .footer-1 .textcontent a:hover, .footer-2 a:hover {
    background-color: #333333;
} */
.footer-sitemap a {
    text-decoration: none; 
    color: #4B4B4B!important; 
    font-size: 15px;
}
.copyright a {
    text-decoration: none; 
}
#footer .container {
    display: flex;
    justify-content: space-between; 
    flex-wrap: nowrap; 
    width: inherit;
}

.footer-group {
    width: 80%; 
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
}

/* .footer-3 {
    width: 40%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
} */

.footer-sitemap,
.footer-1,
.footer-2 {
    margin-bottom: 20px; 
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    display: block;
}

/* .footer-1 .textcontent a,
.footer-2 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0D4F9F;
    color: white;
    text-decoration: none;
    border-radius: 13px;
    text-align: center;
    margin-top: 10px;
} */

/* .footer-1 .textcontent a:hover,
.footer-2 a:hover {
    background-color: #333333;
} */

.contactformular {
    width: 100%;
    /* margin: 0 auto; */
    /* background-color: #ffffff; */
    /* padding: 20px; */
    /* border-radius: 12px; */
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    /* font-family: Arial, sans-serif; */
    /* overflow: hidden; */
    position: relative;
}

/* .contactformular::before {
    content: "Nehmen Sie Kontakt zu uns auf";
    display: block;
    text-align: start;
    font-size: 17px; */
    /* font-family: 'Roboto', sans-serif; */
    /* font-weight: 500;
    color: #4B4B4B;
    margin-bottom: 10px;
} */

.contactformular .form-group {
    width: 100%;
    position: relative;
}

.contactformular input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    /* font-size: 14px; */
    box-sizing: border-box;
    background-color: #ffffff;
}

.contactformular input[type="text"]::placeholder {
    color: #9E9E9E;
    font-size: 14px;
    opacity: 1;
}

.contactformular input[type="text"]:focus {
    border-color: #0D4F9F;
    outline: none;
    background-color: #ffffff;
    color: #4B4B4B;
}

.contactformular input[type="text"]:not(:placeholder-shown) {
    color: #4B4B4B;
}

.contactformular .recaptcha-class {
    margin: 20px 0;
}

.contactformular .contact-button input[type="submit"] {
    width: fit-content;
    background-color: var(--light-green);
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: var(--br);
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
}

.contactformular .contact-button input[type="submit"]:hover {
    background-color: var(--dark-green);
}

/* .contactformular .form-group.mail,
.contactformular .form-group.telephone {
    float: left;
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
} */

.contactformular .form-group.telephone {
    margin-right: 0;
}

.btn-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn.btn-light {
    background-color: #fff;
    color: var(--light-green);
}

.home #area-5 {
    background-image: url(/userdata/01_Allgemein/IMG_2049.png);
    background-color: var(--dark-font);
    background-position: center;
    background-size: cover;
    color: var(--light-font);
}

/* body,  */
/* .container,  */
/* .main_nav, #slider-wrapper, #content, #area-2, #footer-header, #footer {
    overflow-x: hidden;
} */


/* __________________kn media___________________ */



/* ------------Responsive ---------------*/

@media (max-width: 1753px) {
    #header_2 {
        margin-left: 0px;
        margin-right: 0px;
    }
    #header_2 .level_1 {
        margin: 0 15px;
    }
}

@media (max-width: 1373px) {
    .header-title h1 {
        font-size: 40px !important;
    }
}
@media (max-width: 992px) {
    .news_kurz .news_k .collection_container {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .news_kurz .col-slider-textblock-left,
    .news_kurz .col-slider-slider-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 10px !important;
    }
    .col-headerbild_groupe {
        margin-left: 50px;
    }
}
@media (max-width: 718px) {
    .header-title h1 {
        font-size: 35px !important;
    }
    #slider-title::before {
        width: 500px!important;
        height: 500px!important;
    }
}

@media (max-width: 638px) {
    .header-title h1 {
        font-size: 30px !important;
    }
    .header-text div {
        font-size: 14px !important;
    }
}
@media (max-width: 500px) {
    .home div#content {
        margin-top: -136px;
        z-index: 56;
    }
    .col__block-left {
        margin-top: 100px;
    }
}
@media (max-width: 435px) {
    /* #content .collection_list {
        height: 180px!important; 
    } */
    
    #content .collection_list .col-hauptmenu_img {
        height: 100px; 
    }

    #content .collection_list .col-hauptmenu_title {
        font-size: 16px;
        padding: 8px;
    }

    #content .collection_list .col-hauptmenu_link a {
        bottom: 5px;
        right: 5px;
        width: 16px; 
        height: 16px;
    }
    #content .collection_list:first-child .col-hauptmenu_title {
        padding: 10px;
        font-size: 18px;
    }
    /* #content .collection_list:first-child .col-hauptmenu_link a {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 18px;
        height: 18px;
    } */
    .col-headerbild_title h1 {
        font-size: 39px;
    }
    .header-style {
        font-size: 47px !important;
    }
    .col-headerbild_groupe {
        margin-left: 20px;
    }
}

@media (max-width: 1249px) {
    div#header_2 {
        display: none;
    }

    #toggle_navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

    #header_3 {
        position: relative;
        margin-right: 70px;
        top: 10px;
        z-index: 1001;
    }

    .hamburger-menu {
        display: none;
        background: var(--light-green);
        color: #ffffff;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        z-index: 999;
        padding: 10px;
    }

    #toggle_navigation label.hamburg {
        display: block;
        background: transparent;
        width: 55px;
        height: 50px;
        position: relative;
        cursor: pointer;
    }

    .hamburger-menu ul {
        background-color: var(--light-green);
        color: #ffffff;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .hamburger-menu ul li {
        padding: 10px;
    }

    .hamburger-menu ul li a {
        color: #ffffff;
        text-decoration: none;
    }

    .container.main_nav {
        background-color: transparent;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        left: 0;
        right: 0;
        z-index: 4534543;
        max-width: none;
    }
}

@media (max-width: 745px) {
    .container.main_nav {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #header_3 {
        display: none;
    }
    .hamburger-menu ul {
        display: contents !important;
        width: 100%;
        text-align: center;
    }

    .hamburger-menu ul li {
        width: 100%;
        padding: 10px 0;
        /* border-bottom: 1px solid #ffffff;  */
    }

    .hamburger-menu ul li:last-child {
        border-bottom: none;
    }

    .hamburger-menu ul li a {
        display: block;
        width: 100%;
        color: #ffffff;
        text-decoration: none;
    }
    .hamburger-menu {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 991px) {
    #area-2 .news_k_groupe .collection_list .news_k,
    .collection_list.news_k {
        width: 100% !important;
    }

    #area-2 .col__block-left,
    #area-2 .col__block-right {
        flex: 0 0 100%;
    }
    
    #area-2 .container {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    #slider-wrapper {
        height: 300px;
    }
}
@media (max-width: 460px) {
    .title_news::after {
        top: -35%;
    }
}

/* __________________kn media___________________ */


    @media (max-width: 1200px) {

        .collection_list.news_k {
            width: 100%!important;
            }
    }
@media (max-width: 1249px) {



    div#toggle_navigation {
        display: block !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }
    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }
        #cookie-bar>p {
            line-height: 20px;
        }
} /*END 1249px*/


@media (max-width: 1024px) {

    .collection_list {
        width: 50%;
    }
} /*END 1024px*/

@media only screen and (max-width: 992px) {

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: auto;
    }
} /*END 992px*/
    
@media (max-width: 768px) {
    .component.copyright {
        display: flex;
        flex-direction: column;
    }

    #cookie-bar {
        text-align: center;
    }
    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #cookie-bar>p {
        float: none;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        flex-wrap: wrap;
    }

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    #slider div#slider-title {
        padding: 0 20px;
    }
    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-sitemap li.level_1 {
        width: 50%;
        margin-bottom: 30px;
    }
    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }
    .seo .footer-2 {
        padding: 0;
    }
    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }
    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .component.privacy_policy {
        padding: 20px 0 0 0;
    }
    div#cookiewarnung {
        font-size: 13px !important;
    }



} /*END 768px*/

@media (max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .pop-up-button {
        width: 40%!important;
        float: left!important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

} /*END 600px*/

@media (max-width: 500px) {

    div#content, .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px!important;
    }

    .container {
        min-width: 250px;
    }

    /* div#slider-wrapper {
        height: auto !important;
    } */

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
} /*END 500px*/
   

    
@media (min-width: 768px) {
        .container {
            max-width: 750px;
        }
    
            .col-sm-1,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9 {
                float: left;
            }
            .col-sm-12 {
                width: 100%;
            }
            .col-sm-11 {
                width: 91.66666667%;
            }
            .col-sm-10 {
                width: 83.33333333%;
            }
            .col-sm-9 {
                width: 75%;
            }
            .col-sm-8 {
                width: 66.66666667%;
            }
            .col-sm-7 {
                width: 58.33333333%;
            }
            .col-sm-6 {
                width: 50%;
            }
            .col-sm-5 {
                width: 41.66666667%;
            }
            .col-sm-4 {
                width: 33.33333333%;
            }
            .col-sm-3 {
                width: 25%;
            }
            .col-sm-2 {
                width: 16.66666667%;
            }
            .col-sm-1 {
                width: 8.33333333%;
            }
            .col-sm-pull-12 {
                right: 100%;
            }
            .col-sm-pull-11 {
                right: 91.66666667%;
            }
            .col-sm-pull-10 {
                right: 83.33333333%;
            }
            .col-sm-pull-9 {
                right: 75%;
            }
            .col-sm-pull-8 {
                right: 66.66666667%;
            }
            .col-sm-pull-7 {
                right: 58.33333333%;
            }
            .col-sm-pull-6 {
                right: 50%;
            }
            .col-sm-pull-5 {
                right: 41.66666667%;
            }
            .col-sm-pull-4 {
                right: 33.33333333%;
            }
            .col-sm-pull-3 {
                right: 25%;
            }
            .col-sm-pull-2 {
                right: 16.66666667%;
            }
            .col-sm-pull-1 {
                right: 8.33333333%;
            }
            .col-sm-pull-0 {
                right: auto;
            }
            .col-sm-push-12 {
                left: 100%;
            }
            .col-sm-push-11 {
                left: 91.66666667%;
            }
            .col-sm-push-10 {
                left: 83.33333333%;
            }
            .col-sm-push-9 {
                left: 75%;
            }
            .col-sm-push-8 {
                left: 66.66666667%;
            }
            .col-sm-push-7 {
                left: 58.33333333%;
            }
            .col-sm-push-6 {
                left: 50%;
            }
            .col-sm-push-5 {
                left: 41.66666667%;
            }
            .col-sm-push-4 {
                left: 33.33333333%;
            }
            .col-sm-push-3 {
                left: 25%;
            }
            .col-sm-push-2 {
                left: 16.66666667%;
            }
            .col-sm-push-1 {
                left: 8.33333333%;
            }
            .col-sm-push-0 {
                left: auto;
            }
            .col-sm-offset-12 {
                margin-left: 100%;
            }
            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }
            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }
            .col-sm-offset-9 {
                margin-left: 75%;
            }
            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }
            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }
            .col-sm-offset-6 {
                margin-left: 50%;
            }
            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }
            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }
            .col-sm-offset-3 {
                margin-left: 25%;
            }
            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }
            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }
            .col-sm-offset-0 {
                margin-left: 0;
            }
        }

@media (min-width: 992px) {

    .container {
        max-width: 970px;
    }
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9 {
            float: left;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            right: 100%;
        }
        .col-md-pull-11 {
            right: 91.66666667%;
        }
        .col-md-pull-10 {
            right: 83.33333333%;
        }
        .col-md-pull-9 {
            right: 75%;
        }
        .col-md-pull-8 {
            right: 66.66666667%;
        }
        .col-md-pull-7 {
            right: 58.33333333%;
        }
        .col-md-pull-6 {
            right: 50%;
        }
        .col-md-pull-5 {
            right: 41.66666667%;
        }
        .col-md-pull-4 {
            right: 33.33333333%;
        }
        .col-md-pull-3 {
            right: 25%;
        }
        .col-md-pull-2 {
            right: 16.66666667%;
        }
        .col-md-pull-1 {
            right: 8.33333333%;
        }
        .col-md-pull-0 {
            right: auto;
        }
        .col-md-push-12 {
            left: 100%;
        }
        .col-md-push-11 {
            left: 91.66666667%;
        }
        .col-md-push-10 {
            left: 83.33333333%;
        }
        .col-md-push-9 {
            left: 75%;
        }
        .col-md-push-8 {
            left: 66.66666667%;
        }
        .col-md-push-7 {
            left: 58.33333333%;
        }
        .col-md-push-6 {
            left: 50%;
        }
        .col-md-push-5 {
            left: 41.66666667%;
        }
        .col-md-push-4 {
            left: 33.33333333%;
        }
        .col-md-push-3 {
            left: 25%;
        }
        .col-md-push-2 {
            left: 16.66666667%;
        }
        .col-md-push-1 {
            left: 8.33333333%;
        }
        .col-md-push-0 {
            left: auto;
        }
        .col-md-offset-12 {
            margin-left: 100%;
        }
        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9 {
            margin-left: 75%;
        }
        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6 {
            margin-left: 50%;
        }
        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3 {
            margin-left: 25%;
        }
        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0 {
            margin-left: 0;
        }
    }

@media (min-width: 1200px) {

        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            right: 100%;
        }
        .col-lg-pull-11 {
            right: 91.66666667%;
        }
        .col-lg-pull-10 {
            right: 83.33333333%;
        }
        .col-lg-pull-9 {
            right: 75%;
        }
        .col-lg-pull-8 {
            right: 66.66666667%;
        }
        .col-lg-pull-7 {
            right: 58.33333333%;
        }
        .col-lg-pull-6 {
            right: 50%;
        }
        .col-lg-pull-5 {
            right: 41.66666667%;
        }
        .col-lg-pull-4 {
            right: 33.33333333%;
        }
        .col-lg-pull-3 {
            right: 25%;
        }
        .col-lg-pull-2 {
            right: 16.66666667%;
        }
        .col-lg-pull-1 {
            right: 8.33333333%;
        }
        .col-lg-pull-0 {
            right: auto;
        }
        .col-lg-push-12 {
            left: 100%;
        }
        .col-lg-push-11 {
            left: 91.66666667%;
        }
        .col-lg-push-10 {
            left: 83.33333333%;
        }
        .col-lg-push-9 {
            left: 75%;
        }
        .col-lg-push-8 {
            left: 66.66666667%;
        }
        .col-lg-push-7 {
            left: 58.33333333%;
        }
        .col-lg-push-6 {
            left: 50%;
        }
        .col-lg-push-5 {
            left: 41.66666667%;
        }
        .col-lg-push-4 {
            left: 33.33333333%;
        }
        .col-lg-push-3 {
            left: 25%;
        }
        .col-lg-push-2 {
            left: 16.66666667%;
        }
        .col-lg-push-1 {
            left: 8.33333333%;
        }
        .col-lg-push-0 {
            left: auto;
        }
        .col-lg-offset-12 {
            margin-left: 100%;
        }
        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9 {
            margin-left: 75%;
        }
        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6 {
            margin-left: 50%;
        }
        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3 {
            margin-left: 25%;
        }
        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0 {
            margin-left: 0;
        }
            .container {
                max-width: 1420px;
            }
        
        }

@media (min-width: 1500px) {
        .container {
            max-width: 1440px;
        }
        
}





/* Vorschauseite */

.vorschau header,
.vorschau div#slider,
.vorschau #slider-wrapper,
.vorschau #footer,
.vorschau div#privacy-policy {
    display: none;
}

.vorschau img {
    width: 80% !important;
}

.vorschau .bild .textcontent,
.vorschau .bild {
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
}

.vorschau h1 {
    color: #000;
}

/* Über uns */

.ueberuns #content .container {
    display: flex;
    justify-content: space-between;
}

.infokachel {
    padding: 20px;
    background: var(--light-green);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    color: var(--light-font);
    border-radius: var(--br);
}

.collection_list.keyfacts {
    padding: 20px;
    background: var(--light-green);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    color: var(--light-font);
    border-radius: var(--br);
    justify-content: center;
    text-align: center;
}

.collection_content.keyfacts-number {
    font-size: var(--fs-900);
    font-weight: 600;
}

.bildtext-1, .bildtext-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.bild-1 .imgcontent img,
.bild-2 .imgcontent img {
    border-radius: var(--br);
    aspect-ratio: 3 / 2;
}

.bild-1, .bild-2, .text-1, .text-2 {
    width: 48%;
}

.team-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* #slider h1:after {
    content: "_______";
    color: var(--light-green);
    top: -1.5rem;
    width: 100%;
    float: inline-end;
    position: relative;
} */

.team-bild img {
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
    width: 90% !important;
}

.team .collection_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collection_content.team-name {
    font-weight: 600;
}

.collection_list.team {
    width: 20%;
}

.collection_content.team-bild {
    display: flex;
    justify-content: center;
    padding-bottom: 5%;
}

.btn a {
    color: var(--light-font);
    text-decoration: none;
}

.unserverein.ueberuns #area-5 .col-xs-12 {
    display: flex;
    justify-content: center;
}

/* News */

.collection_list.news {
    background-color: #fff;
    padding: 0;
    margin: 15px;
    border-radius: var(--br);
    width: 31.2%;
    box-shadow: var(--shadow);
    scale: 1.00;
    transition: scale 0.2s ease-in-out;
}

.news-image img {
    border-radius: var(--br) var(--br) 0 0;
    aspect-ratio: 3 / 2;
}

.news-block {
    padding: 25px;
}

.collection_content.news-date {
    color: var(--light-green);
}

.collection_content.news-title {
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0.5rem 0;
}

.news.aktuelles #content div#position,
.home div#position.home-news,
.home div#position.home-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Full Preview */

.news-kol.full_preview .back_to_overview {
    display: none;
}

.news-kol.full_preview .collection_content.news-image {
    width: 48%;
}

.news-kol.full_preview .news-image img {
    border-radius: var(--br);
}

.news-kol.full_preview .collection_list.news {
    display: none;
}

.news-kol.full_preview .collection_content.news-video {
    width: 100%;
}

.news-kol.full_preview .news-content {
    width: 48%;
}

.news-kol.full_preview .news-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
}

.news-kol.full_preview .collection_content.news-teaser {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1.5rem;
}

/* Anstehende Events */

.collection_list.new-events {
    width: auto;
    padding: 0;
    margin: 15px;
    border-radius: var(--br);
    background-color: #fff;
}

.collection_content.new-events_image {
    width: 25%;
    aspect-ratio: 3 / 2;
}

.collection_content.new-events_image img {
    border-radius: var(--br) 0 0 var(--br);
}

.new-events .collection_container {
    display: flex;
    box-shadow: var(--shadow);
    border-radius: var(--br);
    transition: box-shadow 0.2s ease-in-out;
}

.new-events_info {
    width: 75%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection_content.new-events_title {
    font-weight: 600;
    font-size: 1.2rem;
    padding: 1.5rem 0;
}

.new-events_info-facts {
    display: flex;
    padding: 1.5rem 0;
}

.new-events_date, 
.new-events_time, 
.new-events_location {
    padding-right: 4rem;
    padding-left: 35px;
}

.collection_content.new-events_date:before {
    content: "";
    background-image: url(/userdata/01_Allgemein/calendar.svg);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -35px;
}

.collection_content.new-events_time:before {
    content: "";
    background-image: url(/userdata/01_Allgemein/clock.svg);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -35px;
}

.collection_content.new-events_location:before {
    content: "";
    background-image: url(/userdata/01_Allgemein/location-pin.svg);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -35px;
}

.new-events-kol #area-2,
.new-events-kol #area-3,
.new-events-kol #area-4 {
    display: none !important;
}

.scrollbutton {
    display: none;
}

/* Full Preview */

.full_preview .new-events .collection_container {
    border-radius: 0;
    box-shadow: none;
}

.full_preview .scrollbutton {
    display: block !important;
}

.full_preview .collection_content.new-events_date:before,
.full_preview .collection_content.new-events_time:before,
.full_preview .collection_content.new-events_location:before {
    z-index: -5;
}

.full_preview .collection_content.new-events_teaser {
    display: none;
}

.new-events-kol.full_preview #area-2,
.new-events-kol.full_preview #area-3,
.new-events-kol.full_preview #area-4 {
    display: block !important;
}

.full_preview .collection_content.new-events_title {
    padding: 0;
}

.new-events-kol.full_preview .back_to_overview {
    display: none;
}

.new-events_header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.full_preview .new-events_info {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
}

.full_preview .new-events_info-facts {
    padding-bottom: 0;
}

.new-events_content {
    width: 60%;
}

.full_preview .collection_content.new-events_image {
    width: 100%;
    /* height: min-content; */
}

.full_preview .collection_content.new-events_image img {
    border-radius: var(--br);
}

.new-events_right {
    width: 35%;
}

.collection_content.new-events_file a {
    background-color: var(--light-green);
    padding: 10px 20px;
    border-radius: var(--br);
    color: var(--light-font) !important;
    text-align: center;
    margin-top: 2rem;
    display: block;
}

.new-events_file a {
    text-decoration: none;
    color: var(--light-font);
}

.scrollbutton {
    margin: 3rem 0;
}

.faq {
    width: 100%;
}

.faq_headlines.section-heading {
    text-align: center;
}

.faq_answer_box {
    color: var(--dark-font);
}

.faq_question_box.active h3 {
    font-weight: 600;
}

.contactformular h2 {
    text-align: center;
}

.form-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.form-row .form-group.firstname, 
.form-row .form-group.surname, 
.form-row .form-group.mail, 
.form-row .form-group.phone, 
.form-row .form-group.organisation, 
.form-row .form-group.teilnehmer {
    width: 49%;
}

.form-row .form-group.message {
    width: 100%;
}

.contactformular input, .contactformular select, .contactformular textarea {
    font-size: var(--fs-600) !important;
    color: var(--dark-font);
    border: 0px solid var(--dark-font);
    border-radius: var(--br);
    box-shadow: var(--shadow);
}

.recaptcha-class {
    justify-items: center;
}

.new-events_file a[href=""] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

/* .collection_list.firms.slick-slide {
    width: 200px !important;
    height: 200px;
    align-content: center;
    padding: 15px 30px;
} */

/* .firms-owl {
    height: 100px;
    position: relative;
} */
/* .owl-stage-outer {
    height: 100px;
    width: 100%;
} */

.firms-owl .collection_list {
    width: 100%;
}

.firms-owl .owl-carousel .owl-stage-outer {
    height: 100px;
}

.firms-owl .owl-carousel .owl-stage {
    height: inherit;
}

.firms-owl .owl-carousel.owl-drag .owl-item {
    height: inherit;
    padding: 0px 100px;
}

.firms-owl .collection_list.firms {
    height: inherit;
    align-items: center;
    display: flex;
    justify-content: center;
}

.firms-owl .collection_container {
    height: inherit;
}

.firms-owl .collection_content.firma-logo {
    height: inherit;
}

.firms-owl img {
    height: inherit !important;
    object-fit: contain;
}

.new-events-kol.full_preview div#area-2 {
    padding: 2rem 0;
}

.collection_slider .owl-stage {
    display: flex;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.firms-owl .owl-carousel.owl-drag .owl-item {
    padding-left: calc(0px + (100 - 0) * ((100vw - 300px) / (1920 - 300)));
    padding-right: calc(0px + (100 - 0) * ((100vw - 300px) / (1920 - 300)));
}

.new-events_text .textcontent a {
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* Vergangene Events */

.collection_list.old-events {
    width: auto;
    padding: 0;
    margin: 15px;
    border-radius: var(--br);
    background-color: #fff;
}

.old-events .collection_container {
    display: flex;
    box-shadow: var(--shadow);
    border-radius: var(--br);
    transition: box-shadow 0.2s ease-in-out;
}

.collection_content.old-events_image {
    width: 25%;
    aspect-ratio: 3 / 2;
}

.old-events_info {
    width: 75%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection_content.old-events_image img {
    border-radius: var(--br) 0 0 var(--br);
}

.collection_content.old-events_title {
    font-weight: 600;
    font-size: 1.2rem;
    padding: 1.5rem 0;
}

.collection_content.old-events_time {
    color: var(--light-green);
}

/* Full Preview */

.full_preview .old-events .collection_container {
    border-radius: 0;
    box-shadow: none;
}

.vergangen.full_preview .back_to_overview {
    display: none;
}

.full_preview .collection_content.old-events_image {
    width: 35%;
    height: fit-content;
}

.full_preview .collection_content.old-events_teaser, 
.full_preview .old-events_time {
    display: none;
}

.old-events_header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.old-events_content {
    width: 60%;
}

.full_preview .old-events_info {
    width: 100%;
    padding: 0;
}

.full_preview .collection_content.old-events_image img {
    border-radius: var(--br);
}

.vergangen.full_preview #area-2 {
    display: block !important;
}

.vergangen #area-2 {
    display: none !important;
}

.collection_content.old-events_video {
    width: 100%;
}

.collection_content.old-events_galery {
    margin-top: 3rem;
}

.collection_content.old-events_date:before {
    content: "";
    background-image: url(/userdata/01_Allgemein/calendar.svg);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -35px;
}

.collection_content.old-events_location:before {
    content: "";
    background-image: url(/userdata/01_Allgemein/location-pin.svg);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -35px;
}

.collection_content.old-events_date:before,
.collection_content.old-events_location:before {
    z-index: -5;
}

.old-events_date, 
.old-events_location {
    padding-right: 4rem;
    padding-left: 35px;
}

.old-events_facts {
    display: flex;
    padding-bottom: 1.5rem;
}

.full_preview .old-events .collection_container {
    flex-direction: column;
}

/* Kontakt*/

.kontakt #content .imgcontent img {
    border-radius: var(--br);
    aspect-ratio: 3 / 2;
}

/* 404 */

div#lottie-404 {
    display: flex;
    justify-content: center;
}

.page_404 div#area-2 {
    padding: 0;
}

.page_404 h2 {
    margin-bottom: 10px;
}

.page_404 h1 {
    color: var(--light-green);
}

.page_404 h2 {
    color: var(--dark-font);
}

.page_404 div#slider-wrapper {
    display: none;
}

/* Allgemein */

#slider-wrapper {
  height: 250px;
}
div#slider {
    height: -webkit-fill-available;
}
.home #slider-wrapper {
  height: auto;
}
#slider-title {
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.hamburger-menu {
    height: 100%;
    color: var(--light-font);
    /* position: fixed; */
}
.hamburger-menu li.level_1>a {
    font-weight: 600;
    pointer-events: none;
}
.hamburger-menu ul.level_2 a p.level_2_title {
    color: var(--light-font);
}
.hamburger-menu li.level_1.levels ul {
    display: block;
}
.hamburger-menu ul.level_1 {
    gap: 15%;
    /* text-align: center; */
}
.hamburger-menu ul.level_2 {
    left: 0;
}
/* header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
} */

.collection_list.col-hauptmenu {
    width: 100%;
}
.hauptmenu-wrapper-1,
.hauptmenu-wrapper-2,
.hauptmenu-wrapper-3 {
    width: 33.333%;
    height: 100%;
}
.hauptmenu-outer-wrapper {
    display: flex;
}
.hauptmenu-wrapper-1 .collection_list.col-hauptmenu {
    height: 100%;
}
.hauptmenu-wrapper-2 .collection_list .col-hauptmenu_img, 
.hauptmenu-wrapper-3 .collection_list .col-hauptmenu_img {
    height: 120px;
    overflow: hidden;
}
.hauptmenu-wrapper-1 .collection_list .col-hauptmenu_img {
    height: 335px;
}
.collection_list .col-hauptmenu_title {
    padding: 20px !important;
}
div#slider-title {
    width: max-content;
}

/* Responsive */

@media (max-width: 1499px) {
    .collection_list.news {
    width: 30%;
}
    .home div#content {
    margin-top: -169px;
}
}

@media (max-width: 1199px) {
    .welcome-right {
    width: 30%;
}
    .collection_list.news {
    width: 45%;
}
    .collection_list.keyfacts {
    width: 150px;
    height: 150px;
}
    .collection_content.keyfacts-number {
    font-size: var(--fs-800);
}
    .ueberuns #area-5 .col-md-12 {
    width: 33.33333333%;
}
    .collection_list.team {
    width: 25%;
}
    .home div#content {
    margin-top: -135px;
}
}

@media (max-width: 991px) {
    .welcome-right {
    width: 40%;
}
    .collection_list.keyfacts {
    width: 150px;
    height: 150px;
}
    .collection_content.keyfacts-number {
    font-size: var(--fs-800);
}
    .ueberuns #content .container {
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
    .collection_list.team {
    width: 33%;
}
    .new-events_header,
    .old-events_header {
    flex-direction: column;
}
    .full_preview .new-events_right,
    .full_preview .new-events_content,
    .full_preview .old-events_image,
    .full_preview .old-events_content {
    width: 100% !important;
}
    .news-kol.full_preview .news-main {
    flex-direction: column-reverse;
    gap: 2rem;
}
    .news-kol.full_preview .news-content,
    .news-kol.full_preview .collection_content.news-image {
    width: 100%;
}
    .owl-item figure {
    justify-content: center;
    display: flex;
}
    .owl-item img {
    max-height: 200px !important;
}
    .hauptmenu-outer-wrapper {
    display: block !important;
}
    .hauptmenu-wrapper-1, .hauptmenu-wrapper-2, .hauptmenu-wrapper-3 {
    width: 100% !important;
}
    .collection_list.col-hauptmenu {
    width: 50% !important;
}
}

@media (max-width: 769px) {
    #footer .container {
    flex-direction: column;
}
    .footer-1, .footer-2, .footer-3 {
    width: 100%;
    justify-content: center;
    text-align: center;
}
    .footer-1 .textcontent {
    width: 100%;
}
    .social-links-wrapper {
    justify-content: center;
}
    .component.copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
    .welcome-left {
    width: 100%;
    text-align: center;
}
    .welcome-right {
    width: 100%;
    justify-content: center;
    display: flex;
}
    .col-xs-12.portrait {
    width: 50%;
}
    .impressum div#content,
    .datenschutz div#content {
    text-align: center;
}
    .new-events_info-facts,
    .old-events_facts {
    flex-direction: column;
}
    .new-events_date, .new-events_time, .new-events_location,
    .old-events_date, .old-events_location {
    margin-bottom: 1rem;
}
    .new-events .collection_container,
    .old-events .collection_container {
    flex-direction: column;
}
    .new-events_info,
    .old-events_info {
    width: 100%;
}
    .collection_content.new-events_image,
    .collection_content.old-events_image {
    width: 100%;
    height: fit-content;
}
    .collection_content.new-events_image img,
    .collection_content.old-events_image img {
    border-radius: var(--br) var(--br) 0 0;
}
    .hauptmenu-wrapper-1 .collection_list.col-hauptmenu, .hauptmenu-wrapper-2 .collection_list.col-hauptmenu, .hauptmenu-wrapper-3 .collection_list.col-hauptmenu {
    width: 100% !important;
}
    .hauptmenu-wrapper-1 .collection_list .col-hauptmenu_img {
    height: 120px !important;
}
    .home div#content {
    margin-top: -70px;
}
}

@media (max-width: 619px) {
    .collection_list.news {
    width: 90%;
}
    .bildtext-1, .bildtext-2 {
    flex-direction: column;
}
    .bild-1, .bild-2, .text-1, .text-2 {
    width: 88%;
}
    .text-1 {
    margin-bottom: 1rem;
}
    .text-2 {
    margin-top: 1rem;
}
    .ueberuns #area-5 .col-md-12 {
    width: 100%;
    margin-bottom: 1rem;
}
    .collection_list.team {
    width: 50%;
}
    .ueberuns.unserverein #area-5 .container .btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
}

@media (max-width: 500px) {
    .form-row {
    flex-direction: column;
}
    .form-row .form-group.firstname, 
    .form-row .form-group.surname, 
    .form-row .form-group.mail, 
    .form-row .form-group.phone, 
    .form-row .form-group.organisation, 
    .form-row .form-group.teilnehmer {
    width: 100%;
}
    .vergangen iframe,
    .news-kol iframe {
    height: 35vh;
}
    .home div#content {
    margin-top: 0;
}
    .home #slider-wrapper {
    height: 200px;
}
    .headervideo {
    height: 200px;
}
    .headervideo .textcontent {
    height: 200px;
}
    .headervideo .textcontent video {
    object-fit: cover;
}
    .home #area-5 .textcontent h1 {
    font-size: var(--fs-800);
}
}

@media (max-width: 399px) {
    .collection_list.team {
    width: 100%;
}
    #slider-title h1 {
    font-size: var(--fs-800);
}
}

/* Hover-Effekte */

.home #content .col-hauptmenu .collection_container:hover {
    box-shadow: 0px 0px 14px rgb(20 110 33 / 51%);
    transition: box-shadow 0.2s ease-in-out;
}

.new-events-kol.events:not(.full_preview) .new-events .collection_container:hover {
    box-shadow: 0px 0px 14px rgb(20 110 33 / 51%);
    transition: box-shadow 0.2s ease-in-out;
}

.vergangen.events:not(.full_preview) .old-events .collection_container:hover {
    box-shadow: 0px 0px 14px rgb(20 110 33 / 51%);
    transition: box-shadow 0.2s ease-in-out;
}

.collection_list.news:hover {
    scale: 1.03;
    transition: scale 0.2s ease-in-out;
}

.hamburger-menu ul li.level_1:not(.levels):last-child a {
    pointer-events: all;
}