.module.image-gallery {
  position: relative;
  height: auto;
  margin-bottom: 0;
}
.module.image-gallery + .module.image-gallery {
  border-top: 1px solid #ffffff;
}
.module.image-gallery .headerGallery {
  margin-left: 3vw;
  margin-top: 80px;
}
@media (max-width: 2095px) {
  .module.image-gallery .headerGallery {
    margin-top: 3.8186157518vw;
  }
}
@media (max-width: 767px) {
  .module.image-gallery .headerGallery {
    margin-top: 40px;
    margin-left: 15px;
  }
}
.module.image-gallery .slick-slide {
  outline: none;
}
.module.image-gallery .item {
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.module.image-gallery .item .image-wrap {
  border-right: 1px solid #ffffff;
  position: relative;
}
.module.image-gallery .item .image-wrap a {
  outline: none;
}
.module.image-gallery .item .image-wrap, .module.image-gallery .item .image-wrap img {
  height: 50vh;
}
.module.image-gallery .item .image-wrap img {
  width: auto;
  display: block;
}
.module.image-gallery .textbox {
  position: absolute;
  padding: 3vw;
  background: #ffffff;
  max-width: 100vw;
}
@media (max-width: 767px) {
  .module.image-gallery .textbox {
    padding: 15px;
  }
}
.module.image-gallery .textbox .descriptionGallery {
  display: block;
}
.module.image-gallery .nav-block .button {
  position: absolute;
  font-size: 2.7207637232vw;
  right: 3vw;
  transform: translateY(-50%);
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #ffffff;
  line-height: 0;
  text-align: left;
  outline: none;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
@media screen and (min-width: 2095px) {
  .module.image-gallery .nav-block .button {
    font-size: 5.7rem;
  }
}
@media (max-width: 1023px) {
  .module.image-gallery .nav-block .button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .module.image-gallery .nav-block .button {
    right: 15px;
  }
}
.module.image-gallery .nav-block .button:hover {
  background-color: #230e2c;
  border-radius: 50%;
}
.module.image-gallery .nav-block .button.prev-arrow {
  left: 3vw;
  right: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .module.image-gallery .nav-block .button.prev-arrow {
    left: 15px;
  }
}
.module.image-gallery .nav-block .button.prev-arrow i {
  display: block;
  transform: rotate(180deg);
}
.module.image-gallery .nav-block .button.next-arrow i {
  display: block;
}
.grid-block + .module.image-gallery {
  margin-top: 0;
}
.module.smallTeaser + .module.image-gallery {
  margin-top: -80px;
}
@media (max-width: 2095px) {
  .module.smallTeaser + .module.image-gallery {
    margin-top: -3.8186157518vw;
  }
}
@media (max-width: 2095px) and (max-width: 767px) {
  .module.smallTeaser + .module.image-gallery {
    margin-top: -40px;
  }
}

/*# sourceMappingURL=image-gallery.css.map */


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    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
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

@charset 'UTF-8';
/* Slider
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .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: '←';
}

/* Dots */
.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;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media (max-width: 767px) {
  .module.quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module.quote .content {
  margin: 0 auto;
}
.module.quote .content.has-img {
  padding-left: 25vw;
  width: 80vw;
  max-width: 117rem;
  position: relative;
}
@media (max-width: 767px) {
  .module.quote .content.has-img {
    padding-top: 25.5rem;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1360px) {
  .module.quote .content.has-img {
    padding-left: 34rem;
  }
}
.module.quote .content.has-img .image-box {
  overflow: hidden;
  border-radius: 50%;
  max-width: 29.5rem;
  width: 23vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .image-box {
    left: 3rem;
    width: 23rem;
  }
}
@media (min-width: 768px) {
  .module.quote .content.has-img .image-box {
    top: 50%;
    transform: translateY(-50%);
  }
}
.module.quote .content.has-img .image-box .image {
  float: left;
}
.module.quote .content.has-img .text {
  padding-left: 3.7rem;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text {
    padding-left: 0;
  }
}
.module.quote .content.has-img .text blockquote .quote-character {
  font-size: 8rem;
  top: 3.5rem;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text blockquote .quote-character {
    font-size: 6rem;
    top: 2.5rem;
    left: -3rem;
  }
}
.module.quote .content.has-img .text blockquote .quote-character:last-child {
  left: 1rem;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text blockquote .quote-character:last-child {
    left: 0.5rem;
  }
}
.module.quote .content.has-img .text figcaption {
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 2095px) {
  .module.quote .content.has-img .text figcaption {
    font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (2095 - 768)));
  }
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text figcaption {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text figcaption {
    font-size: 15px;
  }
}
.module.quote .content.has-img .text figcaption .line {
  left: -1rem;
}
.module.quote .content:not(.has-img) {
  min-height: 60vh;
  align-items: center;
  display: flex;
  width: 80vw;
  max-width: 80rem;
  position: relative;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) {
    width: 100%;
    min-height: 35vh;
  }
}
.module.quote .content:not(.has-img) .text {
  padding-left: 4.2rem;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    font-size: 24px;
  }
}
.module.quote .content:not(.has-img) .text blockquote p .first-quote {
  -webkit-text-fill-color: #230e2c;
}
.module.quote .content:not(.has-img) .text blockquote p .last-quote {
  background: linear-gradient(45deg, #230e2c, #1ebabd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module.quote .content:not(.has-img) .text blockquote p .gradient-box {
  background: linear-gradient(60deg, #230e2c, #1ebabd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main-container .module.quote .content:not(.has-img) .text blockquote p {
  font-size: 44px;
  line-height: 1.4545454545;
}
@media (max-width: 2095px) {
  #main-container .module.quote .content:not(.has-img) .text blockquote p {
    font-size: calc(34px + (44 - 34) * ((100vw - 768px) / (2095 - 768)));
  }
}
@media (max-width: 767px) {
  #main-container .module.quote .content:not(.has-img) .text blockquote p {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  #main-container .module.quote .content:not(.has-img) .text blockquote p {
    font-size: 26px;
  }
}
.module.quote .content:not(.has-img) .text blockquote .quote-character {
  font-size: 8.5rem;
  top: 3.5rem;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text blockquote .quote-character {
    left: -0.3rem;
    font-size: 6.5rem;
    top: 2.3rem;
  }
}
.module.quote .content:not(.has-img) .text blockquote .quote-character:last-child {
  top: 2.5rem;
  left: 0.5rem;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text blockquote .quote-character:last-child {
    left: 0.3rem;
  }
}
.module.quote .content:not(.has-img) .text figcaption {
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 2095px) {
  .module.quote .content:not(.has-img) .text figcaption {
    font-size: calc(17px + (20 - 17) * ((100vw - 768px) / (2095 - 768)));
  }
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text figcaption {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text figcaption {
    font-size: 15px;
  }
}
.module.quote .content:not(.has-img) .text figcaption .line {
  left: -1rem;
}
.module.quote .content .text {
  position: relative;
}
.module.quote .content .text blockquote .quote-character {
  position: absolute;
  left: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .module.quote .content .text blockquote .quote-character {
    font-size: 6rem;
    top: 2.5rem;
    left: -3rem;
  }
}
.module.quote .content .text blockquote .quote-character:last-child {
  position: relative;
}
.module.quote .content .text figcaption {
  font-family: HelveticaNowText-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
.module.quote .content .text figcaption .line {
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}

/*# sourceMappingURL=quote.css.map */




/*# sourceMappingURL=modules.css.map */


.module.smallTeaser .text-area {
  padding: 80px 0;
}
@media (max-width: 2095px) {
  .module.smallTeaser .text-area {
    padding: 3.8186157518vw 0vw;
  }
}
@media screen and (max-width: 2095px) and (min-width: 2095px) {
  .module.smallTeaser .text-area {
    padding: 8rem 0rem;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser .text-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser [class*=col-] {
    margin-bottom: 0;
  }
}
.module.smallTeaser .map-container {
  height: calc(100vh - 30rem);
}
.module.smallTeaser .map-container .map_wrapper {
  height: calc(100vh - 30rem);
}
.module.smallTeaser .map-container .map_trigger {
  height: 100%;
  border: none;
  border-radius: 0;
}
.module.smallTeaser .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.module.smallTeaser .image {
  float: left;
  width: 100%;
  width: calc(100% + 5vw);
  box-shadow: 0 2px 45px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: relative;
}
@media (max-width: 1023px) {
  .module.smallTeaser .image {
    transform: translateX(-24vw);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser .image {
    transform: translateX(-50px);
    margin-top: 50px;
  }
}
.module.smallTeaser .text-area {
  padding-left: 10vw;
  padding-right: 3vw;
}
@media (max-width: 1023px) {
  .module.smallTeaser .text-area {
    padding-left: 15vw;
    padding-right: 10vw;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .module.smallTeaser.l-img .table.no-table-md:first-child {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 1023px) {
  .module.smallTeaser.l-img {
    padding-left: 23.8663484487vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2095px) {
  .module.smallTeaser.l-img {
    padding-left: 50rem;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.l-img {
    padding-left: 50px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .module.smallTeaser.r-img .table.no-table-md:last-child {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 1023px) {
  .module.smallTeaser.r-img {
    padding-right: 23.8663484487vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2095px) {
  .module.smallTeaser.r-img {
    padding-right: 50rem;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.r-img {
    padding-right: 50px;
    padding-bottom: 0;
  }
}
.module.smallTeaser.r-img .image {
  transform: translateX(-5vw);
}
@media (max-width: 1023px) {
  .module.smallTeaser.r-img .image {
    transform: translateX(24vw);
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.r-img .image {
    transform: translateX(50px);
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.module.smallTeaser.r-img .text-area {
  padding-left: 3vw;
  padding-right: 10vw;
}
@media (max-width: 1023px) {
  .module.smallTeaser.r-img .text-area {
    padding-left: 10vw;
    padding-right: 15vw;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.r-img .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module.smallTeaser .parallax-box {
  position: relative;
  z-index: 5;
}

/*# sourceMappingURL=smallteaser-modul.css.map */


