* {
  box-sizing: border-box;
}
/* satisfy-regular - latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/satisfy-v9-latin/satisfy-v9-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Satisfy Regular'), local('Satisfy-Regular'), url('../fonts/satisfy-v9-latin/satisfy-v9-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/satisfy-v9-latin/satisfy-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/satisfy-v9-latin/satisfy-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/satisfy-v9-latin/satisfy-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/satisfy-v9-latin/satisfy-v9-latin-regular.svg#Satisfy') format('svg');
  /* Legacy iOS */
}
/* assistant-300 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/assistant-v2-latin/assistant-v2-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Assistant Light'), local('Assistant-Light'), url('../fonts/assistant-v2-latin/assistant-v2-latin-300d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/assistant-v2-latin/assistant-v2-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/assistant-v2-latin/assistant-v2-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/assistant-v2-latin/assistant-v2-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/assistant-v2-latin/assistant-v2-latin-300.svg#Assistant') format('svg');
  /* Legacy iOS */
}
/* assistant-regular - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/assistant-v2-latin/assistant-v2-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Assistant'), local('Assistant-Regular'), url('../fonts/assistant-v2-latin/assistant-v2-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/assistant-v2-latin/assistant-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/assistant-v2-latin/assistant-v2-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/assistant-v2-latin/assistant-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/assistant-v2-latin/assistant-v2-latin-regular.svg#Assistant') format('svg');
  /* Legacy iOS */
}
/* assistant-800 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/assistant-v2-latin/assistant-v2-latin-800.eot');
  /* IE9 Compat Modes */
  src: local('Assistant ExtraBold'), local('Assistant-ExtraBold'), url('../fonts/assistant-v2-latin/assistant-v2-latin-800d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/assistant-v2-latin/assistant-v2-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/assistant-v2-latin/assistant-v2-latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/assistant-v2-latin/assistant-v2-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/assistant-v2-latin/assistant-v2-latin-800.svg#Assistant') format('svg');
  /* Legacy iOS */
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  background: #fff;
  color: #525252;
  font-family: 'Assistant', sans-serif;
  font-size: 1rem;
  line-height: 0.75rem;
  margin: 0;
  padding: 0;
  height: 100%;
}
figure {
  line-height: 0;
}
p,
ul,
ol,
table,
a,
span {
  font-size: 1rem;
  line-height: 1.5em;
}
.ce_text p {
  padding: 0 0 1rem;
}
p a {
  border-bottom: 1px solid #E6B147;
}
p a:hover {
  opacity: 0.7;
  border-color: #dc9d1e;
}
a {
  color: #004772;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25em;
  margin: 1.25rem 0;
}
h1 {
  color: #004772;
  font-family: 'Satisfy', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 1.875rem 0 0.15rem 0;
}
h2 {
  color: #004772;
  font-family: 'Assistant', sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 1.875rem 0;
}
h2.face-two {
  color: #004772;
  font-size: 2.5rem;
  font-family: 'Satisfy', sans-serif;
  font-weight: normal;
  margin: 2rem 0 0;
}
h3 {
  color: #004772;
  font-size: 1.75rem;
  font-family: 'Assistant', sans-serif;
  font-weight: normal;
}
h3.face-two {
  color: #004772;
  font-size: 1.75rem;
  font-family: 'Satisfy', sans-serif;
  font-weight: normal;
}
.bild-text-teaser h3,
.lastminute-teaser h3 {
  color: #004772;
  font-size: 2.5rem;
  font-family: 'Satisfy', sans-serif;
}
h4,
h5,
h6 {
  color: #444;
  font-size: 1.125rem;
}
h4.face-two {
  color: #444;
  font-size: 1.75rem;
  font-family: 'Satisfy', sans-serif;
  font-weight: normal;
}
small {
  font-size: 0.75rem;
}
/* table {
    border: @firstBorder;
    border-collapse: collapse;
    box-shadow: @boxShadow;
    width: 100%;
}

th {
    background: @firstColor;
    color: #fff;
    text-align: left;
}

tr {
    margin: 0;

    &:nth-child(even) {
        background: @lightgrey;
    }
}

[class*=row_] td, tr [class*=head_]  {
    margin: 0;
    padding: @space-sm @space;
} */
button {
  background: #525252;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1em;
  outline: none;
  padding: 1em 1.5em;
  text-align: center;
  transition: 0.3s ease-in-out;
}
button:hover {
  background: #004772;
  cursor: pointer;
}
.bg-color {
  background-color: #E6B147;
  padding: 2rem 0;
}
.bg-color-light {
  background-color: #E6D4B0;
  padding: 2rem 0;
}
.center {
  text-align: center;
}
i {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s ease-in-out;
}
img {
  position: relative;
}
img:before {
  background-color: #f0f0f0;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0.75rem 0.5rem;
  position: absolute;
  z-index: 1;
}
img:after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f06a" " " attr(alt) " wurde nicht geladen";
  color: #525252;
  display: block;
  font-family: 'Font Awesome 5 Pro', 'Assistant', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  left: 0;
  line-height: 1.25em;
  padding: 0.75rem 0.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
label span,
label a {
  font-size: 1rem;
}
label,
input:not([type="checkbox"]),
select,
textarea {
  display: block;
  width: 100%;
}
input:not([type="checkbox"]),
select,
textarea {
  color: #111;
  font-family: 'Assistant', sans-serif;
  font-size: 1rem;
  height: 3rem;
  padding: 0.5em;
}
input:not([type="checkbox"]):focus,
select:focus,
textarea:focus {
  outline: none;
}
textarea {
  height: 6rem;
  max-height: 12rem;
  min-height: 6rem;
  resize: vertical;
}
#wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bg-picture {
  background: url("../../images/bg-holz.jpg") no-repeat;
  background-size: cover;
  padding: 1rem 0;
}
.bg-white {
  background-color: #fff;
}
.nopad {
  padding: 0;
}
.padding-gallery {
  padding: 0.5rem 0;
}
.padding-gallery ul li {
  padding-top: 0!important;
}
.nopad-top {
  padding-top: 0;
}
.nopad-top p {
  padding-top: 0;
}
.nomarg {
  margin: 0!important;
}
.pad-left {
  padding-left: 2rem;
}
.bottom-pad {
  padding-bottom: 2rem;
}
.top-pad {
  padding-top: 2rem;
}
.icon {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.full-width {
  left: 50%;
  margin: 0 -50vw !important;
  right: 50%;
  width: 100vw;
}
#main {
  overflow: hidden;
  margin-top: 4rem;
  width: 100%;
}
[class*="grid"] {
  margin: 0 auto;
}
@media all and (min-width: 20em) {
  [class*="grid"] {
    max-width: 20em;
  }
}
@media all and (min-width: 36em) {
  [class*="grid"] {
    max-width: 36em;
  }
}
@media all and (min-width: 48em) {
  [class*="grid"] {
    max-width: 48em;
  }
}
@media all and (min-width: 64em) {
  [class*="grid"] {
    max-width: 64em;
  }
}
@media all and (min-width: 80em) {
  [class*="grid"] {
    max-width: 80em;
  }
}
#footer {
  background: #004772;
  color: #fff;
  padding: 1.5rem 1.25rem 0;
}
#footer .inside {
  margin: 0 auto;
}
#footer .ce_headline {
  color: #fff;
}
#footer h4 {
  font-family: 'Satisfy', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 0;
}
#footer ul {
  list-style-type: none;
  margin: 0 1.25rem;
  padding: 0;
}
#footer li {
  color: #f0f0f0;
}
#footer li:hover:before {
  transform: translateX(0.625rem);
}
#footer a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1rem;
  border-bottom: none;
}
#footer a:hover {
  opacity: 1;
}
#footer p {
  color: #fff;
  line-height: 1.5em;
  margin: 0;
  font-size: 1rem;
}
#footer span {
  font-size: 1rem;
  margin: 1rem auto;
  text-align: center;
}
#footer .logo-footer {
  background-color: #fff;
  padding: 0.25rem 1.5rem 3rem 1.5rem;
  margin-top: 0;
}
@media all and (min-width: 48em) {
  #footer .logo-footer {
    display: block;
    margin-top: 0rem;
  }
}
@media all and (min-width: 64em) {
  #footer .logo-footer {
    display: block;
    margin: 0 auto;
    max-width: 15%;
  }
}
@media all and (min-width: 80em) {
  #footer .logo-footer {
    background-color: #fff;
    padding: 0.25rem 1.5rem 3rem 1.5rem;
    margin-top: -4rem;
    max-width: 100%;
  }
}
.footer-area {
  background: #f0f0f0;
  height: 100%;
}
.l-header-area {
  display: none;
}
@media all and (min-width: 64em) {
  .l-header-area {
    background: #004772;
    display: block;
    height: 2.2rem;
  }
  .l-header-area .inside {
    position: relative;
  }
  .l-header-area .inside > a {
    color: #fff;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0 1rem;
  }
}
#header {
  background: #E6B147;
  box-shadow: 0 0.1em 0.3em #aaa;
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 4rem;
  z-index: 10;
}
#header .hotline {
  width: 10%;
  position: absolute;
  right: 9.5rem;
  top: 0.75rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.75rem;
}
#header .hotline i {
  padding-right: 0.5rem;
}
#header .hotline span {
  display: none;
}
.menu-toggle,
.menu-close {
  position: absolute;
  top: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-right: 0.5rem;
  transition: 0.3s ease-in-out;
  color: #fff;
  border: none;
  background-color: inherit;
  padding: 0.15rem;
}
.menu-toggle:hover,
.menu-close:hover {
  cursor: pointer;
  background-color: #dc9d1e;
}
.menu-toggle i,
.menu-close i {
  font-size: 1.75rem;
  margin-left: 0.625rem;
}
.menu-toggle {
  right: 0;
}
.menu-close {
  z-index: 20;
  right: -30rem;
}
.menu-close i {
  margin: 0;
}
@media all and (min-width: 48em) {
  #header .hotline {
    width: 19%;
    right: 8rem;
  }
  #header .hotline span {
    display: block;
    float: right;
    letter-spacing: 0;
    margin-top: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  #header .hotline {
    width: 14%;
    right: 15rem;
  }
}
@media all and (min-width: 80em) {
  #header .inside {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  #header .menu-toggle,
  #header .menu-close {
    display: none;
  }
  #header .hotline {
    right: 2rem;
    width: 12%;
  }
}
@media all and (min-width: 1600px) {
  #header .hotline {
    right: 6rem;
    width: 9%;
  }
}
@media all and (min-width: 1781px) {
  #header .hotline {
    right: 6rem;
    width: 8%;
  }
}
@media all and (min-width: 64em) {
  .l-stickybar {
    border: 1px solid #525252;
    border-bottom-right-radius: 2em;
    border-top-right-radius: 2em;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 35vh;
    z-index: 1;
  }
  .l-stickybar li {
    background: #f0f0f0;
    border-bottom: 1px solid #525252;
    height: 3.5rem;
    list-style-type: none;
    width: 3.5rem;
  }
  .l-stickybar li:first-child {
    border-top-right-radius: 2em;
  }
  .l-stickybar li:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2em;
  }
  .l-stickybar a {
    display: block;
    font-size: 1.75rem;
    text-align: center;
    width: 3rem;
  }
  .l-stickybar a:hover {
    opacity: 1;
  }
  .l-stickybar a:hover i {
    font-weight: bold;
    transform: translateX(5px);
  }
}
.ui-accordion-header {
  background: #004772;
  box-shadow: 0 0.1em 0.3em #aaa;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.875rem;
  outline: none;
  padding: 0.3125rem 1rem;
  transition: background 0.3s ease-in-out;
}
.ui-accordion-header:after {
  content: "+";
  font-size: 1.75rem;
  float: right;
  line-height: 1em;
  padding: 0.15rem 0;
}
.ui-accordion-header:hover {
  background: #00273f;
  cursor: pointer;
}
.ui-accordion-header.active:after {
  content: "–";
}
.ui-accordion-content {
  background: #f0f0f0;
  box-shadow: 0 0.1em 0.3em #aaa;
  margin-bottom: 1.875rem;
  padding: 1.25rem 1rem;
}
.ui-accordion-content p {
  margin: 0;
  line-height: 1.5em;
}
@media all and (min-width: 64em) {
  .ui-accordion-header,
  .ui-accordion-content {
    padding: 0.625rem 1.875rem;
  }
}
/*
.ce_accordionStart {

  padding: 1rem 0;

  text-align: center;

  .toggler {

    .btn-ghost();

    &:after {
      .icon();
      content: "\f067";
      font-weight: 300;
      font-size: 0.8rem;
      padding-left: @distance-extrasmall;
    }

    &.active:after {
      content: "\f068"!important;
    }

    &:focus {
      outline: 0;
    }
  }
}

.ui-accordion-content {
  padding: @distance 0;
  text-align: left;
}

@media all and (min-width: @desktopViewport) {

  .ui-accordion-content {
    padding-top: @distance-extralarge;
  }

}*/
.full-width {
  position: relative;
  left: 50%;
  margin: 0 -50vw !important;
  right: 50%;
  width: 100vw;
}
.centered-text {
  text-align: center;
}
#map {
  height: 25rem;
  margin: 1rem 0 3rem;
  z-index: 1;
}
/*
.mod_article {
  margin: 2rem 0;
  padding: 2rem 1rem;

  i {
    color: @secondColor;
  }
}

.pageimage {

  margin: 0!important;
  padding: 0;
  position: relative;

  figure {
    max-height: 21rem;
  }

  .imagetext {
    color: #fff;
    left: 0;
    padding: @distance / 2;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4vh;
    z-index: 2;

    h1 {
      color: #fff;
      text-shadow: 1px 1px 5px @darkgrey;
    }
  }
}

.introtext, #ablauf, #channelmanagement {
  margin: 0!important;
}


.logowall {

  margin-top: @distance!important;
  margin-bottom: 0!important;

  img {
    max-width: 10rem;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: @transition;


    &:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
}

.section-primary {

  margin-bottom: 6rem!important;
  position: relative;
  overflow: visible;

  &:before, &:after {
    background: rgba(0,0,0,0.04);
    bottom: 0;
    content: '';
    left: -100%;
    position: absolute;
    pointer-events: none;
    right: -100%;
    top: 0;
  }

  &:before {
    transform: rotate(4deg);
  }

  &:after {
    transform: rotate(-4deg);
  }
}

.info-box {

  background: @firstColor;
  color: #fff;
  padding: 2rem!important;
  position: relative;
  overflow: visible;

  h1, h2, h3, h4, h5, h6 {
    color: #fff;
  }

}

.cta-box {

  background: @lightgrey;
  margin: 0!important;
  overflow: visible;
  position: relative;
  padding-bottom: 3rem;
}

.step {
  margin-bottom: 2rem;
  padding: 0 @distance-medium!important;

  &-last {
    border-right: 0;
    margin-bottom: 2rem;
    padding: 0 @distance-medium!important;
  }
}

.help {
  .step, .step-last {
    &:hover {
      i {
        color: @firstColor;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
      }
    }
  }
}

@media all and (min-width: @phoneLandscapeViewport) {

  .step {

    &:nth-child(odd) {
      border-right: 1px dashed #b5b5b5;
    }

  }

}

@media all and (min-width: @tabletLandscapeViewport) {

  .faqs {
    margin-top: 0;
    padding-top: 0;
  }

  .step {
    border-right: 1px dashed #b5b5b5;

    &-last {
      border-right: 0;
    }
  }

  .pageimage {

    .imagetext {
      top: 7vh;
    }
  }

}


@media all and (min-width: @desktopViewport) {

  .mod_article {
    margin: 4rem 0;
  }

  .section-primary {
    padding: 4rem 0;
  }

  .pageimage {

    figure {
      max-height: 35rem;
    }

    .imagetext {
      top: 16vh;
    }
  }

}*/
.mod_breadcrumb {
  background: #f0f0f0;
  box-shadow: 0 0.1em 0.3em #aaa;
  padding: 1rem 0;
}
.mod_breadcrumb ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.mod_breadcrumb li {
  color: #525252;
  font-weight: 300!important;
  display: inline-block;
}
.mod_breadcrumb li:after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  font-size: 0.75rem;
  margin-right: 0.35rem;
}
.mod_breadcrumb li.last:after {
  display: none;
}
.mod_breadcrumb span {
  margin-right: 0.625rem;
}
.mod_breadcrumb li,
.mod_breadcrumb a,
.mod_breadcrumb span {
  font-size: 0.85rem;
}
@media all and (min-width: 36em) {
  .mod_breadcrumb ul {
    float: right;
  }
}
.button a,
.button button {
  border: 0;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  padding: 0.6em 1.25em;
  text-align: center;
}
.button-primary a,
.button-primary button {
  background: #004772;
}
.button-primary a:hover,
.button-primary button:hover {
  background: #00273f;
}
.button-secondary a,
.button-secondary button {
  background: #fff;
  border: 2px solid #004772;
  color: #004772;
}
.button-secondary a:hover,
.button-secondary button:hover {
  background: #004772;
  color: #fff;
}
.button-tertiary a,
.button-tertiary button {
  background: #525252;
  border: 2px solid #525252;
}
.button-tertiary a:hover,
.button-tertiary button:hover {
  background: #004772;
  border-color: #004772;
}
.cookiebar {
  background-color: #004772;
  bottom: 0;
  box-shadow: 0 0.1em 0.3em #aaa;
  padding: 0.25rem 1rem;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.cookiebar p {
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
}
.cookiebar a {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 0.625rem;
}
.cookiebar .cb-enable {
  border: 0;
  background: #E6B147;
  opacity: 1;
  padding: 0.25rem 0.5rem;
}
.cookiebar .cb-enable:hover {
  background: #dc9d1e;
}
fieldset {
  border: none;
}
input,
textarea {
  border: 1px solid #cecece;
  box-shadow: none;
  outline: none;
  height: 10rem;
}
input:focus,
textarea:focus {
  border: 1px solid #E6B147;
}
input:not(output):-moz-ui-invalid,
textarea:not(output):-moz-ui-invalid {
  border: 1px solid #004772;
}
input.checkbox {
  background-color: #fff;
}
select {
  margin-top: 0.5rem;
}
.widget-select label {
  line-height: 1.15rem;
}
input[type='checkbox'],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1em;
  height: 1em;
}
input[type='checkbox']:checked,
input[type="radio"]:checked {
  background: #E6B147;
  box-shadow: inset 0 0 0 2px white;
}
input[type="radio"] {
  border-radius: 100%;
  display: inline-block;
}
input[type="radio"] + label {
  display: inline;
}
.checkbox_container span {
  line-height: 1.3em;
}
.checkbox_container label {
  display: inline;
}
.checkbox_container input:hover,
.checkbox_container label:hover {
  cursor: pointer;
}
.radio_container legend {
  margin-bottom: 5px;
}
.radio_container span {
  display: inline-block;
  margin-right: 1rem;
}
span.mandatory {
  color: #004772;
  font-weight: bold;
  margin-left: 3px;
}
.explanation {
  padding-bottom: 0.5rem;
}
.explanation p {
  margin: 0;
  text-align: left;
  font-size: 1rem;
}
.widget-submit > button {
  border-radius: 0;
}
.flatpickr-calendar span.cur-month {
  color: #004772;
}
.flatpickr-calendar .flatpickr-weekday {
  color: #004772 !important;
}
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.selected.inRange,
.flatpickr-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar .flatpickr-day.endRange.inRange,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:focus,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background-color: #E6B147 !important;
  border: #E6B147 !important;
}
.flatpickr-calendar .flatpickr-day.today:hover,
.flatpickr-calendar .flatpickr-day.today:focus {
  border-color: #004772 !important;
  background-color: #004772 !important;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: #004772 !important;
}
.flatpickr-calendar .flatpickr-day.inRange,
.flatpickr-calendar .flatpickr-day.prevMonthDay.inRange,
.flatpickr-calendar .flatpickr-day.nextMonthDay.inRange,
.flatpickr-calendar .flatpickr-day.today.inRange,
.flatpickr-calendar .flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-calendar .flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-calendar .flatpickr-day:hover,
.flatpickr-calendar .flatpickr-day.prevMonthDay:hover,
.flatpickr-calendar .flatpickr-day.nextMonthDay:hover,
.flatpickr-calendar .flatpickr-day:focus,
.flatpickr-calendar .flatpickr-day.prevMonthDay:focus,
.flatpickr-calendar .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #ffd787;
  border-color: #ffd787;
}
p.error {
  color: #CC3333;
}
p small a {
  font-size: small;
}
.background-image {
  z-index: 1;
  margin-top: 2rem;
}
.background-image .ce_image {
  position: absolute;
  top: 0;
  width: 100%;
}
.background-image img {
  width: 100%;
}
.background-image .text {
  z-index: 999;
  position: relative;
  background-color: #fff;
  padding: 1.75rem 2.5rem;
  margin: 2rem;
  text-align: center;
}
.background-image .text h2 {
  margin-top: 0;
}
.slideshow-container {
  max-width: 1920px;
  position: relative;
  margin: auto;
}
.slideshow-container.inside {
  max-width: 100%;
}
.ce_gallery ul li {
  width: 100%;
  padding: 0.3125rem;
  overflow: hidden;
}
.ce_gallery ul li img {
  width: 100%;
}
@media all and (min-width: 36em) {
  .ce_gallery ul li {
    width: 50%;
    padding: 0.3125rem;
    height: 50%;
  }
}
@media all and (min-width: 48em) {
  .ce_gallery ul li {
    width: 33.33%;
    padding: 0.3125rem;
    max-height: 10rem;
  }
  .ce_gallery ul li .image_container {
    height: 10rem;
  }
  .ce_gallery ul li .image_container img {
    height: 100%;
  }
}
@media all and (min-width: 64em) {
  .ce_gallery ul li {
    padding: 0.3125rem;
    width: 20%;
    max-height: 8rem;
  }
  .ce_gallery ul li .image_container {
    height: 8rem;
  }
  .ce_gallery ul li .image_container img {
    height: 100%;
  }
}
@media all and (min-width: 80em) {
  .ce_gallery ul li {
    max-height: 10.25rem;
  }
  .ce_gallery ul li .image_container {
    height: 161px;
  }
  .ce_gallery ul li .image_container img {
    height: 162px;
    width: 120%;
  }
}
.logo:hover {
  opacity: 0.7;
}
.logo-header {
  display: inline-block;
  line-height: 0;
  padding: 0 1rem;
  width: 9rem;
  background-color: #fff;
  margin-left: -1.25rem;
}
.logo-small {
  display: block;
}
.logo-big {
  display: none;
}
@media all and (min-width: 36em) {
  .logo-header {
    margin-left: -2rem;
  }
}
@media all and (min-width: 48em) {
  .logo-header {
    margin-left: -0.25rem;
  }
}
@media all and (min-width: 80em) {
  .logo-header {
    position: absolute;
    top: -4px;
    line-height: 0;
    padding: 0 1rem;
    width: 11rem;
    height: 15rem;
    background: url("../../images/logos/faehnchen.svg") no-repeat 0 -2rem;
  }
  .logo-header img {
    margin-top: 1.25rem;
    width: 8.125rem;
  }
  .logo-small {
    display: none;
  }
  .logo-big {
    display: block;
  }
}
.main-navigation {
  background-color: #fff;
  box-shadow: 0 0.1em 0.3em #aaa;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 2rem;
  position: fixed;
  top: 0;
  display: none;
  transition: 0.5s;
  z-index: 1;
  text-transform: uppercase;
}
.main-navigation li {
  list-style-type: none;
  padding: 0.5rem 1.75rem;
  text-align: center;
}
.main-navigation a,
.main-navigation strong {
  color: #004772;
  display: inline-block;
  padding: 0.625rem 0;
  font-size: 1.125rem;
}
.main-navigation a {
  font-weight: 500;
  -webkit-transform: perspective(0) translateZ(0);
  -ms-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  transition: none;
  width: 100%;
  text-decoration: none;
}
.main-navigation a:hover {
  opacity: 1;
}
.main-navigation span {
  line-height: 1em;
}
.main-navigation .invisible {
  display: none;
}
span.dropdown {
  display: block;
  cursor: pointer;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
span.dropdown:before {
  content: "\f078";
}
.level_1 {
  padding: 0;
  margin: 0;
}
.level_1 > li:hover {
  background-color: #004772;
}
.level_1 > li:hover > a {
  color: #E6B147;
}
.level_2 {
  display: none;
  background-color: #E6B147;
  margin: 0.625rem -1.5rem;
  padding: 0;
}
.level_2 li a,
.level_2 li strong {
  font-size: 1rem;
}
.level_2 li:hover,
.level_2 li.active {
  background-color: #dc9d1e;
}
.level_2 a,
.level_2 strong {
  color: #fff;
}
.level_2 a {
  font-weight: 300;
}
.level_2 strong {
  font-weight: 500;
}
.level_1 > li.trail > a span {
  color: #E6B147;
  letter-spacing: 1px;
  font-weight: bolder;
}
.trail .level_2,
.active .level_2 {
  display: block;
}
.mm-menu {
  background-color: #004772 !important;
  color: #fff;
}
.mm-menu .level_1 li:hover {
  background-color: #E6B147;
  color: #004772;
}
.mm-menu .submenu:active span {
  color: #004772;
}
.mm-menu .level_1 > li:hover > a {
  color: #004772;
}
.mm-menu .level_1 > li.trail > a span {
  letter-spacing: 0;
}
.mm-menu .level_1 > li.trail:hover span {
  color: #004772;
}
.mm-menu .level_2 {
  display: block;
  background-color: #004772;
}
.mm-menu .level_2 > li:hover > a {
  color: #004772;
}
.mm-menu li a,
.mm-menu li strong,
.mm-menu li span,
.mm-menu li {
  line-height: 2rem;
}
.mm-menu li .active {
  line-height: 3rem;
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff!important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
}
.mm-title {
  color: #fff;
}
.mm-selected {
  background-color: #E6B147;
  color: #004772;
}
.mm-selected strong,
.mm-selected:visited {
  padding: 10px 10px 10px 20px;
  font-size: 1.05rem;
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background-color: #E6B147;
  color: #004772;
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #004772;
  font-size: 110%;
}
.submenu {
  padding: 10px 10px 10px 20px;
  font-size: 1.05rem;
}
.menu-mobile {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0.75rem 2rem;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
}
.menu-mobile .fal {
  font-size: 1.5rem;
  padding-top: 0.45rem;
}
/************* V1 - SIMPLE HOVER NAVIGATION ****************/
@media all and (min-width: 80em) {
  .menu-mobile {
    display: none;
  }
  .main-navigation {
    display: block;
    box-shadow: none;
    padding: 0 1rem;
    position: static;
    width: 74%;
    background-color: transparent;
    overflow: visible;
    margin-left: 10rem;
  }
  .main-navigation li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .main-navigation a,
  .main-navigation strong {
    padding: 1rem 2.5rem;
    color: #fff;
  }
  .main-navigation strong {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffdf9f;
  }
  span.dropdown {
    display: none;
  }
  .level_1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    letter-spacing: 0.05em;
  }
  .level_1 > .submenu:hover .level_2 {
    display: block;
    z-index: 9;
  }
  .level_1 .home {
    display: none;
  }
  .level_1 > li {
    position: relative;
    height: 100%;
    color: #fff;
  }
  .level_1 > li:hover,
  .level_1 > li.trail {
    text-decoration: underline;
    background-color: inherit;
  }
  .level_1 > li:hover > a,
  .level_1 > li.trail > a,
  .level_1 > li:hover > strong,
  .level_1 > li.trail > strong {
    color: #fff;
  }
  .level_1 > li a.submenu.trail span {
    color: #ffdf9f;
  }
  .level_1 > li:last-of-type .level_2 {
    right: 0;
    left: -1.25rem;
  }
  .level_2 {
    position: absolute;
    background-color: #fff;
    border-top: 7px solid #E6B147;
    width: 17rem;
    margin: 0 auto;
    padding: 0;
    top: 3.25rem;
    left: -2.25rem;
    right: -1.25rem;
    box-shadow: 0 0.1em 0.3em #aaa;
  }
  .level_2 li {
    display: block;
    font-size: 1rem;
  }
  .level_2 li:hover a,
  .level_2 li.active a,
  .level_2 li:hover strong,
  .level_2 li.active strong {
    color: #fff;
  }
  .level_2 li.active.last strong {
    padding: 1rem 2.25rem;
  }
  .level_2 a,
  .level_2 strong {
    color: #444;
  }
  .level_1 > li.trail > a span {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .trail .level_2,
  .active .level_2 {
    display: none;
  }
}
.invisible {
  display: none;
}
.layout_latest {
  background-color: #f0f0f0;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.mod_newslist .image_container {
  margin-right: 1.25rem;
}
.info {
  margin-top: 0;
}
.mod_newslist {
  padding: 1.5rem;
}
.mod_newslist h2 {
  line-height: 1em;
  margin-top: 0;
  font-size: 1.5rem;
}
.mod_newslist h2 a {
  color: #E6B147;
}
.newsarchiv .mod_newslist {
  background-color: #f0f0f0;
  padding: 1.5rem;
}
.more {
  position: relative;
}
.more a {
  padding: 1rem;
  background-color: #004772;
  color: #fff;
  margin-top: 1.25rem;
  position: absolute;
}
.pagination ul li {
  display: inline-block;
  margin: 0 0.15rem;
}
.layout_simple time {
  width: 100%;
  float: right;
  margin-top: 0.5rem;
}
.layout_full .image_container {
  margin-right: 1rem;
}
.layout_full h2 {
  font-size: 1.5rem;
}
.back a {
  padding: 1rem 1.75rem;
  background-color: #004772;
  color: #fff;
}
.mod_newsreader p {
  padding: 1.25rem 0;
}
.searchwidget.bg-color {
  padding: 0!important;
}
.searchwidget .grid-center {
  width: 95%;
}
.searchwidget .col,
.searchwidget [class*="col-"] {
  padding-bottom: 0!important;
}
.searchwidget h3 {
  text-shadow: 0px 0px 5px #222222;
  color: #fff!important;
  text-align: center;
  margin: 0.5rem 0 0;
}
.searchwidget .outerbox {
  padding: 1rem 0 0.5rem 0!important;
}
.searchwidget .sw-widget-box {
  border-radius: 0!important;
  border: none!important;
}
.searchwidget .outerbox .traveltime-widget-box,
.searchwidget .outerbox .person-widget-box,
.searchwidget .outerbox .no-pad {
  width: 90%!important;
  margin: 5px 20px!important;
}
.searchwidget .button-blau {
  background: #004772 !important;
  text-align: center;
}
.searchwidget .button-blau:hover {
  background: #00273f !important;
}
.searchwidget #op-frontend-block #op-frontend-css-wrapper.op-frontend.secra-bootstrap .button-blau,
.searchwidget #op-frontend-block #op-frontend-css-wrapper.op-frontend.secra-bootstrap a.button-blau,
.searchwidget #op-frontend-block #op-frontend-css-wrapper.op-frontend.secra-bootstrap a.button-blau:link {
  border-radius: 0!important;
}
.searchwidget #op-frontend-block #op-frontend-css-wrapper.op-frontend .op-frontend-picker div.op-frontend-picker-inner div.op-frontend-picker-content {
  padding: 5px;
}
.searchwidget .secra-bootstrap .btn-group,
.searchwidget .secra-bootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.searchwidget label {
  width: auto;
}
.op-frontend-suche .secra-bootstrap .btn-group,
.secra-bootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
label.btn-default,
label.btn-primary {
  width: auto;
}
@media all and (min-width: 36em) {
  h2 {
    margin: 0.25rem 0 0.75rem 0;
    padding: 0;
  }
}
@media all and (min-width: 48em) {
  .searchwidget .grid-center {
    width: 95%;
  }
  .searchwidget h3 {
    font-size: 1.15rem;
  }
  .searchwidget .outerbox .traveltime-widget-box,
  .searchwidget .outerbox .person-widget-box,
  .searchwidget .outerbox .no-pad {
    width: 30%!important;
    margin: 0 5px!important;
  }
}
@media all and (min-width: 64em) {
  .searchwidget .grid-center {
    width: 90%;
  }
  .searchwidget h3 {
    font-size: 1.5rem;
  }
  .searchwidget .outerbox .traveltime-widget-box,
  .searchwidget .outerbox .person-widget-box,
  .searchwidget .outerbox .no-pad {
    width: 30%!important;
    margin: 0 5px!important;
  }
}
@media all and (min-width: 80em) {
  .searchwidget .grid-center {
    width: 60%;
  }
  .searchwidget .col,
  .searchwidget [class*="col-"] {
    padding-bottom: 0!important;
  }
  .searchwidget h3 {
    font-weight: 500;
    font-size: 1.875rem;
  }
  .searchwidget .outerbox {
    padding: 1rem 0 0.5rem 0!important;
  }
  .searchwidget .button-blau {
    background: #004772 !important;
    text-align: center;
  }
  .searchwidget #op-frontend-block #op-frontend-css-wrapper.op-frontend.secra-bootstrap .button-blau,
  .searchwidget #op-frontend-block #op-frontend-css-wrapper.op-frontend.secra-bootstrap a.button-blau,
  .searchwidget #op-frontend-block #op-frontend-css-wrapper.op-frontend.secra-bootstrap a.button-blau:link {
    border-radius: 0!important;
  }
}
.mod_rocksolid_slider .rsts-caption,
.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next {
  display: none;
}
.rsts-skin-default .rsts-nav {
  position: absolute;
  padding: 0 auto;
  right: auto;
  left: auto;
  width: 100%!important;
  text-align: center!important;
}
.rsts-skin-default .rsts-nav-bullets a {
  width: 10px!important;
  height: 10px!important;
  background-color: #fff!important;
  border: none!important;
  box-shadow: none;
}
.rsts-skin-default .rsts-nav-bullets ul li {
  vertical-align: middle;
  margin: 12px 6px;
}
.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
  width: 15px!important;
  height: 15px!important;
  background-color: #fff;
  box-shadow: none;
}
.slider-text-box {
  position: absolute;
  top: 25%;
  color: #fff;
  z-index: 99;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.slider-text-box h1,
.slider-text-box h2,
.slider-text-box h3,
.slider-text-box p,
.slider-text-box span {
  color: #fff;
  text-shadow: 2px 2px 8px #000;
}
.slider-text-box h1 {
  font-size: 2.5rem;
}
.slider-text-box h2 {
  font-size: 2rem;
}
.slider-text-box .center {
  text-align: center;
}
.slider-text-box .hyperlink_txt a {
  display: inline-block;
  background-color: #004772;
  color: #fff;
  padding: 0.75rem 2rem;
}
.slider-text-box .hyperlink_txt a:hover {
  background-color: #00273f;
}
@media all and (min-width: 48em) {
  .slider-text-box h1 {
    font-size: 3.5rem;
  }
  .slider-text-box h2 {
    font-size: 3rem;
  }
}
@media all and (min-width: 80em) {
  .mod_rocksolid_slider {
    height: 36.875rem;
  }
  .slider-text-box h1 {
    font-size: 4rem;
  }
  .slider-text-box h2 {
    font-size: 3rem;
  }
}
/*
.tabs {
  background: #eaeaea;
  margin: 0;
  list-style-type: none;

  li {
    cursor: pointer;
    background: #eaeaea;
    color: #b7b7b7;
    float: left;
    height: 6rem;
    font-weight: 600;
    padding: 1.25rem;
    position: relative;
    text-align: center;
    transition: @transition;
    width: 25%;

    &:hover, &.current {
      border-top: @baseBorder;
      border-top-width: 8px;
      color: @firstColor;

      i {
        color: @firstColor;
      }
    }

    span {
      display: none;
    }

    &.current {
      background: @lightgrey;
    }

    i {
      color: #b7b7b7;
      display: block;
      font-size: @baseFontSize-large;
      padding: @distance/2;
      text-align: center;
    }

  }
}

.faqs .grid {

}

.tabcontent {
  background: @lightgrey;
  display: none;
  height: 100%;
  padding: 0.1rem @distance*1.5 @distance-medium;

  &.current {
    display: block;
  }
}

@media all and (min-width: @phoneLandscapeViewport) and (max-width: @tabletLandscapeViewport) {

  .tabs {
    li {

      padding: @distance* 0.8;

      span {
        display: inline;
        font-size: @baseFontSize-small;
      }
    }
  }
}

@media all and (min-width: @tabletPortraitViewport) {

  .tabs {
    li {
      float: none;
      padding: 2.4rem 0 2rem 1.5rem;
      width: 100%;
      text-align: left;

      &:hover, &.current {
        border-top: 0;
        border-left: @baseBorder;
        border-left-width: 8px;
      }

      span {
        display: inline;
        font-size: @baseFontSize;
      }

      i {
        display: inline-block;
        font-size: @baseFontSize!important;
        margin-right: 0.5rem;
        text-align: left;
        padding: 0;
      }
    }
  }

  .tabcontent {
    padding: 0.1rem @distance-large @distance-medium;
  }
}*/
.bild-text-teaser {
  margin: 3rem 0 2rem;
  position: relative;
}
.bild-text-teaser .ce_image {
  height: 7rem;
}
.bild-text-teaser .ce_image img {
  height: 7rem;
}
.bild-text-teaser h3 {
  margin-top: 0.15rem;
}
.bild-text-teaser h3::after {
  content: "";
  background: url("../../images/dots.svg") no-repeat;
  width: 30%;
  height: 5px;
  display: block;
  margin: 1rem auto 0;
}
.bild-text-teaser p {
  padding: 0 4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.bild-text-teaser .top-text p {
  margin-bottom: 0;
  margin-top: 2rem;
}
.bild-text-teaser .ce_hyperlink {
  overflow: visible;
  margin: 1rem auto;
  display: inline-block;
}
.bild-text-teaser .ce_hyperlink a {
  position: absolute;
  bottom: 1.875rem;
  background-color: #004772;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0.5em 1.25em;
  text-align: center;
  margin: 0 auto;
  width: 70%;
  left: 15%;
}
.bild-text-teaser .ce_hyperlink a:hover {
  background-color: #00273f;
}
.lastminute-teaser {
  position: relative;
  border-top: 15px solid #E6B147;
  border-bottom: 15px solid #E6B147;
  border-left: 15px solid #E6B147;
  border-right: 15px solid #E6B147;
}
.lastminute-teaser.first {
  margin: 3rem 0 1rem;
}
.lastminute-teaser .ce_image {
  padding: 0;
}
.lastminute-teaser h3 {
  margin-top: 0.15rem;
}
.lastminute-teaser h3::after {
  content: "";
  background: url("../../images/dots.svg") no-repeat;
  width: 30%;
  height: 5px;
  display: block;
  margin: 1rem auto 0;
}
.lastminute-teaser .ce_hyperlink a {
  bottom: 1.875rem;
  background-color: #CC3333;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0.5em 1.25em;
  text-align: center;
  margin: 0 auto;
  width: 70%;
}
.lastminute-teaser .ce_hyperlink a:hover {
  background-color: #a32929;
}
.lastminute-teaser .percent {
  display: block;
  background-color: #CC3333;
  border-radius: 50%;
  width: 2.5rem;
  height: auto;
  margin: 1rem auto 0.5rem;
}
.lastminute-teaser .percent p {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 2px;
  margin: 0;
  color: #fff;
}
.lastminute-teaser .date {
  color: #004772;
  text-align: center;
}
.lastminute-teaser .date p {
  font-size: 1rem!important;
  margin: 0.25rem 0 0;
  padding: 0;
}
.lastminute-teaser .price {
  color: #004772;
  text-align: center;
}
.lastminute-teaser .price p {
  font-size: 1.25rem!important;
  margin: 0;
}
.centerpage-teaser {
  margin: 3rem 0 2rem;
  position: relative;
}
.centerpage-teaser .ce_image {
  height: 10rem;
}
.centerpage-teaser .ce_image img {
  height: auto;
}
.centerpage-teaser h3.face-two {
  padding: 1.5rem 0 0;
  color: #fff;
  background-color: #E6B147;
  position: relative;
  top: -3rem;
}
.centerpage-teaser h3.face-two::after {
  content: "";
  background: url("../../images/dots.svg") no-repeat;
  width: 30%;
  height: 5px;
  display: block;
  margin: 1rem auto 0;
}
.centerpage-teaser .ce_text {
  margin-top: -3.5rem;
}
.centerpage-teaser p {
  padding: 0 2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.centerpage-teaser .ce_hyperlink {
  overflow: visible;
  margin: 1rem auto;
  display: inline-block;
}
.centerpage-teaser .ce_hyperlink a {
  position: absolute;
  bottom: 1.875rem;
  background-color: #E6B147;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0.5em 1.25em;
  text-align: center;
  margin: 0 auto;
  width: 70%;
  left: 15%;
}
.centerpage-teaser .ce_hyperlink a:hover {
  background-color: #dc9d1e;
}
.small-teaser {
  position: relative;
}
.small-teaser .ce_image {
  height: 12rem;
}
.small-teaser .ce_image img {
  height: auto;
}
.small-teaser h3.face-two {
  padding: 1.5rem 0 0;
  color: #E6B147;
}
.small-teaser h3.face-two::after {
  content: "";
  background: url("../../images/dots-blue.svg") no-repeat;
  width: 30%;
  height: 5px;
  display: block;
  margin: 1rem auto 0;
}
.small-teaser h3.face-two.nopad {
  padding: 0!important;
}
.small-teaser p {
  padding: 0 2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.small-teaser .ce_hyperlink {
  overflow: visible;
  margin: 1rem auto;
  display: inline-block;
}
.small-teaser .ce_hyperlink a {
  position: absolute;
  bottom: 1.875rem;
  background-color: #E6B147;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0.5em 1.25em;
  text-align: center;
  margin: 0 auto;
  width: 70%;
  left: 15%;
}
.small-teaser .ce_hyperlink a:hover {
  background-color: #dc9d1e;
}
.small-teaser.blue h3.face-two {
  color: #004772;
}
.small-teaser.blue h3.face-two::after {
  content: "";
  background: url("../../images/dots.svg") no-repeat;
  width: 30%;
  height: 5px;
  display: block;
  margin: 1rem auto 0;
}
.small-teaser.blue .ce_hyperlink {
  overflow: visible;
  margin: 1rem auto;
  display: inline-block;
}
.small-teaser.blue .ce_hyperlink a {
  position: absolute;
  bottom: 1.875rem;
  background-color: #004772;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0.5em 1.25em;
  text-align: center;
  margin: 0 auto;
  width: 70%;
  left: 15%;
}
.small-teaser.blue .ce_hyperlink a:hover {
  background-color: #00273f;
}
.angebotsteaser {
  padding: 3rem;
}
.angebotsteaser .textbox {
  padding: 0;
  background-color: #fff;
}
.angebotsteaser .textbox .ce_text {
  padding: 0 3rem;
}
.angebotsteaser .textbox .date p {
  margin: 0;
  text-align: center;
}
.angebotsteaser .textbox .beschreibungstext p {
  margin: 0;
}
.angebotsteaser .textbox ul {
  margin: 0 0 0 1rem;
}
.angebotsteaser .textbox .preistext p {
  margin: 1rem 0 0;
}
.angebotsteaser .ce_image {
  padding: 0;
  max-height: 18rem;
}
.angebotsteaser .ce_image .image_container {
  height: 100%;
}
.angebotsteaser .ce_image .image_container img {
  width: 100%;
}
.angebotsteaser h3.face-two {
  color: #004772;
}
.angebotsteaser h3.face-two::after {
  content: "";
  background: url("../../images/dots.svg") no-repeat 50%;
  width: 50%;
  height: 5px;
  display: block;
  margin: 1rem auto 0;
}
.angebotsteaser .ce_hyperlink {
  overflow: visible;
  display: block;
  padding-bottom: 2rem;
}
.angebotsteaser .ce_hyperlink a {
  width: 15rem;
  background-color: #E6B147;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0.5em 1.25em;
  text-align: center;
  margin: 0 auto;
}
.angebotsteaser .ce_hyperlink a:hover {
  background-color: #dc9d1e;
}
@media all and (min-width: 48em) {
  .bild-text-teaser .ce_hyperlink a {
    width: 35%;
    left: 32.5%;
  }
  .bild-text-teaser .ce_image {
    height: 7rem;
  }
  .bild-text-teaser .ce_image img {
    height: 7rem;
  }
  .bild-text-teaser.last {
    margin-top: 0!important;
  }
  .lastminute-teaser {
    border-top: 30px solid #E6B147;
    border-bottom: 30px solid #E6B147;
    border-left: 60px solid #E6B147;
    border-right: 60px solid #E6B147;
  }
  .lastminute-teaser .ce_image {
    padding: 0;
    max-height: 15rem;
  }
  .lastminute-teaser .ce_hyperlink a {
    width: 40%;
  }
  .lastminute-teaser .percent {
    margin: 1.5rem auto 1rem;
  }
  .centerpage-teaser .ce_hyperlink a {
    width: 35%;
    left: 32.5%;
  }
  .centerpage-teaser .ce_image {
    height: 13rem;
  }
  .centerpage-teaser .ce_image img {
    height: 100%;
  }
}
@media all and (min-width: 64em) {
  .bild-text-teaser .ce_hyperlink a {
    width: 50%;
    left: 25%;
  }
  .bild-text-teaser.last {
    margin-top: 3rem!important;
  }
  .lastminute-teaser .ce_image {
    padding: 0;
    max-height: 22.5rem;
  }
  .lastminute-teaser .textblock {
    max-height: 22.5rem;
  }
  .lastminute-teaser h3 {
    font-size: 2rem;
  }
  .lastminute-teaser .date p {
    font-size: 1rem!important;
  }
  .lastminute-teaser .price p {
    font-size: 1.5rem!important;
  }
  .lastminute-teaser .ce_hyperlink a {
    bottom: 1.875rem;
    padding: 0.5em 1.25em;
    margin: 0 auto;
    width: 60%;
  }
  .small-teaser {
    position: relative;
  }
  .small-teaser .image_container {
    height: 100%;
  }
  .small-teaser .ce_image img {
    height: 11rem;
  }
  .small-teaser.blue .ce_hyperlink a {
    width: 35%;
    left: 32.5%;
  }
  .bg-color-light .small-teaser.blue .ce_hyperlink a {
    bottom: 3.5rem;
  }
  .angebotsteaser .ce_image {
    padding: 0;
    max-height: 28rem;
  }
  .angebotsteaser .ce_image .image_container {
    height: 100%;
  }
  .angebotsteaser .ce_image .image_container img {
    width: auto!important;
    max-width: none;
    height: 100%;
  }
  .angebotsteaser .ce_hyperlink a {
    width: 15rem;
  }
}
@media all and (min-width: 80em) {
  .bild-text-teaser .ce_hyperlink a {
    width: 35%;
    left: 32.5%;
  }
  .bild-text-teaser .ce_image {
    height: 7rem;
  }
  .bild-text-teaser .ce_image img {
    height: 100%;
  }
  .lastminute-teaser .ce_image {
    padding: 0;
    max-height: 22.5rem;
  }
  .lastminute-teaser .textblock {
    max-height: 22.5rem;
  }
  .lastminute-teaser h3 {
    font-size: 2.5rem;
  }
  .lastminute-teaser .date p {
    font-size: 1.5rem!important;
  }
  .lastminute-teaser .price p {
    font-size: 2rem!important;
  }
  .lastminute-teaser .ce_hyperlink a {
    bottom: 1.875rem;
    padding: 0.5em 1.25em;
    margin: 0 auto;
    width: 50%;
  }
  .lastminute-teaser.first {
    margin-top: 1rem;
  }
  .small-teaser {
    position: relative;
  }
  .small-teaser .image_container {
    height: auto;
  }
  .small-teaser .ce_image {
    height: 11rem;
  }
  .small-teaser .ce_image img {
    height: auto;
  }
  .bg-color-light .small-teaser.blue .ce_hyperlink a {
    bottom: 2.5rem;
  }
}
.video {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.75%;
  position: relative;
}
.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.is-on-canvas {
  right: 0;
}
.is-off-canvas {
  right: -30rem;
}
.is-rotated {
  transform: rotate(180deg);
}
.is-visible {
  display: block;
}
.is-hidden {
  display: none;
}
