.icon.icon-hotel:before {
  background-image: url("../img/icons/icon_hotel2.png");
}
.icon.icon-fitness:before {
  background-image: url("../img/icons/icon_fitness.png");
}

.custom-progress-bar:after {
  top: 100%;
}

.anim-circle {
  height: 3vw;
  width: 3vw;
  top: unset;
  bottom: 31%;
  left: 56%;
  background-color: #2b2b29;
  pointer-events: none;
}
.anim-circle:before, .anim-circle:after {
  border: 1px solid #2b2b29;
}

.before-blue-box {
  position: relative;
}
.before-blue-box > *:first-of-type {
  margin-left: 15px;
}
.before-blue-box:before {
  content: " ";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #a1d9f7;
}

.after-border {
  position: relative;
}
.after-border:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 1px;
  background-color: #000;
}

.section {
  min-height: 100vh;
}
.section:not(#header) {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section#header {
  background-image: url("../img/convecs/header_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.section#header .text-wrapper {
  text-shadow: 1px 1px 6px rgba(51, 47, 47, 0.5);
  right: 5%;
  top: 5%;
}
@media (max-width: 575.98px) {
  .section#header .text-wrapper .sub-headline {
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .section#header .text-wrapper .sub-headline span:first-of-type {
    display: none;
  }
  .section#header .text-wrapper .sub-headline span:last-of-type {
    display: inline;
  }
}
@media (min-width: 576px) {
  .section#header .text-wrapper .sub-headline span:last-of-type {
    display: none;
  }
}
.section#available #available-tables.active {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  width: 430px;
}
.section#available table th,
.section#available table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.section#available table th {
  border-top: 0;
  border-bottom: 3px solid #82929b;
  background-color: #ededec;
}
.section#available table td {
  border-bottom: 1px solid #000;
}
.section#available table td:first-of-type {
  width: 125px;
}
.section#available table td:nth-of-type(2) {
  width: 50px;
}
.section#available table td:nth-of-type(3) {
  width: 82px;
}
.section#available table td:not(:last-of-type) {
  background-color: #ededec;
  border-right: 1px solid #000;
}
.section#available table td:last-of-type {
  background-color: #fff;
  width: 114px;
}
@media (max-width: 767.98px) {
  .section#available table td {
    display: block !important;
    width: 100% !important;
    border-right: 0 !important;
  }
  .section#available table td.mobile-divider {
    border-bottom: 3px solid #82929b;
  }
}
.section#sample ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  font-size: 12px;
}
.section#sample ul li {
  margin-top: 0.25rem;
}

.legende {
  margin-left: 2rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.legende .legenden-item {
  display: inline-block;
  margin-top: 1.5rem;
}
.legende .legenden-item .legenden-headline {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.legende .legenden-item:not(:first-of-type) {
  position: relative;
}
.legende .legenden-item:not(:first-of-type):before {
  content: " ";
  display: block;
  position: absolute;
  top: -0.75rem;
  left: -25px;
  width: 297px;
  height: 1px;
  background-color: #959595;
}
.legende ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.convecs-gallery .row > div:not(.normalize) {
  padding: 2px;
}
.convecs-gallery .lightbox {
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.convecs-gallery .gallery01 {
  background-image: url("../img/convecs/future/img_01.jpg");
}
.convecs-gallery .gallery02 {
  background-image: url("../img/convecs/future/img_02.jpg");
}
.convecs-gallery .gallery03 {
  background-image: url("../img/convecs/future/img_03.jpg");
}
.convecs-gallery .gallery04 {
  background-image: url("../img/convecs/future/img_04.jpg");
}
.convecs-gallery .gallery05 {
  background-image: url("../img/convecs/future/img_05.jpg");
}
.convecs-gallery .gallery06 {
  background-image: url("../img/convecs/future/img_06.jpg");
}
.convecs-gallery .gallery07 {
  background-image: url("../img/convecs/future/img_07.jpg");
}
@media (min-width: 576px) {
  .convecs-gallery .normalize:nth-of-type(1) {
    padding-right: 2px;
  }
  .convecs-gallery .normalize:nth-of-type(2) {
    padding-left: 2px;
  }
  .convecs-gallery .normalize.normalize-three:nth-of-type(1) {
    padding-right: 2px;
  }
  .convecs-gallery .normalize.normalize-three:nth-of-type(2) {
    padding-left: 2px;
    padding-right: 2px;
  }
  .convecs-gallery .normalize.normalize-three:nth-of-type(3) {
    padding-left: 2px;
  }
}
@media (max-width: 575.98px) {
  .convecs-gallery .normalize.p-b {
    padding-bottom: 4px;
  }
}
.convecs-gallery .lightbox {
  height: 100%;
}
.convecs-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.modal table th {
  border: 0 !important;
}
.modal table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.modal table td:first-of-type {
  width: 125px;
}
.modal table td:nth-of-type(2) {
  width: 50px;
}
.modal table td:nth-of-type(3) {
  width: 82px;
}
.modal table td:not(:last-of-type) {
  background-color: #ededec;
  border-right: 1px solid #000;
}
.modal table td:last-of-type {
  background-color: #fff;
  width: 114px;
}
@media (max-width: 767.98px) {
  .modal table td {
    display: block !important;
    width: 100% !important;
    border-right: 0 !important;
  }
  .modal table td.mobile-divider {
    border-bottom: 3px solid #82929b;
  }
}

#rundgang-link {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  #rundgang-link {
    flex-direction: column;
  }
}
#rundgang-link > a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: underline;
  font-size: 14px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
#rundgang-link > a:first-of-type {
  margin-bottom: 1rem;
}

#convec_table {
  width: 100%;
}
#convec_table tr:last-of-type td {
  border-bottom: none;
  border-top: 3px solid #000000;
}
#convec_table .white_bg {
  text-align: center !important;
  background-color: white !important;
  font-weight: 400;
  border: 2px solid #000000 !important;
}
#convec_table td:first-of-type {
  width: 3% !important;
  text-align: center;
  border-right: 3px solid #000000 !important;
}
#convec_table td:last-of-type {
  width: 3% !important;
  text-align: center;
  background-color: transparent !important;
  border-left: 3px solid #000000;
}
#convec_table td:nth-of-type(1n+2) {
  width: 13% !important;
}
#convec_table td:nth-child(2) {
  background-color: #b8b8bd !important;
}
#convec_table td:nth-child(2).white_bg {
  background-color: #fff !important;
}
#convec_table td:nth-child(3) {
  background-color: #9cd1ef !important;
}
#convec_table td:nth-child(3).white_bg {
  background-color: #fff !important;
}
#convec_table td:nth-child(4) {
  background-color: #839ab4 !important;
}
#convec_table td:nth-child(4).white_bg {
  background-color: #fff !important;
}
#convec_table td:nth-child(5) {
  background-color: #777775 !important;
}
#convec_table td:nth-child(5).white_bg {
  background-color: #fff !important;
}
#convec_table td:nth-child(6) {
  background-color: #b8b8bd !important;
}
#convec_table td:nth-child(6).white_bg {
  background-color: #fff !important;
}
#convec_table td:nth-child(7) {
  background-color: #809ecc !important;
}
#convec_table td:nth-child(7).white_bg {
  background-color: #fff !important;
}
#convec_table td:nth-child(8) {
  background-color: #b5d6eb !important;
}
#convec_table td:nth-child(8).white_bg {
  background-color: #fff !important;
}
#convec_table td .small_content div {
  text-align: center;
  background-color: #000000;
  width: 20px;
  color: white;
  height: 20px;
  margin: auto;
  border-radius: 15px;
  padding-top: 2px;
}

#convec_table_mobile {
  margin: 0 auto;
}
#convec_table_mobile tr:last-of-type td {
  border-bottom: 0;
  border-top: 2px solid #000;
}
#convec_table_mobile tr td {
  height: 38px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  text-align: center;
}
#convec_table_mobile tr td.cell-active {
  border: 2px solid #000;
  background-color: #fff !important;
}
#convec_table_mobile tr td:nth-of-type(1), #convec_table_mobile tr td:nth-of-type(2) {
  width: 144px !important;
}
#convec_table_mobile tr td:nth-of-type(3) {
  width: 67px !important;
  border-left: 2px solid #000;
  border-top: 0;
}
@media (max-width: 767.98px) {
  #convec_table_mobile tr {
    display: inline-flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #convec_table_mobile tr td:nth-of-type(1), #convec_table_mobile tr td:nth-of-type(2) {
    width: 131px !important;
  }
}

/*# sourceMappingURL=convecs.css.map */
