@charset "UTF-8";

/* * Copyright © 2021 krähativ design GmbH, Werbeagentur Heidenheim. All rights reserved.
 * * Website https://www.kraehativ-design.de
 * * Adapted for VILOTEL in 2018 */

.flex-row,
.countdown,
.subline-h2 {
  display: flex;
  flex-flow: row wrap;
}

@font-face {
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/ubuntu-300.woff2") format("woff2"),
    url("../fonts/ubuntu-300.woff") format("woff"),
    url("../fonts/Ubuntu-300.ttf") format("truetype");
}

@font-face {
  font-family: Ubuntu;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/ubuntu-300-italic.woff2") format("woff2"),
    url("../fonts/ubuntu-300-italic.woff") format("woff"),
    url("../fonts/Ubuntu-300-italic.ttf") format("truetype");
}

@font-face {
  font-family: Ubuntu;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ubuntu-500.woff2") format("woff2"),
    url("../fonts/ubuntu-500.woff") format("woff"),
    url("../fonts/Ubuntu-500.ttf") format("truetype");
}

@font-face {
  font-family: Ubuntu;
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/ubuntu-500-italic.woff2") format("woff2"),
    url("../fonts/ubuntu-500-italic.woff") format("woff"),
    url("../fonts/Ubuntu-500-italic.ttf") format("truetype");
}

.small {
  font-size: 75%;
}

.magenta {
  color: #9e105c;
}

.f21 {
  font-size: 21px;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a,
a:active,
a:focus {
  color: #9e105c;
}

a:hover {
  color: #9e105c;
}

.datenschutz a,
.datenschutz a:active,
.datenschutz a:focus,
.impressum a,
.impressum a:active,
.impressum a:focus {
  color: #9e105c;
}

.datenschutz a:hover,
.impressum a:hover {
  color: #9e105c;
}

.datenschutz .text-sub,
.datenschutz .sub-footer-text,
.datenschutz .nav-footer-text a,
.impressum .text-sub,
.impressum .sub-footer-text,
.impressum .nav-footer-text a {
  color: #fff;
}

strong,
b {
  font-weight: 500;
}

h1,
h2.h1 {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 55px;
  line-height: 1;
  text-align: left;
  text-transform: none;
  color: #9e105c;
  position: relative;
  margin: 0 0 40px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  h1,
  h2.h1 {
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) {
  h1,
  h2.h1 {
    font-size: 54px;
  }
}

@media screen and (min-width: 992px) {
  h1,
  h2.h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  h1,
  h2.h1 {
    font-size: 54px;
  }
}

h1 span,
h2.h1 span {
  color: #1b272b;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  h1 span,
  h2.h1 span {
    margin-left: 30px;
  }
}

h2 {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 44px;
  color: #1b272b;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

.bg-dark h2 {
  color: #fff;
}

.counter h2 {
  font-size: 45px;
}

.subline-h2 {
  justify-content: center;
  position: relative;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-bottom: 50px;
}

.subline-h2 li {
  -ms-box-shadow: inset 0 3px 0 #9e105c;
  box-shadow: inset 0 3px 0 #9e105c;
  width: 12px;
  height: 12px;
  background-color: #9e105c;
  padding: 0;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
}

.bg-dark .subline-h2 li {
  -ms-box-shadow: inset 0 3px 0 rgba(27, 39, 43, 0.4);
  box-shadow: inset 0 3px 0 rgba(27, 39, 43, 0.4);
  background-color: #fff;
}

h3 {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 27px;
  color: #9e105c;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}

.datenschutz h3,
.impressum h3,
.agb h3 {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

h4 {
  font-weight: 500;
  font-size: 18px;
  color: #1b272b;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1b272b;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.ce90-list,
.full-modal .restaurant ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

.ce90-list.mb-0,
.full-modal .restaurant ul.mb-0 {
  margin-bottom: 0;
}

.ce90-list li,
.full-modal .restaurant ul li {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}

.ce90-list li::before,
.full-modal .restaurant ul li::before {
  -ms-box-shadow: inset 0 2px 0 #9e105c;
  box-shadow: inset 0 2px 0 #9e105c;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #9e105c;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.bg-magenta .ce90-list li::before,
.bg-magenta .full-modal .restaurant ul li::before {
  -ms-box-shadow: inset 0 2px 0 #a9a8a8;
  box-shadow: inset 0 2px 0 #a9a8a8;
  background-color: #fff;
}

.ce90-list li.no-lst,
.full-modal .restaurant ul li.no-lst {
  list-style-type: none;
}

.ce90-list li.no-lst::before,
.full-modal .restaurant ul li.no-lst::before {
  content: none;
}

.ce90-list li em,
.full-modal .restaurant ul li em {
  color: #a9a8a8;
  font-size: 75%;
  display: inline-block;
  margin-bottom: 10px;
}

.ce90-list li em:last-of-type,
.full-modal .restaurant ul li em:last-of-type {
  margin-bottom: 0;
}

.ce90-list li .price,
.full-modal .restaurant ul li .price {
  display: inline-block;
  padding-top: 5px;
}

#menuModal .restaurant ul li,
#weinModal .restaurant ul li,
#factsheetModal .restaurant ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  margin-bottom: 30px;
}

#menuModal .restaurant ul li::before,
#weinModal .restaurant ul li::before,
#factsheetModal .restaurant ul li::before {
  top: 9px;
}

#factsheetModal .restaurant .bg-magenta ul li::before {
  box-shadow: inset 0 2px 0 #f5f5f5;
  background-color: #f5f5f5;
}

#menuModal .restaurant ul li.mb-0,
#weinModal .restaurant ul li.mb-0,
#factsheetModal .restaurant ul li.mb-0 {
  margin-bottom: 0;
}

#menuModal .restaurant em ~ em,
#weinModal .restaurant em ~ em,
#factsheetModal .restaurant em ~ em {
  margin-bottom: 0;
}

#menuModal .restaurant em ~ strong,
#weinModal .restaurant em ~ strong,
#factsheetModal .restaurant em ~ strong {
  display: inline-block;
  margin-top: 5px;
}

.light-italic {
  font-style: italic;
  font-weight: 300;
}

.small-em,
.full-modal .restaurant p {
  line-height: 1.5;
}

.small-em em,
.full-modal .restaurant p em {
  font-size: 75%;
}

.gray-light,
.full-modal .restaurant p > em {
  color: #a9a8a8;
}

.red p,
.red h1,
.red h2,
.red h3 {
  color: #fff;
  background-color: #b03;
}

.orange p,
.orange h1,
.orange h2,
.orange h3 {
  color: #fff;
  background-color: #f90;
}

/* start Header */
.modal-open header,
#weinModal > .show header {
  display: none;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 55;
}

header .top-bar {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 40px 0 0 40px;
  line-height: 1;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  header .top-bar {
    padding: 15px;
  }
}

header .top-bar a,
header .top-bar p {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  header .top-bar p {
    display: block;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  header .top-bar p {
    display: inline-block;
  }
}

header .top-bar a:hover {
  color: rgba(255, 255, 255, 0.8);
}

header .top-bar > ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  header .top-bar > ul {
    display: block;
    float: none;
    margin-top: 15px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  header .top-bar > ul {
    display: inline-block;
    float: none;
    margin-top: 0;
  }
}

header .top-bar > ul > li {
  display: inline-block;
  margin-left: 15px;
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  header .top-bar > ul > li:first-child {
    margin-left: 0;
  }
}

header .top-bar .flag-de,
header .top-bar .flag-en {
  width: 20px;
  height: 10px;
}

header .top-bar .lang-dropdown {
  position: relative;
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 15px;
}

header .top-bar .lang-dropdown.active .lang-dropdown-menu {
  display: block;
  list-style: none;
}

header .top-bar .lang-dropdown-menu {
  display: none;
  position: absolute;
  left: 15px;
  padding: 0;
  z-index: 99999;
  font-size: 15px;
  white-space: nowrap;
}

header .top-bar .lang-dropdown-menu li {
  margin-left: 0;
}

header .top-bar .lang-dropdown-menu li a {
  padding: 20px 10px 10px 10px;
}

.language-link {
  color: #fff;
  font-size: 18px;
  margin-left: 53px;
}

header .navbar-default {
  transition: all ease-in 0.3s;
  background-color: transparent;
  border: none;
  line-height: 1;
}

header .navbar-default.fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  border-radius: 0;
  border-bottom: 5px solid #9e105c;
}

header .navbar-default.fixed .navbar-nav li a {
  color: #1b272b;
}

header .navbar-default.fixed .navbar-toggle .icon-bar {
  background-color: #1b272b;
}

header .navbar-default .brand {
  display: inline-block;
  width: 250px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 50px;
}

.logo-bar {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-logo {
  width: min(400px, 70vw);
}

@media screen and (max-width: 991px) {
  header .navbar-default .brand {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  header .navbar-default .brand {
    margin-left: 15px;
    width: 200px;
  }
}

header .navbar-default .brand.mobile {
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  header .navbar-default .brand.mobile {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  header .navbar-default .brand.hide-desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  header .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-default .navbar-collapse {
    border: 0 none;
    box-shadow: none;
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-color: #9e105c;
    z-index: 52;
  }
}

@media screen and (min-width: 768px) {
  header .navbar-default .navbar-nav {
    float: right;
    margin-right: 50px;
    margin-top: 67px;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-default .navbar-nav {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

header .navbar-default .navbar-nav li {
  margin-left: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .navbar-default .navbar-nav li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-default .navbar-nav li {
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

header .navbar-default .navbar-nav li:first-of-type {
  margin-left: 0;
}

header .navbar-default .navbar-nav li.active a,
header .navbar-default .navbar-nav li.active a:hover,
header .navbar-default .navbar-nav li.active a:active,
header .navbar-default .navbar-nav li.active a:focus {
  background-color: transparent;
  color: #9e105c;
}

@media screen and (max-width: 991px) {
  header .navbar-default .navbar-nav li.active a,
  header .navbar-default .navbar-nav li.active a:hover,
  header .navbar-default .navbar-nav li.active a:active,
  header .navbar-default .navbar-nav li.active a:focus {
    color: #9e105c;
  }
}

header .navbar-default .navbar-nav li > a {
  padding: 5px;
}

header .navbar-default .navbar-nav li > a,
header .navbar-default .navbar-nav li > a:active,
header .navbar-default .navbar-nav li > a:focus {
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .navbar-default .navbar-nav li > a,
  header .navbar-default .navbar-nav li > a:active,
  header .navbar-default .navbar-nav li > a:focus {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-default .navbar-nav li > a,
  header .navbar-default .navbar-nav li > a:active,
  header .navbar-default .navbar-nav li > a:focus {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  header .navbar-default .navbar-nav li > a,
  header .navbar-default .navbar-nav li > a:active,
  header .navbar-default .navbar-nav li > a:focus {
    font-size: 24px;
  }
}

header .navbar-default .navbar-nav li > a:hover {
  color: #9e105c;
}

@media screen and (max-width: 991px) {
  header .navbar-default .navbar-nav li > a:hover {
    color: #9e105c;
  }
}

header .navbar-default .navbar-toggle,
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:active,
header .navbar-default .navbar-toggle:focus {
  border: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  padding: 15px;
  margin: 0;
  border-radius: 3px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  header .navbar-default .navbar-toggle,
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:active,
  header .navbar-default .navbar-toggle:focus {
    right: 5px;
  }
}

header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin: 0;
  border-radius: 3px;
}

header .navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  header .navbar-default .navigation-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  header .navbar-default .navigation-center .navbar-nav li a {
    color: #fff;
  }
}

#hotelVideo {
  transform: unset;
  position: unset;
  top: unset;
  left: unset;
  width: 100vw;
  min-width: 100%;
  height: 82vh;
  min-height: 82%;
  display: unset;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* ! Header end */

.close-mobile-menu,
.close-mobile-menu:focus {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  padding: 15px;
  background-color: #9e105c;
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
}

@media screen and (max-width: 767px) {
  .close-mobile-menu,
  .close-mobile-menu:focus {
    stroke-width: 1;
    width: 50px;
    height: 50px;
    right: 15px;
    top: 15px;
  }
}

.close-mobile-menu:hover {
  stroke: #9e105c;
}

.close-mobile-menu .close {
  width: 100%;
  height: 100%;
  opacity: 1;
  text-shadow: none;
}

.fade-mobile {
  transition: opacity linear 0.3s;
}

/* ! // Homepage Header Start */
.language-bar {
  position: fixed;
  top: 0;
  z-index: 1;
  padding: 40px;
}

#language > a {
  color: #fff;
}

.lang-dropdown.active .lang-dropdown-menu {
  display: block;
  list-style: none;
}

.lang-dropdown-menu {
  display: none;
  position: absolute;
  left: 15px;
  padding: 0;
  z-index: 99999;
  font-size: 15px;
  white-space: nowrap;
}

.start-header {
  position: absolute;
  top: 0;
  z-index: 2;
}

/* ! Homepage Header End */

/* ! // Start new navigation */
.navigation-bar {
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  top: 210px;
  left: 0;
  right: 0;
}

.center-navigation {
  display: flex;
  flex-flow: row nowrap;
  margin: auto;
}

.nav-circle {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin: 0;
}

.nav-circle:hover {
  border: 1px solid #9e105c !important;
  background-color: #ffffffaa;
}

.nav-circle .fa-thin:hover {
  color: #9e105c !important;
  font-weight: 300;
}

.circle-down {
  margin: 12px 20px 0 20px;
}

.circle-light .fa-bed,
.circle-light .fa-utensils,
.circle-light .fa-lightbulb-on {
  color: #1d272a;
}

.fa-bed {
  color: #fff;
  padding: 13px 11px;
  font-size: 25px;
}

.fa-bars {
  color: #fff;
  padding: 13px 16px;
  font-size: 25px;
}

.fa-utensils {
  color: #fff;
  padding: 13px 16px;
  font-size: 25px;
}

.fa-sparkles {
  color: #fff;
  font-size: 30px;
}

.navi-btn {
  margin-top: 0 important;
  padding: 0;
  transition: all ease-out;
  transition-duration: 0.2s;
  background: none;
}

.navi-btn:focus {
  box-shadow: none;
}

/* .collapse-navi {
	position: absolute;
	top: 77px;
	width: 100%;
	left: 0;
}

.card {
	background-color: unset;
	border: none;
	border-radius: unset;
	border-top: 1px solid #fff;
}

.card-body {
	padding: 0;
	color: #fff;
	background-color: #1B272Bfd;
	min-height: 787px;
	height: 75vh;
} */

.offcanvas-bottom {
  height: 100%;
  background-color: #000000c0;
  border-top: 1px solid #fff;
  transition: transform 0.2s;
}

.offcanvas-scroll {
  top: 150px;
}

.start-offcanvas {
  top: 290px;
}

.buttom-btn-close {
  position: absolute;
  top: -20px;
  background: none;
  padding: 0 !important;
  margin: 0;
  opacity: 1;
  background-color: #000000;
  left: 50%;
  transform: translate(-50%, 0%);
}

.buttom-btn-close:hover {
  opacity: 1;
}

.main-nav {
  margin-top: 136px;
  margin-left: 16%;
}

.main-nav > li > a {
  color: #fff;
}

.main-circle {
  margin-right: 35px;
  width: 70px;
}

.main-bed {
  color: #b13f7c;
  padding: 21px 16px;
  font-size: 38px;
}

.main-utensils {
  color: #b13f7c;
  padding: 21px 22px;
  font-size: 34px;
}

.main-gift {
  color: #b13f7c;
  padding: 20px 22px;
  font-size: 37px;
}

.main-typewriter {
  color: #b13f7c;
  padding: 21px 22px;
  font-size: 35px;
}

.link-main {
  margin-bottom: 30px;
  align-items: center;
}

.text-main {
  font-size: 30px;
  margin: 0;
  line-height: 56px;
  font-weight: 400;
}

.text-main:hover {
  color: #9e105c;
}

.sub-nav {
  margin-top: 136px;
  margin-left: 23%;
}

.sub-nav-icon {
  font-size: 30px;
  color: #b13f7c;
  width: 60px;
}

.text-sub {
  font-size: 26px;
  margin: 0;
  line-height: 66px;
  color: #fff;
}

.nav-footer {
  float: right;
  margin-right: 16%;
}

.nav-footer-text {
  justify-content: space-between;
  font-size: 18px;
}

.nav-footer-text > a {
  color: #fff;
}

.spacer {
  margin: 0 10px;
}

@media only screen and (max-width: 992px) {
  .main-nav {
    margin-left: 0;
  }

  .link-main {
    margin-bottom: 0px;
    align-items: center;
  }

  .sub-nav {
    margin-top: 50px;
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 300px);
    grid-gap: 20px;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 768px) {
  .start-offcanvas {
    top: 150px;
  }

  .main-bed,
  .main-utensils,
  .main-gift {
    padding: 15px 10px;
    font-size: 30px;
  }

  .text-main {
    font-size: 28px;
  }
}

@media only screen and (max-width: 730px) {
  .sub-nav {
    display: unset;
  }
}

@media only screen and (max-width: 576px) {
  .start-offcanvas {
    top: 50px;
  }

  .main-circle {
    margin-right: unset;
    width: 50px;
  }

  .main-bed,
  .main-utensils,
  .main-gift {
    padding: unset;
    font-size: 25px;
  }

  .link-main {
    margin-bottom: 15px !important;
  }

  .text-main {
    font-size: 20px;
    line-height: 35px;
  }

  .sub-nav-icon {
    font-size: 25px;
    width: 50px;
  }

  .text-sub {
    font-size: 20px;
    line-height: 40px !important;
  }

  .nav-footer {
    float: unset;
    margin-right: unset;
  }

  .nav-footer-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .nav-footer-text p,
  .nav-footer-text a {
    margin-bottom: 0;
  }
}

/* ? Subpage Header */
.subpage-header {
  background: #1d272a;
  height: 155px;
  position: fixed;
  border-bottom: 1px solid #fff;
}

.sub-logo-bar {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.sub-img-logo {
  width: 215px;
}

.sub-navigation-bar {
  position: fixed;
  top: 128px;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
}

.sub-center-navigation {
  display: flex;
  flex-flow: row nowrap;
  margin: auto;
  gap: 20px;
}

.circle-light {
  background-color: #fff;
  border: 1px solid #1d272a;
  width: 55px;
  height: 55px;
}

.circle-light:hover {
  background-color: #fff;
}

.circle-light > .fa-thin {
  color: #1b272b;
}

.circle-dark {
  background-color: #1d272a;
  border: 1px solid #fff;
  width: 55px;
  height: 55px;
}

.circle-dark:hover {
  background-color: #1d272a;
}

@media only screen and (max-height: 900px) {
  .link-main {
    margin-bottom: 25px;
  }

  .main-nav {
    margin-top: 50px;
  }

  .sub-nav {
    margin-top: 50px;
  }

  .text-sub {
    line-height: 55px;
  }
}

@media only screen and (max-height: 700px) {
  .main-circle {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .main-bed {
    padding: 9px 7px;
    font-size: 20px;
  }

  .main-utensils {
    padding: 9px 10px;
    font-size: 20px;
  }

  .main-gift {
    padding: 9px 10px;
    font-size: 20px;
  }

  .main-typewriter {
    padding: 9px 10px;
    font-size: 20px;
  }

  .text-main {
    font-size: 21px;
    line-height: 24px;
  }

  .text-sub {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 424px) and (max-height: 720px) {
  .main-nav {
    margin-top: 30px;
    margin-left: 0%;
  }

  .link-main {
    margin-bottom: 10px;
  }

  .main-circle {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .main-bed {
    padding: 9px 7px;
    font-size: 20px;
  }

  .main-utensils {
    padding: 9px 10px;
    font-size: 20px;
  }

  .main-gift {
    padding: 9px 10px;
    font-size: 20px;
  }

  .main-typewriter {
    padding: 9px 10px;
    font-size: 20px;
  }

  .text-main {
    font-size: 21px;
    line-height: 24px;
  }

  .text-sub {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .news {
    right: 0px;
    margin-top: 80px;
    transform: translateX(-50%);
    left: 50%;
    width: 55px;
  }

  .navigation-bar {
    top: 150px;
  }

  .sub-navigation-bar {
    top: 120px;
  }

  .subpage-header {
    height: 148px;
  }

  .sub-center-navigation {
    margin: 0 20px 0 15%;
  }

  .sub-navigation-bar > .news {
    right: 35px;
    width: 55px;
    margin: 0;
    left: unset;
    transform: unset;
  }
}

@media only screen and (max-width: 768px) {
  .language-bar {
    padding: 15px 0 0 0px;
  }

  .language-link {
    margin-left: 15px;
  }
}

/* ! End new navigation */

.btn-prime,
.btn-prime:hover,
.btn-prime:focus {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #9e105c;
  border-radius: 3px;
  border-bottom: 3px solid #9e105c;
  padding: 15px;
  margin: 0;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .btn-prime,
  .btn-prime:hover,
  .btn-prime:focus {
    margin-top: 30px;
  }
}

.btn-prime:not(.negative):hover {
  background-color: #9e105c;
}

.btn-prime.negative,
.btn-prime.negative:hover,
.btn-prime.negative:active,
.btn-prime.negative:focus {
  background-color: #fff;
  color: #9e105c;
  border-bottom-color: #a9a8a8;
}

.btn-prime:active {
  background-color: #9e105c;
}

#counterModal .btn-prime {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-factsheet .btn-prime {
  margin-top: 20px;
}

.btn-buchen-white .btn-buchen,
.btn-buchen-white .btn-buchen:hover,
.btn-buchen-white .btn-buchen:focus,
.btn-buchen-white .btn-buchen-mobile,
.btn-buchen-white .btn-buchen-mobile:hover,
.btn-buchen-white .btn-buchen-mobile:focus {
  position: absolute;
  top: 0;
  right: 50px;
  margin: 0;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  color: #9e105c;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 51;
}

@media screen and (max-width: 991px) {
  .btn-buchen-white .btn-buchen,
  .btn-buchen-white .btn-buchen:hover,
  .btn-buchen-white .btn-buchen:focus,
  .btn-buchen-white .btn-buchen-mobile,
  .btn-buchen-white .btn-buchen-mobile:hover,
  .btn-buchen-white .btn-buchen-mobile:focus {
    right: 115px;
  }
}

.fixed .btn-buchen-white .btn-buchen,
.fixed .btn-buchen-white .btn-buchen-mobile {
  background-color: #9e105c;
  color: #fff;
}

.btn-arrow,
.btn-arrow:active,
.btn-arrow:focus {
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #9e105c;
  margin: 0;
  margin-top: 0px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .btn-arrow,
  .btn-arrow:active,
  .btn-arrow:focus {
    margin-top: 30px;
  }
}

.btn-arrow:hover {
  color: #9e105c;
}

.btn-arrow .arrow {
  width: 15px;
  height: 15px;
  fill: #9e105c;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 5px;
}

.modal-factsheet .btn-arrow {
  margin-top: 20px;
}

.star-widget,
.star-widget:hover,
.star-widget:focus {
  position: absolute;
  top: 0;
  right: 4%;
  margin: 0;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  border: 0;
  z-index: 51;
  padding: 10px 10px 9px;
}

@media screen and (max-width: 991px) {
  .star-widget,
  .star-widget:hover,
  .star-widget:focus {
    right: 4%;
  }
}

.en .star-widget,
.en .star-widget:hover,
.en .star-widget:focus {
  right: 135px;
}

@media screen and (max-width: 991px) {
  .en .star-widget,
  .en .star-widget:hover,
  .en .star-widget:focus {
    right: 200px;
  }
}

.btn-best-price {
  width: 150px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.btn-best-price > a > .img-responsive {
  width: 150px;
}

/* .fastbook .btn-best-price {
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150px;
	left: 50%;
	top: -60px;
	bottom: auto;
	right: auto;
} */

/* @media screen and (min-width: 1545px) {
	.fastbook .btn-best-price {
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
		left: auto;
		top: auto;
		bottom: 0;
		right: -15px;
	}
} */

/* @media screen and (max-width: 767px) {
	.fastbook .btn-best-price {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100px;
		top: -60px;
	}
} */

.countdown {
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.countdown .icons {
  -ms-box-shadow: inset 6px 6px 0 #1b272b;
  box-shadow: inset 6px 6px 0 #1b272b;
  position: relative;
  width: 165px;
  height: 165px;
  margin: 20px 15px;
  border-radius: 50%;
  text-align: center;
  background-color: #a9a8a8;
}

.countdown .icons h4 {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 300;
  font-size: 60px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.countdown .icons .weeks::after {
  content: "Wochen";
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #9e105c;
  text-transform: uppercase;
  display: block;
}

.countdown .icons .days::after {
  content: "Tage";
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #9e105c;
  text-transform: uppercase;
  display: block;
}

.countdown .icons .hours::after {
  content: "Stunden";
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #9e105c;
  text-transform: uppercase;
  display: block;
}

.countdown .icons .minutes::after {
  content: "Minuten";
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #9e105c;
  text-transform: uppercase;
  display: block;
}

.countdown .icons .seconds::after {
  content: "Sekunden";
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #9e105c;
  text-transform: uppercase;
  display: block;
}

@media only screen and (max-width: 576px) {
  .btn-best-price > a > .img-responsive {
    width: 100px;
  }

  .btn-best-price {
    width: 100px;
    right: 5px;
    bottom: 5px;
  }
}

/* ! // Carousel Start  */
#start-Carousel {
  position: relative;
}

.start-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #1b272b 0%,
    #6e7678 23%,
    #9ea3a5 51%,
    #71787b 76%,
    #1b272b 100%
  );
  mix-blend-mode: multiply;
  z-index: 1;
}

.start-track {
  /* min-height: 1076px;*/
  min-height: 82%;
  height: 82vh;
}

.carousel-img {
  min-height: 1076px;
  height: 100vh;
  max-width: 100vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .intro-carousel {
	height: -webkit-calc(100% - 340px);
	height: -moz-calc(100% - 340px);
	height: calc(100% - 340px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #000;
} */

/* @media screen and (min-width: 768px) {
	.intro-carousel {
		height: -webkit-calc(100% - 216px);
		height: -moz-calc(100% - 216px);
		height: calc(100% - 216px);
	}
} */

/* @media screen and (min-width: 992px) {
	.intro-carousel {
		height: -webkit-calc(100% - 150px);
		height: -moz-calc(100% - 150px);
		height: calc(100% - 150px);
	}
} */

/* @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
	.intro-carousel {
		height: 100% !important;
	}
} */

/* .intro-carousel.subpage {
	height: 50%;
} */

/* .intro-carousel .carousel-inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
} */

/* .intro-carousel .item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
} */

/* .intro-carousel .item.dark {
	opacity: 0.6;
} */

/* .intro-carousel .carousel-control,
.intro-carousel .carousel-control:active,
.intro-carousel .carousel-control:focus {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	bottom: auto;
	width: 50px;
	height: 100px;
	background: none;
	padding: 10px;
	text-shadow: none;
	opacity: 1;
} */

/* @media screen and (max-width: 767px) {
	.intro-carousel .carousel-control,
	.intro-carousel .carousel-control:active,
	.intro-carousel .carousel-control:focus {
		top: -webkit-calc(50% + 50px);
		top: -moz-calc(50% + 50px);
		top: calc(50% + 50px);
		height: 50px;
	}
} */

/* .intro-carousel .carousel-control.left {
	margin-left: 40px;
} */

/* @media screen and (max-width: 767px) {
	.intro-carousel .carousel-control.left {
		margin-left: 15px;
	}
} */

/* .intro-carousel .carousel-control.right {
	margin-right: 40px;
} */

/* @media screen and (max-width: 767px) {
	.intro-carousel .carousel-control.right {
		margin-right: 15px;
	}
} */

/* .intro-carousel .carousel-control [class*=arrow-] {
	width: 100%;
	height: auto;
	max-height: 100%;
	fill: #fff;
} */

/* .intro-carousel .carousel-control .arrow-left {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
} */

/* ! Carousel End */

/* ! Title Start */
#title {
  position: absolute;
  right: 15vw;
  bottom: 0;
  z-index: 1;
  border-right: 1px solid #fff;
  padding: 20px 20px 150px 0;
  margin-right: 110px;
}

.title-font {
  color: #fff;
  text-align: end;
  font-size: 75px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 7px;
}

@media only screen and (max-width: 768px) {
  #title {
    right: 0vw;
  }

  .title-font {
    font-size: clamp(25px, 10vw, 75px);
  }
}

/* ! Title end */

/* Social */

#social-icon-list {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 1;
}

#social-icon-list .nav-circle {
  margin-top: 20px;
  text-align: center;
}

.social-icon {
  margin-top: 12px;
  font-size: 27px;
  color: #fff;
}

.nav-circle:hover .social-icon {
  color: #9e105c;
}

/* ! // Time Start */
#time {
  position: absolute;
  top: 415px;
  left: 0;
  right: 0;
  z-index: 1;
}

.time-headline {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 16px;
}

.time-subline {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
}

.time-arrow {
  font-size: 48px;
  color: #fff;
  margin-top: 36px;
}

/* ! Time End */

/* ! // Fastbook Start */
.fast-book-section {
  background-color: #1d272a;
  width: 100%;
  height: auto;
  padding: 35px 0 15px 0;
}

/* #fast-book {
	position: absolute;
	top: 710px;
	left: 0;
	right: 0;
	z-index: 1;
} */

.fast-control {
  /* width: 410px; */
  border: 1px solid #fff;
  border-radius: 5px;
  background: #00000040;
  color: #fff;
  height: 55px;
  margin: 0 auto 20px auto;
  font-size: 18px;
  font-weight: 300;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.fast-control::-webkit-input-placeholder {
  color: #fff;
}

.fast-control::-moz-placeholder {
  color: #fff;
}

.fast-control:-ms-input-placeholder {
  color: #fff;
}

.fast-control::-ms-input-placeholder {
  color: #fff;
}

.fast-control::placeholder {
  color: #fff;
}

.fast-control:focus {
  background: #00000040;
  box-shadow: 0 0 0 0.25rem rgb(158 16 92 / 25%);
  border: 1px solid #fff;
  color: #fff;
}

.fast-submit {
  width: auto;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #9e105c;
  color: #fff;
  height: 55px;
  margin: 0 auto 20px auto;
  font-size: 18px;
  font-weight: 300;
  padding-top: 13px;
}

.disabled {
  background: #9e105c52;
}

.fast-submit:hover {
  color: #fff;
}

.fast-submit:focus {
  background: #9e105c52;
  box-shadow: 0 0 0 0.25rem rgb(158 16 92 / 25%);
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .fast-submit {
    font-size: 16px;
  }
}

/* ! Fastbook End */

/* .startseite .specials {
	position: relative;
} */

.startseite .specials .specials-carousel .item-link {
  display: inline-block;
}

.startseite .specials .specials-carousel .img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  padding: 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.startseite .specials .specials-carousel .img-wrapper:hover .img-info-top,
.startseite .specials .specials-carousel .img-wrapper:hover .img-info-bottom {
  opacity: 1;
}

.startseite .specials .specials-carousel .img-wrapper:hover .overlay {
  opacity: 0.6;
}

.startseite .specials .specials-carousel .img-wrapper .overlay {
  transition: all ease-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
}

@media screen and (max-width: 991px) {
  .startseite .specials .specials-carousel .img-wrapper .overlay {
    opacity: 0.6;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .startseite .specials .specials-carousel .img-wrapper .overlay {
    opacity: 0.6;
  }
}

.startseite .specials .specials-carousel .img-wrapper h3,
.startseite .specials .specials-carousel .img-wrapper p,
.startseite .specials .specials-carousel .img-wrapper a {
  color: #fff;
}

.startseite .specials .specials-carousel .img-wrapper .img-info-top {
  transition: all ease-in 0.2s;
  position: relative;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .startseite .specials .specials-carousel .img-wrapper .img-info-top {
    opacity: 1;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .startseite .specials .specials-carousel .img-wrapper .img-info-top {
    opacity: 1;
  }
}

.startseite .specials .specials-carousel .img-wrapper .img-info-top h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}

.startseite .specials .specials-carousel .img-wrapper .img-info-top p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .startseite .specials .specials-carousel .img-wrapper .img-info-top p {
    opacity: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .startseite .specials .specials-carousel .img-wrapper .img-info-top p {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .startseite .specials .specials-carousel .img-wrapper .img-info-top p {
    opacity: 1;
  }
}

.startseite .specials .specials-carousel .img-wrapper .img-info-bottom {
  transition: all ease-in 0.2s;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .startseite .specials .specials-carousel .img-wrapper .img-info-bottom {
    opacity: 1;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .startseite .specials .specials-carousel .img-wrapper .img-info-bottom {
    opacity: 1;
  }
}

.startseite .specials .specials-carousel .img-wrapper .img-info-bottom .arrow {
  position: absolute;
  height: 20px;
  width: 15px;
  fill: #fff;
  margin-left: 10px;
  bottom: 7px;
}

.startseite .specials .carousel-control,
.startseite .specials .carousel-control:active,
.startseite .specials .carousel-control:focus {
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  width: 50px;
  height: 100px;
  background: none;
  padding: 10px;
  text-shadow: none;
  opacity: 1;
}

.startseite .specials .carousel-control.left {
  margin-left: -40px;
}

@media screen and (min-width: 1200px) {
  .startseite .specials .carousel-control.left {
    margin-left: -75px;
  }
}

@media screen and (max-width: 991px) {
  .startseite .specials .carousel-control.left {
    display: none;
  }
}

.startseite .specials .carousel-control.right {
  margin-right: -40px;
}

@media screen and (min-width: 1200px) {
  .startseite .specials .carousel-control.right {
    margin-right: -75px;
  }
}

@media screen and (max-width: 991px) {
  .startseite .specials .carousel-control.right {
    display: none;
  }
}

.startseite .specials .carousel-control [class*="arrow-"] {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #1b272b;
}

.startseite .specials .carousel-control .arrow-left {
  transform: rotate(180deg);
}

.startseite .specials .cloneditem-1,
.startseite .specials .cloneditem-2,
.startseite .specials .cloneditem-3,
.startseite .specials .cloneditem-4 {
  display: none;
}

@media screen and (min-width: 768px) and (transform-3d),
  screen and (min-width: 768px) and (-webkit-transform-3d) {
  .startseite .specials .carousel-inner > .item.active.right,
  .startseite .specials .carousel-inner > .item.next {
    transform: translate3d(33.33333333%, 0, 0);
    left: 0;
  }

  .startseite .specials .carousel-inner > .item.active.left,
  .startseite .specials .carousel-inner > .item.prev {
    transform: translate3d(-33.33333333%, 0, 0);
    left: 0;
  }

  .startseite .specials .carousel-inner > .item.left,
  .startseite .specials .carousel-inner > .item.prev.right,
  .startseite .specials .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .startseite .specials .carousel-inner > .active.left,
  .startseite .specials .carousel-inner > .prev {
    left: -33.33333333%;
  }

  .startseite .specials .carousel-inner > .active.right,
  .startseite .specials .carousel-inner > .next {
    left: 33.33333333%;
  }

  .startseite .specials .carousel-inner > .left,
  .startseite .specials .carousel-inner > .prev.right,
  .startseite .specials .carousel-inner > .active {
    left: 0;
  }

  .startseite .specials .carousel-inner .cloneditem-1,
  .startseite .specials .carousel-inner .cloneditem-2 {
    display: block;
  }
}

@media screen and (min-width: 992px) and (transform-3d),
  screen and (min-width: 992px) and (-webkit-transform-3d) {
  .startseite .specials .carousel-inner > .item.active.right,
  .startseite .specials .carousel-inner > .item.next {
    transform: translate3d(25%, 0, 0);
    left: 0;
  }

  .startseite .specials .carousel-inner > .item.active.left,
  .startseite .specials .carousel-inner > .item.prev {
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }

  .startseite .specials .carousel-inner > .item.left,
  .startseite .specials .carousel-inner > .item.prev.right,
  .startseite .specials .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .startseite .specials .carousel-inner > .active.left,
  .startseite .specials .carousel-inner > .prev {
    left: -25%;
  }

  .startseite .specials .carousel-inner > .active.right,
  .startseite .specials .carousel-inner > .next {
    left: 25%;
  }

  .startseite .specials .carousel-inner > .left,
  .startseite .specials .carousel-inner > .prev.right,
  .startseite .specials .carousel-inner > .active {
    left: 0;
  }

  .startseite .specials .carousel-inner .cloneditem-2,
  .startseite .specials .carousel-inner .cloneditem-3,
  .startseite .specials .carousel-inner .cloneditem-4 {
    display: block;
  }
}

.slider-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-half .carousel-inner {
  width: 100%;
  height: 100%;
}

.slider-half .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-half .carousel-control,
.slider-half .carousel-control:active,
.slider-half .carousel-control:focus {
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  width: 50px;
  height: 100px;
  background: none;
  padding: 10px;
  text-shadow: none;
  opacity: 1;
}

.slider-half .carousel-control.left {
  margin-left: 15px;
}

.slider-half .carousel-control.right {
  margin-right: 15px;
}

.slider-half .carousel-control [class*="arrow-"] {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #fff;
}

.slider-half .carousel-control .arrow-left {
  transform: rotate(180deg);
}

.slider-half .carousel-indicators {
  transform: translateX(-50%);
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 15;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.slider-half .carousel-indicators li {
  -ms-box-shadow: inset 0 2px 0 #9e105c;
  box-shadow: inset 0 2px 0 #9e105c;
  background-color: #9e105c;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
}

.slider-half .carousel-indicators li + li {
  margin-left: 5px;
}

.slider-half .carousel-indicators li.active {
  -ms-box-shadow: inset 0 2px 0 #a9a8a8;
  box-shadow: inset 0 2px 0 #a9a8a8;
  background-color: #fff;
}

video {
  margin: 0;
  padding: 0;
}

.video {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
}

.video-mute,
.video-mute:hover,
.video-mute:active,
.video-mute:focus {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  margin: 0;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .video-mute,
  .video-mute:hover,
  .video-mute:active,
  .video-mute:focus {
    right: 50px;
    bottom: 50px;
  }
}

.video-mute i {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.gitter .icon-wrapper {
  position: relative;
  width: 20%;
  height: 285px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gitter .icon-wrapper:nth-of-type(5n) {
  border-right-width: 0;
}

@media screen and (max-width: 991px) {
  .gitter .icon-wrapper:nth-of-type(5n) {
    border-right-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .gitter .icon-wrapper:nth-of-type(5n) {
    border-right-width: 1px;
  }
}

.gitter .icon-wrapper:nth-of-type(n + 11) {
  border-bottom-width: 0;
}

@media screen and (max-width: 991px) {
  .gitter .icon-wrapper:nth-of-type(n + 11) {
    border-bottom-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .gitter .icon-wrapper:nth-of-type(n + 11) {
    border-right-width: 1px;
  }
}

@media screen and (max-width: 991px) {
  .gitter .icon-wrapper:last-of-type {
    border-bottom-width: 0;
  }
}

@media screen and (max-width: 991px) {
  .gitter .icon-wrapper {
    width: 33.333%;
  }

  .gitter .icon-wrapper:nth-of-type(3n) {
    border-right-width: 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .gitter .icon-wrapper:nth-of-type(3n) {
    border-right-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .gitter .icon-wrapper {
    width: 50%;
  }

  .gitter .icon-wrapper:nth-last-child(2) {
    border-bottom-width: 0;
  }

  .gitter .icon-wrapper:nth-of-type(2n) {
    border-right-width: 0;
  }
}

.gitter .icon-wrapper .icon-inner-wrapper {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* .gitter .icon-wrapper .icon {
	position: relative;
	width: 110px;
	height: 110px;
	background-color: #9e105c;
	border-radius: 50%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
} */

.gitter .icon-wrapper .icon > svg {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  fill: #fff;
}

.gitter .icon-wrapper .icon > .parking {
  left: 54%;
}

.gitter .icon-wrapper.negative .icon,
.gitter .icon-wrapper:hover .icon {
  background-color: #fff;
}

.gitter .icon-wrapper.negative .icon > svg,
.gitter .icon-wrapper:hover .icon > svg {
  fill: #9e105c;
}

.gitter .icon-wrapper.negative:hover .icon {
  background-color: #9e105c;
}

.gitter .icon-wrapper.negative:hover .icon > svg {
  fill: #fff;
}

.gitter .icon-wrapper p {
  white-space: nowrap;
}

.full-modal {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.full-modal .modal-body {
  height: 100%;
  padding: 0;
}

.full-modal .modal-content {
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
}

.full-modal .icon-close {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 55px;
  height: 55px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #1d272a;
  border-radius: 50%;
  z-index: 1;
}

.icon-close .fa-xmark-large {
  font-size: 25px;
  color: #1d272a;
}

.icon-close:hover {
  border: 1px solid #9e105c;
}

.icon-close:hover .fa-xmark-large {
  color: #9e105c;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .full-modal .icon-close {
    right: 30px;
    top: 30px;
  }
}

.full-modal .fade {
  transition: opacity ease-out 0.3s;
}

@media screen and (min-width: 992px) {
  #buchenModal .icon-close {
    top: 110px;
  }
}

#buchenModal .buchen-iframe-wrapper,
#buchenModal .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}

.modal-backdrop {
  display: none !important;
}

.modal .icon {
  position: relative;
  width: 110px;
  height: 110px;
  background-color: #9e105c;
  border-radius: 50%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.modal .icon-wrapper {
  position: relative;
  display: inline-block;
  padding: 15px;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .modal .icon-wrapper {
    width: 20%;
  }
}

@media screen and (min-width: 992px) {
  .modal .icon-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .modal .icon-wrapper {
    width: 33.333%;
  }
}

.modal .icon-wrapper p {
  text-align: center;
  white-space: nowrap;
}

.modal .icon.no-bg {
  background: none;
}

.modal .icon > svg,
.modal .icon > img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  fill: #fff;
}

.modal .icon > img {
  width: 80px;
  height: auto;
}

.modal .icon > .u-form,
.modal .icon > .block {
  width: 100px;
}

.modal .bg-magenta h2,
.modal .bg-magenta .dark,
.modal .bg-magenta li,
.modal .bg-magenta p,
.modal .bg-magenta .btn-arrow {
  color: #fff;
}

.modal .bg-magenta .btn-arrow svg {
  fill: #fff;
}

/* start Kontakt */
#kontaktFormular {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media only screen and (min-width: 768px) {
  #kontaktFormular {
    grid-template-columns: repeat(3, 1fr);
  }

  .kon-100 {
    grid-column: 1 / span 3;
  }
}

.kontakt .form-control {
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  border: 1px solid #1b272b;
  border-radius: 3px;
  padding: 15px 30px;
  background-color: #fff;
  color: #1b272b;
  height: auto;
  font-size: 18px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .kontakt .form-control {
    font-size: 16px;
    padding: 15px;
  }
}

.kontakt .form-control.textarea {
  line-height: 2;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.kontakt .getcopy,
.kontakt .acceptagb {
  display: inline-block;
}

.kontakt .getcopy + p,
.kontakt .acceptagb + p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .kontakt .getcopy + p,
  .kontakt .acceptagb + p {
    display: block;
    float: left;
  }
}

.kontakt a,
.kontakt a:hover,
.kontakt a:focus {
  color: #9e105c;
}

.kontakt .text-main,
.kontakt .text-sub,
.kontakt .nav-footer-text a,
.kontakt .sub-footer-text {
  color: #fff;
}

.kontakt input[type="radio"],
.kontakt input[type="radio"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  display: inline-block;
  position: relative;
  visibility: visible;
}

.kontakt input[type="radio"]:checked {
  background-color: transparent;
}

.kontakt input[type="radio"]::before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 15px;
  bottom: -3px;
  cursor: pointer;
  visibility: visible;
}

.kontakt input[type="radio"]:hover::before {
  color: #9e105c;
}

.kontakt input[type="radio"]:checked::before {
  content: "";
  color: #9e105c;
}

.kontakt input[type="checkbox"],
.kontakt input[type="checkbox"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  display: inline-block;
  position: relative;
  visibility: hidden;
  bottom: 2px;
}

@media screen and (max-width: 767px) {
  .kontakt input[type="checkbox"],
  .kontakt input[type="checkbox"]:checked {
    display: block;
    float: left;
    bottom: -11px;
  }
}

.kontakt input[type="checkbox"]::before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 15px;
  bottom: -5px;
  cursor: pointer;
  visibility: visible;
}

.kontakt input[type="checkbox"]:hover::before {
  color: #9e105c;
}

.kontakt input[type="checkbox"]:checked::before {
  content: "";
  color: #9e105c;
}

.kontakt .anrede input[type="radio"]::before {
  font-size: 16px;
  left: 5px;
}

.kontakt .anrede p {
  font-weight: 300;
  display: inline-block;
}

.kontakt .anrede label {
  cursor: pointer;
  font-weight: 300;
}

.kontakt .anrede label:last-of-type {
  margin-left: 45px;
}

.kontakt input[type="checkbox"]::before,
.kontakt .anrede input[type="radio"]::before {
  border: 2px solid #9e105c;
  background-color: white;
  border-radius: 50%;
  bottom: -2px;
  height: 15px;
  width: 15px;
}

.kontakt input[type="checkbox"]::before {
  bottom: -4px;
  left: 0;
}

.kontakt input[type="checkbox"]:checked::before,
.kontakt .anrede input[type="radio"]:checked::before {
  background-color: #9e105c;
}

.kontakt .getcopy + p,
.kontakt .acceptagb + p {
  margin-left: 20px;
}

.error-message-wrapper {
  background-color: #9e105c;
  padding: 30px;
  border-radius: 3px;
  border-bottom: 3px solid #9e105c;
  margin-bottom: 30px;
}

.error-message-wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.datepicker {
  z-index: 999 !important;
}

.datepicker .today,
.datepicker .today:hover,
.datepicker .today:active,
.datepicker .today:focus {
  background-color: #1b272b;
  color: #fff;
  border-color: #1b272b;
}

.datepicker table tr td {
  border-radius: 3px;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:focus {
  background-color: #1b272b;
  color: #fff;
  border-color: #1b272b;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.active:active,
.datepicker table tr td.active.active:focus {
  background-color: #9e105c;
  color: #fff;
  border-color: #9e105c;
}

.half-section {
  width: 100%;
  position: relative;
}

.half-section:hover .img-side {
  opacity: 1;
}

.img-side {
  opacity: 1!important;
}

.half-section .w50 {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .half-section .w50 {
    height: auto;
    width: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .half-section .tablet-order-1 {
    order: 1;
  }
}

@media screen and (min-width: 1100px) {
  .half-section .tablet-order-2 {
    order: 2;
  }
}

.half-section .img-side {
  position: relative;
  transition: opacity ease-out 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* @media screen and (max-width: 991px) {
	.half-section .img-side {
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
	.half-section .img-side {
		height: 250px;
	}
} */

.half-section .text-side {
  background-color: #fff;
  padding: 50px;
  width: 100%;
  height: 100%;
}

.half-section .leistungs-icon {
  font-size: 100px;
}

@media screen and (max-width: 991px) {
  .half-section .text-side {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 900px) {
  .leistung .glide__slide {
    border: none !important;
  }

  #leistungen-slider .icon-container {
    border: none !important;
  }
}

@media screen and (max-width: 767px) {
  .half-section .text-side {
    padding: 50px 15px;
  }
}

.half-section .text-side.bg-magenta {
  background-color: #9e105c;
}

.half-section .icon-wrapper:not(.icon-modal) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .half-section .icon-wrapper:not(.icon-modal) {
    width: 100px;
    height: 100px;
  }
}

.half-section .icon-wrapper:not(.icon-modal) > svg {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  fill: #9e105c;
}

@media screen and (max-width: 767px) {
  .half-section .icon-wrapper:not(.icon-modal) > svg {
    width: 50px;
  }
}

.half-section .icon-wrapper:not(.icon-modal) > .parking {
  left: 54%;
}

.footer {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 100px;
  }
}

.footer .footer-logo {
  display: inline-block;
  width: 250px;
  height: auto;
}

/* .footer .sitemap {
	padding: 100px 0;
} */

@media screen and (max-width: 767px) {
  .footer .sitemap {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .sitemap .col {
    width: 100%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .footer .sitemap .col {
    width: 50%;
    margin-bottom: 0;
  }

  .footer .sitemap .col:nth-of-type(-n + 2) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-height: 812px) {
  .n > div.dropin-inner > div {
    padding: 20px;
  }
}

.footer .sitemap ul {
  margin: 0;
  padding: 0;
}

.footer .sitemap li.active a {
  color: #9e105c;
  font-weight: 500;
}

/* .footer .sitemap li a {
	color: #fff;
}
.footer .sitemap li a:hover {
	color: #fff;
} */

.footer .contact p,
.footer .contact a {
  color: #fff;
}

.footer .contact .embed-responsive-16by9 {
  margin-top: 50px;
  padding-bottom: 54.59%;
}

@media screen and (min-width: 768px) {
  .footer .contact .embed-responsive-16by9 {
    margin-top: 15px;
    padding-bottom: 101%;
  }
}

@media screen and (min-width: 992px) {
  .footer .contact .embed-responsive-16by9 {
    padding-bottom: 66.8%;
  }
}

@media screen and (min-width: 1200px) {
  .footer .contact .embed-responsive-16by9 {
    padding-bottom: 54.75%;
  }
}

/* .footer .footer-bottom {
	padding: 30px 0;
	border-top: 1px solid #fff;
	margin-top: 100px;
	opacity: 0.5;
} */

.footer .footer-bottom p,
.footer .footer-bottom a {
  color: #fff;
}

.footer .footer-bottom .social-icons svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.footer .footer-bottom .social-icons svg:last-of-type {
  margin-left: 15px;
}

* ::-moz-selection {
  background: #9e105c;
  color: #fff;
}

* ::selection {
  background: #9e105c;
  color: #fff;
}

* ::-moz-selection {
  background: #9e105c;
  color: #fff;
}

*:focus {
  outline: none !important;
}

body {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  color: #1b272b;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  position: relative;
  left: 0;
  top: 154px;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 50;
}

.startseite .wrapper {
  top: 100%;
}

.content {
  padding-top: 130px;
  padding-bottom: 140px;
}

/* @media screen and (min-width: 1200px) {
	.content {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
	.content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.content.up {
	padding-bottom: 0;
} */

.container {
  position: relative;
}

.no-after-before::after,
.no-after-before::before {
  content: none;
}

.bg-magenta {
  background-color: #9e105c;
}

.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: #1b272b !important;
}

.bg-white {
  background-color: #fff;
}

.for-icon-modal {
  margin-left: -15px;
  margin-right: -15px;
}

.flex-justify {
  justify-content: space-between;
}

.flex-stretch {
  align-items: stretch;
}

.dnone {
  display: none;
}

hr.magenta {
  margin: 0;
  padding: 0;
  border-color: #9e105c;
  border-width: 5px;
}

@media screen and (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}

.angebote {
  position: relative;
  background-color: #000;
}

.angebote .picture-links {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 450px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .angebote .picture-links {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .angebote .picture-links {
    width: 100%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .angebote .picture-links {
    height: 250px;
    width: 50%;
  }
}

.angebote .picture-links:hover .picture-wrapper {
  opacity: 1;
}

.angebote .picture-links h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  bottom: 50px;
  left: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .angebote .picture-links h3 {
    left: 15px;
    bottom: 30px;
  }
}

.angebote .picture-links .picture-wrapper {
  transition: opacity ease-out 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 3;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.jobs .panel-default {
  border-color: #1b272b;
  border-radius: 3px;
}

.jobs .panel-heading {
  padding: 15px 30px;
}

@media screen and (max-width: 767px) {
  .jobs .panel-heading {
    padding: 15px;
  }
}

.jobs .panel-heading .panel-title {
  font-size: 16px;
  line-height: 1.1;
  color: #1b272b;
}

.jobs .panel-body {
  padding: 30px;
  border-top: 1px solid #1b272b;
}

@media screen and (max-width: 767px) {
  .jobs .panel-body {
    padding: 30px 15px;
  }
}

.jobs .contact-us {
  background-color: #1b272b;
  color: #fff;
  padding: 30px;
}

.jobs .contact-us a,
.jobs .contact-us a:hover,
.jobs .contact-us a:active,
.jobs .contact-us a:focus {
  color: #fff;
}

/* phips dropin */

.dropin {
  min-width: 320px;
  position: fixed;
  display: inline-block;
  transition: right 0.3s;
  z-index: 100;
  top: 63%;
  transform: translate(0, -50%);
  right: 0;
}

.dropin > .dropin-handler {
  transition-duration: 0.5s;
  white-space: nowrap;
  position: absolute;
  right: 0;
}

.dropin.active > .dropin-handler {
  right: 100%;
}

.dropin > .dropin-inner {
  transition-duration: 0.5s;
  position: relative;
  right: -100%;
}

.dropin.active > .dropin-inner {
  position: relative;
  right: 0;
}

.dropin-handler:hover {
  cursor: pointer;
}

.dropin-handler {
  /* font-size: 18px !important;
	background-color: #9e105c; */
  display: flex;
  color: #fff;
}

.dropin-inner > div:last-of-type > a {
  color: #9e105c;
}

.dropin-inner > div:last-of-type > a:hover {
  color: #9e105c !important;
}

/* ! // News Dropin Start */
.news {
  position: fixed;
  right: 35px;
}

.fa-lightbulb-on {
  margin: 7px auto;
  font-size: 27px;
  color: #fff;
}

#scroll-spa {
  padding: 0;
}

.offcanvas-end {
  top: min(20vh, 222px);
}

.offcanvas-end {
  width: min(95vw, 495px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #000000c0;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.offcanvas-header {
  flex-direction: column;
  color: #fff;
  padding: min(15px, 35px) min(15px, 35px) 0 min(15px, 35px);
  align-items: flex-start;
}

.offcanvas-img {
  width: min(100%, 422px);
  height: auto;
  margin-bottom: 27px;
}

.offcanvas-headline {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: lowercase;
  margin-bottom: 0;
  line-height: 28px;
}

.offcanvas-body {
  color: #fff;
  padding: 0 min(15px, 35px) min(15px, 35px) min(15px, 35px);
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.offcanvas-body > h2 {
  font-size: 24px;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin: 0;
}

.offcanvas-body > h4 {
  color: #fff;
  margin: 19px 0 0 0;
  font-size: 19px;
  font-weight: 300;
}

.offcanvas-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 17px 15px 18px 25px;
  margin-top: 33px;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  background: #00000040;
}

.offcanvas-btn:hover {
  color: #9e105c;
  border: 1px solid #9e105c;
}

.offcanvas-arrow {
  font-size: 18px;
  margin-left: 20px;
}

.offcanvas-btn-close {
  position: absolute;
  top: 7px;
  left: -77px;
  background: none;
  padding: 0 !important;
  margin: 0;
  opacity: 1;
}

.btn-close-icon {
  font-size: 30px;
  padding: 5px 10px;
}

@media only screen and (max-width: 576px) {
  .offcanvas-btn-close {
    top: unset;
    left: unset;
    bottom: 22px;
    right: 25px;
  }
}

/* ! News Dropin End */

/* .dropin-handler-text {
	border: 1px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 7px 22px;
} */

.dropin-handler > img {
  padding: 0 5px;
  margin: 14px 10px 0 11px;
  height: 23px;
  z-index: 99999;
}

.dropin-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 355px;
  width: 100%;
}

.dropin-inner > div > a,
.dropin-inner > div > a:active,
.dropin-inner > div > a:focus {
  color: #fff;
}

.dropin-inner > div > a:hover {
  color: #f2f2f2;
}

.dropin-inner > div > a:active {
  color: #f2f2f2;
}

.dropin-inner > div > h3 {
  margin: 0;
}

.dropin-inner {
  border: 4px solid #9e105c;
  background-color: #fff;
  max-width: 750px;
  width: auto;
}

.dropin-inner > div:last-of-type {
  padding: 40px 60px;
}

.toggler-icon-open,
.toggler-icon-close {
  display: none;
}

.toggler-icon-open.active,
.toggler-icon-close.active {
  display: unset;
}

body .impressum > .dropin {
  display: inline-block;
}

body > div.dropin {
  pointer-events: none;
}

body > div.dropin > div.dropin-handler,
body > div.dropin > div.dropin-inner {
  pointer-events: all;
}

.dropin-inner > div > h2 {
  font-size: 40px;
}

@media screen and (max-width: 992px) {
  .active .dropin-handler {
    right: 0 !important;
    top: -46px;
  }

  .dropin-inner > div.dropin-image {
    height: 155px;
  }

  .dropin-inner > div > h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 760px) {
  .dropin-inner > div:last-of-type {
    max-height: 370px;
    overflow-y: scroll;
  }

  .dropin-inner {
    max-width: 100vw !important;
  }

  .dropin-inner > div > a {
    word-break: break-word !important;
    white-space: normal !important;
    text-align: left !important;
  }
}

@media screen and (max-height: 700px) {
  .dropin-inner {
    max-height: 60vh !important;
    overflow: scroll !important;
  }
}

.lila {
  color: #9e105c !important;
}

.dropin-inner {
  max-height: 70vh;
  overflow-y: auto;
  max-width: 600px;
}

.dropin-inner h2 {
  font-size: 28px !important;
}

.dropin-inner > div:last-of-type {
  padding: 30px 40px;
}

.dropin.active .dropin-handler-text {
  font-size: 0;
}

.dropin.active .dropin-handler-text::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-size: 18px;
}

@media (min-width: 768px) {
  .dropin:not(.active):hover {
    right: 50px;
  }
}

.dropin .btn.btn-prime,
.dropin .btn.btn-prime:hover {
  color: #fff !important;
}

/* Tour */

.tour-meta {
  padding-bottom: 30px;
}

.tour-meta img {
  -webkit-filter: invert(20%) sepia(65%) saturate(3251%) hue-rotate(308deg)
    brightness(86%) contrast(100%);
  filter: invert(20%) sepia(65%) saturate(3251%) hue-rotate(308deg)
    brightness(86%) contrast(100%);
  transform: translateY(-1px);
  margin-right: 8px;
  height: 18px;
  width: auto;
}

.tour-meta span {
  margin-right: 20px;
}

.tour-difficulty,
.tour-type {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
}

.tour-difficulty > img,
.tour-type > img {
  -webkit-filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(106deg)
    brightness(110%) contrast(99%);
  filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(106deg)
    brightness(110%) contrast(99%);
  margin-left: 5px;
  height: 18px;
  width: auto;
}

.tour-type {
  background-color: #9e105c;
  margin-right: 5px;
}

.difficulty-easy {
  background-color: #57a8fe;
}

.difficulty-moderate {
  background-color: #fb7272;
}

.difficulty-hard {
  background-color: #383838;
}

/* Buchung */

.buchung > div {
  justify-content: center;
  text-align: center;
}

/* Quote */

.quote {
  position: relative;
  border: 1px solid #ddd;
  margin: 40px 0;
  padding: 80px 30px 30px 80px;
  border-radius: 15px;
}

.quote::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 40px;
  left: 30px;
  top: 10px;
  font-weight: 700;
  content: "\f10d";
  color: #9e105c;
}

@media only screen and (min-width: 1400px) {
  .navbar-nav > li > a {
    font-size: 22px !important;
    font-weight: 400 !important;
  }

  .navbar-nav li:not(:first-of-type) {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1360px) {
  .navbar-nav > li > a {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  .navbar-nav li:not(:first-of-type) {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 1360px) and (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  .navbar-nav li:not(:first-of-type) {
    margin-left: 5px !important;
  }

  .navbar-nav {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 450px) {
  .quote {
    padding: 80px 30px 30px 30px;
  }

  .btn[data-bs-target="#menuModal"],
  .btn[data-bs-target="#weinModal"],
  .btn[data-bs-target="#buchenModal"] {
    width: 100%;
    margin-top: 15px;
  }
}

.linktree-gohome {
  background-color: #1b272b;
  padding: 20px 0;
}

.linktree-logo {
  width: 100%;
}

.linktree-home-link {
  color: #fff;
}

.linktree-home-link:hover {
  transition: color 0.3s;
  cursor: pointer;
}

.linktree-banner {
  background-position: center;
  background-size: cover;
  height: 160px;
  width: 100%;
}

.linktree-item {
  padding-top: calc(100% - 4px);
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  display: block;
  width: 100%;
}

.linktree-item::before {
  background-color: #9e105c;
  transition: opacity 0.3s;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  position: absolute;
  content: "";
  opacity: 0;
  left: 2px;
  top: 2px;
}

.linktree-post-row > div {
  padding: 0;
}

.linktree-item:hover::before {
  opacity: 0.5;
}

.linktree-item.external::after {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.69);
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f35d";
  font-size: 20px;
  bottom: 5px;
  right: 15px;
  color: #fff;
}

.linktree-socials-container {
  border-bottom: 2px solid #1b272b;
  border-top: 5px solid #9e105c;
  margin-bottom: 30px;
}

.linktree-socials-row {
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
}

.linktree-socials-row > div > a:not(:last-of-type) {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .linktree-banner {
    height: 400px;
  }

  .linktree-item.external::after {
    font-size: 30px;
    bottom: 10px;
    right: 25px;
  }
}

/* start Gutecheine */
.gutschein-box {
  width: min(80%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.gutschein {
  border: 1px solid lightgray;
  position: relative;
  border-radius: 3px;
}

.gutschein .fa-gift {
  position: absolute;
  inset: 20px 20px auto auto;
  background-color: #9e105c;
  font-size: 1.5rem;
  padding: 0.7rem;
  border-radius: 50%;
  color: #fff;
}

.gutschein-image {
  border-radius: 3px;
}

.gutschein-image img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}

.gutschein-text-box {
  padding: 2em 2.5em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.gutschein-text-box h2 {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  text-align: left;
  text-transform: none;
  color: #9e105c;
  position: relative;
  margin: 0 0 1em 0;
  padding: 0;
}

.gutschein-text {
  font-size: 1.2rem;
  line-height: 1.3;
}

.gutschein-text-box a {
  background-color: #9e105c;
  font-size: 1rem;
  color: #fff;
  padding: 0.5em 5em;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  transition: all 600ms ease;
}

.gutschein-text-box a:hover {
  background-color: #9e105c22;
  color: #9e105c;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .gutschein {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .gutschein-image img {
    max-height: unset;
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  .gutschein-text-box h2 {
    padding-right: 1em;
  }

  .gutschein:nth-child(even) > .gutschein-image {
    order: 2;
  }
}

/* end Gutscheine */

/* Weihnachten */

.weihnachten-wrapper > .linktree-gohome {
  border-bottom: 3px solid #b71a6c !important;
}

.weihnachten-wrapper {
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .redeem-content {
    transform: translate(-50%, -50%);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    display: flex;
    z-index: 999;
    left: 50%;
    top: 50%;
  }

  .redeem-wrapper {
    background-color: #1b272bb4;
    border-radius: 100%;
    padding-top: 100%;
    margin-top: 40px;
  }
}

.redeem-content > img:first-of-type {
  width: 90%;
}

.redeem-content h1 {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 200;
  font-size: 38px;
  color: #fff;
}

.redeem-content p {
  text-align: center;
  margin-top: 50px;
  line-height: 1.4;
  font-size: 24px;
  color: #fff;
}

.redeem-content form {
  text-align: center;
}

.redeem-content form > input[type="text"]::-webkit-input-placeholder {
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}

.redeem-content form > input[type="text"]::-moz-placeholder {
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}

.redeem-content form > input[type="text"]:-ms-input-placeholder {
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}

.redeem-content form > input[type="text"]::-ms-input-placeholder {
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}

.redeem-content form > input[type="text"]::placeholder {
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}

.redeem-content form > input[type="text"] {
  min-width: 320px !important;
  border: 2px solid #b71a6c;
  margin-bottom: 20px;
  border-radius: 50px;
  text-align: center;
  padding: 15px 30px;
  margin-top: 40px;
}

.redeem-content .gift-button,
.redeem-content form > input[type="submit"] {
  background: linear-gradient(
    180deg,
    rgba(183, 25, 111, 1) 0%,
    rgba(135, 0, 73, 1) 100%
  );
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  border: 0;
}

.price-title {
  font-family: "Rock Salt";
  margin-bottom: 0;
  margin-top: 30px;
  color: #fff;
}

.redeem-content h2 {
  text-transform: none;
}

@media only screen and (max-width: 991px) {
  .redeem-content img {
    margin: 0 auto;
    display: block;
  }

  .redeem-content h1 {
    text-align: center;
    font-size: 32px;
  }

  .redeem-content {
    text-align: center;
    margin: 60px 0;
  }

  .redeem-content p {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    font-size: 18px;
  }

  .redeem-content {
    background-color: #1b272bb4;
    border-radius: 20px;
    padding: 40px 15px;
  }

  .redeem-content a {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (min-width: 1080px) {
  .redeem-content {
    min-width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .redeem-content h2 {
    font-size: 28px !important;
    line-height: 2.2 !important;
  }
}

/* Confetti */

@-webkit-keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@-webkit-keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@-webkit-keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

.confetti--animation-slow {
  -webkit-animation: confetti-slow 2.25s linear 1 forwards;
  animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
  -webkit-animation: confetti-medium 1.75s linear 1 forwards;
  animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
  -webkit-animation: confetti-fast 1.25s linear 1 forwards;
  animation: confetti-fast 1.25s linear 1 forwards;
}

.confetti-main-container {
  position: fixed !important;
  pointer-events: none;
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
}

/* Downloads */

.download-item {
  border: #9e105c 1px solid;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  height: 100%;
  width: 100%;
}

.download-item-icon {
  font-size: 40px;
}

.download-item-title {
  font-weight: 500;
  line-height: 1.4;
}

.row-flex {
  flex-wrap: wrap !important;
  display: flex !important;
}

/* Cookiebot */

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #9e105c !important;
  border-color: #9e105c !important;
}

#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: #9e105c !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #9e105c !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
  border-bottom: 1px solid #9e105c !important;
  color: #9e105c !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #9e105c !important;
}

#CybotCookiebotDialogTabContent
  input:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #9e105c !important;
}

#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogBodyLevelButtonsSelectPane
  label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"])
  .CybotCookiebotDialogBodyLevelButtonDescription:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes
  .CybotCookiebotDialogDetailBodyContentCookieProvider:not(
    .CybotCookiebotDialogDetailBodyContentCookieInfoCount
  ):hover {
  color: #9e105c !important;
}

/* ! // Headline line start */
.headline-line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.line-dark {
  color: #1b272b;
}

.line-light {
  color: #fff;
}

.dash-left {
  margin-right: -1px;
}

.dash-right {
  margin-left: -1px;
}

/* * Headline line end */

/* ! // Welcome start */
.welcome-img-col {
  padding: 0 8%;
}

.welcome-img-shadow {
  position: absolute;
  box-shadow: inset -12px -12px 1px #ffffff3a;
  border-radius: 50%;
  z-index: 1;
  max-width: 565px;
  width: 100%;
  max-height: 565px;
  height: 100%;
}

.welcome-img {
  border-radius: 50%;
  width: 575px;
  height: 575px;
}

.welcome-icon {
  margin-left: 10px;
}

.zu-gast-zu-haus {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  grid-column-gap: 3%;
  flex-flow: wrap;
}

.zu-gast-zu-haus .welcome-text-col {
  width: 55%;
  max-width: 800px;
}

.zu-gast-zu-haus .welcome-img-col {
  padding: 10px 0 0 2%;
  width: auto;
}

.zu-gast-zu-haus .bigger-img-shadow {
  width: 469px;
  height: 469px;
}

.zu-gast-zu-haus .welcome-img {
  border-radius: 50%;
  width: 475px;
  height: 475px;
  aspect-ratio: 1 /1;
}

/* start Accordions */
#leistungen-detail-accordion {
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}

#leistungen-detail-accordion .leistungs-icon {
  margin-right: max(50px, 3vw) !important;
}

.accordion-button:focus {
  border-color: #ffff !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #9e105c;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion-flush .accordion-item {
  width: 48%;
}

.accordion-button p {
  font-size: clamp(25px, 3vw, 40px) !important;
}

.specials .half-section,
.accordion-item,
#Weinmarkt,
#Wine\ market,
#weinmarkt {
  scroll-margin-top: 200px;
}

@media only screen and (max-width: 1115px) {
  #leistungen-detail {
    padding: 50px 5% !important;
  }
}

@media only screen and (max-width: 888px) {
  #leistungen-detail-accordion .leistungs-icon {
    margin-right: max(20px, 2vw) !important;
  }

  .accordion-button {
    padding: 1rem 1.25rem 1rem 0;
  }
}

@media only screen and (max-width: 750px) {
  #leistungen-detail-accordion {
    flex-direction: column;
  }

  .accordion-flush .accordion-item {
    width: 100%;
  }

  .accordion-button p span {
    margin-left: 0px !important;
  }
}

/* end Accordions */

@media only screen and (max-width: 1228px) {
  .zu-gast-zu-haus .bigger-img-shadow {
    width: 289px;
    height: 289px;
  }

  .zu-gast-zu-haus .welcome-img {
    width: 295px;
    height: 295px;
  }

  .zu-gast-zu-haus h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 923px) {
  .zu-gast-zu-haus .welcome-text-col {
    width: 71%;
  }

  .welcome.bg-white.content {
    padding: 10px 0 40px;
  }

  .fast-book-section {
    position: relative;
  }
}

@media only screen and (max-width: 704px) {
  .zu-gast-zu-haus .welcome-text-col {
    width: 91%;
  }
}

@media only screen and (max-width: 908px) {
  .zu-gast-zu-haus .welcome-text-col {
    margin-top: 40px;
  }

  .zu-gast-zu-haus .welcome-img-col {
    padding: 80px 0 0 2%;
  }
}

/* * Welcome end */

/* ! // Specials start */
.special-wrapper {
  position: relative;
  height: 420px;
  width: auto;
}

.special-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: saturate(75%);
  filter: saturate(75%);
}

.special-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000c0;
  padding: 20px;
  opacity: 0;
}

.special-overlay:hover {
  opacity: 1;
}

.special-info-top > h3 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  text-align: left;
  margin-bottom: 40px;
}

.special-info-top > p {
  color: #fff;
}

.special-info-bottom > a {
  position: absolute;
  bottom: 25px;
}

.special-info-bottom > a {
  color: #fff;
  font-size: 20px;
}

.special-icon {
  color: #fff;
}

.special-btn-left {
  position: absolute;
  left: -60px;
  top: 330px;
  font-size: 50px;
}

.special-btn-right {
  position: absolute;
  right: -60px;
  top: 330px;
  font-size: 50px;
}

@media only screen and (max-width: 1330px) {
  .special-btn-right {
    right: 2%;
    top: unset;
    font-size: 50px;
  }

  .special-btn-left {
    left: 2%;
    top: unset;
    font-size: 50px;
  }
}

/* * Specials end */

/* start Leistungen */
.leistungen-home {
  padding-left: 14.4%;
  padding-right: 14.4%;
  position: relative;
  background-color: #1b272b;
}

.leistungen-btn-left {
  color: #fff;
  position: absolute;
  font-size: 50px;
  top: 200px;
  left: min(5%, 10.4%);
}

.leistungen-btn-right {
  color: #fff;
  position: absolute;
  font-size: 50px;
  top: 200px;
  right: min(5%, 10.4%);
}

.leistungen-btn-left:hover,
.leistungen-btn-right:hover {
  color: #9e105c;
}

.leistungen-track {
  height: 235px;
}

.leistung .glide__slide {
  border-right: 1px solid #ffffff20;
  border-left: 1px solid #ffffff20;
}

.icon-container {
  padding: 30px 20px 10px 20px;
  text-align: center;
}

.icon-box {
  font-size: 26px;
  color: #fff;
}

.icon {
  margin: 0 auto 30px auto;
  text-align: center;
}

.leistungs-icon {
  font-size: 55px;
  color: #b13f7c;
}

@media only screen and (max-width: 1450px) {
  .icon-container:nth-of-type(5n) {
    border-right: 1px solid #ffffff20;
  }

  .icon-container:nth-of-type(4n) {
    border-right: none;
  }

  .icon-container:nth-of-type(n + 11) {
    border-bottom: 1px solid #ffffff20;
  }

  .icon-container:nth-of-type(n + 13) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1200px) {
  .icon-container:nth-of-type(4n) {
    border-right: 1px solid #ffffff20;
  }

  .icon-container:nth-of-type(2n) {
    border-right: none;
  }
}

@media only screen and (max-width: 576px) {
  .icon-container {
    width: 100%;
    border: 1px solid #ffffff20;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }
}
/* - Leistungen end */

/* + Gallery start */
#gallery {
  width: 100vw;
  max-width: 100%;
}

.lightbox-img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: sepia(35%);
  filter: sepia(35%);
  transition: -webkit-filter 600ms ease 0s;
  transition: filter 600ms ease 0s;
  transition: filter 600ms ease 0s, -webkit-filter 600ms ease 0s;
}

.lightbox-img:hover {
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
}

.lightboxOverlay {
  background-color: #1d272a;
  filter: alpha(Opacity=90);
  opacity: 0.9;
}

.lb-data .lb-caption {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
  color: #fff;
}

/* + Footer start */
.footer-upper {
  padding: 0px 15%;
}

.main-footer-nav {
  margin-left: -24px !important;
}

.main-footer-nav > li {
  margin-bottom: 12px;
}

.main-footer-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
}

.main-footer-link:hover {
  color: #9e105c;
}

.main-footer-circle {
  /* width: 40px;
	height: 40px; */
  /* border: 1px solid #fff; */
  /* border-radius: 50%; */
  margin-right: 20px;
}

.main-footer-icon {
  width: 40px;
  /* height: 40px; */
  text-align: center;
  font-size: 22px;
  padding: 6px 0;
  color: #9e105c;
}

.main-footer-text {
  margin: 0;
  font-size: 21px;
  color: #fff;
}

.main-footer-text:hover {
  color: #9e105c;
}

.sub-footer-nav > li {
  height: 40px;
}

.sub-footer-icon {
  font-size: 22px;
  color: #9e105c;
  width: 40px;
  text-align: center;
}

.sub-footer-text {
  margin: 0;
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
}

iframe {
  border: 0;
  width: 100%;
  /* height: 225px; */
  float: right;
}

.footer-logo {
  margin-bottom: 50px;
  margin-top: 80px;
}

.footer-logo > img {
  width: 232px;
}

.contact-text {
  margin: 0;
  line-height: 33px;
  font-size: 20px;
}

.social-media {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 80px;
  justify-content: space-between;
}

.social-footer-circle {
  color: #9e105c;
}

.social-footer-circle:hover {
  color: #ffffff;
}

.social-footer-icon {
  font-size: 45px;
  padding-top: 20px;
}

.footer-menu {
  margin-top: 55px;
  color: #fff;
}

.nav-footer-text > a:hover {
  color: #9e105c;
}

.footer-bottom {
  border-top: 1px solid #fff;
  opacity: 0.3;
  margin: 100px 4% 0 4%;
  padding: 20px 11%;
}

@media only screen and (max-width: 992px) {
  .footer-upper .col-lg-5,
  .footer-upper .col-lg-7 {
    padding: 0;
  }

  .main-footer-nav {
    margin-left: 0 !important;
  }

  .sub-footer-nav > li {
    height: auto;
    margin-bottom: 12px;
  }

  .main-footer-circle {
    margin-right: unset;
  }
}

@media only screen and (max-width: 767px) {
  .sub-footer-icon,
  .main-footer-icon {
    font-size: 22px;
    color: #9e105c;
    width: 40px;
    text-align: center;
    margin-right: 10px;
  }

  .main-footer-circle {
    margin-right: unset;
  }
}

@media only screen and (max-width: 576px) {
  .social-media {
    gap: 10px;
  }
}

/* - Footer end */

/* + Half carousel start */
.half-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.half-track {
  width: 50vw;
  height: 100%;
}

.half-slides {
  height: 100%;
}

.half-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.half-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.glide__bullet {
  color: #ffffffaa;
  padding: 0;
}

.glide__bullet--active {
  color: #9e105c;
}

.glide__bullet:hover,
.glide__bullet--active:hover {
  color: #9e105caa;
}

@media only screen and (max-width: 1101px) {
  .half-to-full {
    height: 400px;
  }

  .half-carousel {
    width: 100%;
  }

  .half-track {
    width: 100%;
  }
}

/* - Half carousel end */

/* + Blog start */

/* + Blog Homepage start */
.blog-posts-wrapper {
  padding-left: min(5%, 15%);
  padding-right: min(5%, 15%);
}

.homepage-blog-posts {
  text-align: center;
  padding-bottom: 50px;
}

/* .homepage-blog-img-shadow {
	border-radius: 50%;
	width: 295px;
	height: 295px;
	position: absolute;
	margin: 5px 0 0 5px;
	z-index: 2;
	box-shadow: inset -8px -8px 0px #ffffff40;
} */

.homepage-post-thumbnail {
  width: 294px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.homepage-post-info {
  text-align: center;
}

.homepage-post-info h4 {
  font-size: 25px;
  font-weight: 300;
  color: #9e105c;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 45px;
}

.gray-h4 {
  font-size: 24px;
  font-weight: 300;
  color: #1b272b;
  line-height: 28px;
}

.homepage-post-info {
  color: #1b272b;
  font-size: 18px;
}

.read-more-icon {
  color: #9e105c;
}

@media only screen and (min-width: 992px) {
  .blog-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }

  .homepage-blog-posts {
    padding-bottom: unset;
  }

  .homepage-post-thumbnail {
    width: min(20vw, 400px);
  }

  .homepage-post-info h4 {
    font-size: clamp(18px, 2vw, 25px);
  }

  .gray-h4 {
    font-size: clamp(17px, 2vw, 24px);
  }
}

/* end Blog Homepage */

.bigger-img-shadow {
  border-radius: 50%;
  /* width: 569px;
	height: 569px; */
  position: absolute;
  margin: 5px 0 0 5px;
  z-index: 2;
  box-shadow: inset -8px -8px 0px #ffffff40;
}

/* start Big blog post */
.post-big {
  padding: 0 8.5%;
  margin: 0 0 100px 0;
  display: flex;
  flex-flow: row nowrap;
  gap: 2em;
}

.big-img {
  width: 100%;
  max-width: 575px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.big-teaser {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.big-teaser p {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  line-height: 29px;
  font-size: 16px;
}

.big-text {
  flex-basis: 100%;
  max-width: 75ch;
}

@media only screen and (max-width: 992px) {
  .post-big {
    flex-flow: column nowrap;
  }

  .big-img {
    width: 294px;
  }

  .big-text {
    margin-top: 50px;
    width: 100%;
  }
}

/* end Big blog post */

/* start Blog filter */
.blog-nav {
  gap: 25px;
  width: 100%;
  justify-content: center;
  margin-bottom: 100px;
  padding: 0 15%;
}

.nav-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
}

.nav-link {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  padding: 15px 20px;
  background-color: #1b272b;
}

.nav-link:hover {
  color: #9e105c;
}

.nav-link.active {
  background-color: #9e105c;
}

.nav-link.active:hover {
  color: #1b272b;
}

/* # Blog filter media querries*/
@media only screen and (max-width: 576px) {
  .post-big {
    margin: 0 0 50px 0;
  }

  .blog-nav {
    gap: 15px;
    padding: 0 5%;
    margin-bottom: 50px;
  }

  .nav-item {
    height: 46px;
  }

  .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 20px;
  }

  .blog-list-wrapper {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .post-thumbnail {
    aspect-ratio: 2 / 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* end Blog filter */

/* start Blog grid */
.grid-sizer,
.grid-item {
  width: 32.7%;
}

.grid-item {
  margin-bottom: 10px;
}

.blog-list-wrapper {
  padding-left: 15%;
  padding-right: 15%;
}

.bloggy {
  display: none;
}

.post-show {
  display: block;
}

.post-thumbnail {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-filter: saturate(70%);
  filter: saturate(70%);
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.post-info {
  padding: 0 5px;
}

.post-info > h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: #9e105c;
  margin-bottom: 15px;
}

.post-snippet {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 26px;
}

.blog-posts:hover .post-thumbnail,
.blog-posts a:focus-within .post-thumbnail {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

/* # Blog grid media querries */
@media only screen and (max-width: 1450px) {
  .grid-sizer,
  .grid-item {
    width: 32%;
  }
}

@media only screen and (max-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 49%;
  }
}

@media only screen and (max-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

/* end Blog grid */

/* start Blog post */
.blog-img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-wrapper {
  padding-left: 15%;
  padding-right: 15%;
}

.gray {
  font-size: 13px;
  color: #3d3d3d;
}

.blog-body > h2 {
  font-size: 24px;
  font-weight: 500;
  color: #9e105c;
  text-align: left;
  margin: 80px 0 30px 0;
}

.blog-back-link {
  margin-top: 50px;
  font-weight: 500;
  display: block;
}

.blog-back-icon {
  margin-right: 10px;
}

.blog-header,
.blog-body {
  max-width: 80ch;
  margin-inline: auto;
}

/* # Blog post media querries */
@media only screen and (max-width: 576px) {
  .blog-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* end Blog post */
/* end Blog */

.vilotel-family-row,
.green-row {
  margin-top: 190px;
}

.green-h1 {
  color: #6ac400;
}

.green-link {
  color: #6ac400;
}

/* + Team start */
#team p {
  font-size: 20px;
}

.vilotel-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  gap: 2em;
}

.quote-small {
  margin-bottom: 29px;
}

.small-quote-icon {
  color: #9e105c;
  font-size: 16px;
  line-height: 29px;
}

.team-link {
  font-size: 16px;
  line-height: 16px;
}

.team-link-icon {
  font-size: 16px;
  line-height: 16px;
  margin-left: 10px;
}

@media only screen and (max-width: 992px) {
  .vilotel-row {
    flex-direction: column;
  }

  .vilotel-family-row > .vilotel-row {
    flex-direction: column-reverse;
  }

  .vilotel-family-row {
    margin-top: 120px;
  }
}

/* + Team member start */
#member p {
  font-size: 20px;
}

.quote-box {
  position: relative;
  margin: 0 8.5%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2em;
}

.big-img-wrapper {
  flex-basis: 100%;
  text-align: center;
}

.team-img {
  width: min(100%, 575px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .big-img-wrapper img:not(.team-img) {
  width: 100%;
} */

.member-intro {
  flex-basis: 100%;
}

.quote-icon {
  position: absolute;
  color: #9e105c20;
  font-size: 100px;
}

.quote-text {
  font-size: 34px !important;
  line-height: 1.3em;
  font-weight: 500;
  margin: 60px 0px 60px 30px;
}

.member-info-box {
  padding: 0 8%;
}

.info-row {
  display: flex;
  flex-direction: row;
  margin-top: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}

.info-row:nth-child(even) {
  flex-direction: row-reverse;
}

.info-text {
  flex-basis: 100%;
}

.info-text h2 {
  text-align: unset;
  color: #9e105c;
  margin-bottom: 30px;
}

.info-text p {
  font-size: 20px;
  line-height: 29px;
}

@media only screen and (max-width: 992px) {
  .quote-box {
    flex-flow: column nowrap;
  }

  .info-row {
    flex-direction: column-reverse;
  }

  .info-row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .info-text {
    margin-left: unset;
  }
}

/* end Team member */
/* end Team */

.fslightbox-slide-number-container {
  display: none !important;
}

.half-content-intro {
  position: relative;
  margin: 0 8.5%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.half-content-intro-text {
  margin-left: 11%;
  width: 53%;
  font-size: 20px;
  line-height: 29px;
}

.half-content-text {
  padding: 0 8%;
}

.intro-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
}

.info-box {
  padding: 0 8%;
}

.info-text ul {
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 29px;
}

.info-text ul li::marker {
  color: #9e105c;
}

@media only screen and (max-width: 992px) {
  .half-content-intro {
    flex-flow: column nowrap;
  }

  .intro-row {
    flex-direction: column;
  }

  .info-text {
    width: 100%;
    margin-top: 50px;
  }

  .info-row {
    margin-top: 100px;
  }

  .half-content-intro-text {
    margin-left: unset;
    width: 100%;
    margin-top: 50px;
  }

  .team-img {
    width: 294px;
  }
}

.nachhaltigkeit h1,
.green h1,
.nachhaltigkeit .karriere-text a,
.green.info-text a,
.sustainability h1,
.sustainability .karriere-text a {
  color: #6ac400;
}

@-webkit-keyframes lefty {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(25px);
  }
}

@keyframes lefty {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(25px);
  }
}

@-webkit-keyframes righty {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-25px);
  }
}

@keyframes righty {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-25px);
  }
}

.big-text a:hover .fa-arrow-right,
.homepage-blog-posts:hover .fa-arrow-right,
.team-link:hover .fa-arrow-right,
.btn-arrow:hover .fa-arrow-right,
.btn-arrow:hover .arrow,
.special-wrapper a:hover > .fa-arrow-right {
  -webkit-animation: lefty 250ms ease 0s 2 alternate none;
  animation: lefty 250ms ease 0s 2 alternate none;
}

.blog-back-link:hover .fa-arrow-left {
  -webkit-animation: righty 250ms ease 0s 2 alternate none;
  animation: righty 250ms ease 0s 2 alternate none;
}

.fast-control:hover {
  border: 1px solid #9e105c;
}

.leistungen-hidden-text {
  display: none;
  transition: display 250ms ease;
}

.icon-container:hover .leistungen-hidden-text {
  display: block;
}

.tooltip {
  opacity: 1 !important;
}

.tooltip-arrow {
  display: none;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #fff0 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #fff0 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff0 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff0 !important;
}

.tooltip-inner {
  background-color: #fff0;
  color: #fff;
  opacity: 1 !important;
}

@media only screen and (max-height: 810px) {
  .text-main {
    font-size: 26px;
  }

  .main-circle {
    margin-right: 20px;
  }

  .link-main {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 450px) {
  .footer {
    padding-top: 50px;
    padding-inline: 5%;
  }

  .footer-upper {
    padding: unset;
  }

  .footer .sitemap {
    padding-bottom: 50px;
  }

  .footer .footer-logo {
    margin: 50px 0;
    width: unset;
  }

  .footer-logo > img {
    width: 100%;
  }

  .contact > .row > * {
    width: 50%;
  }

  .contact-text {
    margin: 0;
    line-height: 33px;
    font-size: 16px;
  }

  .social-media {
    margin-top: 50px;
  }

  .social-footer-icon {
    font-size: 35px;
    padding-top: unset;
  }

  .footer-menu {
    margin-top: 50px;
  }

  .nav-footer-text {
    margin-top: unset;
  }

  .footer-bottom {
    margin: 50px 0 0 0;
    padding: 20px 0;
  }

  #team p,
  #member p,
  .info-text p {
    font-size: 16px;
  }

  .member-intro {
    margin-left: unset;
    width: unset;
    margin-top: 50px;
  }

  .wrapper {
    top: 148px;
  }
}

.karriere-box {
  padding-inline: 8%;
}

.karriere-row {
  display: flex;
  flex-direction: row;
  margin-top: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}

.karriere-row:first-child {
  margin-top: unset;
}

.karriere-row:nth-child(2n) {
  flex-direction: row-reverse;
}

.karriere-text {
  flex-basis: 100%;
}

.karriere-text h2 {
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .karriere-row,
  .karriere-row:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .karriere-text {
    width: 100%;
    margin-top: 50px;
  }
}

.contact-text span {
  letter-spacing: 7px;
}

.nachhaltigkeit .karriere-row:nth-child(2) .team-img,
.sustainability .karriere-row:nth-child(2) .team-img {
  aspect-ratio: unset;
  border-radius: unset;
}

