@charset "UTF-8";
/* HSK.de CSS 2016 */
/* ---------------------------------------------------------------------------------------
    RESET and NORMALIZE
--------------------------------------------------------------------------------------- */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 1em;
  /* 1 */
  -webkit-text-size-adjust: 1em;
  /* 2 */
  -ms-text-size-adjust: 1em;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses margins set differently in IE6/7
 */
p:not(:last-of-type),
pre:not(:last-of-type) {
  margin: 0 0 1em;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: Courier, monospace;
  _font-family: Courier, monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 0.65em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: 1.5;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Reset Box-sizing
   ========================================================================== */
* {
  box-sizing: border-box;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 20, 2013 */
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-bold-webfont.eot');
  src: url('/static/webfonts/graublausans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-bold-webfont.woff') format('woff'), url('/static/webfonts/graublausans-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-bolditalic-webfont.eot');
  src: url('/static/webfonts/graublausans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-bolditalic-webfont.woff') format('woff'), url('/static/webfonts/graublausans-bolditalic-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-italic-webfont.eot');
  src: url('/static/webfonts/graublausans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-italic-webfont.woff') format('woff'), url('/static/webfonts/graublausans-italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-regular-webfont.eot');
  src: url('/static/webfonts/graublausans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-regular-webfont.woff') format('woff'), url('/static/webfonts/graublausans-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-book-webfont.eot');
  src: url('/static/webfonts/graublausans-book-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-book-webfont.woff') format('woff'), url('/static/webfonts/graublausans-book-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-bookitalic-webfont.eot');
  src: url('/static/webfonts/graublausans-bookitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-bookitalic-webfont.woff') format('woff'), url('/static/webfonts/graublausans-bookitalic-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-extralight-webfont.eot');
  src: url('/static/webfonts/graublausans-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-extralight-webfont.woff') format('woff'), url('/static/webfonts/graublausans-extralight-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-extralightitalic-webfont.eot');
  src: url('/static/webfonts/graublausans-extralightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-extralightitalic-webfont.woff') format('woff'), url('/static/webfonts/graublausans-extralightitalic-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-heavy-webfont.eot');
  src: url('/static/webfonts/graublausans-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-heavy-webfont.woff') format('woff'), url('/static/webfonts/graublausans-heavy-webfont.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-heavyitalic-webfont.eot');
  src: url('/static/webfonts/graublausans-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-heavyitalic-webfont.woff') format('woff'), url('/static/webfonts/graublausans-heavyitalic-webfont.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-light-webfont.eot');
  src: url('/static/webfonts/graublausans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-light-webfont.woff') format('woff'), url('/static/webfonts/graublausans-light-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-lightitalic-webfont.eot');
  src: url('/static/webfonts/graublausans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-lightitalic-webfont.woff') format('woff'), url('/static/webfonts/graublausans-lightitalic-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-semibold-webfont.eot');
  src: url('/static/webfonts/graublausans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-semibold-webfont.woff') format('woff'), url('/static/webfonts/graublausans-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Graublau Sans';
  src: url('/static/webfonts/graublausans-semibolditalic-webfont.eot');
  src: url('/static/webfonts/graublausans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/webfonts/graublausans-semibolditalic-webfont.woff') format('woff'), url('/static/webfonts/graublausans-semibolditalic-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
/* ---------------------------------------------------------------------------------------
    BASICS, FUNDAMENTALS and TYPE
--------------------------------------------------------------------------------------- */
@page {
  size: A4 portrait;
  margin: 20mm 17mm 25mm;
  padding-left: 0;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 16px;
  font-feature-settings: "lnum" 1;
}
@media (min-width: 37.5em) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 56.25em) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 75em) {
  html {
    font-size: 20px;
  }
}
@media print {
  html {
    font-size: 11pt;
    background: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding: 0;
    margin: 0;
    width: 176mm;
    min-height: 252mm;
  }
}
html.no-scroll {
  overflow: hidden;
}
body {
  margin: 0;
  /* IE Reset */
  background: #fff;
  line-height: 1.5;
  color: #181817;
  font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  font-size: 100.01%;
}
@media print {
  body {
    background: none;
    padding: 0;
    margin: 0;
    width: 176mm;
    min-height: 252mm;
  }
}
/* Links */
a,
.aFake {
  font-weight: 700;
  color: #181817;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-size: 0.97em;
}
a:hover,
a:focus,
a:active,
.aFake:hover {
  color: #005187;
}
p a,
p a:visited {
  line-height: inherit;
}
@media print {
  a[href^="http://"]:after,
  a[href^="https://"]:after,
  a[href^="ftp://"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
}
/* Typography */
* {
  font-variant-ligatures: no-common-ligatures;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.6;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
}
.headline {
  color: #005187;
  line-height: 1.3;
  margin: 0.2em 0 0.3em 0;
  font-weight: normal;
  display: block;
}
.headline.no-iconMargin .icon {
  margin: 0;
}
.headline .icon {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
}
h2 .headline {
  font-size: 2em;
}
h3 .headline {
  font-size: 1.75em;
}
h4 .headline {
  font-size: 1.4em;
}
.subline {
  color: #181817;
}
.blue-headline {
  color: #005187;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
  width: 100%;
  font-weight: 500;
  font-size: 2em;
}
p:not(:last-of-type),
.paragraph:not(:last-of-type) {
  margin-bottom: 20px;
}
@media print {
  p,
  .paragraph {
    orphans: 3;
    widows: 3;
  }
}
.paragraph {
  font-size: 1.1em;
  line-height: 1.6;
  hyphens: auto;
  max-width: 720px;
  margin: 0 auto 20px 0;
}
.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.paragraph ul {
  padding: 3px 18px;
  margin: 0;
  list-style-type: square;
}
.paragraph img {
  max-width: 100%;
  height: auto;
}
.paragraph.comment {
  background-color: #f7f7f7;
  padding: 10px;
  max-width: none;
  display: flex;
}
.paragraph.comment form {
  margin-top: 10px;
}
.paragraph.comment strong {
  color: #005187;
}
.paragraph.comment.is-hidden {
  background-color: transparent;
  border: 3px dashed #ccc;
}
.comment-image {
  font-size: 2.5em;
  border: 1px solid #ccc;
  align-self: flex-start;
  min-width: 1em;
  min-height: 1em;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005187;
  background-color: #fff;
}
.comment-image img {
  padding: 5px 5px 5px 6px;
}
.comment-response {
  padding-left: 10px;
  border-left: 1px solid #005187;
  font-size: 1em;
  margin: 20px 0 0 0;
  display: flex;
}
.comment-response.is-hidden {
  border: 3px dashed #ccc;
}
.comment-response .comment-image {
  font-size: 2em;
  margin-right: 10px;
}
/*// Text einrücken, aber nicht den ersten.
p + p,
p + .paragraph,
.paragraph + p,
.paragraph + .paragraph {
   text-indent: @outerSpace;
}*/
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
small {
  font-size: 0.8em;
}
ins {
  text-decoration: none;
  border-bottom: 1px dashed;
}
mark {
  background: #54bbff;
  color: #181817;
  padding: 1px;
}
mark:before,
mark:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}
blockquote {
  font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif;
  font-style: italic;
  font-size: 1.2em;
  color: #353534;
  padding: 0 15px;
  border-left: 7px solid #353534;
}
code,
pre {
  font-family: Courier, monospace;
}
code {
  color: #000000;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  tab-size: 4;
  hyphens: none;
  background: rgba(217, 217, 217, 0.9);
  padding: 3px;
  border-radius: 3px;
}
code:before,
code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}
/* Lists */
ul.is-list {
  padding: 3px 18px;
  margin: 0;
  list-style-type: square;
}
.is-list ul {
  padding: 3px 18px;
  list-style-type: disc;
}
.is-list ul ul,
.is-list ol ul {
  list-style-type: circle;
}
ol.is-list {
  padding: 3px 20px;
  margin: 0;
  list-style-type: decimal;
}
.is-list ol {
  padding: 3px 20px;
  list-style-type: upper-roman;
}
.is-list ol ol,
.is-list ul ol {
  list-style-type: upper-alpha;
}
picture {
  display: block;
}
picture img {
  width: 100%;
}
.shoutBox-keyVisual picture {
  display: inline !important;
}
body.nochat .userlike {
  display: none !important;
}
.disc-list {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0.5em 0 0 0;
}
.disc-list li {
  margin-top: 0.5em;
}
/* #WRAPPER and BINDER */
.outerwrap {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  height: 100vh;
  flex: 0 0 100%;
}
.wrap {
  position: relative;
  min-width: 100%;
  flex: 1 100%;
  font-size: 0.85em;
}
.wrap:not(:last-of-type):not(.wrap-vFooter) {
  padding-bottom: 20px;
}
.wrap .bind {
  padding: 30px 20px;
}
@media (max-width: 56.15em) {
  .wrap .bind {
    padding: 15px 20px;
  }
}
/* First wrap of the page. Has padding-top for mainMenu. */
.wrap-vTop {
  padding-top: 3rem;
}
@media (min-width: 56.25em) {
  .wrap-vTop {
    padding-top: 7.75rem;
    transition: padding 0.3s ease;
  }
  .is-scrolled .wrap-vTop {
    padding-top: 5.5rem;
  }
}
@media (max-width: 56.15em) {
  .header.has-subMenu ~ .wrap-vTop {
    padding-top: 5.6rem;
  }
}
.wrap-vMedium {
  padding-bottom: 120px;
  padding-top: 120px;
}
.wrap-vLarge {
  padding-bottom: 240px;
  padding-top: 240px;
}
@media (min-width: 75em) {
  .wrap-vFullHeight {
    height: 100vh;
  }
}
.wrap-vImage {
  background-size: cover;
  background-position: center center;
}
.wrap-vMainColor {
  background-color: #005187;
}
.wrap-vMainColor * {
  color: #fff !important;
}
.wrap-vMainColor .pH-subline.subline:before {
  border-left: 1px solid #fff;
}
.wrap-vLightGrey {
  background-color: #F0F0F3;
}
.wrap-vLogin {
  background-color: #F0F0F3;
  min-height: calc(100vh - 133px);
}
/* Container to center the content in the middle of the page. */
.bind {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 100%;
}
@media (min-width: 37.5em) and (orientation: landscape) {
  .bind {
    flex-flow: row wrap;
  }
}
@media (min-width: 56.25em) {
  .bind {
    flex-flow: row wrap;
  }
}
@media print {
  .bind {
    padding: 0;
    margin: 0;
    display: block;
    flex: none;
    max-width: 210mm;
  }
}
/* Sidebars */
.content ~ .sidebar {
  font-size: 0.9em;
  order: 4;
  padding: 10px 0 20px;
  flex: 0 0 auto;
  max-width: 100%;
}
.content ~ .sidebar:nth-of-type(2) {
  flex: 0 0 20%;
  order: 3;
}
@media (min-width: 56.25em) and (orientation: landscape) {
  .content ~ .sidebar {
    order: 4;
    padding: 10px 0 20px 0;
  }
}
@media (min-width: 75em) {
  .content ~ .sidebar {
    flex: 0 0 25%;
    order: 4;
    padding: 10px 0 20px 0;
    margin-left: 40px;
  }
}
@media (min-width: 75em) {
  .content ~ .sidebar-vLeft {
    padding: 10px 20px 20px 0;
    order: 1;
  }
}
.content ~ .sidebar-vMarginal {
  font-size: 0.8em;
  flex: 0 0 15%;
  min-width: 200px;
}
.sidebar-bg {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 10px;
  margin-right: 10px;
}
/* Content Containers */
.content {
  order: 2;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .content {
    order: 2;
    flex: 2 0px;
  }
}
@media (min-width: 56.25em) and (max-width: 74.9em) {
  .content {
    flex: 0 0 100%;
  }
}
@media (min-width: 56.25em) {
  .content-vWide {
    margin-right: 60px;
  }
}
/* Container to seperate chunks of content in the middle of the page. */
.section {
  min-width: 0;
  padding-top: 20px;
  flex: 0 0 auto;
}
.section.icons {
  display: flex;
  flex-direction: row;
  border-top: 1px solid rgba(150, 150, 150, 0.2);
}
@media (max-width: 56.15em) {
  .section.icons {
    flex-direction: column;
  }
}
.section img {
  max-width: 100%;
  height: auto;
}
/* element category */
.section-headline {
  margin-top: 0.3em;
  margin-bottom: 0.75em;
  color: #005187;
  width: 100%;
  font-size: 0.9em;
}
.section-headline .icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin: 0 0.5em 0.2em 0;
}
.section-headline-vBorder {
  border-top: 1px solid rgba(150, 150, 150, 0.2);
}
.section-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1099.9px) {
  .section-flex {
    flex-direction: column;
  }
}
@media (max-width: 1099.9px) {
  .section-flex.headline-side-flex {
    flex-direction: column-reverse;
  }
}
@media (min-width: 56.25em) {
  .index-more-section {
    display: none;
  }
}
.section-flex-half {
  width: 50%;
  padding: 50px 50px 50px 0;
}
.section-flex-half:last-child {
  padding: 50px 0 50px 50px;
}
.section-flex-half img {
  width: 100%;
}
@media (max-width: 1099.9px) {
  .section-flex-half {
    padding: 10px 0 15px 0;
    width: 100%;
  }
  .section-flex-half:last-child {
    padding: 10px 0 15px 0;
  }
}
.headline-on-the-side {
  border-left: 3px solid #ccc;
  padding: 50px;
  text-transform: uppercase;
}
.headline-on-the-side h2 {
  color: #005187;
  font-size: 3em;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1099.9px) {
  .headline-on-the-side {
    padding: 0;
    border: none;
  }
  .headline-on-the-side h2 {
    font-size: 2.2em;
  }
}
.wrap-vError {
  text-align: center;
}
.wrap-vError .error-headline {
  font-size: 4em;
  font-weight: bold;
  color: #005187;
  line-height: 1;
  margin-top: 0.5em;
}
@media (max-width: 56.15em) {
  .wrap-vError .error-headline {
    font-size: 2.8em;
  }
}
.wrap-vError .paragraph {
  margin: 1.5em auto;
}
/* #UTILITY STYLES */
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.no-flex {
  flex: initial!important;
}
.txt-right {
  width: 100%;
  text-align: right!important;
}
.txt-left {
  text-align: left!important;
}
.txt-center {
  text-align: center!important;
}
.shd {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.blue {
  color: #005187;
}
/* HORIZONTAL BAR */
.bar {
  display: block;
  text-align: left;
}
@media (min-width: 56.25em) {
  .bar {
    font-size: 0.9rem;
    align-items: stretch;
    display: flex;
    min-height: 35px;
    position: relative;
    text-align: center;
    justify-content: space-between;
  }
}
.barGroup {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 56.15em) {
  .barGroup {
    display: block;
  }
  .barGroup:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .barGroup .btn:not(:last-child),
  .barGroup .bar-item:not(:last-child),
  .barGroup .bar-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .barGroup.barGroup-vNav .bar-link {
    margin-bottom: 0;
  }
  .barGroup .btn,
  .barGroup .bar-item,
  .barGroup .bar-link {
    display: block;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.barGroup .btn:not(:last-child),
.barGroup .bar-item:not(:last-child),
.barGroup .bar-link:not(:last-child) {
  margin-right: 10px;
}
.barGroup-vLeft {
  justify-content: flex-start;
}
.barGroup-vCenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.barGroup-vRight {
  justify-content: flex-end;
}
.barGroup-vNav {
  align-items: stretch;
}
.barGroup-vNav .bar-item {
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.barGroup-vNav.barGroup .bar-link {
  justify-content: center;
  padding: 10px;
  margin-right: 0;
  border-bottom: 1px solid #005187;
}
.barGroup-vNav .bar-link:hover {
  background-color: #fafafa;
  border-bottom: 1px solid #0070ba;
}
@media (min-width: 56.25em) {
  .bar-link {
    display: flex;
  }
}
/* ---------------------------------------------------------------------------------------
    #MENU #BURGER
--------------------------------------------------------------------------------------- */
/* BUTTONS */
.btn.abort-tutorial {
  background-color: #fff;
}
.btn.disabled {
  font-weight: 600;
  color: #222222;
  background-color: #eeeeee;
}
.btn.disabled:link,
.btn.disabled:visited {
  color: #222222;
}
.btn.disabled:active,
.btn.disabled.is-active {
  color: #000000;
  background-color: #ffffff;
}
.btnGroup .btn.disabled {
  z-index: 201;
}
.btn.disabled:link,
.btn.disabled:visited {
  color: #dddddd;
}
.btn-vMagenta {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #812145;
}
.btn-vMagenta:link,
.btn-vMagenta:visited {
  color: #f4f4f4;
}
.btn-vMagenta:active,
.btn-vMagenta.is-active {
  color: #ffffff;
  background-color: #aa2b5b;
}
.btnGroup .btn-vMagenta {
  z-index: 201;
}
.btn-vMagenta:hover,
.btn-vMagenta:focus {
  background-color: #812145 !important;
}
.btn.btn-vBlue {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #005187;
}
.btn.btn-vBlue:link,
.btn.btn-vBlue:visited {
  color: #f4f4f4;
}
.btn.btn-vBlue:active,
.btn.btn-vBlue.is-active {
  color: #ffffff;
  background-color: #0070ba;
}
.btnGroup .btn.btn-vBlue {
  z-index: 201;
}
.btn.btn-vBlue:hover,
.btn.btn-vBlue:focus {
  color: #181817 !important;
  background-color: #F0F0F3 !important;
}
.btn.btn-vGrey {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #353534;
}
.btn.btn-vGrey:link,
.btn.btn-vGrey:visited {
  color: #f4f4f4;
}
.btn.btn-vGrey:active,
.btn.btn-vGrey.is-active {
  color: #ffffff;
  background-color: #4f4f4d;
}
.btnGroup .btn.btn-vGrey {
  z-index: 201;
}
.btn.btn-vGrey:hover,
.btn.btn-vGrey:focus {
  background-color: #005187 !important;
}
.btn.btn-vWhite {
  font-weight: 600;
  color: #222222;
  background-color: #fff;
}
.btn.btn-vWhite:link,
.btn.btn-vWhite:visited {
  color: #222222;
}
.btn.btn-vWhite:active,
.btn.btn-vWhite.is-active {
  color: #000000;
  background-color: #ffffff;
}
.btnGroup .btn.btn-vWhite {
  z-index: 201;
}
.btn.btn-vWhite:hover {
  background-color: #fff;
}
.btn.btn-vIcon {
  font-size: 1.2em;
  padding: 0.25em 0.3em;
}
.btn.btn-vIcon .icon {
  margin-right: 0;
}
.btn.btn-vIcon .icon:first-child {
  margin-right: 0;
}
ul.download-list,
ol.download-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.download-button {
  display: inline-flex;
  align-items: center;
  background-color: #eeeeee;
  padding-right: 20px;
}
.download-button:before {
  content: url(../images/icon/download.svg);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #005187;
  color: #fff;
  margin-right: 20px;
}
.btn.print-button {
  display: none;
}
@media (min-width: 56.25em) {
  .btn.print-button {
    display: inline-flex;
  }
}
.btn.btn-vGoogle {
  background-color: transparent;
  border: 1px solid #181817;
  color: #181817;
  padding: 0.2em 0.4em;
}
.btn.btn-vGoogle img {
  height: 1.2em;
  float: left;
  margin-top: 0.15em;
}
.btn.btn-vGoogle:hover,
.btn.btn-vGoogle:focus {
  background-color: transparent;
}
button.btn.search {
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0 !important;
}
button.btn.search .icon {
  margin: 0;
  display: block;
}
button.btn.search:hover,
button.btn.search:focus {
  background-color: #005187;
  color: #fff;
}
.btn.btn-vInline {
  display: inline;
}
.btn.btn-vScrollTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #181817;
  width: auto;
  padding: 10px;
  margin: 0;
  transition: all ease 0.3s;
  opacity: 0;
}
.btn.btn-vScrollTop .icon {
  display: inline;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  width: 22px;
  height: 22px;
}
.is-scrolled .btn.btn-vScrollTop {
  display: inline-flex;
  opacity: 1;
}
.btn.btn-vScrollTop:hover {
  color: #fff;
  background-color: #181817;
}
@media (max-width: 56.15em) {
  .btn.btn-vScrollTop {
    right: auto;
    left: 15px;
    bottom: 15px;
  }
}
/* FORM PARTS */
/* Input */
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  position: relative;
  border-radius: 0;
  padding: 0.2em 0.75em;
  margin: 0.25em 0;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
  width: 100%;
  background-color: #F0F0F3;
  border: none;
  color: #181817;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1 auto;
  max-width: 100%;
  transition: all 0.3s ease;
  background-position: 150% center;
  background-size: 15px;
  background-repeat: no-repeat;
  min-height: 1.89em;
}
.inputGroup.is-invalid .input,
.input.is-invalid,
.input[aria-invalid="true"],
.input:invalid:not(:placeholder-shown) {
  background-image: url(../images/form/cross.svg);
  background-position: calc(100% - 10px) center;
  background-size: 18px;
  padding-right: 36px;
}
.inputGroup.is-invalid .input:focus,
.input.is-invalid:focus,
.input[aria-invalid="true"]:focus,
.input:invalid:not(:placeholder-shown):focus {
  background-position: 150% center;
}
.inputGroup.is-valid .input,
.input.is-valid,
.input:valid:not(:placeholder-shown):not([type="password"]) {
  background-image: url(../images/form/check.svg);
  background-position: calc(100% - 10px) center;
  background-size: 18px;
  padding-right: 36px;
  background-repeat: no-repeat;
}
.inputGroup.is-valid .input:focus,
.input.is-valid:focus,
.input:valid:not(:placeholder-shown):not([type="password"]):focus {
  background-position: 150% center;
}
.input.is-readonly,
.input:read-only,
.input[aria-readonly="true"] {
  color: #222222;
  cursor: default;
  box-shadow: none;
  border-color: #d9d9d9;
  border-style: dashed;
  border-width: 1px;
  border-bottom-style: solid;
  background-color: #f2f2f2;
}
.input.is-disabled,
.input:disabled,
.input[aria-disabled="true"] {
  color: #fff;
  cursor: not-allowed;
  background-color: #cdcdcd;
}
.input::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.input:-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.input::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.input-vContrast {
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: #000000;
}
.input-vSmall {
  font-size: 0.8em;
  font-weight: 400;
}
.input-vLarge {
  font-size: 1.25em;
}
.input-vBlock {
  max-width: 100%;
  margin: 0;
}
/* Label */
.label {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  position: relative;
  border-radius: 0;
  padding: 0.2em 0.75em;
  margin: 0.25em 0;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
  width: 100%;
  align-self: flex-start;
  white-space: nowrap;
  background-color: #005187;
  border: 1px solid #005187;
  color: #ffffff !important;
  min-width: 190px;
  /*  .inputGroup.is-required &:after,
  &.is-required:after {
    content:'\00a0*';
  }*/
}
.label a {
  color: #fff;
}
.inputGroup.is-required .label,
.label.is-required {
  border-left: 2px solid #005187;
  color: #005187;
  font-weight: 700;
}
.inputGroup.is-invalid .label,
.label.is-invalid {
  color: #44090d;
  border-color: #b41922;
  background-color: #e64d56;
}
.inputGroup.is-recommended .label,
.label.is-recommended {
  color: #0e536f;
  border-color: #1da7e0;
  background-color: #76caed;
}
.inputGroup.is-valid .label,
.label.is-valid {
  color: #14200a;
  border-color: #508228;
  background-color: #81c749;
}
.label.is-disabled,
.label:disabled {
  color: #777777;
  cursor: not-allowed;
  box-shadow: none;
  background-color: #f2f2f2;
}
.label .icon {
  margin: 0 0.25em 0 -0.1em;
}
.label.label-vSmall {
  font-size: 0.8em;
  font-weight: 400;
  min-width: 70px;
  max-width: none !important;
}
@media (min-width: 37.5em) {
  .lable-vNewsletter {
    max-width: 100% !important;
  }
}
.label-vBlock {
  width: 100%;
  margin: 0;
}
/* Dropdown */
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  position: relative;
  border-radius: 0;
  padding: 0.2em 0.75em;
  margin: 0.25em 0;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
  width: 100%;
  align-self: flex-start;
  max-width: 100%;
  min-width: 0;
  padding-right: 38px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 137.14286 50" height="50" width="80"><path d="M0 16.429l30-34.286 30 34.286H0zm0 17.142l30 34.286 30-34.286H0z"/></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  border: none;
  background-color: #F0F0F3;
  transition: all 0.3s ease;
  min-height: 1.89em;
}
.select.is-disabled,
.select:disabled {
  color: #777777;
  cursor: not-allowed;
  box-shadow: none;
  border: 1px dashed #cccccc;
  background-color: #f2f2f2;
}
.inputGroup.is-valid .select,
.select.is-valid {
  color: #2c4716;
  border-color: #508228;
  background-color: #b7df97;
}
.inputGroup.is-valid .select:focus,
.select.is-valid:focus {
  color: #222222;
  background-color: #fff;
  border-color: #e6e6e6;
}
.select-vSmall {
  font-size: 0.8em;
  font-weight: 400;
  background-size: 10px;
}
/* Text area */
.textarea {
  resize: none;
  margin: 0.25em 0;
  padding: 0.4em 0.75em;
  width: 100%;
  min-height: 180px;
  transition: all 0.3s ease;
  background-position: 150% center;
  background-size: 15px;
  background-repeat: no-repeat;
  text-align: left;
  background-color: #F0F0F3;
  border: none;
  color: #181817;
  min-width: 0;
  flex: 1 auto;
  max-width: 100%;
}
.textarea-vBlock {
  width: 100%;
  margin: 0;
}
/* Switch */
.switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  position: relative;
  border-radius: 0;
  padding: 0.2em 0.75em;
  margin: 0.25em 0;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  color: #000000;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  background: #005187;
}
.switch-input:checked + .switch-label:after {
  left: 50%;
}
.switch-label {
  background: #e6e6e6;
  border-radius: 0;
  padding: 2px;
  transition: all 0.4s ease;
  outline: 0;
  display: block;
  width: 3em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  user-select: none;
  color: transparent;
}
.switch-label:after {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* Radio button */
.radio {
  margin: 0.25em 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  color: #000000;
}
.radio-input {
  opacity: 0;
  position: absolute;
}
.radio-label {
  position: relative;
  display: block;
  padding: 0.2em 0.75em;
  outline: 0;
  cursor: pointer;
}
.radio-label:before {
  content: '';
  background: #fff;
  border: 2px solid #e6e6e6;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  margin-top: -2px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.radio-label:hover {
  background-color: #fff;
}
.radio-input:checked + .radio-label:before {
  background: #81c749;
  border: 2px solid #68a934;
}
/* Checkbox */
.check-input-list {
  display: flex;
  flex-direction: column;
  margin: 0.8em 0 0 0;
}
@media (min-width: 37.5em) {
  .check-input-list {
    margin: 0.25em 0 0 0.5em;
  }
}
.check-input {
  display: none;
}
.check-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.check-label:before {
  content: '';
  display: inline-block;
  background-image: url('/static/images/form/checkbox-unchecked.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1.2em;
  flex-shrink: 0;
}
.check-input:checked + .check-label:before {
  background-image: url('/static/images/form/checkbox-checked.svg');
}
/* Option group */
.optionGroup {
  display: flex;
  flex-direction: column;
}
.optionGroup .radio,
.optionGroup .check {
  width: 100%;
  margin: 0;
  position: relative;
  border-width: 0 1px;
  font-weight: 200;
  font-size: 0.75em;
}
.optionGroup .radio:first-child,
.optionGroup .check:first-child {
  border-width: 1px;
  border-bottom-width: 0;
}
.optionGroup .radio:last-child,
.optionGroup .check:last-child {
  border-width: 1px;
  border-top-width: 0;
}
@media (min-width: 37.5em) {
  .optionGroup .radio,
  .optionGroup .check {
    width: auto;
  }
}
.optionGroup .radio .radio-label,
.optionGroup .check .radio-label,
.optionGroup .radio .check-label,
.optionGroup .check .check-label {
  padding: 0.3em 0.75em;
  padding-right: 1.75em;
}
.optionGroup-vSelectionList {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.optionGroup-vSelectionList .radio,
.optionGroup-vSelectionList .check {
  flex: 1 0 auto;
}
.optionGroup-vSelectionList .radio-label,
.optionGroup-vSelectionList .check-label {
  white-space: nowrap;
  padding-right: 30px;
}
.optionGroup-vSelectionList .radio:not(:last-child) .radio-label,
.optionGroup-vSelectionList .check:not(:last-child) .check-label {
  border-bottom: 1px solid #cccccc;
}
.optionGroup-vSelectionList .radio-label:before,
.optionGroup-vSelectionList .check-label:before {
  content: none;
}
.optionGroup-vSelectionList .radio-input:checked + .radio-label,
.optionGroup-vSelectionList .check-input:checked + .check-label {
  background: #81c749;
  border-bottom: 1px solid #68a934;
  color: #fff;
}
.optionGroup-vSelectionList .radio-input:checked + .radio-label:hover,
.optionGroup-vSelectionList .check-input:checked + .check-label:hover {
  background-color: #68a934;
}
@media (max-width: 37.4em) {
  .input,
  .label + .input-vBlock,
  .label + .textarea-vBlock,
  .select,
  .switch,
  .radio {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
}
/* Input group */
.inputGroup {
  display: flex;
  flex-direction: column;
}
.inputGroup .select,
.inputGroup .input,
.inputGroup .btn,
.inputGroup .switch,
.inputGroup .textarea,
.inputGroup > .radio,
.inputGroup > .check,
.inputGroup .optionGroup {
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: none;
}
@media (max-width: 37.4em) {
  .inputGroup .btn {
    margin-top: -1px;
  }
}
@media (min-width: 37.5em) {
  .inputGroup .btn {
    margin-left: -1px;
    max-width: 25vw;
  }
}
.inputGroup .label {
  border-width: 0 1px;
  width: 100%;
  margin: 0;
}
.inputGroup .label:first-child {
  border-width: 1px;
  border-bottom-width: 0;
}
.inputGroup .label:last-child {
  border-width: 1px;
  border-top-width: 0;
}
@media (min-width: 37.5em) {
  .inputGroup:not(.inputGroup-vBlock) {
    flex-flow: row;
  }
  .inputGroup:not(.inputGroup-vBlock) .label {
    width: auto;
    margin: 0.25em 0;
    float: left;
    max-width: 25vw;
    background-color: #005187;
    border: 1px solid #005187;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .inputGroup:not(.inputGroup-vBlock) .label a {
    color: #fff;
  }
  .inputGroup:not(.inputGroup-vBlock) .label:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .label:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .label:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .label:first-child {
    border-width: 1px;
    border-right-width: 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .label:last-child {
    border-width: 1px;
    border-left-width: 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .select,
  .inputGroup:not(.inputGroup-vBlock) .input,
  .inputGroup:not(.inputGroup-vBlock) .btn,
  .inputGroup:not(.inputGroup-vBlock) .switch,
  .inputGroup:not(.inputGroup-vBlock) .textarea,
  .inputGroup:not(.inputGroup-vBlock) > .radio,
  .inputGroup:not(.inputGroup-vBlock) > .check,
  .inputGroup:not(.inputGroup-vBlock) .optionGroup {
    width: auto;
    margin: 0.25em 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .select:not(:first-child):not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .input:not(:first-child):not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .btn:not(:first-child):not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .switch:not(:first-child):not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .textarea:not(:first-child):not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) > .radio:not(:first-child):not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) > .check:not(:first-child):not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .optionGroup:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .select:first-child:not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .input:first-child:not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .btn:first-child:not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .switch:first-child:not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .textarea:first-child:not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) > .radio:first-child:not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) > .check:first-child:not(:last-child),
  .inputGroup:not(.inputGroup-vBlock) .optionGroup:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .inputGroup:not(.inputGroup-vBlock) .select:last-child:not(:first-child),
  .inputGroup:not(.inputGroup-vBlock) .input:last-child:not(:first-child),
  .inputGroup:not(.inputGroup-vBlock) .btn:last-child:not(:first-child),
  .inputGroup:not(.inputGroup-vBlock) .switch:last-child:not(:first-child),
  .inputGroup:not(.inputGroup-vBlock) .textarea:last-child:not(:first-child),
  .inputGroup:not(.inputGroup-vBlock) > .radio:last-child:not(:first-child),
  .inputGroup:not(.inputGroup-vBlock) > .check:last-child:not(:first-child),
  .inputGroup:not(.inputGroup-vBlock) .optionGroup:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/* Form group */
.formGroup {
  margin-bottom: 20px;
}
.renoConceptForm {
  width: 100%;
}
.renoConceptForm .label {
  display: none !important;
}
.renoConceptForm .media-vWide {
  margin: 0;
}
.renoConceptForm fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.renoConceptForm input[type="radio"] {
  display: none;
}
.renoConceptForm input[type="radio"]:hover {
  background-color: #ddd;
}
.renoConceptForm input[type="radio"]:checked + label {
  background-color: #005187;
}
.renoConceptForm input[type="radio"]:checked + label .media-headline {
  color: #fff !important;
}
.renoConceptForm input[type="radio"]:checked + label p {
  color: #fff !important;
}
.renoConceptForm .radio-label {
  cursor: pointer;
  transition: all ease 0.3s;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.renoConceptForm .radio-label .media-headline {
  font-size: 1.5em;
}
@media (max-width: 56.15em) {
  .renoConceptForm .radio-label .media-headline {
    font-size: 1em;
  }
}
.renoConceptForm .radio-label:before {
  display: none;
}
.renoConceptForm .radio-label:hover {
  background-color: #ddd;
}
@media (max-width: 37.4em) {
  .renoConceptForm .radio-label {
    width: 50% !important;
  }
}
.renoConceptForm .form-label-half {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.renoConceptForm .form-label-half .inputGroup {
  width: calc(50% - 15px);
}
@media (max-width: 56.15em) {
  .renoConceptForm .form-label-half .inputGroup {
    width: 100%;
  }
}
@media (max-width: 56.15em) {
  .renoConceptForm .form-label-half {
    flex-direction: column;
  }
}
.renoConceptForm .formGroup--hidden {
  display: none;
}
.renoConceptForm .formGroup--hidden.is-active {
  display: block;
}
#newscommentform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#newscommentform input,
#newscommentform textarea {
  flex: 1 1 75%;
  width: auto;
}
#newscommentform .label {
  min-width: auto;
  flex: 0 0 25%;
}
#newscommentform input[type="submit"] {
  flex: 0 0 auto;
}
#newscommentform .txt-right {
  flex: 0 0 100%;
}
@media (max-width: 56.15em) {
  #newscommentform {
    flex-direction: column;
  }
  #newscommentform .label {
    flex: 0 0 100%;
    align-self: auto;
    margin-bottom: 0;
  }
  #newscommentform input,
  #newscommentform textarea {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.constuction-service-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.constuction-service-form input,
.constuction-service-form select,
.constuction-service-form textarea {
  flex: 1 1 calc(100% - 190px);
}
.constuction-service-form textarea {
  height: 120px;
  margin-bottom: 15px;
}
.partner-login {
  margin-bottom: 0;
}
.partner-login .inputGroup {
  margin-bottom: 0px;
}
.partner-login input {
  margin: 7px 0 !important;
}
.login-link {
  margin-bottom: 1.5em;
  display: block;
}
.login-form-or {
  text-align: center;
  padding: 0.8em 0.5em;
}
.form-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-wrap input,
.form-wrap select {
  margin: 7px 0 !important;
}
.form-wrap .form-half {
  width: calc(50% - 7px);
}
.form-wrap .form-full {
  width: 100%;
}
.form-wrap input {
  width: 100%;
}
.small-print {
  font-size: 0.7em;
}
.password-info {
  font-weight: 700;
  font-size: 0.7em;
  margin-bottom: 10px;
}
.info-vSuccess {
  color: #508228;
}
.info-vError {
  color: #b41922;
}
select.is-invalid {
  background-color: #b41922 !important;
  color: #fff !important;
}
.ignt-booleanInput-veinwilligung + label {
  display: none !important;
}
.viur_checkbox {
  margin: 10px 0;
}
/* ---------------------------------------------------------------------------------------
    #TABLES
--------------------------------------------------------------------------------------- */
table tbody tr.light {
  color: #666666;
  background-color: #ffffff;
}
table tbody tr.dark {
  color: #666666;
  background-color: #f7f7f7;
}
table.dk_varianten {
  table-layout: fixed;
}
table.dk_varianten td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
tr.variants:nth-child(even),
.cart tbody tr:nth-child(even),
.kartei tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
tr.variants:nth-child(odd),
.cart tbody tr:nth-child(odd),
.kartei tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  vertical-align: top;
  margin-bottom: 15px;
  border: none;
}
@media (max-width: 56.15em) {
  .table-row {
    display: block;
  }
}
@media (max-width: 56.15em) {
  .table-head-row {
    display: none;
  }
}
.table-head-cell {
  color: #FFFFFF;
  background-color: #005187;
  border: 1px solid #CCCCCC;
  text-align: left;
  text-transform: uppercase;
  table-layout: auto;
  vertical-align: middle;
  padding: 4px 10px;
  border-collapse: collapse;
}
.table-cell {
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 4px 10px;
  border-collapse: collapse;
}
@media (max-width: 56.15em) {
  .table-cell {
    display: block;
    border-left: none;
    border-right: none;
  }
  .table-cell:last-child {
    padding-bottom: 10px;
  }
  .table-cell:first-child {
    padding-top: 10px;
  }
  .table-cell[data-content] {
    display: flex;
  }
  .table-cell[data-content]:before {
    min-width: 40%;
    display: block;
    float: left;
    white-space: nowrap;
    content: attr(data-content) !important;
    color: #005187;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    font-weight: bold;
  }
}
.shop-table-picto img {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.table-cell-checkbox,
.table-cell-checkbox-th {
  width: 38px;
}
.table-cell-checkbox {
  background-image: url("../images/checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
}
@media (max-width: 56.15em) {
  .table-cell-checkbox {
    width: 100%;
    height: 31px;
    background-position: 7px 7px;
    background-size: 20px;
  }
}
.file-list-table {
  width: 100%;
}
.file-list-table td {
  padding: 7px;
}
@media (max-width: 56.15em) {
  .table-cell .addtocartbtn {
    width: 100%;
    justify-content: center;
  }
}
@media print {
  .table {
    display: table !important;
  }
  .table tbody {
    display: table-row-group !important;
  }
  .table thead {
    display: table-header-group !important;
  }
  .table thead tr {
    position: relative !important;
  }
  .table thead tr td {
    display: table-cell !important;
  }
  .table-row,
  .table-head-row :not(.variants) {
    display: table-row !important;
  }
  .table-cell,
  .table-head-item {
    display: table-cell !important;
  }
  .table-cell[data-content]:before {
    display: none;
  }
}
/* MEDIA BOXES */
/* basics */
.media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.media:not(:last-of-type) {
  margin-bottom: 20px;
}
.media:after {
  content: '';
  flex: auto;
  margin-right: auto;
}
.media.presseportal .media-item {
  margin: 0 0 70px 0;
}
@media (min-width: 56.25em) {
  .media.presseportal .media-item {
    margin: 0 30px 70px 0;
  }
}
.media.presseportal .media-item .media-image {
  margin: 0 0 30px 0;
  position: relative;
}
.media.presseportal .media-item .media-image .badge {
  position: absolute;
  top: 15px;
  left: 4px;
  font-size: 1.5em;
}
@media (min-width: 56.25em) {
  .media.presseportal .media-item .media-image {
    margin: 0 30px 0 0;
  }
}
.media.presseportal .media-item .media-headline {
  line-height: 1.3;
  margin-bottom: 7px;
}
.media-vLogin {
  background-color: #fff;
  width: 100%;
  margin: 2.5em 0 0 0;
}
.media-vLogin .media-item {
  padding: 1em 2em;
}
.media-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 10px;
  margin-bottom: 20px;
}
.media-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  flex: 1 auto;
}
.media-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
}
.media-image {
  transition: all 0.3s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
.media-image.media-image-vLight {
  background-color: #F0F0F3;
}
.media-image img,
img.media-image {
  width: 100%;
  height: auto !important;
  min-height: 1px;
}
.media-image.media-icon-image {
  width: 13% !important;
}
@media (max-width: 56.15em) {
  .media-image.media-icon-image {
    width: 10% !important;
    margin-right: 10px;
  }
}
.media-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 65px;
  border-color: transparent transparent transparent #fff;
  opacity: 0.8;
}
.media-item:hover .media-play {
  opacity: 1;
}
.media-play-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #005187;
  opacity: 0;
  transition: all ease 0.3s;
}
.media-item:hover .media-play-overlay {
  opacity: 0.4;
}
.media-content {
  flex: 1 auto;
  align-self: stretch;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 10px 0 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  .media-content-vPadded {
    padding: 60px;
  }
}
.media-headline {
  color: #005187;
  margin: 0.1em 0 0.5em 0;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.media-headline .icon {
  margin-right: 0.4em;
}
.media-caption {
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-txt {
  color: #181817;
  margin-bottom: 0.4em;
}
/* hovers */
/* card styled lists (txt is below image)*/
.media-vCards .media-headline {
  font-size: 1em;
}
/* note styled lists (txt is right next to image) */
@media (min-width: 56.25em) {
  .media-vNotes .media-item,
  .media-vNotes .media-link,
  .media-vNotes .media-box {
    flex-flow: row wrap;
  }
}
.media-vNotes .media-image {
  width: 100%;
}
@media (min-width: 56.25em) {
  .media-vNotes .media-image {
    width: 30%;
    margin-right: 10px;
    align-self: stretch;
  }
}
.media-vNotes .media-image.media-image-vSmall {
  width: 100%;
}
@media (min-width: 56.25em) {
  .media-vNotes .media-image.media-image-vSmall {
    width: 18%;
    margin-right: 10px;
    align-self: stretch;
  }
}
.media-vNotes .media-image.media-image-icon .icon {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  color: #005187;
}
.media-vNotes .media-content {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
@media (max-width: 56.15em) {
  .media-vNotes .media-content {
    padding: 20px 0;
    flex: 0 0 auto;
  }
}
@media (min-width: 56.25em) {
  .media-vWide {
    margin: 0 -20px;
  }
}
.media-vWide .media-item {
  margin-bottom: 30px;
}
.media-vWide .media-item .media-content {
  padding: 0;
}
@media (max-width: 56.15em) {
  .media-vWide .media-item .media-content {
    padding-top: 20px;
  }
}
@media (min-width: 56.25em) {
  .media-vWide .media-item {
    padding: 0 20px;
  }
}
@media (min-width: 56.25em) {
  .media-vWide.media-vNotes .media-image {
    margin-right: 15px;
  }
}
.media-vVeryWide .media-item {
  margin-left: 35px;
  margin-right: 35px;
}
.media-vVeryWide .media-item:first-child {
  margin-left: 0;
}
@media (max-width: 56.15em) {
  .media-vVeryWide .media-item {
    margin-left: 0;
    margin-right: 0;
  }
}
/* number of elements in a row */
@media (min-width: 56.25em) {
  .media-half .media-item {
    width: 50%;
  }
}
@media (min-width: 56.25em) {
  .media-third .media-item {
    width: 33.3%;
  }
}
@media (min-width: 56.25em) {
  .media-quarter .media-item {
    width: 25%;
  }
}
@media (min-width: 56.25em) {
  .media-fifth .media-item {
    width: 20%;
  }
}
@media (min-width: 56.25em) {
  .media-sixth .media-item {
    width: 16.6%;
  }
}
@media (min-width: 56.25em) {
  .media-eighth .media-item {
    width: 12.5%;
  }
}
@media (max-width: 56.15em) {
  .media-mobile-half .media-item {
    width: 50%;
  }
}
@media (max-width: 56.15em) {
  .media-mobile-quater .media-item {
    width: 25%;
  }
}
@media (max-width: 56.15em) {
  .media-mobile-icon .media-item {
    flex-direction: row;
  }
}
@media (min-width: 37.5em) and (max-width: 74.9em) {
  .media-medium-third .media-item {
    width: 33.3%;
  }
}
.media-offer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-offer .btn {
  align-self: flex-start;
}
.pK-media {
  flex-direction: column !important;
}
.pK-mediaDownload {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.media-date-head {
  margin-bottom: 20px;
}
.media-vGreyBox .media-box {
  border: 1px solid #ddd;
  font-size: 0.8em;
}
.media-vGreyBox .media-headline {
  color: #005187;
}
.media-price {
  width: 100%;
  text-align: right;
  margin-top: auto;
}
.media-pricevBlue {
  font-size: 1.4em;
  color: #005187;
}
@media (min-width: 56.25em) {
  .media-item-vTwoThirds {
    width: 66.66% !important;
    padding-right: 50px;
  }
}
@media print {
  .media {
    margin: 0;
    display: block;
  }
  .media-item:not(.aE-item) {
    vertical-align: top;
    display: inline-block !important;
    margin: 0;
  }
  .media-half .media-item {
    width: 49%;
  }
  .media-third .media-item {
    width: 32%;
  }
  .media-quarter .media-item {
    width: 24%;
  }
  .media-fifth .media-item {
    width: 19%;
  }
  .media-sixth .media-item {
    width: 15%;
  }
  .media-eighth .media-item {
    width: 11%;
  }
}
div.media-content.dBox-content {
  flex: 1 1 0 !important;
  padding-top: 0 !important;
  padding-left: 10px !important;
}
/* IMAGE */
.image {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 800 800"><path fill="#333" d="M-3-7h809v814H-3z"/><g fill="#FFF"><path d="M375.349 409.837l-6.161-194.618H344.98l-6.326 174.863zm88.796.146l-5.31-168.664h-26.469l-5.459 148.634z"/><path d="M490.245 382.836v47.634l-88.521-47.634v47.634L313.2 382.836v47.634l-87.005-47.634v150.533H578.01V430.47l-87.765-47.634zM336.657 515.209h-86.255v-49.157h86.255v49.157zm108.574 0h-86.258v-49.157h86.258v49.157zm108.572 0H467.54v-49.157h86.263v49.157z"/></g><path d="M226.542 562.279l2.211 8.499c.484 1.865.933 3.593 1.244 5.319h.104c.38-1.692.933-3.488 1.485-5.285l2.729-8.533h2.556l2.592 8.36c.621 2.004 1.105 3.766 1.485 5.458h.104c.276-1.692.726-3.454 1.278-5.423l2.384-8.396h3.005L242.33 579h-2.764l-2.557-7.98c-.587-1.865-1.071-3.523-1.485-5.492h-.069c-.414 2.004-.933 3.73-1.52 5.527L231.24 579h-2.764l-5.043-16.721h3.109zm38.997 8.223c0 6.184-4.283 8.878-8.325 8.878-4.525 0-8.015-3.316-8.015-8.602 0-5.597 3.662-8.879 8.291-8.879 4.802 0 8.049 3.49 8.049 8.603zm-13.266.173c0 3.661 2.107 6.425 5.079 6.425 2.901 0 5.078-2.729 5.078-6.494 0-2.833-1.417-6.426-5.01-6.426s-5.147 3.316-5.147 6.495zm17.097-3.179c0-1.969-.035-3.662-.139-5.217h2.66l.104 3.282h.139c.76-2.245 2.591-3.662 4.629-3.662.346 0 .587.035.863.104v2.867a4.565 4.565 0 0 0-1.036-.104c-2.142 0-3.662 1.623-4.076 3.903a8.553 8.553 0 0 0-.139 1.416V579h-3.005v-11.504zm14.438 2.453h.069c.414-.588 1.001-1.312 1.485-1.9l4.905-5.77h3.662l-6.46 6.875 7.357 9.846h-3.696l-5.769-8.015-1.555 1.728V579H280.8v-24.527h3.006v15.476zm23.9-12.367c.034 1.036-.726 1.865-1.935 1.865-1.071 0-1.831-.829-1.831-1.865 0-1.071.795-1.9 1.9-1.9 1.14 0 1.866.829 1.866 1.9zM304.322 579v-16.721h3.04V579h-3.04zm8.082-12.194c0-1.728-.035-3.144-.139-4.526h2.694l.173 2.764h.069c.829-1.589 2.764-3.144 5.527-3.144 2.314 0 5.907 1.382 5.907 7.117V579h-3.04v-9.639c0-2.694-1.002-4.939-3.869-4.939-2.004 0-3.558 1.416-4.076 3.109-.139.38-.207.897-.207 1.416V579h-3.04v-12.194zm26.491.932c0-2.143-.069-3.869-.138-5.459h2.729l.139 2.868h.069c1.243-2.038 3.212-3.248 5.941-3.248 4.042 0 7.082 3.421 7.082 8.499 0 6.011-3.662 8.981-7.601 8.981-2.211 0-4.146-.967-5.146-2.625h-.07v9.085h-3.006v-18.101zm3.005 4.456c0 .449.069.864.138 1.244.553 2.106 2.384 3.558 4.561 3.558 3.213 0 5.078-2.625 5.078-6.46 0-3.351-1.762-6.218-4.975-6.218-2.073 0-4.008 1.485-4.595 3.766-.104.38-.207.828-.207 1.243v2.867zm16.647-4.698c0-1.969-.035-3.662-.139-5.217h2.66l.104 3.282h.139c.76-2.245 2.591-3.662 4.629-3.662.346 0 .587.035.863.104v2.867a4.565 4.565 0 0 0-1.036-.104c-2.142 0-3.662 1.623-4.076 3.903a8.553 8.553 0 0 0-.139 1.416V579h-3.005v-11.504zm26.079 3.006c0 6.184-4.283 8.878-8.325 8.878-4.525 0-8.015-3.316-8.015-8.602 0-5.597 3.662-8.879 8.291-8.879 4.802 0 8.049 3.49 8.049 8.603zm-13.266.173c0 3.661 2.107 6.425 5.079 6.425 2.901 0 5.078-2.729 5.078-6.494 0-2.833-1.417-6.426-5.01-6.426s-5.147 3.316-5.147 6.495zm31.503-8.396a73.597 73.597 0 0 0-.139 4.595v9.708c0 3.834-.76 6.184-2.384 7.635-1.623 1.52-3.973 2.003-6.08 2.003-2.004 0-4.215-.483-5.562-1.382l.76-2.314c1.105.691 2.833 1.312 4.905 1.312 3.109 0 5.39-1.623 5.39-5.838v-1.865h-.069c-.933 1.555-2.729 2.798-5.32 2.798-4.146 0-7.116-3.523-7.116-8.152 0-5.666 3.696-8.879 7.531-8.879 2.901 0 4.491 1.521 5.216 2.902h.069l.139-2.522h2.66zm-3.144 6.599c0-.519-.034-.967-.172-1.382-.553-1.762-2.039-3.213-4.25-3.213-2.901 0-4.975 2.453-4.975 6.322 0 3.281 1.658 6.011 4.94 6.011 1.865 0 3.559-1.175 4.215-3.109.173-.518.241-1.105.241-1.623v-3.006zm7.838-1.382c0-1.969-.034-3.662-.138-5.217h2.66l.104 3.282h.138c.761-2.245 2.592-3.662 4.63-3.662.345 0 .587.035.863.104v2.867a4.57 4.57 0 0 0-1.036-.104c-2.143 0-3.662 1.623-4.076 3.903a8.553 8.553 0 0 0-.139 1.416V579h-3.006v-11.504zm12.642 3.696c.068 4.111 2.694 5.804 5.734 5.804 2.177 0 3.489-.38 4.629-.863l.519 2.176c-1.071.484-2.902 1.037-5.562 1.037-5.147 0-8.223-3.386-8.223-8.43 0-5.043 2.971-9.017 7.842-9.017 5.459 0 6.909 4.802 6.909 7.877 0 .622-.068 1.105-.104 1.416h-11.744zm8.912-2.175c.035-1.935-.794-4.94-4.214-4.94-3.075 0-4.422 2.833-4.664 4.94h8.878zm6.285 6.874c.898.588 2.487 1.209 4.007 1.209 2.211 0 3.248-1.105 3.248-2.487 0-1.45-.864-2.245-3.109-3.074-3.006-1.071-4.422-2.729-4.422-4.732 0-2.695 2.176-4.906 5.77-4.906 1.692 0 3.178.484 4.11 1.037l-.76 2.211a6.5 6.5 0 0 0-3.42-.968c-1.797 0-2.799 1.036-2.799 2.28 0 1.382 1.002 2.004 3.179 2.833 2.901 1.105 4.387 2.556 4.387 5.043 0 2.937-2.279 5.01-6.252 5.01-1.831 0-3.524-.449-4.698-1.141l.759-2.315zm13.676 0c.898.588 2.487 1.209 4.007 1.209 2.211 0 3.248-1.105 3.248-2.487 0-1.45-.864-2.245-3.109-3.074-3.006-1.071-4.422-2.729-4.422-4.732 0-2.695 2.177-4.906 5.769-4.906 1.693 0 3.179.484 4.111 1.037l-.76 2.211a6.5 6.5 0 0 0-3.42-.968c-1.797 0-2.799 1.036-2.799 2.28 0 1.382 1.002 2.004 3.179 2.833 2.901 1.105 4.388 2.556 4.388 5.043 0 2.937-2.28 5.01-6.253 5.01-1.831 0-3.524-.449-4.698-1.141l.759-2.315zm22.623 1.312c0-1.277.828-2.176 2.038-2.176 1.243 0 2.038.898 2.038 2.176 0 1.244-.795 2.177-2.038 2.177-1.21 0-2.073-.933-2.038-2.177zm11.503 0c0-1.277.864-2.176 2.073-2.176s2.004.898 2.038 2.176c0 1.244-.829 2.177-2.073 2.177-1.209 0-2.072-.933-2.038-2.177zm11.504 0c0-1.277.864-2.176 2.073-2.176s2.038.898 2.038 2.176c0 1.244-.795 2.177-2.073 2.177-1.209 0-2.038-.933-2.038-2.177z" fill="#FFF"/></svg>');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-vParallax {
  background-attachment: fixed;
  position: initial;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .image-vParallax {
    background-attachment: scroll !important;
  }
}
.image-vSquare:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.pictovideo {
  width: 100%;
}
/* #ICONS */
.icon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentcolor;
  color: inherit;
  width: 1em;
  height: 1em;
}
.icon path {
  fill: inherit;
}
.icon-vSuccess {
  color: #14200a;
}
.icon-vWarn {
  color: #44090d;
}
/**
 * POPUP and OVERLAY
 */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 619;
}
.popup-overlay--white {
  background: #ffffff !important;
}
.popup.is-active ~ .popup-overlay,
.popup-overlay.is-active {
  pointer-events: auto;
  opacity: 0.5;
  background: #353534;
}
.popup {
  opacity: 0;
  position: fixed;
  transition: all 0.3s ease;
  z-index: 99;
  pointer-events: none;
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
  max-height: 90vh;
  z-index: 620;
}
.popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
.popup.cookie-info {
  right: 0;
  bottom: 0;
}
.popup.cookie-info .popup-box {
  padding: 30px;
  background-color: #F0F0F3;
}
.popup.cookie-info .popup-box .cookie-headline {
  color: #005187;
  font-size: 1.5em;
  text-transform: uppercase;
}
.popup.cookie-info .popup-box .popup-header {
  padding-bottom: 0;
}
@media (max-width: 56.15em) {
  .popup.cookie-info {
    right: 0;
    left: 0;
    min-width: 100vw;
    max-width: 100vw;
  }
}
@media (min-width: 56.25em) {
  .popup {
    max-width: 850px;
    min-width: 33%;
  }
}
.popup-s,
.popup-se,
.popup-sw {
  bottom: 20px;
  transform: translate(0, calc(100% +  25px ));
  top: inherit;
}
.popup-s {
  transform: translate(-50%, calc(100% +  25px ));
}
.popup-s.is-active {
  transform: translate(-50%, 0);
}
.popup-se {
  right: 20px;
  left: inherit;
}
.popup-se.is-active {
  transform: none;
}
.popup-sw {
  left: 20px;
}
.popup-sw.is-active {
  transform: none;
}
.popup-n,
.popup-ne,
.popup-nw {
  top: 40px;
  transform: translate(0, calc(-100% -  25px ));
  bottom: inherit;
}
.popup-n {
  transform: translate(-50%, calc(-100% -  25px ));
}
.popup-n.is-active {
  transform: translate(-50%, 0);
}
.popup-ne {
  right: 20px;
  left: inherit;
}
.popup-ne.is-active {
  transform: none;
}
.popup-nw {
  left: 20px;
}
.popup-nw.is-active {
  transform: none;
}
.popup-center {
  transform: translate(-50%, calc(50vh - 50%));
  top: 0;
}
.popup-w,
.popup-e {
  top: 50%;
  bottom: inherit;
}
.popup-w.is-active,
.popup-e.is-active {
  transform: translate(0, -50%);
}
.popup-e {
  right: 20px;
  transform: translate(calc(100% +  25px ), -50%);
  left: inherit;
}
.popup-w {
  left: 20px;
  transform: translate(calc(-100% -  25px ), -50%);
}
.popup-vWide {
  min-width: 80vw;
}
.popup-box {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  font-size: 0.82rem;
}
.popup-content {
  width: 100%;
  padding: 20px 40px 40px 40px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #181817;
  font-size: 1em;
}
.popup-content:before {
  display: table;
  content: "";
}
.popup-content:after {
  display: table;
  clear: both;
  content: "";
}
.popup-content .media-vNotes .media-content {
  padding: 20px 0 40px 40px;
}
.popup-header {
  width: 100%;
  padding: 40px 60px 0 40px;
}
.popup-footer {
  width: 100%;
  padding: 2px 15px;
  color: #222222;
  font-size: 0.8em;
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  z-index: 602;
}
.popup-close:hover {
  opacity: 1;
}
.popup-close-x {
  font-weight: lighter;
  font-size: 3em;
  color: #181817;
  transform-origin: center center;
  transform: rotate(45deg);
  opacity: 1;
  padding: 0;
  top: -0.18em;
  right: 12px;
}
.popup-vSmall {
  font-size: 0.8rem;
}
.popup-vSmall .popup-content {
  padding: 10px;
}
.popup-vSmall .popup-header {
  padding: 10px;
}
.popup-vSmall .popup-footer {
  padding: 2px 10px;
}
.popup-vSmall .btn {
  padding: 3px 11px;
  font-weight: 400;
}
.popup-vSmall .input {
  padding: 3px 7px;
  font-weight: 400;
}
.popup-vSmall .label {
  padding: 3px 7px;
  font-weight: 400;
}
.popup-vSmall .select {
  padding: 3px 7px 4px;
  font-weight: 400;
  background-size: 10px;
}
.popup-vLarge {
  font-size: 1.2rem;
  max-width: 650px;
}
.msg-vPopup {
  margin: 0 -15px 15px;
  border-width: 1px 0 1px 0;
  border-radius: 0;
}
.inputGroup-vPopup .label {
  border-width: 0 1px;
  width: 100%;
  margin: 0;
}
.inputGroup-vPopup .label:first-child {
  border-width: 1px;
  border-bottom-width: 0;
}
.inputGroup-vPopup .label:last-child {
  border-width: 1px;
  border-top-width: 0;
}
.inputGroup-vPopup .select,
.inputGroup-vPopup .input,
.inputGroup-vPopup .btn {
  width: 100%;
  margin: 0;
}
.simple-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.simple-overlay.is-active {
  display: flex;
}
.simple-overlay-wrap {
  width: 100%;
  overflow-y: scroll;
  padding: 150px 200px;
}
@media (max-width: 74.9em) {
  .simple-overlay-wrap {
    padding: 50px 100px;
  }
}
@media (max-width: 56.15em) {
  .simple-overlay-wrap {
    padding: 30px 70px;
  }
}
@media (max-width: 37.4em) {
  .simple-overlay-wrap {
    padding: 15px 25px;
  }
}
.simple-overlay-close {
  position: absolute !important;
  top: 20px;
  right: 20px;
  z-index: 1100;
}
.popup-langs {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.popup-langlink {
  font-weight: normal;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
}
.popup-langflag {
  width: 1.6em;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1em;
}
.popup-vAutoWidth {
  width: max-content;
  max-width: 1260px !important;
  min-width: auto !important;
}
@media (max-width: 1349.9px) {
  .popup-vAutoWidth {
    max-width: calc(100% - 40px) !important;
  }
}
.popup.vroverlay {
  background-color: #fff;
  align-items: flex-end;
  max-width: 65vw;
  top: 10vh;
}
.popup.vroverlay iframe {
  width: 100%;
  height: 65vh;
  min-width: 100%;
  min-height: 65vh;
}
@media (max-width: 56.15em) {
  .popup.vroverlay {
    width: 90vw;
    top: 5vh;
  }
  .popup.vroverlay iframe {
    min-height: 90vh;
  }
}
.closevr {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff !important;
}
.vroverlay-content {
  width: calc(100% + 8px);
  margin-top: -8px;
  flex: 1 1 100%;
}
/* ---------------------------------------------------------------------------------------
    MESSAGES and ALERTS
--------------------------------------------------------------------------------------- */
.msg {
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #181817;
  background-color: #F0F0F3;
  border: none;
  display: block;
}
.msg p:last-child {
  margin-bottom: 0;
}
.msg.has-icon {
  padding-left: 4em;
  min-height: 5em;
}
.msg.has-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 2.4em;
  width: 2.4em;
  margin-left: -2em;
  margin-top: 5px;
  transform: translateX(-45%);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: inherit;
  background-blend-mode: multiply;
}
.msg .icon {
  position: absolute;
  display: block;
  height: 2.4em;
  width: 2.4em;
  margin-left: -2em;
  margin-top: 5px;
  transform: translateX(-45%);
}
.msg a:not(.btn) {
  color: #000000;
  text-decoration: underline;
}
.msg .media-txt {
  margin-bottom: 0;
}
.msg h3 {
  color: #000000;
}
.msg.is-inactive {
  display: none;
}
.msg-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.msg-row .icon {
  width: 10%;
  height: 79%;
  margin: 0px 17px 0 4px;
  transform: none;
  position: relative;
}
@media (max-width: 899.9px) {
  .msg-row .icon {
    display: none;
  }
}
.msg-headline {
  font-size: 0.9rem;
  font-weight: 700;
  color: inherit;
}
.msg-center {
  margin-bottom: 20px;
}
.msg-close {
  float: right;
  width: 34px;
  height: 44px;
  margin: -11px;
  line-height: 40px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.6;
}
.msg-close:hover {
  opacity: 1;
}
.msg-vTutorial {
  display: inline-flex;
  border: none;
  background-color: #347AA2;
  margin-top: 20px;
  position: relative;
}
.msg-vTutorial .media-txt {
  color: #fff;
  margin-right: 50px;
}
.msg-vTutorial:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #347AA2 transparent transparent transparent;
}
.msg-vSuccess {
  color: #fff;
  background-color: #508228;
  border: none;
}
.msg-vSuccess a {
  color: #fff;
  text-decoration: underline;
}
.msg-vSuccess * {
  color: #fff !important;
}
.msg-vWarn {
  color: #fff;
  background-color: #b41922;
  border: none;
}
.msg-vWarn a {
  color: #fff;
  text-decoration: underline;
}
.msg-vWarn * {
  color: #fff !important;
}
.msg-vError {
  color: #fff;
  background-color: #b41922;
  border: none;
}
.msg-vError a {
  color: #fff;
  text-decoration: underline;
}
.msg-vError * {
  color: #fff !important;
}
.msg-vFull {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
}
.msg-vFullWidth {
  width: 100%;
}
.alert {
  user-select: none;
  position: relative;
  padding: 8px 10px;
  font-size: 0.8rem;
  color: #000000;
  background-color: #9b9b9a;
  border: 1px solid #0e0e0e;
  border-radius: 2px;
  min-width: 300px;
  max-width: 25%;
  float: right;
  clear: both;
  margin-bottom: 10px;
  cursor: default;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert.has-icon {
  padding-left: 2em;
}
.alert.has-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 0.8em;
  width: 0.8em;
  margin-left: -1em;
  margin-top: 5px;
  transform: translateX(-50%);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: inherit;
  background-blend-mode: multiply;
}
.alert a {
  color: #000000;
  text-decoration: underline;
}
.alert-headline {
  font-size: 0.8rem;
  font-weight: 700;
  color: inherit;
}
.alert-center {
  position: fixed;
  top: 0;
  right: 0;
  padding: 25px;
}
.alert-vSuccess {
  color: #fff;
  background-color: #508228;
  border: none;
}
.alert-vSuccess a {
  color: #fff;
  text-decoration: underline;
}
.alert-vWarn {
  color: #fff;
  background-color: #b41922;
  border: none;
}
.alert-vWarn a {
  color: #fff;
  vtext-decoration: underline;
}
.alert-vError {
  color: #fff;
  background-color: #b41922;
  border: none;
}
.alert-vError a {
  color: #fff;
  text-decoration: underline;
}
/* BADGES and MARKERS */
.badge,
.has-badge:after {
  content: attr(data-badge);
  width: 1.7em;
  height: 1.7em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0.08em 0.45em 0 0.45em;
  margin: -3px -2px 0 10px;
  color: #ffffff;
  background: #0070ba;
  border-radius: 50%;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}
.badge-vInverse,
.has-badge-vInverse:after {
  background: transparent;
  color: inherit;
  border: 1px solid;
  border-color: currentColor;
  box-shadow: none;
  padding: 0 0.45em;
}
.badge-magenta {
  background-color: #347AA2 !important;
}
.marker,
.has-marker:after {
  content: attr(aria-label);
  display: inline-block;
  pointer-events: none;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.6;
  text-transform: UPPERCASE;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0.1em 0.6em;
  margin: -2px -2px 0 0.8em;
  color: #ffffff;
  background: #0070ba;
  border-radius: 0.1em;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}
.marker-vNew,
.has-marker:after-vNew {
  color: #ffffff;
  background: #812145;
}
.marker-vNew:first-child,
.has-marker:after-vNew:first-child {
  margin-right: 0.5em;
  margin-left: 0;
}
.marker-vInverse,
.has-marker-vInverse:after {
  background: transparent;
  color: inherit;
  border: 1px solid;
  border-color: currentColor;
  box-shadow: none;
  padding: 0 0.45em;
}
.badge-vBefore {
  margin: -4px 7px 0 0;
}
/* ---------------------------------------------------------------------------------------
    #TOOLTIPS
--------------------------------------------------------------------------------------- */
/* These great tooltips are taken from primercss.io — created by and copyright GitHub, Inc. */
.tip {
  position: relative;
  z-index: 300;
}
.tip:after {
  position: absolute;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  min-width: 100%;
  max-width: 100%;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(29, 167, 224, 0.9);
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 300;
}
.tip:before {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  color: #1da7e0;
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}
.tip:hover:before,
.tip:active:before,
.tip:focus:before,
.tip:hover:after,
.tip:active:after,
.tip:focus:after {
  display: inline-block;
  text-decoration: none;
}
.tip-vMultiline:hover:after,
.tip-vMultiline:active:after,
.tip-vMultiline:focus:after {
  display: table-cell;
}
.tip-s:after,
.tip-se:after,
.tip-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}
.tip-s:before,
.tip-se:before,
.tip-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(29, 167, 224, 0.9);
}
.tip-se:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.tip-sw:after {
  margin-right: -15px;
}
.tip-n:after,
.tip-ne:after,
.tip-nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px;
}
.tip-n:before,
.tip-ne:before,
.tip-nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(29, 167, 224, 0.9);
}
.tip-ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.tip-nw:after {
  margin-right: -15px;
}
.tip-s:after,
.tip-n:after {
  transform: translateX(50%);
}
.tip-w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  transform: translateY(50%);
}
.tip-w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: rgba(29, 167, 224, 0.9);
}
.tip-e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(50%);
}
.tip-e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: rgba(29, 167, 224, 0.9);
}
.tip-vMultiline:after {
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: normal;
  white-space: pre-line;
  border-collapse: separate;
}
.tip-vMultiline.tip-s:after,
.tip-vMultiline.tip-n:after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.tip-vMultiline.tip-w:after,
.tip-vMultiline.tip-e:after {
  right: 100%;
}
.tip-vSticky:before,
.tip-vSticky:after {
  display: inline-block;
}
.tip-vSticky.tip-vMultiline:after {
  display: table-cell;
}
.tip-vSuccess:after {
  color: #ffffff;
  background: rgba(80, 130, 40, 0.9);
}
.tip-vSuccess.tip-s:before,
.tip-vSuccess.tip-se:before,
.tip-vSuccess.tip-sw:before {
  border-bottom-color: rgba(80, 130, 40, 0.9);
}
.tip-vSuccess.tip-n:before,
.tip-vSuccess.tip-ne:before,
.tip-vSuccess.tip-nw:before {
  border-top-color: rgba(80, 130, 40, 0.9);
}
.tip-vSuccess.tip-e:before {
  border-right-color: rgba(80, 130, 40, 0.9);
}
.tip-vSuccess.tip-w:before {
  border-left-color: rgba(80, 130, 40, 0.9);
}
.tip-vError:after {
  color: #ffffff;
  background: rgba(180, 25, 34, 0.9);
}
.tip-vError.tip-s:before,
.tip-vError.tip-se:before,
.tip-vError.tip-sw:before {
  border-bottom-color: rgba(180, 25, 34, 0.9);
}
.tip-vError.tip-n:before,
.tip-vError.tip-ne:before,
.tip-vError.tip-nw:before {
  border-top-color: rgba(180, 25, 34, 0.9);
}
.tip-vError.tip-e:before {
  border-right-color: rgba(180, 25, 34, 0.9);
}
.tip-vError.tip-w:before {
  border-left-color: rgba(180, 25, 34, 0.9);
}
/* #PROJECTSPECIFIC ELEMENTS */
/* Custom Buttons */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  position: relative;
  border-radius: 0;
  padding: 0.2em 0.75em;
  margin: 0.25em 0;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
  width: 100%;
  font-size: 0.97em;
  width: auto;
  color: #222222;
  background-color: #e7e5e5;
  border: none;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.btn:link,
.btn:visited {
  color: #222222;
}
.btn:hover {
  color: #000000;
  background-color: #f3f2f2;
}
.btn:active,
.btn.is-active {
  color: #000000;
  background-color: #ffffff;
}
.btn.is-disabled:hover,
.btn:disabled:hover,
.btn[aria-disabled=true]:hover,
.btn.is-disabled,
.btn:disabled,
.btn[aria-disabled=true] {
  color: #cdcdcd;
  cursor: not-allowed;
  background-color: #ffffff;
}
.btn.is-busy,
.btn.is-loading,
.btn[aria-busy=true] {
  cursor: progress;
}
.btn.is-busy .single-spinner,
.btn.is-loading .single-spinner,
.btn[aria-busy=true] .single-spinner {
  margin-right: 1em;
}
.btn .icon {
  align-self: center;
}
.btn .icon:first-child {
  margin-left: -0.1em;
  margin-right: 0.25em;
}
.btn-vSmall {
  font-size: 0.8em;
}
.btn-vSmall .icon:first-child {
  margin-right: 0.15em;
}
.btn-vBig {
  font-size: 1.2em;
}
.btn-vBlock {
  margin: 0.25em 0;
  width: 100%;
  display: block;
  text-align: center;
}
.btnGroup {
  vertical-align: middle;
  display: inline-flex;
}
.btnGroup .btn {
  margin-right: 0px;
  margin-left: -1px;
  float: left;
  position: relative;
  z-index: 200;
}
.btnGroup .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btnGroup .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btnGroup .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btnGroup .btn:first-of-type {
  margin-left: 0.25em;
}
.btnGroup .btn.btn:last-of-type {
  margin-right: 0.25em;
}
.btnGroup .btn:hover,
.btnGroup .btn:active,
.btnGroup .btn.is-selected {
  z-index: 202;
}
.btnGroup .btn.is-disabled,
.btnGroup .btn.is-disabled:hover {
  z-index: 200;
}
.btnGroup .btn:focus {
  z-index: 203;
}
.fluid-background-main .btn {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #003254;
}
.fluid-background-main .btn:link,
.fluid-background-main .btn:visited {
  color: #f4f4f4;
}
.fluid-background-main .btn:active,
.fluid-background-main .btn.is-active {
  color: #ffffff;
  background-color: #005187;
}
.btnGroup .fluid-background-main .btn {
  z-index: 201;
}
.fluid-background-complement .btn {
  font-weight: 600;
  color: #222222;
  background-color: #F0F0F3;
}
.fluid-background-complement .btn:link,
.fluid-background-complement .btn:visited {
  color: #222222;
}
.fluid-background-complement .btn:active,
.fluid-background-complement .btn.is-active {
  color: #000000;
  background-color: #ffffff;
}
.btnGroup .fluid-background-complement .btn {
  z-index: 201;
}
.btn-vAction {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #005187;
}
.btn-vAction:link,
.btn-vAction:visited {
  color: #f4f4f4;
}
.btn-vAction:active,
.btn-vAction.is-active {
  color: #ffffff;
  background-color: #0070ba;
}
.btnGroup .btn-vAction {
  z-index: 201;
}
.btn-vMagenta {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #812145;
}
.btn-vMagenta:link,
.btn-vMagenta:visited {
  color: #f4f4f4;
}
.btn-vMagenta:active,
.btn-vMagenta.is-active {
  color: #ffffff;
  background-color: #aa2b5b;
}
.btnGroup .btn-vMagenta {
  z-index: 201;
}
.btn-vPrimary {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #005187;
}
.btn-vPrimary:link,
.btn-vPrimary:visited {
  color: #f4f4f4;
}
.btn-vPrimary:active,
.btn-vPrimary.is-active {
  color: #ffffff;
  background-color: #0070ba;
}
.btnGroup .btn-vPrimary {
  z-index: 201;
}
.btn-vPrimary:hover {
  color: #181817 !important;
}
.btn-vDanger {
  color: #9e161e;
}
.btn-vDanger:link,
.btn-vDanger:visited {
  color: #9e161e;
}
.btn-vDanger:hover {
  color: #ffffff;
  background-color: #ca1c26;
}
.btn-vDanger:active,
.btn-vDanger.is-active {
  color: #ffffff;
  background-color: #e0202b;
}
.btn-vDanger.is-disabled:hover,
.btn-vDanger:disabled:hover,
.btn-vDanger[aria-disabled=true]:hover,
.btn-vDanger.is-disabled,
.btn-vDanger:disabled,
.btn-vDanger[aria-disabled=true] {
  color: #dd898e;
  background-color: #cc4d55;
}
.btn-vDanger .btnGroup {
  vertical-align: middle;
  display: inline-flex;
}
.btn-vDanger .btnGroup .btn {
  margin-right: 0px;
  margin-left: -1px;
  float: left;
  position: relative;
  z-index: 200;
}
.btn-vDanger .btnGroup .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-vDanger .btnGroup .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-vDanger .btnGroup .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-vDanger .btnGroup .btn:first-of-type {
  margin-left: 0.25em;
}
.btn-vDanger .btnGroup .btn.btn:last-of-type {
  margin-right: 0.25em;
}
.btn-vDanger .btnGroup .btn:hover,
.btn-vDanger .btnGroup .btn:active,
.btn-vDanger .btnGroup .btn.is-selected {
  z-index: 202;
}
.btn-vDanger .btnGroup .btn.is-disabled,
.btn-vDanger .btnGroup .btn.is-disabled:hover {
  z-index: 200;
}
.btn-vDanger .btnGroup .btn:focus {
  z-index: 203;
}
.btn-vEdit {
  color: #1a96c9;
}
.btn-vEdit:link,
.btn-vEdit:visited {
  color: #1a96c9;
}
.btn-vEdit:hover {
  color: #ffffff;
  background-color: #32b0e4;
}
.btn-vEdit:active,
.btn-vEdit.is-active {
  color: #ffffff;
  background-color: #49b9e7;
}
.btn-vEdit.is-disabled:hover,
.btn-vEdit:disabled:hover,
.btn-vEdit[aria-disabled=true]:hover,
.btn-vEdit.is-disabled,
.btn-vEdit:disabled,
.btn-vEdit[aria-disabled=true] {
  color: #add7e9;
  background-color: #71bad8;
}
.btn-vEdit .btnGroup {
  vertical-align: middle;
  display: inline-flex;
}
.btn-vEdit .btnGroup .btn {
  margin-right: 0px;
  margin-left: -1px;
  float: left;
  position: relative;
  z-index: 200;
}
.btn-vEdit .btnGroup .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-vEdit .btnGroup .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-vEdit .btnGroup .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-vEdit .btnGroup .btn:first-of-type {
  margin-left: 0.25em;
}
.btn-vEdit .btnGroup .btn.btn:last-of-type {
  margin-right: 0.25em;
}
.btn-vEdit .btnGroup .btn:hover,
.btn-vEdit .btnGroup .btn:active,
.btn-vEdit .btnGroup .btn.is-selected {
  z-index: 202;
}
.btn-vEdit .btnGroup .btn.is-disabled,
.btn-vEdit .btnGroup .btn.is-disabled:hover {
  z-index: 200;
}
.btn-vEdit .btnGroup .btn:focus {
  z-index: 203;
}
/* #Icons for optional attributes of products.*/
.optionIcon-list {
  display: flex;
  flex-wrap: wrap;
}
.optionIcon-descr {
  width: calc(100% - 80px);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 56.25em) {
  .optionIcon-descr {
    display: none;
  }
}
.optionIcon-item {
  cursor: pointer;
}
@media (max-width: 56.15em) {
  .optionIcon-item {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .optionIcon-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media (min-width: 56.25em) {
  .optionIcon-item {
    border-radius: 5px;
    order: 1;
  }
  .optionIcon-item:not(:last-of-type) {
    margin-right: 10px;
  }
  .optionIcon-item:hover + .optionIcon-descr {
    order: 2;
    display: block;
    width: 100%;
    font-weight: 200;
    font-size: 0.7em;
    margin-top: 10px;
  }
}
.optionIcon-img {
  width: 100%;
  max-width: 60px;
  min-width: 30px;
  height: auto;
}
.optionIcon-svg {
  width: 100%;
  max-width: 90px;
  min-width: 70px;
  height: auto;
}
/* Konfiguratorbox in dk_serie_view */
.dk-configurator-wrap {
  margin-bottom: 0;
}
.dk-configurator-wrap .shoutBox {
  margin-bottom: 0;
}
/* #Refenrenzseite */
.refbox {
  display: block;
  float: left;
}
/* Suchformular */
.search-section:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.search-section.no-results {
  display: none;
}
.search-progress[value="10"] {
  display: none;
}
/* #imageview */
.pikto-wrap {
  background-color: #fff;
  overflow: hidden;
  width: 850px;
  height: 850px;
}
.pikto-wrap h3 {
  margin-top: 15px;
}
.pikto-line {
  border-left: 1px solid #005187;
  border-bottom: 1px solid #005187;
  padding-left: 20px;
  width: 240px;
  float: right;
  height: 100%;
  padding-bottom: 20px;
}
/* sitemap */
.sitemap a {
  color: #181817;
  display: block;
  padding: 4px 0px 4px 10px;
  border-bottom: 1px dotted #ccc;
}
.sitemap a:hover {
  background-color: #005187;
  color: #ffffff;
}
/* impressum */
.impressum-more .icon {
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.impressum-more.is-active .icon {
  transform: rotate(90deg);
}
.loader {
  background-image: url(/static/images/basic/loader.gif);
  width: 100%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
}
.four-line {
  border-left: 1px solid #005187;
  border-bottom: 1px solid #005187;
  padding-left: 20px;
  overflow: hidden;
  height: 100%;
  font-size: 12px;
  margin-bottom: 30px;
}
.aside .four-line > img {
  margin-bottom: 15px;
}
.aside .four-line > p {
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.socialmedia {
  padding: 10px;
  background-color: #005187;
  margin-top: 10px;
}
.facebook,
.facebook:visited {
  background: url(/static/images/socialmedia.png) 0px 0px no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: right;
  margin: auto 5px;
}
.facebook:hover,
.facebook:active {
  background: url(/static/images/socialmedia.png) 0px -32px no-repeat;
}
.googleplus,
.googleplus:visited {
  background: url(/static/images/socialmedia.png) -32px 0px no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: right;
  margin: auto 5px;
}
.googleplus:hover,
.googleplus:active {
  background: url(/static/images/socialmedia.png) -32px -32px no-repeat;
}
.youtube,
.youtube:visited {
  background: url(/static/images/socialmedia.png) -64px 0px no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: right;
  margin: auto 5px;
}
.youtube:hover,
.youtube:active {
  background: url(/static/images/socialmedia.png) -64px -32px no-repeat;
}
.twitter,
.twitter:visited {
  background: url(/static/images/socialmedia.png) -96px 0px no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  float: right;
  margin: auto 5px;
}
.twitter:hover,
.twitter:active {
  background: url(/static/images/socialmedia.png) -96px -32px no-repeat;
}
.bbi img {
  float: left;
  margin-right: 20px;
  width: 100%;
  height: auto;
  border-bottom: 5px solid #fff;
}
.bbi a:hover img {
  border-bottom: 5px solid #005187;
}
.serie-list {
  margin-bottom: 30px;
}
.serie-list img {
  float: left;
  margin-right: 20px;
  width: 100%;
  height: auto;
  border-bottom: 5px solid #fff;
}
.serie-list a,
.serie-list a:visited {
  color: #005187;
  text-decoration: none;
}
.serie-list a:hover,
.serie-list a:active {
  color: #333333;
  text-decoration: none;
}
.serie-list a:hover img {
  border-bottom: 5px solid #005187;
}
.serie-list h1 {
  margin-bottom: 5px;
  font-size: 28px;
  letter-spacing: 1px;
}
.newsbereich img.logo {
  border: 0!important;
  position: absolute;
  left: 20px;
  margin-top: 220px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  width: 70px;
  height: auto;
}
.quicklink {
  margin-bottom: 30px;
}
.quicklink img {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  border-bottom: 5px solid #fff;
}
.quicklink a,
.quicklink a:visited {
  color: #005187;
  text-decoration: none;
}
.quicklink a:hover,
.quicklink a:active {
  color: #333333;
  text-decoration: none;
}
.quicklink a:hover img {
  border-bottom: 5px solid #005187;
}
.quicklink h3 {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 1px;
}
.preisliste {
  margin-bottom: 30px;
}
.preisliste img {
  float: left;
  margin-right: 20px;
  width: 100%;
  height: auto;
}
.preisliste img:hover {
  opacity: 0.9;
}
.sixteen.columns h2 {
  margin-top: 30px;
}
.show-haftung {
  padding: 20px;
  background-color: #f7f7f7;
}
/* KEY ELEMENT */
.key {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.key-vFull {
  min-height: 100vh;
}
.key-up,
.key-down {
  flex-shrink: 0;
}
.key-up .barGroup-vLeft:not(.barGroup-vNav) :first-child,
.key-down .barGroup-vLeft:not(.barGroup-vNav) :first-child {
  margin-left: 10px;
}
.key-content {
  flex: 1;
  padding: 40px 20px;
}
.key-vMedium .key-content {
  padding-bottom: 180px;
  padding-top: 180px;
}
.key-vLarge .key-content {
  padding-bottom: 240px;
  padding-top: 240px;
}
.key-vFull .key-content {
  display: flex;
  align-items: center;
}
.key-vFull .key-content > .container {
  flex: 1;
}
/* #PAGEHEAD */
.pageHead {
  order: 0;
  flex: 0 0 auto;
}
.pH-headline {
  color: #005187;
  line-height: 1.3;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
  display: block;
}
.pH-subline {
  color: #005187;
  line-height: 1.3;
  font-size: 1.09em;
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pH-wrap {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 56.15em) {
  .pH-wrap {
    margin-top: 0;
  }
}
.pH-banner {
  width: 100%;
  margin-bottom: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pH-banner:not(img) {
  height: 300px;
}
.pH-banner ~ .pH-wrap {
  margin-top: 0;
}
/* #FOOTER */
.footer {
  order: 300;
  width: 100%;
  font-size: 0.8rem;
}
@media (max-width: 56.15em) {
  .footer {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.wrap-vFooter {
  background-color: #353534;
  color: #fff;
  width: 100%;
  left: 0px;
  right: 0px;
  min-height: 350px;
  flex-wrap: nowrap;
}
.bind-vFooter {
  justify-content: space-between;
  padding-top: 25px;
}
.footer-column {
  padding-right: 15px;
  padding-bottom: 15px;
  flex: 1 0 24%;
}
.footer-column:nth-of-type(4) {
  margin-right: 0;
}
.footer-headline {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 0px;
  display: block;
}
.footer-headline:hover {
  color: #F0F0F3;
}
@media (max-width: 56.15em) {
  .footer-headline {
    padding: 20px 0px 5px 0px;
  }
}
.footer-contact {
  background-color: #fff;
  color: #181817;
  margin-bottom: 20px;
  padding: 0;
}
.footer-contact .footer-headline {
  padding: 7px 20px 0px 20px;
  color: #005187;
  border-bottom: 0;
}
.footer-contact .footer-list {
  padding: 20px;
  margin: 0;
  color: #181817;
}
@media (max-width: 56.15em) {
  .footer-contact {
    width: 100%;
    background-color: transparent;
    text-align: center;
    margin-top: 20px;
  }
  .footer-contact a.btn {
    color: #181817 !important;
    display: inline-block !important;
    background-color: #fff;
  }
  .footer-contact a.btn:hover,
  .footer-contact a.btn:focus {
    color: #181817 !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
  }
  .footer-contact .footer-headline {
    color: #fff;
    padding: 0;
  }
  .footer-contact .footer-list {
    color: #fff;
    padding: 0;
  }
  .footer-contact .footer-list a {
    color: #fff;
  }
  .footer-contact .footer-list a:hover {
    color: #fff;
  }
}
.footer-contact img {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 56.15em) {
  .footer-contact img {
    display: none;
  }
}
.footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  margin-bottom: 20px;
}
.footer-link {
  display: block;
  padding: 0px;
  width: 100%;
  color: #fff;
  font-weight: normal;
}
.footer-link:hover {
  color: #F0F0F3;
}
@media (max-width: 56.15em) {
  .footer-products {
    display: none;
  }
}
/* #Sub Footer / Imprint Menu
================================================== */
.wrap-vSubfooter {
  background: #005187;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 56.15em) {
  .bind.bind-vSubfooter {
    padding: 0 20px;
  }
}
@media (min-width: 56.25em) {
  .bind.bind-vSubfooter {
    height: 33px;
    padding-top: 0;
  }
}
.subfooter-list {
  font-size: 0.7rem;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 56.15em) {
  .subfooter-list {
    font-size: 0.8rem;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .subfooter-list-vRight {
    margin-left: auto;
  }
}
.subfooter-item {
  min-width: 40%;
  flex: 1;
  text-align: center;
  margin: 5px;
  font-weight: normal;
}
.subfooter-item a {
  font-weight: normal;
  color: #fff;
}
@media (min-width: 56.25em) {
  .subfooter-item {
    flex: auto;
    min-width: auto;
    border: 0;
    margin-right: 5px;
    padding-right: 10px;
  }
  .subfooter-item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.subfooter-link {
  width: 100%;
  display: block;
  padding: 2px 0;
}
.subfooter-icon {
  padding-top: 4px;
}
.social-media-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-contact .social-media-list {
  padding: 0 20px;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 56.15em) {
  .footer-contact .social-media-list {
    justify-content: center;
    margin-top: 20px;
  }
}
.social-media-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-item a {
  background-color: #fff;
  color: #005187;
  padding: 0.5em;
  transition: all ease 0.3s;
  display: inline-flex;
}
.social-media-item a .icon {
  width: 1.2em;
  height: 1.2em;
}
@media (max-width: 56.15em) {
  .social-media-item a {
    background-color: transparent;
    color: #fff;
    margin: 0 0.6em;
  }
  .social-media-item a .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .social-media-item a:hover,
  .social-media-item a:focus {
    background-color: inherit;
  }
}
a#userlike-tab {
  z-index: 100 !important;
}
#userlike a#userlike-tab.userlike-button-big {
  background-color: #fff !important;
  color: #005187 !important;
  height: 38px !important;
  border-radius: 0 !important;
  padding: 9px 15px !important;
  min-width: auto !important;
}
@media (max-width: 56.15em) {
  #userlike a#userlike-tab.userlike-button-big {
    padding: 2px 10px !important;
    background-color: #005187 !important;
  }
  #userlike a#userlike-tab.userlike-button-big .userlike-theme-button-bg-color {
    bottom: 0;
    right: 0;
  }
}
a#userlike-tab #userlike-button-text {
  color: inherit !important;
  font-size: 8px !important;
}
@media (min-width: 56.25em) {
  div#userlike-button-symbol {
    display: none !important;
  }
}
@media (max-width: 56.15em) {
  #userlike-button-symbol i.userlike-symbol {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
a#userlike-tab span#userlike-button-text {
  top: auto !important;
  padding-left: 0 !important;
}
#userlike div#userlike-popup {
  right: 20px !important;
}
div#userlike-message-badge {
  display: none !important;
}
@media (max-width: 56.15em) {
  #userlike.userlike-mobile a#userlike-tab.userlike-right {
    right: 0 !important;
    left: auto !important;
  }
}
/* #START */
.dbz-big {
  float: left;
  margin-right: 20px;
  width: 500px;
}
.dbz-txt-what {
  width: 80px;
  float: left;
}
.dbz-txt-is {
  float: left;
}
/* newsTicker */
.start-newsTicker {
  width: 100%;
  height: 40px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
}
.start-newsTicker-stoerer {
  background-color: #347AA2;
  padding: 5px 10px;
  position: absolute;
  right: 60px;
  top: -35px;
  height: 35px;
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4);
}
.start-newsTicker-stoererLink {
  color: #fff;
}
.start-newsTicker-btn {
  background-image: url(../images/arrow-news.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #005187;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
}
.start-newsTicker-btn:visited {
  background-color: #005187;
}
.start-newsTicker-btn:hover,
.start-newsTicker-btn:active {
  background-color: #0070ba;
}
.start-newsTicker-btn-vNext {
  background-position: -40px 0;
}
.start-newsTicker-content {
  margin: 0px 5px;
  flex: 1;
  min-width: 0;
}
.start-newsTicker-txt {
  display: block;
  letter-spacing: 1px;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: #005187;
  color: #fff;
  line-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.start-newsTicker-txt:visited {
  background-color: #005187;
  color: #fff;
}
.start-newsTicker-txt:hover,
.start-newsTicker-txt:active {
  background-color: #0070ba;
  color: #fff;
}
span.start-newsTicker-txt {
  user-select: none;
  cursor: default;
}
span.start-newsTicker-txt:hover {
  background-color: #005187;
  color: #fff;
}
/* USER AREA */
.userArea-table {
  display: none;
  border: 0;
}
.userArea-table td {
  border: 0!important;
}
.userArea-link {
  font-style: italic;
  border-bottom: 1px solid rgba(0, 81, 135, 0.5);
}
.shoutBox {
  order: 210;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 200;
}
@media (min-width: 37.5em) {
  .shoutBox {
    height: 500px;
  }
}
@media (min-width: 56.25em) {
  .shoutBox {
    height: 600px;
  }
}
@media (min-width: 75em) {
  .shoutBox {
    min-height: 600px;
    height: 100%;
  }
}
@media (max-width: 37.4em) {
  .shoutBox {
    display: none;
  }
  .shoutBox.sB-vSerie {
    display: flex;
  }
}
.shoutBox.sB-vSerie {
  margin-top: 0;
  height: calc(100vh - 5.6rem);
}
@media (max-width: 56.15em) {
  .shoutBox.sB-vSerie .shoutBox-keyVisual {
    flex-direction: column-reverse;
  }
  .shoutBox.sB-vSerie .shoutBox-keyVisual .shoutBox-caption.shoutBox-caption-vSerie {
    width: 100%;
  }
  .shoutBox.sB-vSerie .shoutBox-keyVisual .shoutBox-smallLeftImg {
    display: none !important;
  }
  .shoutBox.sB-vSerie .shoutBox-keyVisual .shoutBox-rightImg {
    height: auto;
  }
}
.shoutBox-keyVisual {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.shoutBox-keyVisual picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
}
.shoutBox-keyVisual picture.shoutBox-smallLeftImg {
  width: 17%;
}
.shoutBox-keyVisual picture.shoutBox-rightImg {
  flex: 1 0 60%;
}
.shoutBox-keyVisual.is-active {
  opacity: 1;
  pointer-events: auto;
}
.shoutBox-keyVisual[data-url] {
  cursor: pointer;
}
.shoutBox-caption-bind {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 30px;
}
@media (max-width: 56.15em) {
  .shoutBox-caption-bind {
    margin-left: 15px;
  }
}
.shoutBox-headline-bind {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  max-width: 80%;
  margin-left: 5px;
}
@media (max-width: 1319.9px) {
  .shoutBox-headline-bind {
    margin-left: 20px;
  }
}
@media (min-width: 75em) {
  .shoutBox-headline-bind {
    max-width: 65%;
  }
}
@media (min-width: 56.25em) {
  .shoutBox-headline-bind {
    max-width: 75%;
    margin-right: 0;
  }
}
.shoutBox-video,
.shoutBox-image {
  object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
  width: 100%;
  height: 100%;
}
.shoutBox-video-vCenter,
.shoutBox-image-vCenter {
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}
.section .shoutBox-image {
  height: 100%;
}
.shoutBox-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  font-size: 0.8em;
  z-index: 201;
}
.shoutBox-caption.shoutBox-caption-vSerie {
  position: relative;
  width: 25%;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-align: center;
}
.shoutBox-caption.shoutBox-caption-vSerie .shoutBox-headline {
  font-size: 2.5em;
  margin-bottom: 0.4em;
}
.shoutBox-caption.shoutBox-caption-vSerie .shoutBox-subline {
  text-transform: uppercase;
  color: #005187;
  margin-bottom: 0.9em;
  font-size: 1.2em;
}
@media (min-width: 56.25em) {
  .shoutBox-caption.shoutBox-caption-vSerie .shoutBox-subline {
    font-size: 1.1em;
  }
}
.shoutBox-caption.shoutBox-caption-vSerie .shoutBox-caption-text {
  font-size: 1.2em;
  margin-top: 0 ;
}
@media (min-width: 56.25em) {
  .shoutBox-caption.shoutBox-caption-vSerie .shoutBox-caption-text {
    font-size: 0.8em;
  }
}
@media (min-width: 37.5em) {
  .shoutBox-caption {
    font-size: 1em;
  }
}
@media (min-width: 56.25em) {
  .shoutBox-caption {
    font-size: 1.15em;
  }
}
@media (min-width: 112.5em) {
  .shoutBox-caption {
    font-size: 1.3em;
  }
}
@media (min-width: 56.25em) {
  .shoutBox-caption-vUpside {
    transform: rotate(-90deg);
    height: 400px;
    width: 400px;
    font-size: 1em;
    text-align: right;
  }
}
@media (min-width: 75em) {
  .shoutBox-caption-vUpside {
    height: 500px;
    width: 500px;
    font-size: 1.2em;
  }
}
.shoutBox-headline {
  color: #181817;
  margin-bottom: 0px;
  line-height: 1;
  font-size: 2em;
  font-weight: 200;
}
.shoutBox-subline {
  margin-top: 0px;
  color: #181817;
  font-size: 1em;
  font-weight: 700;
}
.btn-vShoutbox {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  font-weight: 400;
}
.shoutBox-ctaBtn {
  margin: 0;
  width: auto;
}
@media (max-width: 1319.9px) {
  .shoutBox-ctaBtn {
    margin-left: 20px;
  }
}
@media (min-width: 56.25em) {
  .shoutBox-ctaBtn {
    margin-left: 5px;
  }
}
.shoutBox-ctaBtnvTransparent {
  color: #00426e;
  background-color: transparent;
}
.shoutBox-ctaBtnvTransparent:link,
.shoutBox-ctaBtnvTransparent:visited {
  color: #00426e;
}
.shoutBox-ctaBtnvTransparent:hover {
  color: #ffffff;
  background-color: #0060a1;
}
.shoutBox-ctaBtnvTransparent:active,
.shoutBox-ctaBtnvTransparent.is-active {
  color: #ffffff;
  background-color: #0070ba;
}
.shoutBox-ctaBtnvTransparent.is-disabled:hover,
.shoutBox-ctaBtnvTransparent:disabled:hover,
.shoutBox-ctaBtnvTransparent[aria-disabled=true]:hover,
.shoutBox-ctaBtnvTransparent.is-disabled,
.shoutBox-ctaBtnvTransparent:disabled,
.shoutBox-ctaBtnvTransparent[aria-disabled=true] {
  color: #37a2e9;
  background-color: #157bbe;
}
.shoutBox-ctaBtnvTransparent .btnGroup {
  vertical-align: middle;
  display: inline-flex;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn {
  margin-right: 0px;
  margin-left: -1px;
  float: left;
  position: relative;
  z-index: 200;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn:first-of-type {
  margin-left: 0.25em;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn.btn:last-of-type {
  margin-right: 0.25em;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn:hover,
.shoutBox-ctaBtnvTransparent .btnGroup .btn:active,
.shoutBox-ctaBtnvTransparent .btnGroup .btn.is-selected {
  z-index: 202;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn.is-disabled,
.shoutBox-ctaBtnvTransparent .btnGroup .btn.is-disabled:hover {
  z-index: 200;
}
.shoutBox-ctaBtnvTransparent .btnGroup .btn:focus {
  z-index: 203;
}
.shoutBox-ctaBtnvBlue {
  color: #00426e;
  background-color: #005187;
  color: #fff !important;
}
.shoutBox-ctaBtnvBlue:link,
.shoutBox-ctaBtnvBlue:visited {
  color: #00426e;
}
.shoutBox-ctaBtnvBlue:hover {
  color: #ffffff;
  background-color: #0060a1;
}
.shoutBox-ctaBtnvBlue:active,
.shoutBox-ctaBtnvBlue.is-active {
  color: #ffffff;
  background-color: #0070ba;
}
.shoutBox-ctaBtnvBlue.is-disabled:hover,
.shoutBox-ctaBtnvBlue:disabled:hover,
.shoutBox-ctaBtnvBlue[aria-disabled=true]:hover,
.shoutBox-ctaBtnvBlue.is-disabled,
.shoutBox-ctaBtnvBlue:disabled,
.shoutBox-ctaBtnvBlue[aria-disabled=true] {
  color: #37a2e9;
  background-color: #157bbe;
}
.shoutBox-ctaBtnvBlue .btnGroup {
  vertical-align: middle;
  display: inline-flex;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn {
  margin-right: 0px;
  margin-left: -1px;
  float: left;
  position: relative;
  z-index: 200;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn:first-of-type {
  margin-left: 0.25em;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn.btn:last-of-type {
  margin-right: 0.25em;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn:hover,
.shoutBox-ctaBtnvBlue .btnGroup .btn:active,
.shoutBox-ctaBtnvBlue .btnGroup .btn.is-selected {
  z-index: 202;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn.is-disabled,
.shoutBox-ctaBtnvBlue .btnGroup .btn.is-disabled:hover {
  z-index: 200;
}
.shoutBox-ctaBtnvBlue .btnGroup .btn:focus {
  z-index: 203;
}
.shoutBox-ctaBtnvBlue:hover {
  background-color: #00426e;
}
.shoutBox-ctaBtnvMagenta {
  color: #6d1c3a;
  background-color: #812145;
  color: #fff !important;
}
.shoutBox-ctaBtnvMagenta:link,
.shoutBox-ctaBtnvMagenta:visited {
  color: #6d1c3a;
}
.shoutBox-ctaBtnvMagenta:hover {
  color: #ffffff;
  background-color: #952650;
}
.shoutBox-ctaBtnvMagenta:active,
.shoutBox-ctaBtnvMagenta.is-active {
  color: #ffffff;
  background-color: #aa2b5b;
}
.shoutBox-ctaBtnvMagenta.is-disabled:hover,
.shoutBox-ctaBtnvMagenta:disabled:hover,
.shoutBox-ctaBtnvMagenta[aria-disabled=true]:hover,
.shoutBox-ctaBtnvMagenta.is-disabled,
.shoutBox-ctaBtnvMagenta:disabled,
.shoutBox-ctaBtnvMagenta[aria-disabled=true] {
  color: #c47794;
  background-color: #a6486c;
}
.shoutBox-ctaBtnvMagenta .btnGroup {
  vertical-align: middle;
  display: inline-flex;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn {
  margin-right: 0px;
  margin-left: -1px;
  float: left;
  position: relative;
  z-index: 200;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn:first-of-type {
  margin-left: 0.25em;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn.btn:last-of-type {
  margin-right: 0.25em;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn:hover,
.shoutBox-ctaBtnvMagenta .btnGroup .btn:active,
.shoutBox-ctaBtnvMagenta .btnGroup .btn.is-selected {
  z-index: 202;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn.is-disabled,
.shoutBox-ctaBtnvMagenta .btnGroup .btn.is-disabled:hover {
  z-index: 200;
}
.shoutBox-ctaBtnvMagenta .btnGroup .btn:focus {
  z-index: 203;
}
.shoutBox-ctaBtnvMagenta:hover {
  background-color: #6d1c3a;
}
.shoutBox-control {
  appearance: none;
  border: none;
  background: none;
  position: absolute;
  color: #fff;
  font-size: 2.5em;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}
.shoutBox:hover .shoutBox-control,
.shoutBox-control:hover {
  opacity: 1;
}
.shoutBox-control:hover {
  color: #005187;
}
.shoutBox-control-prev {
  left: 10px;
}
.shoutBox-control-next {
  right: 10px;
}
.shoutBox-pointList {
  display: none;
  z-index: 1000;
}
@media (min-width: 56.25em) {
  .shoutBox-pointList {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 20px;
  }
}
.shoutBox-pointList-vHover {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.shoutBox:hover .shoutBox-pointList-vHover,
.shoutBox-pointList-vHover:hover {
  opacity: 1;
}
.shoutBox-point {
  height: 0.75em;
  width: 0.75em;
  margin-right: 0.2em;
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 0;
  transition: all 0.3s ease;
}
.shoutBox-point:hover {
  background-color: #005187;
  border-color: #fff;
}
.shoutBox-point.is-active {
  width: 3em;
}
.shoutBox-progress {
  display: block;
  height: 0.75em;
}
.shoutBox-point.is-active .shoutBox-progress {
  background-color: #005187;
  width: 0;
}
.shoutBox-stoererLink {
  display: none;
}
@media (min-width: 56.25em) {
  .shoutBox-stoererLink {
    z-index: 401;
    display: block;
    position: absolute;
    right: 20px;
    top: 173px;
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 75em) {
  .shoutBox-stoererLink {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 112.5em) {
  .shoutBox-stoererLink {
    width: 90px;
    height: 90px;
  }
}
.shoutBox-stoererRechts {
  display: none;
}
.shoutBox-stoererRechts .shoutBox-stoerer {
  height: 100%;
  width: auto;
}
@media (min-width: 56.25em) {
  .shoutBox-stoererRechts {
    z-index: 401;
    display: block;
    position: absolute;
    right: 60px;
    top: 180px;
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 75em) {
  .shoutBox-stoererRechts {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 112.5em) {
  .shoutBox-stoererRechts {
    width: 90px;
    height: 90px;
  }
}
.shoutBox-stoerer {
  width: 100%;
  height: 100%;
}
.shoutBox-overlay {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  min-height: 100px;
  padding: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  margin-right: -65%;
  transition: all 0.2s ease;
  transition-delay: 0.3s;
}
@media (min-width: 37.5em) {
  .shoutBox-overlay {
    bottom: 60px;
    width: 60%;
  }
}
.shoutBox-keyVisual.is-active .shoutBox-overlay {
  margin-right: 0;
}
.shoutBox-overlay-headline {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #005187;
}
.shoutBox-overlay-descr {
  color: #181817;
  margin-bottom: 0;
}
.shoutBox-overlay-link {
  display: block;
}
.shoutBox-overlay-price {
  font-weight: bold;
  color: #E7511E;
  font-size: 1.2em;
}
.shoutBox-caption-text {
  font-size: 0.9em;
  line-height: 150%;
  margin-top: 1em;
  color: #000 !important;
}
.shoutBox.sB-vpartner {
  min-height: 600px;
  margin-bottom: -10px;
}
.shoutBox.sB-vpartner .shoutBox-video,
.shoutBox.sB-vpartner .shoutBox-image {
  object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
}
.shoutBox.sB-vpartner .shoutBox-keyVisual picture {
  border: solid 1px #ddd;
  border-right: none;
  flex: 0 0 60%;
}
.shoutBox.sB-vpartner .shoutBox-caption {
  position: relative;
  transform: translate(0, 0);
  flex: 0 0 40%;
  max-width: 40%;
  top: 0;
  left: 0 !important;
  text-align: left;
  border: solid 1px #ddd;
  z-index: 0;
  word-wrap: break-word;
  margin-left: 0;
  padding: 20px;
}
.shoutBox.sB-vpartner .shoutBox-caption * {
  color: #005187;
  text-shadow: none;
  letter-spacing: 1px;
  max-width: 100%;
}
.shoutBox.sB-vpartner .shoutBox-headline-bind {
  margin-left: 0;
  padding-left: 0 !important;
}
.shoutBox.sB-vpartner .shoutBox-headline {
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.shoutBox.sB-vpartner .shoutBox-subline {
  line-height: 1.3;
}
.shoutBox.sB-vpartner .shoutBox-caption-vOverlay {
  font-size: 0.9em;
}
@media (max-width: 56.15em) {
  .shoutBox.sB-vpartner {
    min-height: 500px;
  }
}
@media (max-width: 56.15em) {
  .shoutBox.sB-vpartner {
    flex: 1 0 100%;
    margin: 0;
    min-height: 400px;
  }
}
/*
Wrap for overlay.
Positioned relative after the keyvisuals on mobile.
Positioned absolute on top of the keyvisuals on desktop.
*/
@media (max-width: 74.9em) {
  .wrap-vOverlay {
    display: flex;
    flex-direction: column;
  }
}
.overlay {
  order: 211;
}
@media (min-width: 75em) {
  .overlay {
    position: absolute;
    top: 0;
    pointer-events: none;
    max-height: 100%;
    min-width: 100%;
    order: 209;
    z-index: 400;
  }
}
@media (min-width: 75em) {
  .wrap-vTop .overlay {
    padding-top: 6.65rem;
    transition: padding 0.3s ease;
  }
  .is-scrolled .wrap-vTop .overlay {
    padding-top: 5.5rem;
  }
}
.overlay-box {
  width: 100%;
}
@media (min-width: 75em) {
  .overlay-box {
    padding: 20px;
    background: #F0F0F3;
    width: 35%;
    min-width: 250px;
    max-height: 100%;
    margin-left: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    font-size: 0.9em;
  }
}
.overlay-headline {
  color: #005187;
  font-size: 2em;
  text-transform: uppercase;
}
.overlay-descr {
  overflow: hidden;
}
.overlay-footer {
  margin: 20px -20px -20px -20px;
  padding: 20px 10px 0 10px;
  background: #fff;
}
.overlay-bigHeadline {
  text-transform: uppercase;
  color: #fff;
  margin: 0.7em 0 0 0.7em;
  text-shadow: 1px 1px #000;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 2.5em;
  font-weight: 700;
  float: left;
  position: absolute;
  display: none;
}
@media (min-width: 75em) {
  .overlay-bigHeadline {
    display: block;
  }
}
.parallax-header {
  height: calc(100vh - 130px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 74.9em) {
  .parallax-header {
    height: 600px;
  }
}
@media (max-width: 56.15em) {
  .parallax-header {
    height: 400px;
  }
}
@media (max-width: 37.4em) {
  .parallax-header {
    height: 0px;
  }
}
.parallax-badge {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 5em;
}
@media (max-width: 56.15em) {
  .parallax-badge {
    display: none;
  }
}
.parallax-badge img {
  width: 100%;
}
.parallax-headline {
  max-width: 500px;
  text-align: left;
  background-color: #005187;
  padding: 50px;
  position: relative;
  margin-left: -50%;
}
.parallax-headline h2 {
  font-size: 2.3em;
  color: #fff;
  line-height: 150%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.parallax-headline:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #005187;
  position: absolute;
  right: -50px;
  bottom: calc(( 100% - 100px ) / 2 );
}
@media (max-width: 74.9em) {
  .parallax-headline {
    max-width: 420px;
  }
}
@media (max-width: 74.9em) {
  .parallax-headline {
    max-width: 400px;
    font-size: 0.8em;
  }
  .parallax-headline:after {
    border-width: 40px 0 40px 40px;
    right: -40px;
    bottom: calc(( 100% - 80px ) / 2 );
  }
}
@media (max-width: 56.15em) {
  .parallax-headline {
    max-width: 260px;
    padding: 30px;
    font-size: 0.6em;
  }
  .parallax-headline:after {
    border-width: 20px 0 20px 20px;
    right: -20px;
    bottom: calc(( 100% - 40px ) / 2 );
  }
}
@media (max-width: 37.4em) {
  .parallax-headline {
    margin-right: 45%;
    max-width: auto;
  }
  .parallax-headline h2 {
    font-size: 2.8em;
  }
}
.dk-configurator-wrap .shoutBox-caption {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dk-configurator-wrap .shoutBox-caption .shoutBox-headline {
  text-align: center;
}
.dk-configurator-wrap .shoutBox-caption .btn {
  width: auto;
}
.shoutBox-caption-vWhite {
  background-color: #fff;
  padding: 20px;
  align-self: flex-start;
}
/* #GALLERY */
.gallery-imageList {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-imageList:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.gallery-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover;
}
.gallery-pointList {
  display: none;
}
@media (min-width: 56.25em) {
  .gallery-pointList {
    display: flex;
    flex-flow: row wrap;
  }
}
.gallery-point {
  height: 0.75em;
  width: 0.75em;
  margin-right: 0.2em;
  padding: 0;
  background-color: #fff;
  border: 1px solid #005187;
  transition: all 0.3s ease;
}
.gallery-point:hover {
  background-color: #005187;
  border-color: #fff;
}
.gallery-point.is-active {
  width: 3em;
}
.gallery-progress {
  display: block;
  height: 0.75em;
}
.gallery-point.is-active .gallery-progress {
  background-color: #005187;
  width: 0;
}
.news-gallery {
  margin-top: 20px;
}
.news-section-link * {
  color: #181817;
}
.news-image,
.news-text {
  margin-bottom: 1em;
}
/* #CONTENTBLOCKBOX */
.contentblockBox {
  padding-bottom: 20px;
}
.contentblockBox ul li {
  margin-left: 20px;
  list-style: square;
}
.cbBox-image {
  float: left;
  height: 100px;
  margin-right: 20px;
}
.cbBox-image img {
  height: 100%;
}
.cbBox-accordion {
  width: 100%;
  overflow: hidden;
  display: none;
  font-size: 0.8em;
}
.dk_variantengruppenWrap fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.dk_variantengruppenWrap .check-label {
  padding: 15px 0 15px 15px;
  margin: 0;
  display: flex;
  align-items: center;
}
.dk_variantengruppenWrap .check-label:nth-child(4n) {
  background-color: #efefef;
}
.dk_variantengruppenWrap .check-label:before {
  margin-right: 25px;
}
.dk_variantengruppenWrap .spacer {
  flex: 1 1 auto;
}
.vG-moreButton {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  margin: 3px 12px 0 5px;
}
.vG-moreButton svg {
  transform: rotate(90deg);
  color: #005187;
  transition: all ease 0.5s;
}
.vG-moreButton.is-active svg {
  transform: rotate(-90deg);
}
.vG-moreButton.is-active + .dk_variantengruppenMore {
  height: auto;
  padding: 18px 20px 20px 0;
  border-top: 1px solid #f1f1f4;
}
.dk_variantengruppenMore {
  background: transparent;
  margin: 0 15px 0 63px;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all ease 0.5s;
  border: none;
  border-top: 0px solid #fff;
}
.dk_variantengruppe {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dk_variantengruppe .check-label:hover {
  background-color: transparent;
}
.dk_variantengruppe:nth-child(odd) {
  background: #f1f1f4;
}
.dk_variantengruppe:nth-child(odd) .vG-moreButton.is-active + .dk_variantengruppenMore {
  border-top: 1px solid #fff;
}
/* #SIDEBARBOX */
.sbBox {
  padding: 20px;
  background-color: #353534;
  color: #fff;
  font-size: 0.82rem;
}
.sbBox.sbBox-vLight {
  background-color: transparent;
  color: #181817;
}
.sbBox.sbBox-vLight a {
  color: #181817;
}
.sbBox.sbBox-vLight a:hover {
  color: #181817;
}
.sbBox a {
  color: #fff;
  display: block;
}
.sbBox a img {
  height: 50px;
  margin-right: 100%;
  width: auto;
}
.sbBox a:hover {
  color: #F0F0F3;
}
.sbBox-headline {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
}
.sbBox-press-headline {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 500;
  color: inherit;
}
.sbBox-image {
  display: block;
  margin-right: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.sbBox img {
  width: 100%;
  margin-bottom: 10px;
}
.sbBox-img {
  width: 100%;
  margin: 15px 0 0 0;
}
.sbBox-link {
  display: block;
  margin: 16px 0 14px 0;
}
.error-searchBox {
  display: flex;
  margin-bottom: 20px;
}
.error-searchBox .icon {
  color: #005188;
  margin-top: 2px;
  margin-right: 5px;
}
/* #WIZZARD */
ol.wizzard {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
ol.wizzard > li {
  margin-bottom: 15px;
  position: relative;
  padding: 4px 20px;
  list-style: none;
  border-top: 2px solid #005187;
  background: #f6f6f6;
  min-height: 92px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (min-width: 56.25em) {
  ol.wizzard > li {
    margin-left: 100px;
  }
}
ol.wizzard > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  margin-right: 8px;
  padding: 6px 12px;
  border-top: 2px solid #005187;
  color: #fff;
  background: transparent;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  transition: all 0.5s ease;
}
.wizzard-icon {
  transition: all 0.5s ease;
  float: left;
  margin-right: 20px;
  margin-top: -4px;
  margin-left: -120px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 500%;
  background-color: #005187;
}
@media (min-width: 56.25em) {
  .wizzard-icon {
    background-image: url(../images/konfigurator/configurator_sprite.svg);
  }
}
.wizzard-icon.format {
  background-position: 0 0;
}
.wizzard-icon.upload {
  background-position: 25% 0;
}
.wizzard-icon.resize {
  background-position: 50% 0;
}
.wizzard-icon.offer {
  background-position: 75% 0;
}
.wizzard li .step {
  width: 100%;
  min-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 0;
}
.wizzard li.active .step {
  min-height: 50px;
  height: auto;
  opacity: 1;
  padding: 3px;
}
.wizzard h3 {
  font-size: 2em;
  padding-top: 10px;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}
.wizzard p {
  font-size: 1em;
}
/* step is disabled */
.wizzard li.disabled,
.wizzard li.disabled:before {
  border-top-color: #aaa;
}
.wizzard li.disabled,
.wizzard li.disabled h3 {
  color: #aaa;
}
.wizzard li.disabled .icon {
  background-color: #aaa;
}
.wizzard li.disabled:hover .step {
  min-height: 0;
  height: 0;
  opacity: 0;
}
/* step is done */
.wizzard li.done:hover {
  background: #eee;
}
.wizzard li.done,
.wizzard li.done:before {
  border-top-color: #419839;
}
.wizzard li.done h3 {
  color: #419839;
}
.wizzard li.done .wizzard-icon {
  background-color: #419839;
}
.wizzard li h3:after {
  display: block;
  margin-top: -5px;
  float: right;
  content: '';
  width: 100px;
  height: 100px;
  margin-bottom: -15px;
  margin-right: -10px;
  transition: all 0.5s ease;
  background-image: url(../../images/konfigurator/configurator_sprite.svg);
  background-repeat: no-repeat;
  background-size: 500%;
  background-position: -400px 0;
  opacity: 0;
}
.wizzard li.done h3:after {
  opacity: 1;
}
/* step failed */
.wizzard li.failed:hover {
  background: #eee;
}
.wizzard li.failed,
.wizzard li.failed:before {
  border-top-color: #ed1c24;
}
.wizzard li.failed h3 {
  color: #ed1c24;
}
.wizzard li.failed .wizzard-icon {
  background-color: #ed1c24;
}
.wizzard form {
  margin-bottom: 16px;
}
.wizzard form label {
  float: left;
  margin-right: 10px;
}
.wizzard li.disabled,
.wizzard li.active {
  cursor: default;
}
/* #KONFIGURATOR */
.konfi-banner {
  width: 100%;
}
.konfigurator {
  margin-bottom: 20px;
}
@media (max-width: 56.15em) {
  .konfigurator {
    margin-bottom: 0px;
  }
}
.konfi-list {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 56.15em) {
  .konfi-list {
    display: none;
  }
}
.konfi-item {
  list-style: none;
  margin: 0px;
  text-align: center;
  flex: 1;
  display: flex;
}
.konfi-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  flex: 1;
  padding: 20px;
}
.konfi-link:hover {
  background-color: #d0e0ea;
}
.konfi-image {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 37.5em) {
  .konfi-image {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 56.25em) {
  .konfi-image {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 75em) {
  .konfi-image {
    width: 100px;
    height: 100px;
  }
}
.konfi-image .icon {
  width: 80%;
  height: 80%;
}
.konfi-selection {
  overflow: hidden;
  font-size: 0.7em;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  align-items: center;
  justify-content: center;
  display: block;
  color: #005187;
}
.konfi-selection:hover {
  color: #003254;
}
.konfi-selection img {
  width: 100%;
  height: 100%;
}
.konfi-overlay {
  background-color: #fff;
  position: relative;
  height: auto;
  opacity: 0;
  overflow: hidden;
  transition: all 1s ease;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.konfi-overlay.is-active {
  opacity: 1;
  height: auto;
  display: block;
  overflow: visible;
  pointer-events: auto;
  margin: 0 20px 20px;
  margin-top: -25px;
  padding: 20px;
  z-index: 400;
}
@media (max-width: 37.4em) {
  .konfi-overlay.is-active {
    margin: 0;
  }
}
.konfi-overlay-arrow {
  position: absolute;
  top: -14px;
  width: 20px;
  transform: translateX(-10px);
}
.konfi-overlay:nth-of-type(1) .konfi-overlay-arrow {
  left: 11%;
}
.konfi-overlay:nth-of-type(2) .konfi-overlay-arrow {
  left: 37%;
}
.konfi-overlay:nth-of-type(3) .konfi-overlay-arrow {
  left: 63%;
}
.konfi-overlay:nth-of-type(4) .konfi-overlay-arrow {
  left: 89%;
}
.konfi-overlay-headline {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 0.8em;
  color: #777;
}
.konfi-choice-item.is-invalid {
  opacity: 0.7;
}
.konfi-choice-item.is-invalid .konfi-choice-title {
  color: #444;
}
.konfi-choice-box {
  text-align: center;
}
.konfi-choice-title {
  font-size: 0.8em;
  color: #999;
  font-weight: normal;
}
.konfi-choice-image {
  align-self: center;
  display: inline-block;
  border: 5px solid transparent;
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  color: #005187;
}
.konfi-choice-image .icon {
  width: 100%;
  height: auto !important;
  min-height: 1px;
}
.konfi-choice-image.no-choice {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/konfigurator/keine-auswahl.svg);
}
.konfi-choice-image.no-choice:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.konfi-choice-item.is-active .konfi-choice-image {
  border-color: #68a934;
}
.konfi-choice-item:hover .konfi-choice-image {
  border-color: #005187;
}
.konfi-choice-item.is-invalid .konfi-choice-image {
  background: rgba(0, 0, 0, 0.1);
}
.konfi-choice-item.is-invalid .konfi-choice-image img {
  opacity: 0.3;
}
.konfi-choice-item.is-invalid:hover .konfi-choice-image {
  border: 5px dashed #aaa;
}
.ausklapper-konfi .detailserienbox h2 {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  background-color: #f7f7f7;
  margin-top: 0px;
}
.detailserienbox {
  padding: 0 20px;
}
.detailserienbox .media-box {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.detailserienbox:hover .media-box {
  border-left: 1px solid #005187;
  border-bottom: 1px solid #005187;
}
.detailserienbox.is-invalid .media-box {
  border-left: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.detailserienbox.is-invalid .detailserienbox-link {
  opacity: 0.3;
}
.detailserienbox.is-active .media-box {
  border: 1px solid #68a934;
}
.detailserien-link.no-choice {
  height: 100%;
  border: 1px dashed #ccc;
  color: #ccc;
  align-items: center;
  display: flex;
  justify-content: center;
}
.detailserien-link.no-choice:hover {
  color: #005187;
  border: 1px solid #005187;
}
.konfi-footer {
  font-size: 0.75em;
  display: flex;
  position: fixed;
  background-color: rgba(240, 240, 240, 0.9);
  padding: 7px 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100px;
  align-items: center;
  z-index: 500;
}
@media (min-width: 56.25em) {
  .konfi-footer {
    font-size: 0.9em;
    padding: 15px 20px;
  }
}
.konfi-footer-image {
  display: none;
}
.konfi-footer-headline {
  color: #005187;
  margin: 0;
  margin-bottom: 5px;
}
.konfi-footer-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  opacity: 0.7;
  background-image: url('../images/icon/cross.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.konfi-rBox {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.3s ease;
}
.konfi-rBox:hover {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.konfi-rBox-caption {
  color: #999;
}
.konfi-resultList {
  min-height: 100px;
  margin-bottom: 40px;
}
.konfi-resultList.is-loading {
  background-image: url(../images/basic/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
/* #RENOVETRO */
.reno-farb-wrap {
  width: 190px;
  float: left;
  margin-bottom: 20px;
}
.reno-farbe {
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  float: left;
  margin-right: 9px;
}
.reno-farbname {
  line-height: 30px;
}
.reno-profil-wrap {
  width: 115px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 20px;
}
.reno-profil img {
  border: 1px solid #ccc;
}
.reno-profilname {
  font-size: 0.9em;
}
.reno-profil-wrap {
  width: 115px;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
  margin-top: 0px;
}
.reno-montage-wrap {
  width: 190px;
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}
.reno-montage img {
  width: 190px;
}
.reno-tipps-list li {
  font-size: 1.2em;
  list-style: disc!important;
  overflow: visible!important;
  margin-left: 20px!important;
}
.seriegalleryholder-reno {
  width: 270px;
  height: 280px;
  overflow: hidden;
}
.seriegalleryholder-reno div {
  width: 270px;
  height: 270px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: 340px 340px;
}
/* #GLOSSAR */
.content ul.alphabet-list li {
  margin-left: 10px;
  display: inline-block;
  list-style-type: none;
  text-transform: UPPERCASE;
  padding: 2px;
  color: #666;
}
.content ul.alphabet-list li.link {
  border-bottom: 1px solid #005178;
}
.content ul.glossar-list {
  overflow: hidden;
}
.content ul.glossar-list > li {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin-left: 10px;
  cursor: pointer;
}
.content ul.glossar-list > li span {
  font-size: 2em;
  color: #005178;
  text-transform: UPPERCASE;
}
.glossar-item {
  list-style-type: none;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  align-self: flex-start;
  width: 100%;
}
.content ul.glossar-list ul ul {
  width: 60%;
}
.glossar_list_more_a {
  font-style: italic;
  text-align: right;
  width: 100%;
  display: block;
}
/* #VIFORM PARTS */
.vi-bone {
  display: flex;
}
.vi-boneEditor {
  flex: 1;
  display: flex;
  min-width: 0;
}
.label-vLong {
  min-width: 370px;
}
.engaging-box {
  border: 1px solid #ddd;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.engaging-box.formwasincorrect {
  border: 1px solid #711015;
  background: #f3a6ab;
  color: #44090d;
}
.engaging-box.formwasincorrect a {
  color: #170304;
  text-decoration: underline;
}
.engaging-box-vSmall {
  font-size: 0.8em;
}
.engaging-label {
  display: flex;
  width: 100%;
  border: 0;
  padding: 7px 10px;
  align-items: center;
}
.engaging-label:before {
  min-width: 1em;
}
.engaging-box.formwasincorrect .engaging-label:before {
  border: 2px solid #711015;
}
.engaging-label .icon {
  color: #fff;
  background: #ccc;
  padding: 3px;
  width: 2em;
  height: 2em;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: auto;
}
.engaging-descr {
  text-align: left;
}
.engaging-check:checked + .engaging-label .icon {
  background: #81c749;
}
.inline-check-box {
  font-size: 0.7em;
  display: inline-flex;
  margin-bottom: 0;
  vertical-align: baseline;
  background: transparent;
  border: 0;
}
.inline-label {
  padding: 2px 5px;
}
.inline-label:before {
  margin-right: 5px;
  border: 2px solid #ccc;
}
/* PROGRESS */
.progress {
  appearance: none;
  border: none;
  border-radius: 0.2em;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress:not(:last-child) {
  margin-bottom: 1em;
}
.progress::-webkit-progress-bar {
  background-color: #bae3ff;
}
.progress::-webkit-progress-value {
  background-color: #005187;
  transition: 1s ease-in-out all;
}
.progress::-moz-progress-bar {
  background-color: #005187;
}
/* App Styling */
body.applogin .wrap-vTop {
  padding-top: 0;
}
body.applogin .header,
body.applogin .userArea-link,
body.applogin .footer,
body.applogin .app-hidden,
body.applogin .userArea-link,
body.applogin .index-more-section,
body.applogin .partnerMenu,
body.applogin .applogin-hide {
  display: none !important;
}
body.applogin .outerwrap {
  margin-left: 0px !important;
  width: 100% !important;
}
@media (max-width: 37.4em) {
  body.applogin .shop-head {
    justify-content: flex-start;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
body.applogin .media-vLogin .media-item {
  width: 100%;
}
body.applogin .shop-table-tocartbtn {
  display: block;
  background: #005187;
  color: #fff;
  font-size: 1.3em;
  padding-top: 4px;
  text-align: center;
}
body.applogin .shop-table-tocartbtn .icon {
  margin-left: 0;
}
.applogin-cart {
  display: none !important;
  margin-left: auto;
  flex-basis: 0;
}
body.applogin .applogin-cart {
  display: flex !important;
  overflow: visible !important;
}
@media (max-width: 37.4em) {
  body.applogin .applogin-cart {
    min-height: 95px;
    background: #efefef;
    padding: 0 23px;
    margin-bottom: 20px;
  }
  body.applogin .applogin-cart .pM-cartLink .icon {
    width: 2.5em;
    height: 2.5em;
    margin: 0px 1px 8px 0px;
  }
  body.applogin .applogin-cart .pM-cartLink .badge {
    margin: 6px 0 -2px -16px;
  }
  body.applogin .applogin-cart .partnerCartRight {
    padding-left: 25px !important;
  }
  body.applogin .applogin-cart .partnerCartLeft {
    padding-right: 25px;
  }
  body.applogin .applogin-cart .partnerCartRight {
    align-items: flex-start;
    padding: 9px;
  }
}
/* Object: Eteile-Shop Filter */
.dD-filter-headline {
  margin-left: 10px;
}
.dD-filter-list {
  list-style: none;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1em 0;
}
.dD-filter-item.no-list {
  margin: 0 10px 20px 10px !important;
}
.dD-filter-item.is-accordion {
  margin-bottom: 10px;
  position: relative;
}
.dD-filter-arrow {
  content: '';
  float: right;
  height: 1em;
  width: 1em;
  margin: 1px -3px 0 5px;
  vertical-align: text-top;
}
.dD-filter-arrow .icon {
  transition: transform 0.7s ease;
  transform: rotate(-180deg);
  transform-origin: center;
}
.dD-filter-item.is-accordion:hover > .dD-filter-link > .dD-filter-arrow > .icon,
.dD-filter-item.is-accordion:focus > .dD-filter-link > .dD-filter-arrow > .icon {
  transform: rotate(-90deg);
}
.dD-filter-item.is-accordion > .dD-filter-vSub > .dD-filter-item {
  transition: all 0.7s ease;
  max-height: 0;
}
.dD-filter-item.is-accordion:hover > .dD-filter-vSub > .dD-filter-item,
.dD-filter-item.is-accordion:focus > .dD-filter-vSub > .dD-filter-item {
  max-height: 450px;
  transition-delay: 0s;
}
.dD-filter-vSub {
  margin: 0;
  overflow: hidden;
}
.dD-filter-vSub a.dD-filter-link {
  color: #222;
  background-color: #e7e7e7;
  border-bottom: 0;
}
.dD-filter-vSub .dD-filter-item:last-of-type a.dD-filter-link {
  border-bottom-style: solid;
}
.dD-filter-vSub .dD-filter-item:first-of-type a.dD-filter-link {
  border-top: 0;
}
.is-accordion > .dD-filter-vSub {
  max-height: 0;
  min-height: 0;
  transition: all 0.3s ease;
  position: absolute;
  min-width: 100%;
}
.is-accordion:hover > .dD-filter-vSub,
.is-accordion:focus > .dD-filter-vSub {
  max-height: 450px;
  min-height: 45px;
  border-bottom: 1px solid #ccc;
  z-index: 100;
}
.dD-filter-vSub .dD-filter-vSub a.dD-filter-link {
  padding-left: 44px;
  color: #222;
  background-color: #dbdbdb;
  border-bottom-style: dotted;
}
.dD-filter-vSub .dD-filter-vSub .dD-filter-item:last-of-type a.dD-filter-link {
  border-bottom-style: solid;
}
.dD-filter-vSub .dD-filter-vSub .dD-filter-item:first-of-type a.dD-filter-link {
  border-top: 0;
}
.dD-filter-vSub .dD-filter-vSub a.dD-filter-link:hover,
.dD-filter-vSub .dD-filter-vSub a.dD-filter-link:focus {
  color: #222;
  background-color: #cecece;
}
.dD-filter-link,
a.dD-filter-link {
  display: block;
  box-sizing: border-box;
  padding: 6px 12px;
  color: #222;
  background-color: #f4f4f4;
  border: 1px solid #cecece;
  transition: all 0.3s ease;
  width: 100%;
}
.dD-filter-link .icon,
a.dD-filter-link .icon {
  vertical-align: text-bottom;
  margin: 0 5px 2px 0;
}
.dD-filter-item:first-of-type .dD-filter-link,
.dD-filter-item:first-of-type a.dD-filter-link {
  border-top: 1px solid #cecece;
}
.dD-filter-link:hover,
.dD-filter-link:focus,
a.dD-filter-link:hover,
a.dD-filter-link:focus {
  background-color: #ffffff;
}
.dD-filter-link.is-primary,
a.dD-filter-link.is-primary {
  color: #f4f4f4;
  background-color: #333;
}
.dD-filter-link.is-active,
a.dD-filter-link.is-active {
  color: #f4f4f4;
  background-color: #005187;
}
.dD-filter-link.is-primary:hover,
.dD-filter-link.is-active:hover,
.dD-filter-link.is-primary:focus,
.dD-filter-link.is-active:focus,
a.dD-filter-link.is-primary:hover,
a.dD-filter-link.is-active:hover,
a.dD-filter-link.is-primary:focus,
a.dD-filter-link.is-active:focus {
  background-color: #005187;
}
.dD-filter-link.has-icon:before,
a.dD-filter-link.has-icon:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  margin: 4px 10px 0 -5px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: inherit;
  background-blend-mode: multiply;
}
.dD-filter-link,
a.dD-filter-link {
  white-space: nowrap;
}
.dD-filter-link .icon,
a.dD-filter-link .icon {
  margin-top: -0.1em;
}
/* Filter Selection */
.dD-filter-selection {
  padding: 0 10px;
  margin-bottom: 20px;
}
.dD-filter-selectionList li.dD-filter-selectionItem {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}
.dD-filter-selectionLink {
  display: block;
  border: 1px solid #ccc;
  padding: 1px 5px;
  font-size: 0.9em;
}
.dD-filter-selectionLink svg {
  margin-top: 2px;
}
/*.dD-filter-selectionLink:after {
  content:'';
  position:relative;
  display:inline-block;
  height:1em;
  width:1em;
  vertical-align:text-top;
  margin:2px -2px 0 5px;
  background-size:cover;
  background-position:top left;
  background-repeat:no-repeat;
  background-image: url(../icons/cross.svg);
}*/
.eTeile-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 37.5em) {
  .eTeile-filter {
    flex-direction: row;
  }
}
.eTeile-filter .dD-filter-item.is-accordion {
  margin: 0 10px;
  width: calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
}
@media (min-width: 37.5em) {
  .eTeile-filter .dD-filter-item.is-accordion {
    width: calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}
/* Warenkorb */
.cart-table tr:not(.cart-constructionServiceData):nth-child(2n) {
  background-color: #f5f5f5;
}
.cart-table tr:not(.cart-constructionServiceData):nth-child(2n) + .cart-constructionServiceData {
  background-color: #f5f5f5;
}
.cart-table td {
  padding: 10px;
}
.cart-table th {
  padding: 4px 10px;
}
.cart-table.isloading:before {
  content: ' ';
  background-color: #eee;
  background-image: url(/static/images/basic/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  position: absolute;
  opacity: 0.9;
}
.cart-step .kartei {
  box-shadow: none;
}
.cart-step.disabled,
.cart-step.done {
  display: none;
}
.cart-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #005187;
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
.cart-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #ccc;
  font-size: 1.4em;
  padding: 1.5em 0;
}
.cart-status-step {
  font-size: 2em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 25%;
}
.cart-status-step + .icon {
  margin-left: -1em;
}
.cart-status-step:first-child {
  margin-left: 0;
}
.cart-status-step.active,
.cart-status-step.active + .icon {
  color: #005187;
}
.cart-status-step.done,
.cart-status-step.done + .icon {
  color: #508228;
}
.cart-status-text {
  display: none;
  font-size: 0.25em;
  color: inherit;
  text-align: center;
  margin-top: 0.6em;
}
@media (min-width: 37.5em) {
  .cart-status-text {
    display: inline-block;
  }
}
.cart-status-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.75em;
}
.cart-status-bar-step {
  flex: 0 0 25%;
  border-bottom: 2px solid #ccc;
}
.cart-status-bar-step.active {
  border-bottom: 2px solid #005187;
}
.cart-status-bar-step.done {
  border-bottom: 2px solid #508228;
}
.cart-pricehint {
  float: right;
  font-size: 0.6em;
  padding-top: 3px;
  width: 100%;
  text-align: right;
}
.shippingfields {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.shippingfields select,
.shippingfields input {
  flex: 1 0 70%;
}
.shippingfields-label {
  flex: 1 0 29%;
}
.quickfinder {
  background-color: #f5f5f5;
}
/* #MAIN NAVIGATION */
/* #Fixed Main Menu */
.header {
  width: 0;
  position: relative;
  background-color: #F0F0F3;
  /*  display: flex;
  flex-direction: column;*/
  order: 0;
  z-index: 501;
}
.header.is-open {
  min-width: 100%;
  height: auto;
}
@media (min-width: 56.25em) {
  .header {
    position: fixed;
    overflow: visible;
    height: auto;
    width: 100%;
  }
}
@media print {
  .header {
    display: none;
  }
}
@media (max-width: 37.4em) {
  .bind-vMm {
    padding: 0;
  }
}
.mainMenu {
  position: relative;
  font-size: 1.2rem;
  min-height: 5rem;
  background-color: #fff;
  order: 1;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  z-index: 502;
}
.mainMenu .bind {
  width: 100%;
}
@media (min-width: 56.25em) {
  .mainMenu {
    overflow: visible;
    flex-flow: row wrap;
    font-size: 0.85rem;
    order: 2;
  }
  .mainMenu .mobile-search {
    display: none;
  }
}
@media (max-width: 56.15em) {
  .mainMenu .mobile-search {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1em;
  }
}
.is-scrolled .has-subMenu .mainMenu {
  transition: min-height 0.5s ease;
  min-height: 1.5rem;
}
.is-scrolled .has-subMenu .mainMenu .mM-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.is-scrolled .has-subMenu .mainMenu .mM-logo {
  margin: 7px 0 7px auto;
}
.is-scrolled .has-subMenu .mainMenu .mM-logo .mM-logoImage img {
  padding: 7px 0;
}
@media (min-width: 56.25em) {
  .is-scrolled .has-subMenu .mainMenu {
    font-size: 0.7rem;
  }
}
.mM-list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-transform: translateZ(0);
  margin: 10px 0;
}
.mM-list:after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 56.25em) {
  .mM-list {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
  }
}
.mM-item {
  display: flex;
  letter-spacing: 2px;
  position: relative;
  z-index: 502;
  overflow: hidden;
}
.mM-item:first-child .mM-subItem-vButton,
.mM-item:nth-child(2) .mM-subItem-vButton {
  display: flex;
}
@media (min-width: 56.25em) {
  .mM-item:hover {
    overflow: visible;
  }
  .mM-item:hover .mM-triangle {
    display: inline-block;
  }
}
@media (min-width: 56.25em) {
  .mM-item:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
  }
}
@media (max-width: 56.15em) {
  .mM-item:hover .mM-overlay {
    position: relative;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding-top: 0;
    overflow: hidden;
  }
}
@media (max-width: 56.15em) {
  .mM-item {
    order: 3;
    flex: 1 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.mM-link {
  display: block;
  padding: 10px 20px 10px 0;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  letter-spacing: 1px;
  font-size: 1.4em;
  position: relative;
  color: #181817;
}
.mM-link:hover {
  color: #181817;
  font-weight: 300;
}
@media (min-width: 56.25em) {
  .mM-link {
    max-width: 230px;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 75em) {
  .mM-link {
    padding: 15px 30px 15px 0;
  }
}
.mM-triangle {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: calc(50% - 16px - 9px);
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #353534 transparent;
}
.mM-logo {
  margin: 27px 0 27px auto;
}
@media (max-width: 56.15em) {
  .mM-logo {
    display: none;
  }
}
.mM-logoLink {
  display: block;
  transition: all 0.5s ease;
  height: 100%;
}
.mM-logoImage {
  height: 100%;
  transition: height 0.5s ease;
  display: flex;
  align-items: flex-end;
}
.mM-logoImage img {
  height: 3.4rem;
}
.mM-info,
.mM-footer,
.mM-item:hover .mM-info {
  display: none;
}
@media (min-width: 56.25em) {
  .mM-info,
  .mM-footer,
  .mM-item:hover .mM-info {
    display: block;
  }
}
.mM-news {
  display: none;
}
@media (min-width: 56.25em) {
  .mM-news {
    display: flex;
    flex-direction: column;
  }
}
/* #Hover Overlay and Sub Menu */
.mM-overlay {
  width: 100%;
  padding: 0px;
  background: #fff;
  color: #181817;
  margin-top: 0px;
  transition: opacity 0.8s ease;
  align-items: stretch;
  display: block;
  font-size: 0.9em;
}
.mM-overlay:after,
.mM-overlay:before {
  content: '';
  display: inline-block;
  background-color: #353534;
  top: 0;
  bottom: 0;
  position: absolute;
  min-width: 20px;
}
.mM-overlay:after {
  left: 100%;
}
.mM-overlay:before {
  right: 100%;
}
@media (min-width: 56.25em) {
  .mM-overlay {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 20px 0;
    background: #353534;
    color: #fff;
  }
  .mM-item:hover .mM-overlay {
    display: flex;
    opacity: 1;
  }
  .mM-overlay:after,
  .mM-overlay:before {
    width: 20px;
  }
}
@media (min-width: 75em) {
  .mM-overlay:after,
  .mM-overlay:before {
    width: calc((100vw - 1260px) / 2);
  }
}
@media (min-width: 56.25em) {
  .mM-overlay-vPartner {
    max-width: 240px;
  }
}
.mM-subList {
  display: block;
  font-size: 1.1em;
  width: 100%;
}
@media (min-width: 56.25em) {
  .mM-subList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.mM-subItem {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 16px 0 0 0;
  list-style: none;
}
.mM-subItem.mM-subItem-vButton {
  display: none;
  justify-content: center;
  align-items: flex-start;
  font-size: 0.98em;
  padding: 8px 0;
}
.mM-subItem.mM-subItem-vButton .btn {
  margin: 0;
  width: auto;
  padding: 0.1em 0.5em;
  letter-spacing: normal;
}
@media (max-width: 56.15em) {
  .mM-subItem.mM-subItem-vButton .btn {
    background-color: #181817;
    color: #fff;
  }
  .mM-subItem.mM-subItem-vButton .btn:hover {
    background-color: #181817;
    color: #fff;
  }
}
@media (max-width: 56.15em) {
  .mM-subItem.mM-subItem-vButton {
    margin-top: 20px;
  }
}
@media (min-width: 56.25em) {
  .mM-subItem {
    padding: 12px 0;
    width: 25%;
  }
}
.mM-item:hover .mM-subItem {
  color: #005187;
}
.mM-subLink {
  filter: none;
  display: block;
  line-height: 120%;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  color: #fff;
  transition: all ease 0.3s;
  letter-spacing: 1px;
}
.mM-subLink:hover {
  color: #F0F0F3;
  font-weight: 600;
  font-size: 0.93em;
}
@media (max-width: 56.15em) {
  .mM-subLink {
    color: #181817;
  }
  .mM-subLink:hover {
    color: #181817;
    font-weight: 300;
  }
}
.mM-cart {
  display: none;
}
@media (min-width: 56.25em) {
  .mM-cart {
    margin-left: auto;
  }
  .mM-cart.is-active {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .mM-cartLink {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
  }
  .mM-cartLink > .icon {
    width: 3em;
    height: 3em;
  }
  .mM-cart:hover .mM-cartLink {
    color: #0070ba;
  }
  .mM-cart.cart-loaded .mM-cartLink {
    color: #508228;
  }
  .mM-cart.cart-loaded:hover .mM-cartLink {
    color: #68a934;
  }
}
@media (min-width: 75em) {
  .mM-cartLink {
    padding: 15px;
  }
}
@media (min-width: 56.25em) {
  .mM-cart-entrycount {
    position: absolute;
    bottom: 3.5em;
    font-size: 1em;
    transform: translateX(25%);
    margin-left: 0;
    background-color: #508228;
  }
  .mM-cart:hover .mM-cart-entrycount {
    background-color: #68a934;
  }
}
.mM-cart-sum {
  display: none;
}
@media (min-width: 56.25em) {
  .mM-cart-sum {
    overflow: hidden;
    flex: 0;
    transition: all 0.5s ease;
    display: flex;
    text-align: left;
    font-size: 1.5em;
  }
  .mM-cart-sum.is-active {
    display: flex;
  }
  .mM-cart-sum.is-active + .mM-logo {
    margin-left: 20px;
  }
  .mM-cart:hover + .mM-cart-sum,
  .mM-cart-sum:hover {
    flex: 0 0 5em;
  }
}
@media (min-width: 56.25em) {
  .mM-cartLink-sum {
    padding-bottom: 15px;
    white-space: nowrap;
    align-items: flex-end;
    display: flex;
    flex: 1 auto;
  }
}
.mM-cartFeedback {
  display: none;
}
@media (min-width: 56.25em) {
  .mM-cartFeedback {
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    display: block;
    position: absolute;
    white-space: nowrap;
    padding: 5px;
    bottom: -15px;
    color: #fff;
    background-color: rgba(80, 130, 40, 0.9);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  .mM-cartFeedback:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(80, 130, 40, 0.9);
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
    left: 50%;
  }
  .mM-cartFeedback.is-active {
    opacity: 1;
    bottom: -30px;
  }
}
/* #Mobile Menu and Hamburger */
.mobileMenu {
  height: 3rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: #fff;
  z-index: 504;
}
.is-open .mobileMenu {
  position: relative;
}
@media (min-width: 56.25em) {
  .mobileMenu {
    display: none;
  }
}
.mobileMenu-logo {
  margin-left: auto;
  height: 100%;
  margin-right: 10px;
}
.mobileMenu-logoLink {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileMenu-logoImage {
  height: 1.5rem;
}
.mobileMenu-burger {
  display: inline-block;
  align-self: center;
}
.mobileMenu-burger-box {
  cursor: pointer;
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobileMenu-burger-box,
.mobileMenu-burger-box:before,
.mobileMenu-burger-box:after {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #005187;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mobileMenu-burger-box:before,
.mobileMenu-burger-box:after {
  position: absolute;
  content: "";
}
.mobileMenu-burger-box:before {
  top: -7px;
}
.mobileMenu-burger-box:after {
  top: 7px;
}
.mobileMenu-burger.is-active .mobileMenu-burger-box:before,
.mobileMenu-burger.is-active .mobileMenu-burger-box:after {
  background-color: #353534;
}
.mobileMenu-burger.is-active .mobileMenu-burger-box {
  background-color: transparent;
}
.mobileMenu-burger.is-active .mobileMenu-burger-box:before,
.mobileMenu-burger.is-active .mobileMenu-burger-box:after {
  background-color: #000;
}
.mobileMenu-burger.is-active .mobileMenu-burger-box:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.mobileMenu-burger.is-active .mobileMenu-burger-box:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.mobileMenu-cart {
  display: none;
}
.mobileMenu-cart.cart-loaded {
  display: block;
  margin-left: auto;
  margin-top: -5px;
}
.mobileMenu-cart.cart-loaded + .mobileMenu-logo {
  margin-left: 20px;
}
.mobileMenu-cartLink {
  padding: 5px 10px;
  display: flex;
  color: #508228;
}
.mobileMenu-cartLink .badge {
  background-color: #508228;
}
.mobileMenu-cartLink > .icon {
  width: 2em;
  height: 2em;
  margin-top: -5px;
}
.mobileMenu-cart-entrycount {
  align-self: center;
  font-size: 1em;
  font-weight: 700;
  margin-left: 5px;
}
/* #TOPMENU */
.topMenu {
  overflow: hidden;
  font-size: 0.7rem;
  min-height: 1.65rem;
  height: 33px;
  display: flex;
  order: 1;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #005187;
  transition: margin-top 0.5s ease;
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 503;
}
.header.is-open .topMenu {
  padding: 0;
}
.topMenu .bind {
  height: 100%;
}
@media (max-width: 56.15em) {
  .topMenu .bind {
    flex-direction: row;
  }
}
@media (min-width: 56.25em) {
  .topMenu {
    overflow: visible;
    padding: 0;
  }
  .is-scrolled .topMenu,
  .is-scrolled .header.has-subMenu:hover .topMenu {
    margin-top: -1.7rem;
  }
  .is-scrolled .header:hover .topMenu {
    margin-top: 0;
  }
}
.tM-list {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 56.15em) {
  .tM-list {
    flex-flow: row wrap;
  }
}
@media (min-width: 56.25em) {
  .tM-list-vLeft {
    flex: 1;
  }
}
.tM-list-vRight {
  width: auto;
  display: flex;
}
@media (max-width: 56.15em) {
  .tM-list-vRight {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .tM-list-vRight .login-no-display {
    display: none;
  }
}
.tM-item {
  margin-bottom: 0;
  position: relative;
  height: 100%;
}
.tM-item:not(:last-child) {
  margin-right: 10px;
}
.tM-item:hover,
.tM-item.is-active {
  overflow: visible;
}
.tM-item:hover .tM-subList,
.tM-item.is-active .tM-subList {
  display: block;
}
@media (min-width: 56.25em) {
  .tM-item {
    flex: 0 1 auto;
  }
}
.tM-item.tM-item-vWarning {
  background-color: #b41922;
  padding-left: 12px;
}
.tM-link {
  padding: 0px 12px 0px 0px;
  color: #fff;
  font-weight: normal;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.96em;
}
.tM-link:hover {
  color: #fff;
}
.tM-link.tM-link-bold {
  font-weight: bold;
}
.tM-link .icon {
  margin-right: 5px;
}
@media (max-width: 56.15em) {
  .tM-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 12px 0px 0px;
  }
}
.tM-item-icon-only {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.tM-item-icon-only .tM-link {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.tM-item-icon-only .tM-link .icon {
  margin-right: 0px;
}
@media (max-width: 56.15em) {
  .tM-item-icon-only .tM-link {
    padding: 0 15px 0 0;
  }
  .tM-item-icon-only svg {
    width: 13px;
    height: 13px;
  }
}
.tM-search {
  display: flex;
  align-items: center;
  color: #005187;
  font-size: 1.5em;
}
.tM-search .btn {
  height: 100%;
}
@media (min-width: 56.25em) {
  .tM-search {
    padding: 0;
    font-size: inherit;
  }
}
@media (max-width: 56.15em) {
  .tM-search {
    flex: 1 100%;
    display: none;
  }
  .tM-search input {
    padding: 10px !important;
  }
  .tM-search .search {
    width: auto;
    background-color: transparent;
    border: none;
  }
}
.tM-searchGroup {
  margin: 0;
  height: 100%;
}
@media (max-width: 56.15em) {
  .tM-searchGroup {
    width: 100%;
    flex-direction: row;
  }
  .tM-searchGroup .btn-vAction {
    width: 40px;
    height: 40px;
  }
  .tM-searchGroup .btn-vAction .svg {
    width: 1.3em;
    height: 1.3em;
  }
}
.tM-searchGroup input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
.tM-searchGroup:hover input {
  width: auto !important;
  padding: 10px !important;
}
.tM-searchGroup .btn {
  margin: 0;
}
input.tM-searchInput {
  margin: 0;
  box-shadow: none !important;
  background-color: #fff;
  height: 100%;
  font-size: 1em;
  border: none;
}
@media (max-width: 56.15em) {
  input.tM-searchInput {
    width: auto;
    background-color: transparent;
    border-bottom: 1px solid #181817;
    padding-left: 0;
    color: #181817;
  }
  input.tM-searchInput + .btn.search {
    color: #181817;
  }
}
.tM-langlink {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  color: #fff;
  border: none;
  background: none;
}
.tM-langlink:hover {
  color: #fff;
}
.tM-langflag {
  width: 1em;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.tM-subList {
  width: 100%;
  min-width: 150px;
  background-color: #efefef;
  padding: 0;
  margin: 0;
  z-index: 503;
}
@media (min-width: 56.25em) {
  .tM-subList {
    width: auto;
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    border-top: none;
  }
}
.tM-subList-vLogin {
  right: 0;
}
.tM-subLink,
.tM-subList .partnerMenu-link {
  display: block;
  margin-left: 0;
  letter-spacing: 1px;
  line-height: 120%;
  padding: 8px 15px;
  white-space: nowrap;
  font-weight: normal;
}
.tM-subLink:hover,
.tM-subList .partnerMenu-link:hover {
  background-color: #e2e2e2;
}
.tM-subItem:not(:last-child),
.tM-subList .partnerMenu-item:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.tM-loginForm {
  padding: 0 10px 10px;
}
.tM-loginInput {
  width: 200px;
}
/* #SUB NAVIGATION */
@media (max-width: 37.4em) {
  .bind-vSm {
    padding: 0;
  }
}
.subMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.8rem;
  min-height: 2.6rem;
  max-width: 1300px;
  margin: 3rem auto 0 auto;
  width: 100%;
  background-color: #F0F0F3;
  display: flex;
  transition: margin-top 0.5s ease;
  order: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc #eee;
  z-index: 500;
}
.subMenu::-webkit-scrollbar {
  height: 4px;
}
.subMenu::-webkit-scrollbar-track {
  background: #eee;
}
.subMenu::-webkit-scrollbar-thumb {
  background: #ccc;
}
.subMenu::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
}
@media (min-width: 56.25em) {
  .subMenu {
    font-size: 0.7rem;
    order: 2;
    position: relative;
    margin-top: -2.7rem;
    padding: 0 20px;
  }
  .is-scrolled .subMenu {
    margin-top: 0;
  }
}
.subMenu.subMenu-vWarning {
  background-color: #b41922;
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: 1.7rem;
}
@media (max-width: 56.15em) {
  .subMenu.subMenu-vWarning {
    margin: 3rem 0 0 0;
    font-size: 0.65em;
    padding: 0.2em 0;
  }
  .subMenu.subMenu-vWarning .icon {
    display: none !important;
  }
}
.subMenu.subMenu-vWarning .bind {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.subMenu.subMenu-vWarning .bind a {
  color: #fff !important;
}
.subMenu.subMenu-vWarning .icon {
  width: 15px;
  height: 15px;
}
.sM-ctaBtn {
  margin-left: auto;
  align-self: center;
  width: auto;
}
.sM-list {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  transform: translateZ(0);
  white-space: nowrap;
}
.sM-list:after {
  content: '';
  display: block;
  clear: both;
}
.sM-item {
  display: flex;
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.3s ease;
  letter-spacing: 2px;
  position: relative;
  align-items: center;
  overflow: hidden;
  z-index: 501;
}
.sM-item:hover {
  overflow: visible;
}
.sM-item:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
.sM-item.is-active {
  border-bottom: 3px solid #005187;
}
@media (max-width: 56.15em) {
  .sM-item {
    order: 3;
    width: auto;
    display: inline-flex;
    flex-grow: 1;
    flex-shrink: 0;
  }
}
.sM-item-vTitle {
  display: none!important;
}
@media (min-width: 56.25em) {
  .sM-item-vTitle {
    display: flex!important;
    font-size: 1.5em;
    font-weight: 700;
    color: #005187;
  }
  .sM-item-vTitle .sM-link {
    color: #005187;
  }
}
.sM-link {
  color: #181817;
  display: flex;
  padding: 7px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}
.sM-link:hover {
  color: #0060a1;
}
.sM-link.is-active {
  color: #0070ba;
}
@media (min-width: 56.25em) {
  .sM-link {
    display: flex;
    align-items: center;
  }
  .sM-item:first-child .sM-link {
    padding-left: 0;
  }
}
@media (min-width: 75em) {
  .sM-link {
    padding: 10px 15px 8px;
  }
}
.sM-link .icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
}
/* ---------------------------------------------------------------------------------------
    GLOBAL STATES
--------------------------------------------------------------------------------------- */
/* Admin Hint */
.is-admin {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #508228;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  z-index: 900;
}
.is-admin a,
.is-admin a:link,
.is-admin a:active,
.is-admin a:visited,
.is-admin a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* Selections */
::-moz-selection {
  background-color: #003254;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background-color: #003254;
  text-shadow: none;
  color: #ffffff;
}
.no-view {
  display: none;
}
@media (max-width: 37.4em) {
  .no-mobile {
    display: none;
  }
}
@media print {
  .no-print {
    display: none;
  }
}
.js-selector-glass,
.js-selector-griff,
.js-selector-oberflaeche,
.js-selector-scharnier {
  position: relative;
  cursor: pointer;
}
.js-selector-glass.is-active .select-icon,
.js-selector-griff.is-active .select-icon,
.js-selector-oberflaeche.is-active .select-icon,
.js-selector-scharnier.is-active .select-icon {
  display: flex;
}
.select-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.select-icon svg {
  width: 50%;
  height: 50%;
  color: #005187;
}
.variants.is-printed .table-cell-checkbox {
  background-image: url("../images/checkbox-checked.svg");
}
.print-footer,
.print-logo {
  display: none;
}
.js-selector-glass,
.js-selector-oberflaeche {
  display: none;
}
.js-selector-glass.is-visible,
.js-selector-oberflaeche.is-visible {
  display: flex;
}
.tutorial-active .not-tutorial {
  pointer-events: none;
  opacity: 0.2;
}
.tS-inactive {
  display: none;
}
.tS-inactive + .section {
  pointer-events: none;
  opacity: 0.2;
}
.tS-done {
  display: none;
}
.light-up {
  text-shadow: 0 0 12px #812145;
  color: #812145;
}
.griff-btn,
.glass-btn,
.oberflaeche-btn,
.scharnier-btn {
  transition: all ease 0.5s;
}
.aE-filter {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  box-shadow: inset 0 -1px 0px rgba(150, 150, 150, 0.2);
}
.js-aE-filter-item {
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 0.9em;
  color: #999;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.js-aE-filter-item .icon {
  margin-right: 5px;
}
@media (max-width: 56.15em) {
  .js-aE-filter-item {
    font-size: 1em;
  }
}
.js-aE-filter-item.is-active {
  border: 1px solid rgba(150, 150, 150, 0.2);
  border-bottom: 1px solid #fff;
  padding: 4px 9px;
  color: #005187;
}
.print-only {
  display: none;
}
#main-txt {
  margin-top: 0;
}
.measure-wrap {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 56.15em) {
  .measure-wrap {
    flex-direction: column;
  }
}
.measure-select-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.measure-left-wrap {
  display: flex;
  flex-direction: column;
  flex: 0 0 40%;
  align-items: flex-start;
  border-right: 1px solid #ccc;
  padding-right: 30px;
}
@media (max-width: 56.15em) {
  .measure-left-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.measure-svg-wrap {
  display: flex;
  flex-direction: column;
  flex: 0 0 60%;
}
.measure-svg-wrap object {
  max-height: 80vh;
}
.measure-svg {
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
}
.measure-select-width-wrap,
.measure-select-depth-wrap {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 15px);
}
.measure-select-width-wrap {
  border-right: 1px solid #ccc;
  margin-right: 30px;
  padding: 0 30px 30px 0;
}
.measure-select-depth-wrap {
  padding: 0 0 30px 0;
}
.measure-select-box {
  background-color: #005187;
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.measure-select-box.is-disabled {
  background-color: #F0F0F3;
}
.measure-select-box.is-disabled .check-label {
  cursor: not-allowed;
}
.measure-select-box.is-disabled .check-label:before {
  background-image: none !important;
  background-color: #fff !important;
}
.measure-select-box .check-label {
  width: 100%;
}
.measure-headline {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0.4em;
}
.measure-info {
  fill: transparent;
  cursor: pointer;
}
.measure-info:hover,
.measure-info:focus {
  fill: #005187;
}
.measure-adjustment:hover ~ .measure-adjustment rect {
  fill: none !important;
}
.measure-adjustment:hover ~ .measure-adjustment text {
  fill: #fff !important;
}
.measure-segmentmassrechts1:hover ~ .measure-segmentmassrechts1 rect {
  fill: none !important;
}
.measure-segmentmassrechts1:hover ~ .measure-segmentmassrechts1 text {
  fill: #fff !important;
}
.measure-segmentmassrechts2:hover ~ .measure-segmentmassrechts2 rect {
  fill: none !important;
}
.measure-segmentmassrechts2:hover ~ .measure-segmentmassrechts2 text {
  fill: #fff !important;
}
.measure-segmentmassrechts3:hover ~ .measure-segmentmassrechts3 rect {
  fill: none !important;
}
.measure-segmentmassrechts3:hover ~ .measure-segmentmassrechts3 text {
  fill: #fff !important;
}
.measure-segmentmasslinks1:hover ~ .measure-segmentmasslinks1 rect {
  fill: none !important;
}
.measure-segmentmasslinks1:hover ~ .measure-segmentmasslinks1 text {
  fill: #fff !important;
}
.measure-segmentmasslinks2:hover ~ .measure-segmentmasslinks2 rect {
  fill: none !important;
}
.measure-segmentmasslinks2:hover ~ .measure-segmentmasslinks2 text {
  fill: #fff !important;
}
.measure-segmentmasslinks3:hover ~ .measure-segmentmasslinks3 rect {
  fill: none !important;
}
.measure-segmentmasslinks3:hover ~ .measure-segmentmasslinks3 text {
  fill: #fff !important;
}
.measure-sw-segmentmasslinks1:hover ~ .measure-sw-segmentmasslinks1 rect {
  fill: none !important;
}
.measure-sw-segmentmasslinks1:hover ~ .measure-sw-segmentmasslinks1 text {
  fill: #fff !important;
}
.measure-sw-adjustment:hover ~ .measure-sw-adjustment rect {
  fill: none !important;
}
.measure-sw-adjustment:hover ~ .measure-sw-adjustment text {
  fill: #fff !important;
}
.measure-height:hover ~ .measure-height rect {
  fill: none !important;
}
.measure-height:hover ~ .measure-height text {
  fill: #fff !important;
}
.measure-entrywidth:hover ~ .measure-entrywidth rect {
  fill: none !important;
}
.measure-entrywidth:hover ~ .measure-entrywidth text {
  fill: #fff !important;
}
.measure-svg {
  padding: 0 20px;
}
.measure-svg-text {
  font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  pointer-events: none;
  font-variant-ligatures: no-common-ligatures;
  font-feature-settings: "lnum" 1;
}
.measure-svg-text text {
  fill: #fff;
  font-size: 0.9em;
}
.measure-svg-text rect {
  fill: #ccc;
}
@media print {
  video {
    display: none;
  }
  .measure-wrap {
    flex-direction: column;
  }
  .measure-info {
    fill: #005187;
  }
  .measure-select-wrap {
    flex-direction: column;
  }
  .measure-select-depth-wrap,
  .measure-select-width-wrap {
    padding: 0 0 3mm 0;
  }
  .measure-select-width-wrap {
    border-right: none;
    flex-direction: column;
  }
  .measure-left-wrap {
    border-right: none;
    flex-direction: row;
    flex: 1 1 auto;
  }
  .measure-svg-text {
    font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-variant-ligatures: no-common-ligatures;
    font-feature-settings: "lnum" 1;
  }
  .measure-svg-text text {
    fill: #fff;
    font-size: 0.9em;
  }
  .measure-svg-text rect {
    fill: transparent;
  }
  .measure-headline {
    display: none;
  }
  .measure-select-box {
    padding: 0;
    margin-bottom: 0;
  }
  .measure-select-box .check-label {
    display: block !important;
    color: #181817 !important;
  }
  .measure-select-box .check-input:checked ~ .check-label {
    display: block !important;
    color: #181817 !important;
  }
  .measure-select-box .check-input:checked ~ .check-label:before {
    display: none;
  }
  #tutorial-step-5 ~ .section .aE-headline {
    padding-top: 4mm !important;
  }
  .outerwrap {
    display: block;
  }
  .print-only {
    display: block;
  }
  .media-item {
    max-height: 10cm;
  }
  section.media.media-vNotes {
    min-width: 175mm;
    max-width: 175mm;
    width: 175mm;
    page-break-after: always;
  }
  .wrap,
  .bind,
  .content,
  .sidebar {
    display: block;
    height: auto;
    float: none;
    padding: 0;
    margin: 0;
  }
  #main-pic {
    min-width: 100mm;
    max-width: 100mm;
    width: 100mm;
    margin: 0 0 1cm 0;
    padding: 0;
  }
  #main-txt {
    min-width: 175mm;
    max-width: 175mm;
    width: 175mm;
    margin: 10mm 0mm auto 0cm;
    padding: 0;
  }
  #main-txt img {
    display: none;
  }
  .media-price {
    min-width: 175mm;
    max-width: 175mm;
    width: 175mm;
    padding-top: 7mm;
    display: block;
  }
  .media-txt,
  .media-item {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
  }
  .media-txt p {
    display: none;
  }
  .media-txt p:first-child {
    display: block;
  }
  .pageHead {
    margin: 0 0 0.3cm 0;
  }
  .bind {
    margin: 5mm 0;
    padding: 0 !important;
  }
  #mainpic img {
    max-height: 12cm;
    width: auto;
    min-width: 7cm;
  }
  .L {
    border: none;
  }
  .print-footer,
  .print-logo {
    display: block;
    margin: 0;
  }
  .print-logo {
    width: 2.3cm;
    position: absolute;
    top: -7mm;
    right: -3mm;
  }
  .print-footer {
    position: fixed;
    bottom: -1cm;
    left: 16mm;
    right: 16mm;
    text-align: center;
  }
  .aE-item {
    display: none;
    width: 38mm;
    padding: 0;
    margin: 0;
  }
  .aE-item.is-active {
    display: block;
  }
  .aE-item.is-active .select-icon {
    display: none;
  }
  .aE-item .badge {
    display: none;
  }
  .js-selector-glass {
    display: none;
  }
  .js-selector-glass.is-visible {
    display: none;
  }
  .js-selector-glass.is-active {
    display: block;
  }
  .js-selector-oberflaeche {
    display: none;
  }
  .js-selector-oberflaeche.is-visible {
    display: none;
  }
  .js-selector-oberflaeche.is-active {
    display: block;
  }
  .aE-list {
    margin: 0 4.5mm 7mm 0;
  }
  .variants {
    display: none !important;
  }
  .variants.is-printed {
    display: table-row !important;
  }
  .variants.is-printed td {
    display: table-cell !important;
  }
  .variants.is-printed td.table-cell-checkbox {
    display: none !important;
  }
  #userlike-tab,
  .print-button,
  .section.icons,
  .dk-artikel-details,
  .variants-checkbox,
  .variants-checkbox-th {
    display: none;
  }
  .no-print {
    display: none !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .print-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin: -7mm 0 -5mm 0;
    padding: 0;
  }
  .sidebar {
    padding: 0 !important;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    display: block;
  }
  .sidebar .headline {
    font-size: 6mm;
    padding-bottom: 0.4cm;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
  }
  .sidebar .sbBox {
    padding: 0 !important;
    width: 38mm;
    margin: 5mm 0 8mm 0;
    display: block;
  }
  .sidebar .sbBox:before {
    content: 'Türöffnung';
    display: block;
    color: #005187;
    margin-bottom: 2mm;
  }
  .sidebar > div {
    border: none;
  }
  .section > h3,
  .section > h2 {
    border: none;
  }
  table.dk_varianten {
    display: table !important;
    table-layout: auto !important;
  }
  table.dk_varianten .table-head-row {
    display: table-row !important;
  }
  table.dk_varianten .table-head-row .table-head-cell {
    display: table-cell !important;
  }
  table.dk_varianten .table-head-row .table-head-cell.table-cell-checkbox-th {
    display: none !important;
  }
  table.dk_varianten * {
    color: #000;
    border-color: #000 !important;
  }
  table {
    border: none !important;
  }
  table thead {
    border: none !important;
    background-color: #005187 !important;
  }
  table thead th {
    border: none !important;
    background-color: #005187 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
  }
  table tr,
  table td {
    border: none !important;
    background-color: #fff !important;
  }
  .aE-item {
    min-width: 40mm;
    max-width: 40mm;
    width: 40mm;
    margin-right: 5mm;
  }
  .aE-item :nth-child(4n) {
    margin-right: 0;
  }
}
/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-position: center;
  background-size: cover;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-container.swiper-in-content {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.swiper-slide {
  background-color: #005187;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 55px 60px;
}
.swiper-txt {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 15px;
}
/* FLUIDPAGES */
/* FLUIDPAGES CONF */
/* FLUIDPAGES FRAMEWORK */
.fluid-page {
  width: 100%;
}
.fluid-main-frame {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  width: 100%;
}
.fluid-wrap {
  display: flex;
  position: relative;
  min-width: 100%;
  max-width: 100vw;
  height: auto;
  flex: 0 1 auto;
  order: 220;
}
.fluid-wrap.fluid-height-small {
  min-height: 200px;
}
.fluid-wrap.fluid-height-medium {
  min-height: 350px;
}
.fluid-wrap.fluid-height-large {
  min-height: 500px;
}
.fluid-wrap.fluid-height-100 {
  min-height: 100vh;
}
@media (max-width: 56.15em) {
  .fluid-wrap.fluid-height-small {
    min-height: auto;
  }
  .fluid-wrap.fluid-height-medium {
    min-height: auto;
  }
  .fluid-wrap.fluid-height-large {
    min-height: auto;
  }
}
.fluid-bind {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
@media (min-width: 37.5em) {
  .fluid-bind {
    flex-flow: row;
  }
}
@media print {
  .fluid-bind {
    padding: 0;
    margin: 0;
    display: block;
    flex: none;
    max-width: 210mm;
  }
}
.fluid-grid {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  /*  .mq-min(@breakSmall, {
    width: ~'calc(100% + '@fluidGap~' * 2)';
  });*/
}
.fluid-height-small .fluid-grid {
  min-height: 200px;
}
.fluid-height-medium .fluid-grid {
  min-height: 350px;
}
@media (min-width: 56.25em) {
  .fluid-height-large .fluid-grid {
    min-height: 500px;
  }
}
.fluid-height-100 .fluid-grid {
  min-height: 100vh;
}
/* FLUIDPAGES Sections */
.fluid-section {
  padding: 0 10px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
@media (min-width: 56.25em) {
  .fluid-section.fluid-width-20 {
    flex: 0 0 20%;
  }
  .fluid-section.fluid-width-33 {
    flex: 0 0 33.3%;
  }
  .fluid-section.fluid-width-40 {
    flex: 0 0 40%;
  }
  .fluid-section.fluid-width-50 {
    flex: 0 0 50%;
  }
  .fluid-section.fluid-width-60 {
    flex: 0 0 60%;
  }
  .fluid-section.fluid-width-100 {
    flex: 0 0 100%;
  }
}
@media (min-width: 37.5em) and (max-width: 56.15em) {
  .fluid-section.fluid-width-20,
  .fluid-section.fluid-width-33,
  .fluid-section.fluid-width-40,
  .fluid-section.fluid-width-50,
  .fluid-section.fluid-width-60 {
    flex-basis: 50%;
  }
}
@media (max-width: 37.4em) {
  .fluid-section {
    flex-basis: 100%;
  }
}
/* Hintergrundfarben */
.fluid-section,
.fluid-wrap {
  background-color: transparent;
}
.fluid-section.fluid-background-main,
.fluid-wrap.fluid-background-main {
  background-color: #005187;
}
.fluid-section.fluid-background-complement,
.fluid-wrap.fluid-background-complement {
  background-color: #353534;
}
.fluid-section.fluid-background-side,
.fluid-wrap.fluid-background-side {
  background-color: #F0F0F3;
}
.fluid-section.fluid-background-white,
.fluid-wrap.fluid-background-white {
  background-color: #fff;
}
/* Galerie-Sektion */
.fluid-gallery {
  flex-wrap: wrap;
  align-items: center;
}
.fluid-gallery:not(.fluid-wrap) {
  padding: 20px;
}
.fluid-gallery.fluid-wrap .fluid-bind {
  padding: 20px 10px;
}
.fluid-gallery-image.fluid-element {
  flex: 0 1 calc(100% / 4);
  padding: 0 20px;
  margin: 20px 0;
}
.fluid-gallery .fluid-image-link:after {
  content: '';
  display: table;
  padding-bottom: 100%;
}
.fluid-gallery-picture {
  position: absolute;
  height: 100%;
}
/* Partner-Liste */
.fluid-partner-list {
  margin-bottom: 20px;
}
/* FLUIDPAGES Elements */
.fluid-element {
  display: none;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  position: relative;
  height: auto;
  padding: 0 10px;
  margin: 10px 0;
  color: #181817;
}
.fluid-element.fluid-gap-none {
  padding: 0;
  margin: 0;
}
.fluid-element.fluid-gap-large {
  padding: 0 20px;
  margin: 20px 0;
}
@media (max-width: 37.4em) {
  .fluid-element.is-mobile {
    display: flex;
    flex-basis: 100%;
  }
}
@media (min-width: 37.5em) and (max-width: 56.15em) {
  .fluid-element.is-tablet {
    display: flex;
    flex-basis: 50%;
  }
}
@media (min-width: 56.25em) {
  .fluid-element.is-desktop {
    display: flex;
  }
}
.fluid-element img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.fluid-element img[data-sizes="auto"] {
  display: block;
}
.fluid-background-main .fluid-element {
  color: #ffffff;
}
.fluid-background-complement .fluid-element {
  color: #ffffff;
}
.fluid-background-side .fluid-element {
  color: #181817;
}
.fluid-background-white .fluid-element {
  color: #181817;
}
.fluid-picture {
  position: relative;
  width: 100%;
  flex-grow: 1;
  display: flex;
}
.fluid-height-small .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
  max-height: 200px;
}
.fluid-height-medium .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
  max-height: 350px;
}
.fluid-height-large .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
  max-height: 500px;
}
.fluid-height-100 .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
  height: 100vh;
}
.fluid-picture-hoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(53, 53, 52, 0.7);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all ease 0.3s;
  pointer-events: none;
  z-index: 1;
}
:hover > .fluid-picture-hoverlay {
  opacity: 1;
}
:not(.fluid-slider-image):not(.fluid-link) > .fluid-picture-hoverlay {
  margin: 0 10px;
}
.fluid-picture-contain img {
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
}
.fluid-picture-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5em;
  font-family: 'Graublau Sans';
}
.fluid-picture-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fluid-picture-content .fluid-headline {
  font-size: 2.3em;
  letter-spacing: 1px;
  font-family: 'Graublau Sans';
  color: #353534;
}
.fluid-background-main .fluid-picture-content .fluid-headline {
  color: #ffffff;
}
.fluid-background-complement .fluid-picture-content .fluid-headline {
  color: #ffffff;
}
.fluid-background-side .fluid-picture-content .fluid-headline {
  color: #353534;
}
.fluid-background-white .fluid-picture-content .fluid-headline {
  color: #353534;
}
.fluid-picture-content .fluid-subline {
  font-size: 1.3em;
  color: #1b1b1b;
}
.fluid-background-main .fluid-picture-content .fluid-subline {
  color: #ffffff;
}
.fluid-background-complement .fluid-picture-content .fluid-subline {
  color: #ffffff;
}
.fluid-background-side .fluid-picture-content .fluid-subline {
  color: #1b1b1b;
}
.fluid-background-white .fluid-picture-content .fluid-subline {
  color: #1b1b1b;
}
.fluid-picture-content .fluid-descr {
  text-align: center;
  align-self: center;
}
.fluid-image-contain img {
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
}
.fluid-image-contain img {
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
}
.fluid-picture--parallax {
  display: none;
  /*  .fluid-height-auto {
      .fluid-height-small & {
        min-height: @fluidHeightSmall;
      }
      .fluid-height-medium & {
        min-height: @fluidHeightMedium;
      }
      .fluid-height-large & {
        min-height: @fluidHeightLarge;
      }
      .fluid-height-100 & {
        height: 100vh;
      }
    }*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 37.4em) {
  .fluid-picture--parallax.is-mobile {
    display: block;
  }
}
@media (min-width: 37.5em) and (max-width: 56.15em) {
  .fluid-picture--parallax.is-tablet {
    display: block;
  }
}
@media (min-width: 56.25em) {
  .fluid-picture--parallax.is-desktop {
    display: block;
  }
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fluid-picture--parallax {
    background-attachment: scroll !important;
  }
}
.fluid-picture-badge {
  position: absolute;
  bottom: 0;
  background-color: #005187;
  color: #ffffff;
  padding: 3px 7px;
  font-weight: 700;
  font-size: 1.2em;
}
.fluid-picture-badge--digit {
  font-size: 3em;
  height: 1.5em;
  width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Graublau Sans';
  padding-top: 10px;
}
.fluid-video {
  position: relative;
  width: 100%;
  flex-grow: 1;
  display: flex;
}
.fluid-height-small .fluid-video {
  max-height: 200px;
}
.fluid-height-medium .fluid-video {
  max-height: 350px;
}
.fluid-height-large .fluid-video {
  max-height: 500px;
}
.fluid-height-100 .fluid-video {
  height: 100vh;
}
.fluid-video-contain img {
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
}
.fluid-video-hoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(53, 53, 52, 0.7);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 1;
}
:hover > .fluid-video-hoverlay {
  opacity: 1;
}
:not(.fluid-slider-image):not(.fluid-link) > .fluid-video-hoverlay {
  margin: 0 10px;
}
.fluid-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15%;
  height: auto;
  color: #353534;
  transition: all ease 0.3s;
  z-index: 2;
}
.fluid-video .fluid-video-link:hover .icon {
  color: #005187;
}
.fluid-video-link,
.fluid-image-link {
  width: 100%;
  display: flex;
}
.fluid-slider-caption,
.fluid-image-cta {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  background-color: rgba(214, 0, 22, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.fluid-link {
  position: relative;
}
a.fluid-link {
  color: inherit;
  text-decoration: none;
}
.fluid-quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.fluid-quote-link {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
}
.fluid-quote-cta {
  align-self: center;
  margin-top: 10px;
}
.fluid-quote-headline {
  font-size: 3.5em;
  letter-spacing: 1px;
  font-family: 'Graublau Sans';
  color: #353534;
  width: 100%;
}
.fluid-background-main .fluid-quote-headline {
  color: #ffffff;
}
.fluid-background-complement .fluid-quote-headline {
  color: #ffffff;
}
.fluid-background-side .fluid-quote-headline {
  color: #353534;
}
.fluid-background-white .fluid-quote-headline {
  color: #353534;
}
.fluid-quote-subline {
  font-size: 1.3em;
  color: #1b1b1b;
}
.fluid-background-main .fluid-quote-subline {
  color: #ffffff;
}
.fluid-background-complement .fluid-quote-subline {
  color: #ffffff;
}
.fluid-background-side .fluid-quote-subline {
  color: #1b1b1b;
}
.fluid-background-white .fluid-quote-subline {
  color: #1b1b1b;
}
.fluid-quote-descr {
  text-align: center;
  align-self: center;
}
.fluid-text {
  flex-direction: column;
  padding: 10px;
}
.fluid-text-headline {
  font-weight: 600;
  color: #005187;
}
.fluid-background-main .fluid-text-headline {
  color: #ffffff;
}
.fluid-background-complement .fluid-text-headline {
  color: #ffffff;
}
.fluid-background-side .fluid-text-headline {
  color: #005187;
}
.fluid-background-white .fluid-text-headline {
  color: #005187;
}
.fluid-text-subline {
  font-weight: 600;
}
.fluid-text-descr {
  max-width: 75ch;
}
.fluid-text-link {
  margin-top: 10px;
  color: #005187;
}
.fluid-background-main .fluid-text-link {
  color: #ffffff;
}
.fluid-background-complement .fluid-text-link {
  color: #ffffff;
}
.fluid-background-side .fluid-text-link {
  color: #005187;
}
.fluid-background-white .fluid-text-link {
  color: #005187;
}
.fluid-descr h1,
.fluid-descr h2,
.fluid-descr h3,
.fluid-descr h4 {
  font-weight: 700;
}
.fluid-descr ul {
  padding: 3px 18px;
  margin: 0;
  list-style-type: disc;
  text-align: left;
  display: inline-block;
}
.fluid-card-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.fluid-card-link {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.fluid-card-picture {
  flex-grow: 0;
  flex-shrink: 0;
}
.fluid-height-small .fluid-card-picture {
  flex-basis: 200px;
}
.fluid-height-medium .fluid-card-picture {
  flex-basis: 350px;
}
.fluid-height-large .fluid-card-picture {
  flex-basis: 500px;
}
.fluid-height-100 .fluid-card-picture {
  flex-basis: 100vh;
}
.fluid-card-cta {
  margin-top: auto;
}
.fluid-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 150px;
}
.fluid-card-headline {
  font-weight: 600;
}
.fluid-card-subline {
  font-weight: 600;
}
.fluid-align-left .fluid-headline,
.fluid-align-left .fluid-subline,
.fluid-align-left .fluid-descr {
  text-align: left;
}
.fluid-align-right .fluid-headline,
.fluid-align-right .fluid-subline,
.fluid-align-right .fluid-descr {
  text-align: right;
}
.fluid-align-center .fluid-headline,
.fluid-align-center .fluid-subline,
.fluid-align-center .fluid-descr {
  text-align: center;
  align-self: center;
}
.fluid-align-justify .fluid-headline,
.fluid-align-justify .fluid-subline,
.fluid-align-justify .fluid-descr {
  text-align: justify;
}
.fluid-slider.fluid-width-100 {
  max-width: 100vw;
}
.fluid-slider.fluid-width-100 .fluid-bind {
  max-width: 100vw;
}
/* Slider-Sektion */
.fluid-slider,
.fluid-slider > .fluid-bind {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 37.5em) {
  .fluid-height-small .fluid-slider,
  .fluid-height-small .fluid-slider > .fluid-bind,
  .fluid-slider.fluid-height-small,
  .fluid-slider > .fluid-bind.fluid-height-small {
    max-height: 200px;
  }
  .fluid-height-medium .fluid-slider,
  .fluid-height-medium .fluid-slider > .fluid-bind,
  .fluid-slider.fluid-height-medium,
  .fluid-slider > .fluid-bind.fluid-height-medium {
    max-height: 350px;
  }
  .fluid-height-large .fluid-slider,
  .fluid-height-large .fluid-slider > .fluid-bind,
  .fluid-slider.fluid-height-large,
  .fluid-slider > .fluid-bind.fluid-height-large {
    max-height: 500px;
  }
  .fluid-height-100 .fluid-slider,
  .fluid-height-100 .fluid-slider > .fluid-bind,
  .fluid-slider .fluid-height-100,
  .fluid-slider > .fluid-bind .fluid-height-100 {
    max-height: 100vh;
  }
}
.fluid-slider .fluid-slider-container,
.fluid-slider > .fluid-bind .fluid-slider-container {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}
.fluid-slider .fluid-slider-container > .fluid-section,
.fluid-slider > .fluid-bind .fluid-slider-container > .fluid-section {
  flex-shrink: 0;
  flex-grow: 1;
  height: 100%;
  flex-basis: auto;
}
.fluid-slider .fluid-slide,
.fluid-slider > .fluid-bind .fluid-slide {
  display: none;
  flex: 1 0 auto;
}
@media (max-width: 37.4em) {
  .fluid-slider .fluid-slide.is-mobile,
  .fluid-slider > .fluid-bind .fluid-slide.is-mobile {
    display: flex;
  }
}
@media (min-width: 37.5em) and (max-width: 56.15em) {
  .fluid-slider .fluid-slide.is-tablet,
  .fluid-slider > .fluid-bind .fluid-slide.is-tablet {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .fluid-slider .fluid-slide.is-desktop,
  .fluid-slider > .fluid-bind .fluid-slide.is-desktop {
    display: flex;
  }
}
.fluid-slider > .fluid-section,
.fluid-slider > .fluid-bind > .fluid-section {
  display: flex;
  flex-basis: 100%;
}
.fluid-slider .fluid-image,
.fluid-slider > .fluid-bind .fluid-image {
  padding: 0;
  margin: 0;
}
.fluid-slider .fluid-card-picture,
.fluid-slider > .fluid-bind .fluid-card-picture {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}
.fluid-slider .fluid-card-cta,
.fluid-slider > .fluid-bind .fluid-card-cta {
  padding-top: 2em;
  margin-top: auto;
}
.fluid-slider,
.fluid-slider > .fluid-bind {
  max-width: 1260px;
  padding: 0;
}
.fluid-slider-control {
  appearance: none;
  border: none;
  background: none;
  position: absolute;
  color: #fff;
  font-size: 3em;
  transform: translateY(-50%);
  text-shadow: 1px 1px #000;
  opacity: 0.2;
  transition: all 0.3s ease;
  top: 50%;
}
.fluid-slider-control--prev {
  left: 20px;
}
.fluid-slider-control--next {
  right: 20px;
}
.fluid-slider-control:hover,
.fluid-slider:hover .fluid-slider-control {
  opacity: 1;
}
/* Pagination */
.fluid-slider-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.fluid-slider-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #353534;
  opacity: 0.2;
  margin: 0 4px;
}
.is-clickable .fluid-slider-bullet {
  cursor: pointer;
}
.fluid-slider-bullet.is-active {
  opacity: 1;
  background: #005187;
}
/* PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/* PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Contents:
	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*

	1. Buttons
 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("/static/images/popup/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("/static/images/popup/default-skin.svg");
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*
	2. Share modal/popup and links
 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*
	3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*

	4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*
	5. Loading indicator (preloader)
	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("/static/images/popup/preloader.gif") 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
            The idea of animating inner circle is based on Polymer ("material") loading indicator
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles
 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
/* FLUIDPAGES CONF */
.fluid-card-content {
  background-color: #F0F0F3;
  color: #000000;
  text-align: center;
}
.fluid-card-link:hover .fluid-card-content {
  background-color: #ffffff;
}
.fluid-background-main .btn {
  font-weight: 600;
  color: #f4f4f4;
  background-color: #003254;
}
.fluid-background-main .btn:link,
.fluid-background-main .btn:visited {
  color: #f4f4f4;
}
.fluid-background-main .btn:active,
.fluid-background-main .btn.is-active {
  color: #ffffff;
  background-color: #005187;
}
.btnGroup .fluid-background-main .btn {
  z-index: 201;
}
.fluid-background-complement .btn {
  font-weight: 600;
  color: #222222;
  background-color: #F0F0F3;
}
.fluid-background-complement .btn:link,
.fluid-background-complement .btn:visited {
  color: #222222;
}
.fluid-background-complement .btn:active,
.fluid-background-complement .btn.is-active {
  color: #000000;
  background-color: #ffffff;
}
.btnGroup .fluid-background-complement .btn {
  z-index: 201;
}
.fluid-descr a {
  color: #181817;
  border-bottom: 1px solid #181817;
}
.fluid-descr a:hover {
  color: #005187;
  border-bottom: 1px solid #005187;
}
.fluid-descr h1 {
  font-family: 'Graublau Sans';
  font-weight: 700;
  font-size: 3.5em;
}
.fluid-descr h2 {
  color: #005187;
  font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.4em;
}
.fluid-descr h3 {
  font-family: 'Graublau Sans', 'Source Sans Pro', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
.fluid-headline {
  color: #005187;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.09em;
  width: 100%;
}
h1.fluid-headline {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
}
h2.fluid-headline {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
}
h3.fluid-headline {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
}
@media (max-width: 56.15em) {
  .header.is-open + .btn-vScrollTop + .fluid-node {
    padding-top: 0;
  }
}
.fluid-align-right .fluid-link {
  text-align: right;
}
.fluid-slider,
.fluid-slider > .fluid-bind {
  width: 0 !important;
}
.fluid-slider .fluid-section.fluid-width-20,
.fluid-slider .fluid-section.fluid-width-33,
.fluid-slider .fluid-section.fluid-width-40,
.fluid-slider .fluid-section.fluid-width-50,
.fluid-slider .fluid-section.fluid-width-60 {
  padding: 60px 40px 90px 40px;
}
.fluid-slider .fluid-section.fluid-width-20 .fluid-element,
.fluid-slider .fluid-section.fluid-width-33 .fluid-element,
.fluid-slider .fluid-section.fluid-width-40 .fluid-element,
.fluid-slider .fluid-section.fluid-width-50 .fluid-element,
.fluid-slider .fluid-section.fluid-width-60 .fluid-element {
  background-color: #fff;
  padding: 0;
}
.fluid-slider .fluid-section.fluid-width-20 .fluid-element .fluid-card-content,
.fluid-slider .fluid-section.fluid-width-33 .fluid-element .fluid-card-content,
.fluid-slider .fluid-section.fluid-width-40 .fluid-element .fluid-card-content,
.fluid-slider .fluid-section.fluid-width-50 .fluid-element .fluid-card-content,
.fluid-slider .fluid-section.fluid-width-60 .fluid-element .fluid-card-content {
  padding: 20px;
}
.fluid-section.fluid-width-100 {
  flex: 1 1 100% !important;
}
.fluid-card-content {
  background-color: transparent;
  color: #181817;
  text-align: left;
  padding: 20px 20px 0 0;
  flex: 1 0 auto;
}
.fluid-card-descr {
  font-weight: normal;
}
.fluid-wrap.fluid-height-100 {
  max-height: 100vh;
}
.fluid-quote {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.fluid-quote-headline {
  color: #181817;
  text-transform: initial;
  font-size: 3.3em;
  font-weight: 200;
  line-height: 1.2;
}
.fluid-quote-headline:before {
  content: '\00BB';
  display: inline-block;
  font-size: inherit;
}
.fluid-quote-headline:after {
  content: '\00AB';
  display: inline-block;
  font-size: inherit;
}
.fluid-quote-descr {
  font-size: 1.1em;
}
.fluid-card-content {
  align-items: flex-start;
}
.fluid-image-picture:not(.fluid-gallery-picture):not(.fluid-picture--parallax) {
  align-self: flex-start;
}
@media (min-width: 37.5em) and (max-width: 56.15em) {
  .fluid-section.fluid-width-20,
  .fluid-section.fluid-width-33,
  .fluid-section.fluid-width-40,
  .fluid-section.fluid-width-50,
  .fluid-section.fluid-width-60 {
    flex-basis: 0;
  }
}
.fluid-align-right {
  align-items: flex-end;
}
@media (max-width: 37.4em) {
  .fluid-align-right {
    text-align: left;
    align-items: flex-start;
  }
}
.fluid-picture-hoverlay {
  display: none !important;
}
.fluid-picture-content {
  display: none;
}
.fluid-slider-container .fluid-image .fluid-picture-content {
  top: 60px;
  left: 30px;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-link {
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-link .fluid-link {
  display: inline-block;
  background-color: #353534;
  color: #fff;
}
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-link .fluid-link:after {
  content: '\00A0\00A0>';
}
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-link .fluid-link:hover,
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-link .fluid-link:focus {
  color: #fff;
  background-color: #005187;
}
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-headline {
  background: #fff;
  padding: 20px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 3em;
  font-weight: 200;
  width: 100%;
  text-transform: none;
  color: #181817;
}
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-subline {
  background: #fff;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  padding: 0 20px 20px 20px;
  margin-top: -10px;
  font-weight: 700;
}
.fluid-slider-container .fluid-image .fluid-picture-content .fluid-descr {
  align-self: flex-start;
  background: #353534;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 15px 7px 20px;
}
.fluid-card-picture {
  max-height: 500px !important;
}
.fluid-slider-bullet {
  border-radius: 0;
}
.fluid-section {
  align-self: flex-start;
}
.fluid-picture.fluid-image-picture img {
  width: 100%;
}
.fluid-bind {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 56.15em) {
  .fluid-bind {
    padding: 15px 20px;
  }
}
.fluid-bind a {
  color: inherit;
}
.fluid-bind a:hover {
  font-weight: 700;
}
.fluid-align-center .fluid-text-link {
  text-align: center;
}
.fluid-element.fluid-top-gap-large,
.fluid-node.fluid-top-gap-large {
  margin-top: 30px;
}
.fluid-element.fluid-top-gap-small,
.fluid-node.fluid-top-gap-small {
  margin-top: 15px;
}
.fluid-element.fluid-top-gap-none,
.fluid-node.fluid-top-gap-none {
  margin-top: 0;
}
.fluid-element.fluid-bottom-gap-large,
.fluid-node.fluid-bottom-gap-large {
  margin-bottom: 30px;
}
.fluid-element.fluid-bottom-gap-small,
.fluid-node.fluid-bottom-gap-small {
  margin-bottom: 15px;
}
.fluid-element.fluid-bottom-gap-none,
.fluid-node.fluid-bottom-gap-none {
  margin-bottom: 0;
}
.fluid-element.fluid-left-gap-large,
.fluid-node.fluid-left-gap-large {
  margin-left: 30px;
}
.fluid-element.fluid-left-gap-small,
.fluid-node.fluid-left-gap-small {
  margin-left: 15px;
}
.fluid-element.fluid-left-gap-none,
.fluid-node.fluid-left-gap-none {
  margin-left: 0;
}
.fluid-element.fluid-right-gap-large,
.fluid-node.fluid-right-gap-large {
  margin-right: 30px;
}
.fluid-element.fluid-right-gap-small,
.fluid-node.fluid-right-gap-small {
  margin-right: 15px;
}
.fluid-element.fluid-right-gap-none,
.fluid-node.fluid-right-gap-none {
  margin-right: 0;
}
.fluid-node .fluid-slider .fluid-slider-control--next {
  right: -5px;
}
.fluid-node .fluid-slider .fluid-slider-control--prev {
  left: -5px;
}
section.fluid-node {
  font-size: 0.85em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fluid-slider-control {
  text-shadow: none;
}
.fluid-slider-control:hover {
  color: #005187;
}
.fluid-text-descr img {
  width: auto;
  max-width: 100%;
}
.fluid-slider-container .fluid-image .fluid-picture-content {
  left: calc((100vw - 1275px) / 2);
  max-width: 1275px;
}
@media (max-width: 1319.9px) {
  .fluid-slider-container .fluid-image .fluid-picture-content {
    left: 20px;
    max-width: calc(100vw - 40px);
  }
}
.fluid-card-cta {
  margin-top: 0.5em;
  font-weight: 0.97em;
}
.fluid-card-cta :after {
  margin-left: 0.6em;
  content: '>';
  display: inline-block;
}
.fluid-card-cta:hover {
  color: #005187;
}
.fluid-grid {
  margin: 0 !important;
}
.fluid-element {
  padding: 0 !important;
}
.fluid-node.fluid-sidebar {
  flex: 0 0 20%;
  align-self: flex-start;
  padding: 20px !important;
  margin-right: 0 !important;
  flex-direction: column;
}
.fluid-node.fluid-sidebar .fluid-grid {
  flex-direction: column;
}
.fluid-node.fluid-sidebar .fluid-text.fluid-top-gap-none,
.fluid-node.fluid-sidebar .fluid-text.fluid-bottom-gap-none,
.fluid-node.fluid-sidebar .fluid-text.fluid-left-gap-none,
.fluid-node.fluid-sidebar .fluid-text.fluid-right-gap-none {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 37.4em) {
  .fluid-node.fluid-sidebar {
    flex: 0 0 30%;
  }
}
@media (max-width: 37.4em) {
  .fluid-node.fluid-sidebar {
    flex: 0 0 100%;
  }
}
.fluid-picture-cta {
  margin: 0;
  width: auto;
  font-size: 0.75em;
  padding-left: 20px;
  padding-right: 20px;
}
.fluid-picture-cta.btn.btn-vGrey {
  color: #fff;
  background-color: #353534;
}
.fluid-picture-cta:after {
  display: inline-block;
  margin-left: 0.6em;
  content: '>';
}
.fluid-is-desktop,
.fluid-is-tablet,
.fluid-is-mobile {
  display: none;
}
@media (min-width: 56.25em) {
  .fluid-is-desktop {
    display: flex;
  }
}
@media (min-width: 37.5em) and (max-width: 56.15em) {
  .fluid-is-tablet {
    display: flex;
  }
}
@media (max-width: 37.4em) {
  .fluid-is-mobile {
    display: flex;
  }
}
a.fluid-card-link:after {
  content: '';
  display: none;
}
@media (max-width: 37.4em) {
  .fluid-top-gap-small,
  .fluid-top-gap-large,
  .fluid-bottom-gap-small,
  .fluid-bottom-gap-large,
  .fluid-left-gap-small,
  .fluid-left-gap-large,
  .fluid-right-gap-small,
  .fluid-right-gap-large {
    margin-left: 0 !important;
    margin-right: 0!important;
    padding-left: 0 !important;
    padding-right: 0!important;
  }
}
.fluid-link {
  text-decoration: none !important;
}
.fluid-link * {
  text-decoration: none !important;
}
.fluid-downloadlink {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.fluid-downloadlink-link {
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.fluid-downloadlink-link .icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
.fluid-downloadlink-text {
  line-height: 1.25;
}
.fluid-height-100 .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
  height: 100%;
}
.fluid-descr {
  max-width: 110ch;
  width: 100%;
}
.fluid-descr--hidden {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
}
.fluid-descr--hidden.is-active {
  max-height: 9999px;
}
button.fluid-descr-btn {
  background: none;
  display: inline-block;
  border: none;
  font-weight: 700;
  color: #181817;
  font-size: 0.97em;
  width: auto;
  align-self: flex-start;
  padding: 10px 0 0 0;
}
button.fluid-descr-btn:hover {
  color: #005187;
}
.fluid-subline.fluid-text-subline {
  color: #005187;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.09em;
}
.fluid-outerwrap {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 100%;
  margin-top: 3rem;
  order: 200;
}
@media print {
  .fluid-outerwrap {
    padding: 0;
    margin: 0;
    display: block;
    flex: none;
    max-width: 210mm;
  }
}
@media (min-width: 56.25em) {
  .fluid-outerwrap {
    margin-top: 7.8rem;
  }
}
/*# sourceMappingURL=style.css.map */