/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* ropa-sans-regular - latin-ext */
@font-face {
  font-family: 'Ropa Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-regular.svg#RopaSans') format('svg'); /* Legacy iOS */
}
/* ropa-sans-italic - latin-ext */
@font-face {
  font-family: 'Ropa Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../tl_files/theme/v1/fonts/ropa-sans-v15-latin-ext-italic.svg#RopaSans') format('svg'); /* Legacy iOS */
}
@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 100%;
  font-family: 'Ropa Sans', sans-serif; }

body {
  background-color: #e5e5e5; }

a {
  text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

#main {
  max-width: 70%;
  float: left;
  position: relative;
  padding-left: 1rem; }
  #main:before {
    border-left: 1px solid #3E6FB1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 300%;
    z-index: 0; }
    @media (max-width: 60em) {
      #main:before {
        border-left: 0; } }
  @media (max-width: 60em) {
    #main {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

aside#right {
  max-width: 30%;
  float: right; }
  @media (max-width: 60em) {
    aside#right {
      display: none; } }
  aside#right .inside {
    border-right: 1px solid #3E6FB1;
    margin: 45px 0 0;
    padding-right: 0;
    padding-left: 0; }
  aside#right .mod_search .formbody {
    display: -ms-flexbox;
    display: flex; }
  aside#right .mod_search .text {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 5px 4px;
    background-color: #efeff0;
    border: 0;
    font-size: 12px; }
    aside#right .mod_search .text:focus {
      outline: 0; }
  aside#right .mod_search .submit {
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    margin-left: 0.3125rem;
    background: url(../../tl_files/images/lupe.jpg) left top no-repeat;
    cursor: pointer; }
  aside#right .mod_customnav {
    max-width: 14.375rem;
    padding: 0;
    margin-top: 5.5rem; }
    aside#right .mod_customnav h1, aside#right .mod_customnav h2, aside#right .mod_customnav h3 {
      color: #121839;
      font: 0.875rem Ropa Sans;
      font-weight: 400;
      margin-bottom: 0.75rem;
      padding-top: 3.125rem; }
    aside#right .mod_customnav li {
      margin: 0 0 15px;
      padding: 0 0 1px;
      border-bottom: 1px solid #3e6fb1;
      color: #979797;
      font: 14px Ropa Sans;
      font-weight: 400;
      list-style-type: none; }
      aside#right .mod_customnav li a {
        color: #979797;
        font: 14px Ropa Sans;
        font-weight: 400;
        padding-right: 0.625rem; }
        aside#right .mod_customnav li a:hover {
          color: #3e6fb1; }
      aside#right .mod_customnav li span.active {
        color: #3e6fb1; }

.header-container {
  top: 0;
  width: 100%;
  z-index: 100; }

@media (max-width: 60em) {
  .contact-top {
    margin-top: 3.125rem; } }

.intro-width {
  max-width: 67.5rem;
  margin-right: 0 auto; }

.special-width {
  max-width: 61.25rem;
  margin: 0 auto; }

.site-width {
  max-width: 63rem;
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  padding: 0 4rem; }
  @media (max-width: 60em) {
    .site-width {
      padding: 0 2.5rem; } }
  @media (max-width: 35em) {
    .site-width {
      padding: 0 1.25rem; } }
  .site-width__whithout-pad {
    padding-left: 0; }

.inside {
  position: relative;
  padding: 0 1.25rem; }
  .inside_w-columns {
    padding: 0 0.625rem; }

.rs-columns {
  width: 100%; }
  .rs-columns:after {
    content: '';
    display: table;
    clear: both; }
  .rs-columns_padding {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .rs-columns_vert-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 53em) {
      .rs-columns_vert-centered {
        display: block; } }
  .rs-columns-row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }

.rs-column {
  float: left;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 0;
  margin: 0; }
  .rs-column.-large-col-2-1 {
    width: 50%; }
  .rs-column.-large-col-2-2 {
    width: 100%; }
  .rs-column.-large-col-3-1 {
    width: 33.33333%; }
  .rs-column.-large-col-3-2 {
    width: 66.66667%; }
  .rs-column.-large-col-3-3 {
    width: 100%; }
  .rs-column.-large-col-4-1 {
    width: 25%; }
  .rs-column.-large-col-4-2 {
    width: 50%; }
  .rs-column.-large-col-4-3 {
    width: 75%; }
  .rs-column.-large-col-4-4 {
    width: 100%; }
  .rs-column.-large-col-5-1 {
    width: 20%; }
  .rs-column.-large-col-5-2 {
    width: 40%; }
  .rs-column.-large-col-5-3 {
    width: 60%; }
  .rs-column.-large-col-5-4 {
    width: 80%; }
  .rs-column.-large-col-5-5 {
    width: 100%; }
  @media (max-width: 60em) {
    .rs-column.-medium-col-1-1 {
      width: 100%; }
    .rs-column.-medium-col-2-1 {
      width: 50%; }
    .rs-column.-medium-col-2-2 {
      width: 100%; }
    .rs-column.-medium-col-3-1 {
      width: 33.33333%; }
    .rs-column.-medium-col-3-2 {
      width: 66.66667%; }
    .rs-column.-medium-col-3-3 {
      width: 100%; } }
  @media (max-width: 35em) {
    .rs-column.-small-col-1-1 {
      width: 100%; }
    .rs-column.-small-col-2-1 {
      width: 50%; }
    .rs-column.-small-col-2-2 {
      width: 100%; } }
  .rs-column_flipped:first-child {
    padding-right: 0;
    float: right; }
  .rs-column_flipped:last-child {
    padding-right: 1.25rem;
    float: left; }
  .rs-column_small {
    padding-left: 0.20833rem;
    padding-right: 0.20833rem; }
  .rs-column_paddingless-left {
    padding-left: 0; }
  .rs-column_paddingless-right {
    padding-right: 0; }
  .rs-column_paddingless-both {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 35em) {
    .rs-column_paddingless-left-s {
      padding-left: 0; } }
  @media (max-width: 35em) {
    .rs-column_paddingless-right-s {
      padding-right: 0; } }
  @media (min-width: 60em) {
    .rs-column_shift-l {
      margin-top: 1.5rem; } }
  @media (min-width: 35em) and (max-width: 60em) {
    .rs-column_shift-ms {
      margin-top: 3rem; } }
  @media (max-width: 35em) {
    .rs-column_shift-s {
      margin-top: 3rem; } }
  @media (min-width: 60em) {
    .rs-column_shift-col-l {
      margin-top: 1.25rem; } }
  @media (min-width: 35em) and (max-width: 60em) {
    .rs-column_shift-col-ms {
      margin-top: 1.25rem; } }
  @media (max-width: 35em) {
    .rs-column_shift-col-s {
      margin-top: 1.25rem; } }

.left-column_separator {
  border-right: 0.0625rem solid #D0D0D0;
  padding-right: 1.25rem; }
  @media (max-width: 35em) {
    .left-column_separator {
      border-right: 0;
      padding-right: 0.625rem; } }

.right-column_separator {
  padding-left: 1.25rem; }
  @media (max-width: 35em) {
    .right-column_separator {
      padding-left: 0.625rem; } }

.service-columns .rs-column.-large-first {
  width: 43.75%;
  margin-right: 6.25%; }
  @media (max-width: 60em) {
    .service-columns .rs-column.-large-first {
      width: 45.83333%;
      margin-right: 4.16667%; } }
  @media (max-width: 35em) {
    .service-columns .rs-column.-large-first {
      width: 100%;
      margin-right: initial; } }

.service-columns .rs-column.-large-last {
  width: 43.75%;
  margin-left: 6.25%; }
  @media (max-width: 60em) {
    .service-columns .rs-column.-large-last {
      width: 45.83333%;
      margin-left: 4.16667%; } }
  @media (max-width: 35em) {
    .service-columns .rs-column.-large-last {
      width: 100%;
      margin-left: initial;
      margin-top: 2.125rem; } }

.main-columns {
  position: relative;
  margin-top: 4.375rem;
  margin-bottom: 2.875rem;
  padding-bottom: 1.875rem; }
  .main-columns::before {
    content: '';
    display: block;
    position: absolute;
    right: -0.625rem;
    bottom: 0;
    left: -0.625rem;
    height: 0.0625rem;
    background-color: #CCC; }
    @media (max-width: 60em) {
      .main-columns::before {
        left: 0.625rem;
        right: 0.625rem; } }
  @media (max-width: 49rem) {
    .main-columns__left {
      display: none; } }
  .main-columns__left__inside {
    max-width: 15rem;
    margin-left: -1.25rem; }
  @media (max-width: 49rem) {
    .main-columns__right {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 60em) {
    .main-columns__right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media (max-width: 49rem) {
    .main-columns .rs-column.main-columns__right {
      width: 100%; } }

.person-feature-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .person-feature-columns .rs-column.-large-last {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (max-width: 35em) {
      .person-feature-columns .rs-column.-large-last {
        -ms-flex-align: center;
            align-items: center; } }
    .person-feature-columns .rs-column.-large-last .ce_image {
      width: 100%; }
      .person-feature-columns .rs-column.-large-last .ce_image:after {
        content: '';
        display: table;
        clear: both; }
      .person-feature-columns .rs-column.-large-last .ce_image .image_container {
        float: right;
        margin-right: -0.625rem; }
        @media (max-width: 35em) {
          .person-feature-columns .rs-column.-large-last .ce_image .image_container {
            float: none;
            margin-left: auto;
            margin-right: auto; } }
  .person-feature-columns .rs-column .button {
    margin-bottom: 2.5rem; }
  .person-feature-columns_bottom-line {
    position: relative; }
    .person-feature-columns_bottom-line::before {
      content: '';
      display: block;
      position: absolute;
      right: -0.625rem;
      bottom: 0;
      left: -0.625rem;
      height: 0.0625rem;
      background-color: #CCC; }

.schulungen-intro-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .schulungen-intro-columns .rs-column.-large-last {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  @media (max-width: 60em) {
    .schulungen-intro-columns .rs-column.left-column_separator {
      border-right: none;
      padding-right: 0.625rem; } }
  @media (max-width: 60em) {
    .schulungen-intro-columns .rs-column.right-column_separator {
      padding-left: 0.625rem; } }

@media (max-width: 53em) {
  .rs-columns.image-first-columns_ms {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 53em) {
  .rs-columns.image-first-columns_ms .rs-column:nth-child(1) {
    -ms-flex-order: 2;
        order: 2; } }

@media (max-width: 53em) {
  .rs-columns.image-first-columns_ms .rs-column:nth-child(2) {
    -ms-flex-order: 1;
        order: 1; } }

.rs-columns.equal-height-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rs-columns.equal-height-columns .rs-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }

.main-container {
  background-color: #e5e5e5; }

.accordion_container {
  margin-top: 1.5625rem; }

.contact-person-container .ce_text.contact-person:after {
  content: '';
  display: table;
  clear: both; }

.contact-person-container .ce_text.contact-person figure {
  margin-right: 1.25rem; }
  @media (max-width: 35em) {
    .contact-person-container .ce_text.contact-person figure {
      float: none;
      margin-bottom: 0.625rem;
      margin-right: 0; } }

.contact-person-container .rs-column:not(:last-child) {
  margin-bottom: 1.5625rem; }

.intro-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .intro-container > .rs-column:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 35em) {
      .intro-container > .rs-column:nth-child(2) {
        -ms-flex-align: initial;
            align-items: initial;
        -ms-flex-pack: center;
            justify-content: center; } }
  .intro-container .text {
    margin-bottom: 3.125rem; }

@media (max-width: 35em) {
  .image-column-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 35em) {
  .image-column-container > .rs-column:nth-child(2) {
    -ms-flex-order: -1;
        order: -1; } }

@media (max-width: 35em) {
  .image-column-container > .rs-column:nth-child(1) {
    margin-top: 1.25rem; } }

.guende-container .ce_text {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }
  .guende-container .ce_text:not(:last-child) {
    margin-top: 1.5625rem;
    margin-bottom: 0rem; }

.info-box-container .info-box {
  max-width: 18.75rem;
  margin-top: -0.625rem;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 35em) {
    .info-box-container .info-box {
      max-width: initial;
      margin-top: 2.5rem; } }

.contact-container > .rs-column:first-child {
  margin-bottom: 2.5rem; }

.signet-container > .rs-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .signet-container > .rs-columns > .rs-column:nth-child(1) {
    padding-right: 1.25rem; }
    @media (max-width: 35em) {
      .signet-container > .rs-columns > .rs-column:nth-child(1) {
        margin-top: 2.5rem; } }
  .signet-container > .rs-columns > .rs-column:nth-child(2) {
    padding-left: 1.25rem; }
  @media (max-width: 35em) {
    .signet-container > .rs-columns > .rs-column .ce_image img {
      margin-left: auto;
      margin-right: auto; } }

#container {
  overflow: hidden; }

.slideshow-container {
  margin: 1.5625rem 0; }
  .slideshow-container .slick-container {
    max-width: 36.875rem;
    overflow: hidden;
    border: 10px solid #3e6fb1; }

.section_default {
  padding-top: 3rem; }
  @media (max-width: 60em) {
    .section_default {
      padding-top: 2.5rem; } }

.section_gray {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #c51a1b; }
  @media (max-width: 60em) {
    .section_gray {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .section_gray.contact-bottom {
    padding-bottom: 0; }
    @media (max-width: 60em) {
      .section_gray.contact-bottom {
        padding-bottom: 3.125rem; } }

.section_salmon {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #FAEBE4;
  overflow: hidden; }
  @media (max-width: 60em) {
    .section_salmon {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .section_salmon_bubble .site-width .feature-text {
    position: relative;
    z-index: 1; }
  .section_salmon_bubble .site-width .hintergrund-bubble {
    position: relative; }
    .section_salmon_bubble .site-width .hintergrund-bubble:after {
      background: url("../../tl_files/css/kreis_salmon.png") top right no-repeat;
      position: absolute;
      content: '';
      display: block;
      width: 709px;
      height: 709px;
      top: -150px;
      right: -200px;
      z-index: 0; }

.section_background-unterkoerper {
  background-image: url("../../tl_files/css/Unterkoerper.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 39.5625rem 34.0625rem;
  padding-top: 4.5625rem;
  padding-bottom: 4.5625rem; }
  .section_background-unterkoerper .text {
    max-width: 470px; }
    @media screen and (max-width: 71.875rem) {
      .section_background-unterkoerper .text {
        max-width: 100%; } }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section_background-unterkoerper {
      background-image: url("../../tl_files/css/Unterkoerper.png"); } }
  @media screen and (max-width: 71.875rem) {
    .section_background-unterkoerper {
      background-image: url(""); } }
  @media (max-width: 60em) {
    .section_background-unterkoerper {
      padding-top: 2.28125rem;
      padding-bottom: 2.28125rem; } }

.section_background-faq-big {
  /*  background-image: url('../../tl_files/css/grosser_kreis_normal.png');
  background-repeat: no-repeat;
  background-position: -470px 260px;*/
  /* background-size: 39.5625rem 34.0625rem; */
  /*padding-top: 4.5625rem;
  padding-bottom: 4.5625rem;*/
  background: url("../../tl_files/css/grosser_kreis_normal.png") -470px 260px no-repeat, url("../../tl_files/css/kleiner_kreis_klein.png") 50px -259px no-repeat; }

.section_gap {
  margin-bottom: 6.25rem; }
  @media (max-width: 60em) {
    .section_gap {
      margin-bottom: 3.125rem; } }

#wrapper {
  background-color: #fff; }

@media screen and (max-width: 23.75rem) {
  .section_ansprechpartner img {
    max-width: 225px; } }

.header {
  position: relative;
  top: 0;
  color: #000;
  background-color: #e5e5e5;
  width: 100%;
  z-index: 100; }
  .header:after {
    content: '';
    display: table;
    clear: both; }
  .header .line {
    margin-top: -0.75rem;
    border-bottom: 1px solid #3e6fb1; }
  .header__content-order {
    position: relative; }
    .header__content-order:after {
      content: '';
      display: table;
      clear: both; }
  .header .above-header {
    position: absolute;
    right: 0; }
    .header .above-header:after {
      content: '';
      display: table;
      clear: both; }
    @media (max-width: 60em) {
      .header .above-header {
        display: none; } }
  .header__inside:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 44rem) {
    .header__inside {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .header__inside::after {
        display: none; } }
  .header__left {
    float: left; }
  .header__right {
    float: right; }
  .header__logo {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }
    @media (max-width: 35em) {
      .header__logo figure {
        max-width: 100px; } }
  .header__nav {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
    @media (max-width: 44rem) {
      .header__nav {
        display: none; } }
  .header__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .header__links > *:not(:first-child) {
      margin-left: 0.83333rem; }
    .header__links > .mobile-menu-button {
      margin-left: 2.5rem; }
  .header__top {
    margin-top: 3.125rem; }
    @media (max-width: 58.125em) {
      .header__top {
        margin-top: 1.125rem; } }
    @media (max-width: 44rem) {
      .header__top {
        margin-bottom: 1.0625rem; } }
  .header__bottom {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem; }
    @media (max-width: 58.125em) {
      .header__bottom {
        margin-top: 1.125rem;
        margin-bottom: 1.125rem; } }
    @media (max-width: 44rem) {
      .header__bottom {
        display: none; } }
  .header__mobile-menu-button {
    display: none; }
    @media (max-width: 44rem) {
      .header__mobile-menu-button {
        display: block; } }
  .header .mod_changelanguage {
    top: 0;
    position: absolute;
    margin: 39px 0 0 -86px;
    padding: 0 0 5px; }
    @media screen and (max-width: 1110px) {
      .header .mod_changelanguage {
        left: 300px;
        margin: 0px 0 0 0px;
        top: 55px; } }
    @media (max-width: 60em) {
      .header .mod_changelanguage {
        top: 55px;
        left: 280px; } }
    @media (max-width: 35em) {
      .header .mod_changelanguage {
        top: 43px;
        left: 160px; } }
    .header .mod_changelanguage ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .header .mod_changelanguage a:hover {
      text-decoration: underline; }
    .header .mod_changelanguage .lang-de {
      width: 42px;
      height: 15px;
      margin: 0 0 5px;
      padding: 0;
      color: #121839;
      font: 12px Ropa Sans;
      font-weight: 400;
      background: url(../../tl_files/images/de.jpg) left top no-repeat; }
      .header .mod_changelanguage .lang-de span {
        margin-left: 27px;
        background: none; }
        .header .mod_changelanguage .lang-de span.active {
          text-decoration: underline; }
      .header .mod_changelanguage .lang-de a {
        margin-left: 27px;
        background: none; }
    .header .mod_changelanguage .lang-en {
      width: 22px;
      height: 15px;
      margin: 0;
      padding: 0;
      color: #121839;
      font: 12px Ropa Sans;
      font-weight: 400;
      background: url(../../tl_files/images/en.jpg) left top no-repeat; }
      .header .mod_changelanguage .lang-en a {
        margin-left: 27px;
        background: none; }
      .header .mod_changelanguage .lang-en span {
        margin-left: 27px;
        background: none; }
        .header .mod_changelanguage .lang-en span.active {
          text-decoration: underline; }

.firefox .main-nav .level_1 li.active, .firefox .main-nav .level_1 li .trail {
  line-height: 1; }

.banner img {
  width: 100%; }

.logo_header a {
  display: block;
  width: 12.1875rem;
  height: 4.9375rem; }
  @media (max-width: 58.125em) {
    .logo_header a {
      width: 8.125rem;
      height: 4.75rem; } }

.logo_header img {
  width: 100%; }

.main-nav {
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  padding-left: 1.25rem; }
  @media (max-width: 60em) {
    .main-nav {
      display: none; } }
  @media (max-width: 58.125em) {
    .main-nav {
      font-size: 0.875rem; } }
  .main-nav a, .main-nav a:visited {
    text-decoration: none;
    color: #fff; }
  .main-nav li {
    list-style-type: none; }
  .main-nav .level_1 li {
    display: inline-block;
    position: relative;
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-color: #3E6FB1;
    margin-right: 0.5rem; }
    .main-nav .level_1 li:hover {
      background-color: #000; }
    .main-nav .level_1 li.active {
      color: #fff;
      -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
      background-color: #000; }
      .main-nav .level_1 li.active a {
        color: #fff;
        background-color: #000;
        transition: background 160ms;
        -ms-transform: skewX(20deg);
        transform: skewX(20deg); }
      .main-nav .level_1 li.active::after {
        opacity: 1; }
    .main-nav .level_1 li:last-child::after {
      right: -0.625rem; }
      @media (max-width: 58.125em) {
        .main-nav .level_1 li:last-child::after {
          right: -0.2rem; } }
  .main-nav .level_1 a, .main-nav .level_1 span {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    text-transform: uppercase;
    font: 14px Ropa Sans;
    font-weight: 400;
    font-size: 0.875rem;
    transition: background 160ms;
    -ms-transform: skewX(20deg);
    transform: skewX(20deg); }
    @media (max-width: 58.125em) {
      .main-nav .level_1 a, .main-nav .level_1 span {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem; }
        .main-nav .level_1 a.active, .main-nav .level_1 span.active {
          color: #fff; } }
    .main-nav .level_1 a:hover, .main-nav .level_1 span:hover {
      cursor: pointer; }
  .main-nav .level_1 a {
    transition: color 160ms; }

.footer-bottom-nav {
  color: #fff;
  line-height: 1.3;
  max-width: 61.25rem;
  margin: 0 auto; }
  .footer-bottom-nav li {
    list-style-type: none;
    font-size: 0.875rem;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    display: inline-block; }
    .footer-bottom-nav li a, .footer-bottom-nav li a:visited {
      color: inherit; }
      .footer-bottom-nav li a:hover, .footer-bottom-nav li a:visited:hover {
        text-decoration: underline; }
    .footer-bottom-nav li a, .footer-bottom-nav li span {
      display: inline-block;
      padding: 0.5rem 0; }
    .footer-bottom-nav li:not(:last-child)::after {
      content: ' •'; }

.mm-menu {
  background-color: #a0b8db;
  color: #000; }
  .mm-menu > .mm-panel {
    padding-bottom: 3.75rem; }
  .mm-menu .mm-list {
    padding-bottom: 0; }
    .mm-menu .mm-list a {
      color: #fff; }
      .mm-menu .mm-list a.mm-subclose::before {
        margin-bottom: -3px;
        color: #fff;
        border-color: #fff; }
    .mm-menu .mm-list.level_1 {
      padding-top: 3.875rem; }
      @media (max-width: 44rem) {
        .mm-menu .mm-list.level_1 {
          padding-top: 5.25rem; } }
    .mm-menu .mm-list.level_2, .mm-menu .mm-list.level_3 {
      padding-top: 0.625rem; }
      .mm-menu .mm-list.level_2 > li.mm-subtitle, .mm-menu .mm-list.level_3 > li.mm-subtitle {
        margin-bottom: 0.625rem; }
    .mm-menu .mm-list > li {
      padding: 0 1.25rem 0 2.5rem;
      font-weight: 400;
      text-transform: uppercase; }
      .mm-menu .mm-list > li::after {
        border-color: rgba(255, 255, 255, 0.15); }
      .mm-menu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
        margin-left: 0; }
      .mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before {
        border-color: #fff;
        border-width: 1px; }
      .mm-menu .mm-list > li a.mm-subopen::before {
        border-color: #fff; }
      .mm-menu .mm-list > li a.mm-subopen + a, .mm-menu .mm-list > li a.mm-subopen + span {
        margin-right: 28px; }
      .mm-menu .mm-list > li a.mm-subopen.mm-fullsubopen {
        width: 40px; }
        .mm-menu .mm-list > li a.mm-subopen.mm-fullsubopen::before {
          border-left: 1px solid rgba(255, 255, 255, 0.15); }
        .mm-menu .mm-list > li a.mm-subopen.mm-fullsubopen::after {
          border-color: rgba(0, 0, 0, 0.15); }
      .mm-menu .mm-list > li > a.mm-subclose {
        position: relative;
        padding: 1.0625rem 0.625rem;
        background: transparent;
        color: #fff;
        line-height: 1;
        margin-top: 0;
        text-indent: 10px;
        font-weight: 400;
        text-transform: initial; }
        .mm-menu .mm-list > li > a.mm-subclose::before {
          left: 2px;
          border-color: #fff; }
      .mm-menu .mm-list > li > a, .mm-menu .mm-list > li > span {
        padding: 0.875rem 0; }
        .mm-menu .mm-list > li > a:not(.mm-subclose):not(.mm-subopen)::before, .mm-menu .mm-list > li > span:not(.mm-subclose):not(.mm-subopen)::before {
          content: ''; }
      .mm-menu .mm-list > li.first > a, .mm-menu .mm-list > li.first > span {
        border-top: 0; }
      .mm-menu .mm-list > li a.mm-subopen {
        right: 0;
        bottom: 0;
        width: 48px;
        height: initial;
        padding: 0;
        background-color: transparent; }
        .mm-menu .mm-list > li a.mm-subopen::after {
          right: 22px;
          border-color: #fff; }
        .mm-menu .mm-list > li a.mm-subopen::before {
          border-color: rgba(255, 255, 255, 0.15); }
        .mm-menu .mm-list > li a.mm-subopen.mm-fullsubopen {
          width: 48px; }
      .mm-menu .mm-list > li.mm-selected > span {
        position: relative;
        display: inline-block;
        color: #fff;
        background-color: transparent; }
        .mm-menu .mm-list > li.mm-selected > span::after {
          content: '';
          position: absolute;
          left: -0.625rem;
          right: -0.625rem;
          bottom: 0.625rem;
          height: 0.1875rem;
          background-color: #fff; }

html.mm-opened .mm-page {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }

.mobile-nav-button {
  position: absolute;
  z-index: 12;
  top: 44%;
  right: 0;
  float: right;
  margin-left: 1rem;
  padding-right: 2.5rem; }
  @media (max-width: 35em) {
    .mobile-nav-button {
      padding-right: 1.25rem; } }
  .mobile-nav-button.header__mobile-nav-button {
    display: none; }
    @media (max-width: 60em) {
      .mobile-nav-button.header__mobile-nav-button {
        display: block; } }
  .mobile-nav-button a {
    display: block;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../../tl_files/images/hamburger.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 2rem;
    height: 1.375rem; }

.header-link {
  display: inline-block; }
  @media (max-width: 76em) {
    .header-link {
      font-size: 0.8125rem; } }
  .header-link_mail, .header-link_facebook {
    position: relative; }
    .header-link_mail a, .header-link_facebook a {
      display: block; }
    .header-link_mail svg, .header-link_facebook svg {
      position: relative;
      display: table-cell;
      vertical-align: middle; }
  .header-link span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .header-link:hover span {
    color: #3E6FB1; }
  .header-link:hover svg {
    fill: #3E6FB1; }
  .header-link_mail span, .header-link_facebook span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .header-link_mail svg, .header-link_facebook svg {
    fill: #c51a1b;
    transition: fill 160ms; }
  .header-link_mail:hover svg, .header-link_facebook:hover svg {
    fill: #3E6FB1; }
  .header-link_mail svg {
    width: 1.375rem;
    height: 1.375rem; }
  .header-link_facebook svg {
    width: 1rem;
    height: 1.125rem; }

.info-box {
  padding: 0.625rem 1.25rem;
  background-color: #c51a1b; }
  .info-box h1, .info-box h2, .info-box h3, .info-box h4 {
    font-size: 0.875rem;
    line-height: 1.25;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0.75rem; }
    .info-box h1__top, .info-box h2__top, .info-box h3__top, .info-box h4__top {
      margin-top: 0.75rem; }
    @media (max-width: 35em) {
      .info-box h1, .info-box h2, .info-box h3, .info-box h4 {
        font-size: 0.875rem; } }
  .info-box .image_container.float_below {
    margin-top: 0.75em; }
    .info-box .image_container.float_below img {
      margin-left: auto; }
  .info-box_background {
    background-image: url("../../tl_files/css/infobox_background_wolf.png");
    background-repeat: no-repeat;
    background-position: left -40% bottom -2.5rem;
    background-size: 12.8125rem 16.5625rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .info-box_background {
        background-image: url("../../tl_files/css/infobox_background_wolf@2x.png"); } }

.intro-flex-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.acc-flex-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.acc-max-width {
  max-width: 42.5rem; }

.cta-button {
  position: relative;
  /*&:after{
    background:url('../../tl_files/css/cta-button.png') top right no-repeat;
    position:absolute;
    content: '';
    display: block;
    width: 709px;
    height: 709px;
    top: 0px;
    right: 0;
    z-index: 0;
  }*/ }
  .cta-button .cta-button-img {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 43;
    transition: background 160ms; }
    @media screen and (max-width: 768px) {
      .cta-button .cta-button-img {
        display: none; } }
    .cta-button .cta-button-img:hover {
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      transition: background 160ms; }

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 0;
  text-decoration: none; }
  .button_default a {
    display: inline-block;
    background-color: #4D4D4D;
    color: #fff;
    font-size: 1rem;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.8em 2em;
    transition: background 160ms;
    background-color: #3E6FB1;
    text-align: center; }
    .button_default a:hover {
      background-color: #2F2F2F;
      color: #fff; }
  .button_white a {
    display: inline-block;
    background-color: #4D4D4D;
    color: #fff;
    font-size: 1rem;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.8em 2em;
    transition: background 160ms;
    background-color: #fff;
    color: #c51a1b;
    text-align: center; }
    .button_white a:hover {
      background-color: #2F2F2F;
      color: #fff; }

.mobile-menu-button {
  width: 2rem;
  height: 1.375rem;
  background-image: url("../../tl_files/css/hamburger.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2rem 1.375rem; }

.ce_accordion .ce_image, .ce_accordionSingle .ce_image {
  padding-top: 5px;
  padding-bottom: 5px; }

.ce_accordion table, .ce_accordionSingle table {
  width: 100%; }
  .ce_accordion table tbody, .ce_accordionSingle table tbody {
    background-color: #C4D7F2; }
    .ce_accordion table tbody td, .ce_accordionSingle table tbody td {
      padding: 5px; }

.ce_accordion:not(:last-child), .ce_accordionSingle:not(:last-child) {
  margin-bottom: 0.3125rem; }

.ce_accordion:not(:first-child), .ce_accordionSingle:not(:first-child) {
  margin-top: 0.3125rem; }

.ce_accordion.ce_text, .ce_accordionSingle.ce_text {
  margin: 0; }
  .ce_accordion.ce_text:not(:first-child), .ce_accordionSingle.ce_text:not(:first-child) {
    margin-top: 0.3125rem; }

.ce_accordion .ui-accordion-content, .ce_accordionSingle .ui-accordion-content {
  padding: 0 0.625rem; }
  .ce_accordion .ui-accordion-content h1, .ce_accordion .ui-accordion-content h2, .ce_accordion .ui-accordion-content h3, .ce_accordion .ui-accordion-content h4, .ce_accordion .ui-accordion-content .headline, .ce_accordion .ui-accordion-content .ce_headline, .ce_accordionSingle .ui-accordion-content h1, .ce_accordionSingle .ui-accordion-content h2, .ce_accordionSingle .ui-accordion-content h3, .ce_accordionSingle .ui-accordion-content h4, .ce_accordionSingle .ui-accordion-content .headline, .ce_accordionSingle .ui-accordion-content .ce_headline {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.25;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0.75rem; }
    .ce_accordion .ui-accordion-content h1:not(:first-child), .ce_accordion .ui-accordion-content h2:not(:first-child), .ce_accordion .ui-accordion-content h3:not(:first-child), .ce_accordion .ui-accordion-content h4:not(:first-child), .ce_accordion .ui-accordion-content .headline:not(:first-child), .ce_accordion .ui-accordion-content .ce_headline:not(:first-child), .ce_accordionSingle .ui-accordion-content h1:not(:first-child), .ce_accordionSingle .ui-accordion-content h2:not(:first-child), .ce_accordionSingle .ui-accordion-content h3:not(:first-child), .ce_accordionSingle .ui-accordion-content h4:not(:first-child), .ce_accordionSingle .ui-accordion-content .headline:not(:first-child), .ce_accordionSingle .ui-accordion-content .ce_headline:not(:first-child) {
      margin-top: 0.75rem; }

.ce_accordion .toggler, .ce_accordionSingle .toggler {
  position: relative;
  font-family: 'Ropa Sans', sans-serif;
  background-color: #3E6FB1;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  padding: 0.3125rem 0.625rem;
  outline: none;
  cursor: pointer;
  transition: background-color 160ms; }
  .ce_accordion .toggler:hover, .ce_accordionSingle .toggler:hover {
    background-color: #16103F; }
  .ce_accordion .toggler.active, .ce_accordionSingle .toggler.active {
    background-color: #16103F; }
  .ce_accordion .toggler::before, .ce_accordionSingle .toggler::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0.625rem;
    top: 0;
    bottom: 0;
    width: 1.25rem;
    background-image: url('../../tl_files/css/icon_acc_off.png"');
    background-repeat: no-repeat;
    background-size: 0.625rem 0.5625rem;
    background-position: 50% 50%; }
  .ce_accordion .toggler[aria-selected=false]::before, .ce_accordionSingle .toggler[aria-selected=false]::before {
    -ms-transform: rotate(0);
        transform: rotate(0);
    background-image: url("../../tl_files/css/icon_acc_off.png"); }
  .ce_accordion .toggler[aria-selected=true]::before, .ce_accordionSingle .toggler[aria-selected=true]::before {
    background-image: url("../../tl_files/css/icon_acc_off.png"); }
  .ce_accordion .toggler[aria-selected=true]::before, .ce_accordionSingle .toggler[aria-selected=true]::before {
    -ms-transform: scaleY(-1);
        transform: scaleY(-1); }

.ce_accordion .accordion > div, .ce_accordionSingle .accordion > div {
  padding: 1.25rem 0; }

.accordions_col-left {
  padding-left: 0;
  padding-right: 4.375rem; }
  @media (max-width: 53em) {
    .accordions_col-left {
      padding-right: 0.625rem; } }
  @media (max-width: 35em) {
    .accordions_col-left {
      padding-right: 0; } }
  .accordions_col-left .ce_accordion {
    margin-left: -1.25rem; }
    @media (max-width: 53em) {
      .accordions_col-left .ce_accordion {
        margin-left: 0; } }

.accordions_col-right {
  padding-left: 4.375rem;
  padding-right: 0; }
  @media (max-width: 53em) {
    .accordions_col-right {
      padding-left: 0.625rem; } }
  @media (max-width: 35em) {
    .accordions_col-right {
      padding-left: 0; } }
  .accordions_col-right .ce_accordion {
    margin-right: -1.25rem; }
    @media (max-width: 53em) {
      .accordions_col-right .ce_accordion {
        margin-right: 0; } }

.image_fluid img {
  display: block;
  width: 100%;
  height: auto; }

.image_align-right img {
  margin-left: auto; }
  @media (max-width: 35em) {
    .image_align-right img {
      margin-left: initial; } }

.ce_image .ce_image img {
  display: block;
  max-width: 100%;
  height: auto; }

.image_container.float_left {
  float: left; }

.image_container.float_right {
  float: right; }
  @media screen and (max-width: 35rem) {
    .image_container.float_right {
      float: none;
      margin-top: 3.125rem; } }
  @media screen and (max-width: 35rem) {
    .image_container.float_right img {
      margin: auto; } }

.parallax-image {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .parallax-image::after {
    content: '';
    display: block;
    padding-bottom: 25%; }
  .parallax-image_background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .parallax-image img {
    position: absolute;
    top: 0px;
    width: 100%;
    transform: translate3d(0, 0, 0); }
  .parallax-image.para-last img {
    position: absolute;
    width: 100%;
    transform: translate3d(0, 0, 0); }
  .parallax-image .parallax-element {
    position: absolute;
    width: 100%; }

/*.rsts-skin-dng.rsts-main {
    position: relative;
}*/
/*.rsts-skin-dng .rsts-progress {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0.375rem;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.2s linear;
}
.rsts-skin-dng .rsts-progress div {
    height: 100%;
    background-color: white;
}
.rsts-skin-dng .rsts-progress.rsts-progress-active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.5;
}*/
/*.rsts-skin-dng .rsts-prev, .rsts-skin-dng .rsts-next {
    position: absolute;
    top: 50%;
    width: 1.4375rem + 4rem;
    height: 3.4375rem + 2rem;
    padding: 1rem 2rem;
    transform: translateY(-50%);
    background-image: url('../../tl_files/css/slider_tip_white.svg');
    background-size: 1.4375rem 3.4375rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: 400%;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity $button_transition_duration;

    &:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    @include mq($s) {
        top: 40%;
        padding: 0.5rem 2rem;
        width: (1.4375rem / 2) + 2rem;
        height: (3.4375rem / 2) + 1rem;
        background-size: (1.4375rem / 2) (3.4375rem / 2);
    }
}

.rsts-skin-dng .rsts-prev {
    left: 0;
}

.rsts-skin-dng .rsts-next {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}

.rsts-view {

    .rsts-prev, .rsts-next {
        opacity: 0;
    }

    &:hover {

        .rsts-prev, .rsts-next {
            opacity: 1;
        }
    }
}*/
.micros-slider {
  position: relative;
  padding-top: 1.5625rem; }
  .micros-slider .slick-slide {
    margin: 0 4px; }
  .micros-slider img {
    width: 100%;
    padding: 0 13px; }
    @media (max-width: 35em) {
      .micros-slider img {
        padding: 0 5px; } }
  .micros-slider .slick-list {
    margin-left: -3px;
    margin-right: -3px; }
  .micros-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-image: url("/tl_files/images/slider_back.png");
    background-size: 1rem 1rem;
    transition: background-color 160ms, opacity 320ms;
    cursor: pointer;
    z-index: 1000;
    opacity: 1;
    color: transparent; }
    @media (max-width: 53em) {
      .micros-slider .slick-arrow {
        opacity: 0; } }
    .micros-slider .slick-arrow.slick-next {
      right: -2rem;
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1); }
    .micros-slider .slick-arrow.slick-prev {
      left: -2.3rem;
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1); }
  .micros-slider .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 320ms; }
    .micros-slider .slick-dots .li {
      list-style-type: none;
      width: 1rem;
      height: 1rem;
      border: .125rem solid #fff;
      margin-left: .125rem;
      margin-right: .125rem;
      cursor: pointer; }
  .micros-slider .ce_text {
    background-color: #3e6fb1;
    color: white;
    font: 400 0.75rem "Ropa Sans";
    width: 100%;
    padding-top: 0.625rem; }
    .micros-slider .ce_text h1, .micros-slider .ce_text h2, .micros-slider .ce_text h3, .micros-slider .ce_text h4, .micros-slider .ce_text h5 {
      margin-bottom: 0.625rem;
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      background-color: #3e6fb1;
      color: #fff;
      font: 0.875rem Ropa Sans;
      font-weight: 400;
      border-bottom: 0.0625rem solid #fff;
      padding-bottom: 0;
      min-height: 31px; }
    .micros-slider .ce_text p {
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      padding-bottom: 0.725rem; }
      .micros-slider .ce_text p a {
        color: #fff;
        font: 12px Ropa Sans;
        font-weight: 400; }
    .micros-slider .ce_text figure img {
      margin: 0 auto; }

.default-form .widget:not(.widget-checkbox) label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.default-form .widget:not(.widget-checkbox) input[type=text], .default-form .widget:not(.widget-checkbox) input[type=tel], .default-form .widget:not(.widget-checkbox) input[type=email], .default-form .widget:not(.widget-checkbox) textarea {
  width: 100%;
  line-height: 1.3;
  border: 0;
  border-radius: 0;
  padding: 0.95rem 0.625rem;
  outline: none;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: inset 0 0 0 1px transparent;
  transition: box-shadow 160ms; }
  @media (max-width: 35em) {
    .default-form .widget:not(.widget-checkbox) input[type=text], .default-form .widget:not(.widget-checkbox) input[type=tel], .default-form .widget:not(.widget-checkbox) input[type=email], .default-form .widget:not(.widget-checkbox) textarea {
      padding: 0.625rem 0.625rem; } }
  .default-form .widget:not(.widget-checkbox) input[type=text]:-ms-input-placeholder, .default-form .widget:not(.widget-checkbox) input[type=tel]:-ms-input-placeholder, .default-form .widget:not(.widget-checkbox) input[type=email]:-ms-input-placeholder, .default-form .widget:not(.widget-checkbox) textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 160ms; }
  .default-form .widget:not(.widget-checkbox) input[type=text]::placeholder, .default-form .widget:not(.widget-checkbox) input[type=tel]::placeholder, .default-form .widget:not(.widget-checkbox) input[type=email]::placeholder, .default-form .widget:not(.widget-checkbox) textarea::placeholder {
    opacity: 1;
    transition: opacity 160ms; }
  .default-form .widget:not(.widget-checkbox) input[type=text]:focus, .default-form .widget:not(.widget-checkbox) input[type=tel]:focus, .default-form .widget:not(.widget-checkbox) input[type=email]:focus, .default-form .widget:not(.widget-checkbox) textarea:focus {
    box-shadow: inset 0 0 0 1px #3E6FB1; }
    .default-form .widget:not(.widget-checkbox) input[type=text]:focus:-ms-input-placeholder, .default-form .widget:not(.widget-checkbox) input[type=tel]:focus:-ms-input-placeholder, .default-form .widget:not(.widget-checkbox) input[type=email]:focus:-ms-input-placeholder, .default-form .widget:not(.widget-checkbox) textarea:focus:-ms-input-placeholder {
      opacity: 0.5; }
    .default-form .widget:not(.widget-checkbox) input[type=text]:focus::placeholder, .default-form .widget:not(.widget-checkbox) input[type=tel]:focus::placeholder, .default-form .widget:not(.widget-checkbox) input[type=email]:focus::placeholder, .default-form .widget:not(.widget-checkbox) textarea:focus::placeholder {
      opacity: 0.5; }

.default-form .widget:not(.widget-checkbox) textarea {
  display: block;
  resize: vertical; }

.default-form .rs-columns-row:not(:last-child), .default-form .widget:not(:last-child) {
  margin-bottom: 0.625rem; }

@media (max-width: 35em) {
  .default-form .rs-columns-row > .rs-columns > .rs-column.-small-col-1-1:nth-child(1) {
    margin-bottom: 0.625rem; } }

.default-form__row {
  margin-top: 0.625rem; }
  @media (max-width: 35em) {
    .default-form__row-s {
      margin-top: 0.625rem; } }

@supports (display: flex) {
  .default-form .widget-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.default-form .widget-captcha .captcha_text {
  display: block;
  padding: 0 0.625rem 0.5rem 0.625rem;
  line-height: 1.3;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem; }
  @media (max-width: 35em) {
    .default-form .widget-captcha .captcha_text {
      padding: 0.7rem 0.625rem;
      font-size: 0.875rem; } }

.default-form .widget-checkbox {
  background-color: #fff; }
  .default-form .widget-checkbox fieldset {
    border: 0;
    padding: 0.95rem 0.625rem;
    margin: 0; }
  .default-form .widget-checkbox legend {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
    .default-form .widget-checkbox legend > .mandatory {
      display: none; }
  .default-form .widget-checkbox span {
    display: table; }
    .default-form .widget-checkbox span input {
      display: table-cell;
      vertical-align: middle;
      margin-right: 0.25em; }
    .default-form .widget-checkbox span label {
      display: table-cell;
      vertical-align: middle;
      font-size: 0.75rem;
      line-height: 1.2;
      color: #000;
      font-family: 'Ropa Sans', sans-serif; }
      .default-form .widget-checkbox span label a {
        color: #000;
        text-decoration: underline;
        -webkit-text-decoration-skip: ink;
                text-decoration-skip: ink; }
        .default-form .widget-checkbox span label a:hover {
          color: #3E6FB1; }

.default-form .submit_container {
  margin-top: 1.25rem; }
  .default-form .submit_container input {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 0;
    text-decoration: none;
    background-color: #3E6FB1;
    color: #fff;
    font-size: 1rem;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.95rem 2.5em;
    transition: background 160ms; }
    .default-form .submit_container input:hover {
      background-color: #4D4D4D; }

.footer-form {
  background-color: #e5e5e5; }
  .footer-form .widget:not(.widget-checkbox) label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .footer-form .widget:not(.widget-checkbox) input[type=text], .footer-form .widget:not(.widget-checkbox) input[type=tel], .footer-form .widget:not(.widget-checkbox) input[type=email], .footer-form .widget:not(.widget-checkbox) textarea {
    width: 100%;
    line-height: 1.3;
    border: 0;
    border-radius: 0;
    padding: 0.4rem 0.6rem;
    outline: none;
    background-color: #fff;
    color: #000;
    font-size: 0.75rem;
    margin: 0;
    font-family: 'Ropa Sans', sans-serif; }
    .footer-form .widget:not(.widget-checkbox) input[type=text]:-ms-input-placeholder, .footer-form .widget:not(.widget-checkbox) input[type=tel]:-ms-input-placeholder, .footer-form .widget:not(.widget-checkbox) input[type=email]:-ms-input-placeholder, .footer-form .widget:not(.widget-checkbox) textarea:-ms-input-placeholder {
      opacity: 1;
      transition: opacity 160ms; }
    .footer-form .widget:not(.widget-checkbox) input[type=text]::placeholder, .footer-form .widget:not(.widget-checkbox) input[type=tel]::placeholder, .footer-form .widget:not(.widget-checkbox) input[type=email]::placeholder, .footer-form .widget:not(.widget-checkbox) textarea::placeholder {
      opacity: 1;
      transition: opacity 160ms; }
    .footer-form .widget:not(.widget-checkbox) input[type=text]:focus:-ms-input-placeholder, .footer-form .widget:not(.widget-checkbox) input[type=tel]:focus:-ms-input-placeholder, .footer-form .widget:not(.widget-checkbox) input[type=email]:focus:-ms-input-placeholder, .footer-form .widget:not(.widget-checkbox) textarea:focus:-ms-input-placeholder {
      opacity: 0.5; }
    .footer-form .widget:not(.widget-checkbox) input[type=text]:focus::placeholder, .footer-form .widget:not(.widget-checkbox) input[type=tel]:focus::placeholder, .footer-form .widget:not(.widget-checkbox) input[type=email]:focus::placeholder, .footer-form .widget:not(.widget-checkbox) textarea:focus::placeholder {
      opacity: 0.5; }
  .footer-form .widget:not(.widget-checkbox) textarea {
    display: block;
    resize: vertical; }
  .footer-form .widget-textarea:not(:last-child) {
    margin-bottom: 0.625rem; }
  .footer-form .widget-checkbox {
    background-color: #fff; }
    .footer-form .widget-checkbox fieldset {
      border: 0;
      padding: 0.4rem 0.6rem;
      margin: 0; }
    .footer-form .widget-checkbox legend {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
      .footer-form .widget-checkbox legend > .mandatory {
        display: none; }
    .footer-form .widget-checkbox span {
      display: table; }
      .footer-form .widget-checkbox span input {
        display: table-cell;
        vertical-align: middle;
        margin-right: 0.25em; }
      .footer-form .widget-checkbox span label {
        display: table-cell;
        vertical-align: middle;
        font-size: 0.75rem;
        line-height: 1.2;
        color: #000;
        font-family: 'Ropa Sans', sans-serif; }
        .footer-form .widget-checkbox span label a {
          color: #000;
          text-decoration: underline; }
          .footer-form .widget-checkbox span label a:hover {
            color: #3E6FB1; }
  .footer-form .rs-columns-row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem; }
    .footer-form .rs-columns-row:not(:last-child) {
      margin-bottom: 0.625rem; }
    .footer-form .rs-columns-row > .rs-columns > .rs-column {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
  .footer-form__row {
    margin-top: 0.41667rem; }
    .footer-form__row_captcha {
      position: relative;
      background-color: #fff;
      padding-bottom: 1.6rem; }
      .footer-form__row_captcha:after {
        content: '';
        display: table;
        clear: both; }
      .footer-form__row_captcha .widget-captcha {
        width: 50%;
        padding: 0.8rem 0.20833rem 0.6rem 0.6rem;
        float: left; }
      .footer-form__row_captcha .submit_container {
        width: 50%;
        padding: 0.8rem 0.6rem 0.20833rem 0.6rem;
        float: right; }
      .footer-form__row_captcha .widget input[type=text].captcha {
        background-color: #e5e5e5; }
      .footer-form__row_captcha .submit_container input[type=submit].submit {
        background-color: #3E6FB1;
        width: 100%;
        border: 0;
        border-radius: 0;
        outline: none;
        color: #fff;
        font-size: 0.75rem;
        line-height: 1.2;
        font-family: 'Ropa Sans', sans-serif;
        font-weight: 400;
        padding: 0.4rem 0.6rem;
        cursor: pointer;
        transition: background-color 160ms; }
        .footer-form__row_captcha .submit_container input[type=submit].submit:hover {
          background-color: #404040; }
      .footer-form__row_captcha .captcha_text {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0.6rem;
        font-size: 0.75rem;
        line-height: 1.2;
        color: #000;
        font-family: 'Ropa Sans', sans-serif; }
  .footer-form__field-icon {
    position: relative; }
    .footer-form__field-icon::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0.6rem;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 0.9375rem; }
    .footer-form__field-icon input[type=text].footer-form__field-icon:not(.widget-checkbox), .footer-form__field-icon input[type=tel].footer-form__field-icon:not(.widget-checkbox), .footer-form__field-icon input[type=email].footer-form__field-icon:not(.widget-checkbox) {
      padding-left: 2.1rem; }
    .footer-form__field-icon_name::after {
      background-image: url("../../tl_files/css/icon_person.svg"); }
    .footer-form__field-icon_mail::after {
      background-image: url("../../tl_files/css/icon_mail.svg"); }
    .footer-form__field-icon_phone::after {
      background-image: url("../../tl_files/css/icon_form_phone.svg"); }

.ce_text:not(:first-child) {
  margin-top: 0.9375rem; }

.text {
  color: #000; }
  .text_white {
    color: #fff; }
    .text_white .headline {
      font-size: 1.25rem;
      line-height: 1.25;
      font-family: 'Ropa Sans', sans-serif;
      font-weight: 400;
      margin-bottom: 0.75rem; }
      .text_white .headline_centered {
        text-align: center; }
      .text_white .headline_short-text {
        max-width: 30rem; }
    .text_white .subheadline {
      font-size: 0.875rem;
      line-height: 1.25;
      font-family: 'Ropa Sans', sans-serif;
      font-weight: 400;
      margin-bottom: 0.75rem; }
      .text_white .subheadline__top {
        margin-top: 0.75rem; }
      @media (max-width: 35em) {
        .text_white .subheadline {
          font-size: 0.875rem; } }
    .text_white .ce_text {
      font-size: 0.875rem;
      line-height: 1.25;
      font-family: 'Ropa Sans', sans-serif;
      font-weight: 400; }
      .text_white .ce_text:not(:first-child) p {
        margin-top: 0.75rem; }
      .text_white .ce_text ul li {
        list-style-type: none;
        display: table; }
        .text_white .ce_text ul li::before {
          content: '>';
          display: table-cell;
          padding-right: 0.5em; }
      .text_white .ce_text a {
        transition: color 160ms;
        color: #fff; }
        .text_white .ce_text a:hover {
          text-decoration: underline;
          -webkit-text-decoration-skip: ink;
                  text-decoration-skip: ink; }
    .text_white .button:not(:first-child) {
      margin-top: 1.95em; }
  .text .ce_headline {
    font-size: 1.25rem;
    line-height: 1.25;
    font-family: 'Rawson Pro Bold', sans-serif;
    font-weight: 400;
    margin-bottom: 0.75rem; }
    .text .ce_headline_red {
      color: #da511f; }
    .text .ce_headline_white {
      color: #fff; }
    .text .ce_headline_black {
      color: #000; }
  .text .headline {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.25;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0.75rem; }
    .text .headline_black {
      color: #000; }
    .text .headline_short-text {
      max-width: 30rem; }
    .text .headline_red {
      color: #c51a1b; }
    .text .headline_patient {
      font-size: 1.6875rem; }
    .text .headline_centered {
      text-align: center; }
  .text .subheadline {
    font-size: 0.875rem;
    line-height: 1.25;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0.75rem;
    font-weight: 600; }
    .text .subheadline__top {
      margin-top: 0.75rem; }
    @media (max-width: 35em) {
      .text .subheadline {
        font-size: 0.875rem; } }
  .text .ce_text {
    font-size: 0.875rem;
    line-height: 1.25;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400; }
    .text .ce_text p:not(:last-child) {
      margin-bottom: 0.75rem; }
    .text .ce_text p:not(:first-child) {
      margin-top: 0.725rem; }
    .text .ce_text p {
      font-size: 0.875rem;
      line-height: 1.25; }
      .text .ce_text p strong {
        font-weight: bold;
        margin-bottom: 0.75rem; }
    .text .ce_text ul li {
      list-style-type: none;
      display: table; }
      .text .ce_text ul li::before {
        content: '>';
        display: table-cell;
        padding-right: 0.5em; }
    .text .ce_text a {
      transition: color 160ms;
      color: #3E6FB1; }
      .text .ce_text a:hover {
        text-decoration: underline;
        -webkit-text-decoration-skip: ink;
                text-decoration-skip: ink; }
  .text .button:not(:first-child) {
    margin-top: 1.95em; }

.short-textp {
  max-width: 30rem; }

.text-column {
  column-gap: 1.25rem; }
  .text-column_2 {
    column-count: 2; }
    @media (max-width: 35em) {
      .text-column_2 {
        column-count: 1; } }

.default-text .ce_text h2, .default-text .ce_text h3 {
  font-size: 1.25rem; }
  .default-text .ce_text h2:not(:last-child), .default-text .ce_text h3:not(:last-child) {
    margin-bottom: 0.75rem; }

.default-text .ce_text p {
  font-size: 0.875rem;
  line-height: 1.25; }
  .default-text .ce_text p strong {
    font-weight: bold;
    margin-bottom: 0.75rem; }

.default-text .ce_text p:not(:last-child) {
  margin-bottom: 1.3em; }

.default-text .ce_text p strong {
  font-weight: bold;
  margin-bottom: 0.75rem; }

.default-text .ce_text ul + p {
  margin-top: 1.3em; }

.default-text .ce_text a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  word-break: break-all; }
  .default-text .ce_text a:hover {
    text-decoration: none; }

.default-text .rs-columns-row + .ce_text {
  margin-top: 0.75em; }

@media (max-width: 60em) {
  .default-text .rs-columns-row > .rs-columns > .rs-column:first-child {
    margin-bottom: 1.3em; } }

.feature-text h3, .feature-text h2 {
  font-size: 1.25rem;
  text-align: center; }

.feature-text .headline_patient {
  font-size: 1.6875rem; }

.feature-text .ce_headline {
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Rawson Pro Bold', sans-serif;
  font-weight: 400;
  margin-bottom: 0.75rem; }
  .feature-text .ce_headline_red {
    color: #da511f; }
  .feature-text .ce_headline_white {
    color: #fff; }
  .feature-text .ce_headline_black {
    color: #000; }

.feature-text img {
  margin: 0 auto 25px; }

.feature-text .ce_headline, .feature-text p {
  text-align: center; }
  @media (max-width: 35em) {
    .feature-text .ce_headline, .feature-text p {
      text-align: center; } }

.feature-text p {
  font-size: 0.875rem;
  line-height: 1.25; }
  .feature-text p strong {
    font-weight: bold;
    margin-bottom: 0.75rem; }

.datenschutz-default a {
  word-break: break-all;
  color: #3E6FB1; }
  .datenschutz-default a:hover {
    text-decoration: underline; }

.datenschutz-default h2 {
  font-size: 18px;
  font-weight: normal; }
  .datenschutz-default h2:not(:first-child) {
    margin-top: 1rem; }

.datenschutz-default h3 {
  font-size: 17px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: normal; }

.contact-map {
  width: 100%;
  height: 15rem;
  min-height: 15rem; }
  .contact-map .dlh_googlemap {
    background-color: #f0f0f0; }

.ce_dlh_googlemaps {
  margin-top: 1.5625rem; }

.dlh_googlemap form {
  margin-top: 0.9375rem; }

.footer {
  color: #fff; }
  .footer .blue-color {
    background-color: #3E6FB1;
    position: relative;
    z-index: 10;
    border-top: 0.3125rem solid #e5e5e5; }
  .footer__top {
    padding-bottom: 5rem;
    padding-top: 5rem; }
    @media (max-width: 58.125em) {
      .footer__top {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; } }
  .footer__bottom {
    background-color: #c51a1b; }
  .footer__left:after {
    content: '';
    display: table;
    clear: both; }
  @supports (display: flex) {
    @media (max-width: 60em) {
      .footer__left {
        display: block; } } }
  @media (max-width: 35em) {
    .footer__right {
      margin-top: 3rem; } }
  .footer__logo {
    float: left; }
    @media (max-width: 58.125em) {
      .footer__logo {
        width: 8.125rem;
        height: 4.75rem; } }
    @media (max-width: 64.9375rem) {
      .footer__logo {
        float: none; } }
    @supports (display: flex) {
      .footer__logo {
        margin-bottom: 0.2em; }
        @media (max-width: 60em) {
          .footer__logo {
            margin-bottom: 0; } } }
  .footer_container {
    padding: 10px 0px; }
    .footer_container .rs-columns {
      display: table-cell; }
  .footer .mod_customnav ul {
    text-align: right; }
    @media (max-width: 60em) {
      .footer .mod_customnav ul {
        text-align: left; } }
    .footer .mod_customnav ul li {
      list-style-type: none;
      display: inline;
      margin: 0;
      color: #fff;
      font: 12px Ropa Sans;
      font-weight: 400; }
      .footer .mod_customnav ul li:not(:first-child):before {
        content: "·";
        color: white;
        padding-right: 5px;
        padding-left: 5px;
        display: table-cell; }
    .footer .mod_customnav ul a {
      color: #fff; }
      .footer .mod_customnav ul a:hover {
        text-decoration: underline; }
    .footer .mod_customnav ul span.active {
      text-decoration: underline; }
  .footer .adresse {
    font-size: 12px; }
    .footer .adresse .telefon {
      padding-left: 5px;
      color: #fff;
      font-size: 20px; }
    .footer .adresse a {
      color: inherit;
      text-decoration: none; }
      .footer .adresse a:hover {
        color: #3E6FB1; }

.below-footer .kreise {
  padding-top: 2.5rem;
  position: relative; }

.feature-list {
  counter-reset: feature-list; }
  .feature-list li {
    display: table;
    list-style-type: none;
    counter-increment: feature-list; }
    .feature-list li::before {
      content: "0" counter(feature-list);
      display: table-cell;
      font-size: 4rem;
      font-family: 'Ropa Sans', sans-serif;
      font-weight: 400;
      color: #D0D0D0;
      line-height: 64px;
      vertical-align: middle;
      padding-right: 1rem; }
      @media (max-width: 60em) {
        .feature-list li::before {
          font-size: 3rem;
          line-height: 48px; } }
      @media (max-width: 35em) {
        .feature-list li::before {
          font-size: 2rem;
          line-height: 32px; } }
    .feature-list li span {
      display: table-cell;
      vertical-align: middle;
      font-family: 'Ropa Sans', sans-serif;
      font-weight: 400; }

.ce_list__columns {
  position: relative; }
  .ce_list__columns:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 53em) {
    .ce_list__columns {
      margin-right: auto;
      margin-bottom: -2rem;
      margin-left: auto;
      max-width: 26rem; } }

.ce_list__column {
  width: 33%;
  float: left;
  padding-right: 2rem; }
  @media (max-width: 53em) {
    .ce_list__column {
      width: 100%;
      float: none;
      padding-right: 0; } }
  .ce_list__column li:not(:last-child) {
    margin-bottom: 2rem; }
  @media (max-width: 53em) {
    .ce_list__column li {
      margin-bottom: 2rem; } }

.accordion-list .ce_text ul li {
  line-height: 1.2rem;
  background: url(../../tl_files/images/icon_navi_rechts.png) left 7px no-repeat; }
  .accordion-list .ce_text ul li:not(:last-child) {
    margin-bottom: 0.625rem; }
  .accordion-list .ce_text ul li::before {
    content: '';
    padding-right: 0.75rem; }

.datenschutz-default ul {
  margin: 0.9375rem 0;
  padding-left: 1.25rem; }

.sitemap ul li {
  margin: 0;
  padding: 0 0 0 10px;
  font: 14px Ropa Sans;
  font-weight: 400;
  background: url(../../tl_files/images/icon_navi_rechts.png) left 7px no-repeat;
  line-height: 20px !important;
  list-style-type: none; }
  .sitemap ul li a {
    text-decoration: none;
    color: #3E6FB1; }
    .sitemap ul li a:hover {
      text-decoration: underline; }

.separator {
  position: relative; }
  .separator-viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translate3d(0, 0, 0); }
  .separator__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .separator-text {
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.9vw;
    line-height: 1.1;
    max-width: 42%;
    text-align: center;
    text-shadow: 0 0 32px #000; }
    .separator-text p em {
      font-style: normal;
      color: #fff; }
    .separator-text a {
      color: #fff; }
      .separator-text a em {
        transition: color 320ms; }
      .separator-text a:hover em {
        color: #3E6FB1; }
    @media (max-width: 60em) {
      .separator-text {
        font-size: 2.5vw;
        max-width: 55%; } }
    @media (max-width: 35em) {
      .separator-text {
        font-size: 3.5vw;
        max-width: 75%; } }
    @media (min-width: 1680px) {
      .separator-text {
        font-size: 2rem;
        max-width: 26.25rem; } }

/*.cc-grower {
  width: 100%;
  z-index: 100000;
  background-color: #efeff0;
  box-sizing: border-box;
  max-height: 100% !important; }

div[aria-label="cookieconsent"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 64.25rem;
  padding-top: .625rem;
  padding-right: 1.25rem;
  padding-bottom: .625rem;
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: auto; }

.cc-message {
  font-size: .875rem;
  line-height: 1.5;
  max-width: 56.25rem;
  color: #000; }

.cc-compliance {
  margin-left: 5rem; }

.cc-compliance .cc-btn {
  display: inline-block;
  background-color: #3E6FB1;
  color: #fff;
  font-size: .75rem;
  font-family: 'Ropa Sans',sans-serif;
  text-transform: uppercase;
  padding: .4em 1.125em;
  cursor: pointer; }

.cc-compliance .cc-btn:hover {
  text-decoration: underline; }

.cc-message a {
  color: #000;
  text-decoration: underline; }

.cc-message a:hover {
  text-decoration: none; }

div[aria-label="cookieconsent"].cc-invisible {
  opacity: 0;
  pointer-events: none; }

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

@media screen and (max-width: 35em) {
  .cc-compliance .cc-btn {
    display: inline-block;
    margin-top: 5px; }
  div[aria-label="cookieconsent"] {
    display: block; }
  .cc-compliance {
    margin-left: 0; } }*/

.ce_download, .ce_downloads {
  display: table; }
  .ce_download img, .ce_downloads img {
    display: table-cell;
    vertical-align: middle;
    margin-right: 0.3125rem; }
  .ce_download a, .ce_downloads a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #3E6FB1;
    font-size: 0.875rem; }
    .ce_download a:hover, .ce_downloads a:hover {
      text-decoration: underline; }
  .ce_download:not(:last-child), .ce_downloads:not(:last-child) {
    margin-bottom: 0.625rem; }

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

.shift_top-pos-1 {
  margin-top: 0.5rem !important; }

.shift_top-neg-1 {
  margin-top: -0.5rem !important; }

.shift_bot-pos-1 {
  margin-bottom: 0.5rem !important; }

.shift_bot-neg-1 {
  margin-bottom: -0.5rem !important; }

.shift_top-pos-2 {
  margin-top: 1rem !important; }

.shift_top-neg-2 {
  margin-top: -1rem !important; }

.shift_bot-pos-2 {
  margin-bottom: 1rem !important; }

.shift_bot-neg-2 {
  margin-bottom: -1rem !important; }

.shift_top-pos-3 {
  margin-top: 1.5rem !important; }

.shift_top-neg-3 {
  margin-top: -1.5rem !important; }

.shift_bot-pos-3 {
  margin-bottom: 1.5rem !important; }

.shift_bot-neg-3 {
  margin-bottom: -1.5rem !important; }

.shift_top-pos-4 {
  margin-top: 2rem !important; }

.shift_top-neg-4 {
  margin-top: -2rem !important; }

.shift_bot-pos-4 {
  margin-bottom: 2rem !important; }

.shift_bot-neg-4 {
  margin-bottom: -2rem !important; }

.shift_top-pos-5 {
  margin-top: 2.5rem !important; }

.shift_top-neg-5 {
  margin-top: -2.5rem !important; }

.shift_bot-pos-5 {
  margin-bottom: 2.5rem !important; }

.shift_bot-neg-5 {
  margin-bottom: -2.5rem !important; }

.shift_top-pos-6 {
  margin-top: 3rem !important; }

.shift_top-neg-6 {
  margin-top: -3rem !important; }

.shift_bot-pos-6 {
  margin-bottom: 3rem !important; }

.shift_bot-neg-6 {
  margin-bottom: -3rem !important; }

.shift_top-pos-7 {
  margin-top: 3.5rem !important; }

.shift_top-neg-7 {
  margin-top: -3.5rem !important; }

.shift_bot-pos-7 {
  margin-bottom: 3.5rem !important; }

.shift_bot-neg-7 {
  margin-bottom: -3.5rem !important; }

.shift_top-pos-8 {
  margin-top: 4rem !important; }

.shift_top-neg-8 {
  margin-top: -4rem !important; }

.shift_bot-pos-8 {
  margin-bottom: 4rem !important; }

.shift_bot-neg-8 {
  margin-bottom: -4rem !important; }

.shift_top-pos-9 {
  margin-top: 4.5rem !important; }

.shift_top-neg-9 {
  margin-top: -4.5rem !important; }

.shift_bot-pos-9 {
  margin-bottom: 4.5rem !important; }

.shift_bot-neg-9 {
  margin-bottom: -4.5rem !important; }

.cc-window {
  -webkit-backdrop-filter: blur(10px);
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  left: 0;
  padding: 1.25em;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

@media (max-width: 35em) {
  .cc-window {
    font-size: 0.75rem;
  }
}

.cc-message p {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 390px) {
  .cc-message p {
    line-height: 1.6;
  }
}

.cc-message p span {
  display: block;
  font-size: clamp(1.25rem, 6vw, 1.6rem);
  font-weight: 400;
  margin-bottom: 0.8em;
}

.cc-wrapper {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  max-width: 37.5em;
  padding: 2.5em;
}

@media (max-width: 390px) {
  .cc-wrapper {
    padding: 2em;
  }
}

.cc-link {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.5);
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.5);
}

.cc-compliance {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.7em -1em -0.5em;
}

@media (max-width: 560px) {
  .cc-compliance {
    flex-wrap: wrap;
  }
}

@supports (display: grid) {
  .cc-compliance {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 1em 2.5em;
    justify-content: unset;
    margin: 1.2em 0 0 0;
  }
}

.cc-invisible,
.cc-revoke {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.cc-btn {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 17rem;
  padding: 0.5em 1em;
}

@media (max-width: 560px) {
  .cc-btn {
    max-width: 100%;
  }
}

@supports (display: grid) {
  .cc-btn {
    max-width: 100%;
    padding: 0;
  }
}

.cc-btn a {
  background-color: #3E6FB1;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.65em 3.375em 0.65em 1.125em;
  transition: background-color 0.4s cubic-bezier(0, 0, 0, 1), color 0.4s cubic-bezier(0, 0, 0, 1);
}

@media (hover: hover) {
  .cc-allow a:hover, .cc-deny a:hover {
    background-color: #000;
  }
}

.invisible {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.external-script-placeholder {
  padding: 1.25rem;
  background-color: #e3e3e3;
  height: 100%;
  min-height: 20rem;
}

.external-script-placeholder .ce_text {
	max-width: 1200px;
    margin: 0 auto;
}

.googlemaps {
	height:100%;
    min-height: 20rem;
}

@media (max-width: 560px) {
	.googlemaps {
		font-size: 16px;
	}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-container{visibility:hidden}.slick-initialized{visibility:visible}
