@charset "UTF-8";
:root {
  --gray-1: 96%;
  --gray-2: 88%;
  --gray-3: 62%;
  --gray-4: 38%;
  --gray-5: 13%;
  --bg-color: var(--color-white);
  --color-white: #FDFEFF;
  --color-white-hover: #fdfeffcc;
  --color-gray: #606060;
  --color-gray-light: #B9B9B9;
  --color-black: #202124;
  --color-1:#004071;
  --color-2: #fff2c9;
  --color-error: #FFD21A;
  --color-gray-1: hsl(0, 0%, var(--gray-1));
  --color-gray-2: hsl(0, 0%, var(--gray-2));
  --color-gray-3: hsl(0, 0%, var(--gray-3));
  --color-gray-4: hsl(0, 0%, var(--gray-4));
  --color-gray-5: hsl(0, 0%, var(--gray-5));
  /* GENERAL TRANSITION VARIABLE */
  --transition: all 500ms ease;
}

body {
  background-color: var(--bg-color);
  --color-primary: var(--color-1);
  --color-secondary: var(--color-2);
  --color-tertiary: var(--color-gray);
  --footer-color: var(--color-2);
}

.dark-bg {
  color: var(--color-white);
  padding: 20px 23px 5px 23px;
}
.dark-bg h1, .dark-bg .h1, .dark-bg h2, .dark-bg .h2, .dark-bg h3, .dark-bg .h3, .dark-bg h4, .dark-bg .h4, .dark-bg h5, .dark-bg .h5, .dark-bg h6, .dark-bg .h6, .dark-bg p {
  color: var(--color-white);
}

.light-bg {
  color: var(--color-black);
  padding: 10px 20px;
  margin: 20px 0px;
}

.black {
  background-color: var(--color-black);
}

.gray-5 {
  background-color: var(--color-gray-5);
}

.gray-4 {
  background-color: var(--color-gray-4);
}

.gray-3 {
  background-color: var(--color-gray-3);
}

.gray-2 {
  background-color: var(--color-gray-2);
}

.gray-1 {
  background-color: var(--color-gray-1);
}

.primary-bg {
  background-color: var(--color-primary);
}

.secondary-bg {
  background-color: var(--color-secondary);
  padding: 6rem 0px;
}

.tertiary-bg {
  background-color: var(--color-tertiary);
}

/* Dancing Script */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/dancing/dancing-script-v14-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* AT Rotis */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "AT Rotis Sans Serif 55";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../Fonts/rotis/at-rotis-sans-serif-55.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "AT Rotis Sans Serif 45";
  font-weight: 300;
  font-display: swap;
  src: url("../Fonts/rotis/at-rotis-sans-serif-45.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "AT Rotis Serif 55";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../Fonts/rotis/at-rotis-serif-55.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "AT Rotis Serif 45";
  font-weight: 300;
  font-display: swap;
  src: url("../Fonts/rotis/at-rotis-serif-45.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Global Styles */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "AT Rotis Serif 55";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #004071;
  text-decoration: none;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #ffe594;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #eceeef;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.copy-text a,
.custom-copy-text a {
  color: #004071;
  text-decoration: underline;
  font-weight: bold;
}

.h1, h1 {
  font-family: "Dancing Script", cursive !important;
  font-size: 47px;
  line-height: 1.25;
  margin: 2rem 0px !important;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.h4, h4 {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 23px;
  color: inherit;
}

h4.card-title {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 25px;
  line-height: 1.25;
}

.p-zwischen {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 21px;
  line-height: 29px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 25px;
  }
  .custom-copy-text p.p-zwischen {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.563rem;
    line-height: 1.25;
  }
}
.language-menu {
  text-align: left;
}

.menu-headline > i {
  margin-right: 5px;
}

.d21-click-icon svg {
  width: unset;
  height: unset;
}

#bewertung-box {
  position: fixed;
  right: 50px;
  top: 150px;
  z-index: 999;
  width: 200px;
}
#bewertung-box span {
  color: #ffe594;
  font-family: "AT Rotis Sans Serif 55";
  font-size: 16px;
}
#bewertung-box img {
  margin-right: 1rem;
  margin-left: 1rem;
  display: inline;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
#bewertung-box a {
  text-decoration: none;
}

.bewertung-header {
  text-transform: uppercase;
  background-color: #004071;
}

.d21-container-view {
  position: relative;
  max-width: 500px;
  right: 32px;
}

.d21-widget div, .d21-container-view.d21-container-no-select {
  border-radius: 0px !important;
}

.btn-newsletter-signup {
  min-width: 270px;
}

.btn-newsletter-signup--sticky {
  min-width: unset !important;
}

.btn-buchen-signup {
  min-width: 270px;
}

.btn-bcuhen-signup--sticky {
  min-width: unset !important;
}

.bewertung-body {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0.5rem;
}

.bewertung-huge {
  text-transform: uppercase;
  padding-top: 1rem;
  font-size: 2rem;
  text-decoration: none;
}

.bewertung-small {
  font-size: 1rem;
}

#newsletter-box-small img {
  margin: 1rem;
  display: inline;
  vertical-align: middle;
  width: 64px;
  height: 64px;
}

/* Buchen Box Small */
#buchen-box-small {
  position: fixed;
  right: 50px;
  top: 100px;
  background-color: #004071;
  z-index: 999;
  width: 64px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#buchen-box-small span {
  color: #ffe594;
  font-family: "AT Rotis Sans Serif 55";
  font-size: 24px;
}
#buchen-box-small img {
  margin-right: 1rem;
  display: inline;
  vertical-align: middle;
  margin-left: 1rem;
  width: 32px;
  height: 32px;
}

/* BUCHEN BOX */
#buchen-box {
  display: block;
  position: fixed;
  right: 0px;
  top: 100px;
  background-color: unset;
  z-index: 9999;
  width: 200px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#buchen-box span {
  color: #004071;
  font-family: "AT Rotis Sans Serif 55";
  font-size: 16px;
}
#buchen-box img {
  margin-right: 1rem;
  display: inline;
  vertical-align: middle;
  margin-left: 1rem;
  width: 32px;
  height: 32px;
}

.btn-view-signup {
  display: none;
}

.nav-bar {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  z-index: 1000;
  position: absolute;
}

nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}

.nav-bar__label {
  color: #004071;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: inherit;
  margin-bottom: 0px !important;
  background-color: #fffbef;
  border-bottom: 3px solid #004071;
  padding-right: 15px;
  padding-left: 15px;
  height: 116px;
}

img.mobile-logo {
  width: 120px;
  width: auto;
  height: 80px;
}

.mobile-menu-text {
  padding-top: 35px;
  padding-right: 10px;
}

label .nav-bar__label {
  margin-bottom: 0px !important;
}

label > .nav-bar__sub-label {
  margin-bottom: 0px !important;
}

.nav-bar__label, .nav-bar__sub-label {
  cursor: pointer;
}

.nav-bar__list {
  background: #004071;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}

.nav-bar__list, [id^=toggle] {
  display: none;
}

[id^=toggle]:checked + .nav-bar__list {
  display: block;
}

.nav-bar__list-item {
  display: block;
}

.nav-bar__link, .nav-bar__sub-label {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  word-wrap: break-word;
}

.nav-bar__list-item .nav-bar__list-item .nav-bar__link, .nav-bar__list-item .nav-bar__list-item .nav-bar__sub-label {
  padding: 10px 10px 10px 50px;
}

.nav-bar__link:hover, .nav-bar__link:active, .nav-bar__sub-label:hover {
  background: #ffe594;
  color: #004071;
}

.navbar-nav .nav-item:hover .overlay {
  display: block !important;
}

.navbar-nav .nav-item .overlay {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 135px;
  left: 0;
  background-color: rgba(0, 64, 113, 0.9);
  overflow-y: hidden;
  transition: 0.3s;
}

.nav-up .navbar-nav .nav-item:hover .overlay {
  display: none !important;
}

.navbar-full {
  z-index: 1000;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.overlayInnerWidth li {
  padding: 0.5rem 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: left;
  color: #ffe594;
}

.navbar-nav .nav-item .overlay a {
  padding: 8px 0px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar-nav .nav-item .overlay a:hover, .navbar-nav .nav-item .overlay a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-nav {
  flex-direction: row !important;
}

.navbar-fixed-top {
  top: 0;
}

.nav-item i {
  font-size: 2rem;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: " ";
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-toggleable-xl {
  display: block;
}

.navbar-toggleable-xl::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 0.5rem;
  margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-toggler {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both;
}

.nav-bar > .nav-bar__list, .book-now-box-wrap {
  opacity: 0;
}

.display-block-important {
  display: block !important;
}

@media (max-width: 992px) {
  .header-fixed-bar {
    align-items: center;
    background: #004071;
    bottom: 0;
    display: flex;
    height: 75px;
    left: 0;
    position: fixed;
    /* padding: 12px 22px; */
    justify-content: space-between;
    width: 100%;
    z-index: 99999;
    padding-right: 24px;
  }
  .booking-box--open .book-now-box-wrap {
    background-color: #004071 !important;
    opacity: 1 !important;
    pointer-events: auto;
  }
  body.menu--open, body.booking-box--open {
    overflow: hidden;
  }
  .header-fixed-bar__item-icon {
    margin-bottom: 5px;
  }
  .booking-box--open .book-now-box-wrap {
    background-color: #004071 !important;
    opacity: 1 !important;
    pointer-events: auto;
  }
  .book-now-box-wrap {
    top: 0 !important;
    width: 100% !important;
    right: 0 !important;
    padding: 0 24px;
    opacity: 0 !important;
    pointer-events: none;
  }
  .nav-bar > .nav-bar__list, .book-now-box-wrap {
    opacity: 0;
    position: fixed;
    height: calc(100% - 75px);
    top: 0;
    pointer-events: none;
    flex-direction: column;
    justify-content: center;
    max-height: calc(100% - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 75px;
    border-bottom: 1px solid #FAE59E;
  }
  .has-sub > .nav-bar__sub-label {
    position: relative;
  }
  .has-sub > .nav-bar__sub-label::after, .second-level-menu .nav-back-link a::before {
    background-repeat: no-repeat;
    content: "";
    position: absolute;
  }
  .has-sub > .nav-bar__sub-label::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTguODg0IDIxLjAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmFlNTllIiBkPSJNMTguNTI3IDExLjA3M0MxMy4zMTYgNy4zMzMgOC4xMTIgMy41OTkgMi43NTcuMDY1Yy0uNDEyLS4yNzItLjkyNi4zOC0uNTMyLjY5bC4wNTUuMDQyYy0uMDA4LjAyNS0uMDMxLjAzOC0uMDM1LjA2Ni0uMjY1IDEuNzA1IDEgNC4wNTIgMS42MTMgNS42YTEzLjUgMTMuNSAwIDAwMi44IDQuNzE4Yy0xLjAxIDEuMTQ5LTIuMDA4IDIuMzEtMy4wMDYgMy40N2EyMS44NTkgMjEuODU5IDAgMDAtMy4zOCA0LjQ3OS42NjcuNjY3IDAgMDAuMS43NzNsLS4xMTguMDQ5Yy0uNDI2LjE4Mi0uMjY4LjgzLjEyMi45MzYgMi40LjY1NCA1LjIzNy0xLjI1NSA3LjIzNC0yLjM4MSAzLjU3Mi0yLjAxMyA2Ljg3Ny00LjYwNiAxMC43MzktNi4wNjRhLjc2Ljc2IDAgMDAuMTc4LTEuMzd6bS0xNi43NyA4LjI0M2MuMzc3LS40NzcuNzc0LS45MzggMS4xNjktMS40LjE2NS4yMzYuMzM2LjQ2My41MTMuNjg1LS41NTcuMjM5LTEuMTE2LjQ3Ni0xLjY4Mi43MTV6bTIuMjA5LS45NDVhMTAuNTQ1IDEwLjU0NSAwIDAwLS43MjgtLjgzYy4yNzYtLjMxOC41NTctLjYzMi44MzctLjk0OC4xNjkuMTQ2LjMyOC4zLjUuNDQ3cS4zMy4yODMuNjUzLjU3M2wuMTQxLjEzcS0uNjk3LjMyLTEuNDAzLjYyOHptMS44ODYtLjg2MWExLjg1OSAxLjg1OSAwIDAwLS40MjctLjRjLS4zNTktLjI3NC0uNzI3LS41MzgtMS4wOS0uODA5bC41MDUtLjU3NGExNS4wNjMgMTUuMDYzIDAgMDAxLjE3OSAxLjAyNGMuMTY1LjEyNy4zNS4yNzUuNTQzLjQwNS0uMjM4LjExNS0uNDc0LjI0Mi0uNzExLjM1NHptMS4zNTItLjY3OGExMi4wNDUgMTIuMDQ1IDAgMDEtMi4wODEtMS40M2MuMjExLS4yMzkuNDE3LS40ODEuNjI3LS43MjEuMTExLjA5NC4yLjE2My4yMjYuMTgyLjQ5LjM1OCAxIC42OTMgMS41IDEuMDM0LjIxMS4xNDQuNDE5LjI5NS42MzUuNDMxbC4wMTkuMDEyYy0uMzExLjE2OC0uNjE4LjMzNC0uOTI3LjQ5MnptMi40NzYtMS4zODNjLS4zMjMuMi0uNjQ2LjM4NS0uOTcuNTY4YTQuMTQ2IDQuMTQ2IDAgMDAtMS4wNjUtLjdjLS40MzgtLjI2LS44NzctLjUxOS0xLjMxLS43ODktLjEtLjA2LS4xOTMtLjEyMi0uMjktLjE4My40NTQtLjUyNC44OC0xLjA2NyAxLjMxNS0xLjZsMS4yMzUgMS4zMzdjLjM5Mi40MjUuNzkxLjg5IDEuMjM0IDEuMjgyem0uNjI4LS4zODlhMTQuOCAxNC44IDAgMDAtMS4zNjgtMS4zM2wtMS4zNjItMS4yNTljLjE3NS0uMjIxLjM2Ny0uNDI5LjUzNi0uNjU0LjM4Mi0uNTExLS4xMzQtMS4xMTEtLjY2Mi0xLjE0NmEyNS44MyAyNS44MyAwIDAxLS45NDYtMS44MjJjMS43NTYgMS43NDYgMy4zMzQgMy42NiA1LjA2IDUuNDM4LS40MjIuMjU2LS44NDEuNTEzLTEuMjU5Ljc3M3ptMS44ODUtMS4xNWE2Ny45IDY3LjkgMCAwMC02LjA3Mi01Ljg4OCA0Ny4zMTcgNDcuMzE3IDAgMDEtMS4xNzQtMi45NjRjLS4xNi0uNDQzLS4yOTItLjk3OS0uNDMyLTEuNTMyYTY5LjU4NSA2OS41ODUgMCAwMTcuMzIxIDguMzc5IDkuNTgyIDkuNTgyIDAgMDAxLjIgMS41MjdjLS4yODUuMTYxLS41NjQuMzE4LS44NDUuNDc5em0xLjQxLS44NjhjLjItLjMwNy0zLjMxNC00LjAxOC0zLjU1OC00LjI5MmE2My44NjcgNjMuODY3IDAgMDAtNS43MDgtNS44OTNjLS4wNi0uMjE1LS4xMjItLjQzMS0uMTkyLS42MzggMS42NzkgMS4zIDMuMzc1IDIuNTcyIDUuMDczIDMuODQzYTM4LjQ3NiAzOC40NzYgMCAwMDUuNDU0IDYuNDg4Yy0uMjYuMTM5LS41MzIuMjU2LS43OS40YS4yMzguMjM4IDAgMDAtLjI4MS4wOTN6bTEuNzQyLS44MzRhNjkuNTA2IDY5LjUwNiAwIDAxLTUuMDQtNS4zMjRxMy4xNiAyLjM1MSA2LjM0OSA0LjY2NWMtLjQ1LjIwMS0uODc1LjQzOS0xLjMxMS42NnoiIGRhdGEtbmFtZT0iUGF0aCAzNTM0Ii8+PC9zdmc+");
    background-size: 18px 21px;
    height: 21px;
    right: 25px;
    width: 18px;
  }
  .nav-bar__list.second-level-menu {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    padding-top: 50px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease 0s;
    display: block !important;
  }
  .nav-bar__list-item.sub--open > .nav-bar__list.second-level-menu {
    opacity: 1;
    pointer-events: auto;
    left: 0%;
    transition: all 0.5s ease-in-out 0s;
  }
  .nav-bar__list.second-level-menu .nav-bar__link, .nav-bar__list.second-level-menu .nav-bar__sub-label {
    padding: 15px 24px !important;
  }
  .second-level-menu .nav-back-link {
    margin-bottom: 15px;
    margin-left: 24px;
  }
  .second-level-menu .nav-back-link a {
    color: #fff;
    font-size: 13px;
    padding: 15px 0 15px 25px;
    position: relative;
    text-transform: uppercase;
  }
}
@media (max-width: 992px) {
  .header-fixed-bar__item {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 12px 24px;
  }
  .header-fixed-bar__item-text {
    color: #FAE59E;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
  }
  .header-fixed-bar__item-icon svg {
    height: auto;
    width: auto;
  }
  .menu-trigger,
  .booknow-trigger {
    top: 0;
    position: relative;
    transition: top 0.3s ease-in-out 0s;
  }
  .booknow-trigger {
    max-width: 80px;
  }
  .booknow-trigger .header-fixed-bar__item-text {
    white-space: nowrap;
  }
  .menu-trigger--active,
  .booknow-trigger--active {
    background-color: #FAE59E;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    top: -40px;
  }
  .menu-trigger--active .header-fixed-bar__item-icon,
  .booknow-trigger--active .header-fixed-bar__item-icon {
    margin-bottom: 10px;
  }
  .booknow-trigger--active .header-fixed-bar__item-text,
  .menu-trigger--active .header-fixed-bar__item-text {
    color: #004071;
  }
  .header-fixed-bar__item-icon-close,
  .header-fixed-bar__item-text-active {
    display: none;
  }
  .menu-trigger--active svg,
  .booknow-trigger--active svg,
  .booknow-trigger--active .header-fixed-bar__item-text span {
    display: none;
  }
  .booknow-trigger--active .header-fixed-bar__item-icon-close,
  .menu-trigger--active .header-fixed-bar__item-icon-close,
  .booknow-trigger--active .header-fixed-bar__item-text .header-fixed-bar__item-text-active {
    display: block;
  }
  /*Menu Navigation*/
  .nav-bar .nav-bar__label > div:first-child {
    float: none !important;
  }
  .nav-bar .mobile-menu-text {
    display: none;
  }
  .btn-newsletter-signup {
    display: none;
  }
  .btn-buchen-signup {
    display: none;
  }
  body.menu--open,
  body.booking-box--open {
    overflow: hidden;
  }
  .menu--open .nav-bar > ul.nav-bar__list {
    display: flex;
    opacity: 1;
    pointer-events: auto;
  }
  .responsive-lang-links a,
  .navigation-responsive .nav-bar__link,
  .navigation-responsive .nav-bar__sub-label {
    font-family: "AT Rotis Sans Serif 55";
  }
  .navigation-responsive .nav-bar__link,
  .navigation-responsive .nav-bar__sub-label {
    color: #FAE59E;
    font-size: 23px;
    line-height: 21px;
    padding: 15px 45px 15px 24px;
  }
  .has-sub > .nav-bar__sub-label {
    position: relative;
  }
  .has-sub > .nav-bar__sub-label::after,
  .second-level-menu .nav-back-link a::before {
    background-repeat: no-repeat;
    content: "";
    position: absolute;
  }
  .has-sub > .nav-bar__sub-label::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTguODg0IDIxLjAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmFlNTllIiBkPSJNMTguNTI3IDExLjA3M0MxMy4zMTYgNy4zMzMgOC4xMTIgMy41OTkgMi43NTcuMDY1Yy0uNDEyLS4yNzItLjkyNi4zOC0uNTMyLjY5bC4wNTUuMDQyYy0uMDA4LjAyNS0uMDMxLjAzOC0uMDM1LjA2Ni0uMjY1IDEuNzA1IDEgNC4wNTIgMS42MTMgNS42YTEzLjUgMTMuNSAwIDAwMi44IDQuNzE4Yy0xLjAxIDEuMTQ5LTIuMDA4IDIuMzEtMy4wMDYgMy40N2EyMS44NTkgMjEuODU5IDAgMDAtMy4zOCA0LjQ3OS42NjcuNjY3IDAgMDAuMS43NzNsLS4xMTguMDQ5Yy0uNDI2LjE4Mi0uMjY4LjgzLjEyMi45MzYgMi40LjY1NCA1LjIzNy0xLjI1NSA3LjIzNC0yLjM4MSAzLjU3Mi0yLjAxMyA2Ljg3Ny00LjYwNiAxMC43MzktNi4wNjRhLjc2Ljc2IDAgMDAuMTc4LTEuMzd6bS0xNi43NyA4LjI0M2MuMzc3LS40NzcuNzc0LS45MzggMS4xNjktMS40LjE2NS4yMzYuMzM2LjQ2My41MTMuNjg1LS41NTcuMjM5LTEuMTE2LjQ3Ni0xLjY4Mi43MTV6bTIuMjA5LS45NDVhMTAuNTQ1IDEwLjU0NSAwIDAwLS43MjgtLjgzYy4yNzYtLjMxOC41NTctLjYzMi44MzctLjk0OC4xNjkuMTQ2LjMyOC4zLjUuNDQ3cS4zMy4yODMuNjUzLjU3M2wuMTQxLjEzcS0uNjk3LjMyLTEuNDAzLjYyOHptMS44ODYtLjg2MWExLjg1OSAxLjg1OSAwIDAwLS40MjctLjRjLS4zNTktLjI3NC0uNzI3LS41MzgtMS4wOS0uODA5bC41MDUtLjU3NGExNS4wNjMgMTUuMDYzIDAgMDAxLjE3OSAxLjAyNGMuMTY1LjEyNy4zNS4yNzUuNTQzLjQwNS0uMjM4LjExNS0uNDc0LjI0Mi0uNzExLjM1NHptMS4zNTItLjY3OGExMi4wNDUgMTIuMDQ1IDAgMDEtMi4wODEtMS40M2MuMjExLS4yMzkuNDE3LS40ODEuNjI3LS43MjEuMTExLjA5NC4yLjE2My4yMjYuMTgyLjQ5LjM1OCAxIC42OTMgMS41IDEuMDM0LjIxMS4xNDQuNDE5LjI5NS42MzUuNDMxbC4wMTkuMDEyYy0uMzExLjE2OC0uNjE4LjMzNC0uOTI3LjQ5MnptMi40NzYtMS4zODNjLS4zMjMuMi0uNjQ2LjM4NS0uOTcuNTY4YTQuMTQ2IDQuMTQ2IDAgMDAtMS4wNjUtLjdjLS40MzgtLjI2LS44NzctLjUxOS0xLjMxLS43ODktLjEtLjA2LS4xOTMtLjEyMi0uMjktLjE4My40NTQtLjUyNC44OC0xLjA2NyAxLjMxNS0xLjZsMS4yMzUgMS4zMzdjLjM5Mi40MjUuNzkxLjg5IDEuMjM0IDEuMjgyem0uNjI4LS4zODlhMTQuOCAxNC44IDAgMDAtMS4zNjgtMS4zM2wtMS4zNjItMS4yNTljLjE3NS0uMjIxLjM2Ny0uNDI5LjUzNi0uNjU0LjM4Mi0uNTExLS4xMzQtMS4xMTEtLjY2Mi0xLjE0NmEyNS44MyAyNS44MyAwIDAxLS45NDYtMS44MjJjMS43NTYgMS43NDYgMy4zMzQgMy42NiA1LjA2IDUuNDM4LS40MjIuMjU2LS44NDEuNTEzLTEuMjU5Ljc3M3ptMS44ODUtMS4xNWE2Ny45IDY3LjkgMCAwMC02LjA3Mi01Ljg4OCA0Ny4zMTcgNDcuMzE3IDAgMDEtMS4xNzQtMi45NjRjLS4xNi0uNDQzLS4yOTItLjk3OS0uNDMyLTEuNTMyYTY5LjU4NSA2OS41ODUgMCAwMTcuMzIxIDguMzc5IDkuNTgyIDkuNTgyIDAgMDAxLjIgMS41MjdjLS4yODUuMTYxLS41NjQuMzE4LS44NDUuNDc5em0xLjQxLS44NjhjLjItLjMwNy0zLjMxNC00LjAxOC0zLjU1OC00LjI5MmE2My44NjcgNjMuODY3IDAgMDAtNS43MDgtNS44OTNjLS4wNi0uMjE1LS4xMjItLjQzMS0uMTkyLS42MzggMS42NzkgMS4zIDMuMzc1IDIuNTcyIDUuMDczIDMuODQzYTM4LjQ3NiAzOC40NzYgMCAwMDUuNDU0IDYuNDg4Yy0uMjYuMTM5LS41MzIuMjU2LS43OS40YS4yMzguMjM4IDAgMDAtLjI4MS4wOTN6bTEuNzQyLS44MzRhNjkuNTA2IDY5LjUwNiAwIDAxLTUuMDQtNS4zMjRxMy4xNiAyLjM1MSA2LjM0OSA0LjY2NWMtLjQ1LjIwMS0uODc1LjQzOS0xLjMxMS42NnoiIGRhdGEtbmFtZT0iUGF0aCAzNTM0Ii8+PC9zdmc+");
    background-size: 18px 21px;
    height: 21px;
    right: 25px;
    width: 18px;
  }
  .responsive-lang-links {
    align-items: center;
    display: flex;
    padding: 10px 24px;
  }
  .responsive-lang-links a {
    color: #FAE59E;
    font-size: 13px;
    line-height: 17px;
  }
  .responsive-lang-links a:not(:last-child)::after {
    color: inherit;
    content: "|";
    margin: 0 10px;
  }
  .nav-bar__list-item.sub--open > .nav-bar__list.second-level-menu {
    opacity: 1;
    pointer-events: auto;
    left: 0%;
    transition: all 0.5s ease-in-out 0s;
  }
  .nav-bar__list.second-level-menu .nav-bar__link,
  .nav-bar__list.second-level-menu .nav-bar__sub-label {
    padding: 15px 24px !important;
  }
  .second-level-menu .nav-back-link {
    margin-bottom: 15px;
    margin-left: 24px;
  }
  .second-level-menu .nav-back-link a {
    color: #fff;
    font-size: 13px;
    padding: 15px 0 15px 25px;
    position: relative;
    text-transform: uppercase;
  }
  .nav-back-link a::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTIuMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS4yMDggNS44MjZjMy4wMzYgMi4xOSA2LjA2NyA0LjM3NyA5LjE4NiA2LjQ0Ni4yNC4xNi41MzktLjIyMi4zMS0uNGwtLjAzMi0uMDI1YzAtLjAxNS4wMTgtLjAyMi4wMi0uMDM5LjE1NC0xLS41ODItMi4zNzMtLjk0LTMuMjc5YTcuOTE2IDcuOTE2IDAgMDAtMS42MzEtMi43NjMgMjYwLjE0IDI2MC4xNCAwIDAwMS43NTEtMi4wMzIgMTIuOCAxMi44IDAgMDAxLjk2OS0yLjYyMy4zOTIuMzkyIDAgMDAtLjA1Ny0uNDUzbC4wNjgtLjAyOWMuMjQ4LS4xMDcuMTU2LS40ODYtLjA3MS0uNTQ4LTEuNC0uMzgzLTMuMDUxLjczNS00LjIxNCAxLjM5NC0yLjA4MSAxLjE3OS00LjAwNiAyLjctNi4yNTUgMy41NTFhLjQ0Ni40NDYgMCAwMC0uMTA0Ljh6TTkuOTc3Ljk5OWMtLjIyLjI3OS0uNDUxLjU1LS42ODEuODIxLS4xLS4xMzgtLjItLjI3MS0uMy0uNC4zMjUtLjE0Mi42NTEtLjI4MS45OC0uNDIxem0tMS4yODcuNTU0YTYuMTY4IDYuMTY4IDAgMDAuNDI0LjQ4NmMtLjE2MS4xODYtLjMyNS4zNy0uNDg4LjU1NS0uMS0uMDg1LS4xOTEtLjE3Ny0uMjktLjI2MmEyNC4wNzYgMjQuMDc2IDAgMDEtLjM4MS0uMzM2bC0uMDgyLS4wNzZxLjQwNy0uMTg3LjgxNy0uMzY3em0tMS4xLjVhMS4wODUgMS4wODUgMCAwMC4yNDkuMjM1Yy4yMDkuMTYuNDI0LjMxNS42MzUuNDc0LS4xLjExMi0uMi4yMjUtLjI5NC4zMzZhOC43OTQgOC43OTQgMCAwMC0uNjg3LS42Yy0uMS0uMDc0LS4yLS4xNjEtLjMxNi0uMjM3LjEzOS0uMDY0LjI3Ny0uMTM4LjQxNS0uMnptLS43ODcuNGE3LjAxNiA3LjAxNiAwIDAxMS4yMTIuODM3Yy0uMTIzLjE0LS4yNDMuMjgyLS4zNjUuNDIyYTEuMzYyIDEuMzYyIDAgMDAtLjEzMi0uMTA3Yy0uMjg1LS4yMS0uNTgxLS40MDYtLjg3My0uNjA1LS4xMjMtLjA4NC0uMjQ0LS4xNzItLjM3LS4yNTJsLS4wMTEtLjAwN2MuMTgxLS4wOTcuMzY0LS4xOTUuNTQtLjI4N3ptLTEuNDQyLjgxYy4xODgtLjExOC4zNzYtLjIyNi41NjUtLjMzM2EyLjQxNCAyLjQxNCAwIDAwLjYyLjQxMmMuMjU1LjE1Mi41MTEuMy43NjMuNDYybC4xNjkuMTA3Yy0uMjY0LjMwNy0uNTEzLjYyNS0uNzY2Ljk0bC0uNzItLjc4M2MtLjIyOS0uMjQ5LS40NjEtLjUyMS0uNzE5LS43NTF6bS0uMzY2LjIyOGE4LjYzOSA4LjYzOSAwIDAwLjguNzc5bC43OTMuNzM3Yy0uMS4xMjktLjIxNC4yNTEtLjMxMi4zODMtLjIyMi4zLjA3OC42NTEuMzg1LjY3MS4yLjM0OS4zOC43MDYuNTUxIDEuMDY3QzYuMTg5IDYuMTA2IDUuMjcgNC45ODUgNC4yNjUgMy45NDRjLjI0NC0uMTUuNDg4LS4zLjczMS0uNDUzem0tMS4xLjY3M2EzOS42NDYgMzkuNjQ2IDAgMDAzLjUzNyAzLjQ0OGMuMjQ4LjU2Ni40NzEgMS4xNDUuNjg0IDEuNzM2LjA5My4yNTkuMTcuNTczLjI1Mi45YTQwLjY4OCA0MC42ODggMCAwMS00LjI2NC00LjkwNyA1LjYwNyA1LjYwNyAwIDAwLS43LS44OTVjLjE2OS0uMDk2LjMzNC0uMTg1LjQ5NC0uMjg1em0tLjgyMS41MDhhMTYuOCAxNi44IDAgMDAyLjA3MiAyLjUxMyAzNy4zMDkgMzcuMzA5IDAgMDAzLjMyNSAzLjQ1MWMuMDM1LjEyNi4wNzEuMjUyLjExMi4zNzQtLjk3OC0uNzYtMS45NjYtMS41MDYtMi45NTUtMi4yNTFhMjIuNSAyMi41IDAgMDAtMy4xNzctMy44Yy4xNTItLjA4Mi4zMS0uMTUuNDYtLjIzM2EuMTM4LjEzOCAwIDAwLjE2Ni0uMDUzem0tMS4wMTUuNDg4YTQwLjYxNyA0MC42MTcgMCAwMTIuOTM2IDMuMTE4cS0xLjg0MS0xLjM3Ny0zLjctMi43MzJjLjI2Ni0uMTEzLjUxNC0uMjU2Ljc2OC0uMzg1eiIgZGF0YS1uYW1lPSJQYXRoIDM1MzQiLz48L3N2Zz4=");
    background-size: 11px 12px;
    height: 12px;
    left: 0;
    top: 16px;
    width: 11px;
  }
  .navigation-responsive .nav-bar__link:hover,
  .navigation-responsive .nav-bar__link:active,
  .navigation-responsive .nav-bar__sub-label:hover {
    background: transparent;
    color: #ffe594;
  }
  .navigation-responsive .nav-bar__link, .navigation-responsive .nav-bar__sub-label {
    color: #FAE59E;
    font-size: 23px;
    line-height: 21px;
    padding: 15px 45px 15px 24px;
  }
  .second-level-menu .nav-back-link {
    margin-bottom: 15px;
    margin-left: 24px;
  }
}
@media (min-width: 576px) {
  .navbar {
    border-radius: 0.25rem;
  }
  .navbar-full {
    border-radius: 0;
  }
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
  .navbar-sticky-top {
    border-radius: 0;
  }
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-xs {
    display: block;
  }
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
  .navbar-toggleable-xs {
    display: block !important;
  }
}
@media (min-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm {
    display: block;
  }
  #buchen-box {
    right: -37px;
    top: 110px;
    width: 280px;
    padding-bottom: 5px;
  }
  #buchen-box span {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 24px;
  }
  #buchen-box img {
    margin-right: 1rem;
    display: inline;
    vertical-align: middle;
    margin-left: 1rem;
    width: 64px;
    height: 64px;
  }
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #buchen-box {
    right: -85px;
    top: 120px;
    width: 377px;
    padding-bottom: 5px;
  }
  .nav-bar > .nav-bar__list, .book-now-box-wrap {
    opacity: 1;
    position: fixed;
    height: calc(100% - 75px);
    top: 0;
    pointer-events: none;
    flex-direction: column;
    justify-content: center;
    max-height: calc(100% - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 75px;
    border-bottom: 1px solid #FAE59E;
  }
  .navbar-toggleable-md {
    display: block !important;
  }
  .btn-view-signup {
    min-width: 270px;
    display: inline-flex;
    align-items: center;
    background-color: #004071;
    padding: 15px 35px 15px 20px;
    padding: 0px 35px 0px 0px;
    font-size: 24px;
    color: #ffe594;
    position: fixed;
    top: 670px;
    z-index: 9999;
    right: 0;
    text-transform: uppercase;
    font-family: "AT Rotis Sans Serif 55";
    transition: all 0.3s ease;
  }
  .btn-view-signup.btn-view-signup--sticky {
    min-width: auto;
    top: 300px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn-view-signup.btn-view-signup--sticky span {
    display: none;
  }
  .btn-view-signup:hover, .btn-view-signup:focus {
    color: #ffe594;
  }
  .btn-view-signup em {
    font-size: 46px;
  }
  .btn-view-signup span {
    margin-left: 8px;
  }
  .bewertung-huge {
    text-transform: uppercase;
    padding-top: 1rem;
    font-size: 3.5rem;
  }
  .header-fixed-bar {
    align-items: center;
    background: #004071;
    bottom: 0;
    display: flex;
    height: 75px;
    left: 0;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 9999;
    padding-right: 24px;
  }
  .header-fixed-bar__item {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 12px 24px;
  }
  .header-fixed-bar__item-text {
    color: #FAE59E;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
  }
  .header-fixed-bar__item-icon {
    margin-bottom: -5px;
  }
  .header-fixed-bar__item-icon svg {
    height: auto;
    width: auto;
  }
  .menu-trigger, .booknow-trigger {
    top: 0;
    position: relative;
    transition: top 0.3s ease-in-out 0s;
  }
  .booknow-trigger {
    max-width: 80px;
  }
  .booknow-trigger .header-fixed-bar__item-text {
    white-space: nowrap;
  }
  .menu-trigger--active, .booknow-trigger--active {
    background-color: #FAE59E;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    top: -40px;
  }
  .menu-trigger--active .header-fixed-bar__item-icon, .booknow-trigger--active .header-fixed-bar__item-icon {
    margin-bottom: 10px;
  }
  .booknow-trigger--active .header-fixed-bar__item-text, .menu-trigger--active .header-fixed-bar__item-text {
    color: #004071;
  }
  .header-fixed-bar__item-icon-close, .header-fixed-bar__item-text-active {
    display: none;
  }
  .menu-trigger--active svg, .booknow-trigger--active svg, .booknow-trigger--active .header-fixed-bar__item-text span {
    display: none;
  }
  .booknow-trigger--active .header-fixed-bar__item-icon-close, .menu-trigger--active .header-fixed-bar__item-icon-close, .booknow-trigger--active .header-fixed-bar__item-text .header-fixed-bar__item-text-active {
    display: block;
  }
  .nav-bar .nav-bar__label > div:first-child {
    float: none !important;
  }
  .nav-bar .mobile-menu-text {
    display: none;
  }
  .btn-newsletter-signup {
    display: none;
  }
  .btn-buchen-signup {
    display: none;
  }
  .responsive-lang-links a, .navigation-responsive .nav-bar__link, .navigation-responsive .nav-bar__sub-label {
    font-family: "AT Rotis Sans Serif 55";
  }
  .navigation-responsive .nav-bar__link, .navigation-responsive .nav-bar__sub-label {
    color: #FAE59E;
    font-size: 23px;
    line-height: 21px;
    padding: 15px 45px 15px 24px;
  }
  .responsive-lang-links {
    align-items: center;
    display: flex;
    padding: 10px 24px;
  }
  .responsive-lang-links a {
    color: #FAE59E;
    font-size: 13px;
    line-height: 17px;
  }
  .responsive-lang-links a:not(:last-child)::after {
    color: inherit;
    content: "|";
    margin: 0 10px;
  }
  .nav-back-link a::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTIuMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS4yMDggNS44MjZjMy4wMzYgMi4xOSA2LjA2NyA0LjM3NyA5LjE4NiA2LjQ0Ni4yNC4xNi41MzktLjIyMi4zMS0uNGwtLjAzMi0uMDI1YzAtLjAxNS4wMTgtLjAyMi4wMi0uMDM5LjE1NC0xLS41ODItMi4zNzMtLjk0LTMuMjc5YTcuOTE2IDcuOTE2IDAgMDAtMS42MzEtMi43NjMgMjYwLjE0IDI2MC4xNCAwIDAwMS43NTEtMi4wMzIgMTIuOCAxMi44IDAgMDAxLjk2OS0yLjYyMy4zOTIuMzkyIDAgMDAtLjA1Ny0uNDUzbC4wNjgtLjAyOWMuMjQ4LS4xMDcuMTU2LS40ODYtLjA3MS0uNTQ4LTEuNC0uMzgzLTMuMDUxLjczNS00LjIxNCAxLjM5NC0yLjA4MSAxLjE3OS00LjAwNiAyLjctNi4yNTUgMy41NTFhLjQ0Ni40NDYgMCAwMC0uMTA0Ljh6TTkuOTc3Ljk5OWMtLjIyLjI3OS0uNDUxLjU1LS42ODEuODIxLS4xLS4xMzgtLjItLjI3MS0uMy0uNC4zMjUtLjE0Mi42NTEtLjI4MS45OC0uNDIxem0tMS4yODcuNTU0YTYuMTY4IDYuMTY4IDAgMDAuNDI0LjQ4NmMtLjE2MS4xODYtLjMyNS4zNy0uNDg4LjU1NS0uMS0uMDg1LS4xOTEtLjE3Ny0uMjktLjI2MmEyNC4wNzYgMjQuMDc2IDAgMDEtLjM4MS0uMzM2bC0uMDgyLS4wNzZxLjQwNy0uMTg3LjgxNy0uMzY3em0tMS4xLjVhMS4wODUgMS4wODUgMCAwMC4yNDkuMjM1Yy4yMDkuMTYuNDI0LjMxNS42MzUuNDc0LS4xLjExMi0uMi4yMjUtLjI5NC4zMzZhOC43OTQgOC43OTQgMCAwMC0uNjg3LS42Yy0uMS0uMDc0LS4yLS4xNjEtLjMxNi0uMjM3LjEzOS0uMDY0LjI3Ny0uMTM4LjQxNS0uMnptLS43ODcuNGE3LjAxNiA3LjAxNiAwIDAxMS4yMTIuODM3Yy0uMTIzLjE0LS4yNDMuMjgyLS4zNjUuNDIyYTEuMzYyIDEuMzYyIDAgMDAtLjEzMi0uMTA3Yy0uMjg1LS4yMS0uNTgxLS40MDYtLjg3My0uNjA1LS4xMjMtLjA4NC0uMjQ0LS4xNzItLjM3LS4yNTJsLS4wMTEtLjAwN2MuMTgxLS4wOTcuMzY0LS4xOTUuNTQtLjI4N3ptLTEuNDQyLjgxYy4xODgtLjExOC4zNzYtLjIyNi41NjUtLjMzM2EyLjQxNCAyLjQxNCAwIDAwLjYyLjQxMmMuMjU1LjE1Mi41MTEuMy43NjMuNDYybC4xNjkuMTA3Yy0uMjY0LjMwNy0uNTEzLjYyNS0uNzY2Ljk0bC0uNzItLjc4M2MtLjIyOS0uMjQ5LS40NjEtLjUyMS0uNzE5LS43NTF6bS0uMzY2LjIyOGE4LjYzOSA4LjYzOSAwIDAwLjguNzc5bC43OTMuNzM3Yy0uMS4xMjktLjIxNC4yNTEtLjMxMi4zODMtLjIyMi4zLjA3OC42NTEuMzg1LjY3MS4yLjM0OS4zOC43MDYuNTUxIDEuMDY3QzYuMTg5IDYuMTA2IDUuMjcgNC45ODUgNC4yNjUgMy45NDRjLjI0NC0uMTUuNDg4LS4zLjczMS0uNDUzem0tMS4xLjY3M2EzOS42NDYgMzkuNjQ2IDAgMDAzLjUzNyAzLjQ0OGMuMjQ4LjU2Ni40NzEgMS4xNDUuNjg0IDEuNzM2LjA5My4yNTkuMTcuNTczLjI1Mi45YTQwLjY4OCA0MC42ODggMCAwMS00LjI2NC00LjkwNyA1LjYwNyA1LjYwNyAwIDAwLS43LS44OTVjLjE2OS0uMDk2LjMzNC0uMTg1LjQ5NC0uMjg1em0tLjgyMS41MDhhMTYuOCAxNi44IDAgMDAyLjA3MiAyLjUxMyAzNy4zMDkgMzcuMzA5IDAgMDAzLjMyNSAzLjQ1MWMuMDM1LjEyNi4wNzEuMjUyLjExMi4zNzQtLjk3OC0uNzYtMS45NjYtMS41MDYtMi45NTUtMi4yNTFhMjIuNSAyMi41IDAgMDAtMy4xNzctMy44Yy4xNTItLjA4Mi4zMS0uMTUuNDYtLjIzM2EuMTM4LjEzOCAwIDAwLjE2Ni0uMDUzem0tMS4wMTUuNDg4YTQwLjYxNyA0MC42MTcgMCAwMTIuOTM2IDMuMTE4cS0xLjg0MS0xLjM3Ny0zLjctMi43MzJjLjI2Ni0uMTEzLjUxNC0uMjU2Ljc2OC0uMzg1eiIgZGF0YS1uYW1lPSJQYXRoIDM1MzQiLz48L3N2Zz4=");
    background-size: 11px 12px;
    height: 12px;
    left: 0;
    top: 16px;
    width: 11px;
  }
  .navigation-responsive .nav-bar__link:hover, .navigation-responsive .nav-bar__link:active, .navigation-responsive .nav-bar__sub-label:hover {
    background: transparent;
    color: #ffe594;
  }
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .booking-box--open .nav-bar {
    opacity: 0;
    pointer-events: none;
  }
  .book-now-box-wrap #d21-quickbook {
    display: flex !important;
    max-width: 325px;
  }
  .book-now-box-wrap .d21-widgets-view, .book-now-box-wrap .d21-row .d21-col.d21-s12 {
    width: 100%;
  }
  .book-now-box-wrap .d21-row .d21-col {
    margin-bottom: 24px;
    padding: 0 !important;
  }
  .book-now-box-wrap .d21-input, #buchen-box span {
    color: #777777;
    font-size: 20px;
    text-transform: initial;
  }
  .book-now-box-wrap .d21-input {
    border-color: #fff;
    height: 57px;
    line-height: 55px;
  }
  .book-now-box-wrap .d21-input.d21-with-icon {
    padding-left: 70px;
  }
  .book-now-box-wrap i.material-icons.d21-input-icon {
    background-color: transparent;
    color: #004071;
    border-color: transparent;
    top: 6px;
    font-size: 30px !important;
    left: 15px;
  }
  .book-now-box-wrap #d21-book-button {
    height: 57px;
    font-size: 20px;
    line-height: 55px;
  }
  .book-now-box-wrap #d21-book-button, .book-now-box-wrap #d21-book-button.d21-pulse {
    background-color: #FAE59E;
    border-color: #fff;
    color: #004071;
  }
  .book-now-box-wrap #d21-book-button.d21-pulse {
    border: 1px solid #fff;
  }
  .d21-trigger-ibe > img {
    margin: 16px;
  }
  .book-now-box-wrap #d21-arrival-input {
    position: relative;
  }
  .book-now-box-wrap .d21-calendar {
    left: 0 !important;
    top: 100% !important;
  }
  .book-now-box-wrap .d21-calendar-control {
    margin-left: auto;
    margin-right: auto;
  }
  .d21-widget-container.d21-widget-center {
    width: 270px;
  }
  #buchen-box span {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 24px;
  }
  #buchen-box img {
    margin-right: 1rem;
    display: inline;
    vertical-align: middle;
    margin-left: 1rem;
    width: 64px;
    height: 64px;
  }
  #buchen-box-small {
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    top: 133px;
    background-color: #004071;
    z-index: 999;
    width: 270px;
    text-transform: uppercase;
    padding-bottom: 5px;
  }
  #buchen-box-small span {
    color: #ffe594;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 24px;
  }
  #buchen-box-small img, #newsletter-box-small img {
    margin-right: 1rem;
    display: inline;
    vertical-align: middle;
    margin-left: 1rem;
    width: 64px;
    height: 64px;
  }
  .d21-trigger-ibe > img {
    margin: 16px;
  }
  #bewertung-box {
    position: fixed;
    right: 0;
    top: 450px;
    z-index: 999;
    width: 270px;
  }
  #bewertung-box span {
    color: #ffe594;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 24px;
  }
  #bewertung-box img {
    margin-right: 1rem;
    margin-left: 1rem;
    display: inline;
    vertical-align: middle;
    width: 64px;
    height: 64px;
  }
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-item:hover,
  .navbar-nav .nav-current {
    background-color: #004071;
    color: #ffe594;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #buchen-box {
    right: -85px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.333333%;
}

.col-xs-2 {
  float: left;
  width: 16.666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.333333%;
}

.col-xs-5 {
  float: left;
  width: 41.666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.333333%;
}

.col-xs-8 {
  float: left;
  width: 66.666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.333333%;
}

.col-xs-11 {
  float: left;
  width: 91.666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pb-3 {
  padding-bottom: 0rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 1rem !important;
}

.pb-5 {
  padding-bottom: 1rem !important;
}

.mt-5 {
  margin-top: 1rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .container {
    width: 540px;
    max-width: 100%;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-1 {
    float: left;
    width: 8.333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .container {
    width: 720px;
    max-width: 100%;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1 {
    float: left;
    width: 8.333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .container {
    width: 960px;
    max-width: 100%;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-1 {
    float: left;
    width: 8.333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .container {
    width: 1140px;
    max-width: 100%;
  }
  .p-zwischen {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.563rem;
    line-height: 1.25;
  }
  .custom-copy-text p.p-zwischen {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.563rem;
    line-height: 1.25;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.krimibutton {
  position: absolute;
  top: 230px;
  display: block;
}

.krimibutton img {
  width: 230px;
  height: 230px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #004071;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0rem;
}

.btn-primary {
  color: #ffe594;
  background-color: #004071;
  border-color: #004071;
  font-size: 1.5rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary {
  color: #004071;
  background-color: #fff;
  border-color: #004071;
}
.btn-secondary:hover {
  color: #004071;
  background-color: #ffe594;
  border-color: #004071;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #004071;
  background-color: #ffe594;
  border-color: #004071;
}

.btn-secondary.active, .btn-secondary:active {
  color: #004071;
  background-color: #ffe594;
  border-color: #004071;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:hover {
  color: #004071;
  background-color: #ffe594;
  border-color: #004071;
}

.btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

button, input, select, textarea {
  line-height: inherit;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary.active, .btn-outline-primary:active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .open > .btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:focus, .btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:focus {
  border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover, .btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover, .open > .btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}

.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled:focus, .btn-outline-secondary:disabled.focus, .btn-outline-secondary:disabled:focus {
  border-color: #fff;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: #fff;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active, .btn-outline-info:active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active.focus, .btn-outline-info.active:focus, .btn-outline-info.active:hover, .btn-outline-info:active.focus, .btn-outline-info:active:focus, .btn-outline-info:active:hover, .open > .btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled.focus, .btn-outline-info.disabled:focus, .btn-outline-info:disabled.focus, .btn-outline-info:disabled:focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success.active, .btn-outline-success:active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success.active.focus, .btn-outline-success.active:focus, .btn-outline-success.active:hover, .btn-outline-success:active.focus, .btn-outline-success:active:focus, .btn-outline-success:active:hover, .open > .btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-outline-success.disabled.focus, .btn-outline-success.disabled:focus, .btn-outline-success:disabled.focus, .btn-outline-success:disabled:focus {
  border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning.active, .btn-outline-warning:active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning.active.focus, .btn-outline-warning.active:focus, .btn-outline-warning.active:hover, .btn-outline-warning:active.focus, .btn-outline-warning:active:focus, .btn-outline-warning:active:hover, .open > .btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:focus, .btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:focus {
  border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger.active, .btn-outline-danger:active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger.active.focus, .btn-outline-danger.active:focus, .btn-outline-danger.active:hover, .btn-outline-danger:active.focus, .btn-outline-danger:active:focus, .btn-outline-danger:active:hover, .open > .btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:focus, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:focus {
  border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:active, .btn-link:focus {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
  margin-bottom: 0;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 2;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret {
  margin-left: 0;
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.signature-schulz {
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
  display: flex;
  width: 350px;
  height: 80px;
  background-image: url("/fileadmin/Bilder/unterschrift-familie-schulz-72.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
}

.angebote-button {
  margin: auto;
  text-align: center;
  padding-top: 15px;
  background-image: url("../../../fileadmin/templates/img/wavy-button.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 60px;
  width: 220px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "AT Rotis Sans Serif 55";
}
.angebote-button:hover {
  color: white;
}

.angebote-button-left {
  margin: 0 0;
  text-align: center;
}

@media (max-width: 1199px) {
  .angebote-button.angebote-button-left {
    padding-left: 30px;
    width: 250px;
  }
  .angebote-button-left:before,
  .angebote-button-left:after {
    height: 26px;
    left: 21px;
    top: 18px;
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .krimibutton {
    display: block;
    top: 230px;
  }
  .krimibutton img {
    width: 325px;
    height: 325px;
  }
}
.rooms-category-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.rooms-category-list li a {
  font-size: 20px;
}

.row--rooms-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  justify-content: flex-start;
}

.room-grid {
  padding-left: 8px;
  padding-right: 8px;
  float: none;
}

.room-teaser {
  height: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.room-teaser::after {
  content: "";
  clear: both;
  display: table;
}

.room-teaser__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 190px;
}

.room-teaser__content {
  background-color: #fff;
  padding: 24px 12px 12px 12px;
}
.room-teaser__content a {
  text-decoration: none;
}

.room-teaser__content h4 {
  margin-bottom: 15px;
}

.room-teaser__more-link {
  height: 85px;
  width: 85px;
  background-color: #FAE59E;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  transition: all 0.3s ease-in-out 0s;
}

.room-teaser__more-link span {
  display: block;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 7px;
  font-family: "AT Rotis Sans Serif 55";
}

.room-teaser__more-link-icon {
  line-height: 0;
}

.room-teaser__more-link-icon svg {
  transition: all 0.3s ease-in-out 0s;
  height: auto;
  max-width: 40px;
  width: auto;
}

.row--room-teaser-price {
  display: flex;
  align-items: center;
}

.room-teaser__room-size, .room-teaser__room-price {
  display: block;
  width: 100%;
}

.room-teaser__room-size {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 7px;
}

.room-teaser__room-price {
  font-size: 40px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .room-teaser {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .rooms-category-list {
    background-color: #fcf2ce;
    justify-content: center;
    width: 100%;
    border: 1px solid #193F6E;
  }
  .rooms-category-list li {
    margin: 0 12px;
  }
  .rooms-category-list a {
    display: block;
    padding-top: 9px;
    padding-bottom: 8px;
    color: rgba(0, 64, 113, 0.5);
  }
  .rooms-category-list a:hover, .rooms-category-list a.active {
    color: rgb(0, 64, 113);
  }
  .room-teaser__content h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .rooms-category-list li {
    margin-right: 24px;
    margin-bottom: 24px;
    display: inherit;
  }
  .rooms-category-list a {
    border: 1px solid #193F6E;
    padding: 10px 15px 5px;
    color: #193F6E;
  }
  .rooms-category-list a.active, .rooms-category-list a.hover {
    background-color: #193F6E;
    color: #fff;
  }
}
@media (min-width: 993px) {
  .room-teaser__more-link {
    opacity: 0;
    pointer-events: none;
  }
  .room-teaser:hover .room-teaser__more-link {
    opacity: 1;
    pointer-events: auto;
    color: #193F6E;
  }
  .room-teaser__room-size {
    font-size: 18px;
  }
  .room-teaser__more-link svg path {
    transition: all 0.3s ease-in-out 0s;
  }
  .room-teaser__room-price {
    font-size: 45px;
    line-height: 40px;
  }
  .overview-room-lists {
    margin-top: 28px;
  }
}
@media (max-width: 992px) {
  .room-teaser__more-link svg path {
    transition: all 0.3s ease-in-out 0s;
  }
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0rem;
  border: 0;
}

.card-img {
  border-radius: 0;
}

.card-full-width {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0;
  border: none;
  height: auto;
}

.card-full-width .card-inner-title {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

.card-full-width .card-title {
  font-size: 1rem;
  font-family: "AT Rotis Sans Serif 55";
}

.card-full-width .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.card-full-width .card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 0;
  border-radius: 0;
  padding: 1rem 2rem;
  padding-right: 2rem;
  background: rgba(255, 255, 255, 0.7);
  background: #fcf2ce;
  border-top: 0;
}

.card-full-width .card-img {
  border-radius: 0;
}

.card-footer-inner-right {
  float: right;
}
.card-footer-inner-right a {
  text-decoration: none;
}

.card-full-width .card-footer-inner-left p, .card-text-price-text {
  color: #004071;
}

.card-text-price-text {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 18px;
  margin-bottom: 0px !important;
  margin-top: 12px;
}

.card-footer-inner-left p {
  font-family: "AT Rotis Sans Serif 55";
}

.card-footer p {
  margin-bottom: 0;
}

.card-full-width .card-footer-middle {
  position: absolute;
  bottom: 167px;
  width: 100%;
  margin: 0 0;
  border-radius: 0;
  padding: 0rem 2rem;
  padding-right: 2rem;
  background: none;
  text-align: right;
}

span.card-full-width-price {
  font-size: 2rem;
  font-family: "AT Rotis Sans Serif 55";
}

.mehr-erfahren {
  text-align: center;
  font-family: "AT Rotis Sans Serif 55";
  color: #fff;
  font-size: 1.982rem;
  margin-bottom: 2rem;
}

.mehr-erfahren img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.card-footer-row {
  font-size: 0;
}

.card-footer-row > * {
  float: none;
  display: inline-block;
  font-size: 1rem;
}

.card-footer-row > *:last-child {
  vertical-align: bottom;
}

.card-footer-row p:last-child {
  margin-bottom: 0; /* optional */
}

.card-explore-more > a:hover {
  color: #004071 !important;
}

.card-explore-more .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 50%);
  transition: background-position 0.5s;
}

.card-explore-more-container {
  display: none;
  text-align: center;
  margin-top: 8%;
  height: 100%;
  opacity: 0;
  font-family: "AT Rotis Sans Serif 55";
  font-size: 3.813rem;
  line-height: 3.563rem;
  transition: opacity 0.5s ease-in-out;
}

.card-explore-more .card-img-overlay:hover .card-explore-more-container {
  opacity: 1;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-footer, .card-primary .card-header {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-footer, .card-success .card-header {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-footer, .card-info .card-header {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-footer, .card-warning .card-header {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-footer, .card-danger .card-header {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-footer, .card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff;
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-explore-more .card-img-overlay:hover {
  background-position: 0 100%;
}

.card-explore-more .card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 0;
  border-radius: 0;
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.7);
  border-top: 0;
  text-align: center;
  transition: background 0.8s linear;
}

.card-explore-more .card-img-overlay:hover .card-footer {
  background: 0;
  transition: background 0.3s linear;
}

.card-explore-more .card-deck {
  display: table;
  width: 100%;
  margin-bottom: 0.75rem;
  table-layout: fixed;
  border-spacing: 2rem 0;
}

.card-explore-more .card-block {
  padding: 0;
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-explore-more .card-title {
  margin-bottom: 0;
  font-size: 36px;
}

.card-explore-more .card-footer a:focus, a:hover {
  z-index: 10;
  color: #004071;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

@media (min-width: 576px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .card-full-width .card-text {
    color: #004071;
  }
}
footer a, .footer-hl, .btn-view-signup, .btn-newsletter-signup, .hidden-md-down a {
  text-decoration: none;
}

img.footer-icon {
  height: 35px;
  width: 35px;
}

img.footer-left-icon {
  height: 75px;
  width: 75px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.footer-topkek {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.footer-botkek {
  background-color: #004071;
  color: #fff;
  text-align: right;
  padding: 1rem 0rem;
  font-size: 1.5rem;
  font-family: "AT Rotis Sans Serif 55";
}

.footer-botkek a {
  color: #fff;
  text-align: right;
  padding: 1rem 0rem;
  font-size: 1.5rem;
  font-family: "AT Rotis Sans Serif 55";
  text-decoration: none;
}

.footer-botkek a:hover, .footer-botkek a:active, .footer-botkek a:focus {
  color: #ffe594;
}

.footer-botkek li {
  margin-left: 1rem;
}

.footer-botkek ul {
  margin-bottom: 0;
}

footer {
  background-color: #fff2c9;
  padding-top: 5px;
}

.reiter-bg {
  background-image: url(/fileadmin/templates/img/footer-reiter.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  min-height: 380px;
}

.footer-anruf {
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
}

.hotel-name {
  font-family: "AT Rotis Sans Serif 55";
}

.footer-telefon {
  font-family: "Dancing Script", cursive;
  font-size: 2.25rem;
}
.footer-telefon a {
  text-decoration: none;
  font-size: 2.25rem;
}

.footer-adress {
  font-size: 1.5rem;
  font-family: "AT Rotis Sans Serif 45";
}

@media (max-width: 767px) {
  .footer-responsive-logo {
    display: none;
  }
  .footer-responsive-logo {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .footer-tel-social-info {
    margin-top: 25px;
  }
  .footer-soical-info {
    align-items: center;
    display: flex;
  }
  .footer-soical-info a {
    margin-right: 24px;
  }
  .footer-soical-info a svg {
    height: 48px;
    width: 48px;
  }
  .footer-tel-social-info .footer-tel-info {
    margin: 25px 0 45px;
  }
  .footer-tel-info p {
    font-size: 30px;
    line-height: 45px;
  }
  .footer-tel-info .footer-anruf {
    margin-bottom: 0;
  }
  .footer-botkek {
    padding-bottom: 2px;
    text-align: left;
    padding-top: 12px;
  }
  .footer-botkek .list-inline.language-menu {
    display: none;
  }
  .footer-botkek .list-inline {
    display: flex;
    justify-content: space-between;
  }
  .footer-adress .list-inline li:nth-child(2) img {
    border-radius: 50%;
  }
  .footer-botkek li {
    margin-left: 0;
  }
  .footer-botkek a {
    font-size: 18px;
    line-height: 23px;
  }
  img.footer-left-icon {
    height: 60px;
    width: 60px;
  }
  .footer-adress {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  footer + .footer-botkek {
    margin-bottom: 76px;
  }
}
@media (max-width: 1200px) {
  .footer-botkek li {
    margin-left: 3rem;
  }
  .footer-botkek {
    background-color: #004071;
    color: #fff;
    text-align: right;
    padding: 1rem 0rem;
    font-size: 1.5rem;
    font-family: "AT Rotis Sans Serif 55";
  }
  .footer-botkek li {
    margin-left: 1rem;
  }
  .footer-botkek ul {
    margin-bottom: 0;
  }
  footer {
    background-color: #fff2c9;
  }
  .reiter-bg {
    background-image: url("../../../fileadmin/templates/img/footer-reiter.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    min-height: 450px !important;
  }
  .footer-anruf {
    font-family: "Dancing Script", cursive;
    font-size: 2.625rem;
  }
  .footer-telefon {
    font-family: "Dancing Script", cursive;
    font-size: 4.25rem;
  }
  .footer-adress {
    font-size: 1.875rem;
  }
  .footer-topkek {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.jumbotron {
  text-align: left;
  vertical-align: middle;
  border-radius: 0;
  padding: 0 2rem;
  margin-bottom: 0rem;
  background-color: #eceeef;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

.jump-span {
  position: absolute;
  margin-top: 170px;
}

.jumbo-p, .jumbo-p span {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 400;
  font-family: "Dancing Script", cursive;
  text-shadow: 1px 1px 8px rgb(50, 50, 50);
}
.jumbo-p p:nth-of-type(2), .jumbo-p span p:nth-of-type(2) {
  margin-left: 10rem;
}

.jumbo-p h1:nth-of-type(2) {
  margin-left: 10rem;
}

.jumbo-p-blue {
  color: #004071 !important;
}

.top-spacer-jumbo {
  height: 5rem;
}

span .jumbo-span {
  display: inline-block;
  vertical-align: middle;
}

#jumbo-container {
  display: inline-block;
}

.jumbo-half {
  height: 50vh;
  margin-bottom: 0rem;
}

.jumbo-zimmer {
  padding: 15rem 3.75rem;
  margin-bottom: 5rem;
  background-color: #eceeef;
  background-image: url(../img/cover-zimmer.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
}

.jumbo-p p {
  margin-bottom: -10px;
}
.jumbo-p p:nth-of-type(2) {
  margin-left: 3rem;
}

header {
  height: 135px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 999999;
  border-bottom: 3px solid #004071; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

.headroom--unpinned {
  top: -135px;
}

header.headroom-white {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=0);
}

.mousejumpy {
  position: absolute;
  bottom: 30px;
  width: 50px;
  margin: 0 auto;
  left: 50%;
  padding: 1rem 0rem;
}

.hero-title-space {
  margin-left: 3rem;
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation: bounce 2s infinite;
}

@media (max-width: 767px) {
  .jumbotron .jump-span {
    bottom: 80px;
    left: 25px;
  }
  .jumbotron .jump-span .jumbo-p, .jumbo-p span {
    font-size: 47px;
    line-height: 54px;
  }
}
@media (max-width: 1199px) {
  .jumbotron {
    height: calc(100vh - 116px - 75px);
    top: 116px;
    position: relative;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  .jumbo-p, .jumbo-p span {
    font-size: 6rem;
    line-height: 6rem;
    color: #fff;
    font-weight: 400;
    font-family: "Dancing Script", cursive;
    text-shadow: 1px 1px 8px rgb(50, 50, 50);
  }
  .top-spacer-jumbo {
    height: 5rem;
  }
  span .jumbo-span {
    display: inline-block;
    vertical-align: middle;
  }
  #jumbo-container {
    display: inline-block;
  }
  .jumbotron {
    text-align: left;
    vertical-align: middle;
    padding: 7rem 7rem;
    border-radius: 0;
    padding: 15rem 3.75rem;
    background-color: #eceeef;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .jumbo-half {
    height: 50vh;
  }
  .jumbo-zimmer {
    padding: 15rem 3.75rem;
    margin-bottom: 5rem;
    background-color: #eceeef;
    background-image: url(../img/cover-zimmer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 70vh;
  }
  .jumbo-weihnachten {
    background-image: url(../img/cover-weihnachten.png);
    height: 70vh;
  }
  .jumbo-kontakt {
    background-image: url(../img/cover-kontakt.png);
    height: 70vh;
  }
  .jumbo-zimmeruebersicht {
    background-image: url(../img/cover-zimmeruebersicht.png);
    height: 100vh;
  }
  .hero-title-space {
    margin-left: 10rem;
  }
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #004071;
  border-radius: 0rem;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #004071;
  outline: 0;
}

.form-control.error {
  background-color: #EBCCD1;
  color: #A94442;
}

.owl-prev > span, .owl-next > span {
  display: none;
}

.owl-nav {
  position: relative;
  bottom: 240px;
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "‹";
}

.carousel-control .icon-next::before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../../../fileadmin/templates/css/./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../../../fileadmin/templates/css/./fonts/slick.eot");
  src: url("../../../fileadmin/templates/css/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../fileadmin/templates/css/./fonts/slick.woff") format("woff"), url("../../../fileadmin/templates/css/./fonts/slick.ttf") format("truetype"), url("../../../fileadmin/templates/css/./fonts/slick.svg#slick") format("svg");
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.owl-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.owl-dots button::before {
  position: relative;
  display: block;
  line-height: 20px;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 0px 10px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owl-dot.active::before {
  opacity: 0.75 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-prev:after {
  position: absolute;
  content: url("../../../fileadmin/templates/img/kunde-arrow-left.png");
  left: -50px;
}

.slick-prev:hover:before, .slick-prev:before {
  display: none;
}

.slick-next:before {
  position: absolute;
  content: url("../../../fileadmin/templates/img/kunde-arrow-right.png");
  right: -50px;
  display: none;
}

.slick-dots li button:before {
  font-size: 24px;
}

@media (min-width: 576px) {
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .slick-next:before {
    position: absolute;
    content: url("../img/kunde-arrow-right.png");
    right: -50px;
    display: block;
  }
}
@media (min-width: 992px) {
  .owl-prev::after {
    position: absolute;
    content: url(../../../fileadmin/templates/img/kunde-arrow-left.png);
    left: 50px;
  }
  .owl-next::before {
    position: absolute;
    content: url(../../../fileadmin/templates/img/kunde-arrow-right.png);
    right: 50px;
    display: block;
  }
}
#bild .carousel-img {
  height: 500px;
}

#bilder .img-fluid {
  display: block;
  min-width: 100%;
  height: 400px;
}

.img-fluid {
  display: block;
  min-width: 100%;
  height: auto;
}

.img-12 {
  max-width: 100%;
  height: auto;
}

.img-8 {
  max-width: 100%;
  height: auto;
}

.img-8-text {
  padding: 30px 40px;
  height: 100%;
  background-color: #003e6f;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img-8-text h3 {
  color: #fff;
  font-size: 2rem;
}

.img-8-text p {
  font-size: 1.25rem;
  color: #fff;
}

.img-6-text {
  padding: 30px 40px;
  height: 100%;
  background-color: #003e6f;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img-6-text h3 {
  color: #fff;
  font-size: 2rem;
}

.img-6-text p {
  font-size: 1.25rem;
  color: #fff;
}

.img-4-text {
  padding: 30px 40px;
  height: 100%;
  background-color: #003e6f;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img-4-text h3 {
  color: #fff;
  font-size: 2rem;
}

.img-4-text p {
  font-size: 1.25rem;
  color: #fff;
}

.img-4 {
  max-width: 100%;
  height: auto;
}

.img-6 {
  max-width: 100%;
  height: auto;
}

.img-row {
  margin-bottom: 15px;
}

.img-row .col-lg-4:not(:last-child) {
  margin-bottom: 15px;
}

.img-row .col-lg-6:not(:last-child) {
  margin-bottom: 15px;
}

.img-row .col-lg-8:not(:last-child) {
  margin-bottom: 15px;
}

.grid-item img {
  width: 100% !important;
}

.grid-item {
  margin-bottom: 10px;
  /* max-width: 100%; */
}

.image-gallery-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.image-gallery-slider .grid-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-gallery-headline {
  margin-bottom: 25px;
}

.image-gallery-headline h2 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 0;
}

.image-gallery-slider .slick-prev {
  left: 20px;
}

.image-gallery-slider .slick-next {
  right: 35px;
}

.image-gallery-slider .slick-prev::after, .image-gallery-slider .slick-next::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYuOTk5IDI1LjcxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE5M2Y2ZSIgZD0iTTAgNC41MzdoMjUuNzEydi0zN0gweiIgZGF0YS1uYW1lPSJQYXRoIDM1NDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMzIuNDYyKSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGRhdGEtbmFtZT0iR3JvdXAgMzc4MSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBkYXRhLW5hbWU9Ikdyb3VwIDM3ODAiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxMi44NTYgMTIuODU2KSI+PGcgZGF0YS1uYW1lPSJHcm91cCAzNzc5Ij48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiMxOTNmNmUiIGQ9Ik0xMi4wNTUgMzYuOTk4QzExLjc0NCAzNy4xNDUtLjMyMyAxOC4xNjkuMDA3IDE3Ljk0NWMxLS42ODUgMi43MDYtLjYxMiAzLjg3MS0uNjc4YTM0LjQyNiAzNC40MjYgMCAwMTQuNzc0LjA3MmMuMDEzLTUuNTEyLS4zODgtMTEuMDQ4LS4yNjEtMTYuNTU0IDAtLjI1OSAzLjAxMS0uNjkgNC4xNTItLjc1NWExMi45ODcgMTIuOTg3IDAgMDE0LjQ0Mi40MjIuMjkzLjI5MyAwIDAxLjIyNi4yODUgMTQ1LjggMTQ1LjggMCAwMS42NzYgMTcuMzY3YzIuMTItLjE1NyA3Ljk0OC0uMDI0IDcuODI1Ljk4MS0uMDM1LjI4NC0zLjU4MiA1LjA4My00LjcgNi42OTNhMTM3LjE1MSAxMzcuMTUxIDAgMDEtOC45NTcgMTEuMjIiIGRhdGEtbmFtZT0iUGF0aCAzNTQ0Ii8+PC9nPjwvZz48L2c+PC9zdmc+");
  display: block;
  height: 25px;
  width: 37px;
  left: 0;
}

.image-gallery-slider .slick-prev::after {
  transform: rotate(180deg);
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

img.signa {
  width: 350px;
}

@media (max-width: 575px) {
  .image-gallery-slider, .image-gallery-slider .grid-item {
    height: 560px !important;
  }
  .image-gallery-slider .grid-item {
    margin-right: 8px;
  }
}
@media (min-width: 576px) {
  .image-gallery-slider .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .image-gallery-slider, .image-gallery-slider .grid-item {
    height: 500px !important;
  }
  .image-gallery-slider .grid-item {
    padding-left: 6px;
    padding-right: 6px;
  }
  .image-gallery-slider .slick-prev {
    left: 50px;
  }
  .image-gallery-slider .slick-next {
    right: 75px;
  }
  .image-gallery-slider.slick-slider, .image-gallery-slider .slick-list, .image-gallery-slider .slick-track {
    height: 100%;
  }
}
@media (min-width: 993px) {
  #bild .owl-nav {
    position: relative;
    bottom: 270px;
  }
  #bild .owl-prev, #bild .owl-next {
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
  }
  #bild .owl-prev::after {
    position: absolute;
    content: url(../Images/arrow-next.svg);
    transform: rotate(180deg);
    left: 50px;
    height: 25px;
    width: 37px;
  }
  #bild .owl-next::before {
    position: absolute;
    content: url(../Images/arrow-next.svg);
    right: 50px;
    display: block;
    height: 25px;
    width: 37px;
  }
  #bild .carousel-img {
    height: 500px;
  }
  #bilder .img-fluid {
    display: block;
    min-width: 100%;
    height: auto;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-gallery-headline h2 {
    font-size: 40px;
    line-height: normal;
  }
  .image-gallery-slider .slick-prev {
    left: 35px;
  }
  .image-gallery-slider .slick-next {
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .image-gallery-headline h2 {
    font-size: 61px;
  }
  .image-gallery-headline {
    margin-bottom: 45px;
  }
  .img-fluid {
    display: block;
    min-width: 100%;
    height: auto;
  }
  .img-8-text, .img-6-text {
    padding: 70px 80px;
  }
  .img-8-text h3 {
    font-size: 2.5rem;
  }
  .img-8-text p {
    font-size: 1.563rem;
  }
  .img-6-text h3 {
    font-size: 2.5rem;
  }
  .img-6-text p {
    font-size: 1.563rem;
  }
  .img-4-text {
    padding: 70px 60px;
  }
  .img-4-text h3 {
    font-size: 2.5rem;
  }
  .img-4-text p {
    font-size: 1.563rem;
  }
  .image-gallery-headline h2 {
    font-size: 61px;
  }
  .image-gallery-headline {
    margin-bottom: 45px;
  }
  .image-gallery-slider .slick-prev {
    left: 35px;
  }
  .image-gallery-slider .slick-next {
    right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .grid-item {
    width: 404px;
  }
  .grid-item:last-child {
    width: 818px;
  }
}
.news-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-news {
  background-color: #fcf2ce;
  text-align: left;
}

.news-date {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 1rem;
  margin-top: 2.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2rem;
}

.news-title {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 1.7rem;
  line-height: 1.2;
}

.news-teaser {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 18px;
  line-height: 1.25;
}

.news-readmore a {
  color: #004071;
  text-decoration: underline;
}

.news-text-container a {
  color: #004071;
  text-decoration: underline;
}

.news-single-backlink a {
  color: #ffe594;
  text-decoration: none;
}

.news-text-container {
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-left: 1rem;
}

.news-teaser {
  margin-bottom: 5rem;
}

.news-text-container a {
  color: #004071;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .news-text-container {
    padding-left: 0px !important;
  }
}
.tx-powermail .powermail_fieldset .powermail-errors-list.filled {
  display: block;
}

.tx-powermail .powermail_fieldset .powermail-errors-list > li {
  color: #A94442;
  padding: 5px 10px;
}

.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset div.error {
  background-color: #EBCCD1;
  color: #A94442;
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
  width: 100%;
  margin-bottom: 0;
  background-color: #EBCCD1;
  border: none;
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list > li {
  padding-left: 5px;
}

.tx-powermail .powermail_progressbar {
  width: 100%;
  height: 5px;
  float: right;
  border: 1px solid #EEEEEE;
  clear: both;
}

.tx-powermail .powermail_progressbar.disable {
  display: none;
}

.tx-powermail .powermail_progressbar > .powermail_progress {
  background: #1E5799;
  width: 0%;
  max-width: 100%;
  animation: progress 5s 1 forwards;
}

.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progress_inner {
  height: 5px;
  width: 100%;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}

.tx-powermail ul.powermail_fieldwrap_file_list {
  background-color: white;
  border: 1px solid #bbb;
  float: right;
  padding: 3px;
  width: 100%;
  list-style: none;
  border-radius: 4px;
  margin: 0;
}

.tx-powermail ul.powermail_fieldwrap_file_list > li {
  margin: 5px;
}

.tx-powermail ul.powermail_fieldwrap_file_list > li .deleteAllFiles {
  color: #bbb;
  cursor: pointer;
}

.tx-powermail ul.powermail_fieldwrap_file_list > li .deleteAllFiles:hover {
  text-decoration: underline;
}

.tx-powermail .powermail_confirmation .powermail_progressbar {
  width: 100%;
}

.tx-powermail .powermail_message {
  padding: 5px 0 10px 20px;
  min-height: 65px;
  background-color: #EBCCD1;
  border: 1px solid #A94442;
  background-position: 98% 10px;
  background-repeat: no-repeat;
  list-style: circle;
}

.tx-powermail .powermail_message li {
  padding: 5px 50px 0 0;
  border: none;
  background: none;
}

.tx-powermail .powermail_message.powermail_message_ok {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
  background-color: #CDEACA;
  border: 1px solid #3B7826;
}

.tx-powermail .powermail_message.powermail_message_ok li {
  color: #3B7826;
}

.tx-powermail .powermail_message.powermail_message_error {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png");
}

.tx-powermail .powermail_message.powermail_message_error li {
  color: #A94442;
}

.tx-powermail .powermail_message.powermail_message_note {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
  background-color: #FCF8E3;
  border: 1px solid #FFCA4B;
}

.tx-powermail .powermail_message.powermail_message_note li {
  color: #FFCA4B;
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation {
  margin-top: 2em;
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next, .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
  background-color: #aaa;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  color: white;
  border: 1px solid #bbb;
  font-weight: bold;
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
  background-color: #1E5799;
  float: right;
}

.tx-powermail .powermail_form.nolabel > h3 {
  display: none;
}

.tx-powermail .powermail_fieldset.nolabel > legend {
  display: none;
}

.tx-powermail .powermail_fieldwrap.nolabel > label {
  display: none;
}

.tx-powermail .powermail_fieldwrap.nolabel > fieldset > legend {
  display: none;
}

.powermail-errors-list {
  margin: 5px 0 20px 0;
  padding: 0;
  list-style-type: none;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  width: 100%;
  float: right;
  clear: left;
}

.powermail-errors-list li {
  color: #A94442;
  padding: 5px 10px;
}

.powermail_fieldwrap_type_submit .angebote-button-outer {
  margin-top: 20px;
  padding-left: 5px;
}
@keyframes progress {
  to {
    width: 100%;
  }
}
@media (min-width: 575px) and (max-width: 1199px) {
  .powermail_form_1 .powermail_fieldset_1 .col-sm-2 {
    width: 25%;
  }
  .powermail_form_1 .powermail_fieldset_1 .offset-sm-2 {
    margin-left: 25%;
  }
  .powermail_form_1 .powermail_fieldset_1 .col-sm-10 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .powermail_fieldwrap_type_submit .angebote-button-outer {
    padding-left: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

.progress[value], base::-moz-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0 ) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
}
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

.progress[value], base::-moz-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0 ) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
}
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}
table {
  border-collapse: collapse;
  background-color: transparent;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #eceeef;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #eceeef;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success, .table-success > td, .table-success > th {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #55595c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow td, .table-reflow th {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow td:last-child, .table-reflow th:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr td, .table-reflow tr th {
  display: block !important;
  border: 1px solid #eceeef;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.857143%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
  margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom::after, .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::after, .popover.popover-top::before {
  left: 50%;
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
  margin-left: 10px;
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
  top: 50%;
  border-left-width: 0;
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
  margin-top: 10px;
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0;
}

.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.bs-tether-element-attached-top .popover-title::before, .popover.popover-bottom .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
  margin-left: -10px;
}

.popover.bs-tether-element-attached-right::after, .popover.bs-tether-element-attached-right::before, .popover.popover-left::after, .popover.popover-left::before {
  top: 50%;
  border-right-width: 0;
}

.popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::after, .popover::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../../../fileadmin/templates/images/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../../../fileadmin/templates/images/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../../../fileadmin/templates/images/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../../../fileadmin/templates/images/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
#tx_odsajaxmailsubscription_pi1 a {
  text-decoration: underline;
}

.center-cite {
  width: 100%;
  text-align: center;
}

.middle > * {
  vertical-align: middle;
}

.secure-conn {
  text-align: center;
}

.welcome-text h2 {
  font-size: 1.7rem;
  margin: 1rem 0px;
}

.container-welcome p {
  font-size: 18px;
  line-height: 23px;
}

.container-welcome .welcome-text {
  padding-left: 1rem;
  padding-top: 1rem;
}

.angebote-button-outer {
  width: 100%;
}

.angebote-button {
  margin: auto;
  text-align: center;
  padding-top: 15px;
  background-image: url("../img/wavy-button.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 60px;
  width: 220px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "AT Rotis Sans Serif 55";
}

.angebote-button-left {
  margin: 0 0;
  text-align: center;
}

.container-stuff {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}

/* OVERLAY MENU */
.header-openmenu {
  padding-right: 15px;
}

.brand-logo {
  width: 180px;
  height: 95px;
}

.copy-text,
.custom-copy-text p,
.custom-copy-text .s1 {
  font-size: 18px;
  line-height: 1.25;
  font-family: "AT Rotis Sans Serif 55";
}

.copy-white {
  color: #ffffff;
}

.h2-white {
  color: #ffffff;
}

.headline {
  font-size: 47px;
  line-height: 54px;
  font-weight: 300;
  text-align: center;
  color: #004071;
  margin-bottom: 2rem;
  font-family: "Dancing Script", cursive;
  margin-top: 4rem;
}

.sub-headline {
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 3rem;
}

.align-center {
  text-align: center;
}

.menu-headline {
  color: #fff;
  font-size: 2rem;
}

.size-up {
  font-size: 1.563rem;
}

.container-kundenmeinungen {
  background-color: #fcf2ce;
  text-align: center;
  padding-bottom: 3rem !important;
}

.container-news {
  background-color: #fcf2ce;
  text-align: left;
}

.kundenmeinung-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  padding-left: 1rem;
  padding-right: 1rem;
}

.kundenmeinung-img {
  display: block;
  margin: 0 auto;
  width: 80% !important;
  height: auto;
}

.kundenmeinung-name {
  text-align: center;
  font-family: "AT Rotis Sans Serif 55";
  font-size: 1rem;
}

.navbarInnerRel {
  position: relative;
  height: 135px;
}

.navbar-brand {
  float: left;
  padding-top: 1rem;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
}

.nav-link {
  color: #004071;
}

.infoPartNavi {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 1rem;
  font-size: 1rem;
}

.infoBarPhone {
  float: right;
  margin-right: 1rem;
  padding: 4px 0;
}

.infoBarSearch {
  float: right;
}

.infoBarTrenner {
  float: left;
  padding: 4px 0;
  margin-right: 1rem;
}

.infoBarLang {
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 4px 0;
}

.naviPartNavi {
  position: absolute;
  bottom: 0;
  right: 0;
}

li.nav-item a {
  font-size: 1.125rem;
  padding: 0.75rem 0.75rem;
  text-transform: uppercase;
}

li.nav-item a:hover {
  background-color: #004071;
  color: #ffe594;
}

li.nav-item a:focus {
  color: #004071;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}

.nav-up {
  top: -135px;
}

.menu-subline {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.navbar {
  position: relative;
  padding: 0 0;
}

.leistungsbereiche-navi .nav-item:first-child {
  width: 25%;
  border-left: none;
}

.leistungsbereiche-navi .nav-item {
  width: 24%;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.leistungsbereiche-navi .nav-item:last-child {
  width: 25%;
  border-right: none;
}

.leistungsbereiche-navi > .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  color: #fff;
  background-color: #2e9941;
  border-color: #ddd #ddd transparent;
}

.leistungsbereiche-navi .nav-tabs {
  border-bottom: 2px solid #2e9941;
}

section.leistungsbereiche-section {
  margin-top: 3rem;
}

.top-spacing-100 {
  margin-top: 100px;
}

/* FLIP */
.flip-container {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}

.flip-container.one, .front, .back {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.flipper {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  position: relative;
}

.front, .back {
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.back {
  transform: rotateY(-180deg);
  background: #dfdfdf;
}

.front {
  background: #339a41;
}

svg {
  width: 120px;
  height: 120px;
  margin: 0 0;
}

.front path {
  fill: #efefef;
}

.back path {
  fill: #339a41;
}

.handhover {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #004071;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0rem;
}

@media (max-width: 1199px) {
  .card-explore-more .card-img-overlay .card-explore-more-container {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media (min-width: 575px) and (max-width: 1199px) {
  .powermail_form_1 .powermail_fieldset_1 .col-sm-2 {
    width: 25%;
  }
  .powermail_form_1 .powermail_fieldset_1 .offset-sm-2 {
    margin-left: 25%;
  }
  .powermail_form_1 .powermail_fieldset_1 .col-sm-10 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .card-deck {
    border-spacing: 1rem 0;
  }
  .card-explore-more .card-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .card-explore-more .card-title {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .welcome-text h2 {
    margin: 3rem 0px;
  }
  .hidden-lg-up {
    display: none !important;
  }
  /* Buchen Box Small */
  /* BEWERTUNGS BOX */
  .card-explore-more-container {
    display: block;
    text-align: center;
    margin-top: 8%;
    height: 100%;
    opacity: 0;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .card-explore-more .card-title {
    margin-bottom: 0;
    font-size: 1.438rem;
  }
  .mt-5 {
    margin-top: 2.255rem !important;
  }
  .card-full-width .card-inner-title {
    padding-left: 3rem;
    padding-right: 6rem;
    padding-top: 3rem;
  }
  .card-full-width .card-title {
    font-size: 2.5rem;
    font-family: "AT Rotis Sans Serif 55";
    text-shadow: 1px 1px 8px rgba(10, 10, 10, 0.8);
  }
  .card-text-price-text {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.375rem;
  }
  .jumbo-p, .jumbo-p span {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 1.2rem;
    color: #fff;
    font-weight: 400;
    font-family: "Dancing Script", cursive;
    text-shadow: 1px 1px 8px rgb(50, 50, 50);
  }
  ul li {
    font-size: 1.563rem;
    line-height: 1.5;
  }
  .pl-3 {
    padding-left: 3rem !important;
  }
  .pb-3 {
    padding-bottom: 3rem !important;
  }
  .mb-3 {
    margin-bottom: 3rem !important;
  }
  .jump-span {
    position: absolute;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 25px;
    line-height: 35px;
  }
  .h1, h1 {
    font-size: 60px;
    line-height: 1.25;
  }
  .news-single-backlink {
    margin-top: 48px;
  }
  .img-12 {
    max-width: 100%;
    height: auto;
  }
  .img-8 {
    max-width: 100%;
    height: auto;
  }
  .img-8-text {
    padding: 70px 80px;
    height: 100%;
    background-color: #003e6f;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .img-8-text h3 {
    color: #fff;
    font-size: 2.5rem;
  }
  .img-8-text p {
    font-size: 1.563rem;
    color: #fff;
  }
  .img-6-text {
    padding: 70px 80px;
    height: 100%;
    background-color: #003e6f;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .img-6-text h3 {
    color: #fff;
    font-size: 2.5rem;
  }
  .img-6-text p {
    font-size: 1.563rem;
    color: #fff;
  }
  .img-4-text {
    padding: 70px 60px;
    height: 100%;
    background-color: #003e6f;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .img-4-text h3 {
    color: #fff;
    font-size: 2.5rem;
  }
  .img-4-text p {
    font-size: 1.563rem;
    color: #fff;
  }
  .img-4 {
    max-width: 100%;
    height: auto;
  }
  .img-6 {
    max-width: 100%;
    height: auto;
  }
  .img-row {
    margin-bottom: 15px;
  }
  .img-row .col-lg-12 {
    margin-bottom: 15px;
  }
  .card-explore-more .card-title {
    margin-bottom: 0;
    font-size: 2.438rem;
  }
  .card-explore-more-container {
    text-align: center;
    margin-top: 14%;
    height: 100%;
    opacity: 0;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 32px;
    line-height: 1.25;
  }
  .bewertung-header {
    text-transform: uppercase;
    background-color: #004071;
  }
  .bewertung-body {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 0.5rem;
  }
  .bewertung-huge {
    text-transform: uppercase;
    padding-top: 1rem;
    font-size: 3.5rem;
  }
  /* Container */
  .container {
    width: 1395px;
    max-width: 100%;
  }
  .secure-conn {
    text-align: center;
  }
  .container-welcome h2 {
    font-size: 3.813rem;
  }
  .welcome-text h2 {
    font-size: 3.813rem;
  }
  .pl-3 {
    padding-left: 3rem;
  }
  .container-welcome p {
    font-size: 25px;
    line-height: 35px;
  }
  .container-welcome .welcome-text {
    padding-left: 3rem;
    padding-top: 0rem;
  }
  .angebote-button-outer {
    width: 100%;
  }
  .col-md-12 > .angebote-button-outer {
    text-align: center;
  }
  .angebote-button {
    margin: auto;
    text-align: center;
    padding-top: 32px;
    background-image: url("../img/new-wavy-button.svg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 114px;
    width: 380px;
    color: #FEE594;
    font-size: 36px;
    font-family: "AT Rotis Sans Serif 55";
    transition: all 0.2s ease;
    -o-object-fit: contain;
       object-fit: contain;
    padding-right: 10px;
  }
  .angebote-button:hover {
    background-image: url("../img/new-wavy-button-hover.svg");
    transition: all 0.2s eas;
  }
  .angebote-button-left {
    margin: 0 0;
    text-align: center;
  }
  .signature-schulz {
    font-family: "Dancing Script", cursive;
    font-size: 3rem;
  }
  .pt-5 {
    padding-top: 5rem !important;
  }
  .pb-5 {
    padding-bottom: 5rem !important;
  }
  .mt-5 {
    margin-top: 5rem !important;
  }
  .mt-8 {
    margin-top: 8rem !important;
  }
  .pt-8 {
    padding-top: 8rem !important;
  }
  .mb-5 {
    margin-bottom: 5rem !important;
  }
  .list-suit li {
    margin-left: -15px;
    font-size: 1.563rem;
    margin-bottom: 2rem;
  }
  .container-stuff {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-headline > i {
    margin-right: 5px;
  }
  /* OVERLAY MENU */
  .navbar-nav .nav-item .overlay {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 135px;
    left: 0;
    background-color: rgba(0, 64, 113, 0.9);
    overflow-y: hidden;
    transition: 0.3s;
  }
  .navbar-nav .nav-item .overlay {
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 135px;
    left: 0;
    background-color: rgba(0, 64, 113, 0.9);
    overflow-y: hidden;
    transition: 0.3s;
  }
  .overlayInnerWidth li {
    padding: 0.5rem 0.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .overlay-content {
    position: relative;
    width: 100%;
    text-align: left;
    color: #ffe594;
  }
  .navbar-nav .nav-item .overlay a {
    padding: 8px 0px;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
  }
  .navbar-nav .nav-item .overlay a:hover, .navbar-nav .nav-item .overlay a:focus {
    color: #ccc;
  }
  .header-openmenu {
    padding-right: 15px;
  }
  .nav-item i {
    font-size: 2rem;
  }
  .copy-text,
  .custom-copy-text p,
  .custom-copy-text .s1 {
    font-size: 25px;
    line-height: 35px;
    font-family: "AT Rotis Sans Serif 55";
  }
  .copy-white {
    color: #ffffff;
  }
  .h2-white {
    color: #ffffff;
  }
  .headline {
    font-size: 6.25rem;
    font-weight: 300;
    line-height: 6.25rem;
    text-align: center;
    color: #004071;
    margin-bottom: 5rem;
    font-family: "Dancing Script", cursive;
  }
  .sub-headline {
    font-size: 1.5625rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .align-center {
    text-align: center;
  }
  .menu-headline {
    color: #fff;
    font-size: 2rem;
  }
  .center-text {
    text-align: center;
    font-size: 1.563rem;
  }
  .container-kundenmeinungen {
    background-color: #fcf2ce;
    text-align: center;
  }
  .container-news {
    background-color: #fcf2ce;
    text-align: left;
  }
  .news-text-container {
    padding-left: 3rem;
  }
  .news-list {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .news-date {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 28px;
    margin-bottom: 16px;
  }
  .news-title {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 3.813rem;
    line-height: 3.563rem;
  }
  .news-teaser {
    font-size: 25px;
    line-height: 35px;
  }
  .news-readmore a {
    color: #004071;
    text-decoration: underline;
    font-weight: bold;
  }
  .kundenmeinung-text {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }
  .kundenmeinung-img {
    text-align: center;
  }
  .kundenmeinung-name {
    text-align: center;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.5rem;
  }
  .navbarInnerRel {
    position: relative;
    height: 135px;
  }
  .navbar-brand {
    float: left;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
  }
  .infoPartNavi {
    position: absolute;
    right: 100px;
    top: 0;
    padding-top: 1rem;
    font-size: 1rem;
  }
  .infoBarPhone {
    float: right;
    margin-right: 1rem;
    padding: 4px 0;
  }
  .infoBarSearch {
    float: right;
  }
  .infoBarLang {
    float: left;
    margin-left: 1rem;
    padding: 4px 0;
  }
  .naviPartNavi {
    position: absolute;
    bottom: 0;
    right: 100px;
  }
  img.markensiegel {
    width: 90px;
  }
  li.nav-item a {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    text-transform: uppercase;
  }
  .navbar-nav .nav-item:hover .nav-link {
    color: #ffe594;
  }
  li.nav-item a:focus {
    color: #004071;
  }
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .nav-up {
    top: -135px;
  }
  .headroom--unpinned {
    top: -135px;
  }
  .menu-subline {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .navbar {
    position: relative;
    padding: 0 0;
  }
  .leistungsbereiche-navi .nav-item:first-child {
    width: 25%;
    border-left: none;
  }
  .leistungsbereiche-navi .nav-item {
    width: 24%;
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
  }
  .leistungsbereiche-navi .nav-item:last-child {
    width: 25%;
    border-right: none;
  }
  .leistungsbereiche-navi > .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    color: #fff;
    background-color: #2e9941;
    border-color: #ddd #ddd transparent;
  }
  .leistungsbereiche-navi .nav-tabs {
    border-bottom: 2px solid #2e9941;
  }
  section.leistungsbereiche-section {
    margin-top: 6rem;
  }
  .top-spacing-100 {
    margin-top: 100px;
  }
  /* FLIP */
  .flip-container {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
  .flip-container.one, .front, .back {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
  }
  .front, .back {
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
  }
  .back {
    transform: rotateY(-180deg);
    background: #dfdfdf;
  }
  .front {
    background: #339a41;
  }
  svg {
    width: 120px;
    height: 120px;
    margin: 0 0;
  }
  .front path {
    fill: #efefef;
  }
  .back path {
    fill: #339a41;
  }
  .mousejumpy {
    position: absolute;
    bottom: 30px;
    width: 50px;
    margin: 0 auto;
    left: 50%;
    padding: 1rem 0rem;
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  .bounce {
    animation: bounce 2s infinite;
  }
  /* Cards */
  .card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0rem;
    border: 0;
  }
  .card-img {
    border-radius: 0;
  }
  .card-full-width {
    position: relative;
    display: block;
    margin-bottom: 5rem;
    background-color: #fff;
    border-radius: 0;
    border: none;
  }
  .card-full-width .card-inner-title {
    padding-left: 12rem;
    padding-right: 12rem;
    padding-top: 6rem;
  }
  .card-full-width .card-title {
    font-size: 3.813rem;
    font-family: "AT Rotis Sans Serif 55";
    text-shadow: 1px 1px 8px rgba(10, 10, 10, 0.8);
    line-height: 1.25;
  }
  .card-full-width .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .card-full-width .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0;
    border-radius: 0;
    padding: 2rem 10rem;
    padding-right: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-top: 0;
  }
  .card-full-width .card-img {
    border-radius: 0;
  }
  .card-footer-inner-right {
    float: right;
  }
  .card-text-price-text {
    font-size: 1.5rem;
  }
  .card-footer p {
    margin-bottom: 0;
  }
  .card-full-width .card-footer-middle {
    position: absolute;
    bottom: 167px;
    width: 100%;
    margin: 0 0;
    border-radius: 0;
    padding: 0rem 12rem;
    padding-right: 6rem;
    background: none;
    text-align: right;
  }
  span.card-full-width-price {
    font-size: 4.688rem;
  }
  .mehr-erfahren {
    text-align: center;
    font-family: "AT Rotis Sans Serif 55";
    color: #fff;
    font-size: 1.983rem;
    margin-bottom: 2rem;
  }
  .mehr-erfahren img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .card-footer-row {
    font-size: 0;
  }
  .card-footer-row > * {
    float: none;
    display: inline-block;
    font-size: 1.563rem;
  }
  .card-footer-row > *:last-child {
    vertical-align: bottom;
  }
  .card-footer-row p:last-child {
    margin-bottom: 0; /* optional */
  }
} /* END MEDIA QUERY 1200 */
.ce-media {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.toggle-panel {
  color: #fff;
  position: absolute;
  right: 15px;
}

header-mobile .toggle-panel {
  display: none;
}

header-mobile ul {
  display: block;
}

@media only screen and (min-width: 769px) {
  /* Closes the Panel on window resize from small to large. */
  /* Important tags aren't always bad otherwise you can close with JS on resize. */
  .scotch-panel-canvas {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media only screen and (max-width: 768px) {
  header-mobile .toggle-panel {
    display: block;
  }
  header-mobile ul {
    display: none;
  }
}
@media (max-width: 768px) {
  .list-inline-item:first-child {
    margin-bottom: 5px;
  }
  .container-welcome,
  .container-kundenmeinungen {
    overflow-x: hidden;
  }
}
/* New CTA Styles start */
.angebote-button-outer a {
  display: inline-block;
  transition: all 0.2s ease;
}

.angebote-button.angebote-button-left {
  background-image: url(../img/new-wavy-button.svg);
  color: #FEE594;
  padding-left: 48px;
  position: relative;
  transition: all 0.3s ease;
}

.angebote-button-outer a:hover .angebote-button.angebote-button-left {
  background-image: url(../img/new-wavy-button-hover.svg);
}

.card-footer-middle .card-footer-inner-right a {
  align-items: center;
  background-image: url(../img/button-zum-angebot.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 140px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  right: -60px;
  overflow: hidden;
  z-index: 1;
}

.card-footer-middle .card-footer-inner-right a .mehr-erfahren {
  color: #004071;
  font-size: 1.983rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  max-width: 150px;
  text-transform: capitalize;
}

.card-footer-middle .card-footer-inner-right a .mehr-erfahren img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  padding-top: 6px;
  max-width: 72px;
  text-align: center;
}

a.card-overview-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.navbar-nav .nav-item:hover .overlay {
  display: block !important;
}

.overlay {
  overflow: hidden;
}

.nav-up .navbar-nav .nav-item:hover .overlay {
  display: none !important;
}

@media (min-width: 1200px) {
  .card-full-width .card-footer-middle {
    bottom: 0;
  }
  .card-footer-row {
    display: flex;
    align-items: flex-end;
    height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-full-width .card-footer-middle {
    bottom: 0;
  }
  .card-footer-middle .card-footer-inner-right a {
    bottom: 100px;
    width: 190px;
    height: 190px;
    right: 10px;
  }
}
/* New CTA Styles end */
.mehr-erfahren > img {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounce-7;
  animation-timing-function: ease-in-out;
}

@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1, 1) translateX(0);
  }
  30% {
    transform: scale(1, 1) translateX(20px);
  }
  50% {
    transform: scale(1, 1) translateX(0);
  }
  57% {
    transform: scale(1, 1) translateX(0px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
@media (max-width: 992px) {
  .list-inline-item a {
    color: #fff;
  }
  /* Anpassung als wir noch weniger Icons im Footer hatten
    .list-inline-item {
     display: block;
   } */
}
/*cr changes 14-june-2021*/
.angebote-button-outer .btn--submit {
  padding: 0;
  outline: none;
  background-color: transparent;
  border: 0;
}

.powermail_fieldwrap_type_submit .angebote-button-outer {
  margin-top: 20px;
  padding-left: 5px;
}

.btn--submit .btn--submit__text {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.powermail_fieldwrap_type_submit .angebote-button-outer {
  margin-top: 20px;
}

@media (min-width: 993px) {
  .btn-view-signup.btn-view-signup--sticky {
    min-width: auto;
    /* //   top: 424px; */
    top: 300px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn-view-signup.btn-view-signup--sticky span {
    display: none;
  }
  .btn-view-signup:hover,
  .btn-view-signup:focus {
    color: #ffe594;
  }
  .btn-view-signup em {
    font-size: 46px;
  }
  .btn-view-signup span {
    margin-left: 8px;
  }
  .nav-item-text-right .overlayInnerWidth {
    margin-left: 0 !important;
  }
  .nav-item-text-right .overlayInnerWidth .list-inline {
    text-align: right;
  }
  .btn-newsletter-signup {
    display: inline-flex;
    align-items: center;
    background-color: #004071;
    padding: 15px 35px 15px 20px;
    padding: 0px 35px 0px 0px;
    font-size: 24px;
    color: #ffe594;
    position: fixed;
    z-index: 9;
    /*top: 525px; */
    top: 790px !important;
    max-width: 270px;
    right: 0;
    text-transform: uppercase;
    font-family: "AT Rotis Sans Serif 55";
    transition: all 0.3s ease;
  }
  .btn-newsletter-signup.btn-newsletter-signup--sticky {
    top: 300px;
    top: 445px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn-newsletter-signup.btn-newsletter-signup--sticky span {
    display: none;
  }
  .btn-newsletter-signup:hover,
  .btn-newsletter-signup:focus {
    color: #ffe594;
  }
  .btn-newsletter-signup em {
    font-size: 46px;
  }
  .btn-newsletter-signup span {
    margin-left: 8px;
  }
  .btn-buchen-signup {
    display: inline-flex;
    align-items: center;
    background-color: #004071;
    padding: 15px 35px 15px 20px;
    padding: 0px 35px 0px 0px;
    font-size: 24px;
    color: #ffe594;
    position: fixed;
    z-index: 9;
    /*top: 525px; */
    top: 330px !important;
    max-width: 270px;
    right: 0;
    text-transform: uppercase;
    font-family: "AT Rotis Sans Serif 55";
    transition: all 0.3s ease;
  }
  #buchen-box-small.btn-buchen-signup--sticky {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    width: 96px;
  }
  #buchen-box-small.btn-buchen-signup--sticky img {
    margin-top: 0px;
  }
  .btn-buchen-signup--sticky .small-buchen {
    display: block !important;
    padding-top: 10px;
    font-size: 12px !important;
  }
  .btn-buchen-signup--sticky span {
    display: none;
  }
  .small-buchen {
    display: none;
  }
  .d21-trigger-ibe:hover,
  .d21-trigger-ibe:focus {
    color: #ffe594;
  }
  .d21-trigger-ibe em {
    font-size: 46px;
  }
  .d21-trigger-ibe span {
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .powermail_fieldwrap_type_submit .angebote-button-outer {
    padding-left: 0;
  }
}
/*cr changes 14-june-2021*/
.powermail-errors-list {
  margin: 5px 0 20px 0;
  padding: 0;
  list-style-type: none;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  width: 100%;
  float: right;
  clear: left;
}

.powermail-errors-list li {
  color: #A94442;
  padding: 5px 10px;
}

.form-control.error {
  background-color: #EBCCD1;
  color: #A94442;
}

/*New CR CSS may-2023*/
@media (max-width: 767px) {
  .card-deck .card.card-explore-more {
    display: block;
    margin-bottom: 30px;
  }
  .card-explore-more .card-footer {
    padding: 22px 80px 22px 20px;
    text-align: left;
  }
  .card-explore-more .card-footer::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjAgMTIuMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiMwMDQwNzEiIGQ9Ik0wIDBoNjB2MTIuM0gweiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTgxOSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNhKSIgZGF0YS1uYW1lPSJHcm91cCAxNTM3Ij48cGF0aCBmaWxsPSIjMDA0MDcxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42NjEgNi4wMDdjLS45OTItLjk3Ni0xLjc2OC0xLjc5NC0yLjYtMi41NDMtLjgtLjcyMS0xLjY2OS0xLjM3NC0yLjcxMS0yLjIyNGExOS42MiAxOS42MiAwIDAxMS45NDQtLjMzOGMxLjQ0Ny0uMDk1IDIuOS0uMTMxIDQuMzQ3LS4yYTIuNDI2IDIuNDI2IDAgMDAuNzY3LS4xMyAxLjM4NyAxLjM4NyAwIDAxMS41Ni4yNjZjMS40NjMgMS40MDYgMi45NTQgMi43OCA0LjM5MyA0LjIxMWEyLjk0MiAyLjk0MiAwIDAwMi4zLjg4MmMyLjQ3My0uMDY0LjI1OS0uMDg3IDIuNzMzLS4xMjRsMS40OS0uMDc4YTQuMSA0LjEgMCAwMTEuMjM3LS4xNjEgMi42ODIgMi42ODIgMCAwMDEuMDIxLS4zYy41MzItLjI2NCAxLjAyNS0uNjEgMS41NS0uODlhMS43NyAxLjc3IDAgMDEyLjQ3Ny4zNzEgMi4yIDIuMiAwIDAwMS43NDIuNzUzbDQuNTIxLS4zMThhNS41ODcgNS41ODcgMCAwMDMuNTQ1LTEuMjljLjU0My0uNDM0IDEuMTE4LS44MjQgMS42Ny0xLjIyNiAxLjI3Mi41MjYgMi4yNzMgMS41NjEgMy44MjYgMS43NjVhMTMuNjMxIDEzLjYzMSAwIDAxLS4wOTItNC40MDZjMy41NTUgMS41MDggNy4xMDUgMi42MTMgMTAuNjIgNC40YTIwLjA2NCAyMC4wNjQgMCAwMS0xLjY2NCAxLjEyNWMtMi40NSAxLjMtNC45MTcgMi41NzYtNy4zNzcgMy44NjFhMS45NDkgMS45NDkgMCAwMC0uNTg3LjM0OGMtLjM0OS40LS42MjIuMjIzLS44NDYuMDM1VjUuNjI3YTEzLjU0NyAxMy41NDcgMCAwMC0zLjYgMS45Yy0uNDI0LS4yLS44MzYtLjQtMS4yNi0uNTgyYTEzLjQ5MiAxMy40OTIgMCAwMC01LjYxNS0xLjNsLTIuNzM5LjI1MWExLjkyNCAxLjkyNCAwIDAwLTEuNS42MDcgMS42NDYgMS42NDYgMCAwMS0uMjEyLjIxMSA3LjAzOCA3LjAzOCAwIDAxLTEuMy45MTFjLS41NDQuMjMyLS44NjEtLjM4My0xLjI4LS42YTguMjQ0IDguMjQ0IDAgMDAtNC4xNDctMS4wNjVsLTIuMTY2LjIwNmMtLjg1OC4wMTItLjg0My4xMzgtMS43LjEzN2ExLjkwNiAxLjkwNiAwIDAwLTEuMzMyLjUyMiAyNS45MzggMjUuOTM4IDAgMDAtNC41NTQgNS4wMTQuODg3Ljg4NyAwIDAxLTEuMTUyLjQxIDcuNTc1IDcuNTc1IDAgMDAtMS44NjgtLjEwN2MtMS4yNTMgMC0yLjUwNy4wNDktMy43Ni4wNGEyLjU2NCAyLjU2NCAwIDAxLS43ODgtLjI1OGMtLjI5Mi0uMTA2LS41ODEtLjIxOC0uOTkxLS4zNzNhNi4yNDIgNi4yNDIgMCAwMS40MTctLjYzOGMuOTQxLTEuMTIxIDEuOS0yLjIzIDIuODM2LTMuMzU3YTExLjM2NCAxMS4zNjQgMCAwMC42NzgtMS4wNDJjLS43MzIgMC0xLjI3OC0uMDI2LTEuODIxLjAxNWEuNzg3Ljc4NyAwIDAwLS40NTYuMzE4IDE5OC42MjEgMTk4LjYyMSAwIDAwLTIuODkyIDMuNyAyLjQgMi40IDAgMDAtLjQ0Ni45NTZjLS4wNzQuMzgxLS4yMTkuNS0uNTgyLjQ4My0yLjEtLjA4Ny00LjItLjE1NS02LjMtLjI0YTIuMzc2IDIuMzc2IDAgMDEtLjU1Ni0uMjA5YzEuMjMyLTEuOTU2IDMuMjQ0LTMuMDI2IDQuNTgxLTQuODZhMjAuNDU4IDIwLjQ1OCAwIDAwLTIuMzY5LTIuNzVDMS44NTYgMy4wMTcuNzQ0IDIuNDE1LjAwMSAxLjE0OWMuNzYtLjA3MSAxLjM2NS0uMTU0IDEuOTcyLS4xNzZDMy4yODYuOTIyIDQuNjAxLjg4NSA1LjkxMi44ODJhMSAxIDAgMDEuNjcxLjMgMjQuMDI0IDI0LjAyNCAwIDAxMy40IDQuMDU1IDEuNiAxLjYgMCAwMDEuNzM5Ljg2OWMuNTc1LS4wNzcgMS4xNi0uMDY1IDEuOTM4LS4xbTQuNTE0LjQ5aC0yLjY2NmMtLjguOTQ0LTEuNDY3IDEuNjY5LTIuMDcgMi40NDRzLTEuMTMgMS41ODctMS43MyAyLjQ0Yy4yLjExNS40MTQuMzUuNjM1LjM1Mi44OC4wMDcgMS44OTMuMjkxIDIuMzMxLS45MS4wMzItLjA5LjEyNi0uMTUzLjE4OC0uMjMxbDMuMzEyLTQuMDk0bTMuMDMyLS4xMDZjLS44NzggMC0xLjU1Ny0uMDE5LTIuMjM0LjAxM2EuNzQ3Ljc0NyAwIDAwLS40NTguMyA4MC4yNCA4MC4yNCAwIDAwLTEuOTg5IDIuNjIyIDEwLjMyNCAxMC4zMjQgMCAwMC0xLjYwNyAyLjMyNGgxLjY0MWw0LjY0OC01LjI2bS0zLjcyNi0uNTFjLS40NTItLjQxOC0uODI4LS43NzYtMS4yMTYtMS4xMjEtMS4xMS0uOTkxLTIuMjMxLTEuOTczLTMuMzM5LTIuOTY5LS43NjYtLjY4OC0xLjU4MS0uNTE3LTIuNjM2LS4yMmE0NC4xNyA0NC4xNyAwIDAxNS4wNjYgNC41IDUuMjkyIDUuMjkyIDAgMDAyLjEyNS0uMTg5bTIuOC0uMTM0YTExLjEwOCAxMS4xMDggMCAwMC0xLjE1Ny0xLjIxYy0xLjMwOS0xLTIuNjY5LTEuOTQyLTMuOTc4LTIuOTVhMS45MDggMS45MDggMCAwMC0xLjgzMS0uMjU0Yy45NjUuOTE3IDEuODUgMS43NjMgMi43NCAyLjYuNDguNDU1Ljk1Ni45MTQgMS40NTMgMS4zNDdhMi41MDcgMi41MDcgMCAwMDIuNzY3LjQ2NG0tMTAuMTM2Ljg5MWMtMS4wMTctLjE0OC0xLjY2NS0uMTU0LTIuMjI0LjYxNy0uODM3IDEuMTU1LTEuODE4IDIuMi0yLjcyNyAzLjMwNWE4LjMyIDguMzIgMCAwMC0uNDg3LjczN2MxLjc3Ny4zNDIgMi4wMjIuMjQgMi44ODQtMS4xMTkuMTI1LS4yLjI1OS0uMzg2LjQtLjU3My42NzgtLjkzNCAxLjM1OC0xLjg2NiAyLjE1OS0yLjk2Nk0zLjgzMSAxLjU1MWMxLjI5OSAxLjM5MSAyLjUzNyAyLjYzMiAzLjY3IDMuOTY0YTEuNjc2IDEuNjc2IDAgMDAxLjk1Ny40OCAzLjcxNiAzLjcxNiAwIDAwLS4zODMtLjY2OGMtMS4wNjItMS4xMjktMi4xMzctMi4yNTEtMy4yMS0zLjM3MmExLjg5MiAxLjg5MiAwIDAwLTIuMDMzLS40bS0xLjgzMS0uMTAzbC0uMTA4LjJxMS44MjEgMi4wMjUgMy42NCA0LjA1MmExLjQ2NSAxLjQ2NSAwIDAwMS42ODEuMzIzIDI5LjIgMjkuMiAwIDAwLTQuMy00LjU3NnptNS42IDUuMjJoLS44NWMtLjM5Mi40MzItLjY3NS43OS0xIDEuMS0uNzI0LjY4LTEuNDgyIDEuMzI0LTIuMjA3IDJhMy4yMjggMy4yMjggMCAwMC0xLjExOSAxLjU1NWMuNjIxLS4wMiAxLjIyNy4yMzkgMS43LS4yOWEzMC43ODkgMzAuNzg5IDAgMDAzLjQ3Ni00LjM2NSIgZGF0YS1uYW1lPSJQYXRoIDYzOSIvPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
  }
  .offer-teaser-wrap {
    position: relative;
    padding: 25px 5px 0;
  }
  /*
  .offer-teaser-wrap::before {
    content: '';
    background: #fae59e 0% 0% no-repeat padding-box;
    opacity: 0.4;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  */
  .offer-teaser-wrap .card-footer,
  .offer-teaser-wrap .card-img-overlay {
    position: relative;
    bottom: auto;
  }
  .offer-teaser-wrap .card-img-overlay {
    background-color: #fcf2ce;
    padding: 24px 12px 12px 12px;
  }
  .offer-teaser-wrap .card-inner-title .col-md-9 {
    padding-left: 5px;
  }
  .offer-teaser-wrap .card-title {
    color: #004071;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .offer-teaser-wrap .card-footer {
    padding: 0;
  }
  .offer-teaser-wrap .card-full-width .card-footer-middle {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .offer-teaser-wrap .card-footer-inner-right a {
    bottom: 12px;
    width: 90px;
    height: 90px;
    right: 0px;
  }
  .offer-teaser-wrap .card-footer-inner-right a .mehr-erfahren {
    font-size: 17px;
    line-height: 20px;
  }
  .offer-teaser-wrap a .mehr-erfahren p {
    margin-bottom: 5px;
  }
  .offer-teaser-wrap .card-footer-inner-right a .mehr-erfahren img {
    padding-top: 0;
    max-width: 40px;
  }
  .offer-teaser-wrap .card-footer-row .col-md-5 {
    width: 100%;
  }
  .offer-teaser-wrap .card-footer-row .card-footer-inner-right {
    width: 100%;
    padding-right: 110px;
    min-height: 80px;
  }
  .offer-teaser-wrap .card-footer-inner-right .card-text-price-text {
    font-size: 17px;
    font-family: inherit;
  }
  .offer-teaser-wrap span.card-full-width-price {
    font-size: 40px;
    line-height: normal;
    display: block;
    width: 100%;
  }
  .offer-teaser-wrap .card-footer-inner-left p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
  }
  /*footere*/
  .footer-responsive-logo {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .footer-tel-social-info {
    margin-top: 25px;
  }
  .footer-soical-info {
    align-items: center;
    display: flex;
  }
  .footer-soical-info a {
    margin-right: 24px;
  }
  .footer-soical-info a svg {
    height: 48px;
    width: 48px;
  }
  .footer-tel-social-info .footer-tel-info {
    margin: 25px 0 45px;
  }
  .footer-tel-info p {
    font-size: 30px;
    line-height: 45px;
  }
  .footer-tel-info .footer-anruf {
    margin-bottom: 0;
  }
  .footer-botkek {
    padding-bottom: 2px;
    padding-top: 12px;
  }
  .footer-botkek .list-inline.language-menu {
    display: none;
  }
  .footer-botkek .list-inline {
    display: flex;
    justify-content: space-between;
  }
  .footer-adress .list-inline li:nth-child(2) img {
    border-radius: 50%;
  }
  .footer-botkek li {
    margin-left: 0;
  }
  .footer-botkek a {
    font-size: 18px;
    line-height: 23px;
  }
  img.footer-left-icon {
    height: 60px;
    width: 60px;
  }
  .footer-adress {
    font-size: 18px;
    line-height: 23px;
  }
  /*footere*/
  .container .offer-teaser-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .offer-teaser-wrap .container {
    width: 100%;
  }
}
/**/
@media (max-width: 575px) {
  .image-gallery-slider,
  .image-gallery-slider .grid-item {
    height: 560px !important;
  }
  .image-gallery-slider .grid-item {
    margin-right: 8px;
  }
}
@media (min-width: 576px) {
  .image-gallery-slider .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .image-gallery-slider,
  .image-gallery-slider .grid-item {
    height: 500px !important;
  }
  .image-gallery-slider .grid-item {
    padding-left: 6px;
    padding-right: 6px;
  }
  .image-gallery-slider .slick-prev {
    left: 50px;
  }
  .image-gallery-slider .slick-next {
    right: 75px;
  }
  .image-gallery-slider.slick-slider,
  .image-gallery-slider .slick-list,
  .image-gallery-slider .slick-track {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .footer-responsive-logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-zwischen {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.563rem;
    line-height: 1.25;
  }
  .custom-copy-text p.p-zwischen {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.563rem;
    line-height: 1.25;
  }
}
.blue {
  color: #004071 !important;
}

.container-stuff {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}

.menu-headline > i {
  margin-right: 5px;
}

.navbar-nav .nav-item .overlay {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 135px;
  left: 0;
  background-color: rgba(0, 64, 113, 0.9);
  overflow-y: hidden;
  transition: 0.3s;
}

.overlayInnerWidth li {
  padding: 0.5rem 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: left;
  color: #ffe594;
}

.navbar-nav .nav-item .overlay a {
  padding: 8px 0px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar-nav .nav-item .overlay a:hover, .navbar-nav .nav-item .overlay a:focus {
  color: #ccc;
  background-color: transparent;
}

.header-openmenu {
  padding-right: 15px;
}

.brand-logo {
  width: 180px;
  height: 95px;
}

.nav-item i {
  font-size: 2rem;
}

.copy-text, .custom-copy-text p, .custom-copy-text .s1 {
  font-size: 18px;
  line-height: 1.25;
  font-family: "AT Rotis Sans Serif 55";
}

.copy-white {
  color: #ffffff;
}

.h2-white {
  color: #ffffff;
}

.headline {
  font-size: 47px;
  line-height: 54px;
  font-weight: 300;
  text-align: center;
  color: #004071;
  margin-bottom: 2rem;
  font-family: "Dancing Script", cursive;
  margin-top: 4rem;
}

.sub-headline {
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 3rem;
}

.align-center {
  text-align: center;
}

.menu-headline {
  color: #fff;
  font-size: 2rem;
}

.center-text {
  text-align: center;
  font-size: 1.563rem;
}

.text-center {
  text-align: center;
}

.size-up {
  font-size: 1.563rem;
}

.container-kundenmeinungen {
  background-color: #fcf2ce;
  text-align: center;
  padding-bottom: 3rem !important;
}

.container-news {
  background-color: #fcf2ce;
  text-align: left;
}

.news-text-container {
  padding-left: 1rem;
}

.news-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.news-date {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 1rem;
  margin-top: 2.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2rem;
}

.news-title {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 1.7rem;
  line-height: 1.2;
}

.news-teaser {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 18px;
  line-height: 1.25;
}

.news-readmore a {
  color: #004071;
  text-decoration: underline;
}

.kundenmeinung-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  padding-left: 1rem;
  padding-right: 1rem;
}

.kundenmeinung-img {
  display: block;
  margin: 0 auto;
  width: 80% !important;
  height: auto;
}

.kundenmeinung-name {
  text-align: center;
  font-family: "AT Rotis Sans Serif 55";
  font-size: 1rem;
}

.navbarInnerRel {
  position: relative;
  height: 135px;
}

.navbar-brand {
  float: left;
  padding-top: 1rem;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
}

.infoPartNavi {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 1rem;
  font-size: 1rem;
}

.infoBarPhone {
  float: right;
  margin-right: 1rem;
  padding: 4px 0;
}

.infoBarSearch {
  float: right;
}

.infoBarTrenner {
  float: left;
  padding: 4px 0;
  margin-right: 1rem;
}

.infoBarLang {
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 4px 0;
}

.naviPartNavi {
  position: absolute;
  bottom: 0;
  right: 0;
}

li.nav-item a {
  font-size: 1.125rem;
  padding: 0.75rem 0.75rem;
  text-transform: uppercase;
}

li.nav-item a:hover {
  background-color: #004071;
  color: #ffe594;
}

li.nav-item a:focus {
  color: #004071;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}

.nav-up {
  top: -135px;
}

.menu-subline {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.navbar {
  position: relative;
  padding: 0 0;
}

.leistungsbereiche-navi .nav-item:first-child {
  width: 25%;
  border-left: none;
}

.leistungsbereiche-navi .nav-item {
  width: 24%;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.leistungsbereiche-navi .nav-item:last-child {
  width: 25%;
  border-right: none;
}

.leistungsbereiche-navi > .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  color: #fff;
  background-color: #2e9941;
  border-color: #ddd #ddd transparent;
}

.leistungsbereiche-navi .nav-tabs {
  border-bottom: 2px solid #2e9941;
}

section.leistungsbereiche-section {
  margin-top: 3rem;
}

.top-spacing-100 {
  margin-top: 100px;
}

.flip-container {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}

.flip-container.one, .front, .back {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.flipper {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  position: relative;
}

.front, .back {
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.back {
  transform: rotateY(-180deg);
  background: #dfdfdf;
}

.front {
  background: #339a41;
}

svg {
  width: 120px;
  height: 120px;
  margin: 0 0;
}

.front path {
  fill: #efefef;
}

.back path {
  fill: #339a41;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #004071;
  border-radius: 0rem;
}

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #004071;
  outline: 0;
}

.handhover {
  cursor: pointer;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.little-grey {
  color: #a8a7a7;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .card-explore-more .card-img-overlay .card-explore-more-container {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .card-deck {
    border-spacing: 1rem 0;
  }
  .card-explore-more .card-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .h1, h1 {
    font-size: 47px;
  }
  .slick-next:before {
    position: absolute;
    content: url("../../../fileadmin/templates/img/kunde-arrow-right.png");
    right: -50px;
    display: block;
  }
  .card-explore-more .card-title {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .card-explore-more-container {
    display: block;
    text-align: center;
    margin-top: 8%;
    height: 100%;
    opacity: 0;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .card-explore-more .card-title {
    margin-bottom: 0;
    font-size: 1.438rem;
  }
  .mt-5 {
    margin-top: 2.255rem !important;
  }
  .card-full-width .card-inner-title {
    padding-left: 3rem;
    padding-right: 6rem;
    padding-top: 3rem;
  }
  .card-full-width .card-title {
    font-size: 2.5rem;
    font-family: "AT Rotis Sans Serif 55";
    text-shadow: 1px 1px 8px rgba(10, 10, 10, 0.8);
  }
  .card-text-price-text {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.375rem;
  }
  .jumbo-p {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 1.2em;
    color: #fff;
    font-weight: 400;
    font-family: "Dancing Script", cursive;
    text-shadow: 1px 1px 8px rgb(50, 50, 50);
  }
  ul li {
    font-size: 1.563rem;
    line-height: 1.5;
  }
  .pl-3 {
    padding-left: 3rem !important;
  }
  .pb-3 {
    padding-bottom: 3rem !important;
  }
  .mb-3 {
    margin-bottom: 3rem !important;
  }
  .jump-span {
    position: absolute;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 25px;
    line-height: 35px;
  }
  .h1, h1 {
    font-size: 6.25rem;
    line-height: 1.25;
  }
  .news-single-backlink {
    margin-top: 48px;
  }
  .img-row {
    margin-bottom: 15px;
  }
  .img-row .col-lg-12 {
    margin-bottom: 15px;
  }
  .card-explore-more .card-title {
    margin-bottom: 0;
    font-size: 2.438rem;
  }
  .card-explore-more-container {
    text-align: center;
    margin-top: 14%;
    height: 100%;
    opacity: 0;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 32px;
    line-height: 1.25;
  }
  .container {
    width: 1395px;
    max-width: 100%;
  }
  .container-welcome {
    background-image: url("../../../fileadmin/templates/img/hearts.png");
    background-repeat: no-repeat;
    background-position: top right 6rem;
    background-size: 7%;
  }
  .container-welcome-zimmeruebersicht {
    background-image: url("../../../fileadmin/templates/img/bg-zimmeruebersicht.png");
    background-repeat: no-repeat;
    background-position: top 10rem left;
    background-color: #fcf2ce;
  }
  .container-welcome-kontakt {
    background-image: url("../../../fileadmin/templates/img/bg-kontakt.png");
    background-repeat: no-repeat;
    background-position: bottom right 8rem;
    background-color: #fcf2ce;
  }
  .container-leafs {
    background-image: url("../../../fileadmin/templates/img/left-leafs.png");
    background-repeat: no-repeat;
    background-position: top left;
  }
  .container-verwoehn {
    background-image: url("../../../fileadmin/templates/img/image-verwoehn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .secure-conn {
    text-align: center;
  }
  .container-welcome h2 {
    font-size: 3.813rem;
  }
  .pl-3 {
    padding-left: 3rem;
  }
  .container-welcome .welcome-text {
    padding-left: 3rem;
    padding-top: 0rem;
  }
  .welcome-text {
    padding-left: 3rem;
  }
  .angebote-button-outer {
    width: 100%;
  }
  .col-md-12 > .angebote-button-outer {
    text-align: center;
  }
  .angebote-button {
    display: block;
    text-decoration: none !important;
    margin: auto;
    text-align: center;
    padding-top: 32px;
    background-image: url("../../../fileadmin/templates/img/new-wavy-button.svg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 114px;
    width: 380px;
    color: #FEE594;
    font-size: 36px;
    font-family: "AT Rotis Sans Serif 55";
    transition: all 0.2s ease;
    -o-object-fit: contain;
       object-fit: contain;
    padding-right: 10px;
  }
  .angebote-button:hover {
    background-image: url("../../../fileadmin/templates/img/new-wavy-button-hover.svg");
    transition: all 0.2s ease;
    color: #fff;
  }
  .angebote-button-left {
    margin: 0 0;
    text-align: center;
  }
  .pt-5 {
    padding-top: 5rem !important;
  }
  .pb-5 {
    padding-bottom: 5rem !important;
  }
  .mt-5 {
    margin-top: 5rem !important;
  }
  .mt-8 {
    margin-top: 8rem !important;
  }
  .pt-8 {
    padding-top: 8rem !important;
  }
  .mb-5 {
    margin-bottom: 5rem !important;
  }
  .list-suit li {
    margin-left: -15px;
    font-size: 1.563rem;
    margin-bottom: 2rem;
  }
  .container-stuff {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-headline > i {
    margin-right: 5px;
  }
  .navbar-nav .nav-item .overlay {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 135px;
    left: 0;
    background-color: rgba(0, 64, 113, 0.9);
    overflow-y: hidden;
    transition: 0.3s;
  }
  .navbar-nav .nav-item .overlay {
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 135px;
    left: 0;
    background-color: rgba(0, 64, 113, 0.9);
    overflow-y: hidden;
    transition: 0.3s;
  }
  .overlayInnerWidth li {
    padding: 0.5rem 0.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .overlay-content {
    position: relative;
    width: 100%;
    text-align: left;
    color: #ffe594;
  }
  .navbar-nav .nav-item .overlay a {
    padding: 8px 0px;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
  }
  .navbar-nav .nav-item .overlay a:hover, .navbar-nav .nav-item .overlay a:focus {
    color: #ccc;
  }
  .header-openmenu {
    padding-right: 15px;
  }
  .nav-item i {
    font-size: 2rem;
  }
  .copy-text, .custom-copy-text p, .custom-copy-text .s1 {
    font-size: 25px;
    line-height: 35px;
    font-family: "AT Rotis Sans Serif 55";
  }
  .copy-white {
    color: #ffffff;
  }
  .h2-white {
    color: #ffffff;
  }
  .headline {
    font-size: 6.25rem;
    font-weight: 300;
    line-height: 6.25rem;
    text-align: center;
    color: #004071;
    margin-bottom: 5rem;
    font-family: "Dancing Script", cursive;
  }
  .sub-headline {
    font-size: 1.5625rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .align-center {
    text-align: center;
  }
  .menu-headline {
    color: #fff;
    font-size: 2rem;
  }
  .center-text {
    text-align: center;
    font-size: 1.563rem;
  }
  .container-kundenmeinungen {
    background-color: #fcf2ce;
    text-align: center;
  }
  .container-news {
    background-color: #fcf2ce;
    text-align: left;
  }
  .news-text-container {
    padding-left: 3rem;
  }
  .news-list {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .news-date {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 28px;
    margin-bottom: 16px;
  }
  .news-title {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 3.813rem;
    line-height: 3.563rem;
  }
  .news-teaser {
    font-size: 25px;
    line-height: 35px;
  }
  .news-readmore a {
    color: #004071;
    text-decoration: underline;
    font-weight: bold;
  }
  .kundenmeinung-text {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }
  .kundenmeinung-img {
    text-align: center;
  }
  .kundenmeinung-name {
    text-align: center;
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.5rem;
  }
  .navbarInnerRel {
    position: relative;
    height: 135px;
  }
  .navbar-brand {
    float: left;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
  }
  .infoPartNavi {
    position: absolute;
    right: 100px;
    top: 0;
    padding-top: 1rem;
    font-size: 1rem;
  }
  .infoBarPhone {
    float: right;
    margin-right: 1rem;
    padding: 4px 0;
  }
  .infoBarSearch {
    float: right;
  }
  .infoBarLang {
    float: left;
    margin-left: 1rem;
    padding: 4px 0;
  }
  .naviPartNavi {
    position: absolute;
    bottom: 0;
    right: 100px;
  }
  img.markensiegel {
    width: 90px;
  }
  li.nav-item a {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    text-transform: uppercase;
  }
  .navbar-nav .nav-item:hover, .navbar-nav .nav-current {
    background-color: #004071;
    color: #ffe594;
  }
  .navbar-nav .nav-item:hover .nav-link {
    color: #ffe594;
  }
  li.nav-item a:focus {
    color: #004071;
  }
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .nav-up {
    top: -135px;
  }
  .menu-subline {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .navbar {
    position: relative;
    padding: 0 0;
  }
  .leistungsbereiche-navi .nav-item:first-child {
    width: 25%;
    border-left: none;
  }
  .leistungsbereiche-navi .nav-item {
    width: 24%;
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
  }
  .leistungsbereiche-navi .nav-item:last-child {
    width: 25%;
    border-right: none;
  }
  .leistungsbereiche-navi > .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    color: #fff;
    background-color: #2e9941;
    border-color: #ddd #ddd transparent;
  }
  .leistungsbereiche-navi .nav-tabs {
    border-bottom: 2px solid #2e9941;
  }
  section.leistungsbereiche-section {
    margin-top: 6rem;
  }
  .top-spacing-100 {
    margin-top: 100px;
  }
  .flip-container {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
  .flip-container.one, .front, .back {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
  }
  .front, .back {
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
  }
  .back {
    transform: rotateY(-180deg);
    background: #dfdfdf;
  }
  .front {
    background: #339a41;
  }
  svg {
    width: 120px;
    height: 120px;
    margin: 0 0;
  }
  .front path {
    fill: #efefef;
  }
  .back path {
    fill: #339a41;
  }
  .mousejumpy {
    position: absolute;
    bottom: 30px;
    width: 50px;
    margin: 0 auto;
    left: 50%;
    padding: 1rem 0rem;
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  .bounce {
    animation: bounce 2s infinite;
  }
  .card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0rem;
    border: 0;
  }
  .card-img {
    border-radius: 0;
  }
  .card-full-width {
    position: relative;
    display: block;
    margin-bottom: 5rem;
    background-color: #fff;
    border-radius: 0;
    border: none;
  }
  .card-full-width .card-inner-title {
    padding-left: 12rem;
    padding-right: 12rem;
    padding-top: 6rem;
  }
  .card-full-width .card-title {
    font-size: 3.813rem;
    font-family: "AT Rotis Sans Serif 55";
    text-shadow: 1px 1px 8px rgba(10, 10, 10, 0.8);
    line-height: 1.25;
  }
  .card-full-width .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .card-full-width .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0;
    border-radius: 0;
    padding: 2rem 10rem;
    padding-right: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-top: 0;
  }
  .card-full-width .card-img {
    border-radius: 0;
  }
  .card-footer-inner-right {
    float: right;
  }
  .card-full-width .card-footer-inner-left p, .card-text-price-text {
    color: #004071;
  }
  .card-text-price-text {
    font-size: 1.5rem;
  }
  .card-footer p {
    margin-bottom: 0;
  }
  .card-full-width .card-footer-middle {
    position: absolute;
    bottom: 167px;
    width: 100%;
    margin: 0 0;
    border-radius: 0;
    padding: 0rem 12rem;
    padding-right: 6rem;
    background: none;
    text-align: right;
  }
  span.card-full-width-price {
    font-size: 4.688rem;
  }
  .mehr-erfahren {
    text-align: center;
    font-family: "AT Rotis Sans Serif 55";
    color: #fff;
    font-size: 1.983rem;
    margin-bottom: 2rem;
  }
  .mehr-erfahren img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .card-footer-row {
    font-size: 0;
  }
  .card-footer-row > * {
    float: none;
    display: inline-block;
    font-size: 1.563rem;
  }
  .card-footer-row > *:last-child {
    vertical-align: bottom;
  }
  .card-footer-row p:last-child {
    margin-bottom: 0;
  }
}
.ce-media {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.toggle-panel {
  color: #fff;
  position: absolute;
  right: 15px;
}

header-mobile .toggle-panel {
  display: none;
}

header-mobile ul {
  display: block;
}

@media only screen and (min-width: 769px) {
  .scotch-panel-canvas {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media only screen and (max-width: 768px) {
  header-mobile .toggle-panel {
    display: block;
  }
  header-mobile ul {
    display: none;
  }
}
@media (max-width: 768px) {
  .list-inline-item:first-child {
    margin-bottom: 5px;
  }
  .container-welcome, .container-kundenmeinungen {
    overflow-x: hidden;
  }
}
.angebote-button-outer a {
  display: inline-block;
  transition: all 0.2s ease;
}

.angebote-button.angebote-button-left {
  background-image: url("../../../fileadmin/templates/img/new-wavy-button.svg");
  color: #FEE594;
  padding-left: 48px;
  position: relative;
  transition: all 0.3s ease;
}

.angebote-button-left:before {
  background-image: url("../../../fileadmin/templates/images/button-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 35px;
  left: 15px;
  opacity: 1;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease;
  width: 40px;
}

.angebote-button-left:after {
  background-image: url("../../../fileadmin/templates/images/button-icon-hover.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 35px;
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease;
  width: 40px;
}

.angebote-button-outer a:hover .angebote-button-left:before {
  opacity: 0;
}

.angebote-button-outer a:hover .angebote-button-left:after {
  opacity: 1;
}

.angebote-button-outer a:hover .angebote-button.angebote-button-left {
  background-image: url("../../../fileadmin/templates/img/new-wavy-button-hover.svg");
}

.card-footer-middle .card-footer-inner-right a {
  align-items: center;
  background-image: url("../../../fileadmin/templates/img/button-zum-angebot.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 140px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  right: -60px;
  overflow: hidden;
  z-index: 1;
}

.card-footer-middle .card-footer-inner-right a .mehr-erfahren {
  color: #004071;
  font-size: 1.983rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  max-width: 150px;
  text-transform: capitalize;
}

.card-footer-middle .card-footer-inner-right a .mehr-erfahren img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  padding-top: 6px;
  max-width: 72px;
  text-align: center;
}

a.card-overview-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

@media (min-width: 1200px) {
  .card-full-width .card-footer-middle {
    bottom: 0;
  }
  .card-footer-row {
    display: flex;
    align-items: flex-end;
    height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-full-width .card-footer-middle {
    bottom: 0;
  }
  .card-footer-middle .card-footer-inner-right a {
    bottom: 100px;
    width: 190px;
    height: 190px;
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .angebote-button.angebote-button-left {
    padding-left: 30px;
    width: 250px;
  }
  .angebote-button-left:before, .angebote-button-left:after {
    height: 26px;
    left: 21px;
    top: 18px;
    width: 25px;
  }
}
.mehr-erfahren > img {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounce-7;
  animation-timing-function: ease-in-out;
}

@media (max-width: 992px) {
  .list-inline-item a {
    color: #fff;
  }
}
.angebote-button-outer .btn--submit {
  padding: 0;
  outline: none;
  background-color: transparent;
  border: 0;
}

.btn--submit .btn--submit__text {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

@media (min-width: 993px) {
  .nav-item-text-right .overlayInnerWidth {
    margin-left: 0 !important;
  }
  .nav-item-text-right .overlayInnerWidth .list-inline {
    text-align: right;
  }
  .btn-newsletter-signup.btn-newsletter-signup--sticky {
    top: 300px;
    top: 445px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn-newsletter-signup.btn-newsletter-signup--sticky span {
    display: none;
  }
  .btn-newsletter-signup:hover, .btn-newsletter-signup:focus {
    color: #ffe594;
  }
  .btn-newsletter-signup em {
    font-size: 46px;
  }
  .btn-newsletter-signup span {
    margin-left: 8px;
  }
}
.form-control.error {
  background-color: #EBCCD1;
  color: #A94442;
}

@media (max-width: 767px) {
  .card-deck .card.card-explore-more {
    display: block;
    margin-bottom: 30px;
  }
  .card-explore-more .card-footer {
    padding: 22px 80px 22px 20px;
    text-align: left;
  }
  .card-explore-more .card-footer::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjAgMTIuMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiMwMDQwNzEiIGQ9Ik0wIDBoNjB2MTIuM0gweiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTgxOSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNhKSIgZGF0YS1uYW1lPSJHcm91cCAxNTM3Ij48cGF0aCBmaWxsPSIjMDA0MDcxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42NjEgNi4wMDdjLS45OTItLjk3Ni0xLjc2OC0xLjc5NC0yLjYtMi41NDMtLjgtLjcyMS0xLjY2OS0xLjM3NC0yLjcxMS0yLjIyNGExOS42MiAxOS42MiAwIDAxMS45NDQtLjMzOGMxLjQ0Ny0uMDk1IDIuOS0uMTMxIDQuMzQ3LS4yYTIuNDI2IDIuNDI2IDAgMDAuNzY3LS4xMyAxLjM4NyAxLjM4NyAwIDAxMS41Ni4yNjZjMS40NjMgMS40MDYgMi45NTQgMi43OCA0LjM5MyA0LjIxMWEyLjk0MiAyLjk0MiAwIDAwMi4zLjg4MmMyLjQ3My0uMDY0LjI1OS0uMDg3IDIuNzMzLS4xMjRsMS40OS0uMDc4YTQuMSA0LjEgMCAwMTEuMjM3LS4xNjEgMi42ODIgMi42ODIgMCAwMDEuMDIxLS4zYy41MzItLjI2NCAxLjAyNS0uNjEgMS41NS0uODlhMS43NyAxLjc3IDAgMDEyLjQ3Ny4zNzEgMi4yIDIuMiAwIDAwMS43NDIuNzUzbDQuNTIxLS4zMThhNS41ODcgNS41ODcgMCAwMDMuNTQ1LTEuMjljLjU0My0uNDM0IDEuMTE4LS44MjQgMS42Ny0xLjIyNiAxLjI3Mi41MjYgMi4yNzMgMS41NjEgMy44MjYgMS43NjVhMTMuNjMxIDEzLjYzMSAwIDAxLS4wOTItNC40MDZjMy41NTUgMS41MDggNy4xMDUgMi42MTMgMTAuNjIgNC40YTIwLjA2NCAyMC4wNjQgMCAwMS0xLjY2NCAxLjEyNWMtMi40NSAxLjMtNC45MTcgMi41NzYtNy4zNzcgMy44NjFhMS45NDkgMS45NDkgMCAwMC0uNTg3LjM0OGMtLjM0OS40LS42MjIuMjIzLS44NDYuMDM1VjUuNjI3YTEzLjU0NyAxMy41NDcgMCAwMC0zLjYgMS45Yy0uNDI0LS4yLS44MzYtLjQtMS4yNi0uNTgyYTEzLjQ5MiAxMy40OTIgMCAwMC01LjYxNS0xLjNsLTIuNzM5LjI1MWExLjkyNCAxLjkyNCAwIDAwLTEuNS42MDcgMS42NDYgMS42NDYgMCAwMS0uMjEyLjIxMSA3LjAzOCA3LjAzOCAwIDAxLTEuMy45MTFjLS41NDQuMjMyLS44NjEtLjM4My0xLjI4LS42YTguMjQ0IDguMjQ0IDAgMDAtNC4xNDctMS4wNjVsLTIuMTY2LjIwNmMtLjg1OC4wMTItLjg0My4xMzgtMS43LjEzN2ExLjkwNiAxLjkwNiAwIDAwLTEuMzMyLjUyMiAyNS45MzggMjUuOTM4IDAgMDAtNC41NTQgNS4wMTQuODg3Ljg4NyAwIDAxLTEuMTUyLjQxIDcuNTc1IDcuNTc1IDAgMDAtMS44NjgtLjEwN2MtMS4yNTMgMC0yLjUwNy4wNDktMy43Ni4wNGEyLjU2NCAyLjU2NCAwIDAxLS43ODgtLjI1OGMtLjI5Mi0uMTA2LS41ODEtLjIxOC0uOTkxLS4zNzNhNi4yNDIgNi4yNDIgMCAwMS40MTctLjYzOGMuOTQxLTEuMTIxIDEuOS0yLjIzIDIuODM2LTMuMzU3YTExLjM2NCAxMS4zNjQgMCAwMC42NzgtMS4wNDJjLS43MzIgMC0xLjI3OC0uMDI2LTEuODIxLjAxNWEuNzg3Ljc4NyAwIDAwLS40NTYuMzE4IDE5OC42MjEgMTk4LjYyMSAwIDAwLTIuODkyIDMuNyAyLjQgMi40IDAgMDAtLjQ0Ni45NTZjLS4wNzQuMzgxLS4yMTkuNS0uNTgyLjQ4My0yLjEtLjA4Ny00LjItLjE1NS02LjMtLjI0YTIuMzc2IDIuMzc2IDAgMDEtLjU1Ni0uMjA5YzEuMjMyLTEuOTU2IDMuMjQ0LTMuMDI2IDQuNTgxLTQuODZhMjAuNDU4IDIwLjQ1OCAwIDAwLTIuMzY5LTIuNzVDMS44NTYgMy4wMTcuNzQ0IDIuNDE1LjAwMSAxLjE0OWMuNzYtLjA3MSAxLjM2NS0uMTU0IDEuOTcyLS4xNzZDMy4yODYuOTIyIDQuNjAxLjg4NSA1LjkxMi44ODJhMSAxIDAgMDEuNjcxLjMgMjQuMDI0IDI0LjAyNCAwIDAxMy40IDQuMDU1IDEuNiAxLjYgMCAwMDEuNzM5Ljg2OWMuNTc1LS4wNzcgMS4xNi0uMDY1IDEuOTM4LS4xbTQuNTE0LjQ5aC0yLjY2NmMtLjguOTQ0LTEuNDY3IDEuNjY5LTIuMDcgMi40NDRzLTEuMTMgMS41ODctMS43MyAyLjQ0Yy4yLjExNS40MTQuMzUuNjM1LjM1Mi44OC4wMDcgMS44OTMuMjkxIDIuMzMxLS45MS4wMzItLjA5LjEyNi0uMTUzLjE4OC0uMjMxbDMuMzEyLTQuMDk0bTMuMDMyLS4xMDZjLS44NzggMC0xLjU1Ny0uMDE5LTIuMjM0LjAxM2EuNzQ3Ljc0NyAwIDAwLS40NTguMyA4MC4yNCA4MC4yNCAwIDAwLTEuOTg5IDIuNjIyIDEwLjMyNCAxMC4zMjQgMCAwMC0xLjYwNyAyLjMyNGgxLjY0MWw0LjY0OC01LjI2bS0zLjcyNi0uNTFjLS40NTItLjQxOC0uODI4LS43NzYtMS4yMTYtMS4xMjEtMS4xMS0uOTkxLTIuMjMxLTEuOTczLTMuMzM5LTIuOTY5LS43NjYtLjY4OC0xLjU4MS0uNTE3LTIuNjM2LS4yMmE0NC4xNyA0NC4xNyAwIDAxNS4wNjYgNC41IDUuMjkyIDUuMjkyIDAgMDAyLjEyNS0uMTg5bTIuOC0uMTM0YTExLjEwOCAxMS4xMDggMCAwMC0xLjE1Ny0xLjIxYy0xLjMwOS0xLTIuNjY5LTEuOTQyLTMuOTc4LTIuOTVhMS45MDggMS45MDggMCAwMC0xLjgzMS0uMjU0Yy45NjUuOTE3IDEuODUgMS43NjMgMi43NCAyLjYuNDguNDU1Ljk1Ni45MTQgMS40NTMgMS4zNDdhMi41MDcgMi41MDcgMCAwMDIuNzY3LjQ2NG0tMTAuMTM2Ljg5MWMtMS4wMTctLjE0OC0xLjY2NS0uMTU0LTIuMjI0LjYxNy0uODM3IDEuMTU1LTEuODE4IDIuMi0yLjcyNyAzLjMwNWE4LjMyIDguMzIgMCAwMC0uNDg3LjczN2MxLjc3Ny4zNDIgMi4wMjIuMjQgMi44ODQtMS4xMTkuMTI1LS4yLjI1OS0uMzg2LjQtLjU3My42NzgtLjkzNCAxLjM1OC0xLjg2NiAyLjE1OS0yLjk2Nk0zLjgzMSAxLjU1MWMxLjI5OSAxLjM5MSAyLjUzNyAyLjYzMiAzLjY3IDMuOTY0YTEuNjc2IDEuNjc2IDAgMDAxLjk1Ny40OCAzLjcxNiAzLjcxNiAwIDAwLS4zODMtLjY2OGMtMS4wNjItMS4xMjktMi4xMzctMi4yNTEtMy4yMS0zLjM3MmExLjg5MiAxLjg5MiAwIDAwLTIuMDMzLS40bS0xLjgzMS0uMTAzbC0uMTA4LjJxMS44MjEgMi4wMjUgMy42NCA0LjA1MmExLjQ2NSAxLjQ2NSAwIDAwMS42ODEuMzIzIDI5LjIgMjkuMiAwIDAwLTQuMy00LjU3NnptNS42IDUuMjJoLS44NWMtLjM5Mi40MzItLjY3NS43OS0xIDEuMS0uNzI0LjY4LTEuNDgyIDEuMzI0LTIuMjA3IDJhMy4yMjggMy4yMjggMCAwMC0xLjExOSAxLjU1NWMuNjIxLS4wMiAxLjIyNy4yMzkgMS43LS4yOWEzMC43ODkgMzAuNzg5IDAgMDAzLjQ3Ni00LjM2NSIgZGF0YS1uYW1lPSJQYXRoIDYzOSIvPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
  }
  .offer-teaser-wrap {
    position: relative;
    padding: 25px 5px 0;
  }
  .offer-teaser-wrap .card-footer, .offer-teaser-wrap .card-img-overlay {
    position: relative;
    bottom: auto;
  }
  .offer-teaser-wrap .card-img-overlay {
    background-color: #fcf2ce;
    padding: 24px 12px 12px 12px;
  }
  .offer-teaser-wrap .card-inner-title .col-md-9 {
    padding-left: 5px;
  }
  .offer-teaser-wrap .card-title {
    color: #004071;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .offer-teaser-wrap .card-footer {
    padding: 0;
  }
  .offer-teaser-wrap .card-full-width .card-footer-middle {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .offer-teaser-wrap .card-footer-inner-right a {
    bottom: 12px;
    width: 90px;
    height: 90px;
    right: 0px;
  }
  .offer-teaser-wrap .card-footer-inner-right a .mehr-erfahren {
    font-size: 17px;
    line-height: 20px;
  }
  .offer-teaser-wrap a .mehr-erfahren p {
    margin-bottom: 5px;
  }
  .offer-teaser-wrap .card-footer-inner-right a .mehr-erfahren img {
    padding-top: 0;
    max-width: 40px;
  }
  .offer-teaser-wrap .card-footer-row .col-md-5 {
    width: 100%;
  }
  .offer-teaser-wrap .card-footer-row .card-footer-inner-right {
    width: 100%;
    padding-right: 110px;
    min-height: 80px;
  }
  .offer-teaser-wrap .card-footer-inner-right .card-text-price-text {
    font-size: 17px;
    font-family: inherit;
  }
  .offer-teaser-wrap span.card-full-width-price {
    font-size: 40px;
    line-height: normal;
    display: block;
    width: 100%;
  }
  .offer-teaser-wrap .card-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
  }
  .container .offer-teaser-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .offer-teaser-wrap .container {
    width: 100%;
  }
}
html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

*, ::after, ::before {
  box-sizing: inherit;
}

body {
  font-family: "AT Rotis Sans Serif 55";
  font-size: 18px;
  line-height: 1.25;
  color: #004071;
  background-color: #fff;
  overflow-x: hidden;
}

body:after {
  content: url("../../../fileadmin/templates/images/close.png") url("../../../fileadmin/templates/images/loading.gif") url("../../../fileadmin/templates/images/prev.png") url("../../../fileadmin/templates/images/next.png");
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.center-text {
  text-align: center;
  font-size: 1.563rem;
}

.text-center {
  text-align: center;
}

.row.has-text-center {
  justify-content: center;
}

#tx_odsajaxmailsubscription_pi1 a {
  text-decoration: underline;
}

.markensiegel-container {
  display: none;
}

.copy-text a, .custom-copy-text a {
  color: #004071;
  text-decoration: underline;
  font-weight: bold;
}

.container-beige {
  background-color: #fffbef;
}

.container-beige-darker {
  background-color: #fae59e;
}

.hide-handy {
  display: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

blockquote {
  margin: 0 0 1rem;
}

.filter-link {
  text-decoration: none;
}

.list-suit li {
  margin-left: -15px;
  font-size: 1.563rem;
  margin-bottom: 2rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}

.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

dl.row > dd + dt {
  clear: left;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container-welcome-suit {
  background-image: url("../img/bg-suit.png");
  background-repeat: no-repeat;
  background-position: top 5rem right;
  background-color: #fcf2ce;
  margin-top: 0rem;
}

.center-cite {
  width: 100%;
  text-align: center;
}

.middle > * {
  vertical-align: middle;
}

.container-welcome {
  background-image: url("../img/hearts.png");
  background-repeat: no-repeat;
  background-position: top 21rem right 1rem;
  background-size: 20%;
}

.container-welcome-zimmeruebersicht {
  background-image: url("../img/bg-zimmeruebersicht.png");
  background-repeat: no-repeat;
  background-position: top 10rem left;
  background-color: #fcf2ce;
}

.container-welcome-suit h2 {
  font-size: 1.5rem;
}

.container-welcome-suit .welcome-text {
  padding-left: 3rem;
}

.container-welcome-kontakt {
  background-image: url("../img/bg-kontakt.png");
  background-repeat: no-repeat;
  background-position: bottom right 8rem;
  background-color: #fcf2ce;
}

.container-leafs {
  background-image: url("../img/left-leafs.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.container-verwoehn {
  background-image: url(../img/image-verwoehn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #818a91;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #818a91;
}

.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #687077;
}

.tag-primary {
  background-color: #0275d8;
}

.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #025aa5;
}

.tag-success {
  background-color: #5cb85c;
}

.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #f0ad4e;
}

.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ec971f;
}

.tag-danger {
  background-color: #d9534f;
}

.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #c9302c;
}

.media, .media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.secure-conn {
  text-align: center;
}

.container-welcome .welcome-text {
  padding-left: 1rem;
  padding-top: 1rem;
}

.angebote-button-outer {
  width: 100%;
}

.angebote-button {
  margin: auto;
  text-align: center;
  padding-top: 15px;
  background-image: url("../../../fileadmin/templates/img/wavy-button.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 60px;
  width: 220px;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-family: "AT Rotis Sans Serif 55";
}

.angebote-button-left {
  margin: 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .container-welcome-suit .container-massagepreis h4 {
    margin-bottom: 20px;
  }
  .container-welcome-suit .container-massagepreis .preisliste-listelement {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1000px) {
  .hide-handy {
    display: block;
  }
}
@media (min-width: 1200px) {
  .markensiegel-container {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .p-zwischen {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.563rem;
    line-height: 1.25;
  }
  .container-welcome {
    background-image: url("/fileadmin/templates/img/hearts.png");
    background-repeat: no-repeat;
    background-position: top right 6rem;
    background-size: 7%;
  }
  .container-welcome-zimmeruebersicht {
    background-image: url("/fileadmin/templates/bg-zimmeruebersicht.png");
    background-repeat: no-repeat;
    background-position: top 10rem left;
    background-color: #fcf2ce;
  }
  .container-welcome-kontakt {
    background-image: url("/fileadmin/templates/bg-kontakt.png");
    background-repeat: no-repeat;
    background-position: bottom right 8rem;
    background-color: #fcf2ce;
  }
  .container-leafs {
    background-image: url("/fileadmin/templates/left-leafs.png");
    background-repeat: no-repeat;
    background-position: top left;
  }
  .container-verwoehn {
    background-image: url("/fileadmin/templates/image-verwoehn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .container-welcome-suit h2 {
    font-size: 3.813rem;
  }
  .container-welcome-suit .welcome-text {
    padding-left: 3rem;
  }
  .container-welcome-suit {
    background-image: url("/fileadmin/templates/bg-suit.png");
    background-repeat: no-repeat;
    background-position: top 5rem right;
    background-color: #fcf2ce;
  }
  .custom-copy-text p.p-zwischen {
    font-family: "AT Rotis Sans Serif 55";
    font-size: 1.563rem;
    line-height: 1.25;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .size-up {
    font-size: 18px;
    line-height: 1.25;
  }
  .container-welcome-suit .welcome-text {
    padding-left: 0px;
  }
  ul.list-normal {
    padding-left: 15px;
  }
  .col-md-12 > .angebote-button-outer {
    text-align: center;
  }
  .mpb-5 {
    padding-bottom: 5rem !important;
  }
}
@media print {
  *, ::after, ::before, ::first-letter, blockquote::first-line, div::first-line, li::first-line, p::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .tag {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1, 1) translateX(0);
  }
  30% {
    transform: scale(1, 1) translateX(20px);
  }
  50% {
    transform: scale(1, 1) translateX(0);
  }
  57% {
    transform: scale(1, 1) translateX(0px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}/*# sourceMappingURL=base.css.map */