@charset "UTF-8";
/* moved by compressor */
html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
   }


body {
  margin: 0; }



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }


audio,
canvas,
progress,
video {
  display: inline-block;
  
  vertical-align: baseline;
   }


audio:not([controls]) {
  display: none;
  height: 0; }


[hidden],
template {
  display: none; }



a {
  background-color: transparent; }


a:active, a:hover {
  outline: 0; }



abbr[title] {
  border-bottom: 1px dotted; }


b,
strong {
  font-weight: bold; }


dfn {
  font-style: italic; }


h1 {
  font-size: 2em;
  margin: 0.67em 0; }


mark {
  background: #ff0;
  color: #000; }


small {
  font-size: 80%; }


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }



img {
  border: 0; }


svg:not(:root) {
  overflow: hidden; }



figure {
  margin: 1em 40px; }


hr {
  box-sizing: content-box;
  height: 0; }


pre {
  overflow: auto; }


code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }




button,
input,
optgroup,
select,
textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
   }


button {
  overflow: visible; }


button,
select {
  text-transform: none; }


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  
  cursor: pointer;
   }


button[disabled],
html input[disabled] {
  cursor: default; }


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


input {
  line-height: normal; }


input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
   }


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }


input[type="search"] {
  -webkit-appearance: textfield;
  
  box-sizing: content-box;
   }


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }


legend {
  border: 0;
  
  padding: 0;
   }


textarea {
  overflow: auto; }


optgroup {
  font-weight: bold; }



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

td,
th {
  padding: 0; }




.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 290px;
  box-sizing: content-box; }
  .container::before, .container::after {
    content: " ";
    display: table; }
  .container::after {
    clear: both; }
  .container .container {
    width: auto;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 480px) {
    .container {
      width: 450px; } }
  @media (min-width: 768px) {
    .container {
      width: 738px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::before, .container-fluid::after {
    content: " ";
    display: table; }
  .container-fluid::after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::before, .row::after {
    content: " ";
    display: table; }
  .row::after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.hide-xs {
  display: none; }

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .hide-sm {
    display: none; }

  .show-sm {
    display: block; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .hide-md {
    display: none; }

  .show-md {
    display: block; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .hide-lg {
    display: none; }

  .show-lg {
    display: block; } }
@font-face {
  font-family: VilleroyAndBoch;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_regular-webfont.eot") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_regular-webfont.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_regular-webfont.woff") format("woff"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_regular-webfont.svg#villeroybochregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: VilleroyAndBoch;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_italic-webfont.eot") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_italic-webfont.woff") format("woff"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_italic-webfont.svg#villeroybochitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: VilleroyAndBoch;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_bold-webfont.eot") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_bold-webfont.woff") format("woff"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/villeroyboch/villeroyboch_bold-webfont.svg#villeroybochbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-light-webfont.eot") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-light-webfont.eot") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-light-webfont.woff") format("woff"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-regular-webfont.eot") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-regular-webfont.eot") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-medium-webfont.eot") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-medium-webfont.eot") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-bold-webfont.eot") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-bold-webfont.eot") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/roboto/roboto-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: evb-icon;
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/evb-iconfont/evb-icons.eot?9mymmj") format("embedded-opentype");
  src: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/evb-iconfont/evb-icons.eot?9mymmj#iefix") format("embedded-opentype"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/evb-iconfont/evb-icons.svg?9mymmj#evb-icons") format("svg"), url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Fonts/evb-iconfont/evb-icons.ttf?9mymmj") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: evb-icon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-after:after {
  content: ""; }

.icon-fb:before {
  content: ""; }

.icon-fb-after:after {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-instagram-after:after {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-youtube-after:after {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-twitter-after:after {
  content: ""; }

.icon-newsletter:before {
  content: ""; }

.icon-newsletter-after:after {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-print-after:after {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-left-after:after {
  content: ""; }

.icon-arrow:before {
  content: ""; }

.icon-arrow-after:after {
  content: ""; }

.icon-bulb:before {
  content: ""; }

.icon-bulb-after:after {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-cart-after:after {
  content: ""; }

.icon-spot:before {
  content: ""; }

.icon-spot-after:after {
  content: ""; }

.icon-tools:before {
  content: ""; }

.icon-tools-after:after {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-windows-after:after {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-search-after:after {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-check-after:after {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-refresh-after:after {
  content: ""; }

.icon-question-circle:before {
  content: ""; }

.icon-question-circle-after:after {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-plus-after:after {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-minus-after:after {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-list-after:after {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-down-after:after {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-up-after:after {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-left-after:after {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-right-after:after {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-left-after:after {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-right-after:after {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-up-after:after {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-angle-down-after:after {
  content: ""; }

.icon-mobile:before {
  content: ""; }

.icon-mobile-after:after {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-pdf-after:after {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-circle-after:after {
  content: ""; }

.icon-left:before {
  content: ""; }

.icon-left-after:after {
  content: ""; }

.icon-right:before {
  content: ""; }

.icon-right-after:after {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-download-after:after {
  content: ""; }

.icon-news:before {
  content: ""; }

.icon-news-after:after {
  content: ""; }

.icon-interactive:before {
  content: ""; }

.icon-interactive-after:after {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-phone-after:after {
  content: ""; }

.icon-app:before {
  content: ""; }

.icon-app-after:after {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-play-after:after {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-close-after:after {
  content: ""; }

.icon-textfile:before {
  content: ""; }

.icon-textfile-after:after {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-trash-after:after {
  content: ""; }

.icon-wellness:before {
  content: ""; }

.icon-wellness-after:after {
  content: ""; }

.icon-friends:before {
  content: ""; }

.icon-friends-after:after {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-heart-after:after {
  content: ""; }

.icon-heart-o:before {
  content: ""; }

.icon-heart-o-after:after {
  content: ""; }

.icon-heart_plus_inspirator:before {
  content: ""; }

.icon-heart_plus_inspirator-after:after {
  content: ""; }

.icon-trash_2:before {
  content: ""; }

.icon-trash_2-after:after {
  content: ""; }

.icon-auge:before {
  content: ""; }

.icon-auge-after:after {
  content: ""; }

.icon-close_button:before {
  content: ""; }

.icon-close_button-after:after {
  content: ""; }

.icon-heart_plus:before {
  content: ""; }

.icon-heart_plus-after:after {
  content: ""; }

.icon-login:before {
  content: ""; }

.icon-login-after:after {
  content: ""; }

.icon-logout:before {
  content: ""; }

.icon-logout-after:after {
  content: ""; }

.icon-profil:before {
  content: ""; }

.icon-profil-after:after {
  content: ""; }

.icon-profil_check:before {
  content: ""; }

.icon-profil_check-after:after {
  content: ""; }

.icon-registrieren:before {
  content: ""; }

.icon-registrieren-after:after {
  content: ""; }

.icon-send:before {
  content: ""; }

.icon-send-after:after {
  content: ""; }

.icon-stift:before {
  content: ""; }

.icon-stift-after:after {
  content: ""; }

.icon-exclamation-circle:before {
  content: ""; }

.icon-exclamation-circle-after:after {
  content: ""; }

html {
  font-family: VilleroyAndBoch, Times, serif;
  text-rendering: optimizeLegibility;
  overflow-y: scroll; }
  html.mobile-nav-open {
    height: 100%;
    max-height: 100%;
    overflow-y: hidden; }
    html.mobile-nav-open body {
      height: 100%;
      max-height: 100%;
      overflow-y: hidden; }

@media screen and (max-width: 1024px) {
  body {
    margin-top: 76px; } }

a {
  color: #43474a; }
  a:hover {
    color: #5991dc; }

.loader-circle,
.loader-circle::after {
  border-radius: 50%;
  width: 35px;
  height: 35px; }

.loader-circle {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid #5991dc;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loader-circle 0.8s infinite linear;
          animation: loader-circle 0.8s infinite linear; }

@-webkit-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes navigation_flyout {
  0% {
    top: -80px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes navigation_flyout {
  0% {
    top: -80px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-webkit-keyframes container_show_hide {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes container_show_hide {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes desktop_search_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes desktop_search_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes arrow_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
@keyframes arrow_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
@-webkit-keyframes mobile_nav_fade {
  0% {
    top: -76px; }
  100% {
    top: 0; } }
@keyframes mobile_nav_fade {
  0% {
    top: -76px; }
  100% {
    top: 0; } }
.header {
  max-width: 1170px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 100; }
      .header.nav-show {
        -webkit-animation-name: mobile_nav_fade;
                animation-name: mobile_nav_fade;
        -webkit-animation-duration: 250ms;
                animation-duration: 250ms;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .header.nav-hide {
        -webkit-animation-name: mobile_nav_fade;
                animation-name: mobile_nav_fade;
        -webkit-animation-duration: 250ms;
                animation-duration: 250ms;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-direction: reverse;
                animation-direction: reverse; } }
  .header .row-header::after {
    content: "";
    display: table; }
  .header .row-header::after {
    clear: both; }
  .header .row-header {
    zoom: 1; }
  .header nav ul,
  .header nav ol {
    list-style: none; }
  .header a {
    text-decoration: none;
    border-bottom: none; }
  .header * {
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
  .header-nav ul, .header-nav li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .header-nav.topnav, .header-nav.externalnav {
    position: absolute; }
    .header-nav.topnav ul li, .header-nav.externalnav ul li {
      display: inline-block;
      padding: 13px 22px 12px 22px;
      font-size: 15px;
      color: #43474a;
      font-family: VilleroyAndBoch, Times, serif;
      font-style: italic;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent; }
      .header-nav.topnav ul li a, .header-nav.externalnav ul li a {
        color: #43474a;
        line-height: 20px; }
      .header-nav.topnav ul li:hover a, .header-nav.externalnav ul li:hover a {
        color: #5991dc; }
      .header-nav.topnav ul li.active, .header-nav.externalnav ul li.active {
        background: #ffffff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc; }
        .header-nav.topnav ul li.active a, .header-nav.externalnav ul li.active a {
          color: #5991dc; }
  .header-nav.topnav {
    top: 0;
    left: 140px;
    margin-left: 14px;
    z-index: 24; }
  .header-nav.externalnav {
    top: 0;
    right: 0; }
    .header-nav.externalnav ul li {
      padding: 13px 0 11px 25px; }
      .header-nav.externalnav ul li a > * {
        vertical-align: top; }
      .header-nav.externalnav ul li a i {
        margin-right: 5px;
        line-height: 1.3; }
  .header .bignav--logo {
    position: absolute;
    top: 44px;
    left: 0;
    display: block;
    width: 140px;
    height: 80px;
    z-index: 24;
    background: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/vb_logo_white.svg") no-repeat center center #0a3886;
    background-size: 80% auto; }
    @media screen and (max-width: 1024px) {
      .header .bignav--logo {
        top: 0;
        width: 120px;
        height: 76px; } }
    @media screen and (max-width: 480px) {
      .header .bignav--logo.is-open-search {
        display: none; } }
  .header .header-nav-wrap {
    padding: 44px 0 0 140px;
    margin-bottom: 10px;
    box-shadow: 0 30px 20px -40px rgba(0, 0, 0, 0.85); }
    @media screen and (max-width: 1024px) {
      .header .header-nav-wrap {
        display: none; } }
    .header .header-nav-wrap .bignav {
      position: relative;
      z-index: 23;
      border: 1px solid #ccc; }
      .header .header-nav-wrap .bignav-nav {
        background: #ffffff;
        height: 78px;
        width: auto;
        padding-left: 0;
        line-height: 78px; }
        .header .header-nav-wrap .bignav-nav--topics {
          padding-left: 36px; }
          .header .header-nav-wrap .bignav-nav--topics li {
            text-transform: uppercase;
            display: inline-block;
            font-size: 18px;
            margin-right: 36px;
            color: #43474a;
            font-family: VilleroyAndBoch, Times, serif; }
            .header .header-nav-wrap .bignav-nav--topics li a {
              color: #43474a; }
              .header .header-nav-wrap .bignav-nav--topics li a.active {
                color: #5991dc; }
            .header .header-nav-wrap .bignav-nav--topics li:last-child {
              margin-right: 0; }
        .header .header-nav-wrap .bignav-nav--topics.inuse li:hover a, .header .header-nav-wrap .bignav-nav--topics.inuse li.active a {
          color: #5991dc; }
    .header .header-nav-wrap .subnav {
      position: relative;
      z-index: 22;
      font-family: Roboto, Arial, sans-serif; }
  .header .bignav-nav--service {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    height: 44px; }
    .header .bignav-nav--service .service-nav-tile {
      display: block;
      height: 44px;
      width: 80px;
      position: relative;
      float: left;
      cursor: pointer; }
      .header .bignav-nav--service .service-nav-tile > a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
      .header .bignav-nav--service .service-nav-tile:first-child::after {
        content: "";
        display: block;
        height: 44px;
        width: 1px;
        background: #ccc;
        position: absolute;
        right: 0;
        top: 0; }
      .header .bignav-nav--service .service-nav-tile i {
        display: block;
        height: 22px;
        width: 14px;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -7px;
        font-size: 21px;
        color: #43474a; }
        .header .bignav-nav--service .service-nav-tile i.icon-spot {
          left: 0;
          float: left;
          margin-right: 10px; }
          @media screen and (max-width: 1100px) {
            .header .bignav-nav--service .service-nav-tile i.icon-spot {
              left: 50%;
              float: none;
              margin-right: 0; } }
      .header .bignav-nav--service .service-nav-tile:hover {
        color: #5991dc; }
        .header .bignav-nav--service .service-nav-tile:hover i {
          color: #5991dc; }
      .header .bignav-nav--service .service-nav-tile.service-nav-tile-spot {
        width: 105px;
        line-height: 45px;
        font-family: VilleroyAndBoch, Times, serif;
        font-size: 15px;
        font-style: italic; }
        @media screen and (max-width: 1100px) {
          .header .bignav-nav--service .service-nav-tile.service-nav-tile-spot {
            width: 90px; } }
        .header .bignav-nav--service .service-nav-tile.service-nav-tile-spot span {
          white-space: nowrap; }
          @media screen and (max-width: 1100px) {
            .header .bignav-nav--service .service-nav-tile.service-nav-tile-spot span {
              display: none; } }
  .header .subnav-tile {
    width: 100%;
    position: absolute;
    min-height: 100px;
    height: auto;
    background: #ffffff;
    display: none;
    top: -80px;
    opacity: 0;
    padding: 30px 30px 0 30px;
    border: 1px solid #ccc;
    border-top: none; }
    .header .subnav-tile.animate-show {
      -webkit-animation-name: navigation_flyout;
              animation-name: navigation_flyout;
      -webkit-animation-duration: 600ms;
              animation-duration: 600ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header .subnav-tile.animate-hide {
      -webkit-animation-name: navigation_flyout;
              animation-name: navigation_flyout;
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }
    .header .subnav-tile.min-height {
      min-height: 300px; }
    .header .subnav-tile .sub-menu-row {
      display: inline-block;
      width: 100%; }
      .header .subnav-tile .sub-menu-row .sub-menu-column {
        float: left;
        font-size: 13px;
        font-weight: 500;
        height: auto;
        margin-bottom: 0;
        width: 23%;
        position: relative; }
        .header .subnav-tile .sub-menu-row .sub-menu-column ul {
          margin-bottom: 30px; }
    .header .subnav-tile .sub-sub-menu-column .subnav-tile-cat {
      margin-bottom: 0; }
    .header .subnav-tile ul {
      margin-bottom: 0;
      display: block; }
      .header .subnav-tile ul li {
        font-size: 14px;
        line-height: 15px;
        display: block;
        color: #43474a;
        margin-bottom: 14px; }
        .header .subnav-tile ul li.nav-lvl-3-more {
          margin-top: 25px; }
          .header .subnav-tile ul li.nav-lvl-3-more a {
            color: #43474a;
            font-family: Roboto, Arial, sans-serif;
            font-weight: 500;
            display: inline-block; }
        .header .subnav-tile ul li a {
          color: #43474a;
          font-family: Roboto, Arial, sans-serif;
          font-weight: 300;
          display: block; }
          .header .subnav-tile ul li a.subnav-tile-cat {
            font-weight: 500;
            margin-bottom: 20px;
            font-family: Roboto, Arial, sans-serif; }
          .header .subnav-tile ul li a:hover, .header .subnav-tile ul li a.active {
            color: #5991dc; }
  .header .menuteaser-big {
    background: #1c347d;
    width: 100%;
    max-height: 240px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    overflow: hidden; }
    .header .menuteaser-big-img {
      position: relative;
      line-height: 0; }
      .header .menuteaser-big-img img {
        max-width: 100%;
        height: auto;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .header .menuteaser-big:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .header .menuteaser-big .bg-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(5, 36, 75, 0.75);
      display: block;
      top: 0;
      left: 0;
      z-index: 22; }
    .header .menuteaser-big a {
      color: #ffffff;
      cursor: pointer;
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      .header .menuteaser-big a:hover .menuteaser-big--button {
        color: #ffffff;
        border-color: #a5784f;
        background: #a5784f; }
    .header .menuteaser-big-inner {
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 23;
      width: 100%; }
    .header .menuteaser-big--topic {
      color: #a5784f;
      font-size: 11px;
      text-transform: uppercase; }
    .header .menuteaser-big--headline {
      font-family: VilleroyAndBoch, Times, serif;
      font-size: 22px;
      line-height: 24px;
      margin: 10px auto;
      color: #ffffff; }
    .header .menuteaser-big--divider {
      width: 45px;
      height: 2px;
      background: #a5784f;
      display: block;
      margin: 17px auto 27px; }
    .header .menuteaser-big--button {
      display: inline;
      color: #ffffff;
      border: 1px solid #ffffff;
      padding: 10px 24px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .header .menuteaser-big--button:hover {
        border-color: #a5784f;
        background-color: #a5784f; }
  .header .subnav-meta {
    background: #ffffff;
    padding: 30px 35px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: none; }
    .header .subnav-meta.animate-show {
      -webkit-animation-name: navigation_flyout;
              animation-name: navigation_flyout;
      -webkit-animation-duration: 600ms;
              animation-duration: 600ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header .subnav-meta.animate-hide {
      -webkit-animation-name: navigation_flyout;
              animation-name: navigation_flyout;
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }
    .header .subnav-meta span, .header .subnav-meta li {
      font-size: 14px; }
    .header .subnav-meta span {
      font-weight: 500; }
    .header .subnav-meta ul li {
      font-weight: 300;
      margin-top: 14px;
      line-height: 15px; }
      .header .subnav-meta ul li a {
        color: #43474a; }
      .header .subnav-meta ul li:hover a {
        color: #5991dc; }
  .header .subnav-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 78px;
    background: #ffffff;
    z-index: 10;
    display: none; }
    .header .subnav-search form {
      width: 90%;
      max-width: 500px;
      display: block;
      margin: 0 auto;
      position: relative;
      opacity: 0; }
      .header .subnav-search form [type="search"] {
        width: 100%;
        box-shadow: none;
        border: 0;
        border-bottom: solid 1px #1c347d;
        background-color: transparent;
        outline: none;
        text-align: left;
        margin: 0;
        line-height: 20px;
        font-size: 18px;
        padding: 0 0 5px 0;
        font-family: VilleroyAndBoch, Times, serif;
        border-radius: 0;
        -webkit-appearance: none; }
        .header .subnav-search form [type="search"]::-ms-clear {
          display: none; }
      .header .subnav-search form [type="submit"] {
        width: 20px;
        height: 20px;
        box-shadow: none;
        border: 0;
        outline: 0;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-13px);
                transform: translateY(-13px);
        background: none;
        border-radius: 0;
        -webkit-appearance: none; }
        .header .subnav-search form [type="submit"] i {
          display: block;
          width: 20px;
          font-size: 18px;
          line-height: 20px;
          text-align: center; }
    .header .subnav-search .subnav-search-close {
      position: absolute;
      top: 17px;
      right: 0;
      border-left: 1px solid #ccc; }
      .header .subnav-search .subnav-search-close i {
        display: block;
        font-size: 21px;
        cursor: pointer;
        width: 80px;
        height: 44px;
        line-height: 44px;
        text-align: center; }
        .header .subnav-search .subnav-search-close i:hover {
          color: #5991dc; }
  .header .bignav-nav.search-show .subnav-search {
    -webkit-animation-name: container_show_hide;
            animation-name: container_show_hide;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    .header .bignav-nav.search-show .subnav-search form {
      -webkit-animation-name: desktop_search_animation;
              animation-name: desktop_search_animation;
      -webkit-animation-duration: 600ms;
              animation-duration: 600ms;
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .header .bignav-nav.search-hide .subnav-search {
    -webkit-animation-name: container_show_hide;
            animation-name: container_show_hide;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
            animation-direction: reverse; }
  .header .mobile-nav {
    display: none;
    position: relative;
    top: 0; }
    @media screen and (max-width: 1024px) {
      .header .mobile-nav {
        display: block; } }
    .header .mobile-nav-topbar {
      width: 100%;
      background: #ffffff;
      top: 0;
      height: 76px;
      z-index: 23;
      position: relative; }
    .header .mobile-nav-navbar {
      padding-left: 120px;
      overflow-y: scroll;
      display: none; }
      @media screen and (max-width: 600px) {
        .header .mobile-nav-navbar {
          padding-left: 0; } }
      .header .mobile-nav-navbar .mobile-nav-navbar-first-bar {
        background: #ffffff; }
        .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat {
          padding-left: 0;
          position: relative;
          text-transform: uppercase; }
          .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat::before {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            height: 1px;
            background: #f5f5f5;
            content: "";
            display: block; }
          .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name {
            display: block;
            position: relative;
            line-height: 50px;
            font-size: 18px;
            width: 100%;
            font-family: VilleroyAndBoch, Times, serif;
            color: #43474a; }
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name.small {
              font-family: Roboto, Arial, sans-serif;
              text-transform: initial;
              font-size: 14px; }
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name.before-icon {
              padding-left: 50px; }
              @media screen and (max-width: 480px) {
                .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name.before-icon {
                  padding-left: 40px; } }
              .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name.before-icon .before-icon {
                display: inline-block;
                font-size: 18px;
                margin-right: 10px;
                width: 20px;
                text-align: center; }
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name.active {
              color: #5991dc; }
              .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name.active > a {
                color: #5991dc; }
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name > a,
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name > span {
              display: block;
              padding-left: 30px; }
              @media screen and (max-width: 480px) {
                .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name > a,
                .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name > span {
                  padding-left: 20px; } }
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name .big-arrow-acc {
              display: none; }
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .cat-name.sub .big-arrow-acc {
              display: block; }
          .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .big-arrow-acc {
            display: block;
            width: 100px;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            text-align: center;
            border-left: 1px solid #f5f5f5; }
            @media screen and (max-width: 480px) {
              .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .big-arrow-acc {
                width: 70px; } }
            .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .big-arrow-acc i {
              display: inline-block;
              width: 12px;
              font-size: 20px;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
              .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .big-arrow-acc i.animate-rotate-360 {
                -webkit-animation-name: arrow_rotate;
                        animation-name: arrow_rotate;
                -webkit-animation-duration: 300ms;
                        animation-duration: 300ms;
                -webkit-animation-fill-mode: forwards;
                        animation-fill-mode: forwards; }
              .header .mobile-nav-navbar .mobile-nav-navbar-first-bar .mobile-nav-navbar-first-bar-cat .big-arrow-acc i.animate-rotate-180 {
                -webkit-animation-name: arrow_rotate;
                        animation-name: arrow_rotate;
                -webkit-animation-duration: 300ms;
                        animation-duration: 300ms;
                -webkit-animation-fill-mode: forwards;
                        animation-fill-mode: forwards;
                -webkit-animation-direction: reverse;
                        animation-direction: reverse; }
      .header .mobile-nav-navbar .navbar-list li, .header .mobile-nav-navbar .navbar-list span {
        text-transform: initial;
        font-size: 14px;
        line-height: 15px; }
      .header .mobile-nav-navbar .navbar-list li a {
        padding: 10px 0 10px 50px;
        text-decoration: none;
        display: block; }
        @media screen and (max-width: 480px) {
          .header .mobile-nav-navbar .navbar-list li a {
            padding: 10px 0 10px 40px; } }
        .header .mobile-nav-navbar .navbar-list li a.active {
          color: #5991dc; }
      .header .mobile-nav-navbar .navbar-list li.nav-lvl-3-more {
        margin-top: 15px; }
        .header .mobile-nav-navbar .navbar-list li.nav-lvl-3-more a {
          color: #43474a;
          font-family: Roboto, Arial, sans-serif;
          display: inline-block;
          font-weight: 500; }
      .header .mobile-nav-navbar .mobile-nav-navbar-second-bar {
        font-family: Roboto, Arial, sans-serif;
        overflow: hidden;
        display: none;
        background: #f5f5f5;
        position: relative; }
        .header .mobile-nav-navbar .mobile-nav-navbar-second-bar::before {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          height: 1px;
          background: #ffffff;
          content: "";
          display: block; }
        .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic {
          font-weight: 500;
          font-size: 14px;
          display: block;
          position: relative; }
          .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic.active {
            color: #5991dc; }
            .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic.active > a {
              color: #5991dc; }
          .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic > a {
            display: block;
            padding: 25px 0 20px 50px; }
            @media screen and (max-width: 480px) {
              .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic > a {
                padding: 25px 0 20px 40px; } }
          .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic .big-arrow-acc {
            display: none;
            border-left: 1px solid #ffffff; }
            .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic .big-arrow-acc i {
              height: 65px;
              line-height: 65px; }
          .header .mobile-nav-navbar .mobile-nav-navbar-second-bar .second-bar-topic.sub .big-arrow-acc {
            display: block; }
        .header .mobile-nav-navbar .mobile-nav-navbar-second-bar ul {
          display: none;
          overflow: hidden;
          padding-bottom: 20px; }
    .header .mobile-nav .mobile-nav-searchicon {
      width: 100px;
      height: 50px;
      position: absolute;
      right: 101px;
      top: 50%;
      margin-top: -25px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .header .mobile-nav .mobile-nav-searchicon {
          width: 70px;
          right: 71px; } }
      .header .mobile-nav .mobile-nav-searchicon i {
        font-size: 25px;
        line-height: 50px;
        color: #1c347d; }
    .header .mobile-nav-searchbar {
      display: none;
      width: 100%;
      height: 76px;
      padding: 0 101px 0 120px;
      background: #ffffff;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 480px) {
        .header .mobile-nav-searchbar {
          padding: 0 71px 0 0; } }
      .header .mobile-nav-searchbar.is-open {
        display: block; }
      .header .mobile-nav-searchbar * {
        box-sizing: border-box; }
      .header .mobile-nav-searchbar form {
        position: relative;
        width: 100%;
        height: 76px; }
      .header .mobile-nav-searchbar .search-input {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        padding: 0 10%; }
        .header .mobile-nav-searchbar .search-input span {
          display: inline-block;
          width: 100%;
          padding-left: 35px; }
      .header .mobile-nav-searchbar [type="search"] {
        width: 100%;
        box-shadow: none;
        border: 0;
        border-bottom: solid 1px #1c347d;
        background-color: transparent;
        outline: none;
        text-align: left;
        line-height: 25px;
        font-size: 18px;
        margin: 0;
        padding: 0 0 4px 0;
        font-family: VilleroyAndBoch, Times, serif;
        border-radius: 0;
        -webkit-appearance: none; }
      .header .mobile-nav-searchbar [type="submit"] {
        width: 25px;
        height: 30px;
        box-shadow: none;
        border: 0;
        outline: 0;
        display: block;
        position: absolute;
        left: 10%;
        top: 1px;
        background: none;
        border-radius: 0;
        -webkit-appearance: none; }
        .header .mobile-nav-searchbar [type="submit"]::before {
          content: '\f002';
          font-family: evb-icon;
          font-size: 25px;
          line-height: 30px;
          color: #1c347d; }
    .header .mobile-nav-closesearch {
      width: 100px;
      height: 50px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -25px;
      border-left: 1px solid #f5f5f5;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .header .mobile-nav-closesearch {
          width: 70px; } }
      .header .mobile-nav-closesearch i {
        font-size: 25px;
        line-height: 50px;
        color: #1c347d; }
    .header .mobile-nav .mobile-nav-menuicon {
      width: 100px;
      height: 50px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -25px;
      border-left: 1px solid #f5f5f5;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media screen and (max-width: 480px) {
        .header .mobile-nav .mobile-nav-menuicon {
          width: 70px; } }
      .header .mobile-nav .mobile-nav-menuicon .header-nav-burger {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -12px;
        margin-left: -12px; }
      .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line {
        width: 24px;
        height: 2px;
        border-radius: 1px;
        margin: 5px 0 5px -12px;
        background-color: #1c347d;
        position: absolute;
        left: 50%; }
        .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.top {
          top: 0; }
@-webkit-keyframes burgerlinetopanimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 0; }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 6px; } }
@keyframes burgerlinetopanimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 0; }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 6px; } }
          .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.top.animate-rotate-0 {
            -webkit-animation-name: burgerlinetopanimation;
                    animation-name: burgerlinetopanimation;
            -webkit-animation-duration: 300ms;
                    animation-duration: 300ms;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; }
          .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.top.animate-rotate-135 {
            -webkit-animation-name: burgerlinetopanimation;
                    animation-name: burgerlinetopanimation;
            -webkit-animation-duration: 300ms;
                    animation-duration: 300ms;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
            -webkit-animation-direction: reverse;
                    animation-direction: reverse; }
        .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.middle {
          top: 6px; }
@-webkit-keyframes burgerlinemiddleanimation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes burgerlinemiddleanimation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
          .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.middle.animate-opacity-0 {
            -webkit-animation-name: burgerlinemiddleanimation;
                    animation-name: burgerlinemiddleanimation;
            -webkit-animation-duration: 300ms;
                    animation-duration: 300ms;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; }
          .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.middle.animate-opacity-1 {
            -webkit-animation-name: burgerlinemiddleanimation;
                    animation-name: burgerlinemiddleanimation;
            -webkit-animation-duration: 300ms;
                    animation-duration: 300ms;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
            -webkit-animation-direction: reverse;
                    animation-direction: reverse; }
        .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.bottom {
          top: 12px; }
@-webkit-keyframes burgerlinebottomanimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 12px; }
  100% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 6px; } }
@keyframes burgerlinebottomanimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 12px; }
  100% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 6px; } }
          .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.bottom.animate-rotate-0 {
            -webkit-animation-name: burgerlinebottomanimation;
                    animation-name: burgerlinebottomanimation;
            -webkit-animation-duration: 300ms;
                    animation-duration: 300ms;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; }
          .header .mobile-nav .mobile-nav-menuicon .header-nav--icon-line.bottom.animate-rotate--135 {
            -webkit-animation-name: burgerlinebottomanimation;
                    animation-name: burgerlinebottomanimation;
            -webkit-animation-duration: 300ms;
                    animation-duration: 300ms;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
            -webkit-animation-direction: reverse;
                    animation-direction: reverse; }

.breadcrumb {
  z-index: 21;
  margin-bottom: 10px; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .breadcrumb li {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    color: #808588; }
    .breadcrumb li::before {
      font-family: evb-icon;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 8px; }
    .breadcrumb li.first {
      margin-left: 0; }
      .breadcrumb li.first::before {
        display: none; }
  .breadcrumb a {
    color: #808588; }
    .breadcrumb a:hover {
      color: #5991dc; }

.template-teasercolumn {
  padding: 30px;
  background-color: #f0f0f0;
  text-align: center; }
  .template-teasercolumn > .mmfsc-module {
    width: 210px;
    margin-bottom: 30px; }
    .template-teasercolumn > .mmfsc-module:last-child {
      margin-bottom: 0; }

@media (min-width: 1200px) {
  .template-teasercolumn {
    position: relative;
    top: -50px; } }
.global-footer {
  margin-top: 45px;
  background: #f5f5f5; }
  .global-footer * {
    box-sizing: border-box; }
  .global-footer-image {
    width: 95px;
    margin: 0 auto; }
    .global-footer-image svg {
      display: block;
      width: 95px;
      height: 95px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .global-footer-services {
    background: #fff;
    padding: 0 20px 40px;
    margin: 0 24px; }
    .global-footer-services-headline {
      font-family: VilleroyAndBoch, Times, serif;
      font-size: 21px;
      line-height: 27px;
      margin-bottom: 10px; }
    .global-footer-services-text {
      font-family: Roboto, Arial, sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 21px;
      margin-bottom: 10px; }
    .global-footer-services-newsletter {
      position: relative;
      margin-bottom: 30px; }
      .global-footer-services-newsletter-form [name="email_1"] {
        border: none;
        height: 0; }
      .global-footer-services-newsletter-form-response {
        margin-bottom: 10px;
        font-size: 16px;
        max-height: 0;
        overflow: hidden; }
        .global-footer-services-newsletter-form-response.show {
          -webkit-animation: global-footer-services-newsletter-form-response-show 0.4s ease-in-out forwards;
                  animation: global-footer-services-newsletter-form-response-show 0.4s ease-in-out forwards; }
        .global-footer-services-newsletter-form-response.hide {
          -webkit-animation: global-footer-services-newsletter-form-response-hide 0.2s ease-in-out forwards;
                  animation: global-footer-services-newsletter-form-response-hide 0.2s ease-in-out forwards; }
        .global-footer-services-newsletter-form-response .newsletter-subscribe-message {
          display: none; }
        .global-footer-services-newsletter-form-response i {
          font-size: 27px;
          vertical-align: middle; }
        .global-footer-services-newsletter-form-response span {
          vertical-align: middle; }
        .global-footer-services-newsletter-form-response [data-subscribe="ok"] i {
          color: #2ecc40; }
        .global-footer-services-newsletter-form-response [data-subscribe="invalid"] i {
          color: #ff851b; }
        .global-footer-services-newsletter-form-response [data-subscribe="error"] i {
          color: #ff4136; }
      .global-footer-services-newsletter-form .loader-circle-wrap {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        background: rgba(255, 255, 255, 0.75); }
        .global-footer-services-newsletter-form .loader-circle-wrap.show {
          display: -webkit-box;
          display: flex; }
      .global-footer-services-newsletter-input-wrap {
        display: -webkit-box;
        display: flex;
        margin-bottom: 10px; }
      .global-footer-services-newsletter-input-email {
        -webkit-box-flex: 2;
                flex-grow: 2;
        padding: 10px 12px;
        border: 1px solid #ccc;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        background: #fff; }
        .global-footer-services-newsletter-input-email.invalid {
          border-color: #ff851b; }
      .global-footer-services-newsletter-submit {
        padding: 10px 12px;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        background: #43474A;
        border: 1px solid #43474A; }
      .global-footer-services-newsletter-gp {
        color: #adadad;
        font-family: Roboto, Arial, sans-serif;
        font-size: 12px;
        font-weight: 300;
        line-height: 14px; }
        .global-footer-services-newsletter-gp a {
          border: none;
          text-decoration: underline; }
    .global-footer-services-dealer-locator {
      margin-bottom: 60px; }
      .global-footer-services-dealer-locator-cta {
        display: inline-block;
        padding: 10px 27px;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        background: #43474A;
        border: none;
        text-decoration: none; }
    .global-footer-services-social-share {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      width: 140px;
      margin: 0 auto; }
      .global-footer-services-social-share a {
        display: block;
        border: none;
        text-decoration: none; }
        .global-footer-services-social-share a i {
          font-size: 18px;
          color: #000; }
  .global-footer-sitemap {
    margin: 20px 24px; }
    .global-footer-sitemap-block {
      padding: 10px 0;
      border-bottom: 1px solid #ccc; }
      .global-footer-sitemap-block:last-child {
        border: none; }
      .global-footer-sitemap-block.show .global-footer-sitemap-block-content {
        -webkit-animation: global-footer-sitemap-block-show 0.6s ease-in-out forwards;
                animation: global-footer-sitemap-block-show 0.6s ease-in-out forwards; }
      .global-footer-sitemap-block.show .global-footer-sitemap-block-minus {
        display: block; }
      .global-footer-sitemap-block.show .global-footer-sitemap-block-plus {
        display: none; }
      .global-footer-sitemap-block.hide .global-footer-sitemap-block-content {
        -webkit-animation: global-footer-sitemap-block-hide 0.3s ease-in-out forwards;
                animation: global-footer-sitemap-block-hide 0.3s ease-in-out forwards; }
      .global-footer-sitemap-block a {
        border: none;
        text-decoration: none; }
      .global-footer-sitemap-block-headline {
        position: relative;
        font-family: VilleroyAndBoch, Times, serif;
        font-size: 21px;
        line-height: 27px; }
        .global-footer-sitemap-block-headline a {
          display: block;
          width: calc(100% - 35px);
          text-decoration: none; }
      .global-footer-sitemap-block-content {
        max-height: 0;
        overflow: hidden; }
      .global-footer-sitemap-block-item {
        margin-bottom: 6px;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px; }
        .global-footer-sitemap-block-item:first-child {
          padding: 15px 0 0; }
      .global-footer-sitemap-block-minus, .global-footer-sitemap-block-plus {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 35px;
        height: 35px;
        padding: 5px;
        cursor: pointer; }
        .global-footer-sitemap-block-minus svg, .global-footer-sitemap-block-plus svg {
          width: 25px;
          height: 25px; }
      .global-footer-sitemap-block-minus {
        display: none; }
  .global-footer-meta {
    background: #023E84;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px; }
    .global-footer-meta a {
      color: #fff;
      border: none;
      text-decoration: none; }
      .global-footer-meta a:hover {
        border: none;
        text-decoration: none; }
    .global-footer-meta-language-selection {
      padding: 10px;
      text-align: center; }
      .global-footer-meta-language-selection-flag {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        line-height: 0; }
        .global-footer-meta-language-selection-flag svg {
          width: 25px;
          height: 16px; }
      .global-footer-meta-language-selection-label {
        display: inline-block;
        vertical-align: middle; }
    .global-footer-meta-nav {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 10px; }
      .global-footer-meta-nav:before, .global-footer-meta-nav:after {
        content: '';
        display: block; }

@media (min-width: 768px) {
  .global-footer-services {
    max-width: 66%;
    margin: 0 auto; }
  .global-footer-sitemap {
    max-width: 66%;
    margin: 24px auto; }
  .global-footer-meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 24px; }
    .global-footer-meta-nav {
      -webkit-box-pack: normal;
              justify-content: normal; }
      .global-footer-meta-nav:before, .global-footer-meta-nav:after {
        display: none; }
      .global-footer-meta-nav-item {
        margin: 0 24px; }
        .global-footer-meta-nav-item:last-child {
          margin: 0 0 0 24px; } }
@media (min-width: 1024px) {
  .global-footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .global-footer-image {
      margin: 0 0 0 calc(100% - 95px); }
    .global-footer-services {
      width: calc(41% - 48px);
      max-width: none;
      padding: 0 20px 20px;
      margin: 0 24px;
      -webkit-box-ordinal-group: 3;
              order: 2; }
      .global-footer-services-social-share {
        margin: 0 0 0 calc(100% - 140px); }
    .global-footer-sitemap {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      width: calc(59% - 24px);
      max-width: none;
      margin: 72px 0 24px 24px;
      -webkit-box-ordinal-group: 2;
              order: 1; }
      .global-footer-sitemap-block {
        width: 33.3333%;
        padding: 0 12px;
        border: none; }
        .global-footer-sitemap-block:nth-child(3n + 1) {
          padding-left: 0; }
        .global-footer-sitemap-block:nth-child(3n + 3) {
          padding-right: 0; }
        .global-footer-sitemap-block-headline {
          font-size: 17px;
          line-height: 22px; }
          .global-footer-sitemap-block-headline a {
            width: auto; }
        .global-footer-sitemap-block-content {
          max-height: none; }
        .global-footer-sitemap-block-item {
          margin-bottom: 3px; }
        .global-footer-sitemap-block-minus, .global-footer-sitemap-block-plus {
          display: none; }
    .global-footer-meta {
      width: 100%;
      -webkit-box-ordinal-group: 4;
              order: 3; } }
@media (min-width: 1280px) {
  .global-footer {
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 90px; }
    .global-footer-image {
      width: 125px;
      margin: 0 0 0 calc(100% - 125px); }
      .global-footer-image svg {
        width: 125px;
        height: 125px; }
    .global-footer-services {
      max-width: 470px;
      padding: 0 30px 30px; }
      .global-footer-services-newsletter {
        margin-top: -30px; }
        .global-footer-services-newsletter-submit {
          padding: 10px 36px; }
    .global-footer-sitemap {
      max-width: 676px; }
    .global-footer-meta {
      -webkit-box-pack: center;
              justify-content: center;
      padding: 0; }
      .global-footer-meta-language-selection {
        width: 585px;
        padding: 10px 0;
        text-align: left; }
      .global-footer-meta-nav {
        -webkit-box-pack: end;
                justify-content: flex-end;
        width: 585px;
        padding: 10px 0; }
        .global-footer-meta-nav-item:last-child {
          margin: 0 24px; } }
@-webkit-keyframes global-footer-services-newsletter-form-response-show {
  0% {
    max-height: 0; }
  100% {
    max-height: 50px; } }
@keyframes global-footer-services-newsletter-form-response-show {
  0% {
    max-height: 0; }
  100% {
    max-height: 50px; } }
@-webkit-keyframes global-footer-services-newsletter-form-response-hide {
  0% {
    max-height: 50px; }
  100% {
    max-height: 0; } }
@keyframes global-footer-services-newsletter-form-response-hide {
  0% {
    max-height: 50px; }
  100% {
    max-height: 0; } }
@-webkit-keyframes global-footer-sitemap-block-show {
  0% {
    max-height: 0; }
  100% {
    max-height: 300px; } }
@keyframes global-footer-sitemap-block-show {
  0% {
    max-height: 0; }
  100% {
    max-height: 300px; } }
@-webkit-keyframes global-footer-sitemap-block-hide {
  0% {
    max-height: 300px; }
  100% {
    max-height: 0; } }
@keyframes global-footer-sitemap-block-hide {
  0% {
    max-height: 300px; }
  100% {
    max-height: 0; } }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::before, .modal-header::after {
    content: " ";
    display: table; }
  .modal-header::after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table; }
  .modal-footer::after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 768px) {
  .modal-lg {
    width: 900px; } }
.modal-dialog {
  max-width: 95%; }

.modal-content {
  border: none;
  border-radius: 0; }

.modal-header {
  border: none;
  text-align: right;
  padding: 15px 30px 0; }
  .modal-header > [data-dismiss="modal"] {
    color: #0a3886;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0 0 0 15px; }
    .modal-header > [data-dismiss="modal"]:hover {
      color: #5991dc; }

.modal-body.container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box; }

.modal-footer {
  padding: 15px 30px;
  font-family: Roboto, Arial, sans-serif; }
  .modal-footer [data-dismiss="modal"] {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #0a3886;
    cursor: pointer; }
    .modal-footer [data-dismiss="modal"]:hover {
      color: #5991dc; }
      .modal-footer [data-dismiss="modal"]:hover::before {
        width: 100%; }
    .modal-footer [data-dismiss="modal"]::before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #5991dc;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }


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

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

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

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

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

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


#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png"); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top; }

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../../../typo3conf/ext/vb_sites_evb/Resources/Public/Subpages/Whirlpool/Frontend/Styles/blank.gif');
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
   }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001; }

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox-x.png"); }

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png");
  background-position: -40px -162px; }

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox-y.png");
  background-position: -20px 0px; }

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png");
  background-position: -40px -182px; }

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox-x.png");
  background-position: 0px -20px; }

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png");
  background-position: -40px -142px; }

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox-y.png"); }

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png");
  background-position: -40px -122px; }

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #444;
  background: #fff;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff; }

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancy_title_over.png");
  display: block; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png") -40px -90px no-repeat; }

#fancybox-title-float-main {
  color: #fff;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox-x.png") 0px -40px; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("/typo3conf/ext/vb_sites_evb/Resources/Public/Frontend/Images/Fancybox/fancybox.png") -55px -90px no-repeat; }

.svg {
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  max-width: 25px;
  width: 25px; }

.svg--small {
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  max-width: 18px;
  margin-right: 5px; }

.svg--tiny {
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  max-width: 14px;
  margin-right: 5px; }

.svg--inline {
  min-height: 0;
  position: relative;
  top: 8px;
  margin-right: 5px; }

.svg--service {
  height: 45px;
  width: 45px;
  max-height: 45px;
  max-width: 45px; }

.svg--play {
  position: absolute;
  z-index: 5;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  min-height: 50%;
  max-height: 50%;
  min-width: 50%;
  max-width: 50%; }

.svg--special {
  height: 70px;
  width: 70px;
  max-height: 70px;
  max-width: 70px;
  fill: #e2ebf0;
  background-color: #a5784f;
  border-radius: 50%;
  border-color: transparent; }

.svg--grey {
  fill: #43474a; }

.svg--grey--light {
  fill: #cdcdcd; }

.svg--gold {
  fill: #a5784f; }

.svg--white {
  fill: #ffffff; }

.svg--blue {
  fill: #023e84; }

.svg--blue--rollover {
  fill: #5991dc; }

.svg--green {
  fill: #a7ab57; }

.svg--half {
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

.epoq-noresult-content {
  display: none; }