@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300.woff") format("woff"), url("../fonts/roboto-v20-latin-300.ttf") format("truetype"), url("../fonts/roboto-v20-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-500.woff") format("woff"), url("../fonts/roboto-v20-latin-500.ttf") format("truetype"), url("../fonts/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica Neue", "Roboto", Verdana, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 26px; }

::-moz-selection {
  background: #00275A;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #00275A;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 5px;
  background: #F7F7F7;
  border: none;
  position: relative;
  margin: 20px 0;
  padding: 0 !important; }

.cont > .frame.frame-type-div > .inner > hr.ce-div {
  margin: 105px 0 90px; }
  @media screen and (max-width: 768px) {
    .cont > .frame.frame-type-div > .inner > hr.ce-div {
      margin: 55px 0 40px; } }
  .cont > .frame.frame-type-div > .inner > hr.ce-div:after {
    content: '';
    display: inline-block;
    background: #fff url(../Images/blue-graphic.svg) no-repeat right top;
    background-size: 85px 68px;
    width: 85px;
    height: 68px;
    padding-left: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%); }

.cont > .frame.frame-type-div.frame-hrleft > .inner > hr.ce-div {
  margin: 155px 0 80px; }
  @media screen and (max-width: 768px) {
    .cont > .frame.frame-type-div.frame-hrleft > .inner > hr.ce-div {
      margin: 65px 0 40px; } }
  .cont > .frame.frame-type-div.frame-hrleft > .inner > hr.ce-div:after {
    content: '';
    display: inline-block;
    background: #fff url(../Images/blue-graphic.svg) no-repeat left top;
    background-size: 85px 68px;
    width: 85px;
    height: 68px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%); }

.cont > .frame.frame-type-div.frame-hrred > .inner > hr.ce-div:after {
  background: #fff url(../Images/red-graphic.svg) no-repeat left top; }

img:not(.is_svg), video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
  min-height: 1px;
  min-width: 1px; }

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px; }

.image-embed-item.is_svg {
  max-width: 100%; }

figure {
  margin: 0; }

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center; }
  .browsehappy a {
    color: #fff !important; }

a {
  color: #00275A;
  text-decoration: none; }
  a:hover {
    color: #FBBA00; }

a[href*="//"] {
  position: relative; }
  a[href*="//"]:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    background: url("../Images/external-link.svg") no-repeat center left;
    background-size: 100% auto;
    margin-right: 10px; }

figure a[href*="//"]:before {
  content: none; }

.allcont ul li {
  padding: 5px 10px 5px 25px;
  position: relative; }
  .allcont ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #00275A;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px; }
  .allcont ul li ul li {
    padding: 5px 10px 5px 20px; }
    .allcont ul li ul li::before {
      background: #003d8d; }

.allcont ol {
  margin: 10px 0;
  counter-reset: item; }
  .allcont ol li {
    padding: 5px 0 5px 1.7em;
    counter-increment: item;
    position: relative; }
    .allcont ol li:before {
      content: counter(item) ".";
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 0;
      font-weight: bold; }

.allcont .frame .arrow-li {
  padding: 4px 10px 4px 45px;
  position: relative;
  margin-top: 25px; }
  .allcont .frame .arrow-li:before {
    content: "";
    width: 15px;
    height: 16px;
    background: url(../Images/Yellow-arrows.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 10px; }
  .allcont .frame .arrow-li + .arrow-li {
    margin-top: 0; }

.allcont .ce-textpic .ce-gallery {
  margin-bottom: 0;
  margin-top: 12px; }

.allcont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px; }

.ce-above .ce-gallery {
  margin-bottom: 0; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.frame-space-before-extra-small {
  margin-top: 30px; }

.frame-space-before-small {
  margin-top: 45px; }

.frame-space-before-medium {
  margin-top: 70px; }

.frame-space-before-large {
  margin-top: 130px; }

.frame-space-before-extra-large {
  margin-top: 200px; }

.frame-space-after-extra-small {
  margin-bottom: 30px; }

.frame-space-after-small {
  margin-bottom: 45px; }

.frame-space-after-medium {
  margin-bottom: 70px; }

.frame-space-after-large {
  margin-bottom: 130px; }

.frame-space-after-extra-large {
  margin-bottom: 200px; }

/*Textstile -----------------------------------------*/
a.button,
.powermail_submit {
  display: inline-block;
  color: #fff;
  padding: 17px 20px 20px 65px;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  background: #00275A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  margin-top: 15px; }
  a.button:before,
  .powermail_submit:before {
    content: '';
    display: block;
    background: url(../Images/weisser-pfeil.svg) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  a.button:hover,
  .powermail_submit:hover {
    padding: 17px 20px 20px 75px;
    color: #fff; }
  a.button.button--red,
  .powermail_submit.button--red {
    background: #D50C2F; }

.bluetext {
  color: #00275A; }

.yellowtext {
  color: #FBBA00; }

.redtext {
  color: #D50C2F; }
  .redtext a {
    color: #D50C2F; }

.largetext {
  font-size: 21px; }

.uppercase {
  text-transform: uppercase; }

.tel {
  display: inline-block;
  padding-left: 45px;
  position: relative; }
  .tel:before {
    content: '';
    display: inline-block;
    background: url(../Images/phone-black.svg) no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px; }

.mail {
  display: inline-block;
  padding-left: 45px;
  position: relative; }
  .mail:before {
    content: '';
    display: inline-block;
    background: url(../Images/mail-black.svg) no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 8px; }

.person {
  display: inline-block;
  padding-left: 45px;
  position: relative; }
  .person:before {
    content: '';
    display: inline-block;
    background: url(../Images/person-icon-black.svg) no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px; }

.adress {
  display: inline-block;
  padding-left: 45px;
  position: relative; }
  .adress:before {
    content: '';
    display: inline-block;
    background: url(../Images/location-icon-black.svg) no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px; }

.clock {
  display: inline-block;
  padding-left: 45px;
  position: relative; }
  .clock:before {
    content: '';
    display: inline-block;
    background: url(../Images/clock-icon-black.svg) no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px; }

.frame-redbox .tel:before, .frame-redbox .mail:before, .frame-redbox .person:before, .frame-redbox .adress:before, .frame-redbox .clock:before {
  filter: invert(1); }

.allcont .checklist {
  margin-top: 15px; }
  .allcont .checklist li {
    padding: 5px 10px 5px 30px; }
    .allcont .checklist li:before {
      background: url("../Images/checksymbol.svg") no-repeat center center;
      background-size: 18px auto;
      width: 18px;
      height: 14px;
      border-radius: 0;
      top: 10px; }
  .allcont .checklist.checklist--red li::before {
    background: url("../Images/checksymbol-red.svg") no-repeat center center; }

.facts {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  background: #00275A;
  position: relative;
  margin-right: 15px; }
  .facts:after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 8px;
    border-color: transparent transparent transparent #00275A; }

/*Rahmen -----------------------------------------*/
.frame-greybox {
  background: #F7F7F7;
  padding: 5%; }

.frame-redbox {
  background: #00275A;
  padding: 5%;
  color: #fff; }
  .frame-redbox H1, .frame-redbox H2, .frame-redbox H3, .frame-redbox H4, .frame-redbox H5, .frame-redbox H6, .frame-redbox A {
    color: #fff; }
  .frame-redbox hr {
    height: 3px;
    background: #fff;
    margin: 20px 0 40px; }
  .frame-redbox a.button {
    background-color: #fff;
    color: #00275A; }
    .frame-redbox a.button:before {
      background: url(../Images/roter-pfeil.svg) no-repeat;
      background-size: 100%;
      width: 25px;
      height: 20px; }

.frame-yellowbox {
  background: #FBBA00;
  padding: 5%; }

.cont > .frame.frame-smallwidth {
  max-width: 640px;
  margin: 0 auto; }

.frame-logo .gridrow {
  align-items: stretch !important; }
  .frame-logo .gridrow > .col {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F7F7F7;
    padding: 20px;
    transition: all .3s ease-in-out; }
    .frame-logo .gridrow > .col:hover {
      background: #F7F7F7; }
    .frame-logo .gridrow > .col.empty {
      border: none; }
      .frame-logo .gridrow > .col.empty:hover {
        background: transparent; }

/*Layouts -----------------------------------------*/
.head .inner,
.foot .foottop > .inner,
.foot .footbtm > .inner {
  width: 96%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto; }

.cont > .frame {
  width: 96%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto; }

.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-10.frame-greybox {
    padding: 20px 0; }

.cont > .frame.frame-layout-20 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-20 > .inner {
    width: 96%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto; }

/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }
  .gridrow .col + .col {
    margin-left: 50px; }
  .gridrow.align__middle {
    align-items: center; }
  .gridrow.align__top {
    align-items: flex-start; }
  .gridrow.align__bottom {
    align-items: flex-end; }

/*Boxen 2er%*/
.grid2cols > .col {
  width: calc(50% - (50px / 2)); }

/*Boxen 3er%*/
.grid3cols > .col {
  width: calc(33.333% - (2 * 50px / 3)); }

/*Boxen 4er%*/
.grid4cols > .col {
  width: calc(25% - (3 * 50px / 4)); }

/*Boxen 5er%*/
.grid5cols > .col {
  width: calc(20% - (4 * 50px / 5)); }

/*Boxen 33%-66%*/
.col_pos_33-66 > .col.col1 {
  width: calc(34% - (50px / 2)); }

.col_pos_33-66 > .col.col2 {
  width: calc(66% - (50px / 2)); }
  .col_pos_33-66 > .col.col2 hr {
    height: 5px;
    background: #00275A;
    margin: 0; }

/*Boxen 66%-33%*/
.col_pos_66-33 > .col.col1,
.col_pos_66-33-quote > .col.col1 {
  width: calc(66% - (50px / 2)); }
  .col_pos_66-33 > .col.col1 hr,
  .col_pos_66-33-quote > .col.col1 hr {
    height: 5px;
    background: #00275A;
    margin: 0; }

.col_pos_66-33 > .col.col2,
.col_pos_66-33-quote > .col.col2 {
  width: calc(34% - (50px / 2)); }

/*Boxen 20%-80%*/
.col_pos_20-80 > .col.col1 {
  width: calc(20% - (50px / 2)); }

.col_pos_20-80 > .col.col2 {
  width: calc(80% - (50px / 2)); }

/*Boxen 80%-20%*/
.col_pos_80-20 > .col.col1 {
  width: calc(80% - (50px / 2)); }

.col_pos_80-20 > .col.col2 {
  width: calc(20% - (50px / 2)); }

@media all and (max-width: 1024px) {
  .gridrow,
  .imgtxt__container .wrapper {
    flex-direction: column; }
    .gridrow .col + .col,
    .imgtxt__container .wrapper .col + .col {
      margin-left: 0;
      margin-top: 2%; }
    .gridrow > .text,
    .imgtxt__container .wrapper > .text {
      margin-top: 2%; }
  .grid2cols > .col,
  .grid3cols > .col,
  .grid4cols > .col,
  .grid5cols > .col,
  .imgtxt__container .wrapper > .col {
    width: 100%; }
  .grid2cols > .image,
  .grid2cols > .text,
  .grid3cols > .image,
  .grid3cols > .text,
  .grid4cols > .image,
  .grid4cols > .text,
  .grid5cols > .image,
  .grid5cols > .text,
  .imgtxt__container .wrapper > .image,
  .imgtxt__container .wrapper > .text {
    width: 100%; }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2,
  .col_pos_66-33-quote > .col.col1,
  .col_pos_66-33-quote > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2 {
    width: 100%; } }

/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden; }
  .site .breadCrumb {
    max-width: 1360px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 24px; }
    .site .breadCrumb a {
      font: 300 14px "Helvetica Neue", "Roboto", Verdana, Arial, sans-serif;
      color: #808080; }
    .site .breadCrumb ul {
      display: flex;
      margin-left: 12px; }
      .site .breadCrumb ul li {
        position: relative; }
        .site .breadCrumb ul li:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          background: url("../Images/blue-arrow-graphic.svg") no-repeat center center;
          margin-right: 7px;
          background-size: 10px auto; }
        .site .breadCrumb ul li + li {
          margin-left: 12px; }
        .site .breadCrumb ul li.active a {
          color: #000; }
  .site .allcont {
    flex: 1 0 auto;
    padding: 45px 0 0; }
    .site .allcont .cont > div:last-child {
      margin-bottom: 100px; }
      .site .allcont .cont > div:last-child.frame-greybox {
        margin-bottom: 0; }

#uid2 .site .allcont {
  padding: 80px 0 0; }
  #uid2 .site .allcont .cont > div:last-child {
    margin-bottom: 100px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0;
  font-family: "Helvetica Neue", "Roboto", Verdana, Arial, sans-serif;
  line-height: 120%;
  color: #00275A; }
  h1 + *,
  h2 + *,
  h3 + *,
  h4 + *,
  h5 + *,
  h6 + * {
    padding-top: 0.5em; }
  h1.h-redtext,
  h2.h-redtext,
  h3.h-redtext,
  h4.h-redtext,
  h5.h-redtext,
  h6.h-redtext {
    color: #D50C2F; }

h1 {
  font-size: 49px;
  position: relative;
  padding-left: 160px; }
  h1:before {
    content: '';
    display: inline-block;
    background: url(../Images/blue-arrow-graphic.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 90px;
    position: absolute;
    top: 4px;
    left: 0; }
    @media screen and (max-width: 768px) {
      h1:before {
        display: none; } }
  h1.h-redtext:before {
    background: url(../Images/red-arrow-graphic.svg) no-repeat;
    background-size: 100% 100%; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 32px;
      padding-left: 0;
      min-height: inherit; } }
.layout_pagets__default h1 {
  padding-left: 62px; }
  .layout_pagets__default h1:before {
    content: '';
    background-size: 100% auto;
    height: 29px;
    width: 27px;
    position: absolute;
    top: 18px;
    left: 0; }

h2 {
  font-size: 34px;
  margin-bottom: 10px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 23px; }

h5 {
  font-size: 20px;
  font-weight: 700; }

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + p {
  margin-top: 1em; }

i,
em {
  font-style: italic; }

strong,
b {
  font-weight: 700; }

input, select, textarea {
  width: 100%;
  border: 2px solid #F7F7F7;
  padding: 10px 15px; }
  input:focus, select:focus, textarea:focus {
    background: #eee;
    outline: none; }

input[type="submit"] {
  width: auto;
  cursor: pointer; }

select {
  height: 41px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none;
  height: 150px; }

input[type='radio'], input[type='checkbox'] {
  width: auto;
  margin-right: 5px; }

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000; }

.powermail_submit {
  padding: 20px 40px 20px; }
  .powermail_submit:hover {
    background-color: #FBBA00;
    padding: 20px 40px 20px; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  opacity: 1;
  color: #ccc; }

::-moz-placeholder {
  opacity: 1;
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

:focus {
  outline: rgba(255, 255, 255, 0); }

/*Tabelle*/
.allcont table {
  width: 100%;
  margin: 10px 0px 5px; }
  .allcont table tr th {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #00275A;
    padding: 10px 15px;
    border-right: 1px solid #fff; }
  .allcont table tr td {
    padding: 3px 0; }
  .allcont table thead + tbody tr:nth-child(even) {
    background-color: #F7F7F7; }
  .allcont table thead + tbody td {
    padding: 5px 15px;
    border-right: 1px solid #fff; }

.head {
  position: relative; }
  .head .head2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
    z-index: 100;
    width: 100%;
    transform: translateY(0);
    background-color: #fff; }
    .head .head2 > .inner {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      max-width: 1670px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .head .head2 > .inner .logo {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: url(../Images/logoMM.png) no-repeat 0;
        background-size: 100% auto;
        width: 138px;
        height: 82px;
        margin: 15px 0 25px; }
        .head .head2 > .inner .logo a {
          display: block;
          width: 100%;
          height: 100%; }
          .head .head2 > .inner .logo a span {
            display: none; }

/* STICKY NAV */
#subhead {
  position: relative;
  background-color: #00275A;
  padding-bottom: 100px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #subhead {
      padding-bottom: 15px; } }
  #subhead #subhead2 {
    max-height: 340px;
    max-width: 1670px;
    margin: 0 auto;
    width: 96%; }
    #subhead #subhead2 .button, #subhead #subhead2 input[type=submit], #subhead #subhead2 button {
      background-color: #fff;
      color: #00275A;
      margin-top: 30px; }
      #subhead #subhead2 .button:before, #subhead #subhead2 input[type=submit]:before, #subhead #subhead2 button:before {
        background: url(../Images/blue-arrow.svg) no-repeat;
        background-size: 100%;
        width: 25px;
        height: 20px; }
    #subhead #subhead2 .bannerimage {
      overflow: hidden;
      height: 100%;
      max-height: 340px; }
      #subhead #subhead2 .bannerimage img {
        max-height: 340px;
        width: 100%;
        object-fit: cover; }
      @media screen and (max-width: 1024px) {
        #subhead #subhead2 .bannerimage {
          height: 100%; } }
    #subhead #subhead2 .gridrow {
      position: relative; }
      @media screen and (max-width: 1024px) {
        #subhead #subhead2 .gridrow {
          display: flex;
          flex-direction: inherit; } }
      @media screen and (max-width: 768px) {
        #subhead #subhead2 .gridrow {
          flex-direction: column; } }
      #subhead #subhead2 .gridrow .col + .col {
        margin-left: 0; }
    #subhead #subhead2 .banner_20-80 > .col.col1 {
      width: calc(16.5%);
      z-index: 99; }
      @media screen and (max-width: 1024px) {
        #subhead #subhead2 .banner_20-80 > .col.col1 {
          width: 200px;
          padding-right: 20px; } }
      @media screen and (max-width: 768px) {
        #subhead #subhead2 .banner_20-80 > .col.col1 {
          width: auto;
          padding-right: 0;
          text-align: center;
          padding-bottom: 20px; }
          #subhead #subhead2 .banner_20-80 > .col.col1 .ce-gallery,
          #subhead #subhead2 .banner_20-80 > .col.col1 .ce-column {
            float: none; }
          #subhead #subhead2 .banner_20-80 > .col.col1 .image {
            display: inline-block; } }
    #subhead #subhead2 .banner_20-80 > .col.col2 {
      width: calc(84%);
      position: relative; }
      @media screen and (max-width: 1024px) {
        #subhead #subhead2 .banner_20-80 > .col.col2 {
          width: calc(100% - 200px - 20px); } }
      @media screen and (max-width: 768px) {
        #subhead #subhead2 .banner_20-80 > .col.col2 {
          width: 100%;
          margin: 0; } }
      #subhead #subhead2 .banner_20-80 > .col.col2:before {
        content: '';
        display: block;
        width: 500px;
        height: 800px;
        background-color: #00275A;
        transform: rotate(-20deg);
        position: absolute;
        top: -47px;
        left: -385px;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          #subhead #subhead2 .banner_20-80 > .col.col2:before {
            display: none; } }
      #subhead #subhead2 .banner_20-80 > .col.col2 > .frame-type-pxmesse_bannerimage {
        display: none; }
      #subhead #subhead2 .banner_20-80 > .col.col2 > .frame-type-pxmesse_bannerimage:first-child {
        display: block;
        z-index: 1; }
    #subhead #subhead2 .banner_33 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media screen and (max-width: 1024px) {
        #subhead #subhead2 .banner_33 {
          flex-wrap: wrap;
          flex-direction: row; } }
      @media screen and (max-width: 470px) {
        #subhead #subhead2 .banner_33 {
          flex-direction: column; } }
      #subhead #subhead2 .banner_33 .col + .col {
        margin-top: 0; }
      #subhead #subhead2 .banner_33 .slick-dots {
        bottom: 10px;
        right: 100px; }
      #subhead #subhead2 .banner_33 > .col.col1 {
        width: 33.33%;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 150px; }
        @media screen and (min-width: 2000px) {
          #subhead #subhead2 .banner_33 > .col.col1 {
            width: 40%; } }
        @media screen and (max-width: 1200px) {
          #subhead #subhead2 .banner_33 > .col.col1 {
            width: 38%; } }
        @media screen and (max-width: 1024px) {
          #subhead #subhead2 .banner_33 > .col.col1 {
            order: 0;
            width: 50%;
            min-height: 500px;
            margin-bottom: 0;
            padding-bottom: 50px; } }
        @media screen and (max-width: 650px) {
          #subhead #subhead2 .banner_33 > .col.col1 {
            width: 100%;
            min-height: auto;
            padding-bottom: 40px; } }
      #subhead #subhead2 .banner_33 > .col.col2 {
        width: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%); }
        @media screen and (min-width: 2000px) {
          #subhead #subhead2 .banner_33 > .col.col2 {
            width: 40%; } }
        @media screen and (max-width: 1200px) {
          #subhead #subhead2 .banner_33 > .col.col2 {
            width: 45%; } }
        @media screen and (max-width: 1024px) {
          #subhead #subhead2 .banner_33 > .col.col2 {
            position: relative;
            order: 2;
            width: 100%; } }
        #subhead #subhead2 .banner_33 > .col.col2 > .frame-type-pxmesse_bannerimage {
          display: none; }
        #subhead #subhead2 .banner_33 > .col.col2 > .frame-type-pxmesse_bannerimage:first-child {
          display: block;
          z-index: 1; }
      #subhead #subhead2 .banner_33 > .col.col3 {
        width: 33.33%;
        z-index: 99;
        background: #D50C2F;
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 150px; }
        @media screen and (min-width: 2000px) {
          #subhead #subhead2 .banner_33 > .col.col3 {
            width: 40%; } }
        @media screen and (max-width: 1200px) {
          #subhead #subhead2 .banner_33 > .col.col3 {
            width: 38%; } }
        @media screen and (max-width: 1024px) {
          #subhead #subhead2 .banner_33 > .col.col3 {
            order: 0;
            width: 50%;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
            min-height: 500px;
            padding-bottom: 50px; } }
        @media screen and (max-width: 650px) {
          #subhead #subhead2 .banner_33 > .col.col3 {
            width: 100%;
            min-height: auto;
            padding: 40px 0; } }
    #subhead #subhead2 .ce-gallery {
      margin-bottom: 0; }
    #subhead #subhead2 _::selection,
    #subhead #subhead2 svg {
      left: 16.5%; }
    #subhead #subhead2 svg {
      position: absolute;
      left: 15.99%;
      top: 0;
      z-index: 999; }
      @media screen and (max-width: 1500px) {
        #subhead #subhead2 svg {
          height: 570px !important; } }
      @media screen and (max-width: 1360px) {
        #subhead #subhead2 svg {
          height: 495px !important; } }
      @media screen and (max-width: 1200px) {
        #subhead #subhead2 svg {
          height: 470px !important; } }
      @media screen and (max-width: 1024px) {
        #subhead #subhead2 svg {
          left: 200px;
          height: 370px !important; } }
      @media screen and (max-width: 768px) {
        #subhead #subhead2 svg {
          display: none; } }
    #subhead #subhead2 .col2 .image {
      max-height: 340px;
      max-width: 1400px; }
    #subhead #subhead2 .col2 .slick-list {
      max-height: 630px;
      overflow: hidden; }
    #subhead #subhead2 .col2 .slick-dots {
      text-align: right;
      z-index: 99;
      position: relative; }
      @media screen and (max-width: 768px) {
        #subhead #subhead2 .col2 .slick-dots {
          bottom: 5px; } }
      #subhead #subhead2 .col2 .slick-dots li .button, #subhead #subhead2 .col2 .slick-dots li input[type=submit], #subhead #subhead2 .col2 .slick-dots li button {
        background-color: rgba(255, 255, 255, 0.6); }
      #subhead #subhead2 .col2 .slick-dots li.slick-active .button, #subhead #subhead2 .col2 .slick-dots li.slick-active input[type=submit], #subhead #subhead2 .col2 .slick-dots li.slick-active button {
        background-color: #fff; }
    #subhead #subhead2 .ce-textpic.ce-above .ce-gallery + .ce-bodytext {
      padding-top: 50px; }
      @media screen and (max-width: 768px) {
        #subhead #subhead2 .ce-textpic.ce-above .ce-gallery + .ce-bodytext {
          padding-top: 20px; } }
    #subhead #subhead2 .ce-bodytext {
      color: #fff; }
      #subhead #subhead2 .ce-bodytext .largetext {
        font-size: 25px; }

#uid2 #subhead,
#uid25 #subhead {
  padding-bottom: 0; }
  #uid2 #subhead #subhead2,
  #uid25 #subhead #subhead2 {
    height: 680px;
    max-height: none;
    max-width: none;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      #uid2 #subhead #subhead2,
      #uid25 #subhead #subhead2 {
        height: auto; } }
    #uid2 #subhead #subhead2 > div,
    #uid25 #subhead #subhead2 > div {
      height: 100%; }
      #uid2 #subhead #subhead2 > div .inner,
      #uid25 #subhead #subhead2 > div .inner {
        height: 100%; }
      #uid2 #subhead #subhead2 > div .gridrow,
      #uid25 #subhead #subhead2 > div .gridrow {
        height: 100%; }
    #uid2 #subhead #subhead2 .bannerimage,
    #uid25 #subhead #subhead2 .bannerimage {
      max-height: 630px; }
      @media screen and (max-width: 1024px) {
        #uid2 #subhead #subhead2 .bannerimage,
        #uid25 #subhead #subhead2 .bannerimage {
          max-height: 500px; } }
      @media screen and (max-width: 768px) {
        #uid2 #subhead #subhead2 .bannerimage,
        #uid25 #subhead #subhead2 .bannerimage {
          max-height: 400px; } }
      @media screen and (max-width: 470px) {
        #uid2 #subhead #subhead2 .bannerimage,
        #uid25 #subhead #subhead2 .bannerimage {
          max-height: 200px; } }
      #uid2 #subhead #subhead2 .bannerimage .image,
      #uid25 #subhead #subhead2 .bannerimage .image {
        max-height: 630px;
        min-height: 630px; }
        @media screen and (max-width: 1024px) {
          #uid2 #subhead #subhead2 .bannerimage .image,
          #uid25 #subhead #subhead2 .bannerimage .image {
            max-height: 500px;
            min-height: 500px; } }
        @media screen and (max-width: 768px) {
          #uid2 #subhead #subhead2 .bannerimage .image,
          #uid25 #subhead #subhead2 .bannerimage .image {
            max-height: 400px;
            min-height: 400px; } }
        @media screen and (max-width: 470px) {
          #uid2 #subhead #subhead2 .bannerimage .image,
          #uid25 #subhead #subhead2 .bannerimage .image {
            max-height: 200px;
            min-height: 200px; } }
        #uid2 #subhead #subhead2 .bannerimage .image img,
        #uid25 #subhead #subhead2 .bannerimage .image img {
          max-height: 630px;
          min-height: 630px;
          width: 100%;
          object-fit: cover; }
          @media screen and (max-width: 1024px) {
            #uid2 #subhead #subhead2 .bannerimage .image img,
            #uid25 #subhead #subhead2 .bannerimage .image img {
              max-height: 500px;
              min-height: 500px; } }
          @media screen and (max-width: 768px) {
            #uid2 #subhead #subhead2 .bannerimage .image img,
            #uid25 #subhead #subhead2 .bannerimage .image img {
              max-height: 400px;
              min-height: 400px; } }
          @media screen and (max-width: 470px) {
            #uid2 #subhead #subhead2 .bannerimage .image img,
            #uid25 #subhead #subhead2 .bannerimage .image img {
              max-height: 200px;
              min-height: 200px; } }
        @media screen and (max-width: 768px) {
          #uid2 #subhead #subhead2 .bannerimage .image,
          #uid25 #subhead #subhead2 .bannerimage .image {
            max-height: none; } }
    @media screen and (max-width: 768px) {
      #uid2 #subhead #subhead2 .ce-bodytext .largetext,
      #uid25 #subhead #subhead2 .ce-bodytext .largetext {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      #uid2 #subhead #subhead2,
      #uid25 #subhead #subhead2 {
        max-height: none; } }
/*headnav--------------------------------------*/
.head nav {
  margin: 0 auto; }

.head .nav {
  list-style-type: none;
  display: flex; }
  .head .nav > li {
    list-style: none;
    position: relative; }
    .head .nav > li a {
      display: block;
      text-decoration: none;
      color: #00275A;
      font-size: 18px;
      font-weight: 500; }
    .head .nav > li > a {
      padding: 15px 25px;
      position: relative;
      z-index: 2; }
    .head .nav > li.act:after {
      content: "";
      position: absolute;
      top: -51px;
      left: 0;
      width: 100%;
      height: 140px;
      background: #05234e;
      transform: skew(-10deg); }
    .head .nav > li.uid137:after {
      content: none; }
    .head .nav > li.uid137 > a {
      background: #00275A;
      border-radius: 5px;
      color: #fff;
      margin-left: 30px; }
      .head .nav > li.uid137 > a:before {
        content: "";
        height: 100%;
        width: 2px;
        background: #00275A;
        position: absolute;
        left: -30px;
        top: 0; }
    .head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav {
      display: flex; }
    .head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a {
      color: #FBBA00; }
    .head .nav > li .subnav {
      display: none;
      flex-direction: column;
      position: absolute;
      z-index: 100;
      top: 100%;
      left: 0;
      padding: 5px 0 0 0; }
      .head .nav > li .subnav li {
        position: relative; }
        .head .nav > li .subnav li + li {
          margin-top: 1px; }
        .head .nav > li .subnav li a {
          color: #0d0d0d;
          background: #fff;
          font-size: 16px;
          padding: 10px 20px;
          white-space: nowrap;
          font-weight: 400 !important; }
        .head .nav > li .subnav li.over > a, .head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li.act > a {
          color: #00275A; }
    .head .nav > li > .subnav > li.over > .subnav, .head .nav > li > .subnav > li:hover > .subnav {
      display: flex; }
    .head .nav > li > .subnav > li > .subnav {
      left: 100%;
      top: 0;
      padding-left: 2px;
      min-width: 100%; }

.showSub, .open_nav {
  display: none; }

/*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
.hamburger {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 1;
  background-color: transparent; }

.hamburger:focus {
  outline: none; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 30px;
  height: 2px;
  background-color: #00275A;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease; }

.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger {
  display: flex !important; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media all and (max-width: 768px) {
  /*Nav*/
  .open_nav {
    display: inherit;
    padding: 10px; }
  .head {
    z-index: 99999; }
    .head .head2 > .inner {
      position: static;
      align-items: center;
      justify-content: space-between; }
      .head .head2 > .inner nav {
        margin-left: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        overflow: scroll;
        max-height: calc(100vh - 125px); }
        .head .head2 > .inner nav .nav {
          flex-direction: column; }
          .head .head2 > .inner nav .nav li {
            float: none;
            width: 100%;
            position: relative; }
            .head .head2 > .inner nav .nav li.act:after {
              content: none; }
            .head .head2 > .inner nav .nav li:hover > a:after, .head .head2 > .inner nav .nav li.over > a:after {
              display: none !important; }
            .head .head2 > .inner nav .nav li.over > .subnav, .head .head2 > .inner nav .nav li:hover > .subnav {
              display: none; }
            .head .head2 > .inner nav .nav li:hover > a, .head .head2 > .inner nav .nav li.over > a, .head .head2 > .inner nav .nav li.active > a, .head .head2 > .inner nav .nav li.act > a {
              color: #00275A; }
            .head .head2 > .inner nav .nav li a {
              background-color: #F7F7F7;
              border-bottom: 1px solid #fff;
              padding: 20px;
              color: #000000; }
            .head .head2 > .inner nav .nav li .subnav {
              transform: translate(0);
              padding: 0;
              box-shadow: none; }
              .head .head2 > .inner nav .nav li .subnav li .showSub {
                height: 47px;
                line-height: 47px; }
              .head .head2 > .inner nav .nav li .subnav li + li {
                margin-top: 0; }
              .head .head2 > .inner nav .nav li .subnav li a {
                padding: 10px 20px;
                color: #000000; }
              .head .head2 > .inner nav .nav li .subnav li > .subnav li a {
                padding: 10px 10px 10px 40px; }
                .head .head2 > .inner nav .nav li .subnav li > .subnav li a:before {
                  display: none; }
            .head .head2 > .inner nav .nav li .subnav,
            .head .head2 > .inner nav .nav li .subnav.subnav2, .head .head2 > .inner nav .nav li:last-child > .subnav, .head .head2 > .inner nav .nav li:last-child > .subnav.subnav2 {
              position: inherit;
              left: inherit;
              top: inherit; }
            .head .head2 > .inner nav .nav li:hover > .subnav, .head .head2 > .inner nav .nav li.over > .subnav, .head .head2 > .inner nav .nav li:hover > .subnav2.subnav, .head .head2 > .inner nav .nav li.over > .subnav2.subnav, .head .head2 > .inner nav .nav li.over > .subnav .subnav2, .head .head2 > .inner nav .nav li:hover > .subnav .subnav2 {
              display: none; }
            .head .head2 > .inner nav .nav li .showSub {
              display: block;
              position: absolute;
              right: 0;
              top: 0;
              z-index: 10;
              cursor: pointer;
              width: 67px;
              height: 67px;
              line-height: 67px;
              background: transparent;
              text-align: center;
              -webkit-transition: 0.25s ease;
              -o-transition: 0.25s ease;
              -moz-transition: 0.25s ease;
              transition: 0.25s ease; }
              .head .head2 > .inner nav .nav li .showSub:after {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                vertical-align: middle;
                border-top: 5px dashed #00275A;
                border-top: 6px solid\9;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
                -webkit-transition: 0.25s ease;
                -o-transition: 0.25s ease;
                -moz-transition: 0.25s ease;
                transition: 0.25s ease; }
              .head .head2 > .inner nav .nav li .showSub.open:after {
                border-top-color: #FBBA00;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg); } }

/*Tabs  ------------------------------------------------------- */
.tab__container .tabs {
  margin: 0; }
  .tab__container .tabs::after {
    display: block;
    clear: both;
    content: ""; }
  .tab__container .tabs > li {
    display: block;
    float: left;
    padding: 10px 30px;
    background: #F7F7F7;
    text-transform: uppercase;
    color: #00275A;
    cursor: pointer;
    list-style-type: none; }
    .tab__container .tabs > li + li {
      margin-left: 10px; }
    .tab__container .tabs > li.activetabnav, .tab__container .tabs > li:hover {
      background: #eaeaea; }
    .tab__container .tabs > li A {
      text-decoration: none; }
    .tab__container .tabs > li::before {
      content: none; }

.tab__container .tab_wrapper {
  padding: 30px 4% 20px;
  background: #eaeaea;
  position: relative;
  z-index: 100; }

.content__slider .slide {
  position: relative; }
  .content__slider .slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    color: #000000; }

.mapbtn, .mapimage {
  display: inline-block; }

.mapimagewrap {
  position: relative;
  text-align: center; }
  .mapimagewrap .mapimagewrapinner {
    max-width: 1670px;
    margin: 0 auto;
    position: relative;
    line-height: 0; }
    .mapimagewrap .mapimagewrapinner .mapbtn {
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      background: rgba(167, 167, 167, 0.8);
      padding: 10px 20px 20px;
      color: #fff;
      box-sizing: border-box;
      line-height: 130%; }
      .mapimagewrap .mapimagewrapinner .mapbtn strong {
        display: block;
        text-align: center; }
      .mapimagewrap .mapimagewrapinner .mapbtn span {
        margin: 10px 0;
        display: block; }
        .mapimagewrap .mapimagewrapinner .mapbtn span a {
          color: #fff;
          text-decoration: underline; }
    .mapimagewrap .mapimagewrapinner .mapimage {
      max-width: 100%;
      height: auto;
      width: auto; }

#map {
  height: 440px;
  width: 100%; }

/*Text auf Bild  ------------------------------------------------------- */
.text_on_image {
  position: relative; }
  .text_on_image .text {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff; }
    .text_on_image .text h1, .text_on_image .text h2, .text_on_image .text h3, .text_on_image .text h4, .text_on_image .text h5, .text_on_image .text h6 {
      color: #fff; }

.sliderwiththumbs2.slick-slider {
  position: relative; }
  .sliderwiththumbs2.slick-slider .slick-track .slideelement img {
    width: 100%;
    height: auto; }
  .sliderwiththumbs2.slick-slider .slick-dots {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    padding: 0;
    flex-flow: wrap;
    bottom: -110px; }
    .sliderwiththumbs2.slick-slider .slick-dots li {
      list-style: none;
      width: 100%;
      width: calc(16.666% - 10px);
      height: 100px;
      margin: 5px;
      cursor: pointer; }
      .sliderwiththumbs2.slick-slider .slick-dots li img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .sliderwiththumbs2.slick-slider.slick-dotted {
    margin-bottom: 130px; }

.quote-element {
  background-color: #00275A;
  color: #fff;
  padding: 40px 40px 28px 30px;
  max-width: 71%;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 30px; }
  @media screen and (max-width: 1024px) {
    .quote-element {
      margin-bottom: 20px; } }
  @media screen and (max-width: 470px) {
    .quote-element {
      font-size: 15px;
      line-height: 24px;
      max-width: 80%; } }
  .quote-element:before {
    content: '';
    display: block;
    background: url(../Images/inverted-commas.svg) no-repeat;
    background-size: 100%;
    height: 18px;
    width: 26px;
    position: absolute;
    left: 30px;
    top: 20px; }
  .quote-element svg {
    width: 55px;
    height: 100%;
    position: absolute;
    right: -54px;
    top: 0;
    fill: #00275A; }
  .quote-element.colorred {
    background-color: #D50C2F; }
    .quote-element.colorred svg {
      width: 55px;
      height: 100%;
      position: absolute;
      right: -54px;
      top: 0;
      fill: #D50C2F; }

.col_pos_66-33-quote {
  margin-top: 45px; }
  .col_pos_66-33-quote hr {
    margin-bottom: 45px !important; }
  .col_pos_66-33-quote .quote-element {
    margin-top: 70px; }
  .col_pos_66-33-quote.textposition_right .image {
    order: -1;
    margin-left: 0;
    margin-right: 50px; }
  .col_pos_66-33-quote.nociteicon .quote-element {
    padding: 50px 40px 50px 30px; }
    .col_pos_66-33-quote.nociteicon .quote-element:before {
      content: none; }
    .col_pos_66-33-quote.nociteicon .quote-element .arrow-li {
      margin-top: 0; }

.imgtxt__container .wrapper {
  display: flex;
  justify-content: space-between; }
  .imgtxt__container .wrapper .image {
    width: calc(50% - (50px / 2));
    overflow: hidden; }
    @media all and (max-width: 1024px) {
      .imgtxt__container .wrapper .image {
        width: 100%; } }
    .imgtxt__container .wrapper .image img {
      min-height: 100%;
      height: auto;
      width: auto;
      min-width: 100%;
      max-width: -webkit-fill-available;
      max-width: inherit; }
      @media all and (max-width: 1024px) {
        .imgtxt__container .wrapper .image img {
          max-width: 100%; } }
  .imgtxt__container .wrapper .text {
    width: calc(50% - (50px / 2));
    background: #00275A;
    padding: 5%;
    color: #fff; }
    @media all and (max-width: 1024px) {
      .imgtxt__container .wrapper .text {
        width: 100%; } }
    .imgtxt__container .wrapper .text H1, .imgtxt__container .wrapper .text H2, .imgtxt__container .wrapper .text H3, .imgtxt__container .wrapper .text H4, .imgtxt__container .wrapper .text H5, .imgtxt__container .wrapper .text H6, .imgtxt__container .wrapper .text A {
      color: #fff; }
    .imgtxt__container .wrapper .text hr {
      height: 3px;
      background: #fff;
      margin: 20px 0 40px; }
    .imgtxt__container .wrapper .text a.button {
      background-color: #fff;
      color: #00275A;
      margin-top: 30px; }
      .imgtxt__container .wrapper .text a.button:before {
        background: url(../Images/blue-arrow.svg) no-repeat;
        background-size: 100%;
        width: 25px;
        height: 20px; }
    .imgtxt__container .wrapper .text.colorred {
      background: #D50C2F; }
  .imgtxt__container .wrapper + .wrapper {
    margin-top: 50px; }
  .imgtxt__container .wrapper:nth-of-type(1) .text {
    margin-bottom: 50px; }
  .imgtxt__container .wrapper:nth-of-type(2n) {
    margin-top: 0; }
    .imgtxt__container .wrapper:nth-of-type(2n) .image {
      order: 2; }
      @media all and (max-width: 1024px) {
        .imgtxt__container .wrapper:nth-of-type(2n) .image {
          order: 1; } }
    .imgtxt__container .wrapper:nth-of-type(2n) .text {
      order: 1;
      margin-top: 50px; }
      @media all and (max-width: 1024px) {
        .imgtxt__container .wrapper:nth-of-type(2n) .text {
          order: 2;
          margin-top: 2%; } }
.gallery {
  display: flex;
  flex-wrap: wrap; }
  .gallery .galleryelement {
    width: calc(16.666% - 33.333px);
    position: relative;
    margin-bottom: 40px; }
    .gallery .galleryelement .cross {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      background: url("../Images/cross.svg") no-repeat center center;
      background-size: 100% auto;
      opacity: 0;
      z-index: 20;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      pointer-events: none; }
    .gallery .galleryelement:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0;
      z-index: 10;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      pointer-events: none; }
    .gallery .galleryelement img {
      width: 100%;
      max-height: 190px; }
    .gallery .galleryelement + .galleryelement {
      margin-left: 40px; }
    .gallery .galleryelement:nth-child(6n+1) {
      margin-left: 0; }
    .gallery .galleryelement:hover .cross {
      opacity: 1;
      transform: translate(-50%, -50%) rotate(180deg); }
    .gallery .galleryelement:hover:after {
      opacity: 0.7; }

.informationcontainer {
  display: flex;
  flex-wrap: wrap; }
  .informationcontainer__element {
    width: calc(33.333% - 26.666px);
    margin-bottom: 40px; }
    .informationcontainer__element strong {
      margin-bottom: 10px;
      display: inline-block;
      position: relative; }
      .informationcontainer__element strong:before {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        background: url("../Images/information.svg") no-repeat center center;
        background-size: 100% auto;
        margin-right: 20px;
        position: relative;
        top: 7px; }
  .informationcontainer__element + .informationcontainer__element {
    margin-left: 40px; }
  .informationcontainer .informationcontainer__element:nth-child(3n + 1) {
    margin-left: 0; }

.imagetextbox {
  margin-bottom: 30px; }
  .imagetextbox__image {
    width: calc(50% - 20px); }
  .imagetextbox__text {
    margin-left: 40px;
    width: calc(50% - 20px);
    background: #F9F9F9;
    padding: 60px 45px 40px 45px; }
  .imagetextbox__inner {
    display: flex; }
  .imagetextbox__link {
    font: 700 16px "Helvetica Neue", "Roboto", Verdana, Arial, sans-serif;
    color: #808080;
    position: relative;
    margin-top: 10px; }
    .imagetextbox__link a {
      color: #808080; }
    .imagetextbox__link:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url("../Images/blue-arrow-graphic.svg") no-repeat center center;
      background-size: 100% auto;
      margin-right: 20px; }
  .imagetextbox.imageposition_right .imagetextbox__image {
    order: 2; }
  .imagetextbox.imageposition_right .imagetextbox__text {
    margin-left: 0;
    margin-right: 40px; }
  .imagetextbox.imageposition_right .imagetextbox__link {
    width: calc(50% - 20px);
    margin: 10px 0 0 auto; }

.business_card {
  padding: 20px 0; }
  .business_card img {
    border-radius: 50%;
    margin-bottom: 5px; }
  .business_card .name {
    font-weight: bold; }

.foot {
  position: relative;
  font-size: 15px; }
  .foot hr {
    height: 4px; }
  .foot .foottop {
    background-color: #00275A;
    padding: 0 0 35px;
    color: #fff; }
    .foot .foottop-top {
      display: flex; }
      @media screen and (max-width: 768px) {
        .foot .foottop-top {
          flex-wrap: wrap; } }
      .foot .foottop-top .foottop-left,
      .foot .foottop-top .foottop-right {
        width: 50%;
        display: flex;
        justify-content: center;
        padding: 55px 0; }
        @media screen and (max-width: 768px) {
          .foot .foottop-top .foottop-left,
          .foot .foottop-top .foottop-right {
            width: 100%; } }
      .foot .foottop-top .foottop-right {
        background-color: #D50C2F;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%); }
        @media screen and (max-width: 1024px) {
          .foot .foottop-top .foottop-right {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%); } }
    .foot .foottop .inner {
      max-width: 1360px;
      margin: 0 auto;
      width: 96%; }
      .foot .foottop .inner H1,
      .foot .foottop .inner H2,
      .foot .foottop .inner H3,
      .foot .foottop .inner H4,
      .foot .foottop .inner H5,
      .foot .foottop .inner H6 {
        color: #fff;
        font-weight: 500; }
      .foot .foottop .inner a {
        text-decoration: none;
        color: #fff; }
        .foot .foottop .inner a:hover {
          text-decoration: underline; }
      .foot .foottop .inner .tel {
        display: inline-block;
        padding-left: 45px;
        position: relative; }
        @media screen and (max-width: 470px) {
          .foot .foottop .inner .tel {
            padding-left: 25px; } }
        .foot .foottop .inner .tel:before {
          background: url(../Images/phone.svg) no-repeat;
          background-size: 100% auto;
          width: 15px;
          height: 15px; }
      .foot .foottop .inner .mail {
        display: inline-block;
        padding-left: 45px;
        position: relative; }
        @media screen and (max-width: 470px) {
          .foot .foottop .inner .mail {
            padding-left: 25px; } }
        .foot .foottop .inner .mail:before {
          background: url(../Images/mail.svg) no-repeat;
          background-size: 100% auto;
          width: 18px;
          height: 13px; }
      .foot .foottop .inner .person {
        display: inline-block;
        padding-left: 45px;
        position: relative; }
        @media screen and (max-width: 470px) {
          .foot .foottop .inner .person {
            padding-left: 25px; } }
        .foot .foottop .inner .person:before {
          background: url(../Images/person-icon.svg) no-repeat;
          background-size: 100% auto;
          width: 16px;
          height: 18px; }
      .foot .foottop .inner .adress {
        display: inline-block;
        padding-left: 45px;
        position: relative; }
        @media screen and (max-width: 470px) {
          .foot .foottop .inner .adress {
            padding-left: 25px; } }
        .foot .foottop .inner .adress:before {
          background: url(../Images/location-icon.svg) no-repeat;
          background-size: 100% auto;
          width: 13px;
          height: 18px; }
      .foot .foottop .inner .clock {
        display: inline-block;
        padding-left: 45px;
        position: relative; }
        @media screen and (max-width: 470px) {
          .foot .foottop .inner .clock {
            padding-left: 25px; } }
        .foot .foottop .inner .clock:before {
          background: url(../Images/clock-icon.svg) no-repeat;
          background-size: 100% auto;
          width: 18px;
          height: 18px; }
  .foot .footbtm {
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    padding: 18px 0; }
    .foot .footbtm * {
      display: inline-block; }
    .foot .footbtm a {
      color: #000000;
      margin-left: 10px; }

.backtotop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  transform: rotate(180deg);
  background: #FBBA00;
  border-radius: 50px; }
  .backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: url(../Images/arrow-down-white.svg) no-repeat center center;
    background-size: 10px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .backtotop span {
    display: none; }
  .backtotop:hover {
    background-color: #e2a700; }

/*Newsletter*/
.newsL form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.newsL .field {
  padding: 2px 0;
  margin-bottom: 10px; }
  .newsL .field input {
    padding: 15px; }
  .newsL .field select {
    height: 52px; }
  .newsL .field label {
    padding: 3px 0 0;
    display: block; }
    .newsL .field label.mandatory {
      font-size: 11px;
      color: #172755;
      font-style: italic; }
  .newsL .field .submit {
    display: inline-block;
    color: #fff;
    padding: 17px 20px 17px 65px;
    text-decoration: none;
    border: 0;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    background: #00275A url(../Images/weisser-pfeil.svg) no-repeat center left 20px;
    background-size: 25px auto; }
  .newsL .field input.error {
    border: 2px solid red; }
  .newsL .field.grid_50 {
    width: calc(50% - 10px); }

@media screen and (max-width: 768px) {
  .newsL .field.grid_50 {
    width: 100%; } }

/*Powermail*/
.tx-powermail .powermail_form h3 {
  display: none; }

.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px; }
  .tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
    display: none; }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
    padding: 3px 0;
    position: relative;
    margin: 10px 0; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error {
      border: 2px solid #00275A; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error {
      border: 2px solid #00275A; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
      cursor: pointer; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
      display: inline-block;
      margin-right: 2%; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
      display: flex;
      justify-content: flex-end; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
      font-size: 13px;
      line-height: 140%; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
        color: #00275A; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
        padding: 10px;
        width: 100%; }
        .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error {
          background: #00275A;
          color: #fff; }
          .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error a {
            color: #fff; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder {
      float: left; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
        font-size: 13px;
        font-style: italic; }
  .tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
    display: none; }

.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none; }

.tx-powermail .greyboxpowermail {
  background: #F7F7F7;
  padding: 2%; }

.tx-powermail .width33powermail,
.tx-powermail .width50powermail {
  width: 32%;
  float: left; }

.tx-powermail .width50powermail {
  width: 49%; }

.tx-powermail .width33powermail + .width33powermail,
.tx-powermail .width50powermail + .width50powermail {
  margin-left: 2% !important; }

.tx-powermail .width33powermail + :not(.width33powermail),
.tx-powermail .width50powermail + :not(.width50powermail) {
  clear: both; }

.tx-powermail .powermail_create table td {
  padding: 5px 10px; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.85; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 20px; }
  [dir="rtl"] .slick-next {
    left: 20px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0 !important;
    cursor: pointer; }
    .slick-dots li button {
      border-radius: 50%;
      border: 0;
      background: #00275A;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      padding: 0;
      height: 11px;
      width: 11px;
      opacity: 0.85; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover {
        background: #FBBA00;
        opacity: 1; }
    .slick-dots li.slick-active button {
      opacity: 1;
      background: #FBBA00; }
    .slick-dots li::before {
      content: none !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#CybotCookiebotDialog {
  background: #fff !important; }

/*Logo*/
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background: #00275A !important;
  border: 2px solid #00275A !important;
  padding: 12px 20px 12px !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-family: "Helvetica Neue", "Roboto", Verdana, Arial, sans-serif; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #000000 !important;
  text-decoration: none !important;
  padding: 12px 20px 12px !important;
  font-size: 11pt !important;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  background: transparent !important;
  border: 2px solid #FBBA00 !important;
  color: #000000 !important; }

input[type="checkbox"].CybotCookiebotDialogBodyLevelButton + label {
  padding-left: 25px !important;
  font-weight: 400 !important; }

/*Checkbox Checked*/
input[type="checkbox"].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label,
input[type="checkbox"].CybotCookiebotDialogBodyLevelButton:checked + label {
  padding-left: 25px !important;
  font-weight: 400 !important; }

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none !important;
  color: #000000 !important; }

#CybotCookiebotDialogBodyLevelDetailsWrapper {
  border: none !important; }

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
  font-family: "Helvetica Neue", "Roboto", Verdana, Arial, sans-serif !important; }

#CybotCookiebotDialogBodyContentTitle {
  font-size: 16px !important;
  margin: 5px 0 20px !important;
  color: #000000 !important; }

#CybotCookiebotDialogBody {
  max-width: 75% !important; }

.CybotCookiebotDialogBodyLevelButtonWrapper {
  font-size: 15px !important;
  margin-right: 20px !important;
  color: #000000; }

#CybotCookiebotDialogBodyContentText {
  font-family: "Helvetica Neue", "Roboto", Verdana, Arial, sans-serif !important;
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  max-width: 90% !important; }

div#CybotCookiebotDialogBodyLevelDetailsWrapper {
  background-color: transparent !important; }

a#CybotCookiebotDialogBodyLevelDetailsButton {
  font-size: 14px !important;
  color: #000000 !important; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  width: auto !important; }

div#CybotCookiebotDialogBodyLevelButtonsTable {
  display: flex; }

div#CybotCookiebotDialogBodyLevelButtonsTable {
  width: auto !important; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  width: auto !important; }

#CybotCookiebotDialogBodyContent {
  width: 100%;
  padding: 40px 0 20px 70px !important; }

#CybotCookiebotDialogPoweredbyLink {
  margin-top: 45px !important; }

#CybotCookiebotDialogBody {
  margin-bottom: 30px; }

div#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 0 !important; }

#CybotCookiebotDialog {
  box-shadow: rgba(18, 18, 18, 0.5) 0px 20px 100px 0px !important; }

#CybotCookiebotDialogBody {
  position: relative; }

#CybotCookiebotDialogBodyLevelButtonsTable {
  margin: 10px 0 !important; }

#CybotCookiebotDialogDetail {
  background-color: transparent !important; }

#CybotCookiebotDialogDetailBody {
  width: 100% !important;
  max-width: 1200px !important; }

.CybotCookiebotDialogDetailBodyContent {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #d3d8e6 !important;
  border-bottom: 10px solid #d3d8e6 !important;
  height: 180px !important; }

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  padding: 10px;
  background-color: #fff !important;
  border-bottom: 1px solid #d3d8e6 !important;
  border-right: 1px solid #d3d8e6 !important;
  color: #000000 !important; }

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected {
  border-bottom: 1px solid #d3d8e6 !important;
  border-right: 1px solid #d3d8e6 !important;
  color: #00275A !important;
  font-weight: 600 !important; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  border-bottom: 1px solid #d3d8e6 !important;
  border-right: 1px solid #d3d8e6; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  border-bottom: 1px solid #d3d8e6 !important; }

.CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  font-size: 13px !important;
  padding: 10px 0 !important; }

.CybotCookiebotDialogDetailBodyContentTabsItem {
  border-right: 1px solid #5b6683 !important;
  border-top: 1px solid #5b6683 !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important; }

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none; }

@media (max-width: 470px) {
  #CybotCookiebotDialogBodyContent {
    padding: 0 0 20px 0 !important;
    width: 100% !important; }
  #CybotCookiebotDialogPoweredbyLink {
    position: relative !important; }
  #CybotCookiebotDialogBodyContentTitle {
    margin: 35px 0 10px !important; }
  #CybotCookiebotDialogBodyContentText {
    max-width: 100% !important;
    font-size: 12px !important;
    line-height: 18px !important; }
  #CybotCookiebotDialogBody {
    max-width: 92% !important;
    padding-right: 0 !important; }
  a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    padding: 12px 10px 12px !important;
    font-size: 10pt !important; }
  a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    padding: 12px 10px 12px !important;
    font-size: 10pt !important; } }
