@charset "UTF-8";
@font-face {
  font-family: 'spar-regular';
  src: url("fonts/sparrg-webfont.eot");
  src: url("fonts/sparrg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sparrg-webfont.woff") format("woff"), url("fonts/SparRg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'spar-light';
  src: url("fonts/sparlt-webfont.eot");
  src: url("fonts/sparlt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sparlt-webfont.woff") format("woff"), url("fonts/SparLt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media all {
  /**
  * (en) Debugging:When you see a green background, IE is getting this stylesheet
  * (de) Fehlersuche:Hintergrund leuchtet grün, wenn das Stylesheet korrekt geladen wurde
  *
  * @debug
  * @app-yaml-default disabled
  */
  /* body { background:#0f0; background-image:none; }	 */
  /**
  * Correct inline positioning for unknown HTML5 elements in IE 6 & 7
  *
  * @workaround
  * @affected  IE6, IE7
  * @css-for   IE6, IE7
  * @valid     no
  */
  /*------------------------------------------------------------------------------------------------------*/
  /**
  * (en) No need to force scrollbars in older IE's - it even makes problems in IE6 when set
  * (de) Scrollbar-Fix wird in alten IE's nicht benötigt, zudem verursacht der Fix Probleme im IE6
  *
  * @workaround
  * @affected  IE6, IE7
  * @css-for   IE6, IE7
  * @valid     no
  */
  /* line 41, ../../sass/yaml-sass/core/_iehacks.scss */
  body {
    o\verflow: visible;
  }

  /**
  * (en) HTML5 - default media element styles
  * (de) HTML5 - Standard Eigenschaften für Media-Elemente
  */
  /* line 48, ../../sass/yaml-sass/core/_iehacks.scss */
  article, aside, details, figcaption, figure,
  footer, header, main, nav, section {
    zoom: 1;
  }

  /* line 53, ../../sass/yaml-sass/core/_iehacks.scss */
  audio,
  canvas,
  video {
    *display: inline;
    *zoom: 1;
  }

  /**
  * (en) enable bicubic interpolation of images on scaling
  * (de) aktiviert bikubische Interpolation beim Skalieren von Bildern
  */
  /* line 64, ../../sass/yaml-sass/core/_iehacks.scss */
  img {
    -ms-interpolation-mode: bicubic;
    zoom: 1;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * (en) Fixes IE5.x and IE6 overflow behavior of textarea and input elements elements
  * (de) Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen
  *
  * @workaround
  * @affected  IE 5.x/Win, IE6
  * @css-for   IE 5.x/Win, IE6
  * @valid     no
  */
  /* line 81, ../../sass/yaml-sass/core/_iehacks.scss */
  * html iframe,
  * html frame {
    overflow: auto;
  }

  /* line 83, ../../sass/yaml-sass/core/_iehacks.scss */
  * html input,
  * html frameset {
    overflow: hidden;
  }

  /* line 85, ../../sass/yaml-sass/core/_iehacks.scss */
  * html textarea {
    overflow: scroll;
    overflow-x: hidden;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * (en) Stability fixes with 'position:relative'
  * (de) Stabilitätsverbesserungen durch 'position:relative'
  *
  * Essential for correct scaling in IE7 (body). IE5 must get static positioned body instead.
  * Helpful to fix several possible problems in older IE versions (#main).
  *
  * @bugfix
  * @affected	 IE 5.x/Win, IE6, IE7
  * @css-for	 IE 5.x/Win, IE6, IE7
  * @valid		 yes
  */
  /* line 102, ../../sass/yaml-sass/core/_iehacks.scss */
  body, #main {
    position: relative;
  }

  /* line 103, ../../sass/yaml-sass/core/_iehacks.scss */
  * html body {
    position: static;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * (en) Clearfix adjustents for containing floats in IE
  * (de) Clearfix-Anpassung für diverse IE-Versionen
  *
  * @workaround
  * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
  * @affected  IE 5.x/Win, IE6, IE7
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     yes
  */
  /* line 118, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-clearfix {
    zoom: 1;
  }

  /* hasLayout aktivieren */
  /*------------------------------------------------------------------------------------------------------*/
  /**
  * (en) Bugfix for partially displayed column separators
  * (de) Bugfix für unvollständige Darstellung der Spalteninhalte / Spaltentrenner
  *
  * @bugfix
  * @affected	 IE 5.x/Win, IE6
  * @css-for	 IE 5.x/Win, IE6
  * @valid		 yes
  */
  /* line 132, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-col1,
  * html .ym-col2,
  * html .ym-col3 {
    position: relative;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * (en) Preventing several css bugs by forcing "hasLayout"
  * (de) Vermeidung verschiedenster Bugs durch Erzwingen von "hasLayout"
  *
  * @workaround
  * @affected  IE 5.x/Win, IE6, IE7
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     no
  */
  /* line 148, ../../sass/yaml-sass/core/_iehacks.scss */
  body {
    height: 1%;
  }

  /* line 149, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-wrapper, .ym-wbox, #header, #nav, #main, #footer {
    zoom: 1;
  }

  /* IE6 & IE7	*/
  /* line 150, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-wrapper, * html .ym-wbox {
    height: 1%;
    hei\ght: auto;
  }

  /* IE 5.x & IE6 | IE6 only */
  /* line 151, ../../sass/yaml-sass/core/_iehacks.scss */
  * html #header, * html #nav, * html #main, * html #footer {
    width: 100%;
    wid\th: auto;
  }

  /* IE 5.x & IE6 | IE6 only */
  /* trigger hasLayout to force containing content */
  /* line 154, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-gbox, .ym-gbox-left, .ym-gbox-right {
    height: 1%;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * Disappearing List-Background Bug
  * @see http://www.positioniseverything.net/explorer/ie-listbug.html
  *
  * @bugfix
  * @affected  IE 5.x/Win, IE6
  * @css-for   IE 5.x/Win, IE6
  * @valid     yes
  */
  /* line 168, ../../sass/yaml-sass/core/_iehacks.scss */
  * html ul, * html ol, * html dl {
    position: relative;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * List-Numbering Bug
  *
  * @bugfix
  * @affected  IE 5.x/Win, IE6, IE7
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     yes
  */
  /* line 181, ../../sass/yaml-sass/core/_iehacks.scss */
  body ol li {
    display: list-item;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * Browser-based image scaling (not)
  *
  * @workaround
  * @affected  IE 5.x/Win, IE6
  * @css-for   IE 5.x/Win, IE6
  * @valid     yes
  */
  /* line 194, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .flexible {
    zoom: 1;
  }

  /**
  * Form related bugfixes
  *
  * @bugfix
  * @affected  IE 5.x/Win, IE6, IE7
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     no
  */
  /* line 207, ../../sass/yaml-sass/core/_iehacks.scss */
  button, input {
    *overflow: visible !important;
  }

  /* line 208, ../../sass/yaml-sass/core/_iehacks.scss */
  table button, table input {
    *overflow: auto;
  }

  /* line 210, ../../sass/yaml-sass/core/_iehacks.scss */
  fieldset, legend {
    position: relative;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * Global adjustments/fixes for YAML's form module
  *
  * @workaround
  * @affected  IE 5.x/Win, IE6, IE7
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     no
  */
  /* line 223, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-form,
  .ym-form div,
  .ym-form div * {
    zoom: 1;
  }

  /* line 229, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-form input,
  .ym-form textarea {
    width: 68%;
    padding-left: 1% !important;
    padding-right: 1% !important;
  }
  /* line 235, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-form select {
    width: 70%;
    padding-left: 1% !important;
    padding-right: 1% !important;
  }
  /* line 242, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-form .ym-fbox-wrap {
    display: block;
    overflow: hidden;
    margin-right: -5px;
  }

  /* line 251, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-fbox-wrap input,
  .ym-fbox-wrap textarea,
  .ym-full input,
  .ym-full textarea {
    width: 98%;
    margin-right: -3px;
  }
  /* line 257, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-fbox-wrap select,
  .ym-full select {
    width: 100%;
    margin-right: -3px;
  }

  /* ie6 support helper class */
  /* line 265, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-form .ym-fbox-check input {
    display: inline !important;
    width: auto !important;
    background: transparent !important;
    border: 0 none !important;
    padding: 0 !important;
  }
  /* line 274, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-form .ym-fbox-wrap .ym-fbox-check input {
    margin-left: 0;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * (en) Workaround for 'collapsing margin at #col3' when using CSS-property clear
  *		 Left margin of #col3 collapses when using clear:both in 1-3-2 (or 2-3-1) layout and right column is the
  *		 longest and left column is the shortest one. For IE6 and IE7 a special workaround was developed
  *		 in YAML.
  *
  * (de) Workaround für 'kollabierenden Margin an #col3' bei Verwendung der CSS-Eigenschaft clear
  *		 Der linke Margin von #col3 kollabiert bei der Verwendung von clear:both im 1-3-2 (oder 2-3-1) Layout
  *		 wenn gleichzeitig die linke Spalte die kürzeste und die rechte die längste ist. Im IE6 und IE7 lässt
  *		 sich der Bug durch eine speziell für YAML entwickelten Workaround umgehen.
  *
  * @workaround
  * @affected  IE 5.x/Win, IE6, IE7
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     no
  */
  /* line 299, ../../sass/yaml-sass/core/_iehacks.scss */
  html .ym-ie-clearing {
    /* (en) Only a small help for debugging */
    /* (de) Nur eine kleine Hilfe zur Fehlersuche */
    position: static;
    /* (en) Make container visible in IE */
    /* (de) Container sichtbar machen im IE */
    display: block;
    /* (en) No fix possible in IE5.x, normal clearing used instead */
    /* (de) Kein Fix im IE5.x möglich, daher normales Clearing */
    \clear: both;
    /* (en) forcing clearing-like behavior with a simple oversized container in IE6 & IE7*/
    /* (de) IE-Clearing mit 100%-DIV für IE6 bzw. übergroßem Container im IE7 */
    width: 100%;
    line-height: 0;
    font-size: 0px;
    margin: -2px 0 -1em 1px;
  }

  /* line 320, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-ie-clearing {
    margin: -2px 0 -1em 0;
  }

  /* line 321, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-cbox {
    margin-bottom: -2px;
  }

  /* (en) avoid horizontal scrollbars in IE7 in borderless layouts because of negative margins */
  /* (de) Vermeidung horizontaler Scrollbalken bei randabfallenden Layouts im IE7 */
  /* line 325, ../../sass/yaml-sass/core/_iehacks.scss */
  html {
    margin-right: 1px;
  }

  /* line 326, ../../sass/yaml-sass/core/_iehacks.scss */
  * html {
    margin-right: 0;
  }

  /* (en) Bugfix:Essential for IE7 */
  /* (de) Bugfix:Notwendig im IE7 */
  /* line 330, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-col3 {
    position: relative;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * IE/Win Guillotine Bug
  * @see http://www.positioniseverything.net/explorer/guillotine.html
  *
  * @workaround
  * @affected  IE 5.x/Win, IE6
  * @css-for   IE 5.x/Win, IE6
  * @valid     yes
  */
}
@media screen, projection {
  /**
  * (en) IE-Adjustments for content columns and subtemplates
  * (de) IE-Anpassung für Spaltencontainer und Subtemplates
  *
  * Doubled Float-Margin Bug
  * @see http://positioniseverything.net/explorer/doubled-margin.html
  *
  * @bugfix
  * @affected  IE 5.x/Win, IE6
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     yes
  */
  /* line 360, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-col1, .ym-col2 {
    display: inline;
  }

  /* Fix for:"Linking to anchors in elements within the containing block" Problem in IE5.x & IE 6.0 */
  /* line 363, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-grid, .mm {
    overflow: hidden;
    display: block;
  }

  /* line 364, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-grid, * html .mm {
    overflow: visible;
  }

  /* line 366, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-gl,
  .ym-gr {
    display: inline;
  }

  /* transform CSS tables back into floats */
  /* line 370, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-equalize .ym-gl {
    float: left;
    display: inline;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
  }

  /* line 376, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-equalize .ym-gr {
    float: right;
    margin-left: -5px;
    display: inline;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
  }

  /* line 382, ../../sass/yaml-sass/core/_iehacks.scss */
  .no-ie-padding .ym-gl,
  .no-ie-padding .ym-gr {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /**
  * Internet Explorer and the Expanding Box Problem
  * @see http://www.positioniseverything.net/explorer/expandingboxbug.html
  *
  * @workaround
  * @affected  IE 5.x/Win, IE6
  * @css-for   IE 5.x/Win, IE6
  * @valid     yes
  */
  /* line 400, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-cbox-left,
  * html .ym-cbox-right,
  * html .ym-cbox {
    word-wrap: break-word;
  }

  /* avoid growing widths */
  /* line 405, ../../sass/yaml-sass/core/_iehacks.scss */
  * html .ym-gbox,
  * html .ym-gbox-left,
  * html .ym-gbox-right {
    word-wrap: break-word;
    o\verflow: hidden;
  }
}
@media print {
  /**
  * (en) Avoid unneeded page breaks of .ym-col3 content in print layout and containing floats.
  * (de) Vermeiden von unnötigen Seitenumbrüchen beim Ausdruck der Spalte .ym-col3 und Einschluss von Floats.
  *
  * @bugfix
  * @affected  IE7
  * @css-for   IE 5.x/Win, IE6, IE7
  * @valid     yes
  */
  /* line 422, ../../sass/yaml-sass/core/_iehacks.scss */
  .ym-gbox,
  .ym-gbox-left,
  .ym-gbox-right,
  .ym-col3 {
    height: 1%;
  }
}
@media all {
  /**
   *  @section Normalisation Module
   */
  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  /* line 8, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  * {
    margin: 0;
    padding: 0;
  }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  /* line 12, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  option {
    padding-left: 0.4em;
  }

  /* line 13, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  select {
    padding: 1px;
  }

  /*
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  /* line 25, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  * html body * {
    overflow: visible;
  }

  /*
  * (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
  *      Standard values for colors and text alignment
  *
  * (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
  *      Vorgabe der Standardfarben und Textausrichtung
  */
  /* line 34, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  body {
    font-size: 100%;
    background: #fff;
    color: #000;
    text-align: left;
  }

  /* (en) avoid visible outlines on DIV and h[x] elements in Webkit browsers */
  /* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
  /* line 44, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  div:target,
  h1:target,
  h2:target,
  h3:target,
  h4:target,
  h5:target,
  h6:target {
    outline: 0 none;
  }

  /* (en) HTML5 - adjusting visual formatting model to block level */
  /* (de) HTML5 - Elements werden als Blockelemente definiert */
  /* line 56, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section,
  summary {
    display: block;
  }

  /* (en) HTML5 - default media element styles */
  /* (de) HTML5 - Standard Eigenschaften für Media-Elemente */
  /* line 72, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  audio,
  canvas,
  video {
    display: inline-block;
  }

  /* (en) HTML5 - don't show <audio> element if there aren't controls */
  /* (de) HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden */
  /* line 80, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  audio:not([controls]) {
    display: none;
  }

  /* (en) HTML5 - add missing styling in IE & old FF for hidden attribute */
  /* (de) HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten */
  /* line 86, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  [hidden] {
    display: none;
  }

  /* (en) Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  /* (de) Verdindert die automatische Textanpassung bei Orientierungswechsel, ohne Zoom zu blockieren */
  /* line 92, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  /* (en) set correct box-modell in IE8/9 plus remove padding */
  /* (de) Setze das richtige Box-Modell im IE8/9 und entferne unnötiges Padding */
  /* line 99, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  /* (en) force consistant appearance of input[type="search"] elements in all browser */
  /* (de) Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen */
  /* line 107, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  /* line 114, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /* (en) Correct overflow displayed oddly in IE 9 */
  /* (de) Korrigiert fehlerhafte overflow Voreinstellung des IE 9 */
  /* line 121, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  svg:not(:root) {
    overflow: hidden;
  }

  /* (en) Address margin not present in IE 8/9 and Safari 5 */
  /* (en) Ergänzt fehlenden Margin in IE 8/9 und Safari 5 */
  /* line 127, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  figure {
    margin: 0;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  /* line 133, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  fieldset,
  img {
    border: 0 solid;
  }

  /* (en) new standard values for lists, blockquote, cite and tables */
  /* (de) Neue Standardwerte für Listen, Zitate und Tabellen */
  /* line 138, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  ul,
  ol,
  dl {
    margin: 0 0 1em 1em;
  }

  /* line 142, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  li {
    line-height: 1.5em;
    margin-left: 0.8em;
  }

  /* line 147, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  dt {
    font-weight: bold;
  }

  /* line 148, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  dd {
    margin: 0 0 1em 0.8em;
  }

  /* line 150, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  blockquote {
    margin: 0 0 1em 0.8em;
  }

  /* line 151, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  q {
    quotes: none;
  }

  /* line 153, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

  /* line 161, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /**
  * @section Float Handling Module
  */
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  /* line 8, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-clearfix:before {
    content: "";
    display: table;
  }

  /* line 12, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }

  /* (en) alternative solutions to contain floats */
  /* (de) Alternative Methoden zum Einschließen von Float-Umgebungen */
  /* line 23, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-dt {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  /* line 26, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-oh {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  /* line 29, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-fl {
    float: left;
    width: 100%;
  }

  /**
  * @section Column Module
  *
  * default column config:
  * |-------------------------------|
  * | col1    | col3      | col2    |
  * | 20%     | flexible  | 20%     |
  * |-------------------------------|
  */
  /* line 12, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-column {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  /* line 16, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-col1 {
    float: left;
    width: 20%;
  }

  /* line 17, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-col2 {
    float: right;
    width: 20%;
  }

  /* line 18, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-col3 {
    width: auto;
    margin: 0 20%;
  }

  /* line 20, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox {
    padding: 0 10px;
  }

  /* line 21, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox-left {
    padding: 0 10px 0 0;
  }

  /* line 22, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox-right {
    padding: 0 0 0 10px;
  }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  /* line 26, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-ie-clearing {
    display: none;
  }

  /**
  * @section Grid Module
  */
  /* line 7, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-grid, .mm {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 16, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gl {
    float: left;
    margin: 0;
  }

  /* line 21, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gr {
    float: right;
    margin: 0 0 0 -5px;
  }

  /* line 26, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g20 {
    width: 20%;
  }

  /* line 27, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g30 {
    width: 30%;
  }

  /* line 28, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g40 {
    width: 40%;
  }

  /* line 29, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g60 {
    width: 60%;
  }

  /* line 30, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g80 {
    width: 80%;
  }

  /* line 31, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g25 {
    width: 25%;
  }

  /* line 32, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g33 {
    width: 33.333%;
  }

  /* line 33, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g50 {
    width: 50%;
  }

  /* line 34, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g66 {
    width: 66.666%;
  }

  /* line 35, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g75 {
    width: 75%;
  }

  /* line 36, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g38 {
    width: 38.2%;
  }

  /* line 37, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g62 {
    width: 61.8%;
  }

  /* line 39, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox {
    padding: 0 10px;
  }

  /* line 40, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-left {
    padding: 0 10px 0 0;
  }

  /* line 41, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-right {
    padding: 0 0 0 10px;
  }

  /* line 43, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize {
    overflow: hidden;
  }

  /* line 45, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize > [class*="ym-g"] {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
  }

  /* line 52, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
  }

  /**
  * @section Form Module
  */
  /** Vertical-Forms - technical base (standard)
  *
  * |-------------------------------|
  * | form                          |
  * |-------------------------------|
  * |   label                       |
  * |   input / select / textarea   |
  * |-------------------------------|
  * | /form                         |
  * |-------------------------------|
  *
  * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
  * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
  */
  /* line 21, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form,
  .ym-form fieldset {
    overflow: hidden;
  }

  /* line 25, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form div {
    position: relative;
  }
  /* line 27, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form label,
  .ym-form .ym-label,
  .ym-form .ym-message {
    position: relative;
    line-height: 1.5;
    display: block;
  }
  /* line 35, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-message {
    clear: both;
  }
  /* line 39, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check label {
    display: inline;
  }
  /* line 43, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input,
  .ym-form textarea {
    cursor: text;
  }
  /* line 46, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input,
  .ym-form input[type="image"],
  .ym-form input[type="radio"],
  .ym-form input[type="checkbox"],
  .ym-form select,
  .ym-form label {
    cursor: pointer;
  }
  /* line 56, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form textarea {
    overflow: auto;
  }
  /* line 62, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input.hidden,
  .ym-form input[type=hidden] {
    display: none !important;
  }
  /* line 69, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox:before,
  .ym-form .ym-fbox-text:before,
  .ym-form .ym-fbox-select:before,
  .ym-form .ym-fbox-check:before,
  .ym-form .ym-fbox-button:before {
    content: "";
    display: table;
  }
  /* line 78, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox:after,
  .ym-form .ym-fbox-text:after,
  .ym-form .ym-fbox-select:after,
  .ym-form .ym-fbox-check:after,
  .ym-form .ym-fbox-button:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  /* line 92, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input:focus,
  .ym-form .ym-fbox-check input:hover,
  .ym-form .ym-fbox-check input:active,
  .ym-form input[type="radio"]:focus,
  .ym-form input[type="radio"]:hover,
  .ym-form input[type="radio"]:active,
  .ym-form input[type="checkbox"]:focus,
  .ym-form input[type="checkbox"]:hover,
  .ym-form input[type="checkbox"]:active {
    border: 0 none;
  }
  /* line 108, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input,
  .ym-form textarea,
  .ym-form select {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
  }
  /* line 118, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input,
  .ym-form input[type="radio"],
  .ym-form input[type="checkbox"] {
    display: inline;
    margin-left: 0;
    margin-right: 0.5ex;
    width: auto;
    height: auto;
  }
  /* line 128, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input[type="image"] {
    border: 0;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  /* line 137, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form label,
  .ym-form .ym-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 144, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-button input {
    display: inline;
    overflow: visible;
    width: auto;
  }
  /* line 151, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-inline {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: auto;
    vertical-align: baseline;
  }

  /* default form wrapper width */
  /* line 161, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap {
    display: table;
    table-layout: fixed;
    width: 70%;
  }
  /* line 166, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input,
  .ym-fbox-wrap textarea,
  .ym-fbox-wrap select {
    width: 100%;
  }
  /* line 172, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input[type="image"] {
    width: auto;
  }
  /* line 176, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input[type="radio"],
  .ym-fbox-wrap input[type="checkbox"] {
    display: inline;
    width: auto;
    margin-left: 0;
    margin-right: 0.5ex;
  }
  /* line 184, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap label,
  .ym-fbox-wrap .ym-label {
    display: inline;
  }

  /* line 191, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-full input,
  .ym-full textarea,
  .ym-full select {
    width: 100%;
  }
  /* line 196, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-full .ym-fbox-wrap {
    width: 100%;
  }

  /**
  *  Columnar forms display - technical base (optional)
  *
  *  |-------------------------------------------|
  *  | form                                      |
  *  |-------------------------------------------|
  *  |                                           |
  *  |   label   |   input / select / textarea   |
  *  |                                           |
  *  |-------------------------------------------|
  *  | /form                                     |
  *  |-------------------------------------------|
  *
  *  (en) Styling of forms where label floats left of form-elements
  *  (de) Formulargestaltung, bei der die label-Elemente nach links fließen
  */
  /* line 222, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar input,
  .ym-columnar textarea,
  .ym-columnar select {
    float: left;
    margin-right: -3px;
  }
  /* line 229, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar label,
  .ym-columnar .ym-label {
    display: inline;
    float: left;
    width: 30%;
    z-index: 1;
  }
  /* line 239, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check input,
  .ym-columnar .ym-message {
    margin-left: 30%;
  }
  /* line 245, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap {
    margin-left: 30%;
    margin-right: -3px;
  }
  /* line 249, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap .ym-message {
    margin-left: 0%;
  }
  /* line 253, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap label {
    float: none;
    width: auto;
    z-index: 1;
    margin-left: 0;
  }
  /* line 260, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap input {
    margin-left: 0;
    position: relative;
  }
  /* line 266, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check {
    position: relative;
  }
  /* line 269, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check label,
  .ym-columnar .ym-fbox-check .ym-label {
    padding-top: 0;
  }
  /* line 274, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check input {
    top: 3px;
  }
  /* line 280, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-button input {
    float: none;
    margin-right: 1em;
  }

  /* line 287, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap + .ym-fbox-wrap {
    margin-top: 0.5em;
  }

  /* global and local columnar settings for button alignment */
  /* line 292, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar fieldset .ym-fbox-button,
  fieldset.ym-columnar .ym-fbox-button {
    padding-left: 30%;
  }

  /**
  * @section Accessibility Module
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */
  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  /* line 12, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skip,
  .ym-hideme,
  .ym-print {
    position: absolute !important;
    top: -32768px;
    left: -32768px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  /* line 22, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skip:focus,
  .ym-skip:active {
    position: static;
    top: 0;
    left: 0;
  }

  /* skiplinks:technical setup */
  /* line 30, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  /* line 40, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skiplinks .ym-skip:focus,
  .ym-skiplinks .ym-skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
  }
}
@media print {
  /**
  * @section print adjustments for core modules
  *
  * (en) float containment for grids. Uses display:table to avoid bugs in FF & IE
  * (de) Floats in Grids einschließen. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
  *
  * @bugfix
  * @since     3.0
  * @affected  FF2.0, FF3.0, IE7
  * @css-for   all browsers
  * @valid     yes
  */
  /* line 16, ../../sass/yaml-sass/core/base-modules/_print-core.scss */
  .ym-grid > .ym-gl, .mm > .ym-gl,
  .ym-grid > .ym-gr,
  .mm > .ym-gr {
    overflow: visible;
    display: table;
    table-layout: fixed;
  }

  /* (en) make .ym-print class visible */
  /* (de) .ym-print-Klasse sichtbar schalten */
  /* line 26, ../../sass/yaml-sass/core/base-modules/_print-core.scss */
  .ym-print {
    position: static;
    left: 0;
  }

  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  /* line 33, ../../sass/yaml-sass/core/base-modules/_print-core.scss */
  .ym-noprint {
    display: none !important;
  }
}
@media print {
  /**
  * @section basic layout preparation
  */
  /* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers */
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */
  /* line 11, ../../sass/yaml-sass/print/_print.scss */
  body {
    font-size: 10pt;
    padding: 0 5px;
  }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  /* line 18, ../../sass/yaml-sass/print/_print.scss */
  nav,
  .ym-searchform {
    display: none;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  /* line 27, ../../sass/yaml-sass/print/_print.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
}
/* line 2, ../../sass/mixins/placeholders/_lists.scss */
.footer ul.linklist, .textcntinner ul, .teaser ul, .no-list, .faq-container .faq-content .faq-content-inner ul {
  list-style-type: none;
}
/* line 4, ../../sass/mixins/placeholders/_lists.scss */
.footer ul.linklist, .textcntinner ul, .teaser ul, .no-list, .faq-container .faq-content .faq-content-inner ul, .footer ul.linklist li, .textcntinner ul li, .teaser ul li, .no-list li, .faq-container .faq-content .faq-content-inner ul li {
  margin-left: 0;
  padding-left: 0;
}

/* ------- Module --------------- */
/*  box sizing */
/* line 2, ../../sass/modules/basics/_layout.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../../sass/modules/basics/_layout.scss */
body {
  background-color: #fff;
  position: relative;
}

/* line 11, ../../sass/modules/basics/_layout.scss */
.ym-wbox {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* line 17, ../../sass/modules/basics/_layout.scss */
.ym-wbox {
  padding: 30px 20px 30px 20px;
}

/* line 27, ../../sass/modules/basics/_layout.scss */
.ym-wbox-2 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
/* line 41, ../../sass/modules/basics/_layout.scss */
.ym-wbox-2 .ym-gl, .ym-wbox-2 .ym-gr {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
/* line 50, ../../sass/modules/basics/_layout.scss */
.ym-wbox-2 .ym-gbox .ym-gl, .ym-wbox-2 .ym-gbox .ym-gr {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

/* line 63, ../../sass/modules/basics/_layout.scss */
.carousel-landingpage {
  margin: 0 !important;
}
/* line 66, ../../sass/modules/basics/_layout.scss */
.carousel-landingpage .gwd-page-container div {
  border: none;
}
/* line 69, ../../sass/modules/basics/_layout.scss */
.carousel-landingpage .gwd-page-container > div {
  position: relative !important;
}

/* line 75, ../../sass/modules/basics/_layout.scss */
.ym-wbox-landingpage {
  margin-top: -3px;
}
/* line 77, ../../sass/modules/basics/_layout.scss */
.ym-wbox-landingpage .ym-wbox {
  max-width: 1160px;
  padding: 20px;
}
/* line 81, ../../sass/modules/basics/_layout.scss */
.ym-wbox-landingpage .headline {
  margin-top: 20px;
}

/* line 86, ../../sass/modules/basics/_layout.scss */
.ui-autocomplete {
  background: #f6f4f1 !important;
}

/* line 91, ../../sass/modules/basics/_layout.scss */
.unterseitencontainer {
  padding: 0 0 0 140px;
}
/* line 93, ../../sass/modules/basics/_layout.scss */
.unterseitencontainer > div {
  padding-right: 140px;
}

/* line 98, ../../sass/modules/basics/_layout.scss */
.textcnt {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 104, ../../sass/modules/basics/_layout.scss */
.hellgrau1 {
  background-color: #f6f4f1;
}

/* line 108, ../../sass/modules/basics/_layout.scss */
.hellgrau2 {
  background-color: #ddd8d3;
}

/* line 112, ../../sass/modules/basics/_layout.scss */
.mittelgrau {
  background-color: #a3988e;
}

/* line 123, ../../sass/modules/basics/_layout.scss */
.white-bg {
  background-color: #fff;
}

/* line 128, ../../sass/modules/basics/_layout.scss */
.intro-no-headerimage {
  padding-top: 60px;
}

/* line 131, ../../sass/modules/basics/_layout.scss */
.button-row {
  width: 100%;
  margin: 50px 0 0 0;
}
/* line 134, ../../sass/modules/basics/_layout.scss */
.button-row a {
  color: #444;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  font-size: 107.1%;
  display: block;
  float: left;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 137, ../../sass/modules/basics/_layout.scss */
.button-row a:before {
  content: "";
  color: #444;
}
/* line 156, ../../sass/modules/basics/_layout.scss */
.button-row a span {
  position: relative;
  bottom: 2px;
}
/* line 160, ../../sass/modules/basics/_layout.scss */
.button-row a:hover, .button-row a:focus {
  color: #ff0000;
}
/* line 163, ../../sass/modules/basics/_layout.scss */
.button-row a.print, .button-row a.pdf {
  width: 32.25%;
  margin: 0 0 0 1.5%;
  text-align: center;
}
/* line 168, ../../sass/modules/basics/_layout.scss */
.button-row a:first-child {
  margin-left: 0;
}
/* line 173, ../../sass/modules/basics/_layout.scss */
.button-row .fa-print:before {
  content: url('../images/icons/print.png');
  margin-right: 15px;
}
/* line 179, ../../sass/modules/basics/_layout.scss */
.button-row .fa-file-pdf-o:before {
  content: url('../images/icons/pdf.png');
  margin-right: 15px;
}

/* line 198, ../../sass/modules/basics/_layout.scss */
.ym-wbox-startpage {
  padding: 30px 30px 30px 30px;
}

/* line 224, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* line 228, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-gbox {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 234, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-gbox-left {
  padding-left: 0;
  padding-right: 15px;
}

/* line 240, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-gbox-right {
  padding-left: 15px;
  padding-right: 0;
}

/* line 246, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
[class*="-push-"],
[class*="-pull-"] {
  position: relative;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-1 {
  width: 10%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-2 {
  width: 20%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-3 {
  width: 30%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-4 {
  width: 40%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-5 {
  width: 50%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-6 {
  width: 60%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-7 {
  width: 70%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-8 {
  width: 80%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-9 {
  width: 90%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-10 {
  width: 100%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-1 {
  left: 10%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-2 {
  left: 20%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-3 {
  left: 30%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-4 {
  left: 40%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-5 {
  left: 50%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-6 {
  left: 60%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-7 {
  left: 70%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-8 {
  left: 80%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-9 {
  left: 90%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-1 {
  left: -10%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-2 {
  left: -20%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-3 {
  left: -30%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-4 {
  left: -40%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-5 {
  left: -50%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-6 {
  left: -60%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-7 {
  left: -70%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-8 {
  left: -80%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-9 {
  left: -90%;
}

/* line 6, ../../sass/modules/basics/_grid.scss */
.ym-gbox {
  margin: 0 !important;
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
}

/* line 20, ../../sass/modules/basics/_grid.scss */
.ym-gbox-left {
  padding-right: 20px;
}

/* line 25, ../../sass/modules/basics/_grid.scss */
.ym-gbox-right {
  padding-left: 20px;
}

/* line 30, ../../sass/modules/basics/_grid.scss */
.ym-g25:first-child {
  padding-right: 20px;
}

/* line 36, ../../sass/modules/basics/_grid.scss */
.ym-g25:first-child + .ym-g25 {
  padding-left: 6.66667px;
  padding-right: 13.33333px;
}

/* line 44, ../../sass/modules/basics/_grid.scss */
.ym-g25:first-child + .ym-g25 + .ym-g25 {
  padding-left: 13.33333px;
  padding-right: 6.66667px;
}

/* line 52, ../../sass/modules/basics/_grid.scss */
.ym-g25.ym-gr {
  padding-left: 20px;
}

/* line 58, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gl {
  padding-right: 10px;
}

/* line 63, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gl:first-child + .ym-g25 {
  padding-right: 6.66667px;
  padding-left: 13.33333px;
}

/* line 69, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gr {
  padding-left: 10px;
}

/* line 74, ../../sass/modules/basics/_grid.scss */
.ym-g33:first-child {
  padding-right: 20px;
}

/* line 79, ../../sass/modules/basics/_grid.scss */
.ym-g33:first-child + .ym-g33 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 85, ../../sass/modules/basics/_grid.scss */
.ym-g33.ym-gr {
  padding-left: 20px;
  padding-top: 0;
}

/* line 170, ../../sass/modules/basics/_grid.scss */
.ym-grid + .ym-grid, .mm + .ym-grid, .ym-grid + .mm, .mm + .mm {
  margin-top: 20px;
}

@media all {
  /* line 3, ../../sass/modules/basics/_typography.scss */
  html * {
    font-size: 100%;
  }

  /* line 4, ../../sass/modules/basics/_typography.scss */
  pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* line 7, ../../sass/modules/basics/_typography.scss */
  body {
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    color: #444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  /* line 15, ../../sass/modules/basics/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #161e21;
    margin: 0;
  }
  /* line 19, ../../sass/modules/basics/_typography.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
  }

  /* line 22, ../../sass/modules/basics/_typography.scss */
  h1 {
    /*! font-size: 48px; */
    font-size: 228.57143%;
    line-height: 1.3125;
    margin: 0 0 0.65625em 0;
  }

  /* line 29, ../../sass/modules/basics/_typography.scss */
  h2 {
    /*! font-size: 32px; */
    font-size: 228.57143%;
    line-height: 1.3125;
    margin: 0 0 0.65625em 0;
  }

  /* line 36, ../../sass/modules/basics/_typography.scss */
  h3 {
    /*! font-size: 24px; */
    font-size: 171.42857%;
    line-height: 0.875;
    margin: 0 0 0.875em 0;
  }

  /* line 43, ../../sass/modules/basics/_typography.scss */
  h4 {
    /*! font-size: 21px; */
    font-size: 150%;
    line-height: 1;
    margin: 0 0 1em 0;
  }

  /* line 50, ../../sass/modules/basics/_typography.scss */
  h5 {
    /*! font-size: 18px; */
    font-size: 128.57143%;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0;
  }

  /* line 57, ../../sass/modules/basics/_typography.scss */
  h6 {
    /*! font-size: 14px; */
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  /* line 67, ../../sass/modules/basics/_typography.scss */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 75, ../../sass/modules/basics/_typography.scss */
  ul {
    list-style-type: disc;
  }

  /* line 79, ../../sass/modules/basics/_typography.scss */
  ol {
    list-style-type: decimal;
  }

  /* line 83, ../../sass/modules/basics/_typography.scss */
  ul ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 88, ../../sass/modules/basics/_typography.scss */
  ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
  }

  /* line 93, ../../sass/modules/basics/_typography.scss */
  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 98, ../../sass/modules/basics/_typography.scss */
  li {
    font-size: 100%;
    line-height: 1.5;
    margin-left: 1.2em;
  }

  /* line 104, ../../sass/modules/basics/_typography.scss */
  dt {
    font-weight: bold;
  }

  /* line 108, ../../sass/modules/basics/_typography.scss */
  dd {
    margin: 0 0 1.5em 0.8em;
  }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  /* line 114, ../../sass/modules/basics/_typography.scss */
  p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 120, ../../sass/modules/basics/_typography.scss */
  blockquote,
  cite,
  q {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }

  /* line 127, ../../sass/modules/basics/_typography.scss */
  blockquote {
    background: transparent;
    color: #666;
    margin: 1.5em 0 0 1.5em;
  }

  /* line 133, ../../sass/modules/basics/_typography.scss */
  strong,
  b {
    font-weight: bold;
  }

  /* line 138, ../../sass/modules/basics/_typography.scss */
  em,
  i {
    font-style: italic;
  }

  /* line 143, ../../sass/modules/basics/_typography.scss */
  big {
    /*! font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125;
  }

  /* line 149, ../../sass/modules/basics/_typography.scss */
  small {
    /*! font-size: 12px; */
    font-size: 85.71429%;
    line-height: 1.75;
  }

  /* line 155, ../../sass/modules/basics/_typography.scss */
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }

  /* line 164, ../../sass/modules/basics/_typography.scss */
  pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  /* line 172, ../../sass/modules/basics/_typography.scss */
  pre,
  code {
    color: #800;
  }

  /* line 177, ../../sass/modules/basics/_typography.scss */
  kbd,
  samp,
  var,
  tt {
    color: #666;
    font-weight: bold;
  }

  /* line 185, ../../sass/modules/basics/_typography.scss */
  var,
  dfn {
    font-style: italic;
  }

  /* line 190, ../../sass/modules/basics/_typography.scss */
  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  /* line 198, ../../sass/modules/basics/_typography.scss */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  /* line 206, ../../sass/modules/basics/_typography.scss */
  sup {
    top: -0.5em;
  }

  /* line 207, ../../sass/modules/basics/_typography.scss */
  sub {
    bottom: -0.25em;
  }

  /* line 209, ../../sass/modules/basics/_typography.scss */
  mark {
    background: #ff0;
    color: #000;
  }

  /* line 214, ../../sass/modules/basics/_typography.scss */
  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.75em 0;
    padding: 0 0 0.67857em 0;
    border: 0;
    border-bottom: 1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */
  /* line 237, ../../sass/modules/basics/_typography.scss */
  a {
    color: #444;
    text-decoration: underline;
  }

  /* line 242, ../../sass/modules/basics/_typography.scss */
  a:hover, a:focus {
    color: #ff0000;
  }

  /* line 243, ../../sass/modules/basics/_typography.scss */
  a:active {
    outline: none;
  }

  /* line 245, ../../sass/modules/basics/_typography.scss */
  p a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  /* line 247, ../../sass/modules/basics/_typography.scss */
  p a:hover, p a:focus {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  /* --- images ------------------ */
  /* line 254, ../../sass/modules/basics/_typography.scss */
  img,
  figure {
    margin: 0;
  }

  /* line 259, ../../sass/modules/basics/_typography.scss */
  .flexible {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
  }

  /* IE6 workaround - 2% space for possible borders */
  /* line 267, ../../sass/modules/basics/_typography.scss */
  * html .flexible {
    width: 98%;
  }

  /* line 271, ../../sass/modules/basics/_typography.scss */
  .bordered {
    border: 2px #eee solid;
    border: 2px white solid;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }

  /**
  * ----------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
  /* line 289, ../../sass/modules/basics/_typography.scss */
  .highlight {
    color: #c30;
  }

  /* line 293, ../../sass/modules/basics/_typography.scss */
  .dimmed {
    color: #888;
  }

  /* line 297, ../../sass/modules/basics/_typography.scss */
  .label {
    font-family: Verdana, Geneva, sans-serif;
    padding: 1px 6px 2px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    white-space: nowrap;
    border-radius: 3px;
    background: #06C;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
  }

  /* line 311, ../../sass/modules/basics/_typography.scss */
  .info {
    background: #f4f4f4;
  }

  /* line 315, ../../sass/modules/basics/_typography.scss */
  .success {
    background: #8c8;
  }

  /* line 319, ../../sass/modules/basics/_typography.scss */
  .warning {
    background: #cc8;
  }

  /* line 323, ../../sass/modules/basics/_typography.scss */
  .error {
    background: none;
  }
  /* line 325, ../../sass/modules/basics/_typography.scss */
  .error .stackTrace {
    cursor: pointer;
  }

  /* line 330, ../../sass/modules/basics/_typography.scss */
  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 0;
  }

  /* line 336, ../../sass/modules/basics/_typography.scss */
  .float-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1em;
  }

  /* line 342, ../../sass/modules/basics/_typography.scss */
  .float_left {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
  }

  /* line 348, ../../sass/modules/basics/_typography.scss */
  .float_right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
  }

  /* line 354, ../../sass/modules/basics/_typography.scss */
  .center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
  }
}
@media all {
  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */
  /* line 12, ../../sass/modules/basics/_tables.scss */
  .align-left {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
  }

  /* line 17, ../../sass/modules/basics/_tables.scss */
  .align-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
  }

  /* line 22, ../../sass/modules/basics/_tables.scss */
  .align-center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
  }

  /* line 27, ../../sass/modules/basics/_tables.scss */
  .hide-grid,
  .hide-grid * {
    border: none !important;
  }

  /* line 31, ../../sass/modules/basics/_tables.scss */
  .odd {
    background-color: #f7f7f7;
  }

  /* line 34, ../../sass/modules/basics/_tables.scss */
  table {
    width: 100%;
    border-collapse: collapse;
    color: #444;
    border-top: 1px #ddd8d3 solid;
    border-bottom: 1px #ddd8d3 solid;
    margin: 0 0 1.35714em 0;
  }
  /* line 42, ../../sass/modules/basics/_tables.scss */
  table.narrow {
    margin: 0 0 1.42857em 0;
  }
  /* line 45, ../../sass/modules/basics/_tables.scss */
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
  }
  /* line 52, ../../sass/modules/basics/_tables.scss */
  table.fixed {
    table-layout: fixed;
  }
  /* line 56, ../../sass/modules/basics/_tables.scss */
  table.bordertable {
    border: 1px #ddd8d3 solid;
  }
  /* line 59, ../../sass/modules/basics/_tables.scss */
  table.bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ddd8d3 solid;
    border-bottom: 1px #ddd8d3 solid;
  }
  /* line 66, ../../sass/modules/basics/_tables.scss */
  table.bordertable tbody th[scope="row"] {
    background: #f0f0f0;
  }
  /* line 69, ../../sass/modules/basics/_tables.scss */
  table.bordertable tbody th {
    border-right: 1px solid #ddd8d3;
  }
  /* line 72, ../../sass/modules/basics/_tables.scss */
  table.bordertable tbody td {
    border-right: 1px solid #ddd8d3;
  }

  /* line 79, ../../sass/modules/basics/_tables.scss */
  caption {
    font-variant: small-caps;
  }

  /* line 83, ../../sass/modules/basics/_tables.scss */
  th,
  td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
  }

  /* line 90, ../../sass/modules/basics/_tables.scss */
  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }

  /* line 95, ../../sass/modules/basics/_tables.scss */
  th.nowrap,
  td.nowrap {
    white-space: nowrap;
  }

  /* line 100, ../../sass/modules/basics/_tables.scss */
  thead th {
    text-align: left;
    border-left: 1px #ddd8d3 solid;
    border-right: 1px #ddd8d3 solid;
    background-color: #a3988e;
    color: #fff;
    font-size: 16px;
  }

  /* line 109, ../../sass/modules/basics/_tables.scss */
  tbody {
    /* highlight row on mouse over */
  }
  /* line 110, ../../sass/modules/basics/_tables.scss */
  tbody th,
  tbody td {
    text-align: left;
    border-top: 1px solid #ddd8d3;
    border-left: 1px #ddd8d3 solid;
    border-right: 1px #ddd8d3 solid;
  }
  /* line 119, ../../sass/modules/basics/_tables.scss */
  tbody tr:hover th,
  tbody tr:hover td {
    background: #ddd8d3;
  }
}
/* Styles for View Themeportal START */
/* line 14, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal h1 span {
  font-size: 112.5%;
}
/* line 19, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal h2 span.basecontent-headline {
  font-size: 133.3334%;
  line-height: 1.2em;
}
/* line 24, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal h4.basecontent-sub-heading {
  font-size: 160.0643%;
  line-height: 1.2em;
}
/* line 29, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal p span {
  font-size: 120.048%;
}
/* line 33, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .imageteaser h2 span.basecontent-headline {
  font-size: 112.5%;
  line-height: 1.5em;
}
/* line 38, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .imageteaser h3.teaserheadsmall span {
  line-height: 1.5em;
}
/* line 43, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .ym-grid + .ym-grid, .view-themeportal .mm + .ym-grid, .view-themeportal .ym-grid + .mm, .view-themeportal .mm + .mm, .view-themeportal .mm + .ym-grid, .view-themeportal .mm + .mm, .view-themeportal .ym-grid + .mm, .view-themeportal .mm + .mm, .view-themeportal .mm + .mm {
  margin-top: 3em;
}
/* line 47, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .textcntinner div[align='left'], .view-themeportal div[align='right'], .view-themeportal div[align='center'] {
  font-size: 120.048%;
}
/* line 51, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .cta {
  font-size: 120.048%;
  line-height: 1.2em;
}
/* line 56, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .teaser ul li {
  font-size: 120.048%;
  margin-bottom: 0.66666em;
}
/* line 62, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .basecontent-list li, .view-themeportal .basecontent-numbered-list li {
  font-size: 120.048%;
}
/* line 66, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .download-list li:before {
  top: 4px !important;
}
/* line 70, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal div.image table caption {
  font-size: 120.048%;
}
/* line 73, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .link-box, .view-themeportal .cta-teaser {
  font-size: 120.048%;
}
/* line 77, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .link-box {
  font-size: 100%;
}
/* line 81, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .view-themeportal h2.teaserheadsmall span.basecontent-headline {
  font-size: 100%;
}
/* line 85, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .teaser.download p {
  font-size: 107.1%;
}
/* line 89, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .faq-container h3 span.basecontent-headline {
  font-size: 112.5%;
}
/* line 93, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .view-themeportal h2.teaserheadsmall .basecontent-headline {
  font-size: 112.5%;
}
/* line 97, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .textcntinner .list-element > h2, .view-themeportal .textcntinner .list-element h3, .view-themeportal .textcntinner .list-element h4 {
  font-size: 18px;
}
/* line 101, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .teaser h2 span.basecontent-headline {
  font-size: 18px;
}
/* line 105, ../../sass/modules/basics/views/_themeportal.scss */
.view-themeportal .teaser .textcntinner h2 span.basecontent-headline {
  font-size: 28px;
}

/* Styles for View Themeportal END */
/* line 2, ../../sass/modules/_footer.scss */
.footer .line:after {
  border-color: #fff;
  height: calc(100% - 80px);
}
/* line 9, ../../sass/modules/_footer.scss */
.footer .ym-wbox {
  padding: 30px 30px 30px 30px;
}
/* line 13, ../../sass/modules/_footer.scss */
.footer .spalte .spalteContent {
  padding-top: 12px;
  padding-left: 20px;
}
/* line 22, ../../sass/modules/_footer.scss */
.footer .spalte .spalteContent.first {
  padding-left: 0;
}
/* line 25, ../../sass/modules/_footer.scss */
.footer .spalte .spalteContent.last {
  padding-right: 0;
}
/* line 31, ../../sass/modules/_footer.scss */
.footer .spalte .spalteContent h2 {
  font-size: 28px;
}
/* line 34, ../../sass/modules/_footer.scss */
.footer .spalte .spalteContent h2:first-child {
  color: #ff0000;
}
/* line 37, ../../sass/modules/_footer.scss */
.footer .spalte .spalteContent h3 {
  margin-top: 40px;
}
/* line 40, ../../sass/modules/_footer.scss */
.footer .spalte .spalteContent .spalteText {
  margin-top: 1em;
  font-size: 18px;
}
/* line 55, ../../sass/modules/_footer.scss */
.footer p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* line 59, ../../sass/modules/_footer.scss */
.footer ul.linklist {
  font-size: 18px;
  margin-bottom: 24px;
}
/* line 63, ../../sass/modules/_footer.scss */
.footer ul.linklist li {
  margin-bottom: 10px;
}
/* line 65, ../../sass/modules/_footer.scss */
.footer ul.linklist li a {
  text-decoration: none;
}
/* line 67, ../../sass/modules/_footer.scss */
.footer ul.linklist li a:after {
  content: "\00BB";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  line-height: 1;
}
/* line 77, ../../sass/modules/_footer.scss */
.footer ul.linklist li:last-child {
  margin-bottom: 0;
}
/* line 84, ../../sass/modules/_footer.scss */
.footer .themeteaser a {
  text-decoration: none;
}
/* line 86, ../../sass/modules/_footer.scss */
.footer .themeteaser a:after {
  content: "\00BB";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  line-height: 1;
}

/* line 132, ../../sass/modules/_footer.scss */
.footerAbschluss {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #f6f4f1;
}
/* line 137, ../../sass/modules/_footer.scss */
.footerAbschluss .ym-wbox {
  padding: 0;
}
/* line 140, ../../sass/modules/_footer.scss */
.footerAbschluss .ym-wbox .abschlussLinks {
  padding-left: 11em;
  padding-top: 4em;
  padding-right: 30px;
}
/* line 159, ../../sass/modules/_footer.scss */
.footerAbschluss .ym-wbox .abschlussLinks ul {
  display: -webkit-inline-flex;
  list-style: none;
  text-decoration: underline;
  font-size: 16px;
  float: right;
}
/* line 169, ../../sass/modules/_footer.scss */
.footerAbschluss .ym-wbox .abschlussLinks ul li {
  float: left;
}
/* line 180, ../../sass/modules/_footer.scss */
.footerAbschluss .ym-wbox .footerLogo {
  margin-bottom: 0;
}
/* line 188, ../../sass/modules/_footer.scss */
.footerAbschluss .ym-wbox .footerLogo img {
  height: auto;
  width: 14em;
  margin-left: 30px;
}

@media (max-width: 880px) {
  /*.footer .line:after {
  	display:none;
  }*/
  /*.ym-g75.ym-gr.abschlussLinks{
  	padding-top: 0 !important;
  	padding-left: 0;
  }*/
  /*.ym-g75.ym-gr.abschlussLinks > ul{
  	display: initial;
  	float: none;
  }*/
  /*.ym-g75.ym-gr.abschlussLinks > ul > li{
  	margin-left: 30px;
  	display: inherit;
  	font-size: 16px;
  }*/
  /*.ym-g25.ym-gl.footerLogo > img{
  	margin-left: 0;
  }*/
}
/*
@media (max-width: 1024px) {
	.ym-g75.ym-gr.abschlussLinks > ul{
		font-size: 17px !important;
	}
}*/
/*-------------------------------------  End Footer-Link Dl.com ---------------*/
/* line 1, ../../sass/modules/_meta.scss */
.meta {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

/* line 18, ../../sass/modules/_meta.scss */
.openthis {
  text-decoration: none !important;
  font-size: 30px;
  color: #ff0000;
  display: inline-block;
}
/* line 23, ../../sass/modules/_meta.scss */
.openthis:hover, .openthis:focus {
  color: #333;
}

/* line 30, ../../sass/modules/_meta.scss */
.meta-left {
  float: left;
  width: auto;
  margin: 0 40px 0 0;
  position: relative;
  padding-top: 7px;
}
/* line 37, ../../sass/modules/_meta.scss */
.meta-left svg#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 44, ../../sass/modules/_meta.scss */
.meta-left a.logo {
  display: block;
  position: relative;
  width: 300px;
  left: 20px;
}

/* line 88, ../../sass/modules/_meta.scss */
.meta-middle {
  height: auto;
  font-size: 24px;
  padding-top: 20px;
}

/* line 94, ../../sass/modules/_meta.scss */
.meta-right {
  float: right;
  width: 34%;
  margin: 10px 0;
}

/* line 118, ../../sass/modules/_meta.scss */
.ym-searchform {
  float: right;
  width: 278px;
  padding-right: 5px;
  position: relative;
}
/* line 157, ../../sass/modules/_meta.scss */
.ym-searchform input,
.ym-searchform select,
.ym-searchform textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 162, ../../sass/modules/_meta.scss */
.ym-searchform input {
  width: 100%;
  background-color: #f6f4f1;
  border: none;
  color: #333;
  padding: 17px 35px 17px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 183, ../../sass/modules/_meta.scss */
.landingpage .ym-searchform {
  padding-right: 0;
}

/* line 190, ../../sass/modules/_meta.scss */
.lupe {
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 21px;
  background: no-repeat center center;
  background-image: url('../images/icons/search_grey.png');
  cursor: pointer;
}
/* line 200, ../../sass/modules/_meta.scss */
.lupe:active {
  top: 16px;
  right: 9px;
}

/* line 209, ../../sass/modules/_meta.scss */
.logincnt {
  float: right;
  position: relative;
}

/* line 215, ../../sass/modules/_meta.scss */
.login,
.logout {
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  color: #ff0000;
  padding: 5px;
}

/* line 232, ../../sass/modules/_meta.scss */
#loginFlyoutR .loginFlyoutRightColumns ul li a:after {
  content: "\203a";
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}

/* line 243, ../../sass/modules/_meta.scss */
.loginform {
  display: none;
  position: absolute;
  top: 30px;
  right: 90px;
  z-index: 70;
  max-width: 1180px;
  width: 98%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 252, ../../sass/modules/_meta.scss */
.loginform:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff0000 transparent;
  top: -10px;
  right: 96px;
}
/* line 269, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column, .loginform .mm .flyout-column {
  margin: 0;
}
/* line 272, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column:first-child, .loginform .mm .flyout-column:first-child {
  padding-right: 20px;
  border-left: none;
}
/* line 276, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column:first-child + .flyout-column, .loginform .mm .flyout-column:first-child + .flyout-column {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 280, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column.ym-gr, .loginform .mm .flyout-column.ym-gr {
  padding-left: 20px;
}
/* line 283, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column header, .loginform .mm .flyout-column header {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}
/* line 288, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column .ym-g33, .loginform .mm .flyout-column .ym-g33, .loginform .ym-grid .flyout-column .ym-g66, .loginform .mm .flyout-column .ym-g66 {
  margin: 0;
}
/* line 293, ../../sass/modules/_meta.scss */
.loginform header {
  padding: 20px;
  background-color: #fff;
}
/* line 297, ../../sass/modules/_meta.scss */
.loginform footer {
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f6f4f1;
  padding-top: 30px;
}
/* line 308, ../../sass/modules/_meta.scss */
.loginform h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
/* line 313, ../../sass/modules/_meta.scss */
.loginform h5 {
  color: #ff0000;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
/* line 319, ../../sass/modules/_meta.scss */
.loginform ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 322, ../../sass/modules/_meta.scss */
.loginform ul li {
  margin-left: 0;
  margin-bottom: 15px;
}
/* line 325, ../../sass/modules/_meta.scss */
.loginform ul li a {
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* line 347, ../../sass/modules/_meta.scss */
.loginform ul li span.time-period {
  position: relative;
  display: block;
  padding-top: 10px;
  color: #444;
}
/* line 357, ../../sass/modules/_meta.scss */
.loginform form div {
  margin-bottom: 10px;
}
/* line 360, ../../sass/modules/_meta.scss */
.loginform form label {
  display: block;
}
/* line 363, ../../sass/modules/_meta.scss */
.loginform form input,
.loginform form select,
.loginform form textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 368, ../../sass/modules/_meta.scss */
.loginform form input {
  border: 1px solid #ddd8d3;
  padding: 5px;
  width: 100%;
}
/* line 373, ../../sass/modules/_meta.scss */
.loginform form button {
  display: block;
  padding: 5px;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
/* line 382, ../../sass/modules/_meta.scss */
.loginform form button:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* line 389, ../../sass/modules/_meta.scss */
.loginform form button:hover, .loginform form button:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 393, ../../sass/modules/_meta.scss */
.loginform form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 399, ../../sass/modules/_meta.scss */
.loginform form .input-cnt {
  margin: 0;
  min-height: 45px;
}
/* line 403, ../../sass/modules/_meta.scss */
.loginform form .error {
  display: none;
  background-color: transparent;
  color: #ff0000;
  font-size: 11px;
  margin: 5px 0;
}
/* line 411, ../../sass/modules/_meta.scss */
.loginform .forgot-password {
  margin-top: 20px;
}
/* line 413, ../../sass/modules/_meta.scss */
.loginform .forgot-password a {
  text-decoration: none;
}
/* line 415, ../../sass/modules/_meta.scss */
.loginform .forgot-password a:hover, .loginform .forgot-password a:focus {
  text-decoration: underline;
}
/* line 421, ../../sass/modules/_meta.scss */
.loginform .login-head a {
  color: #444;
  text-decoration: none;
}
/* line 424, ../../sass/modules/_meta.scss */
.loginform .login-head a:hover, .loginform .login-head a:focus {
  color: #ff0000;
}
/* line 428, ../../sass/modules/_meta.scss */
.loginform .login-head.active a {
  color: #ff0000;
}
/* line 432, ../../sass/modules/_meta.scss */
.loginform .login-form {
  display: none;
}
/* line 434, ../../sass/modules/_meta.scss */
.loginform .login-form:first-child {
  display: block;
}

@media (min-width: 1400px) {
  /* line 543, ../../sass/modules/_meta.scss */
  .contact-flyout {
    top: 117px !important;
    right: 30px;
  }
}
/* line 549, ../../sass/modules/_meta.scss */
.mobLoginLevels .contact-flyout:after {
  border: 0 none;
}

/* line 552, ../../sass/modules/_meta.scss */
.contact-flyout {
  display: none;
  position: absolute;
  top: 106px;
  right: 15px;
  z-index: 20;
  width: 98%;
  max-width: 1180px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 561, ../../sass/modules/_meta.scss */
.contact-flyout:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #ff0000 transparent;
  top: -22px;
  right: 27px;
}
/* line 572, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid, .contact-flyout .mm {
  padding: 20px;
  background-color: #f6f4f1;
}
/* line 575, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column, .contact-flyout .mm .flyout-column {
  margin: 0;
  border-left: 1px solid #ddd8d3;
}
/* line 581, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column:first-child, .contact-flyout .mm .flyout-column:first-child {
  padding-right: 30px;
  border-left: none;
}
/* line 585, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column:first-child + .flyout-column, .contact-flyout .mm .flyout-column:first-child + .flyout-column {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 589, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column.ym-gr, .contact-flyout .mm .flyout-column.ym-gr {
  padding-left: 30px;
}
/* line 592, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column header, .contact-flyout .mm .flyout-column header {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}
/* line 599, ../../sass/modules/_meta.scss */
.contact-flyout h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
/* line 604, ../../sass/modules/_meta.scss */
.contact-flyout h5 {
  color: #ff0000;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
/* line 610, ../../sass/modules/_meta.scss */
.contact-flyout header {
  padding: 20px;
  background-color: #fff;
}
/* line 614, ../../sass/modules/_meta.scss */
.contact-flyout footer {
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: center;
  background-color: #f6f4f1;
}
/* line 619, ../../sass/modules/_meta.scss */
.contact-flyout footer h4 {
  color: #ff0000;
  margin-bottom: 25px;
}
/* line 624, ../../sass/modules/_meta.scss */
.contact-flyout ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 627, ../../sass/modules/_meta.scss */
.contact-flyout ul.linklist {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd8d3;
}
/* line 632, ../../sass/modules/_meta.scss */
.contact-flyout ul li {
  margin-left: 0;
  margin-bottom: 15px;
}
/* line 635, ../../sass/modules/_meta.scss */
.contact-flyout ul li a {
  text-decoration: none;
}
/* line 637, ../../sass/modules/_meta.scss */
.contact-flyout ul li a:after {
  content: "\203a";
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}
/* line 647, ../../sass/modules/_meta.scss */
.contact-flyout ul li span.time-period {
  position: relative;
  display: block;
  padding-top: 10px;
  color: #444;
}
/* line 657, ../../sass/modules/_meta.scss */
.contact-flyout .telefon:before, .contact-flyout .fax:before, .contact-flyout .email:before {
  content: "";
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
}
/* line 666, ../../sass/modules/_meta.scss */
.contact-flyout .telefon {
  position: relative;
  padding-left: 30px;
}
/* line 669, ../../sass/modules/_meta.scss */
.contact-flyout .telefon:before {
  background-image: url('../images/icons/phone_red.png');
  position: absolute;
  left: 0;
}
/* line 675, ../../sass/modules/_meta.scss */
.contact-flyout .fax {
  position: relative;
  padding-left: 30px;
}
/* line 678, ../../sass/modules/_meta.scss */
.contact-flyout .fax:before {
  background-image: url('../images/icons/printer_red.png');
  position: absolute;
  left: 0;
}
/* line 684, ../../sass/modules/_meta.scss */
.contact-flyout .email {
  position: relative;
  padding-left: 30px;
}
/* line 687, ../../sass/modules/_meta.scss */
.contact-flyout .email:before {
  height: 15px;
  background-image: url('../images/icons/mail_red.png');
  position: absolute;
  left: 0;
  top: 2px;
}
/* line 695, ../../sass/modules/_meta.scss */
.contact-flyout .email a:after {
  content: none;
  margin-left: 0;
}
/* line 701, ../../sass/modules/_meta.scss */
.contact-flyout .contactname {
  color: #ff0000;
  margin-bottom: 0;
}
/* line 704, ../../sass/modules/_meta.scss */
.contact-flyout .contactname:before {
  display: none;
}

/* line 773, ../../sass/modules/_meta.scss */
.switchcnt {
  float: right;
  position: relative;
  padding-left: 5px;
}

/* line 779, ../../sass/modules/_meta.scss */
.switch {
  height: 23px;
  width: 27px;
  color: #333;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  text-decoration: underline !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 788, ../../sass/modules/_meta.scss */
.switch:first-child {
  margin-right: 0;
  right: auto;
}
/* line 792, ../../sass/modules/_meta.scss */
.switch.active {
  text-decoration: none !important;
  font-weight: bold;
}
/* line 796, ../../sass/modules/_meta.scss */
.switch:hover, .switch:focus {
  background: none;
  color: #333;
}

/* line 802, ../../sass/modules/_meta.scss */
.logincnt a.login span {
  color: #333;
}

@media (max-width: 880px) {
  /* line 807, ../../sass/modules/_meta.scss */
  .switch {
    font-size: 18px;
  }
}
/* line 815, ../../sass/modules/_meta.scss */
.kontaktlink {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 839, ../../sass/modules/_meta.scss */
.loginform,
.int-site-list,
.contact-flyout {
  border: solid 1px #ddd8d3;
}
/* line 843, ../../sass/modules/_meta.scss */
.loginform:after,
.int-site-list:after,
.contact-flyout:after {
  width: 11px;
  height: 6px;
  border: none;
  top: -6px;
  right: 34px;
  background-image: url('../images/flyout-arrow.png');
  background-repeat: no-repeat;
}

/* line 853, ../../sass/modules/_meta.scss */
.loginform,
.contact-flyout {
  right: 10px;
  max-width: 1255px;
}

/* line 859, ../../sass/modules/_meta.scss */
.loginform:after {
  right: 96px;
}

/* line 1, ../../sass/modules/_errors.scss */
#errorDiv {
  display: none;
}

/* line 1, ../../sass/modules/_cta.scss */
.cta {
  display: block;
  padding: 10px 30px 10px 10px;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  float: right;
  margin-bottom: 20px;
  width: auto;
  min-width: 150px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
/* line 14, ../../sass/modules/_cta.scss */
.cta:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
  top: 20%;
}
/* line 21, ../../sass/modules/_cta.scss */
.cta:hover, .cta:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 25, ../../sass/modules/_cta.scss */
.cta:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 34, ../../sass/modules/_cta.scss */
.ym-g25 .cta,
.marginColumn .cta {
  width: 100%;
  min-width: 0;
  margin-top: 20px;
}

/* line 1, ../../sass/modules/hero/_hero.scss */
.hero {
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
}

/* line 7, ../../sass/modules/hero/_hero.scss */
.hugeimage {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block !important;
}

/* line 16, ../../sass/modules/hero/_hero.scss */
.hero > .hero-overlay {
  z-index: 200;
}

/* line 19, ../../sass/modules/hero/_hero.scss */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
}
/* line 33, ../../sass/modules/hero/_hero.scss */
.hero-overlay .ym-wbox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}

/* line 55, ../../sass/modules/hero/_hero.scss */
.buehne-overlay {
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
/* line 61, ../../sass/modules/hero/_hero.scss */
.buehne-overlay .ym-wbox {
  padding-bottom: 0;
}

/* line 68, ../../sass/modules/hero/_hero.scss */
.videocnt + .buehne-overlay {
  display: none;
}

/* line 75, ../../sass/modules/hero/_hero.scss */
.brand-headline {
  position: relative;
  margin: 0 0 0 25%;
  padding: 43px 14px 0 10px;
  display: block;
  overflow: hidden;
}
/* line 81, ../../sass/modules/hero/_hero.scss */
.brand-headline h1 {
  position: relative;
  left: -40px;
  margin: 0 50px 0 0;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99FF0000', EndColorStr='#99FF0000');
  zoom: 1;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.2px;
  word-spacing: 1px;
  padding: 20px 0 20px 80px;
  z-index: 5;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
/* line 94, ../../sass/modules/hero/_hero.scss */
.brand-headline h1 span {
  display: inline-block;
  padding-right: 100px;
  -webkit-transform: skewX(18deg);
  -moz-transform: skewX(18deg);
  -ms-transform: skewX(18deg);
  -o-transform: skewX(18deg);
  transform: skewX(18deg);
}
/* line 100, ../../sass/modules/hero/_hero.scss */
.brand-headline .bg-skew {
  display: inline-block;
  text-align: right;
  height: 65%;
  background-color: #e2dbcf;
  width: 220px;
  position: absolute;
  top: 15%;
  right: -20px;
  z-index: 1;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
}

/* line 169, ../../sass/modules/hero/_hero.scss */
.brand-headline h1 {
  background-color: #ff0000;
  left: -45px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.32491969623290606, M21=0, M22=1, SizingMethod='auto expand')";
}
/* line 173, ../../sass/modules/hero/_hero.scss */
.brand-headline h1 span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.3249196962329065, M21=0, M22=1, SizingMethod='auto expand')";
}
/* line 177, ../../sass/modules/hero/_hero.scss */
.brand-headline .bg-skew {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.32491969623290606, M21=0, M22=1, SizingMethod='auto expand')";
}

/* line 1, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser {
  position: absolute;
  z-index: 10;
  right: 140px;
  top: 16%;
  width: 500px;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
/* line 10, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser p {
  margin: 10px 0 10px 25px;
}
/* line 13, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .weiterlesen {
  text-decoration: none;
  color: #ff0000;
  display: block;
  text-align: right;
}
/* line 18, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .weiterlesen:after {
  content: "\00BB";
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  height: 25px;
  padding: 0 3px;
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
  margin-left: 20px;
}
/* line 31, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .weiterlesen:hover:after, .heroteaser .weiterlesen:focus:after {
  color: #ff0000;
  background-color: #fff;
}
/* line 36, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .weiterlesen + .claim {
  margin: 0 0 0 25px;
}
/* line 40, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .claim {
  color: #ff0000;
  margin: 15px 0 0 25px;
  font-size: 18px;
}

/* line 68, ../../sass/modules/hero/_heroteaser.scss */
.heroheadlinewrapper {
  background: transparent url('../images/bg-panel.png?1552669940') no-repeat scroll right 20px;
  height: 140px;
  padding: 20px 36% 10px 25px;
  display: table;
  width: 100%;
}
/* line 74, ../../sass/modules/hero/_heroteaser.scss */
.heroheadlinewrapper .heroheadline {
  color: #fff;
  display: table-cell;
  font-size: 21px;
  padding-top: 20px;
  vertical-align: middle;
  line-height: 1;
}

/* line 88, ../../sass/modules/hero/_heroteaser.scss */
.no-content .heroheadlinewrapper {
  margin-bottom: 20px;
}

/* line 96, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper {
  width: 75%;
  margin-left: 25%;
  padding: 20px 18% 10px 30px;
}
/* line 128, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline h1 {
  line-height: 1.25;
}

/* line 130, ../../sass/modules/hero/_heroteaser.scss */
.contentwrapper {
  width: 80%;
  margin: 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}

/* line 3, ../../sass/modules/hero/_heroteasercontrolcnt.scss */
.teasercontrolcnt {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* line 12, ../../sass/modules/hero/_heroteasercontrolcnt.scss */
.teasercontrol, .teasercontrol li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 17, ../../sass/modules/hero/_heroteasercontrolcnt.scss */
.teasercontrol li {
  height: 100px;
}
/* line 20, ../../sass/modules/hero/_heroteasercontrolcnt.scss */
.teasercontrol a {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1.5;
  font-size: 18px;
  color: #333;
}
/* line 32, ../../sass/modules/hero/_heroteasercontrolcnt.scss */
.teasercontrol a.active, .teasercontrol a.active:hover, .teasercontrol a.active:focus, .teasercontrol a.active:active {
  background-color: rgba(255, 255, 255, 0.85);
}
/* line 34, ../../sass/modules/hero/_heroteasercontrolcnt.scss */
.teasercontrol a.active:before, .teasercontrol a.active:hover:before, .teasercontrol a.active:focus:before, .teasercontrol a.active:active:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #ff0000;
}
/* line 46, ../../sass/modules/hero/_heroteasercontrolcnt.scss */
.teasercontrol a:hover, .teasercontrol a:focus {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1, ../../sass/modules/hero/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

/* line 7, ../../sass/modules/hero/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 13, ../../sass/modules/hero/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/* line 20, ../../sass/modules/hero/_carousel.scss */
.carousel-inner > .active {
  display: block;
  left: 0;
}

/* line 26, ../../sass/modules/hero/_carousel.scss */
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

/* line 32, ../../sass/modules/hero/_carousel.scss */
.carousel.carousel-fade .active.item {
  opacity: 1;
}

/* line 38, ../../sass/modules/hero/_carousel.scss */
.carousel .item {
  background-origin: padding-box;
}

/* line 44, ../../sass/modules/hero/_carousel.scss */
.hero.carousel .item {
  display: none;
}
/* line 46, ../../sass/modules/hero/_carousel.scss */
.hero.carousel .item:first-child {
  display: block;
}

/* line 54, ../../sass/modules/hero/_carousel.scss */
.js .hero.carousel .item {
  display: block;
}

/* line 62, ../../sass/modules/hero/_carousel.scss */
.indicators-overlay {
  position: absolute;
  top: 370px;
  right: 180px;
  z-index: 100;
  max-width: 1280px;
  padding: 0 140px;
}

/* line 84, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators, .carousel-indicators li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 89, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  margin-left: 12px;
}
/* line 92, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators li:first-child {
  margin-left: 0;
}
/* line 95, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators li.active a {
  background-color: #ff0000;
}
/* line 99, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators a {
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#80000000');
  zoom: 1;
}
/* line 105, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators a:hover, .carousel-indicators a:focus {
  background-color: #f6f4f1;
}
/* line 108, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators a:active {
  background-color: #ff0000;
}

/* line 3, ../../sass/modules/hero/_parallax.scss */
.contentslot > .hero.carousel .parallax:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 20%;
  /*background: radial-gradient(ellipse at bottom left,rgba(0,0,0,0.5),rgba(0,0,0,0) 68%);*/
}
/* line 16, ../../sass/modules/hero/_parallax.scss */
.contentslot > .hero.carousel .parallax.theme-dunkel:before {
  /*background: radial-gradient(ellipse at bottom left,rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 68%);*/
}

/* line 27, ../../sass/modules/hero/_parallax.scss */
.contentslot > .hero.heroSub.carousel .parallax:before {
  background: none;
}

/* line 36, ../../sass/modules/hero/_parallax.scss */
.parallax {
  background-attachment: scroll;
  background-position: left top;
  background-size: cover;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 60vh;
}
/* line 45, ../../sass/modules/hero/_parallax.scss */
.parallax img {
  visibility: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inline;
}

/* line 61, ../../sass/modules/hero/_parallax.scss */
.slick-slide .parallax img {
  display: block;
}

/* line 68, ../../sass/modules/hero/_parallax.scss */
.parallaxVideo {
  max-height: 100% !important;
}

/* line 1, ../../sass/modules/navigations/_subnavigation.scss */
.no-subnav {
  padding-top: 0 !important;
}

/* line 7, ../../sass/modules/navigations/_subnavigation.scss */
.subnav {
  padding-top: 0 !important;
  border-bottom: 4px solid #ddd8d3;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
/* line 19, ../../sass/modules/navigations/_subnavigation.scss */
.subnav h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}
/* line 23, ../../sass/modules/navigations/_subnavigation.scss */
.subnav h3.activePage {
  color: #ff0000;
  cursor: pointer;
}
/* line 29, ../../sass/modules/navigations/_subnavigation.scss */
.subnav ul {
  margin-top: 30px;
}
/* line 32, ../../sass/modules/navigations/_subnavigation.scss */
.subnav ul li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 20px;
}
/* line 37, ../../sass/modules/navigations/_subnavigation.scss */
.subnav ul li a {
  font-size: 18px;
  text-decoration: none;
}
/* line 41, ../../sass/modules/navigations/_subnavigation.scss */
.subnav ul li a:after {
  content: "\00BB";
  font-size: 20px;
}

/* siblings flyout */
/* line 51, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyout .siblingsFlyoutElement.active, .siblingsFlyout .siblingsFlyoutElement:hover {
  background-color: #ff0000;
}

/* line 54, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyout .siblingsFlyoutElement:hover a {
  color: white;
}

/* line 57, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyout .siblingsFlyoutElement.active a {
  color: white;
}

/* line 60, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyout .siblingsFlyoutElement a {
  text-decoration: none;
  font-size: 18px;
}

/* line 64, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyoutElement:hover:after {
  opacity: 0;
}

/* line 67, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyoutElement {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 23px;
  padding-left: 15px;
  margin-left: 0px;
}

/* line 75, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyoutElement:after {
  cursor: pointer;
  content: "\00a0\00BB";
  display: inline;
  padding-right: 10px;
  line-height: 20px;
  font-size: 18px;
  color: #444;
}

/* line 84, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyout {
  z-index: 1000;
  display: none;
  position: absolute;
  right: 0;
  margin-top: 1%;
  background-color: #f6f4f1;
  min-width: 24%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 0 10px 0;
}

/* line 99, ../../sass/modules/navigations/_subnavigation.scss */
.siblingsFlyout::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 170px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6f4f1;
  border-color: #f6f4f1 transparent;
}

/* line 110, ../../sass/modules/navigations/_subnavigation.scss */
.submenuArrow-down:after {
  margin-left: 2%;
  content: "\00a0▾";
  display: inline;
  vertical-align: baseline;
  width: 0;
  height: 0;
}

/* line 118, ../../sass/modules/navigations/_subnavigation.scss */
.submenuArrow-up:after {
  margin-left: 2%;
  content: "\00a0▴";
  display: inline;
  vertical-align: baseline;
  width: 0;
  height: 0;
}

/* Highlighting Main page in the flyout */
/* line 128, ../../sass/modules/navigations/_subnavigation.scss */
.landingActivePage:after {
  opacity: 0;
}

/* line 131, ../../sass/modules/navigations/_subnavigation.scss */
.landingActivePage.without-after-element:after {
  color: #444;
  opacity: 1;
}

/* line 1, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar {
  position: absolute;
  right: 0;
  margin-top: 30px;
  width: 70px;
  z-index: 1000;
}
/* line 12, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar.fixed {
  position: fixed;
}
/* line 16, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyElement {
  position: relative;
}
/* line 20, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyIcon {
  margin-bottom: 12px;
  cursor: pointer;
}
/* line 24, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyIcon svg {
  border-radius: 50px;
  border: 1px solid grey;
  width: 50px;
  height: 50px;
  padding: 4px;
  background-color: #fff;
}
/* line 33, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyIcon.active svg {
  background-color: #ff0000;
  border-color: #ff0000;
  fill: #fff;
}
/* line 42, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyIcon.stickySidebarBackToTop.active svg {
  background-color: #ff0000;
  border-color: #ff0000;
  fill: #fff;
}
/* line 48, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyIcon.stickySidebarBackToTop svg {
  background-color: #a3988e;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 10px;
  fill: #fff;
}
/* line 61, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyFlyout .stickyFlyoutElement header {
  font-size: 16px;
}
/* line 65, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyFlyout .contact-flyout {
  top: 0 !important;
  min-width: 1000px;
  right: 100px;
}
/* line 70, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .stickyFlyout .contact-flyout:after {
  content: none;
}
/* line 83, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .sidebarServiceFlyout {
  position: absolute;
  right: 100px;
  top: 0;
  display: none;
  min-width: 420px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 91, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .sidebarServiceFlyout header {
  padding: 20px;
  background-color: #fff;
}
/* line 95, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .sidebarServiceFlyout .sidebarServiceContent {
  padding: 20px;
  background-color: #f6f4f1;
  margin-bottom: 0;
}
/* line 100, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .sidebarServiceFlyout .sidebarServiceContent .cta {
  float: none;
}
/* line 106, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .sidebarSearchFlyout {
  position: absolute;
  right: 90px;
  top: 0;
  display: none;
  width: 420px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 114, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .sidebarSearchFlyout header {
  padding: 20px;
  background-color: #fff;
}
/* line 118, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .sidebarSearchFlyout .sidebarSearchContent {
  padding: 20px;
  background-color: #f6f4f1;
  margin-bottom: 0;
  min-height: 120px;
}
/* line 128, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .world-list-container-sidebar {
  display: none;
  position: absolute;
  right: 100px;
  top: 0;
  width: 350px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 136, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .world-list-container-sidebar header {
  padding: 20px;
  background-color: #fff;
}
/* line 139, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .world-list-container-sidebar header h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
/* line 145, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .world-list-container-sidebar ul {
  padding: 20px;
  background-color: #f6f4f1;
  margin-bottom: 0;
  list-style: none;
}
/* line 150, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .world-list-container-sidebar ul .ym-g50 {
  margin-bottom: 0;
}
/* line 153, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .world-list-container-sidebar ul li {
  margin-left: 0;
}
/* line 155, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebar .world-list-container-sidebar ul li a {
  text-decoration: none;
}

/* StickySidebar Tool Tip */
/* line 164, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebarTooltip {
  position: relative;
  display: inline-block;
}

/* line 169, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebarTooltip .stickySidebarTooltiptext {
  visibility: hidden;
  width: 90px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2000;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 186, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebarTooltiptext:hover {
  visibility: hidden !important;
}

/* line 191, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebarTooltip .stickySidebarTooltiptext::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 55%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  border-color: #555 transparent;
}

/* line 206, ../../sass/modules/navigations/_stickySidebar.scss */
.stickySidebarTooltip:hover .stickySidebarTooltiptext {
  visibility: visible;
  opacity: 1;
}

/* x zum schließen der Flyouts */
/* line 212, ../../sass/modules/navigations/_stickySidebar.scss */
.stickyFlyoutClose {
  height: 20px;
  position: absolute;
  float: right;
  top: 5px;
  right: 5px;
}

/* line 219, ../../sass/modules/navigations/_stickySidebar.scss */
svg.stickyFlyoutClose {
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  cursor: pointer;
}

/* line 1, ../../sass/modules/navigations/_megamenue.scss */
.mainnav.affix {
  position: fixed;
  top: 0;
  z-index: 1001;
}

/* line 14, ../../sass/modules/navigations/_megamenue.scss */
.mainnav {
  max-width: 1280px;
  margin: 0 auto;
  /*position: absolute;*/
  top: 75px;
  padding: 0 20px 0 0;
  z-index: 10;
}
/* line 21, ../../sass/modules/navigations/_megamenue.scss */
.mainnav ul, .mainnav li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

/* line 28, ../../sass/modules/navigations/_megamenue.scss */
.mm-container {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  z-index: 100;
  margin: 0;
  border: solid 1px #ddd8d3;
  border-bottom: none;
}

/* line 39, ../../sass/modules/navigations/_megamenue.scss */
.mm-container {
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#40000000');
  zoom: 1;
}

/* line 43, ../../sass/modules/navigations/_megamenue.scss */
.mm {
  display: none;
  width: 100%;
  max-height: 500px;
  padding: 25px 20px 20px;
  position: relative;
  overflow-y: auto;
  left: 0;
  top: inherit;
  margin-bottom: 0;
  background: #f6f4f1;
}
/* line 54, ../../sass/modules/navigations/_megamenue.scss */
.mm a {
  text-decoration: none;
}

/* line 59, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel {
  display: table-cell;
  margin: 0;
  border-left: 1px solid #ddd8d3;
  background-color: #fff;
}
/* line 66, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel:hover .secondlevel, .firstlevel:focus .secondlevel {
  display: block;
  z-index: 1000;
  width: 400%;
  max-width: 1160px;
  left: 0px;
}
/* line 76, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel:focus .secondlevel {
  left: -100%;
}
/* line 82, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: -200%;
}
/* line 88, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: -300%;
}
/* line 94, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: -400%;
}
/* line 100, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: -500%;
}
/* line 106, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: -600%;
}
/* line 112, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: -700%;
}
/* line 123, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel:first-child {
  border: none;
}
/* line 126, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel:last-of-type {
  margin: 0;
}
/* line 129, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel > a, .firstlevel > a:visited {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  margin: 5px 5px 0 5px;
  text-decoration: none;
  text-align: center;
  background: #fff;
  color: #666;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  position: relative;
  border-bottom: 2px solid #fff;
}
/* line 143, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel > a:hover, .firstlevel > a:active {
  background: #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
/* line 147, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel > a:active {
  outline: none;
}
/* line 150, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel.active > a {
  background: #f6f4f1;
  color: #ff0000;
  border-bottom: 2px solid #f6f4f1;
}
/* line 155, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel.marked > a {
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
}
/* line 159, ../../sass/modules/navigations/_megamenue.scss */
.firstlevel.marked.active > a {
  border-bottom: 2px solid #f6f4f1;
}

/* line 166, ../../sass/modules/navigations/_megamenue.scss */
.secondlevel > li > a {
  color: #ff0000;
}
/* line 168, ../../sass/modules/navigations/_megamenue.scss */
.secondlevel > li > a:hover, .secondlevel > li > a:focus {
  text-decoration: underline;
}
/* line 172, ../../sass/modules/navigations/_megamenue.scss */
.secondlevel > li {
  float: left;
  width: 33.33333333%;
  padding: 0 0 20px 20px;
}
/* line 176, ../../sass/modules/navigations/_megamenue.scss */
.secondlevel > li:nth-of-type(4) {
  clear: both;
}

/* line 183, ../../sass/modules/navigations/_megamenue.scss */
.thirdlevel {
  margin: 10px 0 0 0;
}
/* line 185, ../../sass/modules/navigations/_megamenue.scss */
.thirdlevel li {
  padding-left: 10px;
  line-height: 2;
  margin-bottom: 8px;
}
/* line 189, ../../sass/modules/navigations/_megamenue.scss */
.thirdlevel li a {
  color: #666;
}
/* line 191, ../../sass/modules/navigations/_megamenue.scss */
.thirdlevel li a:hover, .thirdlevel li a:focus {
  text-decoration: underline;
}

/* line 199, ../../sass/modules/navigations/_megamenue.scss */
.nosub {
  margin-bottom: 20px;
}

/* line 202, ../../sass/modules/navigations/_megamenue.scss */
.mainnav.affix {
  max-width: 1280px;
}

/* line 209, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel:hover .secondlevel, .js .firstlevel:focus .secondlevel {
  display: none;
  z-index: 1000;
  width: auto;
  max-width: none;
}
/* line 218, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 224, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 230, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 236, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 242, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 248, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 254, ../../sass/modules/navigations/_megamenue.scss */
.js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}

/*! responsive-nav.js 1.0.32 by @viljamis */
/* line 4, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .meta {
  position: static;
}
/* line 8, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse {
  background-color: #f6f4f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  width: 70%;
}
/* line 22, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse ul {
  list-style: none;
  width: 100%;
  float: none;
}
/* line 32, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse.opened {
  display: block !important;
  max-height: 9999px;
}
/* line 36, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse ul {
  margin: 0;
  padding: 0;
}
/* line 40, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse li {
  float: none;
}
/* line 43, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse .firstlevel {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a3988e;
}
/* line 48, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse .secondlevel {
  margin-left: 20px;
}
/* line 50, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse .secondlevel li {
  margin-left: 10px;
}
/* line 56, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .disable-pointer-events {
  pointer-events: none !important;
}
/* line 60, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 73, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse li {
  float: left;
  width: 100%;
}
/* line 86, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse a {
  color: #333;
  text-decoration: none;
  display: block;
  background: transparent;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
}
/* line 93, ../../sass/modules/navigations/_responsive-nav.scss */
.js-nav-active .nav-collapse a:hover, .js-nav-active .nav-collapse a:focus, .js-nav-active .nav-collapse a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* line 101, ../../sass/modules/navigations/_responsive-nav.scss */
.js .nav-collapse {
  display: block;
}

/* line 104, ../../sass/modules/navigations/_responsive-nav.scss */
.nav-toggle {
  display: none;
}

@media screen and (min-width: 881px) {
  /* line 109, ../../sass/modules/navigations/_responsive-nav.scss */
  .js .nav-collapse {
    display: block;
  }

  /* line 112, ../../sass/modules/navigations/_responsive-nav.scss */
  .nav-toggle {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  /* line 118, ../../sass/modules/navigations/_responsive-nav.scss */
  .nav-toggle {
    display: block;
  }

  /* line 121, ../../sass/modules/navigations/_responsive-nav.scss */
  .nav-collapse.closed {
    max-height: none;
    display: none;
  }
}
/* line 134, ../../sass/modules/navigations/_responsive-nav.scss */
.nav-collapse.opened {
  max-height: 9999px;
  display: block;
}

/* line 1, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_menu {
  display: none;
}
/* line 3, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_menu .slicknav_arrow {
  display: inline-block;
  margin-left: 15px;
  font-size: 150%;
  position: relative;
  top: 1px;
  color: #444;
}
/* line 10, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_menu .slicknav_arrow:hover, .slicknav_menu .slicknav_arrow:focus {
  color: #ff0000;
}

/* line 15, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_btn {
  width: 45px;
  height: 55px;
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  margin: 0 0 0 5px;
  text-decoration: none;
}

/* line 26, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_btn:after {
  width: 45px;
  height: 55px;
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  margin: 0 0 0 5px;
  text-decoration: none;
}

/* line 37, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav_hidden {
  display: none;
}

/* line 38, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_open > .slicknav_item,
.slicknav_open > .slicknav_item > a {
  color: #ff0000;
}
/* line 41, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_open > .slicknav_item .slicknav_arrow,
.slicknav_open > .slicknav_item > a .slicknav_arrow {
  top: 3px;
}

/* line 46, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav {
  background-color: #f6f4f1;
  position: absolute;
  z-index: 1100;
  top: 95px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  border-top: none;
}
/* line 64, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 69, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav li {
  float: none;
}
/* line 72, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel {
  padding: 10px 0;
  margin-left: 0;
  border-bottom: 1px solid #ddd8d3;
}
/* line 76, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel:first-child {
  padding-top: 11px;
}
/* line 79, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel:last-child {
  border: none;
  padding-bottom: 12px;
}
/* line 86, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .secondlevel li, .slicknav_nav .thirdlevel li {
  margin-left: 0px;
}
/* line 90, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a {
  color: #444;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  padding: 10px 0 10px 5px;
}
/* line 96, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a:hover, .slicknav_nav a:active {
  color: #ff0000;
}
/* line 99, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a.slicknav_item {
  border-bottom: solid 3px #DDD8D3;
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 107, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a.slicknav_item > a {
  color: inherit;
  outline: none;
  max-width: 85%;
}
/* line 114, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .link-replacement {
  outline: none;
  display: inline-block;
  padding: 10px 0 10px 5px;
}
/* line 119, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .mm {
  display: block;
}

/* line 1, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb {
  overflow: hidden;
  width: 100%;
  top: 0;
  z-index: 2;
  padding: 8px 0 10px 0;
  margin: 0;
  position: inherit;
  font-size: 18px;
}
/* line 15, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .home-icon {
  width: 25px;
  padding-bottom: 3px;
  height: auto;
}
/* line 20, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .home-icon svg {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
  fill: #fff;
}
/* line 28, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb span {
  margin-right: 4px;
}
/* line 33, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb span a {
  color: #fff;
  text-decoration: none;
}
/* line 37, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb span a.activeNode {
  font-style: italic;
}
/* line 43, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .trenner {
  color: #fff;
}

/* line 59, ../../sass/modules/navigations/_breadcrumb.scss */
.markenelement {
  display: flex;
  position: relative;
  top: 7px;
}

/* line 68, ../../sass/modules/navigations/_breadcrumb.scss */
.markenelement-center {
  background: transparent url("../images/bg-panel-center-new.png") no-repeat scroll right 0px;
  width: auto;
  height: 50px;
  background-size: 70px 50px;
  min-width: 70px;
  z-index: 10;
}

/* line 77, ../../sass/modules/navigations/_breadcrumb.scss */
.markenelement-left {
  height: 43px;
  background-color: #ff0000;
  width: 85%;
  margin-top: 7px;
  z-index: 10;
  padding-left: 30px;
}

/* line 90, ../../sass/modules/navigations/_breadcrumb.scss */
.markenelement-right {
  height: 43px;
  background-color: #e2dbcf;
  width: 20%;
  z-index: 10;
}

/* line 1, ../../sass/modules/_textcntinner.scss */
.textcntinner {
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 107.1%;
}
/* line 5, ../../sass/modules/_textcntinner.scss */
.textcntinner h2 {
  color: #ff0000;
  font-size: 28px;
  margin: 0 0 20px 0;
}
/* line 10, ../../sass/modules/_textcntinner.scss */
.textcntinner > h2 {
  padding-top: 20px;
}
/* line 13, ../../sass/modules/_textcntinner.scss */
.textcntinner h3 {
  color: #333;
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 18, ../../sass/modules/_textcntinner.scss */
.textcntinner p {
  margin-bottom: 20px;
}
/* line 21, ../../sass/modules/_textcntinner.scss */
.textcntinner .image {
  float: none;
  display: block;
  margin: 0 0 1.5em 0;
}
/* line 25, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.float_left {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}
/* line 30, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.float_right {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}
/* line 36, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.center {
  display: block;
  text-align: center;
  margin: 0 auto 1.5em auto;
}
/* line 43, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h2 {
  color: #ff0000;
  font-size: 28px;
  margin: 0 0 20px 0;
}
/* line 48, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element > h2 {
  padding-top: 20px;
}
/* line 51, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h3 {
  color: #ff0000;
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 56, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h4 {
  color: #333;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 61, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h5 {
  color: #333;
  font-size: 18px;
  margin: 0 0 20px 0;
}
/* line 67, ../../sass/modules/_textcntinner.scss */
.textcntinner ul {
  margin-left: 14px;
  margin-bottom: 20px;
  list-style-type: square;
}
/* line 72, ../../sass/modules/_textcntinner.scss */
.textcntinner ul span {
  color: #444;
}
/* line 76, ../../sass/modules/_textcntinner.scss */
.textcntinner .download-list {
  width: 100%;
}
/* line 78, ../../sass/modules/_textcntinner.scss */
.textcntinner .download-list li {
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}
/* line 82, ../../sass/modules/_textcntinner.scss */
.textcntinner .download-list li:before {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url('../images/icons/download_list_icon.gif');
  background-color: transparent;
  position: absolute;
  top: 2px;
  left: -6px;
}
/* line 93, ../../sass/modules/_textcntinner.scss */
.textcntinner .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 100, ../../sass/modules/_textcntinner.scss */
.textcntinner:last-child > p:last-child, .textcntinner:last-child > ul:last-child, .textcntinner:last-child > ol:last-child, .textcntinner:last-child > h2:last-child,
.textcntinner:last-child > h3:last-child, .textcntinner:last-child > h4:last-child, .textcntinner:last-child > h5:last-child, .textcntinner:last-child > .videocnt:last-child {
  margin-bottom: 0;
}

/* line 108, ../../sass/modules/_textcntinner.scss */
.css-class-for-dlcom-list li {
  padding-left: 0 !important;
  list-style-image: url('../images/icons/dl_dot.gif');
  margin-left: 7px !important;
}

/* line 115, ../../sass/modules/_textcntinner.scss */
.privacy-police-form {
  text-align: left !important;
}

/* line 126, ../../sass/modules/_textcntinner.scss */
.ym-gbox .textcntinner:first-child > h2:first-child,
.ym-gbox .textcntinner:first-child .list-element h2:first-child,
.faq-content-inner .textcntinner:first-child > h2:first-child,
.faq-content-inner .textcntinner:first-child .list-element h2:first-child,
.faq-content-inner .composedcontent-akkordeon-content .textcntinner:first-child > h2:first-child,
.faq-content-inner .composedcontent-akkordeon-content .textcntinner:first-child .list-element h2:first-child {
  padding-top: 0;
}

/* line 135, ../../sass/modules/_textcntinner.scss */
.intro-text h2 {
  color: #ff0000;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 140, ../../sass/modules/_textcntinner.scss */
.intro-text p {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 1.15em;
}

/* line 2, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .teaser-block-link {
  height: 104%;
  width: 104%;
}
/* line 6, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .imageteaser {
  margin-bottom: 0;
}
/* line 9, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .teaser {
  margin-bottom: 0;
}
/* line 12, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .mejs-container {
  background: transparent;
}

/* line 17, ../../sass/modules/teaser/_teaser.scss */
.teaser {
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  border: 5px solid #fff;
}
/* line 22, ../../sass/modules/teaser/_teaser.scss */
.teaser ul {
  margin-left: 7px;
  margin-bottom: 0;
}
/* line 26, ../../sass/modules/teaser/_teaser.scss */
.teaser ul li {
  position: relative;
  padding-left: 10px;
}
/* line 29, ../../sass/modules/teaser/_teaser.scss */
.teaser ul li a {
  text-decoration: none;
}
/* line 36, ../../sass/modules/teaser/_teaser.scss */
.teaser .download-list li:before {
  width: 8px;
  height: 15px;
  background-image: url('../images/icons/download_list_icon.gif');
  background-color: transparent;
  top: 2px;
}
/* line 44, ../../sass/modules/teaser/_teaser.scss */
.teaser .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 52, ../../sass/modules/teaser/_teaser.scss */
.teaser.international-clock .ym-g50.ym-gl, .teaser.international-clock .ym-g50.ym-gr {
  padding-bottom: 0;
  padding-top: 10px;
}

/* line 60, ../../sass/modules/teaser/_teaser.scss */
.teaser + .teaser {
  margin-top: 20px;
}

/* line 64, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-small {
  font-size: 12px;
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  overflow: hidden;
}
/* line 71, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-small span {
  margin-bottom: 0;
}

/* line 75, ../../sass/modules/teaser/_teaser.scss */
.dark-teaser .teaserheader-small {
  color: #fff;
}

/* line 80, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed {
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
/* line 84, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed * {
  margin-bottom: 0;
}
/* line 87, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed .float-left {
  position: relative;
  top: 4px;
}

/* line 93, ../../sass/modules/teaser/_teaser.scss */
.whitebg {
  background-color: #fff;
}
/* line 95, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall {
  color: #ff0000;
}
/* line 97, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall a {
  text-decoration: none;
}
/* line 99, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall a:hover, .whitebg .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 104, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 110, ../../sass/modules/teaser/_teaser.scss */
.greybg,
.white-bg .teaser.whitebg {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
/* line 114, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall,
.white-bg .teaser.whitebg .teaserheadsmall {
  color: #ff0000;
}
/* line 116, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a,
.white-bg .teaser.whitebg .teaserheadsmall a {
  text-decoration: none;
}
/* line 118, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a:hover, .greybg .teaserheadsmall a:focus,
.white-bg .teaser.whitebg .teaserheadsmall a:hover,
.white-bg .teaser.whitebg .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 123, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheader,
.white-bg .teaser.whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 129, ../../sass/modules/teaser/_teaser.scss */
.greybg,
.white-bg .teaser.rot {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
/* line 135, ../../sass/modules/teaser/_teaser.scss */
.greybg h2,
.white-bg .teaser.rot h2 {
  color: #fff;
}
/* line 139, ../../sass/modules/teaser/_teaser.scss */
.greybg a,
.white-bg .teaser.rot a {
  color: #fff;
}
/* line 143, ../../sass/modules/teaser/_teaser.scss */
.greybg a:hover,
.white-bg .teaser.rot a:hover {
  color: #fff;
}
/* line 147, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall,
.white-bg .teaser.rot .teaserheadsmall {
  color: #ff0000;
}
/* line 149, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a,
.white-bg .teaser.rot .teaserheadsmall a {
  text-decoration: none;
}
/* line 151, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a:hover, .greybg .teaserheadsmall a:focus,
.white-bg .teaser.rot .teaserheadsmall a:hover,
.white-bg .teaser.rot .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 156, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheader,
.white-bg .teaser.rot .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 162, ../../sass/modules/teaser/_teaser.scss */
.greybg,
.white-bg .teaser.weiss {
  background-color: #fff;
  border-color: #fff;
}
/* line 166, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall,
.white-bg .teaser.weiss .teaserheadsmall {
  color: #ff0000;
}
/* line 168, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a,
.white-bg .teaser.weiss .teaserheadsmall a {
  text-decoration: none;
}
/* line 170, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a:hover, .greybg .teaserheadsmall a:focus,
.white-bg .teaser.weiss .teaserheadsmall a:hover,
.white-bg .teaser.weiss .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 175, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheader,
.white-bg .teaser.weiss .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 181, ../../sass/modules/teaser/_teaser.scss */
.greybg,
.white-bg .teaser.hellgrau1 {
  background-color: #f6f4f1;
  border-color: #f6f4f1;
}
/* line 185, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall,
.white-bg .teaser.hellgrau1 .teaserheadsmall {
  color: #ff0000;
}
/* line 187, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a,
.white-bg .teaser.hellgrau1 .teaserheadsmall a {
  text-decoration: none;
}
/* line 189, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a:hover, .greybg .teaserheadsmall a:focus,
.white-bg .teaser.hellgrau1 .teaserheadsmall a:hover,
.white-bg .teaser.hellgrau1 .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 194, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheader,
.white-bg .teaser.hellgrau1 .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 200, ../../sass/modules/teaser/_teaser.scss */
.teaserheadbig {
  font-size: 20px;
  color: #fff;
}

/* line 204, ../../sass/modules/teaser/_teaser.scss */
.teaserheadsmall {
  font-size: 16px;
  color: #fff;
}

/* line 209, ../../sass/modules/teaser/_teaser.scss */
.teaserimage {
  margin-bottom: 20px;
}
/* line 211, ../../sass/modules/teaser/_teaser.scss */
.teaserimage img {
  display: block;
}

/* line 214, ../../sass/modules/teaser/_teaser.scss */
.teaser-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 10;
}

/* line 223, ../../sass/modules/teaser/_teaser.scss */
.goon {
  text-decoration: none;
}
/* line 225, ../../sass/modules/teaser/_teaser.scss */
.goon:after {
  content: "\00BB";
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 10px;
  font-size: 35px;
  color: #ff0000;
}
/* line 235, ../../sass/modules/teaser/_teaser.scss */
.goon:hover:after, .goon:focus:after {
  color: #ff6666;
}

/* line 241, ../../sass/modules/teaser/_teaser.scss */
.teaser-block-link {
  text-decoration: none;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5px;
  left: -5px;
}
/* line 249, ../../sass/modules/teaser/_teaser.scss */
.teaser-block-link.goon:after {
  right: 15px;
}

/* line 256, ../../sass/modules/teaser/_teaser.scss */
.ym-g66 .teaser-block-link.goon:after {
  right: 30px;
}

/* line 263, ../../sass/modules/teaser/_teaser.scss */
.teaser p, .teaser ul, .teaser .teaserheadsmall {
  margin-right: 35px;
}

/* line 271, ../../sass/modules/teaser/_teaser.scss */
.loadmore a, .kontakt-button-box .tocontact a {
  display: block;
  clear: both;
  background-color: #a3988e;
  color: #fff;
  border: 1px solid #a3988e;
  text-align: left;
  text-decoration: none;
  padding: 10px;
  margin: 10px 0;
}
/* line 281, ../../sass/modules/teaser/_teaser.scss */
.loadmore a:hover, .kontakt-button-box .tocontact a:hover, .loadmore a:focus, .kontakt-button-box .tocontact a:focus {
  background-color: #fff;
  color: #a3988e;
}

/* line 289, ../../sass/modules/teaser/_teaser.scss */
.ym-gl, .ym-gr {
  margin-bottom: 20px;
}

/* line 294, ../../sass/modules/teaser/_teaser.scss */
.imageteaser {
  margin-bottom: 20px;
  position: relative;
  padding: 5px;
  background-color: #fff;
}
/* line 299, ../../sass/modules/teaser/_teaser.scss */
.imageteaser .flexible {
  width: 100%;
}
/* line 302, ../../sass/modules/teaser/_teaser.scss */
.imageteaser .imageteaser-inner {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 10px 10px;
}
/* line 313, ../../sass/modules/teaser/_teaser.scss */
.imageteaser.download .imageteaser-inner {
  bottom: 43px;
}
/* line 316, ../../sass/modules/teaser/_teaser.scss */
.imageteaser.download .teaser-footer {
  padding: 0;
  position: static;
}

/* line 324, ../../sass/modules/teaser/_teaser.scss */
.ym-wbox-landingpage .ym-wbox {
  max-width: 1160px;
  padding: 30px 20px 30px 20px;
}
/* line 329, ../../sass/modules/teaser/_teaser.scss */
.ym-wbox-landingpage .ym-wbox .multi-download-form .download-list .ym-gl {
  margin-bottom: 0;
  float: none;
}
/* line 336, ../../sass/modules/teaser/_teaser.scss */
.ym-wbox-landingpage .linklist {
  list-style-type: square;
  color: #ff0000;
}
/* line 343, ../../sass/modules/teaser/_teaser.scss */
.ym-wbox-landingpage .teaser-row .imageteaser.download .imageteaser-inner {
  bottom: 45px !important;
}

/* line 352, ../../sass/modules/teaser/_teaser.scss */
.white-bg .imageteaser {
  background-color: #f7f7f7;
}

/* line 359, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner,
.ym-g33 .imageteaser .imageteaser-inner {
  top: auto;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 10px 10px;
}
/* line 366, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheader-small,
.ym-g33 .imageteaser .imageteaser-inner .teaserheader-small {
  display: none;
}
/* line 369, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadbig,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadbig {
  font-size: 16px;
}
/* line 371, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadbig:last-child,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadbig:last-child {
  margin-bottom: 0;
}
/* line 375, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadsmall,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadsmall {
  font-size: 14px;
}
/* line 377, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadsmall:last-child,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadsmall:last-child {
  margin-bottom: 0;
}

/* line 385, ../../sass/modules/teaser/_teaser.scss */
.teaser-bg-img {
  position: relative;
  display: block;
  z-index: 1;
}

/* line 395, ../../sass/modules/teaser/_teaser.scss */
.text-image-element {
  margin: 0 0 20px 0;
}
/* line 397, ../../sass/modules/teaser/_teaser.scss */
.text-image-element .image-box {
  margin-bottom: 20px;
}
/* line 401, ../../sass/modules/teaser/_teaser.scss */
.text-image-element .text-image-box p {
  margin-bottom: 0;
}
/* line 405, ../../sass/modules/teaser/_teaser.scss */
.text-image-element p {
  margin-right: 0;
}

/* line 412, ../../sass/modules/teaser/_teaser.scss */
.marginColumn .teaser.contact .ym-g50.ym-gl,
.marginColumn .teaser.contact .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

/* line 421, ../../sass/modules/teaser/_teaser.scss */
.teaser.narrow .ym-g50.ym-gl,
.teaser.narrow .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

/* line 436, ../../sass/modules/teaser/_teaser.scss */
.imageteaser .imageteaser-inner {
  background-color: transparent;
  background-repeat: repeat;
  background-image: url('../images/transparent-black-40.png');
}

/* line 1, ../../sass/modules/teaser/_teaseraside.scss */
.teaseraside {
  background-color: #ff0000;
  color: #fff;
  float: right;
  width: 290px;
  padding: 20px;
  margin: 0 -30px 20px 20px;
}
/* line 8, ../../sass/modules/teaser/_teaseraside.scss */
.teaseraside h3 {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin: 0 0 0.875em 0;
}

/* line 21, ../../sass/modules/teaser/_teaseraside.scss */
.teaseraside ~ .teaseraside {
  clear: both;
}

/* line 25, ../../sass/modules/teaser/_teaseraside.scss */
.aside-image {
  border: 5px solid #fff;
  width: 100%;
}

/* line 30, ../../sass/modules/teaser/_teaseraside.scss */
.cta-teaser {
  clear: both;
  display: block;
  padding: 0;
  line-height: 60px;
  background-color: #fff;
  color: #ff0000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
  border: 5px solid #fff;
}
/* line 42, ../../sass/modules/teaser/_teaseraside.scss */
.cta-teaser:hover, .cta-teaser:focus {
  color: #fff;
  background-color: #ff0000;
}
/* line 46, ../../sass/modules/teaser/_teaseraside.scss */
.cta-teaser:after {
  content: "\00BB";
  font-size: 35px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

/* line 57, ../../sass/modules/teaser/_teaseraside.scss */
.landingpage .ym-wbox-landingpage .teaseraside {
  margin: 0 -20px 20px 20px;
}

/* line 1, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: block;
  position: relative;
}
/* line 7, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser .img-teaser-heading {
  color: #ff0000;
  font-size: 18px;
  margin-bottom: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px 40px 15px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 17, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser .img-teaser-heading:after {
  content: "\00BB";
  position: absolute;
  right: 20px;
  top: 15px;
}
/* line 24, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
/* line 30, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser div {
  position: relative;
}
/* line 33, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser p {
  padding: 20px;
  margin: 0;
}
/* line 37, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser:hover, .img-teaser:focus {
  background-color: #ff0000;
  color: #fff;
}
/* line 40, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser:hover .img-teaser-heading, .img-teaser:focus .img-teaser-heading {
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 43, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser:hover p, .img-teaser:focus p {
  color: #fff;
}

/* line 51, ../../sass/modules/teaser/_img-teaser.scss */
.ym-g50 .img-teaser a img {
  width: 50%;
  height: auto;
  display: block;
  float: left;
}
/* line 57, ../../sass/modules/teaser/_img-teaser.scss */
.ym-g50 .img-teaser a p {
  padding: 20px;
  width: 50%;
  float: right;
}

/* line 3, ../../sass/modules/teaser/_presse.scss */
.press h4 {
  color: #ff0000;
  font-size: 22px;
}
/* line 7, ../../sass/modules/teaser/_presse.scss */
.press span,
.press p {
  font-family: "spar-regular", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: normal !important;
}
/* line 13, ../../sass/modules/teaser/_presse.scss */
.press p {
  margin-right: 0;
  font-size: 18px;
  line-height: 27px;
}
/* line 18, ../../sass/modules/teaser/_presse.scss */
.press img.float-left.flexible {
  margin: 0 1em 1em 0;
  max-width: 230px;
  max-height: 150px;
}
/* line 24, ../../sass/modules/teaser/_presse.scss */
.press .teaserheader-mixed .float-right {
  position: relative;
}
/* line 28, ../../sass/modules/teaser/_presse.scss */
.press .contact-info {
  font-size: 12px;
  margin-bottom: .5em;
}
/* line 31, ../../sass/modules/teaser/_presse.scss */
.press .contact-info a,
.press .contact-info a:hover,
.press .contact-info a:focus {
  color: #444;
  text-decoration: underline;
}
/* line 37, ../../sass/modules/teaser/_presse.scss */
.press .contact-info strong,
.press .contact-info span,
.press .contact-info a {
  display: block;
}
/* line 42, ../../sass/modules/teaser/_presse.scss */
.press .contact-info span {
  margin-bottom: .5em;
}
/* line 46, ../../sass/modules/teaser/_presse.scss */
.press .button-container {
  height: 30px;
}
/* line 48, ../../sass/modules/teaser/_presse.scss */
.press .button-container .button-after {
  margin: 0;
}
/* line 50, ../../sass/modules/teaser/_presse.scss */
.press .button-container .button-after a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #ff0000;
  font-size: 18px;
}
/* line 57, ../../sass/modules/teaser/_presse.scss */
.press .button-container .button-after a:after {
  content: "\00BB";
  float: right;
  margin-left: 10px;
  font-size: 35px;
  padding: 0 5px 7px;
  line-height: 21px;
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
/* line 69, ../../sass/modules/teaser/_presse.scss */
.press .button-container .button-after a:hover:after {
  color: #ff0000;
  background-color: #fff;
}
/* line 77, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike {
  display: block;
}
/* line 79, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike a {
  width: 130px;
}
/* line 81, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike a:after {
  position: relative;
  top: -11%;
  font-size: 35px;
}
/* line 87, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike.red a:hover {
  background-color: #ff0000;
  color: #fff;
}

/* line 1, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider {
  margin-bottom: 10px;
}
/* line 3, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-slide {
  padding: 0 4px;
}
/* line 6, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-prev {
  left: 4px;
  background-color: #ff0000;
  height: 30px;
  width: 30px;
  margin-top: -15px;
}
/* line 12, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-prev:before {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  content: "\2039";
  line-height: 0.3;
  font-size: 35px;
  opacity: 1;
}
/* line 20, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-next {
  right: 4px;
  background-color: #ff0000;
  height: 30px;
  width: 30px;
  margin-top: -15px;
}
/* line 26, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-next:before {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  content: "\203A";
  line-height: 0.3;
  font-size: 35px;
  opacity: 1;
}
/* line 34, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-disabled {
  display: none !important;
}
/* line 37, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel {
  overflow: hidden;
  margin-bottom: 0;
}
/* line 40, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-slide {
  padding: 0;
}
/* line 43, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots {
  bottom: -10px;
}
/* line 45, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li {
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#80000000');
  zoom: 1;
  margin: 0 7px;
  background-color: #fff;
}
/* line 49, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li:hover, .slick-slider.carousel .slick-dots li:focus {
  background-color: #f6f4f1;
}
/* line 52, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li.slick-active {
  background-color: #ff0000;
}
/* line 55, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li button:before {
  content: normal;
}
/* line 67, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.reviewslider {
  margin-bottom: 2px;
}
/* line 70, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .fixed-item {
  left: 0 !important;
  opacity: 1 !important;
  z-index: 1000 !important;
}

/* line 79, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .fixed-item {
  filter: alpha(opacity=1) !important;
  zoom: 1 !important;
  position: static !important;
}

/* line 1, ../../sass/modules/teaser/_download.scss */
.download {
  padding-bottom: 50px !important;
}
/* line 3, ../../sass/modules/teaser/_download.scss */
.download.imageteaser {
  padding-bottom: 5px !important;
}
/* line 4, ../../sass/modules/teaser/_download.scss */
.download .teaserheader-small + .teaser-footer, .download .teaserheadsmall + .teaser-footer {
  position: static;
}
/* line 7, ../../sass/modules/teaser/_download.scss */
.download p, .download ul, .download .teaserheadsmall {
  margin-right: 0;
}

/* line 11, ../../sass/modules/teaser/_download.scss */
.downloadlink {
  display: block;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  color: #333;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
/* line 19, ../../sass/modules/teaser/_download.scss */
.downloadlink:hover, .downloadlink:focus {
  background-color: #333;
  border-color: #333;
  color: #f6f4f1;
}
/* line 24, ../../sass/modules/teaser/_download.scss */
.downloadlink:after {
  content: "»";
  display: inline-block;
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}

/* line 34, ../../sass/modules/teaser/_download.scss */
.downloadlink + .downloadlink {
  margin-top: 5px;
}

/* line 38, ../../sass/modules/teaser/_download.scss */
.teaserimage {
  position: static !important;
  padding-right: 0 !important;
}

/* line 44, ../../sass/modules/teaser/_download.scss */
.teaser.download {
  padding-bottom: 20px !important;
}

/* line 1, ../../sass/modules/teaser/_faq.scss */
.faq-container {
  margin: 0 0 20px 0;
  overflow: hidden;
}
/* line 4, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn {
  width: 100%;
  margin: 5px auto 0;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  background-color: #f6f4f1;
  position: relative;
}
/* line 11, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:first-child {
  margin-top: 0;
}
/* line 14, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:after {
  content: "\203a";
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
  position: absolute;
  right: 13px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 24, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn h3 {
  color: #4c4c4c;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 28px;
}
/* line 31, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:hover h3 {
  color: #ff0000;
}
/* line 34, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:hover:after {
  color: #ff0000;
}
/* line 39, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  background: #fff;
}
/* line 45, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner {
  padding: 20px;
}
/* line 47, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner > *:last-child {
  margin-bottom: 0;
}
/* line 50, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner ul {
  margin-left: 7px;
}
/* line 53, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner ul li {
  position: relative;
  padding-left: 10px;
}
/* line 56, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #444;
  position: absolute;
  left: -6px;
  top: 9px;
}
/* line 68, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .list-element {
  word-wrap: break-word;
}
/* line 70, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .list-element > h2 {
  padding-top: 20px;
}
/* line 76, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .download-list li:before {
  width: 8px;
  height: 15px;
  background-image: url('../images/icons/download_list_icon.gif');
  background-color: transparent;
  top: 2px;
}
/* line 84, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 90, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .float-right {
  margin: 0 0 1em 1em;
}
/* line 97, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h2 {
  font-size: 20px;
  color: #ff0000;
}
/* line 101, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h3 {
  font-size: 20px;
  color: #333;
}
/* line 105, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h4 {
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
}
/* line 110, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h5 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
/* line 115, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .videocnt {
  overflow: hidden;
}
/* line 118, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaser {
  padding: 0;
  border: none;
  background-color: transparent;
}
/* line 122, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaser .teaser-footer {
  padding-left: 0;
  padding-right: 0;
}
/* line 128, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaseraside h3 {
  color: #fff;
}

/* line 137, ../../sass/modules/teaser/_faq.scss */
.hellgrau1 .faq-btn, .white-bg .faq-btn {
  background-color: #ddd8d3;
}

/* line 143, ../../sass/modules/teaser/_faq.scss */
.white-bg .faq-content {
  background: #f6f4f1;
}

/* line 151, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .faq-btn {
  background-color: #ddd8d3;
}
/* line 154, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .faq-content {
  background: #fff;
}
/* line 159, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau2 .faq-btn {
  background-color: #f6f4f1;
}
/* line 162, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau2 .faq-content {
  background: #fff;
}
/* line 166, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected,
.white-bg .hellgrau2 .selected,
.white-bg .mittelgrau .selected,
.white-bg .white-bg .selected {
  background-color: #a3988e;
}
/* line 171, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected:after,
.white-bg .hellgrau2 .selected:after,
.white-bg .mittelgrau .selected:after,
.white-bg .white-bg .selected:after {
  content: "\203a";
  color: #fff;
  font-weight: normal;
  right: 21px;
  top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 179, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected h3, .white-bg .hellgrau1 .selected:hover h3,
.white-bg .hellgrau2 .selected h3,
.white-bg .hellgrau2 .selected:hover h3,
.white-bg .mittelgrau .selected h3,
.white-bg .mittelgrau .selected:hover h3,
.white-bg .white-bg .selected h3,
.white-bg .white-bg .selected:hover h3 {
  color: #fff;
}
/* line 183, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected:hover:after,
.white-bg .hellgrau2 .selected:hover:after,
.white-bg .mittelgrau .selected:hover:after,
.white-bg .white-bg .selected:hover:after {
  color: #fff;
}

/* line 190, ../../sass/modules/teaser/_faq.scss */
.js .faq-content {
  display: none;
}

/* line 197, ../../sass/modules/teaser/_faq.scss */
.ym-g25 .faq-content-inner img,
.ym-g75 .ym-g33 .faq-content-inner img {
  display: none;
}

/* line 203, ../../sass/modules/teaser/_faq.scss */
.selected,
.hellgrau1 .selected,
.hellgrau2 .selected,
.mittelgrau .selected,
.white-bg .selected {
  background-color: #a3988e;
}
/* line 209, ../../sass/modules/teaser/_faq.scss */
.selected:after,
.hellgrau1 .selected:after,
.hellgrau2 .selected:after,
.mittelgrau .selected:after,
.white-bg .selected:after {
  content: "\203a";
  color: #fff;
  font-weight: normal;
  right: 21px;
  top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 217, ../../sass/modules/teaser/_faq.scss */
.selected h3, .selected:hover h3,
.hellgrau1 .selected h3,
.hellgrau1 .selected:hover h3,
.hellgrau2 .selected h3,
.hellgrau2 .selected:hover h3,
.mittelgrau .selected h3,
.mittelgrau .selected:hover h3,
.white-bg .selected h3,
.white-bg .selected:hover h3 {
  color: #fff;
}
/* line 221, ../../sass/modules/teaser/_faq.scss */
.selected:hover:after,
.hellgrau1 .selected:hover:after,
.hellgrau2 .selected:hover:after,
.mittelgrau .selected:hover:after,
.white-bg .selected:hover:after {
  color: #fff;
}

/* line 227, ../../sass/modules/teaser/_faq.scss */
.mittelgrau .selected {
  background-color: #ddd8d3;
}

/* line 234, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:after {
  top: 22px;
  width: 15px;
  height: 15px;
  background-image: url('../images/accordion-arrow-sprite.png?1552669940');
  content: "";
}
/* line 242, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:hover:after {
  background-position: 0 -40px;
}

/* line 248, ../../sass/modules/teaser/_faq.scss */
.selected,
.mittelgrau .selected,
.hellgrau1 .selected,
.hellgrau2 .selected,
.white-bg .selected {
  background-color: #a3988e;
}
/* line 254, ../../sass/modules/teaser/_faq.scss */
.selected:after,
.mittelgrau .selected:after,
.hellgrau1 .selected:after,
.hellgrau2 .selected:after,
.white-bg .selected:after {
  top: 15px;
  right: 13px;
  width: 15px;
  height: 15px;
  background-image: url('../images/accordion-arrow-sprite.png?1552669940');
  background-position: 0 -93px;
  content: "";
}
/* line 264, ../../sass/modules/teaser/_faq.scss */
.selected:hover:after,
.mittelgrau .selected:hover:after,
.hellgrau1 .selected:hover:after,
.hellgrau2 .selected:hover:after,
.white-bg .selected:hover:after {
  top: 15px;
  width: 15px;
  height: 15px;
  background-image: url('../images/accordion-arrow-sprite.png?1552669940');
  background-position: 0 -93px;
  content: "";
}

/* line 274, ../../sass/modules/teaser/_faq.scss */
.mittelgrau .selected {
  background-color: #ddd8d3;
}

/* New Accordion*/
/* line 279, ../../sass/modules/teaser/_faq.scss */
.slicknav_arrow_collapsed {
  display: inline-block;
  margin-left: 15px;
  font-size: 100%;
  position: relative;
  bottom: 2px;
  color: #444;
  background-color: #ddd8d3;
  float: right;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
}

/* line 294, ../../sass/modules/teaser/_faq.scss */
.slicknav_arrow_opened {
  display: inline-block;
  margin-left: 15px;
  font-size: 100%;
  position: relative;
  color: #A4998F;
  background-color: #f6f4f1;
  float: right;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}

/* line 309, ../../sass/modules/teaser/_faq.scss */
.faq-container {
  border-top: 2px solid #ddd8d3;
  border-bottom: 4px solid #ddd8d3;
}
/* line 313, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn.faq-btn-dlcom.selected {
  background-color: #fff;
}
/* line 315, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn.faq-btn-dlcom.selected:after {
  content: none;
}
/* line 320, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn-dlcom {
  border-top: 2px solid #ddd8d3;
  font-size: 22px;
  line-height: 1.2;
  padding: 15px 15px 15px 15px;
  margin: 0 auto 0;
  background-color: #fff;
}
/* line 321, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn-dlcom h3 {
  line-height: 1.2;
}
@media (min-width: 600px) {
  /* line 334, ../../sass/modules/teaser/_faq.scss */
  .faq-container .faq-btn h3 .basecontent-headline {
    display: inline-block;
    width: 90%;
  }
}
@media (max-width: 599px) {
  /* line 340, ../../sass/modules/teaser/_faq.scss */
  .faq-container .faq-btn h3 .basecontent-headline {
    display: inline-block;
    width: 80%;
  }
}
/* line 346, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:after {
  content: none;
}
/* line 351, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn.faq-btn-dlcom.selected h3 {
  color: #4c4c4c !important;
}

/* line 359, ../../sass/modules/teaser/_faq.scss */
.faq-content-bborder {
  border-bottom: 1.5px solid #ddd8d3;
}

/* line 362, ../../sass/modules/teaser/_faq.scss */
.faq-btn-white-bbg {
  background-color: #fff !important;
}

/* line 365, ../../sass/modules/teaser/_faq.scss */
.faq-btn-dunkel-bbg {
  background-color: #ddd8d3 !important;
}

/* line 1, ../../sass/modules/teaser/_historymodule.scss */
.historymodule {
  background-image: url('../images/keyvisuals/keyvisual-geschichte.jpg?1544069734');
  padding: 30px;
}
/* line 4, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container {
  border-bottom: 1px #fff solid;
  margin-bottom: 0;
}
/* line 7, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn {
  border-top: 1px #fff solid;
  background-color: transparent;
  margin: 0 auto;
}
/* line 11, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  zoom: 1;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -ms-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
/* line 177, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.historymodule .faq-container .faq-btn h3:before {
  content: "";
  display: table;
}
/* line 182, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.historymodule .faq-container .faq-btn h3:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* line 16, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn h3 .float-left {
  margin: 0;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.3);
}
/* line 22, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn:after {
  color: rgba(255, 255, 255, 0.6);
}
/* line 25, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn:hover, .historymodule .faq-container .faq-btn:focus {
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -ms-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
/* line 27, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn:hover h3, .historymodule .faq-container .faq-btn:focus h3 {
  font-size: 21px;
  color: #fff;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -ms-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
/* line 31, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn:hover h3 .float-left, .historymodule .faq-container .faq-btn:focus h3 .float-left {
  color: #fff;
}
/* line 35, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn:hover:after, .historymodule .faq-container .faq-btn:focus:after {
  color: #fff;
}
/* line 39, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn.selected {
  background-color: rgba(131, 131, 131, 0.5);
}
/* line 41, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn.selected h3 {
  font-size: 21px;
  color: #fff;
}
/* line 44, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn.selected h3 .float-left {
  color: #fff;
}
/* line 48, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-btn.selected:after {
  color: #fff;
}
/* line 53, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-content {
  background-color: rgba(131, 131, 131, 0.5);
}
/* line 55, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-content .faq-content-inner {
  padding-top: 0;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 59, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-content .faq-content-inner p {
  color: #fff;
  margin-bottom: 10px;
}
/* line 62, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-content .faq-content-inner p:last-child {
  margin-bottom: 0;
}
/* line 66, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container .faq-content .faq-content-inner img {
  float: left;
  display: inline;
  margin: 5px 15px 15px 0;
  width: auto;
}
/* line 75, ../../sass/modules/teaser/_historymodule.scss */
.historymodule .faq-container.old-school .faq-btn h3,
.historymodule .faq-container.old-school .faq-content .faq-content-inner p {
  font-family: Palatino,"Times New Roman", Times, serif;
}

/* line 91, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn h3,
.hellgrau2 .historymodule .faq-container .faq-btn h3,
.mittelgrau .historymodule .faq-container .faq-btn h3,
.white-bg .historymodule .faq-container .faq-btn h3 {
  color: #f6f4f1;
}
/* line 93, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn h3 .float-left,
.hellgrau2 .historymodule .faq-container .faq-btn h3 .float-left,
.mittelgrau .historymodule .faq-container .faq-btn h3 .float-left,
.white-bg .historymodule .faq-container .faq-btn h3 .float-left {
  color: #ddd8d3;
}
/* line 97, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn:after,
.hellgrau2 .historymodule .faq-container .faq-btn:after,
.mittelgrau .historymodule .faq-container .faq-btn:after,
.white-bg .historymodule .faq-container .faq-btn:after {
  background-position: 0 -120px;
}
/* line 101, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn:hover h3, .hellgrau1 .historymodule .faq-container .faq-btn:focus h3,
.hellgrau2 .historymodule .faq-container .faq-btn:hover h3,
.hellgrau2 .historymodule .faq-container .faq-btn:focus h3,
.mittelgrau .historymodule .faq-container .faq-btn:hover h3,
.mittelgrau .historymodule .faq-container .faq-btn:focus h3,
.white-bg .historymodule .faq-container .faq-btn:hover h3,
.white-bg .historymodule .faq-container .faq-btn:focus h3 {
  font-size: 16px;
}
/* line 104, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn:hover:after, .hellgrau1 .historymodule .faq-container .faq-btn:focus:after,
.hellgrau2 .historymodule .faq-container .faq-btn:hover:after,
.hellgrau2 .historymodule .faq-container .faq-btn:focus:after,
.mittelgrau .historymodule .faq-container .faq-btn:hover:after,
.mittelgrau .historymodule .faq-container .faq-btn:focus:after,
.white-bg .historymodule .faq-container .faq-btn:hover:after,
.white-bg .historymodule .faq-container .faq-btn:focus:after {
  background-position: 0 -80px;
}
/* line 108, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn.selected,
.hellgrau2 .historymodule .faq-container .faq-btn.selected,
.mittelgrau .historymodule .faq-container .faq-btn.selected,
.white-bg .historymodule .faq-container .faq-btn.selected {
  background-color: transparent;
  background-image: url('../images/history-bg.png?1544069734');
}
/* line 111, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn.selected:after,
.hellgrau2 .historymodule .faq-container .faq-btn.selected:after,
.mittelgrau .historymodule .faq-container .faq-btn.selected:after,
.white-bg .historymodule .faq-container .faq-btn.selected:after {
  background-position: 0 -93px;
}
/* line 115, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn.selected:hover:after,
.hellgrau2 .historymodule .faq-container .faq-btn.selected:hover:after,
.mittelgrau .historymodule .faq-container .faq-btn.selected:hover:after,
.white-bg .historymodule .faq-container .faq-btn.selected:hover:after {
  background-position: 0 -93px;
}
/* line 119, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-btn.selected h3,
.hellgrau2 .historymodule .faq-container .faq-btn.selected h3,
.mittelgrau .historymodule .faq-container .faq-btn.selected h3,
.white-bg .historymodule .faq-container .faq-btn.selected h3 {
  font-size: 21px !important;
}
/* line 124, ../../sass/modules/teaser/_historymodule.scss */
.hellgrau1 .historymodule .faq-container .faq-content,
.hellgrau2 .historymodule .faq-container .faq-content,
.mittelgrau .historymodule .faq-container .faq-content,
.white-bg .historymodule .faq-container .faq-content {
  background-color: transparent;
  background-image: url('../images/history-bg.png?1544069734');
}

/* line 1, ../../sass/modules/teaser/_contact.scss */
.teaser.contact {
  background-color: #fff;
}
/* line 3, ../../sass/modules/teaser/_contact.scss */
.teaser.contact .ym-g50.ym-gl,
.teaser.contact .ym-g50.ym-gr {
  margin-bottom: 10px;
}
/* line 9, ../../sass/modules/teaser/_contact.scss */
.teaser.contact .ym-gl:last-child,
.teaser.contact .ym-gr:last-child {
  margin-bottom: 55px;
}
/* line 13, ../../sass/modules/teaser/_contact.scss */
.teaser.contact p {
  margin-right: 0;
  padding-right: 0;
}

/* line 22, ../../sass/modules/teaser/_contact.scss */
.js .teaser.contact .ym-gl:last-child,
.js .teaser.contact .ym-gr:last-child {
  margin-bottom: 0;
}

/* line 30, ../../sass/modules/teaser/_contact.scss */
.contact h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 31, ../../sass/modules/teaser/_contact.scss */
.contact .no-list {
  font-size: 12px;
}

/* line 35, ../../sass/modules/teaser/_contact.scss */
.kontaktbox .teaserheadsmall {
  margin-right: 0;
}
/* line 38, ../../sass/modules/teaser/_contact.scss */
.kontaktbox p {
  margin-right: 0;
}

/* line 48, ../../sass/modules/teaser/_contact.scss */
.contact-small .kontaktbox {
  margin-bottom: 20px;
}

/* line 53, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste {
  margin-right: 0;
}

/* line 57, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste,
.kontaktliste {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.5em;
}
/* line 62, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste, .teaser .kontaktliste li,
.kontaktliste,
.kontaktliste li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 67, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste li,
.kontaktliste li {
  margin-bottom: 15px;
}
/* line 69, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste li:before,
.kontaktliste li:before {
  display: block;
  background-color: transparent;
  top: auto;
  content: "";
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
}
/* line 81, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .telefon,
.kontaktliste .telefon {
  position: relative;
  padding-left: 30px;
}
/* line 84, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .telefon:before,
.kontaktliste .telefon:before {
  background-image: url('../images/icons/phone_red.png');
  position: absolute;
  left: 0;
}
/* line 90, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .fax,
.kontaktliste .fax {
  position: relative;
  padding-left: 30px;
}
/* line 93, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .fax:before,
.kontaktliste .fax:before {
  background-image: url('../images/icons/printer_red.png');
  position: absolute;
  left: 0;
}
/* line 99, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email,
.kontaktliste .email {
  position: relative;
  padding-left: 30px;
}
/* line 102, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email:before,
.kontaktliste .email:before {
  height: 15px;
  background-image: url('../images/icons/mail_red.png');
  position: absolute;
  left: 0;
}
/* line 108, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email .mail_position,
.kontaktliste .email .mail_position {
  top: -3px;
  position: relative;
}
/* line 112, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email .fa-info-circle,
.kontaktliste .email .fa-info-circle {
  cursor: pointer;
  transform: none;
  position: relative;
  display: inline-block;
  background-image: url('../images/../images/icons/info-icon.png');
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
}
/* line 124, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email .info-arrow:after,
.kontaktliste .email .info-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff0000 transparent;
  bottom: -4px;
  right: 4px;
}
/* line 136, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email .privacy-police,
.kontaktliste .email .privacy-police {
  width: 200px;
}
/* line 139, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email .privacy-police,
.teaser .kontaktliste .email .privacy-police-form,
.kontaktliste .email .privacy-police,
.kontaktliste .email .privacy-police-form {
  display: none;
  background-color: #f7f7f7;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  z-index: 1000;
  top: 24px;
}
/* line 150, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email .privacy-police a,
.teaser .kontaktliste .email .privacy-police-form a,
.kontaktliste .email .privacy-police a,
.kontaktliste .email .privacy-police-form a {
  text-decoration: underline;
}
/* line 155, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .link,
.kontaktliste .link {
  position: relative;
  padding-left: 30px;
}
/* line 158, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .link:before,
.kontaktliste .link:before {
  background-image: url('../images/icons/globe_red.png');
  position: absolute;
  left: 0;
  width: 21px;
}
/* line 165, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .contactname,
.kontaktliste .contactname {
  color: #ff0000;
  margin-bottom: 0;
}
/* line 168, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .contactname:before,
.kontaktliste .contactname:before {
  display: none;
}
/* line 171, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .contactposition:before,
.kontaktliste .contactposition:before {
  display: none;
}

/* line 174, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box {
  clear: both;
  width: 100%;
}
/* line 177, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box .tocontact {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
}
/* line 183, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box .tocontact a {
  overflow: hidden;
}
/* line 184, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box .tocontact a:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  color: inherit;
}

/* line 2, ../../sass/modules/_dl-form.scss */
.dl-form .teaserheadsmall {
  margin-right: 0;
}
/* line 6, ../../sass/modules/_dl-form.scss */
.dl-form form fieldset {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f6f4f1;
}
/* line 12, ../../sass/modules/_dl-form.scss */
.dl-form form .faq-container fieldset {
  padding: 0;
  margin-bottom: 20px;
}
/* line 17, ../../sass/modules/_dl-form.scss */
.dl-form form div {
  margin-bottom: 10px;
}
/* line 19, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt {
  position: relative;
}
/* line 21, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt.ym-clearfix {
  margin-bottom: 20px;
}
/* line 24, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt.file {
  margin: 20px 0;
}
/* line 28, ../../sass/modules/_dl-form.scss */
.dl-form form div.radio-box {
  margin-bottom: 20px;
  text-indent: -30px;
  margin-left: 30px;
  line-height: 1.5;
}
/* line 35, ../../sass/modules/_dl-form.scss */
.dl-form form label {
  display: block;
  margin-bottom: 5px;
}
/* line 38, ../../sass/modules/_dl-form.scss */
.dl-form form label.upload-label {
  font-size: 12px;
  text-align: right;
}
/* line 43, ../../sass/modules/_dl-form.scss */
.dl-form form input,
.dl-form form select,
.dl-form form textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 48, ../../sass/modules/_dl-form.scss */
.dl-form form input,
.dl-form form textarea {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 54, ../../sass/modules/_dl-form.scss */
.dl-form form textarea {
  height: 200px;
  overflow-y: hidden;
  resize: none;
}
/* line 59, ../../sass/modules/_dl-form.scss */
.dl-form form select {
  border: 1px solid #ddd8d3;
  padding: 9px 6px;
  width: 100%;
}
/* line 64, ../../sass/modules/_dl-form.scss */
.dl-form form input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 5px;
  border: none;
}
/* line 72, ../../sass/modules/_dl-form.scss */
.dl-form form button,
.dl-form form input[type="button"] {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 21px;
}
/* line 84, ../../sass/modules/_dl-form.scss */
.dl-form form button:after,
.dl-form form input[type="button"]:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 90, ../../sass/modules/_dl-form.scss */
.dl-form form button:hover, .dl-form form button:focus,
.dl-form form input[type="button"]:hover,
.dl-form form input[type="button"]:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 94, ../../sass/modules/_dl-form.scss */
.dl-form form button:active,
.dl-form form input[type="button"]:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 99, ../../sass/modules/_dl-form.scss */
.dl-form form button.add-attachment, .dl-form form button[name="file_reset"],
.dl-form form input[type="button"].add-attachment,
.dl-form form input[type="button"][name="file_reset"] {
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 103, ../../sass/modules/_dl-form.scss */
.dl-form form button.add-attachment:hover, .dl-form form button.add-attachment:focus, .dl-form form button[name="file_reset"]:hover, .dl-form form button[name="file_reset"]:focus,
.dl-form form input[type="button"].add-attachment:hover,
.dl-form form input[type="button"].add-attachment:focus,
.dl-form form input[type="button"][name="file_reset"]:hover,
.dl-form form input[type="button"][name="file_reset"]:focus {
  color: #a3988e;
  background-color: #fff;
}
/* line 109, ../../sass/modules/_dl-form.scss */
.dl-form form #attachments {
  margin-top: 21px;
}
/* line 111, ../../sass/modules/_dl-form.scss */
.dl-form form #attachments:first-child {
  margin-top: 0px;
}
/* line 115, ../../sass/modules/_dl-form.scss */
.dl-form form #acceptConditions {
  width: auto;
  margin-right: 5px;
}
/* line 119, ../../sass/modules/_dl-form.scss */
.dl-form form #datepicker,
.dl-form form .datepicker-input,
.dl-form form input[name="file_reset"] {
  width: 49.5%;
  float: left;
}
/* line 125, ../../sass/modules/_dl-form.scss */
.dl-form form input[name="file_reset"] {
  float: right;
}
/* line 128, ../../sass/modules/_dl-form.scss */
.dl-form form .remove-saved-file {
  background-image: url('../images/icons/trash-icon.png?1544069734');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 17px !important;
  height: 19px !important;
  margin: 0 10px 0 0 !important;
  float: left;
}
/* line 139, ../../sass/modules/_dl-form.scss */
.dl-form form .remove-saved-file:hover, .dl-form form .remove-saved-file:focus {
  background-position: 0px -46px;
}
/* line 143, ../../sass/modules/_dl-form.scss */
.dl-form form .add-attachment {
  float: left;
  padding: 10px;
  width: 46.5% !important;
  margin-right: 4%;
  white-space: normal;
}
/* line 150, ../../sass/modules/_dl-form.scss */
.dl-form form .datepicker-button {
  float: right;
  width: 46.5%;
  margin-top: 0;
  margin-left: 4%;
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 157, ../../sass/modules/_dl-form.scss */
.dl-form form .datepicker-button:hover, .dl-form form .datepicker-button:focus {
  color: #a3988e;
}
/* line 161, ../../sass/modules/_dl-form.scss */
.dl-form form select#timeRequest,
.dl-form form select#timepicker {
  float: right;
  width: 46.5%;
  margin-top: 0;
  margin-left: 4%;
}
/* line 168, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors {
  border: 1px solid #ff0000;
}
/* line 170, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors h3 {
  color: #ff0000;
}
/* line 173, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors:after {
  color: #ff0000;
}
/* line 177, ../../sass/modules/_dl-form.scss */
.dl-form form span.hint {
  margin-top: 10px;
  display: block;
  font-size: 11px;
  text-align: right;
}
/* line 183, ../../sass/modules/_dl-form.scss */
.dl-form form .privacy-police {
  text-align: left !important;
}
/* line 221, ../../sass/modules/_dl-form.scss */
.dl-form .error {
  background-color: transparent;
  color: #ff0000;
  font-size: 11px;
  margin-bottom: 10px;
}
/* line 227, ../../sass/modules/_dl-form.scss */
.dl-form .form-errors {
  color: #ff0000;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 107.1%;
}

/* line 236, ../../sass/modules/_dl-form.scss */
.teaser.service-search .teaserheader-small {
  padding-bottom: 13px;
}
/* line 239, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul {
  margin: 0 0 5px 0;
  list-style: none;
}
/* line 242, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul li {
  color: #ff0000;
  margin-left: 0;
}
/* line 245, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul li span {
  color: #444;
}

/* line 252, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div {
  display: none;
  padding: 10px;
  background-color: #fff;
  font-size: 13px;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#40000000');
  zoom: 1;
}
/* line 258, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div.hidden:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ff0000 transparent transparent;
  top: 75px;
  left: -16px;
}
/* line 269, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
}
/* line 274, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-prev:before {
  content: "\00AB";
}
/* line 278, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-next {
  float: right;
  margin-right: 5px;
  cursor: pointer;
  text-decoration: none;
}
/* line 283, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-next:after {
  content: "\00BB";
}
/* line 287, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-header {
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #ddd8d3;
}
/* line 291, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-size: 115%;
}
/* line 295, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar {
  width: 200px;
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}
/* line 300, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar thead {
  font-weight: normal;
}
/* line 303, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr {
  text-align: center;
}
/* line 305, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr th {
  border-bottom: none;
  color: #ff0000;
  text-align: center;
  font-weight: normal;
}
/* line 311, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td {
  width: 27px;
  text-align: center;
  border-top: none;
  line-height: 0.8em;
}
/* line 316, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-current-day {
  background-color: #a3988e;
}
/* line 318, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-current-day a {
  color: #fff;
}
/* line 322, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td:hover {
  background-color: #ff0000;
}
/* line 324, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td:hover a {
  color: #fff;
}
/* line 328, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td a {
  text-decoration: none;
}
/* line 332, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled span {
  color: #a3988e;
  cursor: default;
}
/* line 337, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled:hover {
  background-color: inherit;
}

/* line 2, ../../sass/modules/_company-search.scss */
.company-search .teaserheadsmall {
  margin-right: 0;
}
/* line 5, ../../sass/modules/_company-search.scss */
.company-search form {
  padding: 15px;
  background-color: #f6f4f1;
}
/* line 8, ../../sass/modules/_company-search.scss */
.company-search form div {
  margin-bottom: 10px;
}
/* line 10, ../../sass/modules/_company-search.scss */
.company-search form div.input-cnt {
  position: relative;
}
/* line 14, ../../sass/modules/_company-search.scss */
.company-search form label {
  display: block;
}
/* line 17, ../../sass/modules/_company-search.scss */
.company-search form input,
.company-search form select,
.company-search form textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 22, ../../sass/modules/_company-search.scss */
.company-search form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 27, ../../sass/modules/_company-search.scss */
.company-search form .search-icon {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0M0MxMkZCNDIwQjYxMUU0QTY2REMwRTBCMkUyNEZDMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5RTAyQzYwRTIwQjYxMUU0QTY2REMwRTBCMkUyNEZDMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQzEyRkIyMjBCNjExRTRBNjZEQzBFMEIyRTI0RkMzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQzQzEyRkIzMjBCNjExRTRBNjZEQzBFMEIyRTI0RkMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9IIJsQAAAiNJREFUeNqUlF2ITWEUhvc+9nQwk/KbvyJTkig1JSVClJSkSG5c6YyMCeFCOHeElDJzYdwJSdOUi0PEDblw8ndHcmH8RGZILoYRx/EsvbuWr31qn7eezrf3+fbbWuv71opLpa4oUAvMh/WwBhZCET7BY7gDt+Gbbe7r6w2/j5LgeRZ0iQnBfzNgCeyEh3ACbsGv0LTg1hbdJTgsw+/wAu7BXajCG+1dBgOwv7NzT7GR6XTLBFbr+QkcVPqrYB2sgM3QA59VppOwC+OWrPT36mPTddjnokplaT4TFvVpmAlHFcQDH6kdxG49P4XuDMNQV+A4jMIU2EG0rd50g2o4AhfgfZRPF1Vr0xaY603Xaj2o4ufViK6WaSLM86YLtB7WATSjj/BD63ZKUEhNx+rl76h5/YGa1uYTp6bDetkW3Ns8Gi/+ZUp31VLTquuYxU0Yxro55lGHV76mabHnQKmJaBfBRtcsr72pXYtHet4K23MYToIjysyi7CH1d970K5TV61PhrLWeLnWWbKich23usP7r/9iNvkNwKj1BVFEWH9SibarhJv16DcEBor0cmhbUomWll2pUpq1BvesuANMXG5kYXxvT0bHUb6pqVv6E2YouUXqpgQ3qY3ADlsM4d71WVio3B5OMmt3Xhzbi2tV+RUXyEt6KSOdwzmU2zQZN0uAwbPNzESvtWsa+qypNrw7ZNDnJcX3qDQzTk+/XnrIGy5m/AgwA2kSFnvOS1moAAAAASUVORK5CYII=') no-repeat;
  background-size: 100%;
  display: block;
  opacity: 0.3;
  height: 15px;
  width: 15px;
  top: 11px;
  right: 10px;
  position: absolute;
}
/* line 38, ../../sass/modules/_company-search.scss */
.company-search form button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
}
/* line 48, ../../sass/modules/_company-search.scss */
.company-search form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 54, ../../sass/modules/_company-search.scss */
.company-search form button:hover, .company-search form button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 58, ../../sass/modules/_company-search.scss */
.company-search form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 68, ../../sass/modules/_company-search.scss */
.company-search-result .textcntinner p:first-child {
  font-weight: normal;
}
/* line 71, ../../sass/modules/_company-search.scss */
.company-search-result h2 {
  font-size: 21px;
  color: #ff0000;
  margin-bottom: 0;
}
/* line 76, ../../sass/modules/_company-search.scss */
.company-search-result h3 {
  font-size: 20px;
  color: #ff0000;
  margin-bottom: 10px;
}
/* line 81, ../../sass/modules/_company-search.scss */
.company-search-result .additional-info {
  font-size: 16px;
  color: #333;
}
/* line 85, ../../sass/modules/_company-search.scss */
.company-search-result h4 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
  clear: both;
}
/* line 92, ../../sass/modules/_company-search.scss */
.company-search-result .videocnt {
  margin-bottom: 30px;
}
/* line 95, ../../sass/modules/_company-search.scss */
.company-search-result #map_canvas {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
/* line 100, ../../sass/modules/_company-search.scss */
.company-search-result #map_canvas p {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
/* line 108, ../../sass/modules/_company-search.scss */
.company-search-result .kontaktbox p {
  margin-bottom: 0;
  font-size: 100%;
}
/* line 113, ../../sass/modules/_company-search.scss */
.company-search-result .kontaktliste {
  margin-bottom: 0;
}
/* line 115, ../../sass/modules/_company-search.scss */
.company-search-result .kontaktliste li:last-child {
  margin-bottom: 0;
}

/* line 2, ../../sass/modules/_service-search.scss */
.service-search-form .teaserheadsmall {
  margin-right: 0;
}
/* line 5, ../../sass/modules/_service-search.scss */
.service-search-form form {
  padding: 15px;
  background-color: #f6f4f1;
}
/* line 8, ../../sass/modules/_service-search.scss */
.service-search-form form .ym-grid, .service-search-form form .mm, .service-search-form form .ym-grid .ym-gl, .service-search-form form .mm .ym-gl, .service-search-form form .ym-grid .ym-gr, .service-search-form form .mm .ym-gr {
  margin-bottom: 0;
}
/* line 11, ../../sass/modules/_service-search.scss */
.service-search-form form .ym-g33:first-child + .ym-g33 {
  padding: 0;
}
/* line 14, ../../sass/modules/_service-search.scss */
.service-search-form form div {
  margin-bottom: 10px;
}
/* line 16, ../../sass/modules/_service-search.scss */
.service-search-form form div.input-cnt {
  position: relative;
}
/* line 20, ../../sass/modules/_service-search.scss */
.service-search-form form label {
  display: block;
  margin-bottom: 5px;
}
/* line 24, ../../sass/modules/_service-search.scss */
.service-search-form form input,
.service-search-form form select,
.service-search-form form textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 29, ../../sass/modules/_service-search.scss */
.service-search-form form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 34, ../../sass/modules/_service-search.scss */
.service-search-form form select {
  border: 1px solid #ddd8d3;
  padding: 9px 25px 9px 6px;
  width: 100%;
}
/* line 39, ../../sass/modules/_service-search.scss */
.service-search-form form button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 21px;
}
/* line 50, ../../sass/modules/_service-search.scss */
.service-search-form form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 56, ../../sass/modules/_service-search.scss */
.service-search-form form button:hover, .service-search-form form button:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 60, ../../sass/modules/_service-search.scss */
.service-search-form form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 83, ../../sass/modules/_service-search.scss */
.service-search-form .error {
  background-color: transparent;
  position: absolute;
  color: #ff0000;
  font-size: 11px;
  margin-bottom: 10px;
}

/* line 95, ../../sass/modules/_service-search.scss */
.error.noresults {
  background-color: transparent;
  color: #ff0000;
  font-size: 100%;
  margin-bottom: 1.5em;
}

/* line 103, ../../sass/modules/_service-search.scss */
.service-search-result #resultContainer {
  min-height: 528px;
}
/* line 105, ../../sass/modules/_service-search.scss */
.service-search-result #resultContainer .result-row {
  display: none;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 166px;
}
/* line 112, ../../sass/modules/_service-search.scss */
.service-search-result #resultContainer #resultRow0,
.service-search-result #resultContainer #resultRow1,
.service-search-result #resultContainer #resultRow2 {
  display: block;
}
/* line 117, ../../sass/modules/_service-search.scss */
.service-search-result #resultContainer p {
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 15px;
  float: left;
  width: 33%;
}
/* line 123, ../../sass/modules/_service-search.scss */
.service-search-result #resultContainer p span {
  color: #ff0000;
}
/* line 126, ../../sass/modules/_service-search.scss */
.service-search-result #resultContainer p strong {
  font-size: 15px;
  font-weight: normal;
}
/* line 130, ../../sass/modules/_service-search.scss */
.service-search-result #resultContainer p.active {
  color: #ff0000;
}
/* line 155, ../../sass/modules/_service-search.scss */
.service-search-result h2 {
  font-size: 21px;
  color: #ff0000;
  margin-bottom: 0;
}
/* line 160, ../../sass/modules/_service-search.scss */
.service-search-result h3 {
  font-size: 20px;
  color: #ff0000;
  margin-bottom: 10px;
}
/* line 165, ../../sass/modules/_service-search.scss */
.service-search-result .additional-info {
  font-size: 16px;
  color: #333;
}
/* line 169, ../../sass/modules/_service-search.scss */
.service-search-result h4 {
  font-size: 18px;
  color: #ff0000;
  margin: 10px 0;
  clear: both;
}
/* line 175, ../../sass/modules/_service-search.scss */
.service-search-result #map_canvas {
  width: 100%;
  height: 320px;
  margin-bottom: 25px;
  border: 1px solid #ebebeb;
}
/* line 180, ../../sass/modules/_service-search.scss */
.service-search-result #map_canvas p {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
/* line 185, ../../sass/modules/_service-search.scss */
.service-search-result #map_canvas p a {
  text-decoration: none;
}
/* line 190, ../../sass/modules/_service-search.scss */
.service-search-result .print-button {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  padding: 10px 24px 10px 10px;
  position: relative;
  float: right;
  cursor: pointer;
}
/* line 198, ../../sass/modules/_service-search.scss */
.service-search-result .print-button:hover, .service-search-result .print-button:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 202, ../../sass/modules/_service-search.scss */
.service-search-result .print-button:after {
  content: "\00bb";
  float: right;
  position: absolute;
  right: 13px;
}
/* line 212, ../../sass/modules/_service-search.scss */
.service-search-result .search-request {
  margin: 25px 0 15px 0;
}
/* line 214, ../../sass/modules/_service-search.scss */
.service-search-result .search-request p {
  margin: 0;
}

/* line 244, ../../sass/modules/_service-search.scss */
.teaser.service-search .teaserheader-small {
  padding-bottom: 13px;
}
/* line 247, ../../sass/modules/_service-search.scss */
.teaser.service-search ul {
  margin: 0 0 5px 0;
  list-style: none;
}
/* line 250, ../../sass/modules/_service-search.scss */
.teaser.service-search ul li {
  color: #ff0000;
  margin-left: 0;
}
/* line 253, ../../sass/modules/_service-search.scss */
.teaser.service-search ul li span {
  color: #444;
}

/* line 1, ../../sass/modules/_search-results.scss */
.search-result {
  padding: 10px 10px 10px 10px;
}
/* line 3, ../../sass/modules/_search-results.scss */
.search-result .teaserheader-mixed {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
/* line 6, ../../sass/modules/_search-results.scss */
.search-result .teaserheader-mixed .float-right {
  position: relative;
  top: 4px;
}
/* line 11, ../../sass/modules/_search-results.scss */
.search-result h4 {
  color: #ff0000;
}
/* line 14, ../../sass/modules/_search-results.scss */
.search-result p {
  margin-right: 0;
  margin-bottom: 10px;
}
/* line 18, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo {
  margin-bottom: 15px;
}
/* line 20, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo a {
  text-decoration: none;
}
/* line 22, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo a:after {
  content: "\203a";
  margin: 0 2px 0 5px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
  color: #ff0000;
}
/* line 32, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo a:last-child:after {
  content: none;
  margin: 0;
}
/* line 39, ../../sass/modules/_search-results.scss */
.search-result img.float-left.flexible {
  margin: 0 1em 1em 0;
  max-width: 230px;
  max-height: 150px;
}
/* line 44, ../../sass/modules/_search-results.scss */
.search-result .contact-info {
  font-size: 12px;
  margin-bottom: .5em;
}
/* line 47, ../../sass/modules/_search-results.scss */
.search-result .contact-info a,
.search-result .contact-info a:hover,
.search-result .contact-info a:focus {
  color: #444;
  text-decoration: underline;
}
/* line 53, ../../sass/modules/_search-results.scss */
.search-result .contact-info strong,
.search-result .contact-info span,
.search-result .contact-info a {
  display: block;
}
/* line 58, ../../sass/modules/_search-results.scss */
.search-result .contact-info span {
  margin-bottom: .5em;
}
/* line 62, ../../sass/modules/_search-results.scss */
.search-result .button-container {
  height: 30px;
}
/* line 64, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after {
  margin: 0;
}
/* line 66, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #ff0000;
}
/* line 72, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a:after {
  content: "\00BB";
  float: right;
  margin-left: 10px;
  font-size: 35px;
  padding: 0 5px 7px;
  line-height: 21px;
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
/* line 84, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a:hover:after {
  color: #ff0000;
  background-color: #fff;
}
/* line 90, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a.download-link:before {
  content: "Download";
  margin-right: 2px;
  padding-left: 20px;
  background-image: url('../images/icons/download_list_icon_red.gif');
  background-color: transparent;
  background-repeat: no-repeat;
}
/* line 102, ../../sass/modules/_search-results.scss */
.search-result .buttonlike {
  display: block;
}
/* line 104, ../../sass/modules/_search-results.scss */
.search-result .buttonlike a {
  width: 130px;
}
/* line 106, ../../sass/modules/_search-results.scss */
.search-result .buttonlike a:after {
  position: relative;
  top: -11%;
  font-size: 35px;
}
/* line 112, ../../sass/modules/_search-results.scss */
.search-result .buttonlike.red a:hover {
  background-color: #ff0000;
  color: #fff;
}

/* line 120, ../../sass/modules/_search-results.scss */
.textcntinner .search-result p {
  margin-bottom: 10px;
}

/* line 128, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .ym-grid .ym-g50, .searchDiv #searchForm .mm .ym-g50 {
  padding: 0;
}
/* line 138, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .ym-grid .ym-g50 + .ym-g50, .searchDiv #searchForm .mm .ym-g50 + .ym-g50 {
  padding-right: 25px;
  width: auto;
}
/* line 157, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .input_fields {
  padding: 25px;
  background-color: #f7f7f7;
}
/* line 160, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .input_fields input {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  border: 1px solid #ddd8d3;
  padding: 6px 15px;
  width: 100%;
  font-size: 20px;
}
/* line 168, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .hits {
  float: right;
  text-align: right;
  padding-top: 7px;
}
/* line 173, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons {
  padding: 25px 25px 25px 0;
  background-color: #f7f7f7;
}
/* line 177, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button {
  padding: 10px 35px 10px 10px;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin: 0;
  width: auto;
}
/* line 187, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 193, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:hover, .searchDiv #searchForm .submit_buttons > div button:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 197, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 205, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult {
  margin-bottom: 20px;
}
/* line 207, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager {
  margin: 0 auto;
  width: auto;
}
/* line 210, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 9px;
  background-color: #fff;
  border: 1px solid #a3988e;
}
/* line 216, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button:hover, .searchDiv #searchForm #searchForm-searchResult .searchPager button:focus {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
  cursor: pointer;
}
/* line 222, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.current-page {
  color: #fff;
  font-weight: normal;
  background-color: #a3988e;
}
/* line 226, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.current-page:hover, .searchDiv #searchForm #searchForm-searchResult .searchPager button.current-page:focus {
  background-color: #a3988e;
  border-color: #a3988e;
}
/* line 231, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.wider {
  padding: 5px 6px;
}
/* line 234, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.widest {
  padding: 5px 2px;
}
/* line 241, ../../sass/modules/_search-results.scss */
.searchDiv .error {
  display: none;
}
/* line 244, ../../sass/modules/_search-results.scss */
.searchDiv .searchResult {
  text-align: center;
}
/* line 246, ../../sass/modules/_search-results.scss */
.searchDiv .searchResult .search-result,
.searchDiv .searchResult .searchPager {
  text-align: left;
}

/* line 1, ../../sass/modules/_international.scss */
.international-map {
  position: relative;
  margin-bottom: 20px;
}
/* line 4, ../../sass/modules/_international.scss */
.international-map .map-container {
  border: #fff solid 5px;
}
/* line 6, ../../sass/modules/_international.scss */
.international-map .map-container .euroMap {
  display: none;
}
/* line 10, ../../sass/modules/_international.scss */
.international-map .euro-links,
.international-map .world-links {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 880;
  /* Dadurch wird verhindert, dass die .world-Links über dem stickyFlyoutElement und klebrige Seite navbar angezeigt werden */
  list-style: none;
  padding: 7px 0 7px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  margin-bottom: 20px;
  font-size: 13px;
}
/* line 22, ../../sass/modules/_international.scss */
.international-map .euro-links li,
.international-map .world-links li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ff0000;
}
/* line 27, ../../sass/modules/_international.scss */
.international-map .euro-links li:last-child,
.international-map .world-links li:last-child {
  border-right: none;
}
/* line 32, ../../sass/modules/_international.scss */
.international-map .euro-links,
.international-map .tooltips {
  display: none;
}

/* line 40, ../../sass/modules/_international.scss */
.white-bg .international-map .map-container {
  border: #f7f7f7 solid 5px;
}

/* line 46, ../../sass/modules/_international.scss */
.mapster_tooltip {
  height: 70px;
}

/* line 50, ../../sass/modules/_international.scss */
.euro-tooltip,
.world-tooltip {
  height: 100%;
}
/* line 53, ../../sass/modules/_international.scss */
.euro-tooltip img,
.world-tooltip img {
  height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
  display: block;
}
/* line 60, ../../sass/modules/_international.scss */
.euro-tooltip .country-details,
.world-tooltip .country-details {
  position: relative;
  left: 125px;
}
/* line 64, ../../sass/modules/_international.scss */
.euro-tooltip .country-title,
.world-tooltip .country-title {
  height: auto;
  position: relative;
  top: -70px;
}
/* line 68, ../../sass/modules/_international.scss */
.euro-tooltip .country-title span,
.world-tooltip .country-title span {
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  left: 0;
}
/* line 76, ../../sass/modules/_international.scss */
.euro-tooltip .country-info,
.world-tooltip .country-info {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 10px;
  margin: 0;
  line-height: 1.25;
  position: relative;
  bottom: 44px;
  font-size: 13px;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 88, ../../sass/modules/_international.scss */
.euro-tooltip .country-info span,
.world-tooltip .country-info span {
  font-size: 11px;
}

/* line 178, ../../sass/modules/_international.scss */
.ie8 .map-container img {
  width: 100%;
}
/* line 182, ../../sass/modules/_international.scss */
.ie8 .country-info,
.ie8 .euro-links,
.ie8 .world-links {
  background-color: #fff;
}

/* line 2, ../../sass/modules/_sso.scss */
.sso .teaserheadsmall {
  margin-right: 0;
}

/* line 7, ../../sass/modules/_sso.scss */
.ym-form.sso-form {
  padding: 15px;
  background-color: #f6f4f1;
}
/* line 10, ../../sass/modules/_sso.scss */
.ym-form.sso-form div {
  margin-bottom: 10px;
}
/* line 13, ../../sass/modules/_sso.scss */
.ym-form.sso-form label {
  display: block;
}
/* line 16, ../../sass/modules/_sso.scss */
.ym-form.sso-form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 21, ../../sass/modules/_sso.scss */
.ym-form.sso-form button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
}
/* line 31, ../../sass/modules/_sso.scss */
.ym-form.sso-form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
  margin-right: 0;
  top: auto;
}
/* line 39, ../../sass/modules/_sso.scss */
.ym-form.sso-form button:hover, .ym-form.sso-form button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 43, ../../sass/modules/_sso.scss */
.ym-form.sso-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 50, ../../sass/modules/_sso.scss */
.ym-form.sso-form .pw-hint span {
  color: #ff0000;
}

/* line 1, ../../sass/modules/_bitlogic.scss */
.bitlogic,
.hexaware {
  background-color: #ff0000;
  color: #fff;
  float: right;
  width: 290px;
  padding: 20px;
  border: none;
  z-index: 10;
  margin: 0 -30px 20px 20px;
}
/* line 11, ../../sass/modules/_bitlogic.scss */
.bitlogic .teaserheadsmall,
.hexaware .teaserheadsmall {
  margin-right: 0;
  color: #fff;
}
/* line 15, ../../sass/modules/_bitlogic.scss */
.bitlogic h3,
.hexaware h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0.875em 0;
}
/* line 20, ../../sass/modules/_bitlogic.scss */
.bitlogic p,
.hexaware p {
  margin-right: 0;
}
/* line 22, ../../sass/modules/_bitlogic.scss */
.bitlogic p a,
.hexaware p a {
  color: #fff;
  text-decoration: underline;
}
/* line 25, ../../sass/modules/_bitlogic.scss */
.bitlogic p a:hover, .bitlogic p a:focus,
.hexaware p a:hover,
.hexaware p a:focus {
  color: #ddd8d3;
}
/* line 30, ../../sass/modules/_bitlogic.scss */
.bitlogic .ym-form.bitlogic-form,
.bitlogic .ym-form.hexaware-form,
.hexaware .ym-form.bitlogic-form,
.hexaware .ym-form.hexaware-form {
  background-color: #fff;
}
/* line 33, ../../sass/modules/_bitlogic.scss */
.bitlogic .ym-form.bitlogic-form button,
.bitlogic .ym-form.hexaware-form button,
.hexaware .ym-form.bitlogic-form button,
.hexaware .ym-form.hexaware-form button {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
/* line 36, ../../sass/modules/_bitlogic.scss */
.bitlogic .ym-form.bitlogic-form button:hover, .bitlogic .ym-form.bitlogic-form button:focus,
.bitlogic .ym-form.hexaware-form button:hover,
.bitlogic .ym-form.hexaware-form button:focus,
.hexaware .ym-form.bitlogic-form button:hover,
.hexaware .ym-form.bitlogic-form button:focus,
.hexaware .ym-form.hexaware-form button:hover,
.hexaware .ym-form.hexaware-form button:focus {
  color: #ff0000;
  background-color: #fff;
}

/* line 49, ../../sass/modules/_bitlogic.scss */
.white-bg .bitlogic.whitebg,
.white-bg .hexaware.whitebg {
  background-color: #ff0000;
}

/* line 54, ../../sass/modules/_bitlogic.scss */
.bitlogic ~ .hexaware,
.hexaware ~ .bitlogic {
  clear: both;
}

/* line 60, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic,
.marginColumn .hexaware {
  border: 5px solid #fff;
  background-color: #fff;
  color: #444;
  float: none;
  width: auto;
  padding: 10px;
  margin: 0;
}
/* line 69, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .teaserheadsmall,
.marginColumn .hexaware .teaserheadsmall {
  margin-right: 0;
}
/* line 72, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic h3,
.marginColumn .hexaware h3 {
  font-size: 16px;
  color: #ff0000;
}
/* line 77, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic p a,
.marginColumn .hexaware p a {
  color: #444;
}
/* line 79, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic p a:hover, .marginColumn .bitlogic p a:focus,
.marginColumn .hexaware p a:hover,
.marginColumn .hexaware p a:focus {
  color: #ff0000;
}
/* line 84, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .ym-form.bitlogic-form,
.marginColumn .bitlogic .ym-form.hexaware-form,
.marginColumn .hexaware .ym-form.bitlogic-form,
.marginColumn .hexaware .ym-form.hexaware-form {
  background-color: #f6f4f1;
}
/* line 87, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .ym-form.bitlogic-form button,
.marginColumn .bitlogic .ym-form.hexaware-form button,
.marginColumn .hexaware .ym-form.bitlogic-form button,
.marginColumn .hexaware .ym-form.hexaware-form button {
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 90, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .ym-form.bitlogic-form button:hover, .marginColumn .bitlogic .ym-form.bitlogic-form button:focus,
.marginColumn .bitlogic .ym-form.hexaware-form button:hover,
.marginColumn .bitlogic .ym-form.hexaware-form button:focus,
.marginColumn .hexaware .ym-form.bitlogic-form button:hover,
.marginColumn .hexaware .ym-form.bitlogic-form button:focus,
.marginColumn .hexaware .ym-form.hexaware-form button:hover,
.marginColumn .hexaware .ym-form.hexaware-form button:focus {
  color: #a3988e;
  background-color: #fff;
}

/* line 104, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form,
.ym-form.hexaware-form {
  padding: 15px;
  background-color: #f6f4f1;
}
/* line 108, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form div,
.ym-form.hexaware-form div {
  margin-bottom: 10px;
}
/* line 110, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form div.radio-box,
.ym-form.hexaware-form div.radio-box {
  margin-bottom: 20px;
  text-indent: -30px;
  margin-left: 30px;
  line-height: 1.5;
}
/* line 117, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form label,
.ym-form.hexaware-form label {
  display: block;
}
/* line 120, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form input,
.ym-form.hexaware-form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 125, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form input[type=radio],
.ym-form.hexaware-form input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 5px;
  border: none;
}
/* line 133, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button,
.ym-form.hexaware-form button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
}
/* line 143, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button:after,
.ym-form.hexaware-form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
  margin-right: 0;
  top: auto;
}
/* line 151, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button:hover, .ym-form.bitlogic-form button:focus,
.ym-form.hexaware-form button:hover,
.ym-form.hexaware-form button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 155, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button:active,
.ym-form.hexaware-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 162, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form .pw-hint span,
.ym-form.hexaware-form .pw-hint span {
  color: #ff0000;
}

/* line 170, ../../sass/modules/_bitlogic.scss */
.ym-gbox .textcntinner .ym-form.hexaware-form {
  width: 50%;
}

/* line 1, ../../sass/modules/_vacancies.scss */
.vacancy {
  padding: 10px 10px 55px 10px;
}
/* line 3, ../../sass/modules/_vacancies.scss */
.vacancy .teaserheader-small {
  padding-bottom: 4px;
}
/* line 6, ../../sass/modules/_vacancies.scss */
.vacancy .teaserheadsmall {
  margin-right: 0;
}
/* line 8, ../../sass/modules/_vacancies.scss */
.vacancy .teaserheadsmall a {
  text-decoration: none;
}
/* line 12, ../../sass/modules/_vacancies.scss */
.vacancy .teaserheader-small + .teaser-footer, .vacancy .teaserheadsmall + .teaser-footer {
  position: static;
}
/* line 15, ../../sass/modules/_vacancies.scss */
.vacancy p {
  margin-right: 0;
  margin-bottom: 10px;
}
/* line 19, ../../sass/modules/_vacancies.scss */
.vacancy .details-link {
  display: block;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  color: #333;
  padding: 10px 24px 10px 10px;
  text-decoration: none;
  position: relative;
  width: 130px;
  float: right;
}
/* line 29, ../../sass/modules/_vacancies.scss */
.vacancy .details-link:hover, .vacancy .details-link:focus {
  background-color: #333;
  border-color: #333;
  color: #f6f4f1;
}
/* line 34, ../../sass/modules/_vacancies.scss */
.vacancy .details-link:after {
  content: "\00bb";
  float: right;
  position: absolute;
  right: 13px;
}
/* line 41, ../../sass/modules/_vacancies.scss */
.vacancy .teaser-footer {
  padding: 10px;
}

/* line 47, ../../sass/modules/_vacancies.scss */
.textcntinner .vacancy p {
  margin-bottom: 10px;
}

/* line 3, ../../sass/modules/_executive.scss */
.executivewrapper .ym-g75.ym-gr.ym-gbox .ym-g33.ym-gl {
  padding-right: 0;
}
/* line 6, ../../sass/modules/_executive.scss */
.executivewrapper .ym-g75.ym-gr.ym-gbox .ym-g66.ym-gr.ym-gbox-right {
  padding-bottom: 5px;
  margin-bottom: 0;
}
/* line 26, ../../sass/modules/_executive.scss */
.executivewrapper.dl-content-area + .executivewrapper.dl-content-area {
  background-color: #ddd8d3;
}
/* line 29, ../../sass/modules/_executive.scss */
.executivewrapper.dl-content-area + .executivewrapper.dl-content-area + .executivewrapper.dl-content-area {
  background-color: #f6f4f1;
}
/* line 32, ../../sass/modules/_executive.scss */
.executivewrapper.dl-content-area + .executivewrapper.dl-content-area + .executivewrapper.dl-content-area + .executivewrapper.dl-content-area {
  background-color: #ddd8d3;
}
/* line 35, ../../sass/modules/_executive.scss */
.executivewrapper .teaser.whitebg .teaserheadsmall {
  color: #444;
}
/* line 37, ../../sass/modules/_executive.scss */
.executivewrapper .teaser.whitebg .teaserheadsmall a:hover {
  text-decoration: none;
}

/* line 44, ../../sass/modules/_executive.scss */
.executiveinner head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a3988e;
}
/* line 49, ../../sass/modules/_executive.scss */
.executiveinner.faq-container {
  margin-bottom: 0;
}

/* line 54, ../../sass/modules/_executive.scss */
.executiveimagecnt {
  position: relative;
  margin-bottom: 20px;
}
/* line 57, ../../sass/modules/_executive.scss */
.executiveimagecnt .subheroheadline {
  overflow: hidden;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
/* line 63, ../../sass/modules/_executive.scss */
.executiveimagecnt .subheroheadline .heroheadlinewrapper {
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: auto;
  width: 63.5%;
  margin-left: 36.5%;
  padding: 15px 20px;
}
/* line 70, ../../sass/modules/_executive.scss */
.executiveimagecnt .subheroheadline .heroheadlinewrapper .heroheadline {
  font-size: 26px;
  display: block;
  color: #333;
  padding: 0;
  margin: 0;
}
/* line 77, ../../sass/modules/_executive.scss */
.executiveimagecnt .subheroheadline .heroheadlinewrapper h3.heroheadline {
  font-size: 18px;
  color: #ff0000;
}

/* line 124, ../../sass/modules/_executive.scss */
.executive-hd1 {
  color: #ff0000;
  font-size: 35px;
  margin-bottom: 5px;
  margin-left: 33%;
}

/* line 131, ../../sass/modules/_executive.scss */
.executive-hd2 {
  margin-left: 33%;
  font-size: 20px;
  color: #5F5D5B;
}

/* line 139, ../../sass/modules/_executive.scss */
.resume {
  background-color: #f7f7f7;
  color: #333;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 144, ../../sass/modules/_executive.scss */
.resume em {
  display: block;
  font-style: normal;
}
/* line 148, ../../sass/modules/_executive.scss */
.resume > ul, .resume > ul li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  word-wrap: break-word;
}
/* line 154, ../../sass/modules/_executive.scss */
.resume > ul {
  margin-bottom: 0;
}

/* line 163, ../../sass/modules/_executive.scss */
.resume-time.faq-btn {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  color: #ddd8d3;
  background-color: #a3988e;
}
/* line 168, ../../sass/modules/_executive.scss */
.resume-time.faq-btn:after {
  color: #ddd8d3 !important;
}
/* line 171, ../../sass/modules/_executive.scss */
.resume-time.faq-btn.selected, .resume-time.faq-btn:hover {
  color: #fff !important;
}
/* line 174, ../../sass/modules/_executive.scss */
.resume-time.faq-btn.selected:after, .resume-time.faq-btn:hover:after {
  color: #fff !important;
}
/* line 179, ../../sass/modules/_executive.scss */
.resume-time.faq-btn.now {
  background-color: #666;
}

/* line 184, ../../sass/modules/_executive.scss */
.resume-title {
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 187, ../../sass/modules/_executive.scss */
.resume-title em {
  display: block;
  font-size: 14px;
  font-style: normal;
}

/* line 194, ../../sass/modules/_executive.scss */
.resume-subtitle {
  margin-bottom: 10px;
}

/* line 198, ../../sass/modules/_executive.scss */
.resume-function {
  margin-bottom: 10px;
}

/* line 206, ../../sass/modules/_executive.scss */
.executivewrapper .executiveimagecnt .subheroheadline .heroheadlinewrapper {
  background-image: url('../images/headline-bg.png?1544069734');
}
/* line 213, ../../sass/modules/_executive.scss */
.executivewrapper .faq-container .resume-time.faq-btn:after {
  top: 15px;
  width: 15px;
  height: 15px;
  background-image: url('../images/accordion-arrow-sprite.png?1552669940');
  content: "";
  background-position: 0 -120px;
}
/* line 222, ../../sass/modules/_executive.scss */
.executivewrapper .faq-container .resume-time.faq-btn:hover:after {
  background-position: 0 -80px;
}
/* line 232, ../../sass/modules/_executive.scss */
.executivewrapper .resume-time.selected:after,
.executivewrapper .hellgrau1 .resume-time.selected:after,
.executivewrapper .hellgrau2 .resume-time.selected:after,
.executivewrapper .white-bg .resume-time.selected:after {
  top: 10px;
  right: 13px;
  width: 15px;
  height: 15px;
  background-image: url('../images/accordion-arrow-sprite.png?1552669940');
  background-position: 0 -93px;
  content: "";
}
/* line 242, ../../sass/modules/_executive.scss */
.executivewrapper .resume-time.selected:hover:after,
.executivewrapper .hellgrau1 .resume-time.selected:hover:after,
.executivewrapper .hellgrau2 .resume-time.selected:hover:after,
.executivewrapper .white-bg .resume-time.selected:hover:after {
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url('../images/accordion-arrow-sprite.png?1552669940');
  background-position: 0 -93px;
  content: "";
}

/* line 2, ../../sass/modules/_review.scss */
.review .textcntinner {
  margin-top: 30px;
}
/* line 5, ../../sass/modules/_review.scss */
.review h2 {
  font-size: 21px;
  color: #ff0000;
  margin-bottom: 0;
}
/* line 10, ../../sass/modules/_review.scss */
.review h3 {
  font-size: 21px;
  color: #ff0000;
  margin-bottom: 0;
  padding-bottom: 15px;
}
/* line 16, ../../sass/modules/_review.scss */
.review .additional-info {
  font-size: 16px;
  color: #333;
}
/* line 20, ../../sass/modules/_review.scss */
.review h4 {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
  clear: both;
}
/* line 26, ../../sass/modules/_review.scss */
.review .basecontent-text {
  line-height: 1.5;
  margin-bottom: 30px;
}
/* line 31, ../../sass/modules/_review.scss */
.review .basecontent-list ul {
  color: #ff0000;
}
/* line 33, ../../sass/modules/_review.scss */
.review .basecontent-list ul span {
  color: #444;
}
/* line 38, ../../sass/modules/_review.scss */
.review .trainee-list {
  margin-bottom: 40px;
  color: #ff0000;
  padding-left: 3px;
}
/* line 45, ../../sass/modules/_review.scss */
.review .review-content > .ym-grid > .ym-g33.ym-gl, .review .review-content > .mm > .ym-g33.ym-gl {
  margin-bottom: 0;
}
/* line 48, ../../sass/modules/_review.scss */
.review .review-content > .ym-grid > .ym-g66.ym-gbox-right, .review .review-content > .mm > .ym-g66.ym-gbox-right {
  margin-bottom: 0;
}
/* line 50, ../../sass/modules/_review.scss */
.review .review-content > .ym-grid > .ym-g66.ym-gbox-right > h4, .review .review-content > .mm > .ym-g66.ym-gbox-right > h4 {
  margin-top: 0;
}
/* line 56, ../../sass/modules/_review.scss */
.review .videocnt {
  margin-top: 20px;
}

/* line 63, ../../sass/modules/_review.scss */
.review-slider {
  padding-top: 20px;
  border-bottom: 1px solid #ddd8d3;
}
/* line 66, ../../sass/modules/_review.scss */
.review-slider .slick-prev,
.review-slider .slick-next {
  margin-top: -60px;
}
/* line 70, ../../sass/modules/_review.scss */
.review-slider .slick-slider-footer {
  padding: 15px 0;
  overflow: hidden;
  min-height: 76px;
}
/* line 74, ../../sass/modules/_review.scss */
.review-slider .slick-slider-footer a, .review-slider .slick-slider-footer span {
  display: block;
}
/* line 76, ../../sass/modules/_review.scss */
.review-slider a {
  text-decoration: none;
}
/* line 78, ../../sass/modules/_review.scss */
.review-slider a:hover, .review-slider a:focus {
  text-decoration: underline;
}
/* line 82, ../../sass/modules/_review.scss */
.review-slider .trainee-name, .review-slider .trainee-program {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 86, ../../sass/modules/_review.scss */
.review-slider .trainee-name {
  color: #ff0000;
}
/* line 89, ../../sass/modules/_review.scss */
.review-slider .trainee-program {
  font-size: 12px;
}
/* line 92, ../../sass/modules/_review.scss */
.review-slider .activetrainee {
  display: block;
}
/* line 94, ../../sass/modules/_review.scss */
.review-slider .activetrainee:hover, .review-slider .activetrainee:focus {
  text-decoration: none;
}
/* line 97, ../../sass/modules/_review.scss */
.review-slider .activetrainee .slick-slider-footer {
  background-color: #ddd8d3;
}
/* line 99, ../../sass/modules/_review.scss */
.review-slider .activetrainee .slick-slider-footer .trainee-name, .review-slider .activetrainee .slick-slider-footer .trainee-program {
  color: #444;
}
/* line 102, ../../sass/modules/_review.scss */
.review-slider .activetrainee .slick-slider-footer .trainee-name {
  color: #ff0000;
}

/* line 1, ../../sass/modules/_video.scss */
.videocnt {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 810px;
}

/* line 13, ../../sass/modules/_video.scss */
.ym-gbox > .videocnt:last-child {
  margin: 0;
}

/* line 24, ../../sass/modules/_video.scss */
.ym-wbox-landingpage .videocnt {
  max-width: 100%;
}

/* line 30, ../../sass/modules/_video.scss */
.slick-slide .videocnt {
  margin: 0;
  max-width: 1280px;
}
/* line 33, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-container .mejs-controls {
  display: none !important;
}
/* line 36, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-overlay-button {
  display: none !important;
}
/* line 37, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-overlay-loading {
  display: none;
}
/* line 38, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-poster {
  display: none;
}

/* line 1, ../../sass/modules/_pager.scss */
.pages {
  margin: 20px auto 0;
  width: auto;
  text-align: right;
}
/* line 5, ../../sass/modules/_pager.scss */
.pages a, .pages span {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #a3988e;
}
/* line 11, ../../sass/modules/_pager.scss */
.pages a:hover, .pages a:focus, .pages span:hover, .pages span:focus {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
  cursor: pointer;
}
/* line 17, ../../sass/modules/_pager.scss */
.pages a.current-page, .pages span.current-page {
  color: #fff;
  font-weight: normal;
  background-color: #a3988e;
}
/* line 21, ../../sass/modules/_pager.scss */
.pages a.current-page:hover, .pages a.current-page:focus, .pages span.current-page:hover, .pages span.current-page:focus {
  background-color: #a3988e;
  border-color: #a3988e;
}
/* line 26, ../../sass/modules/_pager.scss */
.pages a.wider, .pages span.wider {
  padding: 5px 6px;
}
/* line 29, ../../sass/modules/_pager.scss */
.pages a.widest, .pages span.widest {
  padding: 5px 2px;
}

/* line 35, ../../sass/modules/_pager.scss */
.service-search-result .pager-container {
  margin: 0 auto;
  width: 235px;
  float: right;
  overflow: hidden;
  height: 28px;
  position: relative;
}
/* line 42, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages {
  margin: 0;
  text-align: center;
  height: 28px;
  position: absolute;
  width: 1000px;
  left: 34px;
}
/* line 49, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages a, .service-search-result .pager-container .pages span {
  width: 30px;
  margin: 0 2px;
  display: block;
  float: left;
}
/* line 54, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages a:first-child, .service-search-result .pager-container .pages span:first-child {
  margin-left: 0;
}
/* line 57, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages a:last-child, .service-search-result .pager-container .pages span:last-child {
  margin-right: 0;
}
/* line 62, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pager-arrows {
  position: absolute;
  z-index: 100;
  float: left;
  font-size: 21.5px;
  background-color: #ddd8d3;
  color: #fff;
  line-height: 1;
  bottom: -2px;
  height: 32px;
  width: 32px;
  display: block;
  padding: 0 8px 0 8px;
  text-decoration: none;
  border: 2px solid #fff;
}
/* line 77, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pager-arrows:hover, .service-search-result .pager-container .pager-arrows:focus {
  background-color: #ff0000;
  color: #fff;
  cursor: pointer;
}
/* line 82, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pager-arrows.next-page {
  float: right;
  right: 0;
}

/* line 1, ../../sass/modules/_reg-form.scss */
.user-help {
  display: none;
}

/* line 5, ../../sass/modules/_reg-form.scss */
.tooltip span strong {
  background-color: #f00;
  color: #fff;
  padding: 1px 6px 1px 6px;
  display: block;
}

/* line 12, ../../sass/modules/_reg-form.scss */
.tooltip span small {
  font-size: 100%;
  padding: 3px 6px;
  display: block;
}

/* line 18, ../../sass/modules/_reg-form.scss */
.help-icon {
  text-decoration: none;
}

/* line 22, ../../sass/modules/_reg-form.scss */
.tooltip a:hover span {
  font-size: 69%;
  color: #000;
  background-color: #fff;
  border: 1px solid #f00;
  display: block;
  width: 220px;
  position: absolute;
  z-index: 1000;
  top: -115px;
}

/* line 34, ../../sass/modules/_reg-form.scss */
.tooltip {
  position: relative;
  float: right;
  margin-right: 88%;
}

/* line 1, ../../sass/modules/_glossary.scss */
.glossary-selector {
  margin: 0;
  list-style: none;
  margin-bottom: 38px;
}
/* line 5, ../../sass/modules/_glossary.scss */
.glossary-selector li {
  margin-right: 1px;
  margin-left: 1px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
}
/* line 13, ../../sass/modules/_glossary.scss */
.glossary-selector li a {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd8d3;
  background-color: #f7f7f7;
  padding: 3px;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
/* line 23, ../../sass/modules/_glossary.scss */
.glossary-selector li a.notAvailable {
  color: #a3988e;
  cursor: default;
}
/* line 26, ../../sass/modules/_glossary.scss */
.glossary-selector li a.notAvailable:hover, .glossary-selector li a.notAvailable:focus {
  background-color: #f7f7f7;
  color: #a3988e;
}
/* line 31, ../../sass/modules/_glossary.scss */
.glossary-selector li a:hover, .glossary-selector li a:focus {
  background-color: #ff0000;
  color: #fff;
}

/* line 38, ../../sass/modules/_glossary.scss */
.glossary-index {
  margin: 0;
  list-style: none;
  padding-right: 20px;
}
/* line 42, ../../sass/modules/_glossary.scss */
.glossary-index li {
  border-bottom: 1px solid #ddd8d3;
  padding: 3px 0 10px 0;
  margin-right: 0;
  margin-left: 0;
}
/* line 47, ../../sass/modules/_glossary.scss */
.glossary-index li a {
  display: block;
  text-decoration: none;
}
/* line 50, ../../sass/modules/_glossary.scss */
.glossary-index li a:hover, .glossary-index li a:focus {
  color: #ff0000;
}
/* line 53, ../../sass/modules/_glossary.scss */
.glossary-index li a:after {
  content: "\00BB";
  margin-left: 10px;
  font-size: 21px;
  top: 1px;
  color: #ff0000;
  position: relative;
}

/* line 71, ../../sass/modules/_glossary.scss */
.glossary-content .textcntinner {
  width: auto;
  padding-left: 20px;
}
/* line 74, ../../sass/modules/_glossary.scss */
.glossary-content .textcntinner h2 {
  color: #ff0000;
}
/* line 76, ../../sass/modules/_glossary.scss */
.glossary-content .textcntinner h2 span {
  font-size: 100%;
  line-height: inherit;
}

/* line 1, ../../sass/modules/_gallery.scss */
.gallery-slider {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 5, ../../sass/modules/_gallery.scss */
.gallery-slider .image-count {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  font-size: 12px;
}
/* line 15, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide {
  padding: 0 0;
  position: relative;
}
/* line 19, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2963%;
}
/* line 26, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide .gallery-link {
  display: block;
}
/* line 30, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
/* line 39, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 46, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide figcaption p {
  color: #fff;
  margin-bottom: 0;
}
/* line 49, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide figcaption p .image-count {
  position: initial;
  float: right;
  margin-top: 4px;
}
/* line 57, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 2, ../../sass/modules/_forms.scss */
.hellgrau2 select, .hellgrau2 input, .hellgrau2 textarea, .hellgrau2 button {
  background-color: #fff;
  color: #000;
}
/* line 6, ../../sass/modules/_forms.scss */
.hellgrau2 button {
  background-color: #ff0000;
  color: #fff;
}

/* line 12, ../../sass/modules/_forms.scss */
select {
  background-color: #fff;
}

/* line 17, ../../sass/modules/_forms.scss */
.ym-form select, .ym-form input, .ym-form textarea {
  border: none;
  width: 100%;
  padding: 10px;
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 23, ../../sass/modules/_forms.scss */
.ym-form .ym-fbox {
  margin-bottom: 10px;
}
/* line 26, ../../sass/modules/_forms.scss */
.ym-form textarea {
  height: 120px;
}
/* line 29, ../../sass/modules/_forms.scss */
.ym-form button {
  float: right;
  width: 100%;
  border: 1px solid #ff0000;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
}
/* line 36, ../../sass/modules/_forms.scss */
.ym-form button:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* line 43, ../../sass/modules/_forms.scss */
.ym-form button:hover, .ym-form button:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 47, ../../sass/modules/_forms.scss */
.ym-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 53, ../../sass/modules/_forms.scss */
.ym-form .error {
  background-color: transparent;
  color: #ff0000;
  font-size: 11px;
}

/* line 60, ../../sass/modules/_forms.scss */
input, textarea {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 65, ../../sass/modules/_forms.scss */
input[type=checkbox] {
  -webkit-appearance: checkbox;
}

/* line 69, ../../sass/modules/_forms.scss */
input[type=radio] {
  -webkit-appearance: radio;
}

/* line 80, ../../sass/modules/_forms.scss */
input[type=password] {
  font-family: Arial, Helvetica, sans-serif;
}

@media screen, projection {
  /* line 2, ../../sass/modules/_tabs.scss */
  .jquery_tabs {
    margin: 50px 0 1.5em 0;
  }
  /* line 5, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list {
    display: table;
    table-layout: fixed;
    list-style-type: none;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  /* line 14, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li {
    margin: 0 4px 0 0;
    border: 0 none;
    float: left;
    padding: 0;
  }
  /* line 20, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li a {
    padding: 10px;
    background: #fff;
    display: block;
    float: left;
    font-weight: normal;
    margin: 0;
    color: #333;
    text-decoration: none;
    border: 1px #ddd8d3 solid;
    border-bottom: none;
  }
  /* line 32, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li a:focus, .jquery_tabs ul.tabs-list li a:hover, .jquery_tabs ul.tabs-list li a:active {
    background: #f6f4f1;
    color: #333;
    font-weight: normal;
    outline: 0 none;
    text-decoration: none;
  }
  /* line 45, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li.current a,
  .jquery_tabs ul.tabs-list li.current a:focus,
  .jquery_tabs ul.tabs-list li.current a:hover,
  .jquery_tabs ul.tabs-list li.current a:active {
    background: #ddd8d3;
    color: #333;
    border: 1px #ddd8d3 solid;
    border-bottom-color: #ff0000;
    text-decoration: none;
  }
  /* line 60, ../../sass/modules/_tabs.scss */
  .jquery_tabs .content {
    border-top: 1px #ccc solid;
    clear: both;
    padding: 0;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
  }
  /* line 70, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabbody {
    padding-top: 20px;
  }

  /* hiding texts visually */
  /* line 76, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabhead {
    position: absolute;
    left: -32768px;
  }

  /* line 80, ../../sass/modules/_tabs.scss */
  .jquery_tabs .current-info,
  .jquery_tabs .accessibletabsanchor {
    left: -999em;
    position: absolute;
  }

   /** Avoid margin collapsing to enable correct sync of all tabs
    *
    * @workaround
    * @affected all browsers
    * @css-for all browsers
    * @valid yes
	*/
  /* line 94, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tab-content {
    border-bottom: 1px transparent solid;
    border-top: 1px transparent solid;
    padding-top: 1.5em;
    *overflow: hidden;
  }
}
/* Make tabs printable */
@media print {
  /* line 106, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabs-list {
    display: none !important;
  }
  /* line 109, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabbody,
  .jquery_tabs .tabhead {
    display: block !important;
  }
}
/* line 1, ../../sass/modules/_buttons.scss */
.standard-button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 21px;
}
/* line 12, ../../sass/modules/_buttons.scss */
.standard-button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 18, ../../sass/modules/_buttons.scss */
.standard-button:hover, .standard-button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 22, ../../sass/modules/_buttons.scss */
.standard-button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 29, ../../sass/modules/_buttons.scss */
.submit-button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 21px;
}
/* line 40, ../../sass/modules/_buttons.scss */
.submit-button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 46, ../../sass/modules/_buttons.scss */
.submit-button:hover, .submit-button:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 50, ../../sass/modules/_buttons.scss */
.submit-button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 57, ../../sass/modules/_buttons.scss */
.details-link {
  display: block;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  color: #333;
  padding: 10px 24px 10px 10px;
  text-decoration: none;
  position: relative;
  width: 130px;
  float: right;
}
/* line 67, ../../sass/modules/_buttons.scss */
.details-link:hover, .details-link:focus {
  background-color: #333;
  border-color: #333;
  color: #f6f4f1;
}
/* line 72, ../../sass/modules/_buttons.scss */
.details-link:after {
  content: "\00bb";
  float: right;
  position: absolute;
  right: 13px;
}

/* line 80, ../../sass/modules/_buttons.scss */
.downloadlink {
  display: block;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  color: #333;
  padding: 10px;
  text-align: left;
  text-decoration: none;
}
/* line 88, ../../sass/modules/_buttons.scss */
.downloadlink:hover, .downloadlink:focus {
  background-color: #333;
  border-color: #333;
  color: #f6f4f1;
}
/* line 93, ../../sass/modules/_buttons.scss */
.downloadlink:after {
  content: "»";
  display: inline-block;
  margin-left: 15px;
  top: calc(50% - 10px);
  right: 20px;
  float: left;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 106, ../../sass/modules/_buttons.scss */
.kontakt-button-box .tocontact {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
}
/* line 112, ../../sass/modules/_buttons.scss */
.kontakt-button-box .tocontact a {
  overflow: hidden;
}
/* line 113, ../../sass/modules/_buttons.scss */
.kontakt-button-box .tocontact a:after {
  content: "\00BB";
  position: absolute;
  margin-right: 0;
  color: inherit;
  float: right;
  right: 13px;
  top: calc(50% - 10px);
}

/* line 2, ../../sass/modules/_maintenance.scss */
.maintenance p {
  font-size: 16px;
}
/* line 5, ../../sass/modules/_maintenance.scss */
.maintenance .privacy {
  border: none;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
}

/* line 12, ../../sass/modules/_maintenance.scss */
.logo.no-link:hover,
.logo.no-link:focus {
  opacity: 1;
}

/* line 1, ../../sass/modules/_survey.scss */
.survey.dl-survey {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  color: #444;
  line-height: 1.5;
}
/* line 7, ../../sass/modules/_survey.scss */
.survey.dl-survey .question, .survey.dl-survey .response {
  border: none;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f6f4f1;
}
/* line 13, ../../sass/modules/_survey.scss */
.survey.dl-survey .question .progressbar, .survey.dl-survey .response .progressbar {
  padding: 2px;
  background-color: #a3988e;
}
/* line 17, ../../sass/modules/_survey.scss */
.survey.dl-survey .question .progressbar div > span, .survey.dl-survey .response .progressbar div > span {
  font-weight: normal;
}
/* line 24, ../../sass/modules/_survey.scss */
.survey.dl-survey .response h3 {
  margin-bottom: 0;
}
/* line 29, ../../sass/modules/_survey.scss */
.survey.dl-survey .answer {
  padding: 10px 10px 0 10px;
  background-color: #fff;
}
/* line 33, ../../sass/modules/_survey.scss */
.survey.dl-survey .answer:last-child {
  padding-bottom: 10px;
}
/* line 38, ../../sass/modules/_survey.scss */
.survey.dl-survey .error {
  color: #ff0000;
}
/* line 42, ../../sass/modules/_survey.scss */
.survey.dl-survey select {
  border: 1px solid #ddd8d3;
  padding: 10px;
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
/* line 49, ../../sass/modules/_survey.scss */
.survey.dl-survey input[type=submit] {
  background-color: #ff0000;
  font-weight: normal;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 24px 10px 10px;
  border: 1px solid #ff0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  font-size: 14px;
}
/* line 66, ../../sass/modules/_survey.scss */
.survey.dl-survey input[type=submit]:hover, .survey.dl-survey input[type=submit]:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 72, ../../sass/modules/_survey.scss */
.survey.dl-survey h2 {
  color: #ff0000;
  font-size: 16px;
  margin: 0 0 20px 0;
}
/* line 78, ../../sass/modules/_survey.scss */
.survey.dl-survey label {
  font-size: 14px;
}
/* line 82, ../../sass/modules/_survey.scss */
.survey.dl-survey input[type=checkbox] + label > span:first-child,
.survey.dl-survey input[type=radio] + label > span:first-child {
  height: 1em !important;
  width: 1em !important;
}
/* line 87, ../../sass/modules/_survey.scss */
.survey.dl-survey input[type=checkbox] + label > span:first-child:before,
.survey.dl-survey input[type=radio] + label > span:first-child:before {
  text-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  color: #444 !important;
}
/* line 95, ../../sass/modules/_survey.scss */
.survey.dl-survey input[type=radio] + label > span > span:first-child {
  height: 0.9em !important;
  width: 0.84em !important;
  margin: 0 !important;
  background: #444 !important;
  border: #444 !important;
}

/* line 1, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month {
  font-size: 100%;
  line-height: 1.5;
}

/* line 6, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .clearfix {
  clear: both;
}

/* line 10, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month h2 {
  color: #e2001a;
  font-size: 21px;
  margin-top: 20px;
}

/* line 16, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month ul {
  margin-left: 14px;
  margin-bottom: 20px;
  list-style-type: square;
}

/* line 22, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-head .list-element h2,
.com-reserve-form-div .list-element h2 {
  font-size: 100%;
  color: #444;
}

/* line 28, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-head .image {
  margin: 0 auto;
}

/* line 32, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-head .composedcontent-com-head-date {
  margin-bottom: 10px;
  display: block;
}

/* line 37, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-price {
  margin: -122px 0px 0px 0px;
  background-color: #e2001a;
  float: right;
  padding: 10px;
}

@media (min-width: 500px) {
  /* line 45, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-price {
    max-width: 48%;
  }
}
@media (max-width: 499px) {
  /* line 51, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-price {
    margin: 0 0px 30px 0px;
    background-color: #e2001a;
    padding: 10px;
    max-width: 100%;
    float: none;
  }
}
/* line 60, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-price .basecontent-com-price-text {
  text-align: center;
  color: #fff;
  font-size: 141%;
  font-weight: bold;
}

/* line 67, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-price .basecontent-com-price-addition-text {
  text-align: center;
  color: #fff;
  font-size: 80%;
}

/* line 73, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-head-footer-row .basecontent-com-price-text {
  display: inline;
}

/* line 77, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config {
  margin-top: 20px;
}

@media (min-width: 700px) {
  /* line 82, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-optional-row {
    display: flex;
  }
}
@media (min-width: 700px) {
  /* line 88, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-config-row {
    display: flex;
  }
}
@media (min-width: 700px) {
  /* line 94, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-config-left {
    width: 48%;
  }
}
@media (min-width: 700px) {
  /* line 101, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-config-right {
    width: 48%;
  }
}
/* line 106, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config-left {
  width: 100%;
}

/* line 110, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config-right {
  width: 100%;
}

@media (max-width: 699px) {
  /* line 115, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-config-right {
    clear: both;
  }
}
/* line 120, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config .basecontent-com-config-text {
  float: left;
  font-weight: bold;
}

/* line 125, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config .basecontent-image {
  float: left;
  margin: 10px 12px 0 0;
}

/* line 130, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config-element div:nth-child(3) {
  clear: left;
}

/* line 134, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config .com-config-options {
  background-image: url("../images/option-unchecked.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  float: left;
}

/* line 142, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config .com-config-options.checked {
  background-image: url("../images/option-checked.png");
}

/* line 146, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config-element .basecontent-image table {
  margin-bottom: 0px;
}

/* line 150, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config-element .basecontent-image td {
  background-color: transparent;
}

/* line 154, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config-element .basecontent-image caption {
  font-size: 80%;
  font-weight: bold;
  background: none;
  margin-left: 34px;
  text-align: center;
}

/* line 162, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-config-element .basecontent-image img {
  margin-left: 6px;
}

/* line 167, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional, .composedcontent-com-zusatz {
  clear: left;
  padding: 0;
}

@media (min-width: 700px) {
  /* line 173, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-optional-left {
    margin-right: 10px;
    width: 48%;
  }
}
/* line 179, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional-left {
  margin-right: 10px;
  width: 100%;
}

@media (min-width: 700px) {
  /* line 185, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-optional-right {
    width: 48%;
    margin-left: 10px;
  }
}
/* line 190, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional-right {
  width: 100%;
  margin-left: 10px;
}

/* line 195, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config, .composedcontent-com-zusatz .composedcontent-com-optional-config {
  color: #e2001a;
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 10px;
}

/* line 202, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-options-div, .composedcontent-com-zusatz .composedcontent-com-optional-config-options-div {
  float: right;
}

/* line 206, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-options-div .basecontent-com-price-text, .composedcontent-com-zusatz .composedcontent-com-optional-config-options-div .basecontent-com-price-text {
  float: left;
}

/* line 210, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-options, .composedcontent-com-zusatz .composedcontent-com-optional-zusatz-options {
  background-image: url("../images/optional-option-unchecked.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  float: right;
  margin: -5px 0 0 10px;
}

/* line 219, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-options.checked, .composedcontent-com-zusatz .composedcontent-com-optional-zusatz-options.checked {
  background-image: url("../images/optional-option-checked.png");
}

/* line 223, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-element, .composedcontent-com-zusatz .composedcontent-com-optional-config-element {
  color: #444;
  margin-top: 20px;
  display: flex;
  align-items: center;
  clear: both;
}

/* line 231, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-element img, .composedcontent-com-zusatz.composedcontent-com-optional-config-element img {
  display: inline !important;
  margin-right: 10px;
  max-width: 55px;
}

/* line 237, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-element span, .composedcontent-com-zusatz .composedcontent-com-optional-config-element span {
  margin: 0 0 0 14px;
}

/* line 241, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional .composedcontent-com-optional-config-element span span, .composedcontent-com-zusatz .composedcontent-com-optional-config-element span span {
  margin-left: 0;
}

/* line 244, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .composedcontent-com-optional-next-step,
.composedcontent-car-of-month .com-reserve-form-button {
  clear: both;
  margin: 20px 0 40px 0;
  float: right;
  background-color: #e2001a;
  border: 1px solid #e2001a;
  color: #fff;
  text-align: center;
  padding: 10px 20px 10px 20px;
}

/* line 256, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .composedcontent-com-optional-next-step:hover,
.composedcontent-car-of-month .com-reserve-form-button:hover {
  background-color: #fff;
  color: #e2001a;
  cursor: pointer;
}

/* line 263, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .composedcontent-com-footer {
  clear: both;
  padding: 20px 0 0 0;
  margin-bottom: 30px;
}

@media (min-width: 499px) {
  /* line 270, ../../sass/modules/_carOfMonth.scss */
  .composedcontent-com-footer {
    display: flex;
    align-items: flex-end;
  }
}
/* line 276, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .composedcontent-com-footer img {
  float: left;
  margin-right: 10px;
}

/* line 281, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .composedcontent-com-footer-div {
  background-color: #f7f7f7;
  font-size: 80%;
  line-height: 1.7em;
  padding: 10px;
}

/* line 288, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .com-reserve-form-div {
  display: none;
}

/* line 293, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-div .com-reserve-form-text-block-a-content {
  margin-top: 20px;
}

/* line 297, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-div .com-reserve-form-options-a,
.com-reserve-form-div .com-reserve-form-options-b,
.com-reserve-form-div .com-reserve-form-options-c {
  margin-bottom: 10px;
  width: 100%;
}

/* line 304, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-row,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-row {
  width: 100%;
  margin: 5px 0 5px 0;
}

/* line 310, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-div .com-reserve-form-options-a .com-reserve-form-options-a-text,
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-text,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-text {
  float: left;
  font-weight: bold;
}

/* line 317, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-div .com-reserve-form-options-a .com-reserve-form-options-a-text span,
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-text span,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-text span {
  font-weight: normal;
}

/* line 323, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price,
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price-bold,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price-bold {
  float: right;
}

/* line 330, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price-bold,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price-bold {
  font-weight: bold;
}

/* line 335, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-contakt-data .com-reserve-form {
  background-color: #f6f4f1;
  padding: 10px;
  width: 100%;
  margin-bottom: 30px;
}

/* line 342, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form select,
.com-reserve-form input,
.com-reserve-form .com-reserve-form-mandatory-text,
.com-reserve-form .com-reserve-form-footer,
.composedcontent-car-of-month .com-reserve-form-button,
.com-reserve-form .com-reserve-form-date,
.com-reserve-form .com-reserve-form-date-text,
.com-reserve-form .com-reserve-form-mandatory-text,
.com-reserve-form .com-reserve-form-mandatory-mark {
  width: 100%;
}

/* line 354, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .com-reserve-form-button {
  text-align: left;
  float: none;
}

/* line 359, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form select,
.com-reserve-form input {
  margin: 4px 0 10px 0;
  padding: 10px;
  border: 1px solid #ddd8d3;
}

/* line 366, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form .com-reserve-form-contaktoption input {
  width: 20px;
}

/* line 370, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form .com-reserve-form-date input {
  width: 290px;
}

/* line 374, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form .com-reserve-form-date input:nth-child(2) {
  float: right;
}

/* line 378, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form .com-reserve-form-mandatory-text {
  text-align: right;
  margin-top: 10px;
}

/* line 383, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form .com-reserve-form-mandatory-mark input,
.com-reserve-form .com-reserve-form-contaktoption input {
  width: 20px;
}

/* line 388, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form-button::after,
.composedcontent-com-optional-next-step::after {
  content: "\00BB";
  float: right;
  right: 13px;
  margin-left: 10px;
}

/* line 396, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional-config a::after {
  content: "\00BB";
  margin-left: 10px;
}

/* line 401, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-optional-config a {
  text-decoration: none;
  color: #e2001a;
}

/* line 406, ../../sass/modules/_carOfMonth.scss */
.composedcontent-com-error-message-textarea,
.composedcontent-com-success-message-textarea {
  display: none;
}

/* line 411, ../../sass/modules/_carOfMonth.scss */
.basecontent-text-privacy-policy {
  margin-top: 20px;
}

/* line 415, ../../sass/modules/_carOfMonth.scss */
.com-website-field {
  display: none;
}

/* line 420, ../../sass/modules/_carOfMonth.scss */
.totalZusatz {
  float: right;
}

/* line 423, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month {
  font-size: 107.1%;
}

/* line 427, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .composedcontent-com-footer-div {
  font-size: 100%;
}

/* line 431, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .composedcontent-com-optional h2, .composedcontent-car-of-month .composedcontent-com-zusatz h2 {
  padding-top: 0;
}

/* line 434, ../../sass/modules/_carOfMonth.scss */
.com-reserve-form textarea {
  margin: 4px 0 10px 0;
  padding: 10px;
  border: 1px solid #ddd8d3;
  width: 100%;
  height: 150px;
  font-weight: normal;
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  color: #444444;
}

/* line 445, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month > .textcntinner {
  clear: both;
}

/* line 449, ../../sass/modules/_carOfMonth.scss */
.composedcontent-car-of-month .textcntinner h2, .composedcontent-com-success-message-textarea.cntinner {
  padding-left: 0;
}

/* line 1, ../../sass/modules/_usability.scss */
body {
  overflow-x: hidden;
}

@media only screen and (max-width: 880px) {
  /* line 6, ../../sass/modules/_usability.scss */
  body {
    overflow: hidden scroll !important;
  }
}
/*------------------------------------------- Top NAV ---------------------------------------------------------------*/
/* line 12, ../../sass/modules/_usability.scss */
.meta {
  padding: 0 30px;
}

/* line 18, ../../sass/modules/_usability.scss */
#NAV1 {
  margin-left: 50px;
}

/* line 21, ../../sass/modules/_usability.scss */
#mainLogo {
  width: auto;
  height: auto;
}

/* line 25, ../../sass/modules/_usability.scss */
.metaMenu {
  height: 100%;
  padding-right: 1.5%;
}

/* line 29, ../../sass/modules/_usability.scss */
.langLetter {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

/* line 34, ../../sass/modules/_usability.scss */
.top-meta-nav {
  background-color: #f6f4f1;
  height: 32px;
  font-size: 16px;
}

/* line 39, ../../sass/modules/_usability.scss */
.top-meta-nav-trennzeichen {
  border-left: 1px #a3988e solid;
  height: 40%;
  margin-top: 9px;
  margin-right: 1px;
  margin-left: 5px;
}

/* line 46, ../../sass/modules/_usability.scss */
.top-meta-nav-content {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

/* line 51, ../../sass/modules/_usability.scss */
.mainnavpos {
  padding-top: 25px;
}

/* line 54, ../../sass/modules/_usability.scss */
.rightColLogin {
  background-color: white;
  width: 50%;
  height: 100%;
  float: right;
  padding: 40px 20px;
}

/*---------------------------------------- END Top NAV --------------------------------------------------------------*/
/*------------------------------------- END Left Middle NAV ---------------------------------------------------------*/
/* line 66, ../../sass/modules/_usability.scss */
#mainnav {
  margin: 25px 0 25px 0;
}
/* line 68, ../../sass/modules/_usability.scss */
#mainnav a {
  text-decoration: none;
}

@media (min-width: 881px) {
  /* line 74, ../../sass/modules/_usability.scss */
  .mainnav.mobile {
    display: none;
  }
}
/* line 80, ../../sass/modules/_usability.scss */
.hide {
  display: none;
}

/* TODO: wenn komische effekte auftreten bitte hier schauen. wird erstmal auskommentiert */
/*.ym-g25:first-child {
  padding-right: 0;
}*/
/* line 89, ../../sass/modules/_usability.scss */
.navCol {
  padding: 20px;
  /* 20+1 */
  position: relative;
  margin-bottom: 0;
  height: auto;
}
/* line 95, ../../sass/modules/_usability.scss */
.navCol .firstlevelCnt {
  padding-right: 0;
}

/* line 100, ../../sass/modules/_usability.scss */
.line:after {
  content: '';
  position: absolute;
  border-right: 1px solid #cfc7c0;
  margin-left: 0;
  margin-top: 20px;
  height: calc(100% - 20px);
}

/* line 109, ../../sass/modules/_usability.scss */
.Nav_flyout {
  display: none;
  z-index: 1003;
  position: absolute;
  top: 110px;
  margin: 0 10% 0 10%;
  background-color: #f6f4f1;
  left: 0;
  font-size: 20px;
}
/* line 124, ../../sass/modules/_usability.scss */
.Nav_flyout .fourthlevelCnt {
  position: absolute;
  right: 0;
}

/* line 132, ../../sass/modules/_usability.scss */
.navElement {
  float: left;
  height: 60px;
  padding-right: 30px;
}
/* line 137, ../../sass/modules/_usability.scss */
.navElement a:hover {
  color: inherit;
}
/* line 141, ../../sass/modules/_usability.scss */
.navElement.marked > a {
  border-bottom: 3px solid red;
  padding-bottom: 4px;
}
/* line 146, ../../sass/modules/_usability.scss */
.navElement.active > a {
  border-bottom: 3px solid red;
  padding-bottom: 4px;
}
/* line 150, ../../sass/modules/_usability.scss */
.navElement.active > a span.arrow-up {
  z-index: 99999;
  border-bottom: 25px solid #f6f4f1;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -11px;
}
/* line 165, ../../sass/modules/_usability.scss */
.navElement a > span.arrow-up {
  display: none;
}

@media (max-width: 970px) {
  /* line 171, ../../sass/modules/_usability.scss */
  .navElement {
    padding-right: 20px;
    font-size: 90%;
  }

  /* line 175, ../../sass/modules/_usability.scss */
  .meta-left {
    margin-right: 20px;
  }
}
/*------------------------------------ END Middle Middle NAV --------------------------------------------------------*/
/*-------------------------------------- Right Middle NAV -----------------------------------------------------------*/
/* line 185, ../../sass/modules/_usability.scss */
.meta-right {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 2%;
  padding-top: 25px;
}

/* line 192, ../../sass/modules/_usability.scss */
.searchIcon {
  float: right;
  margin: 0 10px 0 15px;
}
/* line 196, ../../sass/modules/_usability.scss */
.searchIcon button {
  outline: none;
}

/* line 201, ../../sass/modules/_usability.scss */
.searchImage {
  display: block;
  width: 40px;
  height: 40px;
}

/* line 206, ../../sass/modules/_usability.scss */
.searchBar {
  width: 10%;
  float: right;
  position: relative;
}

@media only screen and (min-width: 641px) and (max-width: 880px) {
  /* line 213, ../../sass/modules/_usability.scss */
  .input-field .input-search {
    max-width: 150px;
    display: block;
  }
}
@media only screen and (min-width: 881px) and (max-width: 1160px) {
  /* line 221, ../../sass/modules/_usability.scss */
  #suchFeld.middleSize {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 880px) {
  /* line 226, ../../sass/modules/_usability.scss */
  #suchFeld.middleSize {
    display: block;
  }
}
/*
@media only screen and (min-width: 1161px) and (max-width: 1400px) {
  #suchFeld.middleSize {
    display: block;
  }
  #suchFeld.bigSize {
    display: none;
  }
}
@media only screen and (min-width: 1401px) {
  #suchFeld.middleSize {
    display: none;
  }
  #suchFeld.bigSize {
    display: block;
  }
}*/
@media (max-width: 880px) {
  /* line 249, ../../sass/modules/_usability.scss */
  .searchBar {
    max-width: 150px;
  }
}
/* line 254, ../../sass/modules/_usability.scss */
.searchHideButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: 15px;
}

/* line 262, ../../sass/modules/_usability.scss */
.input-search {
  margin-top: 20px;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #A1A1A1;
  width: 300px;
  float: right;
}

/* line 271, ../../sass/modules/_usability.scss */
::placeholder {
  color: #DDD8D3;
  opacity: 1;
  /* Firefox */
}

/* line 275, ../../sass/modules/_usability.scss */
.contactImage {
  display: block;
  width: 40px;
  height: 40px;
}

/* line 280, ../../sass/modules/_usability.scss */
.contactIconText, .searchIconText {
  margin-bottom: 0;
  font-size: 12px;
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}

/* line 285, ../../sass/modules/_usability.scss */
.contactIconText {
  color: #ff0000;
  margin-left: 4px;
}

@media (min-width: 641px) {
  /* line 291, ../../sass/modules/_usability.scss */
  .login_cta {
    margin-bottom: 30px;
  }
}
/* line 296, ../../sass/modules/_usability.scss */
.contact_cta {
  margin-bottom: 35px;
}

/* line 301, ../../sass/modules/_usability.scss */
.contact_cta .cta, .login_cta .cta {
  float: none;
  display: inline;
}

/*------------------------------------- END Right Middle NAV --------------------------------------------------------*/
/* line 308, ../../sass/modules/_usability.scss */
.mm-container li a {
  font-size: 22px;
  color: #444;
  padding-top: 15px;
}

/* line 314, ../../sass/modules/_usability.scss */
.rightColLogin ul li a:after {
  content: "\00BB";
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}

/* line 323, ../../sass/modules/_usability.scss */
#clearMenu {
  display: none;
}

/* line 326, ../../sass/modules/_usability.scss */
.firstlevel > .secondlevel > li > .thirdlevel > li > a, .thirdlevel > .nosub span {
  padding-left: 8%;
}

/* line 332, ../../sass/modules/_usability.scss */
.bottomBorderNosubThird {
  padding-left: 8%;
  background-color: #DDD8D3;
  border-bottom: solid 1px white;
}

/* line 337, ../../sass/modules/_usability.scss */
.bottomBorderNosub .bottomBorderNosub {
  border: 0 none;
}

/* line 340, ../../sass/modules/_usability.scss */
.bottomBorderNosub {
  border-bottom: solid 2px #DDD8D3;
  padding-left: 2%;
}

/* line 345, ../../sass/modules/_usability.scss */
.shadowbox {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

/* line 350, ../../sass/modules/_usability.scss */
.shadow {
  box-shadow: 0 5px 5px -5px #333;
}

/* line 354, ../../sass/modules/_usability.scss */
.nav-element {
  float: left;
  margin-right: 30px;
}

/* line 358, ../../sass/modules/_usability.scss */
.main-logo {
  width: auto;
}

/* line 361, ../../sass/modules/_usability.scss */
.burgerMenu {
  display: none;
}

/*------------------------------------------MEDIA QUERIES-----------------------------------------*/
/*------------------------------------------1400--------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  /* line 368, ../../sass/modules/_usability.scss */
  #NAV1 {
    margin-left: 10px;
  }

  /* line 371, ../../sass/modules/_usability.scss */
  .meta-left {
    margin-right: 20px;
  }

  /* line 375, ../../sass/modules/_usability.scss */
  .meta-middle {
    font-size: 22px;
  }

  /* line 378, ../../sass/modules/_usability.scss */
  .meta-right {
    float: right;
    width: 30%;
    padding-left: 5px;
    margin: 0 0;
  }

  /* line 385, ../../sass/modules/_usability.scss */
  .meta-right .input-search {
    width: 180px;
  }

  /* line 388, ../../sass/modules/_usability.scss */
  #clearMenu {
    display: none;
  }
}
/*------------------------------------------1160--------------------------------------------------*/
@media only screen and (max-width: 1160px) {
  /* line 394, ../../sass/modules/_usability.scss */
  .input-field {
    /*display: none;*/
    /*position: absolute;*/
    margin-right: 10px;
  }

  /* line 400, ../../sass/modules/_usability.scss */
  .meta-middle {
    /*width:55%;*/
    margin: 0px 0;
  }

  /* line 404, ../../sass/modules/_usability.scss */
  .meta-right {
    width: 20%;
  }

  /* line 407, ../../sass/modules/_usability.scss */
  .burgerMenu {
    display: none;
  }

  /* line 410, ../../sass/modules/_usability.scss */
  .meta-right .input-field .input-search {
    width: 420px;
  }

  /* line 413, ../../sass/modules/_usability.scss */
  #button-holder {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #A1A1A1;
    cursor: pointer;
    float: right;
    height: 23px;
    margin-top: 15px;
    margin-right: 10px;
    text-align: center;
  }

  /* line 425, ../../sass/modules/_usability.scss */
  .input-search {
    float: right;
  }

  /* line 429, ../../sass/modules/_usability.scss */
  .meta-left {
    display: block;
  }
}
/*------------------------------------------880--------------------------------------------------*/
@media only screen and (max-width: 880px) {
  /* line 436, ../../sass/modules/_usability.scss */
  .input-field {
    float: right;
    margin-right: 7px;
  }

  /* line 443, ../../sass/modules/_usability.scss */
  .OriginalMenu {
    display: none;
  }

  /* line 447, ../../sass/modules/_usability.scss */
  .input-field {
    display: block;
  }

  /* line 450, ../../sass/modules/_usability.scss */
  #button-holder {
    display: none;
  }

  /* line 453, ../../sass/modules/_usability.scss */
  .input-field .input-search {
    width: 200px;
    display: block;
  }

  /* line 457, ../../sass/modules/_usability.scss */
  .top-meta-nav {
    display: none;
  }

  /* line 460, ../../sass/modules/_usability.scss */
  .meta-middle {
    display: none;
  }

  /* line 463, ../../sass/modules/_usability.scss */
  .meta-middle p {
    margin-bottom: 0px;
  }

  /* line 466, ../../sass/modules/_usability.scss */
  .burgerMenu {
    margin: 0px;
    padding: 0px;
  }

  /* line 470, ../../sass/modules/_usability.scss */
  .meta-right {
    float: right;
    width: 60%;
  }

  /* line 474, ../../sass/modules/_usability.scss */
  #Kontakt-div {
    margin-right: 20px;
  }
}
/*------------------------------------------640----------------------------------------------------*/
@media only screen and (max-width: 640px) {
  /* line 480, ../../sass/modules/_usability.scss */
  .top-meta-nav {
    display: none;
  }

  /* line 483, ../../sass/modules/_usability.scss */
  .switchcnt {
    display: none;
  }

  /* line 486, ../../sass/modules/_usability.scss */
  #quicksearch-form {
    display: none;
  }

  /* line 489, ../../sass/modules/_usability.scss */
  #input_field {
    display: none;
  }

  /* line 492, ../../sass/modules/_usability.scss */
  .meta-right {
    /*display: none;*/
  }

  /* line 495, ../../sass/modules/_usability.scss */
  .burgerMenu {
    display: inline-block;
  }

  /* line 498, ../../sass/modules/_usability.scss */
  .OriginalMenu {
    display: none;
  }

  /* line 501, ../../sass/modules/_usability.scss */
  .meta-middle {
    float: right;
    width: 5%;
    padding-left: 2%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* line 508, ../../sass/modules/_usability.scss */
  .burgerMenu p {
    margin-bottom: 0;
  }

  /* line 511, ../../sass/modules/_usability.scss */
  .burgerMenu {
    float: right;
    margin-bottom: 0px;
  }

  /* line 515, ../../sass/modules/_usability.scss */
  .meta-left {
    float: left;
    width: 50%;
    padding-left: 0;
  }
}
/* Änderungen von Vorlagen Unternehmen */
/*----------------------------------------------- Unternehmen ------------------------------------------------------*/
/* line 526, ../../sass/modules/_usability.scss */
.section-overview .contentColumn .HeadColor h4 {
  color: #ff0000;
  font-size: 1.7em;
}

/* line 530, ../../sass/modules/_usability.scss */
.section-overview .contentColumn .textcntinner {
  padding-bottom: 20px;
}

/* line 534, ../../sass/modules/_usability.scss */
.firstlevelLinks {
  background-color: #F2F2F2;
  padding-bottom: 0 !important;
  padding: 10px !important;
  padding-bottom: 0;
  font-size: 18px;
  padding-bottom: 4em;
  margin-bottom: 1em !important;
}

/* line 544, ../../sass/modules/_usability.scss */
.firstlevelLinks a {
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 7em !important;
  margin-top: 8em !important;
  font-weight: bold;
}

/* line 553, ../../sass/modules/_usability.scss */
.firstlevelLinks > span > a {
  color: #ff0000;
}
/* line 556, ../../sass/modules/_usability.scss */
.firstlevelLinks > span > a:hover {
  text-decoration: underline;
}

/* line 561, ../../sass/modules/_usability.scss */
.firstlevelLinks > span {
  font-weight: bold;
}

/* line 565, ../../sass/modules/_usability.scss */
.firstlevelLinks > a {
  color: #ff0000;
}
/* line 568, ../../sass/modules/_usability.scss */
.firstlevelLinks > a:hover {
  text-decoration: underline;
}

/* line 573, ../../sass/modules/_usability.scss */
.firstlevelLinks p {
  font-size: 18px;
  margin-top: 4px;
  color: #A5998F;
  margin-bottom: 13px;
}

/* line 580, ../../sass/modules/_usability.scss */
.unternehemFooterText {
  font-size: 8px;
  font-weight: initial;
  font-family: "Arial", Arial, Helvetica, sans-serif;
}

/* line 586, ../../sass/modules/_usability.scss */
.thirdLevelLinksList ul {
  list-style: none;
}
/* line 589, ../../sass/modules/_usability.scss */
.thirdLevelLinksList ul li {
  margin-left: 0 !important;
  padding-left: 15px;
}

/* line 595, ../../sass/modules/_usability.scss */
.thirdLevelLinks {
  margin-bottom: 0;
}

/* line 599, ../../sass/modules/_usability.scss */
.thirdLevelLinks > li a {
  font-weight: normal;
  font-size: 16px;
}

/* line 604, ../../sass/modules/_usability.scss */
.composedcontent-landingpage-first-headline > div > span {
  display: none;
}

/* line 608, ../../sass/modules/_usability.scss */
.landingpage-first-headline > h1 {
  margin-left: 10.2em;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  padding-top: 1em;
}

/* line 615, ../../sass/modules/_usability.scss */
.secondlevelLinks {
  padding-bottom: 5px !important;
  padding-top: 7px;
}

/* TODO: prüfen ob das andere Sachen kaputt macht */
/* line 621, ../../sass/modules/_usability.scss */
div > div:nth-child(2) > div.ym-wbox.white-bg {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* line 626, ../../sass/modules/_usability.scss */
.landingpage-first-headline > div > h1 {
  padding-top: .8em;
}

/* TODO: Klassenkonstruktu kürzen/anpassen */
/* line 631, ../../sass/modules/_usability.scss */
body > div.content-container.view-standard > div > div:nth-child(3) > div.ym-wbox.white-bg > div > div.HeadColor.ym-clearfix > div > div:nth-child(3) {
  padding-left: 10px !important;
}

/* TODO: Klassenkonstruktu kürzen/anpassen */
/* line 636, ../../sass/modules/_usability.scss */
.HeadColor.ym-clearfix > div > div > div > span {
  color: #ff0000;
}

/* TODO: Nicht gut!! */
@media only screen and (max-width: 640px) {
  /* line 642, ../../sass/modules/_usability.scss */
  .ym-g33.ym-gl:first-child + .ym-g33.ym-gl {
    padding-right: 0;
  }
}
/*------------------------------------------- Service -----------------------------------------------------------*/
/* line 647, ../../sass/modules/_usability.scss */
div.HeadColor.ym-clearfix > h4 {
  margin-top: 10px;
}

/* line 651, ../../sass/modules/_usability.scss */
div:nth-child(3) .middleColumn {
  padding-left: 18px;
}

@media only screen and (max-width: 640px) {
  /* line 656, ../../sass/modules/_usability.scss */
  .HeadColor.ym-clearfix > div > div {
    margin-bottom: 0;
    padding-top: 0;
  }

  /* line 660, ../../sass/modules/_usability.scss */
  div:nth-child(3) .middleColumn {
    padding-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  /* TODO: Nicht gut!! */
  /* line 667, ../../sass/modules/_usability.scss */
  div.ym-wbox.white-bg > div > div > div > div:nth-child(2) {
    margin-bottom: 0 !important;
  }

  /* line 671, ../../sass/modules/_usability.scss */
  div:nth-child(3) .middleColumn {
    padding-left: 0;
  }
}
/* line 678, ../../sass/modules/_usability.scss */
.hide.active {
  display: block !important;
}

/* line 682, ../../sass/modules/_usability.scss */
.fourthlevelCnt {
  padding: 0 !important;
  padding-left: 0;
}

/* line 689, ../../sass/modules/_usability.scss */
.teaserHeaderNew .basecontent-image {
  width: 100%;
  margin-bottom: 20px;
}

/* line 697, ../../sass/modules/_usability.scss */
.navCol .FIL a {
  color: #444;
  padding-top: 23px;
  padding-bottom: 5px;
}

/* line 703, ../../sass/modules/_usability.scss */
.FIL {
  margin-left: 0;
  padding-left: 0;
}

/* line 708, ../../sass/modules/_usability.scss */
.navCol .FIL {
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 714, ../../sass/modules/_usability.scss */
.navCol .FIL:hover, #mainnav .navCol .FIL a:hover {
  color: white;
}

/* line 721, ../../sass/modules/_usability.scss */
.contentThirdLevel.active a {
  color: #ff0000 !important;
}
/* line 724, ../../sass/modules/_usability.scss */
.contentThirdLevel.active .navSubMenuArrow {
  color: #ff0000;
}

/* line 730, ../../sass/modules/_usability.scss */
.thirdlevelCnt .active div:hover a, .secondlevelCnt .active div:hover a {
  color: #ff0000 !important;
}

/* line 736, ../../sass/modules/_usability.scss */
.firstlevelCnt {
  padding-left: 0;
  padding-right: 0 !important;
}

@media (min-width: 1301px) {
  /* line 743, ../../sass/modules/_usability.scss */
  .loginform:after {
    right: 89px;
    border-width: 10px;
  }
}
/* line 748, ../../sass/modules/_usability.scss */
.loginform:after {
  border-width: 10px;
}

/* Login Form Flyout */
/* line 754, ../../sass/modules/_usability.scss */
#loginFlyoutL .jquery_tabs ul.tabs-list li.current a {
  background: none;
  border-bottom: 0;
  color: #ff0000;
  border-left: 1px #ddd8d3 solid;
  border-right: 1px #ddd8d3 solid;
  border-top: 1px #ddd8d3 solid;
}

/* line 763, ../../sass/modules/_usability.scss */
#loginFlyoutL .jquery_tabs ul.tabs-list li a {
  background: none;
  border: 0 none;
}

/* line 769, ../../sass/modules/_usability.scss */
.loginform form input {
  padding: 10px;
}

/* line 773, ../../sass/modules/_usability.scss */
.loginform form .input-cnt {
  margin-bottom: 10px;
}

/* line 777, ../../sass/modules/_usability.scss */
.loginform form button {
  padding: 10px;
}

/* line 781, ../../sass/modules/_usability.scss */
.loginform:after {
  top: -21px;
}

@media (max-width: 1300px) {
  /* line 786, ../../sass/modules/_usability.scss */
  .loginform:after {
    top: -21px;
    right: 162px;
  }

  /* line 790, ../../sass/modules/_usability.scss */
  .loginform {
    right: 10px;
  }
}
/* line 797, ../../sass/modules/_usability.scss */
.loginform {
  top: 39px;
}

/* line 801, ../../sass/modules/_usability.scss */
.loginform .ym-clearfix.ym-grid, .loginform .ym-clearfix.mm {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 804, ../../sass/modules/_usability.scss */
.loginform #loginFlyoutL.loginFlyoutMobile {
  background-color: #f6f4f1;
  padding: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
  /* line 810, ../../sass/modules/_usability.scss */
  .mobLoginLevels .loginFlyoutMobile h4 {
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
/* line 817, ../../sass/modules/_usability.scss */
.loginForms {
  height: auto;
  width: 100%;
}

/* line 826, ../../sass/modules/_usability.scss */
.loginFlyoutLine {
  padding-right: 20px;
  /* 20+1 */
  position: relative;
}

/* line 830, ../../sass/modules/_usability.scss */
.loginFlyoutLine:after {
  content: '';
  position: absolute;
  right: 0;
  border-right: 1px solid #cfc7c0;
  top: 5%;
  bottom: 0;
}

/* line 838, ../../sass/modules/_usability.scss */
#loginFlyoutL .jquery_tabs ul.tabs-list li {
  border-bottom: 1.5px solid #f6f4f1;
}

/* line 842, ../../sass/modules/_usability.scss */
.loginform.loginSmallWidth {
  width: 100%;
  max-width: 480px;
}

/* line 846, ../../sass/modules/_usability.scss */
.loginFormElements {
  width: 100%;
}

/* line 850, ../../sass/modules/_usability.scss */
.loginMiddleWidth {
  max-width: 900px;
}
/* line 852, ../../sass/modules/_usability.scss */
.loginMiddleWidth #loginFlyoutL {
  width: 60%;
}
/* line 855, ../../sass/modules/_usability.scss */
.loginMiddleWidth #loginFlyoutR {
  width: 40%;
}

/* line 860, ../../sass/modules/_usability.scss */
#loginFlyoutR {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}

/* line 870, ../../sass/modules/_usability.scss */
.navCol .navSubMenuArrow {
  position: absolute;
  font-size: 34px;
  line-height: 18px;
  margin-left: 15px;
}

/* line 877, ../../sass/modules/_usability.scss */
.navCol .active .navSubMenuArrow {
  right: 20px;
  margin-left: 0;
}

/* line 883, ../../sass/modules/_usability.scss */
.secondLevelNavigation {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  padding-right: 25px;
}
/* line 891, ../../sass/modules/_usability.scss */
.secondLevelNavigation:hover, .secondLevelNavigation.active {
  background-color: #ff0000;
  color: white;
}
/* line 895, ../../sass/modules/_usability.scss */
.secondLevelNavigation:hover a, .secondLevelNavigation.active a {
  color: white !important;
}

/* line 906, ../../sass/modules/_usability.scss */
.secondLevelNavigation, .contentThirdLevel, .contentFourthLevel {
  cursor: pointer;
}

/* line 910, ../../sass/modules/_usability.scss */
.contentThirdLevel, .contentFourthLevel {
  line-height: 23px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 916, ../../sass/modules/_usability.scss */
.fourthLevelNavigation a:hover {
  color: #ff0000 !important;
}

/* line 921, ../../sass/modules/_usability.scss */
.secondLevelNavigation a:hover, .contentThirdLevel a:hover, .navElement a, #Kontakt-div {
  cursor: pointer;
}

/*----------------------------------- Mobil Änderungen HZ ------------------------------------------------*/
/*----------------------------------- Login --------------------------------------------------------------*/
@media only screen and (max-width: 880px) {
  /* line 929, ../../sass/modules/_usability.scss */
  .loginform {
    display: initial;
    position: initial;
  }

  /* line 933, ../../sass/modules/_usability.scss */
  .mobLoginLevels > li > a > span {
    color: #e2001a;
  }

  /* line 936, ../../sass/modules/_usability.scss */
  .mobLoginLevels li {
    background-color: #f6f4f1 !important;
  }

  /* TODO: Klassenkonstruktur kürzen / anpassen  */
  /* line 940, ../../sass/modules/_usability.scss */
  .mobLoginLevels > li > ul > li > div > div > div.ym-g50.ym-gl {
    padding: 0 !important;
  }

  /* line 943, ../../sass/modules/_usability.scss */
  .slicknav_menu .mobLoginLevels .firstlevel .secondlevel > li {
    padding-left: 0 !important;
    background-color: #F6F4F1;
    border-bottom: 5px solid #ff0000;
  }

  /* line 949, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .jquery_tabs ul.tabs-list {
    display: flex;
  }
  /* line 952, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .jquery_tabs ul.tabs-list li {
    float: none;
    width: 100%;
  }
  /* line 956, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .jquery_tabs ul.tabs-list li.current {
    border-top: 1px solid grey;
    border-left: 1px solid gray;
    border-right: 1px solid grey;
  }

  /* line 964, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .jquery_tabs_container .content {
    background-color: #fff;
    padding: 0 20px;
  }
  /* line 968, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .jquery_tabs_container .content .loginFormElements {
    width: 100%;
  }

  /* line 973, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .jquery_tabs ul.tabs-list li a {
    background-color: #F6F4F1;
    border: none;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  /* line 981, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .jquery_tabs ul.tabs-list li.current a, .jquery_tabs ul.tabs-list li.current a:focus, .jquery_tabs ul.tabs-list li.current a:hover, .jquery_tabs ul.tabs-list li.current a:active {
    background-color: #ffffff;
    border-bottom: none;
    color: #e2001a;
    font-weight: bold;
  }

  /* line 987, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile .forgot-password > a {
    font-size: 18px;
    padding: 0;
    padding-bottom: 1em;
  }

  /* line 993, ../../sass/modules/_usability.scss */
  .mobLoginLevels .slicknav_open > .slicknav_item, .mobLoginLevels .slicknav_open > .slicknav_item > a {
    background-color: #e2001a;
    color: #fff !important;
  }

  /* line 997, ../../sass/modules/_usability.scss */
  .mobLoginLevels .slicknav_opena > a > span.link-replacement {
    color: #fff !important;
  }

  /* line 1001, ../../sass/modules/_usability.scss */
  .mobLoginLevels .slicknav_open .link-replacement {
    color: #fff;
    font-size: 18px;
  }

  /* line 1006, ../../sass/modules/_usability.scss */
  .loginform form button {
    font-size: 18px;
  }

  /* TODO: Klassenkonstruktur kürzen / anpassen  */
  /* line 1011, ../../sass/modules/_usability.scss */
  .slicknav_menu > ul > div.mobLoginLevels > li > ul > li > div > div > div.ym-g50.ym-gr {
    display: none;
  }

  /* line 1014, ../../sass/modules/_usability.scss */
  .loginFlyoutMobile.ym-g50.ym-gl {
    width: 100% !important;
  }

  /* line 1017, ../../sass/modules/_usability.scss */
  .loginform .forgot-password {
    text-align: right;
  }

  /*---------------------------------------------------- Kontakt --------------------------------------------------*/
  /* TODO: WICHTIG!!! Das muss angepasst werden  */
  /* line 1024, ../../sass/modules/_usability.scss */
  div.slicknav_menu > ul > div:nth-child(7) > li > ul > li > div {
    display: initial;
    position: initial;
  }

  /* line 1028, ../../sass/modules/_usability.scss */
  .contact-flyout > header {
    display: none;
  }

  /* line 1033, ../../sass/modules/_usability.scss */
  .contactMobile svg {
    width: 50px;
    height: 50px;
    fill: #ff0000;
    float: left;
  }

  /* line 1040, ../../sass/modules/_usability.scss */
  .contactMobile a span.link-replacement, .loginMobile a span.link-replacement {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  /* line 1046, ../../sass/modules/_usability.scss */
  .slicknav_open.contactMobile svg, .slicknav_open.loginMobile svg {
    fill: #fff;
  }

  /* line 1050, ../../sass/modules/_usability.scss */
  .loginMoile > a {
    padding-left: 0 !important;
  }

  /* line 1054, ../../sass/modules/_usability.scss */
  .contactMobile > a span, .contactMobile > a {
    padding-left: 3px !important;
  }

  /* line 1058, ../../sass/modules/_usability.scss */
  .loginMobile svg {
    width: 60px;
    height: 80px;
    position: absolute;
    left: 0;
    fill: #ff0000;
    padding-bottom: 31px;
  }

  /* line 1068, ../../sass/modules/_usability.scss */
  .loginMobile > a {
    min-height: 50px;
  }

  /* line 1072, ../../sass/modules/_usability.scss */
  .contactMobile > a {
    padding-left: 0;
  }

  /* line 1079, ../../sass/modules/_usability.scss */
  .top-meta-nav-content {
    float: none;
    text-align: right;
    margin-top: 8px;
  }
}
/* line 1086, ../../sass/modules/_usability.scss */
.languageLinks {
  height: 100%;
  width: auto;
  float: right;
}

/* line 1091, ../../sass/modules/_usability.scss */
.languageLink {
  width: auto;
  margin: 0;
  padding: 0 !important;
}

/* line 1097, ../../sass/modules/_usability.scss */
.languageLinks {
  margin-top: 5px;
}

/* line 1100, ../../sass/modules/_usability.scss */
.languageLinksCnt {
  float: right;
}

@media (max-width: 880px) {
  /* line 1105, ../../sass/modules/_usability.scss */
  .languageLinksCnt {
    float: none;
    display: flex;
  }

  /* line 1109, ../../sass/modules/_usability.scss */
  .top-meta-nav-content {
    width: 50%;
  }

  /* line 1112, ../../sass/modules/_usability.scss */
  .languageLinks {
    width: 50%;
    text-align: left;
    margin-top: 0;
  }
  /* line 1117, ../../sass/modules/_usability.scss */
  .languageLinks span {
    padding-left: 4px;
  }
}
/*---------------------------------------------------- End Mobile Änderungen HZ --------------------------------------------------*/
/* line 1125, ../../sass/modules/_usability.scss */
.meta-right .input-search {
  font-size: 20px;
}

/* line 1129, ../../sass/modules/_usability.scss */
.searchIcon svg {
  fill: black;
  background: #eeece9;
  border-radius: 50px;
  border: 1px solid #ddd8d3;
  height: 50px;
  width: 50px;
  padding: 4px;
}

/* line 1138, ../../sass/modules/_usability.scss */
#Kontakt-div svg {
  background: #ff0000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  fill: white;
}

/* line 1147, ../../sass/modules/_usability.scss */
.searchLupe {
  border: none;
  background: no-repeat center center;
  cursor: pointer;
}

/* line 1153, ../../sass/modules/_usability.scss */
#suchFeld {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}

/* line 1159, ../../sass/modules/_usability.scss */
.st0 {
  fill: none;
  stroke: #1D1D1B;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 1161, ../../sass/modules/_usability.scss */
.burgerMenu {
  height: 50px;
  width: 50px;
  float: left;
}

/* line 1166, ../../sass/modules/_usability.scss */
.burgerMenu svg {
  border: 1px solid #ddd8d3;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  float: left;
}

/* line 1174, ../../sass/modules/_usability.scss */
.mobileBurgerMenu {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 20px;
}
/* line 1182, ../../sass/modules/_usability.scss */
.mobileBurgerMenu:hover, .mobileBurgerMenu:active, .mobileBurgerMenu:focus {
  color: inherit;
}

/* line 1187, ../../sass/modules/_usability.scss */
.mobileBurgerMenu svg {
  border: 1px solid #ddd8d3;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #ddd8d3;
}

@media (min-width: 641px) and (max-width: 880px) {
  /* line 1196, ../../sass/modules/_usability.scss */
  .mobileBurgerMenu {
    float: right;
    position: initial;
  }
}
@media (max-width: 880px) {
  /* line 1202, ../../sass/modules/_usability.scss */
  .mobileBurgerMenuOpen {
    display: none;
  }

  /* line 1205, ../../sass/modules/_usability.scss */
  .slicknav_nav.slicknav_hidden {
    max-height: 85vh;
    overflow-y: scroll;
    position: fixed;
  }
}
@media (min-width: 881px) {
  /* line 1212, ../../sass/modules/_usability.scss */
  .mobileBurgerMenu, .mobileBurgerMenuOpen {
    display: none;
  }
}
/* line 1217, ../../sass/modules/_usability.scss */
.menuIconText {
  clear: both;
  margin-left: 8px;
  padding-top: 5px;
  font-size: 12px;
}

/* line 1223, ../../sass/modules/_usability.scss */
.teaserHeaderNewT {
  line-height: 24px;
}

/* line 1226, ../../sass/modules/_usability.scss */
.teaserHeaderNew.red {
  background-color: #ff0000;
  color: #fff;
}
/* line 1229, ../../sass/modules/_usability.scss */
.teaserHeaderNew.red h3 {
  color: #fff;
  padding-bottom: 24px;
  margin-bottom: 0;
}
/* line 1234, ../../sass/modules/_usability.scss */
.teaserHeaderNew.red a.cta {
  background-color: #fff;
  color: #ff0000;
  border: 1px solid #fff;
}
/* line 1239, ../../sass/modules/_usability.scss */
.teaserHeaderNew.red a.cta:hover, .teaserHeaderNew.red a.cta:focus {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #fff;
}

/* line 1247, ../../sass/modules/_usability.scss */
.teaserHeaderNew.white {
  background-color: #fff;
  padding: 20px;
}
/* line 1251, ../../sass/modules/_usability.scss */
.teaserHeaderNew.white a.cta {
  background-color: #a3988e;
  color: #fff;
  border: 0 none;
  border: 1px solid #a3988e;
}
/* line 1257, ../../sass/modules/_usability.scss */
.teaserHeaderNew.white a.cta:hover, .teaserHeaderNew.white a.cta:focus {
  background-color: #fff;
  color: #a3988e;
  border: 1px solid #a3988e;
}

/* line 1266, ../../sass/modules/_usability.scss */
.teaserHeaderNew.none a.cta {
  background-color: transparent;
  border: 1px solid #a3988e;
  color: #a3988e;
}
/* line 1270, ../../sass/modules/_usability.scss */
.teaserHeaderNew.none a.cta:hover, .teaserHeaderNew.none a.cta:focus {
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
}

/* line 1276, ../../sass/modules/_usability.scss */
.teaserHeaderNew {
  padding: 20px;
  height: 100%;
}

/* line 1281, ../../sass/modules/_usability.scss */
.thirdLevelMainContainer, .fourthLevelMainContainer {
  font-size: 18px;
  line-height: 35px;
}

/* line 1286, ../../sass/modules/_usability.scss */
.flyoutTeaser {
  font-size: 18px;
  height: 100%;
}

/* line 1290, ../../sass/modules/_usability.scss */
.flyoutTeaser > div {
  height: 100%;
}

/* line 1294, ../../sass/modules/_usability.scss */
.flyoutTeaser .basecontent-headline {
  font-size: 20px;
}

/* line 1298, ../../sass/modules/_usability.scss */
.teaserHeaderNew.none {
  color: #a3988e;
}

/* line 1303, ../../sass/modules/_usability.scss */
.loginIcon {
  width: 30px;
  float: left;
  height: 30px;
}
/* line 1308, ../../sass/modules/_usability.scss */
.loginIcon svg {
  fill: #ff0000;
}

/* line 1313, ../../sass/modules/_usability.scss */
.logoutIcon {
  width: 30px;
  float: left;
  height: 30px;
}
/* line 1318, ../../sass/modules/_usability.scss */
.logoutIcon svg {
  fill: #ff0000;
}

/* line 1323, ../../sass/modules/_usability.scss */
.thirdLevelMainContainer {
  font-size: 18px;
  line-height: 35px;
}

/* line 1328, ../../sass/modules/_usability.scss */
.flyoutTeaser {
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 1334, ../../sass/modules/_usability.scss */
.flyoutTeaser .basecontent-headline {
  font-size: 20px;
}

/* line 1338, ../../sass/modules/_usability.scss */
.teaserHeaderNew.none, .teaserHeaderNew h3 {
  color: #a3988e;
}

/* line 1342, ../../sass/modules/_usability.scss */
.teaserHeaderNew h3 {
  padding-bottom: 24px;
  margin-bottom: 0;
}

/* line 1347, ../../sass/modules/_usability.scss */
.login, .logout {
  padding-left: 0;
}

/*---------------------------------------------------- loginFlyout --------------------------------------------------*/
/* line 1352, ../../sass/modules/_usability.scss */
.loginFlyoutRightColumns {
  height: 100%;
}

/* line 1356, ../../sass/modules/_usability.scss */
.loginFlyoutTabs {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 1361, ../../sass/modules/_usability.scss */
.loginFlyoutLeftColumn {
  background-color: #F6F4F1;
  padding: 20px;
  margin-bottom: 0;
}

/* line 1366, ../../sass/modules/_usability.scss */
.loginFlyoutLeftColumnForm {
  height: auto;
  width: 100%;
}

/* line 1371, ../../sass/modules/_usability.scss */
.loginFormTabs {
  width: 100%;
  margin-top: 5px;
}

/* line 1375, ../../sass/modules/_usability.scss */
.jquery_tabs_container {
  width: 100%;
}

/* middle Teaser Navigation */
/* line 1380, ../../sass/modules/_usability.scss */
.textContentDescription {
  font-size: 18px;
  color: #a3988e;
  margin-bottom: 20px;
}

/* line 1386, ../../sass/modules/_usability.scss */
.firstLevelPageHeadline {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 12px;
  color: #333;
}

/* line 1395, ../../sass/modules/_usability.scss */
.firstLevelLinkContainer .cta {
  float: none;
  display: inline-block;
  background-color: transparent;
  border-color: #a3988e;
  color: #a3988e;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 1404, ../../sass/modules/_usability.scss */
.firstLevelLinkContainer .cta:after {
  top: 4px;
}
/* line 1407, ../../sass/modules/_usability.scss */
.firstLevelLinkContainer .cta:hover, .firstLevelLinkContainer .cta:focus {
  background-color: #a3988e;
  color: #fff;
  border-color: #a3988e;
}

/* Kontakt Flyout Mobile */
/* line 1418, ../../sass/modules/_usability.scss */
.mobLoginLevels .slicknav_open .contact-flyout {
  display: block;
  position: inherit;
}

/* line 1422, ../../sass/modules/_usability.scss */
.meta {
  min-height: 110px;
}

@media only screen and (max-width: 880px) {
  /* line 1426, ../../sass/modules/_usability.scss */
  .meta {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 110px;
  }

  /* line 1431, ../../sass/modules/_usability.scss */
  .mobLoginLevels .slicknav_open .contact-flyout .ym-g50.ym-gl {
    width: 100% !important;
  }

  /* line 1434, ../../sass/modules/_usability.scss */
  .contact-flyout {
    box-shadow: none;
  }

  /* line 1437, ../../sass/modules/_usability.scss */
  .mobLoginLevels .contact-flyout h5 {
    color: #161e21;
    font-size: 1em;
  }

  /* line 1442, ../../sass/modules/_usability.scss */
  .mobLoginLevels .contact-flyout ul.linklist {
    display: none;
  }

  /* line 1446, ../../sass/modules/_usability.scss */
  .mobLoginLevels footer {
    text-align: center;
  }
  /* line 1449, ../../sass/modules/_usability.scss */
  .mobLoginLevels footer .contact_cta .cta, .mobLoginLevels footer .login_cta .cta {
    padding: 10px 30px 10px 10px !important;
    background-color: transparent !important;
    border: 1px solid #a3988e;
    color: #a3988e !important;
  }
  /* line 1455, ../../sass/modules/_usability.scss */
  .mobLoginLevels footer .contact_cta .cta:hover, .mobLoginLevels footer .contact_cta .cta:active, .mobLoginLevels footer .contact_cta .cta:focus, .mobLoginLevels footer .login_cta .cta:hover, .mobLoginLevels footer .login_cta .cta:active, .mobLoginLevels footer .login_cta .cta:focus {
    background-color: transparent !important;
    border: 1px solid #ddd8d3;
    color: #ddd8d3 !important;
  }

  /* line 1467, ../../sass/modules/_usability.scss */
  .burgerMenu {
    display: none;
  }

  /* line 1473, ../../sass/modules/_usability.scss */
  .slicknav_menu .firstlevel {
    background-color: #fff;
    padding: 0;
  }
  /* line 1478, ../../sass/modules/_usability.scss */
  .slicknav_menu ul.slicknav_nav {
    font-size: 1.4em;
  }
  /* line 1480, ../../sass/modules/_usability.scss */
  .slicknav_menu ul.slicknav_nav li {
    outline: none;
  }
  /* line 1485, ../../sass/modules/_usability.scss */
  .slicknav_menu .searchButton {
    float: right;
  }
  /* line 1488, ../../sass/modules/_usability.scss */
  .slicknav_menu .searchCnt {
    height: 50px;
  }
  /* line 1491, ../../sass/modules/_usability.scss */
  .slicknav_menu input[type="search"] {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    height: 30px;
    width: 100%;
    outline: none;
    font-size: 18px;
    color: #333;
  }
  /* line 1501, ../../sass/modules/_usability.scss */
  .slicknav_menu li.nosub {
    padding-left: 2%;
  }
  /* line 1504, ../../sass/modules/_usability.scss */
  .slicknav_menu .fourthlevel li {
    padding-left: 13%;
  }
  /* line 1507, ../../sass/modules/_usability.scss */
  .slicknav_menu .searchLupe {
    margin: 4px 10px 10px 37px;
    width: 40px;
    height: 40px;
  }
  /* line 1513, ../../sass/modules/_usability.scss */
  .slicknav_menu .searchInput {
    width: 80%;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
  /* line 1520, ../../sass/modules/_usability.scss */
  .slicknav_menu button svg {
    fill: #333;
  }
}
@media only screen and (max-width: 880px) and (max-width: 640px) {
  /* line 1527, ../../sass/modules/_usability.scss */
  .slicknav_menu .searchInput {
    width: 70%;
  }
  /* line 1530, ../../sass/modules/_usability.scss */
  .slicknav_menu .searchLupe {
    margin-left: 5px;
    outline: none;
  }
}
@media only screen and (max-width: 880px) {
  /* line 1537, ../../sass/modules/_usability.scss */
  .mobLoginLevels .slicknav_open > .slicknav_item .slicknav_arrow, .mobLoginLevels .slicknav_open > .slicknav_item > a .slicknav_arrow {
    background-color: #fff;
    line-height: 28px;
    color: #ff0000;
    top: 9px;
  }
  /* line 1543, ../../sass/modules/_usability.scss */
  .mobLoginLevels .slicknav_open > .slicknav_item .slicknav_arrow:hover, .mobLoginLevels .slicknav_open > .slicknav_item .slicknav_arrow:active, .mobLoginLevels .slicknav_open > .slicknav_item .slicknav_arrow:focus, .mobLoginLevels .slicknav_open > .slicknav_item > a .slicknav_arrow:hover, .mobLoginLevels .slicknav_open > .slicknav_item > a .slicknav_arrow:active, .mobLoginLevels .slicknav_open > .slicknav_item > a .slicknav_arrow:focus {
    color: #ff0000;
  }

  /* line 1548, ../../sass/modules/_usability.scss */
  .slicknav_open > .slicknav_item .slicknav_arrow, .slicknav_open > .slicknav_item > a .slicknav_arrow {
    background-color: #ff0000;
    line-height: 28px;
    color: #fff;
    top: 9px;
  }

  /* line 1554, ../../sass/modules/_usability.scss */
  .slicknav_open > .slicknav_item .slicknav_arrow:hover, .slicknav_open > .slicknav_item > a .slicknav_arrow:hover {
    color: #fff;
  }

  /* line 1559, ../../sass/modules/_usability.scss */
  .slicknav_menu .slicknav_arrow {
    display: inline-block;
    margin-left: 15px;
    font-size: 125%;
    position: relative;
    top: 9px;
    color: #444;
    background-color: #ddd8d3;
    float: right;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
  }

  /* line 1578, ../../sass/modules/_usability.scss */
  .slicknav_menu .slicknav_arrow:hover, .slicknav_menu .slicknav_arrow:focus {
    color: #333;
  }

  /* line 1583, ../../sass/modules/_usability.scss */
  li.bottomBorderNosubThird {
    border-bottom: 2px solid #fff;
    background-color: #ddd8d3;
  }

  /* line 1589, ../../sass/modules/_usability.scss */
  .slicknav_menu ul li a {
    outline: none;
  }
}
@media only screen and (max-width: 880px) {
  /* line 1596, ../../sass/modules/_usability.scss */
  .js .slicknav_btn {
    display: none !important;
  }

  /* line 1600, ../../sass/modules/_usability.scss */
  .js .slicknav_btn.customMenuButton {
    display: block !important;
  }
}
@media only screen and (max-width: 1160px) {
  /* line 1606, ../../sass/modules/_usability.scss */
  .meta-right .input-field .input-search {
    width: 370px;
  }
}
/* FIX for IE */
@media (max-width: 880px) {
  /* line 1613, ../../sass/modules/_usability.scss */
  .mobileBurgerMenu, .mobileBurgerMenuOpen {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 25px;
  }

  /* line 1622, ../../sass/modules/_usability.scss */
  .mobileBurgerMenu {
    z-index: 999;
  }

  /* line 1626, ../../sass/modules/_usability.scss */
  .mobileBurgerMenuOpen svg {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #ddd8d3;
    border: 1px solid #ddd8d3;
  }

  /* line 1634, ../../sass/modules/_usability.scss */
  .switchcnt {
    position: absolute;
    padding-left: 5px;
    right: 64px;
  }

  /* line 1640, ../../sass/modules/_usability.scss */
  .searchIcon {
    position: absolute;
    right: 139px;
  }

  /* line 1645, ../../sass/modules/_usability.scss */
  .middleSize#suchFeld {
    position: absolute;
    right: 216px;
  }
}
@media (max-width: 880px) {
  /* line 1651, ../../sass/modules/_usability.scss */
  .middleSize#suchFeld {
    right: 190px;
  }
}
/* END Fix for IE*/
@media only screen and (max-width: 480px) {
  /* line 1658, ../../sass/modules/_usability.scss */
  .section-overview .landingpage-first-headline .ym-wbox-2 {
    padding: 0 20px;
  }
}
/* Flight 2 */
/* line 1666, ../../sass/modules/_usability.scss */
.ym-gbox-right-column {
  /*position: absolute;
  right: 0;*/
  background-color: white;
}

/* line 1672, ../../sass/modules/_usability.scss */
.ym-wbox-2 {
  max-width: 1280px;
  padding: 0;
}

/* line 1677, ../../sass/modules/_usability.scss */
.dl-content-area {
  margin: 0 auto;
}

/* line 1680, ../../sass/modules/_usability.scss */
.dl-content-area.section-overview {
  max-width: 100%;
}

/* line 1683, ../../sass/modules/_usability.scss */
.buehne-overlay {
  display: none;
}

/* line 1686, ../../sass/modules/_usability.scss */
.hero {
  position: inherit;
}

/* line 1689, ../../sass/modules/_usability.scss */
.hero.carousel {
  position: relative;
  background-color: #ddd8d3;
}

/* line 1696, ../../sass/modules/_usability.scss */
.hero.carousel.heroSub {
  background-color: #fff;
}

/* line 1699, ../../sass/modules/_usability.scss */
.ym-gl.ym-gbox.first {
  margin-top: -100px !important;
}

/* Schriftgrößen */
/* line 1715, ../../sass/modules/_usability.scss */
.view-standard div.image table caption, .view-standard .teaserimage .imgFigCaption {
  padding: 0;
  background: none !important;
  font-size: 14px;
  line-height: 27px;
  color: #a3988e;
}
/* line 1723, ../../sass/modules/_usability.scss */
.view-standard .teaser-footer {
  padding: 0;
}
/* line 1726, ../../sass/modules/_usability.scss */
.view-standard .section-overview .contentColumn {
  padding: 0 30px;
}
/* line 1733, ../../sass/modules/_usability.scss */
.view-standard .footer {
  margin-top: 40px;
}
/* line 1736, ../../sass/modules/_usability.scss */
.view-standard .kontakt-button-box .tocontact {
  padding-right: 0;
}
/* line 1739, ../../sass/modules/_usability.scss */
.view-standard .list-element ul li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 18px;
}
/* line 1744, ../../sass/modules/_usability.scss */
.view-standard .downloadlink, .view-standard .cta {
  font-size: 20px;
  text-align: left;
}
/* line 1748, ../../sass/modules/_usability.scss */
.view-standard p span {
  font-size: 18px;
  line-height: 27px;
}
/* line 1752, ../../sass/modules/_usability.scss */
.view-standard h1 {
  font-size: 40px;
}
/* line 1755, ../../sass/modules/_usability.scss */
.view-standard h2 {
  font-size: 28px;
  line-height: 36px;
}
/* line 1760, ../../sass/modules/_usability.scss */
.view-standard h2.teaserheadsmall {
  font-size: 22px;
  line-height: 26px;
}
/* line 1765, ../../sass/modules/_usability.scss */
.view-standard h3.teaserheadsmall {
  font-size: 18px;
}
/* line 1769, ../../sass/modules/_usability.scss */
.view-standard .teaser.contact {
  background-color: #fff !important;
  border-color: #fff;
  padding: 0;
  border: 0 none;
  margin: 20px 0 0 0;
}
/* line 1778, ../../sass/modules/_usability.scss */
.view-standard .teaser.download h2.teaserheadsmall {
  font-size: 22px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
}
/* line 1793, ../../sass/modules/_usability.scss */
.view-standard .teaser.download p span {
  font-size: 18px;
  line-height: 28px;
  color: #a3988e;
}
/* line 1806, ../../sass/modules/_usability.scss */
.view-standard .teaser.download .downloadlink {
  background-color: #a3988e;
  border-color: #a3988e;
  color: #fff;
  margin: 10px;
  text-align: left;
}
/* line 1812, ../../sass/modules/_usability.scss */
.view-standard .teaser.download .downloadlink:hover, .view-standard .teaser.download .downloadlink:focus {
  border-color: #a3988e;
  color: #a3988e;
  background-color: #fff;
}
/* line 1829, ../../sass/modules/_usability.scss */
.view-standard .ym-g75.ym-gl.ym-gbox {
  padding-right: 120px !important;
}
/* line 1838, ../../sass/modules/_usability.scss */
.view-standard .marginColumn .teaser.download .teaser-footer .downloadlink {
  margin: 10px 0 10px 0;
}
/* line 1842, ../../sass/modules/_usability.scss */
.view-standard .marginColumn .teaser.whitebg {
  background-color: #fff;
  border-color: #fff;
}
/* line 1846, ../../sass/modules/_usability.scss */
.view-standard .marginColumn .teaser {
  border: 0 none;
  padding: 0;
}
/* line 1851, ../../sass/modules/_usability.scss */
.view-standard .marginColumn .kontakt-button-box a {
  font-size: 18px;
  text-align: left;
}
/* line 1856, ../../sass/modules/_usability.scss */
.view-standard .marginColumn .cta, .view-standard .marginColumn .kontaktliste {
  font-size: 18px;
  text-align: left;
}
/* line 1860, ../../sass/modules/_usability.scss */
.view-standard .marginColumn .teaser-block-link.goon:after {
  right: 0;
}
/* line 1866, ../../sass/modules/_usability.scss */
.view-standard .heroSub {
  /* H1 über Bühne */
  z-index: 0 !important;
}
/* line 1871, ../../sass/modules/_usability.scss */
.view-standard .slick-slide .videocnt {
  width: 100vw !important;
  max-width: 100vw !important;
}

/* breadcrumb start*/
/* breadcrumb ende */
/* HomeSlider */
/* line 1886, ../../sass/modules/_usability.scss */
.heroteaserCarousel {
  position: absolute;
  z-index: 10;
  left: 50px;
  bottom: 60px;
  width: 700px;
  padding: 0;
  overflow: hidden;
}
/* line 1899, ../../sass/modules/_usability.scss */
.heroteaserCarousel p {
  margin: 10px 0 10px 25px;
}
/* line 1902, ../../sass/modules/_usability.scss */
.heroteaserCarousel .herocontent {
  font-size: 24px;
  line-height: 1.4;
  margin: 10px 0 10px 0px;
}
/* line 1910, ../../sass/modules/_usability.scss */
.heroteaserCarousel .herocontent.hell {
  color: #fff;
}
/* line 1913, ../../sass/modules/_usability.scss */
.heroteaserCarousel .herocontent.dunkel {
  color: #333;
}
/* line 1916, ../../sass/modules/_usability.scss */
.heroteaserCarousel .herocontent.rot {
  color: #ff0000;
}
/* line 1919, ../../sass/modules/_usability.scss */
.heroteaserCarousel .herocontent.none {
  color: #fff;
}
/* line 1923, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadline {
  font-size: 60px;
  line-height: 72px;
}
/* line 1931, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadline.hell {
  color: #fff;
}
/* line 1934, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadline.dunkel {
  color: #333;
}
/* line 1937, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadline.rot {
  color: #ff0000;
}
/* line 1940, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadline.none {
  color: #fff;
}
/* line 1943, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadlineBuhne {
  font-size: 40px;
  line-height: 1.3125;
}
/* line 1951, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadlineBuhne.hell {
  color: #fff;
}
/* line 1954, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadlineBuhne.dunkel {
  color: #333;
}
/* line 1957, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadlineBuhne.rot {
  color: #ff0000;
}
/* line 1960, ../../sass/modules/_usability.scss */
.heroteaserCarousel .heroheadlineBuhne.none {
  color: #fff;
}
/* line 1963, ../../sass/modules/_usability.scss */
.heroteaserCarousel .contentwrapper {
  width: 70%;
  margin: 0;
  padding: 20px 0 0 0;
  overflow: hidden;
}
/* line 1975, ../../sass/modules/_usability.scss */
.heroteaserCarousel .contentwrapperBuhne {
  width: 70%;
  margin: 0;
  padding: 20px 0 20px 0;
  overflow: hidden;
}
/* line 1987, ../../sass/modules/_usability.scss */
.heroteaserCarousel .weiterlesen {
  text-decoration: none;
  color: #ff0000;
  display: block;
  text-align: right;
}
/* line 1992, ../../sass/modules/_usability.scss */
.heroteaserCarousel .weiterlesen:after {
  content: "\00BB";
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  height: 25px;
  padding: 0 3px;
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
  margin-left: 20px;
}
/* line 2005, ../../sass/modules/_usability.scss */
.heroteaserCarousel .weiterlesen:hover:after, .heroteaserCarousel .weiterlesen:focus:after {
  color: #ff0000;
  background-color: #fff;
}
/* line 2010, ../../sass/modules/_usability.scss */
.heroteaserCarousel .weiterlesen + .claim {
  margin: 0 0 0 25px;
}
/* line 2014, ../../sass/modules/_usability.scss */
.heroteaserCarousel .claim {
  color: #ff0000;
  margin: 15px 0 0 25px;
  font-size: 18px;
}

/* line 2043, ../../sass/modules/_usability.scss */
.ctaCarousel.rot {
  border: 2px solid #ff0000;
  color: #ff0000;
}
/* line 2046, ../../sass/modules/_usability.scss */
.ctaCarousel.rot:hover, .ctaCarousel.rot:focus {
  background-color: #ff0000;
  color: #fff;
}

/* line 2051, ../../sass/modules/_usability.scss */
.ctaCarousel.hell {
  border: 2px solid #fff;
  color: #fff;
}
/* line 2054, ../../sass/modules/_usability.scss */
.ctaCarousel.hell:hover, .ctaCarousel.hell:focus {
  background-color: #fff;
  color: #333;
}

/* line 2059, ../../sass/modules/_usability.scss */
.ctaCarousel.dunkel {
  border: 2px solid #333;
  color: #333;
}
/* line 2062, ../../sass/modules/_usability.scss */
.ctaCarousel.dunkel:hover, .ctaCarousel.dunkel:focus {
  background-color: #333;
  color: #fff;
}

/* line 2067, ../../sass/modules/_usability.scss */
.ctaCarousel.none {
  border: 2px solid #fff;
  color: #fff;
}

/* line 2071, ../../sass/modules/_usability.scss */
.ctaCarousel {
  font-size: 30px;
  display: block;
  padding: 10px 30px 10px 20px;
  margin-bottom: 20px;
  width: auto;
  min-width: 150px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
/* line 2081, ../../sass/modules/_usability.scss */
.ctaCarousel:after {
  content: "\00BB";
  right: 13px;
  top: 10px;
  position: absolute;
}
/* line 2088, ../../sass/modules/_usability.scss */
.ctaCarousel:hover, .ctaCarousel:focus {
  background-color: #fff;
  color: #333;
}
/* line 2092, ../../sass/modules/_usability.scss */
.ctaCarousel:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 2105, ../../sass/modules/_usability.scss */
.ym-g25 .ctaCarousel,
.marginColumn .ctaCarousel {
  width: 100%;
  min-width: 0;
  margin-top: 20px;
}

/* line 2113, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne.rot {
  border: 2px solid #ff0000;
  color: #ff0000;
}
/* line 2116, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne.rot:hover, .ctaCarouselBuhne.rot:focus {
  background-color: #ff0000;
  color: #fff;
}

/* line 2121, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne.hell {
  border: 2px solid #fff;
  color: #fff;
}
/* line 2124, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne.hell:hover, .ctaCarouselBuhne.hell:focus {
  background-color: #fff;
  color: #333;
}

/* line 2129, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne.dunkel {
  border: 2px solid #333;
  color: #333;
}
/* line 2132, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne.dunkel:hover, .ctaCarouselBuhne.dunkel:focus {
  background-color: #333;
  color: #fff;
}

/* line 2137, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne.none {
  border: 2px solid #fff;
  color: #fff;
}

/* line 2141, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne {
  font-size: 24px;
  padding: 10px 50px 10px 20px;
  width: auto;
  min-width: 150px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
/* line 2151, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne:after {
  content: "\00BB";
  right: 13px;
  top: 10px;
  position: absolute;
}
/* line 2158, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne:hover, .ctaCarouselBuhne:focus {
  background-color: #fff;
  color: #333;
}
/* line 2162, ../../sass/modules/_usability.scss */
.ctaCarouselBuhne:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 2173, ../../sass/modules/_usability.scss */
.ym-g25 .ctaCarouselBuhne,
.marginColumn .ctaCarouselBuhne {
  width: 100%;
  min-width: 0;
  margin-top: 20px;
}

/* End HomeSlider */
/*------------------------------------- CTA-Eigentschaft Hz ---------------*/
/* line 2182, ../../sass/modules/_usability.scss */
.cta-content > a.cta.rot {
  background-color: #ff0000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
/* line 2187, ../../sass/modules/_usability.scss */
.cta-content > a.cta.rot:hover, .cta-content > a.cta.rot:focus {
  background-color: #fff !important;
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}

/* line 2193, ../../sass/modules/_usability.scss */
.cta-content > a.cta.dunkelgrau {
  background-color: #a3988e !important;
  color: #fff !important;
  border: 1px solid #a3988e !important;
}
/* line 2198, ../../sass/modules/_usability.scss */
.cta-content > a.cta.dunkelgrau:hover, .cta-content > a.cta.dunkelgrau:focus {
  background-color: #fff !important;
  color: #a3988e !important;
  border: 1px solid #a3988e !important;
}

/* line 2204, ../../sass/modules/_usability.scss */
.cta-content > a.cta.outline-rot {
  background-color: transparent !important;
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}
/* line 2209, ../../sass/modules/_usability.scss */
.cta-content > a.cta.outline-rot:hover, .cta-content > a.cta.outline-rot:focus {
  background-color: #ff0000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

/* line 2215, ../../sass/modules/_usability.scss */
.cta-content > a.cta.outline-dunkelgrau {
  background-color: transparent !important;
  color: #a3988e !important;
  border: 1px solid #a3988e !important;
}
/* line 2220, ../../sass/modules/_usability.scss */
.cta-content > a.cta.outline-dunkelgrau:hover, .cta-content > a.cta.outline-dunkelgrau:focus {
  background-color: #a3988e !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

/*------------------------------------- End CTA-Eigentschaft ---------------*/
/*-------- Fixed CSS For Sticky Nav ---- */
/*---------------------------------------*/
/* ToDo: include in sass for compass compile  */
/* line 2233, ../../sass/modules/_usability.scss */
.meta_sticky_appended {
  opacity: 0.95;
  z-index: 888;
  width: 100%;
  background-color: white;
}

/* line 2240, ../../sass/modules/_usability.scss */
.top_meta_nav_sticky_appended {
  /*once more than .meta_sticky_appended*/
  z-index: 889;
  width: 100%;
}

/* line 2247, ../../sass/modules/_usability.scss */
.meta_right_appended_open {
  padding-right: 2%;
}

/* line 2251, ../../sass/modules/_usability.scss */
.meta_sticky_appended_open {
  opacity: 1.0;
  z-index: 888;
  width: 100%;
  background-color: white;
  margin-top: 20px;
  height: 130px;
}

/* line 2263, ../../sass/modules/_usability.scss */
.meta_right_appended {
  width: 6%;
  padding-right: 2%;
  top: -8px;
}

/* line 2269, ../../sass/modules/_usability.scss */
.stickynav_burgermenu {
  display: none;
}

/* line 2274, ../../sass/modules/_usability.scss */
.stickynav_burgermenu svg {
  border: 1px solid #ddd8d3;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #ddd8d3;
}

/* line 2282, ../../sass/modules/_usability.scss */
.fixedElement {
  position: fixed;
  width: 100%;
}

/* line 2287, ../../sass/modules/_usability.scss */
.navigationheight {
  top: 100px;
}

/*-----------------------------------------*/
/* ----------- End Sticky Nav CSS ---------*/
/*--------------- Start-Bildunterschrift ---------------*/
/*C-x-x-x-ContentTeaserDownload-x*/
/* line 2299, ../../sass/modules/_usability.scss */
.teaserimage .imgFigCaption {
  /*display:none;*/
}

/*C-x-x-x-ContentTeaserImage-x*/
/* line 2303, ../../sass/modules/_usability.scss */
.imageteaser .imgFigCaption {
  display: none;
}

/*C-x-x-x-CarouselElement-x && C-x-x-x-CarouselSubElement-x && C-x-x-x-CarouselElementLandingpage-x*/
/* line 2307, ../../sass/modules/_usability.scss */
.parallax .imgFigCaption {
  display: none;
}

/* line 2310, ../../sass/modules/_usability.scss */
.image.flexible.center.basecontent-image table {
  width: auto !important;
}

/* line 2313, ../../sass/modules/_usability.scss */
.imgFigCaption {
  line-height: 27px;
  margin-top: 6px;
  font-size: 14px;
}

/*--------------- Ende-Bildunterschrift ---------------*/
/* line 2320, ../../sass/modules/_usability.scss */
.top_sticky_sidebar {
  top: 130px;
}

/* line 2324, ../../sass/modules/_usability.scss */
.themeteaser {
  border: 0 none;
  border-color: transparent;
  padding: 0;
}
/* line 2329, ../../sass/modules/_usability.scss */
.themeteaser .themeteaser-link {
  margin-bottom: 20px;
}
/* line 2334, ../../sass/modules/_usability.scss */
.themeteaser a.cta:hover {
  text-decoration: none !important;
}
/* line 2339, ../../sass/modules/_usability.scss */
.themeteaser .teaserimage {
  margin-bottom: 20px;
}
/* line 2343, ../../sass/modules/_usability.scss */
.themeteaser.themeteaser-border {
  border: 1px solid #a3988e !important;
}
/* line 2346, ../../sass/modules/_usability.scss */
.themeteaser.themeteaser-border .themeteaser-content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* line 2352, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.none {
  background-color: transparent;
}
/* line 2355, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.none .themeteaser-content {
  padding-left: 0;
  padding-right: 0;
}
/* line 2361, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.rot {
  background-color: #ff0000;
  color: #fff !important;
}
/* line 2365, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.rot .themeteaser-content {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 2370, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.rot a {
  color: #fff;
}
/* line 2374, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.rot a.cta {
  background-color: #fff;
  color: #ff0000;
  border: 1px solid #fff;
}
/* line 2379, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.rot a.cta:hover, .themeteaser.bg-transparent.rot a.cta:focus {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #fff;
}
/* line 2386, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.rot h2 {
  color: #fff !important;
}
/* line 2391, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.weiss {
  background-color: #fff;
}
/* line 2394, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.weiss .themeteaser-content {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 2400, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.hellgrau1 {
  background-color: #f6f4f1;
  color: #a3988e !important;
}
/* line 2404, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.hellgrau1 .themeteaser-content {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 2409, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.hellgrau1 a {
  font-size: 18px;
  text-decoration: none;
  color: #a3988e;
}
/* line 2414, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.hellgrau1 a:hover {
  text-decoration: underline;
}
/* line 2419, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.hellgrau1 a.cta {
  background-color: #a3988e;
  color: #f6f4f1;
  border: 1px solid #a3988e;
}
/* line 2424, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.hellgrau1 a.cta:hover, .themeteaser.bg-transparent.hellgrau1 a.cta:focus {
  background-color: #f6f4f1;
  color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 2431, ../../sass/modules/_usability.scss */
.themeteaser.bg-transparent.hellgrau1 h2 {
  color: #161e21 !important;
}
/* line 2436, ../../sass/modules/_usability.scss */
.themeteaser .teaserimage img {
  width: 100%;
  height: auto;
}
/* line 2441, ../../sass/modules/_usability.scss */
.themeteaser a.cta {
  float: left;
  width: 100%;
  color: #fff;
}
/* line 2446, ../../sass/modules/_usability.scss */
.themeteaser a.cta:hover, .themeteaser a.cta:focus {
  background-color: #fff;
  color: #ff0000;
}
/* line 2452, ../../sass/modules/_usability.scss */
.themeteaser h2 {
  color: #161e21 !important;
  margin-top: 20px;
}
/* line 2457, ../../sass/modules/_usability.scss */
.themeteaser p {
  margin-right: 0;
  margin-bottom: 1.5em;
}
/* line 2460, ../../sass/modules/_usability.scss */
.themeteaser p span {
  font-size: 18px;
  line-height: 27px;
}
/* line 2466, ../../sass/modules/_usability.scss */
.themeteaser a {
  font-size: 18px;
  text-decoration: none;
  color: #ff0000;
}
/* line 2471, ../../sass/modules/_usability.scss */
.themeteaser a:hover {
  text-decoration: underline;
}
/* line 2476, ../../sass/modules/_usability.scss */
.themeteaser ul {
  list-style-type: square;
  margin-left: 14px;
  margin-bottom: 20px;
}
/* line 2481, ../../sass/modules/_usability.scss */
.themeteaser ul li {
  font-size: 18px;
}

/* line 2487, ../../sass/modules/_usability.scss */
.fancybox img {
  cursor: pointer;
}

/* line 2491, ../../sass/modules/_usability.scss */
.sidebarSearchContent .input-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1;
  /* Firefox */
}

/* line 2495, ../../sass/modules/_usability.scss */
.sidebarSearchContent .input-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444;
}

/* line 2499, ../../sass/modules/_usability.scss */
.sidebarSearchContent .input-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444;
}

/* Overlay */
/* line 2503, ../../sass/modules/_usability.scss */
#overlay {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 100%;
  height: 100%;
  /*display: none;*/
  background: radial-gradient(ellipse at bottom left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0) 50%);
  transition: 0.8s ease;
}

/* line 2513, ../../sass/modules/_usability.scss */
.overlay-container:hover #overlay {
  display: block;
  top: 0%;
  right: 0%;
  background: radial-gradient(ellipse at bottom left, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%);
}

/* line 2520, ../../sass/modules/_usability.scss */
.theme-dunkel #overlay {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 100%;
  height: 100%;
  /*display: none;*/
  background: radial-gradient(ellipse at bottom left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%);
  transition: 0.8s ease;
}

/* line 2530, ../../sass/modules/_usability.scss */
.overlay-container:hover .theme-dunkel #overlay {
  display: block;
  top: 0%;
  right: 0%;
  background: radial-gradient(ellipse at bottom left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 50%);
}

/* Fix for Menü-Label des Burgericon verrutscht - DL-167*/
@media only screen and (min-width: 2280px) {
  /* line 2539, ../../sass/modules/_usability.scss */
  .stickynav_burgermenu {
    width: 50px;
  }
}
/* Introtext Auf Startseite und Contentseiten */
/* line 2545, ../../sass/modules/_usability.scss */
.intro-text {
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* Privacy Police */
/* line 2554, ../../sass/modules/_usability.scss */
.firstlevelLinks .kontaktliste .link-internal {
  font-size: 11px;
  font-weight: normal;
}

/* line 2559, ../../sass/modules/_usability.scss */
.containerLinksLevel .kontaktliste .encoded {
  text-decoration: none;
}

/* line 2563, ../../sass/modules/_usability.scss */
.flyoutTeaser .mail_position {
  color: #a3988e;
}

/* line 2567, ../../sass/modules/_usability.scss */
.flyoutTeaser .privacy-police .link-internal:hover,
.flyoutTeaser .mail_position:hover {
  color: red;
}

/* line 2572, ../../sass/modules/_usability.scss */
.flyoutTeaser .privacy-police .link-internal {
  color: black;
  text-decoration: underline;
}

/* line 2579, ../../sass/modules/_usability.scss */
.flyoutTeaser .none .privacy-police {
  color: #444;
}
/* line 2581, ../../sass/modules/_usability.scss */
.flyoutTeaser .none .privacy-police .link-internal {
  text-decoration: underline !important;
}
/* line 2587, ../../sass/modules/_usability.scss */
.flyoutTeaser .white .mail_position {
  color: #444;
}
/* line 2589, ../../sass/modules/_usability.scss */
.flyoutTeaser .white .mail_position:hover {
  color: #ff0000;
}
/* line 2594, ../../sass/modules/_usability.scss */
.flyoutTeaser .white .privacy-police .link-internal {
  text-decoration: underline !important;
}
/* line 2600, ../../sass/modules/_usability.scss */
.flyoutTeaser .red .mail_position {
  color: #fff;
}
/* line 2603, ../../sass/modules/_usability.scss */
.flyoutTeaser .red .privacy-police {
  color: #444;
}
/* line 2605, ../../sass/modules/_usability.scss */
.flyoutTeaser .red .privacy-police .link-internal {
  text-decoration: underline !important;
}
/* line 2612, ../../sass/modules/_usability.scss */
.flyoutTeaser .red .kontaktliste .email .info-arrow:after {
  border-color: transparent transparent #f7f7f7 transparent;
}
/* line 2619, ../../sass/modules/_usability.scss */
.flyoutTeaser ul.kontaktliste {
  margin-top: 20px;
}

/* line 2626, ../../sass/modules/_usability.scss */
.bildMitUntertiteln {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* line 2631, ../../sass/modules/_usability.scss */
.teaser .image table {
  margin-bottom: -0.9em;
}

/* line 2634, ../../sass/modules/_usability.scss */
.teaser .textcntinner .image {
  margin-bottom: 0;
}

/* Wordumbrüche und Headlines */
@media only screen and (max-width: 1024px) {
  /* line 2640, ../../sass/modules/_usability.scss */
  .teaser .textcntinner .basecontent-headline {
    font-size: 22px;
    display: block;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1224px) {
  /* line 2647, ../../sass/modules/_usability.scss */
  .teaser .textcntinner .basecontent-headline {
    font-size: 24px;
    display: block;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1225px) {
  /* line 2654, ../../sass/modules/_usability.scss */
  .teaser .textcntinner .basecontent-headline {
    font-size: 28px;
  }
}
/* line 2660, ../../sass/modules/_usability.scss */
.textlink-rot a {
  text-decoration: none;
  color: #ff0000 !important;
  font-size: 18px;
}
/* line 2665, ../../sass/modules/_usability.scss */
.textlink-rot:after {
  content: "\00BB";
  color: #ff0000;
  margin-left: 3px;
  font-size: 20px;
}

/* line 2673, ../../sass/modules/_usability.scss */
.textlink-weiss a {
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
}
/* line 2678, ../../sass/modules/_usability.scss */
.textlink-weiss:after {
  content: "\00BB";
  color: #fff;
  margin-left: 3px;
  font-size: 20px;
}

/* line 2686, ../../sass/modules/_usability.scss */
.textlink-dunkelgrau a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
/* line 2691, ../../sass/modules/_usability.scss */
.textlink-dunkelgrau:after {
  content: "\00BB";
  color: #333;
  margin-left: 3px;
  font-size: 20px;
}

/* ExperienceReportModule */
/* line 2700, ../../sass/modules/_usability.scss */
.slick-slider .slick-prev {
  z-index: 5;
}

/* Fix: In der Sticky Siderbar überlagert das Suchfeld nach Eingabe den Layer für die Auto-Vervollständigung.*/
/* line 2704, ../../sass/modules/_usability.scss */
#ui-id-2 {
  z-index: 1000;
}

/* line 2708, ../../sass/modules/_usability.scss */
.section-overview .ym-wbox {
  padding: 30px 30px 30px 30px;
}

/* line 2712, ../../sass/modules/_usability.scss */
.list-element .basecontent-list ul {
  display: grid;
  padding-left: 1.25em;
}

/* line 2719, ../../sass/modules/_usability.scss */
.right-margin {
  margin: 0 80px 0 0;
}

/* line 2722, ../../sass/modules/_usability.scss */
.meta_right_appended {
  padding-right: 0;
  top: -8px;
}

/* line 2733, ../../sass/modules/_usability.scss */
.textlink-cta-inner-div div {
  display: inline-block;
}

/* line 2736, ../../sass/modules/_usability.scss */
.textlink-cta-inner-div {
  margin-bottom: 10px;
}

/* Privacy Message */
/* line 2741, ../../sass/modules/_usability.scss */
.pm-fa-info-circle-shape {
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-bottom: 2px;
}

/* line 2747, ../../sass/modules/_usability.scss */
.pm-fa-info-circle {
  cursor: pointer;
  transform: none;
  position: relative;
  display: inline-block;
  background-size: 17px;
  background-repeat: no-repeat;
}

/* line 2756, ../../sass/modules/_usability.scss */
.pm-privacy-police {
  display: none;
  background-color: #f7f7f7;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  z-index: 1000;
  width: 200px;
  right: -40px;
  top: 27px;
}

/* line 2769, ../../sass/modules/_usability.scss */
.pm-info-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff0000 transparent;
  bottom: 0px;
  right: 4px;
  z-index: 1000;
}

/* line 2781, ../../sass/modules/_usability.scss */
.pm-messageContainer {
  display: inline-block;
  position: relative;
}

/* line 2785, ../../sass/modules/_usability.scss */
.pm-privacy-police span {
  font-size: 11px !important;
  line-height: 14px !important;
}

/** Kontakt flyout */
/* line 2791, ../../sass/modules/_usability.scss */
.contact-option-text .pm-info-arrow:after {
  bottom: -3px;
}

/* line 2794, ../../sass/modules/_usability.scss */
.contact-option-text .pm-privacy-police {
  top: 24px;
}

/** Remove arrow for linked links */
/* line 2798, ../../sass/modules/_usability.scss */
ul.contact-option-text li a:after {
  content: none;
}

/* End Privacy Message */
/* line 2804, ../../sass/modules/_usability.scss */
.teaser-row .teaser .float_right_image + h2 {
  padding-top: 0;
}

/* line 2808, ../../sass/modules/_usability.scss */
.teaser-row .teaser .float_left_image + h2 {
  padding-top: 0;
}

/* -------------------------------------------------------------------------------------------
 -------------------------------- Element "COM Text Weiterlesen" -----------------------------
 ------------------------------------------------------------------------------------------- */
/* line 2817, ../../sass/modules/_usability.scss */
.sidebar-box {
  float: both;
  width: 100%;
  min-height: 50px;
  max-height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 2826, ../../sass/modules/_usability.scss */
.sidebar-box span {
  font-size: 18px;
}
/* line 2830, ../../sass/modules/_usability.scss */
.sidebar-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 90px 0 0 0;
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.5, white));
}
/* line 2842, ../../sass/modules/_usability.scss */
.sidebar-box .showSidebarButton {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #ff0000;
}
/* line 2852, ../../sass/modules/_usability.scss */
.sidebar-box .showSidebarButton:before,
.sidebar-box .showSidebarButton:after {
  content: '';
  border-top: 1px solid #a3988e;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
/* line 2860, ../../sass/modules/_usability.scss */
.sidebar-box .showSidebarButton:after {
  margin: 0 0 0 20px;
}

/* line 2867, ../../sass/modules/_usability.scss */
.structureModule.rot .read-more {
  background-image: -moz-linear-gradient(top, transparent, #ff0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.5, #ff0000));
}
/* line 2872, ../../sass/modules/_usability.scss */
.structureModule.rot .showSidebarButton:before,
.structureModule.rot .showSidebarButton:after {
  border-top: 1px solid #fff;
}
/* line 2879, ../../sass/modules/_usability.scss */
.structureModule.hellgrau1 .read-more {
  background-image: -moz-linear-gradient(top, transparent, #f6f4f1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.5, #f6f4f1));
}

/* -------------------------------------------------------------------------------------------
 ----------------------------------- Element "COM Infokasten" --------------------------------
 ------------------------------------------------------------------------------------------- */
/* line 2890, ../../sass/modules/_usability.scss */
.infokasten {
  padding: 20px 20px 20px 20px;
  font-style: italic;
}
/* line 2894, ../../sass/modules/_usability.scss */
.infokasten p {
  margin: 0 !important;
  padding-bottom: 20px;
}
/* line 2899, ../../sass/modules/_usability.scss */
.infokasten h2 {
  color: #ff0000;
  margin: 0 !important;
  padding-bottom: 20px;
}
/* line 2905, ../../sass/modules/_usability.scss */
.infokasten ul {
  list-style-type: square;
}
/* line 2907, ../../sass/modules/_usability.scss */
.infokasten ul li {
  font-size: 18px;
}
/* line 2912, ../../sass/modules/_usability.scss */
.infokasten.rot {
  background-color: #ff0000;
  color: #fff;
}
/* line 2916, ../../sass/modules/_usability.scss */
.infokasten.rot .textlink-rot a {
  color: #fff !important;
}
/* line 2920, ../../sass/modules/_usability.scss */
.infokasten.rot .textlink-rot::after {
  color: #fff !important;
}
/* line 2924, ../../sass/modules/_usability.scss */
.infokasten.rot h2 {
  color: #fff;
}
/* line 2928, ../../sass/modules/_usability.scss */
.infokasten.rot .cta {
  border: 1px solid #fff;
}
/* line 2932, ../../sass/modules/_usability.scss */
.infokasten.rot .cta:hover {
  border: 1px solid #ff0000;
  color: #ff0000;
  background-color: #fff;
}
/* line 2939, ../../sass/modules/_usability.scss */
.infokasten.weiss {
  background-color: #fff;
  color: #444;
}
/* line 2943, ../../sass/modules/_usability.scss */
.infokasten.weiss h2 {
  color: #ff0000 !important;
}
/* line 2948, ../../sass/modules/_usability.scss */
.infokasten.grau {
  background-color: #ddd8d3;
  color: #444;
}
/* line 2952, ../../sass/modules/_usability.scss */
.infokasten.grau h2 {
  color: #ff0000 !important;
}
/* line 2957, ../../sass/modules/_usability.scss */
.infokasten.hellgrau {
  background-color: #f6f4f1;
  color: #444;
}
/* line 2961, ../../sass/modules/_usability.scss */
.infokasten.hellgrau h2 {
  color: #ff0000 !important;
}

/* -------------------------------------------------------------------------------------------
 --------------------------- Element "COM Content Area Whole Width" --------------------------
 ------------------------------------------------------------------------------------------- */
/* line 2971, ../../sass/modules/_usability.scss */
.content-area-whole-width {
  padding: 20px 30px 0 30px;
  background-color: #f6f4f1;
}
/* line 2975, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau {
  background-color: #f6f4f1;
}
/* line 2979, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot {
  background-color: #ff0000;
}
/* line 2983, ../../sass/modules/_usability.scss */
.content-area-whole-width .ym-wbox-2 {
  padding-left: 30px !important;
}
/* line 2986, ../../sass/modules/_usability.scss */
.content-area-whole-width .ym-wbox-2 .ym-gl {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
/* line 2992, ../../sass/modules/_usability.scss */
.content-area-whole-width .ym-g100 {
  width: 100%;
}

/* -------------------------------------------------------------------------------------------
 ------------------------------------- Element "Trennlinie" ----------------------------------
 ------------------------------------------------------------------------------------------- */
/* line 3002, ../../sass/modules/_usability.scss */
hr.dividing-line-none {
  border-bottom: 1px solid #a3988e;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
/* line 3009, ../../sass/modules/_usability.scss */
hr.dividing-line-rot {
  border-bottom: 1px solid #ff0000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
/* line 3016, ../../sass/modules/_usability.scss */
hr.dividing-line-hellgrau1 {
  border-bottom: 1px solid #f6f4f1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
/* line 3023, ../../sass/modules/_usability.scss */
hr.dividing-line-weiss {
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

/* -------------------------------------------------------------------------------------------
 ------------------------------------- Element "COM Quote" -----------------------------------
 ------------------------------------------------------------------------------------------- */
/* line 3035, ../../sass/modules/_usability.scss */
.content-area-quote {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 3040, ../../sass/modules/_usability.scss */
.content-area-quote .quoteText p span {
  font-style: italic;
  color: #ff0000;
  font-size: 30px !important;
  line-height: 1.5 !important;
}
/* line 3047, ../../sass/modules/_usability.scss */
.content-area-quote .quoteDonor p {
  text-align: right;
}
/* line 3051, ../../sass/modules/_usability.scss */
.content-area-quote .quoteDonor p span {
  font-size: 18px !important;
  color: #a3988e;
}
/* line 3057, ../../sass/modules/_usability.scss */
.content-area-quote .quoteDonor.rot p span {
  color: #ff0000 !important;
}
/* line 3061, ../../sass/modules/_usability.scss */
.content-area-quote .quoteDonor.hellgrau1 {
  background-color: transparent !important;
}
/* line 3065, ../../sass/modules/_usability.scss */
.content-area-quote .quoteDonor.hellgrau1 p span {
  color: #f6f4f1 !important;
}
/* line 3069, ../../sass/modules/_usability.scss */
.content-area-quote .quoteDonor.weiss p span {
  color: #fff !important;
}

/* line 3077, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 3081, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote .quoteText p span {
  font-style: italic;
  color: #fff;
  font-size: 30px !important;
  line-height: 1.5 !important;
}
/* line 3088, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote .quoteDonor p {
  text-align: right;
}
/* line 3092, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote .quoteDonor p span {
  font-size: 18px !important;
  color: #fff;
}
/* line 3098, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote .quoteDonor.rot p span {
  color: #ff0000 !important;
}
/* line 3102, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote .quoteDonor.hellgrau1 {
  background-color: transparent !important;
}
/* line 3106, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote .quoteDonor.hellgrau1 p span {
  color: #f6f4f1 !important;
}
/* line 3110, ../../sass/modules/_usability.scss */
.content-area-whole-width.rot .content-area-quote .quoteDonor.weiss p span {
  color: #fff !important;
}
/* line 3118, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 3122, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote .quoteText p span {
  font-style: italic;
  color: #ff0000;
  font-size: 30px !important;
  line-height: 1.5 !important;
}
/* line 3129, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote .quoteDonor p {
  text-align: right;
}
/* line 3133, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote .quoteDonor p span {
  font-size: 18px !important;
  color: #a3988e;
}
/* line 3139, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote .quoteDonor.rot p span {
  color: #ff0000 !important;
}
/* line 3143, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote .quoteDonor.hellgrau1 {
  background-color: transparent !important;
}
/* line 3147, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote .quoteDonor.hellgrau1 p span {
  color: #f6f4f1 !important;
}
/* line 3151, ../../sass/modules/_usability.scss */
.content-area-whole-width.hellgrau .content-area-quote .quoteDonor.weiss p span {
  color: #fff !important;
}

/* -------------------------------------------------------------------------------------------
 ------------------------- Element "Strukturmodul und Container" -----------------------------
 ------------------------------------------------------------------------------------------- */
/* line 3164, ../../sass/modules/_usability.scss */
.structureModule.rot {
  background-color: #ff0000;
  color: #fff;
}
/* line 3168, ../../sass/modules/_usability.scss */
.structureModule.rot a, .structureModule.rot h2 {
  color: #fff;
}
/* line 3173, ../../sass/modules/_usability.scss */
.structureModule.hellgrau1 {
  background-color: #f6f4f1;
}
/* line 3177, ../../sass/modules/_usability.scss */
.structureModule.weiss {
  background-color: #fff;
}
/* line 3181, ../../sass/modules/_usability.scss */
.structureModule.none {
  background-color: transparent;
}
/* line 3185, ../../sass/modules/_usability.scss */
.structureModule .ym-gr {
  margin: 0 0 20px 0 !important;
}

/* line 3191, ../../sass/modules/_usability.scss */
.sameHeight .ym-grid, .sameHeight .mm {
  display: flex;
}
/* line 3195, ../../sass/modules/_usability.scss */
.sameHeight .ym-gl {
  display: flex;
}
/* line 3199, ../../sass/modules/_usability.scss */
.sameHeight .ym-gr {
  display: flex;
}

/* line 3204, ../../sass/modules/_usability.scss */
.structureModule-container {
  width: 100%;
}
/* line 3207, ../../sass/modules/_usability.scss */
.structureModule-container.rot {
  background-color: #ff0000;
  color: #fff;
}
/* line 3211, ../../sass/modules/_usability.scss */
.structureModule-container.rot a, .structureModule-container.rot h2 {
  color: #fff;
}
/* line 3216, ../../sass/modules/_usability.scss */
.structureModule-container.hellgrau1 {
  background-color: #f6f4f1;
}
/* line 3220, ../../sass/modules/_usability.scss */
.structureModule-container.weiss {
  background-color: #fff;
}
/* line 3224, ../../sass/modules/_usability.scss */
.structureModule-container.none {
  background-color: transparent;
}

/* line 3232, ../../sass/modules/_usability.scss */
.structureModule.rot .structureModule-container.hellgrau1, .structureModule.rot .structureModule-container.weiss {
  color: #444;
}
/* line 3235, ../../sass/modules/_usability.scss */
.structureModule.rot .structureModule-container.hellgrau1 h2, .structureModule.rot .structureModule-container.weiss h2 {
  color: #ff0000;
}
/* line 3239, ../../sass/modules/_usability.scss */
.structureModule.rot .structureModule-container.hellgrau1 a, .structureModule.rot .structureModule-container.weiss a {
  color: #444;
}
/* line 3243, ../../sass/modules/_usability.scss */
.structureModule.rot .structureModule-container.hellgrau1 a:hover, .structureModule.rot .structureModule-container.hellgrau1 a:focus, .structureModule.rot .structureModule-container.weiss a:hover, .structureModule.rot .structureModule-container.weiss a:focus {
  color: #ff0000;
}

/* line 3251, ../../sass/modules/_usability.scss */
.right-margin {
  margin: 0 80px 0 0;
}

/* line 3254, ../../sass/modules/_usability.scss */
.meta_right_appended {
  padding-right: 0;
  top: -8px;
}

/* line 3265, ../../sass/modules/_usability.scss */
.textlink-cta-inner-div div {
  display: inline-block;
}

/* line 3268, ../../sass/modules/_usability.scss */
.textlink-cta-inner-div {
  margin-bottom: 10px;
}

/* line 3274, ../../sass/modules/_usability.scss */
#contactGroup .dl-content, #vehicleOwner .dl-content, #registration_form .dl-content, #cooperation_form .dl-content {
  position: absolute !important;
  left: -500px;
  top: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: inline;
}
/* line 3284, ../../sass/modules/_usability.scss */
#contactGroup #timestamp, #vehicleOwner #timestamp, #registration_form #timestamp, #cooperation_form #timestamp {
  display: none;
}
/* line 3287, ../../sass/modules/_usability.scss */
#contactGroup label[for="website"], #vehicleOwner label[for="website"], #registration_form label[for="website"], #cooperation_form label[for="website"] {
  display: none;
}
/* line 3290, ../../sass/modules/_usability.scss */
#contactGroup label[for="timestamp"], #vehicleOwner label[for="timestamp"], #registration_form label[for="timestamp"], #cooperation_form label[for="timestamp"] {
  display: none;
}

/* line 3295, ../../sass/modules/_usability.scss */
#companyName {
  font-size: 18px;
  line-height: 27px;
}

/* line 3300, ../../sass/modules/_usability.scss */
.basecontent-numbered-list ol {
  font-size: 18px;
  line-height: 27px;
}

@media print {
  /**
  * @section basic layout preparation
  */
  /* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers  	*/
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */
  /* line 9, ../../sass/modules/basics/_print.scss */
  body {
    font-size: 8pt;
    padding: 0 5px;
    background-color: #fff !important;
  }
  /* line 14, ../../sass/modules/basics/_print.scss */
  body p, body div, body span {
    orphans: 3;
    widows: 3;
  }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  /* line 22, ../../sass/modules/basics/_print.scss */
  nav,
  .welt,
  .meta-right,
  .subnav,
  .no-subnav,
  #carousel-front,
  .img-teaser a:after,
  .goon,
  .teaser-footer,
  .footer,
  .footerAbschluss,
  .markenelement,
  .top-meta-nav,
  .stickySidebar,
  .kontakt-button-box,
  .tocontact,
  .footer .ym-grid + .ym-grid,
  .footer .mm + .ym-grid,
  .footer .ym-grid + .mm,
  .footer .mm + .mm,
  .item.slick-slide,
  .portrait,
  h1 a:after,
  .cta,
  .content p[data-icon],
  .speakerdeck-iframe {
    display: none !important;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  /* line 52, ../../sass/modules/basics/_print.scss */
  h1, h2 {
    font-size: 11pt !important;
    page-break-after: avoid;
  }

  /* line 57, ../../sass/modules/basics/_print.scss */
  h3, h4, h5, h6 {
    font-size: 10pt !important;
    page-break-after: avoid;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* line 64, ../../sass/modules/basics/_print.scss */
  article p {
    max-width: 100%;
  }

  /* line 66, ../../sass/modules/basics/_print.scss */
  .content .ym-wbox {
    padding: 0;
  }

  /* line 68, ../../sass/modules/basics/_print.scss */
  #intro {
    padding: 0;
  }

  /* line 69, ../../sass/modules/basics/_print.scss */
  #header {
    margin: 0;
  }

  /* line 70, ../../sass/modules/basics/_print.scss */
  .pills li {
    color: #000;
    background-color: transparent;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* General adjustments for DL */
  /* line 74, ../../sass/modules/basics/_print.scss */
  .dl-content-area,
  .footer {
    background-color: transparent;
    padding-bottom: 0 !important;
  }

  /* line 79, ../../sass/modules/basics/_print.scss */
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 10px;
    top: 0;
  }
  /* line 83, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb {
    height: auto;
    background-image: none;
    margin: 0 12px 0 12px;
  }
  /* line 87, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb:before {
    background-image: none;
    content: "\00BB";
    position: absolute;
    height: auto;
    width: auto;
    left: -18px;
  }
  /* line 95, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb:after {
    content: normal;
    background-image: none;
  }
  /* line 99, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb a, .breadcrumb .crumb .nolink {
    padding: 0;
  }

  /* line 104, ../../sass/modules/basics/_print.scss */
  .slick-track,
  .item.slick-slide.slick-active {
    width: auto !important;
    display: block !important;
    left: 0 !important;
  }

  /* line 110, ../../sass/modules/basics/_print.scss */
  .ym-wbox {
    padding: 10px 0 0 0;
  }
  /* line 112, ../../sass/modules/basics/_print.scss */
  .ym-wbox > h2 {
    display: none;
  }
  /* line 115, ../../sass/modules/basics/_print.scss */
  .ym-wbox.meta {
    padding: 0 0 0 0;
  }

  /* line 119, ../../sass/modules/basics/_print.scss */
  .ym-wbox-2 {
    padding: 0;
  }
  /* line 121, ../../sass/modules/basics/_print.scss */
  .ym-wbox-2 .ym-gl,
  .ym-wbox-2 .ym-gr {
    padding-bottom: 20px;
  }

  @-moz-document url-prefix() {
    /* line 127, ../../sass/modules/basics/_print.scss */
    .ym-grid, .mm {
      display: block;
      table-layout: initial;
    }
  }
  /* line 132, ../../sass/modules/basics/_print.scss */
  .ym-grid + .ym-grid, .mm + .ym-grid, .ym-grid + .mm, .mm + .mm {
    margin-top: 10px;
  }

  /* line 135, ../../sass/modules/basics/_print.scss */
  .ym-g50.ym-gbox,
  .subnav + .ym-g50,
  .no-subnav + .ym-g50 {
    width: 75%;
  }

  /* line 140, ../../sass/modules/basics/_print.scss */
  .ym-g75.ym-gbox,
  .subnav + .ym-g75,
  .no-subnav + .ym-g75 {
    width: 100%;
  }
  /* line 145, ../../sass/modules/basics/_print.scss */
  .ym-g75.ym-gbox > .ym-grid > .ym-g66, .ym-g75.ym-gbox > .mm > .ym-g66,
  .subnav + .ym-g75 > .ym-grid > .ym-g66,
  .subnav + .ym-g75 > .mm > .ym-g66,
  .no-subnav + .ym-g75 > .ym-grid > .ym-g66,
  .no-subnav + .ym-g75 > .mm > .ym-g66 {
    padding-top: 0 !important;
  }

  /* line 150, ../../sass/modules/basics/_print.scss */
  .ym-gbox {
    padding-top: 20px !important;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
  }

  /* line 156, ../../sass/modules/basics/_print.scss */
  .teaser, .imageteaser {
    padding: 0;
    border: none;
    min-height: 0 !important;
    background-color: #fff !important;
  }

  /* line 162, ../../sass/modules/basics/_print.scss */
  .teaser p, .teaser ul {
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 166, ../../sass/modules/basics/_print.scss */
  .img-teaser a {
    position: static;
    padding: 10px 0 0 0;
    font-size: 11pt;
  }

  /* line 172, ../../sass/modules/basics/_print.scss */
  .teaser.contact .ym-gl:last-child,
  .teaser.contact .ym-gr:last-child {
    margin-bottom: 0;
  }
  /* line 176, ../../sass/modules/basics/_print.scss */
  .teaser.contact .kontaktliste {
    margin-bottom: 0;
  }

  /* line 180, ../../sass/modules/basics/_print.scss */
  .teaseraside {
    margin: 0 0 20px 20px;
  }

  /* line 183, ../../sass/modules/basics/_print.scss */
  .meta-left .logo {
    margin-left: 0;
  }
  /* line 185, ../../sass/modules/basics/_print.scss */
  .meta-left .logo img {
    width: 75%;
    height: 75%;
  }

  /* line 191, ../../sass/modules/basics/_print.scss */
  .footer header img {
    width: 122px;
    height: 21.5px;
  }
  /* line 195, ../../sass/modules/basics/_print.scss */
  .footer ul.privacy-list {
    margin-top: 0;
    padding-top: 10px;
  }

  /* line 201, ../../sass/modules/basics/_print.scss */
  .faq-container .faq-btn {
    background-color: #a3988e;
  }
  /* line 203, ../../sass/modules/basics/_print.scss */
  .faq-container .faq-btn:after,
  .faq-container .faq-btn h3 {
    color: #fff;
  }
  /* line 208, ../../sass/modules/basics/_print.scss */
  .faq-container .faq-content {
    display: block;
    background-color: #f6f4f1;
  }

  /* line 213, ../../sass/modules/basics/_print.scss */
  .download {
    padding-bottom: 10px !important;
  }

  /* line 217, ../../sass/modules/basics/_print.scss */
  .executivewrapper .ym-g33 {
    display: none;
  }
  /* line 220, ../../sass/modules/basics/_print.scss */
  .executivewrapper .ym-g66 {
    width: 100%;
    padding-left: 0;
  }

  /* line 225, ../../sass/modules/basics/_print.scss */
  .review-slider {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  /* line 229, ../../sass/modules/basics/_print.scss */
  .review-slider button {
    display: none !important;
  }
  /* line 232, ../../sass/modules/basics/_print.scss */
  .review-slider .slick-slide {
    display: none;
  }
  /* line 234, ../../sass/modules/basics/_print.scss */
  .review-slider .slick-slide:first-child {
    display: block;
  }
  /* line 236, ../../sass/modules/basics/_print.scss */
  .review-slider .slick-slide:first-child .slick-slider-footer {
    display: none;
  }

  /* line 243, ../../sass/modules/basics/_print.scss */
  .press button {
    display: none !important;
  }
  /* line 246, ../../sass/modules/basics/_print.scss */
  .press .slick-slide {
    display: none;
  }
  /* line 248, ../../sass/modules/basics/_print.scss */
  .press .slick-slide.slick-active {
    width: 150px !important;
    display: inline-block !important;
  }

  /* line 254, ../../sass/modules/basics/_print.scss */
  .company-search-result #map_canvas {
    width: 460px;
  }

  /* line 257, ../../sass/modules/basics/_print.scss */
  .service-search-result #map_canvas {
    width: 665px;
  }

  /* line 260, ../../sass/modules/basics/_print.scss */
  .ym-grid.ym-equalize, .ym-equalize.mm {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 264, ../../sass/modules/basics/_print.scss */
  .ym-equalize > [class*="ym-g"] {
    display: table-cell;
  }

  /* line 267, ../../sass/modules/basics/_print.scss */
  .kontaktbox p,
  .teaserheader-small {
    font-size: 8pt !important;
  }

  /* line 272, ../../sass/modules/basics/_print.scss */
  .fixedElement {
    position: inherit !important;
  }

  /*------------------------------------------------------------------------------------------------------*/
}
