:root {
    --main: #14002b;
    --main-opacity: #31667e50;

    --second: #fb0068;
   
    --main-dark: #222222;
    --white: #fff;
    --bg-light: #F5F5F5;
  
    --fc-primary: #E7F6E5;
    --fc-dark: #000;

    --accent: #0F8A02; 
    --font-clr: #33382D;
    --line-clr: #D1D1D1;
    --bottom: #68B9F3; 


    --ff-primary: 'Open Sans', sans-serif;
    --ff-heading: 'Oswald', sans-serif;
    --ff-accent: 'Dancing Script', sans-serif;
    --ff-alt: 'Source Sans Pro', sans-serif;
  

    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
  
    --lh-h1: 63px;
    --lh-h2: 55px;
    --lh-h3: 32px;
    --lh-h4: auto;
    --lh-h5: auto;
    --lh-h6: auto;

    --fs-micro: 0.8125rem;
    --fs-h6: 0.875rem;
    --fs-h5: 0.9375rem;
    --fs-h4: 1rem;
    --fs-h3: 1.875rem;
    --fs-h2: 2.5rem;
    --fs-h1: 3.1rem;

    --br-primary: .5rem;
  
    --fs-body: var(--fs-h6);
    --fs-primary-heading: var(--fs-h2);
    --fs-secondary-heading: var(--fs-h3);
    --fs-nav: var(--fs-h5);
    --fs-button: var(--fs-micro);
  
    --shadow: 0px 0px 14px rgb(0 0 0 / 15%); 
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button{
    text-align: center;
    position: relative;
    top: 20px;
    margin-bottom: 20px;
}
.welcome .text{
    width: 75%;
}
.welcome .portrait{
    width: 20%;
}
.portrait .imgcontent img {
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
}
.button a {
    background: var(--fc-primary);
    padding: 10px 20px;
    font-weight: 500;
    color: var(--font-clr);
    font-size: var(--fs-body);
    text-align: center;
}

.headline{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--font-clr);
    margin-bottom: 30px;
}

/* 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;
}

/*set scroll margin for main-elements*/
#content,
#area-2,
#area-3,
#area-4,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9 {
    scroll-margin-top: 120px;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}
h1 {
    font-size: 2rem;
}



/* 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: 'Open Sans';
    src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/layout/frontend/b2c/dist/fonts/OpenSans-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/layout/frontend/b2c/dist/fonts/OpenSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/layout/frontend/b2c/dist/fonts/OpenSans-ExtraBold.ttf');
    font-weight: 800;
}

/* Oswald */
@font-face {
    font-family: 'Oswald';
    src: url('/layout/frontend/b2c/dist/fonts/Oswald-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Oswald';
    src: url('/layout/frontend/b2c/dist/fonts/Oswald-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Oswald';
    src: url('/layout/frontend/b2c/dist/fonts/Oswald-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Oswald';
    src: url('/layout/frontend/b2c/dist/fonts/Oswald-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Oswald';
    src: url('/layout/frontend/b2c/dist/fonts/Oswald-Bold.ttf');
    font-weight: 700;
}

/* Dancing Script */
@font-face {
    font-family: 'Dancing Script';
    src: url('/layout/frontend/b2c/dist/fonts/DancingScript-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('/layout/frontend/b2c/dist/fonts/DancingScript-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('/layout/frontend/b2c/dist/fonts/DancingScript-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('/layout/frontend/b2c/dist/fonts/DancingScript-Bold.ttf');
    font-weight: 700;
}

/* Source Sans Pro */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-ExtraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
    font-weight: 900;
}



body {
    font-size: var(--fs-h4);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-primary);
    color: var(--font-clr);
    overflow-x: hidden;
    margin: 0;
}

.collection_list.hero {
    width: 100%;
    padding: 0;
    background: var(--bg-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(--white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

input, select, textarea {
    padding: 1rem;
    width: 100%;
    border: 1px solid var(--main);
    font-family: inherit;
    border-radius: var(--br-primary);
}

.owl-item img {
    height: 450px!Important;
    width: 100%!Important;
}
.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%;
}

.person_gallery .owl-item img{
    height: 250px !important;
}

.back_to_overview a {
    background: var(--main);
    color: var(--white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
    display: none;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--main);
    color: var(--white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
}

a.button_filter.o-filter {
    background: var(--bg-light);
    color: var(--main);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid var(--main-light);
}

.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;
    border-bottom: 7px solid var(--main);
    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-h3);
    font-weight: var(--fw-bold);
    font-family: var(--ff-secondary);
    margin-inline: 1.5rem;
    color: var(--fc-secondary);
    margin-block-start: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_list.card .collection_container:hover .collection_content.card_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.collection_list.card .collection_content.card_teaser {
    margin-inline: 1.5rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}




.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var( --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: " ";
}



/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --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(--bg-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;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
  }

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--fc-primary);
    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( --font-clr);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--font-clr);
    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( --font-clr);
    line-height: 1;
    margin-bottom: 7px;
}

.next lottie-player {
    margin: 0 auto;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}



#header ol li, #header ul li {
    list-style: none;
}

.same-height>.row {
    display: flex;
    flex-wrap: wrap;
}



div#content,
.main-screen {
    padding: 5rem 0 ;
    position: relative;
    float: left;
    width: 100%;
}

.main-screen.grey {
    background-color: var(--bg-light);
    padding: 40px 0;
}

.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( --white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --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( --white);
   border: 1px solid var(--main);
}

/* Navgation */


#header a {
    color: var( --fc-dark)!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( --white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
}

.header-text a:hover {
    color: var( --white);
    box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#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%;
    height: 75vh;
    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( --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( --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>.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;
}

.mg-top-30 {
    margin-top: 30px;
}

.padding-20 {
    padding: 20px;
}

.mt1 {
    margin-top: 1rem;
}

.mt1-5 {
    margin-top: 1.5rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt5 {
    margin-top: 5rem;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

/* 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( --white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
}

.header-text h1 img {
    width: 50px!important;
}

.d-none {
    display: none!Important;
}

#slider img {
    height: 552px !important;
    filter: brightness(1.0);
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--fc-dark);
    margin: 10px 0;
    /* font-family: var(--ff-heading)!important; */
}

h1 {
    font-size: var(--fs-h1);
    color: #fff;
}

h2 {
    font-size: var(--fs-h2);
}

/* h3 {
    font-size: var(--fs-h3);
} */

h4,
h5 {
    font-size: var(--fs-h4);
}

h6 {
    font-size: var(--fs-h5);
}

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_list,
.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;
}

.container 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(--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( --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( --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( --white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var( --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( --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( --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(--white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}

button {
    background: var(--fc-primary);
    padding: 10px 20px;
    font-weight: 500;
    color: var(--font-clr);
    font-size: var(--fs-body);
    text-align: center;
    border-radius: 0;
    margin-bottom: 20px;
}

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( --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( --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;
}

.fixed-header{
    position: sticky;
    top: 0;
}


#header ul.level_1 {
    padding: 0 !important;
    display: flex;
    gap: 2rem;
    align-items: center;
}

#header .hamburger-menu ul.level_1 {
    align-items: unset!important;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}



#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100%!important;
    height: 100% !important;
    object-fit: contain;
    max-height: 63px;}

div#header_3 {
    display: none;
}

div#header,
#header .container {
    height: 100%;
}

div#header, .header-wrapper {
    height: 100px;
    width: 100%;
    z-index: 101;
    background-color: var(--white);
}

div#header_1 {
    height: 100%;
}

.sticky-active {
    position: relative;
}

#header{
    padding: 20px;
}

/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.hamburger-menu {
    height: 100%;
    color: var(--light-font);
    /* position: fixed; */
}

.hamburger-menu {
    background: var(--main);
    position: absolute;
    width: 100%;
    /* top: 100%; */
    left: 0;
    display: none;
}

#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --white);
}

#header .hamburger-menu a {
    padding: 15px 20px !important;
    display: block;
    color: var(--white) !important;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var( --white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var( --accent);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}

.hamburger-menu ul.level_2 a p.level_2_title{
    color: var(--white) !important;
}

#header .hamburger-menu .level_2 a {
    padding: 10px 20px !important;
}
@media (max-width: 1249px) {
    .hamburger-menu ul {
        background-color: var(--light-green);
        color: #ffffff;
        list-style: none;
        padding: 0;
        margin: 0;
    }

}

@media (max-width: 745px) {
    .hamburger-menu ul {
        display: contents !important;
        width: 100%;
        text-align: center;
    }
    .hamburger-menu ul li {
        width: 100%;
        padding: 0 !important;
    }
    .header-wrapper {
        position: unset;
    }
}

@media (max-width: 1249px) {
    .hamburger-menu {
        display: none;
        /* background: var(--light-green); */
        color: #ffffff;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        z-index: 999;
        padding: 10px;
    }
}

/* 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;
    pointer-events: none;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider-title h2 {
    color: white;
}

#slider #slider-title {
    position: absolute;
    top: 35%;
    left: 14%;
    color: var(--white);
    z-index: 100;
}


/* 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( --white);
    border-bottom: 0;
    border-top: 0;
    background: transparent !important;
    color: var( --white);
    align-items: center;
}

.anker-button.button:last-child {
    border-right: 1px solid var( --white);
}


/* END Anker Element */

.d-flex, .d-flex > .row {
    display: flex!important;
}

.align-items-center, .align-items-center > .row {
    align-items: center!important;
}

.collection_content.historie_img {
    position: absolute;
    right: -30px;
    top: -70px;
    width: 150px;
    height: 150px;
    display: block;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
}

.historie_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    object-fit: cover;
    transform: scale(1);
}

/* Vergrößert und eckig */
.historie_img.expanded {
    width: 300px;
    height: 300px;
    border-radius: 0;
    z-index: 1000;
}

.historie_img.expanded img {
    border-radius: 0;
    transform: scale(1.05); /* Optional für einen sanften Zoom */
}


.collection_content.historie_jahr {
    font-size: 42px;
    line-height: 1;
    position: absolute;
    color: var(--accent);
    font-weight: 900;
    top: -70px;
}

.collection_content.historie_title {
    font-weight: 700;
    margin-bottom: 10px;
}

.history_timeline:after {
    content: '';
    background: #fff;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 5px;
}

.historie div#content {
    margin-top: -80px;
}

.history_timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    width: 100%;
}

.collection_content.historie_text {
    width: 80%;
}

/*.home #content */

.home #content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px; 
}

.home #content .collection-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: calc(31.33%);
    min-width: 280px;
    background: white;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 118px;
    position: relative;
}

.home #content .collection-card .collection_container {
    display: flex;
    align-items: center;
    width: 100%;
}

.home #content .collection-card_bild {
    flex-shrink: 0;
    width: 148px;
    height: 118px;
    display: flex;
}

.home #content .collection_list {
    padding: 0;
    margin: 10px;
}

.home #content .collection-card_bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px 0 0 100px;
    display: block;
}

.home #content .collection-card_title {
    flex-grow: 1;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0D5D97;
    background: white;
    padding: 15px 20px;
    border-radius: 0 100px 100px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: calc(100% - 148px); 
}
.home #content .collection-card_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; 
}
/* .home #area-2  */
.team-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* #slider h1:after {
    content: "_______";
    color: var(--light-green);
    top: -1.5rem;
    width: 100%;
    float: inline-end;
    position: relative;
} */

.team-bild img {
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
    width: 90% !important;
}

.team .collection_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collection_content.team-name {
    font-weight: 600;
}

.collection_list.team {
    width: 20%;
}
@media (max-width: 1199px) {
    .collection_list.team {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .collection_list.team {
        width: 33%;
    }
}

@media (max-width: 619px) {
    .collection_list.team {
        width: 50%;
    }
}


@media (max-width: 399px) {
    .collection_list.team {
        width: 100%;
    }
}

.collection_content.team-bild {
    display: flex;
    justify-content: center;
    padding-bottom: 5%;
}
.home #area-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

 .title-center .textcontent h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    color: #0D5D97;
}

.home #area-2 .collection_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    padding-right: 8px;
    padding-left: 8px;
}
.home #area-2 .col-inform_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; 
}
.home #area-2 .collection_container {
    position: relative;
    width: 100%;
    height: 118px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home #area-2 .container {
    width: 100%;
}

.home #area-2 .col-inform_bild {
    width: 100%;
    height: 100%;
    position: absolute;
}

.home #area-2 .col-inform_bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home #area-2 .col-inform_title {
    position: relative;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
}

/*.home #area-4 */

.event .collection_container{
    background-color: var(--fc-primary);
    padding: 20px;
}

.event .e_kategorie{
    color: var(--accent);
}

.event .e_title{
    font-weight: 700;
    margin: 20px 0;
}

.event .e_datetime{
    display: flex;
    gap: 10px;
}

.event .e_time::after{
    content: ' Uhr';
}

.event .e_location{
    display: none;
}

.home #area-4 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.home #area-4 .insel_nords_wrapper_bild_top {
    flex: 1 1 30%!important;
    height: 118px; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-left: 8px;
}
.home #area-4 .insel_nords_wrapper_bild_bottom {
    flex: 1 1 30%!important;
    height: 118px; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-left: 8px;
}
.home  px-2.twng-flex-row.twng-items-stretch {
    display: none !important;
}
.home #area-4 .insel_nords_wrapper_bild_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home #area-4 .insel_nords_wrapper_bild_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home #area-4 .insel_nords_wrapper_bild_top:first-child {
    border-radius: 120px 0 0 0px;
}

.home #area-4 .insel_nords_wrapper_bild_top:last-child {
    border-radius: 0 120px 0px 0;
    object-position: top;
}

.home #area-4 .insel_nords_wrapper_bild_bottom:first-child {
    border-radius: 0px 0 0 120px;
}

.home #area-4 .insel_nords_wrapper_bild_bottom:last-child {
    border-radius: 0 0px 120px 0;
}
.home #area-4  .insel_nords_wrapper_bild_g_top {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 16px;
}
.home #area-4  .insel_nords_wrapper_bild_g_bottom {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Hauptmenü */
.home div#area-0 {
    margin-top: -200px;
    z-index: 100;
    padding-bottom: 40px;
}

.hauptmenu-outer-wrapper {
    display: flex;
}

.hauptmenu-wrapper-1, .hauptmenu-wrapper-2, .hauptmenu-wrapper-3 {
    width: 33.333%;
    height: 100%;
}

.hauptmenu-wrapper-1 .collection_list.col-hauptmenu {
    height: 100%;
}

.collection_list.col-hauptmenu {
    width: 100%;
}

.home .hauptmenu-outer-wrapper .collection_container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background-color: #ffffff;
    transition: box-shadow 0.2s ease-in-out;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
}

.hauptmenu-wrapper-1 .collection_list .col-hauptmenu_img {
    height: 335px;
}

.hauptmenu-outer-wrapper .collection_list:first-child .col-hauptmenu_title {
    padding: 20px;
    font-size: 18px;
    color: var(--accent);
    text-align: left;
    background-color: #ffffff;
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: auto;
}

.collection_list .col-hauptmenu_title {
    padding: 20px !important;
}

.hauptmenu-wrapper-2 .collection_list .col-hauptmenu_img, .hauptmenu-wrapper-3 .collection_list .col-hauptmenu_img {
    height: 120px;
    overflow: hidden;
}

.hauptmenu-outer-wrapper .collection_list:first-child .col-hauptmenu_link a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(/userdata/01_Allgemein/arrow-down.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    z-index: 3;
}

.hauptmenu-outer-wrapper .collection_list:not(:first-child) .col-hauptmenu_link a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(/userdata/01_Allgemein/arrow-down.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    z-index: 3;
}

.hauptmenu-outer-wrapper .collection_list:not(:first-child) .col-hauptmenu_img {
    height: 120px;
    overflow: hidden;
}

.hauptmenu-outer-wrapper .collection_list:not(:first-child) .col-hauptmenu_title {
    padding: 10px;
    font-size: 18px;
    color: var(--accent);
    text-align: left;
    background-color: #ffffff;
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: auto;
}

.home .hauptmenu-outer-wrapper .col-hauptmenu .collection_container:hover {
    box-shadow: 0px 0px 14px rgb(20 110 33 / 51%);
    transition: box-shadow 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .hauptmenu-outer-wrapper {
        display: block !important;
    }
    .hauptmenu-wrapper-1, .hauptmenu-wrapper-2, .hauptmenu-wrapper-3 {
        width: 100% !important;
    }
    .home div#area-0 {
        margin-top: 0;
    }
}

@media (max-width: 769px) {
    .hauptmenu-wrapper-1 .collection_list.col-hauptmenu, .hauptmenu-wrapper-2 .collection_list.col-hauptmenu, .hauptmenu-wrapper-3 .collection_list.col-hauptmenu {
        width: 100% !important;
    }
    .hauptmenu-wrapper-1 .collection_list .col-hauptmenu_img {
        height: 120px !important;
    }
    .welcome .text{
        width: 100%;
        text-align: center;
    }
    .welcome .portrait{
        width: 50%;
        text-align: center;
        display: flex;
        left: 50%;
        transform: translateX(-50%);
    }
    #footer .container {
        flex-direction: column;
    }
}

/* header_bild */
.collection_list.col-header_bild {
    width: 100%;
    float: none;
    padding: 0;
    position: relative;
} 
#slider img {
    height: 420px !important;
    filter: brightness(0.8);
}
.collection_list.col-header_bild img {
    object-fit: cover;
} 
.col-headerbild_groupe {
    position: absolute;
    top: 200px;
    z-index: 2;
    margin-left: 290px;
    color: #fff;
    text-align: left;
} 

div.ibeng-spa .twng-max-w-5xl {
    max-width: unset!important;
}

.feriendomizile div.ibeng-spa .twng-backdrop-grayscale {
    --tw-backdrop-grayscale: unset !important;
    background-color: #E8F0F5 !important;
}
div.ibeng-spa .twng-bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: #B4D9F3!important;
}
div.ibeng-spa .twng-bg-primary {
    background-color: #ffffff!important;
    color: #0D5D97!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
span.twng-text-gray-500.hover\:twng-text-gray-400.twng-cursor-pointer.hover\:twng-underline {
    color: #0D5D97!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
span.ibeng-resultCount {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.twng-text-xxs.twng-text-gray-600.twng-truncate.twng-align-baseline {
    font-size: 13px !important;
}
 .ibeng-spa .twng-flex.twng-px-2 .twng-bg-white {
    --tw-bg-opacity: 1;
    background-color: #B4D9F3!important;
}
div.ibeng-spa .lg\:twng-top-4 {
    top: 3rem!important;
}

div.ibeng-spa .twng-flex.twng-px-2 .twng-text-gray-800 {
    --tw-text-opacity: 1;
    color: #fff!important;
}
div.ibeng-spa .lg\:twng-pb-4 {
    padding-bottom: 1rem;
    /* padding-top: 43px!important; */
}
a.twng-flex.twng-flex-col.twng-p-2.\@xl\/propertylist\:twng-p-4.\@xl\/propertylist\:twng-bg-gray-100.twng-grow.\@xl\/propertycard\:twng-grow-0.\@xl\/propertycard\:twng-w-7\/12.ibeng-PropertyCardDetailButton {
    border-radius: 0 40px 40px 0 !important;
}
.twng-relative.twng-aspect-\[3\/2\].twng-bg-gray-400.twng-overflow-hidden.ibeng-PropertyCardGallery.twng-rounded-tl.twng-rounded-tr.\@xl\/propertycard\:twng-w-5\/12.\@xl\/propertycard\:twng-rounded-tr-none.\@xl\/propertycard\:twng-rounded-bl {
    border-radius: 40px 0px 0px 40px !important;
}

div.ibeng-spa .\@xl\/propertylist\:twng-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #fff!important;
}
div.ibeng-spa .twng-items-center {
    align-items: end;
}
div.ibeng-spa button.twng-pointer-events-auto.active\:twng-scale-95.twng-transition.twng-bg-white.twng-rounded.ibeng-PropertyCardGallery-WishListButton.twng-m-2.twng-flex.twng-place-content-center  {
    --tw-bg-opacity: 1;
    background-color: #B4D9F3!important;
}
div.ibeng-spa .ibe-icon-chevron-single-left:before {
    color: #0D5D97!important;
}
div.ibeng-spa .ibe-icon-chevron-double-left:before {
    color: #0D5D97!important;
}
/* div.ibeng-spa .twng-p-4 {
    padding-bottom: 30px!important;
} */
div.ibeng-spa .twng-rounded-md {
    border-radius: 40px!important;
}
div.ibeng-spa .twng-text-gray-800 {
    --tw-text-opacity: 1;
    color: #0D5D97!important;
}
div.ibeng-spa .twng-border-black {
    --tw-border-opacity: 1;
    border-color:  #0D5D97!important;
}
div.ibeng-spa .twng-text-black {
    --tw-text-opacity: 1;
    color: #0D5D97!important;
}
div.ibeng-spa .twng-border-gray-800 {
    border-color: unset!important;
}
button.twng-pointer-events-auto.active\:twng-scale-95.twng-transition.twng-bg-white.twng-rounded.ibeng-PropertyCardGallery-WishListButton.twng-m-2.twng-flex.twng-place-content-center {
    border-radius: 20px;
}
div.ibeng-spa  .ibe-icon-heart.twng-text-white {
    color: transparent!important;
}

.ibeng-spa .twng-text-outline-black {
    -webkit-text-stroke-color: #ffffff!important;

}
.ibeng-spa .twng-text-red-500 {
    color: #fff!important;
}
a.ibeng-PropertyCardDetailButton h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0D5D97 !important;
}

a.ibeng-PropertyCardDetailButton span,
a.ibeng-PropertyCardDetailButton div {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #0D5D97 !important;
    font-size: 18px !important;
}

a.ibeng-PropertyCardDetailButton .ibeng-PropertyPrice {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #0D5D97 !important;
}

a.ibeng-PropertyCardDetailButton .twng-rounded {
    font-weight: 700 !important;
    color: #FFFFFF !important;
    background-color: #B4D9F3 !important;
    border-radius: 40px !important;
    font-size: 18px !important;
    padding: 5px 9px !important;
    min-width: 44px !important;
    display: inline-block !important;
    text-align: center !important;
}
div.ibeng-spa .twng-w-10 {
    width: 30px!important;
}
div.ibeng-spa .twng-h-10 {
    height: 30px!important;
}
.maplibregl-map {
    border-radius: 40px;
}

.twng-hidden.lg\:twng-flex.twng-items-center.twng-mx-2 {
    display: none!important;
}

.twng-mb-4 {
    display: none;
}

  
  
#slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100vw;
}
.col-headerbild_title {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 600; 
}

.col-headerbild_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 400; 
}

.collection_list.news .collection_container {
    background: var(--white);
    overflow: hidden;
    transition: 300ms;
    min-height: 410px;
    border: 1px solid var(--line-clr);
}

.collection_list.news .vorschaubild {
    height: 250px;
}

.collection_list.news .collection_content.date {
    padding-inline: 1rem;
    padding-block-start: 1rem;
    font-size: var(--fs-300);
    color: var(--accent);
    padding-block-end: 5px;
    opacity: .7;
}

.collection_list.news .collection_container h3.collection_content.news__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.collection_list.news .collection_container .collection_content.teaser {
    padding-inline: 1rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-block-start: 1rem;
}

.headline{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--font-clr);
    margin-bottom: 30px;
}

.news_link, .news_link a{
    text-align: center;
    color: var(--accent);
}

.news_link a:hover{
    text-decoration: underline;
}

.news.full_preview .news-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
}

.news.full_preview .news-content {
    width: 48%;
}

.news.full_preview .news-image {
    width: 48%;
}

.news.full_preview .collection_content.teaser {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1.5rem;
}

.news.full_preview .collection_content.date {
    font-size: var(--fs-300);
    color: var(--accent);
}

@media (max-width: 991px) {
    .news.full_preview .news-main {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .news.full_preview .news-content, .news.full_preview .news-image {
        width: 100%;
    }
}

.chronik .collection_list.chronik .collection_container {
    background: var(--white);
    overflow: hidden;
    transition: 300ms;
    min-height: 410px;
    border: 1px solid var(--line-clr);
}

.chronik .collection_list.chronik .c_image {
    height: 250px;
}

.chronik .collection_list.chronik .collection_content.c_year {
    padding-inline: 1rem;
    padding-block-start: 1rem;
    font-size: var(--fs-300);
    color: var(--accent);
    padding-block-end: 5px;
    opacity: .7;
}

.chronik .collection_list.chronik .collection_container h3.collection_content.chronik__title.title.custom {
    padding-inline: 1rem;
}

.collection_list.facts {
    width: 25%;
}


@media (max-width: 798px) {
    .collection_list.facts {
        width: 100%;
    }
}

.collection_list.facts .collection_container{
    background-color: var(--fc-primary);
    color: var(--font-clr);
    padding: 20px;
    text-align: center;
}

.collection_list.facts .number{
    font-weight: 900;
    font-size: 32px;
}

.service #area-2 .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service #area-2 .leistungen {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.service #area-2 .collection_list.leistungen {
    width: 100%;
}

.service #area-2 .col-leistungen_bild {
    width: 160px; 
    height: 160px;
    border-radius: 50%;
    background-color: #B4D9F3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.service #area-2 .col-leistungen_bild img {
    width: auto;
    height: auto;
    max-width: 45%; 
    max-height: 45%;
    object-fit: contain;
    border-radius: 0;
}

.service #area-2 .col-leistungen_text {
    width: calc(100% - 130px); 
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 70px; 
}

.service #area-2 .col-leistungen_text strong {
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
}

.service #area-2 .col-leistungen_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}

.service #area-2 .leistungen .collection_container {
    display: flex;
    align-items: center;
    width: 100%;
}


  
@media (max-width: 600px) {
    .service #area-2 .leistungen {
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 100%;
    }
  
    .service #area-2 .collection_container {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  
    .service #area-2 .col-leistungen_bild {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #B4D9F3;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .service #area-2 .col-leistungen_bild img {
      width: 50%;
      height: 50%;
      object-fit: contain;
    }
  
    .service #area-2 .col-leistungen_text {
      width: 100%;
      margin-left: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 16px;
      line-height: 1.4;
      font-family: 'Open Sans', sans-serif;
    }
  
    .service #area-2 .col-leistungen_text strong {
      font-size: 20px;
      font-family: 'Oswald', sans-serif;
    }
  }
  


.kaufen .nordstrand-text_link .textcontent a {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0D5D97;
    background-color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.kaufen .nordstrand-text_link .textcontent  {
    margin-top: 70px;
}
 
/* Kontakt */

.kontakt .contactformular .form-group input[type="text"] {
    width: 100%;
    color: var(--font-clr) !important;
    border: none;
    border-radius: 0;
    background-color: var(--bg-light);
    padding: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}

.kontakt .contactformular .form-group.vorname,
.kontakt .contactformular .form-group.nachname {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 10px;
}

.kontakt .contactformular .form-group.vorname {
    padding-left: 0;
}

.kontakt .contactformular .form-group.nachname {
    padding-right: 0;
}

.kontakt .contactformular::after {
    content: "";
    display: table;
    clear: both;
}

.kontakt ::placeholder {
    color: var(--font-clr) !important;
    opacity: 1; 
}



.kontakt .contactformular .form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--font-clr) !important;
}

.kontakt .contactformular .contactformular .form-group.form-check label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.kontakt .contactformular .contactformular .form-group input[type="submit"] {
    background-color: #0D5D97;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}

.kontakt input#button {
    background: var(--fc-primary);
    color: var(--font-clr);
    padding: 10px 15px;
    border-radius: 0;
    cursor: pointer;
    border: none;
}

  
.kontakt input {
    padding: 7px;
    width: 100%;
    border: 1px solid #6FBAEF;
    background-color: #ffffff; 
    border-radius: 4px;
    font-family: inherit;
    color: inherit;
}

.kontakt .form-check-input {
    appearance: none !important;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #6FBAEF !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    position: relative !important;
    margin: 0 5px 0 0 !important;
}

.kontakt .form-check-input:checked {
    background-color: #0D5D97 !important;
}

#search_input{
    background-color: var(--bg-light);
}

/* unterseite-hotels */

.feriendomizile .twng-bg-white.ibeng-PropertyPage {
    background-color: #E8F0F5!important;
}

.feriendomizile .ibeng-PropertyPage-Title {
    display: flex !important;
    flex-direction: column !important;
}

.feriendomizile .ibeng-PropertyPage-Title h1 {
    order: 1 !important;
}

.feriendomizile .ibeng-PropertyPage-Title .twng-cursor-pointer {
    order: 2 !important;
}

.feriendomizile .ibeng-PropertyPage-Title > div:not(.twng-cursor-pointer) {
    order: 3 !important;
}


.feriendomizile .twng-self-stretch.twng-text-black.twng-text-2xl.twng-font-semibold.twng-leading-7 {
    font-size: 30px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600 !important;
}

.feriendomizile .twng-leading-tight.twng-flex.twng-justify-end {
    background-color: #B4D9F3 !important;
    border-radius: 40px !important;
    padding: 5px 10px !important;
}

.feriendomizile .twng-leading-tight.twng-justify-self-end.twng-flex.twng-flex-col.twng-justify-center.twng-flex-grow {
    color: #0D5D97 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.feriendomizile .twng-text-gray-500.twng-font-normal.twng-self-center,
.feriendomizile .twng-text-neutral-400.twng-text-xs.twng-font-light.twng-uppercase.twng-self-center {
    color: #0D5D97 !important;
}
.feriendomizile div.ibeng-spa .twng-text-gray-600 {
    color: #0D5D97 !important;
}
.feriendomizile div.ibeng-spa .twng-text-neutral-400 {
    color: #0d5d97!important;
}

.feriendomizile div.ibeng-spa .twng-bg-primary {
    background-color: #B4D9F3 !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px!important;
    font-weight: 600;
}
/* .feriendomizile div.ibeng-spa .twng-rounded {
    border-radius: 69px!important;
} */

.feriendomizile .twng-relative.twng-w-full.twng-h-full.twng-overflow-hidden img {
    border-radius: 40px !important;
}
.feriendomizile div.ibeng-spa .twng-ease-in-out {
    border-radius: 40px;
}

.feriendomizile div.ibeng-spa .twng-bg-gray-400 {
    border-radius: 40px !important;
}

.feriendomizile div.ibeng-spa .twng-bg-blue-400 {
    background-color: rgb(255 255 255)!important;
}

.feriendomizile div.ibeng-spa .twng-bg-gray-800 {
    background-color: rgba(111, 186, 239, var(--tw-bg-opacity))!important;
}
.feriendomizile .ibeng-PropertyPageGallery a.twng-absolute.twng-top-0 {
    color: white !important;
}

.feriendomizile .ibeng-PropertyPage-Title + .twng-justify-items-end .twng-bg-white {
    background-color: #B4D9F3 !important;
}

.feriendomizile .ibeng-PropertyPage-Title + .twng-justify-items-end .twng-bg-white i {
    color: white !important;
}

.feriendomizile .twng-bg-blue-400.twng-text-white.twng-text-sm.twng-font-bold {
    border-radius: 20px !important; 
    color: #0D5D97 !important; 
}
.feriendomizile .ibeng-PropertyPage-Title + .twng-justify-items-end .twng-bg-secondary {
    background-color: white !important; 
    color: #0D5D97 !important; 
    font-family: 'Open Sans', sans-serif !important; 
    font-weight: 700 !important; 
}

.feriendomizile #single-offer-form .twng-bg-white {
    border-radius: 40px !important;
}

.feriendomizile #single-offer-form #booking-search-form {
    background-color: #B4D9F3 !important; 
    border-radius: 40px !important; 
    color: white !important; 
}

.feriendomizile #single-offer-form #booking-search-form .twng-text-gray-500,
.feriendomizile #single-offer-form #booking-search-form .twng-text-gray-600 {
    color: #ffffff !important; 
    font-size: 18px !important;
}

.feriendomizile #single-offer-form #booking-search-form .twng-text-sm,
.feriendomizile #single-offer-form #booking-search-form .twng-font-semibold {
    font-size: 18px !important;
}
.feriendomizile button.twng-w-full.twng-p-4.twng-z-10.twng-border-r.ibeng-checkin-tab {
    padding-left: 30px;
}
.feriendomizile #single-offer-form .twng-flex-col.twng-flex.twng-gap-4,
.feriendomizile #single-offer-form .twng-flex-col.twng-flex.twng-gap-4 * {
    font-family: 'Open Sans', sans-serif !important;
   font-weight: 400 !important; 
}


.feriendomizile #single-offer-form button[aria-label="Teilen"] i,
.feriendomizile #single-offer-form button[aria-label="Zu Merkliste hinzufügen"] i,
.feriendomizile #single-offer-form button[aria-label="Von Merkliste entfernen"] i {
    background-color: #B4D9F3 !important; 
    color: white !important; 
    width: 50px !important; 
    height: 50px !important; 
    border-radius: 50% !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important; 
}
.feriendomizile div.ibeng-spa .twng-rounded {
    border-radius: 1.25rem;
}
.feriendomizile #single-offer-form button[aria-label="Von Merkliste entfernen"] i {
    background-color: #B4D9F3 !important; 
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.feriendomizile #single-offer-form button[aria-label="Stornobedingungen"] {
    display: none !important;
}

.feriendomizile #single-offer-form .twng--mx-6.twng-h-px.twng-bg-gray-300 {
    display: none !important;
}


.feriendomizile .ibeng-Amenities h2,
.feriendomizile .ibeng-Location h2,
.feriendomizile #ratings {
    font-size: 18px !important;
}
.feriendomizile div.ibeng-spa .twng-bg-tertiary {
    background-color: #B4D9F3!important;
    border-radius: 40px !important; 
}



.feriendomizile .twng-flex.twng-flex-col.twng-gap-2 {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 8px; 
}


.feriendomizile .ibeng-PropertyPage-Title.twng-flex.twng-flex-col.twng-gap-2 {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: initial !important;
}
.feriendomizile .ibeng-PropertyPage-Title h1 {
    margin-bottom: 10px; 
    
}
.feriendomizile  #single-offer-form span.twng-text-black {
    font-size: 18px !important;
}
.feriendomizile  .ibeng-PropertyPageHouseRules > .twng-text-black.twng-text-base.twng-font-semibold {
    font-size: 18px !important;
    font-family: 'Oswald', sans-serif !important;
}


.feriendomizile .ibeng-PropertyPageCancellationPolicies h2 {
    font-size: 18px !important;
}

.feriendomizile .twng-flex.twng-flex-col.twng-justify-start.twng-items-start.twng-gap-4 h2 {
    font-size: 18px !important;
}

.feriendomizile div.ibeng-spa .twng-bg-gray-400 {
    background-color: #6FBAEF!important;
}

.feriendomizile #booking-search-form .ibeng-TravellersForm-ageselect {
    display: none !important;
}

.feriendomizile .twng-absolute.twng-w-10.twng-top-0.twng-bottom-0.twng-left-0 {
    width: 100% !important;
}

.feriendomizile .twng-absolute.twng-w-1.twng--top-px.twng-rounded-full.twng-bottom-0 {
    width: 100% !important; 
}

.feriendomizile .ibeng-PropertyPage-Title {
    display: flex;
    flex-direction: column;
}

.feriendomizile .ibeng-PropertyPage-Title {
    display: flex !important;
    flex-direction: column !important;
}

.feriendomizile .ibeng-PropertyPage-Title {
    display: flex !important;
    flex-direction: column !important;
}

.feriendomizile .ibeng-PropertyPage-Title {
    display: flex !important;
    flex-direction: column !important;
}

.feriendomizile .ibeng-PropertyPage-Title {
    display: flex !important;
    flex-direction: column !important;
}



.feriendomizile .twng-flex-none.md\:twng-w-auto.twng-flex.twng-flex-col.twng-p-4.twng-border.twng-bg-white {
    border-radius: 20px !important; 
    overflow: hidden !important; 
}
.feriendomizile div.ibeng-spa .twng-bg-\[--detail-bg-color\] {
    background-color: #B4D9F3;
    border-radius: 40px;
}
.feriendomizile div.ibeng-spa .twng-bg-gray-500 {
    background-color: #B4D9F3;
}

.ibeng-spa .twng-w-full.twng-flex.twng-flex-row.twng-gap-4.twng-mt-4.twng-overflow-x-auto.twng-scrollbar-hide .twng-text-white {
    color: #ffffff !important;
}

.feriendomizile .twng-flex.twng-flex-row.twng-gap-4.twng-justify-end 
    .ibeng-button-disabled,
.feriendomizile .twng-flex.twng-flex-row.twng-gap-4.twng-justify-end 
    .ibeng-button-enabled {
    color: #ffffff !important; 
    font-family: 'Open Sans', sans-serif !important; 
    font-size: 16px !important;
    font-weight: 600 !important; 
}



 #slider-wrapper,
.home .some-parent-class {
    overflow: visible !important;
    position: static !important;
}
.home .ibeng-responsive-lg- {
    position: relative !important;
    z-index: 10000 !important;
    overflow: visible !important;
} 


.home .ibeng-SearchBarPanel,
.home .ibeng-SearchBarPanel * { 
    font-size: 16px !important;
}

.home .ibeng-SearchPanel-Apply {
    background-color: #B4D9F3 !important;
    color: #FFFFFF !important;
    padding: 10px 20px !important; 
    border-radius: 8px !important; 
    font-size: 16px !important; 
    font-weight: medium !important; 
    transition: all 0.3s ease-in-out !important; 
}

.home  .twng-flex.twng-flex-row.twng-flex-wrap.twng-gap-4.ibeng-TravellersForm-ageselect {
    display: none!important;
}
.home .ibe-icon-adults,
.home .ibe-icon-children,
.home .ibe-icon-srv_pets_allowed {
    font-size: 20px !important;
    width: 22px !important;
    height: 22px !important;
}

.home .twng-flex.twng-flex-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

.home .ibeng-counter-decrease,
.home .ibeng-counter-increase {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    font-size: 12px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.home .twng-w-10.twng-h-10 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: medium !important;
}

.home input[type="radio"] {
    width: 14px !important;
    height: 14px !important;
    border-width: 1px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.home .twng-flex.twng-gap-6.twng-items-center {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
}

.home .twng-flex.twng-gap-4 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.home div.ibeng-spa .twng-bg-gray-400 {
    background-color: #B4D9F3!important;
}


#slider-wrapper,
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .some-parent-class {
    overflow: visible !important;
    position: static !important;
}
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibeng-responsive-lg- {
    position: relative !important;
    z-index: 10000 !important;
    overflow: visible !important;
} 


.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibeng-SearchBarPanel,
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibeng-SearchBarPanel * { 
    font-size: 16px !important;
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibeng-SearchPanel-Apply {
    background-color: #B4D9F3 !important;
    color: #FFFFFF !important;
    padding: 10px 20px !important; 
    border-radius: 40px !important; 
    font-size: 14px !important; 
    font-weight: medium !important; 
    transition: all 0.3s ease-in-out !important; 
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop  .twng-flex.twng-flex-row.twng-flex-wrap.twng-gap-4.ibeng-TravellersForm-ageselect {
    display: none!important;
}
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibe-icon-adults,
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibe-icon-children,
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibe-icon-srv_pets_allowed {
    font-size: 20px !important;
    width: 22px !important;
    height: 22px !important;
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .twng-flex.twng-flex-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibeng-counter-decrease,
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .ibeng-counter-increase {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    font-size: 12px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .twng-w-10.twng-h-10 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: medium !important;
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop input[type="radio"] {
    width: 14px !important;
    height: 14px !important;
    border-width: 1px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .twng-flex.twng-gap-6.twng-items-center {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
}

.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop .twng-flex.twng-gap-4 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop div.ibeng-spa .twng-bg-gray-400 {
    background-color: #B4D9F3!important;
}







 #slider-wrapper div.slider-untertitle {
    top: 24%;

}

.ibeng-SearchBarPanel {
    width: 70vw;
    max-width: 50rem; 
    margin: 0 auto;
    left: auto !important;
    right: auto !important;
}

.twng-relative {
    position: relative;
}

.ibeng-SearchBarPanel {
    position: absolute;
    left: 80%;
    transform: translateX(-10%);
}

.ibeng-SearchPanel-Apply {
    font-size: 14px !important;
}
.hamburger-menu {
    background: var(--accent)!important;
    position: absolute;
    width: 100%;
    /* top: 100%; */
    left: 0;
    display: none;
}

.ibeng-SearchBarCalendar .twng-justify-start.twng-items-center.twng-gap-2.twng-flex {
    width: 20px;
    height: 20px;
    background-image: url('/userdata/images/Img%20tourismusteam/calendar-week.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .ibeng-SearchBarCalendar .twng-justify-start.twng-items-center.twng-gap-2.twng-flex > div {
    display: none;
  }
  

  .ibe-icon-chevron-left::before {
    content: "❮" !important;
    color: #0D5D97 !important;
    font-size: 18px !important;
    font-family: Arial, sans-serif !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.ibe-icon-chevron-right::before {
    content: "❯" !important;
    color: #0D5D97 !important;
    font-size: 18px !important;
    font-family: Arial, sans-serif !important;
    display: inline-block !important;
    line-height: 1 !important;
}



a.twng-px-6.twng-py-2.twng-rounded-md.twng-transition-all.twng-bg-primary.twng-text-on-primary.hover\:twng-bg-primary-hover.hover\:twng-text-on-primary-hover.ibeng-button-enabled.twng-inline-flex.twng-justify-center.twng-items-center.ibeng-ReserveButton {
    z-index: 9999999999;
}




.ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-0.lg\:twng-left-1\/2.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\] ,
.ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-1\/2.lg\:twng-left-0.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\] {
    width: 31vw !important;
    max-width: 50rem;
    margin: 0 auto;
    left: auto !important;
    right: auto !important;
}

.twng-w-full.twng-border.twng-border-black.twng-rounded.twng-flex.twng-place-content-center {
    background-color: #eeeeee !important;
    border-color: #fff !important;
}

@media (max-width: 1023px) {
    .search-bar-container { 
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
      gap: 10px !important; 
    }
    .col-headerbild_groupe {
        margin-left: 60px;
    }
    .search-bar-container > * { 
      width: 100% !important;
      margin: 0 !important;
    }
  
    .search-button {
      width: 100% !important;
    }

    .twng-flex.twng-flex-row.twng-justify-between.twng-gap-2.twng-pb-4.twng-bg-white {
        display: none !important;
    }
    .ibeng-searchbar-header .twng-pb-4 {
        padding-bottom: 0 !important;
    }
    
    div.ibeng-spa .twng-p-4 {
        padding: 5px !important;
    }
    div.ibeng-spa .twng-bg-white {
        border-radius: 80px!important;
    }
    
    div.ibeng-spa .twng-rounded {
        border-radius: 2.25rem!important;
    }
    
    .ibeng-searchbar-header.twng-sticky.twng-z-10.twng-backdrop-grayscale.twng-backdrop-blur-md.lg\:twng-rounded {
        margin-bottom: 20px!important;
    }
    a.twng-flex.twng-flex-col.twng-p-2.\@xl\/propertylist\:twng-p-4.\@xl\/propertylist\:twng-bg-gray-100.twng-grow.\@xl\/propertycard\:twng-grow-0.\@xl\/propertycard\:twng-w-7\/12.ibeng-PropertyCardDetailButton {
        border-radius: 0px 0px 40px 40px !important;
    }
    .twng-relative.twng-aspect-\[3\/2\].twng-bg-gray-400.twng-overflow-hidden.ibeng-PropertyCardGallery.twng-rounded-tl.twng-rounded-tr.\@xl\/propertycard\:twng-w-5\/12.\@xl\/propertycard\:twng-rounded-tr-none.\@xl\/propertycard\:twng-rounded-bl {
        border-radius: 40px 40px 0px 0px !important;
    }
    button.twng-px-4.twng-py-2.twng-bg-white.twng-rounded.twng-border.twng-border-black.twng-justify-start.twng-items-center.twng-gap-2.twng-inline-flex.ibeng-SearchBarOpen {
        width: 100%!important;
    }


    div.ibeng-spa  .twng-fixed.twng-bottom-0 {
        bottom: 0;
        left: 0;
    }

  }

  @media (max-width: 985px) {
    #slider div#slider-title h1 {
        font-size: 35px;
    }

  }



/* Footer */

#footer {
    clear: both;
    padding: 70px 0 25px 0;
    background: var(--fc-primary);
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;

}


#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding-right: 40px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var( --clr-primary-white);
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
    background: var(--accent);
    color: var(--white) ;
}

div#privacy-policy a {
    color: inherit;
}





#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var( --clr-primary-white);
}

.seo .footer-1 {
    padding-right: 50px;
}

.seo .footer-2 {
    padding-left: 0px;
}

/* __________________ footer ___________________ */

.footer-1, .footer-2, .footer-3 {
    width: 33.333%;
}

.footer-1.component, .footer-2.component, .footer-3.component {
    width: 100%;
}

#footer a {
    width: fit-content;
    color: var(--dark-font);
    text-decoration: none;
}

#footer {
    display: flex;
    flex-wrap: wrap;
    color: var(--dark-font);
}

.social-links-wrapper {
    display: flex;
}

.social-links-wrapper .textcontent {
    max-width: 40px;
    margin-right: 20px;
}

.social-icon img {
    object-fit: contain;
}

.footer-1 {
    display: flex;
    /* align-items: center; */
    /* margin-bottom: 20px;  */
    flex-wrap: nowrap; 
    /* margin-top: 20px; */
}

.green-text {
    color: var(--accent);
}

.footer-1 .imgcontent img {
    width: 77px !important;
    height: 84px !important;
    margin-right: 40px;
    object-fit: cover;
}

.footer-1   .textcontent {
    width: 70%;
}
.footer-1 .textcontent {
    /* display: flex; */
    flex-direction: column;
    max-width: 100%; 
}

/* .footer-2 {
    width: 60%;
} */


/* .footer-1 .textcontent a, .footer-2 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0D4F9F;
    color: white;
    text-decoration: none;
    border-radius: 13px;
    text-align: center;
    margin-top: 10px; 
} */
/* .footer-1 .textcontent a:hover, .footer-2 a:hover {
    background-color: #333333;
} */
.footer-sitemap a {
    text-decoration: none; 
    color: #4B4B4B!important; 
    font-size: 15px;
}
.copyright a {
    text-decoration: none; 
}
#footer .container {
    display: flex;
    justify-content: space-between; 
    flex-wrap: nowrap; 
    width: inherit;
}

.footer-group {
    width: 80%; 
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
}

/* .footer-3 {
    width: 40%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
} */

.footer-sitemap,
.footer-1,
.footer-2 {
    margin-bottom: 20px; 
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    display: block;
}

/* .footer-1 .textcontent a,
.footer-2 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0D4F9F;
    color: white;
    text-decoration: none;
    border-radius: 13px;
    text-align: center;
    margin-top: 10px;
} */

/* .footer-1 .textcontent a:hover,
.footer-2 a:hover {
    background-color: #333333;
} */
/* End Footer */

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 15px;
    width: 15px;
    background: var(--white);
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
    h1 {
    font-size: 2rem;
}

}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 15px;
    width: 15px;
    background: var(--accent);
    border-radius: 500px;
}

h1 {
    font-size: 4rem;
}


.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
}

.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#header_2 a {
    font-family: var(--ff-primary);
    font-size: 17px;
    font-weight: 400;
}
div#header_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
}

#header_2 ul.level_2 {
    display: none;
    padding: 25px 15px 5px 17px;
    min-width: max-content;
}

.header-txt {
    max-width: 450px;
    float: left;
}


#input_nachricht {
    height: 120px !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 0 !important;
    text-align: left !important;
    line-height: normal !important;
    display: block !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    border-radius: 0;
  }
  
  #input_nachricht::placeholder {
    text-align: left !important;
    line-height: 1.2 !important;
    transform: translateY(-45px); 
    position: relative;
    display: block;
  }
  
  
  
/* Responsiv */

/* Responsiv  kn */

@media (max-width: 1249px) {
    .home #content .collection-card {
        width: calc(50% - 20px);
    }
    .home #content .collection-card:last-child {
        width: 97%;
    }
}
@media (max-width: 1023px) {
    .home .twng-bg-white.twng-p-4 {
        border-radius: 68px;
     }
     .home div.ibeng-spa .twng-pb-4 {
        padding-bottom: 0;
        padding-top: 0;
    }
    .home div.ibeng-spa .twng-border-black {
        border-color: unset!important ;
        border-radius: 34px;
    }
    .home div#dsIbePlaceholder {
        margin-top: 80px;
    }
    .home #area-2 .collection_list.col-inform {
        width: 33%;
    }
}
@media (max-width: 1200px) {
    .home .insel_nords_wrapper_bild_g_top .insel_nords_wrapper_bild_top .imgcontent {
       min-height: 100%;
       height: 100%;
       width: 100%;
   }
   .home .insel_nords_wrapper {
    width: 100%;
}
}
@media (max-width: 1200px) {
    .home .insel_nords_wrapper_bild_g_bottom .insel_nords_wrapper_bild_bottom .imgcontent {
       min-height: 100%;
       height: 100%;
       width: 100%;
   }
}


@media (max-width: 1023px) {
    .home #slider-wrapper .twng-bg-white.twng-p-4 {
        padding-top: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
    }
    .home  div.ibeng-spa .twng-text-zinc-800 {
        color: #0d5d97!important;
    }
        .slider-untertitle {
        height: 100% !important;
      }

      .home.twng-overflow-hidden #slider-wrapper div.slider-untertitle {
        top: 0 !important;
        z-index: 99999999999;
    }

    .home.twng-overflow-hidden .twng-flex.twng-flex-row {
        justify-content: unset !important;
    }

    .home.twng-overflow-hidden .ibeng-calendar.twng-flex.twng-flex-row {
        justify-content: space-evenly !important;
    }
    
    .home.twng-overflow-hidden .ibeng-SearchBarPanel {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        background-color: #ffffff;
        border-radius: 1.5rem;
        padding: 1.5rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 90vw;
        max-width: 45rem;
        z-index: 9999;
    }
    .home.twng-overflow-hidden div.ibeng-spa .twng-h-\[calc\(100vh-20rem\)\] {
        height: calc(77vh - 20rem)!important;
    }
    .home.twng-overflow-hidden div.ibeng-spa .twng-p-2 {
        padding: 5px !important;
    }
    .ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-0.lg\:twng-left-1\/2.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\], .ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-1\/2.lg\:twng-left-0.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\] {
        width: 90vw !important;
        max-width: 58rem;
        margin: 11px auto;
        left: 50% !important;
        right: auto !important;
    }
    .home.twng-overflow-hidden .ibeng-SearchBarPanel {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        background-color: #ffffff;
        border-radius: 1.5rem;
        padding: 1.5rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 90vw;
        max-width: 45rem;
        z-index: 9999;
    }


    
    .feriendomizile.twng-overflow-hidden #slider-wrapper div.slider-untertitle {
        top: 0 !important;
        z-index: 99999999999;
    }

    .feriendomizile.twng-overflow-hidden .twng-flex.twng-flex-row {
        justify-content: unset !important;
    }

    .feriendomizile.twng-overflow-hidden .ibeng-calendar.twng-flex.twng-flex-row {
        justify-content: space-evenly !important;
    }
    
    .feriendomizile.twng-overflow-hidden .ibeng-SearchBarPanel {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        background-color: #ffffff;
        border-radius: 1.5rem;
        padding: 1.5rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 90vw;
        max-width: 45rem;
        z-index: 9999;
    }
    .feriendomizile.twng-overflow-hidden div.ibeng-spa .twng-h-\[calc\(100vh-20rem\)\] {
        height: calc(77vh - 20rem)!important;
    }
    .feriendomizile.twng-overflow-hidden div.ibeng-spa .twng-p-2 {
        padding: 5px !important;
    }
    .feriendomizile .ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-0.lg\:twng-left-1\/2.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\], .feriendomizile  .ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-1\/2.lg\:twng-left-0.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\] {
        width: 90vw !important;
        max-width: 58rem;
        margin: 11px auto;
        left: 50% !important;
        right: auto !important;
    }
    .feriendomizile.twng-overflow-hidden .ibeng-SearchBarPanel {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        background-color: #ffffff;
        border-radius: 1.5rem;
        padding: 1.5rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 90vw;
        max-width: 45rem;
        z-index: 9999;
    }
    .feriendomizile.twng-overflow-hidden .twng-flex.twng-flex-col.twng-gap-2 {
        display: block;
        flex-direction: row !important;
        align-items: center;
        gap: 8px;
    }
    .feriendomizile.twng-overflow-hidden .twng-bg-white.twng-rounded.lg\:twng-flex-1.lg\:twng-rounded-full.lg\:twng-p-1.lg\:twng-bg-transparent.ibeng-DestinationTab {
        margin: 10px 0;
    }
    .feriendomizile.twng-overflow-hidden .twng-bg-white.twng-rounded.lg\:twng-flex-1.lg\:twng-rounded-full.lg\:twng-p-1.lg\:twng-bg-transparent.ibeng-CalendarTab {
        margin: 10px 0;
    }

    .feriendomizile.twng-overflow-hidden .twng-bg-white.twng-rounded.lg\:twng-flex-1.lg\:twng-rounded-full.lg\:twng-p-1.lg\:twng-bg-transparent.ibeng-TravellersTab {
        margin: 10px 0;
}


#slider-wrapper,
.feriendomizile.twng-overflow-hidden .some-parent-class {
    overflow: visible !important;
    position: static !important;
}
.feriendomizile.twng-overflow-hidden .ibeng-responsive-lg- {
    position: relative !important;
    z-index: 10000 !important;
    overflow: visible !important;
} 


.feriendomizile.twng-overflow-hidden .ibeng-SearchBarPanel,
.feriendomizile.twng-overflow-hidden .ibeng-SearchBarPanel * { 
    font-size: 16px !important;
}

.feriendomizile.twng-overflow-hidden .ibeng-SearchPanel-Apply {
    background-color: #B4D9F3 !important;
    color: #FFFFFF !important;
    padding: 10px 20px !important; 
    border-radius: 8px !important; 
    font-size: 16px !important; 
    font-weight: medium !important; 
    transition: all 0.3s ease-in-out !important; 
}

.feriendomizile.twng-overflow-hidden  .twng-flex.twng-flex-row.twng-flex-wrap.twng-gap-4.ibeng-TravellersForm-ageselect {
    display: none!important;
}
.feriendomizile.twng-overflow-hidden .ibe-icon-adults,
.feriendomizile.twng-overflow-hidden .ibe-icon-children,
.feriendomizile.twng-overflow-hidden .ibe-icon-srv_pets_allowed {
    font-size: 20px !important;
    width: 22px !important;
    height: 22px !important;
}



.feriendomizile.twng-overflow-hidden .ibeng-counter-decrease,
.feriendomizile.twng-overflow-hidden .ibeng-counter-increase {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    font-size: 12px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.feriendomizile.twng-overflow-hidden .twng-w-10.twng-h-10 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: medium !important;
}

.feriendomizile.twng-overflow-hidden input[type="radio"] {
    width: 14px !important;
    height: 14px !important;
    border-width: 1px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.feriendomizile.twng-overflow-hidden .twng-flex.twng-gap-6.twng-items-center {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
}

.feriendomizile.twng-overflow-hidden .twng-flex.twng-gap-4 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.feriendomizile.twng-overflow-hidden div.ibeng-spa .twng-bg-gray-400 {
    background-color: #B4D9F3!important;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100vw !important;
  }






  
}

@media (max-width: 991px) {
     .home .willkommen_wrappert_bild_g .col-willkommen_bild .imgcontent {
        min-height: 100%;
        height: 100%;
        width: 100%;
    }



    .footer-2.col-xs-12.col-md-3 {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .footer-1.col-xs-12.col-md-3 {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3 {
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column; 
      margin-bottom: 20px;    
    }


    #footer  .seo .footer-1 {
        padding-right: 0px!important;
    }
    
    #footer  .seo .footer-2 {
        padding-left: 0px!important;
    }

}
@media (max-width: 985px) {
    .home #slider-wrapper div.slider-untertitle {
        top: 23%!important;

    }
}
@media (max-width: 768px) {
    .home #slider-wrapper div.slider-untertitle {
        top: 26%!important;
    }

    .col-headerbild_groupe {
        margin-left: 15px;
        top: 60px;
    }
    .twng-relative.twng-aspect-\[3\/2\].twng-bg-gray-400.twng-overflow-hidden.ibeng-PropertyCardGallery.twng-rounded-tl.twng-rounded-tr.\@xl\/propertycard\:twng-w-5\/12.\@xl\/propertycard\:twng-rounded-tr-none.\@xl\/propertycard\:twng-rounded-bl {
        border-radius: 40px 0px 0px 40px !important;
    }
    a.twng-flex.twng-flex-col.twng-p-2.\@xl\/propertylist\:twng-p-4.\@xl\/propertylist\:twng-bg-gray-100.twng-grow.\@xl\/propertycard\:twng-grow-0.\@xl\/propertycard\:twng-w-7\/12.ibeng-PropertyCardDetailButton {
        border-radius: 0px 40px 40px 0px !important;
    }
    .feriendomizile #cancellation-policies .twng-absolute.twng-w-1.twng--top-px.twng-rounded-full.twng-bottom-0 {
         width: 5px !important; 
         left: 5px;
    }
    div.ibeng-spa  #cancellation-policies .twng-items-center {
        align-items: baseline!important;
    }
    div.ibeng-spa .twng-bg-white {
        border-radius: 20px !important;
    }
    .slider-untertitle {
        height: 100% !important;
      }

      .home.twng-overflow-hidden #slider-wrapper div.slider-untertitle {
        top: 0 !important;
        z-index: 99999999999;
    }

    .home.twng-overflow-hidden .twng-flex.twng-flex-row {
        justify-content: unset !important;
    }

    .home.twng-overflow-hidden .ibeng-calendar.twng-flex.twng-flex-row {
        justify-content: space-evenly !important;
    }
    
    .home.twng-overflow-hidden .ibeng-SearchBarPanel {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        background-color: #ffffff;
        border-radius: 1.5rem;
        padding: 1.5rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 90vw;
        max-width: 45rem;
        z-index: 9999;
    }
    .home.twng-overflow-hidden div.ibeng-spa .twng-h-\[calc\(100vh-20rem\)\] {
        height: calc(77vh - 20rem)!important;
    }
    .home.twng-overflow-hidden div.ibeng-spa .twng-p-2 {
        padding: 5px !important;
    }
    
}



@media (max-width: 750px) {
    .home #content .collection-card {
        width: 97%;
    }
    .home #content .collection-card_bild {
        width: 225px;
    }
    .home #area-4 .insel_nords_wrapper_bild_top {
        margin-right: 4px;
        margin-left: 4px;
    }
    .home #area-4 .insel_nords_wrapper_bild_bottom {
        margin-right: 4px;
        margin-left: 4px;
    }
    .home #area-4 .insel_nords_wrapper_bild_g_top {
        margin-bottom: 8px;
    }
    .nordstrand-bild_link, .nordstrand-bild_rechts, .nordstrand-text_link, .nordstrand-text_rechts {
     flex: unset;
    }
}

@media (max-width: 680px) {
    .col-headerbild_text {
        font-size: 16px;
    }

    .col-headerbild_title {
        font-size: 30px;
    }

}
@media (max-width: 627px) {
    .twng-relative.twng-aspect-\[3\/2\].twng-bg-gray-400.twng-overflow-hidden.ibeng-PropertyCardGallery.twng-rounded-tl.twng-rounded-tr.\@xl\/propertycard\:twng-w-5\/12.\@xl\/propertycard\:twng-rounded-tr-none.\@xl\/propertycard\:twng-rounded-bl {
        border-radius: 40px 40px 0px 0px !important;
    }

    a.twng-flex.twng-flex-col.twng-p-2.\@xl\/propertylist\:twng-p-4.\@xl\/propertylist\:twng-bg-gray-100.twng-grow.\@xl\/propertycard\:twng-grow-0.\@xl\/propertycard\:twng-w-7\/12.ibeng-PropertyCardDetailButton {
        border-radius: 0px 0px 40px 40px !important;
    }
    div.ibeng-spa .twng-p-2 {
        padding: 1rem!important;
    }
    i.ibe-icon-heart.twng-text-xl.twng-text-white.twng-text-outline-black.twng-text-outline-medium.twng-p-2 {
        padding: 0.5rem!important;
    }
    

}


@media (max-width: 500px) {
    .home #content .collection-card_bild {
        width: 140px!important;
    }
    .home div#slider-title h1 {
        font-size: 35px!important;
    }
    .home #slider-wrapper div.slider-untertitle {
        font-size: 20px!important;
    }
    .home #slider #slider-title {
        top: 15%!important;
    }
    .home #slider-wrapper div.slider-untertitle {
        top: 19%!important;
    }

    .header-wrapper::before {
        height: 100px;

    }
    .home #content .collection-card {
        height: 87px;
    }
    .home div#dsIbePlaceholder {
        margin-top: 60px;
    }
    .home #area-3 .col-willkommen_bild {
        margin-right: 2px;
        margin-left: 2px;
    }
    .home #area-4 .insel_nords_wrapper_bild_top {
        margin-right: 2px;
        margin-left: 2px;
    }
    .home #area-4 .insel_nords_wrapper_bild_bottom {
        margin-right: 2px;
        margin-left: 2px;
    }
    .home #area-4 .insel_nords_wrapper_bild_g_top {
        margin-bottom: 2px;
    }
    .insel_nords_wrapper_bild_g_bottom {
        margin-top: 4px!important;
        margin-bottom: 2px;
    }

}
@media (max-width: 380px) {
    .home #content .collection-card_title {
        font-size: 13px;
    }
    .home #area-2 .col-inform_title {
        font-size: 15px;
    }


  a.ibeng-PropertyCardDetailButton span, a.ibeng-PropertyCardDetailButton div {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #0D5D97 !important;
    font-size: 15px !important;
}

a.ibeng-PropertyCardDetailButton span, a.ibeng-PropertyCardDetailButton div {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #0D5D97 !important;
    font-size: 15px !important;
}
.twng-text-xxs.twng-text-gray-600.twng-truncate.twng-align-baseline {
    font-size: 10px !important;
}

.nordstrand-bild_link img, .nordstrand-bild_rechts img {
    height: 200px !important;
}
.ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-0.lg\:twng-left-1\/2.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\], .ibeng-SearchBarPanel.lg\:twng-overflow-y-auto.lg\:twng-max-h-\[calc\(100vh-100\%\)\].lg\:twng-border.lg\:twng-border-gray-300.lg\:twng-absolute.lg\:twng-top-20.lg\:twng-right-1\/2.lg\:twng-left-0.lg\:twng-pt-6.lg\:twng-pb-6.lg\:twng-bg-white.lg\:twng-shadow.lg\:twng-rounded-\[2\.25rem\] {
    width: 100vw !important;
    max-width: 58rem;
    margin: 11px auto;
    left: 50% !important;
    right: auto !important;
}


}
@media (max-width: 346px) {
    .home div#slider-title h1 {
        font-size: 30px !important;
    }
    .home #slider-wrapper div.slider-untertitle {
        font-size: 18px !important;
    }

}
@media(max-width:1450px) {
    .header-animation iframe {
        width: 510px;
    }
} /*END 1450px*/
    

/* 
@media (max-width: 1200px) {
  .tourismusteam #area-2 .collection_list.col-unsere_team {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 32% !important;
    justify-content: center;
    margin: 0 auto; 
  }

  .tourismusteam #area-2 {
    display: flex;
    justify-content: center;
  }
}

   */




@media (max-width: 1249px) {
    .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;
        }
} /*END 1249px*/

@media(max-width:1120px) {
    .header-animation {
        justify-content: start;
    }
} /*END 1120px*/

@media only screen and (max-width: 1024px) {

    .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;

    }
} /*END 1024px*/

@media only screen and (max-width: 992px) {

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: auto;
    }
    .anker-navi.sticky {
        position: relative !important;
    }
} /*END 992px*/
    
@media (max-width: 768px) {
    .component.copyright {
        display: flex;
        flex-direction: column;
    }

    #cookie-bar {
        text-align: center;
    }
    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #cookie-bar>p {
        float: none;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .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( --white);
    }

    .highlight-group.odd .row {
        flex-direction: column-reverse;
    }

    .row {
        flex-wrap: wrap;
    }

    .collection_list.bugfixes {
        width: 50%;
    }
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 17px;
    }

    .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( --white);
    }
    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-sitemap li.level_1 {
        width: 50%;
        margin-bottom: 30px;
    }
    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }
    .seo .footer-2 {
        padding: 0;
    }
    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }
    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .component.privacy_policy {
        padding: 20px 0 0 0;
    }
    div#cookiewarnung {
        font-size: 13px !important;
    }
    .collection_list.historie {
        padding: 5px;
        width: 100%;
        padding-bottom: 3rem;
    }

    .history_timeline:after,
    .collection_content.historie_jahr:after {
        display: none;
    }


    .collection_list.historie:nth-child(even) .collection_container {
        align-items: center;
        text-align: center;
        margin-top: 0;
    }

    .collection_content.historie_text:after {
        content: '';
        background: #fff;
        width: 2px;
        height: 90px;
        position: absolute;
        border: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: -100px;
    }

    .collection_list.historie:last-child .collection_content.historie_text:after {
        display: none;
    }

    .collection_content.historie_jahr {
        font-size: 70px;
        margin-top: 10px;
    }


    .collection_list.historie .collection_container {
        align-items: center;
        text-align: center;
    }

    .collection_content.historie_text {
        width: 100%;
    }


} /*END 768px*/

@media(max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .pop-up-button {
        width: 40%!important;
        float: left!important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .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;
        }
} /*END 600px*/

@media only screen and (max-width: 500px) {

    h1 {
        font-size: 2rem;
    }

    body#body {
        font-size: 0.9rem;
    }

    .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: 200px !important;
    } */

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
    h2 {
        margin-top: 0px;
    }
    .header-wrapper {
        height: 70px;
    }
} /*END 500px*/
   

    
@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) {

    .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: 1420px;
            }
        
    
        }

        /* Historie und Unsere Könige - Saubere abwechselnde Darstellung (Links/Rechts) */

/* Container für Historie & Unsere Könige Standardausrichtung (links) */
.collection_list.historie {
    width: 50%;
    padding: 20px;
    position: relative;
    background-color: var(--fc-primary);
}

/* Jeder gerade Container (2,4,6...) wird rechts ausgerichtet */
.collection_list.historie:nth-child(even) {
    margin-left: 50%; /* Container auf rechte Seite verschieben */
    text-align: left;
    left: 60px;
}

/* Jeder ungerade Container (1,3,5...) bleibt links */
.collection_list.historie:nth-child(odd) {
    margin-left: 0;
    text-align: right;
    right: 60px;
}

/* Flex-Layout für Inhalte in jedem Container */
.collection_list.historie .collection_container {
    display: flex;
    flex-direction: column;
}

/* Inhalte im ungeraden Container rechtsbündig */
.collection_list.historie:nth-child(odd) .collection_container {
    align-items: flex-start;
    text-align: left;
}

/* Inhalte im geraden Container linksbündig */
.collection_list.historie:nth-child(even) .collection_container {
    align-items: flex-start;
    text-align: left;
}

/* Timeline-Linie mittig und Kreise */
.history_timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px; /* Abstand zwischen Elementen */
}

.history_timeline::after {
    content: '';
    position: absolute;
    background: var(--font-clr);
    width: 2px;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    border-radius: 5px;
}

/* Kreis beim Jahr rechts (ungerade Einträge) */
.collection_list.historie:nth-child(odd)::after {
    content: '';
    background: var(--font-clr);
    width: 15px;
    height: 15px;
    position: absolute;
    right: -68px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9999px;
    z-index: 1;
}


/* Kreis beim Jahr links (gerade Einträge) */
.collection_list.historie:nth-child(even)::after {
    content: '';
    background: var(--font-clr);
    width: 15px;
    height: 15px;
    position: absolute;
    left: -68px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9999px;
    z-index: 1;
}

/* Kreis beim Jahr rechts (ungerade Einträge) */
.collection_list.historie:nth-child(odd)::before {
    content: '';
    background: var(--fc-primary);
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


/* Kreis beim Jahr links (gerade Einträge) */
.collection_list.historie:nth-child(even)::before {
    content: '';
    background: var(--fc-primary);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.collection_list.historie:nth-child(even) .historie_jahr {
    left: -20px;
}

.collection_list.historie:nth-child(odd) .historie_jahr {
    left: -20px;
}

/* Responsive Anpassungen (Mobil) */
@media (max-width: 768px) {
    .collection_list.historie {
        width: 100%;
        margin-left: 0 !important;
        padding: 5px 0 50px;
        text-align: center !important;
        left: 0 !important;
        right: 0 !important;
    }

    .collection_list.historie .collection_container {
        align-items: center !important;
        text-align: center !important;
    }

    .history_timeline::after,
    .collection_content.historie_jahr::after {
        display: none;
    }

    .collection_content.historie_text::after {
        content: '';
        background: var(--font-clr);
        width: 2px;
        height: 40px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -89px;
    }

    .collection_content.historie_img {
        position: relative;
        display: block;
        pointer-events: none;
        overflow: hidden;
        right: unset;
        top: unset;
        border-radius: 0;
        width: unset;
        height: unset;
    }

    .historie_img img {
        width: 100%;
        height: 100%;
        border-radius: 0%;
        transition: all 0.4s ease-in-out;
        object-fit: cover;
        transform: scale(1);
    }

    .collection_list.historie:last-child .collection_content.historie_text::after {
        display: none;
    }

    .collection_content.historie_jahr {
        font-size: 2rem;
        margin-top: 0;
        left: 0 !important;
        top: 0;
        position: relative;
        text-align: center;
    }

    .collection_content.historie_text {
        width: 100%;
    }
}

.collection_list.gesichter {
    width: 50%;
}

.collection_list.gesichter .collection_container{
    display: flex;
    background-color: var(--fc-primary);
    padding: 20px;

}

.full_preview.gesichter .back_to_overview, .full_preview.gesichter #backButton{
    display: none;
}

.full_preview.aktuelles .back_to_overview, .full_preview.aktuelles #backButton{
    display: none;
}

.full_preview.gesichter .gesichter_head{
    display: flex;
    flex-wrap: wrap;
}

.full_preview.gesichter .img{
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
    margin-right: 40px;
}

.full_preview.gesichter .img img{
    border-radius: 100px;
}

.collection_list.gesichter .collection_content.img{
    width: 150px;
    height: 150px;
    margin-right: 30px;
}

.collection_list.gesichter .collection_content.img img{
    border-radius: 100% !important;
}

.chronik #area-4, .gesichter #area-4, .gesichter #area-5{
    display: none !important;
}

.chronik.full_preview #area-4, .gesichter.full_preview #area-4, .gesichter.full_preview #area-5{
    display: block !important;
}

.chronik.full_preview .searchbar{
    display: none;
}

.chronik.full_preview .collection_content.c_year::before {
    content: "Saison: ";
    color: var(--accent);
}

.chronik.full_preview .collection_content.c_regie::before {
    content: "Regie: ";
    color: var(--accent);
}

.besetzung_wrapper{
    display: flex;
    width: 100%;
}

.c_besetzung_weiblich, .c_besetzung_maennlich{
    text-align: center;
    width: 50%;
    margin-top: 40px;
}

.c_besetzung_weiblich {
    border-right: 2px solid var(--font-clr);
}

.field_description_title{
    font-weight: 700;
    /* position: relative; */
    bottom: 20px;
}

.stats_wrapper {
    display: flex;
    gap: 40px; /* Abstand zwischen den beiden Elementen */
    align-items: center; /* Optional: vertikal zentriert */
    flex-wrap: wrap; /* Falls zu wenig Platz ist, kann umgebrochen werden */
    margin-bottom: 60px;
}

.chronik.full_preview .back_to_overview, .chronik.full_preview #backButton{
    display: none;
}

.chronik.full_preview .c_image{
    width: 500px;
    /* position: absolute; */
    right: 0px;
    top: 0;
}

.chronik .event_addon{
    display: none;
}

.chronik.full_preview .event_addon{
    display: none;
}

.c_gallery .owl-item img{
    height: 250px !important;
}
.chronik .rolle{
    color: var(--accent);
}

.partner .collection_container{
    background-color: var(--white);
    padding: 20px;
    display: flex;
}
.partner.collection_list{
    width: 100%;
}
.partner .p_kategorie{
    color: var(--accent);
}
.partner .p_name{
    font-weight: 700;
}
.partner .partner_text_wrapper{
    width: 70%;
}
.partner .p_logo{
    width: 30%;
}
.partner .p_logo img{
    width: 150px !important;
    height: 150px !important;
}


.full_preview.gesichter .chronik .collection_container{
    background-color: var(--white);
    padding: 20px;
    display: flex;
}
.full_preview.gesichter .chronik.collection_list{
    width: 100%;
}
.full_preview.gesichter .chronik .c_year{
    color: var(--accent);
}
.full_preview.gesichter .chronik .title{
    font-weight: 700;
}
.full_preview.gesichter .chronik .chronik_text_wrapper{
    width: 70%;
}
.full_preview.gesichter .chronik .c_image{
    width: 30%;
}
.full_preview.gesichter .chronik .c_image img{
    width: 150px !important;
    height: 150px !important;
}

@media (max-width: 768px) {
    .stats_wrapper {
        gap: 15px;
        margin-bottom: 10px;
    }

    .chronik.full_preview .c_image{
        width: unset;
        position: relative;
        margin-bottom: 30px;
    }

    #slider img {
        height: 200px !important;
    }

    #slider #slider-title{
        left: 0;
    }
}

.collection_container.Ausverkauft {
  position: relative; /* wichtig für das Positionieren des Pseudo-Elements */
  overflow: hidden;   /* damit nichts übersteht */
}

.collection_container.Ausverkauft::after {
    content: "Ausverkauft";
    position: absolute;
    top: 30px;
    right: -45px;
    background: #b34d4d;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 40px;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    pointer-events: none;
}

.collection_container.Wenig {
  position: relative; /* wichtig für das Positionieren des Pseudo-Elements */
  overflow: hidden;   /* damit nichts übersteht */
}

.collection_container.Wenig::after {
    content: "wenig Karten";
    position: absolute;
    top: 30px;
    right: -45px;
    background: #e4ae1c;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 40px;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    pointer-events: none;
}

.chronik-info {
    width: 60%;
}

.chronik-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
 
.collection_content.c_description .textcontent {
    padding-top: 10px;
}
 
.owl-stage-outer {
    margin: 2rem 0;
}
 
@media (max-width: 991px) {
.chronik-head {
    flex-direction: column;
}
.chronik-info {
    width: 100%;
}
.chronik.full_preview .c_image {
    align-self: center;
}
}