:root {
    --main: #C1A56C;
    --juicy: #b9954c;
    --main-opac: rgb(193 165 108 / 75%);
    --main-ghost: rgb(193 165 108 / 15%);
    

    --main-lif: #38615A; 
    --juicy-lif: #3a7067;
    --main-opac-lif: rgb(56 97 90 / 75%);
    --main-ghost-lif: rgb(56 97 90 / 15%);


    --main-co: #ffbb00;
    --juicy-co: #ffd322;
    --main-opac-co: rgba(255 187 0 / 75%);
    --main-ghost-co: rgba(255 187 0 / 15%);


    --main-bt: #779EAC;
    --juicy-bt: #5c95aa;
    --main-opac-bt: rgb(119 158 172 / 75%);
    --main-ghost-bt: rgb(119 158 172 / 15%);

    --main-om: rgb(108, 185, 109);
    --juicy-om: #5ea160;
    --main-opac-om: rgb(108 185 109 / 75%);
    --main-ghost-om: rgb(108 185 109 / 15%);

    
    --main-opacity: rgba(49, 102, 126, 0.314);
   
    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #f5f7fb;
  
    --fc-primary: #2C2C2C;
    --fc-dark: #000;

    --ff-primary: "Inter", sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);
  
    --fw-regular: 400;
    --fw-bold: 700;
  
    --fs-300: 0.875rem;
    --fs-400: 1rem;
    --fs-500: 1.2rem;
    --fs-600: 1.4rem;
    --fs-700: 1.5rem;
    --fs-800: 2rem;
    --fs-900: 3rem;

    --br-primary: .5rem;
  
    --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);
  
    --shadow: 3px 3px 15px rgb(0 0 0 / 15%)

  }

  @font-face {
    font-family: "Inter";
    src: url("/layout/frontend/b2c/dist/fonts/Inter.ttf");
  }

div#top-line a {
    color: #fff;
}

div#top-line {
    background: var(--main);
    color: #fff;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* 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 */
.max1200 {
    max-width: 1200px;
}

.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.mna {
   margin: 0 auto;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}


/* 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');
	}

body {
    background-color: var(--clr-primary-white);
    font-size: 15px;
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
}

.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;
}

button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

input, select, textarea {
    padding: 0.8rem;
    width: 100%;
    border: 1px solid #ececec;
    font-family: inherit;
    border-radius: var(--br-primary);
}

.owl-item img {
    height: 310px!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.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--main);
    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(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--main);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid #cecece;
}

.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;
}

.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;
    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(--main);
}

.component.copyright .textcontent:last-child {
    float: right;
}
.component.copyright .textcontent:first-child {
    float: left;
}

.collection_list.card .collection_content.title.custom {
    font-size: var(--fs-500);
    font-weight: var(--fw-bold);
    font-family: var(--ff-secondary);
    margin-inline: 1.5rem;
    margin-bottom: 0.8rem;
    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: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.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;
}

div#header, .header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

#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(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--main);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--main);
}

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;
}

.filegallery_content_file {
    background: var(--main);
    color: #fff !important;
    padding: 20px 20px;
    border-radius: 5px;
    width: 25%;
    margin-top: 40px;
    text-align: center;
}

.filegallery_content_file a {
    color: #fff !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.filegallery_content_file:hover {
    background: var(--main);
    padding: 20px 20px;
    border-radius: 5px;
    opacity: .95;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
  }

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--main);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    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: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var( --clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}

.next lottie-player {
    margin: 0 auto;
}

.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;
}

ul {
    padding: 20px;
}

#footer ol li, #footer ul li,
#header ol li, #header ul li {
    list-style: none;
}

.unterschrift {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 1100px;
    padding: 0 15px;
}

form#contactformular_24 h3 {
    width: 100%;
}

.group-team .row > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.same-height>.row {
    display: flex;
    flex-wrap: wrap;
}

div#content,
.main-screen {
    padding: 5rem 0rem;
    position: relative;
    float: left;
    width: 100%;
    scroll-margin-top: 120px;
}


.khs-om div#content,
.main-screen {
    padding: 3rem 0rem 2rem 0rem;
    position: relative;
    float: left;
    width: 100%;
    scroll-margin-top: 120px;
}

.main-screen.grey {
    background-color: var(--clr-primary-light);
}

.price-2, 
.collection_full .collection_content.price-2 {
    background: var(--main);
    color: #fff;
    font-weight: 600;
}

.collection_full .collection_content.price-2 {
    margin-right: 10px;
}

.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(--main);
   color: var( --clr-primary-white);
   border: 1px solid var(--main);
}

/* Navgation */

div#header a {
    color: var(--clr-primary-dark) !important;
}

#header a {
    color: var( --clr-primary-white)!important;
}

lottie-player {
    margin-left: auto;
}

.header-animation {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
}

.header-animation iframe {
    border-radius: 5px;
    overflow: hidden;
}

.next .collection_content.title.custom {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 0 0.5rem;
}

.faq_nearest_search {
    display: none;
}



.collection_list.next .collection_container:before {
    content: '';
    background: var(--main);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px 5px 0 0;
}

.collection_list.next .collection_container {
    border: 1px solid #dfdfdf;
    padding: 30px;
    border-radius: 5px;
    min-height: 225px;
}

.mysyde .collection_content.title.custom {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 13px;
}

.header-text a {
    background: var(--main);
    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;
}

.collection_content.field-1655046812 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    padding-top: 1rem;
}


.collection_content.field-1655046828 {
    text-align: center;
}

.collection_content.field-1655046843 img {
    border-radius: 10px;
    height: 100%;
}

.collection_content.field-1655053570 {
    margin-right: 1rem;
    flex-shrink: 0;
    height: 40px;
}

.collection_list.bugfixes {
    width: 33.33%;
    padding: 10px;
}

.bugfixes-collection {
    padding-left: 0!important;
    margin-left: -10px!important;
}

.contactformular {
    max-width: 680px;
    margin: 0 auto;
}




/* Header Kollektion */

.collection_list.header {
    width: 100%;
}

.header-text-wrapper {
    max-width: 1440px;
    width: 1440px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
}

iframe {
    width: 100%;
    border-radius: var(--br-primary);
}

.collection_content.header-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.collection_content.header-quote-author {
    font-size: .9em;
    padding-top: 0.3em;
}

.collection_list.header .collection_container {
    height: 696px;
}

.collection_content.header-title {
    font-family: 'Raleway';
    font-size: 4em;
    font-weight: 700;
    width: 90%;
}

.collection_content.header-quote {
    padding-top: 1em;
    width: 39%;
}


/* Header Kollektion Ende */


/* Kollektion ALL */

.collection_list.all {
    width: 33.33%;
    float: left;
    padding: 20px;
}

.collection_list.all .collection_container {
    background: var( --clr-primary-white);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 7px solid var(--accent-color);
}

.collection_list.all .collection_container:hover {
    box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
}

.collection_content.all-img {
    height: 216px;
    position: relative;
    z-index: 0;
}

.all-text-group {
    padding: 30px;
    height: 331px;
    min-height: 331px;
    position: relative;
    background: var( --clr-primary-white);
}

.collection_content.all-title-small {
    color: #7B7B7B;
    font-size: 16px;
    padding-bottom: 0.2em;
}

.collection_content.all-title {
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.collection_content.all-teaser {
    padding-top: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.all-wrapper {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.collection_content.all-img img {
    height: 100%!important;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 0.5s;
}

div#footer-header {
    float: left;
    width: 100%;
}





#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 10px;
}

#header>.container:after {
    display: none;
}



.collection_list.all .collection_container:hover .collection_content.all-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_container.Presse.und.Publikationen .all-text-group {
    border-top: 2px solid #EDEDED;
}

.collection_container.Soziales.Engagement .collection_link {
    display: none;
}

.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}



.w-25 .collection_list.teamCollection,
.w-25 .collection_list.blog-multi {
    width: 25%;
    float: left;
    padding: 20px;
    border: 2px solid #80808080;
    text-align: center;
}

.border-gray {
    border: 2px solid #80808080;
}

.padding-20 {
    padding: 20px;
}

.line-after.reverse:after {
    right: 20px;
    left: unset;
}

.line-after {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.line-after:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--main);
    bottom: 0px;
    border-radius: 500px;
}

.innung-desc-title.line-after:after {
    left: 0;
}

.innung-desc-title {
    font-size: var(--fs-700);
    font-weight: 600;
}

.line-center {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    position: relative;
}

.line-center:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--main);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}


/* Kollektion ALL Ende */



.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%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.header-text h1 img {
    width: 50px!important;
}

.d-none {
    display: none!Important;
}



/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--fc-dark);
    font-family: var(--ff-heading)!important;
}

h1 {
    font-size: var(--fs-900);
}


h2 {
    font-size: var(--fs-800);
}

h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    font-size: var(--fs-500);
}

h6 {
    font-size: var(--fs-500);
}

a {
    text-decoration: none;
}
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;
}
/* Kollektion */

.full_preview .collection_full {
    display: block !important;
}

.collection_full.card.news .collection_container {
    display: flex;
    flex-direction: row-reverse;
}

.collection_container {
    position: relative;
}

.collection_list,
.content-container {
    position: relative;
}


/* END Kollektion */


/* Kontaktformular */

.fade {
    opacity: 1;
}

/* Level 2 Menue */

li.level_1.levels {
    position: relative;
}

#header ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    left: 0;
    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(--main)!important;
}

li.level_2 {
    margin-bottom: 5px;
}

/* Level 2 Menue */



.contactformular .form-check {
    height: 35px;
    line-height: 35px;
    clear: both;
    height: auto !important;
    line-height: 35px;
}

.contactformular .form-check input {
    display: inline-block !important;
    width: auto !important;
}

.input.select_body,
.contactformular select {
    width: 100% !important;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}


/* END Kontaktformular */


/* OWL Carousel Global */

.owl-stage-outer {
    width: 100%;
}


/* END OWL Carousel Global */


/* END Global */


/* Cookie */

div#cookiewarnung {
    position: fixed;
    bottom: 40px;
    background: #f2f6ff;
    color: #000;
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 1px solid #d7e0ff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    border: 1px solid #d7e0ff;
    display: inline-block;
    padding: 7px !important;
    border-radius: 5px;
    background: #e5edff;
}


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;
}

/* Cookie-End */

/* Tabs */

.tab {
    overflow: hidden;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent,
.tabcontentSection {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.multiFormPage form .header-text-wrapper {
    display: none;
}

.multiFormPage form .collection_content.header-img {
    position: inherit;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.multiFormPage form #slider-wrapper,
.multiFormPage form .collection_list.header .collection_container {
    height: auto;
}

.multiFormPage form .form-group label.classLabel {
    text-align: center;
    font-size: 24px;
}

.multiFormPage form .iconfield .material-icons {
    font-size: 15rem;
}

.multiFormPage form .collection_content.header-img img {
    width: 100%;
    height: 300px !important;
}

.multiFormPage form .iconfield {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}

.contact-button button {
    background: var(--main);
    color: var( --clr-primary-white);
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
}

div#submit_button {
    display: flex;
    justify-content: center;
}

.input_collection_link_checkbox {
    cursor: pointer!important;
}

.multiFormPage form .owl-nav {
    display: none !important;
}

.img_container.img-option {
    height: 320px;
}

.form-group h2 {
    text-align: center;
    margin-bottom: 1.2rem;
}

.faq_headline {
    margin: 0 0 1rem;
}




input.invalid {
    background-color: #ffdddd;
}

.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}



.tab {
    display: none;
}

input#input_collection_link_40_value_1 {
    width: auto;
}

.kontaktanfragegruppe .input_collection_link_checkbox {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
}

input#button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}



button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}

button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

.contact-button #prevBtn {
    background: #787878!important;
}

.col-xs-12.all-dishes.all-dishes h4 {
    color: var( --clr-primary-white);
}

.col-xs-12.all-dishes.all-dishes {
    padding: 10px 20px;
    background: var(--main);
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 1rem;
    color: var( --clr-primary-white);
}

/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #04AA6D;
}


/* Multi-form end */


/* Cookie end */


/* Header */


/* Sticky Header */

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}


/* END Sticky Header */

.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;
}

div#header,
#header .container {
    height: 100%;
}

div#header,
.header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

div#header {
    background: rgb(255 255 255/ 95%);
}

div#header_1 {
    height: 100%;
}

.sticky-active {
    position: relative;
}


/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}



.hamburger-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    #search_modul_request_button{
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 3px;
        padding-right: 10px;
        svg {
            width: 28px;
        }
    }
}



#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;
    border-bottom: 1px solid #ececec;
}

#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: 2px;
    width: 24px;
    background: var(--fc-primary);
    border-radius: 10px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 16px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 32px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-8px) rotate(44deg);
}


/* 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;
}





/* Slideshow */

#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%);
}

#slider div#slider-title h1 {
    color: var( --clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 55%;
    width: 100%;
    color: var(--clr-primary-white);
    padding: 20px 0;
    transform: translateY(50%);
    z-index: 1;
}

div#slider img {
    max-height: 300px;
}
body.home div#slider img {
    max-height: 500px;
}


h1 {
    color: #fff;
    padding: 10px;
}

.header-ot {
    font-size: 1.6rem;
}

.header-text .row .textcontent {
    max-width: 100%;
    margin: 0 auto;
}

/* Anker Element */

.anker-navi .row {
    margin: 0 !important;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.anker-navi {
    position: relative;
    background: rgba(77, 77, 77, 0.7);
    top: 0;
    width: 100%;
    clear: both;
    font-family: calibri light !important;
    margin-top: -70px;
    margin-bottom: 50px;
    z-index: 9;
    transition: 0.1s;
}

.anker-navi.sticky {
    position: fixed;
    top: 0;
    margin: 0 !important;
    background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
    text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
    background: #5a9c9d !important;
}

.anker-button.button {
    margin: 0 !important;
    padding: 0 !important;
    /* width: 20%; */
    width: 16.1666%;
    border-left: 1px solid var( --clr-primary-white);
    border-bottom: 0;
    border-top: 0;
    background: transparent !important;
    color: var( --clr-primary-white);
    align-items: center;
}

.anker-button.button:last-child {
    border-right: 1px solid var( --clr-primary-white);
}


/* END Anker Element */

.d-flex, .d-flex > .row {
    display: flex!important;
}

.align-items-center, .align-items-center > .row {
    align-items: center!important;
}


/* Footer */

#footer {
    clear: both;
    padding: 10px 0 25px 0;
    background: #fff;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid var(--clr-primary-light);
}

.khs-om #footer {
    clear: both;
    padding: 10px 0 25px 0;
    background: #fff;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid var(--clr-primary-light);
    margin-top: -50px;
    z-index: -1;
}

.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;
    justify-content: center;
}


/* #footer a:hover {
  color: #5a9c9d;
} */

#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 20px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var(--fc-dark);
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 7px 0;
    clear: both;
    text-align: right;
    color: var(--clr-primary-white);
    position: relative;
    float: left;
    width: 100%;
    background: var(--main);
}

.component.copyright a {
    padding-left: 20px;
}

div#footer .collection_list.innungen > .collection_container {
    background: none;
    box-shadow: none;
}

#footer .collection_list.innungen {
    width: auto;
}

#footer .collection_list h3.collection_content.innungen__title.title.custom:after {
    display: none;
}

.component.footer-1 h3.collection_content.innungen__title.title.custom {
    height: unset;
    font-size: 1rem;
    font-weight: 400;
}

.seo > .footer-1 {
    width: 60%;
}

div#privacy-policy a {
    color: var( --clr-primary-white);
}

div#footer .collection_list.innungen > .collection_container > .collection_content {
    display: none;
}

div#footer .collection_list.innungen > .collection_container > .collection_content.title {
    display: block;
}

#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;
}

.footer-links a {
    color: #b5b5b5;
}

.footer-links a:hover {
    color: #5a9c9d !important;
}


/* End Footer */

.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;
}

div#slider > .textcontent:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.khs-om div#slider > .textcontent:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: unset;
}

.khs-om.home .header-text, .khs-om.home .header-text p,
.khs-om.home h1 {
    color: var(--fc-primary);
    text-shadow: none;
}

.khs-om .row.seo-content-wrap {
    width: 100%;
    display: block;
}

.khs-om .seo-content-logo {
    width: 100%;
    padding: 0 1rem !important;
}

div#slider > .textcontent:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28%;
    background: linear-gradient(180deg, transparent, #f3efe8);
}

/* #header .component.logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: var(--shadow);
    height: 80px;
    padding: 5px;
} */

#header .component.logo {
    position: relative;
    background: #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: var(--shadow);
    height: 75px;
    padding: 4px;
}

.component.kopfzeile {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.rightside-wrap .apply a {
    background: var(--main);
    color: #fff;
    padding: 11px 30px;
    border-radius: 5px;
    text-align: center;
}

.rightside-wrap .collection_content.apply {
    padding: 0;
    background: none;
    width: auto;
}

.collection_list.linkbox .collection_container {
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    box-shadow: var(--shadow);
}

.collection_content.linkbox-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.collection_list.linkbox {
    z-index: 1;
    padding: 10px;
}

.collection_content.linkbox__title, .linkbox .collection_content.linkbox-short {
    z-index: 1;
}

.collection_list.linkbox {
    font-size: 1rem;
    color: #fff;
}

.collection_list.linkbox h3 {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 0 5px 0;
}

.collection_content.linkbox-bg:after {
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 46%), rgb(0 0 0 / 10%));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_content.linkbox-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.link-boxen-wrap {
    display: none;
}

.link-boxen-wrap {
    display: grid;
    grid-template-columns: 40% repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1150px;
    margin: 0 auto;
}

.link-boxen-wrap .collection_list.linkbox:nth-child(1) .collection_container {
    height: 100%;
}

.link-boxen-wrap .collection_list.linkbox:nth-child(1) { 
    grid-area: 1 / 1 / 3 / 2;
    width: 100%;
    height: 100% !important;
    display: block;
}

.link-boxen-wrap .collection_list.linkbox:nth-child(2) { 
    grid-area: 1 / 2 / 2 / 3;
    width: 100%;
    display: block;
}

.link-boxen-wrap .collection_list.linkbox:nth-child(3) { 
    grid-area: 1 / 3 / 2 / 4;
    width: 100%;
    display: block;
}

.link-boxen-wrap .collection_list.linkbox:nth-child(4) { 
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
    display: block;
}

.link-boxen-wrap .collection_list.linkbox:nth-child(5) { 
    grid-area: 2 / 3 / 3 / 4;
    width: 100%;
    display: block;
}

.coll-innungen.full_preview div#content .container {
    margin-top: 0;
}

div#slider-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 890px;
    width: 100%;
    background: url(/userdata/images/bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.fakten-start strong {
    font-size: 1.1rem;
}

.fakten-start {
    float: left;
    width: 20%;
}

.home div#area-2 {
    background: rgb(255 255 255 / 35%);
    padding-bottom: 160px;
}

.home div#area-3 .container {
    margin-top: -170px;
}

.home div#area-3 {
    background: #fff;
}

.khs-link-images {
    position: relative;
    float: left;
    height: 100%;
    width: 35%;
}

.khs-link-text {
    position: relative;
    float: left;
    height: 100%;
    width: 65%;
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.collection_list.khs-link .collection_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 10px;
    overflow: hidden;
    height: 180px;
}

.collection_content.khs-link-inner {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

h3.collection_content.khs-link__title.title.custom {
    font-size: 1.2em;
}

.khs-link-outer {
    max-width: 1600px;
    margin: 0 auto;
}

.collection_content.khs-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border-radius: 0 0 10px 0px;
    overflow: hidden;
    padding: 7px;
    background: #fff;
}

.collection_content.khs-logo img {
    object-fit: contain;
}

.collection_content.khs-short {
    font-size: 0.9rem;
    padding-bottom: 25px;
}

.collection_content.khs-img {
    height: 100%;
}

.collection_content.khs-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.56;
}

/* .Lichtenfels .collection_content.khs-img:after {
    background: var(--main-lif);
}

.Kulmbach .collection_content.khs-img:after {
    background: var(--main);
}

.Bayreuth .collection_content.khs-img:after {
    background: var(--main-bt);
}

.Coburg .collection_content.khs-img:after {
    background: var(--main-co);
} */

.home div#area-2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: url(/userdata/images/circles-right.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-40%);
}

.home div#area-2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: url(/userdata/images/circles-left.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(+40%);
}

.collection_content.khs-link-inner a, .collection_content.khs-link-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_content.khs-link-inner p {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: 600;
}

.owl-item .collection_list.innungen {
    width: 100%;
}

.collection_list.innungen .collection_container {
    display: flex;
    flex-direction: column-reverse;
}

.collection_list.innungen.jobs .collection_container {
    flex-direction: column;
    min-height: 380px;
}

.collection_list.jobs.card {
    width: 25%;
}

.collection_content.innung-logo img {
    object-fit: contain;
    object-position: center;
    width: 100% !important;
    height: 100% !important;
}

.collection_list.innungen .collection_container {
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.collection_list h3.collection_content.innungen__title.title.custom {
    height: 180px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    text-align: center;
    padding: 10px 20px 10px 10px;
}

.standorte {
    margin-top: 50px;
}

/* .collection_full.card.news {
    max-width: 940px;
} */

.unsere-news.full_preview .collection_content.card_img {
    border-radius: 10px;
    margin-top: 20px;
}

.news-text-wrapper {
    width: 50%;
    padding-right: 40px;
}

.collection_content.card_img {
    border-bottom: 4px solid var(--main);
    overflow: hidden;
}


.unsere-news.full_preview .collection_content.img-titel-foto {
    width: 100%;
    font-style: italic;
    display: flex;
    font-size: 13px;
    justify-content: end;
}
.unsere-news.full_preview .news-imgtitle-wrapper.bilduntertitel-full{
    .collection_content.img-titel-foto {
        width: 0%;
    }
    .collection_content.img-titel {
        width: 100%;
    }
}
.unsere-news.full_preview .collection_content.img-titel {
    width: 100%;
    font-style: italic;
    display: block;
    font-size: 13px;
}

.unsere-news.full_preview .collection_content.img-button {
    display: flex;
}
.unsere-news.full_preview .collection_content.news-gallery {
    display: block;
}

.unsere-news .collection_content.img-titel-foto {
    display: none;
}

.unsere-news .collection_content.img-titel {
    display: none;
}

.unsere-news .collection_content.img-button {
    display: none;
}

.unsere-news .collection_content.news-gallery {
    display: none;
}
.unsere-news.full_preview .collection_content.img-titel {
    /* width: 100%; */
    font-style: italic;
    display: inline;
    font-size: 13px;
    float: left;
}
.unsere-news.full_preview .collection_content.img-titel span {
    font-style: italic;
    display: inline-block;
    font-size: 13px;
    float: right;
}
.collection_content.img-button a{
    width: 100%;
    background: var(--main);
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.unsere-news.full_preview .collection_content.img-button {
    display: flex;
    width: 100%;
    justify-content: center;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}

/* .collection_content.img-button a {
    color: #ffffff;
} */

.news-imgall-wrapper{
    width: 50%;
    padding-left: 20px;
    display: block;
}

/* .news-imgtitle-wrapper {
    display: flex;
}  */

div#header_2 li.level_1:last-child a {
    background: var(--main);
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 5px;
}

.collection_list .collection_content.bg-innung img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
}

.collection_list .collection_content.bg-innung {
    height: 190px;
    border-bottom: 3px solid var(--main);
}

.collection_list h3.collection_content.innungen__title.title.custom:after {
    content: 'zur Innung';
    position: relative;
    clear: both;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
    padding-top: 10px;
    text-align: center;
}

.innung-list .owl-item {
    scale: 1;
}


/* button.owl-prev:after {
    content: '';
    width: 35px;
    height: 35px;
    border: 2px solid var(--main);
    float: left;
    border-radius: 500px;
    left: -28px;
    position: relative;
    top: -10px;
}

button.owl-next:after {
    content: '';
    width: 35px;
    height: 35px;
    border: 2px solid var(--main);
    float: left;
    border-radius: 500px;
    right: -26px;
    position: relative;
    top: -10px;
}

button.owl-next:before {
    content: '';
    width: 14px;
    height: 14px;
    border-left: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    float: right;
    transform: rotate(225deg);
}

button.owl-prev:before {
    content: '';
    width: 14px;
    height: 14px;
    border-left: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    float: left;
    transform: rotate(45deg);
} */

button.owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
}

button.owl-next {
    right: 0;
    position: absolute;
    top: 50%;
}

.leistungen button.owl-prev,
.job-coll button.owl-prev {
    left: unset;
    position: relative;
    top: unset;
    margin-top: 30px;
}

.leistungen button.owl-next,
.job-coll button.owl-next {
    left: unset;
    position: relative;
    top: unset;
    margin-top: 30px;
}

.task-owl-wrap .owl-nav {
    position: relative;
    display: block;
}

.task-owl-wrap button.owl-prev {
    left: 0;
    position: absolute;
    top: unset;
    margin-top: 30px;
}

.task-owl-wrap button.owl-next {
    left: 40px;
    position: relative;
    top: unset;
    margin-top: 30px;
}

.task-owl-wrap.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel.owl-theme.owl-drag.owl-trigger.owl-loaded.innung-list {
    padding: 0 20px;
}

.pr80 {
    padding-right: 80px;
}

.collection_list.coll-leistungen .collection_container {
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.collection_list.coll-leistungen .collection_container .title {
    padding: 12px 15px;
    text-align: center;
    font-size: var(--fs-500);
    background: #fff;
    z-index: 1;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom {
    width: 100%;
    height: 100%;
}

.collection_list.coll-leistungen {
    width: 25%;
}

.collection_content.link-leistungen a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_list.linkbox .collection_container:hover img,
.collection_list.coll-leistungen .collection_container:hover img {
    scale: 1.08;
    transition: 300ms;
}

.collection_list.linkbox .collection_container img,
.collection_list.coll-leistungen .collection_container img {
    scale: 1;
    transition: 300ms;
}

h3.collection_content.linkbox__title.title.custom, .collection_content.linkbox-short {
    text-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.title-forset .row {
    position: relative;
}

.news-button {
    position: absolute;
    top: 25px;
    right: 15px;
    padding-right: 30px;
}

.news-button:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 20px;
    background: url(/userdata/images/circle-right-grey.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.collection_content.timeset,
.collection_content.news-date {
    margin: 15px 1.5rem 0 1.5rem;
    color: var(--main);
}

.news-group div#filter-element, .news-group .filter_display {
    display: none;
}


.news-group .row {
    display: grid;
    grid-template-columns: 40% repeat(2, 1fr);
    grid-template-rows: repeat(2, 330px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    float: left;
    width: 100%;
}

.news-group .row .card:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
    width: 100%;
}
.news-group .row .card:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    width: 100%;
}
.news-group .row .card:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
    width: 100%;
}
.news-group .row .card:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
}
.news-group .row .card:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
    width: 100%;
}
/* body.home .news-group .row .card:nth-child(n+6) {
display: none;
} */

.news-group .collection_list.news .collection_container {
    height: 100%;
    min-height: unset;
}

.forwarding_knowledgecenter .forwarding_image svg {
    fill: var(--white);
}

.news-group .row .card:nth-child(2) .collection_content.card_teaser,
.news-group .row .card:nth-child(3) .collection_content.card_teaser,
.news-group .row .card:nth-child(4) .collection_content.card_teaser,
.news-group .row .card:nth-child(5) .collection_content.card_teaser {
    display: none;
}

.news-group .collection_list.card .card_img {
    height: 50%;
}

.news-group .collection_list.card:nth-child(3) .card_img {
    height: 50%;
}

.news-group .row .card:nth-child(3) .collection_content.card_teaser {
    padding-right: 50px;
}

h3.collection_content.card.title.custom {
    width: calc(100% - 3rem);
}

.news-group .row .card h3.collection_content.card.title.custom {
    margin-bottom: 40px;
}

.news-group .row .card:nth-child(3) h3.collection_content.card.title.custom {
    margin-bottom: 10px;
}

.collection_list.event {
    width: 100%;
}

.collection_list.event .collection_container {
    background: #fff;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: var(--shadow);
    padding: 30px;
    padding-left: calc(20% + 30px);
    padding-right: 25%;
    min-height: 200px;
}

.collection_list.event .collection_container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: url(/userdata/images/kurs.jpg);
    background-size: cover;
    border-right: 4px solid var(--main);
}

.collection_list.event .collection_container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 1;
}

.collection_list.event .collection_container.schulung:after {
    background-repeat: no-repeat;
    background-position: center;
}

.collection_list.event .collection_container.seminar:after {
    background-repeat: no-repeat;
    background-position: center;
}

.collection_list.event .collection_container.messe:after {
    background-repeat: no-repeat;
    background-position: center;
}

.collection_list.event .collection_container.e-learning:after {
    background-repeat: no-repeat;
    background-position: center;
}

.collection_list.event .collection_container.messe:after {
    background-repeat: no-repeat;
    background-position: center;
}

.event .date {
    color: var(--main);
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 600;
}

.event-labels {
    position: absolute;
    right: 30px;
    top: 30px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    width: 23%;
}

.event .price {
    background: #888;
    padding: 4px 22px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #888;
}

.event .price-2 {
    padding: 4px 22px;
    border-radius: 50px;
    float: left;
}

.collection_content.event-icon {
    display: none;
}

.collection_list.event:after {
    content: '';
    position: absolute;
    right: 45px;
    bottom: 45px;
    border-right: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    width: 14px;
    height: 14px;
    rotate: -45deg;
}

.collection_list.event:before {
    content: '';
    position: absolute;
    right: 45px;
    bottom: 51px;
    border-bottom: 2px solid var(--main);
    width: 25px;
    height: 0px;
    z-index: 1;
}

.uber-uns div#area-9 h2,
.home div#area-9 h2 {
    color: #fff;
}

.uber-uns div#area-9,
.home div#area-9 {
    background: url(/userdata/images/job-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.uber-uns div#area-9:after,
.home div#area-9:after {
    background: var(--main-opac);
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.uber-uns div#area-9 .container,
.home div#area-9 .container {
    z-index: 1;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}

.home div#area-9 .container .line-after:after {
    background-color: #fff;
}

.home div#area-9 .container a,
.home div#area-9 .container h2 {
    color: #fff;
}

.job-button.button {
    margin-top: 30px;
    font-weight: 600;
}

.job-button.button:after {
    content:'';
}

.job-button.button:after {
    content: '';
    background: url(/userdata/images/arrow-right.png);
    width: 25px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.job-button {
    position: relative;
    float: left;
    padding-right: 40px;
}

.content-img img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.event .collection_content.title {
    margin-bottom: 15px;
}

.home .collection_list.card.news.hide {
    display: block;
}

.arrow-btn a:after {
    content: '';
    position: absolute;
    background: url(/userdata/images/arrow-right-ku.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 22px;
    margin-left: 10px;
    right: -30px;
}

.arrow-btn a {
    position: relative;
}

.collection_list.job .collection_container:after,
.collection_list.news .collection_container:after {
    content: '';
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    background: url(/userdata/images/arrow-right-ku.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 21px;
    height: 24px;
}

.img-board .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 260px);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.board-image1 {
    grid-area: 1 / 1 / 2 / 3;
}
.board-image2 {
    grid-area: 2 / 1 / 3 / 2;
}
.board-image3 {
    grid-area: 2 / 2 / 3 / 3;
}
.board-image4 {
    grid-area: 1 / 3 / 3 / 4;
}
.board-image5 {
    grid-area: 1 / 4 / 2 / 5;
}
.board-image6 {
    grid-area: 2 / 4 / 3 / 5;
}
.board-image7 {
    grid-area: 3 / 1 / 5 / 3;
}
.board-image8 {
    grid-area: 3 / 3 / 4 / 5;
}
.board-image9 {
    grid-area: 4 / 3 / 5 / 4;
}
.board-image10 {
    grid-area: 4 / 4 / 5 / 5;
}

.img-board .row > div {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--main);
}

.img-board .row > div img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.img-board .row > div .textcontent {
    height: 100%;
}

.img-board .row > div h3 {
    padding: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7em;
    height: 100%;
}

.img-board .row > div h3:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: url(/userdata/images/favicon.ico);
    z-index: 1;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(15.5);
    opacity: 0.26;
}

.collection_content.card-label {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 5px 15px;
    background: var(--main-ghost);
    border-radius: 50px;
    color: #898989;
}

.collection_list.card.job.show {
    width: 25%;
}

.job .collection_container {
    min-height: 370px !important;
}

.collection_list.innungen.jobs .collection_container:after {
    content: '';
    position: absolute;
    right: 20px;
    border: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(/userdata/images/arrow-right-grey.png);
    bottom: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.collection_list.card .card_img {
    height: 240px;
}

.collection_list .collection_content.card.job__title.title {
    margin-top: 7px;
}

.innungen .collection_list.innungen {
    width: 25%;
}

.coll-innungen.full_preview .back_to_overview, .coll-innungen.full_preview #backButton {
    display: none;
}

.collection_content.link-leistungen a {
    z-index: 1;
}

.header-logo {
    max-width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -145px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.leftside-wrap {
    position: relative;
    float: left;
    width: 65%;
    padding-right: 100px;
    clear: both;
}

.mwd {
    text-align: center;
    color: var(--main);
    font-weight: 600;
    text-shadow: 0 0 5px rgb(0 0 0 / 70%);
    font-size: var(--fs-600);
}

.leftside-wrap li {
    margin-bottom: 15px;
}

.collection_content.tasks-innung:before {
    content: 'Highlights';
    font-size: var(--fs-700);
    font-weight: 600;
}

.job-coll .collection_content.innung-text2, 
.job-coll .collection_content.job-text3, 
.job-coll .collection_content.second-job-img {
    margin-bottom: 30px;
}

.collection_full .collection_content.card-label {
    position: relative;
    border-collapse: revert;
    bottom: unset;
    left: unset;
    float: left;
}

.collection_full.jobs .leftside-wrap {
    margin-top: 40px;
}

.collection_full .collection_content.timeset {
    float: left;
    margin: 0;
    padding: 5px 20px 5px 0px;
}

.rightside-wrap {
    float: right;
    width: 35%;
    position: sticky;
    top: 140px;
}

.rightside-wrap > div {
    background: rgb(255 255 255);
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.collection_content.contact-title {
    font-size: var(--fs-700);
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

.collection_full.innungen .collection_container {
    float: left;
}

.collection_content.img-contact-innung {
    max-width: 130px;
    float: left;
}

.collection_content.info-contact-innung {
    float: left;
    width: calc(100% - 130px);
    padding-left: 20px;
    font-size: 1.2em;
}

.collection_content.tasks-innung ul {
    padding-left: 30px;
}

.collection_content.tasks-innung li {
    padding-bottom: 10px;
    font-size: 1rem;
    list-style: url(/userdata/images/arrow-right-grey.png);
}

.event-info-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.events.full_preview .collection_container .collection_content:is(.date, .long-event) {
    padding-right: 80px;
    float: left;
}

.events.full_preview .collection_container > div.event-info-wrap {
    width: 33.33333%;
    padding-right: 30px;
    float: right;
    box-shadow: var(--shadow);
}

.events.full_preview .event .location {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
}

.events.full_preview .event .price {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.events.full_preview .event .price-2 {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.events.full_preview .collection_content.date {
    float: left;
    clear: both;
    margin-top: 10px;
}

.back_to_overview {
    display: none;
}

.full_preview button#backButton {
    margin-bottom: 30px;
}

.header-short {
    text-align: center;
}

.full_preview .collection_content.news-date {
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.collection_list .collection_content.innung-logo {
    background: #fff;
    padding: 5px;
    width: 50px;
    height: 34px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    box-shadow: var(--shadow);
    position: absolute;
    right: 25px;
}

.jobs .collection_content.innung-logo {
    top: 0;
    transform: translate(-50%, 0);
}

.collection_list .collection_content.innung-logo {
    width: 130px;
    height: 91px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.collection_list.com .collection_content.innung-logo {
    width: 50px;
    height: 34px;
    left: unset;
}

h3.collection_content.com__title.title.custom {
    margin: 0 24px;
}

.collection_content.com-link.button a {
    padding: 11px 20px;
    background: var(--main);
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.collection_content.com-link.button {
    padding: 0px 24px 24px 24px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.com .collection_container {
    position: relative;
    box-shadow: var(--shadow);
    border-radius: 10px;
    overflow: hidden;
}

.com h3.collection_content.com__title.title.custom {
    margin: 10px 24px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.4em;
}

.collection_list.com {
    width: 25%;
}

.collection_list.com .collection_container {
    height: 200px;
}

.seo > .footer-2, .seo > .footer-3, .seo > .footer-4 {
    width: 20%;
}

#footer a {
    color: var(--fc-dark);
}

.seo-content-logo.col-xs-12.col-md-3 {
    padding-left: 80px;
}

.seo-content-text.col-xs-12.col-md-9 {
    padding-right: 80px;
    border-right: 1px solid var(--fc-dark);
}

.seo-content-wrap {
    display: flex;
    align-items: center;
    margin: 60px 0;
}

#footer .collection_list.innungen {
    padding: 0 30px 0 0;
}

.collection_content.innung-text2 li, .collection_content.job-text3 li {
    list-style: inherit;
}

.collection_content.innung-text2 ul, .collection_content.job-text3 ul {
    padding-left: 20px;
}

.collection_content.second-job-img img {
    border-radius: 10px;
}

.jobs .collection_container {
    max-width: 100%;
}

.form-group.phone, 
.form-group.mail-main,
.form-group.mail,
.form-group.firstname, 
.form-group.lastname {
    width: 50%;
}

.form-group.phone {
    padding-left: 10px;
}

.form-group.mail-main {
    padding-right: 10px;
}

.form-group.plz,
.form-group.strasse,
.form-group.firstname {
    padding-right: 10px;
}

.form-group.ort,
.form-group.number,
.form-group.lastname {
    padding-left: 10px;
}

.fakten-start {
    float: left;
    width: 20%;
}

figure.mz-figure.mz-ready {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.opening {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    max-width: 450px;
    float: right !important;
    position: relative;
}

.button a {
    background: var(--main);
    color: #fff;
    padding: 11px 30px;
    border-radius: 5px;
    float: left;
}

.button a:hover {
    background: var(--juicy);
    color: #fff;
    padding: 11px 30px;
    border-radius: 5px;
    float: left;
}

.collection_list.task h3 {
    font-size: var(--fs-500);
    margin-bottom: 10px;
}

.collection_list.team, .collection_list.team .collection_container {
    height: 100%;
}

.collection_list.team h3, .collection_list.team {
    text-align: center;
}

.collection_list.task .collection_container {
    background: #fff;
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.task-group .row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
scrollbar-width: thin;
scrollbar-color: var(--main) #e6e6e6;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 5px;
}

*::-webkit-scrollbar-track {
background: #e6e6e6;
}

*::-webkit-scrollbar-thumb {
background-color: var(--main);
border-radius: 0px;
border: 0px none #ffffff;
}
  
.collection_list.task .collection_container:after {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100px;
    height: 100px;
    background: url(/userdata/collection/resize/25_14_logo-icon.webp);
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    opacity: 0.06;
}

.uber-uns div#area-4 {
    background: url(/userdata/images/schweisser-bright.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.collection_list.task {
    width: 100%;
    height: 100%;
    padding: 0;
}

.task-owl-wrap .owl-stage-outer {
    margin-left: -20px;
}

.uber-uns div#area-2 .container, 
.uber-uns div#area-3 .container, 
.uber-uns div#area-4 .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.round img {
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.round .textcontent {
    display: flex;
    justify-content: center;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mb30 {
    margin-bottom: 30px !important;
    float: left;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.group-team {
    width: 100%;
}

.team-title {
    width: 100%;
}

.shown-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    font-size: 1.3rem;
    font-weight: 600;
}

.collection_list.leistungen .collection_container .card_img img {
    scale: 1.0;
    transition: 300ms;
}

.collection_list.leistungen .collection_container:hover .card_img img {
    scale: 1.1;
    transition: 300ms;
}

.collection_list.innungen.leistungen {
    width: 25%;
}

.collection_list.leistungen .collection_content.card_img.bg-innung {
    height: 180px;
}

.header-texting{
    text-align: center;
}

.collection_content.second-job-img,
.collection_content.job-text3 {
    margin-top: 30px;
}

.collection_content.innung-text2 {
    float: left;
    width: 100%;
}

.collection_content.innung-video.mb30 {
    width: 100%;
}

.mz-figure {
    display: block !important;
}

.collection_content.event-info-wrap h3 {
    margin-bottom: 10px;
}

.smt-140 {
    scroll-margin-top: 140px;
}

.jobs .collection_content.innung-logo {
    left: 85%;
    width: 40px;
    height: 43px;
    border-radius: 0 0 10px 10px;
    padding: 7px;
}

#footer .component.logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.datenschutz div#content .container, .impressum div#content .container {
    margin-top: 0;
}

.impressum div#content,
.datenschutz div#content {
    background: url(/userdata/images/bg.jpg);
}

#footer h3.collection_content.innungen.leistungen__title.title.custom {
    min-height: unset;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
}

.footer-2 h4 {
    margin-bottom: 23px;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready, 
figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready img {
    height: 310px !important;
}

.collection_full .collection_content.innung-text2 {
    margin-bottom: 30px;
}



.owl-carousel.owl-theme.owl-drag.owl-trigger.owl-loaded.innung-list .owl-dots {
    position: relative;
}

div#footer .collection_list.innungen > .collection_container > .collection_content.shown-title {
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    min-height: unset;
    margin-bottom: 20px;
}

.text-eventform {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 800px;
}

.form-group.mail {
    padding-right: 10px;
}

.collection_full.event.show {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.event-info-wrap:before {
    content:'Informationen';
}

.event-info-wrap:before {
    content: 'Wichtige Informationen';
    font-size: var(--fs-700);
    font-weight: 600;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.collection_content.event-info {
    float: left;
    clear: both;
    margin-bottom: 1rem;
}

.collection_content.event-info.phone,
.collection_content.event-info.start {
    margin-bottom: 0.1rem;
}

.collection_content.event-info.start:before {
    content: 'Beginn:';
    padding-right: 5px;
    font-weight: 600;
}

.collection_content.event-info.end:before {
    content: 'Ende:';
    padding-right: 5px;
    font-weight: 600;
}

.collection_content.host {
    font-size: 1.4rem;
}

.collection_content.event-info.loc:before {
    content: 'Treffpunkt:';
    padding-right: 5px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.collection_content.event-info.deadline:before {
    content: 'Anmeldeschluss:';
    padding-right: 5px;
    font-weight: 600;
}

    .collection_content.event-info.sizing:before {
        content: 'Größe der Veranstaltung:';
    padding-right: 5px;
    font-weight: 600;
}

.collection_content.event-info.phone:before {
    content: 'Telefonkontakt:';
    padding-right: 5px;
    font-weight: 600;
}

.collection_content.event-info.mail:before {
    content: 'Mailkontakt:';
    padding-right: 5px;
    font-weight: 600;
}

.event-info-wrap {
    position: sticky;
    top: 100px;
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem;
    width: 30%;
}

.collection_content.event-qr {
    width: 100%;
    position: relative;
    display: flex;
}

.com-search {
    padding: 0 15px;
    display: flex;
    margin: 0 auto;
    width: 400px;
    margin-bottom: 30px;
}

.com-search button {
    border-radius: 0px 5px 5px 0px;
    padding: 10px 15px;
    border: none;
}

.com-search input {
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
    border: none;
}

.khs-om #header>.container {
    display: block; 
    justify-content: space-between;
    align-items: center;
}

.khs-om .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.khs-om div#header_1 {
    float: left;
}

.khs-om #header_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 15px;
}

.khs-om .collection_list.khs-link {
    width: 25%;
}

.khs-om .collection_list.khs-link .collection_container {
    flex-direction: column-reverse;
    height: auto;
}

.khs-om .collection_list.khs-link .collection_container .khs-link-text {
    width: 100%;
    height: auto;
}

.khs-om .collection_list.khs-link .collection_container .khs-link-images {
    width: 100%;
    height: 200px;
}

.khs-om .collection_list.khs-link .collection_container .khs-link-text .collection_content.khs-short {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 83px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.khs-om #footer {
    padding-top: 0;
}

.khs-om.home div#slider-wrapper:after {
    height: 500px;
}

.khs-om.home div#area-3 {
    background: none;
}

.eventlister div#content,
.innungen  div#content,
.full_preview div#content {
    background: url(/userdata/images/bg.jpg);
    background-repeat: repeat;
}

.eventlister #slider img {
    filter: blur(3px) brightness(0.8);
}

.coll-innungen .collection_list.com .collection_container {
    background: #fff;
}

.events .header-text .button {
    margin: 0 auto;
}

.events .header-text .row {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fg-host,
.fg-title {
    width: 100%;
}

.fg-element {
    margin-bottom: 22px;
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: rgb(0 0 0 / 40%);
}

form.set-event {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.events.full_preview .header-text .button {
    display: none;
}

.set-event label {
    margin-left: 0.5rem;
}

.eventlister div#content .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fg-mainbox {
    width: calc(50% - 10px);
}

.fg-box-check {
    border: 1px solid var(--clr-primary-light);
    border-radius: 10px;
    padding: 1rem;
    background: #fff;
    box-shadow: var(--shadow);
    width: 100%;
    margin-top: 20px;
}

.fg-mainbox {
    border: 1px solid var(--clr-primary-light);
    border-radius: 10px;
    padding: 1rem;
    background: #fff;
    box-shadow: var(--shadow);
}

.fg-box-title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.fg-element.fg-title h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.fg-element.fg-host input,
.fg-element.fg-title input {
    box-shadow: var(--shadow);
}

.fg-box-check .fg-box {
    width: 50%;
    float: left;
}

.fg-element.fg-host label,
.fg-element.fg-title label {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.set-event input[type="submit"]:hover {
    background: var(--juicy);
}

.set-event input[type="submit"] {
    width: auto;
    margin: 0 auto;
    margin-top: 60px;
    background: var(--main);
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
}

.collection_content.price:before {
    content: 'Standardpreis: ';
}

.collection_content.price-2:before {
    content: 'Preis für KHS-Mitglieder: ';
}

.collection_content.long-event {
    float: left;
    width: 100%;
}

.collection_content.date {
    width: 100%;
}

.collection_content.event-image {
    width: 100%;
    max-width: 700px;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

.collection_full.event > .collection_container {
    width: 70%;
    float: left;
}

.collection_full.event .collection_content.long-event {
    margin-bottom: 2rem;
}

.collection_content.team-img {
    width: 120px;
    height: 120px;
    border-radius: 500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 1.5rem;
    transform: translateX(-50%);
}

.collection_list.team .collection_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 1rem 1.5rem 1rem;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.team-text {
    max-width: 1000px;
    margin: 0 auto;
}

.collection_content.teilnehmer:before {
    content: 'Freie Plätze: ';
}

.collection_content.teilnehmer {
    float: left;
}

.collection_content.teilnehmer {
    padding: 4px 22px;
    border-radius: 50px;
    color: var(--main);
    border: 1px solid var( --main);
    font-weight: 600;
    background: rgb(255 255 255 / 70%);
}

.home div#area-7 {
    background: var(--clr-primary-light);
}

.innungsleistungen div#area-2 .container .row, 
.innungsleistungen div#area-4 .container .row, 
.innungsleistungen div#area-5 .container .row, 
.innungsleistungen div#area-6 .container .row, 
.innungsleistungen div#area-3 .container .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.form-group.job textarea#input_job {
    margin-top: 15px;
}

.form-group.strasse, 
.form-group.number, 
.form-group.plz, 
.form-group.ort, 
.form-group.strasse2, 
.form-group.number2, 
.form-group.plz2, 
.form-group.ort2 {
    width: 50%;
}

h3.rechnungsadresse:after {
    content: '(Nur wenn abweichend von Lieferadresse)';
    float: left;
    font-size: 0.9rem;
    font-weight: 400;
    width: 100%;
}

.form-group.form-check.preisfrage {
    line-height: 1.6;
}

h3.bestell-title {
    margin-top: 0;
}

form h3 {
    margin-top: 1rem;
}

.bestell-text {
    position: sticky;
    top: 140px;
}

.bestell-wrap {
    float: left;
    width: 100%;
}

h3.rechnungsadresse {
    float: left;
    display: block;
    position: relative;
    clear: both;
}

form#contactformular_24 {
    display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: space-between;
}

.leistung-img img {
    max-height: 400px;
    border-radius: 10px;
}

.seo > .footer-2 {
    display: none;
}

.leistung-txt h2 {
    position: relative;
}

.leistung-txt h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--main);
    bottom: 0px;
    border-radius: 500px;
    left: 0;
}

.leistung-txt h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.gruppenbild img {
    border-radius: 15px;
}

.uber-uns div#area-8 {
    background: #fff;
}

.opening ul {
    padding-left: 20px;
}

.opening li {
    list-style: disc;
    margin-bottom: 1rem;
}

.news-group .row {
    display: grid;
    flex-wrap: wrap;
}

.whole-team {
    float: left;
    width: 100%;
}

.gruppenbild img {
    margin: 0 auto;
}

.search-highlight {
    background-color: yellow;
    outline: 1px solid orange;
}

.collection_list .collection_content.event-image {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: url(/userdata/images/kurs.jpg);
    background-size: cover;
    border-right: 4px solid var(--main);
    border-radius: 0;
}


/* Responsive */

@media(max-width:1520px) {
    h3.collection_content.khs-link__title.title.custom {
        font-size: 1.2em;
        width: 80%;
    }

}

@media(max-width:1500px) {


    .collection_content.event__title.title {
        max-width: 500px;
    }

    .group-team .row > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        float: left;
    }

    .collection_list.team {
        height: 330px;
    }

} /*END 1500px*/


@media(max-width:1450px) {

    .img-board .row > div h3 {
        font-size: 1.2rem;
    }

    .header-animation iframe {
        width: 510px;
    }

    .fakten-start {
        width: 33.33333%;
    }

    .fact-group .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 0;
    }
    .collection_list.com {
        width: 33.33333%;
    }

    .owl-carousel.owl-theme.owl-two.gallery-style.owl-loaded.owl-drag .owl-item img {
        height: 400px !important;
        max-width: 100% !important;
        object-fit: cover;
    }

}/* END 1450px */
    
@media (max-width: 1249px) {

    .khs-om #header_2 .search_modul_request_button svg {
    width: 100%;
    height: 100%;
    display: none;
}
    #toggle_navigation label.hamburg{
        display: none;
    }

    .collection_content.event__title.title {
        max-width: 350px;
    }


    .header-wrapper.fixed-header .component.logo {
        display: none;
    }

    .shown-title {
        font-size: var(--fs-500);
        padding: 0 15px;
    }

    .new-f-img img {
        border: 5px solid #000;
        border-radius: 20px;
    }

    .new-f-img:before {
        height: 6px;
        top: -3px;
    }

    .col-xs-12.willkommen.d-flex.align-items-center .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
        margin-left: unset;
        height: 300px!important;
        width: 300px!important;
    }

    div#header, #header .container {
        height: 100%;
        width: 100%;
        padding: 0;
    }
    div#header_1,
    #header_2,
    #header_3 {
        padding: 0 !important;
        margin: 0 !important;
    }

    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;
        }

        :root {
            --fs-500: 1rem;
        }

        div#header, .header-wrapper {
            height: 40px;
        }

        .collection_list.khs-link {
            width: 50%;
        }
        
        .khs-link-outer {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .coll-innungen.full_preview div#slider img {
            max-height: 300px;
        }

        .header-logo {
            bottom: -160px;
        }

        #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;
        }

        #header .hamburger-menu a {
            text-align: end;
        }

        #header .component.logo {
            z-index: 1;
        }

            .filegallery_content_file {
    background: var(--main);
    color: #fff !important;
    padding: 20px 20px;
    border-radius: 5px;
    width: 50%;
    margin-top: 40px;
    text-align: center;
}

    }/* END 1249px */

@media(max-width:1200px) {
    .khs-om .collection_list.khs-link {
        width: 50%;
    }

    .collection_full.event > .collection_container {
        width: 100%;
    }

    .event-info-wrap {
        width: 100%;
        margin-top: 1rem;
    }

    .unterschrift {
        float: left;
    }

    .collection_list.team h3 {
        font-size: 1.2rem;
    }

    .gruppenbild img {
        width: 100%;
        height: auto;
        object-fit: contain;
        float: left;
        height: auto !important;
    }

    .seo > .footer-1 {
        width: 100%;
        margin-bottom: 60px;
    }

    .round .textcontent {
        justify-content: flex-start;
    }

    .uber-uns div#area-3 .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .seo > .footer-2, .seo > .footer-3, .seo > .footer-4 {
        width: 33.333333%;
    }

    .opening {
        width: 100%;
        float: left !important;
        max-width: unset;
        margin: 30px 20px 0 20px;
    }

    .img-board .row {
        grid-template-rows: repeat(4, 200px);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .img-board .row > div h3 {
        font-size: 1rem;
        padding: 20px;
    }

    .collection_content.info-contact-innung {
        font-size: 1em;
    }

    .collection_list.coll-leistungen {
        width: 50%;
    }

    .collection_list.innungen.leistungen {
        width: 50%;
    }

    .news-group .row {
        grid-template-rows: repeat(2, 280px);
    }

    .news-group .collection_list.card:nth-child(3) .card_img {
        height: 50%;
    }

    .event .date {
        margin-bottom: 15px;
    }

    .collection_list.event .collection_container {
        padding-right: 75px;
    }

    .innungen .collection_list.innungen,
    .collection_list.jobs.card {
        width: 33.33333%;
    }

    .bestell-text {
        position: relative;
        top: unset;
        margin-bottom: 3rem;
    }

    .unsere-news.full_preview .collection_content.img-titel-foto {
        width: 100%;
        font-style: italic;
        display: flex;
        font-size: 13px;
        justify-content: start;
    }

    .unsere-news.full_preview .collection_content.img-titel {
        width: 100%;
        font-style: italic;
        display: block;
        font-size: 13px;
    }
    .news-imgtitle-wrapper {
        display: block; 
    }

    .news-imgall-wrapper {
        width: 50%;
        padding-left: 0px;
        display: block;
    }

}/* END 1200px */


@media(max-width:1120px) {
        .header-animation {
            justify-content: start;
        }

        
    }/* END 1120px */        


     
        
        #footer .component.logo img {
            margin: 0 auto;
        }

@media only screen and (max-width: 1024px) {

    .collection_full.card.news .collection_container {
        display: flex;
        flex-direction: column-reverse;
    }

    .row.seo-content-wrap {
        flex-direction: column;
    }

    .seo-content-text.col-xs-12.col-md-9 {
        padding-right: 0;
        text-align: center;
        margin-bottom: 60px;
        border: none;
    }

    .seo-content-text.col-xs-12.col-md-9,
    .seo-content-logo.col-xs-12.col-md-3 {
        padding: 0px;
    }

    :root {
        --fs-300: 0.875rem;
        --fs-400: 1rem;
        --fs-500: 1.0rem;
        --fs-600: 1.2rem;
        --fs-700: 1.4rem;
        --fs-800: 1.8rem;
        --fs-900: 2.5rem;
    }

    .pr80 {
        padding-right: 0px;
    }

        .collection_list {
            width: 50%;
        }
        .anker-navi .container {
            padding: 0 !important;
        }
    
        .new-f-img img {
            border: 3px solid #000;
            border-radius: 12px;
        }
    
        .new-f-img:before {
            width: 50px;
            height: 4px;
            top: -2px;
        }

           .row {
            flex-wrap: wrap;
        }


                .seo-content-text.col-xs-12.col-md-9 {
            padding-right: 0;
            text-align: center;
            margin-bottom: 60px;
            border: none;
        }
        
        #footer .component.logo img {
            margin: 0 auto;
        }

        .news-group .row {
            display: block;
        }

        .news-group .row .card:nth-child(2) .collection_content.card_teaser, .news-group .row .card:nth-child(3) .collection_content.card_teaser, .news-group .row .card:nth-child(4) .collection_content.card_teaser, .news-group .row .card:nth-child(5) .collection_content.card_teaser {
            display: block;
        }
        .collection_list.card.news{
            width: 50% !important;
            height: 500px;
        }

        .unsere-news .collection_content.img-button {
            display: none;
        }

    }/* END 1024px */

@media only screen and (max-width: 992px) {


    .khs-om div#content, .main-screen {
    padding: 3rem 0rem 1rem 0rem;
    position: relative;
    float: left;
    width: 100%;
    scroll-margin-top: 120px;
}

    .khs-om #footer {
    clear: both;
    padding: 10px 0 25px 0;
    background: #fff;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid var(--clr-primary-light);
    margin-top: -170px;
    z-index: -1;
}


    .collection_content.img-button {
        background: var(--main);
        color: #ffffff;
        padding: 10px;
        border-radius: 10px;
        width: 50%;
        justify-content: center;
    }
    

        /* .unsere-news.full_preview .collection_list, .collection_container {
            position: relative;
            display: flex;
            flex-direction: column-reverse;
        }
     */

    .news-text-wrapper {
        width: 100%;
        padding-right: 20px;
    }

    .news-imgall-wrapper {
        width: 100%;
        padding-left: 0px;
        display: block;
    }

    .component.copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .job-button.button {
        margin-bottom: 40px;
    }

    .col-xs-12.col-sm-12.col-md-12.col-lg-6.content-img {
        display: flex;
        justify-content: center;
    }

    .uber-uns div#area-9 .container, .home div#area-9 .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .news-group .row .card:nth-child(3) {
        grid-area: 1 / 1 / 2 / 2;
        width: 100%;
    }

    .news-group .row {
        grid-template-rows: repeat(5, 350px);
        grid-template-columns: 100% repeat(1, 1fr);
    }

    .news-group .row .card:nth-child(4) {
        grid-area: 2 / 1 / 2 / 2;
        width: 100%;
    }

    .news-group .row .card:nth-child(5) {
        grid-area: 3 / 1 / 3 / 2;
        width: 100%;
    }

    .news-group .row .card:nth-child(6) {
        grid-area: 4 / 1 / 5 / 2;
        width: 100%;
    }

    .news-group .row .card:nth-child(7) {
        grid-area: 5 / 1 / 5 / 2;
        width: 100%;
    }

    .news-group .row .card:nth-child(4) .collection_content.card_teaser, 
    .news-group .row .card:nth-child(5) .collection_content.card_teaser, 
    .news-group .row .card:nth-child(6) .collection_content.card_teaser, 
    .news-group .row .card:nth-child(7) .collection_content.card_teaser {
        display: block;
    }
    
    .news-group .row .card h3.collection_content.card.title.custom {
        margin-bottom: 0.8rem;
    }
    
    .news-group .row .card .collection_content.card_teaser {
        padding-right: 50px;
    }

        .footer-sitemap ul {
            flex-wrap: wrap;
        }
    
        div#cookiewarnung {
            width: 90%;
        }
    
        #header #header_1 {
            width: auto;
            max-width: 230px;
        }
        .anker-navi.sticky {
            position: relative !important;
        }

        .link-boxen-wrap {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(3, 280px);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
        }

        .link-boxen-wrap .collection_list.linkbox:nth-child(1) {
            grid-area: 1 / 1 / 2 / 3;
        }
        .link-boxen-wrap .collection_list.linkbox:nth-child(2) {
            grid-area: 2 / 1 / 3 / 2; 
        }
        .link-boxen-wrap .collection_list.linkbox:nth-child(3) {
            grid-area: 2 / 2 / 3 / 3; 
        }
        .link-boxen-wrap .collection_list.linkbox:nth-child(4) {
            grid-area: 3 / 1 / 4 / 2;
        }
        .link-boxen-wrap .collection_list.linkbox:nth-child(5) {
            grid-area: 3 / 2 / 4 / 3;
        }

        .collection_list.linkbox .collection_container {
            height: 100%;
        }

        .collection_list.khs-link {
            width: 100%;
        }

        .leftside-wrap {
            width: 100%;
            padding-right: 0;
        }

        .rightside-wrap {
            position: relative;
            float: left;
            width: 100%;
            top: unset;
            padding-top: 40px;
        }

        .collection_full.innungen .collection_container {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }

        .collection_content.tasks-innung {
            display: block;
        }

        .youtubecontent iframe {
            max-height: 400px;
        }

        .collection_list.com {
            width: 50%;
        }
        .events.full_preview .collection_container.Schulungen .collection_content.event-info-wrap,
        .events.full_preview .collection_container.Schulungen .collection_content.long-event {
            width: 100%;
            padding-right: 0;
            margin-bottom: 30px;
        }

        .innungen .collection_list.innungen,
        .collection_list.jobs.card {
            width: 50%;
        }

        .collection_list.jobs .collection_content.title.custom {
            -webkit-line-clamp: 3;
        }

        .event-labels {
            position: relative;
            right: unset;
            top: unset;
            gap: 10px;
            margin-bottom: 15px;
            flex-direction: column;
            flex-wrap: wrap;
            width: 100%;
        }

    }/* END 992px */
    
    .component.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    
@media (max-width: 768px) {

    .filegallery_content_file {
    background: var(--main);
    color: #fff !important;
    padding: 20px 20px;
    border-radius: 5px;
    width: 50%;
    margin-top: 40px;
    text-align: center;
}

    .filegallery_content {
    width: 100%;
}

    #footer .collection_list.innungen {
        padding: 0 10px;
    }

    :root {
        --fs-300: 0.875rem;
        --fs-400: 1rem;
        --fs-500: 1.0rem;
        --fs-600: 1.1rem;
        --fs-700: 1.3rem;
        --fs-800: 1.6rem;
        --fs-900: 2.0rem;
    }

    .header-ot {
        font-size: 1.2rem;
    }

        #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;
        }
    
        .faq_group_container .faq_question_box {
            padding: 5px 34px 8px 15px;
        }
    
        .container {
            padding-left: 10px;
            padding-right: 10px;
        }
    
        .new-f-text {
            padding: 0 0 30px;
        }
    
        .highlight-group {
            border-bottom: 1px solid var( --clr-primary-white);
        }
    
        .highlight-group.odd .row {
            flex-direction: column-reverse;
        }
        
        .collection_list.bugfixes {
            width: 50%;
        }
    
        .pop-up-button {
            margin-top: 1rem;
        }
    
        .pop-up-button-group .row {
            flex-wrap: wrap;
            margin-left: 7px;
        }
    
        .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
              width: 100%!Important;
        }
    
        .col-xs-12.willkommen.d-flex.align-items-center {
            padding: 0;
        }
        #slider div#slider-title {
            padding: 0 20px;
        }
        .anker-button.button {
            width: 100%;
            border-bottom: 1px solid var( --clr-primary-white);
        }
        #footer .footer-1,
        #footer .footer-2,
        #footer .footer-3,
        #footer .footer-4 {
            text-align: center;
            margin-bottom: 25px;
            display: flex;
            flex-direction: column;
        }
        .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;
        }

        #header .component.logo {
            border-radius: 0 0 7px 0px;
        }

        .fakten-start {
            width: 50%;
        }

        .collection_list.leistungen .collection_content.card_img.bg-innung {
            height: 110px;
        }

        .leistungen__title.title {
            min-height: 40px;
            font-size: 1rem;
        }

        .news-group .row {
            grid-template-rows: repeat(5, 500px);
        }

        .news-group .row .card .collection_content.card_teaser {
            padding-right: 0;
            padding-bottom: 20px;
        }
        
        .event .collection_content.title {
            margin-bottom: 10px;
        }
        
        .collection_content.short-event {
            font-size: 0.9rem;
        }

        .collection_list.event .collection_container {
            padding-right: 20px;
            padding-bottom: 60px;
        }

        .collection_list.event {
            .collection_container {
                padding: 220px 20px 20px 20px;
                &:before {
                    right: 0px;
                    height: 200px;
                    width: 100%; 
                }
            }
            .collection_content.event-image {
                right: 0px;
                height: 200px;
                width: 100%;
            }
        }

        .collection_list.event .collection_container:after {
            background-size: 50px !important;
        }

        .owl-carousel.owl-theme.owl-two.gallery-style.owl-loaded.owl-drag .owl-item img {
            height: 300px !important;
        }

        .img-board .row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(7, 250px);
            grid-column-gap: 20px;
            grid-row-gap: 20px;
        }
      
        .board-image1 { grid-area: 1 / 1 / 2 / 3; }
        .board-image2 { grid-area: 2 / 1 / 3 / 2; }
        .board-image3 { grid-area: 2 / 2 / 3 / 3; }
        .board-image4 { grid-area: 3 / 1 / 5 / 2; }
        .board-image5 { grid-area: 3 / 2 / 4 / 3; }
        .board-image6 { grid-area: 4 / 2 / 5 / 3; }
        .board-image7 { grid-area: 5 / 1 / 7 / 2; }
        .board-image8 { grid-area: 5 / 2 / 6 / 3; }
        .board-image9 { grid-area: 6 / 2 / 7 / 3; }
        .board-image10 { grid-area: 7 / 1 / 8 / 3; }

        .opening {
            margin: 30px 5px 0 5px;
            padding: 30px;
        }

        .seo > .footer-2, .seo > .footer-3, .seo > .footer-4 {
            width: 100%;
        }
        
        .component.footer-1 {
            float: left;
            border-bottom: 1px solid var(--fc-dark);
            padding: 0 0 30px 0;
            display: flex;
            flex-direction: column;
   
        }

        .component.footer-1 .textcontent {
            width: 100%;
        }

        .unterschrift {
            padding: 0 0px;
            font-size: 0.8rem;
        }
      
    }/* END 768px */

  

@media(max-width:600px) {

        div#content, .main-screen {
        padding: 0px 0 !important;
    }

        .header-ot {
        font-size: 1.2rem;
        margin-top: 70px;
    }

    div#slider > .textcontent:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(180deg, transparent, #f3efe8);
}

    body.home div#slider img {
    max-height: 550px;
}


    .collection_list.card.news{
        width: 100% !important;
        height: 500px;
    }

    .khs-om.home div#slider img {
        max-height: 600px;
    }
    
    .khs-om.home .header-text {
        top: 60px;
        position: relative;
    }

    .khs-om #slider-wrapper div.slider-untertitle {
        margin-bottom: 2rem;
    }

    .khs-om .collection_list.khs-link {
        width: 100%;
    }

    .collection_list.jobs.card {
        width: 100%;
    }

    .collection_list.jobs .collection_content.innung-logo {
        width: 50px;
        height: 60px;
    }

    .collection_list.innungen.jobs .collection_container {
        min-height: 325px;
    }

    .innungen .collection_list.innungen,
    .collection_list.jobs.card {
        width: 100%;
    }

    .collection_list {
        width: 100%;
    }

    .header-logo {
        bottom: -130px;
    }

    .header-logo {
        max-width: 100px;
    }

    .pop-up-button {
        width: 40%!important;
        float: left!important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .collection_content.field-1655053570 {
        min-width: 47px;
    }

    .bugfixes-collection {
        padding-left: 0!important;
        margin-left: 0px!important;
        padding-right: 0!important;
    }

    .collection_list.bugfixes {
        width: 100%;
    }

    .vergleich {
        height: 360px!important;
    }
    .pb-5 {
        padding-bottom: 1rem!important;
    }

    .twentytwenty-container {
        height: 360px!important;
    }
    .header-animation iframe {
        width: 100%;
        height: 230px;
    }

    .collection_list.coll-leistungen {
        width: 100%;
    }

    .collection_list.linkbox .collection_container {
        padding: 20px;
    }

    .news-group .row .card .collection_content.card_teaser {
        padding-right: 0 !important;
        padding-bottom: 0px;
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }

    .news-group .row .card:nth-child(4) .collection_content.card_teaser, .news-group .row .card:nth-child(5) .collection_content.card_teaser, .news-group .row .card:nth-child(6) .collection_content.card_teaser, .news-group .row .card:nth-child(7) .collection_content.card_teaser {
        display: -webkit-box;
    }

    .youtubecontent iframe {
        max-height: 280px;
    }

    .collection_list .collection_content.bg-innung {
        height: 150px;
    }

    .collection_list.com .collection_container {
        height: 350px;
    }

    .collection_list .collection_content.innung-logo {
        width: 140px;
        max-height: 70px;
    }

    .com h3.collection_content.com__title.title.custom {
        font-size: 1rem;
    }

    input, select, textarea {
        padding: 0.6rem;
    }

    .collection_list.innungen.leistungen {
        padding: 10px;
    }

}/* END 600px */

@media only screen and (max-width: 500px) {

    .collection_list.innungen.leistungen {
        padding: 5px;
    }

    .round img {
        height: 260px !important;
    }

    .img-board .row {
        grid-template-rows: repeat(7, 180px);
    }

    .img-board .row > div h3 {
        font-size: 0.9rem;
    }

    .owl-carousel.owl-theme.owl-two.gallery-style.owl-loaded.owl-drag .owl-item img {
        height: 200px !important;
    }

    .link-boxen-wrap {
        display: block;
    }

    .link-boxen-wrap .collection_list.linkbox .collection_container {
        min-height: 120px;
    }

    .new-f-img img {
        border: 2px solid #000;
        border-radius: 10px;
    }

    .new-f-img:before {
        width: 32px;
        height: 3px;
        top: -1px;
    }
    div#content, .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px!important;
    }
    .vergleich {
        height: 260px!important;
    }

    .container {
        min-width: 250px;
    }

    .twentytwenty-container {
        height: 260px!important;
    }

    div#slider-wrapper {
        height: auto !important;
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
    h2 {
        margin-top: 0px;
    }

    :root {
        --fs-300: 0.8rem;
        --fs-400: 0.9rem;
        --fs-500: 0.9rem;
        --fs-600: 1.0rem;
        --fs-700: 1.1rem;
        --fs-800: 1.3rem;
        --fs-900: 1.6rem;
    }

    .component.kopfzeile {
        font-size: 0.8rem;
    }

    .fakten-start {
        width: 100%;
    }
    
    .home div#area-3 .container {
        margin-top: 0px;
    }

    .collection_list.com {
        width: 100%;
    }

    .collection_list.com .collection_container {
        height: 180px;
    }

    body#body {
        font-size: 14px;
    }
    
}/* END 500px */
   
@media only screen and (max-width: 400px) {

    .img-board .row {
        grid-template-rows: repeat(7, 150px);
    }

    .round img {
        height: 220px !important;
    }

    .khs-om.home .header-text {
        top: 80px;
    }

}/* END 400px */

    

@media (min-width: 768px) {
        .container {
            max-width: 750px;
        }
    
        .w-25 .collection_list.teamCollection,
        .w-25 .collection_list.blog-multi {
            width: 100%;
            float: left;
            padding: 20px;
            border: 2px solid #80808080;
            text-align: center;
        }
            .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) {

    .component.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .w-25 .collection_list.teamCollection {
        width: 25%;
        float: left;
        padding: 20px;
    }

    .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: 1170px;
            }
        
    
        }

@media (min-width: 1500px) {
        .container {
            max-width: 1450px;
        }
}

/* search */

#header_2 {
    display: flex;
    align-items: center;
}

#header_2 .search_modul_request_button {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    cursor: pointer;
}
#header_2 .search_modul_request_button svg{
    width: 100%;
    height: 100%;

}

.search_modul_wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000070;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: flex;
    padding-top: 250px;
    justify-content: center;
    align-items: flex-start;
}
.search_modul_wrapper.hide {
    display: none;
}
.search_modul_wrapper .search_modul_block {
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.search_modul_wrapper .search_modul_search_button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition-duration: 200ms;
}
.search_modul_wrapper .search_modul_search_button:hover {
    transform: scale(1.1);
    transition-duration: 200ms;
}
.search_modul_wrapper .search_modul_search_button svg{
    width: 100%;
    height: 100%;

}
.search_modul_wrapper .search_modul_answer{
    padding: 15px 15px 0px 15px;
    display: block;
}
.search_modul_wrapper .search_modul_answer_wrapper{
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}
.search_modul_wrapper .search_modul_answer:hover{
    text-decoration: underline;
    cursor: pointer;
}
.search_modul_wrapper .search_modul_answer .search_modul_answer_text{
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.search_modul_wrapper .search_modul_answer .search_modul_answer_context{
    font-size: 12px;
}

@media (max-width: 480px) {
    .search_modul_block {
      max-width: 70%;
      padding: 8px;
    }
  }
  
  @media (max-width: 576px) {
    .search_modul_block{
      max-width: 90% !important;
      padding: 9px;
    }
  }
  
  @media (max-width: 768px) {
    .search_modul_block {
      max-width: 85%;
      padding: 10px;
    }
  }
  
  @media (max-width: 992px) {
    .search_modul_block {
      max-width: 100%;
    }
  }

/* search end */


/* Fördermitglieder Slider */

/* .slider_blog {
  width: 120%;
  transform: translateX(-8.5%);
}

 .slider_blog:before {
  content: "";
  background: linear-gradient(90deg, #fff, transparent);
  position: absolute;
  left: 8.5%;
  height: 100%;
  width: 10%;
  z-index: 10;
}

.slider_blog:after {
  content: "";
  background: linear-gradient(270deg, #fff, transparent);
  position: absolute;
  right: 8%;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 10;
} 

.group-foerdermitglieder-carousel:before {
  content: "";
  background: linear-gradient(90deg, #ededed, transparent);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 10;
  pointer-events: none;
}

.group-foerdermitglieder-carousel:after {
  content: "";
  background: linear-gradient(270deg, #ededed, transparent);
  position: absolute;
  right: 0%;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  pointer-events: none;
}

.owl-carousel.blog_slider_package.owl-loaded.owl-drag .all-text-group,
.owl-carousel.blog-owl.slider_blog .collection_list.all.show .all-text-group {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.group-foerdermitglieder-carousel .owl-nav.disabled,
.group-foerdermitglieder-carousel .owl-dots.disabled {
  display: none !important;
}

.foerdermitglieder-carousel .owl-stage-outer {
  height: auto !important;
}

.foerdermitglieder-carousel .partner:hover .logo {
  filter: grayscale(0) !important;
  opacity: 1;
}

.foerdermitglieder-carousel .owl-item.active {
  height: auto;
}

.foerdermitglieder-carousel .owl-stage {
  height: 200px !important;
}

.foerdermitglieder .link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */

.khs-om button.owl-prev {
    display: none;
}

.khs-om button.owl-next{
    display: none;
}
.collection_list.foerdermitglieder:hover{
 .collection_content.fordermitglieder-logo {
    filter: none;
    opacity: 1;
    z-index: 2;
} }

.khs-om .owl-item img {
    border-radius: 0px !important;
}

.collection_content.fordermitglieder-logo {
    filter: grayscale(1);
    opacity: 0.5;
    transition: 300ms;
}

.collection_content.foerdermitglieder-webseite a{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.mietglieder_slider  {
    display: flex;
    .owl-item {
        display: flex;
        justify-content: center;
        .collection_list {
            width: 50%;
            max-height: 200px;
            img {
                max-height: 100px !important;
                object-fit: contain;
            }
        }
    }
    .owl-item img {
        width: 100%;
        height: auto !important;
    }
    .owl-stage {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}

.h2-foerderer h2{
    margin-bottom: 50px;
}

.g-recaptcha iframe {
    height: auto !important;
    float: left;
}