@charset "UTF-8";
* {
  box-sizing: border-box; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-800.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: normal;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-italic.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-800italic.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/open-sans-v27-latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* istok-web-regular - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: normal;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-regular.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* istok-web-italic - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: italic;
  font-weight: normal;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-italic.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* istok-web-700 - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: bold;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-700.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* istok-web-700italic - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: italic;
  font-weight: bold;
  src: local(""), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-700italic.woff2") format("woff2"), url("/_Resources/Static/Packages/Konglomerat.Website/Fonts/istok-web-v15-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*
 * BRANDING
 *
 * Please use naming scheme:
 *  <name>-['medium', 'dark', 'darker', 'light', 'lighter']
 */
/*
 * LAYOUT
 */
/*
 * BREAKPOINTS
 *
 * TODO: might need some refactoring.
 * IMPORTANT: make sure there are no 'gaps' in the declaration. Otherwise fontsizes and spacings will 'jump'
 * to their default values.
 */
/*
 * TYPOGRAPHY
 *
 * All maps that are used for adding styles based on breakpoints should contain all the keys found in `breakpoints`.
 * We tried to implement a base-line-grid the ensure a vertical rhythm to some extend.
 */
.comb svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .comb svg:hover .comb__overlay {
    opacity: 0.1; }

.comb__overlay {
  opacity: 0;
  fill: black;
  transition-property: opacity;
  transition-duration: 500ms; }

.comb__shape {
  opacity: 0.9; }

.comb__label {
  font-size: 9px;
  text-transform: uppercase; }

.comb-spike, .section--force-right .comb-spike {
  -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.comb-spike--bottom, .section--force-right .comb-spike--bottom {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }

.comb-spike {
  position: relative;
  width: 100%;
  padding-top: 32%; }
  .comb-spike polygon {
    fill: white; }

.comb-spike svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.brand-logo:hover .brand-logo__shadow {
  transform: rotateX(-20deg) rotateY(-10deg); }

.brand-logo:hover .brand-logo__outline {
  transform: rotateX(-20deg) rotateY(-10deg); }

.brand-logo__shadow {
  fill: white;
  opacity: 0.8;
  transition-property: transform, fill;
  transition-duration: 250ms; }

.brand-logo__outline {
  transition-property: transform;
  transition-duration: 250ms; }

.button {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  box-sizing: content-box;
  text-align: center; }

.button--filled .button__link {
  background-color: #000;
  color: #fff; }

.button--has-image .button__link {
  border: none !important;
  background: none !important;
  height: auto;
  padding: 0; }

.button__image {
  max-width: 100%; }

.button__link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 45px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 4px;
  border: 2px solid #000;
  color: #000;
  transition-property: transform;
  transition-duration: 250ms; }

a.button__link:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05); }

.main-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 5%;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: scroll;
  transition-property: opacity;
  transition-duration: 250ms; }

.main-menu__content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%; }
  @media (min-width: 960px) {
    .main-menu__content {
      -ms-transform: rotate(0deg) scale(0.8, 0.8);
          transform: rotate(0deg) scale(0.8, 0.8);
      transition-duration: 250ms;
      transition-property: transform; } }

.application--main-menu-is-open {
  overflow: hidden; }
  .application--main-menu-is-open .main-menu {
    z-index: 1000;
    opacity: 1; }
  @media (min-width: 960px) {
    .application--main-menu-is-open .main-menu__content {
      -ms-transform: rotate(5deg);
          transform: rotate(5deg); } }
  .application--main-menu-is-open .main-menu-toggle .main-menu-toggle__close {
    opacity: 1; }
  .application--main-menu-is-open .main-menu-toggle .main-menu-toggle__hamburger {
    opacity: 0; }
  .application--main-menu-is-open .stage {
    opacity: 0; }
  .application--main-menu-is-open .page-footer {
    opacity: 0; }

.growing-comb {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%; }

.growing-comb__spike {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -2px; }

.growing-comb__middle {
  width: 100%;
  margin-top: -2px;
  margin-bottom: -2px;
  background: white;
  z-index: 1; }

.growing-comb__content {
  position: relative;
  margin-top: -60px;
  margin-bottom: -60px;
  padding-right: 80px;
  padding-left: 80px; }
  @media (max-width: 767px) {
    .growing-comb__content {
      margin-top: -40px;
      margin-bottom: -40px;
      padding-right: 40px;
      padding-left: 40px; } }
  @media (max-width: 500px) {
    .growing-comb__content {
      margin-top: -20px;
      margin-bottom: -20px;
      padding-right: 20px;
      padding-left: 20px; } }

.main-menu-toggle {
  position: fixed;
  z-index: 5000;
  transition-property: transform;
  transition-duration: 250ms;
  cursor: pointer; }
  .main-menu-toggle:hover {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.main-menu-toggle--default {
  top: 30px;
  right: 30px;
  width: 160px; }

.main-menu-toggle--mobile {
  display: none;
  top: 20px;
  right: 15px;
  width: 80px; }

@media (max-width: 1082px) {
  .main-menu-toggle--mobile {
    display: block; }
  .main-menu-toggle--default {
    display: none; } }

.main-menu-toggle__close {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 250ms; }

.main-menu-toggle__shadow {
  opacity: 0.8;
  fill: #7C7B7A; }

.main-menu-toggle__background {
  fill: #030303; }

.main-menu-toggle__hamburger path, .main-menu-toggle__close {
  fill: #ffffff;
  transition-property: opacity;
  transition-duration: 250ms; }

.section--big-hide-upper-spike .section__content, .section--big-with-offset .section__content {
  max-width: 100%; }

.section--big-hide-upper-spike .growing-comb__spike--upper svg {
  display: none; }

.section--big-hide-upper-spike .growing-comb__content {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .section--big-hide-upper-spike .growing-comb__content {
      margin-top: 40px; } }
  @media (max-width: 500px) {
    .section--big-hide-upper-spike .growing-comb__content {
      margin-top: 20px; } }

.section--big-with-offset {
  margin-top: -23%; }
  @media (max-width: 767px) {
    .section--big-with-offset {
      margin-top: -36%; } }
  @media (max-width: 500px) {
    .section--big-with-offset {
      margin-top: -130px; } }

.section--force-right .section:nth-of-type(even) .section__icon, .section__icon {
  left: 60px;
  right: auto;
  top: 0;
  -ms-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  @media (max-width: 767px) {
    .section--force-right .section:nth-of-type(even) .section__icon, .section__icon {
      left: 17px;
      top: -15px; } }
  @media (max-width: 500px) {
    .section--force-right .section:nth-of-type(even) .section__icon, .section__icon {
      left: 17px;
      top: -50px; } }

.section--force-right .section__icon, .section:nth-of-type(even) .section__icon {
  top: 20px;
  right: 80px;
  left: auto;
  -ms-transform: rotate(6deg);
      transform: rotate(6deg); }
  @media (max-width: 767px) {
    .section--force-right .section__icon, .section:nth-of-type(even) .section__icon {
      right: 17px;
      top: -15px; } }
  @media (max-width: 500px) {
    .section--force-right .section__icon, .section:nth-of-type(even) .section__icon {
      right: 17px;
      top: -50px; } }

.section {
  position: relative;
  margin-bottom: -40px;
  width: 100%; }
  @media (max-width: 1150px) {
    .section {
      margin-bottom: 40px; } }

@media (min-width: 960px) {
  .section--rotated {
    -ms-transform: rotate(5deg);
        transform: rotate(5deg); } }

.section--force-right .section__content {
  margin-left: auto; }

.section--force-right .section:nth-of-type(even) .section__content {
  margin-left: 0;
  margin-right: auto; }

.section__content {
  position: relative;
  width: 100%;
  max-width: 960px; }

.section__icon {
  position: absolute;
  overflow: hidden;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  transition-duration: 250ms;
  transition-property: transform;
  z-index: 2; }
  @media (max-width: 767px) {
    .section__icon {
      width: 140px;
      height: 140px; } }
  @media (max-width: 500px) {
    .section__icon {
      width: 120px;
      height: 120px; } }

.section__icon > * {
  width: auto;
  height: 100%; }

.section--rotate {
  -ms-transform: rotate(5deg);
      transform: rotate(5deg); }
  @media (max-width: 767px) {
    .section--rotate {
      -ms-transform: none;
          transform: none; } }

.neos-backend .section__icon .neos-contentcollection > .neos-empty-contentcollection-overlay {
  position: relative;
  min-height: 160px; }
  .neos-backend .section__icon .neos-contentcollection > .neos-empty-contentcollection-overlay::after {
    display: block;
    content: 'optionales Icon';
    position: absolute;
    bottom: 0;
    right: 0;
    color: #4e4e4e; }

.neos-backend .section {
  margin-top: 0 !important; }

.section:nth-of-type(even) .section__content {
  margin-left: auto; }

.section__icon--rounded {
  border-radius: 80px;
  background-size: cover; }

a.section__icon:hover {
  -ms-transform: rotate(5deg) scale(1.08);
      transform: rotate(5deg) scale(1.08); }

.calendar {
  padding: 20px 0; }

.calendar__source-checkbox {
  margin-right: 8px;
  margin-bottom: 8px; }

.calendar__widget {
  padding-top: 10px; }

.logowall {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%; }

.logowall--center {
  -ms-flex-pack: center;
      justify-content: center; }

.logowall--left {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.logowall--right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.logowall__item {
  margin: 9px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.carousel {
  position: relative;
  padding: 20px 0; }

.carousel__item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.carousel--initialize.carousel--small .carousel__item {
  height: 350px; }

.carousel--initialize.carousel--big .carousel__item {
  height: 500px; }

.slick-prev, .slick-next {
  z-index: 1000;
  height: 40px;
  width: 40px; }
  .slick-prev:before, .slick-next:before {
    font-size: 40px; }

.slick-prev {
  left: 30px; }

.slick-next {
  right: 30px; }

.neos-backend .carousel {
  border: 1px dashed grey; }

.neos-backend .carousel:before {
  content: 'Slider';
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 0.75rem; }

.page-footer {
  position: relative;
  width: 100%;
  margin-top: 100px;
  transition-property: opacity;
  transition-duration: 250ms; }

.page-footer__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: white;
  z-index: 1; }

.page-footer__spike {
  padding-top: 80px; }
  .page-footer__spike svg {
    width: 100%;
    height: 80px; }

h1 {
  line-height: 1.6;
  font-size: 2.369rem; }
  @media (max-width: 500px) {
    h1 {
      line-height: 1.6;
      font-size: 2.01365rem; } }

h2 {
  line-height: 1.6;
  font-size: 1.777rem; }
  @media (max-width: 500px) {
    h2 {
      line-height: 1.6;
      font-size: 1.51045rem; } }

h3 {
  line-height: 1.6;
  font-size: 1.333rem; }
  @media (max-width: 500px) {
    h3 {
      line-height: 1.6;
      font-size: 1.13305rem; } }

h1, h2, h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
  color: #000; }

strong, b {
  font-weight: bold; }

a {
  color: #00AEEF;
  text-decoration: none; }

ul, ol {
  margin-top: 0;
  margin-bottom: 8px; }
  ul li, ol li {
    line-height: 1.6;
    font-size: 1rem; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 16px; }

small {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 0.75rem; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e; }

html, body {
  font-size: 16px; }

.floating-logo {
  display: block;
  position: fixed;
  top: 50px;
  right: 150px;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 250ms; }

.comb-collection {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 36px; }
  @media (max-width: 500px) {
    .comb-collection {
      margin-left: -40px;
      margin-right: -40px;
      width: calc(100% + 80px); } }

.comb-collection__inner {
  position: relative;
  width: 100%;
  height: 100%; }

.comb-svg--outline .comb__shape {
  fill: none;
  stroke-width: 3px;
  stroke: black;
  vector-effect: non-scaling-stroke; }

.comb-collection__comb {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 27%;
  padding-bottom: 28.92857%;
  float: left;
  transition-property: transform;
  transition-duration: 250ms; }
  .comb-collection__comb:after {
    clear: both; }

.comb-collection__comb:nth-child(1n) {
  -ms-transform: rotate(36deg) translate(0%, 0%);
      transform: rotateZ(36deg) translate(0%, 0%); }
  .comb-collection__comb:nth-child(1n):hover {
    transform: rotateZ(41deg) rotateX(-17deg) rotateY(9deg) translate(0%, 0%); }

.comb-collection__comb:nth-child(2n) {
  -ms-transform: rotate(36deg) translate(3%, 2%);
      transform: rotateZ(36deg) translate(3%, 2%); }
  .comb-collection__comb:nth-child(2n):hover {
    transform: rotateZ(41deg) rotateX(-17deg) rotateY(9deg) translate(3%, 2%); }

.comb-collection__comb:nth-child(3n) {
  -ms-transform: rotate(36deg) translate(-2%, 4%);
      transform: rotateZ(36deg) translate(-2%, 4%); }
  .comb-collection__comb:nth-child(3n):hover {
    transform: rotateZ(41deg) rotateX(-17deg) rotateY(9deg) translate(-2%, 4%); }

.comb-collection__comb:nth-child(5n) {
  -ms-transform: rotate(36deg) translate(0.5%, -3%);
      transform: rotateZ(36deg) translate(0.5%, -3%); }
  .comb-collection__comb:nth-child(5n):hover {
    transform: rotateZ(41deg) rotateX(-17deg) rotateY(9deg) translate(0.5%, -3%); }

.comb-collection__comb[data-row='1'] {
  margin-top: 0%; }

.comb-collection[data-rows='1'] .comb-collection__inner {
  padding-bottom: 28.03571%; }

.comb-collection__comb[data-row='2'] {
  margin-top: 13.01786%; }
  .comb-collection__comb[data-row='2'].comb[data-column='1'] {
    left: 26.14%; }
  .comb-collection__comb[data-row='2'].comb[data-column='2'] {
    left: 70.42%; }

.comb-collection[data-rows='2'] .comb-collection__inner {
  padding-bottom: 41.05357%; }

.comb-collection__comb[data-row='3'] {
  margin-top: 26.03571%; }

.comb-collection[data-rows='3'] .comb-collection__inner {
  padding-bottom: 54.07143%; }

.comb-collection__comb[data-row='4'] {
  margin-top: 39.05357%; }
  .comb-collection__comb[data-row='4'].comb[data-column='1'] {
    left: 26.14%; }
  .comb-collection__comb[data-row='4'].comb[data-column='2'] {
    left: 70.42%; }

.comb-collection[data-rows='4'] .comb-collection__inner {
  padding-bottom: 67.08929%; }

.comb-collection__comb[data-row='5'] {
  margin-top: 52.07143%; }

.comb-collection[data-rows='5'] .comb-collection__inner {
  padding-bottom: 80.10714%; }

.comb-collection__comb[data-row='6'] {
  margin-top: 65.08929%; }
  .comb-collection__comb[data-row='6'].comb[data-column='1'] {
    left: 26.14%; }
  .comb-collection__comb[data-row='6'].comb[data-column='2'] {
    left: 70.42%; }

.comb-collection[data-rows='6'] .comb-collection__inner {
  padding-bottom: 93.125%; }

.comb-collection__comb[data-row='7'] {
  margin-top: 78.10714%; }

.comb-collection[data-rows='7'] .comb-collection__inner {
  padding-bottom: 106.14286%; }

.comb-collection__comb[data-row='8'] {
  margin-top: 91.125%; }
  .comb-collection__comb[data-row='8'].comb[data-column='1'] {
    left: 26.14%; }
  .comb-collection__comb[data-row='8'].comb[data-column='2'] {
    left: 70.42%; }

.comb-collection[data-rows='8'] .comb-collection__inner {
  padding-bottom: 119.16071%; }

.comb-collection__comb[data-row='9'] {
  margin-top: 104.14286%; }

.comb-collection[data-rows='9'] .comb-collection__inner {
  padding-bottom: 132.17857%; }

.comb-collection__comb[data-row='10'] {
  margin-top: 117.16071%; }
  .comb-collection__comb[data-row='10'].comb[data-column='1'] {
    left: 26.14%; }
  .comb-collection__comb[data-row='10'].comb[data-column='2'] {
    left: 70.42%; }

.comb-collection[data-rows='10'] .comb-collection__inner {
  padding-bottom: 145.19643%; }

.comb-collection__comb[data-column='1'] {
  left: 4%; }

.comb-collection__comb[data-column='2'] {
  left: 48.28%; }

.main-pages-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

.main-pages-menu__item {
  position: relative;
  display: inline;
  width: auto;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.333rem;
  white-space: nowrap; }
  .main-pages-menu__item::before {
    display: inline-block;
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    left: 5px;
    bottom: 0;
    background: #E0E0E0;
    z-index: -1; }
  .main-pages-menu__item a {
    color: #000; }

.main-pages-menu__item--current::before {
  background: #bababa; }

.columns {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .columns {
      display: block; } }

.columns--25-75 .columns__column:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.columns--25-75 .columns__column:nth-child(2) {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.columns--25-75 .columns__column:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.columns--25-75 .columns__column:nth-child(2) {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.columns--33-66 .columns__column:nth-child(1) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%; }

.columns--33-66 .columns__column:nth-child(2) {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%; }

.columns--66-33 .columns__column:nth-child(1) {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%; }

.columns--66-33 .columns__column:nth-child(2) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%; }

.columns--75-25 .columns__column:nth-child(1) {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.columns--75-25 .columns__column:nth-child(2) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.columns__column {
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 767px) {
    .columns__column {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 16px; } }

.columns__column:first-of-type {
  padding-left: 0; }

.columns__column:last-of-type {
  padding-right: 0;
  padding-bottom: 0; }

.flag {
  display: -ms-flexbox;
  display: flex; }
  .flag figure {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .flag figure > * {
      width: 100%;
      height: auto; }
  @media (max-width: 500px) {
    .flag figure {
      display: none; } }
  @media (max-width: 767px) {
    .flag.flag--centeredImage .flag__spacer {
      display: none; } }

.flag--leftText {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flag--centeredImage figure {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px; }

.flag--centeredImage .flag__spacer {
  display: block; }

.flag__content {
  -ms-flex: 2;
      flex: 2; }

.flag__spacer {
  display: none;
  -ms-flex: 2;
      flex: 2; }

.site-header {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 10000;
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05); }

.main-navigation {
  margin-bottom: 16px; }

.neos-backend .main-navigation {
  position: relative; }
  .neos-backend .main-navigation .growing-comb {
    position: relative;
    border: 1px dashed #acacac; }
    .neos-backend .main-navigation .growing-comb::after {
      position: absolute;
      top: -20px;
      left: 0;
      padding-right: 4px;
      content: 'Dieser Bereich wird als Menü verwendet';
      font-size: 0.75rem; }

.stage {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; }

.instagram {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.instagram__element {
  padding: 0 5px 0 5px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

/* 100% Image Width on Smaller Screens */
@media screen and (max-width: 600px) {
  .instagram__element {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

/* 100% Image Width on Smaller Screens */
@media screen and (max-width: 400px) {
  .instagram__element {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

/* Style the Image Used to Trigger the Modal */
.instagram__element .instagram__image {
  cursor: pointer;
  transition: 0.3s; }

.instagram__element-image:hover {
  opacity: 0.7; }

/* The Modal (background) */
.instagram__element-modal {
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
  /* Hidden by default */
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 1;
  /* Sit on top */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (Image) */
.instagram__element-modal-div {
  position: relative; }

.instagram__element-modal-image {
  display: block;
  max-width: 1000px;
  max-height: 500px;
  margin: auto; }

.instagram__element-modal--active {
  display: -ms-flexbox;
  display: flex; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.instagram__element-caption {
  display: block;
  max-width: 1000px;
  text-align: center;
  color: #ccc;
  padding: 10px 0; }

/* Add Animation - Zoom in the Modal */
.instagram__element-modal-content, .instagram__element-caption {
  animation-name: instagram__zoom;
  animation-duration: 0.6s; }

@keyframes instagram__zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* The Close Button */
.instagram__element-close {
  position: absolute;
  right: -30px;
  top: -40px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1; }

.instagram__element-close:hover,
.instagram__element-close:focus,
.instagram__element-prev:hover, .instagram__element-next:hover {
  text-decoration: none;
  cursor: pointer;
  color: white; }

/* Next & previous buttons */
.instagram__element-prev, .instagram__element-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.instagram__element-prev {
  left: -50px; }

/* Position the "next button" to the right */
.instagram__element-next {
  right: -50px; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1100px) {
  .instagram__element-modal-content {
    width: 80%; }
  .instagram__element-modal-image {
    width: 80%; }
  /* The Close Button */
  .instagram__element-close {
    right: 40px;
    top: 10px; }
  .instagram__element-next {
    right: 30px; }
  .instagram__element-prev {
    left: 30px; } }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .instagram__element-modal-content {
    width: 70%; }
  .instagram__element-modal-image {
    width: 70%; } }

html, body {
  min-height: 100vh;
  position: relative; }

body {
  padding-top: 20px;
  background: #ededed; }
  @media (max-width: 767px) {
    body {
      padding-top: 20%; } }
  @media (max-width: 500px) {
    body {
      padding-top: 30%; } }

.u-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover; }

.neos-nodetypes-image {
  position: relative;
  width: 100%; }
  .neos-nodetypes-image figure {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0; }
  .neos-nodetypes-image img {
    width: 100%;
    height: auto; }
