@charset "UTF-8";
/* blank */
body {
  margin: 0; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.row--extended {
  max-width: 90rem; }

.image {
  max-width: 100%;
  max-height: 100%; }

.nav,
.headline--1,
.hero__headline {
  font-family: "Oswald", sans-serif; }

.headline, .hero__headline, .hero__text {
  color: #434343; }
  .headline--1, .hero__headline {
    font-size: 2em; }
  .headline--2, .hero__text {
    font-size: 1.5em; }
  .headline--3 {
    font-size: 1.25em; }

.hero__headline {
  background-color: #ffffff;
  padding: .5rem 1rem; }
  @media screen and (min-width: 720px) {
    .hero__headline {
      font-size: 3rem; } }

.hero__text {
  background-color: #ffffff;
  display: inline-block;
  padding: .5rem 1rem; }

*,
*:after,
*:before {
  box-sizing: border-box; }

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 87.5%; }

.dive {
  border-top: 4px solid #808080; }

.link:hover,
.mapping a:hover {
  color: #333333; }

.img {
  max-width: 100%;
  border: 0; }

.align_center {
  text-align: center; }

/**
 * NAV
 */
.nav {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 4px solid #808080; }

.link {
  display: inline-block;
  color: #434343; }
  .link:hover, .link--active {
    color: #333333; }
  .link--footer {
    text-decoration: none; }
    .link--footer:hover {
      text-decoration: underline; }
  .link--nav {
    padding: 1rem .5rem;
    text-decoration: none;
    font-size: .95rem; }
    .link--nav:hover, .link--nav.link--active {
      background-color: #434343;
      color: #ffffff; }

.header {
  padding-top: 16px; }

.template--home .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .template--home .header .nav {
    background-color: rgba(255, 255, 255, 0.8); }

/*

## Standart Hero mit Lazysizes

Beispiel:

```
<figure class="hero hero--hover dummy-800" data-module="hero">
	<div class="hero__picture animate animate--grey lazyload" style="background-image: url(../../images/_dummy1.jpg);" data-bgset="../../images/_dummy1.jpg [(max-width: 480px)] | ../../images/_dummy1.jpg [(max-width: 720px)] | ../../images/_dummy1.jpg [(max-width: 1080px)] | ../../images/_dummy1.jpg"></div>
	<figurecaption class="hero__caption">
		<strong class="hero__headline headline headline--1">Hier könnte ihre Werbung stehen!</strong>
	</figurecaption>
</figure>
```

*/
.hero {
  position: relative;
  height: 700px;
  height: 75vh;
  margin: 0; }
  .hero__figure, .hero__picture {
    margin: 0;
    height: 100%; }
  .hero__picture {
    background-position: center center;
    background-size: cover; }
  .hero__caption {
    position: absolute;
    left: 0;
    right: 0;
    padding: 1em; }
    .hero__caption--top, .hero__caption--2 {
      top: 0; }
    .hero__caption--center, .hero__caption--5 {
      top: 50%;
      transform: translateY(-50%); }
    .hero__caption--bottom, .hero__caption--8 {
      top: auto;
      bottom: 2rem; }
    .hero__caption--nice {
      top: 20%; }
  .hero--hover {
    overflow: hidden; }
    .hero--hover .hero__figure {
      transition: transform 600ms ease;
      transform: scale(1); }
    .hero--hover:hover .hero__figure {
      transform: scale(1.025); }

/*

## Hero Slider

Beispiel:

```
<div class="stage owl-fix owl-1" data-module="stage">
	<figure class="hero hero--owl hero--hover dummy-400" data-module="hero">
		<div class="hero__picture animate animate--grey lazyload" style="background-image: url(../../images/_dummy1.jpg);" data-bgset="../../images/_dummy1.jpg [(max-width: 480px)] | ../../images/_dummy1.jpg [(max-width: 720px)] | ../../images/_dummy1.jpg [(max-width: 1080px)] | ../../images/_dummy1.jpg"></div>
		<figurecaption class="hero__caption">
			<strong class="hero__headline headline headline--1">Hier könnte ihre Werbung stehen!</strong>
		</figurecaption>
	</figure>
	<figure class="hero hero--owl hero--hover dummy-400" data-module="hero">
		<div class="hero__picture animate animate--grey lazyload" style="background-image: url(../../images/_dummy2.jpg);" data-bgset="../../images/_dummy2.jpg [(max-width: 480px)] | ../../images/_dummy2.jpg [(max-width: 720px)] | ../../images/_dummy2.jpg [(max-width: 1080px)] | ../../images/_dummy2.jpg"></div>
		<figurecaption class="hero__caption">
			<strong class="hero__headline headline headline--1">Hier könnte ihre Werbung stehen!</strong>
		</figurecaption>
	</figure>
	<figure class="hero hero--owl hero--hover dummy-400" data-module="hero">
		<div class="hero__picture animate animate--grey lazyload" style="background-image: url(../../images/_dummy3.jpg);" data-bgset="../../images/_dummy3.jpg [(max-width: 480px)] | ../../images/_dummy3.jpg [(max-width: 720px)] | ../../images/_dummy3.jpg [(max-width: 1080px)] | ../../images/_dummy3.jpg"></div>
		<figurecaption class="hero__caption">
			<strong class="hero__headline headline headline--4">Hier könnte ihre Werbung stehen!</strong>
		</figurecaption>
	</figure>
</div>
```

*/
.hero--owl {
  opacity: .7;
  transition: opacity 350ms ease-in-out; }
  .owl-carousel .hero--owl {
    opacity: 1; }

/*

## Hero canvas

Beispiel:

```
<figure class="hero hero--canvas dummy-800 animate animate--grey lazyload" data-module="hero">
	<div class="hero__picture" style="background-image: url(../../images/_dummy1.jpg);" data-bgset="../../images/_dummy1.jpg [(max-width: 480px)] | ../../images/_dummy1.jpg [(max-width: 720px)] | ../../images/_dummy1.jpg [(max-width: 1080px)] | ../../images/_dummy1.jpg"></div>
	<figurecaption class="hero__caption">
		<strong class="hero__headline headline headline--1">Hier könnte ihre Werbung stehen!</strong>
	</figurecaption>
</figure>
```

*/
.hero__canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

/**
 * Module
 */
.module {
  margin-bottom: 2rem; }

.footer {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.logogallerie__item {
  margin-bottom: 2rem;
  padding: 1rem 3rem;
  background-color: #ffffff;
  border: 1px solid #434343;
  position: relative; }
  .logogallerie__item img {
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

.mapping *:first-child {
  margin-top: 0; }
.mapping *:last-child {
  margin-bottom: 0; }
.mapping--padding {
  padding: 1em 0; }

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