*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0; }

html, body {
  height: 100%; }

figure {
  line-height: 0; }

a {
  text-decoration: none; }

ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }

/* volkhov-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Volkhov';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/volkhov-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/volkhov-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/volkhov-v17-latin-regular.woff2") format("woff2"), url("../fonts/volkhov-v17-latin-regular.woff") format("woff"), url("../fonts/volkhov-v17-latin-regular.ttf") format("truetype"), url("../fonts/volkhov-v17-latin-regular.svg#Volkhov") format("svg");
  /* Legacy iOS */ }
/* volkhov-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Volkhov';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/volkhov-v17-latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/volkhov-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/volkhov-v17-latin-italic.woff2") format("woff2"), url("../fonts/volkhov-v17-latin-italic.woff") format("woff"), url("../fonts/volkhov-v17-latin-italic.ttf") format("truetype"), url("../fonts/volkhov-v17-latin-italic.svg#Volkhov") format("svg");
  /* Legacy iOS */ }
/* volkhov-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Volkhov';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/volkhov-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/volkhov-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/volkhov-v17-latin-700.woff2") format("woff2"), url("../fonts/volkhov-v17-latin-700.woff") format("woff"), url("../fonts/volkhov-v17-latin-700.ttf") format("truetype"), url("../fonts/volkhov-v17-latin-700.svg#Volkhov") format("svg");
  /* Legacy iOS */ }
/* volkhov-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Volkhov';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/volkhov-v17-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/volkhov-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/volkhov-v17-latin-700italic.woff2") format("woff2"), url("../fonts/volkhov-v17-latin-700italic.woff") format("woff"), url("../fonts/volkhov-v17-latin-700italic.ttf") format("truetype"), url("../fonts/volkhov-v17-latin-700italic.svg#Volkhov") format("svg");
  /* Legacy iOS */ }
/* questrial-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/questrial-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/questrial-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/questrial-v18-latin-regular.woff2") format("woff2"), url("../fonts/questrial-v18-latin-regular.woff") format("woff"), url("../fonts/questrial-v18-latin-regular.ttf") format("truetype"), url("../fonts/questrial-v18-latin-regular.svg#Questrial") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'futura-pt_book';
  src: url("../fonts/futurapt_book_macroman/futura-pt_book-webfont.woff2") format("woff2"), url("../fonts/futurapt_book_macroman/futura-pt_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* jost-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/jost-v14-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  font-size: 16px;
  font-family: var(--content-font-family);
  background-color: var(--body-background-color); }

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.inlay {
  max-width: var(--max-width);
  margin: 0 auto; }

.block {
  overflow: unset; }

/*FlexSystem*/
/*Build the Smart Phones Flex Sizes*/
/*mbs - mobileboxsize*/
.phone-flex-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.phone-flex-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.phone-flex-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.phone-flex-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.phone-mar-1 {
  margin-right: 25%; }

.phone-mar-2 {
  margin-right: 50%; }

.phone-mar-3 {
  margin-right: 75%; }

.phone-mal-1 {
  margin-left: 25%; }

.phone-mal-2 {
  margin-left: 50%; }

.phone-mal-3 {
  margin-left: 75%; }

/*Tablet Sizes and Margins*/
.flexrow {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0; }

@media screen and (min-width: 767px) {
  .flexrow--full {
    gap: unset !important; }

  .flexrow:not(.home .flexrow) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 21px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }

  .home .flexrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px; }
    .home .flexrow img {
      width: 100%;
      height: auto; }

  .tab-flex-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

  .tab-flex-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .tab-flex-3 {
    width: calc(1/3*100% - (1 - 1/3)*21px); }

  .tab-flex-4 {
    width: calc(1/2*100% - (1 - 1/2)*21px); }

  .tab-flex-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }

  .tab-flex-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .tab-flex-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }

  .tab-flex-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /*Build Margin on Gap-Size

  -ml == margin-left
  -mr == margin-right
  /
   */
  .tablett-gap-ml-1 {
    margin-left: 21px; }

  .tablett-gap-ml-2 {
    margin-left: 42px; }

  .tablett-gap-mr-1 {
    margin-right: 21px; }

  .tablett-gap-mr-2 {
    margin-right: 42px; } }
@media screen and (min-width: 1024px) {
  flexrow:not(.home .flexrow) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }

  .home .flexrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px; }
    .home .flexrow img {
      width: 100%;
      height: auto; }

  .flex-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .flex-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .flex-3 {
    width: calc(25% - (1 - 1/4)*30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25%- (1 - 1/4)*21px);
    flex: 0 0 calc(25%- (1 - 1/4)*21px);
    max-width: calc(25% - (1 - 1/4)*21px); }

  .flex-4 {
    width: calc(1/3*100% - (1 - 1/3)*21px);
    -ms-flex: 0 0 calc(1/3*100% - (1 - 1/3)*21px);
    flex: 0 0 calc(1/3*100% - (1 - 1/3)*21px);
    max-width: calc(1/3*100% - (1 - 1/3)*21px); }

  .flex-5 {
    width: calc(41.6667% - (1 - 1/2)*21px); }

  .flex-6 {
    width: calc(1/2*100% - (1 - 1/2)*21px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(1/2*100% - (1 - 1/2)*21px);
    flex: 0 0 calc(1/2*100% - (1 - 1/2)*21px);
    max-width: calc(1/2*100% - (1 - 1/2)*21px); }
    .flex-6 img {
      width: 100% !important;
      height: auto; }

  .flex-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: calc(58.3333% - (1 - 1/2)*30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(58.3333% - (1 - 1/2)*30px);
    flex: 0 0 calc(58.3333% - (1 - 1/2)*30px);
    max-width: calc(58.3333% - (1 - 1/2)*30px); }

  .flex-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .flex-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .flex-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .flex-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .flex-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .ml-1 {
    margin-left: 8.33333%; }

  .ml-2 {
    margin-left: 16.66667%; }

  .ml-3 {
    margin-left: 25%; }

  .ml-4 {
    margin-left: 33.33333%; }

  .mr-1 {
    margin-right: 8.33333%; }

  .mr-2 {
    margin-right: 16.66667%; }

  .mr-3 {
    margin-right: 25%; }

  .mr-4 {
    margin-right: 33.33333%; } }
@media screen and (min-width: 1171px) {
  .flexrow {
    margin: 0; } }
.flexrow .content-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .flexrow .content-image img {
    width: 100%;
    height: auto; }
.flexrow .content-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
.flexrow .list-restaurant p:first-child {
  margin-top: 30px; }
.flexrow .list-restaurant p:last-child {
  margin-bottom: 0px; }
.flexrow .list-restaurant p {
  margin-bottom: 30px; }
  .flexrow .list-restaurant p strong {
    font-family: var(--jost-font-family); }
@media screen and (min-width: 1024px) {
  .flexrow .content-text, .flexrow .content-image {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset; } }

.onlydesktop {
  display: none; }
  @media screen and (min-width: 1101px) {
    .onlydesktop {
      display: block; } }

.onlymobile {
  display: block; }
  @media screen and (min-width: 1100px) {
    .onlymobile {
      display: none; } }

.showtablet {
  display: none; }
  @media screen and (min-width: 767px) {
    .showtablet {
      display: block; } }

.button--accept {
  width: 54px;
  height: 24px;
  display: inline-block;
  background-color: var(--color-accent);
  position: relative;
  cursor: pointer;
  top: 6px;
  margin: 0 10px 0 0;
  border-radius: 13px; }
  .button--accept:before {
    content: '';
    background-color: var(--white);
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.accept-button--active:before {
  left: 31px; }

p.cta-button-before {
  margin-top: 35px; }

a.cta-button {
  color: var(--button-cta-textcolor) !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: var(--jost-font-family) !important;
  white-space: nowrap;
  background-color: var(--button-cta-background-color);
  padding: 21px 25px 21px 25px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 767px) {
    a.cta-button {
      max-width: 50%; } }
  @media screen and (min-width: 1024px) {
    a.cta-button {
      max-width: 60%; } }
  @media screen and (min-width: 1171px) {
    a.cta-button {
      padding: 14px 25px 15px 25px; } }
  a.cta-button:hover {
    background-color: var(--button-cta-hoverbackground-color); }

header {
  height: var(--header-height);
  z-index: 99;
  position: relative;
  padding: 0;
  font-family: var(--header-font-family); }
  header .flexrow {
    gap: unset !important; }
  header .mainslogan {
    display: none !important; }
    @media screen and (min-width: 1100px) {
      header .mainslogan {
        display: block !important; } }
  header ul.level_1:not(.mainnav ul.level_1) a {
    letter-spacing: 0.5px; }
  @media screen and (min-width: 767px) {
    header ul.level_1:not(.mainnav ul.level_1) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-left: 30px; } }
  @media screen and (min-width: 1024px) {
    header ul.level_1:not(.mainnav ul.level_1) {
      padding-top: 0;
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  header ul.level_1:not(.mainnav ul.level_1) li {
    padding-bottom: 15px;
    padding-right: 25px; }
    header ul.level_1:not(.mainnav ul.level_1) li a {
      position: relative;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      color: var(--header-navigation-link-color);
      letter-spacing: 0.5px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: bold; }
      header ul.level_1:not(.mainnav ul.level_1) li a:after {
        content: "";
        position: absolute;
        display: block;
        width: 0%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: var(--header-navigation-link-color);
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      header ul.level_1:not(.mainnav ul.level_1) li a:hover:after {
        width: 100%; }
    header ul.level_1:not(.mainnav ul.level_1) li strong {
      color: var(--mainnavigation-active-color);
      font-size: 0.9375rem;
      line-height: 1.25rem;
      font-weight: bold;
      text-transform: uppercase; }
  @media screen and (min-width: var(--max-width)) {
    header ul.level_1:not(.mainnav ul.level_1) {
      position: relative;
      left: 38px; } }
  header .header-top {
    background-color: var(--header-top-background-color);
    padding: 15px 13px;
    height: 50px;
    width: 100%; }
    header .header-top .inlay {
      position: relative; }
    @media screen and (min-width: 767px) {
      header .header-top {
        padding: 15px 21px; } }
  @media screen and (min-width: var(--max-width)) {
    header {
      padding: 0; } }
  header .slogan {
    color: var(--header-slogan-color);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      header .slogan {
        display: block; }
        header .slogan p {
          letter-spacing: 0.5px; } }
  header .header-tel {
    background-image: url("../img/phone.svg");
    height: 20px;
    background-repeat: no-repeat; }
    header .header-tel a {
      color: var(--header-navigation-link-color);
      font-size: 0.875rem;
      line-height: 1.25rem;
      padding-left: 35px;
      position: relative;
      top: -2px; }
    @media screen and (min-width: 1170px) {
      header .header-tel {
        position: relative;
        left: 70px; } }
  header .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (min-width: 1170px) {
      header .social-links {
        left: 10px; } }
    header .social-links li {
      padding-right: 25px; }
  header .header-bottom {
    padding: 0 13px; }
    @media screen and (min-width: 767px) {
      header .header-bottom {
        padding: 0 21px; } }
  header #logo {
    padding: 25px 0 0 0; }
    header #logo img {
      max-width: 100px;
      height: auto; }
      @media screen and (min-width: 767px) {
        header #logo img {
          max-width: 177px; } }
      @media screen and (min-width: 1024px) {
        header #logo img {
          max-width: unset;
          width: 100px; } }
  @media screen and (min-width: 1024px) {
    header .mod_customnav {
      position: relative;
      top: -2px; } }

.fixedheader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

.mainnav {
  width: 100%;
  height: 100vh;
  background-color: var(--mainnavigation-background-color);
  position: fixed;
  top: 50px;
  z-index: 80;
  left: -100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mainnav .submenu {
    position: relative; }
  .mainnav ul.level_1 {
    padding-top: 125px;
    margin-left: 25%; }
    @media screen and (min-width: 767px) {
      .mainnav ul.level_1 {
        margin-left: 27%; } }
    @media screen and (min-width: 1100px) {
      .mainnav ul.level_1 {
        padding-top: 0;
        margin-left: 20px;
        position: relative;
        top: -2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .mainnav ul.level_1 li {
      padding-bottom: 15px; }
      .mainnav ul.level_1 li a {
        position: relative;
        font-size: 0.9375rem;
        line-height: 1.25rem;
        color: var(--mainnavigation-link-color);
        font-family: var(--jost-font-family);
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .mainnav ul.level_1 li a:after {
          content: "";
          position: absolute;
          display: block;
          width: 0%;
          height: 2px;
          bottom: -2px;
          left: 0;
          background-color: var(--mainnavigation-active-color);
          -webkit-transition: width 0.3s ease;
          -o-transition: width 0.3s ease;
          transition: width 0.3s ease; }
        .mainnav ul.level_1 li a:hover:after {
          width: 100%; }
      .mainnav ul.level_1 li strong {
        color: var(--mainnavigation-active-color);
        font-size: 0.9375rem;
        line-height: 1.25rem;
        font-family: var(--jost-font-family);
        text-transform: uppercase; }
  .mainnav ul.level_2 {
    margin-top: 0px;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (min-width: 1024px) {
      .mainnav ul.level_2 {
        display: none;
        height: auto !important; } }
    .mainnav ul.level_2 li:last-child {
      padding-bottom: 0; }
    .mainnav ul.level_2 li {
      padding-bottom: 10px; }
      .mainnav ul.level_2 li a {
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: var(--mainnavigation-link-color);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-weight: 300; }
        .mainnav ul.level_2 li a:hover {
          color: var(--mainnavigation-secondlevel-link-color); }
      .mainnav ul.level_2 li strong {
        color: var(--mainnavigation-secondlevel-link-color);
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 300; }
    @media screen and (min-width: 1100px) {
      .mainnav ul.level_2 {
        background-color: #FDF9F1;
        border-top: 2px solid #75160E;
        padding: 20px 15px 20px 25px;
        position: absolute;
        top: 23px;
        z-index: 9999; }
        .mainnav ul.level_2 li {
          height: auto !important; }
          .mainnav ul.level_2 li:after {
            display: none !important; } }
  @media screen and (min-width: 1100px) {
    .mainnav {
      position: relative;
      left: 70px;
      top: 75px;
      height: auto;
      background-color: transparent; }
      .mainnav li:not(li:last-child) {
        padding-right: 30px; }
      .mainnav a, .mainnav strong {
        white-space: nowrap; }
      .mainnav li {
        position: relative; } }
  @media screen and (min-width: 1100px) {
    .mainnav {
      left: 95px; } }
  @media screen and (min-width: 1170px) {
    .mainnav {
      left: 107px; } }

.activemainnav {
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: unset !important; }
  .activemainnav .onlymobile .mod_customnav ul {
    border-top: 3px solid var(--mainnavigation-customnav-border-color);
    border-bottom: 3px solid var(--mainnavigation-customnav-border-color);
    width: 50%;
    margin-top: 0 !important;
    padding-top: 20px !important; }
  .activemainnav .slogan {
    margin-left: 25%;
    margin-bottom: 0px;
    margin-top: 40px; }
    @media screen and (min-width: 767px) {
      .activemainnav .slogan {
        margin-left: 27%; } }
  .activemainnav ul.social-links {
    margin-left: 25%;
    margin-top: 15px; }
    @media screen and (min-width: 767px) {
      .activemainnav ul.social-links {
        margin-left: 27%; } }

@media screen and (min-width: 1024px) {
  .mainnav ul.level_1 li:hover > ul {
    display: block !important;
    opacity: 1 !important;
    height: auto !important; } }
.language-switcher {
  width: 80px;
  cursor: pointer;
  position: absolute;
  z-index: 99999999999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -10px;
  top: -15px; }
  .language-switcher ul {
    position: relative;
    height: 50px;
    overflow-y: hidden;
    top: 0px; }
    .language-switcher ul:before {
      content: '';
      display: block;
      background-image: url("../img/arrow-language.svg");
      background-repeat: no-repeat;
      width: 13px;
      height: 8px;
      position: absolute;
      top: 22px;
      right: 23px;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .language-switcher li {
    width: 72px;
    height: 50px;
    padding: 17px 15px 20px 15px;
    background-color: var(--language-switcher-background-color);
    display: none; }
    .language-switcher li a {
      color: var(--language-switcher-link-color);
      font-size: 1rem;
      line-height: 1.25rem;
      font-family: var(--jost-font-family);
      position: relative;
      top: -4px; }
  .language-switcher li.active-language {
    background-color: var(--language-switcher-active-background-color) !important;
    display: block !important; }

.ls-fullheight {
  height: 100px !important; }
  .ls-fullheight li {
    display: block !important; }
  .ls-fullheight:before {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important; }

.ce_rsce_herocontent {
  max-width: var(--max-width);
  position: relative;
  top: -50px;
  z-index: 9999999999;
  margin: 0 13px; }
  @media screen and (min-width: 767px) {
    .ce_rsce_herocontent {
      height: 100px;
      position: relative;
      top: -50px;
      text-align: center; } }
  @media screen and (min-width: 1170px) {
    .ce_rsce_herocontent {
      margin: 0 auto; } }
  .ce_rsce_herocontent .text {
    background-color: var(--mod-herocontent-background-color);
    height: 100px;
    padding: 42px 0 44px 0px;
    text-align: center; }
    .ce_rsce_herocontent .text p {
      max-width: 304px;
      font-size: 1rem;
      line-height: 1.25rem;
      margin: 0 auto;
      color: var(--white);
      font-family: var(--jost-font-family); }
    @media screen and (min-width: 767px) {
      .ce_rsce_herocontent .text {
        padding: 30px 0 44px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
        .ce_rsce_herocontent .text p {
          text-align: left;
          max-width: 450px;
          margin: 0 20px; } }
    @media screen and (min-width: 908px) {
      .ce_rsce_herocontent .text {
        padding: 39px 0 44px 50px; }
        .ce_rsce_herocontent .text p {
          max-width: unset; } }
  .ce_rsce_herocontent .link {
    padding: 30px 60px 25px 50px;
    background-color: var(--mod-herocontent-background-color);
    text-align: center; }
    @media screen and (min-width: 767px) {
      .ce_rsce_herocontent .link {
        position: absolute;
        -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0 100%, 0 100%);
        right: 0px;
        top: 0px;
        width: 330px;
        height: 100px;
        background-color: var(--mod-herocontent-clippath-background-color); }
        .ce_rsce_herocontent .link a {
          top: 10px;
          left: 45px; } }
  .ce_rsce_herocontent a {
    position: relative;
    top: -19px;
    left: 10px;
    padding: 11px 28px 10px 28px; }
    @media screen and (min-width: 767px) {
      .ce_rsce_herocontent a {
        padding: 11px 29px 10px 29px; } }
    @media screen and (min-width: 1171px) {
      .ce_rsce_herocontent a {
        padding: 15px 28px 15px 28px; } }

.heros-background {
  background-image: url("../img/mob-hero-bg.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: 115%;
  background-position: left;
  top: -0px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 9999; }
  @media screen and (min-width: 767px) {
    .heros-background {
      background-image: url("../img/tab-hero-bg.svg");
      background-size: 100%;
      height: 475px; } }
  @media screen and (min-width: 1024px) {
    .heros-background {
      background-image: url("../img/hero-bg.svg");
      height: 600px;
      background-size: 100%;
      top: -93px; } }
  @media screen and (min-width: 1170px) {
    .heros-background {
      height: 650px;
      top: -109px; } }
  @media screen and (min-width: 1280px) {
    .heros-background {
      top: -74px; } }
  @media screen and (min-width: 1500px) {
    .heros-background {
      top: -44px; } }
  @media screen and (min-width: 1680px) {
    .heros-background {
      top: -0px; } }

.heros {
  z-index: 98;
  position: relative; }
  .heros .content-image {
    max-height: 650px;
    overflow-y: hidden; }
  .heros img {
    width: 100% !important;
    height: auto; }

.menubutton {
  z-index: 999999999999999999;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 135px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 1100px) {
    .menubutton {
      display: none; } }

.menubutton span.top, .menubutton span.bottom {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--button-menu-background-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.menubutton span.top {
  top: -10px; }

.menubutton.active {
  margin-top: 2px; }

.menubutton span {
  display: block; }

.menubutton.active span.top {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -5px; }

.menubutton.active span.bottom {
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  top: 3px;
  opacity: 1; }

.mastercontent h1, .mastercontent h2, .mastercontent h3, .mastercontent h4, .mastercontent h5 {
  font-family: var(--header-font-family);
  color: var(--color-heading); }
.mastercontent p, .mastercontent li, .mastercontent a {
  font-family: var(--content-font-family); }
.mastercontent .mod_article:nth-child(2):not(.home .mod_article:nth-child(2)) {
  background-color: var(--mod-article-seconditem-background-color);
  padding: 80px 13px;
  margin-top: 80px; }
  .mastercontent .mod_article:nth-child(2):not(.home .mod_article:nth-child(2)) img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 767px) {
    .mastercontent .mod_article:nth-child(2):not(.home .mod_article:nth-child(2)) {
      padding: 75px 21px; } }
  @media screen and (min-width: 1170px) {
    .mastercontent .mod_article:nth-child(2):not(.home .mod_article:nth-child(2)) {
      padding: 150px 0; } }
.mastercontent h1 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-top: 75px;
  font-family: var(--volkov-font-family);
  margin-bottom: 25px;
  font-weight: bold;
  color: var(--color-heading); }
  @media screen and (min-width: 767px) {
    .mastercontent h1 {
      margin-top: 100px;
      font-size: 1.875rem;
      line-height: 2.5rem;
      margin-bottom: 25px; } }
  @media screen and (min-width: 1024px) {
    .mastercontent h1 {
      margin-top: 112px;
      margin-bottom: 25px; } }
.mastercontent h2 {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: var(--volkov-font-family);
  font-weight: bold;
  color: var(--color-heading); }
  @media screen and (min-width: 767px) {
    .mastercontent h2 {
      margin-top: 81px;
      font-size: 1.875rem;
      line-height: 2.8125rem;
      margin-bottom: 35px; } }
  @media screen and (min-width: 1170px) {
    .mastercontent h2 {
      margin-top: 0;
      margin-bottom: 25px; } }
.mastercontent h3 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 10px;
  font-weight: 300;
  color: var(--color-heading); }
  @media screen and (min-width: 767px) {
    .mastercontent h3 {
      font-size: 1.25rem;
      line-height: 1.875rem;
      margin-bottom: 20px; } }
.mastercontent ul:not(.trt-morecontent ul, .room-icons-list, .mod-more-rooms ul, .tgroomimages, .content-gallery ul) {
  list-style-type: disc;
  margin-left: 20px; }
  .mastercontent ul:not(.trt-morecontent ul, .room-icons-list, .mod-more-rooms ul, .tgroomimages, .content-gallery ul) li {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 5px; }
    @media screen and (min-width: 767px) {
      .mastercontent ul:not(.trt-morecontent ul, .room-icons-list, .mod-more-rooms ul, .tgroomimages, .content-gallery ul) li {
        font-size: 1.25rem;
        line-height: 1.875rem; } }
.mastercontent p {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 10px;
  font-weight: 300;
  color: var(--color-text); }
  @media screen and (min-width: 767px) {
    .mastercontent p {
      font-size: 1.25rem;
      line-height: 1.875rem;
      margin-bottom: 20px; } }
.mastercontent strong {
  font-family: var(--jost-font-family); }
.mastercontent ul li:not(.more-rooms-content li) {
  color: var(--color-content); }
.mastercontent a {
  color: var(--mastercontent-link-color);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mastercontent .home-accordion a {
  text-decoration: none !important; }
@media screen and (min-width: 1024px) {
  .mastercontent .mod_article:first-child .content-text:not(.content-box-contact, .content-green-background) {
    margin-right: 16.66667%;
    margin-left: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
.mastercontent .mod_article:not(.mod_article:nth-child(2)) {
  padding: 0 13px; }
  @media screen and (min-width: 767px) {
    .mastercontent .mod_article:not(.mod_article:nth-child(2)) {
      padding: 0 21px; } }
  @media screen and (min-width: 1024px) {
    .mastercontent .mod_article:not(.mod_article:nth-child(2)) {
      margin-bottom: 150px; } }
.mastercontent .mod_article:last-child {
  margin-bottom: 75px; }
.mastercontent .customer-votes .content-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 75px;
  margin-bottom: 85px; }
  .mastercontent .customer-votes .content-text h2 {
    max-width: 270px; }
.mastercontent .customer-votes .content-image {
  margin-bottom: 75px; }
.mastercontent .no-background {
  background-color: transparent !important;
  margin-top: 0;
  padding: 0 13px !important; }
.mastercontent .mod-order {
  margin-bottom: 75px; }
  .mastercontent .mod-order p:last-child {
    padding-top: 25px; }
  @media screen and (min-width: 1024px) {
    .mastercontent .mod-order .rte {
      padding-left: 50px;
      padding-top: 20px; } }
.mastercontent .uns-galleries {
  margin-top: 75px;
  margin-bottom: 55px; }
  .mastercontent .uns-galleries li {
    margin-bottom: 25px; }
  @media screen and (min-width: 767px) {
    .mastercontent .uns-galleries .content-gallery {
      width: calc(1/3*100% - (1 - 1/3)*24px); } }
  @media screen and (min-width: 1024px) {
    .mastercontent .uns-galleries {
      margin-bottom: 150px; }
      .mastercontent .uns-galleries .gal-center {
        position: relative;
        top: -50px; } }
.mastercontent .mod-arbeitgeber {
  padding: 80px 13px !important; }
  @media screen and (min-width: 1024px) {
    .mastercontent .mod-arbeitgeber {
      padding: 150px 13px 0px 13px !important; } }
.mastercontent .mod-fullimage {
  padding: 0 0 80px 0 !important; }
  @media screen and (min-width: 1170px) {
    .mastercontent .mod-fullimage {
      padding: 0 !important;
      margin-bottom: 0 !important; } }
.mastercontent .content-image--fullsize img {
  width: 100% !important;
  height: auto !important; }
.mastercontent .mod-norm-padding {
  padding: 50px 13px !important; }
  @media screen and (min-width: 767px) {
    .mastercontent .mod-norm-padding {
      padding: 100px 21px !important; }
      .mastercontent .mod-norm-padding h2 {
        margin-top: 0; } }
  @media screen and (min-width: 1024px) {
    .mastercontent .mod-norm-padding {
      padding: 150px 0 0 21px !important; }
      .mastercontent .mod-norm-padding h2 {
        margin-top: 0 !important; } }
@media screen and (min-width: 1170px) {
  .mastercontent .padding-top {
    padding-top: 150px; } }
.mastercontent .content-green-background {
  background-color: var(--mod-article-greencontent-background-color);
  text-align: center;
  padding: 35px 0 40px 0;
  margin-bottom: 20px; }
  .mastercontent .content-green-background a {
    color: var(--color-text); }
  .mastercontent .content-green-background img {
    width: 30px;
    margin-bottom: 31px; }
  @media screen and (min-width: 767px) {
    .mastercontent .content-green-background {
      margin-bottom: 0px; } }
@media screen and (min-width: 1024px) {
  .mastercontent .content-green-background:first-child {
    margin-left: 16.67%; } }
@media screen and (min-width: 767px) {
  .mastercontent .mod-margin-last {
    margin-top: 100px; }
  .mastercontent .mod-ref .content-image {
    padding-left: 130px;
    padding-top: 30px; }
  .mastercontent .mod-ma {
    margin-top: 150px; } }
@media screen and (min-width: 1170px) {
  .mastercontent .mod-room-slide {
    padding-top: 125px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important; }
    .mastercontent .mod-room-slide .mod_rocksolid_slider {
      margin-bottom: 70px !important;
      margin-top: 0 !important; }
  .mastercontent .sub-content {
    margin-top: 150px; }
  .mastercontent .con-headline {
    margin-bottom: 50px; }
  .mastercontent .adress-content {
    margin: 80px 0; }
  .mastercontent .ce_form {
    margin-top: 150px; }
  .mastercontent .marge-bottom {
    margin-bottom: 150px; } }

.youtube iframe {
  width: 100%;
  min-height: 203px; }
  @media screen and (min-width: 767px) {
    .youtube iframe {
      height: 200px; } }
  @media screen and (min-width: 1024px) {
    .youtube iframe {
      height: 320px; } }
@media screen and (min-width: 1024px) {
  .youtube {
    margin-bottom: 75px; } }

.videotitle h3 {
  margin: 25px 0 75px 0; }
@media screen and (min-width: 1024px) {
  .videotitle h3 {
    margin: 100px 0 0 0; } }

.zimmer-content {
  margin-bottom: 25px; }
  .zimmer-content .rte {
    background-color: var(--zimmer-content-background-color);
    padding: 40px 23px 35px 25px; }
    .zimmer-content .rte h2, .zimmer-content .rte h3 {
      font-size: 1.25rem;
      line-height: 1.5625rem;
      color: var(--zimmer-headline-color); }
    .zimmer-content .rte p {
      font-size: 1rem;
      line-height: 1.25rem; }
    .zimmer-content .rte h3 {
      font-weight: 900;
      margin: 35px 0 50px 0;
      font-family: var(--zimer-heading-font-family); }
  @media screen and (min-width: 767px) {
    .zimmer-content .rte {
      padding: 83px 75px 75px 75px; }
      .zimmer-content .rte h2 {
        margin-top: 0;
        font-size: 1.875rem;
        line-height: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .zimmer-content {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .zimmer-content figure {
        width: calc(1/2*100% - (1 - 1/2)*30px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(1/2*100% - (1 - 1/2)*230px);
        flex: 0 0 calc(1/2*100% - (1 - 1/2)*30px);
        max-width: calc(1/2*100% - (1 - 1/2)*30px); }
        .zimmer-content figure img {
          width: 100% !important;
          height: auto; }
      .zimmer-content .rte {
        width: calc(1/2*100% - (1 - 1/2)*30px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(1/2*100% - (1 - 1/2)*230px);
        flex: 0 0 calc(1/2*100% - (1 - 1/2)*30px);
        max-width: calc(1/2*100% - (1 - 1/2)*30px);
        padding: 75px 75px 60px 75px; } }

@media screen and (min-width: 1024px) {
  .zimmer-content:last-child {
    margin-bottom: 0 !important; } }
.accelement {
  background-color: var(--akkordeon-item-background-color);
  padding: 50px 0px;
  cursor: pointer;
  width: 100%;
  max-height: 40px;
  margin-bottom: 2px;
  transition: max-height 0.15s ease-out; }
  .accelement h2 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    white-space: pre-wrap;
    font-family: var(--jost-font-family);
    position: relative;
    top: -50%;
    transform: translateY(-50%);
    left: 35px;
    width: 70%;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice; }
    .accelement h2:after {
      content: '';
      background-image: url("../img/acc-inactive.svg");
      background-repeat: no-repeat;
      width: 27px;
      height: 27px;
      position: absolute;
      right: -20%;
      top: 0; }
  .accelement .rte {
    padding: 25px 35px;
    opacity: 0; }
  @media screen and (min-width: 767px) {
    .accelement {
      max-height: 125px; }
      .accelement h2 {
        left: 50px;
        top: 50%;
        transform: translateY(-50%); }
        .accelement h2:after {
          right: -25%; }
      .accelement .rte {
        padding: 25px 50px; } }
  @media screen and (min-width: 1024px) {
    .accelement .rte {
      padding: 25px 75px; }
    .accelement h2 {
      left: 75px;
      top: 50%;
      transform: translateY(-50%); }
      .accelement h2:after {
        right: -25%; } }

@media screen and (min-width: 1024px) {
  .accelement:first-child {
    margin-top: 50px !important; } }
.mod-accordion .flexrow {
  gap: unset !important; }

.activeacclement {
  max-height: 1000px;
  height: 100%;
  transition: max-height 0.15s ease-in; }
  .activeacclement h2:after {
    content: '';
    background-image: url("../img/accactive.svg");
    width: 27px;
    height: 27px;
    transform: rotate(90deg);
    position: absolute;
    right: -20%;
    top: 0; }
  .activeacclement .rte {
    opacity: 1 !important; }
  @media screen and (min-width: 767px) {
    .activeacclement h2 {
      top: 0%;
      transform: none !important; }
      .activeacclement h2:after {
        right: -25%; } }
  @media screen and (min-width: 1024px) {
    .activeacclement h2 {
      top: 0%;
      transform: none !important; }
      .activeacclement h2:after {
        right: -25%; } }

.room-info {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  height: 150px; }
  .room-info a {
    position: absolute;
    top: 10px;
    right: 0; }

.more-rooms-content {
  margin-bottom: 25px;
  position: relative; }
  .more-rooms-content img {
    width: 100%;
    height: auto;
    position: relative; }
  .more-rooms-content h3, .more-rooms-content p, .more-rooms-content a, .more-rooms-content li {
    color: var(--more-rooms-content-color); }
  .more-rooms-content h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: 1px;
    font-family: var(--jost-font-family);
    text-transform: uppercase;
    height: 40px;
    position: absolute;
    left: 31px;
    width: 300px;
    bottom: 60px; }
  .more-rooms-content p, .more-rooms-content ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    white-space: nowrap;
    padding-bottom: 3px; }
  .more-rooms-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    bottom: 30px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px; }
  .more-rooms-content a {
    position: relative;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: var(--jost-font-family); }
    .more-rooms-content a:after {
      content: '';
      background-image: url("../img/room-arrow.svg");
      background-repeat: no-repeat;
      width: 24px;
      height: 10px;
      position: absolute;
      top: 8px;
      right: -42px;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .more-rooms-content a:hover:after {
      opacity: 1 !important; }
  .more-rooms-content .rte {
    position: absolute;
    left: 0;
    top: 0;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%; }

.ce_rsce_room_icons figcaption {
  color: var(--color-content); }

.ce_rsce_tagungsraeume_teaser .image, .ce_rsce_tagungsraeume_teaser_en .image {
  position: relative; }
@media screen and (min-width: 767px) {
  .ce_rsce_tagungsraeume_teaser .flexrow, .ce_rsce_tagungsraeume_teaser_en .flexrow {
    gap: unset !important; } }
@media screen and (min-width: 1024px) {
  .ce_rsce_tagungsraeume_teaser .tgroomimages li, .ce_rsce_tagungsraeume_teaser_en .tgroomimages li {
    height: 510px;
    width: 100%;
    overflow: hidden; }
    .ce_rsce_tagungsraeume_teaser .tgroomimages li img, .ce_rsce_tagungsraeume_teaser_en .tgroomimages li img {
      height: 100% !important;
      width: auto !important; }
  .ce_rsce_tagungsraeume_teaser .image, .ce_rsce_tagungsraeume_teaser_en .image {
    height: 510px;
    width: 100%;
    overflow: hidden; }
    .ce_rsce_tagungsraeume_teaser .image img, .ce_rsce_tagungsraeume_teaser_en .image img {
      height: 100% !important;
      width: auto !important; } }
@media screen and (min-width: 1170px) {
  .ce_rsce_tagungsraeume_teaser .flexrow, .ce_rsce_tagungsraeume_teaser_en .flexrow {
    margin-top: 60px !important;
    gap: 0px !important; }
    .ce_rsce_tagungsraeume_teaser .flexrow .flex-6, .ce_rsce_tagungsraeume_teaser_en .flexrow .flex-6 {
      width: calc(1 / 2 * 100% - (1 - 1 / 2) * 0px);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(1 / 2 * 100% - (1 - 1 / 2) * 0px);
      flex: 0 0 calc(1 / 2 * 100% - (1 - 1 / 2) * 0px);
      max-width: calc(1 / 2 * 100% - (1 - 1 / 2) * 0px); }
      .ce_rsce_tagungsraeume_teaser .flexrow .flex-6 img, .ce_rsce_tagungsraeume_teaser_en .flexrow .flex-6 img {
        width: 100% !important;
        height: auto; } }
.ce_rsce_tagungsraeume_teaser .trt-dllink, .ce_rsce_tagungsraeume_teaser_en .trt-dllink {
  position: relative;
  top: -41px; }
  .ce_rsce_tagungsraeume_teaser .trt-dllink a, .ce_rsce_tagungsraeume_teaser_en .trt-dllink a {
    background-image: url("../img/icon-download.svg");
    width: 11px;
    height: 6px;
    background-repeat: no-repeat;
    padding-left: 23px;
    color: var(--download-link-color); }
.ce_rsce_tagungsraeume_teaser .trtcontent, .ce_rsce_tagungsraeume_teaser_en .trtcontent {
  background-color: var(--tagungsraueme-content-background-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 40px 23px 50px 25px; }
  @media screen and (min-width: 767px) {
    .ce_rsce_tagungsraeume_teaser .trtcontent, .ce_rsce_tagungsraeume_teaser_en .trtcontent {
      padding: 81px 75px 75px 75px; } }
  @media screen and (min-width: 1024px) {
    .ce_rsce_tagungsraeume_teaser .trtcontent, .ce_rsce_tagungsraeume_teaser_en .trtcontent {
      padding: 81px 75px 90px 75px;
      margin-bottom: 50px;
      height: 510px; } }
  .ce_rsce_tagungsraeume_teaser .trtcontent h2, .ce_rsce_tagungsraeume_teaser .trtcontent h3, .ce_rsce_tagungsraeume_teaser_en .trtcontent h2, .ce_rsce_tagungsraeume_teaser_en .trtcontent h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: var(--zimmer-headline-color); }
    @media screen and (min-width: 767px) {
      .ce_rsce_tagungsraeume_teaser .trtcontent h2, .ce_rsce_tagungsraeume_teaser .trtcontent h3, .ce_rsce_tagungsraeume_teaser_en .trtcontent h2, .ce_rsce_tagungsraeume_teaser_en .trtcontent h3 {
        font-size: 1.875rem;
        line-height: 2.8125rem; } }
  .ce_rsce_tagungsraeume_teaser .trtcontent p, .ce_rsce_tagungsraeume_teaser_en .trtcontent p {
    font-size: 1rem;
    line-height: 1.25rem; }
  .ce_rsce_tagungsraeume_teaser .trtcontent h3, .ce_rsce_tagungsraeume_teaser_en .trtcontent h3 {
    font-weight: 900;
    margin: 0px 0 25px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
.ce_rsce_tagungsraeume_teaser .trt-room, .ce_rsce_tagungsraeume_teaser .trt-capa, .ce_rsce_tagungsraeume_teaser_en .trt-room, .ce_rsce_tagungsraeume_teaser_en .trt-capa {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.91667%;
  flex: 0 0 47.91667%;
  max-width: 47.91667%;
  margin-bottom: 25px; }
  .ce_rsce_tagungsraeume_teaser .trt-room strong, .ce_rsce_tagungsraeume_teaser .trt-capa strong, .ce_rsce_tagungsraeume_teaser_en .trt-room strong, .ce_rsce_tagungsraeume_teaser_en .trt-capa strong {
    font-family: var(--jost-font-family);
    white-space: nowrap; }
  @media screen and (min-width: 767px) {
    .ce_rsce_tagungsraeume_teaser .trt-room, .ce_rsce_tagungsraeume_teaser .trt-capa, .ce_rsce_tagungsraeume_teaser_en .trt-room, .ce_rsce_tagungsraeume_teaser_en .trt-capa {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20.83333%;
      flex: 0 0 20.83333%;
      max-width: 20.83333%; } }
  @media screen and (min-width: 1024px) {
    .ce_rsce_tagungsraeume_teaser .trt-room, .ce_rsce_tagungsraeume_teaser .trt-capa, .ce_rsce_tagungsraeume_teaser_en .trt-room, .ce_rsce_tagungsraeume_teaser_en .trt-capa {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-bottom: 0; } }
  .ce_rsce_tagungsraeume_teaser .trt-room p, .ce_rsce_tagungsraeume_teaser .trt-capa p, .ce_rsce_tagungsraeume_teaser_en .trt-room p, .ce_rsce_tagungsraeume_teaser_en .trt-capa p {
    white-space: nowrap; }
.ce_rsce_tagungsraeume_teaser .trt-morecontent, .ce_rsce_tagungsraeume_teaser_en .trt-morecontent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0px; }
  .ce_rsce_tagungsraeume_teaser .trt-morecontent ul, .ce_rsce_tagungsraeume_teaser_en .trt-morecontent ul {
    margin-bottom: 60px;
    list-style-type: disc;
    margin-left: 20px; }
    .ce_rsce_tagungsraeume_teaser .trt-morecontent ul li, .ce_rsce_tagungsraeume_teaser_en .trt-morecontent ul li {
      padding-bottom: 5px;
      color: var(--color-text); }

.mod-full-day {
  --rate-title-color: var(--black); }

.ce_rsce_tagungsraeume_pauschalen, .ce_rsce_tagungsraeume_pauschalen_en {
  text-align: center; }
  .ce_rsce_tagungsraeume_pauschalen .rate-item, .ce_rsce_tagungsraeume_pauschalen_en .rate-item {
    margin-bottom: 50px; }
  .ce_rsce_tagungsraeume_pauschalen .rate-title, .ce_rsce_tagungsraeume_pauschalen_en .rate-title {
    background-color: var(--tagungsraueme-ratetitle-color);
    height: 150px;
    position: relative;
    width: 100%; }
    .ce_rsce_tagungsraeume_pauschalen .rate-title .inner, .ce_rsce_tagungsraeume_pauschalen_en .rate-title .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -40%); }
    .ce_rsce_tagungsraeume_pauschalen .rate-title h3, .ce_rsce_tagungsraeume_pauschalen .rate-title p, .ce_rsce_tagungsraeume_pauschalen_en .rate-title h3, .ce_rsce_tagungsraeume_pauschalen_en .rate-title p {
      color: var(--rate-title-color); }
    .ce_rsce_tagungsraeume_pauschalen .rate-title h3, .ce_rsce_tagungsraeume_pauschalen_en .rate-title h3 {
      font-size: 1.5625rem;
      line-height: 2.1875rem;
      font-family: var(--jost-font-family);
      text-transform: uppercase; }
  .ce_rsce_tagungsraeume_pauschalen .rate-seminar-content, .ce_rsce_tagungsraeume_pauschalen_en .rate-seminar-content {
    background-color: var(--tagungsraueme-rateseminar-background-color);
    padding: 25px 0;
    position: relative;
    height: 130px; }
    .ce_rsce_tagungsraeume_pauschalen .rate-seminar-content .inner, .ce_rsce_tagungsraeume_pauschalen_en .rate-seminar-content .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -40%); }
  .ce_rsce_tagungsraeume_pauschalen .rate-seminar-drinks, .ce_rsce_tagungsraeume_pauschalen_en .rate-seminar-drinks {
    padding: 25px 0;
    position: relative;
    height: 130px; }
    .ce_rsce_tagungsraeume_pauschalen .rate-seminar-drinks .inner, .ce_rsce_tagungsraeume_pauschalen_en .rate-seminar-drinks .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -40%); }
  .ce_rsce_tagungsraeume_pauschalen .rate-first-pause, .ce_rsce_tagungsraeume_pauschalen .rate-last-pause, .ce_rsce_tagungsraeume_pauschalen_en .rate-first-pause, .ce_rsce_tagungsraeume_pauschalen_en .rate-last-pause {
    padding: 25px 0;
    background-color: var(--tagungsraueme-rateseminar-background-color);
    position: relative;
    height: 130px; }
    .ce_rsce_tagungsraeume_pauschalen .rate-first-pause .inner, .ce_rsce_tagungsraeume_pauschalen .rate-last-pause .inner, .ce_rsce_tagungsraeume_pauschalen_en .rate-first-pause .inner, .ce_rsce_tagungsraeume_pauschalen_en .rate-last-pause .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -40%); }
  .ce_rsce_tagungsraeume_pauschalen .rate-meal, .ce_rsce_tagungsraeume_pauschalen_en .rate-meal {
    padding: 20px 0 45px 0;
    background-color: var(--tagungsraueme-meal-background-color);
    position: relative;
    height: 175px; }
    .ce_rsce_tagungsraeume_pauschalen .rate-meal .inner, .ce_rsce_tagungsraeume_pauschalen_en .rate-meal .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -40%); }
  .ce_rsce_tagungsraeume_pauschalen .rate-cta-button, .ce_rsce_tagungsraeume_pauschalen_en .rate-cta-button {
    padding: 45px 0 45px 0;
    background-color: var(--tagungsraueme-cta-background-color); }

.mod-full-day h2 {
  margin-bottom: 25px;
  padding-top: 50px; }
@media screen and (min-width: 1170px) {
  .mod-full-day h2 {
    margin-bottom: 61px;
    padding-top: 150px; } }

.rate-seminar-drinks {
  background-color: var(--seminar-drinks-background-color); }

.mod-half-day h2 {
  margin-bottom: 10px; }
.mod-half-day p {
  margin-bottom: 35px; }
.mod-half-day .inner {
  transform: translate(-50%, -37%) !important; }
.mod-half-day .ce_rsce_tagungsraeume_pauschalen .rate-title, .mod-half-day .ce_rsce_tagungsraeume_pauschalen_en .rate-title {
  background-color: var(--tagungsraueme-pauschalen-background-color); }

.ce_rsce_room_icons {
  margin: 75px 0;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ce_rsce_room_icons {
      margin: 0; } }
  .ce_rsce_room_icons ul {
    padding: 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 767px) {
      .ce_rsce_room_icons ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .ce_rsce_room_icons li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91667%;
    flex: 0 0 47.91667%;
    max-width: 47.91667%;
    height: 150px;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 767px) {
      .ce_rsce_room_icons li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        height: 115px; } }
    .ce_rsce_room_icons li figure {
      height: 60px;
      position: relative;
      width: 100%; }
      .ce_rsce_room_icons li figure img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .ce_rsce_room_icons figcaption {
    padding-top: 25px;
    display: block;
    text-align: center; }

.hybrid-content p.last-content-child {
  margin-bottom: 50px; }
.hybrid-content p:last-child {
  margin-bottom: 78px; }

@media screen and (min-width: 767px) {
  .marge-content {
    margin-top: 85px; }

  .headline-minimum-mt h2 {
    margin-top: 45px; } }
@media screen and (min-width: 1170px) {
  .marge-content {
    margin-top: 5px; }

  .headline-minimum-mt h2 {
    margin-top: 45px; } }
.tgroomimages li:not(li.active-tg-image) {
  display: none; }
.tgroomimages li.active-tg-image {
  display: block; }

.slidenav {
  background-color: rgba(255, 255, 255, 0.8);
  width: 143px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  right: 0; }
  .slidenav .sl-prev, .slidenav .sl-next {
    cursor: pointer; }
  .slidenav .sl-prev {
    background-image: url("../img/tg-prev.svg");
    width: 24px;
    height: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 25px;
    left: 35px; }
  .slidenav .sl-next {
    background-image: url("../img/tg-next.svg");
    width: 24px;
    height: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 15px;
    left: 84px; }
  @media screen and (min-width: 1024px) {
    .slidenav {
      bottom: 0px; } }

.active-tg-image {
  -webkit-animation: fadeinout 1s linear forwards;
  animation: fadeinout 1s linear forwards; }

@-webkit-keyframes fadeinout {
  0%,100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes fadeinout {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
.ce_rsce_reference h2 {
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .ce_rsce_reference h2 {
      position: relative;
      top: -100px; } }
  @media screen and (min-width: 1170px) {
    .ce_rsce_reference h2 {
      top: 0px; } }

.references {
  margin: 10px 0 60px 0;
  position: relative;
  overflow-x: hidden;
  width: 330px;
  background-image: url("../img/quote.svg");
  background-position: left 10px;
  background-repeat: no-repeat; }
  @media screen and (min-width: 640px) {
    .references {
      width: 620px; } }
  @media screen and (min-width: 1024px) {
    .references {
      position: relative;
      top: -100px; } }
  @media screen and (min-width: 1170px) {
    .references {
      top: 0px; } }

.roller {
  display: flex;
  width: 300px;
  justify-content: flex-start;
  position: relative;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.ref-item {
  width: 330px;
  flex: 100%;
  border-bottom: 1px solid var(--ref-items-border-color);
  padding-bottom: 29px; }
  @media screen and (min-width: 640px) {
    .ref-item {
      width: 620px; } }
  .ref-item .ref-item-content {
    padding-top: 50px;
    width: 330px;
    display: block; }
    @media screen and (min-width: 640px) {
      .ref-item .ref-item-content {
        width: 620px; } }
    .ref-item .ref-item-content p {
      font-size: 1.25rem;
      line-height: 1.5625rem;
      font-family: var(--volkov-font-family);
      font-style: italic;
      margin-bottom: 15px;
      position: relative;
      left: 10px; }

.ref-author {
  color: var(--color-text); }

.ref-controls {
  position: relative;
  width: 100%;
  height: 50px; }
  .ref-controls .ref-controls--back {
    background-image: url("../img/ref-back-arr.svg");
    width: 24px;
    height: 10px;
    background-repeat: no-repeat;
    border: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: unset;
    z-index: 999;
    right: 40px;
    bottom: 0px; }
  .ref-controls .ref-controls--forward {
    position: absolute;
    background-image: url("../img/ref-for-arr.svg");
    width: 24px;
    height: 10px;
    background-repeat: no-repeat;
    border: 0;
    display: block;
    cursor: pointer;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: unset;
    z-index: 999;
    right: 0px;
    bottom: 0px; }

@media screen and (min-width: 1024px) {
  .customer-votes {
    padding: 100px 0 0 0 !important; }
    .customer-votes .content-image {
      padding-left: 130px;
      padding-top: 50px; }

  .ce_rsce_reference {
    position: relative;
    padding-top: 95px; } }
.customer-votes {
  padding-top: 50px !important; }
  @media screen and (min-width: 767px) {
    .customer-votes {
      padding-top: 75px !important; } }
  @media screen and (min-width: 1024px) {
    .customer-votes {
      padding-top: 100px !important; } }

.flexrow--events,
.term-item--innerrow {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.term-item {
  border-top: 2px solid var(--term-items-border-color);
  padding: 25px 0;
  width: 100%; }

.term-item--city {
  position: relative; }
  .term-item--city:before {
    content: '';
    background-color: var(--term-items-after-color);
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -12px;
    bottom: 34px; }
    @media screen and (min-width: 767px) {
      .term-item--city:before {
        left: -25%; } }
    @media screen and (min-width: 1024px) {
      .term-item--city:before {
        left: -19%; } }
    @media screen and (min-width: 1171px) {
      .term-item--city:before {
        left: -21%; } }

.term-item:last-child {
  border-bottom: 2px solid var(--term-items-border-color); }

.term-item--downloads ul li {
  margin-top: 20px; }
  .term-item--downloads ul li a {
    display: block;
    text-decoration: none;
    background-image: url("../img/term-download-arrow.svg");
    background-repeat: no-repeat;
    height: 30px;
    padding: 7px 0 0 50px; }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.rsts-prev {
  background-image: url("../img/left-arrow.svg") !important;
  width: 36px !important;
  height: 15px !important;
  background-repeat: no-repeat;
  border: 0 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-size: unset !important;
  z-index: 999 !important;
  right: 54px;
  bottom: -37px !important; }
  @media screen and (min-width: 767px) {
    .rsts-prev {
      right: 73px; } }

.rsts-next {
  background-image: url("../img/right-arrow.svg") !important;
  width: 36px !important;
  height: 15px !important;
  background-repeat: no-repeat;
  border: 0 !important;
  right: 0px;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-size: unset !important;
  z-index: 999 !important;
  bottom: -37px !important; }
  @media screen and (min-width: 767px) {
    .rsts-next {
      right: 14px; } }

.mod_rocksolid_slider {
  padding: 0;
  margin: 55px 0 115px 0; }
  .mod_rocksolid_slider img {
    width: 100% !important;
    height: auto !important; }

.rsts-caption {
  padding: 13px 0 10px 25px !important;
  top: unset !important;
  bottom: 0px !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 100%;
  height: 46px !important;
  display: none !important;
  font-size: 1em !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  opacity: 1 !important; }
  @media screen and (min-width: 1024px) {
    .rsts-caption {
      height: 75px !important;
      padding: 30px 0 25px 50px !important; } }

@media screen and (min-width: 767px) {
  .mod_rocksolid_slider {
    width: 100%; }
    .mod_rocksolid_slider img {
      height: auto !important;
      margin-right: 20px !important; }

  .rsts-slide img {
    padding: 0 10px; } }
@media screen and (min-width: 1024px) {
  .mod_rocksolid_slider {
    padding: 0;
    margin-bottom: 150px; } }
.job-list {
  margin-bottom: 75px; }
  .job-list h2 {
    margin: 75px 0 25px 0;
    padding: 0 !important; }

.ce_rsce_job {
  width: 100%; }

.job-item p, .job-item li, .job-item a, .job-item h3 {
  font-size: 1rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 1024px) {
    .job-item p, .job-item li, .job-item a, .job-item h3 {
      font-size: 1.25rem;
      line-height: 1.5625rem; } }
.job-item p {
  margin-bottom: 10px; }
.job-item .job-item--title {
  background-color: var(--job-item-title-background-color);
  height: 100px;
  width: 100%;
  margin-bottom: 2px;
  padding: 38px 25px 25px 25px;
  position: relative; }
  @media screen and (min-width: 767px) {
    .job-item .job-item--title {
      padding: 38px 50px 40px 50px; } }
  .job-item .job-item--title span.sign {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    background-image: url("../img/job-arrow.svg");
    width: 24px;
    height: 10px;
    position: absolute;
    top: 46px;
    right: 13px;
    background-repeat: no-repeat; }
    @media screen and (min-width: 767px) {
      .job-item .job-item--title span.sign {
        right: 50px; } }
  .job-item .job-item--title h3, .job-item .job-item--title a {
    font-weight: bold;
    max-width: 200px;
    font-family: var(--jost-font-family);
    color: var(--job-item-title-text-color) !important; }
    @media screen and (min-width: 767px) {
      .job-item .job-item--title h3, .job-item .job-item--title a {
        max-width: unset; } }
  .job-item .job-item--title h3 {
    line-height: 1.625rem; }
.job-item .job-item--content {
  height: 0px;
  overflow: hidden;
  background-color: var(--job-item-title-background-color);
  width: 100%;
  cursor: pointer; }
  .job-item .job-item--content ul {
    list-style-type: disc;
    margin: 0 0 50px 20px; }
.job-item .job-item--url {
  padding-top: 40px; }
  .job-item .job-item--url a {
    color: var(--white);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--jost-font-family);
    white-space: nowrap;
    background-color: var(--job-item-url-background-color);
    padding: 19px 25px 21px 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (min-width: 1171px) {
      .job-item .job-item--url a {
        padding: 14px 25px 15px 25px; } }
    .job-item .job-item--url a:hover {
      background-color: var(--job-item-url-hover-background-color); }

.activejoblement {
  height: auto !important; }
  .activejoblement span.sign {
    content: "";
    background-image: url("../img/job-arrow.svg") !important;
    width: 15px;
    transform: rotate(90deg);
    height: 15px;
    position: absolute;
    top: 43px !important;
    right: 13px !important;
    background-repeat: no-repeat; }
  .activejoblement .job-item--content {
    max-height: 100%;
    height: 100%;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    padding: 25px 25px 50px 25px !important; }
    @media screen and (min-width: 767px) {
      .activejoblement .job-item--content {
        padding: 0 50px 50px 50px !important; } }

input[type=date] {
  padding: 5px 10px 5px 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 47px;
  text-align: left; }

.ce_form {
  max-width: var(--max-width);
  margin: 0px auto; }
  .ce_form input, .ce_form textarea, .ce_form button, .ce_form select {
    font-family: var(--content-font-family);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .ce_form input, .ce_form textarea, .ce_form select {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: var(--color-content); }
  .ce_form .widget-select {
    position: relative; }
    .ce_form .widget-select:after {
      content: '';
      background-image: url("../img/arrow-select-field.svg");
      background-repeat: no-repeat;
      width: 16px;
      height: 10px;
      position: absolute;
      right: 15px;
      top: 50px;
      z-index: 999; }
  .ce_form select {
    font-family: var(--color-content);
    z-index: 1; }
  .ce_form button {
    margin-top: 0; }
  .ce_form .formbody {
    margin: 25px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .ce_form .formbody div:not(.size100) {
      margin: 10px 0 25px 0; }
    .ce_form .formbody input, .ce_form .formbody select, .ce_form .formbody textarea {
      border-radius: 4px; }
    .ce_form .formbody div.size100 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 10px 0 25px 0;
      margin: 10px 0 25px 0; }
      .ce_form .formbody div.size100 input {
        width: 100%; }
      @media screen and (min-width: 767px) {
        .ce_form .formbody div.size100 {
          margin: 10px 0 7px 0; } }
    .ce_form .formbody label {
      display: block;
      padding-bottom: 5px;
      font-size: 1.25rem;
      line-height: 1.5625rem;
      color: var(--color-content);
      font-family: var(--content-font-family); }
    .ce_form .formbody input, .ce_form .formbody select {
      width: 100%;
      padding: 10px;
      background-color: var(--frm-input-color);
      color: var(--frm-text-color);
      outline: unset;
      border: 1px solid var(--frm-border-color); }
  .ce_form textarea {
    overflow-y: hidden;
    background-color: var(--frm-input-color);
    color: var(--frm-text-color);
    border: 1px solid var(--frm-border-color); }
  .ce_form input[type='file'] {
    display: block; }
  .ce_form input[type=file] {
    border: 0;
    color: transparent; }
  .ce_form textarea {
    width: 100%;
    padding: 10px;
    height: 200px; }
  .ce_form button {
    border: 0;
    color: var(--frm-button-color);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--jost-font-family);
    font-weight: bold;
    white-space: nowrap;
    background-color: var(--button-cta-background-color);
    padding: 19px 25px 21px 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (min-width: 1171px) {
      .ce_form button {
        padding: 14px 25px 15px 25px; } }
    .ce_form button:hover {
      background-color: var(--button-cta-hoverbackground-color); }

@media screen and (min-width: 767px) {
  .ce_form .formbody div:not(.size100) {
    margin: 10px 0 0 0; }

  .formbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row !important;
    gap: 24px; }
    .formbody div:not(.size100) {
      width: calc(1/2*100% - (1 - 1/2)*24px);
      margin: 10px 0; }
    .formbody div {
      margin: 10px 0 0 0; }
    .formbody div.widget-textarea {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .formbody div.widget-explanation {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }

  div.widget-submit {
    margin-bottom: 100px; }

  button {
    margin-top: 0; }

  .ce_form {
    margin: 25px 0; } }
@media screen and (min-width: 1024px) {
  .ce_form {
    max-width: 770px;
    margin: 0 16.6667%; } }
.home-teaser figure {
  padding-bottom: 55px; }
.home-teaser .home-teaser-title {
  color: var(--home-title-color);
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  font-family: var(--content-font-family);
  margin-bottom: 0; }
.home-teaser .cta-button {
  margin: 35px 0 75px 0;
  display: block; }
@media screen and (min-width: 767px) {
  .home-teaser h2 {
    margin-top: 0 !important; } }
@media screen and (min-width: 1024px) {
  .home-teaser .rte {
    padding: 0 20px;
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home-teaser h2 {
    margin-top: 0 !important; } }

.home-gallery h2 {
  font-size: 1.875rem;
  line-height: 2.5rem; }
.home-gallery .home-accordion {
  position: relative;
  margin-bottom: 25px; }
  .home-gallery .home-accordion img {
    width: 100%;
    height: auto; }
  .home-gallery .home-accordion h3, .home-gallery .home-accordion p, .home-gallery .home-accordion a {
    color: var(--white); }
  .home-gallery .home-accordion h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: 1px;
    font-family: var(--jost-font-family);
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .home-gallery .home-accordion p, .home-gallery .home-accordion a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    border-bottom: 1px solid var(--white);
    padding-bottom: 3px; }
  .home-gallery .home-accordion a, .home-gallery .home-accordion p {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .home-gallery .home-accordion .rte {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 150px; }
.home-gallery .active-home-accordion h3 {
  bottom: 40px; }
.home-gallery .active-home-accordion a, .home-gallery .active-home-accordion p {
  opacity: 1 !important; }

@media screen and (min-width: 1170px) {
  .animbox {
    opacity: 0;
    width: 100%; }
    .animbox .content-image {
      transition: all 0.5s ease-in-out; }
    .animbox h2 {
      transition: all 0.5s ease-in-out; }
    .animbox p, .animbox h2, .animbox h3 {
      opacity: 0;
      transition: opacity .5s ease-in-out; }

  .visible {
    opacity: 1 !important; }
    .visible .left-image, .visible .left-content {
      animation-name: leftImage;
      animation-duration: .5s;
      animation-delay: 0s; }
    .visible .image-right, .visible .right-content {
      animation-name: rightImage;
      animation-duration: .5s;
      animation-delay: 0s; }
    .visible p, .visible h2, .visible h3 {
      opacity: 1 !important; }

  @keyframes leftImage {
    0% {
      -moz-transform: translate3d(-70px, 0px, 0px);
      -webkit-transform: translate3d(-70x, 0px, 0px);
      -o-transform: translate(-70px, 0px);
      -ms-transform: translate(-70px, 0px);
      transform: translate3d(-70px, 0px, 0px); }
    100% {
      -moz-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px); } }
  @keyframes rightImage {
    0% {
      -moz-transform: translate3d(70px, 0px, 0px);
      -webkit-transform: translate3d(70px, 0px, 0px);
      -o-transform: translate(70px, 0px);
      -ms-transform: translate(70px, 0px);
      transform: translate3d(70px, 0px, 0px); }
    100% {
      -moz-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px); } }
  @keyframes headline {
    0% {
      -moz-transform: translate3d(0px, 100px, 100px);
      -webkit-transform: translate3d(0px, 100px, 100px);
      -o-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
      transform: translate3d(0px, 100px, 100px); }
    100% {
      -moz-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px); } } }
footer {
  border-top: 10px solid var(--footer-borde-top-color);
  background-color: var(--footer-background-color);
  font-family: var(--content-font-family);
  padding: 35px 13px; }
  @media screen and (min-width: 767px) {
    footer {
      padding: 75px 21px !important;
      height: 430px; } }
  footer p, footer a, footer li, footer strong {
    color: var(--footer-text-color) !important; }
  footer p {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: var(--content-font-family);
    letter-spacing: 1px; }
  @media screen and (min-width: 767px) {
    footer {
      padding: 25px 21px; }
      footer .footernav {
        height: 0px; } }
  @media screen and (min-width: 1170px) {
    footer {
      padding: 53px 0 0px 0 !important;
      height: 360px;
      overflow-y: hidden; } }
  footer .mod_customnav {
    height: 100px; }
  footer .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center; }
    @media screen and (min-width: 767px) {
      footer .flexrow {
        text-align: left; } }
  footer ul:not(.social-links) {
    margin-top: 35px; }
    @media screen and (min-width: 767px) {
      footer ul:not(.social-links) {
        margin-top: 0px;
        position: relative;
        top: -100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer ul:not(.social-links) li {
          text-align: right; } }
    footer ul:not(.social-links) li {
      padding-bottom: 10px; }
      footer ul:not(.social-links) li a, footer ul:not(.social-links) li strong {
        font-family: var(--jost-font-family);
        color: var(--color-content);
        font-size: 0.9375rem;
        line-height: 1.25rem;
        font-weight: bold;
        text-transform: uppercase; }
  footer strong {
    font-weight: bold;
    font-family: var(--jost-font-family);
    text-transform: uppercase;
    letter-spacing: 1px; }
  footer .logo--footer {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (min-width: 767px) {
      footer .logo--footer {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset; } }
  footer .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto;
    position: relative;
    left: 9px;
    text-align: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    top: 10px; }
    @media screen and (min-width: 767px) {
      footer .social-links {
        text-align: left;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin: 10px 0;
        left: -79%;
        top: 185px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        height: 50px; } }
    @media screen and (min-width: 850px) {
      footer .social-links {
        left: -78%; } }
    @media screen and (min-width: 1024px) {
      footer .social-links {
        left: -68.5%; } }
    @media screen and (min-width: 1171px) {
      footer .social-links {
        left: -69.7%; } }
    footer .social-links li {
      padding: 20px 20px 0 0; }
  footer .adress {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  footer .communication {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 25px; }
    footer .communication a, footer .communication p {
      white-space: nowrap; }
    @media screen and (min-width: 767px) {
      footer .communication {
        margin-top: 138px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset; } }
    @media screen and (min-width: 1024px) {
      footer .communication {
        margin-top: 138px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset; } }
  footer .footernav {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
    footer .footernav a {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      white-space: nowrap; }
      footer .footernav a:hover {
        color: var(--footer-active-link-color) !important; }
    footer .footernav strong {
      color: var(--footer-active-link-color) !important;
      white-space: nowrap; }
    @media screen and (min-width: 767px) {
      footer .footernav {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset; } }
  footer img {
    max-width: 79px; }
    @media screen and (min-width: 767px) {
      footer img {
        max-width: 91px; } }
  @media screen and (min-width: 1024px) {
    footer .footernav {
      position: relative;
      left: 30px;
      top: 200px; } }
  @media screen and (min-width: 1170px) {
    footer .footernav {
      position: relative;
      left: 111px; } }

@media screen and (min-width: 1171px) {
  .content-page footer .social-links {
    left: -68.2% !important; } }

.scrolltop {
  cursor: pointer;
  background-image: url("../img/top-anker.svg");
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 9999999999;
  bottom: 26px;
  right: -100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 1024px) {
    .scrolltop {
      width: 40px;
      height: 40px;
      bottom: 127px; } }
  @media screen and (min-width: 1170px) {
    .scrolltop {
      width: 50px;
      height: 50px;
      bottom: 79px; } }

.visible {
  right: 13px !important; }
  @media screen and (min-width: 767px) {
    .visible {
      right: 21px !important; } }
  @media screen and (min-width: 1171px) {
    .visible {
      right: 21px !important; } }

.min-position {
  bottom: 200px !important; }

.ce_rsce_accordeons h2 {
  -webkit-margin-after: 35px;
  margin-block-end: 35px;
  color: var(--gray-700); }
  .ce_rsce_accordeons h2:after {
    display: none !important; }
.ce_rsce_accordeons .accordeon-items:last-of-type {
  -webkit-margin-after: 0px;
  margin-block-end: 0px; }
.ce_rsce_accordeons .accordeon-items {
  margin-block-end: 2px; }
  @media screen and (min-width: 1024px) {
    .ce_rsce_accordeons .accordeon-items {
      display: grid; } }
  .ce_rsce_accordeons .accordeon-items .accordeon-headline {
    border-radius: 0px;
    position: relative;
    width: 100%;
    background-color: var(--akkordeon-item-background-color);
    height: 125px;
    padding-block: 50px;
    padding-inline-start: var(--acc-distance-inline);
    overflow-y: hidden;
    display: flex;
    align-items: center; }
    .ce_rsce_accordeons .accordeon-items .accordeon-headline h3 {
      margin: 0;
      padding: 0;
      background-repeat: no-repeat;
      background-position: 15px center;
      max-width: 90%;
      font-size: 1.25rem;
      cursor: pointer;
      line-height: 1.2;
      font-family: var(--jost-font-family);
      color: var(--color-text) !important; }
      @media screen and (min-width: 767px) {
        .ce_rsce_accordeons .accordeon-items .accordeon-headline h3 {
          font-size: 1.25rem; } }
      @media screen and (min-width: 1024px) {
        .ce_rsce_accordeons .accordeon-items .accordeon-headline h3 {
          max-width: unset; } }
    .ce_rsce_accordeons .accordeon-items .accordeon-headline .accstatebutton {
      background-image: url("../img/acc-inactive.svg");
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      position: absolute;
      right: var(--acc-distance-inline);
      top: 50px; }
  .ce_rsce_accordeons .accordeon-items .accordeon-content {
    position: relative;
    height: 0px;
    background-color: var(--akkordeon-item-background-color);
    overflow-y: hidden;
    transition: height .5s ease;
    padding-inline: var(--acc-distance-inline);
    border-bottom: 1px solid var(--hm-light-gray); }
    .ce_rsce_accordeons .accordeon-items .accordeon-content p {
      -webkit-padding-after: 25px;
      padding-block: 0 25px; }
      @media screen and (min-width: 1170px) {
        .ce_rsce_accordeons .accordeon-items .accordeon-content p {
          padding-inline-start: 0px !important; } }
.ce_rsce_accordeons .activeacc .accordeon-headline {
  border-radius: 0; }
  .ce_rsce_accordeons .activeacc .accordeon-headline .accstatebutton {
    background-image: url("../img/accactive.svg"); }
.ce_rsce_accordeons .activeacc .accordeon-content {
  height: auto;
  border-radius: 0;
  border-top: 0;
  padding-inline: var(--acc-distance-inline); }
  .ce_rsce_accordeons .activeacc .accordeon-content p {
    padding-block-end: 0px !important;
    margin-block-end: 0; }
  @media screen and (min-width: 767px) {
    .ce_rsce_accordeons .activeacc .accordeon-content p {
      padding-block-end: 30px !important; } }
.ce_rsce_accordeons .activeacc .statebutton .topline {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.ce_rsce_accordeons .activeacc .statebutton .bottomline {
  -webkit-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(180deg); } }
.dark-theme {
  --body-background-color: var(--darkmode-gray-700);
  --mainnavigation-link-color: var(--white);
  --mainnavigation-active-color: var(--color-primary-200);
  --header-slogan-color: var(--color-primary-200);
  --header-top-background-color: var(--darkmode-gray-500);
  --mod-herocontent-background-color: var(--darkmode-gray);
  --mod-herocontent-clippath-background-color: var(--darkmode-gray-100);
  --button-cta-background-color: var(--color-primary-500);
  --header-navigation-link-color: var(--white);
  --color-content: var(--white);
  --color-text: var(--white);
  --color-heading: var(--darkmode-color-accent);
  --footer-background-color: var(--darkmode-gray-200);
  --language-switcher-active-background-color: var(--darkmode-gray);
  --language-switcher-background-color: var(--darkmode-gray);
  --language-switcher-link-color: var(--white);
  --footer-borde-top-color: var(--darkmode-gray-100);
  --mod-article-seconditem-background-color: var(--darkmode-gray-500);
  --zimmer-content-background-color: var(--darkmode-gray);
  --tagungsraueme-content-background-color: var(--darkmode-gray);
  --zimmer-headline-color: var(--white);
  --download-link-color: var(--color-primary-200);
  --tagungsraueme-ratetitle-color: var(--color-primary-500);
  --rate-title-color: var(--black);
  --tagungsraueme-rateseminar-background-color: var(--darkmode-gray);
  --tagungsraueme-meal-background-color: var(--darkmode-green-dark);
  --tagungsraueme-cta-background-color: var(--darkmode-gray-500);
  --tagungsraueme-pauschalen-background-color: var(--color-primary-900);
  --akkordeon-item-background-color: var(--darkmode-gray);
  --mod-article-greencontent-background-color: var(--darkmode-green-dark);
  --mastercontent-link-color: var(--color-primary-200);
  --mainnavigation-background-color: var(--darkmode-gray);
  --frm-input-color: var(--darkmode-gray-500);
  --frm-border-color: var(--darkmode-gray);
  --frm-button-color: var(--black);
  --frm-text-color: var(--white);
  --button-menu-background-color: var(--white);
  --seminar-drinks-background-color: var(--darkmode-gray-500);
  --home-title-color: var(--color-primary-200);
  /*ContentElements*/ }
  .dark-theme header .header-tel {
    background-image: url(../img/phone-dm.svg); }
  .dark-theme .language-switcher ul:before {
    background-image: url(../img/arrow-language-dm.svg); }
  .dark-theme .rsts-prev {
    background-image: url("../img/left-arrow-dm.svg") !important; }
  .dark-theme .rsts-next {
    background-image: url("../img/right-arrow-dm.svg") !important; }
  .dark-theme .social-links img, .dark-theme .room-icons-list img, .dark-theme .mod-no-order .content-green-background img {
    filter: brightness(0) invert(1); }
  .dark-theme .ref-controls--back {
    background-image: url("../img/ref-back-arr-dm.svg"); }
  .dark-theme .ref-controls--forward {
    background-image: url("../img/ref-for-arr-dm.svg"); }
  .dark-theme .references {
    background-image: url("../img/quote-dm.svg"); }
  .dark-theme .trt-dllink a {
    background-image: url("../img/icon-download-dm.svg"); }
  .dark-theme .mod-half-day .ce_rsce_tagungsraeume_pauschalen {
    --rate-title-color: var(--white); }
  .dark-theme .accstatebutton {
    background-image: url("../img/acc-inactive-dm.svg") !important; }
  .dark-theme .activeacc .accstatebutton {
    background-image: url("../img/accactive-dm.svg") !important; }
  .dark-theme .adress-content a, .dark-theme .widget-explanation a {
    text-decoration: underline;
    color: var(--color-primary-200); }
  .dark-theme .widget-select:after {
    background-image: url("../img/arrow-select-field-dm.svg"); }

:root {
  --white: #ffffff;
  --black: #000000;
  /*Fonts*/
  --volkov-font-family: "Volkhov", sans-serif;
  --content-font-family: "futura-pt_book",sans-serif;
  --jost-font-family: "Jost", sans-serif;
  /*primary-color - alle gruenstufen*/
  --color-primary-100: #CCE57F;
  --color-primary-200: #88B118;
  --color-primary-500: #95C11F;
  /*Sketch primaryColor*/
  --color-primary-700: #80AA11;
  --color-primary-900: #077A33;
  /*secondary color - graustufen*/
  --color-secondary-lightest: #EEE6D7;
  --color-secondary-light: #D8D3C9;
  --color-secondary-medium: #676767;
  --color-secondary-dark: #4B4C4B;
  --color-accent: #FFF6E7;
  /*DarkmodeColder*/
  --darkmode-color-accent: #8E8E8E;
  --darkmode-gray-100: #373737;
  --darkmode-gray: #303030;
  --darkmode-gray-200: #2B2B2B;
  --darkmode-gray-500: #212121;
  --darkmode-gray-700: #121212;
  --darkmode-green-dark: #60664D;
  /*Struktur und Contentsettings*/
  --max-width: 1170px;
  --color-content: var(--black);
  --color-heading: var(--color-secondary-dark);
  --color-text: var(--black);
  --body-background-color: var(--white);
  --header-top-background-color: var(--color-accent);
  --mainnavigation-active-color: var(--color-primary-900);
  --mainnavigation-customnav-border-color: var(--color-primary-100);
  --mainnavigation-link-color: var(--color-secondary-dark);
  --mainnavigation-secondlevel-link-color: #75160e;
  --header-slogan-color: var(--color-primary-900);
  --header-font-family: var(--jost-font-family);
  --zimer-heading-font-family: var(--volkov-font-family);
  --header-height: 212px;
  --header-navigation-link-color: var(--color-secondary-dark);
  --mainnavigation-background-color: var(--white);
  --mod-herocontent-background-color: var(--color-secondary-dark);
  --mod-herocontent-clippath-background-color: var(--color-secondary-medium);
  --mod-article-seconditem-background-color: var(--color-accent);
  --mod-article-greencontent-background-color: var(--color-primary-100);
  --button-cta-background-color: var(--color-primary-500);
  --button-cta-hoverbackground-color: var(--color-primary-700);
  --button-cta-textcolor: var(--black);
  --button-menu-background-color: var(--color-secondary-dark);
  --zimmer-content-background-color: var(--white);
  --zimmer-headline-color: var(--color-heading);
  --language-switcher-background-color: var(--color-secondary-lightest);
  --language-switcher-active-background-color: var(--color-secondary-light);
  --language-switcher-link-color: var(--color-secondary-dark);
  --tagungsraueme-content-background-color: var(--white);
  --tagungsraueme-ratetitle-color: var(--color-primary-500);
  --tagungsraueme-ratetitle-textcolor: var(--color-text);
  --tagungsraueme-rateseminar-background-color: var(--color-accent);
  --tagungsraueme-meal-background-color: var(--color-primary-100);
  --tagungsraueme-cta-background-color: var(--color-secondary-dark);
  --tagungsraueme-pauschalen-background-color: var(--color-primary-900);
  --ref-items-border-color: #ECEEF0;
  --akkordeon-item-background-color: var(--white);
  --more-rooms-content-color: var(--white);
  --term-items-border-color: #BCB29E;
  --term-items-after-color: #323f39;
  --job-item-title-background-color: var(--white);
  --job-item-title-text-color: var(--color-secondary-dark);
  --job-item-url-background-color: var(--color-primary-500);
  --job-item-url-hover-background-color: var(--color-primary-700);
  --form-field-border-color: #CACCCF;
  --footer-background-color: var(--color-secondary-dark);
  --footer-borde-top-color: var(--color-primary-500);
  --footer-text-color: var(--white);
  --footer-active-link-color: var(--color-primary-100);
  --mastercontent-link-color: var(--color-primary-900);
  --download-link-color: var(--color-primary-900);
  --rate-title-color: var(--white);
  --full-rate-title-color: var(--black);
  --frm-input-color: var(--white);
  --frm-button-color: var(--white);
  --frm-text-color: #323F39;
  --frm-border-color: #CACCCF;
  --seminar-drinks-background-color: transparent;
  --home-title-color: var(--color-primary-900);
  --articledistance-inner: 13px;
  --acc-distance-inline: 13px; }
  @media screen and (min-width: 767px) {
    :root {
      --articledistance-inner: 21px;
      --acc-distance-inline: 21px; } }
  @media screen and (min-width: 1024px) {
    :root {
      --acc-distance-inline: 75px; } }

/*# sourceMappingURL=main.css.map */
