@charset "UTF-8";
/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   https://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (Sass only)
 * - Fonts
 * - Basic settings (Sass only)
 * - Colors (Sass only)
 * - General styles
 * - navigation styles
 * - Button styles
 * - Wrapper Elements
 * - Elements in order of appearance in HTML
 * - Homepage elements
 * - Content styles
 * - Form styles
 * - Footer styles
 * - No image-main
 * - Module styles (Search, FAQ, News, Events, Comments)
 * - Media queries
 * - Grid (design + production helper)
 * ======================================== */
/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
  font-family: "RockSolid Icons";
  src: url('../fonts/rocksolid-icons.eot');
  src: url('../fonts/rocksolid-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/rocksolid-icons.woff') format('woff'), url('../fonts/rocksolid-icons.ttf') format('truetype'), url('../fonts/rocksolid-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ===========================================
 * General styles
 * ======================================== */
/* line 155, ../scss/custom.scss */
:root {
  --safe-area-left: 0px;
  --safe-area-right: 0px;
  --safe-area-top: 0px;
  --safe-area-bottom: 0px;
}
@supports (padding: calc(constant(safe-area-inset-left, 0px) / 1.5)) {
  /* line 155, ../scss/custom.scss */
  :root {
    /* Non-standard iOS 11.1 syntax */
    --safe-area-left: calc(constant(safe-area-inset-left, 0px) / 1.5);
    --safe-area-right: calc(constant(safe-area-inset-right, 0px) / 1.5);
    --safe-area-top: constant(safe-area-inset-top, 0px);
    --safe-area-bottom: constant(safe-area-inset-bottom, 0px);
  }
}
@supports (padding: calc(max(0px, env(safe-area-inset-left, 0px) - 14px))) and (padding: calc(max(0px, 1px))) {
  /* line 155, ../scss/custom.scss */
  :root {
    /* W3C standard and iOS 11.2 syntax */
    --safe-area-left: calc(max(0px, env(safe-area-inset-left, 0px) - 14px));
    --safe-area-right: calc(max(0px, env(safe-area-inset-right, 0px) - 14px));
    --safe-area-top: env(safe-area-inset-top, 0px);
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  }
}

/* line 176, ../scss/custom.scss */
html {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: var(--safe-area-top);
  -webkit-tap-highlight-color: #3b3b3b;
}

/* line 183, ../scss/custom.scss */
body {
  font: 16px/1.5 "PT Sans", sans-serif;
  color: #383939;
  background: white;
}
/* line 187, ../scss/custom.scss */
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background-color: white;
}
@media only screen and (max-width: 599px) {
  /* line 187, ../scss/custom.scss */
  body:before {
    height: 315px;
  }
}
/* line 201, ../scss/custom.scss */
body.aurelium-home {
  background: white;
}
/* line 203, ../scss/custom.scss */
body.aurelium-home:before {
  content: none;
}

/* line 209, ../scss/custom.scss */
* {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Resetting box model for moo_mediabox and j_colorbox */
/* line 214, ../scss/custom.scss */
#mbCenter, #colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 218, ../scss/custom.scss */
::selection {
  background: #0071b9;
  color: white;
  text-shadow: none !important;
}

/* line 224, ../scss/custom.scss */
::-moz-selection {
  background: #0071b9;
  color: white;
  text-shadow: none !important;
}

/* line 230, ../scss/custom.scss */
button, input, select, textarea {
  font-family: inherit;
}

/* line 234, ../scss/custom.scss */
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
/* line 238, ../scss/custom.scss */
table th {
  padding: 10px 8px;
  border-bottom: 2px solid #cdd1d3;
  color: #6d6d6d;
}
/* line 242, ../scss/custom.scss */
table th.col_0 {
  border-bottom-width: 1px;
}
/* line 246, ../scss/custom.scss */
table td {
  padding: 6px 8px;
  border-bottom: 1px solid #cdd1d3;
  color: #6d6d6d;
}
/* line 251, ../scss/custom.scss */
table td, table td img {
  vertical-align: top;
}
/* line 255, ../scss/custom.scss */
table tbody tr:nth-child(odd) {
  background-color: rgba(81, 81, 81, 0.1);
}
/* line 258, ../scss/custom.scss */
table tbody tr:hover {
  background-color: white;
}
/* line 262, ../scss/custom.scss */
table tfoot {
  font-weight: bold;
}
/* line 265, ../scss/custom.scss */
table a {
  border-bottom: 0 !important;
}

/* line 270, ../scss/custom.scss */
a {
  color: #3b3b3b;
  text-decoration: none;
}
/* line 273, ../scss/custom.scss */
a:hover, a:active {
  outline: 0;
}
/* line 276, ../scss/custom.scss */
a.external-link:after {
  font: 75%/1 "RockSolid Icons";
  content: " ";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.2em;
  color: #757575;
}

/* set link focus for keyboard navigation */
/* line 284, ../scss/custom.scss */
a:focus {
  outline: 3px dashed #0071b9;
}

/* line 287, ../scss/custom.scss */
.ce_accordion div.toggler:focus-within {
  border: 3px dashed #0071b9;
}

/* Set border-bottom for content links */
/* line 293, ../scss/custom.scss */
#content a, #sidebar a, #footer-content a, #nav-language a {
  border-bottom: 1px solid #e0e3e3;
}
/* line 295, ../scss/custom.scss */
#content a:hover, #content a:focus, #sidebar a:hover, #sidebar a:focus, #footer-content a:hover, #footer-content a:focus, #nav-language a:hover, #nav-language a:focus {
  border-color: #3b3b3b;
  -moz-transition: border 0.4s;
  -o-transition: border 0.4s;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}

/* line 304, ../scss/custom.scss */
*[data-icon]:before {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  font-size: 80%;
  margin-right: 4px;
}
/* line 310, ../scss/custom.scss */
*[data-icon].after:before {
  content: none;
}
/* line 313, ../scss/custom.scss */
*[data-icon].after:after {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  font-size: 80%;
  margin-left: 4px;
}

/* line 321, ../scss/custom.scss */
.clear {
  clear: both;
}

/* line 325, ../scss/custom.scss */
.invisible {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

/* line 336, ../scss/custom.scss */
.syndication {
  margin: 13px 0 0 16px;
  float: right;
}
/* line 339, ../scss/custom.scss */
.syndication a {
  margin-left: 2px;
  border: 0 !important;
}
/* line 343, ../scss/custom.scss */
.syndication img {
  border: 0 !important;
}

/* line 349, ../scss/custom.scss */
.image_container.float_left {
  margin: 0;
  width: auto;
}
/* line 353, ../scss/custom.scss */
.image_container.float_right {
  margin-left: 20px;
  width: auto;
}
/* line 357, ../scss/custom.scss */
.image_container a {
  border: 0;
}

/* line 362, ../scss/custom.scss */
.mime_icon {
  margin-bottom: -0.25em;
}

/* line 366, ../scss/custom.scss */
.download-element {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* line 372, ../scss/custom.scss */
.ce_toplink, .toplink {
  margin: 24px 0;
}
/* line 374, ../scss/custom.scss */
.ce_toplink a, .toplink a {
  display: block;
  width: 100%;
}

/* line 380, ../scss/custom.scss */
.ce_toplink > a:before, .toplink > a:before {
  font: 0.8em/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

/* line 385, ../scss/custom.scss */
.ce_accordion {
  border-bottom: 1px solid #e0e3e3;
}
/* line 387, ../scss/custom.scss */
.ce_accordion .accordion {
  zoom: 1;
  padding: 0 3.84615%;
  background-color: white;
  border: 1px solid #e0e3e3;
  border-bottom: 0;
}
/* line 78, ../scss/_mixins.scss */
.ce_accordion .accordion:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
.ce_accordion .accordion:after {
  content: "";
  display: table;
  clear: both;
}
/* line 393, ../scss/custom.scss */
.ce_accordion .accordion > div {
  padding-bottom: 12px;
}
/* line 397, ../scss/custom.scss */
.ce_accordion .accordion .ce_table,
.ce_accordion .accordion .ce_text {
  overflow-x: auto;
}
/* line 402, ../scss/custom.scss */
.ce_accordion .toggler {
  position: relative;
  padding: 8px 7.69231% 8px 3.84615%;
  outline: none;
  color: #3b3b3b;
  text-shadow: 0 1px 0 white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #f5f5f5), color-stop(100%, #ebebeb));
  background-image: -moz-linear-gradient(#f5f5f5 1%, #ebebeb 100%);
  background-image: -webkit-linear-gradient(#f5f5f5 1%, #ebebeb 100%);
  background-image: linear-gradient(#f5f5f5 1%, #ebebeb 100%);
  background-color: #f0f0f0;
  cursor: pointer;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 0 0 0 rgba(224, 227, 227, 0.5) inset, -1px 0 0 0 rgba(224, 227, 227, 0.5) inset, 0 2px 2px rgba(224, 227, 227, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 0 0 0 rgba(224, 227, 227, 0.5) inset, -1px 0 0 0 rgba(224, 227, 227, 0.5) inset, 0 2px 2px rgba(224, 227, 227, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 0 0 0 rgba(224, 227, 227, 0.5) inset, -1px 0 0 0 rgba(224, 227, 227, 0.5) inset, 0 2px 2px rgba(224, 227, 227, 0.1);
}
/* line 412, ../scss/custom.scss */
.ce_accordion .toggler:after {
  font: 16px/0 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  right: 3.84615%;
  top: 50%;
  display: none;
}
/* line 419, ../scss/custom.scss */
.ce_accordion .toggler.ui-accordion-header-active, .ce_accordion .toggler:hover {
  background: white;
}
/* line 421, ../scss/custom.scss */
.ce_accordion .toggler.ui-accordion-header-active:after, .ce_accordion .toggler:hover:after {
  display: block;
}
/* line 426, ../scss/custom.scss */
.ce_accordion hr:after {
  background-color: white !important;
}

/* line 432, ../scss/custom.scss */
.image_container figcaption, .image_container .caption {
  /* override inline style */
  width: 100% !important;
}

/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_1 > li {
  width: 100%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_2 > li {
  width: 49.25%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_3 > li {
  width: 32.33333%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_4 > li {
  width: 23.875%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_5 > li {
  width: 18.8%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_6 > li {
  width: 15.41667%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_7 > li {
  width: 13%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_8 > li {
  width: 11.1875%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_9 > li {
  width: 9.77778%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_10 > li {
  width: 8.65%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_11 > li {
  width: 7.72727%;
}
/* line 440, ../scss/custom.scss */
.ce_gallery > ul.cols_12 > li {
  width: 6.95833%;
}
/* line 444, ../scss/custom.scss */
.ce_gallery.no-resize > ul > li {
  width: auto;
}
/* line 447, ../scss/custom.scss */
.ce_gallery > ul {
  zoom: 1;
  margin: 0 !important;
  padding: 0 0 1.5% 0 !important;
  list-style: none !important;
}
/* line 78, ../scss/_mixins.scss */
.ce_gallery > ul:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
.ce_gallery > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 452, ../scss/custom.scss */
.ce_gallery > ul > li {
  float: left;
  width: 32.3333%;
  margin: 1.5% 0 0 1.5%;
}
/* line 456, ../scss/custom.scss */
.ce_gallery > ul > li.col_first {
  clear: left;
  margin-left: 0;
}
/* line 460, ../scss/custom.scss */
.ce_gallery > ul > li.col_last {
  /* for rounding failures */
  margin-right: -1%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_1 > li {
  width: 100%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_2 > li {
  width: 48.5%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_3 > li {
  width: 31.33333%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_4 > li {
  width: 22.75%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_5 > li {
  width: 17.6%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_6 > li {
  width: 14.16667%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_7 > li {
  width: 11.71429%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_8 > li {
  width: 9.875%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_9 > li {
  width: 8.44444%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_10 > li {
  width: 7.3%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_11 > li {
  width: 6.36364%;
}
/* line 468, ../scss/custom.scss */
#sidebar .ce_gallery > ul.cols_12 > li {
  width: 5.58333%;
}
/* line 472, ../scss/custom.scss */
#sidebar .ce_gallery.no-resize > ul > li {
  width: auto;
}
/* line 475, ../scss/custom.scss */
#sidebar .ce_gallery > ul {
  padding-bottom: 3% !important;
}
/* line 477, ../scss/custom.scss */
#sidebar .ce_gallery > ul > li {
  width: 48.5%;
  margin-top: 3%;
  margin-left: 3%;
}
/* line 481, ../scss/custom.scss */
#sidebar .ce_gallery > ul > li.col_first {
  margin-left: 0;
}
/* line 484, ../scss/custom.scss */
#sidebar .ce_gallery > ul > li.col_last {
  /* for rounding failures */
  margin-right: -1%;
}
/* line 492, ../scss/custom.scss */
.ce_gallery .image_container img {
  display: block;
  width: auto;
  height: auto;
}

/* line 500, ../scss/custom.scss */
.image_container.float_right, .image_container.float_left {
  float: right;
  width: 38.46154%;
  margin: 0 140px 20px 20px;
}
/* line 506, ../scss/custom.scss */
.no-resize .image_container.float_right, .image_container.float_right.no-resize, .no-resize .image_container.float_left, .image_container.float_left.no-resize {
  width: auto;
}
/* line 509, ../scss/custom.scss */
.image_container.float_right img, .image_container.float_left img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 599px) {
  /* line 500, ../scss/custom.scss */
  .image_container.float_right, .image_container.float_left {
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  /* line 522, ../scss/custom.scss */
  #wrapper-home .rs-columns .image_container.float_right,
  #wrapper-home .rs-columns .image_container.float_left {
    width: 100%;
  }
  /* line 526, ../scss/custom.scss */
  #wrapper-home .rs-columns .image_container.float_right img,
  #wrapper-home .rs-columns .image_container.float_left img {
    width: auto;
    max-width: 185px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 538, ../scss/custom.scss */
  #wrapper-home .rs-columns .image_container.float_right,
  #wrapper-home .rs-columns .image_container.float_left {
    width: 100%;
  }
  /* line 542, ../scss/custom.scss */
  #wrapper-home .rs-columns .image_container.float_right img,
  #wrapper-home .rs-columns .image_container.float_left img {
    width: auto;
    max-width: 320px;
  }
}
/* line 552, ../scss/custom.scss */
#wrapper-home .rs-columns .image_container.float_left {
  margin-bottom: 0;
}

/* line 557, ../scss/custom.scss */
.image_container.float_left {
  float: left;
  margin: 0 25px 20px 0;
}

/* line 562, ../scss/custom.scss */
.ce_youtube-wrapper, .ce_vimeo-wrapper {
  position: relative;
  /* ratio 16 to 9 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 568, ../scss/custom.scss */
.ce_youtube-wrapper iframe, .ce_youtube-wrapper object, .ce_youtube-wrapper embed, .ce_vimeo-wrapper iframe, .ce_vimeo-wrapper object, .ce_vimeo-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 578, ../scss/custom.scss */
.mejs__video:not(.mejs__container-fullscreen), .mejs__audio:not(.mejs__container-fullscreen) {
  margin: 24px 0;
}
/* line 580, ../scss/custom.scss */
.mejs__video:not(.mejs__container-fullscreen) video, .mejs__audio:not(.mejs__container-fullscreen) video {
  object-fit: cover;
}
/* line 584, ../scss/custom.scss */
.mejs__video button, .mejs__audio button {
  -moz-appearance: button;
  -webkit-appearance: button;
  border-radius: 0;
  box-shadow: none !important;
}
/* line 590, ../scss/custom.scss */
#content .mejs__video a, #sidebar .mejs__video a, #footer-content .mejs__video a, #nav-language .mejs__video a, #content .mejs__audio a, #sidebar .mejs__audio a, #footer-content .mejs__audio a, #nav-language .mejs__audio a {
  border-bottom: 0;
}

/* line 599, ../scss/custom.scss */
.video_container video,
.audio_container audio {
  display: block;
  width: 100%;
  height: auto;
}

/* ===========================================
 * navigation styles
 * ======================================== */
/* line 609, ../scss/custom.scss */
.mod_rocksolid_mega_menu.block {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
}

/* line 615, ../scss/custom.scss */
.mod_rocksolid_mega_menu > ul.level_1 {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #3b3b3b;
  zoom: 1;
}
/* line 78, ../scss/_mixins.scss */
.mod_rocksolid_mega_menu > ul.level_1:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
.mod_rocksolid_mega_menu > ul.level_1:after {
  content: "";
  display: table;
  clear: both;
}

/* elements of list in first level */
/* line 625, ../scss/custom.scss */
.mod_rocksolid_mega_menu > ul.level_1 > li {
  position: relative;
  display: block;
  padding: 14px 13px 0;
  margin: 0;
  width: auto;
  height: 50px;
  float: left;
  color: white;
}
/* line 635, ../scss/custom.scss */
.mod_rocksolid_mega_menu > ul.level_1 > li.active {
  background-color: #0071b9;
}
/* line 639, ../scss/custom.scss */
.mod_rocksolid_mega_menu > ul.level_1 > li:hover {
  background-color: #0071b9;
}
/* line 643, ../scss/custom.scss */
.mod_rocksolid_mega_menu > ul.level_1 > li.trail {
  background-color: #0071b9;
}
/* line 647, ../scss/custom.scss */
.mod_rocksolid_mega_menu > ul.level_1 > li a {
  display: block;
  padding: 3px 10px 4px 0;
  font-size: 14px;
  line-height: 1.2;
  color: white;
}

/* elements of list in second level */
/* line 657, ../scss/custom.scss */
.mod_rocksolid_mega_menu ul.level_2 li {
  display: block;
  list-style: none;
  padding: 5px 5px 5px 10px;
  margin-left: 0;
}
/* line 663, ../scss/custom.scss */
.mod_rocksolid_mega_menu ul.level_2 li.active, .mod_rocksolid_mega_menu ul.level_2 li.trail {
  background: #3b3b3b;
}
/* line 667, ../scss/custom.scss */
.mod_rocksolid_mega_menu ul.level_2 li:hover {
  background: #3b3b3b;
}

/* hide second level */
/* line 673, ../scss/custom.scss */
.mod_rocksolid_mega_menu .level_2 {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -2048em;
  top: -2048em;
  display: inline;
  background-color: #0071b9;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
}

/* line 685, ../scss/custom.scss */
.mod_rocksolid_mega_menu li:hover ul.level_2,
.mod_rocksolid_mega_menu li:focus-within ul.level_2 {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 12em;
  left: 0;
  top: 34px;
  padding: 0;
  overflow: auto;
  display: block;
  z-index: 1000;
}

/* media queries */
@media only screen and (max-width: 680px) {
  /* line 702, ../scss/custom.scss */
  .mod_rocksolid_mega_menu.block {
    left: 45%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 709, ../scss/custom.scss */
  .mod_rocksolid_mega_menu.block {
    display: none;
  }
}
/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  /* line 717, ../scss/custom.scss */
  .mod_rocksolid_mega_menu > ul.level_1 > li a.submenu:after {
    content: "";
  }

  /* line 721, ../scss/custom.scss */
  .mod_rocksolid_mega_menu li:hover ul.level_2,
  .mod_rocksolid_mega_menu li:focus-within ul.level_2 {
    display: none;
  }
}
/* mobile nav */
/* line 728, ../scss/custom.scss */
#nav-main-mobile,
#nav-main-mobile_styled {
  height: 35px;
}

/* ===========================================
 * Button styles
 * ======================================== */
/* line 738, ../scss/custom.scss */
button, .button, input[type="submit"], input[type="reset"], input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 8px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #006baf #0065a5 #005890 #0065a5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  text-shadow: 0 1px 0 #00426d;
  background: #0071b9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzFiOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTg5MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0071b9), color-stop(100%, #005890));
  background-image: -moz-linear-gradient(top, #0071b9 0%, #005890 100%);
  background-image: -webkit-linear-gradient(top, #0071b9 0%, #005890 100%);
  background-image: linear-gradient(to bottom, #0071b9 0%, #005890 100%);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 759, ../scss/custom.scss */
button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  border-color: #005286;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 763, ../scss/custom.scss */
button:active, .button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  border-color: #005286;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  text-shadow: none;
}
/* line 768, ../scss/custom.scss */
button.important, .button.important, input[type="submit"].important, input[type="reset"].important, input[type="button"].important {
  border-color: #363636 #313131 #272727 #313131;
  color: white;
  line-height: 1.5;
  background: #3b3b3b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlMmUyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b3b3b), color-stop(100%, #2e2e2e));
  background-image: -moz-linear-gradient(top, #3b3b3b, #2e2e2e);
  background-image: -webkit-linear-gradient(top, #3b3b3b, #2e2e2e);
  background-image: linear-gradient(to bottom, #3b3b3b, #2e2e2e);
  text-shadow: 0 1px 0 #151515;
}
/* line 775, ../scss/custom.scss */
button.important:hover, button.important:focus, .button.important:hover, .button.important:focus, input[type="submit"].important:hover, input[type="submit"].important:focus, input[type="reset"].important:hover, input[type="reset"].important:focus, input[type="button"].important:hover, input[type="button"].important:focus {
  border-color: #222222;
}
/* line 779, ../scss/custom.scss */
button.icon-more:after, .button.icon-more:after, input[type="submit"].icon-more:after, input[type="reset"].icon-more:after, input[type="button"].icon-more:after {
  font: 12px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  vertical-align: middle;
}

/* line 786, ../scss/custom.scss */
#colorbox button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ===========================================
 * Wrapper Elements
 * ======================================== */
/* line 794, ../scss/custom.scss */
#wrapper, #wrapper-home, #footer-content, #nav-footer, #footer-info, .home-slide {
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
}

/* line 800, ../scss/custom.scss */
#wrapper, #wrapper-home, #footer-content, #nav-footer, #footer-info {
  padding-right: var(--safe-area-right);
  padding-left: var(--safe-area-left);
}

/* Main wrapper */
/* line 806, ../scss/custom.scss */
#wrapper {
  position: relative;
  zoom: 1;
  border-top: 4px solid white;
}
/* line 78, ../scss/_mixins.scss */
#wrapper:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 810, ../scss/custom.scss */
#wrapper > header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 2;
}
/* line 818, ../scss/custom.scss */
.aurelium-home #wrapper > header {
  background: white;
}

/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
/* line 828, ../scss/custom.scss */
#logo {
  position: relative;
  margin: 0;
  background: white;
  width: 607px;
  z-index: 1;
  line-height: 0;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  /* Logo bottom shadows */
}
/* line 838, ../scss/custom.scss */
#logo img {
  width: 100%;
  height: auto;
}
/* line 843, ../scss/custom.scss */
#logo:before, #logo:after {
  content: none;
}

/* line 848, ../scss/custom.scss */
#nav-main {
  position: absolute;
  left: 36.84211%;
  top: 39px;
  width: 52.63158%;
}
/* line 853, ../scss/custom.scss */
#nav-main ul {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 859, ../scss/custom.scss */
#nav-main li {
  display: inline;
}
/* line 862, ../scss/custom.scss */
#nav-main a {
  display: block;
  padding: 3px 10px 4px 0;
  font-size: 14px;
  line-height: 1.2;
  color: white;
}
/* line 868, ../scss/custom.scss */
#nav-main a:hover, #nav-main a:focus {
  text-decoration: underline;
}
/* line 872, ../scss/custom.scss */
#nav-main li.active a, #nav-main li.trail a {
  font-weight: bold;
}

/* line 877, ../scss/custom.scss */
#nav-main-mobile, #nav-main-mobile_styled {
  /* Hide mobile navigation <select> by default */
  display: none;
}

/* line 882, ../scss/custom.scss */
#nav-language {
  position: absolute;
  right: 5.26316%;
  top: 8px;
  font-size: 12px;
  line-height: 1.25;
  color: #0071b9;
}
/* line 889, ../scss/custom.scss */
#nav-language ul, #nav-language li {
  display: inline;
}
/* line 892, ../scss/custom.scss */
#nav-language li:before {
  content: "\20" "/" "\20";
}
/* line 895, ../scss/custom.scss */
#nav-language li:first-child:before, #nav-language li.first:before {
  content: none;
}
/* line 898, ../scss/custom.scss */
#nav-language b, #nav-language strong, #nav-language span.active {
  font-weight: bold;
  color: white;
}
/* line 902, ../scss/custom.scss */
#nav-language a {
  color: #0071b9;
}

/* line 907, ../scss/custom.scss */
#nav-socialmedia {
  position: absolute;
  right: 5.26316%;
  top: 37px;
  margin-right: -4px;
}
/* line 912, ../scss/custom.scss */
#nav-socialmedia ul, #nav-socialmedia li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 917, ../scss/custom.scss */
#nav-socialmedia a {
  display: inline-block;
  height: 24px;
  width: 24px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* line 924, ../scss/custom.scss */
#nav-socialmedia a:before {
  font: 15px/1 "RockSolid Icons";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* line 928, ../scss/custom.scss */
#nav-socialmedia a.icon-facebook:before {
  color: #3b5997;
}
/* line 931, ../scss/custom.scss */
#nav-socialmedia a.icon-twitter:before {
  color: #0199d1;
}
/* line 934, ../scss/custom.scss */
#nav-socialmedia a.icon-googleplus:before {
  color: #474848;
}
/* line 937, ../scss/custom.scss */
#nav-socialmedia a.icon-pinterest:before {
  color: #ca2027;
}

/* line 943, ../scss/custom.scss */
.mod_changelanguage {
  position: absolute;
  right: 10%;
  top: 16px;
}

/* line 949, ../scss/custom.scss */
.header-tel {
  position: absolute;
  right: 0;
  top: 60px;
  width: 21%;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  /* line 949, ../scss/custom.scss */
  .header-tel {
    right: 1%;
    width: 25%;
  }
}
@media only screen and (max-width: 900px) {
  /* line 949, ../scss/custom.scss */
  .header-tel {
    right: 0;
    top: 53px;
    width: 38%;
    z-index: 2;
  }
}
@media only screen and (max-width: 599px) {
  /* line 949, ../scss/custom.scss */
  .header-tel {
    display: none;
  }
}

/* line 972, ../scss/custom.scss */
#image-main {
  float: left;
  width: 36%;
  min-height: 496px;
  margin-bottom: -232px;
}
/* line 977, ../scss/custom.scss */
#image-main img, #image-main > div {
  float: right;
}

/* line 982, ../scss/custom.scss */
#nav-sub,
#sidebar .mod_navigation {
  position: absolute;
  right: 64%;
  top: 226px;
  z-index: 1;
  /* Third Level */
}
/* line 988, ../scss/custom.scss */
#nav-sub h1, #nav-sub h2, #nav-sub h3,
#sidebar .mod_navigation h1,
#sidebar .mod_navigation h2,
#sidebar .mod_navigation h3 {
  display: inline;
}
/* line 990, ../scss/custom.scss */
#nav-sub h1 a, #nav-sub h2 a, #nav-sub h3 a,
#sidebar .mod_navigation h1 a,
#sidebar .mod_navigation h2 a,
#sidebar .mod_navigation h3 a {
  float: right;
  margin-bottom: 1px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #383939;
  background: white;
}
/* line 999, ../scss/custom.scss */
#nav-sub h1 a:hover, #nav-sub h1 a:focus, #nav-sub h2 a:hover, #nav-sub h2 a:focus, #nav-sub h3 a:hover, #nav-sub h3 a:focus,
#sidebar .mod_navigation h1 a:hover,
#sidebar .mod_navigation h1 a:focus,
#sidebar .mod_navigation h2 a:hover,
#sidebar .mod_navigation h2 a:focus,
#sidebar .mod_navigation h3 a:hover,
#sidebar .mod_navigation h3 a:focus {
  color: #0071b9;
}
/* line 1004, ../scss/custom.scss */
#nav-sub ul, #nav-sub li,
#sidebar .mod_navigation ul,
#sidebar .mod_navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 1010, ../scss/custom.scss */
#nav-sub ul a,
#sidebar .mod_navigation ul a {
  float: right;
  clear: right;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
  color: #3b3b3b;
  white-space: nowrap;
  padding: 9px 15px;
  min-width: 300px;
  margin-bottom: 1px;
  background: white;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
}
/* line 1023, ../scss/custom.scss */
#nav-sub ul a:hover, #nav-sub ul a:focus,
#sidebar .mod_navigation ul a:hover,
#sidebar .mod_navigation ul a:focus {
  background: #0071b9 !important;
}
/* line 1025, ../scss/custom.scss */
#nav-sub ul a:hover:after, #nav-sub ul a:focus:after,
#sidebar .mod_navigation ul a:hover:after,
#sidebar .mod_navigation ul a:focus:after {
  color: white !important;
}
/* line 1030, ../scss/custom.scss */
#nav-sub ul li.active > a, #nav-sub ul li.trail > a, #nav-sub ul li.submenu > a:hover, #nav-sub ul li.submenu > a:focus,
#sidebar .mod_navigation ul li.active > a,
#sidebar .mod_navigation ul li.trail > a,
#sidebar .mod_navigation ul li.submenu > a:hover,
#sidebar .mod_navigation ul li.submenu > a:focus {
  background: #0071b9;
  color: white;
  margin-right: -14px;
}
/* line 1034, ../scss/custom.scss */
#nav-sub ul li.active > a:after, #nav-sub ul li.trail > a:after, #nav-sub ul li.submenu > a:hover:after, #nav-sub ul li.submenu > a:focus:after,
#sidebar .mod_navigation ul li.active > a:after,
#sidebar .mod_navigation ul li.trail > a:after,
#sidebar .mod_navigation ul li.submenu > a:hover:after,
#sidebar .mod_navigation ul li.submenu > a:focus:after {
  font: 10px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: -4px;
  margin-left: 8px;
  text-decoration: none;
}
/* line 1045, ../scss/custom.scss */
#nav-sub ul a:hover, #nav-sub ul a:focus,
#sidebar .mod_navigation ul a:hover,
#sidebar .mod_navigation ul a:focus {
  background: #0071b9;
  color: white;
  margin-right: -14px;
}
/* line 1053, ../scss/custom.scss */
#nav-sub ul ul li a,
#sidebar .mod_navigation ul ul li a {
  padding: 4px 10px 4px;
  font-size: 12px;
  line-height: 1.33;
  color: #57718a;
  box-shadow: none;
}
/* line 1059, ../scss/custom.scss */
#nav-sub ul ul li a:after,
#sidebar .mod_navigation ul ul li a:after {
  top: -1px;
  font-size: 8px !important;
}
/* line 1064, ../scss/custom.scss */
#nav-sub ul ul li.active > a, #nav-sub ul ul li.trail > a, #nav-sub ul ul a:hover, #nav-sub ul ul a:focus,
#sidebar .mod_navigation ul ul li.active > a,
#sidebar .mod_navigation ul ul li.trail > a,
#sidebar .mod_navigation ul ul a:hover,
#sidebar .mod_navigation ul ul a:focus {
  margin-right: -12px;
}

/* custom submenu */
/* line 1072, ../scss/custom.scss */
#sidebar .mod_navigation h2, #sidebar .mod_navigation ul.level_1 > li strong {
  float: right;
  margin-bottom: 1px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
/* line 1081, ../scss/custom.scss */
#sidebar .mod_navigation a {
  border-bottom: 0;
}
/* line 1085, ../scss/custom.scss */
#sidebar .mod_navigation h2 {
  background-color: white;
}
/* line 1089, ../scss/custom.scss */
#sidebar .mod_navigation ul > li strong {
  color: #383939;
  background: white;
}
/* line 1092, ../scss/custom.scss */
#sidebar .mod_navigation ul > li strong:hover, #sidebar .mod_navigation ul > li strong:focus {
  color: white;
}
/* line 1101, ../scss/custom.scss */
#sidebar .mod_navigation ul, #sidebar .mod_navigation li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 1108, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_1 strong.forward {
  float: right;
  clear: right;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  color: white;
  white-space: nowrap;
  padding: 9px 15px;
  min-width: 300px;
  margin-bottom: 1px;
  background: #9c9c9c;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
}
/* line 1125, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_1 > li.trail > a {
  background-color: #9c9c9c;
  min-width: 262px;
}
/* line 1130, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_1 > li.active strong.active {
  padding: 9px 15px;
  min-width: 300px;
  text-align: right;
}
/* line 1138, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_2 li a, #sidebar .mod_navigation ul.level_3 li a {
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
}
/* line 1147, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_2 li.active ul.level_3 li a, #sidebar .mod_navigation ul.level_2 li.trail ul.level_3 li a {
  display: block;
}
/* line 1154, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_2 li.trail > a {
  background-color: #9c9c9c;
  min-width: 262px;
}
/* line 1162, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_2 > li > a, #sidebar .mod_navigation ul.level_2 > li strong {
  padding: 6px 15px;
  min-width: 250px;
  text-align: right;
}
/* line 1168, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_2 > li strong {
  min-width: 100px;
}
/* line 1175, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_3 li a {
  display: none;
  margin-left: 60px;
}
/* line 1181, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_3 > li > a, #sidebar .mod_navigation ul.level_3 > li strong {
  padding: 4px 15px;
  min-width: 210px;
  text-align: right;
}
/* line 1187, ../scss/custom.scss */
#sidebar .mod_navigation ul.level_3 > li strong {
  min-width: 70px;
}
/* line 1193, ../scss/custom.scss */
#sidebar .mod_navigation ul li .active {
  color: white;
  background-color: #0071b9;
}

/* ===========================================
 * Homepage elements
 * ======================================== */
/* line 1204, ../scss/custom.scss */
#home-slider-wrap {
  margin: 180px 0 24px 0;
  border-bottom: 1px solid #cdd1d3;
  background: white;
}

/* line 1210, ../scss/custom.scss */
.home-slide {
  position: relative;
  min-height: 400px;
}
/* line 1213, ../scss/custom.scss */
.home-slide .image-wrap {
  overflow: hidden;
  width: 68%;
  text-align: right;
}
/* line 1217, ../scss/custom.scss */
.home-slide .image-wrap img {
  width: 100%;
  height: auto;
  min-width: 600px;
  float: right;
}
/* line 1224, ../scss/custom.scss */
.home-slide .text-wrap {
  position: absolute;
  left: 72%;
  bottom: 10%;
  width: 24%;
  color: #969696;
}
/* line 1230, ../scss/custom.scss */
.home-slide .text-wrap h1, .home-slide .text-wrap h2, .home-slide .text-wrap h3 {
  position: absolute;
  right: -25px;
  top: -70px;
  margin: 0;
  padding: 10px 25px;
  background: white;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  color: #515151;
  white-space: nowrap;
}

/* line 1248, ../scss/custom.scss */
#wrapper-home {
  position: relative;
  zoom: 1;
}
/* line 78, ../scss/_mixins.scss */
#wrapper-home:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
#wrapper-home:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1254, ../scss/custom.scss */
#wrapper-home .ce_text.bordered.block p {
  word-spacing: -2px;
}
/* line 1262, ../scss/custom.scss */
#wrapper-home .ce_text.bordered.first.last.block:after {
  display: table;
  content: "";
  clear: both;
}
/* line 1272, ../scss/custom.scss */
#wrapper-home .teaser-text {
  margin: 48px 4%;
}
/* line 1274, ../scss/custom.scss */
#wrapper-home .teaser-text h1, #wrapper-home .teaser-text h2, #wrapper-home .teaser-text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #0071b9;
}
/* line 1280, ../scss/custom.scss */
#wrapper-home .teaser-text p {
  margin: 12px 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
/* line 1286, ../scss/custom.scss */
#wrapper-home .teaser-boxes-text {
  margin: 24px 0;
  padding: 0 0 15px 0;
  border-top: 1px dotted #cdd1d3;
  font-size: 0;
}
/* line 1291, ../scss/custom.scss */
#wrapper-home .teaser-boxes-text .box {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  width: 20%;
  margin: 30px 0 0 4%;
}
/* line 1297, ../scss/custom.scss */
#wrapper-home .teaser-boxes-text .box h1, #wrapper-home .teaser-boxes-text .box h2, #wrapper-home .teaser-boxes-text .box h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
/* line 1304, ../scss/custom.scss */
#wrapper-home .teaser-boxes-text .box p {
  margin: 10px 0;
  color: #6d6d6d;
}
/* line 1308, ../scss/custom.scss */
#wrapper-home .teaser-boxes-text .box .button {
  font-size: 13px;
  line-height: 1.25;
}
/* line 1311, ../scss/custom.scss */
#wrapper-home .teaser-boxes-text .box .button:after {
  top: -1px;
  font-size: 10px;
}
/* line 1318, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image {
  margin: 24px 0;
  padding: 0 0 40px 0;
  border-style: solid;
  border-color: #cdd1d3;
  border-width: 1px 0;
  font-size: 0;
}
/* line 1327, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  width: 20%;
  margin: 40px 0 0 4%;
  text-decoration: none;
}
/* line 1334, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -16px;
}
/* line 1340, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box b {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: white;
  margin: 0 12px;
}
/* line 1348, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box b span {
  background: #292929;
  padding: 2px 0 1px 0;
  -moz-box-shadow: -7px 0 0 #292929, 7px 0 0 #292929;
  -webkit-box-shadow: -7px 0 0 #292929, 7px 0 0 #292929;
  box-shadow: -7px 0 0 #292929, 7px 0 0 #292929;
}
/* line 1352, ../scss/custom.scss */
.modernizr-no-boxshadow #wrapper-home .teaser-boxes-image .box b span {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 1359, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box b:after {
  font: 10px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  display: inline;
  background: #202020;
  padding: 5px 6px;
  margin-left: 8px;
}
/* line 1368, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box b:hover span {
  background: #202020;
  -moz-box-shadow: -7px 0 0 #202020, 7px 0 0 #202020;
  -webkit-box-shadow: -7px 0 0 #202020, 7px 0 0 #202020;
  box-shadow: -7px 0 0 #202020, 7px 0 0 #202020;
}
/* line 1372, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box b:hover:after {
  background: #181818;
}
/* line 1379, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box-title h1, #wrapper-home .teaser-boxes-image .box-title h2, #wrapper-home .teaser-boxes-image .box-title h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #383939;
}
/* line 1387, ../scss/custom.scss */
#wrapper-home .teaser-boxes-image .box-title p {
  margin: 10px 0;
}
/* line 1392, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news {
  font-size: 0;
  padding: 30px 0 50px 0;
}
/* line 1395, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news h1, #wrapper-home .teaser-boxes-news h2, #wrapper-home .teaser-boxes-news h3 {
  margin: 0 4%;
  font-size: 24px;
  font-weight: bold;
  color: #383939;
}
/* line 1402, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news h1 i, #wrapper-home .teaser-boxes-news h2 i, #wrapper-home .teaser-boxes-news h3 i {
  margin-left: 12px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #6d6d6d;
}
/* line 1412, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  width: 20%;
  margin: 40px 0 0 4%;
  text-decoration: none;
}
/* line 1419, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -55px;
}
/* line 1425, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box i {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 1px 7px 0;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  color: white;
  text-transform: uppercase;
  background: #515151;
}
/* line 1439, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box b {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  margin: 0 12px;
}
/* line 1448, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box b span {
  background: #292929;
  padding: 2px 0 1px 0;
  -moz-box-shadow: -7px 0 0 #292929, 7px 0 0 #292929;
  -webkit-box-shadow: -7px 0 0 #292929, 7px 0 0 #292929;
  box-shadow: -7px 0 0 #292929, 7px 0 0 #292929;
}
/* line 1452, ../scss/custom.scss */
.modernizr-no-boxshadow #wrapper-home .teaser-boxes-news .box b span {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 1459, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box b:after {
  font: 10px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  display: inline;
  margin-left: 8px;
  padding: 5px 6px;
  background: #202020;
}
/* line 1468, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box b:hover span {
  background: #202020;
  -moz-box-shadow: -7px 0 0 #202020, 7px 0 0 #202020;
  -webkit-box-shadow: -7px 0 0 #202020, 7px 0 0 #202020;
  box-shadow: -7px 0 0 #202020, 7px 0 0 #202020;
}
/* line 1472, ../scss/custom.scss */
#wrapper-home .teaser-boxes-news .box b:hover:after {
  background: #181818;
}
/* line 1479, ../scss/custom.scss */
#wrapper-home .testimonial {
  position: relative;
  z-index: 1;
  margin: 100px 0 50px 0;
}
/* line 1483, ../scss/custom.scss */
#wrapper-home .testimonial p {
  margin: 0 4% 0 8%;
  font-size: 28px;
  font-style: italic;
  color: #383939;
  text-shadow: 0 1px 0.5px white;
}
/* line 1490, ../scss/custom.scss */
#wrapper-home .testimonial small {
  display: block;
  margin: 10px 4% 0 8%;
  font-size: 14px;
  color: #969696;
  text-shadow: 0 1px 0.5px white;
}
/* line 1496, ../scss/custom.scss */
#wrapper-home .testimonial small:before {
  content: "— ";
}
/* line 1500, ../scss/custom.scss */
#wrapper-home .testimonial:before {
  font: 180px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  right: 80%;
  top: -65px;
  z-index: -1;
  color: #e0e3e3;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 1510, ../scss/custom.scss */
#wrapper-home .testimonial.testimonial-odd p, #wrapper-home .testimonial.testimonial-odd small {
  margin-left: 4%;
  margin-right: 8%;
}
/* line 1514, ../scss/custom.scss */
#wrapper-home .testimonial.testimonial-odd:before {
  right: auto;
  left: 80%;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 1521, ../scss/custom.scss */
#wrapper-home .statement {
  zoom: 1;
  margin: 24px 0;
  padding: 30px 0;
  border-bottom: 1px dotted #cdd1d3;
}
/* line 78, ../scss/_mixins.scss */
#wrapper-home .statement:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
#wrapper-home .statement:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1526, ../scss/custom.scss */
#wrapper-home .statement > header, #wrapper-home .statement > div.header {
  float: left;
  clear: left;
  width: 28%;
  margin: 0 0 0 4%;
}
/* line 1532, ../scss/custom.scss */
#wrapper-home .statement h2 {
  margin: 0;
  font-size: 24px;
  color: #6d6d6d;
}
/* line 1537, ../scss/custom.scss */
#wrapper-home .statement h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 9px 0 0 0;
}
/* line 1542, ../scss/custom.scss */
#wrapper-home .statement p {
  font-size: 24px;
  color: #6d6d6d;
  margin: 0 4% 0 40%;
}

/* line 1550, ../scss/custom.scss */
.rs-column {
  margin-top: 0;
}

/* tabs */
/* line 1557, ../scss/custom.scss */
.tabs .image_container.float_right {
  width: auto;
}
/* line 1560, ../scss/custom.scss */
.tabs .image_container.float_left {
  width: auto;
}

/* line 1566, ../scss/custom.scss */
.tabs__menue {
  border-bottom: 1px solid #57718a;
}

/* line 1571, ../scss/custom.scss */
.tabcontrol_tabs ul {
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1577, ../scss/custom.scss */
.tabcontrol_tabs ul li {
  height: 36px;
  float: left;
  margin: 3px -1px -1px 0;
  padding: 0 10px;
  text-align: center;
  background-color: #e8e8e8;
  line-height: 33px;
  cursor: pointer;
  margin-right: 1px;
}
/* line 1588, ../scss/custom.scss */
.tabcontrol_tabs ul li.selected {
  margin: 1px -1px -1px 0;
  background-color: #3b3b3b;
  color: white;
  line-height: 23px;
}

/* line 1599, ../scss/custom.scss */
.tab.active {
  background-color: #3b3b3b;
}
/* line 1602, ../scss/custom.scss */
.tab.active a {
  color: white;
}

/* line 1607, ../scss/custom.scss */
.tab__head {
  height: inherit;
  display: inline-block;
}

/* line 1612, ../scss/custom.scss */
.tabcontrol_pane .panes {
  clear: both;
  padding: 10px 15px 15px;
  border-right: 1px solid #dad9d9;
  border-bottom: 1px solid #dad9d9;
  border-left: 1px solid #dad9d9;
  border-collapse: collapse;
}

/* line 1622, ../scss/custom.scss */
aside#sidebar {
  float: left;
  width: 28%;
  margin: 278px 0 0 4%;
  font-size: 14px;
}
/* line 1627, ../scss/custom.scss */
aside#sidebar h1, aside#sidebar h2 {
  margin: 24px 0 12px;
  font-size: 24px;
  color: #515151;
}
/* line 1632, ../scss/custom.scss */
aside#sidebar h3 {
  margin: 24px 0;
  font-size: 18px;
}
/* line 1636, ../scss/custom.scss */
aside#sidebar h4 {
  margin: 24px 0 0;
  font-size: 16px;
}
/* line 1640, ../scss/custom.scss */
aside#sidebar ul, aside#sidebar ol {
  margin: 12px 0;
  padding: 0;
  list-style-type: none;
}
/* line 1645, ../scss/custom.scss */
aside#sidebar p {
  margin: 0;
}
/* line 1648, ../scss/custom.scss */
aside#sidebar .mod_article, aside#sidebar .block {
  margin: 24px 0;
}

@media only screen and (max-width: 1240px) {
  /* line 1656, ../scss/custom.scss */
  .ce_text.bordered {
    margin: 0 6.66667%;
    margin-bottom: 25px;
  }

  /* line 1662, ../scss/custom.scss */
  .rs-column {
    margin: 0;
  }

  /* line 1667, ../scss/custom.scss */
  .rs-column .ce_text.bordered {
    margin: 0;
  }

  /* line 1673, ../scss/custom.scss */
  .rs-column.-medium-col-3-1 {
    width: 24.205%;
    margin-left: 6.66667%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1681, ../scss/custom.scss */
  .rs-column {
    width: 100%;
    padding: 0 6.66667%;
  }

  /* line 1687, ../scss/custom.scss */
  .rs-column.-small-col-3-1 {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 680px) {
  /* line 1696, ../scss/custom.scss */
  div.tabs {
    margin: 0 6.66667%;
  }
  /* line 1700, ../scss/custom.scss */
  div.tabs .ce_text.bordered {
    margin: 0;
  }
  /* line 1708, ../scss/custom.scss */
  div.tabs h2.tab a:after {
    font: 16px/1 "RockSolid Icons";
    content: ' \e015';
    display: inline-block;
    position: relative;
    margin-left: 7px;
    vertical-align: middle;
  }
  /* line 1720, ../scss/custom.scss */
  div.tabs h2.tab.active a:after {
    content: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1734, ../scss/custom.scss */
  .ce_text.bordered {
    margin: 0 6.66667%;
  }

  /* line 1738, ../scss/custom.scss */
  .rs-column.-small-col-3-1 {
    width: 100%;
  }

  /* line 1742, ../scss/custom.scss */
  div.tabs {
    margin: 0 6.66667%;
  }
}
/* ===========================================
 * Content styles
 * ======================================== */
/* line 1752, ../scss/custom.scss */
section#content {
  position: relative;
  float: right;
  width: 52%;
  min-height: 670px;
  margin: 266px 8% 0 0;
}

/* line 1760, ../scss/custom.scss */
#content {
  /* Selector for the first headline in the content (Contao's extensive use of <div> elements makes this necessary) */
}
/* line 1761, ../scss/custom.scss */
#content p, #content ul, #content ol, #content table, #content blockquote {
  margin: 24px 0;
}
/* line 1764, ../scss/custom.scss */
#content h1 {
  margin: 36px 0 24px;
  font-size: 48px;
  line-height: 1;
  color: #515151;
  letter-spacing: -0.5px;
  text-shadow: 2px 2px 0 white;
}
/* line 1773, ../scss/custom.scss */
#content > h1:first-child,
#content > div:first-child > h1:first-child,
#content > div:first-child > div:first-child > h1:first-child,
#content > div:first-child > div:first-child > div:first-child > h1:first-child,
#content > div:first-child > .syndication:first-child + div > h1:first-child {
  margin-top: -48px;
}
/* line 1780, ../scss/custom.scss */
#content h2, #content section h1, #content article h1 {
  margin: 24px 0 !important;
  font-size: 24px;
  color: #0071b9;
}
/* line 1785, ../scss/custom.scss */
#content h3, #content section h2, #content article h2 {
  margin: 12px 0;
  font-size: 21px;
  line-height: 1.7;
}
/* line 1790, ../scss/custom.scss */
#content h4, #content h5, #content h6 {
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 1795, ../scss/custom.scss */
#content h4, #content section h3 {
  margin: 24px 0 12px;
  font-size: 18px;
  line-height: 1.33;
}
/* line 1800, ../scss/custom.scss */
#content h5, #content h6 {
  margin: 24px 0 0;
  font-size: 16px;
}
/* line 1805, ../scss/custom.scss */
#content h3 + p, #content h3 + ul, #content h3 + ol, #content h3 + table, #content h3 + figure, #content h3 + blockquote, #content h4 + p, #content h4 + ul, #content h4 + ol, #content h4 + table, #content h4 + figure, #content h4 + blockquote, #content h5 + p, #content h5 + ul, #content h5 + ol, #content h5 + table, #content h5 + figure, #content h5 + blockquote, #content h6 + p, #content h6 + ul, #content h6 + ol, #content h6 + table, #content h6 + figure, #content h6 + blockquote {
  margin-top: 0;
}
/* line 1810, ../scss/custom.scss */
#content section h1, #content section h2, #content section h3, #content section p {
  margin: 12px 0;
}
/* line 1814, ../scss/custom.scss */
#content ul {
  list-style: disc;
}
/* line 1816, ../scss/custom.scss */
#content ul ul {
  margin-top: 0;
}
/* line 1820, ../scss/custom.scss */
#content ol {
  list-style: decimal;
}
/* line 1822, ../scss/custom.scss */
#content ol ol, #content ol ul {
  margin-top: 0;
}
/* line 1825, ../scss/custom.scss */
#content ol ol {
  list-style: upper-alpha;
}
/* line 1827, ../scss/custom.scss */
#content ol ol ol {
  list-style: lower-roman;
}
/* line 1829, ../scss/custom.scss */
#content ol ol ol ol {
  list-style: lower-alpha;
}
/* line 1835, ../scss/custom.scss */
#content ul, #content ol {
  padding-left: 7.69231%;
}
/* line 1837, ../scss/custom.scss */
#content ul li[data-icon], #content ol li[data-icon] {
  list-style: none;
}
/* line 1839, ../scss/custom.scss */
#content ul li[data-icon]:before, #content ol li[data-icon]:before {
  left: -21px;
  width: 0;
}
/* line 1845, ../scss/custom.scss */
#content blockquote {
  position: relative;
  margin-left: 7.69231%;
  color: #6d6d6d;
}
/* line 1849, ../scss/custom.scss */
#content blockquote p {
  margin: 12px 0;
}
/* line 1852, ../scss/custom.scss */
#content blockquote small, #content blockquote i, #content blockquote em {
  font-size: 14px;
  font-style: normal;
}
/* line 1855, ../scss/custom.scss */
#content blockquote small:before, #content blockquote i:before, #content blockquote em:before {
  content: "– ";
}
/* line 1859, ../scss/custom.scss */
#content blockquote:before {
  font: 30px/1 "RockSolid Icons";
  content: "“";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 5px;
  left: -48px;
}
/* line 1866, ../scss/custom.scss */
#content code {
  padding: 2px 5px;
  font-size: 14px;
  background-color: #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1872, ../scss/custom.scss */
#content pre {
  display: block;
  overflow: auto;
  font-size: 14px;
  background-size: 100% 42px;
  background-repeat: repeat-y;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #ffffff 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #ffffff 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #ffffff 50%);
}
/* line 1881, ../scss/custom.scss */
#content pre code {
  padding: 0;
  background-color: transparent;
}
/* line 1886, ../scss/custom.scss */
#content img {
  max-width: 100%;
  height: auto;
}
/* line 1890, ../scss/custom.scss */
#content a img {
  border: 4px solid white;
}
/* line 1892, ../scss/custom.scss */
#content a img:hover {
  border-color: #e6e6e6;
}
/* line 1897, ../scss/custom.scss */
#content figure a {
  border: 0;
}
/* line 1900, ../scss/custom.scss */
#content figure figcaption {
  color: #969696;
  padding: 0 6px;
  font-size: 14px;
}
/* line 1906, ../scss/custom.scss */
#content .confirmation, #content .information, #content .warning {
  position: relative;
  display: block;
  padding: 8px 3.84615% 8px 7.69231%;
  margin-left: -4px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #78a120;
  color: #486113;
  background-color: #c1e476;
}
/* line 1918, ../scss/custom.scss */
#content .confirmation:before, #content .information:before, #content .warning:before {
  font: 24px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 8px;
  width: 7.69231%;
  text-align: center;
}
/* line 1927, ../scss/custom.scss */
#content .information {
  border-color: #3995c5;
  color: #28688a;
  background-color: #afd4e8;
}
/* line 1931, ../scss/custom.scss */
#content .information:before {
  content: "\2139";
}
/* line 1935, ../scss/custom.scss */
#content .warning {
  border-color: #cb1040;
  color: #840a2a;
  background-color: #f57f9d;
}
/* line 1939, ../scss/custom.scss */
#content .warning:before {
  content: "\e144";
}
/* line 1943, ../scss/custom.scss */
#content hr {
  height: 1px;
  overflow: visible;
  margin: 24px 0 23px;
  border: 0;
  text-align: center;
  background: #cdd1d3;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZDFkMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NkZDFkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkZDFkMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(205, 209, 211, 0)), color-stop(50%, #cdd1d3), color-stop(100%, rgba(205, 209, 211, 0)));
  background: -moz-linear-gradient(left, rgba(205, 209, 211, 0), #cdd1d3, rgba(205, 209, 211, 0));
  background: -webkit-linear-gradient(left, rgba(205, 209, 211, 0), #cdd1d3, rgba(205, 209, 211, 0));
  background: linear-gradient(to right, rgba(205, 209, 211, 0), #cdd1d3, rgba(205, 209, 211, 0));
}
/* line 1951, ../scss/custom.scss */
#content hr:after {
  font: 18px/18px "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -10px;
  display: inline-block;
  padding: 0 4px;
  background-color: white;
}
/* line 1961, ../scss/custom.scss */
#content .image_text_accessory {
  min-height: 45px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 1965, ../scss/custom.scss */
#content .image_text_accessory img {
  width: 65px;
}

/* line 1971, ../scss/custom.scss */
#timeline {
  position: relative;
  margin-left: 10.5em;
  list-style-type: none;
}
/* line 1976, ../scss/custom.scss */
#timeline:before {
  position: absolute;
  content: "";
  bottom: -2em;
  left: 60px;
  top: 0;
  background: #BDBDBD;
  width: 0.4em;
}
/* line 1985, ../scss/custom.scss */
#timeline:after {
  position: absolute;
  content: "";
  bottom: -3.3em;
  left: 2.99em;
  width: 0;
  height: 0;
  border-width: 1em;
  border-style: solid;
  border-color: #BDBDBD transparent transparent transparent;
}
/* line 1996, ../scss/custom.scss */
#timeline > li {
  margin-bottom: 3em;
  list-style: none;
}
/* line 2000, ../scss/custom.scss */
#timeline > li:before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  left: 3.37em;
  margin-top: 0.2em;
  border-radius: 50%;
  border: 0.2em solid #0071b9;
  background: #0071b9;
}
/* line 2011, ../scss/custom.scss */
#timeline > li p {
  margin: -1.6em 0 0.2em;
  margin-left: 0px;
  margin-left: 3em;
}
/* line 2017, ../scss/custom.scss */
#timeline time {
  display: block;
  font-weight: bold;
  margin-left: -11em;
  width: 10em;
  text-align: right;
}

@media only screen and (min-width: 1010px) and (max-width: 1024px) {
  /* line 2030, ../scss/custom.scss */
  #timeline time {
    margin-left: -9.6em;
  }
}
@media only screen and (max-width: 900px) {
  /* line 2038, ../scss/custom.scss */
  section#content {
    min-height: 350px;
  }

  /* line 2042, ../scss/custom.scss */
  #nav-sub > ul,
  #sidebar .mod_navigation > ul {
    display: flex;
    flex-flow: column wrap;
    max-height: 365px;
  }

  /* line 2050, ../scss/custom.scss */
  #timeline:before {
    left: 130px;
  }
  /* line 2053, ../scss/custom.scss */
  #timeline:after {
    left: 117px;
  }
  /* line 2056, ../scss/custom.scss */
  #timeline > li {
    margin-left: 83px;
  }
  /* line 2059, ../scss/custom.scss */
  #timeline > li:before {
    left: 7.77em;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2066, ../scss/custom.scss */
  #timeline time {
    margin-left: -9.4em;
  }

  /* line 2071, ../scss/custom.scss */
  .ce_table.block {
    overflow-x: scroll;
  }

  /* line 2076, ../scss/custom.scss */
  #content h1, #content h2, #content h3 {
    hyphens: auto;
  }
  /* line 2081, ../scss/custom.scss */
  #content .image_text_accessory img {
    width: 55%;
  }
}
/* ===========================================
 * Form styles
 * ======================================== */
/* line 2092, ../scss/custom.scss */
form h1, form h2, form h3, form h4, form h5, form h6 {
  clear: both;
}
/* line 2095, ../scss/custom.scss */
form .widget {
  position: relative;
  margin: 0;
  height: 1px;
}
/* line 2100, ../scss/custom.scss */
form p b.error, form p.error {
  display: block;
  margin-top: 0 !important;
  margin-bottom: -1px !important;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #7d1212;
  background: #e45555;
  border: 1px solid;
  border-color: #db5757 #db5757 #c53f3f #db5757;
  z-index: 3;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  -moz-box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 0.5) inset;
}
/* line 2118, ../scss/custom.scss */
form input, form textarea {
  height: 35px;
  padding: 9px 10px;
  border: 1px solid #cdd1d3;
  background: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* to enable box shadows on iOS */
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0 4px rgba(205, 209, 211, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 0 4px rgba(205, 209, 211, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 4px rgba(205, 209, 211, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  font-size: 14px;
  line-height: 1;
  color: #757575;
}
/* line 2130, ../scss/custom.scss */
form input:focus, form input:focus:hover, form textarea:focus, form textarea:focus:hover {
  z-index: 2;
  border-color: #57718a;
  -moz-box-shadow: 0 0 0 4px rgba(87, 113, 138, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 0 4px rgba(87, 113, 138, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 4px rgba(87, 113, 138, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-transition: border-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: border-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: border-color 0.4s ease, box-shadow 0.4s ease;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
/* line 2136, ../scss/custom.scss */
form input:hover, form textarea:hover {
  border-color: #7b7d80;
  -moz-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
/* line 2140, ../scss/custom.scss */
form input:-webkit-placeholder, form textarea:-webkit-placeholder {
  color: #b7b7b7;
}
/* line 2143, ../scss/custom.scss */
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #b7b7b7;
}
/* line 2146, ../scss/custom.scss */
form input:-ms-placeholder, form textarea:-ms-placeholder {
  color: #b7b7b7;
}
/* line 2149, ../scss/custom.scss */
form input:-o-placeholder, form textarea:-o-placeholder {
  color: #b7b7b7;
}
/* line 2152, ../scss/custom.scss */
form input:placeholder, form textarea:placeholder {
  color: #b7b7b7;
}
/* line 2156, ../scss/custom.scss */
form textarea {
  height: 200px;
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}
/* line 2165, ../scss/custom.scss */
form fieldset {
  margin: 24px 0;
  /* Kill <br> that Contao injects */
}
/* line 2167, ../scss/custom.scss */
form fieldset legend {
  padding: 0 6px;
}
/* line 2171, ../scss/custom.scss */
form fieldset + br {
  display: none;
}
/* line 2176, ../scss/custom.scss */
form input[type="checkbox"], form input[type="radio"], form input[type="image"] {
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2184, ../scss/custom.scss */
form input[type="checkbox"] {
  vertical-align: middle;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
/* line 2188, ../scss/custom.scss */
form input[type="radio"] {
  vertical-align: middle;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  background: none;
}
/* line 2196, ../scss/custom.scss */
form .valid input, form .valid input:hover, form .valid textarea, form .valid textarea:hover {
  border-color: #87aa4a;
  -moz-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
/* line 2203, ../scss/custom.scss */
form .invalid input, form .invalid input:hover, form .invalid textarea, form .invalid textarea:hover, form input.error, form input.error:hover, form textarea.error, form textarea.error:hover {
  border-color: #e14e4e;
  -moz-box-shadow: 0 0 0 4px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 0 4px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 4px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
/* line 2208, ../scss/custom.scss */
form input[type="file"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  height: auto;
}
/* line 2213, ../scss/custom.scss */
form button, form input[type="submit"] {
  margin-top: 24px;
}
/* line 2216, ../scss/custom.scss */
form button[type="submit"]:after {
  font: 16px/1 "RockSolid Icons";
  content: "✉";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-left: 6px;
  vertical-align: middle;
}

/* line 2224, ../scss/custom.scss */
.searchform {
  margin: 24px 0;
}
/* line 2226, ../scss/custom.scss */
.searchform .assistive-text {
  display: none !important;
}
/* line 2229, ../scss/custom.scss */
.searchform input[type="search"] {
  width: 57.14286%;
  height: auto;
  margin: 0 -4px 0 0;
  padding: 7px 10px;
  border: 1px solid #cdd1d3;
  vertical-align: bottom;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
}
/* line 2239, ../scss/custom.scss */
.searchform button, .searchform input[type="submit"] {
  width: 39.28571%;
  margin-left: 3.57143%;
  margin-right: -2%;
  padding-top: 6px;
}

/* line 2248, ../scss/custom.scss */
#content .searchform input[type="search"] {
  width: 61.53846%;
}
/* line 2251, ../scss/custom.scss */
#content .searchform button, #content .searchform input[type="submit"] {
  width: 30.76923%;
  margin-left: 1.92308%;
}

/* line 2258, ../scss/custom.scss */
section#content form p b.error, section#content form p.error {
  float: right;
  width: 57.69231%;
}
/* line 2262, ../scss/custom.scss */
section#content form p b.error + input, section#content form p b.error + textarea, section#content form p b.error + select, section#content form p.error + input, section#content form p.error + textarea, section#content form p.error + select {
  margin-left: 34.61538%;
}
/* line 2266, ../scss/custom.scss */
section#content form .explanation, section#content form .captcha_text {
  width: 57.69231%;
  margin-left: 42.30769%;
}
/* line 2270, ../scss/custom.scss */
section#content form fieldset p b.error, section#content form fieldset p.error {
  width: auto;
  margin-left: 0;
}
/* line 2274, ../scss/custom.scss */
section#content form label {
  display: inline-block;
  width: 26.92308%;
  margin-right: 7.69231%;
  text-align: left;
}
/* line 2279, ../scss/custom.scss */
section#content form label + input, section#content form label + textarea, section#content form label + select {
  /* Kill space between label and element */
  margin-left: -4px;
}
/* line 2284, ../scss/custom.scss */
section#content form input[type="checkbox"] + label {
  display: inline;
  width: auto;
  margin-right: 0;
}
/* line 2289, ../scss/custom.scss */
section#content form textarea, section#content form fieldset, section#content form button, section#content form input[type="submit"] {
  margin-left: 34.61538%;
}
/* line 2293, ../scss/custom.scss */
section#content form fieldset p {
  margin: 0;
}
/* line 2296, ../scss/custom.scss */
section#content form fieldset label {
  display: inline;
  width: auto;
  margin: 0;
}
/* line 2300, ../scss/custom.scss */
section#content form fieldset label:after {
  content: "\A";
  white-space: pre;
}
/* line 2306, ../scss/custom.scss */
section#content form input, section#content form textarea, section#content form select, section#content form fieldset, section#content form button {
  width: 65.38462%;
  /* For rounding failures */
  margin-right: -10px;
}
/* line 2312, ../scss/custom.scss */
section#content form input[type="checkbox"], section#content form input[type="radio"], section#content form input[type="image"] {
  margin-right: 0;
}

/* line 2319, ../scss/custom.scss */
form span.mandatory {
  margin-left: 2px;
  font-size: 18px;
  color: #cb1040;
}
/* line 2324, ../scss/custom.scss */
form .explanation, form .captcha_text {
  font-size: 12px;
  margin: -18px 0 24px;
  color: #969696;
}
/* line 2328, ../scss/custom.scss */
form .explanation p, form .captcha_text p {
  margin: 0 !important;
}
/* line 2332, ../scss/custom.scss */
form .captcha_text {
  float: left;
  margin-top: 12px;
  font-size: inherit;
  color: #515151;
  font-style: italic;
}
/* line 2339, ../scss/custom.scss */
form .styled_select {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}
/* line 2343, ../scss/custom.scss */
form label + .styled_select {
  /* Kill space between label and element */
  margin-left: -4px;
}
/* line 2347, ../scss/custom.scss */
form .widget-submit {
  margin-top: 0;
}

/* search page */
/* line 2355, ../scss/custom.scss */
section#content .mod_search .radio_container {
  width: 100%;
  margin: 0;
  border: none;
}
/* line 2360, ../scss/custom.scss */
section#content .mod_search .radio_container span {
  float: left;
  margin-right: 50px;
}

/* Teaser element in the top right corner */
/* line 2369, ../scss/custom.scss */
#teaser-next {
  position: absolute;
  right: 0;
  top: 4px;
  width: 0;
  min-width: 4%;
  min-width: calc(4% + var(--safe-area-right));
  height: 600px;
  z-index: 3;
  overflow: hidden;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
/* line 2380, ../scss/custom.scss */
#teaser-next:after {
  font: 14px/14px "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  z-index: 4;
  left: 2px;
  top: 349px;
  padding: 12px 24px 14px 12px;
  background: #556e86;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), #515151;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #515151;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%), #515151;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%), #515151;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%), #515151;
  color: white;
  text-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
/* line 2392, ../scss/custom.scss */
.modernizr-no-boxshadow #teaser-next:after {
  top: 348px;
  border: 1px solid black;
}
/* line 2397, ../scss/custom.scss */
#teaser-next a {
  display: block;
  position: relative;
  width: 600px;
  padding: 350px 20px 20px 60px;
  text-decoration: none;
}
/* line 2404, ../scss/custom.scss */
#teaser-next img {
  position: absolute;
  top: 0;
  left: 20px;
}
/* line 2409, ../scss/custom.scss */
#teaser-next h1, #teaser-next h2, #teaser-next h3 {
  position: relative;
  display: inline;
  left: 10px;
  top: -5px;
  font-size: 32px;
  color: #515151;
  background: white;
  -moz-box-shadow: -8px 0 0 white, 8px 0 0 white;
  -webkit-box-shadow: -8px 0 0 white, 8px 0 0 white;
  box-shadow: -8px 0 0 white, 8px 0 0 white;
}
/* line 2418, ../scss/custom.scss */
.modernizr-no-boxshadow #teaser-next h1, .modernizr-no-boxshadow #teaser-next h2, .modernizr-no-boxshadow #teaser-next h3 {
  padding: 0 8px;
}
/* line 2422, ../scss/custom.scss */
#teaser-next.hover, .modernizr-no-touch #teaser-next:hover {
  width: 620px;
}
/* line 2424, ../scss/custom.scss */
#teaser-next.hover:after, .modernizr-no-touch #teaser-next:hover:after {
  content: "\e019";
}

/* ===========================================
 * Footer styles
 * ======================================== */
/* line 2434, ../scss/custom.scss */
body > footer {
  zoom: 1;
  position: relative;
  margin: 144px 0 0 0;
  padding: 24px 0 0 0;
  background: #f2f2f2;
  -moz-box-shadow: 0 1px 0 #e0e3e3 inset, 0 8px 25px -25px #e0e3e3 inset;
  -webkit-box-shadow: 0 1px 0 #e0e3e3 inset, 0 8px 25px -25px #e0e3e3 inset;
  box-shadow: 0 1px 0 #e0e3e3 inset, 0 8px 25px -25px #e0e3e3 inset;
  /* Footer top arrow */
  /* Arrow for modern browsers */
}
/* line 78, ../scss/_mixins.scss */
body > footer:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
body > footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2442, ../scss/custom.scss */
body > footer:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-top: 20px white;
  border-left: 20px transparent;
  border-right: 20px transparent;
  border-bottom: 0;
  border-style: solid;
}
/* line 2460, ../scss/custom.scss */
.modernizr-csstransforms body > footer:before {
  width: 28px;
  height: 28px;
  margin-left: -20px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #e0e3e3;
  background: white;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 2473, ../scss/custom.scss */
body > footer > h1, body > footer > h2, body > footer > h3 {
  position: relative;
  margin: -84px 0 24px 0;
  height: 60px;
  background: white;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  color: #757575;
}

/* line 2486, ../scss/custom.scss */
body.aurelium-home > footer {
  background: #f2f2f2;
}
/* line 2488, ../scss/custom.scss */
body.aurelium-home > footer:before {
  border-top-color: white;
}
/* line 2491, ../scss/custom.scss */
.modernizr-csstransforms body.aurelium-home > footer:before {
  background: white;
}
/* line 2494, ../scss/custom.scss */
body.aurelium-home > footer > h1, body.aurelium-home > footer > h2, body.aurelium-home > footer > h3 {
  background: white;
}

/* line 2500, ../scss/custom.scss */
#footer-content .footer-column {
  float: left;
  margin-left: 4%;
  width: 20%;
  padding-bottom: 31px;
}
/* line 2506, ../scss/custom.scss */
#footer-content .footer-column-1, #footer-content .footer-column-3 {
  width: 32%;
}
/* line 2509, ../scss/custom.scss */
#footer-content .footer-column {
  /* Footer contact form */
}
/* line 2510, ../scss/custom.scss */
#footer-content .footer-column h1, #footer-content .footer-column h2, #footer-content .footer-column h3 {
  font-size: 16px;
  color: #383939;
  margin: 18px 0 24px 0;
}
/* line 2515, ../scss/custom.scss */
#footer-content .footer-column p, #footer-content .footer-column ul, #footer-content .footer-column ol {
  font-size: 14px;
  line-height: 1.7;
  color: #757575;
  margin: 24px 0;
  padding-left: 0;
}
/* line 2522, ../scss/custom.scss */
#footer-content .footer-column li.icon-phone, #footer-content .footer-column li.icon-fax, #footer-content .footer-column li.icon-email {
  list-style: none;
}
/* line 2524, ../scss/custom.scss */
#footer-content .footer-column li.icon-phone:before, #footer-content .footer-column li.icon-fax:before, #footer-content .footer-column li.icon-email:before {
  font: 16px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  width: 22px;
  color: #3b3b3b;
}
/* line 2530, ../scss/custom.scss */
#footer-content .footer-column li.icon-fax:before {
  content: "\e078";
  top: 2px;
}
/* line 2534, ../scss/custom.scss */
#footer-content .footer-column li.icon-email:before {
  content: "\2709";
  top: 1px;
}
/* line 2539, ../scss/custom.scss */
#footer-content .footer-column form {
  margin-top: 43px;
}
/* line 2541, ../scss/custom.scss */
#footer-content .footer-column form p b.error, #footer-content .footer-column form p.error {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.33;
  color: #7d1212;
}
/* line 2547, ../scss/custom.scss */
#footer-content .footer-column form label {
  position: absolute;
  left: 11px;
  top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #757575;
  z-index: 1;
  cursor: text;
}
/* line 2557, ../scss/custom.scss */
#footer-content .footer-column form label.mandatory span.mandatory {
  font-size: 14px;
}
/* line 2562, ../scss/custom.scss */
#footer-content .footer-column form .invalid label, #footer-content .footer-column form .error label, #footer-content .footer-column form label.error {
  top: 33px;
}
/* line 2565, ../scss/custom.scss */
#footer-content .footer-column form input, #footer-content .footer-column form textarea {
  position: relative;
  width: 100%;
}
/* line 2570, ../scss/custom.scss */
#footer-content .footer-column form input[type="checkbox"], #footer-content .footer-column form input[type="radio"], #footer-content .footer-column form input[type="image"] {
  width: auto;
}
/* line 2574, ../scss/custom.scss */
#footer-content .footer-column form textarea {
  min-height: 150px;
  max-height: 400px;
}
/* line 2578, ../scss/custom.scss */
#footer-content .footer-column form .explanation, #footer-content .footer-column form .captcha_text {
  display: block;
  float: none;
  margin: 5px 0 12px;
}
/* line 2583, ../scss/custom.scss */
#footer-content .footer-column form button {
  width: 100%;
  line-height: 1.5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 4px rgba(81, 81, 81, 0.15), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 4px rgba(81, 81, 81, 0.15), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 4px rgba(81, 81, 81, 0.15), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 2588, ../scss/custom.scss */
#footer-content .footer-column form button:active {
  -moz-box-shadow: 0 0 0 4px rgba(81, 81, 81, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 0 0 4px rgba(81, 81, 81, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 4px rgba(81, 81, 81, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
/* line 2591, ../scss/custom.scss */
#footer-content .footer-column form button:after {
  font: 20px/1 "RockSolid Icons";
  content: "✉";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
/* line 2597, ../scss/custom.scss */
#footer-content .footer-column form fieldset label {
  position: static;
}
/* line 2602, ../scss/custom.scss */
#footer-content .footer-map {
  display: block;
  border: 0;
}
/* line 2605, ../scss/custom.scss */
#footer-content .footer-map p.footer-map-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 203px;
  overflow: hidden;
  border: 1px solid #bcc0c1;
  -moz-box-shadow: 0 0 1px 4px #e6e6e6;
  -webkit-box-shadow: 0 0 1px 4px #e6e6e6;
  box-shadow: 0 0 1px 4px #e6e6e6;
}
/* line 2613, ../scss/custom.scss */
html.modernizr-no-touch #footer-content .footer-map p.footer-map-image:hover {
  overflow: visible;
}
/* line 2616, ../scss/custom.scss */
#footer-content .footer-map p.footer-map-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -201px 0 0 -201px;
  border: 1px solid #bcc0c1;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
/* line 2625, ../scss/custom.scss */
#footer-content .footer-map p.footer-map-info {
  font-size: 11px;
  line-height: 1.64;
  color: #3b3b3b;
}
/* line 2629, ../scss/custom.scss */
#footer-content .footer-map p.footer-map-info:before {
  font: 18px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  float: left;
  margin: 5px 6px 0 0;
}
/* line 2636, ../scss/custom.scss */
#footer-content .footer-map:hover p.footer-map-image {
  -moz-box-shadow: 0 0 1px 4px #d5d5d5;
  -webkit-box-shadow: 0 0 1px 4px #d5d5d5;
  box-shadow: 0 0 1px 4px #d5d5d5;
}
/* line 2643, ../scss/custom.scss */
#footer-content .mod_newslist.block {
  width: 31.3%;
  padding-right: 3%;
  float: left;
  position: relative;
}
/* line 2649, ../scss/custom.scss */
#footer-content .mod_newslist.block h3 {
  font-size: 16px;
  color: #515151;
  margin: 18px 0 24px 0;
}
/* line 2655, ../scss/custom.scss */
#footer-content .mod_newslist.block a {
  height: 70px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #e8e8e8;
  color: #383939;
}
/* line 2665, ../scss/custom.scss */
#footer-content .mod_newslist.block a:hover {
  color: #0071b9;
  border-color: transparent;
}
/* line 2669, ../scss/custom.scss */
#footer-content .mod_newslist.block a:hover img {
  opacity: 0.3;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 2679, ../scss/custom.scss */
#footer-content .mod_newslist.block a img {
  left: 10px;
  top: 10px;
  width: 50px !important;
  height: 50px !important;
  padding: 0px !important;
  margin: 0px !important;
  position: absolute !important;
}
/* line 2689, ../scss/custom.scss */
#footer-content .mod_newslist.block a b {
  position: absolute;
  left: 70px;
  top: 4px;
}
/* line 2697, ../scss/custom.scss */
#footer-content .imprint-link {
  clear: both;
  overflow: hidden;
}

/* line 2703, ../scss/custom.scss */
#nav-footer-wrap {
  clear: both;
  background: #6d6d6d;
  border-top: 6px solid #f2f2f2;
}

/* line 2709, ../scss/custom.scss */
.aurelium-home #nav-footer-wrap {
  border-top-color: #f2f2f2;
}

/* line 2713, ../scss/custom.scss */
#nav-footer {
  zoom: 1;
  position: relative;
  min-height: 48px;
}
/* line 78, ../scss/_mixins.scss */
#nav-footer:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
#nav-footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2717, ../scss/custom.scss */
#nav-footer ul {
  float: left;
  width: 64%;
  margin: 0 0 0 4%;
  padding: 0 0 15px 0;
}
/* line 2723, ../scss/custom.scss */
#nav-footer li {
  display: inline;
}
/* line 2726, ../scss/custom.scss */
#nav-footer ul a {
  float: left;
  margin: 0 3% 0 0;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.2;
  color: white;
  text-shadow: 0 1px 0.5px #545454;
}
/* line 2734, ../scss/custom.scss */
#nav-footer ul a:hover {
  text-decoration: underline;
}
/* line 2738, ../scss/custom.scss */
#nav-footer .page-top {
  position: absolute;
  right: 4%;
  right: calc(4% + var(--safe-area-right));
  top: -48px;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  color: white;
  text-decoration: none;
  background: #6d6d6d;
}
/* line 2751, ../scss/custom.scss */
#nav-footer .page-top:after {
  font: 24px/50px "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  text-indent: 0;
  text-align: center;
}

/* line 2760, ../scss/custom.scss */
#footer-search {
  position: relative;
  float: right;
  width: 24%;
  height: 30px;
  margin: 9px 4% 0 0;
}
/* line 2766, ../scss/custom.scss */
#footer-search label {
  position: absolute;
  top: 7px;
  left: 13px;
  z-index: 1;
  font-size: 14px;
  line-height: 1.2;
  color: #383939;
  cursor: text;
}
/* line 2776, ../scss/custom.scss */
#footer-search input {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px 30px 6px 12px;
  border-top: 1px solid white;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
  font-size: 14px;
  line-height: 1.2;
  color: #383939;
}
/* line 2792, ../scss/custom.scss */
#footer-search input:focus {
  z-index: 2;
}
/* line 2796, ../scss/custom.scss */
#footer-search button {
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 3;
  width: 30px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  text-indent: -999px;
  white-space: nowrap;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2812, ../scss/custom.scss */
#footer-search button:after {
  font: 13px/13px "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 1px;
  display: block;
  margin: 0 30px 0 7px;
  color: #757575;
  text-indent: 0;
}

/* line 2824, ../scss/custom.scss */
#footer-info-wrap {
  background: white;
  clear: both;
  padding-bottom: var(--safe-area-bottom);
}

/* line 2830, ../scss/custom.scss */
#footer-info {
  zoom: 1;
  font-size: 11px;
  line-height: 1.27;
  color: #757575;
  text-transform: uppercase;
  text-align: right;
}
/* line 78, ../scss/_mixins.scss */
#footer-info:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
#footer-info:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2839, ../scss/custom.scss */
#footer-info p, #footer-info > div {
  margin: 19px 4% 18px;
}
/* line 2841, ../scss/custom.scss */
#footer-info p nav, #footer-info > div nav {
  display: inline;
}
/* line 2845, ../scss/custom.scss */
#footer-info a {
  color: #757575;
  margin-left: 12px;
  text-decoration: underline;
}
/* line 2849, ../scss/custom.scss */
#footer-info a:hover, #footer-info a:focus {
  text-decoration: none;
}
/* line 2853, ../scss/custom.scss */
#footer-info .rocksolid-copyright {
  float: left;
  margin-left: 0;
  color: #bababa;
  text-decoration: none;
}
/* line 2858, ../scss/custom.scss */
#footer-info .rocksolid-copyright:hover, #footer-info .rocksolid-copyright:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  /* line 2865, ../scss/custom.scss */
  #footer-content .mod_newslist.block {
    width: 40%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2872, ../scss/custom.scss */
  #footer-content .mod_newslist.block {
    width: 86.66667%;
    padding-right: 0;
    margin-left: 6.666667%;
  }
}
/* ===========================================
 * No image-main
 * ======================================== */
/* line 2884, ../scss/custom.scss */
.no-image-main #wrapper > header {
  width: 100%;
  left: 0;
}
/* line 2888, ../scss/custom.scss */
.no-image-main #nav-main {
  left: 37.5%;
}
/* line 2891, ../scss/custom.scss */
.no-image-main #nav-language {
  right: 4.16667%;
}
/* line 2894, ../scss/custom.scss */
.no-image-main #nav-socialmedia {
  right: 4.16667%;
}
/* line 2897, ../scss/custom.scss */
.no-image-main .mod_changelanguage {
  right: 9%;
}
/* line 2900, ../scss/custom.scss */
.no-image-main #nav-sub,
.no-image-main #sidebar .mod_navigation {
  position: static;
  float: left;
  margin-top: 225px;
  margin-bottom: -232px;
  margin-left: 8%;
  width: 28%;
  background-color: #f2f2f2;
}
/* line 2912, ../scss/custom.scss */
.no-image-main #image-main {
  display: none;
}

/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments)
 * ======================================== */
/* line 2921, ../scss/custom.scss */
.fixed-note {
  position: fixed;
  display: table;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  padding: 12px 20px 12px 80px;
  padding-right: calc(20px + var(--safe-area-right));
  padding-bottom: calc(12px + var(--safe-area-bottom));
  padding-left: calc(80px + var(--safe-area-left));
  border-top: 1px solid #7b7d80;
  z-index: 99;
  background-color: white;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  /* line 2921, ../scss/custom.scss */
  .fixed-note {
    position: relative;
    padding-top: calc(12px + var(--safe-area-top));
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  /* line 2921, ../scss/custom.scss */
  .fixed-note {
    display: block;
    padding-left: 20px;
    padding-left: calc(20px + var(--safe-area-left));
  }
}
/* line 2948, ../scss/custom.scss */
.fixed-note:before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 30px;
  left: calc(30px + var(--safe-area-left));
  font-size: 36px;
  color: #3b3b3b;
}
@media screen and (max-width: 900px) {
  /* line 2948, ../scss/custom.scss */
  .fixed-note:before {
    top: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 2948, ../scss/custom.scss */
  .fixed-note:before {
    position: static;
  }
}
/* line 2964, ../scss/custom.scss */
.fixed-note h1, .fixed-note h2, .fixed-note h3 {
  font-size: 14px;
  margin: 6px 0;
}
/* line 2968, ../scss/custom.scss */
.fixed-note p {
  font-size: 13px;
  margin: 6px 0;
}

/* line 2974, ../scss/custom.scss */
.fixed-note-column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
/* line 2978, ../scss/custom.scss */
.fixed-note-column:last-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  /* line 2978, ../scss/custom.scss */
  .fixed-note-column:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  /* line 2974, ../scss/custom.scss */
  .fixed-note-column {
    display: block;
    margin: 12px 0;
    padding: 0;
  }
}

/* line 2991, ../scss/custom.scss */
.fixed-note-link, .fixed-note-button {
  white-space: nowrap;
}

/* line 2995, ../scss/custom.scss */
.fixed-note-button {
  margin: 0;
}

/* line 2999, ../scss/custom.scss */
.fixed-note-closed {
  position: fixed;
  right: 30px;
  right: calc(30px + var(--safe-area-right));
  bottom: 0;
  bottom: var(--safe-area-bottom);
  z-index: 99;
  padding: 8px 12px;
  color: white;
  text-decoration: none;
  background: #0071b9;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  /* line 2999, ../scss/custom.scss */
  .fixed-note-closed {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  /* line 2999, ../scss/custom.scss */
  .fixed-note-closed {
    position: absolute;
    top: 12px;
    top: calc(12px + var(--safe-area-top));
    right: auto;
    bottom: auto;
    left: 3.33333%;
    left: calc(3.33333% + var(--safe-area-left));
    margin-left: -16px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 599px) {
  /* line 2999, ../scss/custom.scss */
  .fixed-note-closed {
    margin-left: 0;
    left: 0;
    left: var(--safe-area-left);
    top: 0;
    top: var(--safe-area-top);
  }
}
/* line 3032, ../scss/custom.scss */
.fixed-note-closed:hover, .fixed-note-closed:focus {
  background-color: #005286;
}
/* line 3035, ../scss/custom.scss */
.fixed-note-closed:before {
  font: 100%/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
}
/* line 3038, ../scss/custom.scss */
.fixed-note-closed > span {
  display: none;
}

/* line 3043, ../scss/custom.scss */
.back a:before, .previous a:before, .next a:after {
  font: 12px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  vertical-align: middle;
}

/* line 3050, ../scss/custom.scss */
.next a:after {
  content: "\e019";
  margin-right: 0;
  margin-left: 6px;
}

/* line 3057, ../scss/custom.scss */
.pagination > p {
  text-align: center;
}
/* line 3060, ../scss/custom.scss */
.pagination ul {
  list-style-type: none !important;
  text-align: center;
}
/* line 3063, ../scss/custom.scss */
.pagination ul li {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  /* line 3063, ../scss/custom.scss */
  .pagination ul li {
    margin-bottom: 10px;
  }
}
/* line 3070, ../scss/custom.scss */
.pagination ul li a, .pagination ul li strong, .pagination ul li span {
  padding: 4px 12px;
  background-color: white;
}
/* line 3074, ../scss/custom.scss */
.pagination ul li .current, .pagination ul li .active {
  border-bottom: 1px solid #cdd1d3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
  background-image: -moz-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: -webkit-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: linear-gradient(#ffffff 1%, #eaeaea 100%);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
}

/* line 3083, ../scss/custom.scss */
.enclosure, .ce_downloads {
  position: relative;
  margin: 24px 0;
  padding: 7px 3.84615% 10px;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(123, 125, 128, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.5) inset, -1px 0 0 0 rgba(255, 255, 255, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(123, 125, 128, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.5) inset, -1px 0 0 0 rgba(255, 255, 255, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(123, 125, 128, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.5) inset, -1px 0 0 0 rgba(255, 255, 255, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* line 3090, ../scss/custom.scss */
.enclosure:before, .ce_downloads:before {
  font: 36px/0 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  color: #3b3b3b;
  right: 7.69231%;
  top: 50%;
}
/* line 3097, ../scss/custom.scss */
.enclosure p, .enclosure h1, .enclosure h2, .enclosure h3, .enclosure h4, .enclosure h5, .enclosure h6, .enclosure ul, .ce_downloads p, .ce_downloads h1, .ce_downloads h2, .ce_downloads h3, .ce_downloads h4, .ce_downloads h5, .ce_downloads h6, .ce_downloads ul {
  margin: 6px 0 !important;
}
/* line 3100, ../scss/custom.scss */
.enclosure ul, .ce_downloads ul {
  list-style: none !important;
  padding: 0 !important;
}

/* Search */
/* line 3108, ../scss/custom.scss */
section#content .mod_search {
  margin: 24px 0;
}
/* line 3110, ../scss/custom.scss */
section#content .mod_search form {
  height: 65px;
  zoom: 1;
}
/* line 78, ../scss/_mixins.scss */
section#content .mod_search form:before {
  content: "";
  display: table;
}
/* line 82, ../scss/_mixins.scss */
section#content .mod_search form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3114, ../scss/custom.scss */
section#content .mod_search form input[type="search"] {
  width: 74%;
  height: auto;
  float: left;
  margin: 1px 0 0 0;
  padding: 7px 10px;
  border: 1px solid #cdd1d3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 6px 6px -3px rgba(0, 0, 0, 0.2) inset;
}
/* line 3126, ../scss/custom.scss */
section#content .mod_search form button[type="submit"], section#content .mod_search form input[type="submit"] {
  width: 25%;
  float: right;
  margin: 0;
  padding-top: 6px;
}
/* line 3131, ../scss/custom.scss */
section#content .mod_search form button[type="submit"]:after, section#content .mod_search form input[type="submit"]:after {
  content: none;
}
/* line 3137, ../scss/custom.scss */
section#content .mod_search h3 span.relevance {
  float: right;
  font-size: 14px;
}
/* line 3141, ../scss/custom.scss */
section#content .mod_search .header {
  padding-bottom: 6px;
  border-bottom: 1px solid #cdd1d3;
  color: #969696;
}
/* line 3146, ../scss/custom.scss */
section#content .mod_search .highlight {
  padding: 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  background: #cccccc;
}
/* line 3152, ../scss/custom.scss */
section#content .mod_search .url {
  padding-bottom: 24px;
  border-bottom: 1px dotted #cdd1d3;
  color: #969696;
}
/* line 3156, ../scss/custom.scss */
section#content .mod_search .url:before {
  margin-right: 5px;
  font: 16px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
}
/* line 3161, ../scss/custom.scss */
section#content .mod_search .url .filesize {
  display: inline-block;
  font-size: 12px;
}

/* FAQ */
/* line 3171, ../scss/custom.scss */
.mod_faqpage section h3:before {
  content: "Q:";
  font-weight: normal;
  letter-spacing: 1px;
  color: white;
  padding: 0 4px 3px 6px;
  margin-right: 6px;
  background-color: #515151;
}

/* line 3184, ../scss/custom.scss */
.mod_faqpage .info, .mod_faqreader .info {
  font-size: 12px;
  color: #969696;
}

/* line 3191, ../scss/custom.scss */
.mod_faqlist ul {
  list-style-type: none !important;
}
/* line 3193, ../scss/custom.scss */
.mod_faqlist ul li {
  padding: 6px 0;
}
/* line 3195, ../scss/custom.scss */
.mod_faqlist ul li:before {
  font: 15px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 6px;
  color: #3b3b3b;
}

/* News */
/* line 3207, ../scss/custom.scss */
.mod_newsreader .info {
  margin-top: -12px !important;
}

/* line 3213, ../scss/custom.scss */
.mod_newslist .info, .mod_newsarchive .info {
  margin-bottom: 0 !important;
}
/* line 3216, ../scss/custom.scss */
.mod_newslist .info + h2, .mod_newsarchive .info + h2 {
  margin-top: 0 !important;
}
/* line 3219, ../scss/custom.scss */
.mod_newslist .more, .mod_newsarchive .more {
  margin-top: -12px !important;
}
/* line 3222, ../scss/custom.scss */
.mod_newslist > .layout_short, .mod_newsarchive > .layout_short {
  margin-bottom: 24px;
  border-bottom: 1px solid #cdd1d3;
}

/* line 3230, ../scss/custom.scss */
.mod_newslist.block .layout_latest.arc_2.block {
  border-bottom: 1px solid #6d6d6d;
}

/* Events */
/* line 3238, ../scss/custom.scss */
.mod_calendar th {
  border: 0 !important;
}
/* line 3240, ../scss/custom.scss */
.mod_calendar th.previous a, .mod_calendar th.next a {
  padding: 6px 16px;
  border: 1px solid #e0e3e3 !important;
  white-space: nowrap;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  -moz-box-shadow: 1px 0 0 0 rgba(224, 227, 227, 0.9) inset, -1px 0 0 0 rgba(224, 227, 227, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0 0 0 rgba(224, 227, 227, 0.9) inset, -1px 0 0 0 rgba(224, 227, 227, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 0 rgba(224, 227, 227, 0.9) inset, -1px 0 0 0 rgba(224, 227, 227, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* line 3246, ../scss/custom.scss */
.mod_calendar th.previous a:hover, .mod_calendar th.next a:hover {
  border-color: #979fa3 !important;
}
/* line 3249, ../scss/custom.scss */
.mod_calendar th.previous a:after, .mod_calendar th.previous a:before, .mod_calendar th.next a:after, .mod_calendar th.next a:before {
  display: none;
}
/* line 3252, ../scss/custom.scss */
.mod_calendar th.previous a:active, .mod_calendar th.next a:active {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
/* line 3256, ../scss/custom.scss */
.mod_calendar th.current {
  text-align: center;
}
/* line 3258, ../scss/custom.scss */
.mod_calendar th.current:before {
  font: 16px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
/* line 3263, ../scss/custom.scss */
.mod_calendar th.next {
  text-align: right;
}
/* line 3266, ../scss/custom.scss */
.mod_calendar th.label {
  text-align: center;
  border-bottom: 2px solid #cdd1d3 !important;
}
/* line 3271, ../scss/custom.scss */
.mod_calendar td {
  width: 14.28571%;
  border-right: 1px solid #cdd1d3;
  background: #eaeaea;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  -moz-box-shadow: 1px 0 0 0 rgba(224, 227, 227, 0.9) inset, -1px 0 0 0 rgba(224, 227, 227, 0.9) inset;
  -webkit-box-shadow: 1px 0 0 0 rgba(224, 227, 227, 0.9) inset, -1px 0 0 0 rgba(224, 227, 227, 0.9) inset;
  box-shadow: 1px 0 0 0 rgba(224, 227, 227, 0.9) inset, -1px 0 0 0 rgba(224, 227, 227, 0.9) inset;
}
/* line 3277, ../scss/custom.scss */
.mod_calendar td.empty, .mod_calendar td:hover {
  background: white;
}
/* line 3280, ../scss/custom.scss */
.mod_calendar td.today {
  color: white !important;
  background: #969696;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
}
/* line 3284, ../scss/custom.scss */
.mod_calendar td.today a {
  color: white !important;
}
/* line 3286, ../scss/custom.scss */
.mod_calendar td.today a:hover {
  border-color: #969696 !important;
}
/* line 3292, ../scss/custom.scss */
.mod_calendar tbody tr {
  border-left: 1px solid #cdd1d3;
}
/* line 3294, ../scss/custom.scss */
.mod_calendar tbody tr:hover {
  background-color: #eaeaea !important;
}
/* line 3298, ../scss/custom.scss */
.mod_calendar .event {
  font-size: 12px;
}
/* line 3302, ../scss/custom.scss */
.mod_calendar .minicalendar th {
  padding: 6px 0;
}
/* line 3305, ../scss/custom.scss */
.mod_calendar .minicalendar td {
  padding: 3px;
  text-align: center;
}

/* line 3313, ../scss/custom.scss */
.mod_newsletterlist ul, #content .mod_newsletterlist ul {
  padding-left: 0;
  list-style-type: none;
}
/* line 3316, ../scss/custom.scss */
.mod_newsletterlist ul li, #content .mod_newsletterlist ul li {
  padding: 5px 0;
  border-top: 1px solid #7b7d80;
}
/* line 3319, ../scss/custom.scss */
.mod_newsletterlist ul li:first-child, .mod_newsletterlist ul li.first, #content .mod_newsletterlist ul li:first-child, #content .mod_newsletterlist ul li.first {
  border-top: 0;
}

/* line 3326, ../scss/custom.scss */
.mod_eventreader .info, .mod_eventlist .header {
  font-weight: bold;
}

/* line 3331, ../scss/custom.scss */
.mod_eventlist h1 {
  font-size: 28px !important;
  color: #383939 !important;
}
/* line 3335, ../scss/custom.scss */
.mod_eventlist .event h2 {
  margin-top: 0 !important;
}

/* line 3340, ../scss/custom.scss */
.mod_eventreader .info time:before, .mod_eventlist .header:before {
  font: 15px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 4px;
}

/* Comments */
/* line 3346, ../scss/custom.scss */
.ce_comments {
  border-top: 1px solid #cdd1d3;
  margin-top: 36px;
}
/* line 3349, ../scss/custom.scss */
.ce_comments .comment_default {
  border-bottom: 1px solid #cdd1d3;
}
/* line 3352, ../scss/custom.scss */
.ce_comments .info {
  position: relative;
  padding: 6px 3.84615%;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 3357, ../scss/custom.scss */
.ce_comments .info:before {
  font: 16px/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
/* line 3361, ../scss/custom.scss */
.ce_comments .info:after {
  content: "";
  position: absolute;
  right: 3.84615%;
  bottom: -20px;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent white;
  border-style: solid;
}
/* line 3372, ../scss/custom.scss */
.ce_comments .info > .date {
  display: inline-block;
  font-weight: normal;
  color: #969696;
}
/* line 3376, ../scss/custom.scss */
.ce_comments .info > .date:before {
  display: none;
}
/* line 3381, ../scss/custom.scss */
.ce_comments .comment {
  padding: 0 3.84615%;
  font-size: 14px;
}
/* line 3385, ../scss/custom.scss */
.ce_comments .reply {
  padding-left: 3.84615%;
}
/* line 3387, ../scss/custom.scss */
.ce_comments .reply .info {
  color: white;
  background: #515151;
}
/* line 3390, ../scss/custom.scss */
.ce_comments .reply .info:after {
  border-color: transparent transparent transparent #515151;
}
/* line 3395, ../scss/custom.scss */
.ce_comments .form {
  margin-top: 36px;
}
/* line 3399, ../scss/custom.scss */
.ce_comments form label {
  float: left;
  margin-top: 4px;
}
/* line 3403, ../scss/custom.scss */
.ce_comments form fieldset {
  border: 0;
}
/* line 3405, ../scss/custom.scss */
.ce_comments form fieldset label {
  float: none;
  margin-left: 5px !important;
}
/* line 3410, ../scss/custom.scss */
.ce_comments form .widget {
  position: relative;
  margin: 24px 0;
}
/* line 3414, ../scss/custom.scss */
.ce_comments form .captcha_text {
  float: none !important;
  margin-left: 0 !important;
}

/* Sitemap */
/* line 3423, ../scss/custom.scss */
#content .mod_sitemap a {
  color: #757575;
  border: 0;
}
/* line 3427, ../scss/custom.scss */
#content .mod_sitemap ul {
  padding-left: 0;
  list-style-type: none;
}
/* line 3430, ../scss/custom.scss */
#content .mod_sitemap ul li {
  border-top: 1px solid #cdd1d3;
}
/* line 3432, ../scss/custom.scss */
#content .mod_sitemap ul li:first-child, #content .mod_sitemap ul li.first {
  border: 0;
}
/* line 3435, ../scss/custom.scss */
#content .mod_sitemap ul li li {
  padding: 3px 24px;
  font-size: 14px;
  border-color: #cdd1d3;
}
/* line 3440, ../scss/custom.scss */
#content .mod_sitemap ul li li.submenu {
  border: 0;
}
/* line 3442, ../scss/custom.scss */
#content .mod_sitemap ul li li.submenu ul {
  margin: 0;
}
/* line 3448, ../scss/custom.scss */
#content .mod_sitemap > ul > li {
  padding: 6px 0;
}
/* line 3449, ../scss/custom.scss */
#content .mod_sitemap > ul > li > a {
  color: #3b3b3b;
}
/* line 3453, ../scss/custom.scss */
#content .mod_sitemap > ul > li:before {
  font: 100%/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  color: #3b3b3b;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
/* line 3462, ../scss/custom.scss */
.dlh_googlemap {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 3466, ../scss/custom.scss */
#sidebar .dlh_googlemap {
  /* Setting the maps width to 100% is best practice in the sidebar, since it becomes fluid that way */
  width: 100% !important;
}

/* line 3471, ../scss/custom.scss */
#content .dlh_googlemap img {
  max-width: none;
}

/* ===========================================
 * Slider
 * ======================================== */
/* line 3480, ../scss/custom.scss */
#content .rsts-main a, #sidebar .rsts-main a {
  border-bottom: 0;
}
/* line 3483, ../scss/custom.scss */
#content .rsts-main ul, #sidebar .rsts-main ul {
  margin: 0;
  padding: 0;
}
/* line 3487, ../scss/custom.scss */
#content .rsts-main .rsts-next, #content .rsts-main .rsts-prev, #content .rsts-main .rsts-nav-next a, #content .rsts-main .rsts-nav-prev a, #content .rsts-main .rsts-video-stop, #sidebar .rsts-main .rsts-next, #sidebar .rsts-main .rsts-prev, #sidebar .rsts-main .rsts-nav-next a, #sidebar .rsts-main .rsts-nav-prev a, #sidebar .rsts-main .rsts-video-stop {
  border-bottom: none;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 3492, ../scss/custom.scss */
#content .rsts-main .image_container, #sidebar .rsts-main .image_container {
  margin-left: 0;
  margin-right: 0;
}
/* line 3495, ../scss/custom.scss */
#content .rsts-main .image_container.float_left, #sidebar .rsts-main .image_container.float_left {
  margin-left: 0;
  margin-right: 20px;
}
/* line 3499, ../scss/custom.scss */
#content .rsts-main .image_container.float_right, #sidebar .rsts-main .image_container.float_right {
  margin-right: 0;
  margin-left: 20px;
}

/* line 3508, ../scss/custom.scss */
#home-slider-wrap .rsts-skin-default .rsts-nav {
  right: calc(95px + var(--safe-area-right));
}
/* line 3511, ../scss/custom.scss */
#home-slider-wrap .rsts-skin-default .rsts-prev {
  right: calc(55px + var(--safe-area-right));
}
/* line 3514, ../scss/custom.scss */
#home-slider-wrap .rsts-skin-default .rsts-next {
  right: calc(20px + var(--safe-area-right));
}

/* ===========================================
 * Media queries
 * ======================================== */
/* Wrapper max-width (viewport width 1100px and below) */
@media screen and (max-width: 1200px) {
  /* line 3526, ../scss/custom.scss */
  #wrapper > header {
    width: 100%;
  }
  /* line 3528, ../scss/custom.scss */
  .no-image-main #wrapper > header {
    left: 0;
    width: 100%;
  }

  /* line 3534, ../scss/custom.scss */
  .mod_changelanguage {
    right: 11%;
  }

  /* line 3539, ../scss/custom.scss */
  .no-image-main .mod_changelanguage {
    right: 10%;
  }
}
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {
  /* line 3548, ../scss/custom.scss */
  #wrapper {
    padding-top: 189px;
  }
  /* line 3550, ../scss/custom.scss */
  #wrapper > header, .no-image-main #wrapper > header {
    left: 6.66667%;
    left: calc(6.66667% + var(--safe-area-left));
    width: 86.66667%;
    width: calc(86.66667% - (var(--safe-area-left) + var(--safe-area-right)));
  }

  /* line 3558, ../scss/custom.scss */
  #logo {
    margin-left: -60px;
    width: 607px;
  }

  /* line 3562, ../scss/custom.scss */
  #nav-main,
  .no-image-main #nav-main {
    left: 38.46154%;
  }

  /* line 3566, ../scss/custom.scss */
  #nav-language {
    right: 0 !important;
  }

  /* line 3569, ../scss/custom.scss */
  #nav-socialmedia {
    right: 0 !important;
  }

  /* line 3572, ../scss/custom.scss */
  .mod_changelanguage {
    right: 9% !important;
  }

  /* line 3575, ../scss/custom.scss */
  #nav-sub,
  .no-image-main #nav-sub,
  #sidebar .mod_navigation,
  .no-image-main #sidebar .mod_navigation {
    zoom: 1;
    position: static;
    float: none;
    width: 100%;
    padding: 0 6.66667% 83px 6.66667%;
    padding-right: calc(6.66667% + var(--safe-area-right));
    padding-left: calc(6.66667% + var(--safe-area-left));
    margin: 0 0 -119px 0;
    margin-right: calc(0px - var(--safe-area-right));
    margin-left: calc(0px - var(--safe-area-left));
    background: #f2f2f2;
  }
  /* line 78, ../scss/_mixins.scss */
  #nav-sub:before,
  .no-image-main #nav-sub:before,
  #sidebar .mod_navigation:before,
  .no-image-main #sidebar .mod_navigation:before {
    content: "";
    display: table;
  }
  /* line 82, ../scss/_mixins.scss */
  #nav-sub:after,
  .no-image-main #nav-sub:after,
  #sidebar .mod_navigation:after,
  .no-image-main #sidebar .mod_navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 3590, ../scss/custom.scss */
  #nav-sub h1, #nav-sub h2, #nav-sub h3,
  .no-image-main #nav-sub h1,
  .no-image-main #nav-sub h2,
  .no-image-main #nav-sub h3,
  #sidebar .mod_navigation h1,
  #sidebar .mod_navigation h2,
  #sidebar .mod_navigation h3,
  .no-image-main #sidebar .mod_navigation h1,
  .no-image-main #sidebar .mod_navigation h2,
  .no-image-main #sidebar .mod_navigation h3 {
    display: none;
  }
  /* line 3593, ../scss/custom.scss */
  #nav-sub li,
  .no-image-main #nav-sub li,
  #sidebar .mod_navigation li,
  .no-image-main #sidebar .mod_navigation li {
    float: left;
    margin-right: 20px;
  }
  /* line 3596, ../scss/custom.scss */
  #nav-sub li ul li,
  .no-image-main #nav-sub li ul li,
  #sidebar .mod_navigation li ul li,
  .no-image-main #sidebar .mod_navigation li ul li {
    clear: left;
  }
  /* line 3600, ../scss/custom.scss */
  #nav-sub a, #nav-sub ul a,
  .no-image-main #nav-sub a,
  .no-image-main #nav-sub ul a,
  #sidebar .mod_navigation a,
  #sidebar .mod_navigation ul a,
  .no-image-main #sidebar .mod_navigation a,
  .no-image-main #sidebar .mod_navigation ul a {
    float: left;
    clear: none;
  }

  /* line 3606, ../scss/custom.scss */
  .mod_rocksolid_mega_menu {
    display: none;
  }

  /* line 3609, ../scss/custom.scss */
  .mod_navigation {
    margin-top: 20px;
  }

  /* line 3613, ../scss/custom.scss */
  #nav-main-mobile, #nav-main-mobile_styled {
    display: block;
    width: 86.66667%;
    margin: -20px 0 15px 6.66667%;
    font-size: 16px;
  }

  /* line 3620, ../scss/custom.scss */
  #home-slider-wrap {
    margin-top: -18px;
  }

  /* line 3623, ../scss/custom.scss */
  .home-slide {
    min-height: 300px;
  }
  /* line 3625, ../scss/custom.scss */
  .home-slide .image-wrap {
    width: 53.33333%;
  }
  /* line 3628, ../scss/custom.scss */
  .home-slide .text-wrap {
    left: 60%;
    width: 33.33333%;
  }

  /* line 3634, ../scss/custom.scss */
  #wrapper-home .teaser-text {
    margin-left: 6.66667%;
    margin-right: 6.66667%;
  }
  /* line 3639, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-text .box {
    width: 24.444%;
    margin-left: 6.66667%;
  }
  /* line 3643, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-text .box-title {
    width: auto;
    display: block;
    margin: 30px 6.66667% 0 6.66667%;
  }
  /* line 3647, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-text .box-title h1, #wrapper-home .teaser-boxes-text .box-title h2, #wrapper-home .teaser-boxes-text .box-title h3 {
    font-size: 20px;
  }
  /* line 3653, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-image .box {
    width: 24.444%;
    margin-left: 6.66667%;
  }
  /* line 3657, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-image .box-title {
    width: auto;
    display: block;
    margin: 30px 6.66667% 0 6.66667%;
  }
  /* line 3661, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-image .box-title h1, #wrapper-home .teaser-boxes-image .box-title h2, #wrapper-home .teaser-boxes-image .box-title h3 {
    font-size: 20px;
  }
  /* line 3667, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-news h1, #wrapper-home .teaser-boxes-news h2, #wrapper-home .teaser-boxes-news h3 {
    margin-left: 6.66667%;
    margin-right: 6.66667%;
  }
  /* line 3671, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-news .box {
    width: 24.444%;
    margin-left: 6.66667%;
  }
  /* line 3677, ../scss/custom.scss */
  #wrapper-home .testimonial:before {
    right: auto;
    left: 0;
  }
  /* line 3682, ../scss/custom.scss */
  #wrapper-home .testimonial.testimonial-odd:before {
    left: auto;
    right: 0;
  }
  /* line 3689, ../scss/custom.scss */
  #wrapper-home .statement > header, #wrapper-home .statement > div.header {
    margin-left: 6.66667%;
    width: 26.66667%;
  }
  /* line 3693, ../scss/custom.scss */
  #wrapper-home .statement p {
    margin-right: 6.66667%;
  }

  /* line 3698, ../scss/custom.scss */
  section#content {
    float: none;
    width: 100%;
    margin: 77px 0 0 0;
    padding: 0 6.66667%;
  }

  /* line 3704, ../scss/custom.scss */
  aside#sidebar {
    float: none;
    width: 100%;
    margin: 24px 0;
    padding: 0;
  }
  /* line 3709, ../scss/custom.scss */
  aside#sidebar .mod_article > .block {
    float: left;
    width: 40%;
    margin-left: 6.66667%;
  }

  /* line 3715, ../scss/custom.scss */
  #image-main {
    position: static;
    float: none;
    width: auto;
    min-height: 0;
    margin: 72px 0 24px;
    margin-right: calc(0px - var(--safe-area-right));
    margin-left: calc(0px - var(--safe-area-left));
    text-align: center;
  }
  /* line 3724, ../scss/custom.scss */
  #image-main img {
    float: none;
    max-width: 100%;
    height: auto;
  }
  /* line 3729, ../scss/custom.scss */
  #image-main > div {
    float: none;
  }

  /* line 3733, ../scss/custom.scss */
  #teaser-next {
    min-width: 6.66667%;
    min-width: calc(6.66667% + var(--safe-area-right));
  }

  /* line 3738, ../scss/custom.scss */
  #footer-content .footer-column {
    margin-left: 6.66667%;
  }
  /* line 3741, ../scss/custom.scss */
  #footer-content .footer-column-1, #footer-content .footer-column-2 {
    width: 40%;
  }
  /* line 3744, ../scss/custom.scss */
  #footer-content .footer-column-3 {
    width: 86.66667%;
  }

  /* line 3749, ../scss/custom.scss */
  #nav-footer ul {
    margin-left: 6.66667%;
    width: 53.33333%;
  }
  /* line 3753, ../scss/custom.scss */
  #nav-footer .page-top {
    right: 6.66667%;
    right: calc(6.66667% + var(--safe-area-right));
  }

  /* line 3758, ../scss/custom.scss */
  #footer-search {
    margin-right: 6.66667%;
    width: 26.66667%;
  }

  /* line 3763, ../scss/custom.scss */
  #footer-info p {
    margin-right: 6.66667%;
  }
}
@media screen and (max-width: 750px) {
  /* line 3770, ../scss/custom.scss */
  #wrapper > header,
  .no-image-main #wrapper > header {
    left: 0;
    width: 93.33333%;
  }
}
@media screen and (max-width: 699px) {
  /* line 3778, ../scss/custom.scss */
  #nav-main,
  .no-image-main #nav-main {
    width: 50%;
    left: 46.42857%;
  }
}
/* Mobile (viewport width 599px and below) */
@media screen and (max-width: 599px) {
  /* line 3787, ../scss/custom.scss */
  #nav-main, #nav-sub,
  #sidebar .mod_navigation {
    display: none;
  }

  /* line 3791, ../scss/custom.scss */
  #wrapper {
    padding-top: 0;
  }
  /* line 3793, ../scss/custom.scss */
  #wrapper > header, .no-image-main #wrapper > header {
    position: static;
    width: auto;
    border-bottom: 1px solid #f2f2f2;
  }

  /* line 3800, ../scss/custom.scss */
  #logo {
    margin: 0 auto;
    padding-left: 0;
    width: 360px;
  }

  /* line 3805, ../scss/custom.scss */
  #nav-main-mobile, #nav-main-mobile_styled {
    display: block;
    width: 86.66667%;
    margin: 25px 0 15px 6.66667%;
    font-size: 16px;
  }

  /* line 3811, ../scss/custom.scss */
  #nav-language {
    position: static;
    margin: 15px;
    text-align: center;
  }
  /* line 3815, ../scss/custom.scss */
  #nav-language ul {
    padding-left: 0;
  }

  /* line 3819, ../scss/custom.scss */
  #nav-socialmedia {
    display: none;
    position: static;
    margin: 15px 11px 15px 15px;
    text-align: center;
  }
  /* line 3824, ../scss/custom.scss */
  #nav-socialmedia a {
    display: inline-block;
  }

  /* line 3828, ../scss/custom.scss */
  .mod_changelanguage {
    position: static;
    margin: 15px 70px 15px 15px;
    text-align: center;
    /* 		top: 23.5%;
    		left: -25%; */
    height: 25px;
  }
  /* line 3836, ../scss/custom.scss */
  .mod_changelanguage ul {
    margin: 0;
  }

  /* line 3840, ../scss/custom.scss */
  #home-slider-wrap {
    margin-top: 0;
  }

  /* line 3843, ../scss/custom.scss */
  .home-slide {
    min-height: 0;
  }
  /* line 3845, ../scss/custom.scss */
  .home-slide .image-wrap {
    width: 100%;
  }
  /* line 3847, ../scss/custom.scss */
  .home-slide .image-wrap img {
    min-width: 0;
  }
  /* line 3851, ../scss/custom.scss */
  .home-slide .text-wrap {
    position: static;
    padding: 24px 0;
    width: auto;
    margin: 0 6.66667%;
    margin-right: calc(6.66667% + var(--safe-area-right));
    margin-left: calc(6.66667% + var(--safe-area-left));
  }
  /* line 3858, ../scss/custom.scss */
  .home-slide .text-wrap h1, .home-slide .text-wrap h2, .home-slide .text-wrap h3 {
    position: static;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 24px;
    background: none;
    white-space: normal;
  }

  /* line 3870, ../scss/custom.scss */
  #wrapper-home .teaser-text p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  /* line 3875, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-text .box {
    width: 86.66667%;
  }
  /* line 3880, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-image .box {
    width: 200px;
  }
  /* line 3885, ../scss/custom.scss */
  #wrapper-home .teaser-boxes-news .box {
    width: 200px;
  }
  /* line 3890, ../scss/custom.scss */
  #wrapper-home .testimonial p {
    font-size: 18px;
  }
  /* line 3895, ../scss/custom.scss */
  #wrapper-home .statement > header, #wrapper-home .statement > div.header {
    float: none;
    width: auto;
    margin: 10px 6.66667%;
  }
  /* line 3900, ../scss/custom.scss */
  #wrapper-home .statement p {
    float: none;
    width: auto;
    margin: 10px 6.66667%;
    font-size: 18px;
  }

  /* line 3908, ../scss/custom.scss */
  section#content {
    margin-top: 87px;
  }
  /* line 3910, ../scss/custom.scss */
  section#content h1 {
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 44px;
  }
  /* line 3915, ../scss/custom.scss */
  section#content .content-image {
    float: none;
    width: 100%;
  }

  /* line 3921, ../scss/custom.scss */
  section#content form p b.error, section#content form p.error {
    float: none;
    width: auto;
    margin-left: 0;
  }
  /* line 3925, ../scss/custom.scss */
  section#content form p b.error + input, section#content form p b.error + textarea, section#content form p b.error + select, section#content form p.error + input, section#content form p.error + textarea, section#content form p.error + select {
    margin-left: 0;
  }
  /* line 3929, ../scss/custom.scss */
  section#content form label {
    display: block;
    width: auto;
    margin: 0 0 5px 12px;
    text-align: left;
  }
  /* line 3934, ../scss/custom.scss */
  section#content form label + input, section#content form label + textarea, section#content form label + select {
    margin-left: 0;
  }
  /* line 3938, ../scss/custom.scss */
  section#content form textarea, section#content form fieldset, section#content form button, section#content form input[type="submit"] {
    margin-left: 0;
  }
  /* line 3941, ../scss/custom.scss */
  section#content form input, section#content form textarea, section#content form select, section#content form fieldset, section#content form button {
    width: 100%;
  }

  /* line 3946, ../scss/custom.scss */
  form .explanation, form .captcha_text {
    width: auto;
    margin-left: 0;
  }

  /* line 3951, ../scss/custom.scss */
  aside#sidebar {
    padding: 0 6.66667%;
  }
  /* line 3953, ../scss/custom.scss */
  aside#sidebar .mod_article > .block {
    float: none;
    width: auto;
    margin-left: 0;
  }

  /* line 3960, ../scss/custom.scss */
  .ce_gallery.ce_gallery > ul > li, #sidebar .ce_gallery.ce_gallery > ul > li {
    /* doubled class for specificity */
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 3969, ../scss/custom.scss */
  .ce_gallery .image_container img, #sidebar .ce_gallery .image_container img {
    width: auto;
  }

  /* line 3974, ../scss/custom.scss */
  #teaser-next {
    position: static;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    overflow: visible;
  }
  /* line 3981, ../scss/custom.scss */
  #teaser-next:after {
    content: none;
    display: none;
  }
  /* line 3985, ../scss/custom.scss */
  #teaser-next a {
    width: auto;
    padding: 0;
  }
  /* line 3989, ../scss/custom.scss */
  #teaser-next img {
    position: static;
    width: 100%;
    height: auto;
  }
  /* line 3994, ../scss/custom.scss */
  #teaser-next h1, #teaser-next h2, #teaser-next h3 {
    position: static;
    display: block;
    margin: 20px 6.66667%;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4001, ../scss/custom.scss */
  .modernizr-no-touch #teaser-next:hover, #teaser-next.hover {
    width: auto;
  }
  /* line 4003, ../scss/custom.scss */
  .modernizr-no-touch #teaser-next:hover:after, #teaser-next.hover:after {
    content: none;
  }

  /* line 4009, ../scss/custom.scss */
  #footer-content .footer-column-1, #footer-content .footer-column-2, #footer-content .footer-column-3 {
    width: 86.66667%;
  }

  /* line 4014, ../scss/custom.scss */
  #nav-footer ul {
    float: none;
    padding: 15px 0;
    width: 86.66667%;
  }
  /* line 4018, ../scss/custom.scss */
  #nav-footer ul a {
    float: none;
    display: block;
    padding: 5px 0;
  }

  /* line 4025, ../scss/custom.scss */
  #footer-search {
    width: 86.66667%;
    float: none;
    margin: 0 0 15px 6.66667%;
  }

  /* line 4030, ../scss/custom.scss */
  #footer-info {
    text-align: center;
  }
  /* line 4032, ../scss/custom.scss */
  #footer-info .rocksolid-copyright {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

body:has(.mobile_menu.active) {
	overflow: hidden;
}

@media screen and (min-width: 901px) {
	.mod_mobile_menu {
		display: none;
	}
}

div[id^='mobile-menu-'].mobile_menu {
	width: 85% !important;
}

div[id^='mobile-menu-'].mobile_menu,
div[id^='mobile-menu-'].mobile_menu .inner a {
	color: white;
}

div[id^='mobile-menu-'].mobile_menu .inner h2 {
	text-align: center;
}

div[id^='mobile-menu-'].mobile_menu ul {
	list-style-position: inside ;
	padding: 0 0 0 0;
	margin-block: 4px;
	font-size: 20px;
}

div[id^='mobile-menu-'].mobile_menu li {
	list-style-type: disc ;
	padding: 4px 0 4px 20px;
}

div[id^='mobile-menu-'].mobile_menu a {
	padding: 0px 0;	
}

div[id^='mobile-menu-'].mobile_menu .inner nav > ul > li {
	border-block-end: 1px solid #b8b8b8;
}

div[id^='mobile-menu-'].mobile_menu li.submenu {
	list-style-type: disclosure-closed ;
}

div[id^='mobile-menu-'].mobile_menu li.submenu.submenu_show {
	list-style-type: disclosure-open ;
}

div[id^='mobile-menu-'].mobile_menu .inner {
	background-color: #3B3B3B;
}

h1 > a {
	display: block;
}

.mod_mobile_menu {
	position: fixed;
	left: 12px;
	top: 68px;
	z-index: 99;
}

.mod_mobile_menu i {
	font-size: 36px;
	border: 1px solid #b8b8b8;
	border-radius: 25%;
	padding: 2px 4px 6px 6px;
	background-color: white;
}

@media screen and (min-width: 600px) {
	.mod_mobile_menu {
		top: 112px;
	}
}