/*  Breakpoints */
.zeropadrow {
  margin: 0;
}
.zeropadrow > div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ribbon {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto 20px 0;
}
.ribbon:after,
.ribbon:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -.5em;
  width: 1em;
  height: 100%;
  background-color: #d09c00;
  pointer-events: none;
}
.ribbon:after {
  right: -.57em;
  z-index: -1;
}
.ribbon:before {
  bottom: auto;
  top: -.5em;
  left: -.57em;
  z-index: -1;
}
.ribbon .text {
  display: inline-block;
  position: relative;
  padding: .15em .75em;
  text-decoration: none;
  color: #112435;
  font-weight: 700;
  background-color: #ffc004;
}
.ribbon .text:after,
.ribbon .text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -.5em;
  left: -.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbon .text:before {
  bottom: auto;
  top: -.5em;
  border-bottom: 0.5em solid #ffda6a;
  border-left: .5em solid transparent;
}
.ribbon .text:after {
  left: auto;
  right: -.05em;
  border-top: 0.5em solid #ffda6a;
  border-right: .5em solid transparent;
}
@font-face {
  font-family: 'bebas-kai';
  src: url('../Fonts/bebaskai-webfont.woff2') format('woff2'), url('../Fonts/bebaskai-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/roboto-v29-latin-300.eot');
  src: local(''), url('../Fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */ url('../Fonts/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/roboto-v29-latin-300.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v29-latin-regular.eot');
  src: local(''), url('../Fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/roboto-v29-latin-regular.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.specialfont {
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
}
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  font-size: 20px;
}
body {
  padding-top: 100px;
  font-size: 0.9rem;
  font-family: "Roboto";
  font-weight: 300;
  background-color: #000000;
  color: #ffffff;
  background-image: url('../Images/bg-body.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1345px) {
  body {
    padding-top: 140px;
    font-size: 1rem;
  }
}
body.start {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 100px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000000;
    transition: top 0.25s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  body.scrolled .offcanvas-collapse {
    top: 54px;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}
.bg-purple {
  background-color: #6f42c1;
}
a {
  color: #d4af37;
  /*  &:visited {
    color: darken(@1stcolor, 25%);
  } */
}
a:hover {
  color: #ffffff;
}
bold,
strong {
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9em;
}
.h1 b,
.h2 b,
.h3 b,
.h4 b,
h1 b,
h2 b,
h3 b,
h4 b {
  color: #d4af37;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 2.6rem;
}
.h2,
.h3,
h2,
h3 {
  font-size: 2.6rem;
}
img {
  height: auto;
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  .h2,
  .h3,
  h2,
  h3 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
  .h2,
  .h3,
  h2,
  h3 {
    font-size: 5rem;
  }
  header {
    margin-top: 2rem;
  }
  header h1,
  header .h1,
  header h2,
  header .h2 {
    font-size: 3rem;
  }
}
.yellow {
  color: #d4af37;
}
.big {
  font-family: bebas-kai, sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary {
  background-color: #d4af37;
  border-color: #d4af37;
  color: black;
}
.btn-primary:hover {
  background-color: #d9b74c;
  border-color: #d4af37;
  color: white;
}
body > .navbar {
  background-color: transparent;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.navbar-brand {
  height: 30px;
  width: auto;
  padding: 0;
  font-size: unset;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media screen and (min-width: 992px) {
  .navbar-brand {
    height: 2rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1345px) {
  .navbar-brand {
    height: 3rem;
  }
}
.navbar-brand img {
  width: auto;
  height: 100%;
}
.navbar-toggler {
  width: 38px;
  height: auto;
}
.navbar-toggler svg * {
  fill: #ffffff;
}
.navbar-mainmenu .navbar-nav {
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-mainmenu .navbar-nav .nav-item {
  text-align: right;
}
.navbar-mainmenu .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 1.8rem;
}
.navbar-mainmenu .navbar-nav .nav-item.active .nav-link,
.navbar-mainmenu .navbar-nav .nav-item:hover .nav-link {
  color: #d4af37;
}
.navbar-mainmenu .navbar-nav .nav-item .sub-menu {
  max-height: 100svh;
}
.navbar-mainmenu .navbar-nav .nav-item .sub-menu ul {
  list-style: none;
  margin-bottom: 2rem;
}
.navbar-mainmenu .navbar-nav .nav-item .sub-menu ul .nav-item .nav-link {
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1em;
}
.navbar-mainmenu .navbar-nav .nav-item .sub-menu ul .nav-item.active .nav-link,
.navbar-mainmenu .navbar-nav .nav-item .sub-menu ul .nav-item:hover .nav-link {
  color: #d4af37;
}
@media screen and (min-width: 992px) {
  .navbar-mainmenu .navbar-nav .nav-item {
    position: relative;
  }
  .navbar-mainmenu .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
  .navbar-mainmenu .navbar-nav > .nav-item .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    width: auto;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    transition: all 150ms ease-out;
  }
  .navbar-mainmenu .navbar-nav > .nav-item .sub-menu ul {
    display: block;
    padding: 0;
    list-style: none;
    width: auto;
    text-align: right;
  }
  .navbar-mainmenu .navbar-nav > .nav-item .sub-menu ul li {
    margin-bottom: 0.25rem;
  }
  .navbar-mainmenu .navbar-nav > .nav-item .sub-menu ul li a {
    display: inline-block;
    background-color: #000000;
    white-space: nowrap;
    width: auto;
    -webkit-transition: transform 150ms ease-out;
    -moz-transition: transform 150ms ease-out;
    -o-transition: transform 150ms ease-out;
    transition: transform 150ms ease-out;
  }
  .navbar-mainmenu .navbar-nav > .nav-item .sub-menu ul li:hover a {
    transform: translateX(-0.25rem);
  }
  .navbar-mainmenu .navbar-nav > .nav-item:hover .sub-menu {
    transform: scaleY(1);
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-mainmenu .navbar-nav .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
.navbar-mainmenu #searchform-navbar .tx-indexedsearch-searchbox-sword {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}
.navbar-mainmenu #searchform-navbar .btn svg {
  width: 1.8rem;
  height: auto;
}
.navbar-mainmenu #searchform-navbar .btn svg * {
  fill: #ffffff;
}
.navbar-mainmenu .tx-indexedsearch-info-noresult {
  display: none;
}
body.scrolledX > .navbar,
body.scrolled > .navbar {
  background-color: #000000;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  box-shadow: 0 0 50px rgba(212, 175, 55, 0.5);
}
@media screen and (min-width: 1345px) {
  body.scrolledX .navbar-brand,
  body.scrolled .navbar-brand {
    height: 2.5rem;
  }
}
.tx-bigintro {
  position: relative;
  min-height: 100vh;
}
.tx-bigintro .bg-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  opacity: 0.5;
}
.tx-bigintro .overlay-pos {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tx-bigintro .overlay-text {
  display: flex;
  flex-direction: column;
  text-shadow: 0 5px 10px #000000;
}
.tx-bigintro .overlay-text .title {
  font-size: 2.6rem;
}
.tx-bigintro .overlay-text .trailerlink {
  display: block;
  width: 4.5rem;
  height: auto;
}
@media screen and (min-width: 992px) {
  .tx-bigintro .overlay-text {
    display: flex;
    gap: 3rem;
    flex-direction: row-reverse;
    align-items: center;
  }
  .tx-bigintro .overlay-text .title {
    font-size: 5rem;
  }
  .tx-bigintro .overlay-text .smalltext {
    text-align: right;
    font-size: 1.2rem;
    max-width: 400px;
  }
}
.tx-bigintro .addbadge,
.tx-bigintro .terminbadge {
  background-image: url('../Images/termin-hintergrund-yellow.svg');
  background-size: 100% 100%;
  background-color: transparent;
  padding: 1rem 2rem 1rem 2rem;
  position: absolute;
  bottom: 2rem;
  right: 0;
  transform: rotate(10deg) scale(0.6);
  transform-origin: 100% 100%;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tx-bigintro .addbadge a,
.tx-bigintro .terminbadge a {
  color: #000000;
  display: block;
  border-left: 5px solid #000000;
  padding-left: 0.7rem;
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.tx-bigintro .addbadge a span,
.tx-bigintro .terminbadge a span {
  display: block;
  font-size: 2rem;
  line-height: 1;
}
.tx-bigintro .addbadge:hover,
.tx-bigintro .terminbadge:hover {
  -webkit-transform: rotate(10deg) scale(0.8);
  -moz-transform: rotate(10deg) scale(0.8);
  -o-transform: rotate(10deg) scale(0.8);
  transform: rotate(10deg) scale(0.8);
}
@media screen and (min-width: 540px) {
  .tx-bigintro .addbadge,
  .tx-bigintro .terminbadge {
    transform: rotate(10deg) scale(0.9);
  }
  .tx-bigintro .addbadge:hover,
  .tx-bigintro .terminbadge:hover {
    -webkit-transform: rotate(10deg) scale(1.1);
    -moz-transform: rotate(10deg) scale(1.1);
    -o-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
  }
}
.tx-bigintro .addbadge {
  bottom: 5.6rem;
  background-image: url('../Images/termin-hintergrund-pink.svg');
}
.tx-bigintro .addbadge a {
  color: #ffffff;
  border-left: 5px solid #d4af37;
}
@media screen and (min-width: 540px) {
  .tx-bigintro .addbadge {
    bottom: 7rem;
  }
}
.btn-cta {
  border-color: #d4af37;
  border-width: 3px;
  color: #ffffff;
  line-height: 1em;
  padding: 0.9rem 2rem 1.1rem 2rem;
}
.btn-cta:hover {
  border-color: #d4af37;
  background-color: #d4af37;
}
.tx-specialtext .col-md-6 + .col-md-6 {
  padding-top: 4.8rem !important;
}
.tx-specialtext img {
  width: 100%;
}
.tx-specialtext span.pictitle {
  font-size: 0.7rem;
  text-align: left;
  display: block;
  padding-right: 20%;
  margin-top: 2rem;
}
.tx-sociallinks .linkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.tx-sociallinks .sociallink {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #d4af37;
  text-decoration: none;
}
.tx-sociallinks .sociallink svg {
  width: 2rem;
}
.tx-sociallinks .sociallink svg * {
  fill: #d4af37;
}
.tx-sociallinks .sociallink .text {
  letter-spacing: 0.3em;
  display: none;
}
@media screen and (min-width: 540px) {
  .tx-sociallinks .linkbox {
    justify-content: flex-start;
  }
  .tx-sociallinks .sociallink {
    padding: 1rem;
    flex: 0 0 50%;
  }
  .tx-sociallinks .sociallink .text {
    display: inline-block;
  }
  .tx-sociallinks .sociallink:nth-child(odd) {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .tx-sociallinks .sociallink {
    font-size: 1.2rem;
  }
  .tx-sociallinks .sociallink svg {
    width: 3.5rem;
  }
}
.tx-sociallinks .linkbox.layout-1 {
  justify-content: center;
}
.tx-sociallinks .linkbox.layout-1 .sociallink {
  flex: 0 1 auto;
  justify-content: center;
}
.tx-sociallinks .linkbox.layout-1 .sociallink .text {
  display: none;
}
.tx-cta-event.yellowbg {
  background-color: #d4af37;
  padding-block: 2rem;
}
.tx-cta-event.yellowbg h3 b,
.tx-cta-event.yellowbg p {
  color: #000;
}
.tx-cta-event.yellowbg h3 {
  margin-bottom: 1rem;
}
.tx-cta-event.yellowbg p {
  max-width: 1000px;
  margin-inline: auto;
}
.tx-cta-event.yellowbg .btn-cta {
  border-color: black;
  color: black;
}
.tx-locationlinks {
  padding-top: 5rem;
}
.tx-locationlinks h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tx-locationlinks .linkswrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  justify-content: center;
}
.tx-locationlinks .linkswrap .linkbox {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tx-locationlinks .linkswrap .linkbox {
    width: 50%;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-locationlinks .linkswrap .linkbox {
    width: 33%;
  }
}
.tx-locationlinks .linkswrap .linkbox img {
  width: 100%;
  height: auto;
}
.tx-locationlinks .linkswrap .linkbox h3 {
  font-size: 2rem;
  margin-top: -1.6rem;
  margin-left: -0.1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .tx-locationlinks .linkswrap .linkbox h3 {
    font-size: 3rem;
    margin-top: -2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .tx-locationlinks .linkswrap .linkbox h3 {
    font-size: 2.3rem;
    margin-top: -0.81em;
  }
}
@media screen and (min-width: 1260px) {
  .tx-locationlinks .linkswrap .linkbox h3 {
    font-size: min(3.8svw, 2.8rem );
    margin-top: -0.79em;
  }
}
.tx-locationlinks .linkswrap .linkbox .more {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: .2rem;
  border-bottom: 5px solid #d4af37;
}
.tx-locationlinks .linkswrap .linkbox .more .fact {
  color: #d4af37;
  font-size: 1.5rem;
  font-family: bebas-kai, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 30em) {
  .tx-locationlinks .linkswrap .linkbox .more .fact {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .tx-locationlinks .linkswrap .linkbox .more .fact {
    font-size: 2.15rem;
  }
}
@media screen and (min-width: 1260px) {
  .tx-locationlinks .linkswrap .linkbox .more .fact {
    font-size: min(2.5svw, 2.1rem );
  }
}
.tx-locationlinks .linkswrap .linkbox .more a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
}
.tx-contactpersons h2 {
  text-align: center;
}
.tx-contactpersons .personswrap {
  display: flex;
  flex-wrap: wrap;
}
.tx-contactpersons .person {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem;
}
.tx-contactpersons .person img {
  width: 100px;
  height: auto;
}
.tx-contactpersons .person .persondata {
  text-align: left;
  padding-left: 1rem;
  font-size: 0.8rem;
}
.tx-contactpersons .person .persondata .personname {
  display: block;
  text-transform: uppercase;
  font-size: 1.2em;
}
.tx-contactpersons .person .persondata a {
  color: #d4af37;
  text-decoration: unset;
}
.tx-contactpersons .person .persondata a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .tx-contactpersons .person {
    flex: 0 0 50%;
    align-items: flex-start;
  }
  .tx-contactpersons .person img {
    width: 200px;
  }
  .tx-contactpersons .person .persondata {
    padding-left: 1rem;
  }
  .tx-contactpersons .person:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .tx-contactpersons .person:nth-child(odd) .persondata {
    text-align: right;
    padding-right: 1rem;
  }
}
.formlink {
  text-decoration: unset;
  border: 2px solid #d4af37;
  border-radius: 20px;
  display: inline-block;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  align-self: center;
  justify-self: center;
}
.formlink:hover {
  background-color: #d4af37;
  color: white;
}
.tx-location-detail {
  margin-block: 2rem;
}
.tx-location-detail .formlink {
  margin-inline: auto;
}
.tx-location-detail .content p a {
  color: white;
  text-decoration: none;
}
.tx-location-detail .content p a:hover {
  text-decoration: underline;
}
.tx-location-detail .location-detail--grid {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 2fr;
    grid-gap: 40px;
    grid-template-rows: auto auto auto 2fr 2fr .5fr;
  }
}
.tx-location-detail .location-detail--grid .section {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid .section {
    gap: 40px;
    margin-bottom: unset;
  }
}
.tx-location-detail .location-detail--grid .section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-location-detail .location-detail--grid .section .content .number {
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: #d4af37;
  display: block;
}
@media screen and (min-width: 1200px) {
  .tx-location-detail .location-detail--grid .section .content .number {
    font-size: 6rem;
  }
}
.tx-location-detail .location-detail--grid .section .content .description {
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  display: block;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
  position: relative;
}
.tx-location-detail .location-detail--grid .section .content .description:after {
  content: '';
  display: block;
  border-bottom: 5px solid #d4af37;
  padding-top: .5rem;
  position: absolute;
}
.tx-location-detail .location-detail--grid .section .content p {
  font-size: 0.8rem;
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+1) {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+1) {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+1) {
    grid-column: 2 / 5;
  }
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+1) .image {
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+1) .image {
    flex: 0 0 65%;
  }
}
@media screen and (min-width: 1200px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+1) .image {
    flex: 0 0 52.3%;
  }
}
@media screen and (min-width: 1400px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+1) .image {
    flex: 0 0 58%;
  }
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+1) .content {
  flex: 0 1 auto;
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+1) .content .description:after {
  left: 0;
  width: 50%;
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+2) {
  grid-area: two;
  grid-column: 1 / 4;
  grid-row: 4 / 6;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+2) {
    text-align: right;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+2) {
    flex-direction: row-reverse;
  }
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+2) .image {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+2) .image {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1200px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+2) .image {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 1400px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+2) .image {
    flex: 0 0 47%;
  }
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+2) .content {
  flex: 1 1 auto;
}
@media screen and (min-width: 1200px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+2) .content {
    flex: 0 1 auto;
  }
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+2) .content .description:after {
  left: 0;
  width: 50%;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+2) .content .description:after {
    left: unset;
    right: 0;
  }
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+3) {
  grid-area: three;
  grid-column: 4 / 5;
  grid-row: 4 / 7;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+3) {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .tx-location-detail .location-detail--grid .section:nth-child(3n+3) {
    grid-row: 3 / 7;
  }
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+3) .image {
  width: 100%;
}
.tx-location-detail .location-detail--grid .section:nth-child(3n+3) .content .description:after {
  left: 0;
  width: 20%;
  min-width: 80px;
}
.tx-location-detail .location-detail--grid .formlink {
  grid-area: link;
  grid-column: 1 / 5;
  grid-row: 6 / 7;
}
.tx-location-detail .location-detail--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem;
  margin-bottom: 2rem;
}
.tx-location-detail .location-detail--flex .section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tx-location-detail .location-detail--flex .section {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .tx-location-detail .location-detail--flex .section {
    width: calc(33% - 2rem);
  }
}
.tx-location-detail .location-detail--flex .section .content .number {
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1;
  color: #d4af37;
  display: block;
}
.tx-location-detail .location-detail--flex .section .content .description {
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  display: block;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
  position: relative;
}
.tx-location-detail .location-detail--flex .section .content .description:after {
  content: '';
  display: block;
  border-bottom: 5px solid #d4af37;
  padding-top: .5rem;
  position: absolute;
  width: 100%;
}
.tx-location-detail .location-detail--flex .section .content p {
  font-size: 0.8rem;
}
.tx-location-detail .location-detail--flex .section .image {
  width: 100%;
  height: auto;
}
.tx-location-detail .location-detail--flex .section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1200px) {
  #c1620 .location-detail--grid .section:nth-child(3n+1) .content {
    padding-bottom: 25%;
  }
}
.tx-location-description {
  padding-block: 5rem 2rem;
  scroll-margin-top: 120px;
}
.tx-location-description span {
  line-height: 1;
}
.tx-location-description h2 {
  margin-bottom: 1rem;
}
.tx-kopfgrafik {
  height: auto;
  position: relative;
  margin-bottom: 25px;
}
.tx-kopfgrafik img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.tx-kopfgrafik span.decobar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  background-image: url('../Images/border-header.png');
  background-size: 100% 100%;
  background-repeat: x-repeat;
  height: 3rem;
  width: 100%;
  background-position: bottom center;
  box-shadow: 0 50px 50px #000;
}
@media screen and (min-width: 480px) {
  .tx-kopfgrafik {
    margin-bottom: 50px;
  }
  .tx-kopfgrafik span.decobar {
    height: 4rem;
  }
}
.tx-cstmbtn {
  text-align: center;
  margin-block: 2rem;
}
.tx-cstmbtn .btn {
  color: #d4af37;
}
.tx-cstmbtn .btn:hover {
  color: white;
}
#play-button {
  z-index: 1;
  width: 100px;
  background: unset;
  border: unset;
  left: 50%;
  transform: translate(-50%);
}
.dce-seatconfig {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.dce-seatconfig .configitem {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dce-seatconfig .configitem img {
  height: 4rem;
  width: auto;
}
.dce-seatconfig .configitem .text {
  border-right: 4px solid #ffffff;
  padding-right: 2rem;
  margin-right: 2rem;
}
.dce-seatconfig .configitem .text span {
  display: block;
}
.dce-seatconfig .configitem .text .title {
  font-weight: 700;
  text-transform: uppercase;
}
.dce-seatconfig .configitem:last-child .text {
  border: unset;
}
.breadcrumb {
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
}
.breadcrumb .breadcrumb-item {
  font-weight: 700;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  color: #d4af37;
}
/* FAQ */
.filter-button-group {
  margin-bottom: 3rem;
  display: flex;
}
.filter-button-group button {
  border: none;
  background: transparent;
  color: #ffffff;
  border-left: 1px solid #ffffff55;
  padding: 0 1rem;
}
.filter-button-group button:hover,
.filter-button-group button.active {
  color: #d4af37;
}
.filter-button-group button:first-child {
  border-left: none;
  padding-left: 0;
}
.faq-elements {
  margin-bottom: 5rem;
}
.dce-faqtopic h4 {
  color: #d4af37;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-weight: 700;
}
.dce-faqitem {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #555;
}
.dce-faqitem .question {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
  position: relative;
  font-weight: normal;
}
.dce-faqitem .question svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 100%;
  top: 5px;
  margin-right: 0.5rem;
  pointer-events: none;
  display: none;
}
.dce-faqitem .question svg * {
  fill: #d4af37;
}
.dce-faqitem .answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.25s ease-in-out;
  -moz-transition: grid-template-rows 0.25s ease-in-out;
  -o-transition: grid-template-rows 0.25s ease-in-out;
  transition: grid-template-rows 0.25s ease-in-out;
}
.dce-faqitem .answer .inner {
  overflow: hidden;
}
.dce-faqitem.open .question {
  color: #d4af37;
}
.dce-faqitem.open .answer {
  grid-template-rows: 1fr;
}
@media (hover: hover) and (pointer: fine) {
  .dce-faqitem:hover .question {
    color: #d4af37;
  }
  .dce-faqitem:hover .answer {
    grid-template-rows: 1fr;
  }
}
.dce-faqitem:hover .question svg {
  display: block;
  opacity: 0.25;
}
.dce-faqitem:hover .question svg * {
  fill: #ffffff;
}
.dce-faqitem.open .question svg {
  display: block;
  opacity: 1;
}
.dce-faqitem.open .question svg * {
  fill: #d4af37;
}
.dce-faqitem.hide,
.dce-faqtopic.hide {
  display: none;
}
.tx-processflow .processflow-title {
  text-align: center;
}
.tx-processflow .processflow-theflow {
  margin-bottom: 5rem;
  margin-top: 5rem;
  position: relative;
}
.tx-processflow .processflow-theflow .processflow-toplines,
.tx-processflow .processflow-theflow .processflow-item {
  position: relative;
  margin-top: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 2rem;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-top,
.tx-processflow .processflow-theflow .processflow-item .border-top {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines .processflow-itemtext h2,
.tx-processflow .processflow-theflow .processflow-item .processflow-itemtext h2,
.tx-processflow .processflow-theflow .processflow-toplines .processflow-itemtext h3,
.tx-processflow .processflow-theflow .processflow-item .processflow-itemtext h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
}
.tx-processflow .processflow-theflow .processflow-toplines .processflow-itemtext p:last-child,
.tx-processflow .processflow-theflow .processflow-item .processflow-itemtext p:last-child {
  margin-bottom: 0;
}
.tx-processflow .processflow-theflow .processflow-toplines .processflow-itemicon,
.tx-processflow .processflow-theflow .processflow-item .processflow-itemicon {
  flex: 0 0 33%;
}
.tx-processflow .processflow-theflow .processflow-toplines .processflow-itemicon img,
.tx-processflow .processflow-theflow .processflow-item .processflow-itemicon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .tx-processflow .processflow-theflow .processflow-toplines,
  .tx-processflow .processflow-theflow .processflow-item {
    padding: 3rem 6rem;
  }
}
.tx-processflow .processflow-theflow .processflow-toplines [class^="border-"],
.tx-processflow .processflow-theflow .processflow-item [class^="border-"] {
  position: absolute;
  background-color: #d4af37;
  display: block;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-top,
.tx-processflow .processflow-theflow .processflow-item .border-top {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-top,
.tx-processflow .processflow-theflow .processflow-item .border-top,
.tx-processflow .processflow-theflow .processflow-toplines .border-bottom,
.tx-processflow .processflow-theflow .processflow-item .border-bottom {
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transform-origin: 0 0;
  border: none !important;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-left,
.tx-processflow .processflow-theflow .processflow-item .border-left,
.tx-processflow .processflow-theflow .processflow-toplines .border-right,
.tx-processflow .processflow-theflow .processflow-item .border-right {
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  transform-origin: 0 0;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-even="1"] .border-bottom,
.tx-processflow .processflow-theflow .processflow-item[data-even="1"] .border-bottom {
  transform-origin: 100% 100%;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-top,
.tx-processflow .processflow-theflow .processflow-item .border-top {
  top: 0;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-left,
.tx-processflow .processflow-theflow .processflow-item .border-left {
  left: 0px;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-right,
.tx-processflow .processflow-theflow .processflow-item .border-right {
  right: 0px;
}
.tx-processflow .processflow-theflow .processflow-toplines .border-bottom,
.tx-processflow .processflow-theflow .processflow-item .border-bottom {
  bottom: 0px;
}
@media screen and (min-width: 768px) {
  .tx-processflow .processflow-theflow .processflow-toplines[data-even="1"],
  .tx-processflow .processflow-theflow .processflow-item[data-even="1"] {
    justify-content: flex-start;
    flex-direction: row;
  }
  .tx-processflow .processflow-theflow .processflow-toplines[data-even=""],
  .tx-processflow .processflow-theflow .processflow-item[data-even=""] {
    flex-direction: row-reverse;
  }
}
.tx-processflow .processflow-theflow .processflow-toplines[data-even="1"] .border-left,
.tx-processflow .processflow-theflow .processflow-item[data-even="1"] .border-left {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-even=""] .border-right,
.tx-processflow .processflow-theflow .processflow-item[data-even=""] .border-right {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-last="1"][data-even="1"] .border-bottom,
.tx-processflow .processflow-theflow .processflow-item[data-last="1"][data-even="1"] .border-bottom {
  width: calc( 50% + 2px );
  left: unset;
  right: 0;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-last="1"][data-even=""] .border-bottom,
.tx-processflow .processflow-theflow .processflow-item[data-last="1"][data-even=""] .border-bottom {
  width: calc( 50% );
}
.tx-processflow .processflow-theflow .processflow-toplines[data-istopline="1"],
.tx-processflow .processflow-theflow .processflow-item[data-istopline="1"],
.tx-processflow .processflow-theflow .processflow-toplines[data-isbottomline="1"],
.tx-processflow .processflow-theflow .processflow-item[data-isbottomline="1"] {
  padding: 0;
  width: 50%;
  height: 5rem;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-istopline="1"] .border-top,
.tx-processflow .processflow-theflow .processflow-item[data-istopline="1"] .border-top,
.tx-processflow .processflow-theflow .processflow-toplines[data-isbottomline="1"] .border-top,
.tx-processflow .processflow-theflow .processflow-item[data-isbottomline="1"] .border-top {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-istopline="1"]:before,
.tx-processflow .processflow-theflow .processflow-item[data-istopline="1"]:before,
.tx-processflow .processflow-theflow .processflow-toplines[data-isbottomline="1"]:before,
.tx-processflow .processflow-theflow .processflow-item[data-isbottomline="1"]:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background: #d4af37;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-istopline="1"] .border-left,
.tx-processflow .processflow-theflow .processflow-item[data-istopline="1"] .border-left {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-istopline="1"] .border-bottom,
.tx-processflow .processflow-theflow .processflow-item[data-istopline="1"] .border-bottom {
  transform-origin: 100% 100%;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-isbottomline="1"] .border-bottom,
.tx-processflow .processflow-theflow .processflow-item[data-isbottomline="1"] .border-bottom {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-isbottomline="1"] .border-left,
.tx-processflow .processflow-theflow .processflow-item[data-isbottomline="1"] .border-left {
  display: none;
}
.tx-processflow .processflow-theflow .processflow-toplines[data-isbottomline="1"]:before,
.tx-processflow .processflow-theflow .processflow-item[data-isbottomline="1"]:before {
  top: unset;
  bottom: -0.5rem;
}
/*
<div class="dce-roomtable">
	<div class="container">
		<div class="labels">
			<div class="label">Raum</div>
			<div class="label">Größe</div>
			<div class="label">Kapazität</div>
			<div class="label">Reihe</div>
			<div class="label">Banket</div>
			<div class="label">barrierefrei</div>
			<div class="label">Besonderheiten</div>
		</div>
		
			<div class="room">
				<div class="fact">
					<b class="locallabel">Raumname:</b> <span class="factvalue">Kesselsaal</span>
				</div>
				<div class="fact">
					<b class="locallabel">Postition:</b> <span class="factvalue">Erdgeschoss</span>
				</div>
				<div class="fact">
					<b class="locallabel">Fläche:</b> <span class="factvalue">700 m²</span>
				</div>
				<div class="fact">
					<b class="locallabel">Kapazität:</b> <span class="factvalue">1.000 Personen</span>
				</div>
				<div class="fact">
					<b class="locallabel">Personen/Reihe:</b> <span class="factvalue">500 Personen</span>
				</div>
				<div class="fact">
					<b class="locallabel">Kapazität Banket:</b> <span class="factvalue&quot;&quot;">328 personen</span>
				</div>
				<div class="fact">
					<b class="locallabel">Besonderheiten:</b> <span class="factvalue"><ul> 	<li>Nackte Ziegelwände</li> 	<li>8 beinedruckende Kohlenschütten</li> </ul></span>
				</div>
				<div class="fact">
					<b class="locallabel">barrierefrei:</b> <span class="factvalue">1</span>
				</div>
			</div>
		
			<div class="room">
				<div class="fact">
					<b class="locallabel">Raumname:</b> <span class="factvalue">Maschinenhalle</span>
				</div>
				<div class="fact">
					<b class="locallabel">Postition:</b> <span class="factvalue">Erdgeschoss</span>
				</div>
				<div class="fact">
					<b class="locallabel">Fläche:</b> <span class="factvalue">400 m²</span>
				</div>
				<div class="fact">
					<b class="locallabel">Kapazität:</b> <span class="factvalue">300 Personen</span>
				</div>
				<div class="fact">
					<b class="locallabel">Personen/Reihe:</b> <span class="factvalue">102 Personen</span>
				</div>
				<div class="fact">
					<b class="locallabel">Kapazität Banket:</b> <span class="factvalue&quot;&quot;">102</span>
				</div>
				<div class="fact">
					<b class="locallabel">Besonderheiten:</b> <span class="factvalue"><ul> 	<li>Historische Fliesen an Wand und Fußboden</li> 	<li>Voll ausgestattete gewrblich nutzbare Küche</li> </ul></span>
				</div>
				<div class="fact">
					<b class="locallabel">barrierefrei:</b> <span class="factvalue">1</span>
				</div>
			</div>
		
	</div>
</div>
*/
.dce-roomtable {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.dce-roomtable .container .labels {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.dce-roomtable .container .labels .label {
  flex: 0 0 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #d4af37;
  text-align: center;
  padding: 0 1rem;
  border-bottom: 2px solid #d4af37;
  position: relative;
}
.dce-roomtable .container .labels .label:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d4af37;
  bottom: -2px;
  left: 0;
}
.dce-roomtable .container .controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
  gap: 1rem;
}
.dce-roomtable .container .owl-nav,
.dce-roomtable .container .roomnav {
  display: flex;
  gap: 1rem;
}
.dce-roomtable .container .owl-nav button,
.dce-roomtable .container .roomnav button {
  background: none;
  border: none;
}
.dce-roomtable .container .owl-nav button img,
.dce-roomtable .container .roomnav button img {
  width: 2rem;
  height: auto;
}
.dce-roomtable .container .owl-dots,
.dce-roomtable .container .roomdots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.dce-roomtable .container .owl-dots .owl-dot,
.dce-roomtable .container .roomdots .owl-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #d4af37;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.dce-roomtable .container .owl-dots .owl-dot:hover,
.dce-roomtable .container .roomdots .owl-dot:hover {
  background-color: #d4af37;
}
.dce-roomtable .container .owl-dots .owl-dot.active,
.dce-roomtable .container .roomdots .owl-dot.active {
  background-color: #d4af37;
}
.dce-roomtable .container .rooms {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.dce-roomtable .container .rooms .room {
  flex: 1 1 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.dce-roomtable .container .rooms .room .fact {
  flex: 0 0 100%;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #d4af37;
  text-align: left;
  padding: 0 0;
  border-bottom: 1px solid #555;
  position: relative;
}
.dce-roomtable .container .rooms .room .fact:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #555;
  bottom: -1px;
  left: 0;
}
.dce-roomtable .container .rooms .room .fact:last-child {
  border: none;
}
.dce-roomtable .container .rooms .room .fact:last-child:after {
  display: none;
}
.dce-roomtable .container .rooms .room .fact .locallabel {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  font-size: 0.6rem;
  color: #d4af37;
}
.dce-roomtable .container .rooms .room .fact .factvalue {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
}
.dce-roomtable .container .rooms .room .fact .factvalue ul {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  list-style: square;
  margin-left: 1rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.dce-roomtable .container .rooms .room .fact h3.factvalue {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.dce-roomtable .container .rooms .room .fact p.pos {
  color: #ffffff;
  margin-bottom: 0;
}
.dce-roomtable .container .rooms .room .fact .btn {
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
}
.seite_109 .tx-location-detail .location-detail--grid .section:nth-child(3n+3) .image {
  order: 1;
}
.ce-uploads {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ce-uploads li {
  padding: 0.5rem 0;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0;
}
.ce-uploads li .innerlink {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.5);
  flex-direction: column;
  text-transform: uppercase;
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1em;
}
.ce-uploads li .innerlink:hover {
  background-color: rgba(212, 175, 55, 0.5);
}
.ce-uploads li .innerlink .ce-uploads-filesize {
  font-size: 0.6rem;
  font-family: "Roboto";
  line-height: 1em;
}
.ce-uploads li .innerlink svg {
  width: 3rem;
  height: auto;
}
.ce-uploads li .innerlink svg * {
  fill: #d4af37;
}
@media screen and (min-width: 992px) {
  .ce-uploads {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3rem -0.5rem;
  }
  .ce-uploads li {
    flex: 0 0 33.333%;
    padding: 0.5rem;
  }
  .ce-uploads li .linktext {
    min-height: 3.2rem;
  }
}
/* 
height = 600

0.9         -> 540    
1.63        -> 978       
0.9         -> 540 
1.235       -> 741      
0.824       -> 494      
*/
.tx-slideshow {
  max-width: 1600px;
  margin: 0 auto;
}
.tx-slideshow .owl-carousel.complex .slideitem .inner {
  display: flex;
  flex-wrap: wrap;
}
.tx-slideshow .owl-carousel.complex .slideitem .inner > div {
  flex: 0 0 33.33%;
}
.tx-slideshow .owl-carousel.complex .slideitem .inner > div .imgwrap {
  padding: 0.5rem;
}
.tx-slideshow .owl-carousel.complex .slideitem .inner > div .imgwrap img {
  width: 100%;
  height: auto;
}
.tx-slideshow .owl-carousel.complex .slideitem .inner > div.col1 .imgwrap:first-child {
  padding-left: 30%;
  padding-top: 30%;
}
.tx-slideshow .owl-carousel.complex .slideitem .inner > div.col2 .imgwrap:first-child {
  padding-top: 50%;
}
.tx-slideshow .owl-carousel.complex .slideitem .inner > div.col3 .imgwrap:nth-child(2) {
  padding-right: 50%;
}
.tx-slideshow .owl-carousel.complex .owl-nav {
  height: 100%;
  top: 0;
  pointer-events: none;
}
.tx-slideshow .owl-carousel.complex .owl-prev {
  pointer-events: auto;
  left: 0.5rem;
  top: 30%;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.tx-slideshow .owl-carousel.complex .owl-next {
  pointer-events: auto;
  right: 0.5rem;
  top: unset;
  bottom: 30%;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.tx-slideshow .owl-carousel.complex .owl-prev,
.tx-slideshow .owl-carousel.complex .owl-next {
  height: 35px;
}
@media screen and (min-width: 768px) {
  .tx-slideshow .owl-carousel.complex .owl-prev,
  .tx-slideshow .owl-carousel.complex .owl-next {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .tx-slideshow .owl-carousel.complex .owl-prev,
  .tx-slideshow .owl-carousel.complex .owl-next {
    height: 90px;
  }
}
.tx-slideshow .owl-carousel.simple {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tx-slideshow .owl-carousel.simple .slideitem .inner {
  padding: 0.5rem;
}
.tx-slideshow .owl-carousel.simple .slideitem .inner img {
  width: 100%;
  height: auto;
}
.tx-slideshow .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 100%;
}
.tx-slideshow .owl-carousel .owl-prev,
.tx-slideshow .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: 80px;
}
.tx-slideshow .owl-carousel .owl-prev:before,
.tx-slideshow .owl-carousel .owl-next:before {
  display: none;
}
.tx-slideshow .owl-carousel .owl-prev img,
.tx-slideshow .owl-carousel .owl-next img {
  height: 100%;
  width: auto;
}
.tx-slideshow .owl-carousel .owl-prev {
  left: -50px;
}
.tx-slideshow .owl-carousel .owl-next {
  right: -50px;
}
.tx-slideshow .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  list-style: none;
}
.tx-slideshow .owl-carousel .owl-dots button {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.25rem;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-indent: -99999rem;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  background-color: #ffffff33;
}
.tx-slideshow .owl-carousel .owl-dots button.active {
  background-color: #d4af37;
}
.tx-powermail .form-control {
  background-color: black;
  border-color: #d4af37;
  color: white;
}
.tx-powermail .form-control::placeholder {
  color: #ccc;
}
.tx-powermail .powermail_fieldset {
  margin-bottom: 2rem;
}
.tx-powermail .powermail_fieldset .powermail_legend {
  font-family: bebas-kai, sans-serif;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 1rem;
}
.tx-powermail .powermail_fieldwrap.checkboxradioflex {
  width: 100%;
  margin-top: 2rem;
}
.tx-powermail .powermail_fieldwrap.checkboxradioflex > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 0.5rem;
}
.tx-powermail .powermail_fieldwrap .control-label.col-sm-2 {
  width: 100%;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
  float: left;
  margin-right: 1rem;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox {
  margin-bottom: 0.5rem;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label {
  display: flex;
  align-items: flex-start;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label input {
  width: 30px;
  aspect-ratio: 1;
  margin-right: .5rem;
  flex: 0 0 30px;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_datenschutz .checkbox label {
  font-size: 0.8rem;
}
.news-list-view {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2rem;
}
.news-list-view .article {
  flex: 0 0 calc(100%);
  width: calc(100%);
  line-height: 1.3rem;
}
@media screen and (min-width: 992px) {
  .news-list-view .article {
    flex: 0 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
.news-list-view .article .header {
  margin-bottom: 1rem;
}
.news-list-view .article .header h3 {
  font-size: 2.5rem;
}
.news-list-view .article .header h3 a {
  text-decoration: none;
}
.news-list-view .article .teaser-text [itemprop="description"] {
  display: none;
}
.news-list-view .article .teaser-text .more {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.news-list-view .article .teaser-text .more:hover {
  color: #d4af37;
}
.news-list-view .article .news-img-wrap {
  float: none;
  margin: 0 0 1rem 0;
  background-color: transparent;
}
.news-list-view .article .news-img-wrap a {
  float: none;
  padding: 0;
  border: none;
  background: transparent;
}
.news-list-view .article .news-img-wrap a img {
  width: 100%;
  height: auto;
  float: none;
}
@media screen and (min-width: 560px) {
  .news-list-view .article {
    display: flex;
    /* every second */
  }
  .news-list-view .article.first {
    flex-direction: row-reverse;
    text-align: right;
  }
  .news-list-view .article.first .news-img-wrap {
    margin-right: 0;
    margin-left: 1rem;
  }
  .news-list-view .article .news-img-wrap {
    margin-right: 1rem;
    flex: 0 0 50%;
  }
}
.frame-layout-1 .news-list-view .article {
  filter: saturate(0);
  opacity: 0.85;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.frame-layout-1 .news-list-view .article:hover {
  filter: saturate(1);
  opacity: 1;
}
.news-single .article {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.news-single .article .header {
  margin-bottom: 2rem;
}
.news-single .article .header h1 {
  text-decoration: none;
  color: #d4af37;
}
.news-single .article .header .teaser-text {
  color: white;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .news-single .article .header .teaser-text {
    font-size: 2rem;
  }
}
.news-single .article .textside {
  flex: 1 1 50%;
}
.news-single .article .news-img-wrap {
  background-color: transparent;
  margin: 0 0 2rem 0;
  width: 100%;
}
.news-single .article .news-img-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 560px) {
  .news-single .article {
    flex-direction: row;
  }
  .news-single .article .news-img-wrap {
    margin-right: 2rem;
    margin: 0;
    float: none;
    flex: 0 1 50%;
  }
}
/* INDEXED SEArch */
.seite_360 #slides {
  margin-bottom: 2rem;
}
.tx-indexedsearch-info {
  display: flex;
  gap: 20px;
}
ul.tx-indexedsearch-browsebox {
  display: flex;
  list-style-type: none;
  width: 100%;
  gap: 1rem;
  padding-left: 0;
  margin: 3rem 0;
}
ul.tx-indexedsearch-browsebox li {
  padding-left: 0;
}
.tx-indexedsearch-searchbox {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
  color: #000000;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  margin-bottom: 1rem;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
  background-color: #fff;
  color: #d4af37;
  white-space: normal;
  outline: 0 !important;
  padding: 15px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
.tx-indexedsearch-res {
  margin-bottom: 2rem;
  border-bottom: 1px solid #393939;
}
.tx-indexedsearch-res h3 {
  display: flex;
  font-size: 1.4rem;
  font-family: inherit;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-percent {
  color: #393939;
  font-size: 1rem;
}
footer.page-footer .container-fluid {
  background-color: #d4af37;
  color: #000000;
}
footer.page-footer .container-fluid .footermenu .nav-item .nav-link {
  color: #000000;
  font-family: bebas-kai, sans-serif;
  font-style: normal;
  font-weight: 400;
}
footer.page-footer .container-fluid .footermenu .nav-item .nav-link:hover {
  color: #ffffff;
}
footer.page-footer .container-fluid .footerlogo {
  width: 290px;
  height: auto;
  display: block;
}
footer.page-footer .container-fluid .footerlogo img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=filename.map */