:root {
    --main: #14002b;
    --main-opacity: #31667e50;

    --second: #fb0068;
   
    --main-dark: #222222;
    --white: #fff;
    --bg-light: #f5f7fb;
  
    --fc-primary: #2C2C2C;
    --fc-dark: #000;

    --accent: #0D5D97; 
    --footer-btn: #B4D9F3;
    --bottom: #68B9F3; 
    --bg-light-2: #E8F0F5; 


    --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 a {
    background: var(--second);
    padding: 20px;
    border-radius: 13px;
    color: var(--white);
    font-family: var(--ff-heading);
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    font-size: var(--fs-body);
    float: left;
}

/* 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 {
    background-color: var(--bg-light-2);
    font-size: var(--fs-h4);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-primary);
    color: var(--accent);
    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;
    border-radius: var(--br-primary);
}
.owl-item {
scale: .9;
}
.owl-item.center {
scale: 1;
}

.owl-item a {
    width: 100%!Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--main);
    color: var(--white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--main);
    color: var(--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: #0d5d97;
}

.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(--main);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var( --white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --white);
    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;
}



ol li, 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: #fff;
}


.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( --white)!important;
}

lottie-player {
    margin-left: auto;
}

.header-animation {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
}

.header-animation iframe {
    border-radius: 5px;
    overflow: hidden;
}

.next .collection_content.title.custom {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 0 0.5rem;
}

.faq_nearest_search {
    display: none;
}



.collection_list.next .collection_container:before {
    content: '';
    background: var(--main);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px 5px 0 0;
}

.collection_list.next .collection_container {
    border: 1px solid #dfdfdf;
    padding: 30px;
    border-radius: 5px;
    min-height: 225px;
}

.mysyde .collection_content.title.custom {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 13px;
}

.header-text a {
    background: var(--main);
    color: var( --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);
}

.g-recaptcha iframe {
    width: 100%;
    height: 16vh !important;
    border-radius: var(--br-primary);
    float: right;
}

.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: 3rem;
}

.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;
}

.home  #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: #0D5D97;
    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;
}

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(--main);
    color: var(--white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}

button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

.contact-button #prevBtn {
    background: #787878!important;
}

.col-xs-12.all-dishes.all-dishes h4 {
    color: var( --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;
}


#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: 60px;
    width: 100%;
    z-index: 10;
}

.header-wrapper {
    position: absolute;
    margin-top: 15px;
}

div#header_1 {
    height: 100%;
}

.sticky-active {
    position: relative;
}


/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}



.hamburger-menu {
    background: 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;
}

#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( --white);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}



/* Slideshow */

#slider-wrapper {
    position: relative;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
    color: var(--accent);
    font-size: 45px;
    font-family: var(--ff-heading);
    font-weight: 600; 
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    top: 23%!important;
    width: 100%;
    color: var(--accent);
    font-family: var(--ff-primary);
    font-size: 25px;
    font-weight: 400; 
    padding: 20px 0;
    transform: translateY(0);
    z-index: 1;
}


/* 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;
}

/* kn */

/* header-wrapper */

.header-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px; 
    background: linear-gradient(to bottom, #5AA8DF, rgba(90, 168, 223, 0));
    pointer-events: none; 
    z-index: -1; 
    margin-top: -15px;
}



.ibeng-SearchBarTab label div:first-child {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0D5D97;
  }
  
  .ibeng-SearchBarTab label div:last-child span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0D5D97;
  }
  
  .ibeng-destination-input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0D5D97 !important;
  }
  
  
  .home .ibengw-searchwidget h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 4px!important;
    text-align: left !important;
  }

  .home .ibengw-searchwidget input,
  .home .ibengw-searchwidget span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #0D5D97 !important;
    text-align: left !important;
  }
  
  .home .ibengw-searchwidget input {
    color: #0D5D97 !important;
  }

  .home .ibengw-searchwidget input::placeholder {
    color: #0D5D97 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
  }
  
  .home .twng-w-14.twng-h-14.twng-bg-primary {
    background-color: #B4D9F3 !important;
  }
  
  .home .twng-w-14.twng-h-14.twng-bg-primary i,
  .home .twng-w-full .ibe-icon-search {
    color: #008CF1 !important;
  }
   
  .home .ibengw-searchwidget h3 {
    line-height: 1.2 !important;
    margin-bottom: 2px !important;
  }
  
  .home .ibengw-searchwidget input,
  .home .ibengw-searchwidget span {
    line-height: 1.2 !important;
  }
  
  .home div.ibeng-spa .twng-py-2 {
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
    }



    .home .ibengw-searchwidget {
        margin-top: 50px !important; 
        z-index: 2;
        position: relative;
      }


      .home .ibeng-searchbar-main {
        display: none;
    } 
    .home .twng-hidden.lg\:twng-flex.twng-items-center.twng-mx-2 {
        display: none;
    }
    
    .home .ibeng-searchbar-header,
    .home .ibeng-SearchBar  {
        background: transparent !important;
        backdrop-filter: none !important;
        box-shadow: none !important;
    }
    .home .twng-flex.twng-px-2.twng-flex-row.twng-items-stretch {
        display: none!important;
    }
    .home button.twng-px-6.twng-py-2.twng-transition-all.ibeng-button-enabled.twng-bg-white.twng-text-gray-800.hover\:twng-bg-gray-300.hover\:twng-text-gray-800.twng-rounded-full.twng-group.ibeng-SearchBar-WishListButton {
        display: none!important;
    }
    .home .twng-flex.twng-stretch.twng-justify-center.twng-items-center.twng-p-4.ibeng-SearchBar-desktop {
        margin-top: 80px;
    }
    .home  div.ibeng-spa .twng-max-w-5xl {
        max-width: unset; 
        max-height: 67px;
    
    }
    div.ibeng-spa .twng-bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: #B4D9F3!important;
    }
    .home .twng-flex.twng-flex-row.twng-justify-between.twng-gap-2.twng-pb-4.twng-bg-white {
        display: none;
    }
    
    
    i.ibe-icon-ds-pin.twng-text-gray-400 {
        display: none;
    }
    
    .feriendomizile div#content, .main-screen {
        padding: 5rem 0;
        position: relative;
        float: left;
        width: 100%;
    }
    .ibeng-SearchBarTab label div:first-child {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #0D5D97;
      }
      
      .ibeng-SearchBarTab label div:last-child span {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #0D5D97;
      }
      
      .ibeng-destination-input::placeholder {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #0D5D97 !important;
      }
      
      div.ibeng-spa .twng-text-white {
        --tw-text-opacity: 1;
        color: #008CF1 !important;
      }


      .home #dsIbeWidget .ibengw-travellers-tab .twng-absolute.twng-top-full.twng-left-0.twng-right-0 {
        width: 31vw !important;
        max-width: 50rem;
        margin: 0 auto;
        left: auto !important;
        right: auto !important;
      }
      



/*.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: 0; 
}
/* .home #area-2  */

.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 .collection_list:nth-child(2) .collection_container {
    border-radius: 100px 0 0 100px;
}
.home #area-2 .container {
    width: 100%;
}

.home #area-2 .collection_list:last-child .collection_container {
    border-radius: 0 100px 100px 0;
}

.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 .collection_container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(180, 217, 243, 0.6); 
}


.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-3 */

.home #area-3 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.home #area-3 .col-willkommen_bild {
    flex: 1 1 30%;
    height: 118px; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-left: 8px;
}

.home #area-3.col-willkommen_bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home #area-3 .col-willkommen_bild:first-child {
    border-radius: 100px 0 0 100px;
}

.home #area-3 .col-willkommen_bild:last-child {
    border-radius: 0 100px 100px 0;
}

.home #area-3  .willkommen_wrappert_bild_g {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*.home #area-4 */

.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;
}


/* 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: 130px;
    color: #fff;
    text-align: left;
}
#slider-wrapper .collection_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 168, 223, 0.60);
    z-index: 1;
}  

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;
    font-size: 18px;
}
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;
}
.twng-relative.twng-inline-block.twng-z-10 {
    margin-top: -5px;
}
.ibeng-spa .twng-text-outline-black {
    -webkit-text-stroke-color: #ffffff!important;

}
button.twng-px-6.twng-py-2.twng-rounded-md.twng-transition-all.ibeng-button-enabled.twng-bg-white.twng-text-gray-800.hover\:twng-bg-gray-300.hover\:twng-text-gray-800.twng-w-full.twng-whitespace-nowrap {
    font-size: 16px;
}
.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; 
}


/*.nordstrand*/



.nordstrand #content .row,
.nordstrand #area-2 .row,
.nordstrand #area-3 .row,
.nordstrand #area-4 .row,
.nordstrand #area-5 .row {
    display: flex;
    align-items: stretch;
    
}

 .nordstrand-bild_link,
 .nordstrand-bild_rechts,
 .nordstrand-text_link,
 .nordstrand-text_rechts {
    display: flex;
    align-items: center;
    flex: 1;
}

 .nordstrand-bild_link img,
 .nordstrand-bild_rechts img {
    width: 724px!important;
    height: 388px!important;
    object-fit: cover;
    border-radius: 50px;
}

 .nordstrand-text_link strong,
 .nordstrand-text_rechts strong {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

 .nordstrand-text_link,
 .nordstrand-text_rechts {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.tourismusteam  #content .row {
    display: flex;
    align-items: stretch;
}


.tourismusteam #area-2 .col-unsere_team {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.tourismusteam #area-2 .collection_list.col-unsere_team {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 20%!important;
    justify-content: center;
}

.tourismusteam #area-2 .col-unsere_team_bild {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.tourismusteam #area-2 .col-unsere_team_bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tourismusteam #area-2 .collection_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.tourismusteam #area-2 .col-unsere_team_title {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.tourismusteam #area-2 .col-unsere_team_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.tourismusteam #area-2  .col-unsere_team_groupe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .tourismusteam #area-2 .collection_list.col-unsere_team {
      width: 32% !important;
      height: 435px!important;
    }
    .kaufen .nordstrand-text_link .textcontent a {
        font-size: 16px;
    }
    .kaufen .nordstrand-text_link .textcontent {
        margin-top: 0px!important;
        margin-bottom: 50px;
    }


  
  }

  @media (max-width: 780px) {
    .tourismusteam #area-2 .collection_list.col-unsere_team {
      width: 50% !important;
    }
  
  }

  @media (max-width: 480px) {
    .tourismusteam #area-2 .collection_list.col-unsere_team {
      width: 100% !important;
      height: 404px!important;
    }
  
  }



.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: #0D5D97!important;
    border: 1px solid #6FBAEF;
    border-radius: 38px;
    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: #0D5D97;
    opacity: 1; 
}



.kontakt .contactformular .form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0D5D97;
}

.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: #B4D9F3;
    color: var(--white);
    padding: 10px 15px;
    border-radius: 68px;
    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;
}

#header_2 ul.level_1 li:last-child a {
    background-color: white;
    color: #0D5D97 !important;
    border-radius: 20px; 
    display: inline-block;
    text-align: center;
    line-height: inherit;
    height: auto;
    padding: 8px 20px; 
    margin-top: -2px; 
}


/* 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: #b4d9f3 !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;
    font-size: 18px!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;
    font-weight: 500;
}

.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;
}


.home .ibeng-TravellersForm-Pets label {
    font-size: 16px !important;
    font-weight: 500;
  }



#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: #006494!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: 1875px) {
    #slider #slider-title {
        top: 38%;
      }
      
      #slider-wrapper div.slider-untertitle {
        top: 26% !important;
      }
      
      .home .ibengw-searchwidget {
        margin-top: 80px !important;
        position: relative;
        z-index: 2;
      }    

    } 

@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: 1023px) {
    .twng-flex.twng-flex-row.twng-justify-between.twng-gap-2.twng-pb-4.twng-bg-white {
        padding-top: 1rem;
    }
}

@media (max-width: 767px) {
    .twng-flex.twng-flex-row.twng-justify-between.twng-gap-2.twng-pb-4.twng-bg-white {
        padding-top: 0rem;
    }
}

@media (max-width: 473px) {
    .feriendomizile .twng-flex.twng-flex-col.twng-gap-2 {
        flex-direction: column !important;
    }
}




  @media (max-width: 985px) {
    #slider div#slider-title h1 {
        font-size: 35px;
    }

  }

  @media (max-width: 992px) {

    div.ibeng-spa .twng-bg-white {
        border-radius: 30px !important;
    }

    #slider #slider-title {
        top: 28%;
        width: 100%;
    }

    #slider-wrapper div.slider-untertitle {
        top: 19% !important;
    }

    .home .ibengw-searchwidget {
        margin-top: 21px !important;
        position: relative;
        z-index: 2;
    }

    .home #slider img {
        height: 595px !important;
        filter: brightness(1.0);
    }

    .home #dsIbeWidget .ibengw-travellers-tab .twng-absolute.twng-top-full.twng-left-0.twng-right-0 {
        width: 100% !important;
        max-width: 50rem;
        margin: 0 auto;
        left: 0 !important; 
        right: 0 !important;
    }

    } 

/* Footer */

#footer {
    clear: both;
    padding: 70px 0 70px 0;
    background: var(--footer-btn);
    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;
    justify-content: center;
}


/* #footer a:hover {
  color: #5a9c9d;
} */

#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 5px 20px; 

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var( --white);
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 7px 0;
    clear: both;
    text-align: right;
    color: var(--white);
    position: relative;
    float: left;
    width: 100%;
    background: var(--bottom);
}

div#privacy-policy a {
    color: var( --white);
}
#privacy-policy {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400; /* Regular */
}


#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( --white);
}

.seo .footer-1 {
    padding-right: 50px;
}

.seo .footer-2 {
    padding-left: 50px;
}

.footer-links a {
    color: #b5b5b5;
}

.footer-links a:hover {
    color: #5a9c9d !important;
}

.footer-sitemap {
    display: none;
}
#footer .col-md-3 {
    width: 33%;
}

.footer-1 .textcontent strong,
.footer-2 .textcontent strong {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 600; 
    color: #fff; 
}

.footer-1 .textcontent,
.footer-2 .textcontent {
    font-family: 'Open Sans', sans-serif;
    font-size: 0px!important;
    font-weight: 400; 
    color: #fff; 
}

.footer-3 .textcontent {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0D5D97;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 20px;
}

.footer-3 .textcontent a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0D5D97;

}

.footer-3 .textcontent:first-child::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/userdata/images/Img%20tourismusteam/insta.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-title {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.6;
}

.footer-link {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--white) !important;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.footer-link:hover {
    font-weight: 600;
}
.footer-linkk {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--white) !important;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}



#footer .footer-3 {
    display: flex;
    flex-direction: column;      
    justify-content: center; 
    align-items: center;     
    text-align: center;
    gap: 10px;                    
  }

.footer-3 .textcontent:last-child::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/userdata/images/Img%20tourismusteam/facebook.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.component.footer-3 {
    margin-top: 30px;
}

/* End Footer */

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
    h1 {
    font-size: 2rem;
}

}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}
h1 {
    font-size: 2rem;
}


.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

div#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%; 
}

#input_nachricht {
    height: 140px !important;
    padding: 5px 12px !important;
    border-radius: 30px !important;
    box-sizing: border-box !important;
    text-align: left !important;
    line-height: 1.2 !important;
    font-size: 14px !important;
  }
  

.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-color: #81c2f0;
  }
  
#input_nachricht::placeholder {
    text-align: left !important;
    line-height: 1.2 !important;
    position: relative;
    display: block;
}
  

.rc-slider-handle.rc-slider-handle-1.\!twng-h-4.\!twng-w-4.\!twng-bg-white.\!twng-border-2.\!twng-border-primary, .rc-slider-handle.rc-slider-handle-2.\!twng-h-4.\!twng-w-4.\!twng-bg-white.\!twng-border-2.\!twng-border-primary{
    transform: translate(-50%, -50%) !important;
}

body.ttn.feriendomizile {
    div.ibeng-spa .\!twng-bg-primary {
    background-color: var(--accent) !important;
    }

    div.ibeng-spa .\!twng-border-primary {
        border-color: var(--accent) !important;
    }

    label.twng-block.twng-text-gray-700.twng-mb-2{
        color: var(--accent) !important;
    }
    
}

  
/* 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: auto!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;
}

div.ibeng-spa .twng-text-on-primary-hover {
    color: #0d5d97!important;
}
div.ibeng-spa .twng-bg-primary-hover {
    background-color: #ffffff!important;
    margin-left: 21px!important;
}

#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;
  }

  .home div.ibeng-spa .twng-h-\[calc\(100vh-20rem\)\] {
    height: auto!important;
}




div.ibeng-spa .twng-text-xl {
    font-size: 18px;
    line-height: 1.75rem;
}

.twng-text-center.twng-text-black.twng-font-semibold {
    font-size: 14px;
} 
div.ibeng-spa .twng-text-sm {
    font-size: 12px;
    line-height: 1.25rem;
}
}

@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: 768px) {

    .col-headerbild_groupe {
        margin-left: 35px;
    }
    .col-headerbild_groupe {
        top: 170px;
    }
    .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: 20px;
    }

    .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: 29px!important;
    }
    .home #slider-wrapper div.slider-untertitle {
        font-size: 18px!important;
    }
    .home #slider img {
        height: 544px !important;
    }
    .home #slider #slider-title {
        top: 33%!important;
    }
    .home #slider-wrapper div.slider-untertitle {
        top: 20%!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;
    }
    .home div.ibeng-spa .twng-text-base {
        font-size: 14px;
        line-height: 0.5rem;
    }
    .home div.ibeng-spa .twng-p-2 {
        padding: 10px !important;
    }


    button.twng-h-full.twng-px-4.twng-py-3.twng-gap-2.twng-rounded.twng-bg-gray-100.hover\:twng-bg-gray-200.twng-border.twng-border-gray-800 {
        border-radius: 10px !important;
    }



}


@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: 25px !important;
    }
    .home #slider-wrapper div.slider-untertitle {
        font-size: 18px !important;
    }

}
@media(max-width:1507px) {
    div.ibeng-spa .twng-max-w-\[20rem\] {
        max-width: unset!important;
    }
    div.ibeng-spa .\@\[20rem\]\/cal\:twng-min-w-\[20rem\] {
        max-width: unset!important;
    }
    div.ibeng-spa .\@\[20rem\]\/cal\:twng-min-w-\[20rem\] {
        min-width: -webkit-fill-available!important;
    }

} 

@container cal (min-width: 20rem) {
    div.ibeng-spa .\@\[20rem\]\/cal\:twng-min-w-\[20rem\] {
        min-width: -webkit-fill-available!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;
        align-items: center;
    }

    .component.copyright .textcontent {
        padding: 10px 0px;
    }

    #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.3rem;
    }
    h2 {
        font-size: 28px;
    }

    .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;
    }

    .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;
    }



} /*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: auto !important;
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
    h2 {
        margin-top: 0px;
    }
} /*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;
            }
        
    
        }

@media (min-width: 1500px) {
    .container {
        max-width: 1650px;
    }

    h1 {
        font-size: var(--fs-h1);
        font-weight: var(--fw-regular);
        line-height: var(--lh-h1);
    }
}

@media (min-width: 1280px) {
    div.ibeng-spa .xl\:twng-w-1\/2 {
        width: 80%!important;
    }
}

.recaptcha-class iframe {
    width: 100%;
    float: left;
    height: auto !important;
}

 

