:root {
    --clr-accent: #E89620;

    --bg-dark: #252525;
    --bg-dark-transparent: #ffffff29;
   
    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #f5f7fb;
  
    --fc-primary: #000;
    --fc-dark: #000;

    --ff-primary: 'TitilliumWeb', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);
  
    --fw-regular: 400;
    --fw-bold: 600;
  
    --fs-300: 14px;
    --fs-400: 16px;
    --fs-500: 18px;
    --fs-600: 35px;
    --fs-700: 45px;
    --fs-800: 95px;
    --fs-900: 140px;

    --br: .5rem;
  
    --fs-body: var(--fs-400);
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);
  

  }

  @font-face {
    font-family: 'TitilliumWeb';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Reset */

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Black';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
	}

body {
    background-color: #fff;
    font-size: var(--fs-600);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow: hidden;
    margin: 0;
    background-image: url(/userdata/images/InfoPoint_Hintergrund.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.collection_content.intranet_appointments .collection_content.termin_greeting {
    display: none;
}

.collection_full .collection_full_not_show {
    display: none;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.globals {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1rem;
}

.collection_content.news_api {
    position: fixed;
    right: 3rem;
    bottom: 0;
    max-width: 45%;
    animation: fadeUp 3s;

}

.collection_content.news_api h3.collection_content.title {
    padding-inline: 3rem;
    padding-bottom: 1rem;

}

.collection_content.col-new-full__text-short {
    font-size: var(--fs-500);
    padding-bottom: 5rem;
    padding-inline: 3rem;
}

.collection_content.news_api .collection_list {
    padding: 0;
}

.collection_content.intranet_appointments_room .collection_content.termin_greeting {
    display: none;
}

.news_title {
    display: flex;
    align-items: center;
    gap: 3px;
    padding-inline: 3rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.collection_content.collection-new__date,
.collection_content.tags {
    font-size: var(--fs-400);
    color: var(--clr-accent);
}

.collection_content.collection-new__img img {
    height: 500px!Important;
    border-bottom: 8px solid var(--clr-accent);
}

.collection_content.news_api .collection_container {
    background-color: #fff;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    overflow: hidden;
    height: 830px;
}

@keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

main {
    width: 100%;
    float: left;
    padding: 3rem;
}

.backgroud {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
}

.logo img {
    width: 400px!important;
    margin-bottom: 2rem;
}

.no_meetings {
    background: var(--bg-dark-transparent);
    padding: 2rem;
    border-radius: var(--br);
    width: 100%;
    float: left;
}


.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(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

input, select, textarea {
    padding: 1rem;
    width: 100%;
    border: 1px solid var(--clr-accent);
    font-family: inherit;
    border-radius: var(--br);
}



.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(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

.collection_full .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--clr-accent);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
    border: 1px solid var(--clr-accent-light);
}


li.level_1.levels ul {
    display: none;
}

a {
    color: var(--clr-accent);
}

.row {
    float: left;
    width: 100%;
}

.arrow svg
 {
    fill: var(--clr-accent);
    height: 550px;
    width: 100%;
}
.arrow_split_up svg {
    fill: var(--clr-accent);
    height: 350px;
    width: 100%;
}
.arrow_split_down svg {
    fill: var(--clr-accent);
    height: 350px;
    width: 100%;
}

.collection_content.arrow_split_up {
    position: fixed;
    top: 5rem;
    left: 10rem;
}

.collection_full .collection_content.ts_title.title_under:after {
    content: '';
    width: 100%;
    height: 10px;
    position: fixed;
    background: linear-gradient(90deg, rgba(232,150,32,0) 0%, rgba(232,150,32,1) 100%);    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.collection_content.arrow_split_down {
    position: fixed;
    bottom: 4rem;
    left: 10rem;
}

.collection_content.ts_title.title_under:before {
    display: none;
}

.collection_content.ts_title.title_under.down_under_screen {
    padding-top: 65px!Important;
}

/* .team_down_under {
    position: fixed;
    right: 48px;
    bottom: 30px;
    width: 100%;
} */

.collection_list.arrow .collection_container {
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: center;
}
/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--clr-accent);
    border-radius: var(--br);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--clr-accent);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.collection_list.current {
    position: fixed;
    top: 3rem;
    left: 3rem;
    width: 68%;
    background-image: url(/userdata/images/room_not_available.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #E92929;
    border-radius: 30px;
    height: 533px;
    display: flex;
    align-items: flex-end;
    padding: 4rem;
    color: var(--clr-primary-white);
}

.room_available {
    position: fixed;
    top: 3rem;
    left: 3rem;
    width: 68%;
    background-image: url(/userdata/images/room_available.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4BAC4B;
    border-radius: 30px;
    height: 533px;
    display: flex;
    align-items: flex-start;
    padding: 4rem;
    color: var(--clr-primary-white);
    flex-direction: column;
    justify-content: end;
}

.room_available h1 {
    color: inherit;
    font-size: 100px;

}



.no_appointments {
    text-align: center;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collection_content.tags:empty {
    display: none;
}



.collection_list.current h3.collection_content.title {
    color: inherit;
    font-size: 100px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.remaining_time {
    font-size: 30px;
    position: absolute;
    top: 4rem;
    right: 4rem;
}

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(--clr-accent);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var( --clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}



.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}



ol li, ul li {
    list-style: none;
}




div#content,
.main-screen {
    position: relative;
    float: left;
    width: 100%;
}

.main-screen.grey {
    background-color: var(--clr-primary-light);
}




.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var( --clr-primary-white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --clr-primary-white) !important;
}

.pop-up-element {
   z-index: 1;
   padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
   display: flex;
   justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
   display: block;
}

.pop-up-button {
   cursor: pointer;
}

.pop-up-button.current {
   background: var(--clr-accent);
   color: var( --clr-primary-white);
   border: 1px solid var(--clr-accent);
}



.faq_nearest_search {
    display: none;
}



.collection_list.next .collection_container:before {
    content: '';
    background: var(--clr-accent);
    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;
}

.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}


.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var( --clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.collection_list {
    width: 100%;
    float: left;
    padding-block: 10px;
}

.component.date_time {
    font-size: var(--fs-700);
    text-align: right;
}

.collection_content.termin_date:after {
    content: ',';
}

.collection_list.termine .collection_container {
    display: flex;
    flex-direction: column-reverse;
}

.collection_content.intranet_appointments .collection_list {
    padding-block: 32px;
}

.collection_content.intranet_appointments .collection_list:before,
.collection_list.termine:before,
.collection_list.raumbelegung:before {
    content: '';
    background: linear-gradient(275deg, rgba(232,150,32,0) 0%, rgba(232,150,32,1) 100%);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: -3rem;
}

.collection_content.intranet_appointments h3.collection_content.title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection_content.raumbelegung_logo {
    position: fixed;
    right: 3rem;
    top: 3rem;
    width: 25%;
}

.collection_content.raumbelegung_logo .logo img {
    width: 100%!important;
    margin-bottom: 0rem;
    padding: 3rem;
    border: 1px solid lightgrey;
    border-radius: 30px;
    background: #fff;
}

.rs_date_group {
    right: 3rem;
    position: fixed;
    top: 18rem;
    background: #F5F5F5;
    padding: 2rem;
    width: 25%;
    border-radius: 30px;
    text-align: center;
    height: 293px;
}

.collection_full .collection_content.rs_title {
    font-size: 55px;
    position: fixed;
    z-index: 1;
    left: 111px;
    top: 105px;
    color: #fff;
}

.collection_content.intranet_appointments_room h3.collection_content.title {
    font-size: 40px;
    word-wrap: break-word;
}

.collection_content.intranet_appointments_room .collection_list .collection_container {
    border-left: 3px solid var(--clr-accent);
    padding-left: 15px;
}

.collection_content.intranet_appointments_room .collection_content.termin_time,
.collection_content.intranet_appointments_room .collection_content.termin_date,
.collection_content.intranet_appointments_room .collection_content.termin_bis,
.collection_content.intranet_appointments_room .collection_content.termin_von {
    font-size: 28px;
}

.collection_content.intranet_appointments_room .collection_list_container {
    background: whitesmoke;
    width: calc(100% - 6rem);
    position: fixed;
    bottom: 3rem;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3rem;
    display: flex;
    height: 400px;
    overflow: hidden;
    padding-top: 8rem;
    gap: 10px;
}

.collection_content.intranet_appointments_room .collection_list_container:before {
    content: 'Kommende Termine:';
    position: absolute;
    top: 3rem;
    left: 64px;
}



body.bg_white {
    background: #fff;
}

.collection_list_container.no_appointments_container:before {
    display: none;
}

.collection_list_container.no_appointments_container {
    padding-top: 3rem!important;
}

.collection_content.intranet_appointments_room .collection_list {
    width: 25%;
    padding: 15px;
    flex-shrink: 0;
}

.collection_content.rs_title {
    font-size: 48px;
}

span.date_raum {
    font-size: 51px;
}

span.time_raum {
    font-size: 84px;
    line-height: 1;
    font-weight: 600;
}

.collection_content.raumbelegung_logo .collection_list.logo {
    padding: 0;
}

.collection_content.intranet_appointments {
    max-width: 50%;
}

.collection_content.intranet_appointments .collection_list:last-child:after,
.collection_list.raumbelegung:last-child:after {
    content: '';
    background: linear-gradient(275deg, rgba(232,150,32,0) 0%, rgba(232,150,32,1) 100%);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: -3rem;
}



.collection_content.ts_title {
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    margin-block: 1rem;
    width: 100%;
    float: left;
}

.collection_full.more_than_one .collection_content.ts_title {
    margin-bottom: 3rem;
    padding-top: 0rem;
}

.collection_full .collection_container.align_left .collection_content.ts_title {
    text-align: right;
    float: right;
    padding-top: 77px;
}

.collection_full .collection_container.align_left .collection_content.ts_title.title_under {
    padding-top: 10px;
    margin-bottom: 50px;
}

.collection_full .collection_container.align_left .collection_list.raumbelegung .collection_container {
    max-width: 50%;
    float: right;
    width: 100%;
}

.collection_full.more_than_one .collection_content.ts_title.title_under:after {
    content: '';
    width: 40%;
    height: 10px;
    position: fixed;
    background: linear-gradient(90deg, rgba(232, 150, 32, 0) 0%, rgba(232, 150, 32, 1) 100%);
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.collection_full .collection_container.align_left .collection_content.arrow {
    right: unset;
    left: 10rem;
}

.collection_full .collection_container.align_right .collection_content.arrow,
.collection_full .collection_container.align_right .collection_content.arrow_split_down,
.collection_full .collection_container.align_right .collection_content.arrow_split_up {
    left: unset;
    right: 10rem;
}

.collection_content.tuerschild_personen.abstand_nach_unten {
    min-height: 320px;
}

.text-align-right .collection_list.raumbelegung .collection_container {

    margin-left: auto;
}



.text-align-right {
    text-align: right;
}

.collection_content.raumbelegung_person_position {
    display: none;
}


h3.collection_content.birthday__title.title.custom:before {
    content: '';
    background-image: url(/userdata/images/confetti.png);
    width: 53px;
    height: 53px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    
}

.collection_list.raumbelegung.smaller_size {
    height: 97px;
    padding-block: 27px;
}

.collection_list.raumbelegung.smaller_size h3 {
    font-size: 39px;
}

h3.collection_content.birthday__title.title.custom {
    max-width: 70%;
}

.collection_content.termin_time, .collection_content.termin_date, .collection_content.termin_bis, .collection_content.termin_von {
    display: inline-block;
    padding-right: 0.5rem;
    font-size: 30px;
}

.collection_content.birthday_person_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.collection_content.termin_von:after {
    content: ' -';
}


.collection_content.termin_von {
    padding-right: 3px;
}

.collection_content.birthday_person_img img {
    height: 330px!important;
    object-fit: contain;
}

.collection_list.birthday .collection_container {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: var(--bg-dark-transparent);
    border-radius: var(--br);
    border: 2px solid var(--clr-accent);
}

.owl-slider {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collection_list.news .collection_container {
    height: 100vh;
}

.collection_content.news_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.collection_content.news_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(.5);
    animation: scale 40s linear infinite;
}

h3.collection_content.news__title.title.custom {
    max-width: 50%;
    font-size: var(--fs-800);
}
.collection_content.news_teaser {
    max-width: 60%;
}

.collection_list.news .collection_container {
    height: 100vh;
    padding: 8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}

h3.collection_content.news__title.title.custom:after {
    content: "———";
    float: left;
    width: 100%;
    color: var(--clr-accent);
    letter-spacing: -2px;
}

@keyframes scale {
    50% {
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);

      -o-transform:scale(1.2);
      transform:scale(1.2);
    }
  }




img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--fc-dark);
    font-family: var(--ff-heading)!important;
}

h1 {
    font-size: var(--fs-900);
    margin: .5rem 0;

}


h2 {
    font-size: var(--fs-800);
}

h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}

a {
    text-decoration: none;
}
a:hover {
    opacity: .95;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}
/* Kollektion */

.collection_full .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.collection_list,
.content-container {
    position: relative;
}


.owl-stage-outer {
    width: 100%;
}

input#button {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
}



button {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
}

.collection_content.datetime {
    position: fixed;
    top: 3rem;
    right: 3rem;
    text-align: right;
    font-weight: var(--fw-bold);
}

span.time {
    font-size: 60px;
    line-height: 1;
}

.collection_content.arrow {
    position: fixed;
    right: 10rem;
    top: 50%;
    transform: translateY(-50%);
}

.collection_full .collection_content.ts_title:before {
    content: 'Team';
    position: fixed;
    top: -73px;
    left: -4px;
    opacity: .05;
    font-size: 390px;
}
.collection_full .collection_container.align_left .collection_content.ts_title:before {
    left: unset;
    right: -4px;
}

.collection_full h3.collection_content.bildschirme__title.title.custom {
    display: none;
}

.collection_full .collection_container.align_left .collection_content.tuerschild_personen {
    float: right;
    width: 50%;
}

.collection_full .collection_container.align_left .collection_list.raumbelegung:before,
.collection_full .collection_container.align_left .collection_list.raumbelegung:last-child:after {
    background: linear-gradient(90deg, rgba(232,150,32,0) 0%, rgba(232,150,32,1) 100%);
    left: unset;
    right: -3rem;
}

/* .teamleiter h3.collection_content.raumbelegung__title.title.custom {
    color: var(--clr-accent)!important;
} */

.collection_list.raumbelegung {
    padding-block: 37px;
    padding-left: 40px;
    height: 128px;
}

.collection_full .collection_content.ts_title {
    margin-bottom: 4rem;
    padding-top: 4rem;
    padding-left: 37px;
    max-width: 77%;
}
.collection_content.tuerschild_personen {
    max-width: 50%;
}

.collection_content.ts_title.title_under::before {
    top: -64px;
    font-size: 313px;
}


.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;
}

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

.back_to_overview, button#backButton {
    display: none;
}

.collection_full h3.collection_content.bildschirme__title.title.custom {
    display: none;
}

.d-none {
    display: none;
}

.collection_list .collection_content.wb_title, .collection_list  .collection_content.rs_title, .collection_list .collection_content.ts_title {
    font-size: 14px;
    opacity: .8;
    font-weight: var(--fw-regular);
    margin: 0;
    max-width: unset;
}

.collection_content.willkommensbildschirm_termine {
    max-width: 50%;
}

.collection_full .collection_content.wb_title {
    font-weight: var(--fw-bold);
    font-size: 75px;
    line-height: 1;
    max-width: 45%;
    margin-bottom: 3rem;
    min-height: 149px;
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.collection_list.bildschirme {
    width: 16.5%;
    padding: 30px;
}

.collection_content.intranet_appointments_room.width-100 .room_available {
    width: calc(100% - 6rem);
}

.collection_content.rs_belegung {
    max-width: 50%;
}

svg#pfeil_oben,
svg#pfeil_unten {
    height: 360px;
}

.collection_container.align_left h3.collection_content.raumbelegung__title.title.custom {
    text-align: right;
    white-space: nowrap;
}

.collection_list.bildschirme .collection_container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 1rem;
    aspect-ratio: 1920/1180;
    background-color: #ffffff17;
    border: 1px solid var(--clr-accent);
    flex-direction: column;
    text-align: center;
}

h3.collection_content.bildschirme__title.title.custom {
    font-weight: var(--fw-regular);
    font-size: 20px;
    text-align: center;
}

.collection_list.bildschirme .collection_container:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 30px;
    height: 20px;
    background: var(--clr-accent);
}
.collection_list.bildschirme .collection_container:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    width: 50px;
    height: 2px;
    background: var(--clr-accent);
}

.collection_list.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



@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;
    }

}

@media (min-width: 768px) {

    
        .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) {


        .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;
        }

        
    
        }





    

/* Responsiv */

.infopoint_container {
    display: none;
}