@charset "UTF-8";
/* =====================================================================================================================
THIS IS THE SASS COMPILE PROCESS ROUTINE. - Add the respective files in logical and dependant order
=======================================================================================================================*/
/* DEFAULT - Reset, Externals & Fall-backs.
=======================================================================================================================*/
/* =====================================================================================================================
THE RESET - resets all UA-Styles.
=======================================================================================================================*/
@import url("//hello.myfonts.net/count/33a0b5");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal; }

html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); }

img {
  vertical-align: bottom;
  /*	-webkit-interpolation-mode: bicubic;*/ }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:link,
a:hover,
a:visited {
  text-decoration: none; }

button {
  cursor: pointer; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

.error {
  color: red; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* @group browser */
/* Firefox Linkumrandung weg */
*|*:-moz-any-link:focus, select:focus {
  outline: none;
  border: none; }

input:invalid,
input:focus {
  border: none;
  box-shadow: none; }

/* Safari Feldumrandung weg */
input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, select:focus {
  outline: 0 none; }

input:focus, textarea:focus {
  outline-width: 0; }

/* IE-Schrott punktierte Linkumrandung weg */
a {
  outline: 0 none;
  text-decoration: none; }

.noscroll {
  overflow: hidden; }
  .platform-win.chrome .noscroll,
  .platform-win.firefox .noscroll {
    padding-right: 17px; }
    .platform-win.chrome .noscroll .chapter_pager_container,
    .platform-win.firefox .noscroll .chapter_pager_container {
      right: 47px; }

.pilatus_red {
  color: #db0237 !important; }

/* =====================================================================================================================
THE CONFIG
=======================================================================================================================*/
/* =====================================================================================================================
THIS IS THE COLOR COLLECTION - define all colors here and avoid to define some elsewhere.
=======================================================================================================================*/
/* BASICS - not nessecarily used in site design
=======================================================================================================================*/
/* PRIMARY SITE COLORS - the main colors and uses
=======================================================================================================================*/
/* BUTTONS & stuff
=======================================================================================================================*/
/* SECONDARY SITE COLORS - colors used for fine lines, shadows and other exceptions
=======================================================================================================================*/
/* GRADIENTS & STUFF - & such
=======================================================================================================================*/
/* BASE - Basic vars and starting point Mixins & Placeholders
=======================================================================================================================*/
/* =====================================================================================================================
GLOBAL BREAKPOINTS -  BPs should be coded right into respective objects...
=======================================================================================================================*/
@media (max-width: 767px) {
  .visible_screen_a {
    display: block; } }

@media (min-width: 768px) {
  .visible_screen_a {
    display: none; } }

@media (max-width: 767px) {
  .visible_screen_a_inline {
    display: inline-block; } }

@media (min-width: 768px) {
  .visible_screen_a_inline {
    display: none; } }

@media (max-width: 767px) {
  .visible_all_but_screen_a {
    display: none; } }

@media (min-width: 768px) {
  .visible_all_but_screen_a {
    display: block; } }

/* =====================================================================================================================
THE LIBRARY - Mixins, Functions, Placeholders & stuff.
=======================================================================================================================*/
/**
 * Scroll Snap
 */
/**
no scrtollbarsd
 */
/* INSET ALIGNED ORDERED LIST
========================================================================================================================== */
/* A mixin for generating vendor prefixes on non-standardized properties.
========================================================================================================================== */
/* CSS cubic-bezier timing functions.
========================================================================================================================== */
/* CLEARFIX
=============================================================================================================================*/
.clearfix, .footer, .header_fullwindow, .header_fullwindow_nobutton, .header_halfwindow, .header_noimage, .cm_searchresult, .cm_quote, .cm_detail_teaser_block, .cm_page_teaser_block, .cm_page_teaser_block_b, .cm_news_teaser_block, .cm_main_text, .cm_collage_with_icons_type_a, .cm_collage_with_icons_type_b, .cm_key_facts, .cm_multiteaser, .cm_collage_with_photos, .cm_reasons, .cm_dark_list_box, .cm_jobs_overview, .cm_advice_box, .cm_photo_gallery, .cm_multikacheln, .cm_360_viewer, .cm_downloads,
.cm_contact, .cm_news, .cm_events, .chapter, .mainnav .nav_level1, .mainnav .servicenav, .mobilenav_panel .servicenav, .mobilenav_panel .text_tiles, .filer_and_search_bar, .full_width_banner, .cm_dark_list_box .box_container, .cm_dark_list_box .tabbar_main, .cm_dark_list_box .tabbar_small, .cm_dark_list_box .tab_container, .page_contact_detail h3, .page_contact_detail .content_table, .page_contact_detail .logogroup, .cm_news .postlist, .cm_events .postlist {
  display: block;
  clear: both; }

.clearfix2:after {
  clear: both;
  display: block;
  content: ""; }

/* RESPONSIVE PROPERTY
=============================================================================================================================*/
/**
 * Format all Heading Elements
 */
/**
 * Slide In on Hover on all resp elems
 */
/**
 * Force Opacity Off
 */
/**
hyphenation
 */
/**
Percent
 */
/**
 * Animation Speed on Hovers
 */
/**
 * Sup | Sub rules
 */
sub, sup {
  /* Specified in % so that the sup/sup is the
		  right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
		  interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
		  the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
		  is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.45em;
  font-size: 0.6em;
  text-transform: uppercase; }
  .edge sup, .msie11 sup {
    top: -0.65em; }

sub {
  /* Move the subscripted text down, but only
	   half as far down as the superscript moved up */
  bottom: -0.25em; }

/**
 * Aufheller
 * Verlauf von Weiss auf trasparent
 */
.aufheller {
  position: relative;
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */ }

/*
	Distribute Transition Delay
 */
/* =====================================================================================================================
THE HELPERS - all the small stuff for a liitle convenience
=======================================================================================================================*/
.nowrap {
  white-space: nowrap; }

.cm_parallax_block {
  z-index: -1; }

.parallax_content {
  display: block;
  padding: 50px;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  transform: translateZ(1px); }

/* =====================================================================================================================
THE SPACING SYSTEM
=======================================================================================================================*/
/**
 * makeDynamicSpace()
 * Constructs an row of spaces across the whole Breakpoint System
 * $exceptions = map with exceptions
 */
@media (max-width: 767px) {
  .space-margin-bottom-300 {
    margin-bottom: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-300 {
    margin-bottom: 300px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-300 {
    margin-bottom: 300px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-300 {
    margin-bottom: 300px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-300 {
    margin-bottom: 300px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-300 {
    margin-bottom: 300px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-250 {
    margin-bottom: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-250 {
    margin-bottom: 250px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-250 {
    margin-bottom: 250px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-250 {
    margin-bottom: 250px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-250 {
    margin-bottom: 250px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-250 {
    margin-bottom: 250px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-220 {
    margin-bottom: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-220 {
    margin-bottom: 220px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-220 {
    margin-bottom: 220px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-220 {
    margin-bottom: 220px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-220 {
    margin-bottom: 220px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-220 {
    margin-bottom: 220px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-210 {
    margin-bottom: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-210 {
    margin-bottom: 210px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-210 {
    margin-bottom: 210px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-210 {
    margin-bottom: 210px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-210 {
    margin-bottom: 210px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-210 {
    margin-bottom: 210px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-200 {
    margin-bottom: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-200 {
    margin-bottom: 200px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-180 {
    margin-bottom: 100px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-180 {
    margin-bottom: 180px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-180 {
    margin-bottom: 180px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-180 {
    margin-bottom: 180px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-180 {
    margin-bottom: 180px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-180 {
    margin-bottom: 180px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-160 {
    margin-bottom: 70px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-160 {
    margin-bottom: 160px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-160 {
    margin-bottom: 160px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-160 {
    margin-bottom: 160px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-160 {
    margin-bottom: 160px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-160 {
    margin-bottom: 160px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-120 {
    margin-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-120 {
    margin-bottom: 120px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-100 {
    margin-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-85 {
    margin-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-85 {
    margin-bottom: 85px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-85 {
    margin-bottom: 85px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-85 {
    margin-bottom: 85px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-85 {
    margin-bottom: 85px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-85 {
    margin-bottom: 85px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-80 {
    margin-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-80 {
    margin-bottom: 80px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-80 {
    margin-bottom: 80px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-80 {
    margin-bottom: 80px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-80 {
    margin-bottom: 80px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-80 {
    margin-bottom: 80px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-70 {
    margin-bottom: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-70 {
    margin-bottom: 70px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-70 {
    margin-bottom: 70px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-70 {
    margin-bottom: 70px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-70 {
    margin-bottom: 70px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-70 {
    margin-bottom: 70px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-65 {
    margin-bottom: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-65 {
    margin-bottom: 65px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-65 {
    margin-bottom: 65px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-65 {
    margin-bottom: 65px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-65 {
    margin-bottom: 65px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-65 {
    margin-bottom: 65px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-60 {
    margin-bottom: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-60 {
    margin-bottom: 60px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-60minor {
    margin-bottom: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-60minor {
    margin-bottom: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-60minor {
    margin-bottom: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-60minor {
    margin-bottom: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-60minor {
    margin-bottom: 60px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-60minor {
    margin-bottom: 60px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-50 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-40 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-40 {
    margin-bottom: 40px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-30 {
    margin-bottom: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-30 {
    margin-bottom: 30px !important; } }

@media (max-width: 767px) {
  .space-margin-bottom-20 {
    margin-bottom: 15px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-bottom-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-bottom-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-bottom-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-bottom-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 1860px) {
  .space-margin-bottom-20 {
    margin-bottom: 20px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-300 {
    padding-bottom: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-250 {
    padding-bottom: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-250 {
    padding-bottom: 250px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-250 {
    padding-bottom: 250px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-250 {
    padding-bottom: 250px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-250 {
    padding-bottom: 250px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-250 {
    padding-bottom: 250px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-220 {
    padding-bottom: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-220 {
    padding-bottom: 220px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-220 {
    padding-bottom: 220px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-220 {
    padding-bottom: 220px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-220 {
    padding-bottom: 220px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-220 {
    padding-bottom: 220px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-210 {
    padding-bottom: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-210 {
    padding-bottom: 210px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-210 {
    padding-bottom: 210px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-210 {
    padding-bottom: 210px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-210 {
    padding-bottom: 210px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-210 {
    padding-bottom: 210px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-200 {
    padding-bottom: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-180 {
    padding-bottom: 100px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-180 {
    padding-bottom: 180px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-180 {
    padding-bottom: 180px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-180 {
    padding-bottom: 180px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-180 {
    padding-bottom: 180px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-180 {
    padding-bottom: 180px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-160 {
    padding-bottom: 70px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-160 {
    padding-bottom: 160px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-160 {
    padding-bottom: 160px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-160 {
    padding-bottom: 160px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-160 {
    padding-bottom: 160px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-160 {
    padding-bottom: 160px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-120 {
    padding-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-120 {
    padding-bottom: 120px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-100 {
    padding-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-85 {
    padding-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-85 {
    padding-bottom: 85px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-85 {
    padding-bottom: 85px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-85 {
    padding-bottom: 85px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-85 {
    padding-bottom: 85px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-85 {
    padding-bottom: 85px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-80 {
    padding-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-80 {
    padding-bottom: 80px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-70 {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-70 {
    padding-bottom: 70px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-70 {
    padding-bottom: 70px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-70 {
    padding-bottom: 70px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-70 {
    padding-bottom: 70px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-70 {
    padding-bottom: 70px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-65 {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-65 {
    padding-bottom: 65px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-65 {
    padding-bottom: 65px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-65 {
    padding-bottom: 65px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-65 {
    padding-bottom: 65px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-65 {
    padding-bottom: 65px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-60 {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-60 {
    padding-bottom: 60px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-60minor {
    padding-bottom: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-60minor {
    padding-bottom: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-60minor {
    padding-bottom: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-60minor {
    padding-bottom: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-60minor {
    padding-bottom: 60px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-60minor {
    padding-bottom: 60px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-50 {
    padding-bottom: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-50 {
    padding-bottom: 50px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-40 {
    padding-bottom: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-40 {
    padding-bottom: 40px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-30 {
    padding-bottom: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-30 {
    padding-bottom: 30px !important; } }

@media (max-width: 767px) {
  .space-padding-bottom-20 {
    padding-bottom: 15px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-bottom-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-bottom-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-bottom-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-bottom-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 1860px) {
  .space-padding-bottom-20 {
    padding-bottom: 20px !important; } }

@media (max-width: 767px) {
  .space-padding-top-300 {
    padding-top: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-300 {
    padding-top: 300px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-300 {
    padding-top: 300px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-300 {
    padding-top: 300px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-300 {
    padding-top: 300px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-300 {
    padding-top: 300px !important; } }

@media (max-width: 767px) {
  .space-padding-top-250 {
    padding-top: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-250 {
    padding-top: 250px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-250 {
    padding-top: 250px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-250 {
    padding-top: 250px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-250 {
    padding-top: 250px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-250 {
    padding-top: 250px !important; } }

@media (max-width: 767px) {
  .space-padding-top-220 {
    padding-top: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-220 {
    padding-top: 220px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-220 {
    padding-top: 220px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-220 {
    padding-top: 220px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-220 {
    padding-top: 220px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-220 {
    padding-top: 220px !important; } }

@media (max-width: 767px) {
  .space-padding-top-210 {
    padding-top: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-210 {
    padding-top: 210px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-210 {
    padding-top: 210px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-210 {
    padding-top: 210px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-210 {
    padding-top: 210px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-210 {
    padding-top: 210px !important; } }

@media (max-width: 767px) {
  .space-padding-top-200 {
    padding-top: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-200 {
    padding-top: 200px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-200 {
    padding-top: 200px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-200 {
    padding-top: 200px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-200 {
    padding-top: 200px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-200 {
    padding-top: 200px !important; } }

@media (max-width: 767px) {
  .space-padding-top-180 {
    padding-top: 100px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-180 {
    padding-top: 180px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-180 {
    padding-top: 180px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-180 {
    padding-top: 180px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-180 {
    padding-top: 180px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-180 {
    padding-top: 180px !important; } }

@media (max-width: 767px) {
  .space-padding-top-160 {
    padding-top: 70px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-160 {
    padding-top: 160px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-160 {
    padding-top: 160px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-160 {
    padding-top: 160px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-160 {
    padding-top: 160px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-160 {
    padding-top: 160px !important; } }

@media (max-width: 767px) {
  .space-padding-top-120 {
    padding-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-120 {
    padding-top: 120px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-120 {
    padding-top: 120px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-120 {
    padding-top: 120px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-120 {
    padding-top: 120px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-120 {
    padding-top: 120px !important; } }

@media (max-width: 767px) {
  .space-padding-top-100 {
    padding-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-100 {
    padding-top: 100px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-100 {
    padding-top: 100px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-100 {
    padding-top: 100px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-100 {
    padding-top: 100px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-100 {
    padding-top: 100px !important; } }

@media (max-width: 767px) {
  .space-padding-top-85 {
    padding-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-85 {
    padding-top: 85px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-85 {
    padding-top: 85px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-85 {
    padding-top: 85px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-85 {
    padding-top: 85px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-85 {
    padding-top: 85px !important; } }

@media (max-width: 767px) {
  .space-padding-top-80 {
    padding-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-80 {
    padding-top: 80px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-80 {
    padding-top: 80px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-80 {
    padding-top: 80px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-80 {
    padding-top: 80px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-80 {
    padding-top: 80px !important; } }

@media (max-width: 767px) {
  .space-padding-top-70 {
    padding-top: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-70 {
    padding-top: 70px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-70 {
    padding-top: 70px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-70 {
    padding-top: 70px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-70 {
    padding-top: 70px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-70 {
    padding-top: 70px !important; } }

@media (max-width: 767px) {
  .space-padding-top-65 {
    padding-top: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-65 {
    padding-top: 65px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-65 {
    padding-top: 65px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-65 {
    padding-top: 65px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-65 {
    padding-top: 65px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-65 {
    padding-top: 65px !important; } }

@media (max-width: 767px) {
  .space-padding-top-60 {
    padding-top: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-60 {
    padding-top: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-60 {
    padding-top: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-60 {
    padding-top: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-60 {
    padding-top: 60px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-60 {
    padding-top: 60px !important; } }

@media (max-width: 767px) {
  .space-padding-top-60minor {
    padding-top: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-60minor {
    padding-top: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-60minor {
    padding-top: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-60minor {
    padding-top: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-60minor {
    padding-top: 60px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-60minor {
    padding-top: 60px !important; } }

@media (max-width: 767px) {
  .space-padding-top-50 {
    padding-top: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-50 {
    padding-top: 50px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-50 {
    padding-top: 50px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-50 {
    padding-top: 50px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-50 {
    padding-top: 50px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-50 {
    padding-top: 50px !important; } }

@media (max-width: 767px) {
  .space-padding-top-40 {
    padding-top: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-40 {
    padding-top: 40px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-40 {
    padding-top: 40px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-40 {
    padding-top: 40px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-40 {
    padding-top: 40px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-40 {
    padding-top: 40px !important; } }

@media (max-width: 767px) {
  .space-padding-top-30 {
    padding-top: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-30 {
    padding-top: 30px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-30 {
    padding-top: 30px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-30 {
    padding-top: 30px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-30 {
    padding-top: 30px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-30 {
    padding-top: 30px !important; } }

@media (max-width: 767px) {
  .space-padding-top-20 {
    padding-top: 15px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-padding-top-20 {
    padding-top: 20px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-padding-top-20 {
    padding-top: 20px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-padding-top-20 {
    padding-top: 20px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-padding-top-20 {
    padding-top: 20px !important; } }

@media (min-width: 1860px) {
  .space-padding-top-20 {
    padding-top: 20px !important; } }

@media (max-width: 767px) {
  .space-margin-top-300 {
    margin-top: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-300 {
    margin-top: 300px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-300 {
    margin-top: 300px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-300 {
    margin-top: 300px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-300 {
    margin-top: 300px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-300 {
    margin-top: 300px !important; } }

@media (max-width: 767px) {
  .space-margin-top-250 {
    margin-top: 200px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-250 {
    margin-top: 250px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-250 {
    margin-top: 250px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-250 {
    margin-top: 250px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-250 {
    margin-top: 250px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-250 {
    margin-top: 250px !important; } }

@media (max-width: 767px) {
  .space-margin-top-220 {
    margin-top: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-220 {
    margin-top: 220px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-220 {
    margin-top: 220px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-220 {
    margin-top: 220px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-220 {
    margin-top: 220px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-220 {
    margin-top: 220px !important; } }

@media (max-width: 767px) {
  .space-margin-top-210 {
    margin-top: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-210 {
    margin-top: 210px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-210 {
    margin-top: 210px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-210 {
    margin-top: 210px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-210 {
    margin-top: 210px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-210 {
    margin-top: 210px !important; } }

@media (max-width: 767px) {
  .space-margin-top-200 {
    margin-top: 120px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-200 {
    margin-top: 200px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-200 {
    margin-top: 200px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-200 {
    margin-top: 200px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-200 {
    margin-top: 200px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-200 {
    margin-top: 200px !important; } }

@media (max-width: 767px) {
  .space-margin-top-180 {
    margin-top: 100px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-180 {
    margin-top: 180px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-180 {
    margin-top: 180px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-180 {
    margin-top: 180px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-180 {
    margin-top: 180px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-180 {
    margin-top: 180px !important; } }

@media (max-width: 767px) {
  .space-margin-top-160 {
    margin-top: 70px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-160 {
    margin-top: 160px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-160 {
    margin-top: 160px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-160 {
    margin-top: 160px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-160 {
    margin-top: 160px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-160 {
    margin-top: 160px !important; } }

@media (max-width: 767px) {
  .space-margin-top-120 {
    margin-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-120 {
    margin-top: 120px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-120 {
    margin-top: 120px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-120 {
    margin-top: 120px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-120 {
    margin-top: 120px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-120 {
    margin-top: 120px !important; } }

@media (max-width: 767px) {
  .space-margin-top-100 {
    margin-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-100 {
    margin-top: 100px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-100 {
    margin-top: 100px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-100 {
    margin-top: 100px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-100 {
    margin-top: 100px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-100 {
    margin-top: 100px !important; } }

@media (max-width: 767px) {
  .space-margin-top-85 {
    margin-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-85 {
    margin-top: 85px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-85 {
    margin-top: 85px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-85 {
    margin-top: 85px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-85 {
    margin-top: 85px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-85 {
    margin-top: 85px !important; } }

@media (max-width: 767px) {
  .space-margin-top-80 {
    margin-top: 60px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-80 {
    margin-top: 80px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-80 {
    margin-top: 80px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-80 {
    margin-top: 80px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-80 {
    margin-top: 80px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-80 {
    margin-top: 80px !important; } }

@media (max-width: 767px) {
  .space-margin-top-70 {
    margin-top: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-70 {
    margin-top: 70px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-70 {
    margin-top: 70px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-70 {
    margin-top: 70px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-70 {
    margin-top: 70px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-70 {
    margin-top: 70px !important; } }

@media (max-width: 767px) {
  .space-margin-top-65 {
    margin-top: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-65 {
    margin-top: 65px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-65 {
    margin-top: 65px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-65 {
    margin-top: 65px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-65 {
    margin-top: 65px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-65 {
    margin-top: 65px !important; } }

@media (max-width: 767px) {
  .space-margin-top-60 {
    margin-top: 50px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-60 {
    margin-top: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-60 {
    margin-top: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-60 {
    margin-top: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-60 {
    margin-top: 60px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-60 {
    margin-top: 60px !important; } }

@media (max-width: 767px) {
  .space-margin-top-60minor {
    margin-top: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-60minor {
    margin-top: 60px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-60minor {
    margin-top: 60px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-60minor {
    margin-top: 60px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-60minor {
    margin-top: 60px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-60minor {
    margin-top: 60px !important; } }

@media (max-width: 767px) {
  .space-margin-top-50 {
    margin-top: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-50 {
    margin-top: 50px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-50 {
    margin-top: 50px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-50 {
    margin-top: 50px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-50 {
    margin-top: 50px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-50 {
    margin-top: 50px !important; } }

@media (max-width: 767px) {
  .space-margin-top-40 {
    margin-top: 30px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-40 {
    margin-top: 40px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-40 {
    margin-top: 40px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-40 {
    margin-top: 40px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-40 {
    margin-top: 40px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-40 {
    margin-top: 40px !important; } }

@media (max-width: 767px) {
  .space-margin-top-30 {
    margin-top: 25px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-30 {
    margin-top: 30px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-30 {
    margin-top: 30px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-30 {
    margin-top: 30px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-30 {
    margin-top: 30px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-30 {
    margin-top: 30px !important; } }

@media (max-width: 767px) {
  .space-margin-top-20 {
    margin-top: 15px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .space-margin-top-20 {
    margin-top: 20px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .space-margin-top-20 {
    margin-top: 20px !important; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .space-margin-top-20 {
    margin-top: 20px !important; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .space-margin-top-20 {
    margin-top: 20px !important; } }

@media (min-width: 1860px) {
  .space-margin-top-20 {
    margin-top: 20px !important; } }

/* =====================================================================================================================
X-BROWSER HACKS
=======================================================================================================================*/
html.chrome input[type=password] {
  font-family: Verdana; }

/* TYPO - All Fonts & Typesets [@font-face, h1-h6, p, blockquote, etc...]
=======================================================================================================================*/
/* =====================================================================================================================
THE FONTS - all the locally hosted typo stuff you'll ever do. CDN-Fonts go into header.php but will be scaffolded here.
=======================================================================================================================*/
/* GET THE FONTS [@font-face mixin >> see lib.scss]
=======================================================================================================================*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'font_demi';
  src: url("../fnt/33A0B5_1_0.eot");
  src: url("../fnt/33A0B5_1_0.eot?#iefix") format("embedded-opentype"), url("../fnt/33A0B5_1_0.woff2") format("woff2"), url("../fnt/33A0B5_1_0.woff") format("woff"), url("../fnt/33A0B5_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'font_book';
  src: url("../fnt/33A0B5_0_0.eot");
  src: url("../fnt/33A0B5_0_0.eot?#iefix") format("embedded-opentype"), url("../fnt/33A0B5_0_0.woff2") format("woff2"), url("../fnt/33A0B5_0_0.woff") format("woff"), url("../fnt/33A0B5_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'font_medium';
  src: url("../fnt/33A0B5_2_0.eot");
  src: url("../fnt/33A0B5_2_0.eot?#iefix") format("embedded-opentype"), url("../fnt/33A0B5_2_0.woff2") format("woff2"), url("../fnt/33A0B5_2_0.woff") format("woff"), url("../fnt/33A0B5_2_0.ttf") format("truetype"); }

/* BUILD ALL THE STYLES YOU NEED - they'll be packed into <p>'s & stuff and positioned in typo.scss
=======================================================================================================================*/
.headline_headerimg, .headline_quote, .headline_content_blue, .headline_advice_box, .headline_content_gray, .headline_content_silver, .headline_call_to_action, .video_quote, .spitzmarke_gray, .spitzmarke_blue, .spitzmarke_advice_box, .subline, .download_thumb_subline, .step_title,
.headline_small_gray,
.cm_consulting_teaser .graytext, .headline_small_white, .headline_small_blue,
.cm_consulting_teaser .bluetext, .content_paragraf_gray, .content_paragraf_red, .content_paragraf_green, .cm_main_text.ul_default ul, .content_paragraf_silver, .ul_listing ul,
.cm_main_text.ul_listing ul,
.content_listing_checkbox, .content_listing_checkbox_blue, .content_listing_checkbox_green, .content_paragraf_blue, .headline_slide_in, .content_paragraf_small_blue, .opening_status_closed,
.content_paragraf_small_red, .content_paragraf_small_white, .opening_status_open,
.content_paragraf_small_gray, .content_paragraf_extrasmall_gray, .content_paragraf_small_silver,
.slide_in_panel p,
.slide_in_panel li, .headline_teaser,
.image_viewer_title, .spitzmarke_teaser, .tag_date_gray, .badge, .video_play_byline, .tag_date_blue, .hint, .admin_debug, .pnlm-hotspot.pnlm-scene p, .address_block, .big_button_label,
.dark_list_box_headline, .headline_techspecs, .chapter_navigation_label, .chapter_nav_item, .comparator .title, .comparator .title_large, .cabconf_nav_button, .cabconf_headline, .cabconf_section_title, .cabconf_button_reset, .cabconf_smalltext, .footer .footerlabel, .footer .copyright, .utc_clock p, .eu-cookie-law .leftside, .navbar .second_container a, .navbar .third_container a, .navbar .burger_label, .navbar .fourth_container, .post_item .hoverlay, .square_button_performance .label, .square_button_small_on_dark .label, .square_button_small_on_dark_icon .label, .square_button_no_icon .label, .square_button_small_no_icon .label, .square_button_on_photo_dl .label, .square_button_small_on_white_icon .label, .square_button_icon_centered_map .label, .newsletter_button .label, .newsletter_button_banner .label, .ecalendar_register_button .label, .square_button_xl_icon_right .label, .square_button_on_white_icon .label,
.the_icon_button_blue_medium .label, .the_icon_button_blue_large .label, .square_button_xl .label,
.square_button_xl_thin .label, .the_icon_button_blue_medium_nolabel .label, .square_button_tabs .label, .the_icon_button_gray_medium .label, .the_icon_button_gray_medium_nolabel .label, .button_arrow_with_label .label, .button_arrow_with_label_dark .label, .button_arrow_with_label_mapslidein .label, .button_arrow_no_label .label, .button_arrow_no_label_link .label, .inner_button_headerimg .label, .button_page_teasers .label, .button_fly_pilatus_nav .label, .button_multiteaser .label, .button_darklistbox .label, .button_call_to_action .label, .button_text_tabs, .download_link .label, .link_with_arrow .label, .slide_in_panel .next_object, .mainnav .langswitch .act_language_label, .mainnav .langswitch a, .mainnav .nav_level1 a, .mainnav .nav_level2 a, .mainnav .servicenav a, .mobilenav_panel .langswitch a, .mobilenav_panel .servicenav a, .mobilenav_panel .text_tiles a, .mobilenav_panel .nav_level1 > li > a, .fly_pilatus_nav_container table, .fly_pilatus_nav_container .label, .address_box td, .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p, .maps_container .panel_list input[type=search], .comparator .filter_item_sales_centers,
.comparator .filter_item_service_centers,
.comparator .filter_item_group_members,
.comparator .filter_item_blue,
.comparator .filter_item_green,
.comparator .filter_item_gray,
.comparator .filter_item_aircraft,
.comparator .filter_item_clustered,
.maps_container .filter_item_sales_centers,
.maps_container .filter_item_service_centers,
.maps_container .filter_item_group_members,
.maps_container .filter_item_blue,
.maps_container .filter_item_green,
.maps_container .filter_item_gray,
.maps_container .filter_item_aircraft,
.maps_container .filter_item_clustered,
.slide_in_panel_maps_phone .filter_item_sales_centers,
.slide_in_panel_maps_phone .filter_item_service_centers,
.slide_in_panel_maps_phone .filter_item_group_members,
.slide_in_panel_maps_phone .filter_item_blue,
.slide_in_panel_maps_phone .filter_item_green,
.slide_in_panel_maps_phone .filter_item_gray,
.slide_in_panel_maps_phone .filter_item_aircraft,
.slide_in_panel_maps_phone .filter_item_clustered, .comparator .filter_title,
.maps_container .filter_title,
.slide_in_panel_maps_phone .filter_title, .slide_in_panel_maps_phone .label,
.rangefinder .label, .slide_in_panel_maps_phone .slider_value,
.rangefinder .slider_value, .slide_in_panel_maps_phone .show_value,
.rangefinder .show_value, .slide_in_panel_maps_phone .range_disclaimer,
.rangefinder .range_disclaimer, .filer_and_search_bar .search_container .filter_searchfield, .select_item, .selected_item, .full_width_banner h2, .button_thumb_with_icon .label, .image_viewer table, .image_viewer p, .formfield_item .floating-label, .formfield_item .formfield, .formfield_item .expanding_textarea, .form .select_holder .label_small, .checkbox_label_right, .radio_label_right, .searchform .searchfield, .cm_searchresult .searchfield_small, .cm_searchresult .search_result_item_title, .cm_searchresult .search_result_text, .cm_searchresult .search_result_link, .submit_button, .submit_button .label, .ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year, .ui-datepicker, .display_date, .news_teaser_item .hoverlay, .news_teaser_item h2, .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label, .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label, .cm_multiteaser .multiteaser_item .multiteaser_label, .cm_multiteaser .multiteaser_item .multiteaser_headline, .cm_video .video_button .label, .cm_video .button_arrow_with_label .label, .cm_reasons .item_title, .cm_dark_list_box .table td, .cm_dark_list_box .table td .table_byline, .cm_jobs_overview .jobs_item, .cm_downloads .ecalendar_register_label, .cm_multikacheln .multikacheln_label, .page_contact_detail .content_table, .page_contact_detail .table_list td:first-child, .page_contact_detail .table_list td:last-child {
  font-family: 'font_book', sans-serif; }

.content_paragraf_small_silver strong, .content_paragraf_small_silver b,
.slide_in_panel p strong,
.slide_in_panel p b,
.slide_in_panel li strong,
.slide_in_panel li b, .slide_in_panel_maps_phone .handle_counter,
.rangefinder .handle_counter, .slide_in_panel_maps_phone .value_range,
.rangefinder .value_range, .cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
  font-family: 'font_demi', sans-serif; }

.spitzmarke_blue, .content_paragraf_gray strong, .content_paragraf_gray b, .content_paragraf_red strong, .content_paragraf_red b, .content_paragraf_green strong, .content_paragraf_green b, .ul_default ul strong, .ul_default ul b,
.cm_main_text.ul_default ul strong,
.cm_main_text.ul_default ul b, .content_paragraf_blue strong, .content_paragraf_blue b, .spitzmarke_news_detail, .tag_title_gray, .multikachel_spitzmarke, .video_headline, .tag_title_blue, .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4, .maps_container .legend_item_legend, .maps_container .legend_item_sales_centers,
.maps_container .legend_item_service_centers,
.maps_container .legend_item_group_members,
.maps_container .legend_item_clustered {
  font-family: 'font_medium', sans-serif; }

/* =====================================================================================================================
TYPOGRAPHY - Fonts are under fonts.scss
=======================================================================================================================*/
/* Buttons & Labels
-----------------------------------------------------------------------------------------------------------------------*/
.headline_headerimg {
  color: white; }
  @media (min-width: 1024px) {
    .headline_headerimg {
      margin-bottom: 17px; } }
  @media (max-width: 767px) {
    .headline_headerimg {
      margin-bottom: 17px;
      width: 70%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_headerimg {
      margin-bottom: 17px;
      width: 70%; } }
  @media (min-width: 1860px) {
    .headline_headerimg {
      font-size: 60px;
      line-height: 1.17em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_headerimg {
      font-size: 60px;
      line-height: 1.17em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_headerimg {
      font-size: 60px;
      line-height: 1.17em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_headerimg {
      font-size: 60px;
      line-height: 1.17em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_headerimg {
      font-size: 60px;
      line-height: 1.17em; } }
  @media (max-width: 767px) {
    .headline_headerimg {
      font-size: 40px;
      line-height: 1.13em; } }

.headline_quote {
  color: #72737a; }
  @media (min-width: 1860px) {
    .headline_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .headline_quote {
      font-size: 33px;
      line-height: 1.21em; } }

.headline_content_blue {
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .headline_content_blue {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_content_blue {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_content_blue {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_content_blue {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_content_blue {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .headline_content_blue {
      font-size: 37px;
      line-height: 1.19em; } }

.headline_advice_box {
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .headline_advice_box {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_advice_box {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_advice_box {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_advice_box {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_advice_box {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .headline_advice_box {
      font-size: 30px;
      line-height: 1.33em; } }

.headline_content_gray {
  color: #72737a; }
  @media (min-width: 1860px) {
    .headline_content_gray {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_content_gray {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_content_gray {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_content_gray {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_content_gray {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .headline_content_gray {
      font-size: 37px;
      line-height: 1.19em; } }

.headline_content_silver {
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .headline_content_silver {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_content_silver {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_content_silver {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_content_silver {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_content_silver {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .headline_content_silver {
      font-size: 37px;
      line-height: 1.19em; } }

.headline_call_to_action {
  color: white; }
  @media (min-width: 1860px) {
    .headline_call_to_action {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_call_to_action {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_call_to_action {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_call_to_action {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_call_to_action {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .headline_call_to_action {
      font-size: 37px;
      line-height: 1.19em; } }

.video_quote {
  color: white; }
  @media (min-width: 1860px) {
    .video_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .video_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .video_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .video_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video_quote {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .video_quote {
      font-size: 37px;
      line-height: 1.19em; } }

.spitzmarke_gray {
  text-transform: uppercase;
  display: block;
  color: #72737a; }
  @media (min-width: 1860px) {
    .spitzmarke_gray {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .spitzmarke_gray {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .spitzmarke_gray {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .spitzmarke_gray {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .spitzmarke_gray {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (max-width: 767px) {
    .spitzmarke_gray {
      font-size: 18px;
      line-height: 1.22em; } }
  .spitzmarke_gray svg {
    fill: #72737a !important; }

.spitzmarke_blue {
  text-transform: uppercase;
  display: block;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (max-width: 767px) {
    .spitzmarke_blue {
      font-size: 18px;
      line-height: 1.22em; } }

.spitzmarke_advice_box {
  text-transform: uppercase;
  display: block;
  color: #72737a; }
  @media (min-width: 1860px) {
    .spitzmarke_advice_box {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .spitzmarke_advice_box {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .spitzmarke_advice_box {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .spitzmarke_advice_box {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .spitzmarke_advice_box {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (max-width: 767px) {
    .spitzmarke_advice_box {
      font-size: 14px;
      line-height: 1.29em; } }

.spitzmarke_blue {
  text-transform: uppercase;
  display: inline-block;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .spitzmarke_blue {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (max-width: 767px) {
    .spitzmarke_blue {
      font-size: 18px;
      line-height: 1.22em; } }

.subline {
  color: #72737a; }
  @media (min-width: 1860px) {
    .subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (max-width: 767px) {
    .subline {
      font-size: 18px;
      line-height: 1.22em; } }

.download_thumb_subline {
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .download_thumb_subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .download_thumb_subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .download_thumb_subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .download_thumb_subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .download_thumb_subline {
      font-size: 21px;
      line-height: 1.14em; } }
  @media (max-width: 767px) {
    .download_thumb_subline {
      font-size: 18px;
      line-height: 1.22em; } }

.step_title,
.headline_small_gray,
.cm_consulting_teaser .graytext {
  color: #72737a; }
  @media (min-width: 1860px) {
    .step_title,
    .headline_small_gray,
    .cm_consulting_teaser .graytext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .step_title,
    .headline_small_gray,
    .cm_consulting_teaser .graytext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .step_title,
    .headline_small_gray,
    .cm_consulting_teaser .graytext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .step_title,
    .headline_small_gray,
    .cm_consulting_teaser .graytext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .step_title,
    .headline_small_gray,
    .cm_consulting_teaser .graytext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .step_title,
    .headline_small_gray,
    .cm_consulting_teaser .graytext {
      font-size: 20px;
      line-height: 1.5em; } }

.headline_small_white {
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .headline_small_white {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_small_white {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_small_white {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_small_white {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_small_white {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .headline_small_white {
      font-size: 20px;
      line-height: 1.5em; } }

.headline_small_blue,
.cm_consulting_teaser .bluetext {
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .headline_small_blue,
    .cm_consulting_teaser .bluetext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_small_blue,
    .cm_consulting_teaser .bluetext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_small_blue,
    .cm_consulting_teaser .bluetext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_small_blue,
    .cm_consulting_teaser .bluetext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_small_blue,
    .cm_consulting_teaser .bluetext {
      font-size: 35px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .headline_small_blue,
    .cm_consulting_teaser .bluetext {
      font-size: 20px;
      line-height: 1.5em; } }

.content_paragraf_gray {
  color: #72737a; }
  @media (min-width: 1860px) {
    .content_paragraf_gray {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_gray {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_gray {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_gray {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_gray {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .content_paragraf_gray {
      font-size: 20px;
      line-height: 1.5em; } }
  .content_paragraf_gray li {
    margin-bottom: 10px !important; }

.content_paragraf_red {
  color: #db0237; }
  @media (min-width: 1860px) {
    .content_paragraf_red {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_red {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_red {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_red {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_red {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .content_paragraf_red {
      font-size: 20px;
      line-height: 1.5em; } }
  .content_paragraf_red li {
    margin-bottom: 10px !important; }

.content_paragraf_green {
  color: #037f51; }
  @media (min-width: 1860px) {
    .content_paragraf_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .content_paragraf_green {
      font-size: 20px;
      line-height: 1.5em; } }
  .content_paragraf_green li {
    margin-bottom: 10px !important; }

ul.content_paragraf_gray {
  margin-left: 20px; }
  .edge ul.content_paragraf_gray, .msie11 ul.content_paragraf_gray {
    margin-left: 10px; }

.ul_default ul,
.cm_main_text.ul_default ul {
  margin-left: 20px; }
  .ul_default ul li,
  .cm_main_text.ul_default ul li {
    margin-bottom: 10px !important; }
  .edge .ul_default ul, .msie11 .ul_default ul, .edge
  .cm_main_text.ul_default ul, .msie11
  .cm_main_text.ul_default ul {
    margin-left: 10px; }

.cm_main_text.ul_default ul {
  color: #72737a; }
  @media (min-width: 1860px) {
    .cm_main_text.ul_default ul {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_main_text.ul_default ul {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_main_text.ul_default ul {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_main_text.ul_default ul {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_main_text.ul_default ul {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .cm_main_text.ul_default ul {
      font-size: 20px;
      line-height: 1.5em; } }

.content_paragraf_silver {
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .content_paragraf_silver {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_silver {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_silver {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_silver {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_silver {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .content_paragraf_silver {
      font-size: 20px;
      line-height: 1.5em; } }

.ul_listing ul,
.cm_main_text.ul_listing ul,
.content_listing_checkbox {
  color: #72737a;
  list-style: none; }
  @media (min-width: 1860px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox {
      font-size: 20px;
      line-height: 1.5em; } }
  .ul_listing ul li,
  .cm_main_text.ul_listing ul li,
  .content_listing_checkbox li {
    margin-left: 50px;
    position: relative;
    margin-bottom: 12px; }
    .ul_listing ul li:before,
    .cm_main_text.ul_listing ul li:before,
    .content_listing_checkbox li:before {
      content: "";
      background-image: url(../img/icn_swoosh_blue_circle_static.svg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 33px;
      height: 33px;
      display: block;
      position: absolute;
      left: -50px;
      top: 0; }

.content_listing_checkbox_blue {
  color: #3da3dc;
  list-style: none; }
  @media (min-width: 1860px) {
    .content_listing_checkbox_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_listing_checkbox_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_listing_checkbox_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_listing_checkbox_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_listing_checkbox_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .content_listing_checkbox_blue {
      font-size: 20px;
      line-height: 1.5em; } }
  .content_listing_checkbox_blue li {
    margin-left: 50px;
    position: relative;
    margin-bottom: 12px; }
    .content_listing_checkbox_blue li:before {
      content: "";
      background-image: url(../img/icn_swoosh_blue_circle_blue.svg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 33px;
      height: 33px;
      display: block;
      position: absolute;
      left: -50px;
      top: 0; }

.content_listing_checkbox_green {
  color: #6fc6b8;
  list-style: none; }
  @media (min-width: 1860px) {
    .content_listing_checkbox_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_listing_checkbox_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_listing_checkbox_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_listing_checkbox_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_listing_checkbox_green {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .content_listing_checkbox_green {
      font-size: 20px;
      line-height: 1.5em; } }
  .content_listing_checkbox_green li {
    margin-left: 50px;
    position: relative;
    margin-bottom: 12px; }
    .content_listing_checkbox_green li:before {
      content: "";
      background-image: url(../img/icn_swoosh_blue_circle_green.svg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 33px;
      height: 33px;
      display: block;
      position: absolute;
      left: -50px;
      top: 0; }

.content_paragraf_blue {
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .content_paragraf_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_blue {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .content_paragraf_blue {
      font-size: 20px;
      line-height: 1.5em; } }
  .content_paragraf_blue li {
    margin-bottom: 10px !important; }

ul.content_paragraf_blue {
  margin-left: 20px; }
  .edge ul.content_paragraf_blue, .msie11 ul.content_paragraf_blue {
    margin-left: 10px; }

.headline_slide_in {
  color: white; }
  @media (min-width: 1860px) {
    .headline_slide_in {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_slide_in {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_slide_in {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_slide_in {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_slide_in {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .headline_slide_in {
      font-size: 20px;
      line-height: 1.5em; } }

.content_paragraf_small_blue {
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .content_paragraf_small_blue {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_small_blue {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_small_blue {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_small_blue {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_small_blue {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .content_paragraf_small_blue {
      font-size: 18px;
      line-height: 1.33em; } }

.opening_status_closed,
.content_paragraf_small_red {
  color: #db0237; }
  @media (min-width: 1860px) {
    .opening_status_closed,
    .content_paragraf_small_red {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .opening_status_closed,
    .content_paragraf_small_red {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .opening_status_closed,
    .content_paragraf_small_red {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .opening_status_closed,
    .content_paragraf_small_red {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .opening_status_closed,
    .content_paragraf_small_red {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .opening_status_closed,
    .content_paragraf_small_red {
      font-size: 18px;
      line-height: 1.33em; } }

.content_paragraf_small_white {
  color: white; }
  @media (min-width: 1860px) {
    .content_paragraf_small_white {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_small_white {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_small_white {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_small_white {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_small_white {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .content_paragraf_small_white {
      font-size: 18px;
      line-height: 1.33em; } }

.opening_status_open,
.content_paragraf_small_gray {
  color: #72737a; }
  @media (min-width: 1860px) {
    .opening_status_open,
    .content_paragraf_small_gray {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .opening_status_open,
    .content_paragraf_small_gray {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .opening_status_open,
    .content_paragraf_small_gray {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .opening_status_open,
    .content_paragraf_small_gray {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .opening_status_open,
    .content_paragraf_small_gray {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .opening_status_open,
    .content_paragraf_small_gray {
      font-size: 18px;
      line-height: 1.33em; } }

.content_paragraf_extrasmall_gray {
  color: #72737a; }
  @media (min-width: 1860px) {
    .content_paragraf_extrasmall_gray {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_extrasmall_gray {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_extrasmall_gray {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_extrasmall_gray {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_extrasmall_gray {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (max-width: 767px) {
    .content_paragraf_extrasmall_gray {
      font-size: 16px;
      line-height: 1.38em; } }

.content_paragraf_small_silver {
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .content_paragraf_small_silver {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_small_silver {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_small_silver {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_small_silver {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_small_silver {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .content_paragraf_small_silver {
      font-size: 18px;
      line-height: 1.33em; } }

.content_paragraf_small_silver,
.slide_in_panel p,
.slide_in_panel li {
  margin-bottom: 1.5em;
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .content_paragraf_small_silver,
    .slide_in_panel p,
    .slide_in_panel li {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .content_paragraf_small_silver,
    .slide_in_panel p,
    .slide_in_panel li {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .content_paragraf_small_silver,
    .slide_in_panel p,
    .slide_in_panel li {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .content_paragraf_small_silver,
    .slide_in_panel p,
    .slide_in_panel li {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .content_paragraf_small_silver,
    .slide_in_panel p,
    .slide_in_panel li {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .content_paragraf_small_silver,
    .slide_in_panel p,
    .slide_in_panel li {
      font-size: 18px;
      line-height: 1.33em; } }
  .content_paragraf_small_silver a,
  .slide_in_panel p a,
  .slide_in_panel li a {
    color: white;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    transition: all 100ms linear; }
    .content_paragraf_small_silver a:link, .content_paragraf_small_silver a:visited,
    .slide_in_panel p a:link,
    .slide_in_panel p a:visited,
    .slide_in_panel li a:link,
    .slide_in_panel li a:visited {
      text-decoration: none;
      color: #e8e7e7;
      border-bottom: 1px solid #e8e7e7; }
    .content_paragraf_small_silver a:hover,
    .slide_in_panel p a:hover,
    .slide_in_panel li a:hover {
      border-bottom: 1px solid #9fa0a7;
      color: #9fa0a7; }

.slide_in_panel ul {
  margin-left: 20px; }
  .edge .slide_in_panel ul, .msie11 .slide_in_panel ul {
    margin-left: 10px; }
  .slide_in_panel ul li:not(:last-of-type) {
    margin-bottom: 10px; }

.headline_teaser,
.image_viewer_title {
  color: white; }
  @media (min-width: 1860px) {
    .headline_teaser,
    .image_viewer_title {
      font-size: 45px;
      line-height: 1.11em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_teaser,
    .image_viewer_title {
      font-size: 40px;
      line-height: 1.13em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_teaser,
    .image_viewer_title {
      font-size: 40px;
      line-height: 1.13em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_teaser,
    .image_viewer_title {
      font-size: 40px;
      line-height: 1.13em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_teaser,
    .image_viewer_title {
      font-size: 30px;
      line-height: 1.17em; } }
  @media (max-width: 767px) {
    .headline_teaser,
    .image_viewer_title {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (max-width: 767px) {
    .headline_teaser,
    .image_viewer_title {
      display: none; } }

.spitzmarke_teaser {
  text-transform: uppercase;
  color: white; }
  @media (min-width: 1860px) {
    .spitzmarke_teaser {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .spitzmarke_teaser {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .spitzmarke_teaser {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .spitzmarke_teaser {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .spitzmarke_teaser {
      font-size: 16px;
      line-height: 1.31em; } }
  @media (max-width: 767px) {
    .spitzmarke_teaser {
      font-size: 18px;
      line-height: 1.22em; } }

.spitzmarke_news_detail {
  text-transform: uppercase;
  color: blue; }
  @media (min-width: 1860px) {
    .spitzmarke_news_detail {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .spitzmarke_news_detail {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .spitzmarke_news_detail {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .spitzmarke_news_detail {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .spitzmarke_news_detail {
      font-size: 21px;
      line-height: 1.19em; } }
  @media (max-width: 767px) {
    .spitzmarke_news_detail {
      font-size: 18px;
      line-height: 1.22em; } }

.tag_title_gray {
  text-transform: uppercase;
  color: #72737a; }
  @media (min-width: 1860px) {
    .tag_title_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .tag_title_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .tag_title_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .tag_title_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tag_title_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .tag_title_gray {
      font-size: 14px;
      line-height: 1.21em; } }

.multikachel_spitzmarke {
  text-transform: uppercase;
  color: white; }
  @media (min-width: 1860px) {
    .multikachel_spitzmarke {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .multikachel_spitzmarke {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .multikachel_spitzmarke {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .multikachel_spitzmarke {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .multikachel_spitzmarke {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .multikachel_spitzmarke {
      font-size: 14px;
      line-height: 1.21em; } }

.video_headline {
  text-transform: uppercase;
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .video_headline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .video_headline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .video_headline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .video_headline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video_headline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .video_headline {
      font-size: 14px;
      line-height: 1.21em; } }

.tag_date_gray {
  text-transform: uppercase;
  color: #72737a; }
  @media (min-width: 1860px) {
    .tag_date_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .tag_date_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .tag_date_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .tag_date_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tag_date_gray {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .tag_date_gray {
      font-size: 14px;
      line-height: 1.21em; } }

.badge {
  text-transform: uppercase;
  color: #72737a; }
  @media (min-width: 1860px) {
    .badge {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .badge {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .badge {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .badge {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .badge {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .badge {
      font-size: 14px;
      line-height: 1.21em; } }

.video_play_byline {
  text-transform: uppercase;
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .video_play_byline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .video_play_byline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .video_play_byline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .video_play_byline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video_play_byline {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .video_play_byline {
      font-size: 14px;
      line-height: 1.21em; } }

.tag_title_blue {
  text-transform: uppercase;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .tag_title_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .tag_title_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .tag_title_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .tag_title_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tag_title_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .tag_title_blue {
      font-size: 14px;
      line-height: 1.21em; } }

.tag_date_blue {
  text-transform: uppercase;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .tag_date_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .tag_date_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .tag_date_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .tag_date_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tag_date_blue {
      font-size: 14px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .tag_date_blue {
      font-size: 14px;
      line-height: 1.21em; } }

.hint, .admin_debug, .pnlm-hotspot.pnlm-scene p {
  color: white; }
  @media (min-width: 1860px) {
    .hint, .admin_debug, .pnlm-hotspot.pnlm-scene p {
      font-size: 13px;
      line-height: 1.08em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .hint, .admin_debug, .pnlm-hotspot.pnlm-scene p {
      font-size: 13px;
      line-height: 1.08em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .hint, .admin_debug, .pnlm-hotspot.pnlm-scene p {
      font-size: 13px;
      line-height: 1.08em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .hint, .admin_debug, .pnlm-hotspot.pnlm-scene p {
      font-size: 13px;
      line-height: 1.08em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hint, .admin_debug, .pnlm-hotspot.pnlm-scene p {
      font-size: 13px;
      line-height: 1.08em; } }
  @media (max-width: 767px) {
    .hint, .admin_debug, .pnlm-hotspot.pnlm-scene p {
      font-size: 13px;
      line-height: 1.08em; } }

.address_block {
  color: #72737a; }
  @media (min-width: 1860px) {
    .address_block {
      font-size: 23px;
      line-height: 1.22em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .address_block {
      font-size: 23px;
      line-height: 1.22em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .address_block {
      font-size: 23px;
      line-height: 1.22em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .address_block {
      font-size: 23px;
      line-height: 1.22em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .address_block {
      font-size: 23px;
      line-height: 1.22em; } }
  @media (max-width: 767px) {
    .address_block {
      font-size: 20px;
      line-height: 1.5em; } }

.big_button_label,
.dark_list_box_headline {
  color: #cecece; }
  @media (min-width: 1860px) {
    .big_button_label,
    .dark_list_box_headline {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .big_button_label,
    .dark_list_box_headline {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .big_button_label,
    .dark_list_box_headline {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .big_button_label,
    .dark_list_box_headline {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .big_button_label,
    .dark_list_box_headline {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .big_button_label,
    .dark_list_box_headline {
      font-size: 24px;
      line-height: 1.25em; } }

.headline_techspecs {
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .headline_techspecs {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .headline_techspecs {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .headline_techspecs {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headline_techspecs {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .headline_techspecs {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .headline_techspecs {
      font-size: 24px;
      line-height: 1.25em; } }

.chapter_navigation_label {
  color: white; }
  @media (min-width: 1860px) {
    .chapter_navigation_label {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .chapter_navigation_label {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .chapter_navigation_label {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .chapter_navigation_label {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .chapter_navigation_label {
      font-size: 17px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .chapter_navigation_label {
      font-size: 16px;
      line-height: 1em; } }

.chapter_nav_item {
  color: #60829a; }
  @media (min-width: 1860px) {
    .chapter_nav_item {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .chapter_nav_item {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .chapter_nav_item {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .chapter_nav_item {
      font-size: 17px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .chapter_nav_item {
      font-size: 17px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .chapter_nav_item {
      font-size: 16px;
      line-height: 1em; } }

.comparator .title {
  color: white; }
  @media (min-width: 1860px) {
    .comparator .title {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .comparator .title {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .comparator .title {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .comparator .title {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .comparator .title {
      font-size: 16px;
      line-height: 1.38em; } }
  @media (max-width: 767px) {
    .comparator .title {
      font-size: 16px;
      line-height: 1.38em; } }

.comparator .title_large {
  color: white; }
  @media (min-width: 1860px) {
    .comparator .title_large {
      font-size: 28px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .comparator .title_large {
      font-size: 28px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .comparator .title_large {
      font-size: 28px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .comparator .title_large {
      font-size: 28px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .comparator .title_large {
      font-size: 28px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .comparator .title_large {
      font-size: 28px;
      line-height: 1em; } }

.cabconf_nav_button {
  color: #72737a; }
  @media (min-width: 1860px) {
    .cabconf_nav_button {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabconf_nav_button {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabconf_nav_button {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabconf_nav_button {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabconf_nav_button {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .cabconf_nav_button {
      font-size: 18px;
      line-height: 1.33em; } }

.cabconf_headline {
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .cabconf_headline {
      font-size: 28px;
      line-height: 0.71em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabconf_headline {
      font-size: 28px;
      line-height: 0.71em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabconf_headline {
      font-size: 28px;
      line-height: 0.71em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabconf_headline {
      font-size: 28px;
      line-height: 0.71em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabconf_headline {
      font-size: 28px;
      line-height: 0.71em; } }
  @media (max-width: 767px) {
    .cabconf_headline {
      font-size: 28px;
      line-height: 0.71em; } }

.cabconf_section_title {
  color: #b6b6b6; }
  @media (min-width: 1860px) {
    .cabconf_section_title {
      font-size: 23px;
      line-height: 0.78em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabconf_section_title {
      font-size: 23px;
      line-height: 0.78em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabconf_section_title {
      font-size: 23px;
      line-height: 0.78em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabconf_section_title {
      font-size: 23px;
      line-height: 0.78em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabconf_section_title {
      font-size: 23px;
      line-height: 0.78em; } }
  @media (max-width: 767px) {
    .cabconf_section_title {
      font-size: 23px;
      line-height: 0.78em; } }

.cabconf_button_reset {
  color: white; }
  @media (min-width: 1860px) {
    .cabconf_button_reset {
      font-size: 15px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabconf_button_reset {
      font-size: 15px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabconf_button_reset {
      font-size: 15px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabconf_button_reset {
      font-size: 15px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabconf_button_reset {
      font-size: 15px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .cabconf_button_reset {
      font-size: 15px;
      line-height: 1em; } }

.cabconf_smalltext {
  color: white; }
  @media (min-width: 1860px) {
    .cabconf_smalltext {
      font-size: 13px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabconf_smalltext {
      font-size: 13px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabconf_smalltext {
      font-size: 13px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabconf_smalltext {
      font-size: 13px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabconf_smalltext {
      font-size: 13px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .cabconf_smalltext {
      font-size: 13px;
      line-height: 1em; } }

/* FRAMEWORK - Structures and Layout [Content Body, Lists, Tables].
=======================================================================================================================*/
/* =====================================================================================================================
 CONTENT MODULES - all basic cm_styles
 =======================================================================================================================*/
.footer, .header_fullwindow, .header_fullwindow_nobutton, .header_halfwindow, .header_noimage, .cm_searchresult, .cm_quote, .cm_detail_teaser_block, .cm_page_teaser_block, .cm_page_teaser_block_b, .cm_news_teaser_block, .cm_main_text, .cm_collage_with_icons_type_a, .cm_collage_with_icons_type_b, .cm_key_facts, .cm_multiteaser, .cm_collage_with_photos, .cm_reasons, .cm_dark_list_box, .cm_jobs_overview, .cm_advice_box, .cm_photo_gallery, .cm_multikacheln, .cm_360_viewer, .cm_downloads,
.cm_contact, .cm_news, .cm_events {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }

.cm_page_teaser_block .inner_content_module, .cm_page_teaser_block_b .inner_content_module, .cm_collage_with_icons_type_a .inner_content_module, .cm_collage_with_icons_type_b .inner_content_module, .cm_photo_gallery .inner_content_module {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .cm_quote .inner_content_module, .cm_detail_teaser_block .inner_content_module, .cm_key_facts .inner_content_module, .cm_collage_with_photos .inner_content_module, .cm_reasons .inner_content_module, .cm_360_viewer .inner_content_module {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 767px) {
  .cm_quote .inner_content_module, .cm_detail_teaser_block .inner_content_module, .cm_key_facts .inner_content_module, .cm_collage_with_photos .inner_content_module, .cm_reasons .inner_content_module, .cm_360_viewer .inner_content_module {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 768px) {
  .cm_dark_list_box .inner_content_module {
    margin-left: 60px;
    margin-right: 60px; } }

@media (max-width: 767px) {
  .cm_dark_list_box .inner_content_module {
    margin-left: 25px;
    margin-right: 25px; } }

.cm_searchresult .inner_content_module, .cm_news_teaser_block .inner_content_module, .cm_multiteaser .inner_content_module, .cm_jobs_overview .inner_content_module, .cm_advice_box .inner_content_module, .cm_multikacheln .inner_content_module, .cm_downloads .inner_content_module,
.cm_contact .inner_content_module, .cm_news .inner_content_module, .cm_events .inner_content_module {
  padding-left: 170px;
  padding-right: 170px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_searchresult .inner_content_module, .cm_news_teaser_block .inner_content_module, .cm_multiteaser .inner_content_module, .cm_jobs_overview .inner_content_module, .cm_advice_box .inner_content_module, .cm_multikacheln .inner_content_module, .cm_downloads .inner_content_module,
    .cm_contact .inner_content_module, .cm_news .inner_content_module, .cm_events .inner_content_module {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_searchresult .inner_content_module, .cm_news_teaser_block .inner_content_module, .cm_multiteaser .inner_content_module, .cm_jobs_overview .inner_content_module, .cm_advice_box .inner_content_module, .cm_multikacheln .inner_content_module, .cm_downloads .inner_content_module,
    .cm_contact .inner_content_module, .cm_news .inner_content_module, .cm_events .inner_content_module {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (max-width: 767px) {
    .cm_searchresult .inner_content_module, .cm_news_teaser_block .inner_content_module, .cm_multiteaser .inner_content_module, .cm_jobs_overview .inner_content_module, .cm_advice_box .inner_content_module, .cm_multikacheln .inner_content_module, .cm_downloads .inner_content_module,
    .cm_contact .inner_content_module, .cm_news .inner_content_module, .cm_events .inner_content_module {
      padding-left: 25px;
      padding-right: 25px; } }

.cm_main_text .inner_content_module {
  margin-left: 170px;
  margin-right: 170px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_main_text .inner_content_module {
      margin-left: 120px;
      margin-right: 120px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_main_text .inner_content_module {
      margin-left: 120px;
      margin-right: 120px; } }
  @media (max-width: 767px) {
    .cm_main_text .inner_content_module {
      margin-left: 25px;
      margin-right: 25px; } }

/**
 * makeContentModule()
 * type full | wide | narrow
 */
.reveal_me {
  opacity: 0;
  -webkit-transition: all 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(0, 100px, 0) ;
  -moz-transform: translate3d(0, 100px, 0) ;
  transform: translate3d(0, 100px, 0) ; }
  .reveal_me.come_in, .reveal_me.already_visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }

/* =====================================================================================================================
 FOOTER
 =======================================================================================================================*/
.footer {
  background-color: #1b2024; }
  @media (min-width: 1024px) {
    .footer {
      height: 460px;
      padding-top: 100px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer {
      height: 600px;
      padding-top: 75px; } }
  @media (max-width: 767px) {
    .footer {
      height: 560px;
      padding-top: 60px; } }

.footer .leftside {
  position: relative;
  width: 400px; }
  @media (min-width: 1024px) {
    .footer .leftside {
      display: inline-block;
      vertical-align: top;
      border-left: 1px solid #414145;
      padding-left: 35px; } }
  @media (max-width: 1023px) {
    .footer .leftside {
      display: block; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer .leftside {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .footer .leftside {
      margin-bottom: 40px; } }

.footer .rightside {
  position: relative;
  max-width: 560px; }
  @media (min-width: 1024px) {
    .footer .rightside {
      display: inline-block;
      vertical-align: top;
      border-left: 1px solid #414145;
      padding-left: 35px; } }
  @media (max-width: 1023px) {
    .footer .rightside {
      display: block; } }

.footer .footerlabel {
  position: relative;
  display: block;
  color: #72737a;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer .footerlabel {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .footer .footerlabel {
      font-size: 16px; } }

.footer .social_box {
  position: relative; }
  @media (min-width: 1024px) {
    .footer .social_box {
      margin: auto;
      width: 1000px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer .social_box {
      margin-left: 60px; } }
  @media (max-width: 767px) {
    .footer .social_box {
      width: 242px;
      margin: auto;
      margin-bottom: 60px; } }

.footer .bezier_lines_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: 510%;
  background-repeat: no-repeat;
  opacity: 0.1; }
  @media (min-width: 1860px) {
    .footer .bezier_lines_container {
      background-size: 2361px;
      background-position: 0 0;
      background-image: url(../img/bezierlines-desktop-d.svg); } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .footer .bezier_lines_container {
      background-size: 2361px;
      background-position: 0 0;
      background-image: url(../img/bezierlines-desktop-d.svg); } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .footer .bezier_lines_container {
      background-size: 2361px;
      background-position: 0 0;
      background-image: url(../img/bezierlines-desktop-d.svg); } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .footer .bezier_lines_container {
      background-size: 2361px;
      background-position: 0 0;
      background-image: url(../img/bezierlines-desktop-d.svg); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer .bezier_lines_container {
      background-size: 1850px;
      background-position: 0 172px;
      background-image: url(../img/bezierlines-tablet-b.svg); } }
  @media (max-width: 767px) {
    .footer .bezier_lines_container {
      background-size: 1850px;
      background-position: 0 -40px;
      background-image: url(../img/bezierlines-mobile-a.svg); } }

.footer .logo_crafted {
  position: relative;
  background-image: url(../img/craftedinswitzerland_footer.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 175px;
  height: 15px; }
  @media (min-width: 768px) {
    .footer .logo_crafted {
      margin-right: 40px;
      display: inline-block; } }
  @media (max-width: 767px) {
    .footer .logo_crafted {
      display: block;
      margin: auto;
      margin-bottom: 35px; } }

.footer .copyright {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #72737a;
  top: -2px; }
  .footer .copyright a {
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    transition: color 100ms linear; }
    .footer .copyright a:link, .footer .copyright a:visited {
      color: #72737a; }
    .footer .copyright a:hover {
      color: #a6a7ac; }
  @media (max-width: 767px) {
    .footer .copyright .hide_on_phone {
      display: none; } }
  @media (max-width: 767px) {
    .footer .copyright .make_block_on_phone {
      display: block; } }
  @media (min-width: 768px) {
    .footer .copyright {
      display: inline-block; } }
  @media (max-width: 767px) {
    .footer .copyright {
      display: block;
      text-align: center;
      line-height: 22px; } }

.footer .bottomline {
  position: absolute; }
  @media (min-width: 1280px) {
    .footer .bottomline {
      left: 60px;
      bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .footer .bottomline {
      left: 60px;
      bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer .bottomline {
      left: 60px;
      bottom: 40px; } }
  @media (max-width: 767px) {
    .footer .bottomline {
      width: 100%; } }

.footer .social_footer_button {
  margin-right: 10px; }
  @media (max-width: 767px) {
    .footer .social_footer_button {
      width: 70px;
      height: 70px;
      padding-top: 20px;
      margin-right: 3.5%;
      margin-bottom: 4.5%; }
      .footer .social_footer_button:nth-of-type(3n) {
        margin-right: 0; }
      .footer .social_footer_button svg {
        max-width: 23px;
        max-height: 23px; } }

.utc_clock {
  height: 40px;
  color: #72737a;
  border: solid 1px #2d3336;
  padding-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
  bottom: 42px;
  border-radius: 4px;
  display: inline-block; }
  .msie11 .utc_clock, .edge .utc_clock {
    padding-top: 19px; }
  @media (min-width: 1024px) {
    .utc_clock {
      position: absolute;
      right: 60px;
      bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .utc_clock {
      position: relative;
      left: 60px;
      margin-top: 50px;
      bottom: auto; } }
  .utc_clock p {
    position: relative;
    line-height: 0;
    font-size: 20px; }
  @media (max-width: 767px) {
    .utc_clock {
      display: none; } }

/* =====================================================================================================================
 COOKIE
 =======================================================================================================================*/
@media print {
  .eu-cookie-law {
    display: none; } }

.eu-cookie-law {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #1b2024;
  /*top: -2px;*/ }
  .eu-cookie-law a {
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    transition: color 100ms linear; }
    .eu-cookie-law a:link, .eu-cookie-law a:visited {
      color: #72737a;
      text-decoration: underline; }
    .eu-cookie-law a:hover {
      color: #a6a7ac; }
  .eu-cookie-law .leftside {
    /*vertical align middle*/
    position: absolute;
    left: 35px;
    right: 86px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    /*position: relative;*/
    font-size: 16px;
    /*text-transform: uppercase;*/
    color: #72737a; }
  .eu-cookie-law .rightside {
    position: absolute;
    right: 35px;
    top: 50%;
    height: 16px;
    margin-top: -8px; }
  @media (min-width: 1024px) {
    .eu-cookie-law {
      height: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .eu-cookie-law {
      height: 76px; }
      .eu-cookie-law .leftside {
        height: 32px;
        margin-top: -16px; }
      .eu-cookie-law .rightside {
        height: 32px;
        margin-top: -16px; } }
  @media (max-width: 767px) {
    .eu-cookie-law {
      height: 124px; }
      .eu-cookie-law .leftside {
        height: 80px;
        margin-top: -40px; }
      .eu-cookie-law .rightside {
        height: 64px;
        margin-top: -40px; } }

/* =====================================================================================================================
 HEADER
 =======================================================================================================================*/
.navbar {
  position: absolute;
  width: 100%;
  overflow: visible;
  z-index: 1000;
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
  top: 0; }
  @media (min-width: 768px) {
    .navbar {
      border-top: 1px solid #e7e7e7;
      height: 80px; } }
  @media (max-width: 767px) {
    .navbar {
      height: 60px; } }
  .sticky.navbar {
    position: fixed;
    -webkit-transform: translate3d(0, -100%, 0) ;
    -moz-transform: translate3d(0, -100%, 0) ;
    transform: translate3d(0, -100%, 0) ; }
  .on.navbar {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .animated.navbar {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

@media (min-width: 768px) {
  .navbar .first_container, .navbar .second_container {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 80px;
    padding-left: 35px;
    padding-right: 35px; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .navbar .first_container, .navbar .second_container {
      padding-left: 32px;
      padding-right: 32px; } }

.burger_container {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  top: 0;
  left: 0;
  z-index: 111111;
  padding-top: 30px; }
  .sticky.burger_container {
    position: fixed;
    -webkit-transform: translate3d(0, -100%, 0) ;
    -moz-transform: translate3d(0, -100%, 0) ;
    transform: translate3d(0, -100%, 0) ; }
  .on.burger_container {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .animated.burger_container {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .fixed.burger_container {
    position: fixed !important;
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .out_top.burger_container {
    -webkit-transform: translate3d(0, -100%, 0) ;
    -moz-transform: translate3d(0, -100%, 0) ;
    transform: translate3d(0, -100%, 0) ; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .burger_container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (max-width: 767px) {
    .burger_container {
      padding-left: 25px;
      padding-top: 20px;
      height: 60px; } }
  @media (min-width: 768px) {
    .burger_container {
      padding-left: 35px;
      padding-top: 30px;
      height: 80px; } }

.header_fullwindow .header_logo, .header_fullwindow_nobutton .header_logo, .header_halfwindow .header_logo, .header_noimage .header_logo, .navbar .header_logo {
  -webkit-transform: translate3d(0, -50%, 0) ;
  -moz-transform: translate3d(0, -50%, 0) ;
  transform: translate3d(0, -50%, 0) ;
  top: 50%;
  position: absolute; }
  @media (min-width: 768px) {
    .header_fullwindow .header_logo, .header_fullwindow_nobutton .header_logo, .header_halfwindow .header_logo, .header_noimage .header_logo, .navbar .header_logo {
      right: 40px; } }
  @media (max-width: 767px) {
    .header_fullwindow .header_logo, .header_fullwindow_nobutton .header_logo, .header_halfwindow .header_logo, .header_noimage .header_logo, .navbar .header_logo {
      right: 28px; } }

@media (min-width: 768px) {
  .header_noimage {
    height: 81px; } }

@media (max-width: 767px) {
  .header_noimage {
    height: 60px; } }

.header_fullwindow, .header_fullwindow_nobutton {
  height: 100%; }
  .header_fullwindow .headerimage, .header_fullwindow_nobutton .headerimage {
    position: absolute;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .header_fullwindow .headerimage, .header_fullwindow_nobutton .headerimage {
        top: 81px;
        bottom: 81px; } }
    @media (max-width: 767px) {
      .header_fullwindow .headerimage, .header_fullwindow_nobutton .headerimage {
        top: 60px;
        bottom: 60px; } }
  .header_fullwindow .headerimg_slide, .header_fullwindow_nobutton .headerimg_slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }

.header_fullwindow .headerimg_label, .header_fullwindow_nobutton .headerimg_label {
  position: absolute;
  display: block; }
  @media (min-width: 768px) {
    .header_fullwindow .headerimg_label, .header_fullwindow_nobutton .headerimg_label {
      left: 60px;
      bottom: 100px; } }
  @media (max-width: 767px) {
    .header_fullwindow .headerimg_label, .header_fullwindow_nobutton .headerimg_label {
      left: 25px;
      bottom: 65px; } }

@media (max-width: 767px) and (max-width: 767px) {
  .header_halfwindow {
    height: 280px; } }

@media (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .header_halfwindow {
    height: 346.666666667px; } }

@media (max-width: 767px) and (min-width: 1024px) and (max-width: 1279px) {
  .header_halfwindow {
    height: 413.333333333px; } }

@media (max-width: 767px) and (min-width: 1280px) and (max-width: 1499px) {
  .header_halfwindow {
    height: 480px; } }

@media (max-width: 767px) and (min-width: 1500px) and (max-width: 1859px) {
  .header_halfwindow {
    height: 546.666666667px; } }

@media (max-width: 767px) and (min-width: 1860px) {
  .header_halfwindow {
    height: 680px; } }

@media (min-width: 768px) and (max-width: 767px) {
  .header_halfwindow {
    height: 370px; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .header_halfwindow {
    height: 421.666666667px; } }

@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1279px) {
  .header_halfwindow {
    height: 473.333333333px; } }

@media (min-width: 768px) and (min-width: 1280px) and (max-width: 1499px) {
  .header_halfwindow {
    height: 525px; } }

@media (min-width: 768px) and (min-width: 1500px) and (max-width: 1859px) {
  .header_halfwindow {
    height: 576.666666667px; } }

@media (min-width: 768px) and (min-width: 1860px) {
  .header_halfwindow {
    height: 680px; } }

.header_halfwindow .headerimage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .header_halfwindow .headerimage {
      top: 81px; } }
  @media (max-width: 767px) {
    .header_halfwindow .headerimage {
      top: 60px; } }

.header_fullwindow .scroll_down, .header_fullwindow_nobutton .scroll_down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer; }
  @media (min-width: 768px) {
    .header_fullwindow .scroll_down, .header_fullwindow_nobutton .scroll_down {
      height: 81px; } }
  @media (max-width: 767px) {
    .header_fullwindow .scroll_down, .header_fullwindow_nobutton .scroll_down {
      height: 60px; } }
  .header_fullwindow .scroll_down svg, .header_fullwindow_nobutton .scroll_down svg {
    position: relative;
    width: 16px;
    margin: auto;
    display: block;
    top: 48%;
    stroke-width: 5px;
    stroke: black;
    -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .msie11 .header_fullwindow .scroll_down svg, .header_fullwindow .msie11 .scroll_down svg, .msie11 .header_fullwindow_nobutton .scroll_down svg, .header_fullwindow_nobutton .msie11 .scroll_down svg {
      top: auto; }
  .header_fullwindow .scroll_down:hover svg, .header_fullwindow_nobutton .scroll_down:hover svg {
    -webkit-transform: translate3d(0, 5px, 0) ;
    -moz-transform: translate3d(0, 5px, 0) ;
    transform: translate3d(0, 5px, 0) ; }

/**
 * @param $type noimage | halfimage | fullimage
 */
.headerimg_darkener {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.slideshow_pager_container, .page_contact_detail .slideshow_pager_container {
  position: absolute;
  z-index: 999;
  color: white; }
  @media (min-width: 768px) {
    .slideshow_pager_container, .page_contact_detail .slideshow_pager_container {
      right: 60px;
      bottom: 50px; } }
  @media (max-width: 767px) {
    .slideshow_pager_container, .page_contact_detail .slideshow_pager_container {
      right: 30px;
      bottom: 30px; } }
  .slideshow_pager_container .pager_bullet {
    cursor: pointer; }
    @media (min-width: 768px) {
      .slideshow_pager_container .pager_bullet {
        margin-right: 18px;
        font-size: 21px; } }
    @media (max-width: 767px) {
      .slideshow_pager_container .pager_bullet {
        margin-right: 13px;
        font-size: 17px; } }
    .slideshow_pager_container .pager_bullet:last-child {
      margin-right: 0; }
  .slideshow_pager_container .pager_marker {
    position: absolute;
    border-radius: 50%;
    display: block;
    border: solid 2px white;
    -webkit-transition: left 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: left 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: left 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer; }
    @media (min-width: 768px) {
      .slideshow_pager_container .pager_marker {
        width: 28px;
        height: 28px;
        left: -11px;
        top: -4.5px; }
        .msie11 .slideshow_pager_container .pager_marker {
          top: -4px; } }
    @media (max-width: 767px) {
      .slideshow_pager_container .pager_marker {
        width: 19px;
        height: 19px;
        left: -6.5px;
        top: -1px; } }

.navbar .second_container a, .navbar .third_container a, .navbar .burger_label {
  font-size: 16px;
  line-height: 0;
  text-transform: uppercase; }

.header_fullwindow_nobutton .headerimg_label {
  bottom: 20px; }

.header_halfwindow .scroll_down {
  display: none; }

.header_noimage {
  border-bottom: 1px solid #e7e7e7; }
  .header_noimage .scroll_down {
    display: none; }

.navbar .first_container {
  padding-left: 70px; }

.navbar .second_container {
  padding-top: 32px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7; }
  .navbar .second_container a {
    color: #17355b;
    display: inline-block;
    position: relative;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    transition: color 100ms linear; }
    .navbar .second_container a:link, .navbar .second_container a:visited {
      color: #17355b; }
    .navbar .second_container a:hover {
      color: #72737a; }
  @media (max-width: 767px) {
    .navbar .second_container {
      display: none; } }

.navbar .fourth_container {
  position: relative;
  display: inline-block;
  padding-left: 72px;
  color: red;
  opacity: 0.7;
  text-align: center;
  line-height: 1.5em; }

.navbar .third_container {
  position: relative;
  display: inline-block;
  padding-top: 32px; }
  @media (min-width: 768px) {
    .navbar .third_container {
      padding-left: 36px; } }
  @media (max-width: 767px) {
    .navbar .third_container {
      padding-left: 28px;
      display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .navbar .third_container .search_button {
      margin-left: 13px !important; } }
  .navbar .third_container a {
    display: inline-block;
    background-size: contain;
    position: relative;
    opacity: 0.3;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    transition: opacity 100ms linear; }
    @media (min-width: 1024px) {
      .navbar .third_container a {
        margin-left: 24px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .navbar .third_container a {
        margin-left: 23px; } }
    .navbar .third_container a:hover {
      opacity: 0.6; }
    .navbar .third_container a:link, .navbar .third_container a:visited {
      color: black; }
    .navbar .third_container a.contact_button {
      margin-right: 40px; }
      @media (max-width: 767px) {
        .navbar .third_container a.contact_button {
          margin-right: 35px; } }
      .navbar .third_container a.contact_button:before {
        background-image: url(../img/icn_line_mail.svg);
        left: -27px; }
    .navbar .third_container a.search_button:before {
      background-image: url(../img/icn_line_magnifier.svg);
      left: -24px; }
    .navbar .third_container a:before {
      content: '';
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      width: 18px;
      height: 18px;
      top: -9px; }
      .safari.mobile .navbar .third_container a:before {
        top: -10px; }

@media (min-width: 768px) {
  .navbar .burger {
    top: 29px;
    float: left;
    margin-right: 12px; } }

@media (max-width: 767px) {
  .navbar .burger {
    top: 20px;
    left: 25px; } }

.navbar .burger_label {
  color: #17355b;
  position: relative;
  display: inline-block;
  top: 32px;
  -webkit-transition: color 70ms linear;
  -moz-transition: color 70ms linear;
  transition: color 70ms linear; }
  @media (max-width: 767px) {
    .navbar .burger_label {
      display: none; } }
  .navbar .burger_label.hover, .navbar .burger_label:hover {
    color: #72737a; }

.headline_headerimg {
  -webkit-transform: translate3d(30px, 0, 0) ;
  -moz-transform: translate3d(30px, 0, 0) ;
  transform: translate3d(30px, 0, 0) ;
  opacity: 0; }
  .headline_headerimg.in {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .headline_headerimg.out {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0) ;
    -moz-transform: translate3d(-30px, 0, 0) ;
    transform: translate3d(-30px, 0, 0) ; }
  .headline_headerimg.ease_in {
    -webkit-transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .headline_headerimg.ease_out {
    -webkit-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.type_icon_headerimage {
  display: block;
  -webkit-transform: translate3d(30px, 0, 0) ;
  -moz-transform: translate3d(30px, 0, 0) ;
  transform: translate3d(30px, 0, 0) ;
  opacity: 0; }
  .type_icon_headerimage.in {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .type_icon_headerimage.out {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0) ;
    -moz-transform: translate3d(-30px, 0, 0) ;
    transform: translate3d(-30px, 0, 0) ; }
  .type_icon_headerimage.ease_in {
    -webkit-transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .type_icon_headerimage.ease_out {
    -webkit-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.inner_button_headerimg {
  -webkit-transform: translate3d(30px, 0, 0) ;
  -moz-transform: translate3d(30px, 0, 0) ;
  transform: translate3d(30px, 0, 0) ;
  opacity: 0; }
  .inner_button_headerimg.in {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .inner_button_headerimg.out {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0) ;
    -moz-transform: translate3d(-30px, 0, 0) ;
    transform: translate3d(-30px, 0, 0) ; }
  .inner_button_headerimg.ease_in {
    -webkit-transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 450ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .inner_button_headerimg.ease_out {
    -webkit-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.header_fullwindow_nobutton .headerimg_label,
.header_fullwindow_nobutton .type_icon_headerimage,
.header_fullwindow_nobutton .headline_headerimg {
  z-index: 999;
  -webkit-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.headerimg_video {
  overflow: hidden; }
  .headerimg_video video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
    .msie11 .headerimg_video video, .edge .headerimg_video video {
      width: 100%;
      height: auto; }

.headerimg_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3; }
  .headerimg_image .overlay .video_quote {
    margin: 0 auto 15px auto;
    width: 80%;
    line-height: 1em; }
    @media (max-width: 767px) {
      .headerimg_image .overlay .video_quote {
        font-size: 25px; } }
  .headerimg_image .overlay .video_byline {
    margin: 0 auto 15px auto;
    width: 80%; }
  @media (max-width: 767px) {
    .headerimg_image .overlay .round_icon_button_play {
      width: 40px;
      height: 40px; }
      .headerimg_image .overlay .round_icon_button_play .hoverscale {
        width: 40px;
        height: 40px; } }
  .headerimg_image .overlay .item1 {
    text-align: center;
    width: 100%; }

/* =====================================================================================================================
 LAYOUT
 =======================================================================================================================*/
body {
  overflow-x: hidden;
  overflow-y: auto; }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear, transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 250ms linear, transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 250ms linear, transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.main {
  position: relative;
  display: block; }

/**
 * Page Home
 */
@media (min-width: 768px) {
  .page_home .cm_detail_teaser_block {
    margin-bottom: 220px; } }

@media (max-width: 767px) {
  .page_home .cm_detail_teaser_block {
    margin-bottom: 120px; } }

@media (min-width: 768px) {
  .page_home .cm_consulting_teaser {
    margin-bottom: 220px; } }

@media (max-width: 767px) {
  .page_home .cm_consulting_teaser {
    margin-bottom: 120px; } }

@media (min-width: 768px) {
  .page_home .cm_page_teaser_block {
    margin-bottom: 200px; } }

@media (max-width: 767px) {
  .page_home .cm_page_teaser_block {
    margin-bottom: 120px; } }

@media (min-width: 768px) {
  .page_home .chapter {
    margin-bottom: 250px; } }

@media (max-width: 767px) {
  .page_home .chapter {
    margin-bottom: 200px; } }

.two_thirds {
  width: 66.6666666667%; }

/* =====================================================================================================================
 THE POST - the blog object on index.php, archive.php & stuff
 =======================================================================================================================*/
.post_item {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 40px;
  opacity: 1;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }
  .post_item .title {
    display: block;
    padding-right: 20px; }
  .newpost.post_item {
    opacity: 0; }
  @media (max-width: 767px) {
    .post_item {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .post_item {
      width: 49%; }
      .post_item:nth-of-type(odd) {
        margin-right: 2%;
        clear: both; }
      .post_item:nth-of-type(even) {
        margin-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .post_item:nth-of-type(1) {
      width: 49.25%;
      margin-right: 1.5%; }
    .post_item:nth-of-type(2) {
      width: 49.25%;
      margin-right: 0; }
    .post_item:nth-of-type(3) {
      clear: both; }
    .post_item:nth-of-type(1n+3) {
      width: 32.3333333333%;
      margin-right: 1.5%; }
    .post_item:nth-of-type(3n+5) {
      margin-right: 0; }
    .post_item:nth-of-type(3n+6) {
      clear: both; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .post_item:nth-of-type(1) {
      width: 49.25%;
      margin-right: 1.5%; }
    .post_item:nth-of-type(2) {
      width: 49.25%;
      margin-right: 0; }
    .post_item:nth-of-type(3) {
      clear: both; }
    .post_item:nth-of-type(1n+3) {
      width: 32.3333333333%;
      margin-right: 1.5%; }
    .post_item:nth-of-type(3n+5) {
      margin-right: 0; }
    .post_item:nth-of-type(3n+6) {
      clear: both; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .post_item:nth-of-type(1) {
      width: 49.25%;
      margin-right: 1.5%; }
    .post_item:nth-of-type(2) {
      width: 49.25%;
      margin-right: 0; }
    .post_item:nth-of-type(3) {
      clear: both; }
    .post_item:nth-of-type(1n+3) {
      width: 24%;
      margin-right: 1.3333333333%; }
    .post_item:nth-of-type(4n+6) {
      margin-right: 0; }
    .post_item:nth-of-type(4n+7) {
      clear: both; } }
  @media (min-width: 1860px) {
    .post_item:nth-of-type(1) {
      width: 49.25%;
      margin-right: 1.5%; }
    .post_item:nth-of-type(2) {
      width: 49.25%;
      margin-right: 0; }
    .post_item:nth-of-type(3) {
      clear: both; }
    .post_item:nth-of-type(1n+3) {
      width: 24%;
      margin-right: 1.3333333333%; }
    .post_item:nth-of-type(4n+6) {
      margin-right: 0; }
    .post_item:nth-of-type(4n+7) {
      clear: both; } }

.post_item .image {
  height: 0;
  padding-bottom: 63%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.post_item .tag_title_gray {
  display: block;
  margin-bottom: 6px; }

.post_item .hoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  color: white;
  background-color: rgba(40, 43, 49, 0.8);
  opacity: 0; }

.post_item .hoverlay_label {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, -50%, 0) ;
  -moz-transform: translate3d(-50%, -50%, 0) ;
  transform: translate3d(-50%, -50%, 0) ;
  text-align: center; }

.post_item .hoverlay_download .hoverlay_label {
  margin-left: 25px;
  padding-right: 25px; }
  .post_item .hoverlay_download .hoverlay_label:before {
    content: '';
    background-image: url(../img/icn_shape_pdf_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -29px;
    top: -5px; }

.post_item .hoverlay_video button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) ;
  -moz-transform: translate3d(-50%, -50%, 0) ;
  transform: translate3d(-50%, -50%, 0) ; }
  .post_item .hoverlay_video button svg {
    top: 33%;
    left: 38%; }

.post_item .postthumb {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 63%;
  display: block;
  margin-bottom: 10px; }
  .post_item .postthumb:hover .image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05); }
  .post_item .postthumb:hover .hoverlay {
    opacity: 1; }

/* =====================================================================================================================
Rangefinder Slider
=======================================================================================================================*/
/*! jQuery UI - v1.12.1 - 2017-09-25
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 3px 6px black;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 3px;
  background-color: #2d3037; }

.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  background-color: #8d8e90;
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-state-active {
  background-color: #dcdcdc !important; }

/* ASSETS - ReUsables & Stuff.
=======================================================================================================================*/
/* =====================================================================================================================
THE BRANDING. - All brandng elems (eg. Logo, Shape, etc.)
=======================================================================================================================*/
.logo_h1 {
  background-image: url(../img/logo_h1.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  cursor: pointer; }
  @media (min-width: 768px) {
    .logo_h1 {
      width: 158px;
      height: 22px; } }
  @media (max-width: 767px) {
    .logo_h1 {
      width: 130px;
      height: 16px; } }

/* =====================================================================================================================
DER BURGER
=======================================================================================================================*/
.burger {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 20px;
  width: 22px; }

.burger .bar {
  position: absolute;
  height: 2px;
  right: 0;
  width: 100%;
  background-color: #0c2132;
  -webkit-transition: width 120ms linear, all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: width 120ms linear, all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 120ms linear, all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .burger .top_bar.bar {
    top: 0; }
  .burger .middle_bar.bar {
    top: 46%; }
  .burger .bottom_bar.bar {
    bottom: 0; }
  .edge .burger .middle_bar.bar, .burger .edge .middle_bar.bar {
    top: 45%; }

.burger {
  z-index: 99999; }
  .burger:hover .top_bar, .burger.hover .top_bar {
    width: 100%; }
  .burger:hover .middle_bar, .burger.hover .middle_bar {
    width: 70%; }
  .burger:hover .bottom_bar, .burger.hover .bottom_bar {
    width: 40%; }
  .burger.on {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); }
    .burger.on .bar {
      background-color: white;
      width: 100% !important; }
    .burger.on .top_bar {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 9px; }
    .burger.on .middle_bar {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0); }
    .burger.on .bottom_bar {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 9px; }
  .burger.on_blue {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); }
    .burger.on_blue .bar {
      width: 100% !important; }
    .burger.on_blue .top_bar {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 9px; }
    .burger.on_blue .middle_bar {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0); }
    .burger.on_blue .bottom_bar {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 9px; }
  .burger.dimmed .bar {
    background-color: #afafaf; }

.burger_label {
  cursor: pointer; }

.burger_container.out_left {
  -webkit-transform: translate3d(-200px, 0, 0) ;
  -moz-transform: translate3d(-200px, 0, 0) ;
  transform: translate3d(-200px, 0, 0) ; }

.burger_container.set_down {
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ; }

/* =====================================================================================================================
 CHECKBOXES
 =======================================================================================================================*/
.checkbox_blue, .checkbox_beige, .checkbox_green, .checkbox_gray, .checkbox_white_on_gray {
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px; }
  .checkbox_blue input[type=checkbox].css-checkbox, .checkbox_beige input[type=checkbox].css-checkbox, .checkbox_green input[type=checkbox].css-checkbox, .checkbox_gray input[type=checkbox].css-checkbox, .checkbox_white_on_gray input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .checkbox_blue input[type=checkbox].css-checkbox + label.css-label, .checkbox_beige input[type=checkbox].css-checkbox + label.css-label, .checkbox_green input[type=checkbox].css-checkbox + label.css-label, .checkbox_gray input[type=checkbox].css-checkbox + label.css-label, .checkbox_white_on_gray input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 34px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 100%;
    vertical-align: middle;
    cursor: pointer;
    background-size: 34px; }
    .msie11 .checkbox_blue input[type=checkbox].css-checkbox + label.css-label, .msie11 .checkbox_beige input[type=checkbox].css-checkbox + label.css-label, .msie11 .checkbox_green input[type=checkbox].css-checkbox + label.css-label, .msie11 .checkbox_gray input[type=checkbox].css-checkbox + label.css-label, .msie11 .checkbox_white_on_gray input[type=checkbox].css-checkbox + label.css-label {
      background-size: 200% !important; }
    .checkbox_blue input[type=checkbox].css-checkbox + label.css-label.error, .checkbox_beige input[type=checkbox].css-checkbox + label.css-label.error, .checkbox_green input[type=checkbox].css-checkbox + label.css-label.error, .checkbox_gray input[type=checkbox].css-checkbox + label.css-label.error, .checkbox_white_on_gray input[type=checkbox].css-checkbox + label.css-label.error {
      color: #db0237; }
    @media (min-width: 768px) and (max-width: 1499px) {
      .checkbox_blue input[type=checkbox].css-checkbox + label.css-label, .checkbox_beige input[type=checkbox].css-checkbox + label.css-label, .checkbox_green input[type=checkbox].css-checkbox + label.css-label, .checkbox_gray input[type=checkbox].css-checkbox + label.css-label, .checkbox_white_on_gray input[type=checkbox].css-checkbox + label.css-label {
        line-height: 34px; } }
    @media (max-width: 767px) {
      .checkbox_blue input[type=checkbox].css-checkbox + label.css-label span, .checkbox_beige input[type=checkbox].css-checkbox + label.css-label span, .checkbox_green input[type=checkbox].css-checkbox + label.css-label span, .checkbox_gray input[type=checkbox].css-checkbox + label.css-label span, .checkbox_white_on_gray input[type=checkbox].css-checkbox + label.css-label span {
        position: relative;
        top: 8px; } }
  .checkbox_blue input[type=checkbox].css-checkbox:checked + label.css-label, .checkbox_beige input[type=checkbox].css-checkbox:checked + label.css-label, .checkbox_green input[type=checkbox].css-checkbox:checked + label.css-label, .checkbox_gray input[type=checkbox].css-checkbox:checked + label.css-label, .checkbox_white_on_gray input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 0; }
    .msie11 .checkbox_blue input[type=checkbox].css-checkbox:checked + label.css-label, .msie11 .checkbox_beige input[type=checkbox].css-checkbox:checked + label.css-label, .msie11 .checkbox_green input[type=checkbox].css-checkbox:checked + label.css-label, .msie11 .checkbox_gray input[type=checkbox].css-checkbox:checked + label.css-label, .msie11 .checkbox_white_on_gray input[type=checkbox].css-checkbox:checked + label.css-label {
      background-position: -17px 0; }
  .checkbox_blue label.css-label, .checkbox_beige label.css-label, .checkbox_green label.css-label, .checkbox_gray label.css-label, .checkbox_white_on_gray label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox_blue label.css-label.error, .checkbox_beige label.css-label.error, .checkbox_green label.css-label.error, .checkbox_gray label.css-label.error, .checkbox_white_on_gray label.css-label.error {
      border-radius: 3px;
      border: 1px solid #db0237; }

.checkbox_blue {
  border-color: #3da3dc;
  background-color: #282b31; }
  .checkbox_blue label.css-label {
    background-image: url(../img/checkbox_sprite_white.svg); }

.checkbox_beige {
  border-color: #cab495;
  background-color: #282b31; }
  .checkbox_beige label.css-label {
    background-image: url(../img/checkbox_sprite_white.svg); }

.checkbox_green {
  border-color: #6fc6b8;
  background-color: #282b31; }
  .checkbox_green label.css-label {
    background-image: url(../img/checkbox_sprite_white.svg); }

.checkbox_gray {
  border-color: #474a50;
  background-color: #282b31; }
  .checkbox_gray label.css-label {
    background-image: url(../img/checkbox_sprite_white.svg); }

.checkbox_white_on_gray {
  border-color: #c1c1c1;
  background-color: white; }
  .checkbox_white_on_gray label.css-label {
    background-image: url(../img/checkbox_sprite_blue.svg); }

/* =====================================================================================================================
 RADIOS
 =======================================================================================================================*/
.radio_on_dark, .radio_on_white, .radio_sales_center, .radio_service_center, .radio_aircraft, .radio_blue, .radio_green, .radio_gray {
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  overflow: hidden; }
  .safari.mobile .radio_on_dark, .safari.mobile .radio_on_white, .safari.mobile .radio_sales_center, .safari.mobile .radio_service_center, .safari.mobile .radio_aircraft, .safari.mobile .radio_blue, .safari.mobile .radio_green, .safari.mobile .radio_gray {
    margin-bottom: 5px;
    border-width: 1.5px; }
  .radio_on_dark input[type=radio].css-radio, .radio_on_white input[type=radio].css-radio, .radio_sales_center input[type=radio].css-radio, .radio_service_center input[type=radio].css-radio, .radio_aircraft input[type=radio].css-radio, .radio_blue input[type=radio].css-radio, .radio_green input[type=radio].css-radio, .radio_gray input[type=radio].css-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .radio_on_dark input[type=radio].css-radio + label.css-label, .radio_on_white input[type=radio].css-radio + label.css-label, .radio_sales_center input[type=radio].css-radio + label.css-label, .radio_service_center input[type=radio].css-radio + label.css-label, .radio_aircraft input[type=radio].css-radio + label.css-label, .radio_blue input[type=radio].css-radio + label.css-label, .radio_green input[type=radio].css-radio + label.css-label, .radio_gray input[type=radio].css-radio + label.css-label {
    padding-left: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 100%;
    vertical-align: middle;
    cursor: pointer;
    background-size: 35px; }
    @media (min-width: 768px) and (max-width: 1499px) {
      .radio_on_dark input[type=radio].css-radio + label.css-label, .radio_on_white input[type=radio].css-radio + label.css-label, .radio_sales_center input[type=radio].css-radio + label.css-label, .radio_service_center input[type=radio].css-radio + label.css-label, .radio_aircraft input[type=radio].css-radio + label.css-label, .radio_blue input[type=radio].css-radio + label.css-label, .radio_green input[type=radio].css-radio + label.css-label, .radio_gray input[type=radio].css-radio + label.css-label {
        line-height: 35px; } }
    .msie11 .radio_on_dark input[type=radio].css-radio + label.css-label, .msie11 .radio_on_white input[type=radio].css-radio + label.css-label, .msie11 .radio_sales_center input[type=radio].css-radio + label.css-label, .msie11 .radio_service_center input[type=radio].css-radio + label.css-label, .msie11 .radio_aircraft input[type=radio].css-radio + label.css-label, .msie11 .radio_blue input[type=radio].css-radio + label.css-label, .msie11 .radio_green input[type=radio].css-radio + label.css-label, .msie11 .radio_gray input[type=radio].css-radio + label.css-label {
      background-size: 200% !important; }
    @media (max-width: 767px) {
      .radio_on_dark input[type=radio].css-radio + label.css-label span, .radio_on_white input[type=radio].css-radio + label.css-label span, .radio_sales_center input[type=radio].css-radio + label.css-label span, .radio_service_center input[type=radio].css-radio + label.css-label span, .radio_aircraft input[type=radio].css-radio + label.css-label span, .radio_blue input[type=radio].css-radio + label.css-label span, .radio_green input[type=radio].css-radio + label.css-label span, .radio_gray input[type=radio].css-radio + label.css-label span {
        position: relative;
        top: 8px; } }
  .radio_on_dark input[type=radio].css-radio:checked + label.css-label, .radio_on_white input[type=radio].css-radio:checked + label.css-label, .radio_sales_center input[type=radio].css-radio:checked + label.css-label, .radio_service_center input[type=radio].css-radio:checked + label.css-label, .radio_aircraft input[type=radio].css-radio:checked + label.css-label, .radio_blue input[type=radio].css-radio:checked + label.css-label, .radio_green input[type=radio].css-radio:checked + label.css-label, .radio_gray input[type=radio].css-radio:checked + label.css-label {
    background-position: 0 0; }
    .safari.mobile .radio_on_dark input[type=radio].css-radio:checked + label.css-label, .safari.mobile .radio_on_white input[type=radio].css-radio:checked + label.css-label, .safari.mobile .radio_sales_center input[type=radio].css-radio:checked + label.css-label, .safari.mobile .radio_service_center input[type=radio].css-radio:checked + label.css-label, .safari.mobile .radio_aircraft input[type=radio].css-radio:checked + label.css-label, .safari.mobile .radio_blue input[type=radio].css-radio:checked + label.css-label, .safari.mobile .radio_green input[type=radio].css-radio:checked + label.css-label, .safari.mobile .radio_gray input[type=radio].css-radio:checked + label.css-label {
      background-position: 0 calc(0% - 1px); }
    .msie11 .radio_on_dark input[type=radio].css-radio:checked + label.css-label, .msie11 .radio_on_white input[type=radio].css-radio:checked + label.css-label, .msie11 .radio_sales_center input[type=radio].css-radio:checked + label.css-label, .msie11 .radio_service_center input[type=radio].css-radio:checked + label.css-label, .msie11 .radio_aircraft input[type=radio].css-radio:checked + label.css-label, .msie11 .radio_blue input[type=radio].css-radio:checked + label.css-label, .msie11 .radio_green input[type=radio].css-radio:checked + label.css-label, .msie11 .radio_gray input[type=radio].css-radio:checked + label.css-label {
      background-position: -17px 0; }
  .radio_on_dark label.css-label, .radio_on_white label.css-label, .radio_sales_center label.css-label, .radio_service_center label.css-label, .radio_aircraft label.css-label, .radio_blue label.css-label, .radio_green label.css-label, .radio_gray label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .radio_on_dark label.css-label.error, .radio_on_white label.css-label.error, .radio_sales_center label.css-label.error, .radio_service_center label.css-label.error, .radio_aircraft label.css-label.error, .radio_blue label.css-label.error, .radio_green label.css-label.error, .radio_gray label.css-label.error {
      border-radius: 50%;
      border: 1px solid #db0237;
      color: red; }

.radio_on_dark {
  border-color: white;
  background-color: transparent; }
  .radio_on_dark label.css-label {
    background-image: url(../img/radio_sprite_white.svg);
    border-radius: 50%;
    z-index: -1; }

.radio_on_white {
  border-color: #c1c1c1;
  background-color: white; }
  .radio_on_white label.css-label {
    background-image: url(../img/radio_sprite_blue.svg);
    border-radius: 50%;
    z-index: -1; }

.radio_sales_center {
  border-color: white;
  background-color: transparent; }
  .radio_sales_center label.css-label {
    background-image: url(../img/radio_sprite_white.svg);
    border-radius: 50%;
    z-index: -1; }

.radio_service_center {
  border-color: white;
  background-color: transparent; }
  .radio_service_center label.css-label {
    background-image: url(../img/radio_sprite_white.svg);
    border-radius: 50%;
    z-index: -1; }

.radio_aircraft {
  border-color: white;
  background-color: transparent; }
  .radio_aircraft label.css-label {
    background-image: url(../img/radio_sprite_white.svg);
    border-radius: 50%;
    z-index: -1; }

.radio_blue {
  border-color: #3da3dc;
  background-color: transparent; }
  .radio_blue label.css-label {
    background-image: url(../img/radio_sprite_white.svg);
    border-radius: 50%;
    z-index: -1; }

.radio_green {
  border-color: #6fc6b8;
  background-color: transparent; }
  .radio_green label.css-label {
    background-image: url(../img/radio_sprite_white.svg);
    border-radius: 50%;
    z-index: -1; }

.radio_gray {
  border-color: white;
  background-color: transparent; }
  .radio_gray label.css-label {
    background-image: url(../img/radio_sprite_white.svg);
    border-radius: 50%;
    z-index: -1; }

/* =====================================================================================================================
 SQUARE BUTTON
 =======================================================================================================================*/
.square_button_performance, .square_button_small_on_dark, .square_button_small_on_dark_icon, .square_button_no_icon, .square_button_small_no_icon, .square_button_on_photo_dl, .square_button_small_on_white_icon, .square_button_icon_centered_map, .newsletter_button, .newsletter_button_banner, .ecalendar_register_button, .square_button_xl_icon_right {
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: relative;
  border-radius: 2px; }
  .square_button_performance .label, .square_button_small_on_dark .label, .square_button_small_on_dark_icon .label, .square_button_no_icon .label, .square_button_small_no_icon .label, .square_button_on_photo_dl .label, .square_button_small_on_white_icon .label, .square_button_icon_centered_map .label, .newsletter_button .label, .newsletter_button_banner .label, .ecalendar_register_button .label, .square_button_xl_icon_right .label {
    line-height: 0;
    white-space: nowrap; }

.square_button_small_on_dark, .square_button_small_no_icon {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 7px;
  margin-bottom: 4px; }
  .cm_dark_list_box .square_button_small_on_dark, .cm_dark_list_box .square_button_small_no_icon {
    margin-bottom: 10px; }
  .msie11 .square_button_small_on_dark, .msie11 .square_button_small_no_icon {
    padding-top: 9px;
    padding-bottom: 7px; }

.square_button_small_on_dark_icon, .square_button_small_on_white_icon {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px; }
  .square_button_small_on_dark_icon svg, .square_button_small_on_white_icon svg {
    position: absolute;
    max-width: 18px;
    max-height: 14px;
    top: 10px;
    height: 100%;
    width: 100%; }
    .safari.mobile .square_button_small_on_dark_icon svg, .safari.mobile .square_button_small_on_white_icon svg {
      top: 11px; }
    .firefox .square_button_small_on_dark_icon svg, .firefox .square_button_small_on_white_icon svg {
      top: 12px;
      left: 19px; }

@media (min-width: 768px) {
  .square_button_performance, .square_button_no_icon, .square_button_on_photo_dl, .newsletter_button, .newsletter_button_banner, .ecalendar_register_button {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .square_button_performance, .square_button_no_icon, .square_button_on_photo_dl, .newsletter_button, .newsletter_button_banner, .ecalendar_register_button {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px; } }

.square_button_performance svg, .square_button_no_icon svg, .square_button_on_photo_dl svg, .newsletter_button svg, .newsletter_button_banner svg, .ecalendar_register_button svg {
  position: absolute;
  max-width: 25px;
  max-height: 25px;
  width: 100%;
  height: 30%; }
  .msie11 .square_button_performance svg, .msie11 .square_button_no_icon svg, .msie11 .square_button_on_photo_dl svg, .msie11 .newsletter_button svg, .msie11 .newsletter_button_banner svg, .msie11 .ecalendar_register_button svg {
    top: 18px;
    height: 100%; }
  .firefox.win .square_button_performance svg, .firefox.win .square_button_no_icon svg, .firefox.win .square_button_on_photo_dl svg, .firefox.win .newsletter_button svg, .firefox.win .newsletter_button_banner svg, .firefox.win .ecalendar_register_button svg {
    top: 22px;
    height: 30%; }

@media (min-width: 768px) {
  .square_button_xl_icon_right {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .square_button_xl_icon_right {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 33px;
    padding-bottom: 33px; } }

.square_button_xl_icon_right svg {
  position: absolute;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 30%;
  right: 50px; }
  @media (max-width: 767px) {
    .square_button_xl_icon_right svg {
      position: static; } }
  .msie11 .square_button_xl_icon_right svg {
    top: 32px;
    height: 100%; }
  .firefox.win .square_button_xl_icon_right svg {
    top: 32px;
    height: 30%; }

/**
 * $size: large|small
 */
.inner_button {
  display: block; }

.square_button_performance {
  color: #e7e7e7;
  stroke: #e7e7e7;
  fill: #e7e7e7;
  background-color: #34373d; }
  .square_button_performance.active {
    background-color: #e7e7e7;
    color: #34373d;
    fill: #34373d;
    stroke: #34373d; }
    .square_button_performance.active:hover {
      background-color: #e7e7e7;
      color: #34373d;
      fill: #34373d;
      stroke: #34373d; }
  .square_button_performance:hover {
    background-color: #444850; }
  @media (min-width: 768px) {
    .square_button_performance .label {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .square_button_performance .label {
      font-size: 17px; } }
  .square_button_performance .label {
    padding-left: 35px; }

.square_button_small_on_dark {
  color: #e7e7e7;
  stroke: #e7e7e7;
  fill: #e7e7e7;
  background-color: #34373d; }
  .square_button_small_on_dark.active {
    background-color: #e7e7e7;
    color: #34373d;
    fill: #34373d;
    stroke: #34373d; }
    .square_button_small_on_dark.active:hover {
      background-color: #e7e7e7;
      color: #34373d;
      fill: #34373d;
      stroke: #34373d; }
  .square_button_small_on_dark:hover {
    background-color: #444850; }
  .square_button_small_on_dark .label {
    position: relative;
    top: -2px; }
    @media (min-width: 768px) {
      .square_button_small_on_dark .label {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .square_button_small_on_dark .label {
        font-size: 12px; } }

.square_button_small_on_dark_icon {
  color: #e7e7e7;
  stroke: #e7e7e7;
  fill: #e7e7e7;
  background-color: #34373d; }
  .square_button_small_on_dark_icon.active {
    background-color: #e7e7e7;
    color: #34373d;
    fill: #34373d;
    stroke: #34373d; }
    .square_button_small_on_dark_icon.active:hover {
      background-color: #e7e7e7;
      color: #34373d;
      fill: #34373d;
      stroke: #34373d; }
  .square_button_small_on_dark_icon:hover {
    background-color: #444850; }
  .square_button_small_on_dark_icon .label {
    width: 0;
    height: 0;
    padding-left: 20px !important; }
  .square_button_small_on_dark_icon .label {
    padding-left: 35px; }

.square_button_no_icon {
  color: #17355b;
  stroke: #17355b;
  fill: #17355b;
  background-color: #efefef; }
  .square_button_no_icon.active {
    background-color: #17355b;
    color: #efefef;
    fill: #efefef;
    stroke: #efefef; }
    .square_button_no_icon.active:hover {
      background-color: #17355b;
      color: #efefef;
      fill: #efefef;
      stroke: #efefef; }
  .square_button_no_icon:hover {
    background-color: #e5e5e5; }
  @media (min-width: 768px) {
    .square_button_no_icon .label {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .square_button_no_icon .label {
      font-size: 17px; } }

.square_button_small_no_icon {
  color: #17355b;
  stroke: #17355b;
  fill: #17355b;
  background-color: #efefef;
  text-transform: uppercase; }
  .square_button_small_no_icon.active {
    background-color: #17355b;
    color: #efefef;
    fill: #efefef;
    stroke: #efefef; }
    .square_button_small_no_icon.active:hover {
      background-color: #17355b;
      color: #efefef;
      fill: #efefef;
      stroke: #efefef; }
  .square_button_small_no_icon:hover {
    background-color: #e5e5e5; }
  .square_button_small_no_icon .label {
    position: relative;
    top: -2px; }
    @media (min-width: 768px) {
      .square_button_small_no_icon .label {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .square_button_small_no_icon .label {
        font-size: 12px; } }

.square_button_on_photo_dl {
  color: #282b31;
  stroke: #282b31;
  fill: #282b31;
  background-color: #efefef; }
  .square_button_on_photo_dl.active {
    background-color: #282b31;
    color: #efefef;
    fill: #efefef;
    stroke: #efefef; }
    .square_button_on_photo_dl.active:hover {
      background-color: #282b31;
      color: #efefef;
      fill: #efefef;
      stroke: #efefef; }
  .square_button_on_photo_dl:hover {
    background-color: #e5e5e5; }
  @media (min-width: 768px) {
    .square_button_on_photo_dl .label {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .square_button_on_photo_dl .label {
      font-size: 17px; } }
  .square_button_on_photo_dl .label {
    padding-left: 35px; }

.square_button_small_on_white_icon {
  color: #17355b;
  stroke: #17355b;
  fill: #17355b;
  background-color: #efefef; }
  .square_button_small_on_white_icon.active {
    background-color: #17355b;
    color: #efefef;
    fill: #efefef;
    stroke: #efefef; }
    .square_button_small_on_white_icon.active:hover {
      background-color: #17355b;
      color: #efefef;
      fill: #efefef;
      stroke: #efefef; }
  .square_button_small_on_white_icon:hover {
    background-color: #e5e5e5; }
  .square_button_small_on_white_icon .label {
    width: 0;
    height: 0;
    padding-left: 20px !important; }
  .square_button_small_on_white_icon .label {
    padding-left: 35px; }

.square_button_icon_centered_map {
  border-radius: 0;
  color: #17355b;
  stroke: #17355b;
  fill: #17355b !important;
  background-color: #efefef; }
  .square_button_icon_centered_map svg {
    position: relative;
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .square_button_icon_centered_map svg {
        max-width: 18px;
        max-height: 15px; } }
    @media (max-width: 767px) {
      .square_button_icon_centered_map svg {
        max-width: 20px;
        max-height: 17px;
        margin-right: 5px; } }
  .square_button_icon_centered_map .label {
    position: relative;
    top: -1px;
    display: inline-block;
    line-height: 0; }
    @media (min-width: 768px) {
      .square_button_icon_centered_map .label {
        font-size: 19px; } }
    @media (max-width: 767px) {
      .square_button_icon_centered_map .label {
        font-size: 17px; } }
  @media (min-width: 768px) {
    .square_button_icon_centered_map {
      width: 60px;
      height: 60px; }
      .square_button_icon_centered_map .label {
        display: none; } }
  @media (max-width: 767px) {
    .square_button_icon_centered_map {
      width: 50%;
      float: left;
      padding-top: 20px;
      padding-bottom: 20px; }
      .square_button_icon_centered_map .inner_button {
        position: relative;
        margin: auto; } }
  .square_button_icon_centered_map:hover {
    background-color: #e5e5e5; }
  .square_button_icon_centered_map.active {
    color: white;
    stroke: white;
    fill: white !important;
    background-color: #17355b; }

button.square_button_icon_only_adjust {
  border-radius: 0;
  background-color: #282b31;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: white;
  stroke: white;
  fill: white !important; }
  button.square_button_icon_only_adjust:hover {
    background-color: #383c45; }
  @media (min-width: 768px) {
    button.square_button_icon_only_adjust {
      width: 75px;
      height: 75px; } }
  @media (max-width: 767px) {
    button.square_button_icon_only_adjust {
      width: 60px;
      height: 60px; } }
  button.square_button_icon_only_adjust svg {
    position: relative;
    top: 1px;
    height: 100%;
    width: 100%; }
    .safari.mobile button.square_button_icon_only_adjust svg {
      top: 2px; }
    @media (min-width: 768px) {
      button.square_button_icon_only_adjust svg {
        max-width: 23px;
        max-height: 23px; } }
    @media (max-width: 767px) {
      button.square_button_icon_only_adjust svg {
        max-width: 20px;
        max-height: 20px; } }

a.square_button_icon_only_adjust {
  border-radius: 0;
  background-color: #282b31;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: white;
  stroke: white;
  fill: white !important;
  display: inline-block;
  text-align: center;
  padding-top: 24px; }
  a.square_button_icon_only_adjust:hover {
    background-color: #383c45; }
  @media (min-width: 768px) {
    a.square_button_icon_only_adjust {
      width: 75px;
      height: 75px; } }
  @media (max-width: 767px) {
    a.square_button_icon_only_adjust {
      width: 60px;
      height: 60px; } }
  a.square_button_icon_only_adjust svg {
    position: relative;
    top: 1px;
    height: 100%;
    width: 100%; }
    .safari.mobile a.square_button_icon_only_adjust svg {
      top: 2px; }
    @media (min-width: 768px) {
      a.square_button_icon_only_adjust svg {
        max-width: 23px;
        max-height: 23px; } }
    @media (max-width: 767px) {
      a.square_button_icon_only_adjust svg {
        max-width: 20px;
        max-height: 20px; } }

button.square_button_icon_only_arrow {
  border-radius: 0;
  background-color: rgba(212, 212, 212, 0.6);
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: #17355b;
  stroke: #17355b;
  fill: #17355b !important;
  stroke-width: 1px; }
  button.square_button_icon_only_arrow:hover {
    background-color: rgba(202, 202, 202, 0.6); }
  @media (min-width: 768px) {
    button.square_button_icon_only_arrow {
      width: 75px;
      height: 75px; } }
  @media (max-width: 767px) {
    button.square_button_icon_only_arrow {
      width: 60px;
      height: 60px; } }
  button.square_button_icon_only_arrow svg {
    position: relative;
    top: 1px;
    height: 100%;
    width: 100%; }
    .safari.mobile button.square_button_icon_only_arrow svg {
      top: 2px; }
    @media (min-width: 768px) {
      button.square_button_icon_only_arrow svg {
        max-width: 23px;
        max-height: 23px; } }
    @media (max-width: 767px) {
      button.square_button_icon_only_arrow svg {
        max-width: 20px;
        max-height: 20px; } }

a.square_button_icon_only_arrow {
  border-radius: 0;
  background-color: rgba(212, 212, 212, 0.6);
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: #17355b;
  stroke: #17355b;
  fill: #17355b !important;
  display: inline-block;
  text-align: center;
  padding-top: 24px;
  position: relative;
  stroke-width: 1px; }
  a.square_button_icon_only_arrow:hover {
    background-color: rgba(202, 202, 202, 0.6); }
  @media (min-width: 768px) {
    a.square_button_icon_only_arrow {
      width: 75px;
      height: 75px; } }
  @media (max-width: 767px) {
    a.square_button_icon_only_arrow {
      width: 60px;
      height: 60px; } }
  a.square_button_icon_only_arrow svg {
    position: relative;
    top: 1px;
    height: 100%;
    width: 100%; }
    .safari.mobile a.square_button_icon_only_arrow svg {
      top: 2px; }
    @media (min-width: 768px) {
      a.square_button_icon_only_arrow svg {
        max-width: 23px;
        max-height: 23px; } }
    @media (max-width: 767px) {
      a.square_button_icon_only_arrow svg {
        max-width: 20px;
        max-height: 20px; } }

button.social_footer_button {
  border-radius: 3px;
  background-color: rgba(34, 43, 50, 0.75);
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: white;
  stroke: white;
  stroke-width: 0;
  fill: white !important; }
  button.social_footer_button:hover {
    background-color: rgba(48, 61, 71, 0.75); }
  @media (min-width: 768px) {
    button.social_footer_button {
      width: 60px;
      height: 60px; } }
  @media (max-width: 767px) {
    button.social_footer_button {
      width: 60px;
      height: 60px; } }
  button.social_footer_button svg {
    position: relative;
    top: 3px;
    height: 100%;
    width: 100%; }
    .safari.mobile button.social_footer_button svg {
      top: 2px; }
    @media (min-width: 768px) {
      button.social_footer_button svg {
        max-width: 24px;
        max-height: 24px; } }
    @media (max-width: 767px) {
      button.social_footer_button svg {
        max-width: 20px;
        max-height: 20px; } }

a.social_footer_button {
  border-radius: 3px;
  background-color: rgba(34, 43, 50, 0.75);
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: white;
  stroke: white;
  stroke-width: 0;
  fill: white !important;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
  vertical-align: top; }
  a.social_footer_button:hover {
    background-color: rgba(48, 61, 71, 0.75); }
  @media (min-width: 768px) {
    a.social_footer_button {
      width: 60px;
      height: 60px; } }
  @media (max-width: 767px) {
    a.social_footer_button {
      width: 60px;
      height: 60px; } }
  a.social_footer_button svg {
    position: relative;
    top: 3px;
    height: 100%;
    width: 100%; }
    .safari.mobile a.social_footer_button svg {
      top: 2px; }
    @media (min-width: 768px) {
      a.social_footer_button svg {
        max-width: 24px;
        max-height: 24px; } }
    @media (max-width: 767px) {
      a.social_footer_button svg {
        max-width: 20px;
        max-height: 20px; } }
  a.social_footer_button:hover {
    background-color: rgba(55, 69, 80, 0.75); }

a.social_mainnav_button {
  border-radius: 3px;
  background-color: rgba(111, 143, 166, 0.1);
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: #62859e;
  stroke: #62859e;
  stroke-width: 0;
  fill: #62859e !important;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
  vertical-align: top; }
  a.social_mainnav_button:hover {
    background-color: rgba(133, 160, 179, 0.1); }
  @media (min-width: 768px) {
    a.social_mainnav_button {
      width: 60px;
      height: 60px; } }
  @media (max-width: 767px) {
    a.social_mainnav_button {
      width: 60px;
      height: 60px; } }
  a.social_mainnav_button svg {
    position: relative;
    top: 3px;
    height: 100%;
    width: 100%; }
    .safari.mobile a.social_mainnav_button svg {
      top: 2px; }
    @media (min-width: 768px) {
      a.social_mainnav_button svg {
        max-width: 24px;
        max-height: 24px; } }
    @media (max-width: 767px) {
      a.social_mainnav_button svg {
        max-width: 20px;
        max-height: 20px; } }
  a.social_mainnav_button:hover {
    background-color: rgba(130, 157, 177, 0.2); }

.newsletter_button {
  color: white;
  stroke: white;
  fill: white;
  background-color: rgba(34, 43, 50, 0.75);
  stroke-width: 0;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase; }
  .newsletter_button.active {
    background-color: white;
    color: rgba(34, 43, 50, 0.75);
    fill: rgba(34, 43, 50, 0.75);
    stroke: rgba(34, 43, 50, 0.75); }
    .newsletter_button.active:hover {
      background-color: white;
      color: rgba(34, 43, 50, 0.75);
      fill: rgba(34, 43, 50, 0.75);
      stroke: rgba(34, 43, 50, 0.75); }
  .newsletter_button:hover {
    background-color: rgba(48, 61, 71, 0.75); }
  @media (min-width: 768px) {
    .newsletter_button .label {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .newsletter_button .label {
      font-size: 17px; } }
  .newsletter_button .label {
    padding-left: 35px; }
  .newsletter_button:hover {
    background-color: rgba(55, 69, 80, 0.75); }

.newsletter_button_banner {
  color: #282b31;
  stroke: #282b31;
  fill: #282b31;
  background-color: #e8e7e7;
  stroke-width: 0;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase; }
  .newsletter_button_banner.active {
    background-color: #282b31;
    color: #e8e7e7;
    fill: #e8e7e7;
    stroke: #e8e7e7; }
    .newsletter_button_banner.active:hover {
      background-color: #282b31;
      color: #e8e7e7;
      fill: #e8e7e7;
      stroke: #e8e7e7; }
  .newsletter_button_banner:hover {
    background-color: #f9f9f9; }
  @media (min-width: 768px) {
    .newsletter_button_banner .label {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .newsletter_button_banner .label {
      font-size: 17px; } }
  .newsletter_button_banner .label {
    padding-left: 35px; }
  .newsletter_button_banner:hover {
    background-color: white; }
  .msie11 .newsletter_button_banner .label {
    display: block;
    margin-top: 0px; }

.ecalendar_register_button {
  color: #e8e7e7;
  stroke: #e8e7e7;
  fill: #e8e7e7;
  background-color: #282b31;
  stroke-width: 0;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
  margin-bottom: 16px; }
  .ecalendar_register_button.active {
    background-color: #e8e7e7;
    color: #282b31;
    fill: #282b31;
    stroke: #282b31; }
    .ecalendar_register_button.active:hover {
      background-color: #e8e7e7;
      color: #282b31;
      fill: #282b31;
      stroke: #282b31; }
  .ecalendar_register_button:hover {
    background-color: #383c45; }
  @media (min-width: 768px) {
    .ecalendar_register_button .label {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .ecalendar_register_button .label {
      font-size: 17px; } }
  .ecalendar_register_button .label {
    padding-left: 35px; }
  .ecalendar_register_button:hover {
    background-color: rgba(55, 69, 80, 0.75); }

.square_button_xl_icon_right {
  color: #efefef;
  stroke: #efefef;
  fill: #efefef;
  background-color: #17355b;
  display: inline-block; }
  .square_button_xl_icon_right.active {
    background-color: #efefef;
    color: #17355b;
    fill: #17355b;
    stroke: #17355b; }
    .square_button_xl_icon_right.active:hover {
      background-color: #efefef;
      color: #17355b;
      fill: #17355b;
      stroke: #17355b; }
  .square_button_xl_icon_right:hover {
    background-color: #132c4b; }
  .square_button_xl_icon_right .label {
    position: relative;
    top: 0; }
    @media (min-width: 768px) {
      .square_button_xl_icon_right .label {
        font-size: 19px; } }
    @media (max-width: 767px) {
      .square_button_xl_icon_right .label {
        font-size: 17px; } }
  @media (max-width: 767px) {
    .square_button_xl_icon_right .label {
      margin-right: 15px; } }
  @media (min-width: 768px) {
    .square_button_xl_icon_right .label {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .square_button_xl_icon_right svg {
      top: 23px; } }
  @media (min-width: 768px) {
    .square_button_xl_icon_right svg {
      top: 32px; } }

/* =====================================================================================================================
 SQUARE BUTTON WITH ICON LEFT SIMPLE
 =======================================================================================================================*/
.square_button_on_white_icon,
.the_icon_button_blue_medium, .the_icon_button_blue_large, .square_button_xl,
.square_button_xl_thin, .the_icon_button_blue_medium_nolabel, .square_button_tabs, .the_icon_button_gray_medium, .the_icon_button_gray_medium_nolabel {
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  border-radius: 3px;
  white-space: nowrap;
  vertical-align: top;
  -webkit-transition: background-color 70ms linear;
  -moz-transition: background-color 70ms linear;
  transition: background-color 70ms linear; }

@media (max-width: 767px) {
  .square_button_on_white_icon,
  .the_icon_button_blue_medium, .the_icon_button_blue_medium_nolabel, .square_button_tabs, .the_icon_button_gray_medium, .the_icon_button_gray_medium_nolabel {
    padding-left: 20px;
    padding-right: 20px;
    height: 49.5px; } }

@media (min-width: 768px) {
  .square_button_on_white_icon,
  .the_icon_button_blue_medium, .the_icon_button_blue_medium_nolabel, .square_button_tabs, .the_icon_button_gray_medium, .the_icon_button_gray_medium_nolabel {
    padding-left: 25px;
    padding-right: 25px;
    height: 66px; } }

@media (max-width: 767px) {
  .the_icon_button_blue_large, .square_button_xl,
  .square_button_xl_thin {
    padding-left: 30px;
    padding-right: 30px;
    height: 67.5px; } }

@media (min-width: 768px) {
  .the_icon_button_blue_large, .square_button_xl,
  .square_button_xl_thin {
    padding-left: 35px;
    padding-right: 35px;
    height: 90px; } }

.square_button_on_white_icon svg,
.the_icon_button_blue_medium svg, .the_icon_button_blue_large svg, .square_button_xl svg,
.square_button_xl_thin svg, .the_icon_button_blue_medium_nolabel svg, .square_button_tabs svg, .the_icon_button_gray_medium svg, .the_icon_button_gray_medium_nolabel svg {
  position: relative;
  height: 100%;
  float: left; }
  @media (max-width: 767px) {
    .square_button_on_white_icon svg,
    .the_icon_button_blue_medium svg, .the_icon_button_blue_large svg, .square_button_xl svg,
    .square_button_xl_thin svg, .the_icon_button_blue_medium_nolabel svg, .square_button_tabs svg, .the_icon_button_gray_medium svg, .the_icon_button_gray_medium_nolabel svg {
      margin-right: 10px;
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (min-width: 768px) {
    .square_button_on_white_icon svg,
    .the_icon_button_blue_medium svg, .the_icon_button_blue_large svg, .square_button_xl svg,
    .square_button_xl_thin svg, .the_icon_button_blue_medium_nolabel svg, .square_button_tabs svg, .the_icon_button_gray_medium svg, .the_icon_button_gray_medium_nolabel svg {
      margin-right: 15px; } }

.square_button_on_white_icon .label,
.the_icon_button_blue_medium .label, .the_icon_button_blue_large .label, .square_button_xl .label,
.square_button_xl_thin .label, .the_icon_button_blue_medium_nolabel .label, .square_button_tabs .label, .the_icon_button_gray_medium .label, .the_icon_button_gray_medium_nolabel .label {
  display: inline-block;
  position: relative;
  line-height: 1.3em; }
  .edge .square_button_on_white_icon .label, .square_button_on_white_icon .edge .label,
  .edge .the_icon_button_blue_medium .label, .the_icon_button_blue_medium .edge .label, .edge .the_icon_button_blue_large .label, .the_icon_button_blue_large .edge .label, .edge .square_button_xl .label, .square_button_xl .edge .label,
  .edge .square_button_xl_thin .label, .square_button_xl_thin .edge .label, .edge .the_icon_button_blue_medium_nolabel .label, .the_icon_button_blue_medium_nolabel .edge .label, .edge .square_button_tabs .label, .square_button_tabs .edge .label, .edge .the_icon_button_gray_medium .label, .the_icon_button_gray_medium .edge .label, .edge .the_icon_button_gray_medium_nolabel .label, .the_icon_button_gray_medium_nolabel .edge .label, .msie11 .square_button_on_white_icon .label, .square_button_on_white_icon .msie11 .label,
  .msie11 .the_icon_button_blue_medium .label, .the_icon_button_blue_medium .msie11 .label, .msie11 .the_icon_button_blue_large .label, .the_icon_button_blue_large .msie11 .label, .msie11 .square_button_xl .label, .square_button_xl .msie11 .label,
  .msie11 .square_button_xl_thin .label, .square_button_xl_thin .msie11 .label, .msie11 .the_icon_button_blue_medium_nolabel .label, .the_icon_button_blue_medium_nolabel .msie11 .label, .msie11 .square_button_tabs .label, .square_button_tabs .msie11 .label, .msie11 .the_icon_button_gray_medium .label, .the_icon_button_gray_medium .msie11 .label, .msie11 .the_icon_button_gray_medium_nolabel .label, .the_icon_button_gray_medium_nolabel .msie11 .label {
    line-height: 1em; }

/**
 * $size: large|small
 */
.square_button_on_white_icon,
.the_icon_button_blue_medium {
  color: #17355b;
  background-color: #efefef; }
  .square_button_on_white_icon.active,
  .the_icon_button_blue_medium.active {
    background-color: #17355b;
    color: #efefef; }
    .square_button_on_white_icon.active path, .square_button_on_white_icon.active circle, .square_button_on_white_icon.active ellipse, .square_button_on_white_icon.active rect, .square_button_on_white_icon.active polygon,
    .the_icon_button_blue_medium.active path,
    .the_icon_button_blue_medium.active circle,
    .the_icon_button_blue_medium.active ellipse,
    .the_icon_button_blue_medium.active rect,
    .the_icon_button_blue_medium.active polygon {
      fill: #efefef; }
    .square_button_on_white_icon.active:hover,
    .the_icon_button_blue_medium.active:hover {
      background-color: #17355b;
      color: #efefef; }
      .square_button_on_white_icon.active:hover path, .square_button_on_white_icon.active:hover circle, .square_button_on_white_icon.active:hover ellipse, .square_button_on_white_icon.active:hover rect, .square_button_on_white_icon.active:hover polygon,
      .the_icon_button_blue_medium.active:hover path,
      .the_icon_button_blue_medium.active:hover circle,
      .the_icon_button_blue_medium.active:hover ellipse,
      .the_icon_button_blue_medium.active:hover rect,
      .the_icon_button_blue_medium.active:hover polygon {
        fill: #efefef; }
  .square_button_on_white_icon:hover,
  .the_icon_button_blue_medium:hover {
    background-color: #e5e5e5; }
  .square_button_on_white_icon path, .square_button_on_white_icon circle, .square_button_on_white_icon ellipse, .square_button_on_white_icon rect, .square_button_on_white_icon polygon,
  .the_icon_button_blue_medium path,
  .the_icon_button_blue_medium circle,
  .the_icon_button_blue_medium ellipse,
  .the_icon_button_blue_medium rect,
  .the_icon_button_blue_medium polygon {
    fill: #17355b; }
  @media (min-width: 768px) {
    .square_button_on_white_icon .label,
    .the_icon_button_blue_medium .label {
      margin-top: 22px;
      font-size: 19px; } }
  @media (max-width: 767px) {
    .square_button_on_white_icon .label,
    .the_icon_button_blue_medium .label {
      margin-top: 14.6666666667px;
      font-size: 17px; } }

.the_icon_button_blue_large {
  color: #17355b;
  background-color: #efefef; }
  .the_icon_button_blue_large.active {
    background-color: #17355b;
    color: #efefef; }
    .the_icon_button_blue_large.active path, .the_icon_button_blue_large.active circle, .the_icon_button_blue_large.active ellipse, .the_icon_button_blue_large.active rect, .the_icon_button_blue_large.active polygon {
      fill: #efefef; }
    .the_icon_button_blue_large.active:hover {
      background-color: #17355b;
      color: #efefef; }
      .the_icon_button_blue_large.active:hover path, .the_icon_button_blue_large.active:hover circle, .the_icon_button_blue_large.active:hover ellipse, .the_icon_button_blue_large.active:hover rect, .the_icon_button_blue_large.active:hover polygon {
        fill: #efefef; }
  .the_icon_button_blue_large:hover {
    background-color: #e5e5e5; }
  .the_icon_button_blue_large path, .the_icon_button_blue_large circle, .the_icon_button_blue_large ellipse, .the_icon_button_blue_large rect, .the_icon_button_blue_large polygon {
    fill: #17355b; }
  @media (min-width: 768px) {
    .the_icon_button_blue_large .label {
      margin-top: 34.6153846154px;
      font-size: 19px; } }
  @media (max-width: 767px) {
    .the_icon_button_blue_large .label {
      margin-top: 24.3243243243px;
      font-size: 17px; } }

.square_button_xl,
.square_button_xl_thin {
  color: #efefef;
  background-color: #17355b;
  margin-bottom: 5px; }
  .square_button_xl.active,
  .square_button_xl_thin.active {
    background-color: #efefef;
    color: #17355b; }
    .square_button_xl.active path, .square_button_xl.active circle, .square_button_xl.active ellipse, .square_button_xl.active rect, .square_button_xl.active polygon,
    .square_button_xl_thin.active path,
    .square_button_xl_thin.active circle,
    .square_button_xl_thin.active ellipse,
    .square_button_xl_thin.active rect,
    .square_button_xl_thin.active polygon {
      fill: #17355b; }
    .square_button_xl.active:hover,
    .square_button_xl_thin.active:hover {
      background-color: #efefef;
      color: #17355b; }
      .square_button_xl.active:hover path, .square_button_xl.active:hover circle, .square_button_xl.active:hover ellipse, .square_button_xl.active:hover rect, .square_button_xl.active:hover polygon,
      .square_button_xl_thin.active:hover path,
      .square_button_xl_thin.active:hover circle,
      .square_button_xl_thin.active:hover ellipse,
      .square_button_xl_thin.active:hover rect,
      .square_button_xl_thin.active:hover polygon {
        fill: #17355b; }
  .square_button_xl:hover,
  .square_button_xl_thin:hover {
    background-color: #132c4b; }
  .square_button_xl path, .square_button_xl circle, .square_button_xl ellipse, .square_button_xl rect, .square_button_xl polygon,
  .square_button_xl_thin path,
  .square_button_xl_thin circle,
  .square_button_xl_thin ellipse,
  .square_button_xl_thin rect,
  .square_button_xl_thin polygon {
    fill: #efefef; }
  @media (min-width: 768px) {
    .square_button_xl .label,
    .square_button_xl_thin .label {
      margin-top: 34.6153846154px;
      font-size: 19px; } }
  @media (max-width: 767px) {
    .square_button_xl .label,
    .square_button_xl_thin .label {
      margin-top: 24.3243243243px;
      font-size: 17px; } }

.the_icon_button_blue_medium_nolabel {
  color: #17355b;
  background-color: #efefef; }
  .the_icon_button_blue_medium_nolabel svg {
    margin-right: 0; }
  .the_icon_button_blue_medium_nolabel.active {
    background-color: #17355b;
    color: #efefef; }
    .the_icon_button_blue_medium_nolabel.active path, .the_icon_button_blue_medium_nolabel.active circle, .the_icon_button_blue_medium_nolabel.active ellipse, .the_icon_button_blue_medium_nolabel.active rect, .the_icon_button_blue_medium_nolabel.active polygon {
      fill: #efefef; }
    .the_icon_button_blue_medium_nolabel.active:hover {
      background-color: #17355b;
      color: #efefef; }
      .the_icon_button_blue_medium_nolabel.active:hover path, .the_icon_button_blue_medium_nolabel.active:hover circle, .the_icon_button_blue_medium_nolabel.active:hover ellipse, .the_icon_button_blue_medium_nolabel.active:hover rect, .the_icon_button_blue_medium_nolabel.active:hover polygon {
        fill: #efefef; }
  .the_icon_button_blue_medium_nolabel:hover {
    background-color: #e5e5e5; }
  .the_icon_button_blue_medium_nolabel path, .the_icon_button_blue_medium_nolabel circle, .the_icon_button_blue_medium_nolabel ellipse, .the_icon_button_blue_medium_nolabel rect, .the_icon_button_blue_medium_nolabel polygon {
    fill: #17355b; }

.square_button_tabs {
  color: #efefef;
  background-color: #34373d; }
  .square_button_tabs.active {
    background-color: #efefef;
    color: #34373d; }
    .square_button_tabs.active path, .square_button_tabs.active circle, .square_button_tabs.active ellipse, .square_button_tabs.active rect, .square_button_tabs.active polygon {
      fill: #34373d; }
    .square_button_tabs.active:hover {
      background-color: #efefef;
      color: #34373d; }
      .square_button_tabs.active:hover path, .square_button_tabs.active:hover circle, .square_button_tabs.active:hover ellipse, .square_button_tabs.active:hover rect, .square_button_tabs.active:hover polygon {
        fill: #34373d; }
  .square_button_tabs:hover {
    background-color: #2b2d32; }
  .square_button_tabs path, .square_button_tabs circle, .square_button_tabs ellipse, .square_button_tabs rect, .square_button_tabs polygon {
    fill: #efefef; }
  @media (min-width: 768px) {
    .square_button_tabs .label {
      margin-top: 22px;
      font-size: 19px; } }
  @media (max-width: 767px) {
    .square_button_tabs .label {
      margin-top: 14.6666666667px;
      font-size: 17px; } }
  @media (max-width: 767px) {
    .square_button_tabs {
      display: none; } }

.the_icon_button_gray_medium {
  color: #282b31;
  background-color: #efefef; }
  .the_icon_button_gray_medium.active {
    background-color: #282b31;
    color: #efefef; }
    .the_icon_button_gray_medium.active path, .the_icon_button_gray_medium.active circle, .the_icon_button_gray_medium.active ellipse, .the_icon_button_gray_medium.active rect, .the_icon_button_gray_medium.active polygon {
      fill: #efefef; }
    .the_icon_button_gray_medium.active:hover {
      background-color: #282b31;
      color: #efefef; }
      .the_icon_button_gray_medium.active:hover path, .the_icon_button_gray_medium.active:hover circle, .the_icon_button_gray_medium.active:hover ellipse, .the_icon_button_gray_medium.active:hover rect, .the_icon_button_gray_medium.active:hover polygon {
        fill: #efefef; }
  .the_icon_button_gray_medium:hover {
    background-color: #e5e5e5; }
  .the_icon_button_gray_medium path, .the_icon_button_gray_medium circle, .the_icon_button_gray_medium ellipse, .the_icon_button_gray_medium rect, .the_icon_button_gray_medium polygon {
    fill: #282b31; }
  @media (min-width: 768px) {
    .the_icon_button_gray_medium .label {
      margin-top: 22px;
      font-size: 19px; } }
  @media (max-width: 767px) {
    .the_icon_button_gray_medium .label {
      margin-top: 14.6666666667px;
      font-size: 17px; } }

.the_icon_button_gray_medium_nolabel {
  color: #282b31;
  background-color: #efefef; }
  .the_icon_button_gray_medium_nolabel svg {
    margin-right: 0; }
  .the_icon_button_gray_medium_nolabel.active {
    background-color: #282b31;
    color: #efefef; }
    .the_icon_button_gray_medium_nolabel.active path, .the_icon_button_gray_medium_nolabel.active circle, .the_icon_button_gray_medium_nolabel.active ellipse, .the_icon_button_gray_medium_nolabel.active rect, .the_icon_button_gray_medium_nolabel.active polygon {
      fill: #efefef; }
    .the_icon_button_gray_medium_nolabel.active:hover {
      background-color: #282b31;
      color: #efefef; }
      .the_icon_button_gray_medium_nolabel.active:hover path, .the_icon_button_gray_medium_nolabel.active:hover circle, .the_icon_button_gray_medium_nolabel.active:hover ellipse, .the_icon_button_gray_medium_nolabel.active:hover rect, .the_icon_button_gray_medium_nolabel.active:hover polygon {
        fill: #efefef; }
  .the_icon_button_gray_medium_nolabel:hover {
    background-color: #e5e5e5; }
  .the_icon_button_gray_medium_nolabel path, .the_icon_button_gray_medium_nolabel circle, .the_icon_button_gray_medium_nolabel ellipse, .the_icon_button_gray_medium_nolabel rect, .the_icon_button_gray_medium_nolabel polygon {
    fill: #282b31; }

/* =====================================================================================================================
BUTTON ARROW
=======================================================================================================================*/
.button_arrow_with_label, .button_arrow_with_label_dark, .button_arrow_with_label_mapslidein, .button_arrow_no_label, .button_arrow_no_label_link, .inner_button_headerimg, .button_page_teasers, .button_fly_pilatus_nav, .button_multiteaser, .button_darklistbox, .button_call_to_action, .cm_video .button_arrow_with_label {
  position: relative;
  display: inline-block; }
  .firefox .button_arrow_with_label, .firefox .button_arrow_with_label_dark, .firefox .button_arrow_with_label_mapslidein, .firefox .button_arrow_no_label, .firefox .button_arrow_no_label_link, .firefox .inner_button_headerimg, .firefox .button_page_teasers, .firefox .button_fly_pilatus_nav, .firefox .button_multiteaser, .firefox .button_darklistbox, .firefox .button_call_to_action {
    position: absolute; }
  .msie11 .button_arrow_with_label, .msie11 .button_arrow_with_label_dark, .msie11 .button_arrow_with_label_mapslidein, .msie11 .button_arrow_no_label, .msie11 .button_arrow_no_label_link, .msie11 .inner_button_headerimg, .msie11 .button_page_teasers, .msie11 .button_fly_pilatus_nav, .msie11 .button_multiteaser, .msie11 .button_darklistbox, .msie11 .button_call_to_action {
    overflow: visible; }

.button_arrow_with_label {
  stroke: #17355b; }
  .button_arrow_with_label .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(71, 74, 80, 0.6);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 23px;
    padding-bottom: 18px; }
    .firefox .button_arrow_with_label .inner_button {
      position: relative; }
    .button_arrow_with_label .inner_button .label {
      color: #17355b; }
  .button_arrow_with_label:hover .inner_button {
    padding-top: 29px;
    padding-bottom: 24px;
    top: -6px; }
  .button_arrow_with_label .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_arrow_with_label .label,
    .edge .button_arrow_with_label .label {
      margin-top: -4px; }
  .button_arrow_with_label .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    overflow: hidden; }
  .button_arrow_with_label svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_arrow_with_label svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_arrow_with_label_dark {
  stroke: #e8e7e7; }
  .button_arrow_with_label_dark .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(71, 74, 80, 0.6);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 23px;
    padding-bottom: 18px; }
    .firefox .button_arrow_with_label_dark .inner_button {
      position: relative; }
    .button_arrow_with_label_dark .inner_button .label {
      color: #e8e7e7; }
  .button_arrow_with_label_dark:hover .inner_button {
    padding-top: 29px;
    padding-bottom: 24px;
    top: -6px; }
  .button_arrow_with_label_dark .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_arrow_with_label_dark .label,
    .edge .button_arrow_with_label_dark .label {
      margin-top: -4px; }
  .button_arrow_with_label_dark .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    overflow: hidden; }
  .button_arrow_with_label_dark svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_arrow_with_label_dark svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_arrow_with_label_mapslidein {
  stroke: white; }
  .button_arrow_with_label_mapslidein .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 23px;
    padding-bottom: 18px; }
    .firefox .button_arrow_with_label_mapslidein .inner_button {
      position: relative; }
    .button_arrow_with_label_mapslidein .inner_button .label {
      color: white; }
  .button_arrow_with_label_mapslidein:hover .inner_button {
    padding-top: 29px;
    padding-bottom: 24px;
    top: -6px; }
  .button_arrow_with_label_mapslidein .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_arrow_with_label_mapslidein .label,
    .edge .button_arrow_with_label_mapslidein .label {
      margin-top: -4px; }
  .button_arrow_with_label_mapslidein .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    overflow: hidden; }
  .button_arrow_with_label_mapslidein svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_arrow_with_label_mapslidein svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_arrow_no_label {
  stroke: #17355b; }
  .button_arrow_no_label .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(71, 74, 80, 0.4);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 21px;
    padding-bottom: 16px; }
    .firefox .button_arrow_no_label .inner_button {
      position: relative; }
  .button_arrow_no_label:hover .inner_button {
    padding-top: 28px;
    padding-bottom: 24px;
    top: -7.5px; }
  .button_arrow_no_label .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_arrow_no_label .label,
    .edge .button_arrow_no_label .label {
      margin-top: -4px; }
  .button_arrow_no_label .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    overflow: hidden; }
  .button_arrow_no_label svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_arrow_no_label svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_arrow_no_label_link {
  stroke: #17355b;
  margin-top: 10px; }
  .button_arrow_no_label_link .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(71, 74, 80, 0.4);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 21px;
    padding-bottom: 16px; }
    .firefox .button_arrow_no_label_link .inner_button {
      position: relative; }
  .button_arrow_no_label_link:hover .inner_button {
    padding-top: 28px;
    padding-bottom: 24px;
    top: -7.5px; }
  .button_arrow_no_label_link .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_arrow_no_label_link .label,
    .edge .button_arrow_no_label_link .label {
      margin-top: -4px; }
  .button_arrow_no_label_link .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    overflow: hidden; }
  .button_arrow_no_label_link svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_arrow_no_label_link svg {
      top: auto;
      transform: translate3d(0, 0, 0); }
  .button_arrow_no_label_link .inner_button {
    position: relative; }

.inner_button_headerimg {
  stroke: white; }
  .inner_button_headerimg .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 21px;
    padding-bottom: 16px; }
    .firefox .inner_button_headerimg .inner_button {
      position: relative; }
  .inner_button_headerimg:hover .inner_button {
    padding-top: 28px;
    padding-bottom: 24px;
    top: -7.5px; }
  .inner_button_headerimg .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .inner_button_headerimg .label,
    .edge .inner_button_headerimg .label {
      margin-top: -4px; }
  .inner_button_headerimg .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    overflow: hidden; }
  .inner_button_headerimg svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .inner_button_headerimg svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_page_teasers {
  stroke: white; }
  .button_page_teasers .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 21px;
    padding-bottom: 16px; }
    .firefox .button_page_teasers .inner_button {
      position: relative; }
  .button_page_teasers:hover .inner_button {
    padding-top: 28px;
    padding-bottom: 24px;
    top: -7.5px; }
  .button_page_teasers .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_page_teasers .label,
    .edge .button_page_teasers .label {
      margin-top: -4px; }
  .button_page_teasers .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    overflow: hidden; }
  .button_page_teasers svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_page_teasers svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_fly_pilatus_nav {
  stroke: white; }
  .button_fly_pilatus_nav .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid white;
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 21px;
    padding-bottom: 16px; }
    .firefox .button_fly_pilatus_nav .inner_button {
      position: relative; }
  .button_fly_pilatus_nav:hover .inner_button {
    padding-top: 28px;
    padding-bottom: 24px;
    top: -7.5px; }
  .button_fly_pilatus_nav .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_fly_pilatus_nav .label,
    .edge .button_fly_pilatus_nav .label {
      margin-top: -4px; }
  .button_fly_pilatus_nav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    overflow: hidden; }
  .button_fly_pilatus_nav svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_fly_pilatus_nav svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_multiteaser {
  stroke: white; }
  .button_multiteaser .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 21px;
    padding-bottom: 16px; }
    .firefox .button_multiteaser .inner_button {
      position: relative; }
  .button_multiteaser:hover .inner_button {
    padding-top: 28px;
    padding-bottom: 24px;
    top: -7.5px; }
  .button_multiteaser .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_multiteaser .label,
    .edge .button_multiteaser .label {
      margin-top: -4px; }
  .button_multiteaser .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    overflow: hidden; }
  .button_multiteaser svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_multiteaser svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_darklistbox {
  stroke: #9fa0a7; }
  .button_darklistbox .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 23px;
    padding-bottom: 18px; }
    .firefox .button_darklistbox .inner_button {
      position: relative; }
    .button_darklistbox .inner_button .label {
      color: #9fa0a7; }
  .button_darklistbox:hover .inner_button {
    padding-top: 29px;
    padding-bottom: 24px;
    top: -6px; }
  .button_darklistbox .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_darklistbox .label,
    .edge .button_darklistbox .label {
      margin-top: -4px; }
  .button_darklistbox .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    overflow: hidden; }
  .button_darklistbox svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_darklistbox svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

.button_call_to_action {
  stroke: white;
  height: 40px;
  width: 90px; }
  .button_call_to_action .inner_button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    transition: all 80ms linear;
    padding-top: 21px;
    padding-bottom: 16px; }
    .firefox .button_call_to_action .inner_button {
      position: relative; }
  .button_call_to_action:hover .inner_button {
    padding-top: 28px;
    padding-bottom: 24px;
    top: -7.5px; }
  .button_call_to_action .label {
    display: block;
    margin-left: 30px;
    white-space: nowrap;
    font-size: 20px;
    margin-right: 60px;
    line-height: 0;
    margin-top: -2px; }
    .msie11 .button_call_to_action .label,
    .edge .button_call_to_action .label {
      margin-top: -4px; }
  .button_call_to_action .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    overflow: hidden; }
  .button_call_to_action svg {
    position: absolute;
    left: 0;
    width: 24px;
    stroke-width: 6px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .msie11 .button_call_to_action svg {
      top: auto;
      transform: translate3d(0, 0, 0); }

/* =====================================================================================================================
 BUTTON TEXT
 =======================================================================================================================*/
.button_text_tabs {
  position: relative;
  font-size: 19px;
  border-radius: 0;
  color: #72737a;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent; }
  .platform-android .button_text_tabs {
    font-size: 18px; }

.button_text_tabs.active {
  color: white;
  border-bottom: 1px solid #e8e7e7; }

@media (min-width: 768px) {
  .button_text_tabs {
    display: none; } }

/* =====================================================================================================================
ICON
=======================================================================================================================*/
.icon_white {
  fill: white;
  stroke: white;
  stroke-width: 0 !important;
  stroke: transparent; }
  @media (min-width: 768px) {
    .icon_white {
      height: 80px; } }
  @media (max-width: 767px) {
    .icon_white {
      height: 60px; } }

.icon_dark {
  fill: #282b31;
  stroke: #282b31;
  stroke-width: 0 !important;
  stroke: transparent; }
  @media (min-width: 768px) {
    .icon_dark {
      height: 80px; } }
  @media (max-width: 767px) {
    .icon_dark {
      height: 60px; } }

.type_icon_headerimage {
  height: 24px; }
  @media (min-width: 768px) {
    .type_icon_headerimage {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .type_icon_headerimage {
      margin-bottom: 5px; } }
  .type_icon_headerimage svg {
    fill: white;
    stroke: white;
    stroke-width: 0 !important;
    stroke: transparent; }
    @media (min-width: 768px) {
      .type_icon_headerimage svg {
        height: 24px; } }
    @media (max-width: 767px) {
      .type_icon_headerimage svg {
        height: 20px; } }
    .msie11 .type_icon_headerimage svg {
      position: absolute;
      left: 0; }

/* =====================================================================================================================
 BACK BUTTON - verwendet @mixin makeSquareButtonIconOnly() aus button_square.scss
 =======================================================================================================================*/
a.back_button, a.back_button_phone {
  text-align: center;
  z-index: 1111;
  stroke-width: 1px; }
  .edge a.back_button, .edge a.back_button_phone, .msie11 a.back_button, .msie11 a.back_button_phone {
    stroke-width: 2px; }

@media (min-width: 768px) {
  a.back_button {
    display: block;
    border-radius: 0;
    background-color: rgba(212, 212, 212, 0.6);
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    color: #17355b;
    stroke: #17355b;
    fill: #17355b !important;
    padding-top: 24px;
    position: absolute;
    left: 0;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out; }
    a.back_button:hover {
      background-color: rgba(202, 202, 202, 0.6); } }
  @media (min-width: 768px) and (min-width: 768px) {
    a.back_button {
      width: 75px;
      height: 75px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    a.back_button {
      width: 60px;
      height: 60px; } }

@media (min-width: 768px) {
    a.back_button svg {
      position: relative;
      top: 1px;
      height: 100%;
      width: 100%; }
      .safari.mobile a.back_button svg {
        top: 2px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      a.back_button svg {
        max-width: 23px;
        max-height: 23px; } }
    @media (min-width: 768px) and (max-width: 767px) {
      a.back_button svg {
        max-width: 20px;
        max-height: 20px; } }

@media (min-width: 768px) {
    a.back_button.sticky {
      position: fixed;
      top: -1px !important; }
    a.back_button.down {
      -webkit-transform: translate3d(0, 81px, 0) ;
      -moz-transform: translate3d(0, 81px, 0) ;
      transform: translate3d(0, 81px, 0) ; }
    a.back_button.hide {
      z-index: 1; } }

@media (max-width: 767px) {
  a.back_button {
    display: none; } }

@media (max-width: 767px) {
  a.back_button_phone {
    display: block;
    border-radius: 0;
    background-color: white;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    color: #afafaf;
    stroke: #afafaf;
    fill: #afafaf !important;
    padding-top: 19px;
    position: absolute;
    top: 0 !important;
    border-left: 1px solid #e8e7e7;
    border-right: 1px solid #e8e7e7;
    left: 70px;
    width: 70px;
    -webkit-transition: transform 250ms linear;
    -moz-transition: transform 250ms linear;
    transition: transform 250ms linear;
    height: 59px !important;
    background-color: white; }
    a.back_button_phone:hover {
      background-color: whitesmoke; } }
  @media (max-width: 767px) and (min-width: 768px) {
    a.back_button_phone {
      width: 75px;
      height: 75px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    a.back_button_phone {
      width: 60px;
      height: 60px; } }

@media (max-width: 767px) {
    a.back_button_phone svg {
      position: relative;
      top: 1px;
      height: 100%;
      width: 100%; }
      .safari.mobile a.back_button_phone svg {
        top: 2px; } }
    @media (max-width: 767px) and (min-width: 768px) {
      a.back_button_phone svg {
        max-width: 23px;
        max-height: 23px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      a.back_button_phone svg {
        max-width: 20px;
        max-height: 20px; } }

@media (max-width: 767px) {
    a.back_button_phone:hover {
      background-color: white; } }

@media (min-width: 768px) {
  a.back_button_phone {
    display: none; } }

/* =====================================================================================================================
THE ROUND ICON BUTTON
=======================================================================================================================*/
.on_white .main_share_button, .on_dark .main_share_button, .on_white .share_item, .on_dark .share_item, .button_round_plus_loadmore,
.round_icon_button_plus_hover,
.button_round_plus_reveal, .button_round_plus_darkbox, .round_icon_button_plus_hover1, .round_icon_button_plus, .round_icon_button_arrowdown, .round_icon_button_play, .round_share_button, .round_fb_button, .round_xing_button, .round_xing_button_hoverscale, .round_download_button, .slide_in_panel .close_button, .image_viewer .close_btn, .image_position_marker, .prev_next_button_pictureviewer, .prev_next_button_pictureviewer_mobile, .map_control_button, .image_position_marker_active, .outer_panorama_container .close_btn, #panorama .custom-scenespot button {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  overflow: visible; }
  .on_white .main_share_button .hoverscale, .on_dark .main_share_button .hoverscale, .on_white .share_item .hoverscale, .on_dark .share_item .hoverscale, .button_round_plus_loadmore .hoverscale, .round_icon_button_plus_hover .hoverscale, .button_round_plus_reveal .hoverscale, .button_round_plus_darkbox .hoverscale, .round_icon_button_plus_hover1 .hoverscale, .round_icon_button_plus .hoverscale, .round_icon_button_arrowdown .hoverscale, .round_icon_button_play .hoverscale, .round_share_button .hoverscale, .round_fb_button .hoverscale, .round_xing_button .hoverscale, .round_xing_button_hoverscale .hoverscale, .round_download_button .hoverscale, .slide_in_panel .close_button .hoverscale, .image_viewer .close_btn .hoverscale, .image_position_marker .hoverscale, .prev_next_button_pictureviewer .hoverscale, .prev_next_button_pictureviewer_mobile .hoverscale, .map_control_button .hoverscale, .image_position_marker_active .hoverscale, .outer_panorama_container .close_btn .hoverscale, #panorama .custom-scenespot button .hoverscale {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .on_white .main_share_button svg, .on_dark .main_share_button svg, .on_white .share_item svg, .on_dark .share_item svg, .button_round_plus_loadmore svg, .round_icon_button_plus_hover svg, .button_round_plus_reveal svg, .button_round_plus_darkbox svg, .round_icon_button_plus_hover1 svg, .round_icon_button_plus svg, .round_icon_button_arrowdown svg, .round_icon_button_play svg, .round_share_button svg, .round_fb_button svg, .round_xing_button svg, .round_xing_button_hoverscale svg, .round_download_button svg, .slide_in_panel .close_button svg, .image_viewer .close_btn svg, .image_position_marker svg, .prev_next_button_pictureviewer svg, .prev_next_button_pictureviewer_mobile svg, .map_control_button svg, .image_position_marker_active svg, .outer_panorama_container .close_btn svg, #panorama .custom-scenespot button svg {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .on_white .is_close_button.main_share_button svg, .on_dark .is_close_button.main_share_button svg, .on_white .is_close_button.share_item svg, .on_dark .is_close_button.share_item svg, .is_close_button.button_round_plus_loadmore svg, .is_close_button.round_icon_button_plus_hover svg, .is_close_button.button_round_plus_reveal svg, .is_close_button.button_round_plus_darkbox svg, .is_close_button.round_icon_button_plus_hover1 svg, .is_close_button.round_icon_button_plus svg, .is_close_button.round_icon_button_arrowdown svg, .is_close_button.round_icon_button_play svg, .is_close_button.round_share_button svg, .is_close_button.round_fb_button svg, .is_close_button.round_xing_button svg, .is_close_button.round_xing_button_hoverscale svg, .is_close_button.round_download_button svg, .slide_in_panel .is_close_button.close_button svg, .image_viewer .is_close_button.close_btn svg, .is_close_button.image_position_marker svg, .is_close_button.prev_next_button_pictureviewer svg, .is_close_button.prev_next_button_pictureviewer_mobile svg, .is_close_button.map_control_button svg, .is_close_button.image_position_marker_active svg, .outer_panorama_container .is_close_button.close_btn svg, #panorama .custom-scenespot button.is_close_button svg {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

.on_white .main_share_button {
  width: 70px;
  height: 70px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .on_white .main_share_button {
      width: 53.8461538462px;
      height: 53.8461538462px; } }
  .on_white .main_share_button svg {
    top: 34.5%;
    left: 34.5%;
    max-height: 31%;
    max-width: 31%;
    stroke-width: 1px; }
    .edge .on_white .main_share_button svg,
    .msie11 .on_white .main_share_button svg {
      stroke-width: 1px; }
  .on_white .main_share_button .hoverscale {
    width: 70px;
    height: 70px;
    background-color: #17355b;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
    @media (max-width: 767px) {
      .on_white .main_share_button .hoverscale {
        width: 53.8461538462px;
        height: 53.8461538462px; } }
  .on_white .main_share_button:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #132c4b;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }

.on_dark .main_share_button {
  width: 70px;
  height: 70px;
  fill: #17355b;
  stroke: #17355b;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .on_dark .main_share_button {
      width: 53.8461538462px;
      height: 53.8461538462px; } }
  .on_dark .main_share_button svg {
    top: 34.5%;
    left: 34.5%;
    max-height: 31%;
    max-width: 31%;
    stroke-width: 1px; }
    .edge .on_dark .main_share_button svg,
    .msie11 .on_dark .main_share_button svg {
      stroke-width: 1px; }
  .on_dark .main_share_button .hoverscale {
    width: 70px;
    height: 70px;
    background-color: #e8e7e7;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
    @media (max-width: 767px) {
      .on_dark .main_share_button .hoverscale {
        width: 53.8461538462px;
        height: 53.8461538462px; } }
  .on_dark .main_share_button:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #dedddd;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }

.on_white .share_item {
  width: 44px;
  height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #e7e7e7;
  fill: #122945;
  stroke: #122945;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .on_white .share_item svg {
    top: 35%;
    left: 35%;
    max-height: 30%;
    max-width: 30%; }
  .on_white .share_item:hover {
    background-color: #122945; }
    .on_white .share_item:hover svg {
      fill: #e7e7e7;
      stroke: #e7e7e7; }

.on_dark .share_item {
  width: 44px;
  height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #e7e7e7;
  fill: #122945;
  stroke: #122945;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .on_dark .share_item svg {
    top: 35%;
    left: 35%;
    max-height: 30%;
    max-width: 30%; }
  .on_dark .share_item:hover {
    background-color: #3da3dc; }
    .on_dark .share_item:hover svg {
      fill: #e7e7e7;
      stroke: #e7e7e7; }

.button_round_plus_loadmore,
.round_icon_button_plus_hover,
.button_round_plus_reveal {
  width: 80px;
  height: 80px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .button_round_plus_loadmore,
    .round_icon_button_plus_hover,
    .button_round_plus_reveal {
      width: 61.5384615385px;
      height: 61.5384615385px; } }
  .button_round_plus_loadmore svg,
  .round_icon_button_plus_hover svg,
  .button_round_plus_reveal svg {
    top: 31%;
    left: 31%;
    max-height: 40%;
    max-width: 40%;
    stroke-width: 1px; }
    .edge .button_round_plus_loadmore svg,
    .msie11 .button_round_plus_loadmore svg, .edge
    .round_icon_button_plus_hover svg,
    .msie11
    .round_icon_button_plus_hover svg, .edge
    .button_round_plus_reveal svg,
    .msie11
    .button_round_plus_reveal svg {
      stroke-width: 1px; }
  .button_round_plus_loadmore .hoverscale,
  .round_icon_button_plus_hover .hoverscale,
  .button_round_plus_reveal .hoverscale {
    width: 80px;
    height: 80px;
    background-color: #17355b;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
    @media (max-width: 767px) {
      .button_round_plus_loadmore .hoverscale,
      .round_icon_button_plus_hover .hoverscale,
      .button_round_plus_reveal .hoverscale {
        width: 61.5384615385px;
        height: 61.5384615385px; } }
  .button_round_plus_loadmore:hover .hoverscale,
  .round_icon_button_plus_hover:hover .hoverscale,
  .button_round_plus_reveal:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }

.button_round_plus_darkbox {
  width: 80px;
  height: 80px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .button_round_plus_darkbox {
      width: 61.5384615385px;
      height: 61.5384615385px; } }
  .button_round_plus_darkbox svg {
    top: 31%;
    left: 31%;
    max-height: 40%;
    max-width: 40%;
    stroke-width: 1px; }
    .edge .button_round_plus_darkbox svg,
    .msie11 .button_round_plus_darkbox svg {
      stroke-width: 1px; }
  .button_round_plus_darkbox .hoverscale {
    width: 80px;
    height: 80px;
    background-color: transparent;
    box-shadow: none; }
    @media (max-width: 767px) {
      .button_round_plus_darkbox .hoverscale {
        width: 61.5384615385px;
        height: 61.5384615385px; } }
  .button_round_plus_darkbox:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: none; }
  .button_round_plus_darkbox .hoverscale {
    border: 1px solid #72737a; }

.round_icon_button_plus_hover1 {
  width: 80px;
  height: 80px;
  fill: #17355b;
  stroke: #17355b;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .round_icon_button_plus_hover1 {
      width: 61.5384615385px;
      height: 61.5384615385px; } }
  .round_icon_button_plus_hover1 svg {
    top: 31%;
    left: 31%;
    max-height: 40%;
    max-width: 40%;
    stroke-width: 1px; }
    .edge .round_icon_button_plus_hover1 svg,
    .msie11 .round_icon_button_plus_hover1 svg {
      stroke-width: 1px; }
  .round_icon_button_plus_hover1 .hoverscale {
    width: 80px;
    height: 80px;
    background-color: #e7e7e7;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
    @media (max-width: 767px) {
      .round_icon_button_plus_hover1 .hoverscale {
        width: 61.5384615385px;
        height: 61.5384615385px; } }
  .round_icon_button_plus_hover1:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #dddddd;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }

.round_icon_button_plus {
  width: 80px;
  height: 80px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #17355b;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .round_icon_button_plus svg {
    top: 31%;
    left: 31%;
    max-height: 40%;
    max-width: 40%; }
  .round_icon_button_plus:hover {
    background-color: #132c4b; }

.round_icon_button_arrowdown {
  width: 80px;
  height: 80px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #e7e7e7;
  fill: #282b31;
  stroke: #282b31;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .round_icon_button_arrowdown svg {
    top: 32%;
    left: 32%;
    max-height: 40%;
    max-width: 40%; }
  .round_icon_button_arrowdown:hover {
    background-color: #dddddd; }

.round_icon_button_play {
  width: 60px;
  height: 60px;
  fill: #282b31;
  stroke: #282b31;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .round_icon_button_play svg {
    top: 41.5%;
    left: 41.5%;
    max-height: 25%;
    max-width: 25%; }
  .round_icon_button_play .hoverscale {
    width: 60px;
    height: 60px;
    background-color: #e7e7e7;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
  .round_icon_button_play .border {
    width: 60px;
    height: 60px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; }
  .round_icon_button_play:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }

.round_share_button {
  width: 60px;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #3da3dc;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .round_share_button svg {
    top: 31.5%;
    left: 31.5%;
    max-height: 35%;
    max-width: 35%; }
  .round_share_button:hover {
    background-color: #5bb1e1; }

.round_fb_button {
  width: 44px;
  height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #17355b;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .round_fb_button svg {
    top: 31.5%;
    left: 31.5%;
    max-height: 35%;
    max-width: 35%; }
  .round_fb_button:hover {
    background-color: #1e4677; }

.round_xing_button {
  width: 44px;
  height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #e7e7e7;
  fill: #17355b;
  stroke: #17355b;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .round_xing_button svg {
    top: 31.5%;
    left: 31.5%;
    max-height: 35%;
    max-width: 35%; }
  .round_xing_button:hover {
    background-color: #dddddd; }

.round_xing_button_hoverscale {
  width: 44px;
  height: 44px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .round_xing_button_hoverscale {
      width: 33.8461538462px;
      height: 33.8461538462px; } }
  .round_xing_button_hoverscale svg {
    top: 31%;
    left: 31%;
    max-height: 40%;
    max-width: 40%;
    stroke-width: 1px; }
    .edge .round_xing_button_hoverscale svg,
    .msie11 .round_xing_button_hoverscale svg {
      stroke-width: 1px; }
  .round_xing_button_hoverscale .hoverscale {
    width: 44px;
    height: 44px;
    background-color: #17355b;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
    @media (max-width: 767px) {
      .round_xing_button_hoverscale .hoverscale {
        width: 33.8461538462px;
        height: 33.8461538462px; } }
  .round_xing_button_hoverscale:hover .hoverscale {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    background-color: #132c4b;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }

.round_download_button {
  width: 60px;
  height: 60px;
  fill: #282b31;
  stroke: #282b31;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .round_download_button {
      width: 46.1538461538px;
      height: 46.1538461538px; } }
  .round_download_button svg {
    top: 31%;
    left: 31%;
    max-height: 40%;
    max-width: 40%;
    stroke-width: 1px; }
    .edge .round_download_button svg,
    .msie11 .round_download_button svg {
      stroke-width: 1px; }
  .round_download_button .hoverscale {
    width: 60px;
    height: 60px;
    background-color: #e8e7e7;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
    @media (max-width: 767px) {
      .round_download_button .hoverscale {
        width: 46.1538461538px;
        height: 46.1538461538px; } }
  .round_download_button:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }

.slide_in_panel .close_button {
  width: 44px;
  height: 44px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: fixed;
  right: 20px;
  top: 20px; }
  @media (max-width: 767px) {
    .slide_in_panel .close_button {
      width: 33.8461538462px;
      height: 33.8461538462px; } }
  .slide_in_panel .close_button svg {
    top: 32.5%;
    left: 32.5%;
    max-height: 35%;
    max-width: 35%;
    stroke-width: 1px; }
    .edge .slide_in_panel .close_button svg,
    .msie11 .slide_in_panel .close_button svg {
      stroke-width: 1px; }
  .slide_in_panel .close_button .hoverscale {
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none; }
    @media (max-width: 767px) {
      .slide_in_panel .close_button .hoverscale {
        width: 33.8461538462px;
        height: 33.8461538462px; } }
  .slide_in_panel .close_button:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none; }
  .edge .slide_in_panel .close_button, .msie11 .slide_in_panel .close_button {
    stroke-width: 3px; }

.image_viewer .close_btn {
  width: 44px;
  height: 44px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: fixed;
  right: 20px;
  top: 20px; }
  .image_viewer .close_btn svg {
    top: 32.5%;
    left: 32.5%;
    max-height: 35%;
    max-width: 35%;
    stroke-width: 1px; }
    .edge .image_viewer .close_btn svg,
    .msie11 .image_viewer .close_btn svg {
      stroke-width: 1px; }
  .image_viewer .close_btn .hoverscale {
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none; }
  .image_viewer .close_btn:hover .hoverscale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none; }
  .edge .image_viewer .close_btn, .msie11 .image_viewer .close_btn {
    stroke-width: 3px; }

.image_position_marker {
  width: 30px;
  height: 30px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .image_position_marker svg {
    top: 30%;
    left: 30%;
    max-height: 40%;
    max-width: 40%; }
  .image_position_marker .hoverscale {
    width: 30px;
    height: 30px;
    background-color: #17355b;
    box-shadow: none; }
  .image_position_marker .border {
    width: 30px;
    height: 30px;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; }
  .image_position_marker:hover .hoverscale {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: none; }
  .image_position_marker .dot {
    display: none; }
  .image_position_marker .cross_vertical {
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: white;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(0, -50%, 0) ;
    -moz-transform: translate3d(0, -50%, 0) ;
    transform: translate3d(0, -50%, 0) ; }
  .image_position_marker .cross_horizontal {
    position: absolute;
    height: 1px;
    width: 13px;
    background-color: white;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) ;
    -moz-transform: translate3d(-50%, 0, 0) ;
    transform: translate3d(-50%, 0, 0) ; }

.prev_next_button_pictureviewer {
  width: 60px;
  height: 60px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  margin-right: 15px; }
  .edge .prev_next_button_pictureviewer, .msie11 .prev_next_button_pictureviewer {
    stroke-width: 3px; }
  .prev_next_button_pictureviewer svg {
    top: 35%;
    left: 35%;
    max-height: 30%;
    max-width: 30%; }
  .prev_next_button_pictureviewer .hoverscale {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #3b3e44;
    box-shadow: none; }
  .prev_next_button_pictureviewer .border {
    width: 60px;
    height: 60px;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; }
  .prev_next_button_pictureviewer:hover .hoverscale {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: none; }
  .prev_next_button_pictureviewer .dot {
    display: none; }

.prev_next_button_pictureviewer_mobile {
  width: 40px;
  height: 40px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  margin-right: 10px; }
  .edge .prev_next_button_pictureviewer_mobile, .msie11 .prev_next_button_pictureviewer_mobile {
    stroke-width: 3px; }
  .prev_next_button_pictureviewer_mobile svg {
    top: 35%;
    left: 35%;
    max-height: 30%;
    max-width: 30%; }
  .prev_next_button_pictureviewer_mobile .hoverscale {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #3b3e44;
    box-shadow: none; }
  .prev_next_button_pictureviewer_mobile .border {
    width: 40px;
    height: 40px;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; }
  .prev_next_button_pictureviewer_mobile:hover .hoverscale {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: none; }
  .prev_next_button_pictureviewer_mobile .dot {
    display: none; }

.map_control_button {
  width: 40px;
  height: 40px;
  fill: #72737a;
  stroke: #72737a;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .map_control_button {
      width: 30.7692307692px;
      height: 30.7692307692px; } }
  .map_control_button svg {
    top: 30%;
    left: 30%;
    max-height: 40%;
    max-width: 40%;
    stroke-width: 1px; }
    .edge .map_control_button svg,
    .msie11 .map_control_button svg {
      stroke-width: 1px; }
  .map_control_button .hoverscale {
    width: 40px;
    height: 40px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 4px; }
    @media (max-width: 767px) {
      .map_control_button .hoverscale {
        width: 30.7692307692px;
        height: 30.7692307692px; } }
  .map_control_button:hover .hoverscale {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 4px; }
  .map_control_button .dot {
    display: none; }

.image_position_marker_active {
  width: 30px;
  height: 30px;
  fill: white;
  stroke: white;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  .image_position_marker_active svg {
    top: 30%;
    left: 30%;
    max-height: 40%;
    max-width: 40%; }
  .image_position_marker_active svg {
    display: none; }
  .image_position_marker_active .hoverscale {
    width: 30px;
    height: 30px;
    background-color: #3da3dc;
    box-shadow: none; }
  .image_position_marker_active .border {
    width: 30px;
    height: 30px;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; }
  .image_position_marker_active:hover .hoverscale {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: none; }
  .image_position_marker_active .dot {
    display: block;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    margin-left: 40.3%;
    margin-top: 40.3%; }
    #panorama .image_position_marker_active .dot {
      margin-top: 50%;
      transform: translate3d(0, -50%, 0); }
  .image_position_marker_active .cross_vertical {
    display: none; }
  .image_position_marker_active .cross_horizontal {
    display: none; }

/* =====================================================================================================================
BUTTON ICON LINK
=======================================================================================================================*/
.download_link {
  color: #72737a;
  display: block; }

.download_link .label {
  color: #e8e7e7;
  white-space: normal;
  position: relative;
  display: block;
  top: 4px;
  margin-left: 47px;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  transition: color 100ms linear;
  color: #e8e7e7; }
  @media (min-width: 1860px) {
    .download_link .label {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .download_link .label {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .download_link .label {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .download_link .label {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .download_link .label {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (max-width: 767px) {
    .download_link .label {
      font-size: 20px;
      line-height: 1.5em; } }

.download_link svg {
  fill: #e8e7e7;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
  max-width: 100%;
  max-height: 100%; }

.download_link .icon {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  float: left; }

.download_link:hover .label {
  color: #3da3dc; }

.download_link:hover svg {
  fill: #3da3dc; }

/* =====================================================================================================================
DARK LIST BOX
=======================================================================================================================*/
.download_thumbnail {
  display: block; }

.download_thumbnail .imagebox {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 140%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px; }

.download_thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(40, 43, 49, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 130ms linear;
  -moz-transition: opacity 130ms linear;
  transition: opacity 130ms linear; }

.download_thumbnail a:hover .overlay {
  opacity: 1; }

.download_thumbnail .label {
  position: relative; }

.download_thumbnail .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.download_thumbnail .round_download_button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  position: absolute; }

/* =====================================================================================================================
ARROWS
=======================================================================================================================*/
.arrow_icon_large, .arrow_icon_small, .arrow_icon_fat, .arrow_icon_large_white, .arrow_icon_small_white, .arrow_icon_small_silver, .arrow_icon_small_red, .msie11 .arrow_icon_small_red, .edge .arrow_icon_small_red {
  position: relative; }

.arrow_icon_large {
  stroke-width: 2px;
  stroke: #282b31;
  width: 100px;
  height: 60px; }

.arrow_icon_small {
  stroke-width: 1px;
  stroke: #282b31;
  width: 24px;
  height: 14.4px; }

.arrow_icon_fat {
  stroke-width: 2px;
  stroke: #282b31;
  width: 50px;
  height: 30px; }

.arrow_icon_large_white {
  stroke-width: 2px;
  stroke: white;
  width: 100px;
  height: 60px; }

.arrow_icon_small_white {
  stroke-width: 1px;
  stroke: white;
  width: 24px;
  height: 14.4px; }

.arrow_icon_small_silver {
  stroke-width: 1px;
  stroke: #e8e7e7;
  width: 24px;
  height: 14.4px;
  display: inline-block; }

.arrow_icon_small_red {
  stroke-width: 1px;
  stroke: red;
  width: 24px;
  height: 14.4px; }

.msie11 .arrow_icon_small_red {
  stroke-width: 3px;
  stroke: red;
  width: 24px;
  height: 14.4px; }

.edge .arrow_icon_small_red {
  stroke-width: 20px;
  stroke: red;
  width: 24px;
  height: 14.4px; }

/* =====================================================================================================================
LINK with ARROW
=======================================================================================================================*/
.link_with_arrow {
  display: block;
  white-space: nowrap;
  border-bottom: none !important;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear; }
  .link_with_arrow:link, .link_with_arrow:visited {
    color: #0c2d82;
    stroke: #0c2d82; }
  .link_with_arrow:hover {
    color: #72737a;
    stroke: #72737a; }

.link_with_arrow svg {
  position: relative;
  width: 21px;
  stroke-width: 1px;
  top: 0; }
  .edge .link_with_arrow svg, .link_with_arrow .edge svg, .msie11 .link_with_arrow svg, .link_with_arrow .msie11 svg {
    stroke-width: 4px; }
  .msie11 .link_with_arrow svg, .link_with_arrow .msie11 svg {
    height: 14px; }

.link_with_arrow .label {
  margin-right: 8px;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  transition: color 100ms linear;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .link_with_arrow .label {
      font-size: 20px;
      line-height: 1.45em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .link_with_arrow .label {
      font-size: 20px;
      line-height: 1.45em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .link_with_arrow .label {
      font-size: 20px;
      line-height: 1.45em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .link_with_arrow .label {
      font-size: 20px;
      line-height: 1.45em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .link_with_arrow .label {
      font-size: 20px;
      line-height: 1.45em; } }
  @media (max-width: 767px) {
    .link_with_arrow .label {
      font-size: 17px;
      line-height: 1.59em; } }
  .link_with_arrow .label:hover {
    color: #72737a; }

.link_with_arrow {
  margin-top: 10px; }

/* =====================================================================================================================
 Link Definitions
 =======================================================================================================================*/
.phone_link {
  color: #72737a !important;
  text-decoration: none !important;
  border-bottom: 1px solid #72737a; }

/* =====================================================================================================================
SLIDE IN PANEL
=======================================================================================================================*/
.slide_in_panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #282b31;
  z-index: 1111111;
  -webkit-transform: translate3d(-100%, 0, 0) ;
  -moz-transform: translate3d(-100%, 0, 0) ;
  transform: translate3d(-100%, 0, 0) ;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  @media (max-width: 767px) {
    .slide_in_panel {
      width: 100%; } }
  @media (min-width: 768px) {
    .slide_in_panel {
      width: 600px; } }
  .on.slide_in_panel {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ;
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slide_in_panel hr {
    position: absolute;
    bottom: 71px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: none;
    border-left: none;
    border-right: none; }

.page_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1111; }

.slide_in_panel .image {
  height: 0;
  padding-bottom: 56%;
  background-size: cover;
  background-repeat: no-repeat; }

.slide_in_panel .next_object {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 97%;
  text-align: left;
  color: #e8e7e7;
  background-color: rgba(40, 43, 49, 0.9);
  color: #e8e7e7; }
  @media (min-width: 768px) {
    .msie11 .slide_in_panel .next_object, .slide_in_panel .msie11 .next_object {
      width: 580px; } }
  @media (max-width: 767px) {
    .msie11 .slide_in_panel .next_object, .slide_in_panel .msie11 .next_object {
      width: calc(100% - 20px); } }
  .msie .slide_in_panel .next_object, .slide_in_panel .msie .next_object {
    display: none; }
  @media (min-width: 768px) {
    .slide_in_panel .next_object {
      padding-left: 60px; } }
  @media (max-width: 767px) {
    .slide_in_panel .next_object {
      padding-left: 25px; } }
  .slide_in_panel .next_object .arrow_icon_small_silver {
    margin-left: 10px; }
  @media (min-width: 1860px) {
    .slide_in_panel .next_object {
      font-size: 18px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .slide_in_panel .next_object {
      font-size: 18px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .slide_in_panel .next_object {
      font-size: 18px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .slide_in_panel .next_object {
      font-size: 18px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .slide_in_panel .next_object {
      font-size: 18px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .slide_in_panel .next_object {
      font-size: 18px;
      line-height: 1em; } }

.slide_in_panel .minutes {
  fill: white !important;
  stroke: white !important; }

.slide_in_panel .text {
  padding-bottom: 90px !important; }
  @media (max-width: 767px) {
    .slide_in_panel .text {
      padding: 25px; } }
  @media (min-width: 768px) {
    .slide_in_panel .text {
      padding-top: 60px;
      padding-left: 60px;
      padding-right: 80px; } }

.slide_in_panel .spitzmarke {
  margin-bottom: 10px; }

.slide_in_panel h1, .slide_in_panel h2, .slide_in_panel h3, .slide_in_panel h4, .slide_in_panel h5 {
  margin-bottom: 30px; }

.msie11 .next_object {
  display: none; }

.inner_slide_in_panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .inner_slide_in_panel::-webkit-scrollbar {
    width: 0 !important; }

.msie11 .slide_in_panel .close_button {
  position: absolute; }

/* =====================================================================================================================
 CHAPTER NAVIGATION
 =======================================================================================================================*/
.chapter_nav_container {
  position: fixed;
  overflow: hidden;
  background-color: #122945;
  -webkit-transition: height 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: height 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 200%, 0) ;
  -moz-transform: translate3d(0, 200%, 0) ;
  transform: translate3d(0, 200%, 0) ;
  z-index: 1111; }
  @media (max-width: 767px) {
    .chapter_nav_container {
      width: 100%;
      bottom: 0; } }
  @media (min-width: 768px) {
    .chapter_nav_container {
      width: auto;
      bottom: 42.5px; } }
  .on.chapter_nav_container {
    height: auto; }
  .visible.chapter_nav_container {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }

.chapter_nav_container .header {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }
  @media (max-width: 767px) {
    .chapter_nav_container .header {
      height: 40px; } }
  @media (min-width: 768px) {
    .chapter_nav_container .header {
      height: 65px;
      padding-right: 10px; } }

.chapter_nav_container .chapter_nav {
  position: relative; }
  .chapter_nav_container .chapter_nav li {
    padding-right: 70px; }
  @media (max-width: 767px) {
    .chapter_nav_container .chapter_nav {
      margin-left: 36px; } }
  @media (min-width: 768px) {
    .chapter_nav_container .chapter_nav {
      margin-left: 67px; } }

.chapter_nav_container .openclose {
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  transition: all 150ms linear; }
  .ipad .chapter_nav_container .openclose, .chapter_nav_container .ipad .openclose,
  .firefox .chapter_nav_container .openclose,
  .chapter_nav_container .firefox .openclose,
  .chapter_nav_container .openclose .chrome.platform-win {
    top: -4px; }
  .msie .chapter_nav_container .openclose, .chapter_nav_container .msie .openclose {
    top: -13px; }

.chapter_nav_container .openclose svg {
  width: 100%;
  height: 100%;
  stroke: white;
  stroke-width: 2px; }

.chapter_nav_container .typeicon {
  position: relative;
  display: inline-block; }
  @media (min-width: 768px) {
    .chapter_nav_container .typeicon {
      height: 12px; }
      .msie11 .chapter_nav_container .typeicon, .chapter_nav_container .msie11 .typeicon {
        width: 30px; } }
  @media (max-width: 767px) {
    .chapter_nav_container .typeicon {
      height: 10px; } }
  .chapter_nav_container .typeicon svg {
    fill: white;
    height: 100%;
    vertical-align: top; }

.chapter_nav_container .chapter_nav_item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  transition: color 100ms linear;
  text-align: left;
  overflow: visible; }
  .chapter_nav_container .chapter_nav_item:hover {
    color: #bdccd6; }
  .chapter_nav_container .current.chapter_nav_item {
    color: white; }
    .chapter_nav_container .current.chapter_nav_item::before {
      content: '●';
      font-size: 12px;
      position: absolute;
      left: -13px;
      top: 5px; }
      @media (max-width: 767px) {
        .chapter_nav_container .current.chapter_nav_item::before {
          font-size: 10px; } }
      .msie11 .chapter_nav_container .current.chapter_nav_item::before, .chapter_nav_container .msie11 .current.chapter_nav_item::before {
        top: 6px; }
      .android .chapter_nav_container .current.chapter_nav_item::before, .chapter_nav_container .android .current.chapter_nav_item::before {
        font-size: 6px;
        top: 5px; }

@media (min-width: 768px) {
  .chapter_nav_container .header > * {
    margin-left: 16px; }
    .chapter_nav_container .header > *:last-child {
      margin-right: 16px; } }

@media (max-width: 767px) {
  .chapter_nav_container .header > * {
    margin-left: 10px; } }

.chapter_nav_container .chapter_navigation_label {
  position: relative; }

.chapter_nav_container .openclose.visible_all_but_screen_a {
  margin-left: auto; }

.chapter_nav_container.on .openclose {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

/* =====================================================================================================================
 CHAPTER PAGER
 =======================================================================================================================*/
.chapter_pager_container {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translate3d(60px, -50%, 0) ;
  -moz-transform: translate3d(60px, -50%, 0) ;
  transform: translate3d(60px, -50%, 0) ;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }
  @media (max-width: 767px) {
    .chapter_pager_container {
      display: none; } }
  .visible.chapter_pager_container {
    -webkit-transform: translate3d(0, -50%, 0) ;
    -moz-transform: translate3d(0, -50%, 0) ;
    transform: translate3d(0, -50%, 0) ; }

.chapter_pager_container .chapter_pager_item {
  position: relative;
  color: #afafaf;
  margin-bottom: 26px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .chapter_pager_container .chapter_pager_item {
      font-size: 21px;
      line-height: 0; } }
  .chapter_pager_container .current.chapter_pager_item {
    color: #0c2d82; }

.chapter_pager_container .chapter_pager_marker {
  position: absolute;
  border-radius: 50%;
  right: -9px;
  display: block;
  border: solid 2px #d5d5d5;
  -webkit-transition: top 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: top 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: top 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer; }
  @media (min-width: 768px) {
    .chapter_pager_container .chapter_pager_marker {
      width: 25px;
      height: 25px;
      top: 0; } }

.chapter_pager_container .inner_chapter_pager {
  padding-top: 13px; }

/* =====================================================================================================================
 MAINNAV
 =======================================================================================================================*/
.mainnav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #122945;
  z-index: 1111;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-100%, 0, 0) ;
  -moz-transform: translate3d(-100%, 0, 0) ;
  transform: translate3d(-100%, 0, 0) ; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mainnav {
      width: 384px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .mainnav {
      width: 462px; } }
  @media (min-width: 1280px) {
    .mainnav {
      width: 462px; } }
  .on.mainnav {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }

.mainnav .langswitch {
  position: relative;
  height: 20px;
  padding-left: 100px;
  margin-bottom: 60px;
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  transition: opacity 200ms linear; }
  .mainnav .langswitch .icon {
    position: relative;
    float: left;
    width: 18px;
    margin-right: 16px; }
    .msie11 .mainnav .langswitch .icon, .mainnav .msie11 .langswitch .icon,
    .msie .mainnav .langswitch .icon,
    .mainnav .msie .langswitch .icon {
      height: 18px; }
    .mainnav .langswitch .icon svg {
      fill: #afafaf; }
  .mainnav .langswitch .hide {
    opacity: 0; }
  .mainnav .langswitch .act_language_label {
    font-size: 18px;
    text-transform: uppercase;
    color: #afafaf;
    float: left;
    cursor: pointer; }
    .mainnav .langswitch .act_language_label:after {
      content: '';
      background-image: url(../img/icn_arrow_small_right_white_standalone.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      -webkit-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -moz-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -webkit-transform: translate3d(-4px, 0, 0) ;
      -moz-transform: translate3d(-4px, 0, 0) ;
      transform: translate3d(-4px, 0, 0) ;
      width: 12px;
      height: 14px;
      opacity: 0;
      margin-left: 10px;
      margin-right: 10px;
      display: inline-block; }
    .mainnav .langswitch .act_language_label.show:after {
      opacity: 0.4;
      -webkit-transform: translate3d(0, 0, 0) ;
      -moz-transform: translate3d(0, 0, 0) ;
      transform: translate3d(0, 0, 0) ;
      -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .mainnav .langswitch .langnav {
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transform: translate3d(-7px, 0, 0) ;
    -moz-transform: translate3d(-7px, 0, 0) ;
    transform: translate3d(-7px, 0, 0) ; }
    .mainnav .langswitch .langnav.on {
      opacity: 1;
      -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transform: translate3d(0, 0, 0) ;
      -moz-transform: translate3d(0, 0, 0) ;
      transform: translate3d(0, 0, 0) ; }
  .mainnav .langswitch a {
    font-size: 18px;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    transition: color 100ms linear; }
    .mainnav .langswitch a:link, .mainnav .langswitch a:visited {
      color: #7c7c7c; }
    .mainnav .langswitch a:hover {
      color: #afafaf; }
  .mainnav .langswitch li {
    float: left;
    margin-right: 10px; }

.mainnav .nav_level1 li, .mainnav .nav_level2 li {
  border-bottom: 1px solid #1d2b3d; }
  .mainnav .nav_level1 li:first-child, .mainnav .nav_level2 li:first-child {
    border-top: 1px solid #1d2b3d; }

.mainnav .nav_level1 {
  position: relative;
  background-color: #0c2132;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mainnav .nav_level1 {
      width: 384px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .mainnav .nav_level1 {
      width: 462px; } }
  @media (min-width: 1280px) {
    .mainnav .nav_level1 {
      width: 462px; } }
  .mainnav .nav_level1 li {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .mainnav .nav_level1 li:nth-child(1) .nav_level2 {
      top: 0px; }
    .mainnav .nav_level1 li:nth-child(2) .nav_level2 {
      top: -81px; }
    .mainnav .nav_level1 li:nth-child(3) .nav_level2 {
      top: -162px; }
    .mainnav .nav_level1 li:nth-child(4) .nav_level2 {
      top: -243px; }
    .mainnav .nav_level1 li:nth-child(5) .nav_level2 {
      top: -324px; }
    .mainnav .nav_level1 li:nth-child(6) .nav_level2 {
      top: -405px; }
    .mainnav .nav_level1 li:nth-child(7) .nav_level2 {
      top: -486px; }
    .mainnav .nav_level1 li:nth-child(8) .nav_level2 {
      top: -567px; }
    .mainnav .nav_level1 li:nth-child(9) .nav_level2 {
      top: -648px; }
    .mainnav .nav_level1 li:nth-child(10) .nav_level2 {
      top: -729px; }
    .mainnav .nav_level1 li:nth-child(11) .nav_level2 {
      top: -810px; }
    .mainnav .nav_level1 li:nth-child(12) .nav_level2 {
      top: -891px; }
    .mainnav .nav_level1 li:nth-child(13) .nav_level2 {
      top: -972px; }
    .mainnav .nav_level1 li:nth-child(14) .nav_level2 {
      top: -1053px; }
    .mainnav .nav_level1 li:nth-child(15) .nav_level2 {
      top: -1134px; }
    .mainnav .nav_level1 li:nth-child(16) .nav_level2 {
      top: -1215px; }
    .mainnav .nav_level1 li:nth-child(17) .nav_level2 {
      top: -1296px; }
    .mainnav .nav_level1 li:nth-child(18) .nav_level2 {
      top: -1377px; }
    .mainnav .nav_level1 li:nth-child(19) .nav_level2 {
      top: -1458px; }
    .mainnav .nav_level1 li:nth-child(20) .nav_level2 {
      top: -1539px; }
    .mainnav .nav_level1 li:nth-child(1) {
      -webkit-transition-delay: 90ms;
      -moz-transition-delay: 90ms;
      transition-delay: 90ms; }
    .mainnav .nav_level1 li:nth-child(2) {
      -webkit-transition-delay: 160ms;
      -moz-transition-delay: 160ms;
      transition-delay: 160ms; }
    .mainnav .nav_level1 li:nth-child(3) {
      -webkit-transition-delay: 230ms;
      -moz-transition-delay: 230ms;
      transition-delay: 230ms; }
    .mainnav .nav_level1 li:nth-child(4) {
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      transition-delay: 300ms; }
    .mainnav .nav_level1 li:nth-child(5) {
      -webkit-transition-delay: 370ms;
      -moz-transition-delay: 370ms;
      transition-delay: 370ms; }
    .mainnav .nav_level1 li:nth-child(6) {
      -webkit-transition-delay: 440ms;
      -moz-transition-delay: 440ms;
      transition-delay: 440ms; }
    .mainnav .nav_level1 li:nth-child(7) {
      -webkit-transition-delay: 510ms;
      -moz-transition-delay: 510ms;
      transition-delay: 510ms; }
    .mainnav .nav_level1 li:nth-child(8) {
      -webkit-transition-delay: 580ms;
      -moz-transition-delay: 580ms;
      transition-delay: 580ms; }
    .mainnav .nav_level1 li:nth-child(9) {
      -webkit-transition-delay: 650ms;
      -moz-transition-delay: 650ms;
      transition-delay: 650ms; }
    .mainnav .nav_level1 li:nth-child(10) {
      -webkit-transition-delay: 720ms;
      -moz-transition-delay: 720ms;
      transition-delay: 720ms; }
    .mainnav .nav_level1 li:nth-child(11) {
      -webkit-transition-delay: 790ms;
      -moz-transition-delay: 790ms;
      transition-delay: 790ms; }
    .mainnav .nav_level1 li:nth-child(12) {
      -webkit-transition-delay: 860ms;
      -moz-transition-delay: 860ms;
      transition-delay: 860ms; }
    .mainnav .nav_level1 li:nth-child(13) {
      -webkit-transition-delay: 930ms;
      -moz-transition-delay: 930ms;
      transition-delay: 930ms; }
    .mainnav .nav_level1 li:nth-child(14) {
      -webkit-transition-delay: 1000ms;
      -moz-transition-delay: 1000ms;
      transition-delay: 1000ms; }
    .mainnav .nav_level1 li:nth-child(15) {
      -webkit-transition-delay: 1070ms;
      -moz-transition-delay: 1070ms;
      transition-delay: 1070ms; }
    .mainnav .nav_level1 li:nth-child(16) {
      -webkit-transition-delay: 1140ms;
      -moz-transition-delay: 1140ms;
      transition-delay: 1140ms; }
    .mainnav .nav_level1 li:nth-child(17) {
      -webkit-transition-delay: 1210ms;
      -moz-transition-delay: 1210ms;
      transition-delay: 1210ms; }
    .mainnav .nav_level1 li:nth-child(18) {
      -webkit-transition-delay: 1280ms;
      -moz-transition-delay: 1280ms;
      transition-delay: 1280ms; }
    .mainnav .nav_level1 li:nth-child(19) {
      -webkit-transition-delay: 1350ms;
      -moz-transition-delay: 1350ms;
      transition-delay: 1350ms; }
    .mainnav .nav_level1 li:nth-child(20) {
      -webkit-transition-delay: 1420ms;
      -moz-transition-delay: 1420ms;
      transition-delay: 1420ms; }
  .mainnav .nav_level1 a {
    position: relative;
    font-size: 26px;
    line-height: 1em;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    transition: color 100ms linear;
    padding-top: 27px;
    padding-bottom: 27px;
    display: block;
    width: 100%; }
    .mainnav .nav_level1 a .icon {
      position: absolute;
      right: 0;
      width: 13px;
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      transition: all 150ms ease;
      -webkit-transform: translate3d(-5px, 0, 0) ;
      -moz-transform: translate3d(-5px, 0, 0) ;
      transform: translate3d(-5px, 0, 0) ; }
      .msie11 .mainnav .nav_level1 a .icon, .mainnav .msie11 .nav_level1 a .icon {
        height: 13px; }
      .mainnav .nav_level1 a .icon svg {
        stroke: #62859e;
        -webkit-transition: stroke 100ms linear;
        -moz-transition: stroke 100ms linear;
        transition: stroke 100ms linear; }
    .mainnav .nav_level1 a:link, .mainnav .nav_level1 a:visited {
      color: #62859e; }
    .mainnav .nav_level1 a:hover {
      color: white; }
      .mainnav .nav_level1 a:hover .icon {
        -webkit-transform: translate3d(0, 0, 0) ;
        -moz-transform: translate3d(0, 0, 0) ;
        transform: translate3d(0, 0, 0) ; }
        .mainnav .nav_level1 a:hover .icon svg {
          stroke: white; }

.mainnav .nav_level2 {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  padding-top: 112px;
  padding-bottom: 112px;
  left: 400px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 300ms linear 0ms, left 0ms linear 450ms, width 0ms linear 450ms, padding-left 0ms linear 450ms, padding-right 0ms linear 450ms;
  -moz-transition: opacity 300ms linear 0ms, left 0ms linear 450ms, width 0ms linear 450ms, padding-left 0ms linear 450ms, padding-right 0ms linear 450ms;
  transition: opacity 300ms linear 0ms, left 0ms linear 450ms, width 0ms linear 450ms, padding-left 0ms linear 450ms, padding-right 0ms linear 450ms;
  padding-left: 0;
  padding-right: 0; }
  .mainnav .nav_level2::-webkit-scrollbar {
    width: 0 !important; }
  .mainnav .nav_level2 li {
    -webkit-transition: all 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .mainnav .nav_level2 li:nth-child(1) {
      -webkit-transition-delay: 50ms;
      -moz-transition-delay: 50ms;
      transition-delay: 50ms; }
    .mainnav .nav_level2 li:nth-child(2) {
      -webkit-transition-delay: 100ms;
      -moz-transition-delay: 100ms;
      transition-delay: 100ms; }
    .mainnav .nav_level2 li:nth-child(3) {
      -webkit-transition-delay: 150ms;
      -moz-transition-delay: 150ms;
      transition-delay: 150ms; }
    .mainnav .nav_level2 li:nth-child(4) {
      -webkit-transition-delay: 200ms;
      -moz-transition-delay: 200ms;
      transition-delay: 200ms; }
    .mainnav .nav_level2 li:nth-child(5) {
      -webkit-transition-delay: 250ms;
      -moz-transition-delay: 250ms;
      transition-delay: 250ms; }
    .mainnav .nav_level2 li:nth-child(6) {
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      transition-delay: 300ms; }
    .mainnav .nav_level2 li:nth-child(7) {
      -webkit-transition-delay: 350ms;
      -moz-transition-delay: 350ms;
      transition-delay: 350ms; }
    .mainnav .nav_level2 li:nth-child(8) {
      -webkit-transition-delay: 400ms;
      -moz-transition-delay: 400ms;
      transition-delay: 400ms; }
    .mainnav .nav_level2 li:nth-child(9) {
      -webkit-transition-delay: 450ms;
      -moz-transition-delay: 450ms;
      transition-delay: 450ms; }
    .mainnav .nav_level2 li:nth-child(10) {
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      transition-delay: 500ms; }
    .mainnav .nav_level2 li:nth-child(11) {
      -webkit-transition-delay: 550ms;
      -moz-transition-delay: 550ms;
      transition-delay: 550ms; }
    .mainnav .nav_level2 li:nth-child(12) {
      -webkit-transition-delay: 600ms;
      -moz-transition-delay: 600ms;
      transition-delay: 600ms; }
    .mainnav .nav_level2 li:nth-child(13) {
      -webkit-transition-delay: 650ms;
      -moz-transition-delay: 650ms;
      transition-delay: 650ms; }
    .mainnav .nav_level2 li:nth-child(14) {
      -webkit-transition-delay: 700ms;
      -moz-transition-delay: 700ms;
      transition-delay: 700ms; }
    .mainnav .nav_level2 li:nth-child(15) {
      -webkit-transition-delay: 750ms;
      -moz-transition-delay: 750ms;
      transition-delay: 750ms; }
    .mainnav .nav_level2 li:nth-child(16) {
      -webkit-transition-delay: 800ms;
      -moz-transition-delay: 800ms;
      transition-delay: 800ms; }
    .mainnav .nav_level2 li:nth-child(17) {
      -webkit-transition-delay: 850ms;
      -moz-transition-delay: 850ms;
      transition-delay: 850ms; }
    .mainnav .nav_level2 li:nth-child(18) {
      -webkit-transition-delay: 900ms;
      -moz-transition-delay: 900ms;
      transition-delay: 900ms; }
    .mainnav .nav_level2 li:nth-child(19) {
      -webkit-transition-delay: 950ms;
      -moz-transition-delay: 950ms;
      transition-delay: 950ms; }
    .mainnav .nav_level2 li:nth-child(20) {
      -webkit-transition-delay: 1000ms;
      -moz-transition-delay: 1000ms;
      transition-delay: 1000ms; }
  .mainnav .nav_level2 a {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 22px;
    line-height: 1.2em;
    display: block; }
    .mainnav .nav_level2 a:link, .mainnav .nav_level2 a:visited {
      color: #62859e; }
    .mainnav .nav_level2 a.active, .mainnav .nav_level2 a:hover {
      color: white; }
  .mainnav .on.nav_level2 {
    -webkit-transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    opacity: 1;
    padding-left: 60px;
    padding-right: 60px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mainnav .on.nav_level2 {
        width: 384px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .mainnav .on.nav_level2 {
        width: 462px; } }
    @media (min-width: 1280px) {
      .mainnav .on.nav_level2 {
        width: 462px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mainnav .on.nav_level2 {
        left: 384px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .mainnav .on.nav_level2 {
        left: 462px; } }
    @media (min-width: 1280px) {
      .mainnav .on.nav_level2 {
        left: 462px; } }

.mainnav .nav_panel_1, .mainnav .nav_panel_2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #001c2d;
  width: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .mainnav .on.nav_panel_1, .mainnav .on.nav_panel_2 {
    -webkit-transform: translate3d(100%, 0, 0) ;
    -moz-transform: translate3d(100%, 0, 0) ;
    transform: translate3d(100%, 0, 0) ; }

.mainnav .image_tiles li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 0;
  float: left;
  display: inline-block;
  border: none; }
  .mainnav .image_tiles li:nth-child(even) {
    margin-right: 0; }
  .mainnav .image_tiles li:first-child {
    border: none; }
  .mainnav .image_tiles li .image_holder {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    transform: scale(1.005);
    bottom: 0;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .mainnav .image_tiles li a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden; }
    .mainnav .image_tiles li a:hover .image_holder {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      transform: scale(1.04); }
    .mainnav .image_tiles li a svg {
      position: absolute;
      bottom: 10px;
      display: block;
      left: 10px;
      height: 12%;
      fill: white; }

.mainnav .servicenav {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 60px; }
  .mainnav .servicenav > li {
    -webkit-transition: all 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .mainnav .servicenav > li:nth-child(1) {
      -webkit-transition-delay: 550ms;
      -moz-transition-delay: 550ms;
      transition-delay: 550ms; }
    .mainnav .servicenav > li:nth-child(2) {
      -webkit-transition-delay: 600ms;
      -moz-transition-delay: 600ms;
      transition-delay: 600ms; }
    .mainnav .servicenav > li:nth-child(3) {
      -webkit-transition-delay: 650ms;
      -moz-transition-delay: 650ms;
      transition-delay: 650ms; }
    .mainnav .servicenav > li:nth-child(4) {
      -webkit-transition-delay: 700ms;
      -moz-transition-delay: 700ms;
      transition-delay: 700ms; }
    .mainnav .servicenav > li:nth-child(5) {
      -webkit-transition-delay: 750ms;
      -moz-transition-delay: 750ms;
      transition-delay: 750ms; }
    .mainnav .servicenav > li:nth-child(6) {
      -webkit-transition-delay: 800ms;
      -moz-transition-delay: 800ms;
      transition-delay: 800ms; }
    .mainnav .servicenav > li:nth-child(7) {
      -webkit-transition-delay: 850ms;
      -moz-transition-delay: 850ms;
      transition-delay: 850ms; }
    .mainnav .servicenav > li:nth-child(8) {
      -webkit-transition-delay: 900ms;
      -moz-transition-delay: 900ms;
      transition-delay: 900ms; }
    .mainnav .servicenav > li:nth-child(9) {
      -webkit-transition-delay: 950ms;
      -moz-transition-delay: 950ms;
      transition-delay: 950ms; }
    .mainnav .servicenav > li:nth-child(10) {
      -webkit-transition-delay: 1000ms;
      -moz-transition-delay: 1000ms;
      transition-delay: 1000ms; }
    .mainnav .servicenav > li:nth-child(11) {
      -webkit-transition-delay: 1050ms;
      -moz-transition-delay: 1050ms;
      transition-delay: 1050ms; }
    .mainnav .servicenav > li:nth-child(12) {
      -webkit-transition-delay: 1100ms;
      -moz-transition-delay: 1100ms;
      transition-delay: 1100ms; }
    .mainnav .servicenav > li:nth-child(13) {
      -webkit-transition-delay: 1150ms;
      -moz-transition-delay: 1150ms;
      transition-delay: 1150ms; }
    .mainnav .servicenav > li:nth-child(14) {
      -webkit-transition-delay: 1200ms;
      -moz-transition-delay: 1200ms;
      transition-delay: 1200ms; }
    .mainnav .servicenav > li:nth-child(15) {
      -webkit-transition-delay: 1250ms;
      -moz-transition-delay: 1250ms;
      transition-delay: 1250ms; }
    .mainnav .servicenav > li:nth-child(16) {
      -webkit-transition-delay: 1300ms;
      -moz-transition-delay: 1300ms;
      transition-delay: 1300ms; }
    .mainnav .servicenav > li:nth-child(17) {
      -webkit-transition-delay: 1350ms;
      -moz-transition-delay: 1350ms;
      transition-delay: 1350ms; }
    .mainnav .servicenav > li:nth-child(18) {
      -webkit-transition-delay: 1400ms;
      -moz-transition-delay: 1400ms;
      transition-delay: 1400ms; }
    .mainnav .servicenav > li:nth-child(19) {
      -webkit-transition-delay: 1450ms;
      -moz-transition-delay: 1450ms;
      transition-delay: 1450ms; }
    .mainnav .servicenav > li:nth-child(20) {
      -webkit-transition-delay: 1500ms;
      -moz-transition-delay: 1500ms;
      transition-delay: 1500ms; }
  .mainnav .servicenav a {
    font-size: 19px;
    line-height: 2em;
    -webkit-transition: color 80ms linear;
    -moz-transition: color 80ms linear;
    transition: color 80ms linear; }
    .mainnav .servicenav a:link, .mainnav .servicenav a:visited {
      color: #62859e; }
    .mainnav .servicenav a:hover {
      color: white; }

.mainnav .social_nav {
  position: relative;
  margin-left: 60px;
  margin-bottom: 60px; }
  .mainnav .sticky.social_nav {
    position: fixed;
    bottom: 60px;
    left: 60px;
    margin-left: auto;
    margin-bottom: auto; }
    .msie11 .mainnav .sticky.social_nav, .mainnav .msie11 .sticky.social_nav {
      position: absolute; }
  .msie .mainnav .social_nav, .mainnav .msie .social_nav {
    display: none; }

.mainnav .inner_mainnav {
  position: relative;
  padding-top: 32px;
  overflow-y: auto;
  overflow-x: visible;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none; }
  .mainnav .inner_mainnav::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: white !important; }
  .mainnav .inner_mainnav::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); }
  .mainnav .inner_mainnav::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0); }
  .mainnav .inner_mainnav::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0); }
  .mainnav .inner_mainnav::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0); }

@media (max-width: 767px) {
  .mainnav {
    display: none; } }

.mainnav .nav_panel_1 {
  background-color: #0c2132; }

.mainnav .nav_level1 > li,
.mainnav .nav_level2 > li,
.mainnav .servicenav > li {
  -webkit-transform: translate3d(0, 20px, 0) ;
  -moz-transform: translate3d(0, 20px, 0) ;
  transform: translate3d(0, 20px, 0) ;
  opacity: 0; }

.mainnav .current {
  color: white !important; }
  .mainnav .current .icon svg {
    stroke: white !important; }

.on .inner_mainnav > .nav_level1 > li,
.on.nav_level2 > li,
.on .inner_mainnav > .servicenav > li {
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ;
  opacity: 1; }

@media (min-width: 768px) and (max-width: 1023px) {
  a.social_mainnav_button {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    padding-top: 14px;
    margin-right: 5px; }
    a.social_mainnav_button svg {
      max-width: 18px;
      max-height: 18px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
    a.social_mainnav_button {
      display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
    a.social_mainnav_button svg {
      top: -2px; } }

@media (min-width: 1024px) {
  a.social_mainnav_button {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    margin-right: 5px; }
    a.social_mainnav_button svg {
      max-width: 18px;
      max-height: 18px; } }
  @media (min-width: 1024px) and (max-width: 767px) {
    a.social_mainnav_button {
      display: none; } }

.menuwrapper {
  position: absolute;
  z-index: 10; }

.main-menu.hidden {
  position: static;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0; }

/* =====================================================================================================================
MOBILENAV
=======================================================================================================================*/
.mobilenav_panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-100%, 0, 0) ;
  -moz-transform: translate3d(-100%, 0, 0) ;
  transform: translate3d(-100%, 0, 0) ;
  background-color: #0c2132;
  z-index: 1111111; }
  .mobilenav_panel::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: white !important; }
  .mobilenav_panel::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); }
  .mobilenav_panel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0); }
  .mobilenav_panel::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0); }
  .mobilenav_panel::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0); }
  .on.mobilenav_panel {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .touchscroll.mobilenav_panel {
    overflow-y: scroll; }
  @media (min-width: 768px) {
    .mobilenav_panel {
      display: none; } }

.mobilenav_panel .nav_level2 {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.mobilenav_panel .langswitch {
  position: absolute;
  width: 100%;
  padding: 25px;
  padding-top: 22px;
  height: 20px;
  margin-bottom: 30px;
  padding-left: 60px;
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mobilenav_panel .langswitch {
      padding-top: 32px;
      padding-left: 100px; } }
  .mobilenav_panel .langswitch .icon {
    height: 16px;
    width: 16px;
    margin-right: 14px;
    float: left;
    margin-left: 20px; }
    .mobilenav_panel .langswitch .icon svg {
      height: 100%;
      fill: #afafaf; }
  .mobilenav_panel .langswitch ul {
    float: left; }
    .mobilenav_panel .langswitch ul li {
      margin-right: 14px;
      float: left; }
  .mobilenav_panel .langswitch a {
    font-size: 18px; }
    .mobilenav_panel .langswitch a:link, .mobilenav_panel .langswitch a:visited {
      color: #afafaf; }
    .mobilenav_panel .langswitch a.active {
      color: white; }
  .mobilenav_panel .off.langswitch {
    -webkit-transform: translate3d(-100%, 0, 0) ;
    -moz-transform: translate3d(-100%, 0, 0) ;
    transform: translate3d(-100%, 0, 0) ; }

.mobilenav_panel .magnifier {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 25px;
  background-image: url(../img/icn_magnifier.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.mobilenav_panel .nav_item_level1 .icon {
  position: absolute;
  display: block;
  right: 0;
  top: 21px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }
  .mobilenav_panel .nav_item_level1 .on.icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobilenav_panel .nav_item_level1 .icon svg {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: stroke 250ms ease;
    -moz-transition: stroke 250ms ease;
    transition: stroke 250ms ease;
    stroke: #62859e;
    stroke-width: 1px; }

.mobilenav_panel .nav_level1 > li {
  border-bottom: 1px solid #1d2b3d; }
  .mobilenav_panel .nav_level1 > li:first-child {
    border-top: 1px solid #1d2b3d; }

.mobilenav_panel .servicenav {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
  z-index: 1; }
  .mobilenav_panel .servicenav a {
    font-size: 18px;
    line-height: 1.9em;
    -webkit-transition: color 80ms linear;
    -moz-transition: color 80ms linear;
    transition: color 80ms linear; }
    .mobilenav_panel .servicenav a:link, .mobilenav_panel .servicenav a:visited {
      color: #62859e; }
    .mobilenav_panel .servicenav a:hover {
      color: white; }

.mobilenav_panel .text_tiles {
  position: relative;
  z-index: 1; }
  .mobilenav_panel .text_tiles a {
    font-size: 18px;
    line-height: 1.9em;
    -webkit-transition: color 80ms linear;
    -moz-transition: color 80ms linear;
    transition: color 80ms linear; }
    .mobilenav_panel .text_tiles a:link, .mobilenav_panel .text_tiles a:visited {
      color: #62859e; }
    .mobilenav_panel .text_tiles a:hover {
      color: white; }
  .mobilenav_panel .text_tiles li:last-of-type {
    margin-bottom: 20px; }

.mobilenav_panel .image_tiles {
  padding-right: 25px; }
  .mobilenav_panel .image_tiles li {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 0;
    float: left;
    display: inline-block;
    border: none; }
    .mobilenav_panel .image_tiles li:nth-child(even) {
      margin-right: 0; }
    .mobilenav_panel .image_tiles li:first-child {
      border: none; }
    .mobilenav_panel .image_tiles li:hover .image_holder {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      transform: scale(1.04); }
    .mobilenav_panel .image_tiles li .image_holder {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transform: scale(1.005);
      -moz-transform: scale(1.005);
      transform: scale(1.005);
      bottom: 0;
      -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .mobilenav_panel .image_tiles li a {
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 0;
      padding-bottom: 63%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden; }
      .mobilenav_panel .image_tiles li a svg {
        position: absolute;
        bottom: 10px;
        display: block;
        left: 10px;
        height: 12%;
        fill: white; }

.mobilenav_panel .nav_level1, .mobilenav_panel .nav_level2 {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative; }

.mobilenav_panel .nav_level1 {
  padding: 25px;
  padding-top: 90px; }
  .mobilenav_panel .nav_level1 > li {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .mobilenav_panel .nav_level1 > li:nth-child(1) {
      -webkit-transition-delay: 90ms;
      -moz-transition-delay: 90ms;
      transition-delay: 90ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(2) {
      -webkit-transition-delay: 160ms;
      -moz-transition-delay: 160ms;
      transition-delay: 160ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(3) {
      -webkit-transition-delay: 230ms;
      -moz-transition-delay: 230ms;
      transition-delay: 230ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(4) {
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      transition-delay: 300ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(5) {
      -webkit-transition-delay: 370ms;
      -moz-transition-delay: 370ms;
      transition-delay: 370ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(6) {
      -webkit-transition-delay: 440ms;
      -moz-transition-delay: 440ms;
      transition-delay: 440ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(7) {
      -webkit-transition-delay: 510ms;
      -moz-transition-delay: 510ms;
      transition-delay: 510ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(8) {
      -webkit-transition-delay: 580ms;
      -moz-transition-delay: 580ms;
      transition-delay: 580ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(9) {
      -webkit-transition-delay: 650ms;
      -moz-transition-delay: 650ms;
      transition-delay: 650ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(10) {
      -webkit-transition-delay: 720ms;
      -moz-transition-delay: 720ms;
      transition-delay: 720ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(11) {
      -webkit-transition-delay: 790ms;
      -moz-transition-delay: 790ms;
      transition-delay: 790ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(12) {
      -webkit-transition-delay: 860ms;
      -moz-transition-delay: 860ms;
      transition-delay: 860ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(13) {
      -webkit-transition-delay: 930ms;
      -moz-transition-delay: 930ms;
      transition-delay: 930ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(14) {
      -webkit-transition-delay: 1000ms;
      -moz-transition-delay: 1000ms;
      transition-delay: 1000ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(15) {
      -webkit-transition-delay: 1070ms;
      -moz-transition-delay: 1070ms;
      transition-delay: 1070ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(16) {
      -webkit-transition-delay: 1140ms;
      -moz-transition-delay: 1140ms;
      transition-delay: 1140ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(17) {
      -webkit-transition-delay: 1210ms;
      -moz-transition-delay: 1210ms;
      transition-delay: 1210ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(18) {
      -webkit-transition-delay: 1280ms;
      -moz-transition-delay: 1280ms;
      transition-delay: 1280ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(19) {
      -webkit-transition-delay: 1350ms;
      -moz-transition-delay: 1350ms;
      transition-delay: 1350ms; }
    .mobilenav_panel .nav_level1 > li:nth-child(20) {
      -webkit-transition-delay: 1420ms;
      -moz-transition-delay: 1420ms;
      transition-delay: 1420ms; }
    .mobilenav_panel .nav_level1 > li > a {
      position: relative;
      font-size: 21px;
      line-height: 1em;
      -webkit-transition: color 100ms linear;
      -moz-transition: color 100ms linear;
      transition: color 100ms linear;
      padding-top: 20px;
      padding-bottom: 20px;
      display: block;
      width: 100%; }
      .mobilenav_panel .nav_level1 > li > a:link, .mobilenav_panel .nav_level1 > li > a:visited {
        color: #62859e; }
      .mobilenav_panel .nav_level1 > li > a:hover {
        color: white; }
        .mobilenav_panel .nav_level1 > li > a:hover .icon svg {
          stroke: white; }

.mobilenav_panel .inner_mobilenav {
  position: relative;
  z-index: 1; }

.mobilenav_panel .close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
  .mobilenav_panel .close_btn svg {
    stroke: #afafaf; }

.mobilenav_panel .current {
  color: white !important; }
  .mobilenav_panel .current .icon svg {
    stroke: white; }

/* =====================================================================================================================
FLY PILATUS NAV
=======================================================================================================================*/
.fly_pilatus_nav_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  background-color: white;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-100%, 0, 0) ;
  -moz-transform: translate3d(-100%, 0, 0) ;
  transform: translate3d(-100%, 0, 0) ;
  z-index: 1111; }
  .on.fly_pilatus_nav_container {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  @media (min-width: 1860px) {
    .fly_pilatus_nav_container {
      width: 80%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .fly_pilatus_nav_container {
      width: 80%; } }
  @media (min-width: 1280px) {
    .fly_pilatus_nav_container {
      width: 90%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .fly_pilatus_nav_container {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .fly_pilatus_nav_container {
      width: 100%; } }
  @media (max-width: 767px) {
    .fly_pilatus_nav_container {
      display: none; } }

.fly_pilatus_nav_container .fly_pilatus_nav_inner_container {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none; }
  .fly_pilatus_nav_container .fly_pilatus_nav_inner_container::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: white !important; }
  .fly_pilatus_nav_container .fly_pilatus_nav_inner_container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); }
  .fly_pilatus_nav_container .fly_pilatus_nav_inner_container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0); }
  .fly_pilatus_nav_container .fly_pilatus_nav_inner_container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0); }
  .fly_pilatus_nav_container .fly_pilatus_nav_inner_container::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0); }

.fly_pilatus_nav_container .fly_pilatus_header {
  position: relative;
  height: 81px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  padding-top: 28px; }

.fly_pilatus_nav_container .fly_pilatus_nav_item {
  position: relative;
  display: block;
  float: left;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .fly_pilatus_nav_container .fly_pilatus_nav_item {
      width: 50%;
      padding-bottom: 37%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .fly_pilatus_nav_container .fly_pilatus_nav_item {
      width: 33.3333333333%;
      padding-bottom: 25%; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .fly_pilatus_nav_container .fly_pilatus_nav_item {
      width: 33.3333333333%;
      padding-bottom: 25%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .fly_pilatus_nav_container .fly_pilatus_nav_item {
      width: 33.3333333333%;
      padding-bottom: 25%; } }
  @media (min-width: 1860px) {
    .fly_pilatus_nav_container .fly_pilatus_nav_item {
      width: 33.3333333333%;
      padding-bottom: 23%; } }

.fly_pilatus_nav_container .fly_pilatus_nav_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 102%; }

.fly_pilatus_nav_container .hover_overlay {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-color: #122945;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.fly_pilatus_nav_container .hover_slide_in {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 56px;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media (max-width: 1279px) {
    .fly_pilatus_nav_container .hover_slide_in {
      transform: translate3d(0, 66px, 0); } }
  @media (min-width: 1280px) {
    .fly_pilatus_nav_container .hover_slide_in {
      transform: translate3d(0, 177px, 0); }
      .firefox .fly_pilatus_nav_container .hover_slide_in, .fly_pilatus_nav_container .firefox .hover_slide_in {
        transform: translate3d(0, 157px, 0); } }

.fly_pilatus_nav_container .type_icon {
  position: relative;
  display: block;
  height: 16px;
  margin-bottom: 4px; }
  .fly_pilatus_nav_container .type_icon svg {
    height: 100%;
    width: 100%;
    fill: white; }

.fly_pilatus_nav_container table {
  color: #62859e;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 1860px) {
    .fly_pilatus_nav_container table {
      font-size: 16px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .fly_pilatus_nav_container table {
      font-size: 16px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .fly_pilatus_nav_container table {
      font-size: 16px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .fly_pilatus_nav_container table {
      font-size: 16px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .fly_pilatus_nav_container table {
      font-size: 16px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .fly_pilatus_nav_container table {
      font-size: 16px;
      line-height: 1em; } }
  @media (max-width: 1279px) {
    .fly_pilatus_nav_container table {
      display: none; } }
  .fly_pilatus_nav_container table td {
    color: #62859e;
    border-bottom: 1px solid #1d394b;
    padding-top: 6px;
    padding-bottom: 6px; }
    .fly_pilatus_nav_container table td:last-child {
      text-align: right; }

.fly_pilatus_nav_container .label {
  margin-bottom: 5px;
  display: block;
  color: white; }
  @media (min-width: 1860px) {
    .fly_pilatus_nav_container .label {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .fly_pilatus_nav_container .label {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .fly_pilatus_nav_container .label {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .fly_pilatus_nav_container .label {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .fly_pilatus_nav_container .label {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .fly_pilatus_nav_container .label {
      font-size: 23px;
      line-height: 1.39em; } }

.fly_pilatus_nav_container .abdunkler {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.fly_pilatus_nav_container .panel_headline {
  display: none; }

.fly_pilatus_nav_itemon:hover .hover_overlay {
  opacity: 1; }

.fly_pilatus_nav_item:hover .hover_slide_in {
  transform: translate3d(0, 0, 0); }

.fly_pilatus_nav_item:hover .hover_overlay {
  opacity: 1; }

/* =====================================================================================================================
FORM PANEL
=======================================================================================================================*/
.formpanel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  background-color: white;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-100%, 0, 0) ;
  -moz-transform: translate3d(-100%, 0, 0) ;
  transform: translate3d(-100%, 0, 0) ;
  z-index: 111111; }
  .on.formpanel {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  @media (min-width: 1860px) {
    .formpanel {
      width: 80%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .formpanel {
      width: 80%; } }
  @media (min-width: 1280px) {
    .formpanel {
      width: 90%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .formpanel {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .formpanel {
      width: 100%; } }
  @media (max-width: 767px) {
    .formpanel {
      width: 100%; } }

.formpanel .formpanel_body .formpanel_inner_container {
  position: relative;
  display: block;
  max-width: 1120px;
  margin: auto; }
  @media (max-width: 767px) {
    .formpanel .formpanel_body .formpanel_inner_container {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 60px;
      padding-bottom: 120px; } }
  @media (min-width: 768px) {
    .formpanel .formpanel_body .formpanel_inner_container {
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 60px;
      padding-bottom: 120px; } }

.formpanel .formpanel_body {
  position: absolute;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none; }
  @media (max-width: 767px) {
    .formpanel .formpanel_body {
      top: 60px;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media (min-width: 768px) {
    .formpanel .formpanel_body {
      top: 81px;
      bottom: 0;
      left: 0;
      right: 0; } }
  .formpanel .formpanel_body::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: white !important; }
  .formpanel .formpanel_body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); }
  .formpanel .formpanel_body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0); }
  .formpanel .formpanel_body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0); }
  .formpanel .formpanel_body::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0); }

.formpanel .formpanel_header {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  text-align: center; }
  @media (max-width: 767px) {
    .formpanel .formpanel_header {
      height: 60px;
      padding-top: 20px; } }
  @media (min-width: 768px) {
    .formpanel .formpanel_header {
      height: 81px;
      padding-top: 28px; } }

/* =====================================================================================================================
ADDRESS BOX
=======================================================================================================================*/
.address_box {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }
  @media (min-width: 1024px) {
    .address_box {
      margin-right: 50px; } }
  @media (max-width: 767px) {
    .address_box {
      margin-right: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .address_box {
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .panel_list .address_box {
      margin-right: 20px; } }

.address_box .icn_stopwatch {
  position: relative;
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 20px; }
  .address_box .icn_stopwatch svg {
    width: 100%;
    height: 100%; }

.address_box .time_box {
  margin-bottom: 16px; }

.address_box .opening_status_closed,
.address_box .opening_status_open {
  white-space: nowrap;
  display: none; }
  .address_box .opening_status_closed.on,
  .address_box .opening_status_open.on {
    display: block; }

.address_box .opening_status_open {
  color: #6fc6b8 !important; }

.address_box .opening_status_closed {
  color: #db0237 !important; }

.address_box .localtime {
  white-space: nowrap;
  padding-top: 6px; }

.address_box .content_paragraf_gray,
.address_box table {
  margin-bottom: 16px !important; }

.address_box td {
  color: #72737a; }
  @media (min-width: 1860px) {
    .address_box td {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .address_box td {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .address_box td {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .address_box td {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .address_box td {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .address_box td {
      font-size: 20px;
      line-height: 1.5em; } }

/* =====================================================================================================================
GOOGLE MAP
=======================================================================================================================*/
.maps_container .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

@media (min-width: 768px) {
  .maps_container .subtitle {
    position: absolute;
    bottom: -7px; } }

@media (max-width: 767px) {
  .maps_container .subtitle {
    position: relative;
    margin-bottom: 30px; } }

.maps_container .toggle_panel {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .maps_container .toggle_panel {
      height: 60px; } }

.maps_container .button_panel {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .maps_container .button_panel {
      height: 66px; } }

.maps_container .inner_maps_panel, .maps_container .inner_maps_panel_narrow {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .maps_container .inner_maps_panel, .maps_container .inner_maps_panel_narrow {
      height: 760px; } }
  @media (max-width: 1279px) {
    .maps_container .inner_maps_panel, .maps_container .inner_maps_panel_narrow {
      height: 500px; } }

.maps_container .panel_list {
  position: relative;
  background-color: #f7f7f7; }
  @media (min-width: 1024px) {
    .maps_container .panel_list {
      padding-top: 50px;
      padding-left: 120px;
      padding-right: 120px;
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .maps_container .panel_list {
      padding-top: 30px;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .maps_container .panel_list {
      padding-top: 30px;
      padding-left: 50px;
      padding-right: 50px;
      padding-bottom: 50px; } }

.maps_container .map_controls {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  -webkit-transform: translate3d(0, -50%, 0) ;
  -moz-transform: translate3d(0, -50%, 0) ;
  transform: translate3d(0, -50%, 0) ; }
  .maps_container .map_controls button {
    margin-bottom: 8px; }
  @media (max-width: 767px) {
    .maps_container .map_controls {
      display: none; } }

.maps_container .slide_in_panel_maps, .slide_in_panel_maps_phone {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1b2024;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-100%, 0, 0) ;
  -moz-transform: translate3d(-100%, 0, 0) ;
  transform: translate3d(-100%, 0, 0) ;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none; }
  .maps_container .slide_in_panel_maps::-webkit-scrollbar, .slide_in_panel_maps_phone::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: white !important; }
  .maps_container .slide_in_panel_maps::-webkit-scrollbar-track, .slide_in_panel_maps_phone::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); }
  .maps_container .slide_in_panel_maps::-webkit-scrollbar-thumb, .slide_in_panel_maps_phone::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0); }
  .maps_container .slide_in_panel_maps::-webkit-scrollbar-thumb:hover, .slide_in_panel_maps_phone::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0); }
  .maps_container .slide_in_panel_maps::-webkit-scrollbar-thumb:window-inactive, .slide_in_panel_maps_phone::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0); }
  @media (min-width: 768px) {
    .maps_container .slide_in_panel_maps, .slide_in_panel_maps_phone {
      width: 350px; } }
  @media (max-width: 767px) {
    .maps_container .slide_in_panel_maps, .slide_in_panel_maps_phone {
      width: 100%; } }
  .maps_container .on.slide_in_panel_maps, .on.slide_in_panel_maps_phone {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .maps_container .slide_in_panel_maps .titlebar, .slide_in_panel_maps_phone .titlebar {
    position: relative;
    height: 70px;
    margin-bottom: 50px;
    border-bottom: 1px solid #36373e;
    padding-left: 60px;
    padding-top: 20px;
    background-position: 30px 50%;
    background-repeat: no-repeat; }
    .maps_container .slide_in_panel_maps .titlebar.location, .slide_in_panel_maps_phone .titlebar.location {
      background-image: url(../img/icn_static_mapmarker_passive.svg);
      background-size: 14px; }
    .maps_container .slide_in_panel_maps .titlebar.filter, .slide_in_panel_maps_phone .titlebar.filter {
      background-image: url(../img/icn_adjust_passive.svg);
      background-size: 20px; }
    .maps_container .slide_in_panel_maps .titlebar.image, .slide_in_panel_maps_phone .titlebar.image {
      height: 200px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 30px; }
      .msie11 .maps_container .slide_in_panel_maps .titlebar.image, .maps_container .msie11 .slide_in_panel_maps .titlebar.image, .msie11 .slide_in_panel_maps_phone .titlebar.image {
        background-size: cover;
        background-position: 50% 50%; }
      .maps_container .slide_in_panel_maps .titlebar.image .close_btn, .slide_in_panel_maps_phone .titlebar.image .close_btn {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.7);
        background-size: 37%;
        border-radius: 50%; }
    .msie11 .maps_container .slide_in_panel_maps .titlebar, .maps_container .msie11 .slide_in_panel_maps .titlebar, .msie11 .slide_in_panel_maps_phone .titlebar {
      background-size: 100px;
      background-position: -14px 53%; }
  .maps_container .slide_in_panel_maps .close_btn, .slide_in_panel_maps_phone .close_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background-image: url(../img/icn_close_x_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22%;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    transition: opacity 100ms linear; }
    .maps_container .slide_in_panel_maps .close_btn:hover, .slide_in_panel_maps_phone .close_btn:hover {
      opacity: 0.6; }
  .maps_container .slide_in_panel_maps .event_content_box, .slide_in_panel_maps_phone .event_content_box {
    padding-left: 30px;
    padding-right: 30px; }
    .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4 {
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #e7e7e7; }
      @media (min-width: 1860px) {
        .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4 {
          font-size: 14px;
          line-height: 1.21em; } }
      @media (min-width: 1500px) and (max-width: 1859px) {
        .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4 {
          font-size: 14px;
          line-height: 1.21em; } }
      @media (min-width: 1280px) and (max-width: 1499px) {
        .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4 {
          font-size: 14px;
          line-height: 1.21em; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4 {
          font-size: 14px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4 {
          font-size: 14px;
          line-height: 1.21em; } }
      @media (max-width: 767px) {
        .maps_container .slide_in_panel_maps .event_content_box h4, .slide_in_panel_maps_phone .event_content_box h4 {
          font-size: 14px;
          line-height: 1.21em; } }
    .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p {
      margin-bottom: 30px;
      color: #9fa0a7; }
      @media (min-width: 1860px) {
        .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 1500px) and (max-width: 1859px) {
        .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 1280px) and (max-width: 1499px) {
        .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (max-width: 767px) {
        .maps_container .slide_in_panel_maps .event_content_box p, .slide_in_panel_maps_phone .event_content_box p {
          font-size: 18px;
          line-height: 1.33em; } }
  .maps_container .slide_in_panel_maps .map_slidein_logo, .slide_in_panel_maps_phone .map_slidein_logo {
    position: relative;
    width: 60%;
    height: auto;
    margin-bottom: 30px; }
  .maps_container .slide_in_panel_maps .address_box, .slide_in_panel_maps_phone .address_box {
    padding-left: 30px; }
    .maps_container .slide_in_panel_maps .address_box p, .slide_in_panel_maps_phone .address_box p, .maps_container .slide_in_panel_maps .address_box div:not(.opening_status_closed), .slide_in_panel_maps_phone .address_box div:not(.opening_status_closed) {
      color: #e8e7e7 !important; }
  .maps_container .slide_in_panel_maps a[href^="tel:"], .slide_in_panel_maps_phone a[href^="tel:"] {
    color: #e8e7e7; }
  .maps_container .slide_in_panel_maps .filter_container, .slide_in_panel_maps_phone .filter_container {
    padding-left: 30px;
    padding-right: 30px; }

.maps_container .open_filter_slidein {
  position: absolute;
  left: 0;
  top: 70px; }

.maps_container {
  opacity: 0;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; }
  @media (max-width: 767px) {
    .maps_container.wide {
      margin-left: 25px;
      margin-right: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .maps_container.wide {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1024px) {
    .maps_container.wide {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 767px) {
    .maps_container.narrow {
      margin-left: 25px;
      margin-right: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .maps_container.narrow {
      margin-left: 120px;
      margin-right: 120px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .maps_container.narrow {
      margin-left: 120px;
      margin-right: 120px; } }
  @media (min-width: 1280px) {
    .maps_container.narrow {
      margin-left: 170px;
      margin-right: 170px; } }
  .maps_container .panel_list {
    display: none; }
  .maps_container .panel_map {
    position: relative; }
  .maps_container .toggle_map_list {
    float: right; }
  .maps_container .maps_panel {
    position: relative; }
  .maps_container .inner_maps_panel_fullwin {
    position: relative;
    overflow: hidden;
    min-height: 777px; }
  .maps_container .panel_list .month {
    margin-bottom: 30px; }
  .maps_container .panel_list input[type=search] {
    -webkit-appearance: none;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    background-image: url(../img/icn_line_magnifier_lightgray.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 30px;
    padding-left: 60px;
    font-size: 20px;
    color: #6b6c75; }
    @media (min-width: 768px) {
      .maps_container .panel_list input[type=search] {
        height: 65px; } }
    @media (max-width: 767px) {
      .maps_container .panel_list input[type=search] {
        height: 50px; } }
    .maps_container .panel_list input[type=search]::-webkit-input-placeholder {
      color: #9fa0a7; }
    .maps_container .panel_list input[type=search]:-moz-placeholder {
      color: #9fa0a7; }
    .maps_container .panel_list input[type=search]::-moz-placeholder {
      color: #9fa0a7; }
    .maps_container .panel_list input[type=search]:-ms-input-placeholder {
      color: #9fa0a7; }
  @media (min-width: 768px) {
    .maps_container .search_bar {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .maps_container .search_bar {
      margin-bottom: 60px; } }
  .maps_container .address_listing {
    list-style-type: none; }
    .maps_container .address_listing li {
      display: inline-block; }
      @media (max-width: 767px) {
        .maps_container .address_listing li {
          margin-right: 6px;
          margin-bottom: 10px; } }
      @media (min-width: 768px) {
        .maps_container .address_listing li {
          margin-bottom: 20px; } }
  .maps_container .legend {
    position: relative;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .maps_container .legend {
        text-align: left;
        padding-left: 20px; } }
  .maps_container .legend_item_legend {
    color: #72737a;
    right: 0;
    position: absolute; }
    @media (min-width: 1860px) {
      .maps_container .legend_item_legend {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .maps_container .legend_item_legend {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .maps_container .legend_item_legend {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .maps_container .legend_item_legend {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .maps_container .legend_item_legend {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (max-width: 767px) {
      .maps_container .legend_item_legend {
        font-size: 14px;
        line-height: 1.21em; } }
  .maps_container .legend_item_sales_centers,
  .maps_container .legend_item_service_centers,
  .maps_container .legend_item_group_members,
  .maps_container .legend_item_clustered {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white; }
    @media (min-width: 1860px) {
      .maps_container .legend_item_sales_centers,
      .maps_container .legend_item_service_centers,
      .maps_container .legend_item_group_members,
      .maps_container .legend_item_clustered {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .maps_container .legend_item_sales_centers,
      .maps_container .legend_item_service_centers,
      .maps_container .legend_item_group_members,
      .maps_container .legend_item_clustered {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .maps_container .legend_item_sales_centers,
      .maps_container .legend_item_service_centers,
      .maps_container .legend_item_group_members,
      .maps_container .legend_item_clustered {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .maps_container .legend_item_sales_centers,
      .maps_container .legend_item_service_centers,
      .maps_container .legend_item_group_members,
      .maps_container .legend_item_clustered {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .maps_container .legend_item_sales_centers,
      .maps_container .legend_item_service_centers,
      .maps_container .legend_item_group_members,
      .maps_container .legend_item_clustered {
        font-size: 14px;
        line-height: 1.21em; } }
    @media (max-width: 767px) {
      .maps_container .legend_item_sales_centers,
      .maps_container .legend_item_service_centers,
      .maps_container .legend_item_group_members,
      .maps_container .legend_item_clustered {
        font-size: 14px;
        line-height: 1.21em; } }
    .maps_container .legend_item_sales_centers:before,
    .maps_container .legend_item_service_centers:before,
    .maps_container .legend_item_group_members:before,
    .maps_container .legend_item_clustered:before {
      content: '';
      position: absolute;
      display: block;
      left: -20px;
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .maps_container .legend_item_sales_centers {
    color: #3da3dc; }
    .maps_container .legend_item_sales_centers:before {
      background-image: url(../img/icn_static_mapmarker_salescenters.png); }
  .maps_container .legend_item_service_centers {
    color: #0c2d82; }
    .maps_container .legend_item_service_centers:before {
      background-image: url(../img/icn_static_mapmarker_servicecenters.png); }
  .maps_container .legend_item_group_members {
    color: #6fc6b8; }
    .maps_container .legend_item_group_members:before {
      background-image: url(../img/icn_static_mapmarker_groupmembers.png); }
  .maps_container .legend_item_clustered {
    color: #cab495;
    margin-right: 20px; }
    .maps_container .legend_item_clustered:before {
      background-image: url(../img/icn_map_multitarget_legend.svg); }

.comparator .filter_item_sales_centers,
.comparator .filter_item_service_centers,
.comparator .filter_item_group_members,
.comparator .filter_item_blue,
.comparator .filter_item_green,
.comparator .filter_item_gray,
.comparator .filter_item_aircraft,
.comparator .filter_item_clustered,
.maps_container .filter_item_sales_centers,
.maps_container .filter_item_service_centers,
.maps_container .filter_item_group_members,
.maps_container .filter_item_blue,
.maps_container .filter_item_green,
.maps_container .filter_item_gray,
.maps_container .filter_item_aircraft,
.maps_container .filter_item_clustered,
.slide_in_panel_maps_phone .filter_item_sales_centers,
.slide_in_panel_maps_phone .filter_item_service_centers,
.slide_in_panel_maps_phone .filter_item_group_members,
.slide_in_panel_maps_phone .filter_item_blue,
.slide_in_panel_maps_phone .filter_item_green,
.slide_in_panel_maps_phone .filter_item_gray,
.slide_in_panel_maps_phone .filter_item_aircraft,
.slide_in_panel_maps_phone .filter_item_clustered {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  color: #9fa0a7; }
  @media (min-width: 1860px) {
    .comparator .filter_item_sales_centers,
    .comparator .filter_item_service_centers,
    .comparator .filter_item_group_members,
    .comparator .filter_item_blue,
    .comparator .filter_item_green,
    .comparator .filter_item_gray,
    .comparator .filter_item_aircraft,
    .comparator .filter_item_clustered,
    .maps_container .filter_item_sales_centers,
    .maps_container .filter_item_service_centers,
    .maps_container .filter_item_group_members,
    .maps_container .filter_item_blue,
    .maps_container .filter_item_green,
    .maps_container .filter_item_gray,
    .maps_container .filter_item_aircraft,
    .maps_container .filter_item_clustered,
    .slide_in_panel_maps_phone .filter_item_sales_centers,
    .slide_in_panel_maps_phone .filter_item_service_centers,
    .slide_in_panel_maps_phone .filter_item_group_members,
    .slide_in_panel_maps_phone .filter_item_blue,
    .slide_in_panel_maps_phone .filter_item_green,
    .slide_in_panel_maps_phone .filter_item_gray,
    .slide_in_panel_maps_phone .filter_item_aircraft,
    .slide_in_panel_maps_phone .filter_item_clustered {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .comparator .filter_item_sales_centers,
    .comparator .filter_item_service_centers,
    .comparator .filter_item_group_members,
    .comparator .filter_item_blue,
    .comparator .filter_item_green,
    .comparator .filter_item_gray,
    .comparator .filter_item_aircraft,
    .comparator .filter_item_clustered,
    .maps_container .filter_item_sales_centers,
    .maps_container .filter_item_service_centers,
    .maps_container .filter_item_group_members,
    .maps_container .filter_item_blue,
    .maps_container .filter_item_green,
    .maps_container .filter_item_gray,
    .maps_container .filter_item_aircraft,
    .maps_container .filter_item_clustered,
    .slide_in_panel_maps_phone .filter_item_sales_centers,
    .slide_in_panel_maps_phone .filter_item_service_centers,
    .slide_in_panel_maps_phone .filter_item_group_members,
    .slide_in_panel_maps_phone .filter_item_blue,
    .slide_in_panel_maps_phone .filter_item_green,
    .slide_in_panel_maps_phone .filter_item_gray,
    .slide_in_panel_maps_phone .filter_item_aircraft,
    .slide_in_panel_maps_phone .filter_item_clustered {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .comparator .filter_item_sales_centers,
    .comparator .filter_item_service_centers,
    .comparator .filter_item_group_members,
    .comparator .filter_item_blue,
    .comparator .filter_item_green,
    .comparator .filter_item_gray,
    .comparator .filter_item_aircraft,
    .comparator .filter_item_clustered,
    .maps_container .filter_item_sales_centers,
    .maps_container .filter_item_service_centers,
    .maps_container .filter_item_group_members,
    .maps_container .filter_item_blue,
    .maps_container .filter_item_green,
    .maps_container .filter_item_gray,
    .maps_container .filter_item_aircraft,
    .maps_container .filter_item_clustered,
    .slide_in_panel_maps_phone .filter_item_sales_centers,
    .slide_in_panel_maps_phone .filter_item_service_centers,
    .slide_in_panel_maps_phone .filter_item_group_members,
    .slide_in_panel_maps_phone .filter_item_blue,
    .slide_in_panel_maps_phone .filter_item_green,
    .slide_in_panel_maps_phone .filter_item_gray,
    .slide_in_panel_maps_phone .filter_item_aircraft,
    .slide_in_panel_maps_phone .filter_item_clustered {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .comparator .filter_item_sales_centers,
    .comparator .filter_item_service_centers,
    .comparator .filter_item_group_members,
    .comparator .filter_item_blue,
    .comparator .filter_item_green,
    .comparator .filter_item_gray,
    .comparator .filter_item_aircraft,
    .comparator .filter_item_clustered,
    .maps_container .filter_item_sales_centers,
    .maps_container .filter_item_service_centers,
    .maps_container .filter_item_group_members,
    .maps_container .filter_item_blue,
    .maps_container .filter_item_green,
    .maps_container .filter_item_gray,
    .maps_container .filter_item_aircraft,
    .maps_container .filter_item_clustered,
    .slide_in_panel_maps_phone .filter_item_sales_centers,
    .slide_in_panel_maps_phone .filter_item_service_centers,
    .slide_in_panel_maps_phone .filter_item_group_members,
    .slide_in_panel_maps_phone .filter_item_blue,
    .slide_in_panel_maps_phone .filter_item_green,
    .slide_in_panel_maps_phone .filter_item_gray,
    .slide_in_panel_maps_phone .filter_item_aircraft,
    .slide_in_panel_maps_phone .filter_item_clustered {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .comparator .filter_item_sales_centers,
    .comparator .filter_item_service_centers,
    .comparator .filter_item_group_members,
    .comparator .filter_item_blue,
    .comparator .filter_item_green,
    .comparator .filter_item_gray,
    .comparator .filter_item_aircraft,
    .comparator .filter_item_clustered,
    .maps_container .filter_item_sales_centers,
    .maps_container .filter_item_service_centers,
    .maps_container .filter_item_group_members,
    .maps_container .filter_item_blue,
    .maps_container .filter_item_green,
    .maps_container .filter_item_gray,
    .maps_container .filter_item_aircraft,
    .maps_container .filter_item_clustered,
    .slide_in_panel_maps_phone .filter_item_sales_centers,
    .slide_in_panel_maps_phone .filter_item_service_centers,
    .slide_in_panel_maps_phone .filter_item_group_members,
    .slide_in_panel_maps_phone .filter_item_blue,
    .slide_in_panel_maps_phone .filter_item_green,
    .slide_in_panel_maps_phone .filter_item_gray,
    .slide_in_panel_maps_phone .filter_item_aircraft,
    .slide_in_panel_maps_phone .filter_item_clustered {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .comparator .filter_item_sales_centers,
    .comparator .filter_item_service_centers,
    .comparator .filter_item_group_members,
    .comparator .filter_item_blue,
    .comparator .filter_item_green,
    .comparator .filter_item_gray,
    .comparator .filter_item_aircraft,
    .comparator .filter_item_clustered,
    .maps_container .filter_item_sales_centers,
    .maps_container .filter_item_service_centers,
    .maps_container .filter_item_group_members,
    .maps_container .filter_item_blue,
    .maps_container .filter_item_green,
    .maps_container .filter_item_gray,
    .maps_container .filter_item_aircraft,
    .maps_container .filter_item_clustered,
    .slide_in_panel_maps_phone .filter_item_sales_centers,
    .slide_in_panel_maps_phone .filter_item_service_centers,
    .slide_in_panel_maps_phone .filter_item_group_members,
    .slide_in_panel_maps_phone .filter_item_blue,
    .slide_in_panel_maps_phone .filter_item_green,
    .slide_in_panel_maps_phone .filter_item_gray,
    .slide_in_panel_maps_phone .filter_item_aircraft,
    .slide_in_panel_maps_phone .filter_item_clustered {
      font-size: 20px;
      line-height: 1.2em; } }
  .comparator .filter_item_sales_centers:before,
  .comparator .filter_item_service_centers:before,
  .comparator .filter_item_group_members:before,
  .comparator .filter_item_blue:before,
  .comparator .filter_item_green:before,
  .comparator .filter_item_gray:before,
  .comparator .filter_item_aircraft:before,
  .comparator .filter_item_clustered:before,
  .maps_container .filter_item_sales_centers:before,
  .maps_container .filter_item_service_centers:before,
  .maps_container .filter_item_group_members:before,
  .maps_container .filter_item_blue:before,
  .maps_container .filter_item_green:before,
  .maps_container .filter_item_gray:before,
  .maps_container .filter_item_aircraft:before,
  .maps_container .filter_item_clustered:before,
  .slide_in_panel_maps_phone .filter_item_sales_centers:before,
  .slide_in_panel_maps_phone .filter_item_service_centers:before,
  .slide_in_panel_maps_phone .filter_item_group_members:before,
  .slide_in_panel_maps_phone .filter_item_blue:before,
  .slide_in_panel_maps_phone .filter_item_green:before,
  .slide_in_panel_maps_phone .filter_item_gray:before,
  .slide_in_panel_maps_phone .filter_item_aircraft:before,
  .slide_in_panel_maps_phone .filter_item_clustered:before {
    content: '';
    position: absolute;
    display: block;
    left: -20px;
    top: 4px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

.comparator .filter_item_sales_centers,
.maps_container .filter_item_sales_centers,
.slide_in_panel_maps_phone .filter_item_sales_centers {
  color: #9fa0a7; }
  .comparator .filter_item_sales_centers:before,
  .maps_container .filter_item_sales_centers:before,
  .slide_in_panel_maps_phone .filter_item_sales_centers:before {
    background-image: url(../img/icn_static_mapmarker_lightgray.png); }

.comparator .filter_item_service_centers,
.maps_container .filter_item_service_centers,
.slide_in_panel_maps_phone .filter_item_service_centers {
  color: #9fa0a7; }
  .comparator .filter_item_service_centers:before,
  .maps_container .filter_item_service_centers:before,
  .slide_in_panel_maps_phone .filter_item_service_centers:before {
    background-image: url(../img/icn_static_mapmarker_lightgray.png); }

.comparator .filter_item_group_members,
.maps_container .filter_item_group_members,
.slide_in_panel_maps_phone .filter_item_group_members {
  color: #6fc6b8; }
  .comparator .filter_item_group_members:before,
  .maps_container .filter_item_group_members:before,
  .slide_in_panel_maps_phone .filter_item_group_members:before {
    background-image: url(../img/icn_static_mapmarker_groupmembers.png); }

.comparator .filter_item_aircraft,
.maps_container .filter_item_aircraft,
.slide_in_panel_maps_phone .filter_item_aircraft {
  color: #9fa0a7; }

.comparator .filter_item_blue,
.maps_container .filter_item_blue,
.slide_in_panel_maps_phone .filter_item_blue {
  color: #3da3dc; }

.comparator .filter_item_green,
.maps_container .filter_item_green,
.slide_in_panel_maps_phone .filter_item_green {
  color: #6fc6b8; }

.comparator .filter_item_gray,
.maps_container .filter_item_gray,
.slide_in_panel_maps_phone .filter_item_gray {
  color: #9fa0a7; }

.comparator .filter_item_clustered,
.maps_container .filter_item_clustered,
.slide_in_panel_maps_phone .filter_item_clustered {
  color: #0c2d82;
  margin-right: 20px; }
  .comparator .filter_item_clustered:before,
  .maps_container .filter_item_clustered:before,
  .slide_in_panel_maps_phone .filter_item_clustered:before {
    background-image: url(../img/icn_map_multitarget_legend.svg); }

.comparator .radio_sales_center,
.comparator .radio_service_center,
.maps_container .radio_sales_center,
.maps_container .radio_service_center,
.slide_in_panel_maps_phone .radio_sales_center,
.slide_in_panel_maps_phone .radio_service_center {
  margin-right: 30px; }

.comparator .radio_aircraft,
.maps_container .radio_aircraft,
.slide_in_panel_maps_phone .radio_aircraft {
  margin-right: 10px; }

.comparator .radiogroup,
.maps_container .radiogroup,
.slide_in_panel_maps_phone .radiogroup {
  margin-bottom: 10px; }
  .safari.mobile .comparator .radiogroup, .safari.mobile
  .maps_container .radiogroup, .safari.mobile
  .slide_in_panel_maps_phone .radiogroup {
    margin-bottom: 10px; }

.comparator .filter_item_blue:before,
.comparator .filter_item_green:before,
.comparator .filter_item_gray:before,
.comparator .filter_item_aircraft:before,
.maps_container .filter_item_blue:before,
.maps_container .filter_item_green:before,
.maps_container .filter_item_gray:before,
.maps_container .filter_item_aircraft:before,
.slide_in_panel_maps_phone .filter_item_blue:before,
.slide_in_panel_maps_phone .filter_item_green:before,
.slide_in_panel_maps_phone .filter_item_gray:before,
.slide_in_panel_maps_phone .filter_item_aircraft:before {
  width: 0;
  height: 0;
  left: 0; }

.comparator .filter_item_green,
.comparator .filter_item_gray,
.comparator .filter_item_blue,
.maps_container .filter_item_green,
.maps_container .filter_item_gray,
.maps_container .filter_item_blue,
.slide_in_panel_maps_phone .filter_item_green,
.slide_in_panel_maps_phone .filter_item_gray,
.slide_in_panel_maps_phone .filter_item_blue {
  margin-left: 10px; }

.comparator .radiolabel,
.maps_container .radiolabel,
.slide_in_panel_maps_phone .radiolabel {
  top: -12px;
  cursor: pointer; }
  .safari .comparator .radiolabel,
  .safari.mobile .comparator .radiolabel, .safari
  .maps_container .radiolabel,
  .safari.mobile
  .maps_container .radiolabel, .safari
  .slide_in_panel_maps_phone .radiolabel,
  .safari.mobile
  .slide_in_panel_maps_phone .radiolabel {
    top: 2px; }

.comparator .filter_title,
.maps_container .filter_title,
.slide_in_panel_maps_phone .filter_title {
  color: #9fa0a7;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 1860px) {
    .comparator .filter_title,
    .maps_container .filter_title,
    .slide_in_panel_maps_phone .filter_title {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .comparator .filter_title,
    .maps_container .filter_title,
    .slide_in_panel_maps_phone .filter_title {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .comparator .filter_title,
    .maps_container .filter_title,
    .slide_in_panel_maps_phone .filter_title {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .comparator .filter_title,
    .maps_container .filter_title,
    .slide_in_panel_maps_phone .filter_title {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .comparator .filter_title,
    .maps_container .filter_title,
    .slide_in_panel_maps_phone .filter_title {
      font-size: 20px;
      line-height: 1.2em; } }
  @media (max-width: 767px) {
    .comparator .filter_title,
    .maps_container .filter_title,
    .slide_in_panel_maps_phone .filter_title {
      font-size: 20px;
      line-height: 1.2em; } }

.slide_in_panel_maps_phone {
  position: fixed;
  z-index: 1111; }

.slide_in_panel_maps_phone .leftside,
.rangefinder .leftside {
  float: left;
  width: 50%; }

.slide_in_panel_maps_phone .rightside,
.rangefinder .rightside {
  float: right;
  width: 50%;
  margin-bottom: 40px; }
  .slide_in_panel_maps_phone .rightside label,
  .rangefinder .rightside label {
    margin-right: 0; }

.slide_in_panel_maps_phone .filter_container,
.rangefinder .filter_container {
  min-height: 500px; }

.slide_in_panel_maps_phone .cruise_selection_container,
.rangefinder .cruise_selection_container {
  clear: both;
  margin-bottom: 40px; }

.slide_in_panel_maps_phone .slider_container,
.rangefinder .slider_container {
  clear: both;
  margin-bottom: 100px; }

.slide_in_panel_maps_phone .label,
.rangefinder .label {
  color: #9fa0a7;
  font-size: 18px;
  margin-bottom: 20px;
  display: block; }

.slide_in_panel_maps_phone .slider_value,
.rangefinder .slider_value {
  color: #9fa0a7;
  margin-top: 12px;
  font-size: 14px;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1; }
  .slide_in_panel_maps_phone .slider_value.slider_value_min,
  .rangefinder .slider_value.slider_value_min {
    float: left; }
    .slide_in_panel_maps_phone .slider_value.slider_value_min.off,
    .rangefinder .slider_value.slider_value_min.off {
      -webkit-transform: translate3d(-7px, 0, 0) ;
      -moz-transform: translate3d(-7px, 0, 0) ;
      transform: translate3d(-7px, 0, 0) ;
      opacity: 0; }
  .slide_in_panel_maps_phone .slider_value.slider_value_max,
  .rangefinder .slider_value.slider_value_max {
    float: right; }
    .slide_in_panel_maps_phone .slider_value.slider_value_max.off,
    .rangefinder .slider_value.slider_value_max.off {
      -webkit-transform: translate3d(7px, 0, 0) ;
      -moz-transform: translate3d(7px, 0, 0) ;
      transform: translate3d(7px, 0, 0) ;
      opacity: 0; }

.slide_in_panel_maps_phone .handle_counter,
.rangefinder .handle_counter {
  display: block;
  font-size: 20px;
  color: white;
  padding-top: 40px;
  text-align: center; }

.slide_in_panel_maps_phone .range_container,
.rangefinder .range_container {
  margin-bottom: 40px; }

.slide_in_panel_maps_phone .inner_range_container,
.rangefinder .inner_range_container {
  border: 1px solid #2d3037;
  padding: 25px; }

.slide_in_panel_maps_phone .value_range,
.rangefinder .value_range {
  display: inline-block;
  font-size: 26px;
  color: white; }

.slide_in_panel_maps_phone .button_container,
.rangefinder .button_container {
  position: relative;
  float: right;
  display: inline-block; }

.slide_in_panel_maps_phone .show_value,
.rangefinder .show_value {
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 0;
  font-size: 10px;
  line-height: 0;
  background-color: #2d3037;
  color: #f7f7f7; }
  .slide_in_panel_maps_phone .show_value.on,
  .rangefinder .show_value.on {
    background-color: #f7f7f7;
    color: #0c2132; }

.slide_in_panel_maps_phone .range_disclaimer,
.rangefinder .range_disclaimer {
  font-size: 12px;
  line-height: 1.2em;
  color: #84868f;
  position: absolute;
  padding-bottom: 30px;
  bottom: 0;
  padding-right: 30px; }

.slide_in_panel_maps_phone .maplabel,
.rangefinder .maplabel {
  position: relative;
  text-align: right;
  top: -30px;
  height: 0; }

/* =====================================================================================================================
 FILTER and SEARCH BAR
 =======================================================================================================================*/
.filer_and_search_bar {
  position: relative;
  margin-bottom: 40px; }

.filer_and_search_bar .search_container {
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 1023px) {
    .filer_and_search_bar .search_container {
      display: none; } }

.filer_and_search_bar .search_container .filter_searchfield {
  position: absolute;
  right: 0;
  border: none;
  font-size: 16px;
  line-height: 0;
  background-image: url(../img/icn_line_magnifier_lightgray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  padding-left: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 83px;
  -webkit-transition: width 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: width 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .filer_and_search_bar .search_container .filter_searchfield::-webkit-input-placeholder {
    color: #9fa0a7; }
  .filer_and_search_bar .search_container .filter_searchfield:-moz-placeholder {
    color: #9fa0a7; }
  .filer_and_search_bar .search_container .filter_searchfield::-moz-placeholder {
    color: #9fa0a7; }
  .filer_and_search_bar .search_container .filter_searchfield:-ms-input-placeholder {
    color: #9fa0a7; }
  .filer_and_search_bar .search_container .filter_searchfield::-webkit-search-cancel-button {
    z-index: -1; }
  .filer_and_search_bar .search_container .filter_searchfield:focus {
    width: 200px; }
  .safari .filer_and_search_bar .search_container .filter_searchfield, .filer_and_search_bar .search_container .safari .filter_searchfield,
  .mobile.safari .filer_and_search_bar .search_container .filter_searchfield,
  .filer_and_search_bar .search_container .mobile.safari .filter_searchfield {
    -webkit-appearance: none;
    line-height: 1.4;
    width: 81px;
    right: 0; }
    .safari .filer_and_search_bar .search_container .filter_searchfield:focus, .filer_and_search_bar .search_container .safari .filter_searchfield:focus,
    .mobile.safari .filer_and_search_bar .search_container .filter_searchfield:focus,
    .filer_and_search_bar .search_container .mobile.safari .filter_searchfield:focus {
      width: 200px; }

/* =====================================================================================================================
CUSTOM SELECTS
=======================================================================================================================*/
.select_button_type_1, .select_button_type_2, .select_button_type_3 {
  display: block;
  overflow: hidden;
  background-color: #efefef;
  z-index: 1;
  max-height: 290px;
  -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_dark_list_box .select_button_type_1, .cm_dark_list_box .select_button_type_2, .cm_dark_list_box .select_button_type_3 {
    background-color: #34373d; }

.select_item {
  cursor: pointer;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #efefef;
  color: #72737a;
  width: 100%;
  text-align: left;
  display: block;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: translate3d(0, 5px, 0) ;
  -moz-transform: translate3d(0, 5px, 0) ;
  transform: translate3d(0, 5px, 0) ; }
  .cm_dark_list_box .select_item {
    background-color: #34373d;
    color: white; }
  .select_item:nth-child(1) {
    -webkit-transition-delay: 130ms;
    -moz-transition-delay: 130ms;
    transition-delay: 130ms; }
  .select_item:nth-child(2) {
    -webkit-transition-delay: 220ms;
    -moz-transition-delay: 220ms;
    transition-delay: 220ms; }
  .select_item:nth-child(3) {
    -webkit-transition-delay: 310ms;
    -moz-transition-delay: 310ms;
    transition-delay: 310ms; }
  .select_item:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms; }
  .select_item:nth-child(5) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    transition-delay: 490ms; }
  .select_item:nth-child(6) {
    -webkit-transition-delay: 580ms;
    -moz-transition-delay: 580ms;
    transition-delay: 580ms; }
  .select_item:nth-child(7) {
    -webkit-transition-delay: 670ms;
    -moz-transition-delay: 670ms;
    transition-delay: 670ms; }
  .select_item:nth-child(8) {
    -webkit-transition-delay: 760ms;
    -moz-transition-delay: 760ms;
    transition-delay: 760ms; }
  .select_item:nth-child(9) {
    -webkit-transition-delay: 850ms;
    -moz-transition-delay: 850ms;
    transition-delay: 850ms; }
  .select_item:nth-child(10) {
    -webkit-transition-delay: 940ms;
    -moz-transition-delay: 940ms;
    transition-delay: 940ms; }
  .select_item:nth-child(11) {
    -webkit-transition-delay: 1030ms;
    -moz-transition-delay: 1030ms;
    transition-delay: 1030ms; }
  .select_item:nth-child(12) {
    -webkit-transition-delay: 1120ms;
    -moz-transition-delay: 1120ms;
    transition-delay: 1120ms; }
  .select_item:nth-child(13) {
    -webkit-transition-delay: 1210ms;
    -moz-transition-delay: 1210ms;
    transition-delay: 1210ms; }
  .select_item:nth-child(14) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms; }
  .select_item:nth-child(15) {
    -webkit-transition-delay: 1390ms;
    -moz-transition-delay: 1390ms;
    transition-delay: 1390ms; }
  .select_item:nth-child(16) {
    -webkit-transition-delay: 1480ms;
    -moz-transition-delay: 1480ms;
    transition-delay: 1480ms; }
  .select_item:nth-child(17) {
    -webkit-transition-delay: 1570ms;
    -moz-transition-delay: 1570ms;
    transition-delay: 1570ms; }
  .select_item:nth-child(18) {
    -webkit-transition-delay: 1660ms;
    -moz-transition-delay: 1660ms;
    transition-delay: 1660ms; }
  .select_item:nth-child(19) {
    -webkit-transition-delay: 1750ms;
    -moz-transition-delay: 1750ms;
    transition-delay: 1750ms; }
  .select_item:nth-child(20) {
    -webkit-transition-delay: 1840ms;
    -moz-transition-delay: 1840ms;
    transition-delay: 1840ms; }
  .select_item:hover {
    -webkit-transition: color 150ms linear;
    -moz-transition: color 150ms linear;
    transition: color 150ms linear;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    color: #17355b; }
    .cm_dark_list_box .select_item:hover {
      color: #a6a7ac; }
  .active.select_item {
    color: #0c2d82; }

.selected_item {
  cursor: pointer;
  padding: 20px 40px 20px 20px;
  background-color: #efefef;
  color: #17355b;
  width: 100%;
  text-align: left;
  font-size: 16px; }
  .cm_dark_list_box .selected_item {
    background-color: #34373d;
    color: white; }

.select_button_type_1 {
  position: absolute;
  height: 57px; }
  @media (max-width: 767px) {
    .select_button_type_1 {
      position: absolute;
      width: 100%;
      margin-bottom: 15px; }
      .select_button_type_1:first-of-type {
        top: 0; }
      .select_button_type_1:nth-child(2) {
        top: 70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .select_button_type_1 {
      width: 49%; }
      .select_button_type_1:nth-child(even) {
        margin-right: 0; }
      .select_button_type_1:nth-child(2) {
        left: 51%; } }
  @media (min-width: 1024px) {
    .select_button_type_1 {
      width: 383px; }
      .select_button_type_1:nth-child(even) {
        margin-right: 0; }
      .select_button_type_1:first-of-type {
        left: 0; }
      .select_button_type_1:nth-child(2) {
        left: 398px; } }
  .select_button_type_1 .icon {
    background-image: url(../img/icn_select.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    width: 12px;
    height: 12px;
    top: 23px;
    -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
    .cm_dark_list_box .select_button_type_1 .icon {
      background-image: url(../img/icn_select_white.svg); }
  .select_button_type_1.error .selected_item {
    background-color: #f8d9d4;
    color: #db0237; }
  .select_button_type_1.error .icon {
    background-image: url(../img/icn_select_red.svg); }

.select_button_type_2 {
  height: 34px;
  width: 60px;
  display: inline-block;
  margin-left: 4px; }
  .select_button_type_2 .icon {
    background-image: url(../img/icn_select.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    width: 12px;
    height: 12px;
    top: 23px;
    -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
    .cm_dark_list_box .select_button_type_2 .icon {
      background-image: url(../img/icn_select_white.svg); }
  .select_button_type_2.error .selected_item {
    background-color: #f8d9d4;
    color: #db0237; }
  .select_button_type_2.error .icon {
    background-image: url(../img/icn_select_red.svg); }
  .ipad .select_button_type_2 {
    height: 36px; }
  .firefox .select_button_type_2 {
    height: 37px; }
  .msie11 .select_button_type_2 {
    height: 32px;
    margin-left: 0; }
  .select_button_type_2 .icon {
    display: none; }
  @media (max-width: 767px) {
    .select_button_type_2 {
      display: none; } }
  .select_button_type_2 .hide_on_open {
    height: 34px;
    width: 60px;
    padding: 0;
    position: relative;
    background-image: url(../img/icn_dots.svg);
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    -webkit-transition: opacity 150ms linear, top 150ms linear;
    -moz-transition: opacity 150ms linear, top 150ms linear;
    transition: opacity 150ms linear, top 150ms linear; }
    .ipad .select_button_type_2 .hide_on_open {
      height: 36px; }
    .firefox .select_button_type_2 .hide_on_open {
      height: 37px; }
    .msie11 .select_button_type_2 .hide_on_open {
      height: 32px; }
  .select_button_type_2.open {
    padding-top: 10px; }
    .select_button_type_2.open .hide_on_open {
      opacity: 0;
      padding: 0;
      height: 0; }

.select_button_type_3 {
  position: relative;
  height: 57px;
  width: 100%; }
  .select_button_type_3 .icon {
    background-image: url(../img/icn_select.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    width: 12px;
    height: 12px;
    top: 23px;
    -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
    .cm_dark_list_box .select_button_type_3 .icon {
      background-image: url(../img/icn_select_white.svg); }
  .select_button_type_3.error .selected_item {
    background-color: #f8d9d4;
    color: #db0237; }
  .select_button_type_3.error .icon {
    background-image: url(../img/icn_select_red.svg); }

.select_location {
  z-index: 1; }

.select_item:disabled {
  cursor: default;
  color: #9fa0a7; }

.select_container {
  position: absolute;
  width: 100%;
  height: 75%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .cm_dark_list_box .select_container {
    overflow-y: hidden; }
  .select_container hr {
    border-top: solid 1px #e0e0e0;
    border-left: none;
    border-right: none;
    border-bottom: none; }

.open .select_item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ; }

.open.select_button {
  box-shadow: rgba(0, 0, 0, 0.25) 0 4px 7px; }

.open.select_button .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.cm_dark_list_box .select_holder {
  height: 70px; }

.cm_dark_list_box .select_button {
  width: 220px; }

/* =====================================================================================================================
FULL WINDOW VIDEO PLAYER
=======================================================================================================================*/
.yt_video_player {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: black;
  z-index: 9999;
  display: none; }
  .yt_video_player .inner_video_container, .yt_video_player iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
  .yt_video_player .close_video_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 37%;
    border-radius: 50%;
    background-image: url(../img/icn_close_x_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1111; }

/* =====================================================================================================================
 THE SOCIAL MEDIA BANNER
 =======================================================================================================================*/
.full_width_banner {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #f7f7f7; }
  @media (max-width: 767px) {
    .full_width_banner {
      margin-top: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .full_width_banner {
      margin-top: 80px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .full_width_banner {
      margin-top: 80px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .full_width_banner {
      margin-top: 80px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .full_width_banner {
      margin-top: 80px; } }
  @media (min-width: 1860px) {
    .full_width_banner {
      margin-top: 80px; } }
  @media (max-width: 767px) {
    .full_width_banner {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .full_width_banner {
      margin-bottom: 100px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .full_width_banner {
      margin-bottom: 100px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .full_width_banner {
      margin-bottom: 100px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .full_width_banner {
      margin-bottom: 100px; } }
  @media (min-width: 1860px) {
    .full_width_banner {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .full_width_banner {
      padding-top: 70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .full_width_banner {
      padding-top: 160px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .full_width_banner {
      padding-top: 160px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .full_width_banner {
      padding-top: 160px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .full_width_banner {
      padding-top: 160px; } }
  @media (min-width: 1860px) {
    .full_width_banner {
      padding-top: 160px; } }
  @media (max-width: 767px) {
    .full_width_banner {
      padding-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .full_width_banner {
      padding-bottom: 160px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .full_width_banner {
      padding-bottom: 160px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .full_width_banner {
      padding-bottom: 160px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .full_width_banner {
      padding-bottom: 160px; } }
  @media (min-width: 1860px) {
    .full_width_banner {
      padding-bottom: 160px; } }
  @media (min-width: 768px) {
    .full_width_banner {
      margin-left: -110px;
      margin-right: -110px;
      width: calc(100% + 220px);
      height: 600px; } }
  @media (max-width: 767px) {
    .full_width_banner {
      margin-left: -25px;
      margin-right: -25px;
      width: calc(100% + 50px); } }
  .off.full_width_banner {
    display: none; }

.full_width_banner h2 {
  color: white;
  text-align: center;
  margin: auto;
  max-width: 640px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 1860px) {
    .full_width_banner h2 {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .full_width_banner h2 {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .full_width_banner h2 {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .full_width_banner h2 {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .full_width_banner h2 {
      font-size: 48px;
      line-height: 1.21em; } }
  @media (max-width: 767px) {
    .full_width_banner h2 {
      font-size: 37px;
      line-height: 1.19em; } }
  @media (max-width: 767px) {
    .full_width_banner h2 {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .full_width_banner h2 {
      margin-bottom: 85px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .full_width_banner h2 {
      margin-bottom: 85px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .full_width_banner h2 {
      margin-bottom: 85px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .full_width_banner h2 {
      margin-bottom: 85px; } }
  @media (min-width: 1860px) {
    .full_width_banner h2 {
      margin-bottom: 85px; } }

@media (max-width: 767px) {
  .full_width_banner .banner_button {
    margin-right: 60px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .full_width_banner .banner_button {
    margin-right: 85px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .full_width_banner .banner_button {
    margin-right: 85px; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .full_width_banner .banner_button {
    margin-right: 85px; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .full_width_banner .banner_button {
    margin-right: 85px; } }

@media (min-width: 1860px) {
  .full_width_banner .banner_button {
    margin-right: 85px; } }

@media (max-width: 767px) {
  .full_width_banner .banner_button {
    margin-bottom: 70px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .full_width_banner .banner_button {
    margin-bottom: 160px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .full_width_banner .banner_button {
    margin-bottom: 160px; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .full_width_banner .banner_button {
    margin-bottom: 160px; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .full_width_banner .banner_button {
    margin-bottom: 160px; } }

@media (min-width: 1860px) {
  .full_width_banner .banner_button {
    margin-bottom: 160px; } }

/* =====================================================================================================================
BUTTON WITH ICON
=======================================================================================================================*/
.button_thumb_with_icon {
  position: relative;
  float: left;
  height: 0;
  margin-bottom: 1.5%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .button_thumb_with_icon {
      width: 100%;
      padding-bottom: 50%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .button_thumb_with_icon {
      width: 49.25%;
      padding-bottom: 25%; }
      .button_thumb_with_icon:nth-of-type(odd) {
        margin-right: 1.5%; }
      .button_thumb_with_icon:nth-of-type(even) {
        margin-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .button_thumb_with_icon {
      width: 32.3333333333%;
      padding-bottom: 16%;
      margin-right: 1.5%; }
      .button_thumb_with_icon:nth-of-type(3), .button_thumb_with_icon:nth-of-type(6) {
        margin-right: 0; } }
  @media (min-width: 1280px) {
    .button_thumb_with_icon {
      width: 23.875%;
      padding-bottom: 12%;
      margin-right: 1.5%; }
      .button_thumb_with_icon:nth-of-type(4), .button_thumb_with_icon:nth-of-type(8) {
        margin-right: 0; } }

.button_thumb_with_icon .hoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #122945;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }

.button_thumb_with_icon svg {
  fill: transparent !important;
  stroke: white !important;
  stroke-width: 1px;
  height: 33px;
  margin-bottom: 5px; }

.button_thumb_with_icon .icon {
  position: relative;
  display: block;
  width: 30%;
  padding-top: 16%;
  margin: auto; }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .button_thumb_with_icon .icon {
      padding-top: 16%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .button_thumb_with_icon .icon {
      padding-top: 17%; } }
  @media (min-width: 1860px) {
    .button_thumb_with_icon .icon {
      padding-top: 18%; } }

.button_thumb_with_icon .label {
  font-size: 18px;
  color: white;
  z-index: 0;
  position: relative;
  display: block;
  white-space: nowrap; }

.button_thumb_with_icon.active .hoverlay, .button_thumb_with_icon:hover .hoverlay {
  opacity: 1; }

/* =====================================================================================================================
IMAGE VIEWER
=======================================================================================================================*/
.image_viewer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #282b31;
  display: none;
  z-index: 11111; }
  @media (max-width: 1023px) {
    .image_viewer {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }

.image_viewer .image_item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 1023px) {
    .image_viewer .image_item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 40px;
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .image_viewer .image_item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 60px;
      overflow: hidden; } }

.image_viewer .image_container {
  background-color: #1b2024; }
  @media (max-width: 1023px) {
    .image_viewer .image_container {
      position: relative;
      height: 350px; } }
  @media (min-width: 1024px) {
    .image_viewer .image_container {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 65%; } }

@media (max-width: 1023px) {
  .image_viewer .info_panel {
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px; } }

@media (min-width: 1024px) {
  .image_viewer .info_panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: auto;
    overflow-x: hidden; } }

.image_viewer .image_container .cycle-sentinel {
  margin: 0; }

.image_viewer .image_viewer_title {
  margin-bottom: 30px; }

@media (max-width: 1023px) {
  .image_viewer .checkbox {
    margin-bottom: 35px; } }

@media (min-width: 1024px) {
  .image_viewer .checkbox {
    margin-bottom: 50px; } }

.image_viewer table {
  font-size: 18px;
  margin-bottom: 30px; }
  .image_viewer table td {
    padding-top: 4px;
    padding-bottom: 4px; }
    .image_viewer table td:first-of-type {
      padding-right: 15px;
      color: #72737a; }
    .image_viewer table td:last-of-type {
      color: #9fa0a7; }

.image_viewer p {
  font-size: 18px;
  color: #72737a;
  margin-bottom: 15px; }

.image_viewer .img_nav_mobile {
  position: relative;
  text-align: center;
  background-color: #1b2024;
  padding-bottom: 40px; }
  @media (max-width: 1023px) {
    .image_viewer .img_nav_mobile {
      display: block; } }
  @media (min-width: 1024px) {
    .image_viewer .img_nav_mobile {
      display: none; } }

.image_viewer .img_nav_desktop {
  position: absolute;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 1023px) {
    .image_viewer .img_nav_desktop {
      display: none; } }
  @media (min-width: 1024px) {
    .image_viewer .img_nav_desktop {
      display: block; } }

.image_viewer .content_paragraf_small_silver {
  color: #72737a; }

.image_viewer .square_button_on_photo_dl {
  display: inline-block;
  opacity: 0.2;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  cursor: default; }
  .image_viewer .square_button_on_photo_dl.on {
    opacity: 1;
    cursor: pointer; }

.image_viewer .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px; }

/* =====================================================================================================================
FORM FLoating Label
=======================================================================================================================*/
.formfield_item .floating-label {
  color: #9fa0a7; }
  @media (min-width: 1860px) {
    .formfield_item .floating-label {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .formfield_item .floating-label {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .formfield_item .floating-label {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .formfield_item .floating-label {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .formfield_item .floating-label {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (max-width: 767px) {
    .formfield_item .floating-label {
      font-size: 22px;
      line-height: 1.09em; } }

.formfield_item .formfield, .formfield_item .expanding_textarea {
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .formfield_item .formfield, .formfield_item .expanding_textarea {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .formfield_item .formfield, .formfield_item .expanding_textarea {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .formfield_item .formfield, .formfield_item .expanding_textarea {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .formfield_item .formfield, .formfield_item .expanding_textarea {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .formfield_item .formfield, .formfield_item .expanding_textarea {
      font-size: 22px;
      line-height: 1.09em; } }
  @media (max-width: 767px) {
    .formfield_item .formfield, .formfield_item .expanding_textarea {
      font-size: 22px;
      line-height: 1.09em; } }

.formfield_item.error {
  color: #db0237 !important;
  border-color: #db0237 !important; }
  .formfield_item.error input {
    color: #db0237 !important;
    border-color: #db0237 !important; }
  .formfield_item.error .floating-label {
    color: #db0237 !important; }
  .formfield_item.error ::-webkit-input-placeholder {
    color: #db0237 !important; }
  .formfield_item.error :-moz-placeholder {
    color: #db0237 !important; }
  .formfield_item.error ::-moz-placeholder {
    color: #db0237 !important; }
  .formfield_item.error :-ms-input-placeholder {
    color: #db0237 !important; }

.formfield_item .floating-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.formfield_item .formfield:focus ~ .floating-label,
.formfield_item .formfield:not(:focus):valid ~ .floating-label {
  top: -16px;
  left: 0;
  font-size: 13px;
  opacity: 0.8; }

.formfield_item .formfield {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #bebfc6;
  padding-left: 0; }

.formfield_item .expanding_textarea:focus, .formfield_item .has_content.expanding_textarea {
  padding: 30px;
  min-height: 200px;
  background-color: #efefef;
  border: none; }

.formfield_item .expanding_textarea {
  min-height: 20px;
  border: none;
  border-bottom: 1px solid #bebfc6;
  padding: 0;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.formfield_item {
  position: relative;
  display: inline-block; }
  .formfield_item textarea {
    overflow: auto;
    resize: none;
    margin-bottom: -3px; }
    .msie11 .formfield_item textarea, .edge .formfield_item textarea {
      margin-bottom: 0; }
  .formfield_item ::-webkit-input-placeholder {
    color: #9fa0a7; }
  .formfield_item :-moz-placeholder {
    color: #9fa0a7; }
  .formfield_item ::-moz-placeholder {
    color: #9fa0a7; }
  .formfield_item :-ms-input-placeholder {
    color: #9fa0a7; }

/* =====================================================================================================================
FORM
=======================================================================================================================*/
.form .select_holder, .formfield_item, .placeholder_holder, .textonly_holder, .checkbox_holder, .radio_holder {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .form .select_holder, .formfield_item, .placeholder_holder, .textonly_holder, .checkbox_holder, .radio_holder {
      margin-bottom: 60px;
      padding-right: 50px; }
      .form .short.select_holder, .short.formfield_item, .short.placeholder_holder, .short.textonly_holder, .short.checkbox_holder, .short.radio_holder {
        float: left;
        width: 17%; }
      .form .halfwidth.select_holder, .halfwidth.formfield_item, .halfwidth.placeholder_holder, .halfwidth.textonly_holder, .halfwidth.checkbox_holder, .halfwidth.radio_holder {
        float: left;
        width: 50%; }
      .form .reduced_width.select_holder, .reduced_width.formfield_item, .reduced_width.placeholder_holder, .reduced_width.textonly_holder, .reduced_width.checkbox_holder, .reduced_width.radio_holder {
        float: left;
        width: 33%; } }

.checkbox_holder .content_paragraf_gray, .radio_holder .content_paragraf_gray {
  margin-bottom: 1em; }

.form .select_holder {
  position: relative; }
  @media (max-width: 767px) {
    .form .select_holder {
      height: 59px; } }
  @media (min-width: 768px) {
    .form .select_holder {
      height: 59px; } }
  .form .select_holder .select_button_type_1:first-of-type {
    left: auto; }
  .form .select_holder .label_small {
    position: absolute;
    left: 0;
    top: -16px;
    font-size: 13px;
    line-height: 1em;
    color: #9fa0a7;
    opacity: 0.8;
    display: none; }
    @media (min-width: 768px) {
      .form .select_holder .label_small {
        padding-right: 50px; } }

@media (max-width: 767px) {
  .checkbox_white_on_gray {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .formpanel_inner_container .headline_content_blue {
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .formpanel_inner_container .headline_content_blue {
    margin-bottom: 70px; } }

.formfield_item input[type=text], .formfield_item input[type=email], .formfield_item input[type=password], .formfield_item textarea {
  width: 100%; }

.error_message, .success_message {
  position: relative;
  color: #db0237;
  border: 1px solid #db0237;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .error_message.on, .success_message.on {
    padding: 25px;
    margin-bottom: 90px;
    opacity: 1;
    height: auto; }

.success_message {
  color: #037f51;
  border: 1px solid #037f51; }

.confirm_message, .send_error_message {
  display: none; }
  .confirm_message .headline_content_blue, .send_error_message .headline_content_blue {
    margin-bottom: 0; }
  .confirm_message .headline_content_gray, .send_error_message .headline_content_gray {
    margin-bottom: 50px; }

.formstep2, .formstep3 {
  max-height: 0;
  -webkit-transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.formstep1 {
  margin-bottom: 40px; }

.dropdown_container .content_paragraf_gray {
  margin-bottom: 30px; }

.formstep2 {
  overflow: hidden;
  height: 500px; }
  .formstep2.on {
    overflow: visible;
    max-height: 200px;
    margin-bottom: 50px; }
  .formstep2 .content_paragraf_gray {
    margin-bottom: 30px; }

.formstep3 {
  padding-top: 30px;
  overflow: hidden;
  height: 500px;
  clear: both; }
  @media (max-width: 767px) {
    .formstep3 {
      height: 700px; } }
  .formstep3.on {
    overflow: visible;
    max-height: 500px; }
    @media (max-width: 767px) {
      .formstep3.on {
        max-height: 700px; } }

@media (min-width: 768px) {
  .form_inputs_container {
    margin-right: -50px; } }

.checkbox_holder.error {
  color: #db0237 !important; }

@media (min-width: 768px) {
  .radio_holder.next_to_select {
    padding-top: 9px; } }

.checkbox_label_right {
  position: relative;
  top: 4px;
  margin-right: 40px;
  margin-left: 8px;
  color: #72737a; }
  @media (min-width: 1860px) {
    .checkbox_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .checkbox_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .checkbox_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .checkbox_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .checkbox_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .checkbox_label_right {
      font-size: 20px;
      line-height: 1.5em; } }
  .checkbox_label_right.error {
    color: #db0237 !important; }

.radio_label_right {
  position: relative;
  top: -10px;
  margin-left: 8px;
  color: #72737a; }
  @media (max-width: 767px) {
    .radio_label_right {
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .radio_label_right {
      margin-right: 40px; } }
  .ipad .radio_label_right, .safari.mobile .radio_label_right, .safari .radio_label_right {
    top: 2px; }
  @media (min-width: 1860px) {
    .radio_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .radio_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .radio_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .radio_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .radio_label_right {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .radio_label_right {
      font-size: 20px;
      line-height: 1.5em; } }
  .radio_label_right.error {
    color: #db0237 !important; }

.formdisclaimer {
  margin-bottom: 50px; }

/* =====================================================================================================================
 SEARCH FORM
 =======================================================================================================================*/
.searchform {
  position: relative; }

.searchform .searchfield {
  position: relative;
  width: 80%;
  border: none;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .searchform .searchfield {
      font-size: 132px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .searchform .searchfield {
      font-size: 132px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .searchform .searchfield {
      font-size: 132px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .searchform .searchfield {
      font-size: 100px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .searchform .searchfield {
      font-size: 60px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .searchform .searchfield {
      font-size: 28px;
      line-height: 1em; } }
  .searchform .searchfield::-webkit-input-placeholder {
    color: #e7e7e7; }
  .searchform .searchfield:-moz-placeholder {
    color: #e7e7e7; }
  .searchform .searchfield::-moz-placeholder {
    color: #e7e7e7; }
  .searchform .searchfield:-ms-input-placeholder {
    color: #e7e7e7; }
  .searchform .searchfield::-ms-clear {
    display: none; }

.searchform .search_submit {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate3d(0, -50%, 0) ;
  -moz-transform: translate3d(0, -50%, 0) ;
  transform: translate3d(0, -50%, 0) ;
  -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  display: none; }
  @media (max-width: 767px) {
    .searchform .search_submit {
      width: 40px;
      height: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .searchform .search_submit {
      width: 60px;
      height: 30px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .searchform .search_submit {
      width: 80px;
      height: 50px; } }
  @media (min-width: 1280px) {
    .searchform .search_submit {
      width: 80px;
      height: 50px; } }
  .searchform .search_submit svg {
    stroke: #0c2d82;
    stroke-width: 1px;
    width: 100%;
    height: 100%; }
    .edge .searchform .search_submit svg, .searchform .edge .search_submit svg, .msie11 .searchform .search_submit svg, .searchform .msie11 .search_submit svg {
      stroke-width: 3px; }
  .searchform .search_submit:hover {
    -webkit-transform: translate3d(10px, -50%, 0) ;
    -moz-transform: translate3d(10px, -50%, 0) ;
    transform: translate3d(10px, -50%, 0) ; }

.searchform fieldset {
  position: relative; }
  @media (max-width: 767px) {
    .searchform fieldset {
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .searchform fieldset {
      margin-top: 20px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .searchform fieldset {
      margin-top: 20px; } }
  @media (min-width: 1280px) {
    .searchform fieldset {
      margin-top: 20px; } }

.cm_searchresult {
  background-color: white; }
  .cm_searchresult .inner_content_module {
    position: relative; }
  .cm_searchresult .searchfield_small {
    border: none;
    border-bottom: 1px solid #afafaf;
    border-radius: 0;
    color: #0c2d82;
    background-image: url(../img/icn_magnifier.svg);
    background-repeat: no-repeat;
    background-position: 0 32%;
    background-size: 20px 20px;
    padding-left: 30px;
    padding-bottom: 5px; }
    @media (min-width: 1860px) {
      .cm_searchresult .searchfield_small {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_searchresult .searchfield_small {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_searchresult .searchfield_small {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_searchresult .searchfield_small {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_searchresult .searchfield_small {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (max-width: 767px) {
      .cm_searchresult .searchfield_small {
        font-size: 20px;
        line-height: 1.5em; } }
    .cm_searchresult .searchfield_small::-webkit-input-placeholder {
      color: #afafaf; }
    .cm_searchresult .searchfield_small:-moz-placeholder {
      color: #afafaf; }
    .cm_searchresult .searchfield_small::-moz-placeholder {
      color: #afafaf; }
    .cm_searchresult .searchfield_small:-ms-input-placeholder {
      color: #afafaf; }
    @media (max-width: 1023px) {
      .cm_searchresult .searchfield_small {
        width: 100%; } }
    @media (min-width: 1024px) {
      .cm_searchresult .searchfield_small {
        width: 70%; } }
  .cm_searchresult .search_result_item_title {
    color: #282b31; }
    @media (min-width: 1860px) {
      .cm_searchresult .search_result_item_title {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_searchresult .search_result_item_title {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_searchresult .search_result_item_title {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_searchresult .search_result_item_title {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_searchresult .search_result_item_title {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (max-width: 767px) {
      .cm_searchresult .search_result_item_title {
        font-size: 20px;
        line-height: 1.5em; } }
  .cm_searchresult .search_result_text {
    color: #72737a;
    margin-bottom: 13px; }
    @media (min-width: 1860px) {
      .cm_searchresult .search_result_text {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_searchresult .search_result_text {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_searchresult .search_result_text {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_searchresult .search_result_text {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_searchresult .search_result_text {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (max-width: 767px) {
      .cm_searchresult .search_result_text {
        font-size: 20px;
        line-height: 1.5em; } }
  .cm_searchresult .search_result_item {
    margin-bottom: 40px;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .cm_searchresult .search_result_item {
        width: 100%; } }
    @media (min-width: 1024px) {
      .cm_searchresult .search_result_item {
        width: 70%; } }
    .cm_searchresult .search_result_item * {
      -webkit-transition: color 100ms linear;
      -moz-transition: color 100ms linear;
      transition: color 100ms linear; }
    .cm_searchresult .search_result_item:hover * {
      color: #0c2d82; }
  .cm_searchresult .found_search_term {
    color: #3da3dc; }
  .cm_searchresult .search_result_link {
    color: #9fa0a7; }
    @media (min-width: 1860px) {
      .cm_searchresult .search_result_link {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_searchresult .search_result_link {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_searchresult .search_result_link {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_searchresult .search_result_link {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_searchresult .search_result_link {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (max-width: 767px) {
      .cm_searchresult .search_result_link {
        font-size: 20px;
        line-height: 1.5em; } }
  .cm_searchresult .search_term_title {
    margin-top: 60px;
    margin-bottom: 60px; }

/* =====================================================================================================================
THE SUBMIT BUTTON for forms
=======================================================================================================================*/
.submit_button {
  position: relative;
  width: 100%;
  background-color: #17355b;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 20px; }
  @media (min-width: 768px) {
    .submit_button {
      height: 140px; } }
  @media (max-width: 767px) {
    .submit_button {
      height: 80px; } }

.submit_button .label {
  color: white;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px; }

.submit_button svg {
  stroke: white;
  width: 25px;
  stroke-width: 1px;
  margin-left: 10px; }
  .msie11 .submit_button svg, .submit_button .msie11 svg, .edge .submit_button svg, .submit_button .edge svg {
    height: 15px;
    stroke-width: 3px; }

/* =====================================================================================================================
SHARE BULLET
=======================================================================================================================*/
.share_bullet {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 111;
  -webkit-transform: translate3d(150%, 0, 0) ;
  -moz-transform: translate3d(150%, 0, 0) ;
  transform: translate3d(150%, 0, 0) ;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .scrollable.share_bullet {
    position: absolute; }
  .set_higher.share_bullet {
    bottom: 62px; }
  .mobile .page_product_detail .share_bullet {
    bottom: 62px; }
  .on.share_bullet {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }

.share_bullet .share_item {
  position: absolute;
  display: block;
  -webkit-transition: all 140ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 140ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 140ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  top: 3px;
  left: 13px;
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ; }
  @media (max-width: 767px) {
    .share_bullet .share_item {
      left: 5px; } }
  .edge .share_bullet .share_item, .share_bullet .edge .share_item {
    -webkit-transition-delay: 10ms;
    -moz-transition-delay: 10ms;
    transition-delay: 10ms; }
  .share_bullet .share_item:hover {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear;
    -webkit-transition-delay: 0ms !important;
    -moz-transition-delay: 0ms !important;
    transition-delay: 0ms !important; }
    .share_bullet .share_item:hover svg {
      -webkit-transition: all 150ms linear 0ms;
      -moz-transition: all 150ms linear 0ms;
      transition: all 150ms linear 0ms; }

.share_bullet.open .share_item:nth-child(0) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  transition-delay: 210ms;
  -webkit-transform: translate3d(0, -10px, 0) ;
  -moz-transform: translate3d(0, -10px, 0) ;
  transform: translate3d(0, -10px, 0) ; }

.share_bullet.open .share_item:nth-child(1) {
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  transition-delay: 180ms;
  -webkit-transform: translate3d(0, -60px, 0) ;
  -moz-transform: translate3d(0, -60px, 0) ;
  transform: translate3d(0, -60px, 0) ; }

.share_bullet.open .share_item:nth-child(2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate3d(0, -110px, 0) ;
  -moz-transform: translate3d(0, -110px, 0) ;
  transform: translate3d(0, -110px, 0) ; }

.share_bullet.open .share_item:nth-child(3) {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  transition-delay: 120ms;
  -webkit-transform: translate3d(0, -160px, 0) ;
  -moz-transform: translate3d(0, -160px, 0) ;
  transform: translate3d(0, -160px, 0) ; }

.share_bullet.open .share_item:nth-child(4) {
  -webkit-transition-delay: 90ms;
  -moz-transition-delay: 90ms;
  transition-delay: 90ms;
  -webkit-transform: translate3d(0, -210px, 0) ;
  -moz-transform: translate3d(0, -210px, 0) ;
  transform: translate3d(0, -210px, 0) ; }

.share_bullet.open .share_item:nth-child(5) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  transition-delay: 60ms;
  -webkit-transform: translate3d(0, -260px, 0) ;
  -moz-transform: translate3d(0, -260px, 0) ;
  transform: translate3d(0, -260px, 0) ; }

.share_bullet.open .share_item:nth-child(6) {
  -webkit-transition-delay: 30ms;
  -moz-transition-delay: 30ms;
  transition-delay: 30ms;
  -webkit-transform: translate3d(0, -310px, 0) ;
  -moz-transform: translate3d(0, -310px, 0) ;
  transform: translate3d(0, -310px, 0) ; }

.share_bullet.open .share_item:nth-child(7) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: translate3d(0, -360px, 0) ;
  -moz-transform: translate3d(0, -360px, 0) ;
  transform: translate3d(0, -360px, 0) ; }

.share_bullet.open .share_item:nth-child(8) {
  -webkit-transition-delay: -30ms;
  -moz-transition-delay: -30ms;
  transition-delay: -30ms;
  -webkit-transform: translate3d(0, -410px, 0) ;
  -moz-transform: translate3d(0, -410px, 0) ;
  transform: translate3d(0, -410px, 0) ; }

.share_bullet .share_item:nth-child(1) {
  -webkit-transition-delay: 30ms;
  -moz-transition-delay: 30ms;
  transition-delay: 30ms; }

.share_bullet .share_item:nth-child(2) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  transition-delay: 60ms; }

.share_bullet .share_item:nth-child(3) {
  -webkit-transition-delay: 90ms;
  -moz-transition-delay: 90ms;
  transition-delay: 90ms; }

.share_bullet .share_item:nth-child(4) {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  transition-delay: 120ms; }

.share_bullet .share_item:nth-child(5) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.share_bullet .share_item:nth-child(6) {
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  transition-delay: 180ms; }

.share_bullet .share_item:nth-child(7) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  transition-delay: 210ms; }

.share_bullet .share_item:nth-child(8) {
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  transition-delay: 240ms; }

.share_bullet.open .main_share_button .icon_open svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
  stroke-width: 1px; }

.share_bullet.open .main_share_button .icon_closed svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0; }

.share_bullet .main_share_button .icon_open svg {
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0; }

.share_bullet .main_share_button .icon_closed svg {
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* =====================================================================================================================
 DATEPICKER - depends on jquery ui [http://api.jqueryui.com/datepicker/]
 =======================================================================================================================*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 20em;
  padding: .2em .2em 0;
  display: none; }
  @media (max-width: 767px) {
    .ui-datepicker {
      left: 25px !important; } }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  margin-bottom: 1em; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  font-size: 16px;
  margin-top: -8px; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 .4em; }
  @media (max-width: 767px) {
    .ui-datepicker table {
      font-size: .8em; } }
  @media (min-width: 768px) {
    .ui-datepicker table {
      font-size: .9em; } }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding-left: 1px;
  padding-right: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .7em;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-datepicker {
  padding: 22px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 14px;
  background-color: white; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05); }

.ui-datepicker .ui-datepicker-prev {
  background-image: url(../img/icn_arrow_left_blue.svg); }
  .edge .ui-datepicker .ui-datepicker-prev, .msie11 .ui-datepicker .ui-datepicker-prev {
    background-image: url(../img/icn_arrow_left_blue_fat.svg); }

.ui-datepicker .ui-datepicker-next {
  background-image: url(../img/icn_arrow_right_blue.svg); }
  .edge .ui-datepicker .ui-datepicker-next, .msie11 .ui-datepicker .ui-datepicker-next {
    background-image: url(../img/icn_arrow_right_blue_fat.svg); }

.ui-datepicker .ui-datepicker-title {
  color: #17355b;
  font-size: 24px; }

.ui-datepicker .day_unavailable {
  background-color: #f7f7f7;
  margin-bottom: 2px;
  border-bottom: 2px solid white; }
  .ui-datepicker .day_unavailable span {
    color: #72737a; }

.ui-datepicker .day_available {
  background-color: #80b8e6;
  cursor: pointer;
  -webkit-transition: background-color 70ms linear;
  -moz-transition: background-color 70ms linear;
  transition: background-color 70ms linear;
  margin-bottom: 2px;
  border-bottom: 2px solid white; }
  .ui-datepicker .day_available.selected {
    background-color: #17355b; }
  .ui-datepicker .day_available:hover {
    background-color: #3da3dc; }
  .ui-datepicker .day_available a:link, .ui-datepicker .day_available a:visited {
    color: white; }

.ui-datepicker .day_closed {
  background-color: #f7f7f7;
  margin-bottom: 2px;
  border-bottom: 2px solid white; }
  .ui-datepicker .day_closed span {
    color: #72737a; }

.ui-datepicker .day_booked {
  background-color: #db0237;
  margin-bottom: 2px;
  border-bottom: 2px solid white; }
  .ui-datepicker .day_booked span {
    color: white; }

.ui-datepicker .ui-datepicker-current, .ui-datepicker .ui-datepicker-close {
  display: none; }

.ui-datepicker th span {
  color: #9fa0a7; }

.ui-datepicker-inline {
  box-shadow: none;
  border: 1px solid #e8e7e7;
  width: 100% !important; }

.display_date {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #17355b;
  font-size: 22px;
  color: white;
  display: none; }

.legend {
  font-size: 0.7em;
  color: #72737a;
  padding-right: 0.4em;
  -webkit-transition-delay: 10ms;
  -moz-transition-delay: 10ms;
  transition-delay: 10ms;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .legend {
      text-align: right; } }
  @media (max-width: 767px) {
    .legend {
      text-align: left; } }
  .legend .available_dates, .legend .unavailable_dates, .legend .closed_dates, .legend .not_available_dates, .legend .selected_dates, .legend .booked_dates {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    top: 10px;
    position: relative;
    margin-right: 3px; }
  .legend .available_dates {
    background-color: #80b8e6; }
  .legend .unavailable_dates {
    background-color: #e7e7e7; }
  .legend .booked_dates {
    background-color: #db0237; }
  .legend .not_available_dates {
    background-color: #e7e7e7; }
  .legend .selected_dates {
    background-color: #17355b; }
  .legend .legend_item {
    white-space: nowrap; }
    .legend .legend_item:not(:last-child) {
      padding-right: 30px; }
      @media (max-width: 767px) {
        .legend .legend_item:not(:last-child) {
          padding-right: 10px; } }

.ui-state-default.ui-state-active {
  background-color: #17355b !important; }

/* =====================================================================================================================
RUNNING CLOCK
=======================================================================================================================*/
.running_clock .hours, .running_clock .minutes {
  -webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }
  .firefox .running_clock .hours, .safari .running_clock .hours, .firefox .running_clock .minutes, .safari .running_clock .minutes {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center; }

.running_clock .hours {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg); }

.running_clock .minutes {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg); }

.running_clock .hours_stoneage {
  display: none; }
  .edge .running_clock .hours_stoneage, .msie11 .running_clock .hours_stoneage {
    display: block; }

.double_box .running_clock *,
.slide_in_panel_maps .running_clock *,
.slide_in_panel_maps_phone .running_clock * {
  fill: white !important; }

.edge .icn_stopwatch img,
.msie11 .icn_stopwatch img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* =====================================================================================================================
THE LOADER
=======================================================================================================================*/
.loader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2); }
  .loader svg stop {
    stop-color: #0c2d82; }
  .loader svg .st1 {
    fill: #0c2d82; }
  .loader .msie11 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50px, -50px, 0) ;
    -moz-transform: translate3d(-50px, -50px, 0) ;
    transform: translate3d(-50px, -50px, 0) ; }

.loader.animate {
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: reverse; }

.loader svg {
  width: 100%;
  height: 100%; }

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

/* =====================================================================================================================
TABBAR
=======================================================================================================================*/
.tabbar {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .tabbar {
      margin-left: 25px;
      margin-right: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tabbar {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1024px) {
    .tabbar {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 767px) {
    .tabbar {
      display: none; } }

.tabbar .tabbutton {
  margin-right: 20px; }
  .tabbar .tabbutton:last-child {
    margin-right: 0; }

.tabcontent:not(:first-child) {
  display: none; }

.tabcontainer {
  min-height: 800px; }

#pbboform .register_details {
  display: none; }

#pbboform .radio_holder {
  margin-bottom: 55px; }

#pbboform .accept_container.error {
  color: #db0237; }

#pbboform .select_holder {
  height: 60px;
  margin-bottom: 60px; }

#pbboform #none_available {
  display: none;
  margin-bottom: 60px;
  color: #db0237; }

#pbboform .accept_pbbo_td {
  padding-left: 10px; }

#schnupperlehreform .checkbox_td {
  padding-left: 10px; }

#schnupperlehreform .hidden {
  display: none; }

#schnupperlehreform .select_holder {
  height: 60px;
  margin-bottom: 40px; }

#schnupperlehreform .select_holder.salutation {
  height: 60px;
  margin-bottom: 60px; }

/* CONTENT MODULES
=======================================================================================================================*/
/* =====================================================================================================================
 CONTENT MODULE: Quote
 =======================================================================================================================*/
.cm_quote {
  position: relative; }
  @media (min-width: 768px) {
    .cm_quote {
      padding-top: 150px;
      margin-bottom: 220px; } }
  @media (max-width: 767px) {
    .cm_quote {
      padding-top: 100px;
      margin-bottom: 100px; } }

.cm_quote .logo {
  position: relative;
  display: block;
  margin: auto;
  background-image: url(../img/craftedinswitzerland.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 21px; }
  @media (min-width: 768px) {
    .cm_quote .logo {
      width: 220px; } }
  @media (max-width: 767px) {
    .cm_quote .logo {
      width: 180px; } }
  @media (min-width: 768px) {
    .cm_quote .logo {
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    .cm_quote .logo {
      margin-bottom: 40px; } }

.cm_quote .headline_quote {
  display: block;
  margin: auto;
  margin-bottom: 10px; }
  @media (min-width: 1860px) {
    .cm_quote .headline_quote {
      max-width: 40%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_quote .headline_quote {
      max-width: 50%; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_quote .headline_quote {
      max-width: 60%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_quote .headline_quote {
      max-width: 60%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_quote .headline_quote {
      max-width: 60%; } }
  @media (max-width: 767px) {
    .cm_quote .headline_quote {
      max-width: 80%; } }

.cm_quote .inner_content_module {
  position: relative; }

.cm_quote .headline_quote, .cm_quote .subline_quote {
  text-align: center; }

.cm_quote .subline_quote {
  display: block; }

/* =====================================================================================================================
DETAIL TEASER BLOCK
=======================================================================================================================*/
.detail_teaser {
  position: relative;
  vertical-align: top;
  overflow: hidden; }

.detail_teaser .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.detail_teaser_1 {
  float: left; }
  @media (min-width: 1024px) {
    .detail_teaser_1 {
      width: 62%;
      padding-bottom: 50%; } }
  @media (max-width: 767px) {
    .detail_teaser_1 {
      width: 100%;
      padding-bottom: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_teaser_1 {
      width: 100%;
      padding-bottom: 100%; } }

.detail_teaser_2 {
  float: left; }
  @media (min-width: 1024px) {
    .detail_teaser_2 {
      width: 38%;
      padding-bottom: 25%; } }
  @media (max-width: 767px) {
    .detail_teaser_2 {
      width: 50%;
      padding-bottom: 50%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_teaser_2 {
      width: 50%;
      padding-bottom: 50%; } }

.detail_teaser_3 {
  float: left; }
  @media (min-width: 1024px) {
    .detail_teaser_3 {
      width: 38%;
      padding-bottom: 25%; } }
  @media (max-width: 767px) {
    .detail_teaser_3 {
      width: 50%;
      padding-bottom: 50%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_teaser_3 {
      width: 50%;
      padding-bottom: 50%; } }

.detail_teaser .darkener, .cm_collage_with_icons_type_a .darkener, .cm_collage_with_icons_type_b .darkener {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.cm_detail_teaser_block {
  background-color: white; }
  .cm_detail_teaser_block .inner_content_module {
    position: relative; }

.detail_teaser .type_icon {
  position: absolute;
  text-align: right; }

.detail_teaser svg {
  fill: white;
  width: auto; }

.detail_teaser:hover .image {
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  transform: scale(1.035); }

@media (min-width: 1280px) {
  .detail_teaser_1 .type_icon {
    right: 40px;
    bottom: 35px; } }

@media (max-width: 767px) {
  .detail_teaser_1 .type_icon {
    right: 16px;
    bottom: 16px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .detail_teaser_1 .type_icon {
    right: 20px;
    bottom: 25px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .detail_teaser_1 .type_icon {
    right: 20px;
    bottom: 12px; } }

@media (min-width: 768px) {
  .detail_teaser_1 svg {
    height: 150px; } }

@media (max-width: 767px) {
  .detail_teaser_1 svg {
    height: 80px; } }

.msie11 .detail_teaser_1 svg {
  width: 24%; }

@media (min-width: 1280px) {
  .detail_teaser_2 .type_icon {
    right: 45px;
    bottom: 45px; } }

@media (max-width: 767px) {
  .detail_teaser_2 .type_icon {
    right: 16px;
    bottom: 16px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .detail_teaser_2 .type_icon {
    right: 25px;
    bottom: 25px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .detail_teaser_2 .type_icon {
    right: 25px;
    bottom: 25px; } }

@media (min-width: 768px) {
  .detail_teaser_2 svg {
    height: 27px; } }

@media (max-width: 767px) {
  .detail_teaser_2 svg {
    height: 15px; } }

.msie11 .detail_teaser_2 svg {
  width: 24%; }

@media (min-width: 1280px) {
  .detail_teaser_3 .type_icon {
    right: 45px;
    bottom: 45px; } }

@media (max-width: 767px) {
  .detail_teaser_3 .type_icon {
    right: 16px;
    bottom: 16px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .detail_teaser_3 .type_icon {
    right: 25px;
    bottom: 25px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .detail_teaser_3 .type_icon {
    right: 25px;
    bottom: 25px; } }

@media (min-width: 768px) {
  .detail_teaser_3 svg {
    height: 27px; } }

@media (max-width: 767px) {
  .detail_teaser_3 svg {
    height: 15px; } }

.msie11 .detail_teaser_3 svg {
  width: 36%; }

/* =====================================================================================================================
CM CONSULTING TEASER
=======================================================================================================================*/
.cm_consulting_teaser {
  position: relative; }

.cm_consulting_teaser .image {
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1024px) {
    .cm_consulting_teaser .image {
      width: 320px;
      height: 230px;
      margin-right: 40px;
      float: left; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_consulting_teaser .image {
      width: 100%;
      height: 310px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .cm_consulting_teaser .image {
      width: 220px;
      height: 160px;
      margin-bottom: 25px; } }

.cm_consulting_teaser .inner_content_module {
  margin: auto; }
  @media (min-width: 1024px) {
    .cm_consulting_teaser .inner_content_module {
      width: 825px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_consulting_teaser .inner_content_module {
      width: 400px; } }
  @media (max-width: 767px) {
    .cm_consulting_teaser .inner_content_module {
      width: 230px; } }

.cm_consulting_teaser .inner_content_module {
  padding-bottom: 50px; }

@media (min-width: 768px) {
  .cm_consulting_teaser p {
    margin-bottom: 10px;
    top: -5px;
    position: relative; } }

@media (max-width: 767px) {
  .cm_consulting_teaser p {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .cm_consulting_teaser button {
    height: 40px; } }

.dyna_greets {
  display: none; }

.firefox .button_arrow_no_label,
.safari.mobile .button_arrow_no_label {
  position: relative; }

.safari.mobile .button_arrow_no_label {
  height: 40px; }

/* =====================================================================================================================
 CM PAGE TEASER BLOCK
 =======================================================================================================================*/
.cm_page_teaser_block .darkener, .cm_page_teaser_block_b .darkener {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.cm_page_teaser_block {
  background-color: white; }
  .cm_page_teaser_block .inner_content_module {
    position: relative; }
  .cm_page_teaser_block .spitzmarke_gray {
    display: block;
    text-align: center; }
  .cm_page_teaser_block .headline_content_blue {
    text-align: center;
    margin: auto;
    width: 70%; }
    @media (min-width: 768px) {
      .cm_page_teaser_block .headline_content_blue {
        margin-bottom: 100px; } }
    @media (max-width: 767px) {
      .cm_page_teaser_block .headline_content_blue {
        margin-bottom: 50px; } }
  .cm_page_teaser_block .page_teaser {
    position: relative;
    height: 0;
    float: left;
    overflow: hidden;
    display: block;
    background-color: #1b2024; }
    @media (min-width: 768px) {
      .cm_page_teaser_block .page_teaser:first-of-type {
        width: 100%;
        padding-bottom: 50%; }
      .cm_page_teaser_block .page_teaser:nth-of-type(2n) {
        width: 50%;
        padding-bottom: 30%; }
      .cm_page_teaser_block .page_teaser:nth-of-type(3n) {
        width: 50%;
        padding-bottom: 30%; } }
    @media (max-width: 767px) {
      .cm_page_teaser_block .page_teaser:first-of-type {
        width: 100%;
        padding-bottom: 100%; }
      .cm_page_teaser_block .page_teaser:nth-of-type(2n) {
        width: 50%;
        padding-bottom: 50%; }
      .cm_page_teaser_block .page_teaser:nth-of-type(3n) {
        width: 50%;
        padding-bottom: 50%; } }
    .cm_page_teaser_block .page_teaser:hover .image {
      -webkit-transform: scale(1.035);
      -moz-transform: scale(1.035);
      transform: scale(1.035); }
  .cm_page_teaser_block .text {
    position: absolute;
    width: 100%; }
    @media (min-width: 1024px) {
      .cm_page_teaser_block .text {
        left: 60px;
        bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_page_teaser_block .text {
        left: 40px;
        bottom: 20px; } }
    @media (max-width: 767px) {
      .cm_page_teaser_block .text {
        left: 20px;
        bottom: 15px; } }
  @media (min-width: 768px) {
    .cm_page_teaser_block .headline_teaser {
      margin-bottom: 14px; } }
  @media (max-width: 767px) {
    .cm_page_teaser_block .headline_teaser {
      display: none; } }
  .cm_page_teaser_block button {
    position: relative; }
    @media (max-width: 767px) {
      .cm_page_teaser_block button {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_page_teaser_block button {
        display: none; } }
  .cm_page_teaser_block .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* =====================================================================================================================
 CM PAGE TEASER BLOCK B - VORFOOTER
 =======================================================================================================================*/
/* =====================================================================================================================
 CM PAGE TEASER BLOCK
 =======================================================================================================================*/
.cm_page_teaser_block .darkener, .cm_page_teaser_block_b .darkener {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.cm_page_teaser_block_b {
  background-color: #1b2024; }
  .cm_page_teaser_block_b .inner_content_module {
    position: relative; }
  .cm_page_teaser_block_b .spitzmarke_gray {
    display: block;
    text-align: center; }
  .cm_page_teaser_block_b .headline_content_blue {
    text-align: center;
    margin: auto;
    width: 70%; }
    @media (min-width: 768px) {
      .cm_page_teaser_block_b .headline_content_blue {
        margin-bottom: 100px; } }
    @media (max-width: 767px) {
      .cm_page_teaser_block_b .headline_content_blue {
        margin-bottom: 50px; } }
  .cm_page_teaser_block_b .page_teaser {
    position: relative;
    height: 0;
    float: left;
    overflow: hidden;
    display: block; }
  @media (min-width: 768px) {
    .cm_page_teaser_block_b.content_3part .page_teaser:first-of-type {
      width: 60%;
      padding-bottom: 50%; }
    .cm_page_teaser_block_b.content_3part .page_teaser:nth-of-type(2n) {
      width: 40%;
      padding-bottom: 25%; }
    .cm_page_teaser_block_b.content_3part .page_teaser:nth-of-type(3n) {
      width: 40%;
      padding-bottom: 25%; } }
  @media (max-width: 767px) {
    .cm_page_teaser_block_b.content_3part .page_teaser:first-of-type {
      width: 100%;
      padding-bottom: 50%; }
    .cm_page_teaser_block_b.content_3part .page_teaser:nth-of-type(2n) {
      width: 50%;
      padding-bottom: 50%; }
    .cm_page_teaser_block_b.content_3part .page_teaser:nth-of-type(3n) {
      width: 50%;
      padding-bottom: 50%; } }
  @media (min-width: 768px) {
    .cm_page_teaser_block_b.content_2part .page_teaser:first-of-type {
      width: 50%;
      padding-bottom: 35%; }
    .cm_page_teaser_block_b.content_2part .page_teaser:last-of-type {
      width: 50%;
      padding-bottom: 35%; } }
  @media (max-width: 767px) {
    .cm_page_teaser_block_b.content_2part .page_teaser:first-of-type {
      width: 50%;
      padding-bottom: 50%; }
    .cm_page_teaser_block_b.content_2part .page_teaser:last-of-type {
      width: 50%;
      padding-bottom: 50%; } }
  .cm_page_teaser_block_b .page_teaser:hover .image {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035); }
  .cm_page_teaser_block_b .text {
    position: absolute;
    width: 100%; }
    @media (min-width: 1024px) {
      .cm_page_teaser_block_b .text {
        left: 60px;
        bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_page_teaser_block_b .text {
        left: 40px;
        bottom: 20px; } }
    @media (max-width: 767px) {
      .cm_page_teaser_block_b .text {
        left: 20px;
        bottom: 15px; } }
  .cm_page_teaser_block_b .headline_teaser {
    width: 80%; }
    @media (min-width: 768px) {
      .cm_page_teaser_block_b .headline_teaser {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .cm_page_teaser_block_b .headline_teaser {
        display: none; } }
  .cm_page_teaser_block_b button {
    position: relative; }
    @media (max-width: 767px) {
      .cm_page_teaser_block_b button {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_page_teaser_block_b button {
        display: none; } }
  .cm_page_teaser_block_b .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* =====================================================================================================================
CM NEWS TEASER BLOCK
=======================================================================================================================*/
.cm_news_teaser_block {
  position: relative; }

.news_teaser_item {
  position: relative;
  float: left;
  margin-bottom: 50px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .news_teaser_item {
      width: calc(12.5% - 25px);
      margin-right: 25px;
      float: left; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .news_teaser_item {
      width: 49%;
      margin-right: 2%; }
      .news_teaser_item:nth-of-type(even) {
        margin-right: 0; }
      .news_teaser_item:nth-of-type(odd) {
        clear: both; }
      .news_teaser_item:nth-of-type(7), .news_teaser_item:nth-of-type(8) {
        display: none; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .news_teaser_item {
      width: 32.3333333333%;
      margin-right: 1.5%; }
      .news_teaser_item:nth-of-type(3n) {
        margin-right: 0; }
      .news_teaser_item:nth-of-type(3n+1) {
        clear: both; }
      .news_teaser_item:nth-of-type(7), .news_teaser_item:nth-of-type(8) {
        display: none; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .news_teaser_item {
      width: 24%;
      margin-right: 1.3333333333%; }
      .news_teaser_item:nth-of-type(4n) {
        margin-right: 0; }
      .news_teaser_item:nth-of-type(4n+1) {
        clear: both; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .news_teaser_item {
      width: 24%;
      margin-right: 1.3333333333%; }
      .news_teaser_item:nth-of-type(4n) {
        margin-right: 0; }
      .news_teaser_item:nth-of-type(4n+1) {
        clear: both; } }
  @media (min-width: 1860px) {
    .news_teaser_item {
      width: 24%;
      margin-right: 1.3333333333%; }
      .news_teaser_item:nth-of-type(4n) {
        margin-right: 0; }
      .news_teaser_item:nth-of-type(4n+1) {
        clear: both; } }

.news_teaser_item .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media (max-width: 767px) {
  .cm_news_teaser_block .tile_container {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 700%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none; } }

.cm_news_teaser_block {
  background-color: white; }
  .cm_news_teaser_block .inner_content_module {
    position: relative; }
  .cm_news_teaser_block .headline_content_blue {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .cm_news_teaser_block .headline_content_blue {
        text-align: center; } }
  @media (max-width: 767px) {
    .cm_news_teaser_block .spitzmarke_gray {
      text-align: center; } }
  @media (max-width: 767px) {
    .cm_news_teaser_block .scrolltrack {
      overflow-x: scroll;
      overflow-y: hidden;
      width: calc(100% + 50px);
      left: -25px;
      position: relative;
      padding-left: 25px;
      -webkit-overflow-scrolling: touch;
      -webkit-scroll-snap-points-x: repeat(87.5%);
      -webkit-scroll-snap-type: mandatory;
      -moz-scroll-snap-points-x: repeat(87.5%);
      -moz-scroll-snap-type: mandatory;
      scroll-snap-points-x: repeat(87.5%);
      scroll-snap-type: mandatory;
      -ms-overflow-style: none;
      display: block;
      top: 20px; }
      .cm_news_teaser_block .scrolltrack::-webkit-scrollbar {
        display: none;
        width: 0 !important;
        height: 0 !important;
        padding: 0;
        margin: 0;
        border: none;
        background: rgba(0, 0, 0, 0);
        color: white !important; }
      .cm_news_teaser_block .scrolltrack::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0); }
      .cm_news_teaser_block .scrolltrack::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0); }
      .cm_news_teaser_block .scrolltrack::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0); }
      .cm_news_teaser_block .scrolltrack::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, 0); } }

.news_teaser_item .hoverlay {
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: white;
  background-color: rgba(40, 43, 49, 0.8);
  opacity: 0;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 25px;
  z-index: 10; }
  .news_teaser_item .hoverlay:hover {
    opacity: 1; }
    .news_teaser_item .hoverlay:hover .hoverlay_label {
      opacity: 1; }

.news_teaser_item .hoverlay_label {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, -50%, 0) ;
  -moz-transform: translate3d(-50%, -50%, 0) ;
  transform: translate3d(-50%, -50%, 0) ;
  text-align: center;
  opacity: 0; }

.news_teaser_item .hoverlay_video:hover button, .news_teaser_item .hoverlay_video:hover button:hover {
  opacity: 1; }

.news_teaser_item .hoverlay_video button {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) ;
  -moz-transform: translate3d(-50%, -50%, 0) ;
  transform: translate3d(-50%, -50%, 0) ; }
  .news_teaser_item .hoverlay_video button svg {
    top: 33%;
    left: 38%; }

.news_teaser_item .hoverlay_download .hoverlay_label {
  margin-left: 25px;
  padding-right: 25px; }
  .news_teaser_item .hoverlay_download .hoverlay_label:before {
    content: '';
    background-image: url(../img/icn_shape_pdf_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -29px;
    top: -5px; }

.news_teaser_item a.news_teaser_image {
  overflow: hidden;
  margin-bottom: 25px;
  display: block;
  height: 0;
  padding-bottom: 62%; }
  .news_teaser_item a.news_teaser_image:hover .image {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035); }

.news_teaser_item a:not(.news_teaser_image) {
  -webkit-transition: color 70ms linear;
  -moz-transition: color 70ms linear;
  transition: color 70ms linear; }
  .news_teaser_item a:not(.news_teaser_image):link, .news_teaser_item a:not(.news_teaser_image):visited {
    color: #0c2d82; }
  .news_teaser_item a:not(.news_teaser_image):hover {
    color: #72737a; }

.news_teaser_item .tag_title_gray {
  margin-bottom: 7px;
  display: inline-block; }

.news_teaser_item h2 {
  width: 90%;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .news_teaser_item h2 {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .news_teaser_item h2 {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .news_teaser_item h2 {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .news_teaser_item h2 {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .news_teaser_item h2 {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .news_teaser_item h2 {
      font-size: 20px;
      line-height: 1.5em; } }

/* =====================================================================================================================
 CM MAIN TEXT
 =======================================================================================================================*/
.ul_listing ul,
.cm_main_text.ul_listing ul,
.content_listing_checkbox, .content_listing_checkbox_blue, .content_listing_checkbox_green, .cm_main_text p, .cm_main_text h1, .cm_main_text h2, .cm_main_text h3, .cm_main_text h4, .cm_main_text h5, .cm_main_text h6, .cm_main_text ul, .cm_main_text .gray_box {
  margin-bottom: 1.6em; }
  @media (min-width: 1280px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox, .content_listing_checkbox_blue, .content_listing_checkbox_green, .cm_main_text p, .cm_main_text h1, .cm_main_text h2, .cm_main_text h3, .cm_main_text h4, .cm_main_text h5, .cm_main_text h6, .cm_main_text ul, .cm_main_text .gray_box {
      width: 60%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox, .content_listing_checkbox_blue, .content_listing_checkbox_green, .cm_main_text p, .cm_main_text h1, .cm_main_text h2, .cm_main_text h3, .cm_main_text h4, .cm_main_text h5, .cm_main_text h6, .cm_main_text ul, .cm_main_text .gray_box {
      width: 75%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox, .content_listing_checkbox_blue, .content_listing_checkbox_green, .cm_main_text p, .cm_main_text h1, .cm_main_text h2, .cm_main_text h3, .cm_main_text h4, .cm_main_text h5, .cm_main_text h6, .cm_main_text ul, .cm_main_text .gray_box {
      width: 100%; } }
  @media (max-width: 767px) {
    .ul_listing ul,
    .cm_main_text.ul_listing ul,
    .content_listing_checkbox, .content_listing_checkbox_blue, .content_listing_checkbox_green, .cm_main_text p, .cm_main_text h1, .cm_main_text h2, .cm_main_text h3, .cm_main_text h4, .cm_main_text h5, .cm_main_text h6, .cm_main_text ul, .cm_main_text .gray_box {
      width: 100%; } }
  .ul_listing ul:last-child,
  .content_listing_checkbox:last-child, .content_listing_checkbox_blue:last-child, .content_listing_checkbox_green:last-child, .cm_main_text p:last-child, .cm_main_text h1:last-child, .cm_main_text h2:last-child, .cm_main_text h3:last-child, .cm_main_text h4:last-child, .cm_main_text h5:last-child, .cm_main_text h6:last-child, .cm_main_text ul:last-child, .cm_main_text .gray_box:last-child {
    margin-bottom: 0; }

.cm_main_text img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px; }

.cm_main_text {
  background-color: white; }
  .cm_main_text .inner_content_module {
    position: relative; }
  .cm_main_text .spitzmarke_gray {
    margin-bottom: 10px; }
  .cm_main_text .headline_content_blue {
    margin-bottom: 30px; }
  .cm_main_text td p, .cm_main_text td h1, .cm_main_text td h2, .cm_main_text td h3, .cm_main_text td h4, .cm_main_text td h5, .cm_main_text td h6, .cm_main_text td ul, .cm_main_text td .gray_box {
    width: 100%; }
  .cm_main_text a:not(.square_button_xl_thin):not(.square_button_xl) {
    color: #17355b;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    transition: color 100ms linear; }
    .cm_main_text a:not(.square_button_xl_thin):not(.square_button_xl):link, .cm_main_text a:not(.square_button_xl_thin):not(.square_button_xl):visited {
      color: #17355b;
      border-bottom: 1px solid #17355b; }
    .cm_main_text a:not(.square_button_xl_thin):not(.square_button_xl):hover {
      color: #72737a;
      border-bottom: 1px solid #72737a; }
  .cm_main_text .gray_box {
    background-color: #f7f7f7;
    padding: 16px; }
    .cm_main_text .gray_box p {
      width: 100%; }

/* =====================================================================================================================
CM COLLAGE WITH ICONS
=======================================================================================================================*/
.cm_collage_with_icons_type_a, .cm_collage_with_icons_type_b {
  background-color: white; }
  .cm_collage_with_icons_type_a .inner_content_module, .cm_collage_with_icons_type_b .inner_content_module {
    position: relative; }

.cm_collage_with_icons_type_a .image, .cm_collage_with_icons_type_b .image {
  position: relative;
  display: block;
  float: left;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 1024px) {
  .cm_collage_with_icons_type_a .image1 {
    width: 42%;
    padding-bottom: 45%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_collage_with_icons_type_a .image1 {
    width: 100%;
    padding-bottom: 100%; } }

@media (max-width: 767px) {
  .cm_collage_with_icons_type_a .image1 {
    width: 100%;
    padding-bottom: 100%; } }

@media (min-width: 1024px) {
  .cm_collage_with_icons_type_a .image2 {
    width: 24%;
    padding-bottom: 25%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_collage_with_icons_type_a .image2 {
    width: 50%;
    padding-bottom: 50%; } }

@media (max-width: 767px) {
  .cm_collage_with_icons_type_a .image2 {
    width: 50%;
    padding-bottom: 50%; } }

@media (min-width: 1024px) {
  .cm_collage_with_icons_type_a .image3 {
    width: 34%;
    padding-bottom: 25%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_collage_with_icons_type_a .image3 {
    width: 50%;
    padding-bottom: 50%; } }

@media (max-width: 767px) {
  .cm_collage_with_icons_type_a .image3 {
    width: 50%;
    padding-bottom: 50%; } }

.cm_collage_with_icons_type_a .icon_group {
  position: relative;
  background-color: #122945;
  height: 0; }
  @media (min-width: 1024px) {
    .cm_collage_with_icons_type_a .icon_group {
      width: 58%;
      float: left;
      vertical-align: top;
      height: 0;
      padding-bottom: 20%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_a .icon_group {
      clear: both;
      width: 100%;
      padding-bottom: 50%; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_a .icon_group {
      clear: both;
      width: 100%;
      padding-bottom: 50%; } }

@media (min-width: 1024px) {
  .cm_collage_with_icons_type_b .image {
    width: 62%;
    padding-bottom: 40%;
    height: 0;
    float: left; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_collage_with_icons_type_b .image {
    clear: both;
    width: 100%;
    padding-bottom: 100%; } }

@media (max-width: 767px) {
  .cm_collage_with_icons_type_b .image {
    clear: both;
    width: 100%;
    padding-bottom: 100%; } }

.cm_collage_with_icons_type_b .icon_group {
  position: relative;
  background-color: #122945;
  height: 0; }
  @media (min-width: 1024px) {
    .cm_collage_with_icons_type_b .icon_group {
      position: relative;
      width: 38%;
      padding-bottom: 40%;
      float: left; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_b .icon_group {
      clear: both;
      width: 100%;
      padding-bottom: 50%; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_b .icon_group {
      clear: both;
      width: 100%;
      padding-bottom: 50%; } }

.cm_collage_with_icons_type_a .icon_item {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  top: 0;
  bottom: 0; }
  .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_a .icon_item .value {
    text-align: center;
    color: white; }
  @media (min-width: 1280px) {
    .cm_collage_with_icons_type_a .icon_item {
      width: 30.6666666667%;
      margin-top: 6%;
      margin-bottom: 6%; }
      .cm_collage_with_icons_type_a .icon_item:first-child {
        margin-left: 4%; }
      .cm_collage_with_icons_type_a .icon_item:last-child {
        margin-right: 4%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_collage_with_icons_type_a .icon_item {
      width: 30.6666666667%;
      margin-top: 7%;
      margin-bottom: 7%; }
      .cm_collage_with_icons_type_a .icon_item:first-child {
        margin-left: 4%; }
      .cm_collage_with_icons_type_a .icon_item:last-child {
        margin-right: 4%; } }
  @media (max-width: 1023px) {
    .cm_collage_with_icons_type_a .icon_item {
      width: 50%;
      margin-top: 7%;
      margin-bottom: 7%; } }
  .cm_collage_with_icons_type_a .icon_item:first-child {
    left: 0;
    border-right: 1px solid #2a3e59; }
  .cm_collage_with_icons_type_a .icon_item:nth-child(2) {
    left: 35.3333333333%;
    border-right: 1px solid #2a3e59; }
    @media (max-width: 1023px) {
      .cm_collage_with_icons_type_a .icon_item:nth-child(2) {
        display: none; } }
  .cm_collage_with_icons_type_a .icon_item:last-child {
    right: 0; }

.cm_collage_with_icons_type_b .icon_item {
  position: relative; }
  @media (min-width: 1024px) {
    .cm_collage_with_icons_type_b .icon_item {
      padding-bottom: 8.25%;
      padding-top: 8.25%;
      clear: both;
      width: 60%;
      margin: auto; } }
  @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
    .cm_collage_with_icons_type_b .icon_item {
      padding-bottom: 8.5%;
      padding-top: 8.5%; } }
  @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
    .cm_collage_with_icons_type_b .icon_item {
      padding-bottom: 9.4%;
      padding-top: 9.4%; } }
  @media (min-width: 1024px) and (min-width: 1860px) {
    .cm_collage_with_icons_type_b .icon_item {
      padding-bottom: 9.8%;
      padding-top: 9.8%; } }
  @media (min-width: 1024px) {
      .cm_collage_with_icons_type_b .icon_item:first-child {
        margin-top: 10%;
        border-bottom: 1px solid #2a3e59; }
      .cm_collage_with_icons_type_b .icon_item:nth-child(2) {
        border-bottom: 1px solid #2a3e59; } }
  .cm_collage_with_icons_type_b .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .value {
    color: white; }
    @media (min-width: 1024px) {
      .cm_collage_with_icons_type_b .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .value {
        text-align: left;
        margin-left: 32%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_collage_with_icons_type_b .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .value {
        text-align: center; } }
    @media (max-width: 767px) {
      .cm_collage_with_icons_type_b .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .value {
        text-align: center; } }
  @media (max-width: 1023px) {
    .cm_collage_with_icons_type_b .icon_item {
      position: absolute;
      width: 50%;
      top: 0;
      bottom: 0;
      margin-top: 8%;
      margin-bottom: 8%; }
      .cm_collage_with_icons_type_b .icon_item:first-child {
        left: 0;
        border-right: 1px solid #2a3e59; }
      .cm_collage_with_icons_type_b .icon_item:last-child {
        right: 0; }
      .cm_collage_with_icons_type_b .icon_item:nth-child(2) {
        display: none; } }

.cm_collage_with_icons_type_a svg, .cm_collage_with_icons_type_b svg {
  fill: white;
  stroke: white;
  stroke-width: 2px;
  width: 100%;
  height: 70%; }

.cm_collage_with_icons_type_a .icon_item .icon {
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  @media (min-width: 1860px) {
    .cm_collage_with_icons_type_a .icon_item .icon {
      width: 30%;
      padding-bottom: 30%;
      height: 0;
      margin-bottom: 2%;
      margin-top: 8%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_collage_with_icons_type_a .icon_item .icon {
      width: 30%;
      padding-bottom: 30%;
      height: 0;
      margin-bottom: 2%;
      margin-top: 8%; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_collage_with_icons_type_a .icon_item .icon {
      width: 30%;
      padding-bottom: 30%;
      height: 0;
      margin-bottom: 2%;
      margin-top: 6%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_collage_with_icons_type_a .icon_item .icon {
      width: 30%;
      padding-bottom: 30%;
      height: 0;
      margin-bottom: 6%;
      margin-top: 2%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_a .icon_item .icon {
      width: 30%;
      padding-bottom: 30%;
      height: 0;
      margin-top: 10%;
      margin-bottom: 3%; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_a .icon_item .icon {
      width: 30%;
      padding-bottom: 30%;
      height: 0;
      margin-top: 6%;
      margin-bottom: 1%; } }

.cm_collage_with_icons_type_b .icon_item .icon {
  position: relative;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  @media (min-width: 1024px) {
    .cm_collage_with_icons_type_b .icon_item .icon {
      width: 24%;
      height: 0;
      padding-bottom: 27%;
      top: 30px;
      bottom: 30px;
      left: 0;
      margin-right: 40px;
      position: absolute; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_b .icon_item .icon {
      width: 30%;
      height: 0;
      padding-bottom: 30%;
      margin-top: 8%;
      margin-bottom: 3%; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_b .icon_item .icon {
      width: 30%;
      height: 0;
      padding-bottom: 30%;
      padding-top: 4%;
      margin-bottom: 1%; } }

.cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
  color: white;
  position: absolute; }
  @media (min-width: 1860px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      font-size: 18px;
      line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      left: 30px;
      bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      left: 15px;
      bottom: 15px; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_a .image_label, .cm_collage_with_icons_type_b .image_label {
      left: 15px;
      bottom: 15px; } }

.cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label {
  white-space: nowrap;
  color: white; }
  @media (min-width: 1860px) {
    .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label {
      font-size: 18px;
      line-height: 1.67em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label {
      font-size: 16px;
      line-height: 1.88em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label {
      font-size: 16px;
      line-height: 1.88em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label {
      font-size: 16px;
      line-height: 1.63em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label {
      font-size: 14px;
      line-height: 1.71em; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_a .icon_item .icon_label, .cm_collage_with_icons_type_b .icon_item .icon_label {
      font-size: 14px;
      line-height: 1.71em; } }

.cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
  white-space: nowrap;
  color: white; }
  @media (min-width: 1860px) {
    .cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
      font-size: 35px;
      line-height: 1em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
      font-size: 28px;
      line-height: 1em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
      font-size: 28px;
      line-height: 1em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
      font-size: 21px;
      line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
      font-size: 24px;
      line-height: 1em; } }
  @media (max-width: 767px) {
    .cm_collage_with_icons_type_a .icon_item .value, .cm_collage_with_icons_type_b .icon_item .value {
      font-size: 20px;
      line-height: 1em; } }
  .cm_collage_with_icons_type_a .icon_item .value .smaller, .cm_collage_with_icons_type_b .icon_item .value .smaller {
    font-size: 0.7em;
    margin-left: 5px; }

/* =====================================================================================================================
CONTENT MODULE KEY FACTS
=======================================================================================================================*/
.cm_key_facts .key_facts_mask {
  overflow: hidden; }
  @media (max-width: 1023px) {
    .cm_key_facts .key_facts_mask {
      padding-bottom: 26%; } }

.cm_key_facts .key_fact_image {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1023px) {
    .cm_key_facts .key_fact_image {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      transform: scale(1.5);
      top: 80px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_key_facts .key_fact_image {
      top: -60px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_key_facts .key_fact_image {
      top: -75px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_key_facts .key_fact_image {
      top: -120px; } }
  @media (min-width: 1860px) {
    .cm_key_facts .key_fact_image {
      top: -128px; } }

.cm_key_facts .key_fact_image .image_position_marker, .cm_key_facts .key_fact_image .image_position_marker_active {
  position: absolute; }
  .cm_key_facts .key_fact_image .image_position_marker svg, .cm_key_facts .key_fact_image .image_position_marker_active svg {
    stroke-width: 1px; }
    .edge .cm_key_facts .key_fact_image .image_position_marker svg, .cm_key_facts .key_fact_image .edge .image_position_marker svg, .edge .cm_key_facts .key_fact_image .image_position_marker_active svg, .cm_key_facts .key_fact_image .edge .image_position_marker_active svg, .msie11 .cm_key_facts .key_fact_image .image_position_marker svg, .cm_key_facts .key_fact_image .msie11 .image_position_marker svg, .msie11 .cm_key_facts .key_fact_image .image_position_marker_active svg, .cm_key_facts .key_fact_image .msie11 .image_position_marker_active svg {
      stroke-width: 5px; }
  @media (max-width: 1023px) {
    .cm_key_facts .key_fact_image .image_position_marker, .cm_key_facts .key_fact_image .image_position_marker_active {
      -webkit-transform: scale(0.4) translate3d(-20px, -20px, 0);
      -moz-transform: scale(0.4) translate3d(-20px, -20px, 0);
      transform: scale(0.4) translate3d(-20px, -20px, 0); } }

.cm_key_facts {
  background-color: white; }
  .cm_key_facts .inner_content_module {
    position: relative; }
  @media (min-width: 1024px) {
    .cm_key_facts .inner_content_module {
      padding-bottom: 49%;
      height: 0; } }

/* =====================================================================================================================
 CM MULTITEASER
 =======================================================================================================================*/
.cm_multiteaser {
  position: relative; }

.cm_multiteaser .multiteaser_item {
  position: relative;
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }
  .cm_multiteaser .multiteaser_item .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_multiteaser .multiteaser_item .hover_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(18, 41, 69, 0.9);
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_multiteaser .multiteaser_item .labeltrack {
    position: absolute;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    top: 100%; }
    @media (max-width: 767px) {
      .cm_multiteaser .multiteaser_item .labeltrack {
        -webkit-transform: translate3d(0, -40px, 0) ;
        -moz-transform: translate3d(0, -40px, 0) ;
        transform: translate3d(0, -40px, 0) ;
        left: 25px;
        right: 15px; } }
    @media (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser .multiteaser_item .labeltrack {
        -webkit-transform: translate3d(0, -40px, 0) ;
        -moz-transform: translate3d(0, -40px, 0) ;
        transform: translate3d(0, -40px, 0) ;
        left: 25px;
        right: 15px; } }
    @media (min-width: 1280px) {
      .cm_multiteaser .multiteaser_item .labeltrack {
        -webkit-transform: translate3d(0, -50px, 0) ;
        -moz-transform: translate3d(0, -50px, 0) ;
        transform: translate3d(0, -50px, 0) ;
        left: 30px;
        right: 30px; } }
    .cm_multiteaser .multiteaser_item .labeltrack .arrow_icon_small_white svg {
      width: 24px; }
      .edge .cm_multiteaser .multiteaser_item .labeltrack .arrow_icon_small_white svg, .cm_multiteaser .edge .multiteaser_item .labeltrack .arrow_icon_small_white svg, .msie11 .cm_multiteaser .multiteaser_item .labeltrack .arrow_icon_small_white svg, .cm_multiteaser .msie11 .multiteaser_item .labeltrack .arrow_icon_small_white svg {
        height: 14px;
        stroke-width: 3px; }
  .cm_multiteaser .multiteaser_item .multiteaser_label {
    color: white;
    position: relative;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_multiteaser .multiteaser_item .multiteaser_headline {
    position: relative;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate3d(0, 40px, 0) ;
    -moz-transform: translate3d(0, 40px, 0) ;
    transform: translate3d(0, 40px, 0) ; }
    @media (max-width: 767px) {
      .cm_multiteaser .multiteaser_item .multiteaser_headline {
        display: none; } }
  .cm_multiteaser .multiteaser_item .button_multiteaser {
    position: relative;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate3d(0, 40px, 0) ;
    -moz-transform: translate3d(0, 40px, 0) ;
    transform: translate3d(0, 40px, 0) ; }
    @media (max-width: 767px) {
      .cm_multiteaser .multiteaser_item .button_multiteaser {
        display: none; } }
  .cm_multiteaser .multiteaser_item .darkener {
    background: rgba(0, 0, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

html:not(.mobile) .multiteaser_item:hover .darkener {
  -webkit-transform: translate3d(0, -100px, 0) ;
  -moz-transform: translate3d(0, -100px, 0) ;
  transform: translate3d(0, -100px, 0) ; }

html:not(.mobile) .multiteaser_item:hover .hover_overlay {
  opacity: 1; }

html:not(.mobile) .multiteaser_item:hover .multiteaser_label {
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ; }

html:not(.mobile) .multiteaser_item:hover .multiteaser_headline {
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ; }

html:not(.mobile) .multiteaser_item:hover .button_multiteaser {
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ; }

@media (min-width: 768px) {
  html:not(.mobile) .multiteaser_item:hover .labeltrack {
    -webkit-transform: translate3d(0, -100%, 0) ;
    -moz-transform: translate3d(0, -100%, 0) ;
    transform: translate3d(0, -100%, 0) ; } }

.cm_multiteaser {
  background-color: white; }
  .cm_multiteaser .inner_content_module {
    position: relative; }
  @media (max-width: 767px) {
    .cm_multiteaser .multiteaser_item {
      margin-right: 1%; }
      .cm_multiteaser .multiteaser_item:last-of-type {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_multiteaser.multiteaser_2part .multiteaser_item {
      padding-bottom: 45%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 1%; }
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_multiteaser.multiteaser_3part .multiteaser_item {
      padding-bottom: 37%; }
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) {
        width: 49.5%;
        margin-right: 0;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_multiteaser.multiteaser_4part .multiteaser_item {
      padding-bottom: 37%; }
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) {
        width: 49.5%;
        margin-right: 0;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_multiteaser.multiteaser_5part .multiteaser_item {
      padding-bottom: 37%; }
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) {
        width: 49.5%;
        margin-right: 0;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) {
        width: 49.5%;
        margin-right: 0;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_multiteaser.multiteaser_6part .multiteaser_item {
      padding-bottom: 37%; }
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(odd) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) {
        width: 49.5%;
        margin-right: 0;
        margin-bottom: 1%; }
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(even) .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_2part .multiteaser_item {
      padding-bottom: 51%; }
      .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child {
        width: 38%;
        margin-right: 1%; }
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 1024px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 1024px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 1024px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 1024px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 1024px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:first-child .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type {
        width: 61%; }
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          color: white;
          width: 90%; } }
      @media (min-width: 1024px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          font-size: 48px;
          line-height: 1.21em; } }
      @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          font-size: 40px;
          line-height: 1.25em; } }
      @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          font-size: 35px;
          line-height: 1.29em; } }
      @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          font-size: 28px;
          line-height: 1.25em; } }
      @media (min-width: 1024px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          font-size: 48px;
          line-height: 0.92em; } }
      @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          margin-bottom: 20px; } }
      @media (min-width: 1024px) and (min-width: 1280px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_headline {
          margin-bottom: 20px; } }
  @media (min-width: 1024px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_label {
          color: white;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) and (min-width: 1860px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_label {
          font-size: 23px;
          line-height: 1.26em; } }
      @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
      @media (min-width: 1024px) and (max-width: 767px) {
        .cm_multiteaser.multiteaser_2part .multiteaser_item:last-of-type .multiteaser_label {
          font-size: 18px;
          line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) {
      width: 38%;
      margin-right: 1%;
      padding-bottom: 51%; }
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) {
      width: 61%;
      margin-bottom: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) {
      width: 61%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_3part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) {
      width: 38%;
      margin-right: 1%;
      padding-bottom: 51%; }
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) {
      width: 61%;
      margin-bottom: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        color: white; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) {
      width: 30%;
      margin-right: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) {
      width: 30%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_4part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) {
      width: 38%;
      margin-right: 1%;
      padding-bottom: 51%; }
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) {
      width: 30%;
      margin-right: 1%;
      margin-bottom: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) {
      width: 30%;
      padding-bottom: 25%;
      margin-bottom: 1%; }
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) {
      width: 30%;
      margin-right: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) {
      width: 30%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_5part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) {
      width: 38%;
      margin-right: 1%;
      margin-bottom: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(1) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) {
      width: 30%;
      margin-right: 1%;
      margin-bottom: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(2) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) {
      width: 30%;
      padding-bottom: 25%;
      margin-bottom: 1%; }
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(3) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) {
      width: 38%;
      margin-right: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(4) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) {
      width: 30%;
      margin-right: 1%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(5) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (min-width: 1024px) {
    .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) {
      width: 30%;
      padding-bottom: 25%; }
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        color: white;
        width: 90%; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        font-size: 48px;
        line-height: 1.21em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        font-size: 40px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        font-size: 35px;
        line-height: 1.29em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        font-size: 28px;
        line-height: 1.25em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        font-size: 48px;
        line-height: 0.92em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_headline {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_label {
        color: white;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) and (min-width: 1860px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1500px) and (max-width: 1859px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1499px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_label {
        font-size: 23px;
        line-height: 1.26em; } }
    @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
    @media (min-width: 1024px) and (max-width: 767px) {
      .cm_multiteaser.multiteaser_6part .multiteaser_item:nth-child(6) .multiteaser_label {
        font-size: 18px;
        line-height: 1.33em; } }
  @media (max-width: 767px) {
    .cm_multiteaser .scrolltrack {
      overflow-x: scroll !important;
      overflow-y: hidden;
      width: calc(100% + 50px);
      left: -25px;
      position: relative;
      padding-left: 25px;
      -webkit-overflow-scrolling: touch;
      -webkit-scroll-snap-points-x: repeat(80.5%);
      -webkit-scroll-snap-type: mandatory;
      -moz-scroll-snap-points-x: repeat(80.5%);
      -moz-scroll-snap-type: mandatory;
      scroll-snap-points-x: repeat(80.5%);
      scroll-snap-type: mandatory;
      -ms-overflow-style: none;
      display: block; } }

.noscrollbars::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: transparent !important;
  z-index: 9999;
  position: absolute;
  bottom: -20px !important; }

.noscrollbars::-webkit-scrollbar-track {
  background-color: transparent !important; }

.noscrollbars::-webkit-scrollbar-thumb {
  background-color: transparent !important; }

.noscrollbars::-webkit-scrollbar-thumb:hover {
  background-color: transparent !important; }

.noscrollbars::-webkit-scrollbar-thumb:window-inactive {
  background-color: transparent !important; }

.scrolltrack_blocker {
  position: relative;
  margin-top: -10px;
  height: 20px;
  background-color: white;
  width: calc(100% + 50px);
  left: -25px; }
  @media (min-width: 768px) {
    .scrolltrack_blocker {
      display: none; } }

/* =====================================================================================================================
 CM VIDEO
 =======================================================================================================================*/
.cm_video .yt_video_player_container {
  position: relative;
  overflow: hidden;
  background-color: black; }
  @media (min-width: 1280px) {
    .cm_video .yt_video_player_container {
      height: 650px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_video .yt_video_player_container {
      height: 650px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_video .yt_video_player_container {
      height: 650px; } }
  @media (max-width: 767px) {
    .cm_video .yt_video_player_container {
      height: 490px; } }

.cm_video .yt_posterframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 100%, 0) ;
  -moz-transform: translate3d(0, 100%, 0) ;
  transform: translate3d(0, 100%, 0) ; }
  .cm_video .on.yt_posterframe {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }

.cm_video .yt_posterframe .posterframe_content {
  position: absolute;
  width: 100%; }
  @media (min-width: 768px) {
    .cm_video .yt_posterframe .posterframe_content {
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0) ;
      -moz-transform: translate3d(0, -50%, 0) ;
      transform: translate3d(0, -50%, 0) ; } }
  @media (max-width: 767px) {
    .cm_video .yt_posterframe .posterframe_content {
      top: 45%;
      -webkit-transform: translate3d(0, -50%, 0) ;
      -moz-transform: translate3d(0, -50%, 0) ;
      transform: translate3d(0, -50%, 0) ; } }

.cm_video .video_button {
  width: 90px;
  display: inline-block; }

.cm_video .video_button .image_frame {
  position: relative;
  width: 90px;
  height: 90px;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 12px; }

.cm_video .video_menu {
  position: relative;
  top: -50px;
  text-align: center; }

.cm_video .video_button .label {
  font-size: 14px;
  line-height: 1.4em;
  color: #9fa0a7; }

.cm_video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
  background-color: black; }
  @media (min-width: 1280px) {
    .cm_video iframe {
      height: 650px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_video iframe {
      height: 650px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_video iframe {
      height: 650px; } }
  @media (max-width: 767px) {
    .cm_video iframe {
      height: 490px; } }

.cm_video {
  width: 100%;
  padding-bottom: 100px; }
  .cm_video .yt_video_player_container .darkener {
    background-color: #282b31;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .cm_video .yt_video_player_container .video_quote {
    margin: auto;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .cm_video .yt_video_player_container .video_quote {
        width: 60%; } }
    @media (max-width: 767px) {
      .cm_video .yt_video_player_container .video_quote {
        width: 80%; } }
  .cm_video .yt_video_player_container .video_byline {
    margin-bottom: 45px;
    display: block; }
  .cm_video .yt_video_player_container .round_icon_button_play {
    display: block;
    margin: auto; }
  .cm_video .video_button .image_frame {
    -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_video .video_button .image_holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease; }
  .msie11 .cm_video .video_button:hover .image_holder {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05); }
  .safari .cm_video .video_button:hover .image_frame,
  .firefox .cm_video .video_button:hover .image_frame,
  .edge .cm_video .video_button:hover .image_frame,
  .chrome .cm_video .video_button:hover .image_frame {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05); }
  .cm_video .video_menu li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .cm_video .video_menu li:last-child {
      margin-right: 0; }
    @media (min-width: 310px) and (max-width: 370px) {
      .cm_video .video_menu li {
        display: none; }
        .cm_video .video_menu li:nth-child(1), .cm_video .video_menu li:nth-child(2) {
          display: inline-block; } }
    @media (min-width: 371px) and (max-width: 420px) {
      .cm_video .video_menu li {
        display: none; }
        .cm_video .video_menu li:nth-child(1), .cm_video .video_menu li:nth-child(2), .cm_video .video_menu li:nth-child(3) {
          display: inline-block; } }
  .cm_video .video_menu li:nth-child(0) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }
  .cm_video .video_menu li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    transition-delay: 50ms; }
  .cm_video .video_menu li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .cm_video .video_menu li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }
  .cm_video .video_menu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms; }
  .cm_video .video_menu li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    transition-delay: 250ms; }
  .cm_video .video_menu li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
  .cm_video .video_menu li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    transition-delay: 350ms; }
  .cm_video .video_menu li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms; }
  .cm_video .video_menu li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms; }
  .cm_video .video_menu li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms; }
  .cm_video .button_arrow_with_label {
    stroke: #282b31;
    margin: auto;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0) ;
    -moz-transform: translate3d(-50%, 0, 0) ;
    transform: translate3d(-50%, 0, 0) ;
    margin-top: 50px; }
    .cm_video .button_arrow_with_label .inner_button {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      border: 1px solid rgba(71, 74, 80, 0.6);
      -webkit-transition: all 80ms linear;
      -moz-transition: all 80ms linear;
      transition: all 80ms linear;
      padding-top: 23px;
      padding-bottom: 18px; }
      .firefox .cm_video .button_arrow_with_label .inner_button {
        position: relative; }
      .cm_video .button_arrow_with_label .inner_button .label {
        color: #282b31; }
    .cm_video .button_arrow_with_label:hover .inner_button {
      padding-top: 29px;
      padding-bottom: 24px;
      top: -6px; }
    .cm_video .button_arrow_with_label .label {
      display: block;
      margin-left: 30px;
      white-space: nowrap;
      font-size: 20px;
      margin-right: 60px;
      line-height: 0;
      margin-top: -2px; }
      .msie11 .cm_video .button_arrow_with_label .label,
      .edge .cm_video .button_arrow_with_label .label {
        margin-top: -4px; }
    .cm_video .button_arrow_with_label .arrow {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50px;
      overflow: hidden; }
    .cm_video .button_arrow_with_label svg {
      position: absolute;
      left: 0;
      width: 24px;
      stroke-width: 6px;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      top: 50%;
      transform: translate3d(0, -50%, 0); }
      .msie11 .cm_video .button_arrow_with_label svg {
        top: auto;
        transform: translate3d(0, 0, 0); }
    .msie11 .cm_video .button_arrow_with_label {
      left: 50%; }
    .cm_video .button_arrow_with_label .inner_button {
      position: relative; }
  .cm_video .button_holder {
    text-align: center; }
  .cm_video .active.video_button .label {
    color: #282b31; }

/* =====================================================================================================================
 COLLAGE WITH PHOTOS [Takes 2 or 3 Images]
 =======================================================================================================================*/
.cm_collage_with_photos .collage_photo {
  position: relative;
  height: 0;
  float: left;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover; }

.cm_collage_with_photos {
  background-color: white; }
  .cm_collage_with_photos .inner_content_module {
    position: relative; }
  .cm_collage_with_photos.collage_with_2_photos .collage_photo {
    width: 50%;
    padding-bottom: 30%; }
  @media (min-width: 768px) {
    .cm_collage_with_photos.collage_with_3_photos .collage_photo:first-of-type {
      width: 100%;
      padding-bottom: 50%; }
    .cm_collage_with_photos.collage_with_3_photos .collage_photo:nth-of-type(2n) {
      width: 50%;
      padding-bottom: 30%; }
    .cm_collage_with_photos.collage_with_3_photos .collage_photo:nth-of-type(3n) {
      width: 50%;
      padding-bottom: 30%; } }
  @media (max-width: 767px) {
    .cm_collage_with_photos.collage_with_3_photos .collage_photo:first-of-type {
      width: 100%;
      padding-bottom: 100%; }
    .cm_collage_with_photos.collage_with_3_photos .collage_photo:nth-of-type(2n) {
      width: 50%;
      padding-bottom: 50%; }
    .cm_collage_with_photos.collage_with_3_photos .collage_photo:nth-of-type(3n) {
      width: 50%;
      padding-bottom: 50%; } }

/* =====================================================================================================================
CALL TO ACTION
=======================================================================================================================*/
.cm_call_to_action .inner_content_module {
  text-align: center; }
  @media (max-width: 767px) {
    .cm_call_to_action .inner_content_module {
      padding-top: 70px;
      padding-bottom: 70px;
      margin-left: 25px;
      margin-right: 25px; } }
  @media (min-width: 768px) {
    .cm_call_to_action .inner_content_module {
      padding-top: 110px;
      padding-bottom: 110px;
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1860px) {
    .cm_call_to_action .inner_content_module {
      padding-top: 140px;
      padding-bottom: 140px; } }

.cm_call_to_action .inner_content_module {
  background-color: #3da3dc; }

.cm_call_to_action .subline {
  color: white;
  margin: auto;
  margin-bottom: 25px;
  width: 70%; }

.cm_call_to_action .headline_call_to_action {
  margin: auto;
  margin-bottom: 40px;
  width: 80%; }

/* =====================================================================================================================
REASONS
=======================================================================================================================*/
.cm_reasons {
  width: 100%;
  margin: auto; }
  @media (max-width: 1279px) {
    .cm_reasons {
      max-width: 840px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_reasons {
      max-width: 940px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_reasons {
      max-width: 1040px; } }
  @media (min-width: 1860px) {
    .cm_reasons {
      max-width: 1240px; } }

.cm_reasons .item_title {
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .cm_reasons .item_title {
      font-size: 23px;
      line-height: 1.43em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_reasons .item_title {
      font-size: 23px;
      line-height: 1.43em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_reasons .item_title {
      font-size: 23px;
      line-height: 1.43em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_reasons .item_title {
      font-size: 23px;
      line-height: 1.43em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_reasons .item_title {
      font-size: 23px;
      line-height: 1.43em; } }
  @media (max-width: 767px) {
    .cm_reasons .item_title {
      font-size: 22px;
      line-height: 1.45em; } }

.cm_reasons .reasons_item {
  position: relative;
  border-top: 1px solid #cfcdcd;
  padding-top: 20px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .cm_reasons .reasons_item {
      width: 47%;
      float: left; }
      .cm_reasons .reasons_item:nth-of-type(odd) {
        margin-right: 6%; }
      .cm_reasons .reasons_item:nth-of-type(even) {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .cm_reasons .reasons_item {
      width: 100%;
      clear: both; } }

.cm_reasons {
  background-color: white; }
  .cm_reasons .inner_content_module {
    position: relative; }
  .cm_reasons .inner_content_module {
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .cm_reasons .headline_content_gray {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .cm_reasons .headline_content_gray {
      margin-bottom: 70px; } }
  .cm_reasons .reveal_container {
    overflow: hidden;
    -webkit-transition: height 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: height 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: height 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .cm_reasons .aufheller {
    height: 200px;
    margin-top: -200px; }
  .cm_reasons .button_round_plus_reveal {
    margin-top: 30px; }

/* =====================================================================================================================
DARK LIST BOX
=======================================================================================================================*/
.cm_dark_list_box {
  height: auto;
  overflow: hidden;
  -webkit-transition: height 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), all 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), all 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), all 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(0, 100px, 0) ;
  -moz-transform: translate3d(0, 100px, 0) ;
  transform: translate3d(0, 100px, 0) ; }
  .come_in.cm_dark_list_box {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  .no_come_in.cm_dark_list_box {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }

@media (min-width: 1024px) {
  .cm_dark_list_box:not(.standalone) {
    height: 400px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_dark_list_box:not(.standalone) {
    height: 280px; } }

@media (max-width: 767px) {
  .cm_dark_list_box:not(.standalone) {
    height: 160px; } }

.cm_dark_list_box .box_container {
  background-color: #282b31; }
  @media (max-width: 767px) {
    .cm_dark_list_box .box_container {
      padding-top: 55px;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 35px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_dark_list_box .box_container {
      padding-top: 100px;
      padding-left: 60px;
      padding-right: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .cm_dark_list_box .box_container {
      padding-top: 160px;
      padding-left: 110px;
      padding-right: 110px;
      padding-bottom: 100px; } }

.cm_dark_list_box .tabbar_main, .cm_dark_list_box .tabbar_small {
  position: relative; }
  .cm_dark_list_box .tabbar_main li, .cm_dark_list_box .tabbar_small li {
    position: relative;
    display: block;
    float: left; }

@media (min-width: 1024px) {
  .cm_dark_list_box .dark_list_box_header {
    padding-bottom: 180px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_dark_list_box .dark_list_box_header {
    padding-bottom: 130px; } }

@media (max-width: 767px) {
  .cm_dark_list_box .dark_list_box_header {
    padding-bottom: 120px; } }

.cm_dark_list_box .table {
  position: relative; }
  @media (max-width: 1279px) {
    .cm_dark_list_box .table {
      width: 100%; } }
  @media (min-width: 1280px) {
    .cm_dark_list_box .table {
      width: 70%; } }
  .cm_dark_list_box .table td {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #3b3e44;
    color: #e8e7e7; }
    @media (min-width: 1860px) {
      .cm_dark_list_box .table td {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_dark_list_box .table td {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_dark_list_box .table td {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_dark_list_box .table td {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_dark_list_box .table td {
        font-size: 23px;
        line-height: 1.39em; } }
    @media (max-width: 767px) {
      .cm_dark_list_box .table td {
        font-size: 20px;
        line-height: 1.5em; } }
    .cm_dark_list_box .table td .table_byline {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #72737a; }
    .cm_dark_list_box .table td:first-of-type .table_firstline {
      margin-bottom: 7px;
      display: block; }
    .cm_dark_list_box .table td:last-of-type {
      text-align: right;
      white-space: nowrap; }
    .cm_dark_list_box .table td:only-of-type {
      text-align: left; }

.cm_dark_list_box .button_round_plus_darkbox {
  float: left;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .cm_dark_list_box .button_round_plus_darkbox {
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .cm_dark_list_box .button_round_plus_darkbox {
      margin-right: 40px; } }

.cm_dark_list_box .leftside, .cm_dark_list_box .rightside {
  position: relative; }
  @media (max-width: 767px) {
    .cm_dark_list_box .leftside, .cm_dark_list_box .rightside {
      width: 100%;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .cm_dark_list_box .leftside, .cm_dark_list_box .rightside {
      width: 50%;
      float: left; } }
  .cm_dark_list_box .leftside img, .cm_dark_list_box .rightside img {
    width: 100%;
    height: auto; }

.cm_dark_list_box .tab_downloads_thumbnail li {
  display: block;
  float: left;
  margin-bottom: 60px; }
  .cm_dark_list_box .tab_downloads_thumbnail li .download_thumb_subline span {
    display: block;
    margin-top: 8px; }
  @media (max-width: 767px) {
    .cm_dark_list_box .tab_downloads_thumbnail li {
      width: 99%;
      margin-right: 1%; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(even) {
        margin-right: 0; }
      .cm_dark_list_box .tab_downloads_thumbnail li:not(:first-child) {
        margin-top: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_dark_list_box .tab_downloads_thumbnail li {
      width: 29%;
      margin-right: 1%; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(3n) {
        margin-right: 0; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(3n+1) {
        clear: left; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(n+4) {
        margin-top: 40px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_dark_list_box .tab_downloads_thumbnail li {
      width: 21.3%;
      margin-right: 1%; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(4n) {
        margin-right: 0; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(4n+1) {
        clear: left; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(n+5) {
        margin-top: 40px; } }
  @media (min-width: 1280px) {
    .cm_dark_list_box .tab_downloads_thumbnail li {
      width: 17%;
      margin-right: 1%; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(5n+1) {
        clear: left; }
      .cm_dark_list_box .tab_downloads_thumbnail li:nth-of-type(n+6) {
        margin-top: 40px; } }
  .msie11 .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images svg, .cm_dark_list_box .msie11 .tab_downloads_thumbnail li .store_link_images svg {
    height: 50px; }
  @media (min-width: 1280px) {
    .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images {
      float: left;
      width: 50%; }
      .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images:first-child {
        padding-right: 5px; }
      .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images:nth-child(2) {
        padding-left: 5px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images {
      margin-bottom: 5px; }
      .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images svg {
        width: 80%; } }
  @media (max-width: 767px) {
    .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images {
      float: left;
      width: 50%; }
      .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images:first-child {
        padding-right: 5px; }
      .cm_dark_list_box .tab_downloads_thumbnail li .store_link_images:nth-child(2) {
        padding-left: 5px; } }

.cm_dark_list_box {
  background-color: white; }
  .cm_dark_list_box .inner_content_module {
    position: relative; }
  .cm_dark_list_box ul {
    margin-left: 0; }
    .cm_dark_list_box ul li {
      margin-bottom: 0 !important; }
  .cm_dark_list_box .inner_content_module {
    background-color: #282b31;
    overflow: hidden; }
    .cm_downloads .cm_dark_list_box .inner_content_module {
      padding-left: 60px;
      padding-right: 60px; }
  @media (min-width: 1280px) {
    .cm_dark_list_box.standalone .dark_list_box_header {
      padding-bottom: 85px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_dark_list_box.standalone .dark_list_box_header {
      padding-bottom: 85px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_dark_list_box.standalone .dark_list_box_header {
      padding-bottom: 85px; } }
  @media (max-width: 767px) {
    .cm_dark_list_box.standalone .dark_list_box_header {
      padding-bottom: 80px; } }
  .cm_dark_list_box .dark_list_box_headline {
    position: relative;
    padding-top: 12px; }
  @media (max-width: 767px) {
    .cm_dark_list_box.standalone .box_container {
      padding-top: 35px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_dark_list_box.standalone .box_container {
      padding-top: 65px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_dark_list_box.standalone .box_container {
      padding-top: 120px; } }
  .cm_dark_list_box .tab_container {
    margin-bottom: 80px; }
  .cm_dark_list_box .tab, .cm_dark_list_box .inner_tab {
    width: 100%;
    position: relative;
    float: left; }
    .cm_dark_list_box .tab.hide, .cm_dark_list_box .inner_tab.hide {
      display: none; }
  .cm_dark_list_box .tab_container .tab_container {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .cm_dark_list_box .tabbar_main {
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_dark_list_box .tabbar_main {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_dark_list_box .tabbar_main {
      margin-bottom: 60px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_dark_list_box .tabbar_main {
      margin-bottom: 60px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_dark_list_box .tabbar_main {
      margin-bottom: 60px; } }
  @media (min-width: 1860px) {
    .cm_dark_list_box .tabbar_main {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .cm_dark_list_box .tabbar_small {
      margin-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_dark_list_box .tabbar_small {
      margin-bottom: 20px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_dark_list_box .tabbar_small {
      margin-bottom: 20px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_dark_list_box .tabbar_small {
      margin-bottom: 20px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_dark_list_box .tabbar_small {
      margin-bottom: 20px; } }
  @media (min-width: 1860px) {
    .cm_dark_list_box .tabbar_small {
      margin-bottom: 20px; } }
  .cm_dark_list_box .tabbar_main li {
    margin-right: 20px;
    margin-bottom: 20px; }
    .cm_dark_list_box .tabbar_main li:last-of-type {
      margin-right: 0; }
  .cm_dark_list_box .tabbar_small li {
    margin-right: 10px; }
    .cm_dark_list_box .tabbar_small li:last-of-type {
      margin-right: 0; }
  .cm_dark_list_box.standalone .button_round_plus_darkbox {
    display: none; }
  .cm_dark_list_box .dark_list_box_body {
    position: relative;
    -webkit-transition: all 550ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: all 550ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 550ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .cm_dark_list_box.on .dark_list_box_body {
    -webkit-transform: translate3d(0, -40px, 0) ;
    -moz-transform: translate3d(0, -40px, 0) ;
    transform: translate3d(0, -40px, 0) ;
    -webkit-transition: all 950ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 950ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 950ms cubic-bezier(0.23, 1, 0.32, 1); }
  .cm_dark_list_box .table.top_border {
    border-top: 4px solid #3b3e44; }
  .cm_dark_list_box .button_bar {
    position: relative;
    clear: both; }
  .cm_dark_list_box .button_darklistbox {
    width: 210px;
    height: 40px;
    margin-bottom: 20px; }

/* =====================================================================================================================
CM JOBS OVERVIEW
=======================================================================================================================*/
.cm_jobs_overview .jobs_item {
  position: relative;
  float: left;
  display: block;
  overflow: hidden; }
  @media (max-width: 767px) {
    .cm_jobs_overview .jobs_item {
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .cm_jobs_overview .jobs_item {
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 1280px) and (max-width: 2099px) {
    .cm_jobs_overview .jobs_item {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 20px; }
      .cm_jobs_overview .jobs_item:nth-child(odd) {
        clear: both; }
      .cm_jobs_overview .jobs_item:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 2100px) {
    .cm_jobs_overview .jobs_item {
      width: 32.3333333333%;
      margin-right: 1%;
      margin-bottom: 20px; }
      .cm_jobs_overview .jobs_item:nth-child(3n) {
        margin-right: 0; }
      .cm_jobs_overview .jobs_item:nth-child(odd) {
        clear: none; } }

.cm_jobs_overview .image {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .cm_jobs_overview .image {
      height: 0;
      width: 100%;
      padding-bottom: 50%;
      float: left;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .cm_jobs_overview .image {
      width: 240px;
      height: 170px; } }

.cm_jobs_overview .text_container {
  position: absolute;
  display: block;
  top: 0;
  left: 240px;
  padding-right: 20px;
  bottom: 0;
  right: 0;
  height: 100%;
  -webkit-transition: border-bottom 250ms linear;
  -moz-transition: border-bottom 250ms linear;
  transition: border-bottom 250ms linear; }
  @media (max-width: 767px) {
    .cm_jobs_overview .text_container {
      position: relative;
      left: 0;
      border-bottom: none;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .cm_jobs_overview .text_container {
      border-bottom: 1px solid #efefef;
      padding-left: 20px; } }

.cm_jobs_overview .image .image_overlay, .cm_jobs_overview .text_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #122945;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.cm_jobs_overview .headline_slide_in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_jobs_overview .headline_slide_in {
      font-size: 20px;
      line-height: 1.29em; } }

.cm_jobs_overview {
  background-color: white; }
  .cm_jobs_overview .inner_content_module {
    position: relative; }
  .cm_jobs_overview .inner_content_module {
    padding-bottom: 20px; }
  .cm_jobs_overview .jobs_item:hover .text_overlay {
    opacity: 1; }
  .cm_jobs_overview .jobs_item:hover .image_overlay {
    opacity: 0.9; }
  @media (min-width: 768px) {
    .cm_jobs_overview .jobs_item:hover .text_container {
      border-bottom: 1px solid #17355b; } }
  .cm_jobs_overview .jobs_item:hover .headline_slide_in {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ;
    opacity: 1; }
  @media (max-width: 767px) {
    .cm_jobs_overview .text_container {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .cm_jobs_overview .headline_content_blue {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_jobs_overview .headline_content_blue {
      margin-bottom: 100px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_jobs_overview .headline_content_blue {
      margin-bottom: 100px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_jobs_overview .headline_content_blue {
      margin-bottom: 100px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_jobs_overview .headline_content_blue {
      margin-bottom: 100px; } }
  @media (min-width: 1860px) {
    .cm_jobs_overview .headline_content_blue {
      margin-bottom: 100px; } }
  .cm_jobs_overview .tag_title_gray {
    display: block; }
  .cm_jobs_overview .content_paragraf_blue {
    display: block; }
    @media (max-width: 767px) {
      .cm_jobs_overview .content_paragraf_blue {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_jobs_overview .content_paragraf_blue {
        font-size: 20px;
        line-height: 1.29em; } }
  .cm_jobs_overview .badge {
    bottom: 20px;
    border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #efefef;
    line-height: 1em; }
    .mobile .cm_jobs_overview .badge {
      padding-top: 10px;
      padding-bottom: 7px; }
    @media (max-width: 767px) {
      .cm_jobs_overview .badge {
        display: inline-block;
        position: relative; } }
    @media (min-width: 768px) {
      .cm_jobs_overview .badge {
        display: block;
        position: absolute; } }
  .cm_jobs_overview .item_container {
    overflow: hidden;
    -webkit-transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .cm_jobs_overview .filter_bar {
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .cm_jobs_overview .filter_bar {
        margin-bottom: 50px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_jobs_overview .filter_bar {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_jobs_overview .filter_bar {
        margin-bottom: 60px; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_jobs_overview .filter_bar {
        margin-bottom: 60px; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_jobs_overview .filter_bar {
        margin-bottom: 60px; } }
    @media (min-width: 1860px) {
      .cm_jobs_overview .filter_bar {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .cm_jobs_overview .filter_bar {
        height: 57px; } }
    @media (max-width: 767px) {
      .cm_jobs_overview .filter_bar {
        height: 124px; } }
  .cm_jobs_overview .aufheller {
    height: 160px;
    margin-top: -160px; }
  .cm_jobs_overview .button_round_plus_reveal {
    margin-top: 20px; }
  .cm_jobs_overview .arrow_slide_in {
    width: 26px;
    height: 29px;
    position: relative;
    display: block;
    top: 35px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .cm_jobs_overview .arrow_slide_in svg {
      stroke-width: 1px; }
      .edge .cm_jobs_overview .arrow_slide_in svg, .msie11 .cm_jobs_overview .arrow_slide_in svg {
        stroke-width: 2px; }
    @media (max-width: 767px) {
      .cm_jobs_overview .arrow_slide_in {
        display: none; } }
  .cm_jobs_overview .jobs_item:hover .arrow_slide_in {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) ;
    -moz-transform: translate3d(0, -20px, 0) ;
    transform: translate3d(0, -20px, 0) ; }

/* =====================================================================================================================
ADVICE BOX
=======================================================================================================================*/
.cm_advice_box {
  position: relative; }

.cm_advice_box .box_container {
  position: relative;
  background-color: #f7f7f7; }
  @media (max-width: 767px) {
    .cm_advice_box .box_container {
      padding: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_advice_box .box_container {
      padding: 80px;
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .cm_advice_box .box_container {
      padding: 160px;
      padding-bottom: 85px; } }

.cm_advice_box .person_head_round {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px; }
  @media (max-width: 1023px) {
    .cm_advice_box .person_head_round {
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .cm_advice_box .person_head_round {
      float: left;
      margin-right: 30px;
      margin-bottom: 25px; } }

.cm_advice_box {
  background-color: white; }
  .cm_advice_box .inner_content_module {
    position: relative; }
  @media (max-width: 1023px) {
    .cm_advice_box .content_paragraf_gray {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .cm_advice_box .square_button_xl_icon_right {
      margin-bottom: 85px; } }
  @media (max-width: 1339px) {
    .cm_advice_box .square_button_xl_icon_right {
      float: left;
      clear: both;
      display: inline-block;
      position: relative; } }
  .cm_advice_box .square_button_xl_icon_right svg {
    stroke: white;
    stroke-width: 1px; }
    .edge .cm_advice_box .square_button_xl_icon_right svg, .msie11 .cm_advice_box .square_button_xl_icon_right svg {
      stroke-width: 5px; }
  .cm_advice_box .inner_boxcontainer {
    max-width: 845px;
    margin: auto; }
  .cm_advice_box .person {
    display: inline-block;
    width: 100%;
    float: left; }
    @media (min-width: 768px) {
      .cm_advice_box .person {
        margin-bottom: 75px; } }
    @media (max-width: 767px) {
      .cm_advice_box .person {
        margin-bottom: 50px; } }
    .cm_advice_box .person a[href^="tel:"] {
      color: #72737a; }
  .page_jobs_detail .cm_advice_box .person {
    width: 500px;
    margin-right: 30px; }
    @media (max-width: 1339px) {
      .page_jobs_detail .cm_advice_box .person {
        width: 100%;
        margin-right: 0; } }
  @media (max-width: 767px) {
    .cm_advice_box .headline_advice_box {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_advice_box .headline_advice_box {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_advice_box .headline_advice_box {
      margin-bottom: 80px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_advice_box .headline_advice_box {
      margin-bottom: 80px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_advice_box .headline_advice_box {
      margin-bottom: 80px; } }
  @media (min-width: 1860px) {
    .cm_advice_box .headline_advice_box {
      margin-bottom: 80px; } }
  .cm_advice_box .tag_title_blue {
    margin-bottom: 5px; }

@media (max-width: 767px) {
  .cm_advice_box_tiles .box_container {
    padding: 50px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_advice_box_tiles .box_container {
    padding: 80px;
    padding-bottom: 0; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .cm_advice_box_tiles .box_container {
    padding: 120px;
    padding-top: 140px;
    padding-bottom: 120px; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .cm_advice_box_tiles .box_container {
    padding: 80px;
    padding-top: 160px;
    padding-bottom: 140px; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .cm_advice_box_tiles .box_container {
    padding: 120px;
    padding-top: 180px;
    padding-bottom: 160px; } }

@media (min-width: 1860px) {
  .cm_advice_box_tiles .box_container {
    padding: 120px;
    padding-top: 180px;
    padding-bottom: 160px; } }

.cm_advice_box_tiles .person_head_round {
  float: none; }
  @media (min-width: 1280px) {
    .cm_advice_box_tiles .person_head_round {
      float: left;
      margin-right: 30px;
      margin-bottom: 25px; } }

.cm_advice_box_tiles .person {
  display: block;
  float: left; }
  @media (min-width: 768px) {
    .cm_advice_box_tiles .person {
      margin-bottom: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .cm_advice_box_tiles .person {
      width: 260px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_advice_box_tiles .person {
      width: 50%;
      min-width: 260px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_advice_box_tiles .person {
      width: 50%;
      min-width: 260px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_advice_box_tiles .person {
      width: 50%;
      min-width: 260px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_advice_box_tiles .person {
      width: 50%;
      min-width: 260px; } }
  @media (min-width: 1860px) {
    .cm_advice_box_tiles .person {
      width: 50%;
      min-width: 260px; } }
  @media (min-width: 1024px) {
    .cm_advice_box_tiles .person:nth-last-of-type(1), .cm_advice_box_tiles .person:nth-last-of-type(2) {
      margin-bottom: 0; }
      .cm_advice_box_tiles .person:nth-last-of-type(1) p, .cm_advice_box_tiles .person:nth-last-of-type(2) p {
        margin-bottom: 0; } }
  .cm_advice_box_tiles .person:last-of-type {
    margin-bottom: 0; }
    .cm_advice_box_tiles .person:last-of-type p {
      margin-bottom: 0; }
  .cm_advice_box_tiles .person:nth-child(odd) {
    clear: both; }

.cm_advice_box_tiles .inner_boxcontainer {
  max-width: 870px;
  margin: auto; }

.single_person .person {
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-42%, 0, 0) ;
  -moz-transform: translate3d(-42%, 0, 0) ;
  transform: translate3d(-42%, 0, 0) ; }
  .single_person .person p {
    margin-bottom: 0; }

/* =====================================================================================================================
CM PHOTO GALLERY
=======================================================================================================================*/
.cm_photo_gallery .show_download_button, .cm_photo_gallery .show_download_hint {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) ;
  -moz-transform: translate3d(0, -50%, 0) ;
  transform: translate3d(0, -50%, 0) ; }

.cm_photo_gallery .image_item {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-right: 10px; }

.cm_photo_gallery .hoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  background-color: rgba(40, 43, 49, 0.9);
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }
  .current .cm_photo_gallery .hoverlay, .cm_photo_gallery .current .hoverlay {
    opacity: 0; }
  .current .cm_photo_gallery .on.hoverlay, .cm_photo_gallery .current .on.hoverlay {
    opacity: 0.7; }
  .cm_photo_gallery .on.hoverlay {
    opacity: 1; }

.cm_photo_gallery .show_download_button {
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  opacity: 0;
  z-index: 0; }
  .cm_photo_gallery .on.show_download_button {
    opacity: 1;
    z-index: 1; }

.cm_photo_gallery .show_download_hint {
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  opacity: 0;
  z-index: 0; }
  .cm_photo_gallery .on.show_download_hint {
    opacity: 1;
    z-index: 1; }

.cm_photo_gallery .image_track {
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media (max-width: 767px) {
    .cm_photo_gallery .image_track {
      height: 180px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_photo_gallery .image_track {
      height: 390px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_photo_gallery .image_track {
      height: 460px; } }
  @media (min-width: 1280px) {
    .cm_photo_gallery .image_track {
      height: 620px; } }

.cm_photo_gallery .next_btn, .cm_photo_gallery .prev_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  min-width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  transition: all 150ms linear; }
  .cm_photo_gallery .next_btn:hover, .cm_photo_gallery .prev_btn:hover {
    opacity: 1; }

.cm_photo_gallery {
  background-color: #282b31; }
  .cm_photo_gallery .inner_content_module {
    position: relative; }
  .cm_photo_gallery .image_item .image_legend {
    margin-bottom: 0;
    position: absolute;
    width: inherit;
    bottom: -20px;
    height: 10px;
    padding: 0px 12px;
    vertical-align: top;
    text-align: center;
    white-space: normal; }
  .cm_photo_gallery .content_paragraf_small_silver a {
    text-decoration: none; }
    .cm_photo_gallery .content_paragraf_small_silver a:link, .cm_photo_gallery .content_paragraf_small_silver a:visited {
      color: white; }
    .cm_photo_gallery .content_paragraf_small_silver a:hover {
      border-bottom: 1px solid #9fa0a7;
      color: #9fa0a7; }
  .cm_photo_gallery .checkbox_container {
    text-align: center;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .cm_photo_gallery .checkbox_container {
        height: 50px;
        margin-bottom: 24px; } }
  .cm_photo_gallery .checkbox_gray {
    margin-right: 10px; }
  .cm_photo_gallery .show_download_hint {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    white-space: normal; }
  .cm_photo_gallery .disclaimer_inline {
    top: 2px;
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .cm_photo_gallery .disclaimer_inline {
        width: 200px;
        text-align: left;
        top: 12px;
        line-height: 1.2em;
        margin-bottom: 0; } }
  .cm_photo_gallery .scroll_track {
    position: relative; }
  .cm_photo_gallery header {
    text-align: center; }
    @media (min-width: 1024px) {
      .cm_photo_gallery header {
        padding-top: 90px;
        padding-bottom: 90px; } }
    @media (max-width: 1023px) {
      .cm_photo_gallery header {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .cm_photo_gallery footer {
    text-align: center;
    padding-bottom: 80px; }
    @media (min-width: 1024px) {
      .cm_photo_gallery footer {
        padding-top: 80px; } }
    @media (max-width: 1023px) {
      .cm_photo_gallery footer {
        padding-top: 35px; } }
  .cm_photo_gallery .next_btn {
    right: -20px;
    background-image: url(../img/btn_photogallery_next.svg); }
    .cm_photo_gallery .next_btn:hover {
      right: 0; }
    .cm_photo_gallery .next_btn.off {
      right: -300px; }
  .cm_photo_gallery .prev_btn {
    left: -20px;
    background-image: url(../img/btn_photogallery_prev.svg); }
    .cm_photo_gallery .prev_btn:hover {
      left: 0; }
    .cm_photo_gallery .prev_btn.off {
      left: -300px; }
  .cm_photo_gallery .dl_btn_phone {
    display: none;
    margin: auto; }
  .cm_photo_gallery .button_arrow_with_label_dark {
    position: absolute;
    width: 170px;
    height: 40px;
    float: right;
    right: 60px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_photo_gallery .button_arrow_with_label_dark {
        right: 2%; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_photo_gallery .button_arrow_with_label_dark {
        right: 60px; } }
    @media (max-width: 767px) {
      .cm_photo_gallery .button_arrow_with_label_dark {
        display: none; } }

/* =====================================================================================================================
CM DOWNLOADS
=======================================================================================================================*/
.cm_downloads .cm_dark_list_box {
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ; }
  .cm_downloads .cm_dark_list_box .inner_content_module {
    margin: 0; }
  .cm_downloads .cm_dark_list_box .box_container {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .cm_downloads .cm_dark_list_box .box_container {
        padding-top: 65px; } }
  .cm_downloads .cm_dark_list_box .tabbar_main.hide {
    opacity: 0;
    height: 0;
    overflow: hidden; }

.cm_downloads .cm_dark_list_box .loader_container {
  position: relative;
  width: 200px;
  height: 50px;
  display: none; }
  .cm_downloads .cm_dark_list_box .loader_container .loader {
    width: 60px; }
    .cm_downloads .cm_dark_list_box .loader_container .loader svg stop {
      stop-color: #3b3e44; }
    .cm_downloads .cm_dark_list_box .loader_container .loader svg .st1 {
      fill: #3b3e44; }

.cm_downloads .thumbnail {
  display: inline-block;
  position: relative;
  margin-right: 1%;
  margin-bottom: 1%;
  cursor: pointer; }
  .cm_downloads .thumbnail:nth-of-type(4n) {
    margin-right: 0; }

.cm_downloads .imgrow {
  white-space: nowrap;
  position: relative; }

.cm_downloads .cm_picture_gallery .image_container {
  overflow: hidden; }

.cm_downloads .cm_picture_gallery .loader_container {
  position: relative;
  height: 120px; }

.cm_downloads .cm_picture_gallery .load_more {
  display: none; }

@media (max-width: 767px) {
  .cm_downloads .cm_picture_gallery .aufheller {
    height: 80px;
    margin-top: -80px; } }

@media (min-width: 768px) {
  .cm_downloads .cm_picture_gallery .aufheller {
    height: 160px;
    margin-top: -160px; } }

.cm_downloads .hoverlay_pictures {
  background-color: #122945;
  background-image: url(../img/icn_plus_hover.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  cursor: pointer;
  z-index: 999; }

.cm_downloads .square_button_small_no_icon {
  margin-right: 5px; }

.cm_downloads .ecalendar_register_label {
  color: #72737a; }
  @media (min-width: 768px) {
    .cm_downloads .ecalendar_register_label {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .cm_downloads .ecalendar_register_label {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    .cm_downloads .ecalendar_register_label {
      position: relative;
      display: block;
      margin-bottom: 16px; } }
  @media (min-width: 1280px) {
    .cm_downloads .ecalendar_register_label {
      margin-left: 16px; } }

/* =====================================================================================================================
CM COMPARATORS
=======================================================================================================================*/
.cabin_comparator, .size_comparator {
  position: relative;
  background-color: #2d3037; }
  @media (max-width: 767px) {
    .cabin_comparator, .size_comparator {
      margin-left: 0;
      margin-right: 0;
      background-color: transparent; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator, .size_comparator {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1024px) {
    .cabin_comparator, .size_comparator {
      margin-left: 60px;
      margin-right: 60px; } }

.cabin_comparator .filter_container, .size_comparator .filter_container {
  background-color: #282b31; }
  @media (min-width: 768px) {
    .cabin_comparator .filter_container, .size_comparator .filter_container {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; } }
  @media (max-width: 767px) {
    .cabin_comparator .filter_container, .size_comparator .filter_container {
      padding-left: 25px;
      padding-right: 25px;
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator .filter_container, .size_comparator .filter_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 250px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabin_comparator .filter_container, .size_comparator .filter_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 250px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabin_comparator .filter_container, .size_comparator .filter_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 250px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabin_comparator .filter_container, .size_comparator .filter_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 300px; } }
  @media (min-width: 1860px) {
    .cabin_comparator .filter_container, .size_comparator .filter_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 370px; } }

.cabin_comparator .image_container, .size_comparator .image_container {
  position: relative;
  top: 0;
  bottom: 0;
  background-color: #2d3037;
  border-right: #3f444d 1px solid; }
  @media (max-width: 767px) {
    .cabin_comparator .image_container, .size_comparator .image_container {
      padding-left: 25px;
      padding-right: 25px;
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator .image_container, .size_comparator .image_container {
      padding-left: 30px;
      padding-right: 30px;
      left: 250px;
      width: calc(100% - 250px); } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabin_comparator .image_container, .size_comparator .image_container {
      padding-left: 30px;
      padding-right: 30px;
      left: 250px;
      width: calc(100% - 250px); } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabin_comparator .image_container, .size_comparator .image_container {
      padding-left: 60px;
      padding-right: 60px;
      left: 250px;
      width: calc(100% - 600px); } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabin_comparator .image_container, .size_comparator .image_container {
      padding-left: 60px;
      padding-right: 60px;
      left: 300px;
      width: calc(100% - 720px); } }
  @media (min-width: 1860px) {
    .cabin_comparator .image_container, .size_comparator .image_container {
      padding-left: 60px;
      padding-right: 60px;
      left: 370px;
      width: calc(100% - 870px); } }

.cabin_comparator .bullet_container, .size_comparator .bullet_container {
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2d3037; }
  .cabin_comparator .bullet_container ul, .size_comparator .bullet_container ul {
    margin-left: 0px; }
  .cabin_comparator .bullet_container li, .size_comparator .bullet_container li {
    -webkit-transition: all 220ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 220ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 220ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 1; }
    .cabin_comparator .bullet_container li:nth-child(1), .size_comparator .bullet_container li:nth-child(1) {
      -webkit-transition-delay: 100ms;
      -moz-transition-delay: 100ms;
      transition-delay: 100ms; }
    .cabin_comparator .bullet_container li:nth-child(2), .size_comparator .bullet_container li:nth-child(2) {
      -webkit-transition-delay: 200ms;
      -moz-transition-delay: 200ms;
      transition-delay: 200ms; }
    .cabin_comparator .bullet_container li:nth-child(3), .size_comparator .bullet_container li:nth-child(3) {
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      transition-delay: 300ms; }
    .cabin_comparator .bullet_container li:nth-child(4), .size_comparator .bullet_container li:nth-child(4) {
      -webkit-transition-delay: 400ms;
      -moz-transition-delay: 400ms;
      transition-delay: 400ms; }
    .cabin_comparator .bullet_container li:nth-child(5), .size_comparator .bullet_container li:nth-child(5) {
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      transition-delay: 500ms; }
    .cabin_comparator .bullet_container li:nth-child(6), .size_comparator .bullet_container li:nth-child(6) {
      -webkit-transition-delay: 600ms;
      -moz-transition-delay: 600ms;
      transition-delay: 600ms; }
    .cabin_comparator .bullet_container li:nth-child(7), .size_comparator .bullet_container li:nth-child(7) {
      -webkit-transition-delay: 700ms;
      -moz-transition-delay: 700ms;
      transition-delay: 700ms; }
    .cabin_comparator .bullet_container li:nth-child(8), .size_comparator .bullet_container li:nth-child(8) {
      -webkit-transition-delay: 800ms;
      -moz-transition-delay: 800ms;
      transition-delay: 800ms; }
    .cabin_comparator .bullet_container li:nth-child(9), .size_comparator .bullet_container li:nth-child(9) {
      -webkit-transition-delay: 900ms;
      -moz-transition-delay: 900ms;
      transition-delay: 900ms; }
    .cabin_comparator .bullet_container li:nth-child(10), .size_comparator .bullet_container li:nth-child(10) {
      -webkit-transition-delay: 1000ms;
      -moz-transition-delay: 1000ms;
      transition-delay: 1000ms; }
    .cabin_comparator .bullet_container li:nth-child(11), .size_comparator .bullet_container li:nth-child(11) {
      -webkit-transition-delay: 1100ms;
      -moz-transition-delay: 1100ms;
      transition-delay: 1100ms; }
    .cabin_comparator .bullet_container li:nth-child(12), .size_comparator .bullet_container li:nth-child(12) {
      -webkit-transition-delay: 1200ms;
      -moz-transition-delay: 1200ms;
      transition-delay: 1200ms; }
    .cabin_comparator .bullet_container li:nth-child(13), .size_comparator .bullet_container li:nth-child(13) {
      -webkit-transition-delay: 1300ms;
      -moz-transition-delay: 1300ms;
      transition-delay: 1300ms; }
    .cabin_comparator .bullet_container li:nth-child(14), .size_comparator .bullet_container li:nth-child(14) {
      -webkit-transition-delay: 1400ms;
      -moz-transition-delay: 1400ms;
      transition-delay: 1400ms; }
    .cabin_comparator .bullet_container li:nth-child(15), .size_comparator .bullet_container li:nth-child(15) {
      -webkit-transition-delay: 1500ms;
      -moz-transition-delay: 1500ms;
      transition-delay: 1500ms; }
    .cabin_comparator .bullet_container li:nth-child(16), .size_comparator .bullet_container li:nth-child(16) {
      -webkit-transition-delay: 1600ms;
      -moz-transition-delay: 1600ms;
      transition-delay: 1600ms; }
    .cabin_comparator .bullet_container li:nth-child(17), .size_comparator .bullet_container li:nth-child(17) {
      -webkit-transition-delay: 1700ms;
      -moz-transition-delay: 1700ms;
      transition-delay: 1700ms; }
    .cabin_comparator .bullet_container li:nth-child(18), .size_comparator .bullet_container li:nth-child(18) {
      -webkit-transition-delay: 1800ms;
      -moz-transition-delay: 1800ms;
      transition-delay: 1800ms; }
    .cabin_comparator .bullet_container li:nth-child(19), .size_comparator .bullet_container li:nth-child(19) {
      -webkit-transition-delay: 1900ms;
      -moz-transition-delay: 1900ms;
      transition-delay: 1900ms; }
    .cabin_comparator .bullet_container li:nth-child(20), .size_comparator .bullet_container li:nth-child(20) {
      -webkit-transition-delay: 2000ms;
      -moz-transition-delay: 2000ms;
      transition-delay: 2000ms; }
  .cabin_comparator .bullet_container .off li, .size_comparator .bullet_container .off li {
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0) ;
    -moz-transform: translate3d(0, 5px, 0) ;
    transform: translate3d(0, 5px, 0) ; }
  @media (max-width: 767px) {
    .cabin_comparator .bullet_container, .size_comparator .bullet_container {
      padding-left: 25px;
      padding-right: 25px;
      margin-left: -25px;
      margin-right: -25px;
      margin-bottom: -70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator .bullet_container, .size_comparator .bullet_container {
      padding-left: 30px;
      padding-right: 30px;
      position: relative;
      margin-left: 250px;
      width: calc(100% - 250px); }
      .cabin_comparator .bullet_container ul, .size_comparator .bullet_container ul {
        width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabin_comparator .bullet_container, .size_comparator .bullet_container {
      padding-left: 30px;
      padding-right: 30px;
      position: relative;
      margin-left: 250px;
      width: calc(100% - 250px); }
      .cabin_comparator .bullet_container ul, .size_comparator .bullet_container ul {
        width: 80%; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabin_comparator .bullet_container, .size_comparator .bullet_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 350px;
      position: absolute; }
      .cabin_comparator .bullet_container ul, .size_comparator .bullet_container ul {
        width: 100%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabin_comparator .bullet_container, .size_comparator .bullet_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 420px;
      position: absolute; }
      .cabin_comparator .bullet_container ul, .size_comparator .bullet_container ul {
        width: 100%; } }
  @media (min-width: 1860px) {
    .cabin_comparator .bullet_container, .size_comparator .bullet_container {
      padding-left: 30px;
      padding-right: 30px;
      width: 500px;
      position: absolute; }
      .cabin_comparator .bullet_container ul, .size_comparator .bullet_container ul {
        width: 100%; } }

.cabin_comparator .img_a, .size_comparator .img_a {
  display: none; }
  @media (max-width: 767px) {
    .cabin_comparator .img_a, .size_comparator .img_a {
      display: block; } }

.cabin_comparator .img_b, .size_comparator .img_b {
  display: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator .img_b, .size_comparator .img_b {
      display: block; } }

.cabin_comparator .img_c, .size_comparator .img_c {
  display: none; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabin_comparator .img_c, .size_comparator .img_c {
      display: block; } }

.cabin_comparator .img_d, .size_comparator .img_d {
  display: none; }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabin_comparator .img_d, .size_comparator .img_d {
      display: block; } }

.cabin_comparator .img_e, .size_comparator .img_e {
  display: none; }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabin_comparator .img_e, .size_comparator .img_e {
      display: block; } }

.cabin_comparator .img_f, .size_comparator .img_f {
  display: none; }
  @media (min-width: 1860px) {
    .cabin_comparator .img_f, .size_comparator .img_f {
      display: block; } }

@media (max-width: 767px) {
  .cabin_comparator .filter_container, .cabin_comparator .image_container, .cabin_comparator .bullet_container, .size_comparator .filter_container, .size_comparator .image_container, .size_comparator .bullet_container {
    padding-top: 20px;
    padding-bottom: 50px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cabin_comparator .filter_container, .cabin_comparator .image_container, .cabin_comparator .bullet_container, .size_comparator .filter_container, .size_comparator .image_container, .size_comparator .bullet_container {
    padding-top: 30px;
    padding-bottom: 70px; } }

@media (min-width: 1024px) {
  .cabin_comparator .filter_container, .cabin_comparator .image_container, .cabin_comparator .bullet_container, .size_comparator .filter_container, .size_comparator .image_container, .size_comparator .bullet_container {
    padding-top: 40px;
    padding-bottom: 100px; } }

@media (min-width: 768px) {
  .comparators .cm_dark_list_box {
    display: none; } }

.comparators .cm_dark_list_box .tab_container {
  margin-bottom: 0; }

.comparator .image_container .content {
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  opacity: 1; }
  .comparator .image_container .content.off {
    opacity: 0; }

@media (max-width: 767px) {
  .cabin_comparator .bullet_container li {
    padding-bottom: 12px; } }

.cabin_comparator .title, .cabin_comparator .title_large {
  margin-bottom: 25px;
  text-align: left; }
  .cabin_comparator .title.blue, .cabin_comparator .title_large.blue {
    color: #3da3dc; }
  .cabin_comparator .title.green, .cabin_comparator .title_large.green {
    color: #6fc6b8; }

.cabin_comparator .filter_container .content {
  margin-bottom: 50px; }
  .cabin_comparator .filter_container .content:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .cabin_comparator .filter_container .content .radiogroup:first-child {
      float: left; } }

.cabin_comparator .pilatus_image2 img, .cabin_comparator .compare_image2 img {
  height: auto;
  margin: auto;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .cabin_comparator .pilatus_image2 img, .cabin_comparator .compare_image2 img {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator .pilatus_image2 img, .cabin_comparator .compare_image2 img {
      width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabin_comparator .pilatus_image2 img, .cabin_comparator .compare_image2 img {
      width: 70%; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cabin_comparator .pilatus_image2 img, .cabin_comparator .compare_image2 img {
      width: 70%; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cabin_comparator .pilatus_image2 img, .cabin_comparator .compare_image2 img {
      width: 100%; } }
  @media (min-width: 1860px) {
    .cabin_comparator .pilatus_image2 img, .cabin_comparator .compare_image2 img {
      width: 100%; } }

.cabin_comparator .pilatus_image1 img, .cabin_comparator .compare_image1 img {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }

.cabin_comparator .pilatus_image1, .cabin_comparator .compare_image1 {
  width: 100%; }

@media (max-width: 1279px) {
  .cabin_comparator .pilatus_image2, .cabin_comparator .compare_image2 {
    width: 100%;
    margin-bottom: 40px; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .cabin_comparator .pilatus_image2, .cabin_comparator .compare_image2 {
    width: 100%;
    margin-bottom: 40px; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .cabin_comparator .pilatus_image2, .cabin_comparator .compare_image2 {
    float: left;
    width: 46%; } }

@media (min-width: 1860px) {
  .cabin_comparator .pilatus_image2, .cabin_comparator .compare_image2 {
    float: left;
    width: 46%; } }

.cabin_comparator .compare_image2 {
  margin-bottom: 0;
  text-align: center; }

.cabin_comparator .pilatus_image2 {
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator .pilatus_image2 {
      margin-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cabin_comparator .pilatus_image2 {
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cabin_comparator .pilatus_image2 {
      margin-right: 8%; } }
  @media (min-width: 1024px) {
    .cabin_comparator .pilatus_image2 {
      margin-right: 8%; } }

@media (max-width: 767px) {
  .size_comparator .bullet_container li {
    padding-bottom: 12px; } }

.size_comparator .title, .size_comparator .title_large {
  margin-bottom: 25px;
  text-align: left; }
  .size_comparator .title.blue, .size_comparator .title_large.blue {
    color: #3da3dc; }
  .size_comparator .title.green, .size_comparator .title_large.green {
    color: #6fc6b8; }

.size_comparator .filter_container .content {
  margin-bottom: 50px; }
  .size_comparator .filter_container .content:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .size_comparator .filter_container .content .radiogroup:first-child {
      float: left; } }

.size_comparator .pilatus_image1 img, .size_comparator .compare_image1 img, .size_comparator .pilatus_image2 img, .size_comparator .compare_image2 img, .size_comparator .pilatus_image3 img, .size_comparator .compare_image3 img {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }

@media (max-width: 1279px) {
  .size_comparator .pilatus_image1, .size_comparator .compare_image1,
  .size_comparator .pilatus_image2, .size_comparator .compare_image2 {
    width: 100%; } }

@media (min-width: 1280px) {
  .size_comparator .pilatus_image1, .size_comparator .compare_image1,
  .size_comparator .pilatus_image2, .size_comparator .compare_image2 {
    float: left;
    width: 48%; }
    .size_comparator .pilatus_image1:nth-child(odd), .size_comparator .compare_image1:nth-child(odd),
    .size_comparator .pilatus_image2:nth-child(odd), .size_comparator .compare_image2:nth-child(odd) {
      margin-right: 4%; } }

.size_comparator .pilatus_image3, .size_comparator .compare_image3 {
  width: 100%; }

/* =====================================================================================================================
 CM MULTIKACHELN
 =======================================================================================================================*/
.cm_multikacheln {
  background-color: white; }
  .cm_multikacheln .inner_content_module {
    position: relative; }
  .cm_multikacheln .multikacheln_item {
    position: relative;
    display: block;
    float: left;
    height: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .cm_multikacheln .multikacheln_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        padding-bottom: 75%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multikacheln .multikacheln_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        padding-bottom: 75%; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_multikacheln .multikacheln_item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding-bottom: 37%; }
        .cm_multikacheln .multikacheln_item:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_multikacheln .multikacheln_item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding-bottom: 37%; }
        .cm_multikacheln .multikacheln_item:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_multikacheln .multikacheln_item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding-bottom: 25%; }
        .cm_multikacheln .multikacheln_item:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 1860px) {
      .cm_multikacheln .multikacheln_item {
        width: 24%;
        margin-right: 1.3333%;
        margin-bottom: 1.3333%;
        padding-bottom: 18%; }
        .cm_multikacheln .multikacheln_item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .cm_multikacheln .multikacheln_item:hover .hover_overlay {
        opacity: 1; }
      .cm_multikacheln .multikacheln_item:hover .secondline {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3); } }
    .mobile .cm_multikacheln .multikacheln_item .hover_overlay {
      opacity: 0 !important; }
    .mobile .cm_multikacheln .multikacheln_item .secondline {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1); }
  .cm_multikacheln .firstline {
    position: relative;
    display: block;
    top: 0;
    -webkit-transition: transform 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: transform 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_multikacheln .secondline {
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: relative;
    display: block;
    width: 75%; }
    @media (max-width: 767px) {
      .cm_multikacheln .secondline {
        width: 100%; } }
  .cm_multikacheln .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .cm_multikacheln .arrow_right {
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: 0;
    -webkit-transform: translate3d(0, 120%, 0) ;
    -moz-transform: translate3d(0, 120%, 0) ;
    transform: translate3d(0, 120%, 0) ;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms; }
    @media (max-width: 1279px) {
      .cm_multikacheln .arrow_right {
        left: 25px; } }
    @media (min-width: 1280px) {
      .cm_multikacheln .arrow_right {
        left: 30px; } }
    .cm_multikacheln .arrow_right path {
      stroke: white;
      stroke-width: 2px; }
  .cm_multikacheln .darkener {
    background: rgba(0, 0, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_multikacheln .multikacheln_label {
    color: white;
    position: relative;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: white; }
    @media (min-width: 1860px) {
      .cm_multikacheln .multikacheln_label {
        font-size: 23px;
        line-height: 1.35em; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_multikacheln .multikacheln_label {
        font-size: 23px;
        line-height: 1.35em; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_multikacheln .multikacheln_label {
        font-size: 23px;
        line-height: 1.35em; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_multikacheln .multikacheln_label {
        font-size: 18px;
        line-height: 1.5em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_multikacheln .multikacheln_label {
        font-size: 18px;
        line-height: 1.5em; } }
    @media (max-width: 767px) {
      .cm_multikacheln .multikacheln_label {
        font-size: 18px;
        line-height: 1.5em; } }
  .cm_multikacheln .hover_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(18, 41, 69, 0.9);
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm_multikacheln .labeltrack {
    position: absolute;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media (max-width: 767px) {
      .cm_multikacheln .labeltrack {
        left: 0;
        right: 0;
        bottom: -5px;
        padding-left: 25px;
        padding-right: 15px;
        padding-bottom: 25px; } }
    @media (min-width: 768px) and (max-width: 1279px) {
      .cm_multikacheln .labeltrack {
        left: 0;
        right: 0;
        bottom: -5px;
        padding-left: 25px;
        padding-right: 15px;
        padding-bottom: 25px; } }
    @media (min-width: 1280px) {
      .cm_multikacheln .labeltrack {
        left: 0;
        right: 0;
        bottom: -5px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px; } }
    .cm_multikacheln .labeltrack .arrow_icon_small_white svg {
      width: 24px; }
      .edge .cm_multikacheln .labeltrack .arrow_icon_small_white svg, .msie11 .cm_multikacheln .labeltrack .arrow_icon_small_white svg {
        height: 14px;
        stroke-width: 3px; }

/* =====================================================================================================================
 CM 360 VIEWER
/*=======================================================================================================================*/
#panorama {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.outer_panorama_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }
  .outer_panorama_container.on {
    display: block; }
  .outer_panorama_container .admin_debug {
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 999;
    color: white;
    border-radius: 20px;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.35);
    line-height: 1.3em; }
  .outer_panorama_container .close_btn {
    width: 44px;
    height: 44px;
    fill: white;
    stroke: white;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999; }
    @media (max-width: 767px) {
      .outer_panorama_container .close_btn {
        width: 33.8461538462px;
        height: 33.8461538462px; } }
    .outer_panorama_container .close_btn svg {
      top: 32.5%;
      left: 32.5%;
      max-height: 35%;
      max-width: 35%;
      stroke-width: 1px; }
      .edge .outer_panorama_container .close_btn svg,
      .msie11 .outer_panorama_container .close_btn svg {
        stroke-width: 1px; }
    .outer_panorama_container .close_btn .hoverscale {
      width: 44px;
      height: 44px;
      background-color: rgba(0, 0, 0, 0.3);
      box-shadow: none; }
      @media (max-width: 767px) {
        .outer_panorama_container .close_btn .hoverscale {
          width: 33.8461538462px;
          height: 33.8461538462px; } }
    .outer_panorama_container .close_btn:hover .hoverscale {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1);
      background-color: rgba(0, 0, 0, 0.3);
      box-shadow: none; }
    .outer_panorama_container .close_btn svg {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .edge .outer_panorama_container .close_btn, .msie11 .outer_panorama_container .close_btn {
      stroke-width: 3px; }
  .outer_panorama_container .hint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
  .outer_panorama_container .hint div {
    position: relative;
    z-index: 9;
    display: inline-block;
    color: white;
    border-radius: 42px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.35); }
    @media (max-width: 767px) {
      .outer_panorama_container .hint div {
        display: none; } }

.cm_360_viewer {
  background-color: white;
  touch-action: none; }
  .cm_360_viewer .inner_content_module {
    position: relative; }
  .cm_360_viewer .posterframe {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 50%;
    width: 100%;
    cursor: pointer;
    -webkit-transition: opacity 600ms linear;
    -moz-transition: opacity 600ms linear;
    transition: opacity 600ms linear; }
    @media (max-width: 767px) {
      .cm_360_viewer .posterframe {
        padding-bottom: 80%; } }
    .cm_360_viewer .posterframe.transparent {
      opacity: 0; }
    .cm_360_viewer .posterframe .posterframe_image {
      position: absolute;
      top: -100px;
      left: -10%;
      right: -10%;
      bottom: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      animation: posterpanning 60s ease-in-out 0s infinite forwards; }
    .cm_360_viewer .posterframe .start_panorama {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0) ;
      -moz-transform: translate3d(-50%, -50%, 0) ;
      transform: translate3d(-50%, -50%, 0) ;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .cm_360_viewer .posterframe .start_panorama {
          width: 100px;
          height: 100px; } }
      @media (min-width: 768px) {
        .cm_360_viewer .posterframe .start_panorama {
          width: 170px;
          height: 170px; } }
      .cm_360_viewer .posterframe .start_panorama .hoverscale {
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: transform 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: transform 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .cm_360_viewer .posterframe .start_panorama:hover .hoverscale {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1); }
      .cm_360_viewer .posterframe .start_panorama .inner_icon {
        position: absolute;
        left: 10%;
        top: 10%;
        width: 80%;
        height: 80%;
        background-image: url(../img/icn_360tour.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }

@keyframes posterpanning {
  0% {
    -webkit-transform: translate3d(0, 0, 0) ;
    -moz-transform: translate3d(0, 0, 0) ;
    transform: translate3d(0, 0, 0) ; }
  25% {
    -webkit-transform: translate3d(5%, 0, 0) ;
    -moz-transform: translate3d(5%, 0, 0) ;
    transform: translate3d(5%, 0, 0) ; }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) ;
    -moz-transform: translate3d(-5%, 0, 0) ;
    transform: translate3d(-5%, 0, 0) ; } }
  .cm_360_viewer .outer_panorama_container {
    position: relative;
    touch-action: none; }
  .cm_360_viewer .icon_360 {
    position: absolute;
    background-image: url(../img/icn_360tour.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .cm_360_viewer .icon_360 {
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px; } }
    @media (min-width: 768px) {
      .cm_360_viewer .icon_360 {
        top: 40px;
        left: 40px;
        width: 80px;
        height: 80px; } }

#panorama {
  /* .pnlm-hotspot:hover {
		background-color: rgba(255,255,255,0.2)
	} */ }
  #panorama .pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
    touch-action: none; }
  #panorama .pnlm-container * {
    box-sizing: content-box; }
  #panorama .pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #panorama .pnlm-container:-moz-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important; }
  #panorama .pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important; }
  #panorama .pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important; }
  #panorama .pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important; }
  #panorama .pnlm-render-container {
    cursor: inherit;
    position: absolute;
    height: 100%;
    width: 100%; }
  #panorama .pnlm-controls {
    margin-top: 4px;
    background-color: #070908;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
    border-radius: 3px; }
  #panorama .pnlm-control {
    background-image: url(../img/pano_controls_sprite.svg); }
  #panorama .pnlm-control:hover {
    background-color: #070908;
    border-radius: 3px; }
  #panorama .pnlm-controls-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1; }
    .touch #panorama .pnlm-controls-container {
      display: none; }
  #panorama .pnlm-zoom-controls {
    width: 30px;
    height: 60px; }
  #panorama .pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0; }
  #panorama .pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 0 -30px; }
  #panorama .pnlm-fullscreen-toggle-button, #panorama .pnlm-orientation-button, #panorama .pnlm-hot-spot-debug-indicator {
    width: 26px;
    height: 26px; }
  #panorama .pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none; }
  #panorama .pnlm-orientation-button-inactive {
    background-position: 0 -156px; }
  #panorama .pnlm-orientation-button-active {
    background-position: 0 -182px; }
  #panorama .pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px; }
  #panorama .pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px; }
  #panorama .pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px); }
  #panorama .pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px; }
  #panorama .pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px; }
  #panorama .pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: white;
    border-radius: 0;
    text-align: center;
    font-size: 20px;
    display: none;
    color: black; }
  #panorama .pnlm-load-box p {
    margin: 20px 0; }
  #panorama .pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none; }
  #panorama .pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative; }

@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0; }
  25% {
    left: 10px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  75% {
    left: 0;
    top: 10px; }
  to {
    left: 0;
    top: 0; } }

@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0; }
  25% {
    left: 10px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  75% {
    left: 0;
    top: 10px; }
  to {
    left: 0;
    top: 0; } }
  #panorama .pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: table;
    color: #fff;
    cursor: pointer; }
  #panorama .pnlm-load-button:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  #panorama .pnlm-load-button p {
    display: table-cell;
    vertical-align: middle; }
  #panorama .pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed; }
  #panorama .pnlm-info-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  #panorama .pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px; }
  #panorama .pnlm-error-msg {
    display: none; }
  #panorama .pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1; }
  #panorama .pnlm-about-msg a:link, #panorama .pnlm-about-msg a:visited {
    color: #fff; }
  #panorama .pnlm-about-msg a:hover, #panorama .pnlm-about-msg a:active {
    color: #eee; }
  #panorama .pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 99; }
  #panorama .custom-scenespot button {
    width: 40px;
    height: 40px;
    fill: white;
    stroke: white;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
    #panorama .custom-scenespot button svg {
      top: 30%;
      left: 30%;
      max-height: 40%;
      max-width: 40%; }
    #panorama .custom-scenespot button .hoverscale {
      width: 40px;
      height: 40px;
      background-color: #cab495;
      box-shadow: none; }
    #panorama .custom-scenespot button .border {
      width: 40px;
      height: 40px;
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      transform: scale(1.15);
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%; }
    #panorama .custom-scenespot button:hover .hoverscale {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      transform: scale(1.15);
      box-shadow: none; }
    #panorama .custom-scenespot button .border {
      background-color: white !important; }
    #panorama .custom-scenespot button .leftleg, #panorama .custom-scenespot button .rightleg {
      position: absolute;
      background-color: white;
      height: 3px;
      width: 30%;
      top: 50%; }
    #panorama .custom-scenespot button .leftleg {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      left: calc(26.4% - 0.25px); }
    #panorama .custom-scenespot button .rightleg {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: calc(26.4% - 0.25px); }
  #panorama .pnlm-hotspot.pnlm-info {
    background-position: 0px -109px;
    background-size: 90%; }
  #panorama .pnlm-hotspot.pnlm-scene {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100px;
    min-width: 50px; }
    #panorama .pnlm-hotspot.pnlm-scene p {
      margin-bottom: 40px; }
    #panorama .pnlm-hotspot.pnlm-scene.hasBG {
      background-color: rgba(0, 0, 0, 0.35); }
  #panorama div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    background-color: #f3f3f3;
    color: black;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default; }
  #panorama div.pnlm-tooltip:hover span {
    visibility: visible; }
  #panorama .pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    cursor: default;
    display: none; }
  #panorama .pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%; }
  #panorama .pnlm-face {
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  #panorama .pnlm-dragfix, #panorama .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%; }
  #panorama .pnlm-preview-img {
    background-size: cover;
    background-position: center; }
  #panorama .pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px; }
  #panorama .pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0; }
  #panorama .pnlm-lmsg {
    font-size: 12px; }
  #panorama .pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0; }

/* =====================================================================================================================
 CABIN CONFIG
/*=======================================================================================================================*/
.cm_cabinconfigurator {
  position: relative; }
  .cm_cabinconfigurator .spitzmarke_gray {
    margin-bottom: 10px; }
  .cm_cabinconfigurator .headline_content_blue {
    margin-bottom: 30px; }
  .cm_cabinconfigurator .content_paragraf_gray {
    margin-bottom: 80px; }
  .cm_cabinconfigurator .video_frame {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .cm_cabinconfigurator .video_frame {
        height: 230px;
        width: 298.126px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_cabinconfigurator .video_frame {
        height: 480px;
        width: 622.176px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_cabinconfigurator .video_frame {
        height: 490px;
        width: 635.138px; } }
    @media (min-width: 1280px) {
      .cm_cabinconfigurator .video_frame {
        height: 640px;
        width: 829.568px; } }
  .cm_cabinconfigurator .inner_video_container {
    position: relative;
    overflow: hidden;
    border-left-width: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px;
    background-color: white; }
    @media (max-width: 767px) {
      .cm_cabinconfigurator .inner_video_container {
        height: 270px;
        width: 338.126px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_cabinconfigurator .inner_video_container {
        height: 540px;
        width: 682.176px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_cabinconfigurator .inner_video_container {
        height: 550px;
        width: 695.138px; } }
    @media (min-width: 1280px) {
      .cm_cabinconfigurator .inner_video_container {
        height: 700px;
        width: 889.568px; } }
    @media (max-width: 767px) {
      .cm_cabinconfigurator .inner_video_container {
        border: 20px solid white;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_cabinconfigurator .inner_video_container {
        border: 30px solid white;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_cabinconfigurator .inner_video_container {
        border: 30px solid white;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px; } }
    @media (min-width: 1280px) {
      .cm_cabinconfigurator .inner_video_container {
        border: 30px solid white;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px; } }
  .cm_cabinconfigurator .video_container {
    position: relative;
    margin-right: 100px; }
    @media (min-width: 1280px) {
      .cm_cabinconfigurator .video_container {
        float: left; } }
    @media (max-width: 767px) {
      .cm_cabinconfigurator .video_container {
        height: 270px;
        width: 338.126px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_cabinconfigurator .video_container {
        height: 540px;
        width: 682.176px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_cabinconfigurator .video_container {
        height: 550px;
        width: 695.138px; } }
    @media (min-width: 1280px) {
      .cm_cabinconfigurator .video_container {
        height: 700px;
        width: 889.568px; } }
    @media (max-width: 767px) {
      .cm_cabinconfigurator .video_container {
        margin-left: -80px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_cabinconfigurator .video_container {
        margin-left: -140px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_cabinconfigurator .video_container {
        margin-left: -140px; } }
    @media (min-width: 1280px) {
      .cm_cabinconfigurator .video_container {
        margin-left: -140px; } }
    .cm_cabinconfigurator .video_container .shadow {
      position: absolute;
      display: none; }
      @media (max-width: 767px) {
        .cm_cabinconfigurator .video_container .shadow {
          top: -664px;
          left: -851px;
          transform: scale(0.21); } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .cm_cabinconfigurator .video_container .shadow {
          top: -529px;
          left: -689px;
          transform: scale(0.425); } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .cm_cabinconfigurator .video_container .shadow {
          top: -521px;
          left: -676px;
          transform: scale(0.43); } }
      @media (min-width: 1280px) {
        .cm_cabinconfigurator .video_container .shadow {
          top: -448px;
          left: -584px;
          transform: scale(0.55); } }
    .cm_cabinconfigurator .video_container.has_shadow {
      margin-right: 145px; }
      .cm_cabinconfigurator .video_container.has_shadow .shadow {
        display: block; }
  .cm_cabinconfigurator .text_container {
    position: relative;
    padding-right: 10%;
    height: 640px; }
    @media (max-width: 767px) {
      .cm_cabinconfigurator .text_container {
        margin-top: 80px;
        margin-left: 25px;
        margin-right: 25px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_cabinconfigurator .text_container {
        margin-top: 80px;
        margin-left: 120px;
        margin-right: 120px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_cabinconfigurator .text_container {
        margin-top: 120px;
        margin-left: 120px;
        margin-right: 120px; } }
  .cm_cabinconfigurator .inner_text_container {
    position: relative;
    max-width: 1700px; }
    @media (min-width: 1280px) {
      .cm_cabinconfigurator .inner_text_container {
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0) ;
        -moz-transform: translate3d(0, -50%, 0) ;
        transform: translate3d(0, -50%, 0) ; } }

/* Standalone Cabinconfigurator Window
--------------------------------------------------------------------------------------------------------------- */
.cabinconfigurator_body {
  background-color: #212429; }

.cabinconfigurator_body {
  overflow: hidden; }
  .cabinconfigurator_body .loader_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #282b31;
    z-index: 1; }

.cabinconfigurator {
  position: relative;
  height: 100%;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 1; }
  .cabinconfigurator.off {
    opacity: 0; }
    .cabinconfigurator.off * {
      transition-duration: 0ms !important;
      -webkit-transition-duration: 0ms !important;
      -moz-transition-duration: 0ms !important; }
  .cabinconfigurator .cabconf_image_container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: gray; }
    @media (min-width: 1024px) {
      .cabinconfigurator .cabconf_image_container {
        right: 400px;
        width: calc(100% - 400px);
        bottom: 0;
        height: 100%; } }
    @media (max-width: 1023px) {
      .cabinconfigurator .cabconf_image_container {
        left: 0;
        right: 0;
        width: 100%;
        bottom: 40%; } }
  .cabinconfigurator .configuration_container, .cabinconfigurator .design_container, .cabinconfigurator .inner_nav_design_container {
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear; }
    .cabinconfigurator .configuration_container.off, .cabinconfigurator .design_container.off, .cabinconfigurator .inner_nav_design_container.off {
      opacity: 0; }
  .cabinconfigurator .inner_nav_design_container.off {
    display: none; }
  .cabinconfigurator .cabconf_image_layer {
    position: absolute;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear; }
    .cabinconfigurator .cabconf_image_layer.off {
      opacity: 0; }
  .cabinconfigurator .cabconf_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear; }
    .cabinconfigurator .cabconf_image.off {
      opacity: 0; }
  .cabinconfigurator .cabconf_nav_container {
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #31343B; }
    @media (min-width: 1024px) {
      .cabinconfigurator .cabconf_nav_container {
        top: 0;
        right: 0;
        bottom: 0;
        width: 400px; } }
    @media (max-width: 1023px) {
      .cabinconfigurator .cabconf_nav_container {
        top: 60%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%; } }
  .cabinconfigurator .cabconf_nav {
    position: relative; }
  .cabinconfigurator .cabconf_smalltext {
    position: relative;
    margin-left: 40px;
    margin-bottom: 40px;
    margin-top: -20px;
    padding-right: 40px;
    max-width: 440px; }
  .cabinconfigurator .nav_section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #474a50; }
    .cabinconfigurator .nav_section:first-child {
      border-top: 0 solid #474a50; }
    .cabinconfigurator .nav_section:last-child {
      border-bottom: 1px solid #474a50; }
    .cabinconfigurator .nav_section .inner_nav_section {
      position: relative;
      padding-left: 40px;
      margin-bottom: 40px; }
    .cabinconfigurator .nav_section.open .inner_nav_section {
      -webkit-transform: translate3d(0, 0, 0) ;
      -moz-transform: translate3d(0, 0, 0) ;
      transform: translate3d(0, 0, 0) ; }
    .cabinconfigurator .nav_section.static {
      background-color: #282b31; }
      .cabinconfigurator .nav_section.static .cabconf_nav_button {
        margin-bottom: 5px; }
      .cabinconfigurator .nav_section.static .cabconf_section_title {
        color: white;
        margin-bottom: 20px; }
    .cabinconfigurator .nav_section.collapsible {
      height: 92px;
      -webkit-transition: height 400ms cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: height 400ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: height 400ms cubic-bezier(0.77, 0, 0.175, 1);
      background-color: #31343B; }
      .cabinconfigurator .nav_section.collapsible .inner_nav_section {
        -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transform: translate3d(0, 20px, 0) ;
        -moz-transform: translate3d(0, 20px, 0) ;
        transform: translate3d(0, 20px, 0) ;
        padding-left: 40px; }
      .cabinconfigurator .nav_section.collapsible.open .inner_nav_section {
        -webkit-transform: translate3d(0, 0, 0) ;
        -moz-transform: translate3d(0, 0, 0) ;
        transform: translate3d(0, 0, 0) ; }
      .cabinconfigurator .nav_section.collapsible .cabconf_section_title {
        cursor: pointer;
        padding-bottom: 40px;
        -webkit-transition: color 70ms linear;
        -moz-transition: color 70ms linear;
        transition: color 70ms linear; }
        .cabinconfigurator .nav_section.collapsible .cabconf_section_title .icon {
          background-image: url(../img/icn_select_silver.svg);
          background-repeat: no-repeat;
          background-position: 100% 70%;
          background-size: 11px;
          position: absolute;
          display: block;
          right: 40px;
          top: 43px;
          width: 10px;
          height: 10px;
          -webkit-transition: opacity 70ms linear;
          -moz-transition: opacity 70ms linear;
          transition: opacity 70ms linear;
          opacity: 0.7; }
        .cabinconfigurator .nav_section.collapsible .cabconf_section_title:hover {
          color: white; }
          .cabinconfigurator .nav_section.collapsible .cabconf_section_title:hover .icon {
            opacity: 1; }
  .cabinconfigurator .icon_number {
    position: relative;
    display: block;
    float: left;
    border: #54575C 1px solid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -8px;
    margin-right: 10px;
    padding-top: 7px;
    text-align: center;
    font-size: 14px; }
    .win .cabinconfigurator .icon_number {
      top: -6px;
      padding-top: 5px; }
  .cabinconfigurator .nav_selction_title {
    position: relative;
    height: 92px;
    background-color: #31343B; }
    .cabinconfigurator .nav_selction_title .cabconf_section_title {
      color: white; }
  .cabinconfigurator .nav_bottom_container {
    position: relative;
    height: 170px;
    background-color: #31343B; }
  .cabinconfigurator .cabconf_nav_button {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: color 70ms linear;
    -moz-transition: color 70ms linear;
    transition: color 70ms linear; }
    .cabinconfigurator .cabconf_nav_button .button_Label {
      position: relative;
      display: inline-block;
      margin-left: 40px; }
    .cabinconfigurator .cabconf_nav_button .color_dot {
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #b6b6b6;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      transition: all 100ms linear; }
      .win .cabinconfigurator .cabconf_nav_button .color_dot {
        margin-top: 2px; }
    .cabinconfigurator .cabconf_nav_button.current {
      color: white; }
      .cabinconfigurator .cabconf_nav_button.current .color_dot {
        width: 28px;
        height: 28px;
        border-width: 4px;
        margin-left: -4px;
        margin-top: -4px; }
        .win .cabinconfigurator .cabconf_nav_button.current .color_dot {
          margin-top: -2px; }
    .cabinconfigurator .cabconf_nav_button:hover {
      color: white; }
  @media (max-width: 1023px) {
    .cabinconfigurator .cabconf_headline {
      margin-left: 30px; } }
  @media (min-width: 1024px) {
    .cabinconfigurator .cabconf_headline {
      margin-left: 40px;
      margin-bottom: 25px; } }
  .cabinconfigurator .cabconf_section_title {
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 16px; }
    .win .cabinconfigurator .cabconf_section_title {
      padding-top: 38px; }
  .cabinconfigurator .cabconf_button_reset {
    position: absolute;
    padding-left: 23px;
    left: 40px;
    bottom: 40px;
    opacity: 0.7;
    -webkit-transition: opacity 70ms linear;
    -moz-transition: opacity 70ms linear;
    transition: opacity 70ms linear; }
    .cabinconfigurator .cabconf_button_reset:hover {
      opacity: 1; }
    .cabinconfigurator .cabconf_button_reset:before {
      content: '';
      background-image: url(../img/icn_line_refresh_silver.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 13px;
      height: 13px;
      display: block;
      position: absolute;
      margin-left: -23px; }
      .win .cabinconfigurator .cabconf_button_reset:before {
        top: 1px; }
  .cabinconfigurator .cabconf_view_selector_container {
    position: absolute;
    text-align: center; }
    @media (min-width: 1024px) {
      .cabinconfigurator .cabconf_view_selector_container {
        left: 0;
        width: calc(100% - 400px);
        bottom: 40px; } }
    @media (max-width: 1023px) {
      .cabinconfigurator .cabconf_view_selector_container {
        left: 0;
        width: 100%;
        bottom: calc(50% - 30px); } }
    .cabinconfigurator .cabconf_view_selector_container .view_selector {
      position: relative;
      display: inline-block;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      margin-left: 6px;
      margin-right: 6px;
      border: 0 solid white;
      -webkit-transition: transform 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95), top 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: transform 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95), top 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: transform 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95), top 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .cabinconfigurator .cabconf_view_selector_container .view_selector.current {
        border: 3px solid white;
        top: 0;
        width: 71px;
        height: 71px;
        margin-left: 3px;
        margin-right: 3px; }
      .cabinconfigurator .cabconf_view_selector_container .view_selector:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1); }
        .cabinconfigurator .cabconf_view_selector_container .view_selector:hover.current {
          top: 0; }

/* PAGE TYPES
=======================================================================================================================*/
/* =====================================================================================================================
FREIE SEITE  - Nur Änderungen und Abweicheungen gegenüber der Regeln
=======================================================================================================================*/
.page_free_content .spitzmarke_gray {
  display: inline-block;
  margin-left: 10px; }

/* =====================================================================================================================
PAGE CONTACT
=======================================================================================================================*/
.cm_downloads .step,
.cm_contact .step, .cm_downloads .silentstep,
.cm_contact .silentstep {
  -webkit-transition: all 850ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 850ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 850ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 0) ;
  -moz-transform: translate3d(0, 0, 0) ;
  transform: translate3d(0, 0, 0) ;
  opacity: 1; }
  @media (max-width: 767px) {
    .cm_downloads .step,
    .cm_contact .step, .cm_downloads .silentstep,
    .cm_contact .silentstep {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_downloads .step,
    .cm_contact .step, .cm_downloads .silentstep,
    .cm_contact .silentstep {
      margin-bottom: 120px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_downloads .step,
    .cm_contact .step, .cm_downloads .silentstep,
    .cm_contact .silentstep {
      margin-bottom: 120px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_downloads .step,
    .cm_contact .step, .cm_downloads .silentstep,
    .cm_contact .silentstep {
      margin-bottom: 120px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_downloads .step,
    .cm_contact .step, .cm_downloads .silentstep,
    .cm_contact .silentstep {
      margin-bottom: 120px; } }
  @media (min-width: 1860px) {
    .cm_downloads .step,
    .cm_contact .step, .cm_downloads .silentstep,
    .cm_contact .silentstep {
      margin-bottom: 120px; } }
  .cm_downloads .step ul, .cm_contact .step ul, .cm_downloads .silentstep ul, .cm_contact .silentstep ul {
    list-style-type: none;
    margin-left: 0; }
    .cm_downloads .step ul li, .cm_contact .step ul li, .cm_downloads .silentstep ul li, .cm_contact .silentstep ul li {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 767px) {
        .cm_downloads .step ul li, .cm_contact .step ul li, .cm_downloads .silentstep ul li, .cm_contact .silentstep ul li {
          margin-right: 6px;
          margin-bottom: 10px; } }
      @media (min-width: 768px) {
        .cm_downloads .step ul li, .cm_contact .step ul li, .cm_downloads .silentstep ul li, .cm_contact .silentstep ul li {
          margin-right: 20px;
          margin-bottom: 20px; } }
  .cm_downloads .newstep.step,
  .cm_contact .newstep.step, .cm_downloads .newstep.silentstep,
  .cm_contact .newstep.silentstep {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    padding: 0;
    -webkit-transform: translate3d(0, -30px, 0) ;
    -moz-transform: translate3d(0, -30px, 0) ;
    transform: translate3d(0, -30px, 0) ; }

.cm_downloads .step_title,
.cm_contact .step_title {
  display: block; }
  @media (max-width: 767px) {
    .cm_downloads .step_title,
    .cm_contact .step_title {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_downloads .step_title,
    .cm_contact .step_title {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_downloads .step_title,
    .cm_contact .step_title {
      margin-bottom: 50px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_downloads .step_title,
    .cm_contact .step_title {
      margin-bottom: 50px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_downloads .step_title,
    .cm_contact .step_title {
      margin-bottom: 50px; } }
  @media (min-width: 1860px) {
    .cm_downloads .step_title,
    .cm_contact .step_title {
      margin-bottom: 50px; } }
  .cm_downloads .step_title .count, .cm_contact .step_title .count {
    display: block;
    text-align: center;
    border: 1px solid #e8e7e7;
    border-radius: 50%;
    margin-top: -2px;
    float: left; }
    .cm_downloads .step_title .count span, .cm_contact .step_title .count span {
      display: block;
      position: relative; }
    @media (min-width: 768px) {
      .cm_downloads .step_title .count, .cm_contact .step_title .count {
        width: 40px;
        height: 40px;
        margin-right: 20px; }
        .cm_downloads .step_title .count span, .cm_contact .step_title .count span {
          font-size: 20px;
          top: -2px; } }
    @media (max-width: 767px) {
      .cm_downloads .step_title .count, .cm_contact .step_title .count {
        width: 35px;
        height: 35px;
        margin-right: 15px; }
        .cm_downloads .step_title .count span, .cm_contact .step_title .count span {
          font-size: 18px;
          top: 1px; }
          .safari.mobile .cm_downloads .step_title .count span, .cm_downloads .safari.mobile .step_title .count span, .safari.mobile .cm_contact .step_title .count span, .cm_contact .safari.mobile .step_title .count span {
            top: 2px; } }
    .platform-win .cm_downloads .step_title .count, .cm_downloads .platform-win .step_title .count, .platform-win .cm_contact .step_title .count, .cm_contact .platform-win .step_title .count {
      margin-top: 2px; }
      .platform-win .cm_downloads .step_title .count span, .cm_downloads .platform-win .step_title .count span, .platform-win .cm_contact .step_title .count span, .cm_contact .platform-win .step_title .count span {
        top: -3px; }
    .firefox.platform-win .cm_downloads .step_title .count span, .cm_downloads .firefox.platform-win .step_title .count span, .firefox.platform-win .cm_contact .step_title .count span, .cm_contact .firefox.platform-win .step_title .count span {
      top: -4px; }
    .mobile .cm_downloads .step_title .count, .cm_downloads .mobile .step_title .count, .mobile .cm_contact .step_title .count, .cm_contact .mobile .step_title .count {
      margin-top: -5px; }
      .mobile .cm_downloads .step_title .count span, .cm_downloads .mobile .step_title .count span, .mobile .cm_contact .step_title .count span, .cm_contact .mobile .step_title .count span {
        top: 3px; }
    .mobile.safari:not(.ipad) .cm_downloads .step_title .count, .cm_downloads .mobile.safari:not(.ipad) .step_title .count, .mobile.safari:not(.ipad) .cm_contact .step_title .count, .cm_contact .mobile.safari:not(.ipad) .step_title .count {
      margin-top: -4px; }
      .mobile.safari:not(.ipad) .cm_downloads .step_title .count span, .cm_downloads .mobile.safari:not(.ipad) .step_title .count span, .mobile.safari:not(.ipad) .cm_contact .step_title .count span, .cm_contact .mobile.safari:not(.ipad) .step_title .count span {
        top: 3px; }
    .mobile.ipad .cm_downloads .step_title .count, .cm_downloads .mobile.ipad .step_title .count, .mobile.ipad .cm_contact .step_title .count, .cm_contact .mobile.ipad .step_title .count {
      margin-top: -1px; }
      .mobile.ipad .cm_downloads .step_title .count span, .cm_downloads .mobile.ipad .step_title .count span, .mobile.ipad .cm_contact .step_title .count span, .cm_contact .mobile.ipad .step_title .count span {
        top: -1px; }

.cm_downloads,
.cm_contact {
  background-color: white; }
  .cm_downloads .inner_content_module,
  .cm_contact .inner_content_module {
    position: relative; }
  .cm_downloads ul,
  .cm_contact ul {
    list-style-type: none; }
  .cm_downloads .tag_title_blue,
  .cm_contact .tag_title_blue {
    margin-bottom: 5px; }
  .cm_downloads .step_container,
  .cm_contact .step_container {
    -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (min-width: 768px) {
      .cm_downloads .step_container,
      .cm_contact .step_container {
        padding-bottom: 300px; } }
    @media (max-width: 767px) {
      .cm_downloads .step_container,
      .cm_contact .step_container {
        min-height: 400px; } }
  .cm_downloads .silentstep,
  .cm_contact .silentstep {
    margin-bottom: 90px; }
  @media (max-width: 767px) {
    .cm_downloads .download_select_button,
    .cm_contact .download_select_button {
      margin-right: 6px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .cm_downloads .headline_content_blue,
    .cm_contact .headline_content_blue {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_downloads .headline_content_blue,
    .cm_contact .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_downloads .headline_content_blue,
    .cm_contact .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_downloads .headline_content_blue,
    .cm_contact .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_downloads .headline_content_blue,
    .cm_contact .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1860px) {
    .cm_downloads .headline_content_blue,
    .cm_contact .headline_content_blue {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .cm_downloads .step_subtitle,
    .cm_contact .step_subtitle {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_downloads .step_subtitle,
    .cm_contact .step_subtitle {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_downloads .step_subtitle,
    .cm_contact .step_subtitle {
      margin-bottom: 40px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_downloads .step_subtitle,
    .cm_contact .step_subtitle {
      margin-bottom: 40px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_downloads .step_subtitle,
    .cm_contact .step_subtitle {
      margin-bottom: 40px; } }
  @media (min-width: 1860px) {
    .cm_downloads .step_subtitle,
    .cm_contact .step_subtitle {
      margin-bottom: 40px; } }
  .cm_downloads .maps_container,
  .cm_contact .maps_container {
    opacity: 0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
    height: 0;
    min-height: 0; }
    @media (max-width: 767px) {
      .cm_downloads .maps_container,
      .cm_contact .maps_container {
        margin-bottom: 200px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cm_downloads .maps_container,
      .cm_contact .maps_container {
        margin-bottom: 300px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .cm_downloads .maps_container,
      .cm_contact .maps_container {
        margin-bottom: 300px; } }
    @media (min-width: 1280px) and (max-width: 1499px) {
      .cm_downloads .maps_container,
      .cm_contact .maps_container {
        margin-bottom: 300px; } }
    @media (min-width: 1500px) and (max-width: 1859px) {
      .cm_downloads .maps_container,
      .cm_contact .maps_container {
        margin-bottom: 300px; } }
    @media (min-width: 1860px) {
      .cm_downloads .maps_container,
      .cm_contact .maps_container {
        margin-bottom: 300px; } }

/* =====================================================================================================================
PAGE CONTACT DETAIL
=======================================================================================================================*/
.page_contact_detail .content_table {
  color: #72737a;
  white-space: nowrap; }
  @media (min-width: 1860px) {
    .page_contact_detail .content_table {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .page_contact_detail .content_table {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .page_contact_detail .content_table {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .page_contact_detail .content_table {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page_contact_detail .content_table {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .page_contact_detail .content_table {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (max-width: 767px) {
    .page_contact_detail .content_table {
      margin-bottom: 90px; } }
  @media (min-width: 768px) {
    .page_contact_detail .content_table {
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .page_contact_detail .content_table td {
      padding-right: 0; } }
  @media (max-width: 1175px) {
    .page_contact_detail .content_table td {
      display: block; } }
  @media (min-width: 768px) {
    .page_contact_detail .content_table .address {
      padding-right: 80px; } }
  @media (max-width: 1175px) {
    .page_contact_detail .content_table .address {
      margin-bottom: 80px; } }
  .page_contact_detail .content_table .address button {
    display: block; }

.page_contact_detail .table_list td:first-child {
  padding-right: 20px;
  color: #0c2d82; }
  @media (min-width: 1860px) {
    .page_contact_detail .table_list td:first-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .page_contact_detail .table_list td:first-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .page_contact_detail .table_list td:first-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .page_contact_detail .table_list td:first-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page_contact_detail .table_list td:first-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .page_contact_detail .table_list td:first-child {
      font-size: 20px;
      line-height: 1.5em; } }

.page_contact_detail .table_list td:last-child {
  white-space: normal;
  color: #72737a; }
  @media (min-width: 1860px) {
    .page_contact_detail .table_list td:last-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .page_contact_detail .table_list td:last-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .page_contact_detail .table_list td:last-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .page_contact_detail .table_list td:last-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page_contact_detail .table_list td:last-child {
      font-size: 23px;
      line-height: 1.39em; } }
  @media (max-width: 767px) {
    .page_contact_detail .table_list td:last-child {
      font-size: 20px;
      line-height: 1.5em; } }
  @media (max-width: 1175px) {
    .page_contact_detail .table_list td:last-child {
      padding-bottom: 20px; } }

.page_contact_detail .logo_item {
  background-color: #f7f7f7;
  float: left;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 767px) {
    .page_contact_detail .logo_item {
      width: 49%;
      height: 0;
      padding-bottom: 21%;
      margin-right: 1%;
      margin-bottom: 1%;
      background-size: 65%; }
      .page_contact_detail .logo_item:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .page_contact_detail .logo_item {
      width: 250px;
      background-size: 50%;
      height: 110px;
      margin-right: 1%;
      margin-bottom: 1%; } }

.page_contact_detail .double_box .leftside {
  background-color: #122945; }
  @media (max-width: 1023px) {
    .page_contact_detail .double_box .leftside {
      width: 100%;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 25px; } }
  @media (min-width: 1024px) {
    .page_contact_detail .double_box .leftside {
      width: 50%;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 50px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .page_contact_detail .double_box .leftside {
      padding-bottom: 120px; } }
  @media (min-width: 1860px) {
    .page_contact_detail .double_box .leftside {
      padding-bottom: 180px; } }
  .page_contact_detail .double_box .leftside * {
    color: white; }
  .page_contact_detail .double_box .leftside td:first-child {
    padding-right: 20px; }

@media (max-width: 1023px) {
  .page_contact_detail .double_box .rightside {
    position: relative;
    width: 100%;
    height: 300px; } }

@media (min-width: 1024px) {
  .page_contact_detail .double_box .rightside {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0; } }

.page_contact_detail h3 {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .page_contact_detail h3 {
      margin-bottom: 30px; } }

@media (min-width: 768px) {
  .page_contact_detail .content_paragraf_gray {
    margin-bottom: 90px; } }

@media (min-width: 1175px) {
  .page_contact_detail .table_list tr:nth-last-child(2) td {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .page_contact_detail .logogroup {
    margin-bottom: 65px; } }

@media (min-width: 768px) {
  .page_contact_detail .logogroup {
    margin-bottom: 90px; } }

.page_contact_detail .double_box {
  position: relative; }
  .page_contact_detail .double_box .doublebox_slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover; }

.page_contact_detail .address_box {
  margin-bottom: 0; }

.page_contact_detail .address a[href^="tel:"] {
  color: #72737a !important;
  text-decoration: none !important;
  border-bottom: none; }

.page_contact_detail .subtitle {
  margin-bottom: 0; }
  @media (max-width: 1023px) {
    .page_contact_detail .subtitle {
      display: block; } }
  @media (min-width: 1024px) {
    .page_contact_detail .subtitle {
      display: inline-block; }
      .page_contact_detail .subtitle:first-child {
        margin-right: 15px; } }

@media (max-width: 767px) {
  .page_contact_detail .maplink {
    position: relative; } }

@media (min-width: 768px) {
  .page_contact_detail .maplink {
    position: absolute;
    right: 0;
    bottom: 0; } }

.page_contact_detail .slideshow_pager_container {
  right: 40px;
  bottom: 35px; }

.page_contact_detail .square_button_xl_thin {
  margin-bottom: 10px;
  margin-right: 5px; }

.page_contact_detail .toggle_panel {
  height: 0; }

/* =====================================================================================================================
PAGE NEWS
=======================================================================================================================*/
.cm_news, .cm_events {
  background-color: white; }
  .cm_news .inner_content_module, .cm_events .inner_content_module {
    position: relative; }
  .cm_news .postlist, .cm_events .postlist {
    position: relative;
    overflow: hidden;
    margin-left: -110px;
    margin-right: -110px;
    padding-left: 110px;
    padding-right: 110px;
    -webkit-transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  @media (max-width: 767px) {
    .cm_news .headline_content_blue, .cm_events .headline_content_blue {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cm_news .headline_content_blue, .cm_events .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cm_news .headline_content_blue, .cm_events .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1280px) and (max-width: 1499px) {
    .cm_news .headline_content_blue, .cm_events .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1500px) and (max-width: 1859px) {
    .cm_news .headline_content_blue, .cm_events .headline_content_blue {
      margin-bottom: 80px; } }
  @media (min-width: 1860px) {
    .cm_news .headline_content_blue, .cm_events .headline_content_blue {
      margin-bottom: 80px; } }
  .cm_news .aufheller, .cm_events .aufheller {
    clear: both;
    height: 380px;
    margin-top: -380px; }
  .cm_news .button_category, .cm_events .button_category {
    margin-right: 5px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .cm_news .button_category, .cm_events .button_category {
        float: left; } }

@media (max-width: 767px) {
  .cm_news {
    padding-bottom: 200px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_news {
    padding-bottom: 300px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .cm_news {
    padding-bottom: 300px; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .cm_news {
    padding-bottom: 300px; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .cm_news {
    padding-bottom: 300px; } }

@media (min-width: 1860px) {
  .cm_news {
    padding-bottom: 300px; } }

@media (max-width: 767px) {
  .cm_events {
    padding-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cm_events {
    padding-bottom: 50px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .cm_events {
    padding-bottom: 50px; } }

@media (min-width: 1280px) and (max-width: 1499px) {
  .cm_events {
    padding-bottom: 50px; } }

@media (min-width: 1500px) and (max-width: 1859px) {
  .cm_events {
    padding-bottom: 50px; } }

@media (min-width: 1860px) {
  .cm_events {
    padding-bottom: 50px; } }

.cm_news .button_round_plus_loadmore, .cm_events .button_round_plus_loadmore {
  display: none; }

.mobile .map_module {
  margin-top: -1px; }

/* COLLECTION - Staging design of assets.
=======================================================================================================================*/
/* =====================================================================================================================
COLLECTION BASICS
=======================================================================================================================*/
code {
  padding-top: 20px;
  padding-bottom: 15px;
  display: block;
  color: gray; }

.presentation_panel {
  padding: 40px;
  background-color: white; }
  @media (max-width: 767px) {
    .presentation_panel {
      padding: 10px; } }

.before_element {
  text-transform: uppercase;
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
  clear: both;
  text-shadow: #dfdfdf 0 1px 0;
  background-color: #e0e0e0;
  padding: 20px; }

.after_element {
  display: block;
  margin-bottom: 20px;
  clear: both; }

.element_container {
  position: relative;
  padding: 40px; }
  .bg_gray.element_container {
    background-color: #a8a8a8; }
  .bg_anthrazit.element_container {
    background-color: #282b31; }
  @media (max-width: 767px) {
    .element_container {
      padding: 10px; } }

.border {
  color: black;
  background-color: white; }

.collection_bg_grayer {
  background-color: #e7e7e7; }

/* PRINTING
=======================================================================================================================*/
/* =====================================================================================================================
PRINT Definitions
=======================================================================================================================*/
.print_only {
  display: none; }

@media print {
  .noprint {
    display: none !important; }
  .print_only {
    display: block; }
  div {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  ul > li {
    margin-left: 25px !important; }
    ul > li:before {
      content: '-' !important;
      background-image: none !important;
      left: -25px !important; }
  .main {
    margin-top: 0px !important;
    padding-top: 0px !important; }
  .sf-toolbar {
    display: none !important; }
  .reveal_me {
    opacity: 1 !important; }
  .inner_content_module {
    margin: 0px !important;
    padding: 0px !important; } }
