@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
 * - 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 145, ../scss/main.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 145, ../scss/main.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 145, ../scss/main.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 166, ../scss/main.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: #669f06;
}

/* line 173, ../scss/main.scss */
body {
  font: 16px/1.5 "PT Sans", sans-serif;
  color: #383939;
  background: #f2f2f2;
}
/* line 177, ../scss/main.scss */
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background-color: white;
}
/* line 186, ../scss/main.scss */
body.aurelium-home {
  background: white;
}
/* line 188, ../scss/main.scss */
body.aurelium-home:before {
  content: none;
}

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

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

/* line 203, ../scss/main.scss */
::selection {
  background: #57718a;
  color: white;
  text-shadow: none !important;
}

/* line 209, ../scss/main.scss */
::-moz-selection {
  background: #57718a;
  color: white;
  text-shadow: none !important;
}

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

/* line 219, ../scss/main.scss */
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
/* line 223, ../scss/main.scss */
table th {
  padding: 10px 8px;
  border-bottom: 2px solid #cdd1d3;
  color: #6d6d6d;
}
/* line 227, ../scss/main.scss */
table th.col_0 {
  border-bottom-width: 1px;
}
/* line 231, ../scss/main.scss */
table td {
  padding: 6px 8px;
  border-bottom: 1px solid #cdd1d3;
  color: #6d6d6d;
}
/* line 236, ../scss/main.scss */
table td, table td img {
  vertical-align: top;
}
/* line 240, ../scss/main.scss */
table tbody tr:nth-child(odd) {
  background-color: rgba(87, 113, 138, 0.1);
}
/* line 243, ../scss/main.scss */
table tbody tr:hover {
  background-color: white;
}
/* line 247, ../scss/main.scss */
table tfoot {
  font-weight: bold;
}
/* line 250, ../scss/main.scss */
table a {
  border-bottom: 0 !important;
}

/* line 255, ../scss/main.scss */
a {
  color: #669f06;
  text-decoration: none;
}
/* line 258, ../scss/main.scss */
a:hover, a:active {
  outline: 0;
}
/* line 261, ../scss/main.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 border-bottom for content links */
/* line 270, ../scss/main.scss */
#content a, #sidebar a, #footer-content a, #nav-language a {
  border-bottom: 1px solid #e0e3e3;
}
/* line 272, ../scss/main.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: #669f06;
  -moz-transition: border 0.4s;
  -o-transition: border 0.4s;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}

/* line 281, ../scss/main.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 287, ../scss/main.scss */
*[data-icon].after:before {
  content: none;
}
/* line 290, ../scss/main.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 298, ../scss/main.scss */
.clear {
  clear: both;
}

/* line 302, ../scss/main.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 313, ../scss/main.scss */
.syndication {
  margin: 13px 0 0 16px;
  float: right;
}
/* line 316, ../scss/main.scss */
.syndication a {
  margin-left: 2px;
  border: 0 !important;
}
/* line 320, ../scss/main.scss */
.syndication img {
  border: 0 !important;
}

/* line 326, ../scss/main.scss */
.image_container.float_left {
  margin-right: 20px;
}
/* line 329, ../scss/main.scss */
.image_container.float_right {
  margin-left: 20px;
}
/* line 332, ../scss/main.scss */
.image_container a {
  border: 0;
}

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

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

/* line 347, ../scss/main.scss */
.ce_toplink, .toplink {
  margin: 24px 0;
}
/* line 349, ../scss/main.scss */
.ce_toplink a, .toplink a {
  display: block;
  width: 100%;
}

/* line 355, ../scss/main.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 360, ../scss/main.scss */
.ce_accordion {
  border-bottom: 1px solid #e0e3e3;
}
/* line 362, ../scss/main.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 368, ../scss/main.scss */
.ce_accordion .accordion > div {
  padding-bottom: 12px;
}
/* line 372, ../scss/main.scss */
.ce_accordion .toggler {
  position: relative;
  padding: 8px 7.69231% 8px 3.84615%;
  outline: none;
  color: #669f06;
  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 382, ../scss/main.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 389, ../scss/main.scss */
.ce_accordion .toggler.ui-accordion-header-active, .ce_accordion .toggler:hover {
  background: white;
}
/* line 391, ../scss/main.scss */
.ce_accordion .toggler.ui-accordion-header-active:after, .ce_accordion .toggler:hover:after {
  display: block;
}
/* line 396, ../scss/main.scss */
.ce_accordion hr:after {
  background-color: white !important;
}

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

/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_1 > li {
  width: 100%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_2 > li {
  width: 49.25%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_3 > li {
  width: 32.33333%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_4 > li {
  width: 23.875%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_5 > li {
  width: 18.8%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_6 > li {
  width: 15.41667%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_7 > li {
  width: 13%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_8 > li {
  width: 11.1875%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_9 > li {
  width: 9.77778%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_10 > li {
  width: 8.65%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_11 > li {
  width: 7.72727%;
}
/* line 410, ../scss/main.scss */
.ce_gallery > ul.cols_12 > li {
  width: 6.95833%;
}
/* line 414, ../scss/main.scss */
.ce_gallery.no-resize > ul > li {
  width: auto;
}
/* line 417, ../scss/main.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 422, ../scss/main.scss */
.ce_gallery > ul > li {
  float: left;
  width: 32.3333%;
  margin: 1.5% 0 0 1.5%;
}
/* line 426, ../scss/main.scss */
.ce_gallery > ul > li.col_first {
  clear: left;
  margin-left: 0;
}
/* line 430, ../scss/main.scss */
.ce_gallery > ul > li.col_last {
  /* for rounding failures */
  margin-right: -1%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_1 > li {
  width: 100%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_2 > li {
  width: 48.5%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_3 > li {
  width: 31.33333%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_4 > li {
  width: 22.75%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_5 > li {
  width: 17.6%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_6 > li {
  width: 14.16667%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_7 > li {
  width: 11.71429%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_8 > li {
  width: 9.875%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_9 > li {
  width: 8.44444%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_10 > li {
  width: 7.3%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_11 > li {
  width: 6.36364%;
}
/* line 438, ../scss/main.scss */
#sidebar .ce_gallery > ul.cols_12 > li {
  width: 5.58333%;
}
/* line 442, ../scss/main.scss */
#sidebar .ce_gallery.no-resize > ul > li {
  width: auto;
}
/* line 445, ../scss/main.scss */
#sidebar .ce_gallery > ul {
  padding-bottom: 3% !important;
}
/* line 447, ../scss/main.scss */
#sidebar .ce_gallery > ul > li {
  width: 48.5%;
  margin-top: 3%;
  margin-left: 3%;
}
/* line 451, ../scss/main.scss */
#sidebar .ce_gallery > ul > li.col_first {
  margin-left: 0;
}
/* line 454, ../scss/main.scss */
#sidebar .ce_gallery > ul > li.col_last {
  /* for rounding failures */
  margin-right: -1%;
}
/* line 462, ../scss/main.scss */
.ce_gallery .image_container img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 470, ../scss/main.scss */
.image_container.float_right, .image_container.float_left {
  float: right;
  width: 38.46154%;
  margin: 0 0 20px 20px;
}
/* line 476, ../scss/main.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 479, ../scss/main.scss */
.image_container.float_right img, .image_container.float_left img {
  width: 100%;
  height: auto;
}

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

/* line 490, ../scss/main.scss */
.ce_youtube-wrapper, .ce_vimeo-wrapper {
  position: relative;
  /* ratio 16 to 9 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 496, ../scss/main.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 506, ../scss/main.scss */
.mejs__video:not(.mejs__container-fullscreen), .mejs__audio:not(.mejs__container-fullscreen) {
  margin: 24px 0;
}
/* line 508, ../scss/main.scss */
.mejs__video:not(.mejs__container-fullscreen) video, .mejs__audio:not(.mejs__container-fullscreen) video {
  object-fit: cover;
}
/* line 512, ../scss/main.scss */
.mejs__video button, .mejs__audio button {
  -moz-appearance: button;
  -webkit-appearance: button;
  border-radius: 0;
  box-shadow: none !important;
}
/* line 518, ../scss/main.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 527, ../scss/main.scss */
.video_container video,
.audio_container audio {
  display: block;
  width: 100%;
  height: auto;
}

/* ===========================================
 * Button styles
 * ======================================== */
/* line 538, ../scss/main.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: #536c84 #4f677d #475d71 #4f677d;
  -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 #394b5b;
  background: #57718a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3NzE4YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3NWQ3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57718a), color-stop(100%, #475d71));
  background-image: -moz-linear-gradient(top, #57718a 0%, #475d71 100%);
  background-image: -webkit-linear-gradient(top, #57718a 0%, #475d71 100%);
  background-image: linear-gradient(to bottom, #57718a 0%, #475d71 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 559, ../scss/main.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: #43576b;
  -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 563, ../scss/main.scss */
button:active, .button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  border-color: #43576b;
  -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 568, ../scss/main.scss */
button.important, .button.important, input[type="submit"].important, input[type="reset"].important, input[type="button"].important {
  border-color: #609506 #598b05 #4d7805 #598b05;
  color: white;
  line-height: 1.5;
  background: #669f06;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OWYwNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2ODYwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #669f06), color-stop(100%, #568605));
  background-image: -moz-linear-gradient(top, #669f06, #568605);
  background-image: -webkit-linear-gradient(top, #669f06, #568605);
  background-image: linear-gradient(to bottom, #669f06, #568605);
  text-shadow: 0 1px 0 #375503;
}
/* line 575, ../scss/main.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: #466e04;
}
/* line 579, ../scss/main.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 586, ../scss/main.scss */
#colorbox button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* line 600, ../scss/main.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 606, ../scss/main.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 610, ../scss/main.scss */
#wrapper > header {
  position: absolute;
  left: 24%;
  top: 0;
  width: 76%;
  z-index: 2;
}
/* line 616, ../scss/main.scss */
.aurelium-home #wrapper > header {
  background: white;
}

/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
/* line 626, ../scss/main.scss */
#logo {
  position: relative;
  margin: 0;
  background: white;
  width: 240px;
  z-index: 1;
  line-height: 0;
  /* Logo bottom shadows */
}
/* line 633, ../scss/main.scss */
#logo img {
  width: 240px;
  height: 150px;
}
/* line 638, ../scss/main.scss */
#logo:before, #logo:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 12px;
  bottom: 8px;
  width: 70%;
  height: 55%;
  -moz-box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
  -moz-transform: skew(-15deg) rotate(-3deg);
  -ms-transform: skew(-15deg) rotate(-3deg);
  -webkit-transform: skew(-15deg) rotate(-3deg);
  transform: skew(-15deg) rotate(-3deg);
}
/* line 649, ../scss/main.scss */
#logo:after {
  left: auto;
  right: 12px;
  -moz-transform: skew(15deg) rotate(3deg);
  -ms-transform: skew(15deg) rotate(3deg);
  -webkit-transform: skew(15deg) rotate(3deg);
  transform: skew(15deg) rotate(3deg);
}

/* line 656, ../scss/main.scss */
#nav-main {
  position: absolute;
  left: 36.84211%;
  top: 39px;
  width: 52.63158%;
}
/* line 661, ../scss/main.scss */
#nav-main ul {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 667, ../scss/main.scss */
#nav-main li {
  display: inline;
}
/* line 670, ../scss/main.scss */
#nav-main a {
  display: block;
  padding: 3px 10px 4px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #22272f;
}
/* line 676, ../scss/main.scss */
#nav-main a:hover, #nav-main a:focus {
  text-decoration: underline;
}
/* line 680, ../scss/main.scss */
#nav-main li.active a, #nav-main li.trail a {
  font-weight: bold;
}

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

/* line 690, ../scss/main.scss */
#nav-language {
  position: absolute;
  right: 5.26316%;
  top: 8px;
  font-size: 12px;
  line-height: 1.25;
  color: #7b7d80;
}
/* line 697, ../scss/main.scss */
#nav-language ul, #nav-language li {
  display: inline;
}
/* line 700, ../scss/main.scss */
#nav-language li:before {
  content: "\20" "/" "\20";
}
/* line 703, ../scss/main.scss */
#nav-language li:first-child:before, #nav-language li.first:before {
  content: none;
}
/* line 706, ../scss/main.scss */
#nav-language b, #nav-language strong, #nav-language span.active {
  font-weight: bold;
  color: #22272f;
}
/* line 710, ../scss/main.scss */
#nav-language a {
  color: #7b7d80;
}

/* line 715, ../scss/main.scss */
#nav-socialmedia {
  position: absolute;
  right: 5.26316%;
  top: 37px;
  margin-right: -4px;
}
/* line 720, ../scss/main.scss */
#nav-socialmedia ul, #nav-socialmedia li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 725, ../scss/main.scss */
#nav-socialmedia a {
  display: block;
  height: 24px;
  width: 24px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* line 732, ../scss/main.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 736, ../scss/main.scss */
#nav-socialmedia a.icon-facebook:before {
  color: #3b5997;
}
/* line 739, ../scss/main.scss */
#nav-socialmedia a.icon-twitter:before {
  color: #0199d1;
}
/* line 742, ../scss/main.scss */
#nav-socialmedia a.icon-googleplus:before {
  color: #474848;
}
/* line 745, ../scss/main.scss */
#nav-socialmedia a.icon-pinterest:before {
  color: #ca2027;
}

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

/* line 761, ../scss/main.scss */
#nav-sub {
  position: absolute;
  right: 64%;
  top: 226px;
  z-index: 2;
  /* Third Level */
}
/* line 766, ../scss/main.scss */
#nav-sub h1, #nav-sub h2, #nav-sub h3 {
  display: inline;
}
/* line 768, ../scss/main.scss */
#nav-sub h1 a, #nav-sub h2 a, #nav-sub 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 777, ../scss/main.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 {
  color: #57718a;
}
/* line 782, ../scss/main.scss */
#nav-sub ul, #nav-sub li {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 788, ../scss/main.scss */
#nav-sub ul a {
  float: right;
  clear: right;
  font-size: 14px;
  line-height: 1.2;
  color: #22272f;
  white-space: nowrap;
  padding: 9px 15px;
  margin-bottom: 1px;
  background: #f2f2f2;
}
/* line 798, ../scss/main.scss */
#nav-sub ul a:hover, #nav-sub ul a:focus {
  background: #57718a !important;
}
/* line 800, ../scss/main.scss */
#nav-sub ul a:hover:after, #nav-sub ul a:focus:after {
  color: white !important;
}
/* line 805, ../scss/main.scss */
#nav-sub ul li.active > a, #nav-sub ul li.trail > a, #nav-sub ul a:hover, #nav-sub ul a:focus {
  background: #57718a;
  color: white;
  margin-right: -14px;
}
/* line 809, ../scss/main.scss */
#nav-sub ul li.active > a:after, #nav-sub ul li.trail > a:after, #nav-sub ul a:hover:after, #nav-sub ul 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 822, ../scss/main.scss */
#nav-sub ul ul li a {
  padding: 4px 10px 4px;
  font-size: 12px;
  line-height: 1.33;
}
/* line 826, ../scss/main.scss */
#nav-sub ul ul li a:after {
  top: -1px;
  font-size: 8px !important;
}
/* line 831, ../scss/main.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 {
  margin-right: -12px;
}

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

/* line 847, ../scss/main.scss */
.home-slide {
  position: relative;
  min-height: 400px;
}
/* line 850, ../scss/main.scss */
.home-slide .image-wrap {
  overflow: hidden;
  width: 68%;
  text-align: right;
}
/* line 854, ../scss/main.scss */
.home-slide .image-wrap img {
  width: 100%;
  height: auto;
  min-width: 600px;
  float: right;
}
/* line 861, ../scss/main.scss */
.home-slide .text-wrap {
  position: absolute;
  left: 72%;
  bottom: 10%;
  width: 24%;
  color: #969696;
}
/* line 867, ../scss/main.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: #57718a;
  white-space: nowrap;
}

/* line 885, ../scss/main.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 888, ../scss/main.scss */
#wrapper-home .teaser-text {
  margin: 48px 4%;
}
/* line 890, ../scss/main.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: #57718a;
}
/* line 896, ../scss/main.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 902, ../scss/main.scss */
#wrapper-home .teaser-boxes-text {
  margin: 24px 0;
  padding: 0 0 15px 0;
  border-top: 1px dotted #cdd1d3;
  font-size: 0;
}
/* line 907, ../scss/main.scss */
#wrapper-home .teaser-boxes-text .box {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  width: 20%;
  margin: 30px 0 0 4%;
}
/* line 913, ../scss/main.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 920, ../scss/main.scss */
#wrapper-home .teaser-boxes-text .box p {
  margin: 10px 0;
  color: #6d6d6d;
}
/* line 924, ../scss/main.scss */
#wrapper-home .teaser-boxes-text .box .button {
  font-size: 13px;
  line-height: 1.25;
}
/* line 927, ../scss/main.scss */
#wrapper-home .teaser-boxes-text .box .button:after {
  top: -1px;
  font-size: 10px;
}
/* line 934, ../scss/main.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 943, ../scss/main.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 950, ../scss/main.scss */
#wrapper-home .teaser-boxes-image .box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -16px;
}
/* line 956, ../scss/main.scss */
#wrapper-home .teaser-boxes-image .box b {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: white;
  margin: 0 12px;
}
/* line 964, ../scss/main.scss */
#wrapper-home .teaser-boxes-image .box b span {
  background: #2c3945;
  padding: 2px 0 1px 0;
  -moz-box-shadow: -7px 0 0 #2c3945, 7px 0 0 #2c3945;
  -webkit-box-shadow: -7px 0 0 #2c3945, 7px 0 0 #2c3945;
  box-shadow: -7px 0 0 #2c3945, 7px 0 0 #2c3945;
}
/* line 968, ../scss/main.scss */
.modernizr-no-boxshadow #wrapper-home .teaser-boxes-image .box b span {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 975, ../scss/main.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: #232d37;
  padding: 5px 6px;
  margin-left: 8px;
}
/* line 984, ../scss/main.scss */
#wrapper-home .teaser-boxes-image .box b:hover span {
  background: #232d37;
  -moz-box-shadow: -7px 0 0 #232d37, 7px 0 0 #232d37;
  -webkit-box-shadow: -7px 0 0 #232d37, 7px 0 0 #232d37;
  box-shadow: -7px 0 0 #232d37, 7px 0 0 #232d37;
}
/* line 988, ../scss/main.scss */
#wrapper-home .teaser-boxes-image .box b:hover:after {
  background: #1a2229;
}
/* line 995, ../scss/main.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 1003, ../scss/main.scss */
#wrapper-home .teaser-boxes-image .box-title p {
  margin: 10px 0;
}
/* line 1008, ../scss/main.scss */
#wrapper-home .teaser-boxes-news {
  font-size: 0;
  padding: 30px 0 50px 0;
}
/* line 1011, ../scss/main.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 1018, ../scss/main.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 1028, ../scss/main.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 1035, ../scss/main.scss */
#wrapper-home .teaser-boxes-news .box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -55px;
}
/* line 1041, ../scss/main.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: #57718a;
}
/* line 1055, ../scss/main.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 1064, ../scss/main.scss */
#wrapper-home .teaser-boxes-news .box b span {
  background: #2c3945;
  padding: 2px 0 1px 0;
  -moz-box-shadow: -7px 0 0 #2c3945, 7px 0 0 #2c3945;
  -webkit-box-shadow: -7px 0 0 #2c3945, 7px 0 0 #2c3945;
  box-shadow: -7px 0 0 #2c3945, 7px 0 0 #2c3945;
}
/* line 1068, ../scss/main.scss */
.modernizr-no-boxshadow #wrapper-home .teaser-boxes-news .box b span {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 1075, ../scss/main.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: #232d37;
}
/* line 1084, ../scss/main.scss */
#wrapper-home .teaser-boxes-news .box b:hover span {
  background: #232d37;
  -moz-box-shadow: -7px 0 0 #232d37, 7px 0 0 #232d37;
  -webkit-box-shadow: -7px 0 0 #232d37, 7px 0 0 #232d37;
  box-shadow: -7px 0 0 #232d37, 7px 0 0 #232d37;
}
/* line 1088, ../scss/main.scss */
#wrapper-home .teaser-boxes-news .box b:hover:after {
  background: #1a2229;
}
/* line 1095, ../scss/main.scss */
#wrapper-home .testimonial {
  position: relative;
  z-index: 1;
  margin: 100px 0 50px 0;
}
/* line 1099, ../scss/main.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 1106, ../scss/main.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 1112, ../scss/main.scss */
#wrapper-home .testimonial small:before {
  content: "— ";
}
/* line 1116, ../scss/main.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 1126, ../scss/main.scss */
#wrapper-home .testimonial.testimonial-odd p, #wrapper-home .testimonial.testimonial-odd small {
  margin-left: 4%;
  margin-right: 8%;
}
/* line 1130, ../scss/main.scss */
#wrapper-home .testimonial.testimonial-odd:before {
  right: auto;
  left: 80%;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 1137, ../scss/main.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 1142, ../scss/main.scss */
#wrapper-home .statement > header, #wrapper-home .statement > div.header {
  float: left;
  clear: left;
  width: 28%;
  margin: 0 0 0 4%;
}
/* line 1148, ../scss/main.scss */
#wrapper-home .statement h2 {
  margin: 0;
  font-size: 24px;
  color: #6d6d6d;
}
/* line 1153, ../scss/main.scss */
#wrapper-home .statement h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 9px 0 0 0;
}
/* line 1158, ../scss/main.scss */
#wrapper-home .statement p {
  font-size: 24px;
  color: #6d6d6d;
  margin: 0 4% 0 40%;
}

/* line 1166, ../scss/main.scss */
aside#sidebar {
  float: left;
  width: 28%;
  margin: 278px 0 0 4%;
  font-size: 14px;
}
/* line 1171, ../scss/main.scss */
aside#sidebar h1, aside#sidebar h2 {
  margin: 24px 0 12px;
  font-size: 24px;
  color: #57718a;
}
/* line 1176, ../scss/main.scss */
aside#sidebar h3 {
  margin: 24px 0;
  font-size: 18px;
}
/* line 1180, ../scss/main.scss */
aside#sidebar h4 {
  margin: 24px 0 0;
  font-size: 16px;
}
/* line 1184, ../scss/main.scss */
aside#sidebar ul, aside#sidebar ol {
  margin: 12px 0;
  padding: 0;
  list-style-type: none;
}
/* line 1189, ../scss/main.scss */
aside#sidebar p {
  margin: 0;
}
/* line 1192, ../scss/main.scss */
aside#sidebar .mod_article, aside#sidebar .block {
  margin: 24px 0;
}

/* ===========================================
 * Content styles
 * ======================================== */
/* line 1201, ../scss/main.scss */
section#content {
  position: relative;
  float: right;
  width: 52%;
  min-height: 240px;
  margin: 266px 8% 0 0;
}

/* line 1209, ../scss/main.scss */
#content {
  /* Selector for the first headline in the content (Contao's extensive use of <div> elements makes this necessary) */
}
/* line 1210, ../scss/main.scss */
#content p, #content ul, #content ol, #content table, #content blockquote {
  margin: 24px 0;
}
/* line 1213, ../scss/main.scss */
#content h1 {
  margin: 36px 0 24px;
  font-size: 48px;
  line-height: 1;
  color: #57718a;
  letter-spacing: -0.5px;
  text-shadow: 2px 2px 0 white;
}
/* line 1222, ../scss/main.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 1229, ../scss/main.scss */
#content h2, #content section h1, #content article h1 {
  margin: 24px 0 !important;
  font-size: 24px;
  color: #57718a;
}
/* line 1234, ../scss/main.scss */
#content h3, #content section h2, #content article h2 {
  margin: 12px 0;
  font-size: 21px;
  line-height: 1.7;
}
/* line 1239, ../scss/main.scss */
#content h4, #content h5, #content h6 {
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 1244, ../scss/main.scss */
#content h4, #content section h3 {
  margin: 24px 0 12px;
  font-size: 18px;
  line-height: 1.33;
}
/* line 1249, ../scss/main.scss */
#content h5, #content h6 {
  margin: 24px 0 0;
  font-size: 16px;
}
/* line 1254, ../scss/main.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 1259, ../scss/main.scss */
#content section h1, #content section h2, #content section h3, #content section p {
  margin: 12px 0;
}
/* line 1263, ../scss/main.scss */
#content ul {
  list-style: disc;
}
/* line 1265, ../scss/main.scss */
#content ul ul {
  margin-top: 0;
}
/* line 1269, ../scss/main.scss */
#content ol {
  list-style: decimal;
}
/* line 1271, ../scss/main.scss */
#content ol ol, #content ol ul {
  margin-top: 0;
}
/* line 1274, ../scss/main.scss */
#content ol ol {
  list-style: upper-alpha;
}
/* line 1276, ../scss/main.scss */
#content ol ol ol {
  list-style: lower-roman;
}
/* line 1278, ../scss/main.scss */
#content ol ol ol ol {
  list-style: lower-alpha;
}
/* line 1284, ../scss/main.scss */
#content ul, #content ol {
  padding-left: 7.69231%;
}
/* line 1286, ../scss/main.scss */
#content ul li[data-icon], #content ol li[data-icon] {
  list-style: none;
}
/* line 1288, ../scss/main.scss */
#content ul li[data-icon]:before, #content ol li[data-icon]:before {
  left: -21px;
  width: 0;
}
/* line 1294, ../scss/main.scss */
#content blockquote {
  position: relative;
  margin-left: 7.69231%;
  color: #6d6d6d;
}
/* line 1298, ../scss/main.scss */
#content blockquote p {
  margin: 12px 0;
}
/* line 1301, ../scss/main.scss */
#content blockquote small, #content blockquote i, #content blockquote em {
  font-size: 14px;
  font-style: normal;
}
/* line 1304, ../scss/main.scss */
#content blockquote small:before, #content blockquote i:before, #content blockquote em:before {
  content: "– ";
}
/* line 1308, ../scss/main.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 1315, ../scss/main.scss */
#content code {
  padding: 2px 5px;
  font-size: 14px;
  background-color: #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1321, ../scss/main.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 1330, ../scss/main.scss */
#content pre code {
  padding: 0;
  background-color: transparent;
}
/* line 1335, ../scss/main.scss */
#content img {
  max-width: 100%;
  height: auto;
}
/* line 1339, ../scss/main.scss */
#content a img {
  border: 4px solid white;
}
/* line 1341, ../scss/main.scss */
#content a img:hover {
  border-color: #e6e6e6;
}
/* line 1346, ../scss/main.scss */
#content figure a {
  border: 0;
}
/* line 1349, ../scss/main.scss */
#content figure figcaption {
  color: #969696;
  padding: 0 6px;
  font-size: 14px;
}
/* line 1355, ../scss/main.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 1367, ../scss/main.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 1376, ../scss/main.scss */
#content .information {
  border-color: #3995c5;
  color: #28688a;
  background-color: #afd4e8;
}
/* line 1380, ../scss/main.scss */
#content .information:before {
  content: "\2139";
}
/* line 1384, ../scss/main.scss */
#content .warning {
  border-color: #cb1040;
  color: #840a2a;
  background-color: #f57f9d;
}
/* line 1388, ../scss/main.scss */
#content .warning:before {
  content: "\e144";
}
/* line 1392, ../scss/main.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 1400, ../scss/main.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: #f2f2f2;
}

/* ===========================================
 * Form styles
 * ======================================== */
/* line 1415, ../scss/main.scss */
form h1, form h2, form h3, form h4, form h5, form h6 {
  clear: both;
}
/* line 1418, ../scss/main.scss */
form .widget {
  position: relative;
  margin: 24px 0;
}
/* line 1422, ../scss/main.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 1440, ../scss/main.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 1452, ../scss/main.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 1458, ../scss/main.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 1462, ../scss/main.scss */
form input:-webkit-placeholder, form textarea:-webkit-placeholder {
  color: #b7b7b7;
}
/* line 1465, ../scss/main.scss */
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #b7b7b7;
}
/* line 1468, ../scss/main.scss */
form input:-ms-placeholder, form textarea:-ms-placeholder {
  color: #b7b7b7;
}
/* line 1471, ../scss/main.scss */
form input:-o-placeholder, form textarea:-o-placeholder {
  color: #b7b7b7;
}
/* line 1474, ../scss/main.scss */
form input:placeholder, form textarea:placeholder {
  color: #b7b7b7;
}
/* line 1478, ../scss/main.scss */
form textarea {
  height: 200px;
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}
/* line 1487, ../scss/main.scss */
form fieldset {
  margin: 24px 0;
  /* Kill <br> that Contao injects */
}
/* line 1489, ../scss/main.scss */
form fieldset legend {
  padding: 0 6px;
}
/* line 1493, ../scss/main.scss */
form fieldset + br {
  display: none;
}
/* line 1498, ../scss/main.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 1506, ../scss/main.scss */
form input[type="checkbox"] {
  vertical-align: middle;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
/* line 1510, ../scss/main.scss */
form input[type="radio"] {
  vertical-align: middle;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  background: none;
}
/* line 1518, ../scss/main.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 1525, ../scss/main.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 1530, ../scss/main.scss */
form input[type="file"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  height: auto;
}
/* line 1535, ../scss/main.scss */
form button, form input[type="submit"] {
  margin-top: 24px;
}
/* line 1538, ../scss/main.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 1546, ../scss/main.scss */
.searchform {
  margin: 24px 0;
}
/* line 1548, ../scss/main.scss */
.searchform .assistive-text {
  display: none !important;
}
/* line 1551, ../scss/main.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 1561, ../scss/main.scss */
.searchform button, .searchform input[type="submit"] {
  width: 39.28571%;
  margin-left: 3.57143%;
  margin-right: -2%;
  padding-top: 6px;
}

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

/* line 1580, ../scss/main.scss */
section#content form p b.error, section#content form p.error {
  float: right;
  width: 57.69231%;
}
/* line 1584, ../scss/main.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 1588, ../scss/main.scss */
section#content form .explanation, section#content form .captcha_text {
  width: 57.69231%;
  margin-left: 42.30769%;
}
/* line 1592, ../scss/main.scss */
section#content form fieldset p b.error, section#content form fieldset p.error {
  width: auto;
  margin-left: 0;
}
/* line 1596, ../scss/main.scss */
section#content form label {
  display: inline-block;
  width: 26.92308%;
  margin-right: 7.69231%;
  text-align: left;
}
/* line 1601, ../scss/main.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 1606, ../scss/main.scss */
section#content form input[type="checkbox"] + label {
  display: inline;
  width: auto;
  margin-right: 0;
}
/* line 1611, ../scss/main.scss */
section#content form textarea, section#content form fieldset, section#content form button, section#content form input[type="submit"] {
  margin-left: 34.61538%;
}
/* line 1615, ../scss/main.scss */
section#content form fieldset p {
  margin: 0;
}
/* line 1618, ../scss/main.scss */
section#content form fieldset label {
  display: inline;
  width: auto;
  margin: 0;
}
/* line 1622, ../scss/main.scss */
section#content form fieldset label:after {
  content: "\A";
  white-space: pre;
}
/* line 1628, ../scss/main.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 1634, ../scss/main.scss */
section#content form input[type="checkbox"], section#content form input[type="radio"], section#content form input[type="image"] {
  margin-right: 0;
}

/* line 1641, ../scss/main.scss */
form span.mandatory {
  margin-left: 2px;
  font-size: 18px;
  color: #cb1040;
}
/* line 1646, ../scss/main.scss */
form .explanation, form .captcha_text {
  font-size: 12px;
  margin: -18px 0 24px;
  color: #969696;
}
/* line 1650, ../scss/main.scss */
form .explanation p, form .captcha_text p {
  margin: 0 !important;
}
/* line 1654, ../scss/main.scss */
form .captcha_text {
  float: left;
  margin-top: 12px;
  font-size: inherit;
  color: #57718a;
  font-style: italic;
}
/* line 1661, ../scss/main.scss */
form .styled_select {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}
/* line 1665, ../scss/main.scss */
form label + .styled_select {
  /* Kill space between label and element */
  margin-left: -4px;
}
/* line 1669, ../scss/main.scss */
form .widget-submit {
  margin-top: 12px;
}

/* Teaser element in the top right corner */
/* line 1675, ../scss/main.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 1686, ../scss/main.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=='), #57718a;
  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))), #57718a;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%), #57718a;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%), #57718a;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%), #57718a;
  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 1698, ../scss/main.scss */
.modernizr-no-boxshadow #teaser-next:after {
  top: 348px;
  border: 1px solid black;
}
/* line 1703, ../scss/main.scss */
#teaser-next a {
  display: block;
  position: relative;
  width: 600px;
  padding: 350px 20px 20px 60px;
  text-decoration: none;
}
/* line 1710, ../scss/main.scss */
#teaser-next img {
  position: absolute;
  top: 0;
  left: 20px;
}
/* line 1715, ../scss/main.scss */
#teaser-next h1, #teaser-next h2, #teaser-next h3 {
  position: relative;
  display: inline;
  left: 10px;
  top: -5px;
  font-size: 32px;
  color: #57718a;
  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 1724, ../scss/main.scss */
.modernizr-no-boxshadow #teaser-next h1, .modernizr-no-boxshadow #teaser-next h2, .modernizr-no-boxshadow #teaser-next h3 {
  padding: 0 8px;
}
/* line 1728, ../scss/main.scss */
#teaser-next.hover, .modernizr-no-touch #teaser-next:hover {
  width: 620px;
}
/* line 1730, ../scss/main.scss */
#teaser-next.hover:after, .modernizr-no-touch #teaser-next:hover:after {
  content: "\e019";
}

/* ===========================================
 * Footer styles
 * ======================================== */
/* line 1740, ../scss/main.scss */
body > footer {
  zoom: 1;
  position: relative;
  margin: 144px 0 0 0;
  padding: 24px 0 0 0;
  background: white;
  -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 1748, ../scss/main.scss */
body > footer:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-top: 20px #f2f2f2;
  border-left: 20px transparent;
  border-right: 20px transparent;
  border-bottom: 0;
  border-style: solid;
}
/* line 1766, ../scss/main.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: #f2f2f2;
  -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 1779, ../scss/main.scss */
body > footer > h1, body > footer > h2, body > footer > h3 {
  position: relative;
  margin: -84px 0 24px 0;
  height: 60px;
  background: #f2f2f2;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  color: #757575;
}

/* line 1792, ../scss/main.scss */
body.aurelium-home > footer {
  background: #f2f2f2;
}
/* line 1794, ../scss/main.scss */
body.aurelium-home > footer:before {
  border-top-color: white;
}
/* line 1797, ../scss/main.scss */
.modernizr-csstransforms body.aurelium-home > footer:before {
  background: white;
}
/* line 1800, ../scss/main.scss */
body.aurelium-home > footer > h1, body.aurelium-home > footer > h2, body.aurelium-home > footer > h3 {
  background: white;
}

/* line 1806, ../scss/main.scss */
#footer-content .footer-column {
  float: left;
  margin-left: 4%;
  width: 20%;
  padding-bottom: 31px;
}
/* line 1812, ../scss/main.scss */
#footer-content .footer-column-1, #footer-content .footer-column-3 {
  width: 32%;
}
/* line 1815, ../scss/main.scss */
#footer-content .footer-column {
  /* Footer contact form */
}
/* line 1816, ../scss/main.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 1821, ../scss/main.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 1828, ../scss/main.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 1830, ../scss/main.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: #669f06;
}
/* line 1836, ../scss/main.scss */
#footer-content .footer-column li.icon-fax:before {
  content: "\e078";
  top: 2px;
}
/* line 1840, ../scss/main.scss */
#footer-content .footer-column li.icon-email:before {
  content: "\2709";
  top: 1px;
}
/* line 1845, ../scss/main.scss */
#footer-content .footer-column form {
  margin-top: 43px;
}
/* line 1847, ../scss/main.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 1853, ../scss/main.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 1863, ../scss/main.scss */
#footer-content .footer-column form label.mandatory span.mandatory {
  font-size: 14px;
}
/* line 1868, ../scss/main.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 1871, ../scss/main.scss */
#footer-content .footer-column form input, #footer-content .footer-column form textarea {
  position: relative;
  width: 100%;
}
/* line 1876, ../scss/main.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 1880, ../scss/main.scss */
#footer-content .footer-column form textarea {
  min-height: 150px;
  max-height: 400px;
}
/* line 1884, ../scss/main.scss */
#footer-content .footer-column form .explanation, #footer-content .footer-column form .captcha_text {
  display: block;
  float: none;
  margin: 5px 0 12px;
}
/* line 1889, ../scss/main.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(87, 113, 138, 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(87, 113, 138, 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(87, 113, 138, 0.15), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 1894, ../scss/main.scss */
#footer-content .footer-column form button:active {
  -moz-box-shadow: 0 0 0 4px rgba(87, 113, 138, 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(87, 113, 138, 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(87, 113, 138, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
/* line 1897, ../scss/main.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 1903, ../scss/main.scss */
#footer-content .footer-column form fieldset label {
  position: static;
}
/* line 1908, ../scss/main.scss */
#footer-content .footer-map {
  display: block;
  border: 0;
}
/* line 1911, ../scss/main.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 1919, ../scss/main.scss */
html.modernizr-no-touch #footer-content .footer-map p.footer-map-image:hover {
  overflow: visible;
}
/* line 1922, ../scss/main.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 1931, ../scss/main.scss */
#footer-content .footer-map p.footer-map-info {
  font-size: 11px;
  line-height: 1.64;
  color: #669f06;
}
/* line 1935, ../scss/main.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 1942, ../scss/main.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 1949, ../scss/main.scss */
#nav-footer-wrap {
  clear: both;
  background: #6d6d6d;
  border-top: 6px solid white;
}

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

/* line 1959, ../scss/main.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 1963, ../scss/main.scss */
#nav-footer ul {
  float: left;
  width: 64%;
  margin: 0 0 0 4%;
  padding: 0 0 15px 0;
}
/* line 1969, ../scss/main.scss */
#nav-footer li {
  display: inline;
}
/* line 1972, ../scss/main.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 1980, ../scss/main.scss */
#nav-footer ul a:hover {
  text-decoration: underline;
}
/* line 1984, ../scss/main.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 1997, ../scss/main.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 2006, ../scss/main.scss */
#footer-search {
  position: relative;
  float: right;
  width: 24%;
  height: 30px;
  margin: 9px 4% 0 0;
}
/* line 2012, ../scss/main.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 2022, ../scss/main.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 2038, ../scss/main.scss */
#footer-search input:focus {
  z-index: 2;
}
/* line 2042, ../scss/main.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 2058, ../scss/main.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 2070, ../scss/main.scss */
#footer-info-wrap {
  background: white;
  clear: both;
  padding-bottom: var(--safe-area-bottom);
}

/* line 2076, ../scss/main.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 2085, ../scss/main.scss */
#footer-info p, #footer-info > div {
  margin: 19px 4% 18px;
}
/* line 2087, ../scss/main.scss */
#footer-info p nav, #footer-info > div nav {
  display: inline;
}
/* line 2091, ../scss/main.scss */
#footer-info a {
  color: #757575;
  margin-left: 12px;
  text-decoration: underline;
}
/* line 2095, ../scss/main.scss */
#footer-info a:hover, #footer-info a:focus {
  text-decoration: none;
}
/* line 2099, ../scss/main.scss */
#footer-info .rocksolid-copyright {
  float: left;
  margin-left: 0;
  color: #bababa;
  text-decoration: none;
}
/* line 2104, ../scss/main.scss */
#footer-info .rocksolid-copyright:hover, #footer-info .rocksolid-copyright:focus {
  text-decoration: underline;
}

/* ===========================================
 * No image-main
 * ======================================== */
/* line 2115, ../scss/main.scss */
.no-image-main #wrapper > header {
  width: 96%;
  left: 4%;
}
/* line 2119, ../scss/main.scss */
.no-image-main #nav-main {
  left: 37.5%;
}
/* line 2122, ../scss/main.scss */
.no-image-main #nav-language {
  right: 4.16667%;
}
/* line 2125, ../scss/main.scss */
.no-image-main #nav-socialmedia {
  right: 4.16667%;
}
/* line 2128, ../scss/main.scss */
.no-image-main #nav-sub {
  position: static;
  float: left;
  margin-top: 225px;
  margin-bottom: -232px;
  margin-left: 8%;
  width: 28%;
}
/* line 2138, ../scss/main.scss */
.no-image-main #image-main {
  display: none;
}

/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments)
 * ======================================== */
/* line 2147, ../scss/main.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 2147, ../scss/main.scss */
  .fixed-note {
    position: relative;
    padding-top: calc(12px + var(--safe-area-top));
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  /* line 2147, ../scss/main.scss */
  .fixed-note {
    display: block;
    padding-left: 20px;
    padding-left: calc(20px + var(--safe-area-left));
  }
}
/* line 2174, ../scss/main.scss */
.fixed-note:before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 30px;
  left: calc(30px + var(--safe-area-left));
  font-size: 36px;
  color: #669f06;
}
@media screen and (max-width: 900px) {
  /* line 2174, ../scss/main.scss */
  .fixed-note:before {
    top: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 2174, ../scss/main.scss */
  .fixed-note:before {
    position: static;
  }
}
/* line 2190, ../scss/main.scss */
.fixed-note h1, .fixed-note h2, .fixed-note h3 {
  font-size: 14px;
  margin: 6px 0;
}
/* line 2194, ../scss/main.scss */
.fixed-note p {
  font-size: 13px;
  margin: 6px 0;
}

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

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

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

/* line 2225, ../scss/main.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: #57718a;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  /* line 2225, ../scss/main.scss */
  .fixed-note-closed {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  /* line 2225, ../scss/main.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 2225, ../scss/main.scss */
  .fixed-note-closed {
    margin-left: 0;
    left: 0;
    left: var(--safe-area-left);
    top: 0;
    top: var(--safe-area-top);
  }
}
/* line 2258, ../scss/main.scss */
.fixed-note-closed:hover, .fixed-note-closed:focus {
  background-color: #43576b;
}
/* line 2261, ../scss/main.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 2264, ../scss/main.scss */
.fixed-note-closed > span {
  display: none;
}

/* line 2269, ../scss/main.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 2276, ../scss/main.scss */
.next a:after {
  content: "\e019";
  margin-right: 0;
  margin-left: 6px;
}

/* line 2283, ../scss/main.scss */
.pagination > p {
  text-align: center;
}
/* line 2286, ../scss/main.scss */
.pagination ul {
  list-style-type: none !important;
  text-align: center;
}
/* line 2289, ../scss/main.scss */
.pagination ul li {
  display: inline-block;
}
/* line 2291, ../scss/main.scss */
.pagination ul li a, .pagination ul li strong, .pagination ul li span {
  padding: 4px 12px;
  background-color: white;
}
/* line 2295, ../scss/main.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 2304, ../scss/main.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 2311, ../scss/main.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: #669f06;
  right: 7.69231%;
  top: 50%;
}
/* line 2318, ../scss/main.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 2321, ../scss/main.scss */
.enclosure ul, .ce_downloads ul {
  list-style: none !important;
  padding: 0 !important;
}

/* Search */
/* line 2328, ../scss/main.scss */
section#content .mod_search {
  margin: 24px 0;
}
/* line 2330, ../scss/main.scss */
section#content .mod_search form {
  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 2333, ../scss/main.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 2345, ../scss/main.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 2350, ../scss/main.scss */
section#content .mod_search form button[type="submit"]:after, section#content .mod_search form input[type="submit"]:after {
  content: none;
}
/* line 2356, ../scss/main.scss */
section#content .mod_search h3 span.relevance {
  float: right;
  font-size: 14px;
}
/* line 2360, ../scss/main.scss */
section#content .mod_search .header {
  padding-bottom: 6px;
  border-bottom: 1px solid #cdd1d3;
  color: #969696;
}
/* line 2365, ../scss/main.scss */
section#content .mod_search .highlight {
  padding: 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  background: #bfbfbf;
}
/* line 2371, ../scss/main.scss */
section#content .mod_search .url {
  padding-bottom: 24px;
  border-bottom: 1px dotted #cdd1d3;
  color: #969696;
}
/* line 2375, ../scss/main.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 2380, ../scss/main.scss */
section#content .mod_search .url .filesize {
  display: inline-block;
  font-size: 12px;
}

/* FAQ */
/* line 2390, ../scss/main.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: #57718a;
}

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

/* line 2410, ../scss/main.scss */
.mod_faqlist ul {
  list-style-type: none !important;
}
/* line 2412, ../scss/main.scss */
.mod_faqlist ul li {
  padding: 6px 0;
}
/* line 2414, ../scss/main.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: #669f06;
}

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

/* line 2432, ../scss/main.scss */
.mod_newslist .info, .mod_newsarchive .info {
  margin-bottom: 0 !important;
}
/* line 2435, ../scss/main.scss */
.mod_newslist .info + h2, .mod_newsarchive .info + h2 {
  margin-top: 0 !important;
}
/* line 2438, ../scss/main.scss */
.mod_newslist .more, .mod_newsarchive .more {
  margin-top: -12px !important;
}
/* line 2441, ../scss/main.scss */
.mod_newslist > .layout_short, .mod_newsarchive > .layout_short {
  margin-bottom: 24px;
  border-bottom: 1px solid #cdd1d3;
}

/* Events */
/* line 2449, ../scss/main.scss */
.mod_calendar th {
  border: 0 !important;
}
/* line 2451, ../scss/main.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 2457, ../scss/main.scss */
.mod_calendar th.previous a:hover, .mod_calendar th.next a:hover {
  border-color: #979fa3 !important;
}
/* line 2460, ../scss/main.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 2463, ../scss/main.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 2467, ../scss/main.scss */
.mod_calendar th.current {
  text-align: center;
}
/* line 2469, ../scss/main.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 2474, ../scss/main.scss */
.mod_calendar th.next {
  text-align: right;
}
/* line 2477, ../scss/main.scss */
.mod_calendar th.label {
  text-align: center;
  border-bottom: 2px solid #cdd1d3 !important;
}
/* line 2482, ../scss/main.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 2488, ../scss/main.scss */
.mod_calendar td.empty, .mod_calendar td:hover {
  background: white;
}
/* line 2491, ../scss/main.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 2495, ../scss/main.scss */
.mod_calendar td.today a {
  color: white !important;
}
/* line 2497, ../scss/main.scss */
.mod_calendar td.today a:hover {
  border-color: #969696 !important;
}
/* line 2503, ../scss/main.scss */
.mod_calendar tbody tr {
  border-left: 1px solid #cdd1d3;
}
/* line 2505, ../scss/main.scss */
.mod_calendar tbody tr:hover {
  background-color: #eaeaea !important;
}
/* line 2509, ../scss/main.scss */
.mod_calendar .event {
  font-size: 12px;
}
/* line 2513, ../scss/main.scss */
.mod_calendar .minicalendar th {
  padding: 6px 0;
}
/* line 2516, ../scss/main.scss */
.mod_calendar .minicalendar td {
  padding: 3px;
  text-align: center;
}

/* line 2524, ../scss/main.scss */
.mod_newsletterlist ul, #content .mod_newsletterlist ul {
  padding-left: 0;
  list-style-type: none;
}
/* line 2527, ../scss/main.scss */
.mod_newsletterlist ul li, #content .mod_newsletterlist ul li {
  padding: 5px 0;
  border-top: 1px solid #7b7d80;
}
/* line 2530, ../scss/main.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 2537, ../scss/main.scss */
.mod_eventreader .info, .mod_eventlist .header {
  font-weight: bold;
}

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

/* line 2551, ../scss/main.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 2557, ../scss/main.scss */
.ce_comments {
  border-top: 1px solid #cdd1d3;
  margin-top: 36px;
}
/* line 2560, ../scss/main.scss */
.ce_comments .comment_default {
  border-bottom: 1px solid #cdd1d3;
}
/* line 2563, ../scss/main.scss */
.ce_comments .info {
  position: relative;
  padding: 6px 3.84615%;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 2568, ../scss/main.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 2572, ../scss/main.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 2583, ../scss/main.scss */
.ce_comments .info > .date {
  display: inline-block;
  font-weight: normal;
  color: #969696;
}
/* line 2587, ../scss/main.scss */
.ce_comments .info > .date:before {
  display: none;
}
/* line 2592, ../scss/main.scss */
.ce_comments .comment {
  padding: 0 3.84615%;
  font-size: 14px;
}
/* line 2596, ../scss/main.scss */
.ce_comments .reply {
  padding-left: 3.84615%;
}
/* line 2598, ../scss/main.scss */
.ce_comments .reply .info {
  color: white;
  background: #57718a;
}
/* line 2601, ../scss/main.scss */
.ce_comments .reply .info:after {
  border-color: transparent transparent transparent #57718a;
}
/* line 2606, ../scss/main.scss */
.ce_comments .form {
  margin-top: 36px;
}
/* line 2610, ../scss/main.scss */
.ce_comments form label {
  float: left;
  margin-top: 4px;
}
/* line 2614, ../scss/main.scss */
.ce_comments form fieldset {
  border: 0;
}
/* line 2616, ../scss/main.scss */
.ce_comments form fieldset label {
  float: none;
  margin-left: 5px !important;
}
/* line 2621, ../scss/main.scss */
.ce_comments form .widget {
  position: relative;
  margin: 24px 0;
}
/* line 2625, ../scss/main.scss */
.ce_comments form .captcha_text {
  float: none !important;
  margin-left: 0 !important;
}

/* Sitemap */
/* line 2634, ../scss/main.scss */
#content .mod_sitemap a {
  color: #757575;
  border: 0;
}
/* line 2638, ../scss/main.scss */
#content .mod_sitemap ul {
  padding-left: 0;
  list-style-type: none;
}
/* line 2641, ../scss/main.scss */
#content .mod_sitemap ul li {
  border-top: 1px solid #cdd1d3;
}
/* line 2643, ../scss/main.scss */
#content .mod_sitemap ul li:first-child, #content .mod_sitemap ul li.first {
  border: 0;
}
/* line 2646, ../scss/main.scss */
#content .mod_sitemap ul li li {
  padding: 3px 24px;
  font-size: 14px;
  border-color: #cdd1d3;
}
/* line 2651, ../scss/main.scss */
#content .mod_sitemap ul li li.submenu {
  border: 0;
}
/* line 2653, ../scss/main.scss */
#content .mod_sitemap ul li li.submenu ul {
  margin: 0;
}
/* line 2659, ../scss/main.scss */
#content .mod_sitemap > ul > li {
  padding: 6px 0;
}
/* line 2660, ../scss/main.scss */
#content .mod_sitemap > ul > li > a {
  color: #669f06;
}
/* line 2664, ../scss/main.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: #669f06;
}

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

/* line 2677, ../scss/main.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 2682, ../scss/main.scss */
#content .dlh_googlemap img {
  max-width: none;
}

/* ===========================================
 * Slider
 * ======================================== */
/* line 2691, ../scss/main.scss */
#content .rsts-main a, #sidebar .rsts-main a {
  border-bottom: 0;
}
/* line 2694, ../scss/main.scss */
#content .rsts-main ul, #sidebar .rsts-main ul {
  margin: 0;
  padding: 0;
}
/* line 2698, ../scss/main.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 2703, ../scss/main.scss */
#content .rsts-main .image_container, #sidebar .rsts-main .image_container {
  margin-left: 0;
  margin-right: 0;
}
/* line 2706, ../scss/main.scss */
#content .rsts-main .image_container.float_left, #sidebar .rsts-main .image_container.float_left {
  margin-left: 0;
  margin-right: 20px;
}
/* line 2710, ../scss/main.scss */
#content .rsts-main .image_container.float_right, #sidebar .rsts-main .image_container.float_right {
  margin-right: 0;
  margin-left: 20px;
}

/* line 2719, ../scss/main.scss */
#home-slider-wrap .rsts-skin-default .rsts-nav {
  right: calc(95px + var(--safe-area-right));
}
/* line 2722, ../scss/main.scss */
#home-slider-wrap .rsts-skin-default .rsts-prev {
  right: calc(55px + var(--safe-area-right));
}
/* line 2725, ../scss/main.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 2737, ../scss/main.scss */
  #wrapper > header {
    width: calc(76% - var(--safe-area-right));
  }
  /* line 2739, ../scss/main.scss */
  .no-image-main #wrapper > header {
    left: calc(4% + var(--safe-area-left));
    width: calc(96% - var(--safe-area-left) - var(--safe-area-right));
  }
}
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {
  /* line 2748, ../scss/main.scss */
  #wrapper {
    padding-top: 189px;
  }
  /* line 2750, ../scss/main.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 2758, ../scss/main.scss */
  #nav-main,
  .no-image-main #nav-main {
    left: 38.46154%;
  }

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

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

  /* line 2768, ../scss/main.scss */
  #nav-sub,
  .no-image-main #nav-sub {
    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: white;
  }
  /* line 78, ../scss/_mixins.scss */
  #nav-sub:before,
  .no-image-main #nav-sub:before {
    content: "";
    display: table;
  }
  /* line 82, ../scss/_mixins.scss */
  #nav-sub:after,
  .no-image-main #nav-sub:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 2781, ../scss/main.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 {
    display: none;
  }
  /* line 2784, ../scss/main.scss */
  #nav-sub li,
  .no-image-main #nav-sub li {
    float: left;
    margin-right: 20px;
  }
  /* line 2787, ../scss/main.scss */
  #nav-sub li ul li,
  .no-image-main #nav-sub li ul li {
    clear: left;
  }
  /* line 2791, ../scss/main.scss */
  #nav-sub a, #nav-sub ul a,
  .no-image-main #nav-sub a,
  .no-image-main #nav-sub ul a {
    float: left;
    clear: none;
  }

  /* line 2796, ../scss/main.scss */
  #home-slider-wrap {
    margin-top: -39px;
  }

  /* line 2799, ../scss/main.scss */
  .home-slide {
    min-height: 300px;
  }
  /* line 2801, ../scss/main.scss */
  .home-slide .image-wrap {
    width: 53.33333%;
  }
  /* line 2804, ../scss/main.scss */
  .home-slide .text-wrap {
    left: 60%;
    width: 33.33333%;
  }

  /* line 2810, ../scss/main.scss */
  #wrapper-home .teaser-text {
    margin-left: 6.66667%;
    margin-right: 6.66667%;
  }
  /* line 2815, ../scss/main.scss */
  #wrapper-home .teaser-boxes-text .box {
    width: 24.444%;
    margin-left: 6.66667%;
  }
  /* line 2819, ../scss/main.scss */
  #wrapper-home .teaser-boxes-text .box-title {
    width: auto;
    display: block;
    margin: 30px 6.66667% 0 6.66667%;
  }
  /* line 2823, ../scss/main.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 2829, ../scss/main.scss */
  #wrapper-home .teaser-boxes-image .box {
    width: 24.444%;
    margin-left: 6.66667%;
  }
  /* line 2833, ../scss/main.scss */
  #wrapper-home .teaser-boxes-image .box-title {
    width: auto;
    display: block;
    margin: 30px 6.66667% 0 6.66667%;
  }
  /* line 2837, ../scss/main.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 2843, ../scss/main.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 2847, ../scss/main.scss */
  #wrapper-home .teaser-boxes-news .box {
    width: 24.444%;
    margin-left: 6.66667%;
  }
  /* line 2853, ../scss/main.scss */
  #wrapper-home .testimonial:before {
    right: auto;
    left: 0;
  }
  /* line 2858, ../scss/main.scss */
  #wrapper-home .testimonial.testimonial-odd:before {
    left: auto;
    right: 0;
  }
  /* line 2865, ../scss/main.scss */
  #wrapper-home .statement > header, #wrapper-home .statement > div.header {
    margin-left: 6.66667%;
    width: 26.66667%;
  }
  /* line 2869, ../scss/main.scss */
  #wrapper-home .statement p {
    margin-right: 6.66667%;
  }

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

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

  /* line 2891, ../scss/main.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 2900, ../scss/main.scss */
  #image-main img {
    float: none;
    max-width: 100%;
    height: auto;
  }
  /* line 2905, ../scss/main.scss */
  #image-main > div {
    float: none;
  }

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

  /* line 2914, ../scss/main.scss */
  #footer-content .footer-column {
    margin-left: 6.66667%;
  }
  /* line 2917, ../scss/main.scss */
  #footer-content .footer-column-1, #footer-content .footer-column-2 {
    width: 40%;
  }
  /* line 2920, ../scss/main.scss */
  #footer-content .footer-column-3 {
    width: 86.66667%;
  }

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

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

  /* line 2939, ../scss/main.scss */
  #footer-info p {
    margin-right: 6.66667%;
  }
}
@media screen and (max-width: 750px) {
  /* line 2946, ../scss/main.scss */
  #wrapper > header,
  .no-image-main #wrapper > header {
    left: 0;
    width: 93.33333%;
  }
}
@media screen and (max-width: 699px) {
  /* line 2954, ../scss/main.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 2963, ../scss/main.scss */
  #nav-main, #nav-sub {
    display: none;
  }

  /* line 2966, ../scss/main.scss */
  #wrapper {
    padding-top: 0;
  }
  /* line 2968, ../scss/main.scss */
  #wrapper > header, .no-image-main #wrapper > header {
    position: static;
    width: auto;
  }

  /* line 2974, ../scss/main.scss */
  #logo {
    margin: 0 auto;
  }

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

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

  /* line 2991, ../scss/main.scss */
  #nav-socialmedia {
    position: static;
    margin: 15px 11px 15px 15px;
    text-align: center;
  }
  /* line 2995, ../scss/main.scss */
  #nav-socialmedia a {
    display: inline-block;
  }

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

  /* line 3002, ../scss/main.scss */
  .home-slide {
    min-height: 0;
  }
  /* line 3004, ../scss/main.scss */
  .home-slide .image-wrap {
    width: 100%;
  }
  /* line 3006, ../scss/main.scss */
  .home-slide .image-wrap img {
    min-width: 0;
  }
  /* line 3010, ../scss/main.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 3017, ../scss/main.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 3029, ../scss/main.scss */
  #wrapper-home .teaser-text p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  /* line 3034, ../scss/main.scss */
  #wrapper-home .teaser-boxes-text .box {
    width: 86.66667%;
  }
  /* line 3039, ../scss/main.scss */
  #wrapper-home .teaser-boxes-image .box {
    width: 200px;
  }
  /* line 3044, ../scss/main.scss */
  #wrapper-home .teaser-boxes-news .box {
    width: 200px;
  }
  /* line 3049, ../scss/main.scss */
  #wrapper-home .testimonial p {
    font-size: 18px;
  }
  /* line 3054, ../scss/main.scss */
  #wrapper-home .statement > header, #wrapper-home .statement > div.header {
    float: none;
    width: auto;
    margin: 10px 6.66667%;
  }
  /* line 3059, ../scss/main.scss */
  #wrapper-home .statement p {
    float: none;
    width: auto;
    margin: 10px 6.66667%;
    font-size: 18px;
  }

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

  /* line 3080, ../scss/main.scss */
  section#content form p b.error, section#content form p.error {
    float: none;
    width: auto;
    margin-left: 0;
  }
  /* line 3084, ../scss/main.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 3088, ../scss/main.scss */
  section#content form label {
    display: block;
    width: auto;
    margin: 0 0 5px 12px;
    text-align: left;
  }
  /* line 3093, ../scss/main.scss */
  section#content form label + input, section#content form label + textarea, section#content form label + select {
    margin-left: 0;
  }
  /* line 3097, ../scss/main.scss */
  section#content form textarea, section#content form fieldset, section#content form button, section#content form input[type="submit"] {
    margin-left: 0;
  }
  /* line 3100, ../scss/main.scss */
  section#content form input, section#content form textarea, section#content form select, section#content form fieldset, section#content form button {
    width: 100%;
  }

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

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

  /* line 3119, ../scss/main.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 3128, ../scss/main.scss */
  .ce_gallery .image_container img, #sidebar .ce_gallery .image_container img {
    width: auto;
  }

  /* line 3133, ../scss/main.scss */
  #teaser-next {
    position: static;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    overflow: visible;
  }
  /* line 3140, ../scss/main.scss */
  #teaser-next:after {
    content: none;
    display: none;
  }
  /* line 3144, ../scss/main.scss */
  #teaser-next a {
    width: auto;
    padding: 0;
  }
  /* line 3148, ../scss/main.scss */
  #teaser-next img {
    position: static;
    width: 100%;
    height: auto;
  }
  /* line 3153, ../scss/main.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 3160, ../scss/main.scss */
  .modernizr-no-touch #teaser-next:hover, #teaser-next.hover {
    width: auto;
  }
  /* line 3162, ../scss/main.scss */
  .modernizr-no-touch #teaser-next:hover:after, #teaser-next.hover:after {
    content: none;
  }

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

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

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

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