body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}

/**
 * @package   EuF-Overlay
 * @author    Sebastian Buck
 * @license   LGPL
 * @copyright Erdmann & Freunde
 */

.euf_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
}

.euf_overlay__content {
  max-width: 400px;
  width: 100%;
  padding: 2em;
  margin: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.75);

  position: absolute;
  margin: auto;

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background: #fff;
  color: #000;
}

.euf_overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  border: 0;
  background: none;
  font-weight: 700;
  cursor: pointer;
}

.euf_overlay__close:hover {
  opacity: 0.5;
}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#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/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 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/colorbox/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/colorbox/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/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@charset "UTF-8";
/** 
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE 
  * 
  */
/** Contents
  *
  * SETTINGS
  * ...variables
  *
  *
  * MIXINS
  * ...general
  * ...responsive
  * 
  *
  * GENERIC
  * ...normalize
  * ...contao-reset
  * ...box-sizing
  *
  *
  * BASE
  * ...shared
  * ...page
  * ...type
  * ...grid
  * ...layout
  *
  *
  * COMPONENTS
  * ...media
  * ...tables
  * ...accordion
  * ...links
  * ...events
  * ...faq
  * ...forms
  * ...navs
  * ...news
  * ...newsletter
  * ...slider
  * ...downloads
  *
  */
@-webkit-keyframes ltr {
  0% {
    left: .1rem; }
  100% {
    left: .45rem; } }
@keyframes ltr {
  0% {
    left: .1rem; }
  100% {
    left: .45rem; } }

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

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

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes hovering {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

.hovering {
  -webkit-animation: hovering 6s linear infinite;
  animation: hovering 6s linear infinite; }

/*! normalize.css v4.0.0 | 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * 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.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

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

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

.float_left {
  float: left; }

.float_right {
  float: right; }

.block {
  overflow: hidden; }

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both; }

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

ul, ol, dd {
  margin-left: 16px;
  margin-left: 1rem; }

.clearfix:after, [id="header"] .inside:after, .ce_gallery ul:after,
.row:after,
[id="footer"] > .inside:after,
.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after,
.news-grid:after,
.events-list .event:after,
.nav--horizontal ul:after,
.nav--breadcrumb ul:after,
.pagination:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: #ff5636; }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

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

html {
  font-family: "eigerdals", sans-serif, sans-serif;
  font-size: 1em;
  line-height: 1.625;
  background-color: #fff;
  color: #222;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 34.3125em) {
    html {
      font-size: 0.875em; } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: 1.125em; } }

html, body {
  width: 100%;
  overflow-x: hidden;
  font-weight: 300;
  color: #4d4d4d; }
  html.noScroll, body.noScroll {
    overflow-y: hidden; }

b,
strong {
  font-weight: 600; }

.align--left {
  text-align: left; }

.align--center {
  text-align: center; }

.align--right {
  text-align: right; }

#main > .inside {
  min-height: inherit; }

#main [class^="ce_"]:not(.ce_rsce_text_advanced):not(.ce_rsce_parallax_banner):not(.slick-slide):not(.ce_text):not(.ce_image) {
  margin-top: 1vw;
  margin-bottom: 1vw; }
  @media screen and (max-width: 47.9375em) {
    #main [class^="ce_"]:not(.ce_rsce_text_advanced):not(.ce_rsce_parallax_banner):not(.slick-slide):not(.ce_text):not(.ce_image) {
      margin-top: 1rem;
      margin-bottom: 1rem; } }

#main .ce_image {
  margin-bottom: 1vw; }

/* Scrollbar styles */
body::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

body::-webkit-scrollbar-track {
  border-radius: 0px; }

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f18700), to(#f1b700));
  background-image: linear-gradient(180deg, #f18700, #f1b700);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 47.9375em) {
  .no-br--sm br {
    display: none; } }

@media screen and (min-width: 58.75em) and (max-width: 1500px) {
  #main .rsce_bgimage {
    padding-right: 5rem; } }

@media screen and (min-width: 48em) {
  .showMobile {
    display: none; } }

.hideMobile {
  display: none; }
  @media screen and (min-width: 48em) {
    .hideMobile {
      display: block; } }

.mt-8 {
  margin-top: 32px !important;
  margin-top: 2rem !important; }

.mt-16 {
  margin-top: 64px !important;
  margin-top: 4rem !important; }
  @media screen and (max-width: 58.6875em) {
    .mt-16 {
      margin-top: 2rem !important; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Helvetica"; }


h1 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h1 {
      font-size: 2rem; } }
  @media screen and (min-width: 48em) {
    
    h1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 58.75em) {
    
    h1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 68.75em) {
    
    h1 {
      font-size: 2.25rem; } }

p + h1,
ul + h1,
ol + h1 {
  margin-top: 32px;
  margin-top: 2rem; }

.ce_text + .ce_text h1:first-child {
  margin-top: 16px;
  margin-top: 1rem; }

h1 + h2 {
  margin-top: -8px;
  margin-top: -0.5rem; }


h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h2 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 48em) {
    
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 58.75em) {
    
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 68.75em) {
    
    h2 {
      font-size: 1.75rem; } }

p + h2,
ul + h2,
ol + h2 {
  margin-top: 32px;
  margin-top: 2rem; }

.ce_text + .ce_text h2:first-child {
  margin-top: 16px;
  margin-top: 1rem; }

h2 + h3 {
  margin-top: -8px;
  margin-top: -0.5rem; }


h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h3 {
      font-size: 1.375rem; } }
  @media screen and (min-width: 48em) {
    
    h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 58.75em) {
    
    h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 68.75em) {
    
    h3 {
      font-size: 1.5rem; } }

p + h3,
ul + h3,
ol + h3 {
  margin-top: 32px;
  margin-top: 2rem; }

.ce_text + .ce_text h3:first-child {
  margin-top: 16px;
  margin-top: 1rem; }

h3 + h4 {
  margin-top: -8px;
  margin-top: -0.5rem; }


h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h4 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 48em) {
    
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 58.75em) {
    
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 68.75em) {
    
    h4 {
      font-size: 1.25rem; } }

p + h4,
ul + h4,
ol + h4 {
  margin-top: 24px;
  margin-top: 1.5rem; }

.ce_text + .ce_text h4:first-child {
  margin-top: 8px;
  margin-top: 0.5rem; }

h4 + h5 {
  margin-top: -8px;
  margin-top: -0.5rem; }


h5 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 68.75em) {
    
    h5 {
      font-size: 1rem; } }

p + h5,
ul + h5,
ol + h5 {
  margin-top: 24px;
  margin-top: 1.5rem; }

.ce_text + .ce_text h5:first-child {
  margin-top: 8px;
  margin-top: 0.5rem; }

h5 + h6 {
  margin-top: -8px;
  margin-top: -0.5rem; }


h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 48em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 58.75em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 68.75em) {
    
    h6 {
      font-size: 0.875rem; } }

p + h6,
ul + h6,
ol + h6 {
  margin-top: 24px;
  margin-top: 1.5rem; }

.ce_text + .ce_text h6:first-child {
  margin-top: 8px;
  margin-top: 0.5rem; }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    color: #ff5636;
    text-decoration: underline; }
    p a:hover,
    ul a:hover,
    ol a:hover {
      text-decoration: none; }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: #f7a600; }

pre {
  padding: 16px;
  padding: 1rem;
  background: #888;
  color: #fff;
  overflow-x: scroll; }

hr {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc; }

.li--block {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.ce_text {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

::-moz-selection {
  background: #ff5636;
  color: #fff;
  opacity: 1; }

::selection {
  background: #ff5636;
  color: #fff;
  opacity: 1; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/files/default/fonts/fontawesome/fa-solid-900.eot");
  src: url("/files/default/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/files/default/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("/files/default/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("/files/default/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("/files/default/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/files/default/fonts/fontawesome/fa-brands-400.eot");
  src: url("/files/default/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/files/default/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("/files/default/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("/files/default/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("/files/default/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

html, body {
  font-family: "eigerdals", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.headline {
  font-family: "eigerdals", sans-serif;
  font-weight: 700; }
  h1.headline-color--mark,
  h2.headline-color--mark,
  h3.headline-color--mark,
  h4.headline-color--mark,
  h5.headline-color--mark,
  h6.headline-color--mark,
  .headline.headline-color--mark {
    color: #ed6501; }

.headline-color--mark h1, .headline-color--mark h2, .headline-color--mark h3, .headline-color--mark h4, .headline-color--mark h5, .headline-color--mark h6, .headline-color--mark .headline {
  color: #ed6501; }

h1,
h2.likeH1,
.likeH1 h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #f18700;
  line-height: 1; }
  @media screen and (max-width: 47.9375em) {
    h1,
    h2.likeH1,
    .likeH1 h2 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 34.3125em) {
    h1,
    h2.likeH1,
    .likeH1 h2 {
      font-size: 1.4rem; } }

a, a:visited, a:active, p a, ol a, ul a {
  color: #f18700; }

h2 {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

#main ul {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 0; }
  #main ul li {
    margin-left: 20px;
    margin-left: 1.25rem; }

#main .grey {
  color: #888; }
  #main .grey * {
    color: #888; }

span.big {
  font-family: "eigerdals", sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-style: italic; }

.row {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  width: 100%; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; } }

@media screen and (min-width: 0) {
  .offset-xs-0 {
    margin-left: 0%; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 0) {
  .pull-right-xs {
    float: right; }
  .pull-left-xs {
    float: left; } }

@media screen and (min-width: 0) {
  .clear-xs {
    clear: both; } }

@media screen and (min-width: 34.375em) {
  .clear-xs {
    clear: none; } }

@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 34.375em) {
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    float: right; }
  .pull-left-sm {
    float: left; } }

@media screen and (min-width: 34.375em) {
  .clear-sm {
    clear: both; } }

@media screen and (min-width: 48em) {
  .clear-sm {
    clear: none; } }

@media screen and (min-width: 48em) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 48em) {
  .pull-right-md {
    float: right; }
  .pull-left-md {
    float: left; } }

@media screen and (min-width: 48em) {
  .clear-md {
    clear: both; } }

@media screen and (min-width: 58.75em) {
  .clear-md {
    clear: none; } }

@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media screen and (min-width: 58.75em) {
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    float: right; }
  .pull-left-lg {
    float: left; } }

@media screen and (min-width: 58.75em) {
  .clear-lg {
    clear: both; } }

@media screen and (min-width: 68.75em) {
  .clear-lg {
    clear: none; } }

@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

@media screen and (min-width: 68.75em) {
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    float: right; }
  .pull-left-xl {
    float: left; } }

@media screen and (min-width: 68.75em) {
  .clear-xl {
    clear: both; } }

[id="header"] {
  background: #fff;
  color: #222; }
  [id="header"] .inside {
    max-width: 75em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }

.mod_article {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  position: relative; }

.article--full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

[id="footer"] > .inside {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

.mod_article {
  max-width: 100%;
  padding: 0; }

#wrapper {
  will-change: unset !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 100%;
  max-width: 100%;
  overflow-y: hidden; }

@media screen and (max-width: 47.9375em) {
  body {
    overflow-y: hidden; } }

#container {
  position: relative;
  top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 58.6875em) {
    #container {
      top: 80px; } }

body.slider #container {
  top: auto;
  padding-bottom: 0; }
  @media screen and (max-width: 58.6875em) {
    body.slider #container {
      top: auto; } }

body.home .mod_article,
body.home .rsce_bgimage {
  height: 100%; }

body.home #container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 200%;
  min-height: calc(100vh - 115px);
  padding-bottom: 115px;
  margin-bottom: -115px;
  overflow-x: hidden;
  background-image: url(/files/default/img/content/home/bgimage_responsive/home_2560.jpg); }
  @media screen and (max-width: 1920px) {
    body.home #container {
      background-image: url(/files/default/img/content/home/bgimage_responsive/home_1920.jpg); } }
  @media screen and (max-width: 1680px) {
    body.home #container {
      background-image: url(/files/default/img/content/home/bgimage_responsive/home_1680.jpg); } }
  @media screen and (max-width: 1440px) {
    body.home #container {
      background-image: url(/files/default/img/content/home/bgimage_responsive/home_1440.jpg); } }
  @media screen and (max-width: 1200px) {
    body.home #container {
      background-image: url(/files/default/img/content/home/bgimage_responsive/home_1200.jpg); } }
  @media screen and (max-width: 940px) {
    body.home #container {
      background-image: url(/files/default/img/content/home/bgimage_responsive/home_940.jpg); } }
  @media screen and (max-width: 768px) {
    body.home #container {
      background-image: url(/files/default/img/content/home/bgimage_responsive/home_940.jpg); } }
  @media screen and (max-width: 540px) {
    body.home #container {
      background-image: url(/files/default/img/content/home/bgimage_responsive/home_540.jpg); } }
  body.home #container #main {
    height: 100vh; }
  body.home #container #main > .inside {
    height: 100vh; }
    body.home #container #main > .inside:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(40%, transparent));
      background-image: -o-linear-gradient(left, #FFF, transparent 40%);
      background-image: linear-gradient(90deg, #FFF, transparent 40%); }

body.home #wrapper {
  overflow-y: hidden;
  height: calc(100vh - 115px); }
  @media screen and (max-width: 47.9375em) {
    body.home #wrapper {
      height: calc(100vh - 121px); } }

.background-orange {
  background: rgba(241, 135, 0, 0.5);
  padding: 8px 32px;
  padding: .5rem 2rem; }

[id="footer"] {
  position: relative;
  z-index: 7; }
  [id="footer"] > .inside {
    max-width: 100%;
    padding: 0; }

@media screen and (min-width: 68.75em) {
  .footer-content,
  .postfooter-content,
  .footer-nav {
    max-height: 50px; } }

@media screen and (min-width: 48em) {
  .footer-content,
  .postfooter-content,
  .footer-nav {
    line-height: 50px; } }

@media screen and (max-width: 34.3125em) {
  .footer-content,
  .postfooter-content,
  .footer-nav {
    line-height: 25px; } }

.footer-content > .inside,
.postfooter-content > .inside,
.footer-nav > .inside {
  max-width: 75em;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 auto; }

.footer-content,
.footer-nav {
  background: #4d4d4d;
  color: #FFF; }
  @media screen and (min-width: 48em) {
    .footer-content > .inside,
    .footer-nav > .inside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .footer-content *,
  .footer-nav * {
    margin: 0; }
  .footer-content .social-media a, .footer-content .social-media a:visited, .footer-content .social-media a:active,
  .footer-nav .social-media a,
  .footer-nav .social-media a:visited,
  .footer-nav .social-media a:active {
    font-size: 25.6px;
    font-size: 1.6rem;
    padding: 0 8px;
    padding: 0 .5rem;
    color: #FFF; }

.postfooter-content {
  background: #333; }
  @media screen and (min-width: 48em) {
    .postfooter-content {
      max-height: 65px;
      line-height: 65px; } }
  @media screen and (max-width: 47.9375em) {
    .postfooter-content {
      max-height: none;
      line-height: 2;
      text-align: left;
      padding: .5rem 0; }
      .postfooter-content .ce_text {
        display: block;
        width: 100%;
        text-align: center; }
      .postfooter-content a, .postfooter-content a:visited, .postfooter-content a:active {
        display: block; } }
  .postfooter-content a, .postfooter-content a:visited, .postfooter-content a:active {
    color: #666; }
  .postfooter-content .ce_text {
    font-size: 14px;
    font-size: 0.875rem; }
  .postfooter-content .ivd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 47.9375em) {
      .postfooter-content .ivd {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 1rem; } }
    @media screen and (max-width: 47.9375em) {
      .postfooter-content .ivd .text {
        display: block;
        width: 100%; } }
    .postfooter-content .ivd img {
      margin-left: 16px;
      margin-left: 1rem;
      width: 50px;
      height: 50px; }
      @media screen and (max-width: 47.9375em) {
        .postfooter-content .ivd img {
          display: block;
          margin: 0 auto;
          margin-top: .5rem;
          margin-bottom: 1rem; } }
  .postfooter-content > .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 47.9375em) {
      .postfooter-content > .inside {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .postfooter-content * {
    margin: 0;
    color: #666;
    text-decoration: none;
    font-weight: 400; }

.footer-content {
  line-height: 1.6; }
  @media screen and (max-width: 47.9375em) {
    .footer-content > .inside {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .footer-content > .inside > [class^="col-"] {
        margin-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
        .footer-content > .inside > [class^="col-"]:nth-child(3), .footer-content > .inside > [class^="col-"]:nth-child(4) {
          border-bottom: 0; } }
  @media screen and (max-width: 47.9375em) and (max-width: 34.3125em) {
    .footer-content > .inside {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); } }
  @media screen and (min-width: 48em) {
    .footer-content {
      padding: 2rem 0;
      max-height: none; } }
  .footer-content h4 {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .footer-content .ce_image .image_container {
    padding: 16px;
    padding: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.postfooter-content > .inside {
  width: 100%; }

.footer-nav .mod_customnav {
  width: 100%; }
  .footer-nav .mod_customnav ul li a {
    color: rgba(255, 255, 255, 0.3);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    font-weight: 300; }
    .footer-nav .mod_customnav ul li a:hover {
      color: white; }

[id="header"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #e6e6e6;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  transition: -webkit-transform 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  -o-transition: transform 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  transition: transform 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  transition: transform 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96), -webkit-transform 0.4s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  height: 120px; }
  @media screen and (max-width: 58.6875em) {
    [id="header"] {
      height: 80px; } }
  [id="header"] > .inside {
    max-width: 75em;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    [id="header"] > .inside:after {
      content: none;
      display: none; }
  [id="header"].is-stuck {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    height: 100px; }
    @media screen and (max-width: 58.6875em) {
      [id="header"].is-stuck {
        height: 80px; } }

[id="preheader"] {
  height: 35px;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0; }
  [id="preheader"] h4 {
    display: none; }
  [id="preheader"] .social-media-icons {
    float: right; }
    [id="preheader"] .social-media-icons a, [id="preheader"] .social-media-icons a:visited, [id="preheader"] .social-media-icons a:active {
      color: #FFF;
      margin: 0 8px;
      font-size: 19.2px;
      font-size: 1.2rem; }
      [id="preheader"] .social-media-icons a:last-child, [id="preheader"] .social-media-icons a:visited:last-child, [id="preheader"] .social-media-icons a:active:last-child {
        margin-right: 0; }
  [id="preheader"] > .inside {
    max-width: 95%;
    position: relative;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media screen and (max-width: 1179px) {
    [id="preheader"] {
      display: none; } }

.increase--padding-vertical.x-small {
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem; }

.increase--padding-vertical.small {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem; }

.increase--padding-vertical.medium {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem; }

.increase--padding-vertical.large {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem; }

.increase--padding-vertical.no--padding-top {
  padding-top: 0; }

.increase--padding-vertical.no--padding-bottom {
  padding-bottom: 0; }

.no--padding-top {
  padding-top: 0; }
  .no--padding-top .rsce_bgimage-inside {
    padding-top: 0 !important; }

.no--padding-bottom {
  padding-bottom: 0; }
  .no--padding-bottom .rsce_bgimage-inside {
    padding-bottom: 0 !important; }

.no--padding-left {
  padding-left: 0; }
  .no--padding-left .rsce_bgimage-content {
    padding-left: 0; }

.no--padding-right {
  padding-right: 0; }
  .no--padding-right .rsce_bgimage-content {
    padding-right: 0; }

@media screen and (min-width: 0) {
  .rsce_bgimage .pv_standard.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_none.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_xxs.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_xs.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_s.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_m.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_l.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_xl.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .rsce_bgimage .pv_xxl.rsce_bgimage-inside {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; } }

@media screen and (min-width: 68.75em) {
  .rsce_bgimage .pv_standard.rsce_bgimage-inside {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .rsce_bgimage .pv_none.rsce_bgimage-inside {
    padding-top: 0;
    padding-bottom: 0; }
  .rsce_bgimage .pv_xxs.rsce_bgimage-inside {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .rsce_bgimage .pv_xs.rsce_bgimage-inside {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .rsce_bgimage .pv_s.rsce_bgimage-inside {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .rsce_bgimage .pv_m.rsce_bgimage-inside {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .rsce_bgimage .pv_l.rsce_bgimage-inside {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .rsce_bgimage .pv_xl.rsce_bgimage-inside {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .rsce_bgimage .pv_xxl.rsce_bgimage-inside {
    padding-top: 8rem;
    padding-bottom: 8rem; } }

@media screen and (min-width: 0) {
  .rsce_bgimage .ph_standard.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .rsce_bgimage .ph_none.rsce_bgimage-content {
    padding-left: 0;
    padding-right: 0; }
  .rsce_bgimage .ph_xxs.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .rsce_bgimage .ph_xs.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .rsce_bgimage .ph_s.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .rsce_bgimage .ph_m.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .rsce_bgimage .ph_l.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .rsce_bgimage .ph_xl.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .rsce_bgimage .ph_xxl.rsce_bgimage-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 68.75em) {
  .rsce_bgimage .ph_standard.rsce_bgimage-content {
    padding-left: 1rem;
    padding-right: 1rem; }
  .rsce_bgimage .ph_none.rsce_bgimage-content {
    padding-left: 0;
    padding-right: 0; }
  .rsce_bgimage .ph_xxs.rsce_bgimage-content {
    padding-left: .5rem;
    padding-right: .5rem; }
  .rsce_bgimage .ph_xs.rsce_bgimage-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .rsce_bgimage .ph_s.rsce_bgimage-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .rsce_bgimage .ph_m.rsce_bgimage-content {
    padding-left: 4rem;
    padding-right: 4rem; }
  .rsce_bgimage .ph_l.rsce_bgimage-content {
    padding-left: 5rem;
    padding-right: 5rem; }
  .rsce_bgimage .ph_xl.rsce_bgimage-content {
    padding-left: 6rem;
    padding-right: 6rem; }
  .rsce_bgimage .ph_xxl.rsce_bgimage-content {
    padding-left: 8rem;
    padding-right: 8rem; } }

.mb_standard {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.mb_none {
  margin-bottom: 0 !important; }

.mb_xxs {
  margin-bottom: 4px;
  margin-bottom: .25rem; }

.mb_xs {
  margin-bottom: 8px;
  margin-bottom: .5rem; }

.mb_s {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.mb_m {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.mb_l {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

.mb_xl {
  margin-bottom: 64px;
  margin-bottom: 4rem; }

.mb_xxl {
  margin-bottom: 80px;
  margin-bottom: 5rem; }

.mt_standard {
  margin-top: 0px;
  margin-top: 0rem; }

.mt_none {
  margin-top: 0 !important; }

.mt_xxs {
  margin-top: 4px;
  margin-top: .25rem; }

.mt_xs {
  margin-top: 8px;
  margin-top: .5rem; }

.mt_s {
  margin-top: 16px;
  margin-top: 1rem; }

.mt_m {
  margin-top: 32px;
  margin-top: 2rem; }

.mt_l {
  margin-top: 48px;
  margin-top: 3rem; }

.mt_xl {
  margin-top: 64px;
  margin-top: 4rem; }

.mt_xxl {
  margin-top: 80px;
  margin-top: 5rem; }

#main .mod_article.first {
  overflow: visible; }

body.cookie-bar-visible {
  overflow: hidden; }
  body.cookie-bar-visible #header,
  body.cookie-bar-visible #footer,
  body.cookie-bar-visible .scrollToTop {
    z-index: 999; }
  body.cookie-bar-visible.start #wrapper,
  body.cookie-bar-visible.start #container,
  body.cookie-bar-visible.start #main,
  body.cookie-bar-visible.start #main > .inside,
  body.cookie-bar-visible.start .mod_article {
    overflow: hidden; }

body .mod_cms_accept_tags {
  overflow: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "eigerdals", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  color: #222; }
  body .mod_cms_accept_tags * {
    text-align: left; }
  body .mod_cms_accept_tags .formbody {
    max-width: 100%; }
  body .mod_cms_accept_tags form {
    max-width: 780px;
    overflow: auto;
    background: #f9f8f7;
    color: #5b5a59;
    width: 100%;
    padding: 24px; }
    body .mod_cms_accept_tags form .formbody {
      padding: 0 8px;
      border-radius: 0;
      background: none; }
    body .mod_cms_accept_tags form h2 {
      color: #f18700;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 8px;
      margin-top: 0px;
      font-weight: 600; }
    body .mod_cms_accept_tags form .tags {
      display: none; }
      body .mod_cms_accept_tags form .tags .tag_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: -8px;
        margin-right: -8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      body .mod_cms_accept_tags form .tags .tag {
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 16px;
        max-width: 50%; }
        body .mod_cms_accept_tags form .tags .tag > .inside {
          border-width: 1px;
          border-style: solid;
          border-color: #f2f2f2;
          background-color: white;
          padding: 24px;
          height: 100%;
          border-radius: 0px; }
        body .mod_cms_accept_tags form .tags .tag .head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          body .mod_cms_accept_tags form .tags .tag .head input {
            width: 0;
            height: 0;
            z-index: -1; }
          body .mod_cms_accept_tags form .tags .tag .head h3 {
            font-size: 16px;
            line-height: 1.5;
            color: #f18700;
            padding-right: 16px;
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: 600;
            padding-bottom: 20px; }
          body .mod_cms_accept_tags form .tags .tag .head > div {
            position: absolute;
            top: 7px;
            right: 0; }
          body .mod_cms_accept_tags form .tags .tag .head label {
            cursor: pointer;
            display: inline-block;
            position: static;
            background: transparent;
            width: auto;
            height: auto;
            border-radius: 0;
            margin-left: 0; }
            body .mod_cms_accept_tags form .tags .tag .head label:before {
              content: "";
              background: #eeeeee;
              display: block;
              width: 48px;
              height: 24px;
              border-radius: 13px;
              -webkit-box-shadow: none;
              box-shadow: none;
              margin-right: 0;
              border: 0;
              right: calc(30px / 2);
              float: right;
              top: 22px;
              position: absolute;
              border-style: solid;
              border-width: 1px;
              border-color: #cccccc; }
            body .mod_cms_accept_tags form .tags .tag .head label:after {
              content: "";
              display: block;
              position: absolute;
              width: 24px;
              height: 24px;
              border-radius: 50%;
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s;
              top: calc(.8rem + 8px);
              left: auto;
              right: 40px;
              background: #cccccc; }
            body .mod_cms_accept_tags form .tags .tag .head label.no_input {
              display: none; }
          body .mod_cms_accept_tags form .tags .tag .head input.cookieInput {
            position: absolute;
            height: 0;
            width: 0; }
          body .mod_cms_accept_tags form .tags .tag .head input:checked + label:before {
            background: rgba(241, 135, 0, 0.4); }
          body .mod_cms_accept_tags form .tags .tag .head input:checked + label:after {
            background: #f18700;
            right: 15px;
            left: auto;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%); }
        body .mod_cms_accept_tags form .tags .tag p {
          margin-bottom: 0px;
          margin-top: 5px;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          color: #484848; }
    body .mod_cms_accept_tags form .info {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 8px;
      margin-top: 0px;
      padding-bottom: 24px;
      font-weight: 400; }
      body .mod_cms_accept_tags form .info a {
        color: #ed6501; }
    body .mod_cms_accept_tags form .widget-submit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body .mod_cms_accept_tags form .widget-submit .reject_settings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
        font-size: 14px; }
        body .mod_cms_accept_tags form .widget-submit .reject_settings #button_reject_settings {
          color: #ed6501; }
          body .mod_cms_accept_tags form .widget-submit .reject_settings #button_reject_settings:hover {
            color: rgba(237, 101, 1, 0.4); }
      body .mod_cms_accept_tags form .widget-submit .acceptbuttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"] {
          font-weight: 300;
          font-size: 14px;
          background-image: none;
          border-radius: 0; }
          body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all, body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].first {
            margin-left: 8px;
            margin-left: .5rem;
            outline: none; }
            body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all:hover, body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].first:hover {
              outline: none; }
          body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all {
            background: #ed6501;
            color: #fff;
            border-color: #ed6501;
            border-style: solid;
            border-width: 2px; }
            body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all:hover {
              background: #fff;
              color: #ed6501;
              border-color: #ed6501;
              border-style: solid;
              border-width: 2px; }
          body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].first {
            border-color: #ed6501;
            border-style: solid;
            border-width: 2px;
            -webkit-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
            -o-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
            transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
            display: block;
            background-color: white;
            color: #ed6501; }
            body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].first:hover {
              background: #ed6501;
              color: #fff; }
        body .mod_cms_accept_tags form .widget-submit .acceptbuttons .open_settings {
          margin: 0px;
          font-weight: 300;
          text-align: center;
          line-height: 1;
          display: inline-block;
          letter-spacing: 0.3px;
          overflow: hidden;
          outline: 0px;
          position: relative;
          cursor: pointer;
          text-decoration: none;
          font-size: 14px;
          border-radius: 0; }
          body .mod_cms_accept_tags form .widget-submit .acceptbuttons .open_settings #button_open_settings {
            border-color: #ed6501;
            border-style: solid;
            border-width: 2px;
            -webkit-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
            -o-transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
            transition: opacity 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, background-color 250ms ease-in-out 0s;
            display: block;
            background-color: white;
            padding: 16px 24px;
            color: #ed6501;
            border-radius: 0;
            outline: none; }
            body .mod_cms_accept_tags form .widget-submit .acceptbuttons .open_settings #button_open_settings:hover {
              background: #ed6501;
              color: #fff;
              outline: none; }
  @media screen and (max-width: 767px) {
    body .mod_cms_accept_tags form .formbody {
      max-width: 540px;
      width: 100%;
      margin: 0 auto; }
    body .mod_cms_accept_tags form .tags .tag_container .tag {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      body .mod_cms_accept_tags form .tags .tag_container .tag .head label:after {
        top: calc(.8rem + 10px); }
    body .mod_cms_accept_tags form .widget-submit {
      margin-top: 16px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 8px; }
      body .mod_cms_accept_tags form .widget-submit .acceptbuttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        body .mod_cms_accept_tags form .widget-submit .acceptbuttons .open_settings {
          margin-bottom: 10px; }
          body .mod_cms_accept_tags form .widget-submit .acceptbuttons .open_settings #button_open_settings {
            font-size: 14px; }
        body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all, body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].first {
          margin-bottom: 10px;
          padding: 10px 16px; }
      body .mod_cms_accept_tags form .widget-submit .button_action2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .mod_cms_accept_tags form .widget-submit .button_action2 > div {
          margin-bottom: 8px; }
          body .mod_cms_accept_tags form .widget-submit .button_action2 > div:last-child {
            margin-right: 8px; }
      body .mod_cms_accept_tags form .widget-submit .widget-submit button {
        padding: 8px 16px;
        font-size: 14px; }
      body .mod_cms_accept_tags form .widget-submit .reject_settings {
        padding-top: 16px; }
        body .mod_cms_accept_tags form .widget-submit .reject_settings #button_reject_settings {
          font-size: 14px; } }

.ce_optin_fallback {
  text-align: center;
  padding: 15px; }
  .ce_optin_fallback a {
    color: #000;
    text-decoration: underline; }

body.optin_cookie #main > .inside {
  height: 100vh;
  padding-bottom: 0; }
  body.optin_cookie #main > .inside .mod_article.optin {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery ul {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  padding: 0;
  list-style-type: none; }

.ce_gallery li {
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.ce_gallery .cols_2 li {
  width: 50%; }

.ce_gallery .cols_3 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_3 li {
      width: 33.33333%; } }

.ce_gallery .cols_4 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_4 li {
      width: 25%; } }

.ce_gallery .cols_5 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_5 li {
      width: 20%; } }

.ce_gallery .cols_6 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_6 li {
      width: 16.66667%; } }

.ce_gallery img {
  display: block; }

.ce_player .inside,
.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .inside,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto; }

.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.ce_player .mejs-audio,
.ce_player .mejs__audio,
.ce_youtube .mejs-audio,
.ce_youtube .mejs__audio {
  margin-top: 30px; }
  .ce_player .mejs-audio audio,
  .ce_player .mejs__audio audio,
  .ce_youtube .mejs-audio audio,
  .ce_youtube .mejs__audio audio {
    height: auto; }

.ce_player .mejs-overlay,
.ce_player .mejs-poster,
.ce_player .mejs__overlay,
.ce_player .mejs__poster,
.ce_youtube .mejs-overlay,
.ce_youtube .mejs-poster,
.ce_youtube .mejs__overlay,
.ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs-video .mejs-mediaelement video,
.ce_player .mejs-video .mejs-mediaelement .me-plugin,
.ce_player .mejs-video .mejs-mediaelement embed,
.ce_youtube .mejs-video .mejs-mediaelement video,
.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,
.ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs__video .mejs__mediaelement video,
.ce_player .mejs__video .mejs__mediaelement .me__plugin,
.ce_player .mejs__video .mejs__mediaelement embed,
.ce_youtube .mejs__video .mejs__mediaelement video,
.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,
.ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }
  .ce_youtube iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

.circle {
  border-radius: 100%;
  overflow: hidden; }
  .circle img, .circle figure {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    border-radius: 100% !important; }

.foobar-image {
  width: 100%;
  height: 100%;
  max-width: 100%; }

.gallery_impressionen .image_container {
  margin: 15px 0;
  margin: 0.9375rem 0; }

.image--float-left img {
  margin-left: 0; }

.image--float-right img {
  margin-right: 0; }

.image--float-center img {
  margin-left: auto;
  margin-right: auto; }

.text-partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.ce_gallery .row > div {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative; }
  .ce_gallery .row > div:after {
    content: "";
    position: absolute;
    width: calc(100% - 1.875rem);
    height: 100%;
    top: 0;
    left: 15px;
    left: 0.9375rem;
    background: #f18700;
    z-index: -1; }
  .ce_gallery .row > div .image_container {
    position: relative;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    overflow: hidden; }
    .ce_gallery .row > div .image_container img {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 1;
      position: relative; }
    .ce_gallery .row > div .image_container:hover {
      opacity: .75; }
      .ce_gallery .row > div .image_container:hover img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); }

.gslide-description {
  display: none; }

.gslide-media {
  height: 85vh;
  overflow: hidden; }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, input.submit,
button.submit {
  border-radius: 4px;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "eigerdals", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  text-align: center;
  background: transparent;
  background-image: none;
  white-space: nowrap; }

a.btn,
span.btn,
button.btn {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit {
  background: #ff5636;
  color: #fff; }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover,
  input.submit:hover,
  button.submit:hover {
    background: #ff2b03; }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button {
  background: #ff5636;
  color: #fff; }
  div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover {
    background: #ff2b03; }

.div.btn--left {
  text-align: left; }

div.btn--center {
  text-align: center; }

div.btn--right {
  text-align: right; }

.btn--floated {
  float: left;
  margin-right: 4px;
  margin-right: 0.25rem; }

.ce_toplink a,
.toplink a {
  text-decoration: none; }

.back {
  border-top: 1px solid #ccc;
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 8px;
  padding-top: 0.5rem; }
  .back a {
    text-decoration: none; }
    .back a:before {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.4;
      padding-bottom: 4px;
      padding-bottom: 0.25rem;
      display: inline-block;
      content: "◄";
      vertical-align: middle;
      margin-right: 4px;
      margin-right: 0.25rem; }

.immoportal-category .ce_headline {
  border-radius: 4px;
  background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
  background-image: linear-gradient(70deg, #ed6501, #f7a600);
  color: #FFF;
  padding: 0 16px;
  padding: 0 1rem; }
  .immoportal-category .ce_headline:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 22.4px;
    font-size: 1.4rem;
    margin-right: 8px;
    margin-right: .5rem; }

.immoportal-category.immo-land .ce_headline:before {
  content: "\f4d9"; }

.immoportal-category.immo-house .ce_headline:before {
  content: "\f015"; }

.immoportal-category.immo-flat .ce_headline:before {
  content: "\f594"; }

.slider {
  position: relative; }
  .slider .slider-control {
    position: static;
    height: 0; }
  .slider .slider-control a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    display: block;
    color: inherit;
    font-family: Arial; }
    .slider .slider-control a:before {
      padding: 8px;
      padding: 0.5rem;
      display: block; }
    .slider .slider-control a:hover {
      opacity: 0.5; }
  .slider .slider-prev:before {
    content: "◄"; }
  .slider .slider-next:before {
    content: "►"; }
  .slider .slider-menu {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider .slider-menu b {
      color: inherit; }
    .slider .slider-menu b.active {
      color: #ff5636; }
    .slider .slider-menu b:hover {
      opacity: 0.5; }

#banner * {
  overflow: visible; }

#banner .mod_rocksolid_slider img,
#banner .mod_pageImage img {
  width: 100%; }

@media screen and (max-width: 58.6875em) {
  #banner .mod_rocksolid_slider .ce_image,
  #banner .mod_pageImage .ce_image {
    width: 100% !important; } }

#banner .mod_rocksolid_slider .ce_image {
  margin: 0; }

#banner .mod_rocksolid_slider .ce_youtube {
  height: 0;
  padding-bottom: 38.1%; }

#banner .mod_rocksolid_slider .ce_text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px;
  padding: 1.5rem;
  padding-right: 64px;
  padding-right: 4rem;
  margin-bottom: 0;
  background: -o-linear-gradient(20deg, #ed6501, #f7a600);
  background: linear-gradient(70deg, #ed6501, #f7a600); }
  @media screen and (max-width: 34.3125em) {
    #banner .mod_rocksolid_slider .ce_text {
      min-height: 108px; } }
  #banner .mod_rocksolid_slider .ce_text p {
    color: #FFF;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
    #banner .mod_rocksolid_slider .ce_text p > a, #banner .mod_rocksolid_slider .ce_text p a:visited, #banner .mod_rocksolid_slider .ce_text p a:active {
      font-size: 32px;
      font-size: 2rem;
      text-decoration: none;
      color: #FFF; }
    @media screen and (max-width: 47.9375em) {
      #banner .mod_rocksolid_slider .ce_text p {
        font-size: .875rem; }
        #banner .mod_rocksolid_slider .ce_text p > a, #banner .mod_rocksolid_slider .ce_text p a:visited, #banner .mod_rocksolid_slider .ce_text p a:active {
          font-size: 1.2rem; } }
  @media screen and (max-width: 47.9375em) {
    #banner .mod_rocksolid_slider .ce_text {
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 1rem 2rem;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); } }

#banner .mod_rocksolid_slider .rsts-prev,
#banner .mod_rocksolid_slider .rsts-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background: none;
  height: 100px;
  width: 100px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 47.9375em) {
    #banner .mod_rocksolid_slider .rsts-prev,
    #banner .mod_rocksolid_slider .rsts-next {
      top: 50%;
      height: 50px;
      width: 50px; } }
  #banner .mod_rocksolid_slider .rsts-prev:before,
  #banner .mod_rocksolid_slider .rsts-next:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 44.8px;
    font-size: 2.8rem;
    visibility: visible;
    padding: 8px;
    padding: .5rem;
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    position: absolute;
    font-weight: 900;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 75px;
    text-indent: 0;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75); }
    @media screen and (max-width: 47.9375em) {
      #banner .mod_rocksolid_slider .rsts-prev:before,
      #banner .mod_rocksolid_slider .rsts-next:before {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
  #banner .mod_rocksolid_slider .rsts-prev:hover:before,
  #banner .mod_rocksolid_slider .rsts-next:hover:before {
    color: #FFF; }

#banner .mod_rocksolid_slider .rsts-prev {
  left: 16px;
  left: 1rem; }
  #banner .mod_rocksolid_slider .rsts-prev:before {
    content: "\f053"; }
  #banner .mod_rocksolid_slider .rsts-prev:hover {
    -webkit-transform: scale(1.05) translateY(-50%);
    -ms-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%); }

#banner .mod_rocksolid_slider .rsts-next {
  right: 16px;
  right: 1rem; }
  #banner .mod_rocksolid_slider .rsts-next:before {
    content: "\f054"; }
  #banner .mod_rocksolid_slider .rsts-next:hover {
    -webkit-transform: scale(1.05) translateY(-50%);
    -ms-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%); }

.placeholder-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .placeholder-image:before {
    content: "";
    background-color: #000000;
    opacity: .25;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .placeholder-image:after {
    content: "";
    background-image: url(/files/default/img/corporate/play.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer; }
    @media screen and (max-width: 47.9375em) {
      .placeholder-image:after {
        background-size: 80px; } }

@media screen and (max-width: 47.9375em) {
  .placeholder-image:after {
    background-size: 80px; } }

.glide__arrows {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  padding-bottom: 8px;
  padding-bottom: .5rem; }
  .glide__arrows button {
    background: none;
    border: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .glide__arrows button:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.mod_rocksolid_slider .rsts-nav-bullets {
  right: auto;
  left: 70%;
  bottom: 16.5vw;
  z-index: 6;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mod_rocksolid_slider .rsts-nav-bullets ul li {
    display: inline-block; }
    .mod_rocksolid_slider .rsts-nav-bullets ul li a {
      margin: 4px;
      width: 16px;
      height: 16px;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: rgba(255, 255, 255, 0.5); }
      @media screen and (max-width: 47.9375em) {
        .mod_rocksolid_slider .rsts-nav-bullets ul li a {
          margin: 2px 2px; } }
      .mod_rocksolid_slider .rsts-nav-bullets ul li a.active, .mod_rocksolid_slider .rsts-nav-bullets ul li a:hover {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #FFF; }
  @media screen and (max-width: 47.9375em) {
    .mod_rocksolid_slider .rsts-nav-bullets {
      display: none; } }
  .mod_rocksolid_slider .rsts-nav-bullets .rsts-nav-prev,
  .mod_rocksolid_slider .rsts-nav-bullets .rsts-nav-next {
    display: none; }
  .mod_rocksolid_slider .rsts-nav-bullets .rsts-nav-item a {
    text-indent: -9999px; }

/************************************************
 5 - SLICK SLIDER
************************************************/
#slicknav {
  position: relative;
  overflow: visible; }
  #slicknav #slicknav-container {
    position: relative;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #slicknav .drag-icon {
    font-size: 44.8px;
    font-size: 2.8rem; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 auto;
  background: none;
  border: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 1; }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 35.2px;
    font-size: 2.2rem;
    visibility: visible;
    padding: 8px;
    padding: .5rem;
    font-weight: 900;
    color: #888; }

.slick-prev {
  float: left;
  margin-left: 0;
  left: 15px;
  left: 0.9375rem; }
  .slick-prev:before {
    content: "\f053"; }
  .slick-prev:hover {
    -webkit-transform: scale(1.05) translateY(-50%);
    -ms-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%); }

.slick-next {
  float: right;
  margin-right: 0;
  right: 15px;
  right: 0.9375rem; }
  .slick-next:before {
    content: "\f054"; }
  .slick-next:hover {
    -webkit-transform: scale(1.05) translateY(-50%);
    -ms-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%); }

.slick-list {
  overflow: hidden; }

.slick-slider {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: -30px;
  margin: -1.875rem; }
  .slick-slider .slick-track {
    overflow: hidden; }
  .slick-slider .slick-slide {
    overflow: visible;
    cursor: -webkit-grab;
    cursor: grab;
    display: block;
    float: left;
    padding: 32px 0 64px;
    padding: 2rem 0 4rem; }
    @media screen and (max-width: 47.9375em) {
      .slick-slider .slick-slide {
        padding: 2rem 0 6rem; } }
    .slick-slider .slick-slide:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    .slick-slider .slick-slide a {
      cursor: -webkit-grab;
      cursor: grab; }
      .slick-slider .slick-slide a:active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
  .slick-slider .image_container {
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    margin: 0 auto; }
    .slick-slider .image_container:before {
      content: "";
      background: #484846;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .slick-slider .image_container img {
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      width: 100%;
      margin: 0;
      opacity: .7; }
    .slick-slider .image_container .caption {
      z-index: 5;
      position: absolute;
      bottom: 1vw;
      left: 0%;
      width: 100%;
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 1.2vw;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
      text-align: center; }
  .slick-slider .slick-current .image_container {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .slick-slider .image_container .caption {
      left: 10%;
      width: 80%;
      font-size: 2.4vw;
      bottom: -7vw;
      text-align: center;
      text-decoration: none; }
    .slick-slider .slick__slide--active .image_container .caption {
      width: 100%;
      left: 0; } }
  @media screen and (max-width: 47.9375em) {
    .slick-slider .image_container .caption {
      bottom: -10vw;
      font-size: 3vw; } }
  @media screen and (max-width: 34.3125em) {
    .slick-slider .image_container .caption {
      font-size: 4vw; } }

.news-list {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .news-list > h1, .news-list > h2, .news-list > h3, .news-list > h4, .news-list > h5, .news-list > h6 {
    margin-bottom: 0; }
    .news-list > h1:after, .news-list > h2:after, .news-list > h3:after, .news-list > h4:after, .news-list > h5:after, .news-list > h6:after {
      border-top: 1px solid #ccc;
      content: "";
      display: block; }
  .news-list .info {
    margin-bottom: 0;
    font-weight: 700; }
  .news-list .image_container {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .news-list .float_left {
    margin-right: 16px;
    margin-right: 1rem; }
  .news-list .float_right {
    margin-left: 16px;
    margin-left: 1rem; }
  .news-list .layout_short > h1, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
  .news-list .layout_latest > h1,
  .news-list .layout_latest > h2,
  .news-list .layout_latest > h3,
  .news-list .layout_latest > h4,
  .news-list .layout_latest > h5,
  .news-list .layout_latest > h6,
  .news-list .layout_simple > h1,
  .news-list .layout_simple > h2,
  .news-list .layout_simple > h3,
  .news-list .layout_simple > h4,
  .news-list .layout_simple > h5,
  .news-list .layout_simple > h6 {
    margin-top: 16px;
    margin-top: 1rem; }
  .news-list .layout_short:after,
  .news-list .layout_latest:after,
  .news-list .layout_simple:after {
    border-bottom: 1px solid #ccc;
    margin-top: 16px;
    margin-top: 1rem;
    content: "";
    display: block; }
  .news-list .layout_simple time,
  .news-list .layout_simple a,
  .news-list .layout_upcoming time,
  .news-list .layout_upcoming a {
    padding-top: 16px;
    padding-top: 1rem;
    display: inline-block; }
  .news-list .header {
    margin-top: 16px;
    margin-top: 1rem; }

.news-grid {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .news-grid > h1, .news-grid > h2, .news-grid > h3, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    .news-grid > h1:after, .news-grid > h2:after, .news-grid > h3:after, .news-grid > h4:after, .news-grid > h5:after, .news-grid > h6:after {
      border-top: 1px solid #ccc;
      content: "";
      display: block; }
  .news-grid .layout_short,
  .news-grid .layout_latest,
  .news-grid .layout_simple {
    float: left;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-top: 16px;
    margin-top: 1rem; }
    @media screen and (min-width: 34.375em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%; }
        .news-grid .layout_short:nth-of-type(2n + 1),
        .news-grid .layout_latest:nth-of-type(2n + 1),
        .news-grid .layout_simple:nth-of-type(2n + 1) {
          clear: both; } }
    @media screen and (min-width: 48em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%; }
        .news-grid .layout_short:nth-of-type(n),
        .news-grid .layout_latest:nth-of-type(n),
        .news-grid .layout_simple:nth-of-type(n) {
          clear: none; }
        .news-grid .layout_short:nth-of-type(2n + 1),
        .news-grid .layout_latest:nth-of-type(2n + 1),
        .news-grid .layout_simple:nth-of-type(2n + 1) {
          clear: both; } }
    @media screen and (min-width: 58.75em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%; }
        .news-grid .layout_short:nth-of-type(n),
        .news-grid .layout_latest:nth-of-type(n),
        .news-grid .layout_simple:nth-of-type(n) {
          clear: none; }
        .news-grid .layout_short:nth-of-type(3n + 1),
        .news-grid .layout_latest:nth-of-type(3n + 1),
        .news-grid .layout_simple:nth-of-type(3n + 1) {
          clear: both; } }
  .news-grid .layout_simple time {
    display: block; }

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.news-menu a {
  text-decoration: none; }

.news-menu > h1:after, .news-menu > h2:after, .news-menu > h3:after, .news-menu > h4:after, .news-menu > h5:after, .news-menu > h6:after {
  border-top: 1px solid #ccc;
  content: "";
  display: block; }

.news-menu .year {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .news-menu .year > a,
  .news-menu .year > .active {
    color: inherit;
    font-weight: 300;
    font-family: "Helvetica"; }

.news-menu .level_2 li {
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.mod_newslist .empty {
  text-align: center; }

.mod_newslist > h2 {
  padding: 8px 0;
  padding: 0.5rem 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .mod_newslist > h2:after {
    content: "";
    height: 1px;
    display: block;
    width: calc(100% - 0.9375rem);
    background: #f18700;
    position: relative; }

.mod_newslist > h2, .mod_newslist .empty {
  padding-left: 15px;
  padding-left: .9375rem; }

.mod_newslist .layout_latest {
  overflow: visible;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative; }
  .mod_newslist .layout_latest .full_link {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-indent: -9999px; }
  .mod_newslist .layout_latest .text_container {
    border-top: 0;
    padding: 15px 0;
    padding: 0.9375rem 0;
    padding-bottom: 64px;
    padding-bottom: 4rem; }
  .mod_newslist .layout_latest .image_holder {
    position: relative; }
    .mod_newslist .layout_latest .image_holder p.info {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: #f18700;
      padding: 8px 12px;
      margin: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .mod_newslist .layout_latest .image_holder p.info time {
        display: block;
        text-align: center;
        color: #FFF; }
        .mod_newslist .layout_latest .image_holder p.info time.day {
          font-weight: 300;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.4; }
        .mod_newslist .layout_latest .image_holder p.info time.month {
          font-weight: 600;
          font-size: 14px;
          font-size: 0.875rem;
          text-transform: uppercase; }
        .mod_newslist .layout_latest .image_holder p.info time.year {
          font-weight: 300;
          font-size: 14px;
          font-size: 0.875rem; }
    .mod_newslist .layout_latest .image_holder .image_container {
      border: 1px solid rgba(136, 136, 136, 0.3);
      overflow: hidden;
      position: relative; }
      .mod_newslist .layout_latest .image_holder .image_container img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        width: 100%;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .mod_newslist .layout_latest .image_holder .image_container.float_left {
        float: none; }
  .mod_newslist .layout_latest:hover .image_holder p.info,
  .mod_newslist .layout_latest:hover .image_holder p.icon {
    background-color: rgba(237, 101, 1, 0.8);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .mod_newslist .layout_latest:hover .image_holder .image_container img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .mod_newslist .layout_latest:hover p.more a, .mod_newslist .layout_latest:hover p.more a:visited, .mod_newslist .layout_latest:hover p.more a:active {
    background: #ed6501;
    color: #FFF; }
  .mod_newslist .layout_latest h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
  .mod_newslist .layout_latest p.more {
    position: absolute;
    bottom: 32px;
    bottom: 2rem; }
    .mod_newslist .layout_latest p.more a, .mod_newslist .layout_latest p.more a:visited, .mod_newslist .layout_latest p.more a:active {
      background: #f18700;
      padding: 8px 30px;
      border: 0;
      text-transform: lowercase;
      text-decoration: none;
      color: #FFF;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .mod_newslist .layout_latest p.more a:hover, .mod_newslist .layout_latest p.more a:visited:hover, .mod_newslist .layout_latest p.more a:active:hover {
        background: #ed6501;
        color: #FFF; }

.pagination {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.mod_newslist .layout_latest .image_container figcaption,
.mod_newslist .layout_full .image_container figcaption,
.mod_newsreader .layout_latest .image_container figcaption,
.mod_newsreader .layout_full .image_container figcaption {
  position: relative;
  display: block;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-align: center;
  background: rgba(255, 255, 255, 0.55);
  color: #000;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
  height: 19.2px;
  height: 1.2rem;
  font-size: 12px;
  font-size: .75rem;
  -webkit-backface-visibility: hidden; }
  .mod_newslist .layout_latest .image_container figcaption:before,
  .mod_newslist .layout_full .image_container figcaption:before,
  .mod_newsreader .layout_latest .image_container figcaption:before,
  .mod_newsreader .layout_full .image_container figcaption:before {
    content: "\A9";
    margin-right: 1%; }
  @media screen and (min-width: 34.375em) {
    .mod_newslist .layout_latest .image_container figcaption,
    .mod_newslist .layout_full .image_container figcaption,
    .mod_newsreader .layout_latest .image_container figcaption,
    .mod_newsreader .layout_full .image_container figcaption {
      height: 2rem;
      margin-bottom: -2rem;
      line-height: 1rem; } }
  @media screen and (min-width: 68.75em) {
    .mod_newslist .layout_latest .image_container figcaption,
    .mod_newslist .layout_full .image_container figcaption,
    .mod_newsreader .layout_latest .image_container figcaption,
    .mod_newsreader .layout_full .image_container figcaption {
      height: 1.3rem;
      margin-bottom: -1.35rem;
      line-height: 1.3rem; } }

.mod_newslist .layout_full .image_container figcaption,
.mod_newsreader .layout_full .image_container figcaption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin: 0; }

.aktuelles .layout_latest h2 {
  font-size: 16px;
  font-size: 1.0rem;
  margin: 0; }

.layout_latest.referenzobjekt > .inside {
  border: 1px solid #888; }

.layout_latest.referenzobjekt h2 {
  font-size: 19.2px;
  font-size: 1.2rem; }

.layout_latest.referenzobjekt .image {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  position: relative; }
  .layout_latest.referenzobjekt .image .image_container {
    overflow: hidden; }
  .layout_latest.referenzobjekt .image img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%; }
  .layout_latest.referenzobjekt .image:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.layout_latest.referenzobjekt .text {
  padding: 15px;
  padding: 0.9375rem;
  font-size: 15.2px;
  font-size: .95rem; }
  .layout_latest.referenzobjekt .text .ce_text {
    font-size: 15.2px;
    font-size: .95rem; }

.layout_latest.referenzobjekt .verkauft {
  position: absolute;
  display: inline-block;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #ed6501;
  color: #fff;
  padding: 8px 16px;
  padding: .5rem 1rem;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem; }

.layout_latest.referenzobjekt .infos {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 13.6px;
  font-size: .85rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .layout_latest.referenzobjekt .infos span {
    display: block;
    width: 100%;
    font-size: 15.2px;
    font-size: .95rem;
    font-weight: 800;
    color: #ed6501; }
  .layout_latest.referenzobjekt .infos .wohnflaeche,
  .layout_latest.referenzobjekt .infos .zimmer,
  .layout_latest.referenzobjekt .infos .grundstuecksgroeße {
    padding: 4px 8px;
    padding: .25rem .5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #888;
    border-right: 1px solid #888; }
  .layout_latest.referenzobjekt .infos .grundstuecksgroeße {
    border-right: none; }

.mod_newslist.referenzobjekt {
  margin-top: 64px;
  margin-top: 4rem; }

.layout_simple {
  margin: 16px 0;
  margin: 1rem 0; }
  .layout_simple a {
    height: inherit; }
  .layout_simple .inner {
    height: inherit;
    padding: 16px;
    padding: 1rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    min-height: 150px;
    font-weight: 900;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
    -o-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
    transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44); }
  .layout_simple:hover .inner, .layout_simple:focus .inner, .layout_simple:active .inner {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #FFF; }

.mod_newscategories {
  margin: 32px 0;
  margin: 2rem 0; }
  .mod_newscategories ul {
    text-align: center;
    margin: 0;
    padding: 0; }
    .mod_newscategories ul li {
      display: inline-block; }
      .mod_newscategories ul li strong span,
      .mod_newscategories ul li a span {
        padding: 8px 16px;
        padding: .5rem 1rem;
        color: #484846;
        -webkit-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
        -o-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
        transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44); }
      .mod_newscategories ul li a span:hover {
        color: #FFF; }
      .mod_newscategories ul li a {
        text-decoration: none; }
      .mod_newscategories ul li strong span {
        color: #FFF; }

.mod_eventlist .empty {
  text-align: center; }

.mod_eventlist > h2 {
  padding: 8px 0;
  padding: 0.5rem 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .mod_eventlist > h2:after {
    content: "";
    height: 1px;
    display: block;
    width: calc(100% - 0.9375rem);
    background: #f18700;
    position: relative; }

.mod_eventlist > h2, .mod_eventlist .empty {
  padding-left: 15px;
  padding-left: .9375rem; }

.mod_eventlist .layout_full {
  overflow: visible;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative; }
  .mod_eventlist .layout_full .full_link {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-indent: -9999px; }
  .mod_eventlist .layout_full .text_container {
    border-top: 0;
    padding: 15px 0;
    padding: 0.9375rem 0;
    padding-bottom: 64px;
    padding-bottom: 4rem; }
  .mod_eventlist .layout_full .image_holder {
    position: relative; }
    .mod_eventlist .layout_full .image_holder p.info {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: #f18700;
      padding: 8px 12px;
      margin: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .mod_eventlist .layout_full .image_holder p.info time {
        display: block;
        text-align: center;
        color: #FFF; }
        .mod_eventlist .layout_full .image_holder p.info time.day {
          font-weight: 300;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.4; }
        .mod_eventlist .layout_full .image_holder p.info time.month {
          font-weight: 600;
          font-size: 14px;
          font-size: 0.875rem;
          text-transform: uppercase; }
        .mod_eventlist .layout_full .image_holder p.info time.year {
          font-weight: 300;
          font-size: 14px;
          font-size: 0.875rem; }
    .mod_eventlist .layout_full .image_holder .image_container {
      border: 1px solid rgba(136, 136, 136, 0.3);
      overflow: hidden;
      position: relative; }
      .mod_eventlist .layout_full .image_holder .image_container img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        width: 100%;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .mod_eventlist .layout_full .image_holder .image_container.float_left {
        float: none; }
  .mod_eventlist .layout_full:hover .image_holder p.info,
  .mod_eventlist .layout_full:hover .image_holder p.icon {
    background-color: rgba(237, 101, 1, 0.8);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .mod_eventlist .layout_full:hover .image_holder .image_container img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .mod_eventlist .layout_full:hover p.more a, .mod_eventlist .layout_full:hover p.more a:visited, .mod_eventlist .layout_full:hover p.more a:active {
    background: #ed6501;
    color: #FFF; }
  .mod_eventlist .layout_full h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
  .mod_eventlist .layout_full p.more {
    position: absolute;
    bottom: 32px;
    bottom: 2rem; }
    .mod_eventlist .layout_full p.more a, .mod_eventlist .layout_full p.more a:visited, .mod_eventlist .layout_full p.more a:active {
      background: #f18700;
      padding: 8px 30px;
      border: 0;
      text-transform: lowercase;
      text-decoration: none;
      color: #FFF;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .mod_eventlist .layout_full p.more a:hover, .mod_eventlist .layout_full p.more a:visited:hover, .mod_eventlist .layout_full p.more a:active:hover {
        background: #ed6501;
        color: #FFF; }

.events-list {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .events-list > h1, .events-list > h2, .events-list > h3, .events-list > h4, .events-list > h5, .events-list > h6 {
    margin-bottom: 0; }
    .events-list > h1:after, .events-list > h2:after, .events-list > h3:after, .events-list > h4:after, .events-list > h5:after, .events-list > h6:after {
      border-top: 1px solid #ccc;
      content: "";
      display: block; }
  .events-list .image_container {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .events-list .float_left {
    margin-right: 16px;
    margin-right: 1rem; }
  .events-list .float_right {
    margin-left: 16px;
    margin-left: 1rem; }
  .events-list .event > h1, .events-list .event > h2, .events-list .event > h3, .events-list .event > h4, .events-list .event > h5, .events-list .event > h6 {
    margin-top: 16px;
    margin-top: 1rem; }
  .events-list .event:after {
    border-bottom: 1px solid #ccc;
    margin-top: 16px;
    margin-top: 1rem;
    content: "";
    display: block; }
  .events-list .layout_upcoming time,
  .events-list .layout_upcoming a {
    padding-top: 16px;
    padding-top: 1rem;
    display: inline-block; }
  .events-list .header {
    margin-top: 16px;
    margin-top: 1rem; }

.events-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.events-menu a {
  text-decoration: none; }

.events-menu > h1:after, .events-menu > h2:after, .events-menu > h3:after, .events-menu > h4:after, .events-menu > h5:after, .events-menu > h6:after {
  border-top: 1px solid #ccc;
  content: "";
  display: block; }

.events-menu .year {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .events-menu .year > a,
  .events-menu .year > .active {
    color: inherit;
    font-weight: 300;
    font-family: "Helvetica"; }

.events-menu .level_2 li {
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.home .mod_eventlist {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg); }
  @media screen and (max-width: 47.9375em) {
    .home .mod_eventlist {
      margin-top: 2rem; } }
  @media screen and (min-width: 68.75em) {
    .home .mod_eventlist {
      position: absolute;
      top: 80%;
      right: 45%; } }
  @media screen and (min-width: 68.75em) and (max-height: 1000px) {
    .home .mod_eventlist {
      top: 60%;
      right: 20%; } }

.home .event {
  border-radius: 6px;
  padding: 16px;
  padding: 1rem;
  width: 320px;
  background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
  background-image: linear-gradient(70deg, #ed6501, #f7a600);
  margin: 0 auto; }
  .home .event h2 {
    font-size: 16px;
    font-size: 1rem; }
  .home .event p {
    font-size: 14px;
    font-size: .875rem; }
    .home .event p.time {
      font-size: 17.6px;
      font-size: 1.1rem;
      font-weight: 600; }
  .home .event * {
    margin-bottom: 0;
    margin-top: 0;
    color: #FFF; }

.ce_form {
  overflow: visible; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  font-weight: bold; }

input.text,
input.captcha,
textarea {
  display: block;
  width: 100%;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  background-image: none; }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="file"] {
  display: block;
  vertical-align: middle;
  line-height: 1; }

input.radio,
input.checkbox {
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
  margin-left: 1px;
  margin-top: 1px \9;
  line-height: normal; }
  input.radio + label,
  input.checkbox + label {
    margin-right: 4px;
    margin-right: 0.25rem;
    font-weight: normal; }

select.select {
  margin-left: 4px;
  margin-left: 0.25rem; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: inline-block; }

span.mandatory {
  color: #ff5636; }

p.error {
  margin-bottom: 0; }

.widget-text label {
  position: relative; }

.widget-text input.text {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #ed6501;
  padding-left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.widget-checkbox {
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/ }
  .widget-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -9999px; }
  .widget-checkbox label {
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px; }
  .widget-checkbox label::before,
  .widget-checkbox label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block; }
  .widget-checkbox label::before {
    height: 16px;
    width: 16px;
    border: 1px solid;
    border-color: #ed6501;
    left: 0px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
             *to vertically center it.
             */
    top: 7px; }
  .widget-checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #ed6501;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 11px; }
  .widget-checkbox input[type="checkbox"] + label::after {
    content: none; }
  .widget-checkbox input[type="checkbox"]:checked + label::after {
    content: ""; }
  .widget-checkbox input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px; }

.widget-radio {
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/ }
  .widget-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: -9999px; }
  .widget-radio label {
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px; }
  .widget-radio label::before,
  .widget-radio label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block; }
  .widget-radio label::before {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #ed6501;
    left: 0px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
             *to vertically center it.
             */
    top: 7px; }
  .widget-radio label::after {
    height: 10px;
    width: 10px;
    left: 3px;
    top: 10px;
    border-radius: 100%;
    background: #ed6501; }
  .widget-radio input[type="radio"] + label::after {
    content: none; }
  .widget-radio input[type="radio"]:checked + label::after {
    content: ""; }
  .widget-radio input[type="radio"]:focus + label::before {
    outline: #ed6501 auto 5px; }

.widget input.text,
.widget textarea,
.widget select {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #ed6501;
  padding-left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: none; }
  .widget input.text:focus,
  .widget textarea:focus,
  .widget select:focus {
    outline: none;
    border-color: #f18700; }

.widget input.checkbox + label,
.widget input.radio + label {
  margin-right: 16px;
  margin-right: 1rem; }

.widget textarea {
  -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding-left: 8px;
  padding-left: .5rem; }

.widget select {
  margin: 0;
  padding: 9.6px 0;
  padding: .6rem 0;
  width: 100%; }

.widget button {
  border: 2px solid #ed6501;
  color: #ed6501;
  background: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .widget button:hover {
    color: #FFF;
    background: #ed6501; }

@media screen and (max-width: 47.9375em) {
  .widget {
    text-align: center; } }

p.error {
  color: #C00; }

p.confirm.showInfo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(247, 166, 0, 0.9);
  color: white;
  text-align: center;
  font-size: 64px;
  font-size: 4rem;
  line-height: 15;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: visible; }
  p.confirm.showInfo.fadeOut {
    opacity: 0;
    visibility: hidden; }
  p.confirm.showInfo span.info {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.ce_form.landingpage_formular h2 {
  font-weight: 300;
  text-align: center;
  color: #f18700;
  text-transform: uppercase; }

.ce_form.landingpage_formular form .fieldset {
  background: rgba(72, 72, 70, 0.04);
  padding: 15px 32px;
  padding: 0.9375rem 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: calc(2rem + 0.9375rem); }
  .ce_form.landingpage_formular form .fieldset legend {
    display: block;
    width: 100%;
    font-weight: 600;
    position: relative;
    top: 32px;
    top: 2rem; }
  .ce_form.landingpage_formular form .fieldset label {
    font-size: 13.6px;
    font-size: .85rem;
    padding-top: 7px;
    padding-right: 10px;
    font-weight: 300;
    width: 155px;
    text-align: left; }
  .ce_form.landingpage_formular form .fieldset .widget-text, .ce_form.landingpage_formular form .fieldset .widget-textarea, .ce_form.landingpage_formular form .fieldset .widget-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ce_form.landingpage_formular form .fieldset .widget-text.euro:after, .ce_form.landingpage_formular form .fieldset .widget-textarea.euro:after, .ce_form.landingpage_formular form .fieldset .widget-select.euro:after {
      content: "€";
      padding-top: 7px;
      padding-left: 6px;
      margin-right: -16px; }
  .ce_form.landingpage_formular form .fieldset .widget-explanation {
    text-align: left; }
  .ce_form.landingpage_formular form .fieldset .widget-checkbox a {
    color: #484846;
    text-decoration: underline; }
  .ce_form.landingpage_formular form .fieldset .widget-checkbox label::before {
    top: 10px; }
  .ce_form.landingpage_formular form .fieldset .widget-checkbox label::after {
    top: 14px; }
  .ce_form.landingpage_formular form .fieldset > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ce_form.landingpage_formular form .fieldset.end-block {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; }
    .ce_form.landingpage_formular form .fieldset.end-block .telefon,
    .ce_form.landingpage_formular form .fieldset.end-block .datenschutz {
      margin-bottom: 0; }
      .ce_form.landingpage_formular form .fieldset.end-block .telefon span,
      .ce_form.landingpage_formular form .fieldset.end-block .datenschutz span {
        width: 100%; }
      .ce_form.landingpage_formular form .fieldset.end-block .telefon label,
      .ce_form.landingpage_formular form .fieldset.end-block .datenschutz label {
        width: 100%; }
    .ce_form.landingpage_formular form .fieldset.end-block .datenschutz label {
      font-size: 13.6px;
      font-size: .85rem; }
    .ce_form.landingpage_formular form .fieldset.end-block .telefon {
      font-size: 17.6px;
      font-size: 1.1rem; }
    .ce_form.landingpage_formular form .fieldset.end-block .ce_columns {
      margin-top: 0;
      margin-bottom: 0; }
    .ce_form.landingpage_formular form .fieldset.end-block .widget-submit {
      height: 100%; }
      .ce_form.landingpage_formular form .fieldset.end-block .widget-submit button {
        height: 100%;
        display: block;
        width: 100%;
        background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
        background-image: linear-gradient(70deg, #ed6501, #f7a600);
        border: none;
        color: #fff; }
        .ce_form.landingpage_formular form .fieldset.end-block .widget-submit button:hover {
          background-image: -o-linear-gradient(230deg, #ed6501, #f7a600);
          background-image: linear-gradient(220deg, #ed6501, #f7a600); }

.ce_form.landingpage_formular .ssl {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 9.6px;
  font-size: .6rem;
  font-weight: 600; }

.ce_form.landingpage_formular input.captcha, .ce_form.landingpage_formular input.text, .ce_form.landingpage_formular textarea, .ce_form.landingpage_formular select {
  display: inline-block;
  width: calc(50% - 20px);
  padding: 4px 8px;
  padding: .25rem .5rem;
  border: 1px solid #484846;
  font-size: 13.6px;
  font-size: .85rem;
  background: #fff; }

.ce_form.landingpage_formular select {
  font-size: 13.6px;
  font-size: .85rem;
  padding: 8px 4px;
  padding: .5rem .25rem; }

@media screen and (max-width: 1370px) {
  .ce_form.landingpage_formular input.captcha, .ce_form.landingpage_formular input.text, .ce_form.landingpage_formular textarea, .ce_form.landingpage_formular select {
    width: calc(100% - 20px); } }

.vielen_dank h2 {
  font-weight: 300;
  text-align: center;
  color: #f18700;
  text-transform: uppercase; }

.vielen_dank .vielen_dank_holder {
  background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
  background-image: linear-gradient(70deg, #ed6501, #f7a600); }
  .vielen_dank .vielen_dank_holder > .inside {
    padding: 48px;
    padding: 3rem; }
  .vielen_dank .vielen_dank_holder h2 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    font-size: 2.5rem; }
  .vielen_dank .vielen_dank_holder h3 {
    color: #fff;
    text-align: center; }
  .vielen_dank .vielen_dank_holder .infos {
    margin-top: 32px;
    margin-top: 2rem; }
  .vielen_dank .vielen_dank_holder p {
    color: #fff;
    text-align: center; }
  .vielen_dank .vielen_dank_holder a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; }

.ce_list.landingpage_aufzaehlung {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .ce_list.landingpage_aufzaehlung h2 {
    font-weight: 300;
    text-align: center;
    color: #f18700;
    text-transform: uppercase; }
  .ce_list.landingpage_aufzaehlung ol {
    list-style: none;
    counter-reset: counter;
    padding-left: 0;
    margin-left: 0; }
  .ce_list.landingpage_aufzaehlung ol li {
    counter-increment: counter;
    background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
    background-image: linear-gradient(70deg, #ed6501, #f7a600);
    color: #fff;
    font-size: 21.6px;
    font-size: 1.35rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding: 32px;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    padding-left: 64px;
    padding-left: 4rem;
    line-height: 1.35; }
    @media screen and (max-width: 767px) {
      .ce_list.landingpage_aufzaehlung ol li {
        margin-bottom: 1.8rem; } }
  .ce_list.landingpage_aufzaehlung ol li::before {
    content: counter(counter);
    color: #fff;
    font-weight: 700;
    position: absolute;
    font-size: 64px;
    font-size: 4rem;
    left: 16px;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#main .ce_list.list-col-4 ul {
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  margin: 0; }
  @media screen and (min-width: 0) {
    #main .ce_list.list-col-4 ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media screen and (min-width: 34.375em) {
    #main .ce_list.list-col-4 ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media screen and (min-width: 1180px) {
    #main .ce_list.list-col-4 ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media screen and (min-width: 1440px) {
    #main .ce_list.list-col-4 ul {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }

#main .ce_list.checklist ul {
  list-style: none; }
  #main .ce_list.checklist ul li {
    margin-left: 0;
    line-height: 2.5;
    font-weight: bold;
    text-align: left;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 47.9375em) {
      #main .ce_list.checklist ul li {
        font-size: .9rem; } }
    @media screen and (max-width: 34.3125em) {
      #main .ce_list.checklist ul li {
        font-size: 1rem; } }
    #main .ce_list.checklist ul li .inner:before {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      padding-right: 8px;
      padding-right: .5rem;
      color: #FFF; }

.ce_download,
.ce_downloads {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a {
    display: inline-block;
    color: inherit;
    text-decoration: none; }

.ce_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ce_downloads a {
  text-decoration: none; }

#main .download-element {
  margin-left: 0; }

.download-element a {
  display: table-row; }
  @media screen and (max-width: 47.9375em) {
    .download-element a {
      font-size: 1.2rem; } }
  .download-element a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    padding-right: 10.4px;
    padding-right: .65rem;
    display: table-cell; }
  .download-element a:hover {
    color: #f18700; }

.download-element.ext-pdf a:before {
  content: "\f1c1"; }

table {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  table th,
  table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px; }

thead {
  text-align: left;
  background: rgba(204, 204, 204, 0.2); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: rgba(204, 204, 204, 0.2); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

table {
  border: 0; }
  table th {
    background: #f18700;
    color: #FFF; }
  table th, table td {
    border: 0;
    padding: 10px 20px;
    border-bottom: 2px solid #FFF; }
  table td {
    background: rgba(241, 135, 0, 0.25); }
  table tfoot td {
    background: none !important;
    font-size: 14px;
    font-size: 0.875rem; }

.ce_accordion table {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .ce_accordion table td, .ce_accordion table th {
      border-right: 2px solid #FFF; }
      .ce_accordion table td:first-child, .ce_accordion table th:first-child {
        width: 40% !important; }
      .ce_accordion table td:last-child, .ce_accordion table th:last-child {
        border-right: 0; }
    .ce_accordion table tr:last-child td {
      border-bottom: 0; } }

/***** RESPONSIVE TABLES *****/
@media screen and (max-width: 47.9375em) {
  table {
    width: 100%;
    display: block;
    height: auto !important; }
  thead {
    display: none; }
  tbody {
    display: block;
    width: 100%; }
    tbody tr {
      height: auto !important;
      border-bottom: 5px solid #fff;
      display: block;
      width: 100%; }
      tbody tr td {
        display: block;
        text-align: center;
        width: 100% !important;
        height: auto !important; }
        tbody tr td:first-child {
          border-bottom: 1px solid #fff; }
          tbody tr td:first-child:before {
            font-size: 1.1em; }
        tbody tr td p {
          text-align: center; }
  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-weight: bold; } }

#banner {
  overflow: hidden; }

.pagination ul li {
  display: inline-block; }
  .pagination ul li strong, .pagination ul li a {
    padding: 4px 8px;
    padding: .25rem .5rem;
    border-color: #ed6501;
    color: #ed6501; }
  .pagination ul li strong {
    border-color: #484846;
    color: #484846; }
  .pagination ul li a.next,
  .pagination ul li a.previous {
    margin: 4px;
    margin: .25rem;
    padding: 4px 10.4px;
    padding: .25rem .65rem; }

.pagination span, .pagination strong {
  border: none !important; }

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.nav a {
  text-decoration: none; }

@media screen and (min-width: 48em) {
  .nav--horizontal li {
    float: left; } }

.nav--horizontal a,
.nav--horizontal span.active,
.nav--horizontal span.trail,
.nav--horizontal strong.active,
.nav--horizontal strong.trail {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }

.nav--right {
  float: right; }

.nav--vertical a,
.nav--vertical span.active,
.nav--vertical span.trail,
.nav--vertical strong.active,
.nav--vertical strong.trail {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }

.nav--border {
  border: 1px solid #ccc; }
  .nav--border a,
  .nav--border span.active,
  .nav--border span.trail,
  .nav--border strong.active,
  .nav--border strong.trail {
    padding: 16px 16px;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ccc; }
    .nav--border a.last,
    .nav--border span.active.last,
    .nav--border span.trail.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: 1px solid #ccc;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb li {
      float: left;
      padding-right: 1rem; } }
  .nav--breadcrumb a:after {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: 16px;
    padding-left: 1rem; }

.nav--select select {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem; }

.nav--select .submit {
  vertical-align: middle;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem; }

.nav--pager ul {
  text-align: center; }

.nav--pager li {
  display: inline-block; }

.nav--pager .empty {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

.nav--pager a {
  padding: 8px;
  padding: 0.5rem; }

.pagination {
  margin-top: 16px;
  margin-top: 1rem;
  clear: both;
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  .pagination p {
    padding: 4px;
    padding: 0.25rem;
    padding-left: 0;
    margin: 4px;
    margin: 0.25rem;
    margin-left: 0;
    border-top: 1px solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination span,
  .pagination strong {
    display: inline-block;
    padding: 4px;
    padding: 0.25rem;
    margin: 4px;
    margin: 0.25rem; }
  .pagination span, .pagination strong {
    border: 1px solid #ccc; }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .pagination p {
      float: left; }
    .pagination p + ul {
      float: right; } }

.nav--main li.displayMobileNav {
  display: none; }

.nav--footer a, .nav--footer a:visited, .nav--footer a:active, .nav--footer strong, .nav--footer strong.active, .nav--footer strong.trail {
  padding: 0 8px;
  padding: 0 .5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFF; }
  @media screen and (max-width: 47.9375em) {
    .nav--footer a, .nav--footer a:visited, .nav--footer a:active, .nav--footer strong, .nav--footer strong.active, .nav--footer strong.trail {
      padding: .75rem;
      line-height: 18px;
      padding-bottom: 0; } }
  @media screen and (min-width: 48em) {
    .nav--footer a.first, .nav--footer a:visited.first, .nav--footer a:active.first, .nav--footer strong.first, .nav--footer strong.active.first, .nav--footer strong.trail.first {
      padding-left: 0; } }

.nav--footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 47.9375em) {
    .nav--footer ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 3rem; } }

.nav--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 47.9375em) {
    .nav--header {
      height: 100px; } }
  @media screen and (max-width: 34.3125em) {
    .nav--header {
      height: 80px; } }
  .nav--header li.last a, .nav--header li.last a:visited, .nav--header li.last a:active, .nav--header li.last strong, .nav--header li.last strong.trail, .nav--header li.last strong.active {
    padding-right: 0; }
  @media screen and (max-width: 1600px) {
    .nav--header li a, .nav--header li a:visited, .nav--header li a:active, .nav--header li strong, .nav--header li strong.trail, .nav--header li strong.active {
      font-size: 0.875rem; } }

.nav--main {
  font-weight: normal;
  float: right;
  overflow: visible; }
  .nav--main .level_1 {
    height: 100%; }
    .nav--main .level_1 > li {
      height: 100%; }
      .nav--main .level_1 > li a {
        color: #484846; }
      .nav--main .level_1 > li > a,
      .nav--main .level_1 > li > strong {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-weight: normal;
        position: relative; }
        .nav--main .level_1 > li > a span,
        .nav--main .level_1 > li > strong span {
          display: block;
          float: left;
          position: relative;
          top: -12px; }
          .nav--main .level_1 > li > a span:after,
          .nav--main .level_1 > li > strong span:after {
            display: block;
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            content: "";
            height: 3px;
            background-image: -webkit-gradient(linear, left top, right top, from(#ed6501), to(#f1c300));
            background-image: -o-linear-gradient(left, #ed6501, #f1c300);
            background-image: linear-gradient(90deg, #ed6501, #f1c300);
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 center;
            -ms-transform-origin: 0 center;
            transform-origin: 0 center;
            -webkit-transition: all 0.25s cubic-bezier(0.82, 0.78, 0.19, 0.96);
            -o-transition: all 0.25s cubic-bezier(0.82, 0.78, 0.19, 0.96);
            transition: all 0.25s cubic-bezier(0.82, 0.78, 0.19, 0.96); }
        .nav--main .level_1 > li > a:hover span:after,
        .nav--main .level_1 > li > strong:hover span:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .nav--main .level_1 > li strong,
      .nav--main .level_1 > li.trail > a {
        color: #f18700; }
        .nav--main .level_1 > li strong span:after,
        .nav--main .level_1 > li.trail > a span:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
  .nav--main .level_2 {
    max-height: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
    -o-transition: all 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
    transition: all 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
    position: absolute;
    top: 90px;
    padding-top: 10px;
    left: 16px;
    left: 1rem;
    overflow: hidden;
    min-width: 17em;
    max-width: 27em; }
    .nav--main .level_2:before {
      content: "";
      border-left: 5px solid #f5f5f5;
      border-top: 5px solid #f5f5f5;
      width: 5px;
      height: 5px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 10%;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent;
      top: 6px;
      opacity: 0;
      -webkit-transition: all 0.25s cubic-bezier(0.82, 0.78, 0.19, 0.96);
      -o-transition: all 0.25s cubic-bezier(0.82, 0.78, 0.19, 0.96);
      transition: all 0.25s cubic-bezier(0.82, 0.78, 0.19, 0.96); }
    .nav--main .level_2 li {
      width: 100%;
      display: block; }
      .nav--main .level_2 li a, .nav--main .level_2 li a:visited, .nav--main .level_2 li a:active, .nav--main .level_2 li strong, .nav--main .level_2 li strong.trail, .nav--main .level_2 li strong.active, .nav--main .level_2 li a.trail, .nav--main .level_2 li strong.forward {
        background: #f5f5f5;
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #FFF;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: normal;
        padding: 8px 16px;
        padding: .5rem 1rem; }
        .nav--main .level_2 li a:after, .nav--main .level_2 li a:visited:after, .nav--main .level_2 li a:active:after, .nav--main .level_2 li strong:after, .nav--main .level_2 li strong.trail:after, .nav--main .level_2 li strong.active:after, .nav--main .level_2 li a.trail:after, .nav--main .level_2 li strong.forward:after {
          content: none; }
        .nav--main .level_2 li a:before, .nav--main .level_2 li a:visited:before, .nav--main .level_2 li a:active:before, .nav--main .level_2 li strong:before, .nav--main .level_2 li strong.trail:before, .nav--main .level_2 li strong.active:before, .nav--main .level_2 li a.trail:before, .nav--main .level_2 li strong.forward:before {
          content: "";
          background-image: -webkit-gradient(linear, left top, left bottom, from(#f18700), to(#f1a700));
          background-image: -o-linear-gradient(top, #f18700, #f1a700);
          background-image: linear-gradient(180deg, #f18700, #f1a700);
          max-width: 0px;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
          -o-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
          transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44); }
      .nav--main .level_2 li strong:before, .nav--main .level_2 li strong.active:before, .nav--main .level_2 li strong.trail:before, .nav--main .level_2 li a:hover:before, .nav--main .level_2 li strong.forward:before {
        max-width: 5px; }
      .nav--main .level_2 li:last-child a, .nav--main .level_2 li:last-child a:visited, .nav--main .level_2 li:last-child a:active, .nav--main .level_2 li.last a, .nav--main .level_2 li.last a:visited, .nav--main .level_2 li.last a:active {
        border-bottom: 0; }
  .nav--main li.submenu {
    position: relative; }
    .nav--main li.submenu:hover .level_2 {
      max-height: 450px; }
      .nav--main li.submenu:hover .level_2:before {
        opacity: 1; }

.header-stuck .nav--main .level_2 {
  top: 70px; }

.nav--underline li a:after, .nav--underline li a:visited:after, .nav--underline li a:active:after, .nav--underline li strong:after, .nav--underline li strong.trail:after, .nav--underline li strong.active:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  top: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
  -o-transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
  transition: all 0.3s cubic-bezier(0.73, 0.72, 0.81, 1.44);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.nav--underline li strong:after, .nav--underline li strong.trail:after, .nav--underline li strong.active:after, .nav--underline li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.nav--underline li.submenu:hover a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

@media screen and (max-width: 940px) {
  .nav--header {
    display: none; } }

.nav--preheader {
  margin-right: 32px;
  margin-right: 2rem; }
  .nav--preheader li.displayMobileNav {
    display: inline-block; }
    .nav--preheader li.displayMobileNav a, .nav--preheader li.displayMobileNav a:visited, .nav--preheader li.displayMobileNav a:active, .nav--preheader li.displayMobileNav strong, .nav--preheader li.displayMobileNav strong.trail, .nav--preheader li.displayMobileNav strong.active {
      padding: 0 12px;
      padding: 0 .75rem;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal; }
      @media screen and (max-width: 1439px) {
        .nav--preheader li.displayMobileNav a, .nav--preheader li.displayMobileNav a:visited, .nav--preheader li.displayMobileNav a:active, .nav--preheader li.displayMobileNav strong, .nav--preheader li.displayMobileNav strong.trail, .nav--preheader li.displayMobileNav strong.active {
          padding: 0 .25rem; } }
    .nav--preheader li.displayMobileNav strong, .nav--preheader li.displayMobileNav strong.active, .nav--preheader li.displayMobileNav strong.trail {
      text-decoration: underline; }
  @media screen and (max-width: 1439px) {
    .nav--preheader li a, .nav--preheader li a:visited, .nav--preheader li a:active, .nav--preheader li strong, .nav--preheader li strong.trail, .nav--preheader li strong.active {
      padding: 0 .25rem; } }

.mod_mobile_menu {
  display: none;
  overflow: visible;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  right: 0; }
  @media screen and (max-width: 58.6875em) {
    .mod_mobile_menu {
      height: 80px;
      width: 80px; } }
  @media screen and (max-width: 940px) {
    .mod_mobile_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.mobile_menu {
  overflow: hidden; }
  .mobile_menu .kontakt-info {
    padding: 32px 64px;
    padding: 2rem 4rem; }
    .mobile_menu .kontakt-info .mod_logo a {
      left: 0;
      background-position: center; }
    .mobile_menu .kontakt-info .social-media-icons {
      font-size: 32px;
      font-size: 2rem; }
      .mobile_menu .kontakt-info .social-media-icons a {
        margin: 0 12px; }
  .mobile_menu .toggle-submenu {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    padding: 12px 0;
    padding: .75rem 0;
    font-size: 17.6px;
    font-size: 1.1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    width: 50px;
    text-align: center; }
    .mobile_menu .toggle-submenu:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: block;
      content: "\f0da"; }
    .mobile_menu .toggle-submenu.active:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .mobile_menu .inner {
    overflow-y: scroll;
    background: #FFF; }
    .mobile_menu .inner .headline {
      color: rgba(72, 72, 70, 0.4);
      font-size: 13.92px;
      font-size: .87rem;
      border-bottom: 1px solid rgba(72, 72, 70, 0.25);
      display: block;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      padding: 8px 0;
      padding: .5rem 0;
      font-weight: bold; }
    .mobile_menu .inner .mod_navigation ul {
      margin: 0;
      padding: 0; }
      .mobile_menu .inner .mod_navigation ul li {
        position: relative; }
        .mobile_menu .inner .mod_navigation ul li.displayMobileNav {
          display: block; }
        .mobile_menu .inner .mod_navigation ul li a, .mobile_menu .inner .mod_navigation ul li a:visited, .mobile_menu .inner .mod_navigation ul li a:active, .mobile_menu .inner .mod_navigation ul li strong {
          display: block;
          color: #484846;
          text-transform: none;
          text-decoration: none;
          width: 100%;
          padding: 12px 16px;
          padding: .75rem 1rem;
          font-size: 17.6px;
          font-size: 1.1rem;
          font-weight: normal;
          border-bottom: 1px solid rgba(72, 72, 70, 0.25); }
        .mobile_menu .inner .mod_navigation ul li .level_2 {
          display: none; }
        .mobile_menu .inner .mod_navigation ul li .level_3 {
          display: none; }
        .mobile_menu .inner .mod_navigation ul li.opened, .mobile_menu .inner .mod_navigation ul li.trail.opened {
          border-left: 5px solid #f18700; }
          .mobile_menu .inner .mod_navigation ul li.opened > a span,
          .mobile_menu .inner .mod_navigation ul li.opened > a:visited span,
          .mobile_menu .inner .mod_navigation ul li.opened > a:active span, .mobile_menu .inner .mod_navigation ul li.trail.opened > a span,
          .mobile_menu .inner .mod_navigation ul li.trail.opened > a:visited span,
          .mobile_menu .inner .mod_navigation ul li.trail.opened > a:active span {
            margin-left: -5px;
            color: #f18700;
            font-weight: bold; }
          .mobile_menu .inner .mod_navigation ul li.opened .level_2, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 {
            display: block; }
            .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a, .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:visited, .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:active, .mobile_menu .inner .mod_navigation ul li.opened .level_2 li strong, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:visited, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:active, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li strong {
              padding-left: 32px;
              padding-left: 2rem; }
              .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a.active, .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:visited.active, .mobile_menu .inner .mod_navigation ul li.opened .level_2 li a:active.active, .mobile_menu .inner .mod_navigation ul li.opened .level_2 li strong.active, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a.active, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:visited.active, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li a:active.active, .mobile_menu .inner .mod_navigation ul li.trail.opened .level_2 li strong.active {
                color: #f18700; }
        .mobile_menu .inner .mod_navigation ul li.active, .mobile_menu .inner .mod_navigation ul li.trail {
          border-left: 5px solid #f18700; }
          .mobile_menu .inner .mod_navigation ul li.active > strong, .mobile_menu .inner .mod_navigation ul li.trail > strong {
            color: #f18700;
            font-weight: bold;
            margin-left: -5px; }
        .mobile_menu .inner .mod_navigation ul li.trail {
          border-left: 5px solid #f18700; }
          .mobile_menu .inner .mod_navigation ul li.trail > a,
          .mobile_menu .inner .mod_navigation ul li.trail > a:visited,
          .mobile_menu .inner .mod_navigation ul li.trail > a:active {
            color: #f18700;
            font-weight: bold;
            margin-left: -5px; }
          .mobile_menu .inner .mod_navigation ul li.trail li.active {
            border: 0; }
          .mobile_menu .inner .mod_navigation ul li.trail.opened > a,
          .mobile_menu .inner .mod_navigation ul li.trail.opened > a:visited,
          .mobile_menu .inner .mod_navigation ul li.trail.opened > a:active {
            margin-left: 0; }
          .mobile_menu .inner .mod_navigation ul li.trail .active > strong {
            margin-left: 0; }

.rsce_bgimage {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  z-index: 6; }
  .rsce_bgimage .rsce_bgimage-content {
    padding: 15px;
    padding: 0.9375rem; }
    @media screen and (min-width: 68.75em) {
      .rsce_bgimage .rsce_bgimage-content {
        padding: 0; } }
    @media screen and (max-width: 47.9375em) {
      .rsce_bgimage .rsce_bgimage-content.ph_standard {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }

@media screen and (max-width: 1240px) and (min-width: 58.75em) {
  .rsce_bgimage:not(.full_width) {
    padding-right: calc(1rem + 80px) !important; } }
  @media screen and (min-width: 48em) {
    .rsce_bgimage .rsce_bgimage-inside {
      padding-top: 60px;
      padding-bottom: 60px;
      vertical-align: middle; } }

.rsce_bgimage.no--padding-left {
  padding-left: 0; }
  .rsce_bgimage.no--padding-left .rsce_bgimage-content {
    padding-left: 0; }

.rsce_bgimage.no--padding-right {
  padding-right: 0; }
  .rsce_bgimage.no--padding-right .rsce_bgimage-content {
    padding-right: 0; }

@media screen and (min-width: 48em) {
  .rsce_bgimage.proportional {
    padding-bottom: 28.25%;
    height: 0; } }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage.has--image .rsce_bgimage-inside {
    padding-top: 0; } }

.rsce_bgimage.content_width {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.rsce_bgimage.inner_content_width .rsce_bgimage-stage {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 48em) {
  .rsce_bgimage .rsce_bgimage-content.center--content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1; } }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage.remove--gutters-mobile > .rsce_bgimage-stage > .rsce_bgimage-inside {
    padding: 0;
    margin: 0; }
    .rsce_bgimage.remove--gutters-mobile > .rsce_bgimage-stage > .rsce_bgimage-inside > .rsce_bgimage-content {
      padding: 0;
      margin: 0; } }

.rsce_bgimage.color--primary {
  background: #f18700; }

.rsce_bgimage.color--mark {
  background: #ed6501; }

.rsce_bgimage.color--highlight {
  background: #f7a600; }

.rsce_bgimage.color--dark-grey {
  background: #333; }

.rsce_bgimage.color--light-grey {
  background: #f5f5f5; }

.rsce_bgimage.color--black {
  background: #000; }

.rsce_bgimage.color--white {
  background: #FFF; }

.rsce_bgimage.text-color-white *, .rsce_bgimage.color--primary *, .rsce_bgimage.color--mark *, .rsce_bgimage.color--highlight *, .rsce_bgimage.color--dark-grey *, .rsce_bgimage.color--black * {
  color: #FFF;
  border-color: #FFF; }

.rsce_bgimage.text-color-black *, .rsce_bgimage.color--light-grey *, .rsce_bgimage.color--white * {
  color: #000;
  border-color: #000; }

.rsce_bgimage.gradient {
  background: -o-linear-gradient(330deg, #f18700, #ed6501);
  background: linear-gradient(120deg, #f18700, #ed6501); }
  .rsce_bgimage.gradient * {
    color: #FFF; }
  .rsce_bgimage.gradient .rsce_bgimage-stage {
    position: relative;
    z-index: 10; }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage .calltoaction {
    margin-top: 1rem; }
  .rsce_bgimage .ce_columns {
    margin-top: .5rem;
    margin-bottom: .5rem; } }

@media screen and (min-width: 48em) {
  .rsce_bgimage.content_width.image--left .rsce_bgimage-image {
    margin-left: 0.9375rem; }
  .rsce_bgimage.content_width.image--right.w25 .rsce_bgimage-image {
    margin-left: calc(75% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w33 .rsce_bgimage-image {
    margin-left: calc(67.6666% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w40 .rsce_bgimage-image {
    margin-left: calc(60% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w45 .rsce_bgimage-image {
    margin-left: calc(55% - 0.9375rem); }
  .rsce_bgimage.content_width.image--right.w50 .rsce_bgimage-image {
    margin-left: calc(50% - 0.9375rem); }
  .rsce_bgimage.image--left .rsce_bgimage-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }
  .rsce_bgimage.image--left.w25 .rsce_bgimage-stage {
    margin-left: 25%; }
  .rsce_bgimage.image--left.w25 .rsce_bgimage-image {
    width: 25%; }
  .rsce_bgimage.image--left.w33 .rsce_bgimage-stage {
    margin-left: 33.3333%; }
  .rsce_bgimage.image--left.w33 .rsce_bgimage-image {
    width: 33.3333%; }
  .rsce_bgimage.image--left.w40 .rsce_bgimage-stage {
    margin-left: 40%; }
  .rsce_bgimage.image--left.w40 .rsce_bgimage-image {
    width: 40%; }
  .rsce_bgimage.image--left.w45 .rsce_bgimage-stage {
    margin-left: 45%; }
  .rsce_bgimage.image--left.w45 .rsce_bgimage-image {
    width: 45%; }
  .rsce_bgimage.image--left.w50 .rsce_bgimage-stage {
    margin-left: 50%; }
  .rsce_bgimage.image--left.w50 .rsce_bgimage-image {
    width: 50%; }
  .rsce_bgimage.image--right .rsce_bgimage-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.image--right .rsce_bgimage-stage.angle_backslash:before {
    right: 0; }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle--shadow:after {
    right: 0; }
  .rsce_bgimage.image--right.w25 .rsce_bgimage-stage {
    margin-right: 25%; }
  .rsce_bgimage.image--right.w25 .rsce_bgimage-image {
    width: 25%;
    margin-left: 75%; }
  .rsce_bgimage.image--right.w33 .rsce_bgimage-stage {
    margin-right: 33.3333%; }
  .rsce_bgimage.image--right.w33 .rsce_bgimage-image {
    width: 33.3333%;
    margin-left: 66.6667%; }
  .rsce_bgimage.image--right.w40 .rsce_bgimage-stage {
    margin-right: 40%; }
  .rsce_bgimage.image--right.w40 .rsce_bgimage-image {
    width: 40%;
    margin-left: 60%; }
  .rsce_bgimage.image--right.w50 .rsce_bgimage-stage {
    margin-right: 50%; }
  .rsce_bgimage.image--right.w50 .rsce_bgimage-image {
    width: 50%;
    margin-left: 50%; } }

@media screen and (min-width: 2561px) {
  .rsce_bgimage .rsce_bgimage-image .image_container img {
    display: none !important; } }

.rsce_bgimage .mobile_image {
  display: none; }

.rsce_bgimage .rsce_bgimage-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_l-t {
    background-position: left top; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_l-c {
    background-position: left center; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_l-b {
    background-position: left bottom; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_c-t {
    background-position: center top; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_c-c {
    background-position: center center; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_c-b {
    background-position: center bottom; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_r-t {
    background-position: right top; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_r-c {
    background-position: right center; }
  .rsce_bgimage .rsce_bgimage-image.rsce_bgimage-position_r-b {
    background-position: right bottom; }

@media screen and (max-width: 47.9375em) {
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--left,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h1.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h2.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h3.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h4.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h5.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center,
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--right .rsce_bgimage.has--image.image--left.full_width .ce_rsce_headline_advanced h6.align--center {
    text-align: center; }
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_text_advanced.align--left, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_text_advanced.align--right, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_text_advanced.align--center {
    text-align: center; }
  .rsce_bgimage.has--image.image--left.full_width .ce_rsce_calltoaction.align--left, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_calltoaction.align--right, .rsce_bgimage.has--image.image--left.full_width .ce_rsce_calltoaction.align--center {
    text-align: center; } }

@media screen and (min-width: 48em) {
  .rsce_bgimage .rsce_bgimage-stage {
    position: relative; }
    .rsce_bgimage .rsce_bgimage-stage:before, .rsce_bgimage .rsce_bgimage-stage:after {
      z-index: 0; }
    .rsce_bgimage .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage .rsce_bgimage-stage.angle_backslash:before {
      content: "";
      width: 180px;
      height: 135%;
      position: absolute;
      top: 50%; } }
    @media screen and (min-width: 48em) and (min-width: 3200px) {
      .rsce_bgimage .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage .rsce_bgimage-stage.angle_backslash:before {
        width: 400px; } }

@media screen and (min-width: 48em) {
    .rsce_bgimage .rsce_bgimage-stage.angle--shadow:after {
      content: "";
      width: 220px;
      height: 135%;
      position: absolute;
      top: 50%; } }
    @media screen and (min-width: 48em) and (min-width: 3200px) {
      .rsce_bgimage .rsce_bgimage-stage.angle--shadow:after {
        width: 480px; } }

@media screen and (min-width: 48em) {
    .rsce_bgimage .rsce_bgimage-stage.angle_slash:before {
      -webkit-transform: rotate(5deg) translate(-50%, -50%);
      -ms-transform: rotate(5deg) translate(-50%, -50%);
      transform: rotate(5deg) translate(-50%, -50%); }
    .rsce_bgimage .rsce_bgimage-stage.angle_backslash:before {
      -webkit-transform: rotate(-5deg) translate(-50%, -50%);
      -ms-transform: rotate(-5deg) translate(-50%, -50%);
      transform: rotate(-5deg) translate(-50%, -50%); }
    .rsce_bgimage .rsce_bgimage-stage.angle--shadow_slash:after {
      -webkit-transform: rotate(5deg) translate(-50%, -50%);
      -ms-transform: rotate(5deg) translate(-50%, -50%);
      transform: rotate(5deg) translate(-50%, -50%); }
    .rsce_bgimage .rsce_bgimage-stage.angle--shadow_backslash:after {
      -webkit-transform: rotate(-5deg) translate(-50%, -50%);
      -ms-transform: rotate(-5deg) translate(-50%, -50%);
      transform: rotate(-5deg) translate(-50%, -50%); }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle_slash:before {
    -webkit-transform: rotate(5deg) translateX(50%) translateY(-50%);
    -ms-transform: rotate(5deg) translateX(50%) translateY(-50%);
    transform: rotate(5deg) translateX(50%) translateY(-50%); }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle_backslash:before {
    -webkit-transform: rotate(-5deg) translateX(50%) translateY(-50%);
    -ms-transform: rotate(-5deg) translateX(50%) translateY(-50%);
    transform: rotate(-5deg) translateX(50%) translateY(-50%); }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle--shadow_slash:after {
    -webkit-transform: rotate(5deg) translateX(50%) translateY(-50%);
    -ms-transform: rotate(5deg) translateX(50%) translateY(-50%);
    transform: rotate(5deg) translateX(50%) translateY(-50%); }
  .rsce_bgimage.image--right .rsce_bgimage-stage.angle--shadow_backslash:after {
    -webkit-transform: rotate(-5deg) translateX(50%) translateY(-50%);
    -ms-transform: rotate(-5deg) translateX(50%) translateY(-50%);
    transform: rotate(-5deg) translateX(50%) translateY(-50%); } }

.rsce_bgimage.color--default .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.color--default .rsce_bgimage-stage.angle_backslash:before {
  background: #f18700; }

.rsce_bgimage.color--default .rsce_bgimage-stage.angle--shadow:after {
  background: rgba(241, 135, 0, 0.5); }

.rsce_bgimage.color--mark .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.color--mark .rsce_bgimage-stage.angle_backslash:before {
  background: #ed6501; }

.rsce_bgimage.color--mark .rsce_bgimage-stage.angle--shadow:after {
  background: rgba(237, 101, 1, 0.5); }

.rsce_bgimage.color--highlight .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.color--highlight .rsce_bgimage-stage.angle_backslash:before {
  background: #f7a600; }

.rsce_bgimage.color--highlight .rsce_bgimage-stage.angle--shadow:after {
  background: rgba(247, 166, 0, 0.5); }

.rsce_bgimage.color--dark-grey .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.color--dark-grey .rsce_bgimage-stage.angle_backslash:before {
  background: #333; }

.rsce_bgimage.color--dark-grey .rsce_bgimage-stage.angle--shadow:after {
  background: rgba(51, 51, 51, 0.5); }

.rsce_bgimage.color--light-grey .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.color--light-grey .rsce_bgimage-stage.angle_backslash:before {
  background: #f5f5f5; }

.rsce_bgimage.color--light-grey .rsce_bgimage-stage.angle--shadow:after {
  background: rgba(245, 245, 245, 0.5); }

.rsce_bgimage.color--black .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.color--black .rsce_bgimage-stage.angle_backslash:before {
  background: #000; }

.rsce_bgimage.color--black .rsce_bgimage-stage.angle--shadow:after {
  background: rgba(0, 0, 0, 0.5); }

.rsce_bgimage.color--white .rsce_bgimage-stage.angle_slash:before, .rsce_bgimage.color--white .rsce_bgimage-stage.angle_backslash:before {
  background: #f18700; }

.rsce_bgimage.color--white .rsce_bgimage-stage.angle--shadow:after {
  background: rgba(255, 255, 255, 0.5); }

@media screen and (max-height: 860px) {
  .home .rsce_bgimage .rsce_bgimage-inside {
    padding-top: 0 !important; } }

@media screen and (max-height: 860px) and (min-width: 58.75em) {
  .home .rsce_bgimage .mod_logo.big {
    width: 40%; } }

@media screen and (max-height: 860px) {
  .home .rsce_bgimage .mod_eventlist {
    top: 65%; } }

#main .ce_rsce_person {
  position: relative;
  display: block;
  float: left;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem; }
  @media screen and (min-width: 0) {
    #main .ce_rsce_person {
      width: 100%; } }
  @media screen and (min-width: 34.375em) {
    #main .ce_rsce_person {
      width: 50%; } }
  @media screen and (min-width: 48em) {
    #main .ce_rsce_person {
      width: 33.333%; } }
  #main .ce_rsce_person .text_container {
    position: relative;
    padding-top: 50px; }
  #main .ce_rsce_person .vita_container {
    background-image: -o-linear-gradient(60deg, #ed6501, #f1b700);
    background-image: linear-gradient(30deg, #ed6501, #f1b700);
    color: #FFF;
    padding: 8px 16px;
    padding: .5rem 1rem;
    position: absolute;
    width: 100%;
    top: 0;
    cursor: pointer;
    z-index: 2; }
    #main .ce_rsce_person .vita_container .name {
      display: block; }
    #main .ce_rsce_person .vita_container .vita-list {
      display: none;
      margin: 0;
      padding: 0;
      padding-left: 16px;
      padding-left: 1rem;
      padding-top: 8px;
      padding-top: .5rem;
      margin-top: 8px;
      margin-top: .5rem;
      border-top: 1px solid #FFF;
      line-height: 1.25; }
      #main .ce_rsce_person .vita_container .vita-list li {
        margin: 4px 0;
        margin: .25rem 0;
        cursor: text; }
    #main .ce_rsce_person .vita_container .toggle-vita {
      position: absolute;
      top: 8.8px;
      top: .55rem;
      right: 16px;
      right: 1rem;
      font-size: 14px;
      font-size: 0.875rem;
      border: 1px solid #FFF;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center; }
      #main .ce_rsce_person .vita_container .toggle-vita i {
        -webkit-transition: all 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
        -o-transition: all 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
        transition: all 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96); }
    #main .ce_rsce_person .vita_container.active .toggle-vita i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #main .ce_rsce_person .name {
    display: none;
    text-transform: uppercase;
    cursor: text; }
  #main .ce_rsce_person .funktion {
    padding: 8px 0;
    padding: .5rem 0; }
  #main .ce_rsce_person .fachbereiche_container {
    margin: 16px 0;
    margin: 1rem 0; }
    #main .ce_rsce_person .fachbereiche_container .fachbereiche-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      #main .ce_rsce_person .fachbereiche_container .fachbereiche-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0; }
        #main .ce_rsce_person .fachbereiche_container .fachbereiche-list li:before {
          content: "";
          width: 8px;
          height: 8px;
          background: #ed6501;
          margin-right: 8px;
          margin-right: .5rem; }
  #main .ce_rsce_person .kontakt_container {
    padding: 8px 0;
    padding: .5rem 0; }
    #main .ce_rsce_person .kontakt_container ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #main .ce_rsce_person .kontakt_container ul li {
        color: #484846;
        margin: 0; }
        #main .ce_rsce_person .kontakt_container ul li a, #main .ce_rsce_person .kontakt_container ul li a:visited, #main .ce_rsce_person .kontakt_container ul li a:active {
          color: #484846; }
        #main .ce_rsce_person .kontakt_container ul li i.fa {
          width: 30px;
          text-align: center; }
        #main .ce_rsce_person .kontakt_container ul li.social {
          position: absolute; }
  #main .ce_rsce_person .quote_container {
    margin: 32px 0;
    margin: 2rem 0;
    font-size: 14px;
    font-size: 0.875rem; }
    #main .ce_rsce_person .quote_container * {
      color: #f18700; }

@media screen and (min-width: 58.75em) {
  body.kontakt #main .ce_rsce_person {
    width: 25%; } }

@media screen and (min-width: 68.75em) {
  body.kontakt #main .ce_rsce_person {
    width: 20%; } }

body.kontakt #main .ce_rsce_person .image_container {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden; }

body.kontakt #main .ce_rsce_person .vita_container {
  display: none; }

body.kontakt #main .ce_rsce_person .text_container {
  position: relative;
  padding: 0 8px;
  padding: 0 .5rem;
  padding-top: 6px;
  border: 1px solid rgba(72, 72, 70, 0.15);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

body.kontakt #main .ce_rsce_person .name {
  text-transform: uppercase;
  cursor: text;
  color: #f18700;
  font-weight: bold;
  display: block; }

body.kontakt #main .ce_rsce_person .funktion {
  padding-bottom: 8px;
  padding-bottom: .5rem;
  padding-top: 0; }

body.kontakt #main .ce_rsce_person .kontakt_container {
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  body.kontakt #main .ce_rsce_person .kontakt_container ul li i.fa {
    width: 20px; }

body.kontakt #main .ce_rsce_person .quote_container {
  display: none; }

@media screen and (min-width: 0) {
  #main .slick-slider .ce_rsce_person {
    width: 100%; } }

@media screen and (min-width: 34.375em) {
  #main .slick-slider .ce_rsce_person {
    width: 100%; } }

@media screen and (min-width: 48em) {
  #main .slick-slider .ce_rsce_person {
    width: 100%; } }

#main .slick-slider .ce_rsce_person .inner {
  padding: 8px;
  padding: .5rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px 3px rgba(72, 72, 70, 0.1);
  box-shadow: 0 0 10px 3px rgba(72, 72, 70, 0.1); }

#main .slick-slider .ce_rsce_person .image_container {
  padding: 32px;
  padding: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden; }
  #main .slick-slider .ce_rsce_person .image_container:before {
    content: none;
    background: none; }
  #main .slick-slider .ce_rsce_person .image_container img {
    opacity: 1; }

#main .slick-slider .ce_rsce_person .vita_container {
  display: none; }

#main .slick-slider .ce_rsce_person .text_container {
  position: relative;
  padding: 0 8px;
  padding: 0 .5rem;
  padding-top: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center; }

#main .slick-slider .ce_rsce_person .name {
  text-transform: none;
  color: #484846;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
  display: block; }

#main .slick-slider .ce_rsce_person .funktion {
  padding-bottom: 8px;
  padding-bottom: .5rem;
  padding-top: 0; }

#main .slick-slider .ce_rsce_person .fachbereiche_container {
  display: none; }

#main .slick-slider .ce_rsce_person .kontakt_container {
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  #main .slick-slider .ce_rsce_person .kontakt_container > strong {
    display: none; }
  #main .slick-slider .ce_rsce_person .kontakt_container ul li i.fa {
    display: none; }

#main .slick-slider .ce_rsce_person .quote_container {
  display: none; }

@media screen and (max-width: 47.9375em) {
  body.kontakt #main .ce_rsce_person {
    margin: 1rem 0; } }

@media screen and (min-width: 48em) {
  body.kontakt #main .ce_rsce_person .text_container .kontakt_container li {
    font-size: .8rem; } }

[class*="col-"] .calltoaction a, [class*="col-"] .calltoaction a:visited, [class*="col-"] .calltoaction a:active {
  width: 100%;
  text-align: center; }

[class*="col-"].sidebar-column .calltoaction a, [class*="col-"].sidebar-column .calltoaction a:visited, [class*="col-"].sidebar-column .calltoaction a:active {
  text-align: left; }

.calltoaction {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .calltoaction {
      text-align: center;
      width: 100% !important; } }
  .calltoaction a, .calltoaction a:visited, .calltoaction a:active {
    color: #FFFFFF;
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    width: auto;
    font-weight: 300;
    border: 2px solid;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
    text-align: center;
    font-family: "eigerdals", sans-serif; }
    @media screen and (max-width: 47.9375em) {
      .calltoaction a, .calltoaction a:visited, .calltoaction a:active {
        width: 75% !important; } }
  .calltoaction.button--hyperlink a, .calltoaction.button--hyperlink a:visited, .calltoaction.button--hyperlink a:active {
    padding: 8px 0;
    padding: .5rem 0;
    border: 0; }
  .calltoaction.bg-transparent a, .calltoaction.bg-transparent a:visited, .calltoaction.bg-transparent a:active {
    background: transparent; }
  .calltoaction.bg-default a, .calltoaction.bg-default a:visited, .calltoaction.bg-default a:active {
    background: #f18700; }
  .calltoaction.bg-mark a, .calltoaction.bg-mark a:visited, .calltoaction.bg-mark a:active {
    background: #ed6501; }
  .calltoaction.bg-white a, .calltoaction.bg-white a:visited, .calltoaction.bg-white a:active {
    background: #FFF; }
  .calltoaction.bg-black a, .calltoaction.bg-black a:visited, .calltoaction.bg-black a:active {
    background: #000; }
  .calltoaction.bg-highlight a, .calltoaction.bg-highlight a:visited, .calltoaction.bg-highlight a:active {
    background: #f7a600; }
  .calltoaction[class^="bg-"].button--hyperlink a {
    background: none; }
  .calltoaction.color-default a, .calltoaction.color-default a:visited, .calltoaction.color-default a:active {
    color: #f18700; }
  .calltoaction.color-default.button--boxed a {
    border-color: #f18700; }
  .calltoaction.color-default.button--default a {
    border-color: transparent; }
  .calltoaction.color-mark a, .calltoaction.color-mark a:visited, .calltoaction.color-mark a:active {
    color: #ed6501; }
  .calltoaction.color-mark.button--boxed a {
    border-color: #ed6501; }
  .calltoaction.color-mark.button--default a {
    border-color: transparent; }
  .calltoaction.color-white a, .calltoaction.color-white a:visited, .calltoaction.color-white a:active {
    color: #FFF; }
  .calltoaction.color-white.button--boxed a {
    border-color: #FFF; }
  .calltoaction.color-white.button--default a {
    border-color: transparent; }
  .calltoaction.color-black a, .calltoaction.color-black a:visited, .calltoaction.color-black a:active {
    color: #000; }
  .calltoaction.color-black.button--boxed a {
    border-color: #000; }
  .calltoaction.color-black.button--default a {
    border-color: transparent; }
  .calltoaction.hover-bg-default a:hover {
    background: #f18700; }
  .calltoaction.hover-bg-default.button--boxed a {
    border-color: #f18700; }
  .calltoaction.hover-bg-mark a:hover {
    background: #ed6501; }
  .calltoaction.hover-bg-mark.button--boxed a {
    border-color: #ed6501; }
  .calltoaction.hover-bg-white a:hover {
    background: #FFF; }
  .calltoaction.hover-bg-white.button--boxed a {
    border-color: #FFF; }
  .calltoaction.hover-bg-black a:hover {
    background: #000; }
  .calltoaction.hover-bg-black.button--boxed a {
    border-color: #000; }
  .calltoaction.hover-bg-highlight a:hover {
    background: #f7a600; }
  .calltoaction[class^="hover-bg-"].button--hyperlink a {
    border: 0;
    background: none; }
    .calltoaction[class^="hover-bg-"].button--hyperlink a:hover {
      border: 0;
      background: none; }
  .calltoaction.hover-color-default a:hover {
    color: #f18700; }
  .calltoaction.hover-color-mark a:hover {
    color: #ed6501; }
  .calltoaction.hover-color-white a:hover {
    color: #FFF !important; }
  .calltoaction.hover-color-black a:hover {
    color: #000; }
  .calltoaction.hover-color-highlight a:hover {
    color: #f7a600; }

.ce_rsce_headline_advanced.color--default *,
.ce_rsce_text_image_advanced.color--default *,
.ce_rsce_text_advanced.color--default * {
  color: #f18700; }

.ce_rsce_headline_advanced.color--mark *,
.ce_rsce_text_image_advanced.color--mark *,
.ce_rsce_text_advanced.color--mark * {
  color: #ed6501; }

.ce_rsce_headline_advanced.color--dark-grey *,
.ce_rsce_text_image_advanced.color--dark-grey *,
.ce_rsce_text_advanced.color--dark-grey * {
  color: #333; }

.ce_rsce_headline_advanced.color--light-grey *,
.ce_rsce_text_image_advanced.color--light-grey *,
.ce_rsce_text_advanced.color--light-grey * {
  color: #f5f5f5; }

.ce_rsce_headline_advanced.color--black *,
.ce_rsce_text_image_advanced.color--black *,
.ce_rsce_text_advanced.color--black * {
  color: #000; }

.ce_rsce_headline_advanced.color--white *,
.ce_rsce_text_image_advanced.color--white *,
.ce_rsce_text_advanced.color--white * {
  color: #FFF; }

@media screen and (min-width: 0) {
  .ce_rsce_headline_advanced h1, .ce_rsce_headline_advanced h2.likeH1, .ce_rsce_headline_advanced .likeH1 h2,
  .ce_rsce_text_image_advanced h1,
  .ce_rsce_text_image_advanced h2.likeH1,
  .ce_rsce_text_image_advanced .likeH1 h2,
  .ce_rsce_text_advanced h1,
  .ce_rsce_text_advanced h2.likeH1,
  .ce_rsce_text_advanced .likeH1 h2 {
    font-size: 175%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_headline_advanced h1, .ce_rsce_headline_advanced h2.likeH1, .ce_rsce_headline_advanced .likeH1 h2,
  .ce_rsce_text_image_advanced h1,
  .ce_rsce_text_image_advanced h2.likeH1,
  .ce_rsce_text_image_advanced .likeH1 h2,
  .ce_rsce_text_advanced h1,
  .ce_rsce_text_advanced h2.likeH1,
  .ce_rsce_text_advanced .likeH1 h2 {
    font-size: 220%; } }

@media screen and (min-width: 0) {
  .ce_rsce_headline_advanced.font-size-250 h1, .ce_rsce_headline_advanced.font-size-250 h2, .ce_rsce_headline_advanced.font-size-250 h3, .ce_rsce_headline_advanced.font-size-250 h4, .ce_rsce_headline_advanced.font-size-250 h5, .ce_rsce_headline_advanced.font-size-250 h6,
  .ce_rsce_text_image_advanced.font-size-250 h1,
  .ce_rsce_text_image_advanced.font-size-250 h2,
  .ce_rsce_text_image_advanced.font-size-250 h3,
  .ce_rsce_text_image_advanced.font-size-250 h4,
  .ce_rsce_text_image_advanced.font-size-250 h5,
  .ce_rsce_text_image_advanced.font-size-250 h6,
  .ce_rsce_text_advanced.font-size-250 h1,
  .ce_rsce_text_advanced.font-size-250 h2,
  .ce_rsce_text_advanced.font-size-250 h3,
  .ce_rsce_text_advanced.font-size-250 h4,
  .ce_rsce_text_advanced.font-size-250 h5,
  .ce_rsce_text_advanced.font-size-250 h6 {
    font-size: 175%; }
  .ce_rsce_headline_advanced.font-size-300 h1, .ce_rsce_headline_advanced.font-size-300 h2, .ce_rsce_headline_advanced.font-size-300 h3, .ce_rsce_headline_advanced.font-size-300 h4, .ce_rsce_headline_advanced.font-size-300 h5, .ce_rsce_headline_advanced.font-size-300 h6,
  .ce_rsce_text_image_advanced.font-size-300 h1,
  .ce_rsce_text_image_advanced.font-size-300 h2,
  .ce_rsce_text_image_advanced.font-size-300 h3,
  .ce_rsce_text_image_advanced.font-size-300 h4,
  .ce_rsce_text_image_advanced.font-size-300 h5,
  .ce_rsce_text_image_advanced.font-size-300 h6,
  .ce_rsce_text_advanced.font-size-300 h1,
  .ce_rsce_text_advanced.font-size-300 h2,
  .ce_rsce_text_advanced.font-size-300 h3,
  .ce_rsce_text_advanced.font-size-300 h4,
  .ce_rsce_text_advanced.font-size-300 h5,
  .ce_rsce_text_advanced.font-size-300 h6 {
    font-size: 220%; }
  .ce_rsce_headline_advanced.font-size-400 h1, .ce_rsce_headline_advanced.font-size-400 h2, .ce_rsce_headline_advanced.font-size-400 h3, .ce_rsce_headline_advanced.font-size-400 h4, .ce_rsce_headline_advanced.font-size-400 h5, .ce_rsce_headline_advanced.font-size-400 h6,
  .ce_rsce_text_image_advanced.font-size-400 h1,
  .ce_rsce_text_image_advanced.font-size-400 h2,
  .ce_rsce_text_image_advanced.font-size-400 h3,
  .ce_rsce_text_image_advanced.font-size-400 h4,
  .ce_rsce_text_image_advanced.font-size-400 h5,
  .ce_rsce_text_image_advanced.font-size-400 h6,
  .ce_rsce_text_advanced.font-size-400 h1,
  .ce_rsce_text_advanced.font-size-400 h2,
  .ce_rsce_text_advanced.font-size-400 h3,
  .ce_rsce_text_advanced.font-size-400 h4,
  .ce_rsce_text_advanced.font-size-400 h5,
  .ce_rsce_text_advanced.font-size-400 h6 {
    font-size: 270%; }
  .ce_rsce_headline_advanced.font-size-500 h1, .ce_rsce_headline_advanced.font-size-500 h2, .ce_rsce_headline_advanced.font-size-500 h3, .ce_rsce_headline_advanced.font-size-500 h4, .ce_rsce_headline_advanced.font-size-500 h5, .ce_rsce_headline_advanced.font-size-500 h6,
  .ce_rsce_text_image_advanced.font-size-500 h1,
  .ce_rsce_text_image_advanced.font-size-500 h2,
  .ce_rsce_text_image_advanced.font-size-500 h3,
  .ce_rsce_text_image_advanced.font-size-500 h4,
  .ce_rsce_text_image_advanced.font-size-500 h5,
  .ce_rsce_text_image_advanced.font-size-500 h6,
  .ce_rsce_text_advanced.font-size-500 h1,
  .ce_rsce_text_advanced.font-size-500 h2,
  .ce_rsce_text_advanced.font-size-500 h3,
  .ce_rsce_text_advanced.font-size-500 h4,
  .ce_rsce_text_advanced.font-size-500 h5,
  .ce_rsce_text_advanced.font-size-500 h6 {
    font-size: 320%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_headline_advanced.font-size-250 h1, .ce_rsce_headline_advanced.font-size-250 h2, .ce_rsce_headline_advanced.font-size-250 h3, .ce_rsce_headline_advanced.font-size-250 h4, .ce_rsce_headline_advanced.font-size-250 h5, .ce_rsce_headline_advanced.font-size-250 h6,
  .ce_rsce_text_image_advanced.font-size-250 h1,
  .ce_rsce_text_image_advanced.font-size-250 h2,
  .ce_rsce_text_image_advanced.font-size-250 h3,
  .ce_rsce_text_image_advanced.font-size-250 h4,
  .ce_rsce_text_image_advanced.font-size-250 h5,
  .ce_rsce_text_image_advanced.font-size-250 h6,
  .ce_rsce_text_advanced.font-size-250 h1,
  .ce_rsce_text_advanced.font-size-250 h2,
  .ce_rsce_text_advanced.font-size-250 h3,
  .ce_rsce_text_advanced.font-size-250 h4,
  .ce_rsce_text_advanced.font-size-250 h5,
  .ce_rsce_text_advanced.font-size-250 h6 {
    font-size: 220%; }
  .ce_rsce_headline_advanced.font-size-300 h1, .ce_rsce_headline_advanced.font-size-300 h2, .ce_rsce_headline_advanced.font-size-300 h3, .ce_rsce_headline_advanced.font-size-300 h4, .ce_rsce_headline_advanced.font-size-300 h5, .ce_rsce_headline_advanced.font-size-300 h6,
  .ce_rsce_text_image_advanced.font-size-300 h1,
  .ce_rsce_text_image_advanced.font-size-300 h2,
  .ce_rsce_text_image_advanced.font-size-300 h3,
  .ce_rsce_text_image_advanced.font-size-300 h4,
  .ce_rsce_text_image_advanced.font-size-300 h5,
  .ce_rsce_text_image_advanced.font-size-300 h6,
  .ce_rsce_text_advanced.font-size-300 h1,
  .ce_rsce_text_advanced.font-size-300 h2,
  .ce_rsce_text_advanced.font-size-300 h3,
  .ce_rsce_text_advanced.font-size-300 h4,
  .ce_rsce_text_advanced.font-size-300 h5,
  .ce_rsce_text_advanced.font-size-300 h6 {
    font-size: 270%; }
  .ce_rsce_headline_advanced.font-size-400 h1, .ce_rsce_headline_advanced.font-size-400 h2, .ce_rsce_headline_advanced.font-size-400 h3, .ce_rsce_headline_advanced.font-size-400 h4, .ce_rsce_headline_advanced.font-size-400 h5, .ce_rsce_headline_advanced.font-size-400 h6,
  .ce_rsce_text_image_advanced.font-size-400 h1,
  .ce_rsce_text_image_advanced.font-size-400 h2,
  .ce_rsce_text_image_advanced.font-size-400 h3,
  .ce_rsce_text_image_advanced.font-size-400 h4,
  .ce_rsce_text_image_advanced.font-size-400 h5,
  .ce_rsce_text_image_advanced.font-size-400 h6,
  .ce_rsce_text_advanced.font-size-400 h1,
  .ce_rsce_text_advanced.font-size-400 h2,
  .ce_rsce_text_advanced.font-size-400 h3,
  .ce_rsce_text_advanced.font-size-400 h4,
  .ce_rsce_text_advanced.font-size-400 h5,
  .ce_rsce_text_advanced.font-size-400 h6 {
    font-size: 370%; }
  .ce_rsce_headline_advanced.font-size-500 h1, .ce_rsce_headline_advanced.font-size-500 h2, .ce_rsce_headline_advanced.font-size-500 h3, .ce_rsce_headline_advanced.font-size-500 h4, .ce_rsce_headline_advanced.font-size-500 h5, .ce_rsce_headline_advanced.font-size-500 h6,
  .ce_rsce_text_image_advanced.font-size-500 h1,
  .ce_rsce_text_image_advanced.font-size-500 h2,
  .ce_rsce_text_image_advanced.font-size-500 h3,
  .ce_rsce_text_image_advanced.font-size-500 h4,
  .ce_rsce_text_image_advanced.font-size-500 h5,
  .ce_rsce_text_image_advanced.font-size-500 h6,
  .ce_rsce_text_advanced.font-size-500 h1,
  .ce_rsce_text_advanced.font-size-500 h2,
  .ce_rsce_text_advanced.font-size-500 h3,
  .ce_rsce_text_advanced.font-size-500 h4,
  .ce_rsce_text_advanced.font-size-500 h5,
  .ce_rsce_text_advanced.font-size-500 h6 {
    font-size: 450%; } }

.ce_rsce_headline_advanced .headline-accent,
.ce_rsce_text_image_advanced .headline-accent,
.ce_rsce_text_advanced .headline-accent {
  color: #f18700; }

.ce_rsce_headline_advanced .headline--sub,
.ce_rsce_text_image_advanced .headline--sub,
.ce_rsce_text_advanced .headline--sub {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(72, 72, 70, 0.5); }

.ce_rsce_headline_advanced .headline-white,
.ce_rsce_headline_advanced.headline-white .ce_headline,
.ce_rsce_text_image_advanced .headline-white,
.ce_rsce_text_image_advanced.headline-white .ce_headline,
.ce_rsce_text_advanced .headline-white,
.ce_rsce_text_advanced.headline-white .ce_headline {
  color: #FFF; }

.ce_rsce_headline_advanced .headline-black,
.ce_rsce_headline_advanced.headline-black .ce_headline,
.ce_rsce_text_image_advanced .headline-black,
.ce_rsce_text_image_advanced.headline-black .ce_headline,
.ce_rsce_text_advanced .headline-black,
.ce_rsce_text_advanced.headline-black .ce_headline {
  color: #484846; }

.ce_rsce_headline_advanced .big,
.ce_rsce_headline_advanced.big .ce_headline,
.ce_rsce_text_image_advanced .big,
.ce_rsce_text_image_advanced.big .ce_headline,
.ce_rsce_text_advanced .big,
.ce_rsce_text_advanced.big .ce_headline {
  font-size: 48px;
  font-size: 3rem; }

.ce_rsce_headline_advanced .small,
.ce_rsce_headline_advanced.small .ce_headline,
.ce_rsce_text_image_advanced .small,
.ce_rsce_text_image_advanced.small .ce_headline,
.ce_rsce_text_advanced .small,
.ce_rsce_text_advanced.small .ce_headline {
  font-size: 38.4px;
  font-size: 2.4rem; }

.gradient--default-mark .ce_rsce_headline_advanced .headline--sub,
.gradient--mark-default .ce_rsce_headline_advanced .headline--sub,
.gradient--default-transparent .ce_rsce_headline_advanced .headline--sub,
.color--default .ce_rsce_headline_advanced .headline--sub,
.color--mark .ce_rsce_headline_advanced .headline--sub {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700; }

.ce_rsce_teaser {
  margin: 32px 0;
  margin: 2rem 0; }
  .ce_rsce_teaser h4 {
    color: #ed6501;
    padding: 16px 0;
    padding: 1rem 0;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 0; }
  .ce_rsce_teaser .text_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .ce_rsce_teaser .text_container .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .ce_rsce_teaser .ce_text {
    margin: 8px 0;
    margin: .5rem 0; }
  .ce_rsce_teaser .link a,
  .ce_rsce_teaser .link a:visited, .ce_rsce_teaser .link a:active {
    color: #f7a600;
    left: -20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-family: "eigerdals", sans-serif;
    font-style: italic; }
  .ce_rsce_teaser .link a:before {
    content: "\e876";
    font-family: "Linearicons-Free";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    width: 20px; }
  .ce_rsce_teaser .link a:hover {
    left: 0; }
    .ce_rsce_teaser .link a:hover:before {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  @media screen and (max-width: 768px) {
    .ce_rsce_teaser .link {
      text-align: center; } }

.ce_rsce_text_advanced .headline-accent {
  color: #f18700; }

.ce_rsce_text_advanced.color--default * {
  color: #f18700; }

.ce_rsce_text_advanced.color--mark * {
  color: #ed6501; }

.ce_rsce_text_advanced.color--dark-grey * {
  color: #333; }

.ce_rsce_text_advanced.color--light-grey * {
  color: #f5f5f5; }

.ce_rsce_text_advanced.color--black * {
  color: #000; }

.ce_rsce_text_advanced.color--white * {
  color: #FFF; }

.ce_rsce_text_advanced.limit_text_width {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 0) {
  .ce_rsce_text_advanced.font-size-125 p, .ce_rsce_text_advanced.font-size-125 ul {
    font-size: 115%; }
  .ce_rsce_text_advanced.font-size-150 p, .ce_rsce_text_advanced.font-size-150 ul {
    font-size: 125%; }
  .ce_rsce_text_advanced.font-size-175 p, .ce_rsce_text_advanced.font-size-175 ul {
    font-size: 140%; }
  .ce_rsce_text_advanced.font-size-200 p, .ce_rsce_text_advanced.font-size-200 ul {
    font-size: 150%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_text_advanced.font-size-125 p, .ce_rsce_text_advanced.font-size-125 ul {
    font-size: 125%; }
  .ce_rsce_text_advanced.font-size-150 p, .ce_rsce_text_advanced.font-size-150 ul {
    font-size: 150%; }
  .ce_rsce_text_advanced.font-size-175 p, .ce_rsce_text_advanced.font-size-175 ul {
    font-size: 175%; }
  .ce_rsce_text_advanced.font-size-200 p, .ce_rsce_text_advanced.font-size-200 ul {
    font-size: 200%; } }

.ce_rsce_text_advanced .ce_text {
  margin: 0;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px; }
  .ce_rsce_text_advanced .ce_text.columngap_small {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px; }
  .ce_rsce_text_advanced .ce_text.columngap_medium {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px; }
  .ce_rsce_text_advanced .ce_text.columngap_large {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
  .ce_rsce_text_advanced .ce_text.columngap_xlarge {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px; }
  .ce_rsce_text_advanced .ce_text.columncount_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
    @media screen and (max-width: 58.6875em) {
      .ce_rsce_text_advanced .ce_text.columncount_4 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media screen and (max-width: 47.9375em) {
      .ce_rsce_text_advanced .ce_text.columncount_4 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .ce_rsce_text_advanced .ce_text.columncount_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
    @media screen and (max-width: 47.9375em) {
      .ce_rsce_text_advanced .ce_text.columncount_3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .ce_rsce_text_advanced .ce_text.columncount_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    @media screen and (max-width: 47.9375em) {
      .ce_rsce_text_advanced .ce_text.columncount_2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }

@media screen and (min-width: 0) {
  .ce_rsce_text_advanced .ce_headline.font-size-250 h1, .ce_rsce_text_advanced .ce_headline.font-size-250 h2, .ce_rsce_text_advanced .ce_headline.font-size-250 h3, .ce_rsce_text_advanced .ce_headline.font-size-250 h4, .ce_rsce_text_advanced .ce_headline.font-size-250 h5, .ce_rsce_text_advanced .ce_headline.font-size-250 h6 {
    font-size: 200%; }
  .ce_rsce_text_advanced .ce_headline.font-size-300 h1, .ce_rsce_text_advanced .ce_headline.font-size-300 h2, .ce_rsce_text_advanced .ce_headline.font-size-300 h3, .ce_rsce_text_advanced .ce_headline.font-size-300 h4, .ce_rsce_text_advanced .ce_headline.font-size-300 h5, .ce_rsce_text_advanced .ce_headline.font-size-300 h6 {
    font-size: 250%; }
  .ce_rsce_text_advanced .ce_headline.font-size-400 h1, .ce_rsce_text_advanced .ce_headline.font-size-400 h2, .ce_rsce_text_advanced .ce_headline.font-size-400 h3, .ce_rsce_text_advanced .ce_headline.font-size-400 h4, .ce_rsce_text_advanced .ce_headline.font-size-400 h5, .ce_rsce_text_advanced .ce_headline.font-size-400 h6 {
    font-size: 300%; }
  .ce_rsce_text_advanced .ce_headline.font-size-500 h1, .ce_rsce_text_advanced .ce_headline.font-size-500 h2, .ce_rsce_text_advanced .ce_headline.font-size-500 h3, .ce_rsce_text_advanced .ce_headline.font-size-500 h4, .ce_rsce_text_advanced .ce_headline.font-size-500 h5, .ce_rsce_text_advanced .ce_headline.font-size-500 h6 {
    font-size: 350%; } }

@media screen and (min-width: 68.75em) {
  .ce_rsce_text_advanced .ce_headline.font-size-250 h1, .ce_rsce_text_advanced .ce_headline.font-size-250 h2, .ce_rsce_text_advanced .ce_headline.font-size-250 h3, .ce_rsce_text_advanced .ce_headline.font-size-250 h4, .ce_rsce_text_advanced .ce_headline.font-size-250 h5, .ce_rsce_text_advanced .ce_headline.font-size-250 h6 {
    font-size: 250%; }
  .ce_rsce_text_advanced .ce_headline.font-size-300 h1, .ce_rsce_text_advanced .ce_headline.font-size-300 h2, .ce_rsce_text_advanced .ce_headline.font-size-300 h3, .ce_rsce_text_advanced .ce_headline.font-size-300 h4, .ce_rsce_text_advanced .ce_headline.font-size-300 h5, .ce_rsce_text_advanced .ce_headline.font-size-300 h6 {
    font-size: 300%; }
  .ce_rsce_text_advanced .ce_headline.font-size-400 h1, .ce_rsce_text_advanced .ce_headline.font-size-400 h2, .ce_rsce_text_advanced .ce_headline.font-size-400 h3, .ce_rsce_text_advanced .ce_headline.font-size-400 h4, .ce_rsce_text_advanced .ce_headline.font-size-400 h5, .ce_rsce_text_advanced .ce_headline.font-size-400 h6 {
    font-size: 400%; }
  .ce_rsce_text_advanced .ce_headline.font-size-500 h1, .ce_rsce_text_advanced .ce_headline.font-size-500 h2, .ce_rsce_text_advanced .ce_headline.font-size-500 h3, .ce_rsce_text_advanced .ce_headline.font-size-500 h4, .ce_rsce_text_advanced .ce_headline.font-size-500 h5, .ce_rsce_text_advanced .ce_headline.font-size-500 h6 {
    font-size: 500%; } }

.teaserbox .text_container {
  border-radius: 6px;
  background: #f18700;
  position: relative;
  font-weight: 900;
  color: #FFF; }
  .teaserbox .text_container .headline {
    display: inline-block;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 100; }
  .teaserbox .text_container .text {
    padding: 8px 16px 16px;
    padding: .5rem 1rem 1rem;
    font-weight: 300; }
    .teaserbox .text_container .text ul {
      margin: 0;
      padding: 0;
      padding-left: 16px;
      padding-left: 1rem; }
  .teaserbox .text_container .headline-icon:before {
    content: attr(data-icon);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    margin-right: .5rem;
    font-style: normal; }
  .teaserbox .text_container p {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .teaserbox .text_container .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .teaserbox .text_container .cta a {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-weight: 600;
    -webkit-transition: background 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
    -o-transition: background 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
    transition: background 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
    color: #f18700; }
    .teaserbox .text_container .cta a:hover {
      background: #FFF; }
    @media screen and (max-width: 47.9375em) {
      .teaserbox .text_container .cta a {
        width: 100%;
        text-align: center; } }

.teaserbox.gradient .text_container {
  background: -o-linear-gradient(20deg, #ed6501, #f7a600);
  background: linear-gradient(70deg, #ed6501, #f7a600); }
  .teaserbox.gradient .text_container .cta a {
    color: #f7a600; }

.teaserbox.highlight .text_container {
  background: #f7a600; }
  .teaserbox.highlight .text_container .cta a {
    color: #f7a600; }

.teaserbox.mark .text_container {
  background: #ed6501; }
  .teaserbox.mark .text_container .cta a {
    color: #ed6501; }

.teaserbox.simple-teaser .full_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.teaserbox.simple-teaser span.headline {
  margin-bottom: 0;
  text-transform: uppercase; }

.teaserbox.simple-teaser .text_container .text {
  padding: 24px 16px;
  padding: 1.5rem 1rem; }

.news_container .row {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 47.9375em) {
    .news_container .row {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.ce_rsce_news {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-top: 0 !important;
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
  padding: 0 15px;
  padding: 0 0.9375rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media screen and (max-width: 47.9375em) {
    .ce_rsce_news {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .ce_rsce_news .image_container {
    position: relative; }
    .ce_rsce_news .image_container:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #484846;
      opacity: .1;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .ce_rsce_news:hover .image_container:after {
    opacity: 0; }
  .ce_rsce_news .date_container {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f18700;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    padding: 1rem; }
    .ce_rsce_news .date_container .date {
      font-weight: 100;
      color: #FFF;
      text-align: center;
      text-transform: uppercase; }
  .ce_rsce_news .text_container {
    background: #f5f5f5;
    padding: 16px 15px;
    padding: 1rem 0.9375rem; }
    .ce_rsce_news .text_container .topic {
      margin-top: 12px;
      margin-top: .75rem; }
    .ce_rsce_news .text_container .title {
      font-weight: bold;
      margin-bottom: 16px;
      margin-bottom: 1rem; }
  .ce_rsce_news .buttons {
    padding: 8px 0;
    padding: .5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ce_rsce_news .buttons .btn a, .ce_rsce_news .buttons .btn a:visited, .ce_rsce_news .buttons .btn a:active {
      color: #FFF;
      background: #f18700; }

.ce_rsce_text_advanced_image .text_header .image_container {
  max-width: 200px;
  width: 100%;
  display: inline-block;
  padding-right: 16px;
  padding-right: 1rem; }

.ce_rsce_text_advanced_image .text_header .ce_headline {
  display: inline-block; }

.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 16px;
  right: 1rem;
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1999;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 12.8px;
  font-size: .8rem;
  line-height: 50px; }
  .scrollToTop.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
  .scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus {
    bottom: 75px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #f18700; }

@media screen and (max-width: 47.9375em) {
  body.cookiebar-active .scrollToTop {
    bottom: 155px; } }

/*
<div class="scrollToTop">
<i class="fa fa-chevron-up"></i>
</div>
*/
.overlay_container > .inside {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  position: relative; }

.overlay {
  -webkit-transform: translateY(-1000%);
  -ms-transform: translateY(-1000%);
  transform: translateY(-1000%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background: rgba(241, 135, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 99999; }
    .overlay.active .close--overlay {
      cursor: pointer;
      opacity: 1; }

.overlay_container {
  width: 100%;
  overflow-y: scroll;
  padding: 64px 0;
  padding: 4rem 0;
  max-height: 100%; }
  .overlay_container > .inside {
    background: #FFF;
    max-width: 75em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 32px;
    padding: 1.5rem 2rem;
    position: relative; }

.close--overlay {
  display: block;
  position: absolute;
  right: 32px;
  right: 2rem;
  top: 8px;
  top: .5rem;
  color: #FFF;
  font-size: 32px;
  font-size: 2rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .close--overlay:hover {
    cursor: pointer;
    opacity: .6; }

.rsce_bgimage.loader-active:before {
  z-index: 101; }

.loader {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f18700;
  top: 0;
  left: 0;
  z-index: 4;
  background-size: 600% 600%;
  -webkit-animation: gradAnim 16s cubic-bezier(0.82, 0.78, 0.19, 0.96) infinite;
  animation: gradAnim 16s cubic-bezier(0.82, 0.78, 0.19, 0.96) infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .loader.loaded {
    opacity: 0;
    z-index: -1; }

@-webkit-keyframes gradAnim {
  0% {
    background-position: 0% 51%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 51%; } }

@keyframes gradAnim {
  0% {
    background-position: 0% 51%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 51%; } }

.loader-inner {
  display: block;
  height: 64px;
  width: 64px;
  -webkit-animation: loader-2-1 3s linear infinite;
  animation: loader-2-1 3s linear infinite;
  margin-top: -15%; }

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

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

.loader-inner span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  clip: rect(32px, 64px, 64px, 0);
  -webkit-animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

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

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

.loader-inner span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #FFF;
  border-radius: 50%;
  -webkit-animation: loader-2-3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

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

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

.loader-inner span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%; }

/*
  	<div class="loader">
		<div class="wavy-loader">
		  <span></span>
		  <span></span>
		  <span></span>
		  <span></span>
		  <span></span>
		</div>
	</div>
  */
header .mod_logo {
  position: relative;
  width: auto;
  -ms-flex-preferred-size: 15vw;
  flex-basis: 15vw;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 120px; }
  @media screen and (max-width: 58.6875em) {
    header .mod_logo {
      height: 80px; } }
  header .mod_logo .logo {
    height: inherit;
    width: 100%; }
    header .mod_logo .logo a, header .mod_logo .logo img {
      position: absolute;
      width: 100%;
      height: inherit; }

header .logo {
  overflow: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  -o-transition: opacity 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  transition: opacity 0.3s cubic-bezier(0.82, 0.78, 0.19, 0.96);
  position: absolute; }
  header .logo a {
    background-position: 0px center;
    background-repeat: no-repeat; }
    header .logo a img {
      display: none; }

header .logo-gradient a {
  background-image: url(/files/default/img/corporate/logo_gradient.svg); }

header .logo-small {
  visibility: hidden;
  opacity: 0; }
  header .logo-small a {
    background-image: url(/files/default/img/corporate/logo_small.svg); }

header.is-stuck {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
  header.is-stuck .mod_logo {
    height: 100px; }
  header.is-stuck .logo-gradient {
    opacity: 0;
    visibility: hidden; }
  header.is-stuck .logo-small {
    visibility: visible;
    opacity: 1;
    top: 0; }

@media screen and (max-width: 58.6875em) {
  header.is-stuck .mod_logo {
    height: 80px; }
  header .logo-gradient {
    opacity: 0;
    visibility: hidden; }
  header .logo-small {
    visibility: visible;
    opacity: 1;
    top: 0; } }

.home .mod_logo.big {
  width: 50%; }
  .home .mod_logo.big img {
    width: 100%; }
  @media screen and (max-width: 68.6875em) {
    .home .mod_logo.big {
      margin-top: 3rem; } }
  @media screen and (max-width: 47.9375em) {
    .home .mod_logo.big {
      width: 100%; }
      .home .mod_logo.big img {
        width: 75%; } }
  @media screen and (max-width: 47.9375em) and (max-height: 640px) {
    .home .mod_logo.big {
      width: 40%;
      margin-left: auto;
      margin-right: auto; }
      .home .mod_logo.big img {
        width: 100%; } }

@media screen and (max-width: 34.3125em) and (max-height: 640px) {
  .home .mod_logo.big {
    width: calc((100% / 3) * 2); } }

@media screen and (orientation: landscape) and (max-width: 58.6875em) {
  .mod_logo {
    height: 80px; }
  .home .mod_logo.big {
    height: auto; } }

@media screen and (orientation: landscape) and (max-width: 47.9375em) {
  .home .mod_logo.big {
    height: 120px; }
    .home .mod_logo.big img {
      width: 100%;
      height: inherit; } }

.mod_pageImage {
  padding-top: 32px;
  padding-top: 2rem;
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .mod_pageImage .image_container {
    padding: 0 15px;
    padding: 0 0.9375rem;
    position: relative; }
  .mod_pageImage figcaption {
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    color: #FFF;
    font-weight: 500;
    padding: .75vw 1vw .75vw 2vw;
    text-align: right;
    font-size: 1.6vw;
    z-index: 10;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 25px; }
    @media screen and (max-width: 58.6875em) {
      .mod_pageImage figcaption {
        font-size: 3vw;
        max-width: 100vw;
        padding: 2vw 3vw 2vw 6vw; } }
  .mod_pageImage .pageImage--textbox {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 15px;
    right: 0.9375rem;
    height: 100%;
    padding: 15px 40px;
    padding: 0.9375rem 2.5rem;
    background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
    background-image: linear-gradient(70deg, #ed6501, #f7a600);
    color: #fff; }
    .mod_pageImage .pageImage--textbox > .inside {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .mod_pageImage .pageImage--textbox h2 {
      color: #fff; }
    .mod_pageImage .pageImage--textbox h1, .mod_pageImage .pageImage--textbox h2, .mod_pageImage .pageImage--textbox h3, .mod_pageImage .pageImage--textbox h4, .mod_pageImage .pageImage--textbox h5, .mod_pageImage .pageImage--textbox h6 {
      color: #fff;
      text-transform: uppercase;
      font-size: 1vw;
      font-weight: normal; }
    .mod_pageImage .pageImage--textbox ul li, .mod_pageImage .pageImage--textbox ol li {
      font-size: .8vw;
      margin-left: 0 !important;
      position: relative;
      padding-left: 35px;
      padding-top: 4px;
      padding-top: .25rem;
      padding-bottom: 4px;
      padding-bottom: .25rem;
      list-style: none;
      color: #fff; }
      .mod_pageImage .pageImage--textbox ul li:before, .mod_pageImage .pageImage--textbox ol li:before {
        content: url("/files/default/img/corporate/check-white.svg");
        width: 1.2vw;
        width: 1.2vw;
        left: 0;
        position: absolute; }
    @media screen and (max-width: 1560px) {
      .mod_pageImage .pageImage--textbox h1, .mod_pageImage .pageImage--textbox h2, .mod_pageImage .pageImage--textbox h3, .mod_pageImage .pageImage--textbox h4, .mod_pageImage .pageImage--textbox h5, .mod_pageImage .pageImage--textbox h6 {
        font-size: 1.5vw; }
      .mod_pageImage .pageImage--textbox ul li, .mod_pageImage .pageImage--textbox ol li {
        font-size: 1.1vw; } }
    @media screen and (max-width: 1050px) {
      .mod_pageImage .pageImage--textbox {
        position: relative;
        display: block;
        margin-left: 0.9375rem;
        width: 100%; }
        .mod_pageImage .pageImage--textbox > .inside {
          top: 0;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); }
        .mod_pageImage .pageImage--textbox h2 {
          font-size: 1rem; }
        .mod_pageImage .pageImage--textbox ul li, .mod_pageImage .pageImage--textbox ol li {
          display: inline-block;
          font-size: .95rem;
          padding-left: 33px;
          padding-right: 10px; }
          .mod_pageImage .pageImage--textbox ul li:before, .mod_pageImage .pageImage--textbox ol li:before {
            width: 25px;
            height: 25px; } }

#main .mod_breadcrumb {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-top: 2rem; }
  #main .mod_breadcrumb ul {
    margin: 0;
    padding: 0 15px;
    padding: 0 0.9375rem;
    list-style-type: none;
    display: block;
    float: left; }
  #main .mod_breadcrumb li {
    display: block;
    float: left;
    margin-left: 0; }
    #main .mod_breadcrumb li.first {
      display: none; }
    #main .mod_breadcrumb li:not(:first-child):before {
      content: "\203a";
      padding-left: 8px;
      padding-left: .5rem;
      margin-right: 8px;
      margin-right: .5rem; }
    #main .mod_breadcrumb li a, #main .mod_breadcrumb li a:visited, #main .mod_breadcrumb li a:active {
      color: #484846;
      text-decoration: none; }
      #main .mod_breadcrumb li a:hover, #main .mod_breadcrumb li a:visited:hover, #main .mod_breadcrumb li a:active:hover {
        text-decoration: underline; }

body.home #main .mod_breadcrumb {
  display: none; }

body.dws .mod_schnellkontakt .buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mod_schnellkontakt {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .mod_schnellkontakt .buttons .button {
    position: relative;
    margin: 0 8px;
    margin: 0 .5rem;
    margin-right: 0;
    height: 60px;
    cursor: pointer;
    width: 80px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
    background-image: linear-gradient(70deg, #ed6501, #f7a600);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px; }
    .mod_schnellkontakt .buttons .button i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .mod_schnellkontakt .buttons .button.active i {
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
    .mod_schnellkontakt .buttons .button:hover {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .mod_schnellkontakt .info_container {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 16px;
    padding: 1rem;
    display: none;
    position: absolute;
    background: #FFF;
    color: #f18700;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: auto;
    top: -2px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    left: auto;
    right: 120px;
    border: 1px solid #f7a600; }
    .mod_schnellkontakt .info_container a, .mod_schnellkontakt .info_container a:visited, .mod_schnellkontakt .info_container a:active {
      color: #f18700; }
    .mod_schnellkontakt .info_container.mail {
      top: 58px; }
    .mod_schnellkontakt .info_container.loc {
      top: 118px; }
    .mod_schnellkontakt .info_container.open {
      top: 178px; }

@media screen and (min-width: 58.75em) {
  body.slider .mod_schnellkontakt {
    position: absolute;
    top: 720px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    z-index: 99;
    height: 50vh; } }
  @media screen and (min-width: 58.75em) and (min-width: 1921px) {
    body.slider .mod_schnellkontakt {
      top: 800px; } }

@media screen and (min-width: 58.75em) {
    body.slider .mod_schnellkontakt.stick-it {
      position: fixed;
      top: -8%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); } }

@media screen and (max-height: 748px) and (min-width: 58.6875em) {
  .mod_schnellkontakt .info_container {
    top: -2px; }
    .mod_schnellkontakt .info_container.mail {
      top: -2px; }
    .mod_schnellkontakt .info_container.loc {
      top: -2px; }
    .mod_schnellkontakt .info_container.open {
      top: -2px; } }

.mobile_menu_active .mod_schnellkontakt {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%); }

@media screen and (max-width: 58.6875em) {
  .mod_schnellkontakt {
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 45px;
    width: auto;
    left: 50%;
    right: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; } }
  @media screen and (max-width: 58.6875em) and (max-width: 68.6875em) {
    .mod_schnellkontakt {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 58.6875em) {
    .mod_schnellkontakt .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
      .mod_schnellkontakt .buttons .button {
        position: relative;
        margin: 0 .5rem;
        height: 90px;
        margin-right: .5rem;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        width: 60px;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        background-image: -o-linear-gradient(20deg, #ed6501, #f7a600);
        background-image: linear-gradient(70deg, #ed6501, #f7a600);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .mod_schnellkontakt .buttons .button i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .mod_schnellkontakt .buttons .button.active i {
          -webkit-transform: translate(-50%, -100%);
          -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }
        .mod_schnellkontakt .buttons .button:hover {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
    .mod_schnellkontakt .info_container {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      padding: 1rem;
      display: none;
      position: absolute;
      background: #FFF;
      color: #f18700;
      width: auto;
      display: inline-block;
      border-radius: 10px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: auto;
      top: 70px;
      font-size: 1rem;
      font-weight: 700;
      left: auto;
      right: calc(210px + 3.5rem); }
      .mod_schnellkontakt .info_container a, .mod_schnellkontakt .info_container a:visited, .mod_schnellkontakt .info_container a:active {
        color: #f18700; }
      .mod_schnellkontakt .info_container.mail {
        top: 70px;
        left: auto;
        right: calc(150px + 2.5rem); }
      .mod_schnellkontakt .info_container.loc {
        top: 70px;
        left: auto;
        right: calc(90px + 1.5rem); }
      .mod_schnellkontakt .info_container.open {
        top: 70px;
        left: auto; } }
    @media screen and (max-width: 58.6875em) and (max-width: 68.6875em) {
      .mod_schnellkontakt .info_container {
        left: 0;
        right: 0; }
        .mod_schnellkontakt .info_container.mail, .mod_schnellkontakt .info_container.loc {
          left: 0;
          right: 0; } }

@media screen and (max-width: 510px) {
  .mod_schnellkontakt .buttons .button {
    width: 40px;
    font-size: 20px; }
  .mod_schnellkontakt .info_container.open {
    left: calc(0px - 2rem); } }

@media screen and (max-width: 410px) {
  .mod_schnellkontakt {
    display: none; } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  -o-transition-duration: .45s;
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  -o-transition-duration: .55s;
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  -o-transition-duration: .65s;
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  -o-transition-delay: .65s;
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  -o-transition-duration: .75s;
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  -o-transition-duration: .85s;
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  -o-transition-duration: .95s;
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  -o-transition-delay: .95s;
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-delay="4000"], body[data-aos-delay="4000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="4000"].aos-animate, body[data-aos-delay="4000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

/* 
CHEATSHEET
https://linearicons.com/free 
*/
@font-face {
  font-family: 'Linearicons-Free';
  src: url("/files/default/fonts/lnr/linearicons-free.eot?w118d");
  src: url("/files/default/fonts/lnr/linearicons-free.eot?#iefixw118d") format("embedded-opentype"), url("/files/default/fonts/lnr/linearicons-free.woff2?w118d") format("woff2"), url("/files/default/fonts/lnr/linearicons-free.woff?w118d") format("woff"), url("/files/default/fonts/lnr/linearicons-free.ttf?w118d") format("truetype"), url("/files/default/fonts/lnr/linearicons-free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal; }

.lnr {
  font-family: 'Linearicons-Free';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lnr.bold {
    font-weight: 900; }

.lnr-home:before {
  content: "\e800"; }

.lnr-apartment:before {
  content: "\e801"; }

.lnr-pencil:before {
  content: "\e802"; }

.lnr-magic-wand:before {
  content: "\e803"; }

.lnr-drop:before {
  content: "\e804"; }

.lnr-lighter:before {
  content: "\e805"; }

.lnr-poop:before {
  content: "\e806"; }

.lnr-sun:before {
  content: "\e807"; }

.lnr-moon:before {
  content: "\e808"; }

.lnr-cloud:before {
  content: "\e809"; }

.lnr-cloud-upload:before {
  content: "\e80a"; }

.lnr-cloud-download:before {
  content: "\e80b"; }

.lnr-cloud-sync:before {
  content: "\e80c"; }

.lnr-cloud-check:before {
  content: "\e80d"; }

.lnr-database:before {
  content: "\e80e"; }

.lnr-lock:before {
  content: "\e80f"; }

.lnr-cog:before {
  content: "\e810"; }

.lnr-trash:before {
  content: "\e811"; }

.lnr-dice:before {
  content: "\e812"; }

.lnr-heart:before {
  content: "\e813"; }

.lnr-star:before {
  content: "\e814"; }

.lnr-star-half:before {
  content: "\e815"; }

.lnr-star-empty:before {
  content: "\e816"; }

.lnr-flag:before {
  content: "\e817"; }

.lnr-envelope:before {
  content: "\e818"; }

.lnr-paperclip:before {
  content: "\e819"; }

.lnr-inbox:before {
  content: "\e81a"; }

.lnr-eye:before {
  content: "\e81b"; }

.lnr-printer:before {
  content: "\e81c"; }

.lnr-file-empty:before {
  content: "\e81d"; }

.lnr-file-add:before {
  content: "\e81e"; }

.lnr-enter:before {
  content: "\e81f"; }

.lnr-exit:before {
  content: "\e820"; }

.lnr-graduation-hat:before {
  content: "\e821"; }

.lnr-license:before {
  content: "\e822"; }

.lnr-music-note:before {
  content: "\e823"; }

.lnr-film-play:before {
  content: "\e824"; }

.lnr-camera-video:before {
  content: "\e825"; }

.lnr-camera:before {
  content: "\e826"; }

.lnr-picture:before {
  content: "\e827"; }

.lnr-book:before {
  content: "\e828"; }

.lnr-bookmark:before {
  content: "\e829"; }

.lnr-user:before {
  content: "\e82a"; }

.lnr-users:before {
  content: "\e82b"; }

.lnr-shirt:before {
  content: "\e82c"; }

.lnr-store:before {
  content: "\e82d"; }

.lnr-cart:before {
  content: "\e82e"; }

.lnr-tag:before {
  content: "\e82f"; }

.lnr-phone-handset:before {
  content: "\e830"; }

.lnr-phone:before {
  content: "\e831"; }

.lnr-pushpin:before {
  content: "\e832"; }

.lnr-map-marker:before {
  content: "\e833"; }

.lnr-map:before {
  content: "\e834"; }

.lnr-location:before {
  content: "\e835"; }

.lnr-calendar-full:before {
  content: "\e836"; }

.lnr-keyboard:before {
  content: "\e837"; }

.lnr-spell-check:before {
  content: "\e838"; }

.lnr-screen:before {
  content: "\e839"; }

.lnr-smartphone:before {
  content: "\e83a"; }

.lnr-tablet:before {
  content: "\e83b"; }

.lnr-laptop:before {
  content: "\e83c"; }

.lnr-laptop-phone:before {
  content: "\e83d"; }

.lnr-power-switch:before {
  content: "\e83e"; }

.lnr-bubble:before {
  content: "\e83f"; }

.lnr-heart-pulse:before {
  content: "\e840"; }

.lnr-construction:before {
  content: "\e841"; }

.lnr-pie-chart:before {
  content: "\e842"; }

.lnr-chart-bars:before {
  content: "\e843"; }

.lnr-gift:before {
  content: "\e844"; }

.lnr-diamond:before {
  content: "\e845"; }

.lnr-linearicons:before {
  content: "\e846"; }

.lnr-dinner:before {
  content: "\e847"; }

.lnr-coffee-cup:before {
  content: "\e848"; }

.lnr-leaf:before {
  content: "\e849"; }

.lnr-paw:before {
  content: "\e84a"; }

.lnr-rocket:before {
  content: "\e84b"; }

.lnr-briefcase:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-car:before {
  content: "\e84e"; }

.lnr-train:before {
  content: "\e84f"; }

.lnr-bicycle:before {
  content: "\e850"; }

.lnr-wheelchair:before {
  content: "\e851"; }

.lnr-select:before {
  content: "\e852"; }

.lnr-earth:before {
  content: "\e853"; }

.lnr-smile:before {
  content: "\e854"; }

.lnr-sad:before {
  content: "\e855"; }

.lnr-neutral:before {
  content: "\e856"; }

.lnr-mustache:before {
  content: "\e857"; }

.lnr-alarm:before {
  content: "\e858"; }

.lnr-bullhorn:before {
  content: "\e859"; }

.lnr-volume-high:before {
  content: "\e85a"; }

.lnr-volume-medium:before {
  content: "\e85b"; }

.lnr-volume-low:before {
  content: "\e85c"; }

.lnr-volume:before {
  content: "\e85d"; }

.lnr-mic:before {
  content: "\e85e"; }

.lnr-hourglass:before {
  content: "\e85f"; }

.lnr-undo:before {
  content: "\e860"; }

.lnr-redo:before {
  content: "\e861"; }

.lnr-sync:before {
  content: "\e862"; }

.lnr-history:before {
  content: "\e863"; }

.lnr-clock:before {
  content: "\e864"; }

.lnr-download:before {
  content: "\e865"; }

.lnr-upload:before {
  content: "\e866"; }

.lnr-enter-down:before {
  content: "\e867"; }

.lnr-exit-up:before {
  content: "\e868"; }

.lnr-bug:before {
  content: "\e869"; }

.lnr-code:before {
  content: "\e86a"; }

.lnr-link:before {
  content: "\e86b"; }

.lnr-unlink:before {
  content: "\e86c"; }

.lnr-thumbs-up:before {
  content: "\e86d"; }

.lnr-thumbs-down:before {
  content: "\e86e"; }

.lnr-magnifier:before {
  content: "\e86f"; }

.lnr-cross:before {
  content: "\e870"; }

.lnr-menu:before {
  content: "\e871"; }

.lnr-list:before {
  content: "\e872"; }

.lnr-chevron-up:before {
  content: "\e873"; }

.lnr-chevron-down:before {
  content: "\e874"; }

.lnr-chevron-left:before {
  content: "\e875"; }

.lnr-chevron-right:before {
  content: "\e876"; }

.lnr-arrow-up:before {
  content: "\e877"; }

.lnr-arrow-down:before {
  content: "\e878"; }

.lnr-arrow-left:before {
  content: "\e879"; }

.lnr-arrow-right:before {
  content: "\e87a"; }

.lnr-move:before {
  content: "\e87b"; }

.lnr-warning:before {
  content: "\e87c"; }

.lnr-question-circle:before {
  content: "\e87d"; }

.lnr-menu-circle:before {
  content: "\e87e"; }

.lnr-checkmark-circle:before {
  content: "\e87f"; }

.lnr-cross-circle:before {
  content: "\e880"; }

.lnr-plus-circle:before {
  content: "\e881"; }

.lnr-circle-minus:before {
  content: "\e882"; }

.lnr-arrow-up-circle:before {
  content: "\e883"; }

.lnr-arrow-down-circle:before {
  content: "\e884"; }

.lnr-arrow-left-circle:before {
  content: "\e885"; }

.lnr-arrow-right-circle:before {
  content: "\e886"; }

.lnr-chevron-up-circle:before {
  content: "\e887"; }

.lnr-chevron-down-circle:before {
  content: "\e888"; }

.lnr-chevron-left-circle:before {
  content: "\e889"; }

.lnr-chevron-right-circle:before {
  content: "\e88a"; }

.lnr-crop:before {
  content: "\e88b"; }

.lnr-frame-expand:before {
  content: "\e88c"; }

.lnr-frame-contract:before {
  content: "\e88d"; }

.lnr-layers:before {
  content: "\e88e"; }

.lnr-funnel:before {
  content: "\e88f"; }

.lnr-text-format:before {
  content: "\e890"; }

.lnr-text-format-remove:before {
  content: "\e891"; }

.lnr-text-size:before {
  content: "\e892"; }

.lnr-bold:before {
  content: "\e893"; }

.lnr-italic:before {
  content: "\e894"; }

.lnr-underline:before {
  content: "\e895"; }

.lnr-strikethrough:before {
  content: "\e896"; }

.lnr-highlight:before {
  content: "\e897"; }

.lnr-text-align-left:before {
  content: "\e898"; }

.lnr-text-align-center:before {
  content: "\e899"; }

.lnr-text-align-right:before {
  content: "\e89a"; }

.lnr-text-align-justify:before {
  content: "\e89b"; }

.lnr-line-spacing:before {
  content: "\e89c"; }

.lnr-indent-increase:before {
  content: "\e89d"; }

.lnr-indent-decrease:before {
  content: "\e89e"; }

.lnr-pilcrow:before {
  content: "\e89f"; }

.lnr-direction-ltr:before {
  content: "\e8a0"; }

.lnr-direction-rtl:before {
  content: "\e8a1"; }

.lnr-page-break:before {
  content: "\e8a2"; }

.lnr-sort-alpha-asc:before {
  content: "\e8a3"; }

.lnr-sort-amount-asc:before {
  content: "\e8a4"; }

.lnr-hand:before {
  content: "\e8a5"; }

.lnr-pointer-up:before {
  content: "\e8a6"; }

.lnr-pointer-right:before {
  content: "\e8a7"; }

.lnr-pointer-down:before {
  content: "\e8a8"; }

.lnr-pointer-left:before {
  content: "\e8a9"; }

/*!
 * Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite; }

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #f18700;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose, .gnext, .gprev {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none; }

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 100%;
  height: auto; }

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1; }

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description, .glightbox-modern .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc, .glightbox-modern .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video, .glightbox-modern .gslide-video {
  background: #000; }

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev, .glightbox-modern .gclose, .glightbox-modern .gnext, .glightbox-modern .gprev {
  background-color: rgba(0, 0, 0, 0.12); }

.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover, .glightbox-modern .gclose:hover, .glightbox-modern .gnext:hover, .glightbox-modern .gprev:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path, .glightbox-modern .gclose path, .glightbox-modern .gnext path, .glightbox-modern .gprev path {
  fill: #fff; }

.glightbox-clean button:focus:not(.focused):not(.disabled), .glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: 0; }

.glightbox-clean .gprev, .glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gnext, .glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gclose, .glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px; }

.glightbox-clean .gclose svg, .glightbox-modern .gclose svg {
  width: 20px; }

.glightbox-clean .gclose:hover, .glightbox-modern .gclose:hover {
  opacity: 1; }

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease; }

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

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

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner, .glightbox-modern .description-left .gdesc-inner, .glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev, .glightbox-modern .gprev {
    top: 45%; }
  .glightbox-clean .gnext, .glightbox-modern .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose, .glightbox-modern .gclose {
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all {
    background: transparent;
    color: #ed6501;
    border-color: #ed6501;
}
body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all:hover {
	background: #ed6501;
    color: #fff;
    border-color: #ed6501;
}
