/**handles:styles-globals**/
/* global definitions */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

body.loaded #page {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

@media (max-width: 999px) {
  #page {
    margin-top: 65px;
  }
}

@media (max-width: 999px) {
  body.home #page {
    margin-top: 0;
  }
}

.accessHelper {
  display: none;
}

.cover-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

video,
img {
  width: 100%;
  height: auto;
  display: block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
  outline: 1px solid transparent;
}
a:active, a:focus, a:visited {
  outline: 1px solid transparent;
}
a svg {
  margin-left: 10px;
  transition: 0.3s ease;
}
a:hover svg {
  transform: translateX(10px);
}

.height--50 {
  height: 50vh;
}
.height--100 {
  height: 100vh;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.absolute--trbl {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.logo img {
  width: 280px;
}
@media (max-width: 1180px) {
  .logo img {
    width: 240px;
  }
}
@media (max-width: 1024px) {
  .logo img {
    width: 220px;
  }
}
@media (max-width: 1080px) {
  .logo img {
    width: 150px;
  }
}
@media (max-width: 999px) {
  .logo img {
    width: 200px;
    margin-bottom: -2px;
    margin-left: -2px;
  }
}

.hidden {
  overflow: hidden;
}

.lang li {
  margin: 0 5px;
}
.lang li:last-child {
  margin-right: 0;
}

@media (max-width: 999px) {
  .zuweisen-anmelden {
    margin-bottom: 50px;
  }
}
.zuweisen-anmelden--box {
  padding: 50px;
}
@media (max-width: 999px) {
  .zuweisen-anmelden--box {
    padding: 25px;
  }
}
.zuweisen-anmelden--box:first-child {
  margin-right: 10px;
}
@media (max-width: 999px) {
  .zuweisen-anmelden--box:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.zuweisen-anmelden--box:last-child {
  margin-left: 10px;
}
@media (max-width: 999px) {
  .zuweisen-anmelden--box:last-child {
    margin-left: 0;
  }
}
.zuweisen-anmelden--box svg {
  fill: #fff;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 50px;
  height: auto;
}
@media (max-width: 999px) {
  .zuweisen-anmelden--box svg {
    margin-bottom: 15px;
    width: 25px;
    top: 30px;
    right: 20px;
  }
}
.zuweisen-anmelden--box .copy-lg {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .zuweisen-anmelden--box .copy-lg {
    margin-bottom: 20px;
  }
}

.header {
  position: relative;
  margin: 125px auto 0 auto;
  max-width: 1920px;
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1439px) {
  .header {
    max-width: 1160px;
  }
}
@media (max-width: 1180px) {
  .header {
    max-width: 1100px;
  }
}
@media (max-width: 1080px) {
  .header {
    max-width: 999px;
  }
}
@media (max-width: 999px) {
  .header {
    margin: 0 auto;
    max-width: auto;
  }
}
@media (max-width: 999px) {
  .header .flex.first-flexer {
    flex-direction: column-reverse;
  }
}
.header--swiper {
  position: relative;
  width: 60%;
  overflow: hidden;
  margin: auto 0 auto auto;
}
@media (max-width: 999px) {
  .header--swiper {
    margin: 0 auto;
    width: 100%;
  }
}
.header--swiper .swiper-wrapper .swiper-slide {
  height: 775px;
}
@media (max-width: 999px) {
  .header--swiper .swiper-wrapper .swiper-slide {
    height: 75vh;
    max-height: 775px;
  }
}
@media (max-width: 640px) {
  .header--swiper .swiper-wrapper .swiper-slide {
    height: 50vh;
    max-height: 500px;
  }
}
.header--swiper .swiper-wrapper .swiper-slide img {
  margin-left: -200px;
}
.header--swiper .swiper-next,
.header--swiper .swiper-prev {
  top: 50%;
}
.header--swiper .swiper-prev {
  left: 20px;
}
.header--swiper .swiper-next {
  right: 20px;
}
.header--content {
  width: 40%;
}
@media (max-width: 999px) {
  .header--content {
    margin-top: 40px;
    width: 100%;
    max-width: 640px;
    justify-content: flex-start;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .header--content {
    max-width: 540px;
  }
}
@media (max-width: 540px) {
  .header--content {
    max-width: 420px;
  }
}
@media (max-width: 420px) {
  .header--content {
    max-width: 375px;
  }
}
@media (max-width: 375px) {
  .header--content {
    max-width: 320px;
  }
}
.header--content--inner {
  max-width: 337px;
}
.header--content--inner img {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .header--content--inner .subline {
    margin-bottom: 20px;
  }
}
.header--content--inner--contact {
  margin-top: 40px;
}
.header--content--inner--contact a.btn--hover {
  margin-bottom: 5px;
}
.header--content--inner--contact a.btn--hover svg {
  margin-right: 10px;
}
.header--content--inner--contact a.btn--hover br {
  display: none;
}
.header--content--inner--contact a.btn--hover:first-child {
  margin-bottom: 7px;
}
.header--content--inner--contact a.btn--hover:last-child svg {
  margin-left: 13px;
  margin-right: 11px;
}
.header--content--inner--contact a.btn--hover:hover svg {
  transform: translateX(0);
}

.single--contact img {
  max-width: 250px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .single--contact img {
    margin-top: 20px;
  }
}

@media (max-width: 999px) {
  .content-slider .align-right {
    text-align: left;
    margin-bottom: 20px;
  }
}

.angebots-wrapper {
  overflow: hidden;
}
.angebots-wrapper .grid-width {
  margin: 0 auto;
}
.angebots-wrapper.bg--sand .grid-width {
  margin: 50px auto;
}
.angebots-wrapper .editor-content--sml {
  max-width: 780px;
}
@media (max-width: 999px) {
  .angebots-wrapper .btn-warapper {
    margin-bottom: 20px;
  }
  .angebots-wrapper .btn-warapper .btn {
    margin-top: 3px;
  }
  .angebots-wrapper .btn-warapper .layout-switcher {
    float: right;
  }
}
.angebots-wrapper .layout-switcher {
  border: 1px solid #0173A2;
  border-radius: 2px;
  position: relative;
  width: 82px;
  height: 43px;
  margin-left: 10px;
}
.angebots-wrapper .layout-switcher::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50%;
  bottom: 2px;
  border-radius: 2px;
  background-color: #0173A2;
  z-index: 0;
}
.angebots-wrapper .layout-switcher svg {
  position: relative;
  z-index: 1;
  margin: 0;
}
.angebots-wrapper .layout-switcher svg.ls-slider {
  fill: #fff;
  margin-right: 18px;
}
.angebots-wrapper .layout-switcher svg.ls-list {
  fill: #0173A2;
}
.angebots-wrapper .layout-switcher.is-list::after {
  left: unset;
  right: 2px;
}
.angebots-wrapper .layout-switcher.is-list svg.ls-slider {
  fill: #0173A2;
}
.angebots-wrapper .layout-switcher.is-list svg.ls-list {
  fill: #fff;
}
.angebots-wrapper .layout-switcher:hover svg {
  transform: unset;
}
.angebots-wrapper .swiper-container {
  overflow: visible;
}
.angebots-wrapper .swiper-container .swiper-slide {
  width: 376px;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .angebots-wrapper .swiper-container .swiper-slide {
    width: 280px;
  }
}
.angebots-wrapper .swiper-container .swiper-slide a .h4 {
  margin-bottom: 10px;
  min-height: 78px;
  width: 80%;
}
@media (max-width: 999px) {
  .angebots-wrapper .swiper-container .swiper-slide a .h4 {
    min-height: 42px;
  }
}
.angebots-wrapper .swiper-container .swiper-slide a .subline {
  letter-spacing: 0;
}
.angebots-wrapper .swiper-container .swiper-slide a:hover {
  color: black;
}
.angebots-wrapper .swiper-container .swiper-slide a:hover .h4 {
  color: #0173A2;
}
.angebots-wrapper .swiper-container .swiper-slide a:hover .cover-image {
  transform: scale(1.05);
}
.angebots-wrapper .swiper-container .swiper-prev, .angebots-wrapper .swiper-container .swiper-next {
  top: 30%;
}
.angebots-wrapper .hiddencontent {
  display: none;
}

.spezial-page--image {
  margin-top: 50px;
}

.contactbox {
  margin-top: 40px;
  padding: 40px;
}
.contactbox .copy-lg {
  margin-bottom: 20px;
}
.contactbox .btn {
  margin-top: 20px;
}
.contactbox .btn svg {
  max-height: 18px;
}

body #page {
  margin-top: 200px;
}
@media (max-width: 999px) {
  body #page {
    margin-top: 100px;
  }
}

body.home #page {
  margin-top: 0;
}/*# sourceMappingURL=globals.css.map */