/* ------------------ SCALING ------------------- */
:root {
  --gap: 4rem;
  --tileGap: 3rem;
  --rowGap: 2rem;
  --containerGap: 9.8rem;
  --body-color: #F1F1F0;
  --white: #ffffff;
  --black: #0E0E0D;
  --dark-gray: #9D9F9F;
  --border-color: #707070;
  --border-text-color: #9D9F9F;
  --text-color: #0E0E0D;
  --header-height: 117px;
  --box-shadow: 10px 10px 99px rgba(0,0,0,0.16);
  --place: #D65034;
}
a:active,a:focus, a:hover {
  color: inherit; 
}

.scroll-container {
  height: 78vh;
  overflow-y:scroll;
  }
.scroll-container img {
  width:100%;
  }

/* Utilits */
.text-gray {
  color: var(--dark-gray); 
}
.text-small{
  font-size: 1rem;
}
.text-bold {
  font-weight: bold;
}

.icon{
  display:inline-block;
}

html {
  font-size: 0.9259259259vw; /* FullHD: 10px = 1rem, 4K: 20px = 1rem */
}



/* -------------------- MISC -------------------- */
body {
  background-color: var(--body-color);
  color: var(--text-color);
  font-family: 'Vectora LT Std', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  overflow: hidden;
}

.container-fluid {
  padding-left: var(--containerGap);
  padding-right: var(--containerGap)
}

.row {
  margin-left:  calc(var(--rowGap) * -1 );
  margin-right: calc(var(--rowGap) * -1 );
}
.col, .col-1, 
.col-10, .col-11, 
.col-12, .col-2, 
.col-3, .col-4, 
.col-5, .col-6, 
.col-7, .col-8, 
.col-9, .col-auto, 
.col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
  padding-left: var(--rowGap);
  padding-right: var(--rowGap);
}
a {
  color: #000;
}

a:focus, a:hover {
  text-decoration: none;
}

/* -------------------- HEADER -------------------- */

header {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 11.7rem;
  font-size: 3.1rem;
  line-height: 1;
  padding: 0 var(--containerGap);
  justify-content: space-between;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1000;
}


header > div {
  display: flex;
  align-items: center;
}

.header__time{
  padding-top:1rem;
}

header svg {
  width: 15rem;
}

/* -------------------- HERO -------------------- */
.hero {
  height: 30.7rem;
  position: relative;
}
.hero__image {
  width: 100%;
}
.swiper-slide .swiper-slide-image {
  height: 16vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.subpage {
  position: relative;
  margin-bottom: 15rem;
}
.subpage__title {
  position: absolute;
  bottom: -9.35rem;
  z-index: 1;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: var(--box-shadow);
  width: 100%;
  
  min-height:18.7rem;
  padding: 3rem 1rem;
    
    /*
      height: 18.7rem;
*/
}
.subpage__title.small{
  width: 49rem;
}
.subpage__title.mid{
  width: 67.6rem;
  text-align: center;
  flex-direction: column;
}
.subpage img {
  margin-right: 4rem;
  height: 7rem;
}
.subpage__heading {
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin-bottom: 0;
  font-weight: bold;
  max-width: 50%;
}
.subpage__heading.wide {
  max-width: 100%;
}
.subpage__title.smaller-font .subpage__heading{
  font-size: 2.2rem;
  line-height: 2.6rem;
}
.subpage__title.mid .subpage__heading{
  max-width: 81%;
}

.subpage__title.subpage__title--school {
  padding: 0;
  display: block;
  min-height: auto;
  width: 88.4rem; 
  height: 16.6rem;
}
.subpage__title.subpage__title--school .school-list__item{
  margin-bottom: 0;
}

.subpage__heading-meta{
  width: 100%;
  text-align: center;
  color: var(--dark-gray);
  margin-top: 1.8rem;
}


.platforms h3, .platforms h3:first-child{
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 0.4rem;
}



.text {
  padding-top: 2.4rem;
  border-top: 0.1rem solid #9D9F9F;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #9D9F9F;
  margin-bottom: 6rem;
  height: calc( 100% - 6rem); /* minus the margin */
}
.text h5 {
  font-weight: bold;
  font-size: 1.8rem;
  display:flex;
  align-items: center;
  line-height:1;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.text h5 .icon{
  width: 1.1666667em;
  margin-right: 1rem;
}
.text.link-list{
  padding-top: 4.7rem;
}
.text.link-list a{
  display:block;
  font-size: 1.2rem;
  margin: 0rem 0 2.1rem 0;
  line-height: 1.4rem;
  font-weight: bold;
}
.three-cols{
  column-count: 3;
}


.main-alert {
  position: absolute;
  top: 0;
  width: 100%;
  background: black;
  z-index: 11;
  padding: 2rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 3.2rem;
  height: 15.9rem;
}
.main-alert__icon {
  margin-right: 4rem;
  height: 6.6rem;
}
.main-alert__text {
  padding-top: 0rem;
}
.main-alert__text p:last-child{
  margin-bottom: 0;
}

.menu{
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.menu__title {
  display: flex;
  align-items: center;
  padding: 2rem 0 2rem 0;
}
.menu__title-small {
  color: var(--dark-gray);
  padding-top: 0.4rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.menu__title-big {
  margin-bottom: 0;
  margin-right: 2.2rem;
  font-weight: bold;
  font-size: 2.6rem;
}
.menu__card {
  background-color: white;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.menu__card h5{
  display:none;
}
.menu__card-price {
  color: var(--dark-gray);
  padding-top: 1.5rem;
  font-weight: bold;
}
/*---------------------- Tiles ---------------------*/
.tile {
  display: flex;
  flex-wrap: wrap;
  padding: var(--gap) var(--gap) 0 var(--gap);
  max-height: 72vh;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  z-index: 2;
  position: relative;
  overflow:hidden;
}
.tile__heading {
  font-family: georgia;
  font-weight: bold;
  font-size: 2.6rem;
  color: #0381C4;
}
.tile__date{
  font-size: 1.8rem;
  font-weight:bold;
}
.tile__item {
  background-color: var(--white);
  flex: 0 0 calc(50% - var(--gap)/2);
  position: relative;
  margin-bottom: var(--gap);
  margin-right: var(--gap);
  padding: var(--tileGap);
  height: 42rem;
}
.tile__item.tile__item--columns {
  display: flex;
  padding: 0;
}

.tile__item.tile__item--columns .tile__image {
  padding: 0;
  height: 100%;
  object-fit: cover;
}

.tile__item.tile__item--columns .tile__item-right {
  padding: var(--tileGap);
}

.tile__item-left,
.tile__item-right {
  flex: 0 0 50%;
}

.tile-autoheight-wrapper{
  display:flex;
  flex-direction: column;
  height: 100%;
}
.tile-autoheight-wrapper h4{
  flex_grow:0;
}
.tile-autoheight{
  flex-grow:1;
  margin-bottom: calc( 4.3rem - var(--tileGap) ); /* space for the button */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tile__newsarticle{
  
}

.tile__image {
  width: 100%;
  padding: 2rem;
}
.tile__item:nth-child(even) {
  margin-right: 0;
}

.tile__col {
  border-left: 0.1rem solid var(--border-color);
  padding: 0 0.7rem;
  height: calc( 100% - var(--tileGap) );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: var(--tileGap);
}
div:last-child>.tile__col{
  /*border-right: 0.1rem solid var(--border-color);*/
}

.tile__button, .tile__button:hover, .tile__button:active, .tile__button:focus {
  position: absolute;
  bottom: 0;
  right: 0;
  /* background-color: var(--black); old */
  background-color: #0381c4;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  height: 4.3rem;
  width: 10rem;
}
.tile__button svg {
  font-size: 2.5rem;
  margin-left: 1.5rem;
  margin-bottom: 0.2rem;
}

.tile__section-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid var(--border-color);
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.tile__section-item span:first-child {
  max-width: 64%;
}
.tile__section-item:last-child{
  border-bottom-width: 0;
}



.position_relative{
  position:relative;
}
.negative-container-gap{
  margin-left: calc( -1 * var(--containerGap) );
}

.news-image{
  padding-top: 25rem;
  background-size: cover;
  background-position: center center;
}
.news-list__item{
  margin-top: 7.67rem;
  display: block;
}
.news-list__item img {
  width: 100%;
}
.news-list__item__date {
  margin: 2.2rem 0 1rem 0;
  color: var(--dark-gray);
}
.news-list__item__title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
}
.news-list .col-12:nth-child(n+2) {
  margin-bottom: 3rem;
}



.school-list__list, .innovation-items{
   margin-top: 10.5rem; 
}
.school-list__item {
  display: flex;
  background-color: var(--white);
  margin-bottom: var(--gap);
  height: 16.6rem;
  align-items: center;
}
.innovation__item{
  display: flex;
  background-color: var(--white);
  margin-bottom: var(--gap);
  height: 16.6rem;
  align-items: center;
  justify-content: space-between;
}
.school-list__item__date {
  flex-basis: 20%;
  text-align: center;
  color: var(--dark-gray);
  border-right: 0.1rem solid var(--dark-gray);
  display: flex;
  flex-direction: column;
  height: calc(100% - 5.4rem);
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.school-list__item__title, .innovation__item__title {
  text-align: left;
  flex-basis: 60%;
  padding-left: 5.2rem;
  padding-right: 3.2rem;
  max-width: 80%;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: bold;
}
.innovation__item__title{
  flex-basis: 70%;
}
.school-list__item__box {
  flex-basis: 20%;
  background-color: var(--black);
  color: var(--white);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 3rem;
  flex-direction: column;
  font-weight: bold;
}
.innovation__item__image{
  background-size: cover;
  background-position: center center;
  width: 30%;
  height: 100%;
}

.innovation-text strong, .innovation-text b{
  font-size: 1.8rem;
}


.module .col-12 {
  margin-bottom: 3.2rem;
}

.module--qrcode p, .qr-code p {
  font-size: 2.2rem;
  font-weight: bold;
  max-width: 74.8rem;
  line-height: 3.1rem;
  margin: 0 auto;
}
.module--qrcode .text-center{
  padding: 12.9rem 0 0 0;
}
.qr-code .text-center{
  padding: 5.4rem 0 0 0;
}
.module--qrcode .text-center img, .qr-code .text-center img {
  width: 27.8rem; /* 24.3rem + 2*padding, because the image is 486px */;
  margin-bottom: 6.8rem;
  background: white;
  padding: 1.75rem;
}

.module__title {
  padding: 0.1rem 0 2rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 0;
}
.module__item {
  background-color: var(--white);
  height: 100%;
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module__item-title {
  padding: 1rem 2rem 1.3rem 4.3rem;
  font-weight: bold;
}
.module__item.no-box .module__item-title{
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
}
.module__item-subtitle {
  padding: 1rem 2rem 0rem 2rem;
  font-weight: normal;
  color: #9D9F9F;
  font-size: 1rem;
}
.module__item.no-box .module__item-subtitle{
  padding: 2.2rem 2.5rem 0 2.5rem;
}
.module__item-top {
  display: flex;
  align-items: center;
}
.module__item-top-box {
  background-color: var(--black);
  color: var(--white);
  margin-right: 1rem;
  width: 3.3rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.module__item-top-text {
  color: var(--dark-gray);
  font-size: 1rem;
}


/* SVG  */
#svg-floors {
  padding-top: 10vh;
  position: relative;
  height: 85%;
}
#svg-floors .tab-content{
  position: relative;
}
#svg-floors svg polygon{
  fill: #F1F1F0;
}
.current_position{
  width: 1.5rem;
  height: 1.5rem;
  background: var(--place);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-pills {
  flex-wrap: nowrap;
  background-color: var(--white);
  margin: 0;
  box-shadow: var(--box-shadow);
  margin: 4rem 0;
  position: absolute;
  bottom: 15%;
  left: var(--containerGap);
  right: var(--containerGap);
  display: flex;
}
.nav-pills .nav-item {
  padding: 0;
  position: relative;
  padding: 2.3rem 0;
  flex-basis: 0;
  flex-grow: 1;
}
.nav-pills .nav-item:last-child .nav-link {
  border-right: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
  text-align: center;
  color: var(--dark-gray);
  font-size: 4.5rem;
  position: relative;
  z-index: 2;
  font-weight: bold;
  border-right: 0.35rem solid var(--dark-gray);
  position: relative;
  z-index: 1;
}
.nav-pills .nav-link.active {
  border-right-color: transparent;
  color: white;
  width: 15rem;
  background-color: transparent;
  z-index: 3;
}
.nav-pills .nav-link.no-border {
  border-right: 0;
}
.nav-pills .nav-link.active  + .nav-item-overlay{
  position: absolute;
  top: -1.2rem;
  bottom: -1.2rem;
  background-color: var(--black);
  right: 0;
  left: -0.35rem;
  z-index:2;
}




.renter__inner {
  border-left: 8px solid;
  padding-left: 1rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  opacity:0;
}
.renter__inner[data-id='164']::after{
  display:block;
  height:1.5rem;
  width: 1.5rem;
  content: url('/public/img/info-piktogramm.svg');
  background-size: 1.5rem 1.5rem;
}
.renter__inner[data-id='164'] .rooms{
  display:none;
}
.renter__outer.loaded .renter__inner{
  opacity:1;
}
.renter__inner.inactive{
  color: #9D9F9F;
  border-color: #9D9F9F !important;
}
.renter__inner .rooms{
  font-weight: normal;
}
.renter__inner span {
  max-width: 80%;
  margin-right: 0.5rem;
  display: inline-block;
  word-break: break-word;
}
.renter__heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.2rem solid var(--dark-gray);
  margin-bottom: 2vh;
  padding-bottom: 0.375rem;
  margin-top: 3vh;
  font-size:1.2rem;
  font-weight: bold;
  height: 2.5rem;
}
.renter__heading-place {
  color: var(--place);
}
.renter__heading-place:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--place);
    position: relative;
    display: inline-block;
    border-radius: 100%;
    top: 0.3rem;
    left: -1rem;
}
.renter__heading-title {
  color: var(--dark-gray);
}



/*
.gebaeudeplan{
  overflow:hidden;
  padding:100px 0;
}
.gebaeudeplan .swiper-container{
  overflow: visible;
  
}
.gebaeudeplan .swiper-wrapper{
  -height :400px;
}
.gebaeudeplan .swiper-slide {
  -overflow:hidden;
}
*/


.floor-wrapper{
  position:relative;
  background: white;
  overflow:hidden;
}
.floor-wrapper .container{
  position: relative;
  height: 1300px;
}
.floor{
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  height: 500px;
  background: #F1F1F0;
  transition: all 500ms;
  opacity: 1;
}
.floor.below{
  z-index: 1;
}
.floor.current{
  z-index: 1;
  visibility: visible;
}
.floor.above{
  transform: scale(2);
  opacity: 0;
  z-index:2;
}
.floor.current + .floor{
  transform: scale(2.5);
}
.floor.current + .floor + .floor{
  transform: scale(3);
}
.floor.current + .floor + .floor + .floor{
  transform: scale(3.5);
}
.floor.current + .floor + .floor + .floor + .floor{
  transform: scale(4);
}
.floor.current + .floor + .floor + .floor + .floor + .floor{
  transform: scale(4.5);
}




.floor-tabs{
  display:flex;
  width: 100%;
  justify-content: center;
  position: relative;
  top: -100px;
}
.floor-tabs .floor-tab a{
  display:block;
  padding: 20px;
  background: white;
  border: 0.1rem solid #F1F1F0;
}





.big-title, .big-title:first-child{
  font-size: 9rem;
  font-weight: bold;
  padding-top: 22.7rem;
  margin:0;
  line-height: 10.5rem;
}
.big-title img{
  height: 10.1rem;
  margin-top: -
}





/* 4k screens */
@media screen and (min-width: 1921px) {

}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer__top {
  justify-content: center;
  display: flex;
  margin: 0 calc( -1 * var(--rowGap) );
}
.footer__top-item {
  display: flex;
  align-items: center;
  border-width: 0.1rem 0 0.1rem 0;
  border-color: var(--border-text-color);
  border-style: solid;
  padding: 3rem 1rem;
  margin: 0 2rem;
  flex: 0 1 50%;
  font-size: 2.6rem;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
}
.footer__top-item img {
  height: 3rem;
  margin-right: 2.3rem;
}

.languages {
  height: 14.5rem;
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:-1;
}
.languages a {
  font-size: 2.6rem;
  margin: 0 1.5rem;
  padding: 0 0.2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3rem;
  border-bottom: 0.35rem solid transparent;
}
.languages a.active {
  border-bottom-color: black;
}

/* -------------------- CONTENT -------------------- */

h2 {
  font-size: 3.75rem;
  font-weight: bold;
  display: flex;
  align-items: flex-start
}
h2 img{
  height: 1.3em;
  display:block;
  vertical-align: baseline;
  margin-right: 0.5em;
}
h2 span{
  display:block;
}

main {
  height: calc(100vh - 11.7rem); /* full height without header */
}

.monitor {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pages {
  flex-grow: 1;
  height: calc(100vh - 7.5rem); /* full height without header */
  
}

.pages.multiple {
  height: calc(100vh - 19rem);
  position: relative;
  overflow: hidden;
}

.page {
  height: 100%;
}

/* -------------------- VIEWS -------------------- */
.view {
  padding: 8rem 6.25rem 16rem;
  height: 100%;
  width: 100vw;
}

@media screen and (min-aspect-ratio: 10/9) {
.view {
  padding: 7rem 15.5rem 14rem;
}
}

.view-title {
  padding-bottom: 5rem;
}

.view-title:after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  background-color: #000;
  margin-top: 0.75rem;
}

.view-title svg {
  height: 3.75rem;
  margin-left: 1.5rem;
}

@media screen and (min-aspect-ratio: 10/9) {
.view-title {
  padding-bottom: 5.75rem;
}

.view-title:after {
  height: 0.1rem;
  width: 100%;
  background-color: #707070;
}
}

/* -------------------- NAVIGATION --------------- */

.navigation-wrapper {
  height: 11.5rem;
  display: flex;
  align-items: center;
}

.navigation {
  display: flex;
  padding: 0 9.25rem;
  padding: 0 4.25rem;
  margin: 0 -0.5rem;
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-aspect-ratio: 10/9) {
.navigation {
  padding: 0 22rem;
}
}

.nav-item {
  width: 100%;
  padding: 0 0.5rem;
}

.nav-item .title {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.bar {
  display: block;
  position: relative;
  margin-top: 1rem;
  width: 100%;
  height: 6px;
  border-radius: 0.3rem;
  background-color: #9D9F9F;
}

.bar .fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0.3rem;
  background-color: #000;
}

.active .bar .fill {
  animation-name: fill-up;
  animation-iteration-count: 1;
  animation-play-state: paused;
  animation-timing-function: linear;
  transition: opacity 350ms;
  opacity: 1;
}

.bar .fill.fade {
  opacity: 0;
}

@keyframes fill-up {
  0% {
    width: 0%;
}
100% {
  width: 100%;
}
}

/* -------------------- LANDING PAGE VIEW --------------- */

.landing-page {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.landing-page-text {
  color: #fff;
  font-size: 5.75rem;
  position: absolute;
  top: 17.5rem;
  left: 5.75rem;
  font-weight: bold;
}

/* -------------------- PARTNER VIEW -------------------- */

.partner-wall {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.partner-col {
  max-width: 25%;
  width: 25%;
  height: 7rem;
  background-color: #fff;
  padding: 1rem;
  background-clip: content-box;
}

.partner-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-col img, .partner-col svg {
  width: 6rem;
  height: 2.5rem;
  object-fit: contain;
}

/* -------------------- PROGRAM VIEW -------------------- */
.highlight {
  color: #307EC7;
}

.highlight svg {
  fill: #307EC7;
}

.floor-title {
  padding-top: 1.5rem;
  padding-bottom: 2.75rem;
}

.floor-title.first {
  padding-top: 3.5rem;
}

.floor-title:after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 100%;
  margin-top: 0.55rem;
  background-color: #707070;
}

.floor-title h3 {
  font-size: 2.2rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.floor-title svg {
  height: 2.2rem; /* same as h3 */
  margin-left: 1.5rem;
}

@media screen and (min-aspect-ratio: 10/9) {
.floor-title {
  padding-bottom: 3rem;
}
}

.program {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

.program-part {
  width: 33.33333%;
  padding: 0 1.5rem 2.35rem;
}

.program-part h4 {
  font-size: 1.125rem;
  font-weight: bold;
}

.program-part.bigger-title h4 {
  font-size: 1.25rem;
}

@media screen and (min-aspect-ratio: 10/9) {
.program {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.85rem;
}

.program-part {
  width: 33.33333%;
  padding: 0 3.85rem 3.5rem;
  min-height: 9.8rem;
}

.program-part h4 {
  font-size: 1.7rem;
  margin-bottom: 1.25rem;
}

.program-part.bigger-title h4 {
  font-size: 1.7rem;
}
}

/* -------------------- FOOTER -------------------- */

/* -------------------- BOOTSTRAP 4 MEDIAQUERIES -------------------- */

/* This is the top-down version of bootstrap mediaquery where large desktop is the default (no mediaquery) version */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
