@charset "UTF-8";
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * @font-face mixin
 * @include fontface('family', 'assets/fonts/', 'myfontname', 'fontweight', 'fontstyle);
 */
/* ==========================================================================
   Variables
   ========================================================================== */
@font-face {
  font-family: "Rotis Semi Sans";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts//RotisSemiSansPro_Regular.eot"), url("assets/fonts//RotisSemiSansPro_Regular.eot#iefix") format("embedded-opentype"), url("assets/fonts//RotisSemiSansPro_Regular.otf") format("opentype"), url("assets/fonts//RotisSemiSansPro_Regular.woff") format("woff"), url("assets/fonts//RotisSemiSansPro_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Rotis Semi Sans";
  font-style: normal;
  font-weight: bold;
  src: url("assets/fonts//RotisSemiSansPro-Bold.eot"), url("assets/fonts//RotisSemiSansPro-Bold.eot#iefix") format("embedded-opentype"), url("assets/fonts//RotisSemiSansPro-Bold.otf") format("opentype"), url("assets/fonts//RotisSemiSansPro-Bold.woff") format("woff"), url("assets/fonts//RotisSemiSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Rotis Semi Sans";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts//RotisSemiSansPro-ExtraBold.eot"), url("assets/fonts//RotisSemiSansPro-ExtraBold.eot#iefix") format("embedded-opentype"), url("assets/fonts//RotisSemiSansPro-ExtraBold.otf") format("opentype"), url("assets/fonts//RotisSemiSansPro-ExtraBold.woff") format("woff"), url("assets/fonts//RotisSemiSansPro-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Rotis Semi Sans";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts//RotisSemiSansPro-Light.eot"), url("assets/fonts//RotisSemiSansPro-Light.eot#iefix") format("embedded-opentype"), url("assets/fonts//RotisSemiSansPro-Light.otf") format("opentype"), url("assets/fonts//RotisSemiSansPro-Light.woff") format("woff"), url("assets/fonts//RotisSemiSansPro-Light.ttf") format("truetype");
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #003b4d;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #e2e2e2;
  text-shadow: none;
}

::selection {
  background: #e2e2e2;
  text-shadow: none;
}

:focus {
  outline: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Main
   ========================================================================== */
main {
  margin-top: 165px;
}
@media only screen and (min-width: 640px) and (max-width: 680px) {
  main {
    margin-top: 215px;
  }
}

/* ==========================================================================
   Sections
   ========================================================================== */
section {
  padding: 20px;
  max-width: 1100px;
  margin: 50px auto 50px;
}
section h2 {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 2px solid #003b4d;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-top: 0;
  letter-spacing: 0.08em;
  font-weight: 200;
  hyphens: auto;
}
@media (min-width: 640px) {
  section h2 {
    font-size: 40px;
  }
}

a {
  color: #003b4d;
  text-decoration: none;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
html {
  font-family: "Rotis Semi Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

blockquote {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 2em;
  margin-left: 0;
  margin-right: 0;
}

p {
  color: #000;
  font-weight: lighter;
}

header {
  border-bottom: 1px solid #003b4d;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 99999;
}
header .container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
header .logo {
  width: 100px;
  height: 57px;
}
@media (min-width: 640px) {
  header .logo {
    width: 120px;
    height: 68px;
  }
}
header h1 {
  color: #EA8C00;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0;
  margin-top: 30px;
}
header h1 a {
  color: #EA8C00;
}

.back {
  right: 0;
  top: 0;
  border: 2px solid #003b4d;
  padding: 10px 15px 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: .08em;
  cursor: pointer;
  transition: padding .2s ease;
  width: 95px;
  margin-bottom: 30px;
}

.next {
  right: 0;
  top: 0;
  border: 2px solid #ea8d1b;
  color: #ea8d1b;
  padding: 10px 15px 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: .08em;
  cursor: pointer;
  transition: padding .2s ease;
  width: 95px;
  margin-bottom: 30px;
}

/* ==========================================================================
   Header
   ========================================================================== */
footer {
  background: #b1b1b1;
  text-transform: uppercase;
  padding: 0 20px;
}
footer .container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
footer a {
  padding-bottom: 10px;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
}
footer a:hover {
  text-decoration: underline;
}
@media (min-width: 640px) {
  footer .container {
    flex-direction: row;
    justify-content: flex-end;
  }
  footer a {
    margin: 0 10px;
    padding-bottom: 0;
  }
  footer a:last-child {
    margin-right: 0;
  }
}

/* ==========================================================================
   Section Kennzahlen
   ========================================================================== */
#Kennzahlen {
  background: #fff;
  color: #006e7d;
  padding-bottom: 30px;
  max-width: 100vw;
}
#Kennzahlen p {
  color: white;
}
@media only screen and (max-width: 1200px) {
  #Kennzahlen .largeRow {
    height: 450px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) and (max-width: 1200px) {
  #Kennzahlen .largeRow {
    height: 620px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) and (max-width: 1023px) {
  #Kennzahlen .largeRow {
    height: 578px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 675px) and (max-width: 760px) {
  #Kennzahlen .largeRow {
    height: 500px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 760px) and (max-width: 770px) {
  #Kennzahlen .largeRow {
    height: 575px;
  }
}

#Kennzahlen .container {
  border-top: 10px solid #003c55;
  padding: 0.5em 0 0.3em;
  max-width: 1100px;
  margin: auto;
}
#Kennzahlen .container .teil2 .kennzahl {
  background-color: #8cb9c9;
}
#Kennzahlen .container .teil2 .kennzahl:nth-child(3) {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #Kennzahlen .container .bestandContainer {
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1025px) {
  #Kennzahlen .container .bestandContainer {
    height: 225px;
  }
}
#Kennzahlen .container .bestandContainer .bestandChartContainer {
  width: 70%;
}
@media only screen and (min-width: 1000px) {
  #Kennzahlen .container .bestandContainer .bestandChartContainer {
    width: 80%;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 480px) {
  #Kennzahlen .container .bestandContainer .mobileLegend {
    display: none;
  }
  #Kennzahlen .container .bestandContainer .bestandGrid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
    grid-auto-flow: column;
    height: 45px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1200px) {
  #Kennzahlen .container .bestandContainer .bestandGrid {
    width: 30%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1200px) {
  #Kennzahlen .container .bestandContainer .bestandGrid {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .bestandItem {
    margin-top: -10px;
    color: #fff;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1200px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .bestandItem {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1200px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .bestandItem {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1038px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .bestandItem {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (width: 1024px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .bestandItem {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 480px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .secondItem {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1200px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .secondItem {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 480px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .thirdItem {
    margin-left: -50px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1200px) {
  #Kennzahlen .container .bestandContainer .bestandGrid .thirdItem {
    margin-left: -55px;
  }
}

@media only screen and (max-width: 480px) {
  #Kennzahlen .container .bestandContainer .mobileLegend {
    padding-left: 0.7em;
  }
  #Kennzahlen .container .bestandContainer .bestandChartContainer #bestandsentwicklung {
    width: 260px !important;
    height: 70px !important;
  }
  #Kennzahlen .container .bestandContainer .bestandGrid {
    display: none;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #Kennzahlen .container .teil1_new, #Kennzahlen .container .teil2 {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
  }
  #Kennzahlen .container .kennzahlenSecondRow1 {
    display: -ms-grid;
    display: grid;
    margin-top: 10px;
    width: 50%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow1 {
    width: 26%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow1 {
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .kennzahlenSecondRow1 .kapitalContainer {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow1 .kapitalContainer {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow1 .kapitalContainer {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .kennzahlenSecondRow1 .zinsContainer {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow1 .zinsContainer {
    margin-left: 10px;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    width: 100%;
    grid-template-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
  }
}
@media only screen and (min-width: 640px) and (min-width: 980px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    width: 75%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1024px) and (max-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
  }
}
@media only screen and (min-width: 640px) and (min-width: 900px) and (max-width: 1023px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
@media only screen and (min-width: 640px) and (min-width: 550px) and (max-width: 675px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    grid-template-rows: 500px 1fr;
    -ms-grid-rows: 500px 1fr;
  }
}
@media only screen and (min-width: 640px) and (min-width: 675px) and (max-width: 770px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    grid-template-rows: 545px 1fr;
    -ms-grid-rows: 545px 1fr;
  }
}
@media only screen and (min-width: 640px) and (min-width: 750px) and (max-width: 900px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    grid-template-rows: 625px 1fr;
    -ms-grid-rows: 625px 1fr;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .kennzahlenSecondRow2 .hypothekenContainer {
    margin-right: 10px;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) and (max-width: 900px) {
  #Kennzahlen .container .kennzahlenSecondRow2 .hypothekenContainer {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 900px) {
  #Kennzahlen .container .kennzahlenSecondRow2 .hypothekenContainer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .kennzahlenSecondRow2 .mitarbeiterContainer {
    margin-left: 10px;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media only screen and (min-width: 640px) and (max-width: 900px) {
  #Kennzahlen .container .kennzahlenSecondRow2 .mitarbeiterContainer {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 640px) and (width: 1024px) {
  #Kennzahlen .container .kennzahlenSecondRow2 .mitarbeiterContainer {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) and (max-width: 900px) {
  #Kennzahlen .container .kennzahlenSecondRow2 .mitarbeiterContainer {
    margin-left: 0 !important;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .zahlen > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #Kennzahlen .container .zahlen > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #Kennzahlen .container .zahlen > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #Kennzahlen .container .zahlen > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #Kennzahlen .container .number {
    display: none;
  }
  #Kennzahlen .container .number .einheit {
    color: #003b4d;
  }
  #Kennzahlen .container .number.show {
    display: block;
  }
  #Kennzahlen .container .kennzahl {
    background-color: #8cb9c9;
    color: #00445f;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #Kennzahlen .container .kennzahl:nth-child(2) .last, #Kennzahlen .container .kennzahl:nth-child(3) .last {
    margin-bottom: 0;
  }
  #Kennzahlen .container .teil1_new .kennzahl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
    border-bottom: none;
    border-bottom: 10px solid #fff;
    padding-left: 20px;
    height: 185px;
  }
  #Kennzahlen .container .teil1_new .kennzahl canvas {
    margin-bottom: -5px;
  }
  #Kennzahlen .container .kennzahlenSecondRow1 {
    grid-row: 2;
    grid-column: 1 / 3;
  }
  #Kennzahlen .container .kennzahlenSecondRow2 {
    grid-row: 1;
    grid-column: 1 / 1;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) and (max-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (width: 768px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    padding-left: 0 !important;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .teil2 {
    border-top: 8px solid #fff;
    margin-top: 20px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 640px) and (width: 768px) {
  #Kennzahlen .container .teil2 {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 640px) and (min-width: 638px) and (max-width: 900px) {
  #Kennzahlen .container .teil2 {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  #Kennzahlen .container .teil2 .kennzahl:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 3;
  }
  #Kennzahlen .container .teil2 .kennzahl:nth-child(2), #Kennzahlen .container .teil2 .kennzahl:nth-child(3) {
    border-bottom: none;
  }
  #Kennzahlen .container .teil2 .kennzahl:nth-child(3) {
    -ms-grid-row: 3;
    border-left: 8px solid #fff;
    padding-left: 20px;
    padding-bottom: 0;
    justify-content: start;
  }
}
@media (min-width: 900px) {
  #Kennzahlen .container .zahlen.teil1_new {
    padding-right: 0px;
    width: calc(26% - 00px);
  }
}
@media only screen and (min-width: 900px) and (width: 1024px) {
  #Kennzahlen .container .zahlen.teil1_new {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (width: 768px) {
  #Kennzahlen .container .zahlen.teil1_new {
    width: 100%;
  }
}
@media (min-width: 900px) {
  #Kennzahlen .container .zahlen .kennzahlenSecondRow1 {
    padding-right: 0px;
    width: calc(25% - 00px);
  }
}
@media only screen and (min-width: 900px) and (width: 1024px) {
  #Kennzahlen .container .zahlen .kennzahlenSecondRow1 {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (width: 768px) {
  #Kennzahlen .container .zahlen .kennzahlenSecondRow1 {
    width: 100%;
  }
}
@media (min-width: 900px) {
  #Kennzahlen .container .teil2 {
    width: calc(75% - 30px);
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 900px) and (width: 1024px) {
  #Kennzahlen .container .teil2 {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (width: 768px) {
  #Kennzahlen .container .teil2 {
    width: 100%;
  }
}
@media (min-width: 900px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    width: 100%;
    border-top: none;
    margin-top: 12px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1200px) {
  #Kennzahlen .container .kennzahlenSecondRow2 {
    width: calc(75% - 30px);
  }
}

#Kennzahlen h2 {
  margin-top: 0;
  border-top: none;
  width: 100%;
}
#Kennzahlen h3 {
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 14px;
  line-height: 19px;
  margin-top: 0;
}
#Kennzahlen p {
  padding-bottom: 0;
}
#Kennzahlen .number {
  color: #00445f;
  font-size: 60px;
  line-height: 0.8;
  margin: 0;
}
#Kennzahlen .number span {
  font-size: 25px;
  font-weight: 200;
  color: #003b4d;
}
#Kennzahlen .last {
  color: #00445f;
  margin-top: 14px;
  font-weight: 200;
  text-align: right;
  font-size: 14px;
}
#Kennzahlen .last.up {
  margin-top: -24px;
}
#Kennzahlen .partial-number {
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.8;
  margin-top: 5px;
}
#Kennzahlen .partial-einheit {
  color: #00445f;
  line-break: auto;
  word-wrap: break-word;
}
#Kennzahlen .twocolumn > div {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 0;
  font-weight: 200;
  font-size: 11px;
}
#Kennzahlen .twocolumn .wider {
  width: 94%;
  text-align: center;
  background-color: #8cb9c9;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  #Kennzahlen .twocolumn .wider {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  #Kennzahlen .twocolumn .wider {
    padding: 1em;
  }
}
#Kennzahlen .twocolumn .wider div {
  margin-top: 10px;
}
#Kennzahlen .twocolumn .smaller {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#Kennzahlen .twocolumn .all .partial-number,
#Kennzahlen .twocolumn .all .partial-einheit {
  color: #003b4d;
}
#Kennzahlen .twocolumn .contentMitarbeiter {
  text-align: left;
}
#Kennzahlen .twocolumn .mitarbeiterGrid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 4% 15% 75%;
  grid-template-rows: 1fr;
  width: 100%;
  grid-auto-flow: column;
  text-align: left;
}
#Kennzahlen .twocolumn .leftBox {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#Kennzahlen .twocolumn .numberBox {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#Kennzahlen .twocolumn .rightBox {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#Kennzahlen .twocolumn .teilzeit .partial-number,
#Kennzahlen .twocolumn .teilzeit .partial-einheit {
  color: #003b4d;
}
#Kennzahlen .twocolumn .azubi .partial-number,
#Kennzahlen .twocolumn .azubi .partial-einheit {
  color: #003b4d;
}
#Kennzahlen .text-center {
  text-align: center;
}

.kennzahl {
  background-color: #8cb9c9;
  border-bottom: 8px solid white;
}

.irgendeineklasse {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 1fr;
  width: 100% !important;
  grid-auto-flow: column;
}

.wertLeft {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.wertDiagramm {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.wertRight {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

#Intro blockquote {
  font-size: 9em;
  border-top: 10px solid;
  border-bottom: 10px solid;
  padding: 0.5em 0 0.3em;
  margin-top: .2em;
}
#Intro h3 {
  text-transform: none;
}

#solidarisch {
  margin-top: 475px;
  background-color: #f6d19c;
  color: #ea8d1b;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  #solidarisch {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1920px) {
  #solidarisch {
    margin-top: 0 !important;
  }
}
#solidarisch h2 {
  border-top: 0;
  line-height: 0px;
  font-weight: bold;
}
#solidarisch #headerSolidarischFirstRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr;
  -ms-grid-rows: 2fr;
  grid-template-columns: 2fr;
  grid-template-rows: 2fr;
  width: 100%;
  grid-auto-flow: column;
}
#solidarisch #headerSolidarischFirstRow .firstHeadline {
  padding: 0 10px 0 10px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  #solidarisch #headerSolidarischFirstRow .firstHeadline {
    width: 25%;
  }
}
#solidarisch #headerSolidarischFirstRow .firstHeadlineSecond {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}
#solidarisch #headerSolidarischSecondRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 85%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 1fr 85%;
  grid-template-rows: 1fr;
  width: 100%;
  grid-auto-flow: column;
}
@media only screen and (max-width: 1000px) {
  #solidarisch #headerSolidarischSecondRow {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
#solidarisch #headerSolidarischSecondRow .secondHeadlineSecond {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  width: 25%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 1000px) {
  #solidarisch #headerSolidarischSecondRow .secondHeadlineSecond {
    display: none;
  }
}
#solidarisch #headerSolidarischSecondRow .secondHeadline {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding: 0 10px 0 10px;
  background-color: #fff;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 1000px) {
  #solidarisch #headerSolidarischSecondRow .secondHeadline {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#solidarisch .solidarischSpaceRow {
  height: 15px;
  background-color: #fff;
}

#soli p {
  color: #003b4d;
}
#soli #solidarischContent {
  margin-top: 2em;
  background-color: #f6d19c;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% 60%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 100% 60%;
  grid-template-rows: 1fr;
  width: calc(100% - 32px);
  grid-auto-flow: column;
  padding: 1em;
}
@media only screen and (min-width: 700px) {
  #soli #solidarischContent {
    width: calc(100% - 32px);
  }
}
@media only screen and (width: 1024px) {
  #soli #solidarischContent {
    width: calc(100% - 32px);
  }
}
#soli #solidarischContent #solidarischRightContent {
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
}
#soli #solidarischContent #solidarischRightContent h3 {
  font-size: 1.5em;
}
#soli #solidarischContent #solidarischRightContent p {
  font-size: 1.5em;
}
#soli #solidarischContent #solidarischCentralContent {
  padding-left: 2em;
  margin-top: 14em;
  width: 100%;
}
#soli #solidarischContent #solidarischCentralContent #solidarichFliesstext {
  width: 50%;
}
#soli #imageContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr 250px;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 250px;
  width: 100%;
  grid-auto-flow: column;
}
@media only screen and (min-width: 1200px) {
  #soli #imageContainer {
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: 1fr;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
  }
}
@media only screen and (min-width: 500px) and (max-width: 550px) {
  #soli #imageContainer {
    -ms-grid-rows: 1fr 240px;
    grid-template-rows: 1fr 240px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  #soli #imageContainer {
    -ms-grid-rows: 1fr 400px;
    grid-template-rows: 1fr 400px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1021px) {
  #soli #imageContainer {
    -ms-grid-rows: 1fr 600px;
    grid-template-rows: 1fr 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  #soli #imageContainer {
    -ms-grid-rows: 1fr 500px;
    grid-template-rows: 1fr 500px;
  }
}
@media only screen and (min-width: 1022px) and (max-width: 1200px) {
  #soli #imageContainer {
    -ms-grid-rows: 1fr 650px;
    grid-template-rows: 1fr 650px;
  }
}
#soli #imageContainer #space {
  background-color: #f6d19c;
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 1200px) {
  #soli #imageContainer #space {
    height: 450px;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 532px) {
  #soli #imageContainer #space {
    height: 550px;
  }
}
@media only screen and (max-width: 369px) {
  #soli #imageContainer #space {
    height: 800px !important;
  }
}
@media only screen and (max-width: 351px) {
  #soli #imageContainer #space {
    height: 850px !important;
  }
}
@media only screen and (max-width: 340px) {
  #soli #imageContainer #space {
    height: 1000px !important;
  }
}
#soli #imageContainer #space h3 {
  font-size: 1.5em;
}
#soli #imageContainer #space p {
  font-size: 1.5em;
}
#soli #imageContainer .soliImage {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 1200px) {
  #soli #imageContainer .soliImage {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 1200px) {
  #soli #imageContainer .soliImage {
    width: 750px;
  }
}
#soli #imageContainer .soliImage img {
  width: 100%;
}
#soli #imageContainer .soliImage .soliImageLink {
  color: #ca070a;
}
#soli #imageContainer .soliImage .soliImageLink .link {
  margin-top: 1em;
  text-decoration: underline;
}

/* ==========================================================================
   Section Highltights
   ========================================================================== */
#Highlights .container {
  max-width: 1100px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 25px;
}
@media (min-width: 640px) {
  #Highlights .container {
    -ms-grid-rows: 1fr 25px 1fr 25px 1fr;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#Highlights .highlight {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /*IE Styles*/
}
#Highlights .highlight img {
  max-width: 100%;
}
#Highlights .highlight .img-container {
  position: relative;
}
#Highlights .highlight .img-container::after {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
#Highlights .highlight:hover {
  cursor: pointer;
}
#Highlights .highlight:hover .img-container::after {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#Highlights .highlight h3 {
  position: absolute;
  bottom: 25px;
  left: 20px;
  max-width: 80%;
  font-weight: 900;
  font-size: 25px;
  line-height: 27px;
  color: #fff;
}
#Highlights .highlight .category {
  background-color: #EA8C00;
  margin: 25px 0 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 10px;
}
#Highlights .highlight .category p {
  text-align: right;
  background-color: #fff;
  display: inline;
  margin: 0;
  padding: 0 0 0 5px;
  color: #EA8C00;
  font-size: 13px;
  line-height: 8px;
  padding-top: 3px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
#Highlights .highlight:nth-child(1) {
  -ms-grid-row: 1;
}
#Highlights .highlight:nth-child(2) {
  -ms-grid-row: 3;
}
#Highlights .highlight:nth-child(3) {
  -ms-grid-row: 5;
}
#Highlights .highlight:nth-child(4) {
  -ms-grid-row: 7;
}
#Highlights .highlight:nth-child(5) {
  -ms-grid-row: 9;
}
#Highlights .highlight:nth-child(6) {
  -ms-grid-row: 11;
}
@media (min-width: 640px) {
  #Highlights .highlight:nth-child(1), #Highlights .highlight:nth-child(3), #Highlights .highlight:nth-child(5) {
    -ms-grid-column: 1;
  }
  #Highlights .highlight:nth-child(2), #Highlights .highlight:nth-child(4), #Highlights .highlight:nth-child(6) {
    -ms-grid-column: 3;
  }
  #Highlights .highlight:nth-child(1), #Highlights .highlight:nth-child(2) {
    -ms-grid-row: 1;
  }
  #Highlights .highlight:nth-child(3), #Highlights .highlight:nth-child(4) {
    -ms-grid-row: 3;
  }
  #Highlights .highlight:nth-child(5), #Highlights .highlight:nth-child(6) {
    -ms-grid-row: 5;
  }
}
@media (min-width: 900px) {
  #Highlights .highlight:nth-child(1), #Highlights .highlight:nth-child(4) {
    -ms-grid-column: 1;
  }
  #Highlights .highlight:nth-child(2), #Highlights .highlight:nth-child(5) {
    -ms-grid-column: 3;
  }
  #Highlights .highlight:nth-child(3), #Highlights .highlight:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  #Highlights .highlight:nth-child(1), #Highlights .highlight:nth-child(2), #Highlights .highlight:nth-child(3) {
    -ms-grid-row: 1;
  }
  #Highlights .highlight:nth-child(4), #Highlights .highlight:nth-child(5), #Highlights .highlight:nth-child(6) {
    -ms-grid-row: 3;
  }
}
#Highlights .highlight.noimg {
  border: 10px solid #EA8C00;
  padding: 20px;
  max-width: 85%;
  hyphens: auto;
}
#Highlights .highlight.noimg h3 {
  color: #003b4d;
  position: relative;
  margin-block-start: 0;
  left: 0;
  transition: color 0.3s ease;
}
#Highlights .highlight.noimg .category {
  background: none;
  color: #EA8C00;
  justify-content: flex-start;
}
#Highlights .highlight.noimg:hover h3 {
  color: #EA8C00;
  transition: color 0.3s ease;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #Highlights .highlight {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  #Highlights .highlight .highlight {
    margin-bottom: 20px;
  }
  #Highlights .highlight .highlight .category p {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 640px), (-ms-high-contrast: none) and (min-width: 640px) {
  #Highlights .highlight .highlight {
    width: 49%;
  }
  #Highlights .highlight .highlight:nth-child(5), #Highlights .highlight .highlight:nth-child(6) {
    margin-bottom: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 900px), (-ms-high-contrast: none) and (min-width: 900px) {
  #Highlights .highlight .highlight {
    width: 32%;
  }
  #Highlights .highlight .highlight:nth-child(4) {
    margin-bottom: 0;
  }
}

#Highlights div.highlight .img-container::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#Highlights div.highlight .img-container:hover {
  cursor: auto;
}
#Highlights div.highlight.noimg {
  border-color: rgba(234, 140, 0, 0.5);
}
#Highlights div.highlight.noimg:hover {
  cursor: auto;
}
#Highlights div.highlight.noimg:hover h3 {
  color: #003b4d;
}
#Highlights div.highlight.noimg h3,
#Highlights div.highlight.noimg .category {
  opacity: 0.5;
}
@media (max-width: 640px) {
  #Highlights div.highlight {
    display: none;
  }
}

/* ==========================================================================
   Section Download
   ========================================================================== */
#Download {
  text-transform: uppercase;
}
#Download h3 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 900;
}
#Download h4 {
  margin-bottom: 0;
}
#Download a:hover {
  text-decoration: underline;
}
@media (min-width: 640px) {
  #Download .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #Download .berichtteil {
    width: 45%;
  }
}
@media (min-width: 900px) {
  #Download .berichtteil {
    width: 23%;
  }
}
#Download ul {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
#Download ul li {
  margin: 6px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
#Download ul li:before {
  content: '» ';
  position: absolute;
  left: 0;
  line-height: 1.3em;
}
#Download .berichtteil img {
  max-width: 80px;
}

/* ==========================================================================
   Section Story
   ========================================================================== */
.story {
  max-width: 1100px;
  margin: auto;
}
.story hr {
  max-width: 1100px;
  margin: auto;
  border-top: 2px solid #003b4d;
}
@media (min-width: 640px) {
  .story hr {
    padding-bottom: 50px;
  }
}
.story h1 {
  color: #EA8C00;
  font-weight: 200;
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 640px) {
  .story h1 {
    font-size: 60px;
    line-height: 55px;
  }
}
.story h2 {
  border-top: none;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .story h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.story p {
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
  margin-block-end: 1.5em;
}
.story img {
  max-width: 100%;
}
.story .caption {
  max-width: 400px;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 200;
}
.story .caption::before {
  content: '';
  background-image: url(assets/images/info.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  .story .featuredimg .caption {
    max-width: 280px;
    margin-left: auto;
  }
}
.story .content {
  max-width: 850px;
}
.story .intro {
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  margin-block-end: 2em;
}
@media (min-width: 640px) {
  .story .intro {
    font-size: 24px;
    line-height: 28px;
  }
}
.story .headline {
  position: relative;
}
.story .back {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #003b4d;
  padding: 10px 30px 5px 40px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: padding .2s ease;
}
.story .back::before {
  content: '';
  background-image: url(assets/images/back.svg);
  background-size: cover;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 9px;
}
.story .back:hover {
  padding-left: 50px;
  transition: padding .2s ease;
}
@media (min-width: 640px) {
  .story .back {
    display: block;
  }
}
@media (min-width: 640px) {
  .story .ratings img {
    max-width: 48%;
    margin-left: 1%;
    margin-bottom: 2%;
  }
}
.story .slider img {
  max-height: 80vh;
  margin: auto;
}
.story .box {
  border: 10px solid #EA8C00;
  padding: 20px;
}
.story .box p {
  margin-bottom: 0;
}
.story .interview-image {
  max-width: 250px;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .story .interview-image {
    display: inline;
    float: left;
    margin-right: 20px;
  }
}

#Highlights.storyhighlights {
  padding-top: 10px;
}
#Highlights.storyhighlights h2 {
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}

.story-highlights {
  padding-top: 10px;
  hyphens: auto;
}
.story-highlights h2 {
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
.story-highlights .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.story-highlights .container .highlight {
  display: inline-block;
  border: 10px solid #EA8C00;
  margin: 10px 0;
  padding: 10px;
}
.story-highlights .container .highlight h3 {
  font-size: 23px;
  line-height: 28px;
  margin-block-start: 10px;
  margin-block-end: 10px;
}
.story-highlights .container .highlight .category {
  color: #EA8C00;
  text-transform: uppercase;
}
.story-highlights .container .highlight .category p {
  margin-block-start: 10px;
  margin-block-end: 10px;
  font-weight: 900;
  font-size: 13px;
  line-height: 10px;
  letter-spacing: -0.01em;
}
@media (min-width: 640px) {
  .story-highlights .container .highlight {
    max-width: 43%;
  }
}
@media (min-width: 900px) {
  .story-highlights .container {
    flex-wrap: nowrap;
  }
  .story-highlights .container .highlight {
    margin: 10px;
    max-width: 15%;
  }
  .story-highlights .container .highlight:first-child {
    margin-left: 0;
  }
  .story-highlights .container .highlight:last-child {
    margin-right: 0;
  }
}

/* ==========================================================================
   Vorstandsvideo
   ========================================================================== */
.featuredvideo .container {
  position: relative;
}
.featuredvideo #video-container::before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.featuredvideo #video-container:hover::before {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.featuredvideo video {
  object-fit: cover;
}
.featuredvideo #play-pause {
  visibility: visible;
  background: transparent;
  border: none;
}
.featuredvideo #play-pause.isplaying {
  visibility: hidden;
}
.featuredvideo #play-pause img {
  width: 113px;
  height: 113px;
}

#video-container {
  position: relative;
}

#video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#vorstandsChapter #vorstand {
  background-color: #658f9f;
  color: #00445f;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
#vorstandsChapter #vorstand h2 {
  border-top: 0;
  line-height: 0px;
  font-weight: bold;
}
#vorstandsChapter #vorstand #headerVorstandFirstRow {
  z-index: 100;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 20% 40% 30%;
  -ms-grid-rows: 2fr;
  grid-template-columns: 10% 20% 40% 30%;
  grid-template-rows: 2fr;
  width: 100%;
  grid-auto-flow: column;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  #vorstandsChapter #vorstand #headerVorstandFirstRow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0% 50% 50%;
    -ms-grid-rows: 2fr;
    grid-template-columns: 0% 50% 50%;
    grid-template-rows: 2fr;
    width: 100%;
    grid-auto-flow: column;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  #vorstandsChapter #vorstand #headerVorstandFirstRow {
    -ms-grid-columns: 0% 100% 0%;
    -ms-grid-rows: 2fr;
    grid-template-columns: 0% 100% 0%;
    grid-template-rows: 2fr;
  }
}

#vorstandsChapter #vorstand #headerVorstandFirstRow .firstHeadline {
  padding: 0 10px 0 10px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  background-color: #fff;
  height: 40px;
}
#vorstandsChapter #vorstand #headerVorstandFirstRow .firstHeadlineSecond {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}
#vorstandsChapter #vorstand #headerVorstandFirstRow .firstHeadlineSecondSpace {
  background-color: #fff;
}
#vorstandsChapter #vorstand #headerVorstandFirstRow .spaceBeforText {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#vorstandsChapter #vorstand #headerVorstandFirstRow .firstHeadline {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#vorstandsChapter #vorstand #headerVorstandFirstRow .spaceAfterText {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#vorstandsChapter #vorstand #headerVorstandFirstRow .firstHeadlineSecondSpace {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
#vorstandsChapter #vorstand .vorstandSpace {
  z-index: 10;
  height: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.9% 38.15% 30.1%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 31.9% 38.15% 30.1%;
  grid-template-rows: 1fr;
  width: 100%;
  grid-auto-flow: column;
}
#vorstandsChapter #vorstand .vorstandSpace .firstSpaceWhite {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  #vorstandsChapter #vorstand .vorstandSpace {
    display: none;
  }
}
#vorstandsChapter #vorstand .vorstandSpace .firstSpaceSecondRow {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#vorstandsChapter #vorstand .vorstandSpace .secondSpaceSecondRow {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#vorstandsChapter #vorstand .vorstandSpace .thirdSpaceSecondRow {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#vorstandsChapter #vorstand #headerVorstandSecondRow {
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 1fr 75%;
  grid-template-rows: 1fr;
  width: 100%;
  grid-auto-flow: column;
  height: 45px;
}
@media screen and (max-width: 1200px) {
  #vorstandsChapter #vorstand #headerVorstandSecondRow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75%;
    -ms-grid-rows: 1fr;
    grid-template-columns: 75%;
    grid-template-rows: 1fr;
    width: 100%;
    grid-auto-flow: column;
  }
}
#vorstandsChapter #vorstand #headerVorstandSecondRow .secondHeadlineSecond {
  width: 50%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (min-width: 1200px) {
  #vorstandsChapter #vorstand #headerVorstandSecondRow .secondHeadlineSecond {
    width: 25%;
  }
}
#vorstandsChapter #vorstand #headerVorstandSecondRow .secondHeadline {
  padding: 10px;
  background-color: #fff;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  height: 25px;
  z-index: 100;
}
#vorstandsChapter .container img {
  width: 100%;
  margin-bottom: 1em;
}
#vorstandsChapter .container .vorstandLink {
  color: #ca070a;
}
#vorstandsChapter .container .vorstandLink .link {
  text-decoration: underline;
}
#vorstandsChapter .vorstandContent {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  #vorstandsChapter .vorstandContent {
    width: 75%;
  }
}
#vorstandsChapter .vorstandContent .vorstandHeader img {
  width: 80%;
}
#vorstandsChapter .vorstandContent strong {
  color: #003b4d;
}
#vorstandsChapter .vorstandContent #vorstandGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 25% 75%;
  grid-template-rows: 1fr;
  width: 100%;
  grid-auto-flow: column;
}
#vorstandsChapter .vorstandContent #vorstandGrid .firstChapter {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#vorstandsChapter .vorstandContent #vorstandGrid .firstChapter img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
}
#vorstandsChapter .vorstandContent #vorstandGrid .secondChapter {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#vorstandsChapter .vorstandContent #vorstandGrid .secondChapter img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
}
#vorstandsChapter .vorstandContent #vorstandGrid .vorstandPerson {
  margin-left: 1em;
}

/**
TODO:
Balken untere Häfte der Bilder;
Text nur teilweise in Container mit Hintergrundfarbe
*/
#expertenbeitrag #expertenContainer {
  background-color: #fce4c7;
}
@media only screen and (min-width: 1200px) {
  #expertenbeitrag #expertenContainer {
    background-image: linear-gradient(0deg, #fce4c7, #fce4c7 58%, #ea8d1b 57%, #ea8d1b 64.5%, #fce4c7 64.5%, #fce4c7);
    padding: 2em 5em 2em 5em;
  }
}
#expertenbeitrag #expertenContainer .expertenHeadline h2 {
  border-top: none !important;
  font-weight: bold;
  color: #ea8d1b;
}
@media only screen and (max-width: 1200px) {
  #expertenbeitrag #expertenContainer .expertenHeadline h2 {
    padding: 0.5em .5em 0 .5em;
  }
}
#expertenbeitrag #expertenContainer .expertenContent {
  display: grid;
  display: -ms-grid;
  grid-auto-flow: column;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  width: 100%;
  grid-auto-flow: column;
}
@media only screen and (min-width: 1024px) {
  #expertenbeitrag #expertenContainer .expertenContent {
    -ms-grid-columns: 30% 30% 30% 10%;
    -ms-grid-column-span: 4;
    grid-template-columns: 30% 30% 30% 10%;
    -ms-grid-rows: 2fr;
    grid-template-rows: 2fr;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1023px) {
  #expertenbeitrag #expertenContainer .expertenContent {
    -ms-grid-columns: 33% 33% 33%;
    -ms-grid-column-span: 4;
    grid-template-columns: 33% 33% 33%;
    -ms-grid-rows: 2fr;
    grid-template-rows: 2fr;
  }
}
#expertenbeitrag #expertenContainer .expertenContent img {
  height: auto;
  width: 100%;
}
#expertenbeitrag #expertenContainer .expertenContent span {
  color: #ca070a;
}
#expertenbeitrag #expertenContainer .expertenContent .link {
  margin-top: 1em;
  text-decoration: underline;
}
#expertenbeitrag #expertenContainer .expertenContent .imageCaption {
  margin-top: 1em;
}
#expertenbeitrag #expertenContainer .expertenContent .expertenTextContainer {
  letter-spacing: 1px;
  color: #000;
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  #expertenbeitrag #expertenContainer .expertenContent .expertenTextContainer {
    height: 210px;
  }
}
@media only screen and (max-width: 1200px) {
  #expertenbeitrag #expertenContainer .expertenContent .expertenTextContainer .next {
    margin-top: 20px;
  }
}
#expertenbeitrag #expertenContainer .expertenContent .expertenSecondItem {
  margin-left: 15px;
  margin-right: 15px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 700px) {
  #expertenbeitrag #expertenContainer .expertenContent .expertenSecondItem {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#expertenbeitrag #expertenContainer .expertenContent .expertenFirstItem {
  margin-left: 15px;
  margin-right: 15px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 700px) {
  #expertenbeitrag #expertenContainer .expertenContent .expertenFirstItem {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
#expertenbeitrag #expertenContainer .expertenContent .expertenThirdItem {
  margin-left: 10px;
  margin-right: 10px;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 700px) {
  #expertenbeitrag #expertenContainer .expertenContent .expertenThirdItem {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1023px) {
  #expertenbeitrag #expertenContainer .expertenContent .expertenSecondItem a img, #expertenbeitrag #expertenContainer .expertenContent .expertenFirstItem a img, #expertenbeitrag #expertenContainer .expertenContent .expertenThirdItem a img {
    height: 150px !important;
    width: 200px !important;
  }
  #expertenbeitrag #expertenContainer .expertenContent .expertenSecondItem a .centralContent, #expertenbeitrag #expertenContainer .expertenContent .expertenFirstItem a .centralContent, #expertenbeitrag #expertenContainer .expertenContent .expertenThirdItem a .centralContent {
    margin-bottom: 37px;
  }
  #expertenbeitrag #expertenContainer .expertenContent .expertenSecondItem a .expertenTextContainer, #expertenbeitrag #expertenContainer .expertenContent .expertenFirstItem a .expertenTextContainer, #expertenbeitrag #expertenContainer .expertenContent .expertenThirdItem a .expertenTextContainer {
    height: 275px !important;
  }
  #expertenbeitrag #expertenContainer .expertenContent .expertenSecondItem a .next, #expertenbeitrag #expertenContainer .expertenContent .expertenFirstItem a .next, #expertenbeitrag #expertenContainer .expertenContent .expertenThirdItem a .next {
    width: 160px !important;
  }
}
@media only screen and (max-width: 1200px) {
  #expertenbeitrag #expertenContainer .expertenContent .expertenSecondItem, #expertenbeitrag #expertenContainer .expertenContent .expertenFirstItem, #expertenbeitrag #expertenContainer .expertenContent .expertenThirdItem {
    padding: 1em;
  }
}

#expert .container #expertHeadline {
  background-image: linear-gradient(0deg, #fce4c7, #fce4c7 11%, #ea8d1b 11%, #ea8d1b 21.5%, #fce4c7 21.5%, #fce4c7);
  height: 360px;
  margin-bottom: 100px;
  margin-top: 0;
}
#expert .container #expertHeadline h2 {
  border-top: none !important;
  font-weight: bold;
  color: #ea8d1b;
  font-sie: 2em;
  z-index: 100;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline h2 {
    font-size: 4em;
  }
}
#expert .container #expertHeadline .expertHeadlineText {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  grid-auto-flow: column;
  grid-gap: 10px;
}
@media only screen and (min-width: 480px) {
  #expert .container #expertHeadline .expertHeadlineText {
    -ms-grid-columns: 50%;
    grid-template-columns: 50%;
  }
}
#expert .container #expertHeadline .usHeadlineImage {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  width: 100%;
  grid-gap: 10px;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .usHeadlineImage {
    margin-top: -115px !important;
  }
}
@media only screen and (min-width: 480px) {
  #expert .container #expertHeadline .usHeadlineImage {
    -ms-grid-columns: 40% 60%;
    -ms-grid-rows: 1fr;
    grid-template-columns: 40% 40%;
    grid-template-rows: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  #expert .container #expertHeadline .usHeadlineImage .space {
    display: none;
  }
}
#expert .container #expertHeadline .usHeadlineImage img {
  max-width: 100%;
  max-height: 350px;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .usHeadlineImage img {
    max-width: 100%;
  }
}
#expert .container #expertHeadline .usHeadlineImage .space {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#expert .container #expertHeadline .usHeadlineImage .image {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .pzHeadlineImage {
    margin-top: -35px !important;
  }
}
#expert .container #expertHeadline .expertHeadlineImage {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  margin-top: 50px !important;
  width: 100%;
  grid-auto-flow: column;
  grid-gap: 10px;
  margin-top: -170px;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .expertHeadlineImage {
    margin-top: -50px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .expertHeadlineImage {
    -ms-grid-columns: 40% 40%;
    -ms-grid-rows: 1fr;
    grid-template-columns: 40% 40%;
    grid-template-rows: 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertHeadline .expertHeadlineImage .space {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .expertHeadlineImage {
    margin-top: -180px !important;
  }
}
#expert .container #expertHeadline .expertHeadlineImage img {
  width: 100%;
  max-height: 350px;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .expertHeadlineImage img {
    max-width: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertHeadline .pzInterview {
    margin-top: -45px !important;
  }
}
#expert .container #expertUnderImage {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  width: 80%;
  grid-auto-flow: column;
  grid-gap: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertUnderImage {
    -ms-grid-columns: 20% 40% 40%;
    grid-template-columns: 20% 40% 40%;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertUnderImage .space {
    display: none;
  }
}
#expert .container #expertUnderImage .interviewWith {
  font-size: 1.2em;
  color: #ea8d1b;
}
#expert .container #expertUnderImage .interviewWithDate {
  font-size: 0.7em;
  color: #c9c9c9;
  font-weight: bold;
}
#expert .container #expertUnderImage .space {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertUnderImage .space {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#expert .container #expertUnderImage .bildInformationen {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertUnderImage .bildInformationen {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#expert .container #expertUnderImage .bildInformation {
  color: #003b4d;
  font-weight: bold;
  font-size: 1.3em;
}
#expert .container #expertContentGridPz {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr 1000px;
  grid-template-rows: 1fr 1000px;
  width: 90%;
  grid-auto-flow: column;
  grid-gap: 10px;
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertContentGridPz {
    -ms-grid-columns: 70% 30%;
    -ms-grid-rows: 1fr;
    grid-template-columns: 70% 30%;
    grid-template-rows: 1fr;
    width: 100%;
  }
}
@media only screen and (width: 1024px) {
  #expert .container #expertContentGridPz {
    -ms-grid-rows: 1fr 1400px;
    grid-template-rows: 1fr 1400px;
  }
}
@media only screen and (width: 768px) {
  #expert .container #expertContentGridPz {
    -ms-grid-rows: 1fr 1200px;
    grid-template-rows: 1fr 1200px;
  }
}
#expert .container #expertContentGridPz h4 {
  color: #ea8d1b;
}
#expert .container #expertContentGridPz u {
  color: #ea8d1b;
}
#expert .container #expertContentGridPz .expertContentFirst {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGridPz .expertContentFirst {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
#expert .container #expertContentGridPz .expertContentSecond {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGridPz .expertContentSecond {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGridPz .expertContentSecond #expertChart {
    width: 400px !important;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGridPz .expertContentSecond #expertChartImmo {
    width: 400px !important;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#expert .container #expertContentGridPz .expertContentSecond .chartContentText {
  text-align: center;
  color: #ea8d1b;
}
#expert .container #expertContentGridPz .expertContentSecond .expertContentFourth {
  color: #ea8d1b;
  font-size: 1.5em;
  padding-left: 1em;
}
#expert .container #expertContentGridPz .expertContentFourth {
  color: #ea8d1b;
  font-size: 1.5em;
  padding-left: 1em;
  margin-top: 1em;
}
#expert .container #expertContentGridPz p {
  color: #003b4d;
}
#expert .container #expertContentGrid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr 450px;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 450px;
  grid-auto-rows: 1fr;
  width: 90%;
  grid-auto-flow: column;
  grid-gap: 10px;
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertContentGrid {
    -ms-grid-columns: 70% 30% 70% 30%;
    -ms-grid-rows: 1fr;
    grid-template-columns: 70% 30% 70% 30%;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    width: 100%;
  }
}
#expert .container #expertContentGrid h4 {
  color: #ea8d1b;
}
#expert .container #expertContentGrid u {
  color: #ea8d1b;
}
#expert .container #expertContentGrid .expertContentFirst {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGrid .expertContentFirst {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
#expert .container #expertContentGrid .expertContentFourth {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGrid .expertContentFourth {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGrid .expertContentSecond #expertChart {
    width: 400px !important;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  #expert .container #expertContentGrid .expertContentSecond #expertChartImmo {
    width: 400px !important;
    height: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#expert .container #expertContentGrid .expertContentSecond .chartContentText {
  text-align: center;
  color: #ea8d1b;
}
#expert .container #expertContentGrid .expertContentSecond .expertContentFourth {
  color: #ea8d1b;
  font-size: 1.5em;
  padding-left: 1em;
  margin-top: 1em;
}
@media only screen and (min-width: 1200px) {
  #expert .container #expertContentGrid .expertContentThird {
    height: 200px;
  }
}
#expert .container #expertContentGrid .expertContentFourth {
  color: #ea8d1b;
  font-size: 1.5em;
  padding-left: 1em;
  margin-top: 0.6em;
}
#expert .container #expertContentGrid p {
  color: #003b4d;
}

/* ==========================================================================
   Menu
   ========================================================================== */
nav {
  display: flex;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
}
nav ul {
  list-style: none;
}
nav li {
  display: inline-block;
  border: 1px solid #003b4d;
  width: 180px;
  text-align: center;
  margin: 10px;
  padding-top: 7px;
  padding-bottom: 3px;
  transition: background-color 1s ease;
}
nav li a {
  text-decoration: none;
  display: block;
}
nav li a:hover {
  cursor: pointer;
}
nav li:hover {
  background-color: #003b4d;
  cursor: pointer;
  transition: background-color 1s ease;
}
nav li:hover a {
  color: #fff;
}
nav li.lang {
  border: none;
  width: auto;
}
nav li.lang:hover {
  background-color: #fff;
}
nav li.lang:hover a {
  color: #EA8C00;
}
@media (max-width: 640px) {
  nav {
    position: absolute;
    background: white;
    top: 90px;
    left: 0;
    height: 0;
    transition: height .5s;
    overflow: hidden;
  }
  nav.toggled {
    height: 80vh;
    height: 600px;
    transition: height .8s;
  }
  nav ul {
    text-align: center;
    padding-left: 0;
  }
  nav ul li {
    margin-bottom: 1.5em;
  }
  nav ul li.lang {
    display: block;
    margin-top: 50px;
  }
}
@media (min-width: 640px) {
  nav {
    align-items: center;
  }
}

#mobile-navigation {
  margin-left: auto;
  float: right;
}
@media (min-width: 640px) {
  #mobile-navigation {
    display: none;
  }
}
#mobile-navigation ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
#mobile-navigation li {
  display: inline-block;
  height: 27px;
  width: 27px;
}
#mobile-navigation li#menu-open {
  margin-left: 10px;
}
