/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f7a0dcdd-b407-4f1b-973a-eee4e095244a");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

/**
 * 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Hier kommen Variablen rein: Farben, Schriften */
@media screen and (min-width: 768px) {
  .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    margin-top: 20px;
  }
}
/* Hier kommen generelle Sachen rein, wie allgemein body/html, a, p, ul */
* {
  margin: 0;
  padding: 0;
  overflow: visible;
  outline: none !important;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

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

div,
img,
article {
  overflow-x: hidden;
}

body {
  overflow: scroll;
  font-weight: initial;
  background-color: #FFFFFF;
  color: black;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

img {
  max-width: 100%;
}

a {
  transition: color 0.25s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  ul {
    margin-left: 25px;
  }
}

ol {
  margin-left: 20px;
}
@media screen and (min-width: 1920px) {
  ol {
    margin-left: 25px;
  }
}

b,
strong {
  font-family: "URW DIN W05 Bold", sans-serif;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: inline-block;
}

h1.e404 {
  font: 45px/56px "URW DIN W05 Demi", sans-serif;
  color: #FF006C;
}
@media screen and (min-width: 1280px) {
  h1.e404 {
    font: 50px/57px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h1.e404 {
    font: 68px/70px "URW DIN W05 Demi", sans-serif;
  }
}

h1,
.h1 {
  font: 35px/36px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 1280px) {
  h1,
.h1 {
    font: 40px/47px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h1,
.h1 {
    font: 58px/60px "URW DIN W05 Demi", sans-serif;
  }
}

h2,
.h2 {
  font: 33px/39px "URW DIN W05 Medium", sans-serif;
}
@media screen and (min-width: 768px) {
  h2,
.h2 {
    font: 44px/52px "URW DIN W05 Medium", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h2,
.h2 {
    font: 55px/65px "URW DIN W05 Medium", sans-serif;
  }
}

h3,
.h3,
.menu > .menu-item > a {
  font: 30px/30px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 768px) {
  h3,
.h3,
.menu > .menu-item > a {
    font: 40px/40px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h3,
.h3,
.menu > .menu-item > a {
    font: 50px/50px "URW DIN W05 Demi", sans-serif;
  }
}

h4,
.h4 {
  font: 28px/36px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 768px) {
  h4,
.h4 {
    font: 38px/48px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h4,
.h4 {
    font: 47px/60px "URW DIN W05 Demi", sans-serif;
  }
}

h5,
.h5,
.menu > .menu-item > .sub-menu > .menu-item > a {
  font: 21px/30px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 768px) {
  h5,
.h5,
.menu > .menu-item > .sub-menu > .menu-item > a {
    font: 28px/40px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h5,
.h5,
.menu > .menu-item > .sub-menu > .menu-item > a {
    font: 35px/50px "URW DIN W05 Demi", sans-serif;
  }
}

h6,
.h6,
h6 *,
.h6 * {
  font: 20px/20px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 768px) {
  h6,
.h6,
h6 *,
.h6 * {
    font: 24px/24px "URW DIN W05 Demi", sans-serif;
  }
}
h6.lead,
.h6.lead,
h6 *.lead,
.h6 *.lead {
  font: 20px/31px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 768px) {
  h6.lead,
.h6.lead,
h6 *.lead,
.h6 *.lead {
    font: 24px/36px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h6.lead,
.h6.lead,
h6 *.lead,
.h6 *.lead {
    font: 30px/45px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  h6,
.h6,
h6 *,
.h6 * {
    font: 30px/30px "URW DIN W05 Demi", sans-serif;
  }
}

.lead {
  font: 25px/31px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 768px) {
  .lead {
    font: 29px/36px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  .lead {
    font: 36px/45px "URW DIN W05 Demi", sans-serif;
  }
}
.lead.lessLineHeight {
  font: 25px/28px "URW DIN W05 Demi", sans-serif;
}
@media screen and (min-width: 768px) {
  .lead.lessLineHeight {
    font: 29px/32px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  .lead.lessLineHeight {
    font: 36px/40px "URW DIN W05 Demi", sans-serif;
  }
}

p,
p a,
.p,
address,
address a,
address span,
div a,
div,
footer .menu > .menu-item > a {
  font: 16px/21px "URW DIN W05 Medium", sans-serif;
}
@media screen and (min-width: 1600px) {
  p,
p a,
.p,
address,
address a,
address span,
div a,
div,
footer .menu > .menu-item > a {
    font: 18px/24px "URW DIN W05 Medium", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  p,
p a,
.p,
address,
address a,
address span,
div a,
div,
footer .menu > .menu-item > a {
    font: 22px/30px "URW DIN W05 Medium", sans-serif;
  }
}

@media screen and (min-width: 1280px) {
  header span {
    font: 22px/30px "URW DIN W05 Medium", sans-serif;
  }
}

address,
address a,
address span,
footer .menu > .menu-item > a {
  font-family: "URW DIN W05 Demi", sans-serif;
}

a,
.a {
  color: #FF006C;
  text-decoration: none;
  font: 16px/35px "URW DIN W05 Demi", sans-serif;
}
a:hover,
.a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a,
.a {
    font: 18px/40px "URW DIN W05 Demi", sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  a,
.a {
    font: 22px/50px "URW DIN W05 Demi", sans-serif;
  }
}

.lang {
  font: 25px/45px "URW DIN W05 Medium", sans-serif;
}

.wpml-ls a {
  font-family: "URW DIN W05 Medium", sans-serif !important;
}

main ul li,
main ol li {
  margin: 15px 0 15px 0;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: baseline;
}

/* Hier kommen globale Stati rein wie .is-loading, .is-hidden-mobile, .. */
.is-hidden-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-hidden-mobile {
    display: inherit;
  }
}

.is-hidden-mobile-tablet {
  display: none;
}
@media screen and (min-width: 1280px) {
  .is-hidden-mobile-tablet {
    display: inherit;
  }
}

.is-hidden-desktop {
  display: inherit;
}
@media screen and (min-width: 1280px) {
  .is-hidden-desktop {
    display: none;
  }
}

.font-regular {
  font-family: "URW DIN W05 Medium", sans-serif;
}

.font-bold {
  font-family: "URW DIN W05 Bold", sans-serif;
}

.font-demi {
  font-family: "URW DIN W05 Demi", sans-serif;
}

.color-pink {
  color: #FF006C;
}

.bg-pink {
  background-color: #FF006C;
}

.color-white {
  color: white;
}

.color-grey {
  color: #484848;
}

.color-black {
  color: black;
}

.lightBGGrey {
  background-color: #fafafa;
}

.no-underline,
a.no-underline {
  text-decoration: none;
}
.no-underline.linkVersion:hover,
a.no-underline.linkVersion:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}
.underline.linkVersion:hover {
  text-decoration: none;
}

.no-margin-padding-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.w100 {
  width: 100%;
}

.responsivePadding {
  padding: 20px 25px 15px;
}
@media screen and (min-width: 768px) {
  .responsivePadding {
    padding: 20px 30px 20px;
  }
}
@media screen and (min-width: 1600px) {
  .responsivePadding {
    padding: 30px 45px 25px;
  }
}
@media screen and (min-width: 1920px) {
  .responsivePadding {
    padding: 40px 60px 25px;
  }
}

.defaultResponsivePadding {
  padding: 20px;
}
.defaultResponsivePadding-left {
  padding-left: 20px;
}
.defaultResponsivePadding-top {
  padding-top: 20px;
}
.defaultResponsivePadding-right {
  padding-right: 20px;
}
.defaultResponsivePadding-bottom {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .defaultResponsivePadding {
    padding: 30px;
  }
  .defaultResponsivePadding-left {
    padding-left: 30px;
  }
  .defaultResponsivePadding-top {
    padding-top: 30px;
  }
  .defaultResponsivePadding-right {
    padding-right: 30px;
  }
  .defaultResponsivePadding-bottom {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .defaultResponsivePadding {
    padding: 45px 75px 45px 45px;
  }
  .defaultResponsivePadding-left {
    padding-left: 45px;
  }
  .defaultResponsivePadding-top {
    padding-top: 45px;
  }
  .defaultResponsivePadding-right {
    padding-right: 75px;
  }
  .defaultResponsivePadding-bottom {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .defaultResponsivePadding {
    padding: 60px 100px 60px 60px;
  }
  .defaultResponsivePadding-left {
    padding-left: 60px;
  }
  .defaultResponsivePadding-top {
    padding-top: 60px;
  }
  .defaultResponsivePadding-right {
    padding-right: 100px;
  }
  .defaultResponsivePadding-bottom {
    padding-bottom: 60px;
  }
}

.defaultResponsivePadding-lessRight {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .defaultResponsivePadding-lessRight {
    padding: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .defaultResponsivePadding-lessRight {
    padding: 20px 30px 20px 45px;
  }
}
@media screen and (min-width: 1920px) {
  .defaultResponsivePadding-lessRight {
    padding: 20px 30px 30px 60px;
  }
}

.smallPMarginBottom {
  margin-bottom: 6px;
}
@media screen and (min-width: 1600px) {
  .smallPMarginBottom {
    margin-bottom: 12px;
  }
}

.smallPPaddingBottom {
  padding-bottom: 6px;
}
@media screen and (min-width: 1600px) {
  .smallPPaddingBottom {
    padding-bottom: 12px;
  }
}

.largePMarginBottom {
  margin-bottom: 25px;
}
@media screen and (min-width: 1600px) {
  .largePMarginBottom {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .borderLeftTablet {
    border-left: 1px solid #808080;
  }
}

.borderTop {
  border-top: 1px solid #808080;
}

.img-block {
  display: block;
}

.p15 {
  padding: 15px 0;
}

.flexVCenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flexVBottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.smallImg {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.smallImg img {
  width: 50%;
  height: 50%;
  display: block;
}
.smallImg.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.smallImg.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main,
nav,
.hasHeaderOffset {
  margin-top: 79px;
}
main.display,
nav.display,
.hasHeaderOffset.display {
  padding-bottom: 79px;
}
@media screen and (min-width: 768px) {
  main,
nav,
.hasHeaderOffset {
    margin-top: 130px;
  }
  main.display,
nav.display,
.hasHeaderOffset.display {
    padding-bottom: 133px;
  }
}
@media screen and (min-width: 1280px) {
  main,
nav,
.hasHeaderOffset {
    margin-top: 162px;
  }
  main.display,
nav.display,
.hasHeaderOffset.display {
    padding-bottom: 162px;
  }
}
@media screen and (min-width: 1600px) {
  main,
nav,
.hasHeaderOffset {
    margin-top: 177px;
  }
  main.display,
nav.display,
.hasHeaderOffset.display {
    padding-bottom: 177px;
  }
}
@media screen and (min-width: 1920px) {
  main,
nav,
.hasHeaderOffset {
    margin-top: 188px;
  }
  main.display,
nav.display,
.hasHeaderOffset.display {
    margin-top: 188px;
  }
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "URW DIN W05 Medium";
  src: url("../fonts/4e7d7aa3-e690-46ec-b937-ad90d4b33b11.eot?#iefix");
  src: url("../fonts/4e7d7aa3-e690-46ec-b937-ad90d4b33b11.eot?#iefix") format("eot"), url("../fonts/11f0ad04-b644-44ce-8685-ebd8676d7169.woff2") format("woff2"), url("../fonts/5a988402-0fa0-49d9-94db-59685a4c6404.woff") format("woff"), url("../fonts/c812bd2c-254c-42d7-a035-4085d82a1814.ttf") format("truetype");
}
@font-face {
  font-family: "URW DIN W05 Demi";
  src: url("../fonts/c61da1ca-a72d-4603-9319-2dd081adb1e2.eot?#iefix");
  src: url("../fonts/c61da1ca-a72d-4603-9319-2dd081adb1e2.eot?#iefix") format("eot"), url("../fonts/b91471fa-0dad-42a9-95c8-9ba05590fbee.woff2") format("woff2"), url("../fonts/8dc4f1c6-db29-479f-904a-239a93e854ef.woff") format("woff"), url("../fonts/ca3f3814-9276-4f7e-85e0-7aa022e3891e.ttf") format("truetype");
}
@font-face {
  font-family: "URW DIN W05 Bold";
  src: url("../fonts/d20832a8-49ae-4269-974f-43f3f50add0e.eot?#iefix");
  src: url("../fonts/d20832a8-49ae-4269-974f-43f3f50add0e.eot?#iefix") format("eot"), url("../fonts/f36ef228-f93c-44b4-83bc-45a221795307.woff2") format("woff2"), url("../fonts/43546e81-31d7-4f56-8f9e-a73540a225b6.woff") format("woff"), url("../fonts/b6f38fc4-ce2b-41a5-b013-76fb53741510.ttf") format("truetype");
}
.projekeUebersichtGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
}
.projekeUebersichtGrid.flexVersion {
  display: flex;
  flex-direction: column;
}
.projekeUebersichtGrid.flexVersion div {
  width: 100%;
}
.projekeUebersichtGrid > div {
  min-height: 220px;
  max-height: 400px;
}
.projekeUebersichtGrid div {
  display: flex;
  position: relative;
  overflow: hidden;
}
.projekeUebersichtGrid div.text-prev {
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 568px) {
  .projekeUebersichtGrid {
    grid-template-columns: 1fr 1fr;
  }
  .projekeUebersichtGrid.flexVersion {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .projekeUebersichtGrid.flexVersion div {
    height: 100%;
    max-height: 320px;
    width: 50%;
  }
}

.halfGrid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.halfGrid .themenSelect {
  width: 100%;
}
.halfGrid.mobileAutoRows {
  grid-auto-rows: 1fr;
}
.halfGrid.flexVersion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.halfGrid.flexVersion .themenSelect {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .halfGrid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
  .halfGrid.flexVersion {
    flex-direction: row;
  }
  .halfGrid.flexVersion > div {
    width: 50%;
  }
  .halfGrid.flexVersion .themenSelect {
    width: 100%;
  }
  .halfGrid.gutter {
    grid-gap: 40px;
  }
}

.fourGrid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
.fourGrid > div {
  cursor: pointer !important;
  min-height: 220px;
  max-height: 220px;
  overflow-y: visible;
  overflow-x: visible;
}
.fourGrid.flexVersion {
  display: flex;
  flex-direction: column;
}
.fourGrid.flexVersion > div {
  width: 100%;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .fourGrid {
    grid-template-columns: 1fr 1fr;
  }
  .fourGrid > div:nth-of-type(1) {
    order: 1;
  }
  .fourGrid > div:nth-of-type(2) {
    order: 2;
  }
  .fourGrid > div:nth-of-type(3) {
    order: 4;
  }
  .fourGrid > div:nth-of-type(4) {
    order: 3;
  }
  .fourGrid > div:nth-of-type(5) {
    order: 5;
  }
  .fourGrid > div:nth-of-type(6) {
    order: 6;
  }
  .fourGrid > div:nth-of-type(7) {
    order: 8;
  }
  .fourGrid > div:nth-of-type(8) {
    order: 7;
  }
  .fourGrid > div:nth-of-type(9) {
    order: 9;
  }
  .fourGrid > div:nth-of-type(10) {
    order: 10;
  }
  .fourGrid > div:nth-of-type(11) {
    order: 12;
  }
  .fourGrid > div:nth-of-type(12) {
    order: 11;
  }
  .fourGrid > div:nth-of-type(13) {
    order: 13;
  }
  .fourGrid > div:nth-of-type(14) {
    order: 14;
  }
  .fourGrid > div:nth-of-type(15) {
    order: 16;
  }
  .fourGrid > div:nth-of-type(16) {
    order: 15;
  }
  .fourGrid > div:nth-of-type(17) {
    order: 17;
  }
  .fourGrid > div:nth-of-type(18) {
    order: 18;
  }
  .fourGrid > div:nth-of-type(19) {
    order: 20;
  }
  .fourGrid > div:nth-of-type(20) {
    order: 19;
  }
  .fourGrid > div:nth-of-type(21) {
    order: 21;
  }
  .fourGrid > div:nth-of-type(22) {
    order: 22;
  }
  .fourGrid > div:nth-of-type(23) {
    order: 24;
  }
  .fourGrid > div:nth-of-type(24) {
    order: 23;
  }
  .fourGrid > div:nth-of-type(25) {
    order: 25;
  }
  .fourGrid > div:nth-of-type(26) {
    order: 26;
  }
  .fourGrid > div:nth-of-type(27) {
    order: 28;
  }
  .fourGrid > div:nth-of-type(28) {
    order: 27;
  }
  .fourGrid > div:nth-of-type(29) {
    order: 29;
  }
  .fourGrid > div:nth-of-type(30) {
    order: 30;
  }
  .fourGrid > div:nth-of-type(31) {
    order: 32;
  }
  .fourGrid > div:nth-of-type(32) {
    order: 31;
  }
  .fourGrid > div:nth-of-type(33) {
    order: 33;
  }
  .fourGrid > div:nth-of-type(34) {
    order: 34;
  }
  .fourGrid > div:nth-of-type(35) {
    order: 36;
  }
  .fourGrid > div:nth-of-type(36) {
    order: 35;
  }
  .fourGrid > div:nth-of-type(37) {
    order: 37;
  }
  .fourGrid > div:nth-of-type(38) {
    order: 38;
  }
  .fourGrid > div:nth-of-type(39) {
    order: 40;
  }
  .fourGrid > div:nth-of-type(40) {
    order: 39;
  }
  .fourGrid.flexVersion {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fourGrid.flexVersion > div {
    width: 50%;
  }
  .fourGrid.flexVersion > div:nth-of-type(1) {
    order: 1;
  }
  .fourGrid.flexVersion > div:nth-of-type(2) {
    order: 2;
  }
  .fourGrid.flexVersion > div:nth-of-type(3) {
    order: 4;
  }
  .fourGrid.flexVersion > div:nth-of-type(4) {
    order: 3;
  }
  .fourGrid.flexVersion > div:nth-of-type(5) {
    order: 5;
  }
  .fourGrid.flexVersion > div:nth-of-type(6) {
    order: 6;
  }
  .fourGrid.flexVersion > div:nth-of-type(7) {
    order: 8;
  }
  .fourGrid.flexVersion > div:nth-of-type(8) {
    order: 7;
  }
  .fourGrid.flexVersion > div:nth-of-type(9) {
    order: 9;
  }
  .fourGrid.flexVersion > div:nth-of-type(10) {
    order: 10;
  }
  .fourGrid.flexVersion > div:nth-of-type(11) {
    order: 12;
  }
  .fourGrid.flexVersion > div:nth-of-type(12) {
    order: 11;
  }
  .fourGrid.flexVersion > div:nth-of-type(13) {
    order: 13;
  }
  .fourGrid.flexVersion > div:nth-of-type(14) {
    order: 14;
  }
  .fourGrid.flexVersion > div:nth-of-type(15) {
    order: 16;
  }
  .fourGrid.flexVersion > div:nth-of-type(16) {
    order: 15;
  }
  .fourGrid.flexVersion > div:nth-of-type(17) {
    order: 17;
  }
  .fourGrid.flexVersion > div:nth-of-type(18) {
    order: 18;
  }
  .fourGrid.flexVersion > div:nth-of-type(19) {
    order: 20;
  }
  .fourGrid.flexVersion > div:nth-of-type(20) {
    order: 19;
  }
  .fourGrid.flexVersion > div:nth-of-type(21) {
    order: 21;
  }
  .fourGrid.flexVersion > div:nth-of-type(22) {
    order: 22;
  }
  .fourGrid.flexVersion > div:nth-of-type(23) {
    order: 24;
  }
  .fourGrid.flexVersion > div:nth-of-type(24) {
    order: 23;
  }
  .fourGrid.flexVersion > div:nth-of-type(25) {
    order: 25;
  }
  .fourGrid.flexVersion > div:nth-of-type(26) {
    order: 26;
  }
  .fourGrid.flexVersion > div:nth-of-type(27) {
    order: 28;
  }
  .fourGrid.flexVersion > div:nth-of-type(28) {
    order: 27;
  }
  .fourGrid.flexVersion > div:nth-of-type(29) {
    order: 29;
  }
  .fourGrid.flexVersion > div:nth-of-type(30) {
    order: 30;
  }
  .fourGrid.flexVersion > div:nth-of-type(31) {
    order: 32;
  }
  .fourGrid.flexVersion > div:nth-of-type(32) {
    order: 31;
  }
  .fourGrid.flexVersion > div:nth-of-type(33) {
    order: 33;
  }
  .fourGrid.flexVersion > div:nth-of-type(34) {
    order: 34;
  }
  .fourGrid.flexVersion > div:nth-of-type(35) {
    order: 36;
  }
  .fourGrid.flexVersion > div:nth-of-type(36) {
    order: 35;
  }
  .fourGrid.flexVersion > div:nth-of-type(37) {
    order: 37;
  }
  .fourGrid.flexVersion > div:nth-of-type(38) {
    order: 38;
  }
  .fourGrid.flexVersion > div:nth-of-type(39) {
    order: 40;
  }
  .fourGrid.flexVersion > div:nth-of-type(40) {
    order: 39;
  }
}
@media screen and (min-width: 1280px) {
  .fourGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fourGrid > div {
    max-height: 240px;
  }
  .fourGrid.flexVersion > div {
    width: 25%;
  }
  .fourGrid.flexVersion > div:first-of-type {
    width: 50%;
  }
  .fourGrid.flexVersion > div:nth-of-type(2) {
    width: 50%;
  }
  .fourGrid.flexVersion > div:nth-of-type(1) {
    order: 1;
  }
  .fourGrid.flexVersion > div:nth-of-type(2) {
    order: 2;
  }
  .fourGrid.flexVersion > div:nth-of-type(3) {
    order: 3;
  }
  .fourGrid.flexVersion > div:nth-of-type(4) {
    order: 4;
  }
  .fourGrid.flexVersion > div:nth-of-type(5) {
    order: 5;
  }
  .fourGrid.flexVersion > div:nth-of-type(6) {
    order: 6;
  }
  .fourGrid.flexVersion > div:nth-of-type(7) {
    order: 8;
  }
  .fourGrid.flexVersion > div:nth-of-type(8) {
    order: 7;
  }
  .fourGrid.flexVersion > div:nth-of-type(9) {
    order: 10;
  }
  .fourGrid.flexVersion > div:nth-of-type(10) {
    order: 9;
  }
  .fourGrid.flexVersion > div:nth-of-type(11) {
    order: 11;
  }
  .fourGrid.flexVersion > div:nth-of-type(12) {
    order: 12;
  }
  .fourGrid.flexVersion > div:nth-of-type(13) {
    order: 13;
  }
  .fourGrid.flexVersion > div:nth-of-type(14) {
    order: 14;
  }
  .fourGrid.flexVersion > div:nth-of-type(15) {
    order: 16;
  }
  .fourGrid.flexVersion > div:nth-of-type(16) {
    order: 15;
  }
  .fourGrid.flexVersion > div:nth-of-type(17) {
    order: 18;
  }
  .fourGrid.flexVersion > div:nth-of-type(18) {
    order: 17;
  }
  .fourGrid.flexVersion > div:nth-of-type(19) {
    order: 19;
  }
  .fourGrid.flexVersion > div:nth-of-type(20) {
    order: 20;
  }
  .fourGrid.flexVersion > div:nth-of-type(21) {
    order: 21;
  }
  .fourGrid.flexVersion > div:nth-of-type(22) {
    order: 22;
  }
  .fourGrid.flexVersion > div:nth-of-type(23) {
    order: 24;
  }
  .fourGrid.flexVersion > div:nth-of-type(24) {
    order: 23;
  }
  .fourGrid.flexVersion > div:nth-of-type(25) {
    order: 26;
  }
  .fourGrid.flexVersion > div:nth-of-type(26) {
    order: 25;
  }
  .fourGrid.flexVersion > div:nth-of-type(27) {
    order: 27;
  }
  .fourGrid.flexVersion > div:nth-of-type(28) {
    order: 28;
  }
  .fourGrid.flexVersion > div:nth-of-type(29) {
    order: 29;
  }
  .fourGrid.flexVersion > div:nth-of-type(30) {
    order: 30;
  }
  .fourGrid.flexVersion > div:nth-of-type(31) {
    order: 32;
  }
  .fourGrid.flexVersion > div:nth-of-type(32) {
    order: 31;
  }
  .fourGrid.flexVersion > div:nth-of-type(33) {
    order: 34;
  }
  .fourGrid.flexVersion > div:nth-of-type(34) {
    order: 33;
  }
  .fourGrid.flexVersion > div:nth-of-type(35) {
    order: 35;
  }
  .fourGrid.flexVersion > div:nth-of-type(36) {
    order: 36;
  }
  .fourGrid.flexVersion > div:nth-of-type(37) {
    order: 37;
  }
  .fourGrid.flexVersion > div:nth-of-type(38) {
    order: 38;
  }
  .fourGrid.flexVersion > div:nth-of-type(39) {
    order: 40;
  }
  .fourGrid.flexVersion > div:nth-of-type(40) {
    order: 39;
  }
  .fourGrid div:first-of-type {
    grid-column: 1/span 2;
  }
  .fourGrid div:nth-of-type(2) {
    grid-column: 3/span 2;
  }
  .fourGrid div:nth-of-type(1) {
    order: 1;
  }
  .fourGrid div:nth-of-type(2) {
    order: 2;
  }
  .fourGrid div:nth-of-type(3) {
    order: 3;
  }
  .fourGrid div:nth-of-type(4) {
    order: 4;
  }
  .fourGrid div:nth-of-type(5) {
    order: 5;
  }
  .fourGrid div:nth-of-type(6) {
    order: 6;
  }
  .fourGrid div:nth-of-type(7) {
    order: 8;
  }
  .fourGrid div:nth-of-type(8) {
    order: 7;
  }
  .fourGrid div:nth-of-type(9) {
    order: 10;
  }
  .fourGrid div:nth-of-type(10) {
    order: 9;
  }
  .fourGrid div:nth-of-type(11) {
    order: 11;
  }
  .fourGrid div:nth-of-type(12) {
    order: 12;
  }
  .fourGrid div:nth-of-type(13) {
    order: 13;
  }
  .fourGrid div:nth-of-type(14) {
    order: 14;
  }
  .fourGrid div:nth-of-type(15) {
    order: 16;
  }
  .fourGrid div:nth-of-type(16) {
    order: 15;
  }
  .fourGrid div:nth-of-type(17) {
    order: 18;
  }
  .fourGrid div:nth-of-type(18) {
    order: 17;
  }
  .fourGrid div:nth-of-type(19) {
    order: 19;
  }
  .fourGrid div:nth-of-type(20) {
    order: 20;
  }
  .fourGrid div:nth-of-type(21) {
    order: 21;
  }
  .fourGrid div:nth-of-type(22) {
    order: 22;
  }
  .fourGrid div:nth-of-type(23) {
    order: 24;
  }
  .fourGrid div:nth-of-type(24) {
    order: 23;
  }
  .fourGrid div:nth-of-type(25) {
    order: 26;
  }
  .fourGrid div:nth-of-type(26) {
    order: 25;
  }
  .fourGrid div:nth-of-type(27) {
    order: 27;
  }
  .fourGrid div:nth-of-type(28) {
    order: 28;
  }
  .fourGrid div:nth-of-type(29) {
    order: 29;
  }
  .fourGrid div:nth-of-type(30) {
    order: 30;
  }
  .fourGrid div:nth-of-type(31) {
    order: 32;
  }
  .fourGrid div:nth-of-type(32) {
    order: 31;
  }
  .fourGrid div:nth-of-type(33) {
    order: 34;
  }
  .fourGrid div:nth-of-type(34) {
    order: 33;
  }
  .fourGrid div:nth-of-type(35) {
    order: 35;
  }
  .fourGrid div:nth-of-type(36) {
    order: 36;
  }
  .fourGrid div:nth-of-type(37) {
    order: 37;
  }
  .fourGrid div:nth-of-type(38) {
    order: 38;
  }
  .fourGrid div:nth-of-type(39) {
    order: 40;
  }
  .fourGrid div:nth-of-type(40) {
    order: 39;
  }
}
@media screen and (min-width: 1600px) {
  .fourGrid > div {
    max-height: 290px;
  }
}
@media screen and (min-width: 1920px) {
  .fourGrid > div {
    max-height: 320px;
  }
}

.homeGrid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.homeGrid img {
  display: block;
  min-height: 220px;
}
.homeGrid .spacer25 {
  display: none;
}
.homeGrid .spacer75 {
  display: none;
}
.homeGrid.flexVersion {
  display: flex;
  flex-direction: column;
}
.homeGrid .leadContainer {
  order: 1;
}
.homeGrid .theme1-bild {
  order: 2;
}
.homeGrid .theme1-title {
  order: 3;
}
.homeGrid .theme1-blurb {
  order: 4;
}
.homeGrid .theme2-bild {
  order: 5;
}
.homeGrid .theme2-title {
  order: 6;
}
.homeGrid .theme2-blurb {
  order: 7;
}
.homeGrid .theme3-bild {
  order: 8;
}
.homeGrid .theme3-title {
  order: 9;
}
.homeGrid .theme3-blurb {
  order: 10;
}
.homeGrid .newsHeader {
  order: 11;
}
.homeGrid .news1 {
  order: 12;
}
.homeGrid .news2 {
  order: 13;
}
.homeGrid .news3 {
  order: 14;
}
.homeGrid .news4 {
  order: 15;
}
.homeGrid .news5 {
  order: 16;
}
.homeGrid .news6 {
  order: 17;
}
.homeGrid .mehrNews {
  justify-content: flex-start;
  order: 18;
}
@media screen and (min-width: 768px) {
  .homeGrid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
  .homeGrid > div {
    max-height: 320px;
    overflow: hidden;
  }
  .homeGrid .mehrNews {
    grid-column: 1/span 2;
    justify-content: center;
  }
  .homeGrid .mehrNews > * {
    margin: 0 auto;
  }
  .homeGrid.flexVersion {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homeGrid.flexVersion div {
    width: 50%;
  }
  .homeGrid.flexVersion .newsHeader {
    width: 100%;
  }
  .homeGrid.flexVersion .leadContainer {
    width: 100%;
  }
  .homeGrid.flexVersion .theme1-bild {
    width: 100%;
  }
  .homeGrid.flexVersion .theme2-bild {
    width: 100%;
  }
  .homeGrid.flexVersion .theme3-bild {
    width: 100%;
  }
  .homeGrid .newsHeader {
    grid-column: span 2;
  }
  .homeGrid .leadContainer {
    grid-column: span 2;
  }
  .homeGrid .theme1-bild {
    grid-column: span 2;
  }
  .homeGrid .theme2-bild {
    grid-column: span 2;
  }
  .homeGrid .theme3-bild {
    grid-column: span 2;
  }
  .homeGrid .theme2-blurb {
    order: 6;
  }
  .homeGrid .theme2-title {
    order: 7;
  }
}
@media screen and (min-width: 1024px) {
  .homeGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .homeGrid.flexVersion .newsHeader {
    width: 33%;
  }
  .homeGrid.flexVersion div {
    width: 33%;
  }
  .homeGrid.flexVersion .leadContainer {
    width: 66%;
  }
  .homeGrid.flexVersion .theme1-bild {
    width: 66%;
  }
  .homeGrid.flexVersion .theme2-bild {
    width: 66%;
  }
  .homeGrid.flexVersion .theme3-bild {
    width: 66%;
  }
  .homeGrid .newsHeader {
    order: 2;
    grid-column: span 1;
  }
  .homeGrid .news1 {
    order: 4;
  }
  .homeGrid .theme1-bild {
    order: 3;
  }
  .homeGrid .theme1-title {
    order: 5;
  }
  .homeGrid .theme1-blurb {
    order: 6;
  }
  .homeGrid .news2 {
    order: 7;
  }
  .homeGrid .theme2-bild {
    order: 8;
  }
  .homeGrid .theme2-title {
    order: 11;
  }
  .homeGrid .theme2-blurb {
    order: 10;
  }
  .homeGrid .news3 {
    order: 9;
  }
  .homeGrid .theme3-bild {
    order: 13;
  }
  .homeGrid .theme3-title {
    order: 15;
  }
  .homeGrid .theme3-blurb {
    order: 16;
  }
  .homeGrid .news4 {
    order: 12;
  }
  .homeGrid .news5 {
    order: 14;
  }
  .homeGrid .news6 {
    order: 17;
    display: none;
  }
  .homeGrid .mehrNews {
    grid-column: 3/span 1;
    order: 18;
    justify-content: flex-start;
  }
  .homeGrid .mehrNews > * {
    margin: unset;
  }
}
@media screen and (min-width: 1280px) {
  .homeGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .homeGrid > div,
.homeGrid .mehrNews {
    max-height: 260px;
  }
  .homeGrid .leadContainer {
    order: 1;
    grid-column: span 3;
  }
  .homeGrid .newsHeader {
    order: 2;
  }
  .homeGrid .theme1-bild {
    order: 7;
    grid-column: span 1;
  }
  .homeGrid .theme1-title {
    order: 3;
  }
  .homeGrid .theme1-blurb {
    order: 11;
    overflow: visible;
  }
  .homeGrid .theme2-bild {
    order: 4;
    grid-column: span 1;
  }
  .homeGrid .theme2-title {
    order: 8;
  }
  .homeGrid .theme2-blurb {
    order: 12;
    grid-column: 2;
    overflow: visible;
  }
  .homeGrid .theme3-bild {
    order: 9;
    grid-column: span 1;
  }
  .homeGrid .theme3-title {
    order: 5;
  }
  .homeGrid .theme3-blurb {
    order: 13;
    grid-column: 3;
    overflow: visible;
  }
  .homeGrid .news1 {
    order: 6;
  }
  .homeGrid .news2 {
    order: 10;
  }
  .homeGrid .news3 {
    order: 14;
  }
  .homeGrid .news4 {
    order: 15;
    grid-column: 4;
  }
  .homeGrid .spacer75.news5 {
    order: 16;
    display: none;
  }
  .homeGrid .news5 {
    order: 16;
    grid-column: 4;
    display: none;
  }
  .homeGrid .spacer75.news6 {
    order: 17;
    display: none;
  }
  .homeGrid .news6 {
    order: 17;
    grid-column: 4;
    display: none;
  }
  .homeGrid .spacer75.fourth {
    order: 18;
  }
  .homeGrid .mehrNews {
    grid-column: 4;
    order: 18;
  }
  .homeGrid.flexVersion .newsHeader {
    width: 25%;
  }
  .homeGrid.flexVersion div,
.homeGrid.flexVersion .spacer25 {
    width: 25%;
    display: block;
  }
  .homeGrid.flexVersion .spacer25 {
    display: none;
  }
  .homeGrid.flexVersion .spacer75 {
    width: 75%;
    display: block;
  }
  .homeGrid.flexVersion .leadContainer {
    width: 75%;
  }
  .homeGrid.flexVersion .theme1-bild {
    width: 25%;
  }
  .homeGrid.flexVersion .theme2-bild {
    width: 25%;
  }
  .homeGrid.flexVersion .theme3-bild {
    width: 25%;
  }
  .homeGrid.flexVersion .news3 {
    order: 15;
  }
  .homeGrid.flexVersion .news4 {
    order: 17;
  }
  .homeGrid.flexVersion .spacer75.first {
    order: 16;
  }
  .homeGrid.flexVersion .news5 {
    order: 19;
    display: none;
  }
  .homeGrid.flexVersion .spacer75.second {
    order: 18;
  }
  .homeGrid.flexVersion .spacer75.third {
    order: 20;
  }
  .homeGrid.flexVersion .news6 {
    order: 21;
    display: none;
  }
  .homeGrid.flexVersion .spacer25 {
    order: 12;
  }
  .homeGrid.flexVersion .theme2-blurb {
    order: 13;
  }
  .homeGrid.flexVersion .theme3-blurb {
    order: 14;
  }
  .homeGrid.flexVersion .spacer75.fourth {
    order: 22;
  }
  .homeGrid.flexVersion .mehrNews {
    grid-column: 4;
    order: 23;
  }
}
@media screen and (min-width: 1600px) {
  .homeGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .homeGrid > div,
.homeGrid .mehrNews {
    max-height: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .homeGrid > div,
.homeGrid .mehrNews {
    max-height: 400px;
  }
}

.downloadsFlex {
  display: block;
  width: 100%;
}
.downloadsFlex a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .downloadsFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .downloadsFlex a {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .downloadsFlex a {
    padding: 15px;
    width: 33%;
  }
}
@media screen and (min-width: 1920px) {
  .downloadsFlex a {
    width: 25%;
  }
}

.metaDaten {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.metaDaten div {
  padding: 20px 0 5px 0;
  width: 50%;
  border-bottom: 1px solid #808080;
}
.metaDaten div:nth-of-type(2n-1) {
  padding-right: 20px;
}
.metaDaten div:last-of-type, .metaDaten div:nth-last-of-type(2) {
  border-bottom: none;
}

.fullWidthCenterFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 70vh;
}

@media screen {
  .wrapper {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 16px;
  }
  .wrapper.no-padding {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    padding: 0 64px;
  }
}
@media screen {
  .dummyWrapper {
    position: relative;
  }
}
@media screen {
  .newsHeader,
.news2,
.news4,
.news6 {
    background-color: #F2F2F2;
  }
}
@media screen and (min-width: 1280px) {
  .news1,
.news2,
.news3,
.news4,
.news5,
.news6,
.newsHeader,
.mehrNews {
    border-left: 1px solid #808080;
  }
}
@media screen {
  .pinkLine {
    width: 40px !important;
    height: 9px;
    background-color: #FF006C;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .pinkLine {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .pinkLine {
    margin-top: 30px;
  }
}
@media screen {
  .headerDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen {
  main,
nav.display {
    max-width: 1920px;
    margin: 81px auto 0 !important;
  }
}
@media screen and (min-width: 430px) {
  main,
nav.display {
    margin-top: 84px !important;
  }
}
@media screen and (min-width: 568px) {
  main,
nav.display {
    margin-top: 111px !important;
  }
}
@media screen and (min-width: 768px) {
  main,
nav.display {
    margin-top: 133px !important;
  }
}
@media screen and (min-width: 1280px) {
  main,
nav.display {
    margin-top: 162px !important;
  }
}
@media screen and (min-width: 1600px) {
  main,
nav.display {
    margin-top: 177px !important;
  }
}
@media screen and (min-width: 1920px) {
  main,
nav.display {
    margin-top: 188px !important;
  }
}
@media screen {
  .standardBgHeading {
    background-color: #FF006C;
    color: white;
    width: 100%;
  }
  .standardBgHeading a {
    max-width: 725px;
    display: inline-block;
  }
}
@media screen {
  .projekteContainer div:nth-of-type(2n-1) {
    background-color: #FAFAFA;
  }
  .projekteContainer div:nth-of-type(2n) {
    background-color: #F2F2F2;
  }
}
@media screen {
  .fourGrid img {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .fourGrid div,
.fourGrid .fullText {
    cursor: pointer;
    display: none;
    position: absolute;
    background: white;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
  }
  .fourGrid:hover .fullText, .fourGrid:focus .fullText, .fourGrid:active .fullText, .fourGrid.display .fullText {
    display: inherit;
  }
  .fourGrid .text-prev {
    width: 100%;
    position: relative;
    cursor: pointer;
  }
}
@media screen {
  .standardContentSpacing h6 {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .standardContentSpacing h6 {
    margin-bottom: 12px;
  }
}
@media screen {
  .standardContentSpacing p {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .standardContentSpacing p {
    padding-bottom: 12px;
  }
}
@media screen {
  .select-css {
    display: block;
    font-size: 22px;
    font-family: "URW DIN W05 Medium", sans-serif;
    min-width: 300px;
    font-weight: 400;
    color: #FF006C;
    line-height: 30px;
    padding: 9px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 30px 0 0 0;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("../assets/img/gestaltungselemente/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 28px 16px;
    max-width: 450px;
  }
}
@media screen {
  .select-css::-ms-expand {
    display: none;
  }
}
@media screen {
  .select-css:hover {
    border-color: #FF006C;
  }
}
@media screen {
  .select-css:focus {
    border-color: #FF006C;
    outline: none;
  }
}
@media screen {
  .select-css option {
    font-weight: normal;
  }
}
@media screen {
  .socialMediaLinks {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .socialMediaLinks a {
    display: block;
    height: 39px;
    width: 39px;
    margin: 0 10px;
    cursor: pointer;
  }
  .socialMediaLinks a:first-of-type {
    margin-left: 0;
  }
  .socialMediaLinks a:last-of-type {
    margin-right: 0;
  }
  .socialMediaLinks a img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen {
  .gruppe .fullText h6,
.gruppe .text-prev h6 {
    width: calc(100% - 60px);
  }
  .gruppe .fullText .pinkLine,
.gruppe .text-prev .pinkLine {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1920px) {
  .gruppe .fullText h6,
.gruppe .text-prev h6 {
    width: calc(100% - 90px);
  }
  .gruppe .fullText .pinkLine,
.gruppe .text-prev .pinkLine {
    right: 45px;
  }
}
@media screen {
  .theme1-title,
.theme1-bild,
.theme1-blurb,
.theme2-title,
.theme2-bild,
.theme2-blurb,
.theme3-title,
.theme3-bild,
.theme3-blurb {
    cursor: pointer;
  }
}
@media screen {
  .theme1-bild a,
.theme2-bild a,
.theme3-bild a {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media screen {
  .header,
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border-bottom: 1px solid #808080;
    z-index: 20;
    height: 81px;
  }
  .header .logoContainer,
.header .logoContainer a,
header .logoContainer,
header .logoContainer a {
    overflow: hidden;
    height: 29px;
  }
  .header .logoContainer img,
.header .logoContainer a img,
header .logoContainer img,
header .logoContainer a img {
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 430px) {
  .header,
header {
    height: 84px;
  }
  .header .logoContainer,
.header .logoContainer a,
header .logoContainer,
header .logoContainer a {
    height: 44px;
    width: 150px;
  }
  .header .logoContainer img,
.header .logoContainer a img,
header .logoContainer img,
header .logoContainer a img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 568px) {
  .header,
header {
    height: 111px;
  }
  .header .logoContainer,
.header .logoContainer a,
header .logoContainer,
header .logoContainer a {
    height: 70px;
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .header,
header {
    height: 133px;
  }
  .header .logoContainer,
.header .logoContainer a,
header .logoContainer,
header .logoContainer a {
    height: 92px;
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .header,
header {
    height: 162px;
  }
  .header .logoContainer,
.header .logoContainer a,
header .logoContainer,
header .logoContainer a {
    height: 122px;
    width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .header,
header {
    height: 177px;
  }
}
@media screen and (min-width: 1920px) {
  .header,
header {
    height: 188px;
  }
}
@media screen {
  .header .logoContainer,
header .logoContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .logoContainer a,
header .logoContainer a {
    display: block;
  }
}
@media screen {
  .header .headerGrid,
header .headerGrid {
    display: grid;
    grid-template-columns: 150px 180px;
    justify-content: space-between;
    grid-column-gap: 40px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .header .headerGrid,
header .headerGrid {
    grid-template-columns: 100px 1fr;
    grid-column-gap: 10px;
  }
  .header .headerGrid .nav-control,
header .headerGrid .nav-control {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .header .headerGrid,
header .headerGrid {
    grid-column-gap: 10px;
  }
}
@media screen {
  .header .headerGrid.flexVersion,
header .headerGrid.flexVersion {
    height: 79px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .header .headerGrid.flexVersion .logoContainer,
header .headerGrid.flexVersion .logoContainer {
    width: 200px;
    overflow: hidden;
  }
  .header .headerGrid.flexVersion .headerItems,
header .headerGrid.flexVersion .headerItems {
    width: 50%;
  }
}
@media screen {
  .header .headerGrid .nav-control,
header .headerGrid .nav-control {
    width: 100%;
    width: 40px;
    height: 40px;
    background-image: url("../assets/img/gestaltungselemente/nav-open.svg");
    background-repeat: no-repeat;
    margin-top: 5px;
    float: right;
    cursor: pointer;
    background-size: 100% 100%;
  }
  .header .headerGrid .nav-control.nav-closer,
header .headerGrid .nav-control.nav-closer {
    background-image: url("../assets/img/gestaltungselemente/nav-close.svg");
  }
}
@media screen {
  .header .headerGrid .flexVCenter,
header .headerGrid .flexVCenter {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
  }
}
@media screen {
  .header .headerGrid .headerItems,
header .headerGrid .headerItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .headerGrid .headerItems > div,
header .headerGrid .headerItems > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .headerGrid .headerItems .searchInput,
header .headerGrid .headerItems .searchInput {
    display: none;
  }
  .header .headerGrid .headerItems .langSelect,
header .headerGrid .headerItems .langSelect {
    margin-top: 5px;
    color: #adadad;
  }
  .header .headerGrid .headerItems .langSelect a,
header .headerGrid .headerItems .langSelect a {
    color: #adadad;
  }
  .header .headerGrid .headerItems .langSelect a.is-active, .header .headerGrid .headerItems .langSelect a:hover,
header .headerGrid .headerItems .langSelect a.is-active,
header .headerGrid .headerItems .langSelect a:hover {
    color: #FF006C;
  }
}
@media screen and (min-width: 568px) {
  .header .headerGrid,
header .headerGrid {
    grid-template-columns: 240px 220px;
  }
  .header .headerGrid .nav-control,
header .headerGrid .nav-control {
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .header .headerGrid,
header .headerGrid {
    grid-column-gap: 10px;
  }
  .header .headerGrid.flexVersion,
header .headerGrid.flexVersion {
    height: 133px;
  }
  .header .headerGrid .nav-control,
header .headerGrid .nav-control {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .header .headerGrid,
header .headerGrid {
    grid-template-columns: 300px 1fr;
  }
  .header .headerGrid.flexVersion,
header .headerGrid.flexVersion {
    height: 101px;
  }
  .header .headerGrid.flexVersion .logoContainer,
header .headerGrid.flexVersion .logoContainer {
    width: 300px;
  }
  .header .headerGrid .nav-control,
header .headerGrid .nav-control {
    margin-top: 30px;
    width: 100px;
    height: 30px;
    background-size: 100px 30px;
    background-position: right center;
  }
}
@media screen and (min-width: 1280px) {
  .header .headerGrid,
header .headerGrid {
    grid-template-columns: 400px 1fr;
  }
  .header .headerGrid .flexVCenter,
header .headerGrid .flexVCenter {
    width: 140px;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .header .headerGrid .nav-control,
header .headerGrid .nav-control {
    margin-top: 10px;
    width: 120px;
    height: 48px;
    background-size: 100px 48px;
    background-position: right center;
  }
  .header .headerGrid.flexVersion,
header .headerGrid.flexVersion {
    height: 162px;
  }
  .header .headerGrid.flexVersion .logoContainer,
header .headerGrid.flexVersion .logoContainer {
    width: 300px;
  }
  .header .headerGrid .headerItems,
header .headerGrid .headerItems {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: visible;
  }
  .header .headerGrid .headerItems .searchInput,
header .headerGrid .headerItems .searchInput {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    right: 0;
    margin: 0;
    height: 48px;
    margin-top: 60px;
    margin-right: 0px;
  }
  .header .headerGrid .headerItems .searchInput .searchButton,
header .headerGrid .headerItems .searchInput .searchButton {
    height: 30px;
    width: 40px;
    background: transparent;
    position: absolute;
  }
  .header .headerGrid .headerItems .searchInput .searchButton:hover,
header .headerGrid .headerItems .searchInput .searchButton:hover {
    cursor: pointer;
  }
  .header .headerGrid .headerItems .searchInput input,
header .headerGrid .headerItems .searchInput input {
    width: 340px;
    height: 100%;
    padding: 9px 40px 9px 9px;
    background-image: url("../assets/img/gestaltungselemente/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 99% center;
    border: 1px solid #808080;
    font-size: 18px;
    color: #FF006C;
    letter-spacing: 3px;
    font-family: "URW DIN W05 Medium", sans-serif;
  }
  .header .headerGrid .headerItems .searchInput input::-webkit-input-placeholder,
header .headerGrid .headerItems .searchInput input::-webkit-input-placeholder {
    color: #FF006C;
    font-family: "URW DIN W05 Medium", sans-serif;
  }
  .header .headerGrid .headerItems .searchInput input:-ms-input-placeholder,
header .headerGrid .headerItems .searchInput input:-ms-input-placeholder {
    color: #FF006C;
    font-family: "URW DIN W05 Medium", sans-serif;
  }
  .header .headerGrid .headerItems .searchInput input::-ms-input-placeholder,
header .headerGrid .headerItems .searchInput input::-ms-input-placeholder {
    color: #FF006C;
    font-family: "URW DIN W05 Medium", sans-serif;
  }
  .header .headerGrid .headerItems .searchInput input::placeholder,
header .headerGrid .headerItems .searchInput input::placeholder {
    color: #FF006C;
    font-family: "URW DIN W05 Medium", sans-serif;
  }
}
@media screen and (min-width: 1600px) {
  .header .headerGrid.flexVersion,
header .headerGrid.flexVersion {
    height: 177px;
  }
}
@media screen and (min-width: 1920px) {
  .header .headerGrid.flexVersion,
header .headerGrid.flexVersion {
    height: 188px;
  }
}
@media screen {
  .footer,
footer {
    border-top: 1px solid #808080;
    position: relative;
    background-color: white;
    width: 100%;
  }
  .footer *,
footer * {
    color: #FF006C;
    text-decoration: none;
    font-family: "URW DIN W05 Demi", sans-serif;
    font-style: normal;
  }
}
@media screen and (min-width: 1024px) {
  .footer .socialMediaLinks,
footer .socialMediaLinks {
    justify-content: flex-end;
  }
}
@media screen {
  .footer #menu-footer-navigation li.menu-item,
.footer #menu-footer-navigation-e li.menu-item,
.footer #menu-footer-navigation-f li.menu-item,
footer #menu-footer-navigation li.menu-item,
footer #menu-footer-navigation-e li.menu-item,
footer #menu-footer-navigation-f li.menu-item {
    font-family: "URW DIN W05 Medium", sans-serif !important;
  }
  .footer #menu-footer-navigation li.menu-item:last-of-type a,
.footer #menu-footer-navigation-e li.menu-item:last-of-type a,
.footer #menu-footer-navigation-f li.menu-item:last-of-type a,
footer #menu-footer-navigation li.menu-item:last-of-type a,
footer #menu-footer-navigation-e li.menu-item:last-of-type a,
footer #menu-footer-navigation-f li.menu-item:last-of-type a {
    padding: 0 !important;
  }
}
@media screen {
  .footer .searchInput,
footer .searchInput {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0;
    height: 46px;
    margin-top: 15px;
    width: 300px;
  }
  .footer .searchInput .searchButton,
footer .searchInput .searchButton {
    height: 46px;
    width: 40px;
    background: transparent;
    position: absolute;
    right: 0;
  }
  .footer .searchInput .searchButton:hover,
footer .searchInput .searchButton:hover {
    cursor: pointer;
  }
  .footer .searchInput input,
footer .searchInput input {
    width: 340px;
    height: 100%;
    padding: 9px 40px 9px 9px;
    background-image: url("../assets/img/gestaltungselemente/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 99% center;
    border: 1px solid #808080;
    font-size: 18px;
    color: #FF006C;
    letter-spacing: 3px;
    font-family: "URW DIN W05 Medium", sans-serif;
  }
}
@media screen and (min-width: 1280px) {
  .footer .searchInput,
footer .searchInput {
    display: none !important;
  }
}
@media screen {
  .footer .footerAddress,
footer .footerAddress {
    margin-bottom: 15px;
  }
}
@media screen {
  .footer .footerGrid,
footer .footerGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 1920px;
    margin: 0 auto;
  }
  .footer .footerGrid.flexVersion,
footer .footerGrid.flexVersion {
    display: flex;
    flex-direction: column;
  }
}
@media screen {
  .footer #menu-footer-navigation a,
.footer #menu-footer-navigation-e a,
.footer #menu-footer-navigation-f a,
footer #menu-footer-navigation a,
footer #menu-footer-navigation-e a,
footer #menu-footer-navigation-f a {
    display: block;
    padding: 5px 0;
  }
}
@media screen {
  .footer .menu-footer-navigation-container #menu-footer-navigation,
.footer .menu-footer-navigation-e-container #menu-footer-navigation-e,
.footer .menu-footer-navigation-f-container #menu-footer-navigation-f,
footer .menu-footer-navigation-container #menu-footer-navigation,
footer .menu-footer-navigation-e-container #menu-footer-navigation-e,
footer .menu-footer-navigation-f-container #menu-footer-navigation-f {
    list-style-type: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footerAddress,
footer .footerAddress {
    margin-bottom: 0;
  }
  .footer .footerGrid,
footer .footerGrid {
    grid-template-columns: 360px 1fr;
  }
  .footer .footerGrid.flexVersion,
footer .footerGrid.flexVersion {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footerGrid.flexVersion > div,
footer .footerGrid.flexVersion > div {
    max-width: 50%;
  }
  .footer #menu-footer-navigation,
.footer #menu-footer-navigation-e,
.footer #menu-footer-navigation-f,
footer #menu-footer-navigation,
footer #menu-footer-navigation-e,
footer #menu-footer-navigation-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer #menu-footer-navigation a,
.footer #menu-footer-navigation-e a,
.footer #menu-footer-navigation-f a,
footer #menu-footer-navigation a,
footer #menu-footer-navigation-e a,
footer #menu-footer-navigation-f a {
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer *,
footer * {
    line-height: 30px;
  }
  .footer .menu-footer-navigation-container #menu-footer-navigation,
.footer .menu-footer-navigation-e-container #menu-footer-navigation-e,
.footer .menu-footer-navigation-f-container #menu-footer-navigation-f,
footer .menu-footer-navigation-container #menu-footer-navigation,
footer .menu-footer-navigation-e-container #menu-footer-navigation-e,
footer .menu-footer-navigation-f-container #menu-footer-navigation-f {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 20px;
    justify-content: flex-end;
  }
}
@media screen {
  .footer #menu-footer-navigation a,
footer #menu-footer-navigation a,
.footer #menu-footer-navigation-e a,
footer #menu-footer-navigation-e a,
.footer #menu-footer-navigation-f a,
footer #menu-footer-navigation-f a {
    font-family: "URW DIN W05 Medium", sans-serif !important;
  }
}
@media screen {
  body.nav-open {
    overflow: hidden;
  }
}
@media screen {
  nav {
    display: none;
  }
  nav.display {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 103%;
    overflow: scroll;
    z-index: 10;
  }
  nav ul {
    margin: 0;
    list-style-type: none;
  }
  nav .main-nav {
    display: block;
    min-height: 100%;
    width: 100%;
    padding: 0;
    background: #F2F2F2;
    max-width: 1920px;
    margin: 0 auto;
  }
  nav .main-nav .menu > .menu-item:hover > a, nav .main-nav .menu > .menu-item.active > a, nav .main-nav .menu > .menu-item.current-menu-item > a, nav .main-nav .menu > .menu-item.current-menu-ancestor > a {
    background-color: #FF006C !important;
  }
  nav .main-nav .menu > .menu-item a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 20px;
  }
  nav .main-nav .menu > .menu-item:first-of-type {
    background-color: #808080;
  }
  nav .main-nav .menu > .menu-item:first-of-type .sub-menu {
    background-color: #808080 !important;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(2) {
    background-color: #676767;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(2) .sub-menu {
    background-color: #676767 !important;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(3) {
    background-color: #9c9c9c;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(3) .sub-menu {
    background-color: #9c9c9c !important;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(4), nav .main-nav .menu > .menu-item:nth-of-type(5) {
    background-color: #ababab;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(4) .sub-menu, nav .main-nav .menu > .menu-item:nth-of-type(5) .sub-menu {
    background-color: #ababab !important;
  }
  nav .main-nav .menu > .menu-item .sub-menu {
    padding-bottom: 20px;
  }
  nav .main-nav .menu > .menu-item .sub-menu .menu-item:hover a, nav .main-nav .menu > .menu-item .sub-menu .menu-item.active a, nav .main-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item a {
    color: #FF006C;
  }
  nav .main-nav .menu > .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 3px dotted white;
  }
}
@media screen and (min-width: 768px) {
  .main-nav {
    background: #808080;
  }
  .main-nav .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #808080;
  }
  .main-nav .menu > .menu-item {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  nav .main-nav {
    background: linear-gradient(to right, #808080 0%, #808080 25%, #676767 25%, #676767 50%, #9c9c9c 50%, #9c9c9c 75%, #ababab 75%, #ababab 100%);
  }
  nav .main-nav .menu {
    justify-content: flex-end;
    background: linear-gradient(to right, #808080 0%, #808080 25%, #676767 25%, #676767 50%, #9c9c9c 50%, #9c9c9c 75%, #ababab 75%, #ababab 100%);
  }
  nav .main-nav .menu > .menu-item {
    width: 25%;
  }
  nav .main-nav .menu > .menu-item > a {
    margin-bottom: 5px;
    padding: 50px 20px 30px;
  }
  nav .main-nav .menu > .menu-item .sub-menu .menu-item:hover, nav .main-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item {
    position: relative;
  }
  nav .main-nav .menu > .menu-item .sub-menu .menu-item:hover:before, nav .main-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item:before {
    content: " ";
    position: absolute;
    background: #FF006C;
    width: 10px;
    height: 100%;
    display: inline-block;
  }
  nav .main-nav .menu > .menu-item .sub-menu .menu-item a {
    padding: 20px 0px 30px;
  }
  nav .main-nav .menu > .menu-item:first-of-type {
    background-color: transparent;
  }
  nav .main-nav .menu > .menu-item:first-of-type .sub-menu {
    background-color: #808080 !important;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(2) {
    background-color: transparent;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(2) .sub-menu {
    background-color: #676767 !important;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(3) {
    background-color: transparent;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(3) .sub-menu {
    background-color: #9c9c9c !important;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(4), nav .main-nav .menu > .menu-item:nth-of-type(5) {
    background-color: transparent;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(4) .sub-menu, nav .main-nav .menu > .menu-item:nth-of-type(5) .sub-menu {
    background-color: #ababab !important;
  }
  nav .main-nav .menu > .menu-item:nth-of-type(5) {
    position: relative;
    right: 0;
  }
}
@media screen {
  .mitarbeiterGruppe > div:not(.mitarbeiterItem) {
    height: 220px;
  }
  .mitarbeiterGruppe .mitarbeiterItem {
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
  .mitarbeiterGruppe .mitarbeiterItem .fullText {
    display: block;
    overflow: scroll;
    order: 2;
    padding-bottom: 90px;
  }
  .mitarbeiterGruppe .mitarbeiterItem > div {
    overflow-y: hidden;
  }
  .mitarbeiterGruppe .mitarbeiterItem > div.text-prev {
    display: none;
  }
  .mitarbeiterGruppe .mitarbeiterItem > div:nth-of-type(2) {
    height: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .mitarbeiterGruppe {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mitarbeiterGruppe .mitarbeiterItem {
    height: calc(220px + 35vw);
  }
  .mitarbeiterGruppe .mitarbeiterItem .fullText {
    display: none;
    overflow: scroll;
    height: 100%;
    padding-bottom: 0;
  }
  .mitarbeiterGruppe .mitarbeiterItem > div {
    height: 220px;
  }
  .mitarbeiterGruppe .mitarbeiterItem > div.text-prev {
    display: block;
  }
  .mitarbeiterGruppe .mitarbeiterItem > div:nth-of-type(2) {
    height: 35vw;
  }
  .mitarbeiterGruppe .mitarbeiterItem:hover {
    overflow: hidden;
  }
  .mitarbeiterGruppe .mitarbeiterItem:hover .fullText {
    display: block;
  }
  .mitarbeiterGruppe .mitarbeiterItem:hover div.text-prev {
    display: none;
  }
  .mitarbeiterGruppe .mitarbeiterItem:hover > div:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .mitarbeiterGruppe {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .mitarbeiterGruppe > div:not(.mitarbeiterItem) {
    grid-column: span 2;
  }
  .mitarbeiterGruppe > div:nth-of-type(4n) {
    width: calc(100% + 1px);
  }
  .mitarbeiterGruppe .mitarbeiterItem {
    height: calc(220px + 20vw);
    max-height: calc(220px + 384px);
  }
  .mitarbeiterGruppe .mitarbeiterItem > div:nth-of-type(2) {
    height: 20vw;
    max-height: 384px;
  }
}
@media screen {
  .angebote {
    overflow: hidden;
  }
  .angebote h3 {
    margin-bottom: 8px;
  }
  .angebote > * > * {
    height: 160px;
  }
  .angebote .selectCol {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .angebote .selectCol .selectItem {
    border-bottom: 1px solid #adadad;
    cursor: pointer;
  }
  .angebote .selectCol .selectItem.active {
    background: #adadad;
  }
  .angebote .contentItemMobile {
    display: none;
    height: max-content;
    margin-top: -2px;
    background: #adadad;
  }
  .angebote .contentItemMobile.open {
    display: inherit;
  }
  .angebote .iconCol {
    display: none;
  }
  .angebote .contentCol {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .angebote h3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .angebote {
    display: grid;
    grid-template-columns: 1fr 1fr 0;
    grid-auto-rows: 1fr;
  }
  .angebote > * > * {
    height: 180px;
  }
  .angebote .contentItemMobile.open {
    display: none;
  }
  .angebote .iconCol {
    display: inherit;
  }
  .angebote .contentCol {
    display: flex;
  }
  .angebote .contentCol .contentItem {
    height: max-content;
  }
  .angebote.contentOpen {
    grid-template-columns: 1fr 0 1fr;
  }
  .angebote .selectCol {
    border-right: 1px solid #adadad;
    display: flex;
  }
  .angebote .iconCol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .angebote .iconCol > * {
    display: flex;
  }
  .angebote .iconCol > * img {
    height: 100%;
    width: auto;
  }
  .angebote .iconCol > *:nth-last-of-type(2n) {
    background: #FF006C;
    flex-direction: row;
    justify-content: flex-end;
  }
  .angebote .contentCol {
    background: #adadad;
  }
  .angebote .contentCol .contentItem {
    display: none;
  }
  .angebote .contentCol .contentItem h1,
.angebote .contentCol .contentItem h2,
.angebote .contentCol .contentItem h3,
.angebote .contentCol .contentItem h4,
.angebote .contentCol .contentItem h5,
.angebote .contentCol .contentItem h6,
.angebote .contentCol .contentItem a {
    color: #FF006C;
  }
}
@media screen and (min-width: 1280px) {
  .angebote h3 {
    margin-bottom: 16px;
  }
  .angebote > * > * {
    height: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .angebote > * > * {
    height: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .angebote > * > * {
    height: 190px;
  }
}

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