.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
[hidden] {
  display: none;
}

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
button, input, select, textarea {
  font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
body {
  margin: 0;
}

/* =============================================================================
 * Links
 * ========================================================================== */
/* Addresses outline displayed oddly in Chrome */
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test */
/* =============================================================================
 * Typography
 * ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/* Addresses styling not present in S5, Chrome */
dfn {
  font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
mark {
  background: yellow;
  color: black;
}

/* Addresses margins set differently in IE6/7 */
p {
  margin: 1em 0;
}

pre {
  margin: 1em 0;
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4 */
/* 1 */
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

/* 2 */
small {
  font-size: 75%;
}

/* Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

sub {
  bottom: -0.2em;
}

/* =============================================================================
 * Lists
 * ========================================================================== */
/* Addresses margins set differently in IE6/7 */
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/* Addresses paddings set differently in IE6/7 */
menu, ol, ul {
  padding: 0 0 0 40px;
}

/* Corrects list images handled incorrectly in IE7 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure, form {
  margin: 0;
}

/* =============================================================================
 * Forms
 * ========================================================================== */
/* Corrects margin displayed oddly in IE6/7 */
/* Define consistent border, margin, and padding */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/* 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button, input {
  line-height: normal;
  /* 1 */
}

/* 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6 */
button {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/* Re-set default cursor for disabled elements */
button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6 */
/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
/* Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
 * Tables
 * ========================================================================== */
/* Remove most spacing between table cells */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@charset "UTF-8";
/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   http://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (Sass only)
 * - Fonts
 * - Basic settings (Sass only)
 * - Colors (Sasss only)
 * - General styles
 * - Button styles
 * - Wrapper Elements
 * - Elements in order of appearance in HTML
 * - Content styles
 * - Sidebar styles
 * - Form styles
 * - Content elements
 * - Footer styles
 * - Module styles (Search, FAQ, News, Events, Comments)
 * - Media queries
 * - Grid (design + production helper)
 * ======================================== */
/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
  font-family: "RockSolid Icons";
  src: url("../../files/luxe/fonts/rocksolid-icons.eot");
  src: url("../../files/luxe/fonts/rocksolid-icons.eot?#iefix") format("embedded-opentype"), url("../../files/luxe/fonts/rocksolid-icons.woff") format("woff"), url("../../files/luxe/fonts/rocksolid-icons.ttf") format("truetype"), url("../../files/luxe/fonts/rocksolid-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/luxe/fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/luxe/fonts/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/luxe/fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/luxe/fonts/open-sans-v35-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ===========================================
 * Special Formstyles 
 * ======================================== */
/* ===========================================
 * General styles
 * ======================================== */
html {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #008131;
}

body {
  font: 14px/1.6 "Open sans", sans-serif;
  color: #333333;
  letter-spacing: 0.01em;
  background: white none 50% 0 no-repeat scroll;
  background-size: auto;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 13px;
  }
}
body.background-variation-1 {
  background: url("../../files/luxe/img/pattern.png");
}

body.background-variation-1 .page {
  background: white;
}

body.background-variation-1 .page-footer {
  background: url("../../files/luxe/img/pattern.png");
}

body.background-variation-1 .page-footer-inner {
  background: white;
}

* {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.rs-columns {
  clear: both;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 0.5%;
  margin-right: 2%;
}

.rs-column.-large-first {
  clear: left;
}

.rs-column.-large-last {
  margin-right: -5px;
}

.rs-column.-large-first-row {
  margin-top: 0;
}

.rs-column.-large-col-1-1 {
  width: 100%;
}

.rs-column.-large-col-2-1 {
  width: 49.2%;
}

.rs-column.-large-col-2-2 {
  width: 100%;
}

.rs-column.-large-col-3-1 {
  width: 32.1%;
}

.rs-column.-large-col-3-2 {
  width: 65.5%;
}

.rs-column.-large-col-3-3 {
  width: 100%;
}

.rs-column.-large-col-4-1 {
  width: 23.5%;
}

.rs-column.-large-col-4-2 {
  width: 49%;
}

.rs-column.-large-col-4-3 {
  width: 75%;
}

.rs-column.-large-col-4-4 {
  width: 100%;
}

.rs-column.-large-col-5-1 {
  width: 18.5%;
}

.rs-column.-large-col-5-2 {
  width: 39%;
}

.rs-column.-large-col-5-3 {
  width: 59%;
}

.rs-column.-large-col-5-4 {
  width: 79%;
}

.rs-column.-large-col-5-5 {
  width: 100%;
}

.rs-column.-large-col-6-1 {
  width: 15%;
}

.rs-column.-large-col-6-2 {
  width: 32%;
}

.rs-column.-large-col-6-3 {
  width: 49%;
}

.rs-column.-large-col-6-4 {
  width: 65%;
}

.rs-column.-large-col-6-5 {
  width: 82.5%;
}

.rs-column.-large-col-6-6 {
  width: 100%;
}

.luxe-fullwidth .rs-column {
  margin-top: 0.5%;
  margin-right: 2%;
}

.luxe-fullwidth .rs-column.-large-last {
  margin-right: -5px;
}

.luxe-fullwidth .rs-column.-large-first-row {
  margin-top: 0;
}

.luxe-fullwidth .rs-column.-large-col-1-1 {
  width: 100%;
}

.luxe-fullwidth .rs-column.-large-col-2-1 {
  width: 49.2%;
}

.luxe-fullwidth .rs-column.-large-col-2-2 {
  width: 100%;
}

.luxe-fullwidth .rs-column.-large-col-3-1 {
  width: 32.1%;
}

.luxe-fullwidth .rs-column.-large-col-3-2 {
  width: 65.5%;
}

.luxe-fullwidth .rs-column.-large-col-3-3 {
  width: 100%;
}

.luxe-fullwidth .rs-column.-large-col-4-1 {
  width: 23.5%;
}

.luxe-fullwidth .rs-column.-large-col-4-2 {
  width: 49%;
}

.luxe-fullwidth .rs-column.-large-col-4-3 {
  width: 75%;
}

.luxe-fullwidth .rs-column.-large-col-4-4 {
  width: 100%;
}

.luxe-fullwidth .rs-column.-large-col-5-1 {
  width: 18.5%;
}

.luxe-fullwidth .rs-column.-large-col-5-2 {
  width: 39%;
}

.luxe-fullwidth .rs-column.-large-col-5-3 {
  width: 59%;
}

.luxe-fullwidth .rs-column.-large-col-5-4 {
  width: 79%;
}

.luxe-fullwidth .rs-column.-large-col-5-5 {
  width: 100.0%;
}

.luxe-fullwidth .rs-column.-large-col-6-1 {
  width: 15%;
}

.luxe-fullwidth .rs-column.-large-col-6-2 {
  width: 32%;
}

.luxe-fullwidth .rs-column.-large-col-6-3 {
  width: 49%;
}

.luxe-fullwidth .rs-column.-large-col-6-4 {
  width: 65%;
}

.luxe-fullwidth .rs-column.-large-col-6-5 {
  width: 82.5%;
}

.luxe-fullwidth .rs-column.-large-col-6-6 {
  width: 100.0%;
}

@media screen and (max-width: 900px) {
  .rs-column, .luxe-fullwidth .rs-column {
    margin-top: 0.5%;
    margin-right: 2%;
  }

  .rs-column.-large-first, .luxe-fullwidth .rs-column.-large-first {
    clear: none;
  }

  .rs-column.-large-last, .luxe-fullwidth .rs-column.-large-last {
    margin-right: 72%;
  }

  .rs-column.-large-first-row, .luxe-fullwidth .rs-column.-large-first-row {
    margin-top: 2%;
  }

  .rs-column.-medium-first, .luxe-fullwidth .rs-column.-medium-first {
    clear: left;
  }

  .rs-column.-medium-last, .luxe-fullwidth .rs-column.-medium-last {
    margin-right: -5px;
  }

  .rs-column.-medium-first-row, .luxe-fullwidth .rs-column.-medium-first-row {
    margin-top: 0;
  }

  .rs-column.-medium-col-1-1, .luxe-fullwidth .rs-column.-medium-col-1-1 {
    width: 100%;
  }

  .rs-column.-medium-col-2-1, .luxe-fullwidth .rs-column.-medium-col-2-1 {
    width: 49.2%;
  }

  .rs-column.-medium-col-2-2, .luxe-fullwidth .rs-column.-medium-col-2-2 {
    width: 100%;
  }

  .rs-column.-medium-col-3-1, .luxe-fullwidth .rs-column.-medium-col-3-1 {
    width: 32.1%;
  }

  .rs-column.-medium-col-3-2, .luxe-fullwidth .rs-column.-medium-col-3-2 {
    width: 65.5%;
  }

  .rs-column.-medium-col-3-3, .luxe-fullwidth .rs-column.-medium-col-3-3 {
    width: 100%;
  }

  .rs-column.-medium-col-4-1, .luxe-fullwidth .rs-column.-medium-col-4-1 {
    width: 23.5%;
  }

  .rs-column.-medium-col-4-2, .luxe-fullwidth .rs-column.-medium-col-4-2 {
    width: 49%;
  }

  .rs-column.-medium-col-4-3, .luxe-fullwidth .rs-column.-medium-col-4-3 {
    width: 75%;
  }

  .rs-column.-medium-col-4-4, .luxe-fullwidth .rs-column.-medium-col-4-4 {
    width: 100%;
  }

  .rs-column.-medium-col-5-1, .luxe-fullwidth .rs-column.-medium-col-5-1 {
    width: 18.5%;
  }

  .rs-column.-medium-col-5-2, .luxe-fullwidth .rs-column.-medium-col-5-2 {
    width: 39%;
  }

  .rs-column.-medium-col-5-3, .luxe-fullwidth .rs-column.-medium-col-5-3 {
    width: 59%;
  }

  .rs-column.-medium-col-5-4, .luxe-fullwidth .rs-column.-medium-col-5-4 {
    width: 79%;
  }

  .rs-column.-medium-col-5-5, .luxe-fullwidth .rs-column.-medium-col-5-5 {
    width: 100%;
  }

  .rs-column.-medium-col-6-1, .luxe-fullwidth .rs-column.-medium-col-6-1 {
    width: 15%;
  }

  .rs-column.-medium-col-6-2, .luxe-fullwidth .rs-column.-medium-col-6-2 {
    width: 32%;
  }

  .rs-column.-medium-col-6-3, .luxe-fullwidth .rs-column.-medium-col-6-3 {
    width: 49%;
  }

  .rs-column.-medium-col-6-4, .luxe-fullwidth .rs-column.-medium-col-6-4 {
    width: 65%;
  }

  .rs-column.-medium-col-6-5, .luxe-fullwidth .rs-column.-medium-col-6-5 {
    width: 82.5%;
  }

  .rs-column.-medium-col-6-6, .luxe-fullwidth .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column, .luxe-fullwidth .rs-column {
    margin-right: 2%;
  }

  .rs-column.-medium-first, .luxe-fullwidth .rs-column.-medium-first {
    clear: none;
  }

  .rs-column.-medium-last, .luxe-fullwidth .rs-column.-medium-last {
    margin-right: 2%;
  }

  .rs-column.-medium-first-row, .luxe-fullwidth .rs-column.-medium-first-row {
    margin-top: 2%;
  }

  .rs-column.-small-first, .luxe-fullwidth .rs-column.-small-first {
    clear: left;
  }

  .rs-column.-small-last, .luxe-fullwidth .rs-column.-small-last {
    margin-right: -5px;
  }

  .rs-column.-small-first-row, .luxe-fullwidth .rs-column.-small-first-row {
    margin-top: 0;
  }

  .rs-column.-small-col-1-1, .luxe-fullwidth .rs-column.-small-col-1-1 {
    width: 100%;
  }

  .rs-column.-small-col-2-1, .luxe-fullwidth .rs-column.-small-col-2-1 {
    width: 49%;
  }

  .rs-column.-small-col-2-2, .luxe-fullwidth .rs-column.-small-col-2-2 {
    width: 100%;
  }

  .rs-column.-small-col-3-1, .luxe-fullwidth .rs-column.-small-col-3-1 {
    width: 32.1%;
  }

  .rs-column.-small-col-3-2, .luxe-fullwidth .rs-column.-small-col-3-2 {
    width: 65.5%;
  }

  .rs-column.-small-col-3-3, .luxe-fullwidth .rs-column.-small-col-3-3 {
    width: 100%;
  }

  .rs-column.-small-col-4-1, .luxe-fullwidth .rs-column.-small-col-4-1 {
    width: 23.5%;
  }

  .rs-column.-small-col-4-2, .luxe-fullwidth .rs-column.-small-col-4-2 {
    width: 49%;
  }

  .rs-column.-small-col-4-3, .luxe-fullwidth .rs-column.-small-col-4-3 {
    width: 75%;
  }

  .rs-column.-small-col-4-4, .luxe-fullwidth .rs-column.-small-col-4-4 {
    width: 100%;
  }

  .rs-column.-small-col-5-1, .luxe-fullwidth .rs-column.-small-col-5-1 {
    width: 18.5%;
  }

  .rs-column.-small-col-5-2, .luxe-fullwidth .rs-column.-small-col-5-2 {
    width: 39%;
  }

  .rs-column.-small-col-5-3, .luxe-fullwidth .rs-column.-small-col-5-3 {
    width: 59%;
  }

  .rs-column.-small-col-5-4, .luxe-fullwidth .rs-column.-small-col-5-4 {
    width: 79%;
  }

  .rs-column.-small-col-5-5, .luxe-fullwidth .rs-column.-small-col-5-5 {
    width: 100%;
  }

  .rs-column.-small-col-6-1, .luxe-fullwidth .rs-column.-small-col-6-1 {
    width: 15%;
  }

  .rs-column.-small-col-6-2, .luxe-fullwidth .rs-column.-small-col-6-2 {
    width: 32%;
  }

  .rs-column.-small-col-6-3, .luxe-fullwidth .rs-column.-small-col-6-3 {
    width: 49%;
  }

  .rs-column.-small-col-6-4, .luxe-fullwidth .rs-column.-small-col-6-4 {
    width: 65%;
  }

  .rs-column.-small-col-6-5, .luxe-fullwidth .rs-column.-small-col-6-5 {
    width: 82.5%;
  }

  .rs-column.-small-col-6-6, .luxe-fullwidth .rs-column.-small-col-6-6 {
    width: 100%;
  }
}
/* Resetting box model for moo_mediabox,  moo_slimbox and j_colorbox */
#mbCenter, #colorbox, #lbCenter, #lbBottomContainer {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

::selection {
  background: #008131;
  color: white;
  text-shadow: none !important;
}

::-moz-selection {
  background: #008131;
  color: white;
  text-shadow: none !important;
}

button, input, select, textarea {
  outline: none;
  font-family: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

table th, table td {
  border: 1px solid #e5e5e5;
}

table th {
  padding: 0.6666666667em 1em;
  font-weight: bold;
  text-align: left;
}

table td {
  padding: 0.7692307692em 1.1538461538em;
  font-size: 0.8666666667em;
  color: #585858;
}

table thead tr {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.03));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.03));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.03));
}

table tfoot tr {
  background-color: #f7f7f7;
}

a {
  color: #008131;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:hover, a:active {
  outline: 0;
}

a.external-link:after {
  font: 0.8666666667em/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.2666666667em;
}

/* Icon attribute */
*[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;
  margin-right: 0.2666666667em;
}

*[data-icon].after:before {
  content: none;
}

*[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;
  margin-left: 0.2666666667em;
}

.clear {
  clear: both;
}

.invisible {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0 !important;
  overflow: hidden;
  border: 0;
}

.pdf_link {
  margin: 0.8em 0 0 1.3333333333em;
  float: right;
}

.pdf_link a {
  margin-left: 0.1333333333em;
  border: 0 !important;
}

.pdf_link img {
  border: 0 !important;
}

.mime_icon {
  margin-bottom: -0.25em;
}

.ce_toplink, .toplink {
  margin: 1.6em 0;
}

.ce_toplink a, .toplink a {
  display: block;
  width: 100%;
}

.ce_toplink > a:before, .toplink > a: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: 0.3333333333em;
}

.ce_accordion {
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.ce_accordion .accordion {
  position: relative;
  overflow: hidden;
  padding: 1px 3.8461538462% 0.8em;
  -moz-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.12);
}

.ce_accordion .accordion:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 5%;
  z-index: -1;
  width: 90%;
  height: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ce_accordion .toggler {
  position: relative;
  margin: -1px;
  padding: 0.6666666667em 11.5384615385% 0.6666666667em 3.8461538462%;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  color: #585858;
  background: white;
  cursor: pointer;
}

.ce_accordion .toggler:after {
  font: 1.3333333333em/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0.6em;
  right: 3.8461538462%;
  width: 1em;
  height: 1em;
  padding-left: 0.05em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: white;
  background: #008131;
}

.ce_accordion .toggler.ui-accordion-header-active:after, .ce_accordion .toggler:hover:after {
  content: "\e009";
  padding: 0.05em 0 0;
}

.ce_accordion + .ce_accordion {
  margin-top: -3px;
}

hr {
  clear: both;
  height: 1px;
  overflow: visible;
  margin: 2.2666666667em 0;
  border: 0;
  background: #008131;
}

.confirmation {
  color: #008131;
}

.information {
  color: #008131;
}

.warning {
  color: #e52f2f;
}

p.confirmation, p.information, p.warning, div.confirmation, div.information, div.warning, span.confirmation, span.information, span.warning {
  position: relative;
  display: block;
  padding: 0.6666666667em 0 0.6666666667em 3.3333333333em;
  color: #737d1b;
}

p.confirmation:before, p.information:before, p.warning:before, div.confirmation:before, div.information:before, div.warning:before, span.confirmation:before, span.information:before, span.warning:before {
  font: 1.7333333333em/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.3076923077em;
  top: 1.0666666667em;
  margin-top: -0.5em;
}

p.information, div.information, span.information {
  border-color: #008131;
  color: #0e5c95;
}

p.information:before, div.information:before, span.information:before {
  content: "\e0a6";
  left: 0.4615384615em;
}

p.warning, div.warning, span.warning {
  border-color: #e52f2f;
  color: #b72525;
}

p.warning:before, div.warning:before, span.warning:before {
  content: "\e144";
}

p.drop-cap:first-letter, span.drop-cap {
  float: left;
  margin: 0.12em 0.12em -0.2em 0;
  font-size: 3.3333333333em;
  line-height: 0.7;
  color: #008131;
}

p.drop-cap:first-letter {
  /* IE8 and IE9 calculate em's from the parent element */
  margin: 0.4em 0.4em -0.6666666667em 0;
}

code {
  padding: 0.1428571429em 0.3571428571em;
  font-family: "Lucida Console", monospace;
  font-size: 0.9333333333em;
  line-height: 1.3571428571;
  background-color: #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

pre {
  margin: 1.7142857143em 0;
  padding: 0 0.4285714286em;
  display: block;
  overflow: auto;
  font-family: "Lucida Console", monospace;
  font-size: 0.9333333333em;
  line-height: 1.7142857143;
  color: white;
  background: #444444;
}

pre code {
  font-size: 1em;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
}

/* ===========================================
 * Button styles
 * ======================================== */
.button-secondary, .page-footer-inner form button, .page-footer-inner form input[type="submit"], button, .button, input[type="submit"], input[type="reset"], input[type="button"] {
  position: relative;
  display: inline-block;
  border: none;
  color: white;
  padding: 2px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin: 2px 2px;
  cursor: pointer;
  background: #008131;
}

.button-secondary:hover, .page-footer-inner form button:hover, .page-footer-inner form input[type="submit"]:hover,
.button-secondary:focus, .page-footer-inner form button:focus, .page-footer-inner form input[type="submit"]:focus, 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 {
  background: #02722c;
}

.button-secondary:active, .page-footer-inner form button:active, .page-footer-inner form input[type="submit"]:active, button:active, .button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background: #02722c;
}

/* ===========================================
 * Wrapper Elements
 * ======================================== */
.page-wrapper {
  position: relative;
}

.page, .page-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Main wrapper */
.page {
  zoom: 1;
  position: relative;
  padding-bottom: 2.6666666667em;
  background-color: white;
}

.page:before {
  content: "";
  display: table;
}

.page:after {
  content: "";
  display: table;
  clear: both;
}

/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
.page-header {
  zoom: 1;
  position: relative;
  z-index: 50;
  margin: 0 4%;
  padding: 0 0 25px;
  border-bottom: 1px solid #008131;
}

.page-header:before {
  content: "";
  display: table;
}

.page-header:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 900px) {
  .page-header {
    margin-right: 5.6666666667%;
    margin-left: 5.6666666667%;
    padding: 0px;
  }
}
.logo {
  float: left;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 599px) {
  .logo {
    margin: 10px 0;
    width: 100%;
    max-width: 80%;
  }
}
.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  float: left;
}

@media screen and (max-width: 599px) {
  .logo img {
    margin: 0 auto;
  }
}
.main-navigation {
  margin: 112px 0 0;
  text-align: right;
  padding-right: 0px;
  background-color: white;
}

@media screen and (max-width: 900px) {
  .main-navigation {
    clear: both;
    margin: 0 0 0 -1.6em;
    padding-top: 1em;
    text-align: left;
  }

  .main-navigation li {
    position: relative;
    display: inline-block;
    margin-right: 0em;
    margin-left: 0em;
  }
}
@media screen and (max-width: 599px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  position: relative;
  display: inline-block;
  margin-right: 0em;
  margin-left: 0.2em;
}

@media screen and (max-width: 900px) {
  .main-navigation li {
    position: relative;
    display: inline-block;
    margin-right: 0.2em;
    margin-left: 1.7em;
  }
}
.main-navigation > ul > li > a {
  position: relative;
  display: block;
  z-index: 3;
  padding: 0.5714285714em 0.05em;
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-size: 0.87em;
  color: #444444;
  text-decoration: none;
}

.main-navigation > ul > li > a:hover, .main-navigation > ul > li > a:focus {
  color: #008131;
}

.main-navigation > ul > li.active > a, .main-navigation > ul > li.trail > a {
  color: #008131;
}

.main-navigation > ul > li.submenu:before {
  content: "";
  position: absolute;
  left: 1.0666666667em;
  right: 1.0666666667em;
  bottom: 0;
  display: none;
  z-index: 2;
  height: 3px;
  background: #008131;
}

.main-navigation > ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  overflow: hidden;
  min-width: 100%;
  max-height: 0;
  margin-top: -2px;
  padding: 0;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  white-space: nowrap;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  -o-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  -webkit-transition: max-height 0s, padding 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-navigation > ul > li > ul li {
  display: inline;
  margin: 0;
}

.main-navigation > ul > li > ul a {
  position: relative;
  display: block;
  padding: 0.3846153846em 1em 0.3846153846em 0;
  border-top: 1px solid #e5e5e5;
  font-size: 0.8666666667em;
  color: #585858;
  text-decoration: none;
}

.main-navigation > ul > li > ul a:hover, .main-navigation > ul > li > ul a:focus {
  color: #008131;
}

.main-navigation > ul > li > ul > li:first-child > a {
  border-top: 0;
}

.main-navigation > ul > li > ul li.active > a, .main-navigation > ul > li > ul li.trail > a {
  color: #008131;
}

.main-navigation > ul > li > ul ul a {
  padding-left: 0.7692307692em;
  border-top: 0;
}

.main-navigation > ul > li > ul ul ul a {
  margin-left: 1.3333333333em;
}

.main-navigation > ul > li:hover {
  z-index: 5;
}

.main-navigation > ul > li:hover > ul {
  max-height: 9999px;
  padding: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.main-navigation > ul > li.submenu:hover:before {
  /* change generated content to avoid IE8 ghost pseudo elements */
  content: " ";
  display: block;
}

.main-navigation > ul > li:last-child > ul, .main-navigation > ul > li.last > ul {
  left: auto;
  right: 0;
}

@media screen and (max-width: 900px) {
  .main-navigation > ul > li:last-child > ul, .main-navigation > ul > li.last > ul {
    left: 0;
    right: auto;
  }
}
.main-navigation-mobile-open {
  position: absolute;
  top: 50px;
  right: 5.1%;
  width: 50px;
  height: 50px;
  margin: -20px 0 0 -11px;
  padding: 11px;
  display: none;
  z-index: 200;
  text-indent: -99em;
  line-height: 0;
}

.main-navigation-mobile-open:after {
  content: "";
  display: block;
  height: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #008131;
  -moz-box-shadow: 0 7px #008131, 0 14px #008131;
  -webkit-box-shadow: 0 7px #008131, 0 14px #008131;
  box-shadow: 0 7px #008131, 0 14px #008131;
}

@media screen and (max-width: 599px) {
  .main-navigation-mobile-open {
    display: block;
  }
}
.main-navigation-mobile-close {
  position: absolute;
  top: 0;
  right: -17.6470588235%;
  display: none;
  width: 17.6470588235%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 !important;
  text-indent: -99em;
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.is-active > .main-navigation-mobile-close {
  display: block;
}

.main-navigation-mobile {
  /* Hide mobile navigation by default */
  display: none;
  padding: 0;
  color: white;
  background: rgba(0, 129, 49, 0.9);
}

@media screen and (max-width: 599px) {
  .main-navigation-mobile {
    display: block;
  }
}
.modernizr-js .main-navigation-mobile {
  display: none;
}

.main-navigation-mobile.is-enabled {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 201;
  width: 100%;
  min-height: 100%;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}

@media screen and (max-width: 599px) {
  .main-navigation-mobile.is-enabled {
    display: block;
  }
}
.modernizr-csstransforms3d .main-navigation-mobile.is-enabled {
  left: 0;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.main-navigation-mobile.is-active {
  left: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.modernizr-csstransforms3d .main-navigation-mobile.is-active {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-navigation-mobile ul {
  display: block;
  margin: 0;
  padding: 0;
}

.main-navigation-mobile ul ul {
  background-color: #006d1d;
  -moz-box-shadow: inset 0 40px 40px -20px rgba(0, 0, 0, 0.04), inset 0 -40px 40px -20px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 0 40px 40px -20px rgba(0, 0, 0, 0.04), inset 0 -40px 40px -20px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 40px 40px -20px rgba(0, 0, 0, 0.04), inset 0 -40px 40px -20px rgba(0, 0, 0, 0.04);
}

.main-navigation-mobile .is-collapsed > ul {
  display: none;
}

.main-navigation-mobile li {
  position: relative;
  display: block;
}

.main-navigation-mobile a, .main-navigation-mobile strong.active, .main-navigation-mobile strong.trail {
  display: block;
  padding: 0.6923076923em 1em 0.6153846154em;
  border-bottom: 1px solid black;
  color: inherit;
  background-color: #008131;
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  -webkit-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
}

.main-navigation-mobile a:hover, .main-navigation-mobile a:focus, .main-navigation-mobile span.active:hover, .main-navigation-mobile strong.active:focus, .main-navigation-mobile strong.trail:hover, .main-navigation-mobile strong.trail:focus {
  outline: none;
  text-decoration: none;
  background: #006d1d;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.main-navigation-mobile a.active, .main-navigation-mobile a.trail, .main-navigation-mobile strong.active, .main-navigation-mobile strong.trail {
  font-weight: bold;
}

.main-navigation-mobile a.active, .main-navigation-mobile strong.active {
  background-color: #008131;
  -moz-box-shadow: inset 0 0 5px #646464;
  -webkit-box-shadow: inset 0 0 5px #646464;
  box-shadow: inset 0 0 5px #646464;
}

.main-navigation-mobile li li a, .main-navigation-mobile li li strong.active, .main-navigation-mobile li li strong.trail {
  padding-left: 2em;
}

.main-navigation-mobile li li li a, .main-navigation-mobile li li li strong.active, .main-navigation-mobile li li li strong.trail {
  padding-left: 3em;
}

.main-navigation-mobile li li li li a, .main-navigation-mobile li li li li strong.active, .main-navigation-mobile li li li li strong.trail {
  padding-left: 4em;
}

.main-navigation-mobile li li li li li a, .main-navigation-mobile li li li li li strong.active, .main-navigation-mobile li li li li li strong.trail {
  padding-left: 5em;
}

.main-navigation-mobile .main-navigation-mobile-expand {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0.6153846154em 1em;
  border: solid transparent;
  border-width: 0.2307692308em 0;
  -moz-box-shadow: inset 1px 0 #333333;
  -webkit-box-shadow: inset 1px 0 #333333;
  box-shadow: inset 1px 0 #333333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  line-height: 0;
  color: inherit;
  text-indent: -99em;
  text-shadow: none;
  background: none;
}

.main-navigation-mobile .main-navigation-mobile-expand:after {
  font: 1.2307692308em/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
}

.main-navigation-mobile .is-expanded > .main-navigation-mobile-expand:after {
  content: "\e00c";
}

.content-wrapper {
  zoom: 1;
}

.content-wrapper:before {
  content: "";
  display: table;
}

.content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.tag-line {
  margin: 0 4%;
  padding: 2em 0;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 900px) {
  .tag-line {
    margin-right: 6.6666666667%;
    margin-left: 6.6666666667%;
  }
}
.tag-line h1, .tag-line h2, .tag-line h3 {
  margin: 0;
  font-family: "Open sans", "Droid Serif", Georgia, serif;
  font-weight: normal;
  font-style: italic;
  color: #585858;
}

.tag-line h1, .tag-line h2 {
  font-size: 1.2em;
}

.tag-line h3 {
  font-size: 0.8em;
}

.tag-line .image_container {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.tag-line .image_container img,
.tag-line img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2em 0;
}

@media screen and (max-width: 900px) {
  .tag-line .image_container img,
  .tag-line img {
    width: 115.3846153846%;
    margin-right: -7.6923076923%;
    margin-left: -7.6923076923%;
  }
}
.tag-line > img:first-child, .tag-line > .mod_article > img:first-child,
.tag-line > .image_container:first-child img, .tag-line > .mod_article > .image_container:first-child img,
.tag-line > .ce_image:first-child img, .tag-line > .mod_article > .ce_image:first-child img {
  margin-top: -2em;
}

.tag-line > img:last-child, .tag-line > .mod_article > img:last-child,
.tag-line > .image_container:last-child img, .tag-line > .mod_article > .image_container:last-child img,
.tag-line > .ce_image:last-child img, .tag-line > .mod_article > .ce_image:last-child img {
  margin-bottom: -2em;
}

.tag-line .rsts-main {
  margin: 2em 0;
}

.tag-line .rsts-slide img {
  margin: 0;
}

/* ===========================================
 * Content styles
 * ======================================== */
.main-content {
  float: right;
  width: 72%;
  margin: 2% 4% 0 0;
  min-height: 400px;
}

.luxe-fullwidth .main-content {
  float: none;
  width: auto;
  margin-left: 4%;
  margin-right: 4%;
}

.luxe-sidebar-right .main-content {
  float: left;
  margin-right: 0;
  margin-left: 8%;
}

@media screen and (max-width: 900px) {
  .main-content, .luxe-fullwidth .main-content, .luxe-sidebar-right .main-content {
    float: none;
    width: auto;
    margin-right: 5.1%;
    margin-left: 5.1%;
    margin-top: 30px;
  }
}
.main-content p, .main-content ul, .main-content ol, .main-content table, .main-content form, .main-content fieldset {
  margin-top: 0.6666666667em;
  margin-bottom: 0.6666666667em;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  margin-top: 0.75em;
  margin-bottom: 0.3em;
  font-family: "Open sans", sans-serif;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.4;
  color: #008131;
}

.main-content h1 {
  margin-top: 1em;
  margin-bottom: 0.6666666667em;
  font-size: 1.6em;
  line-height: 1.25;
  color: #008131;
}

@media screen and (max-width: 599px) {
  .main-content h1 {
    font-size: 1.7142857143em;
  }
}
.main-content h2 {
  font-size: 1.4em;
}

.main-content h3 {
  font-size: 1.2em;
}

.main-content h4 {
  font-size: 1.0666666667em;
}

.main-content h5 {
  font-size: 1em;
}

.main-content h6 {
  font-size: 0.9333333333em;
}

.main-content h2 + p, .main-content h2 + ul, .main-content h2 + ol, .main-content h2 + blockquote, .main-content h3 + p, .main-content h3 + ul, .main-content h3 + ol, .main-content h3 + blockquote, .main-content h4 + p, .main-content h4 + ul, .main-content h4 + ol, .main-content h4 + blockquote, .main-content h5 + p, .main-content h5 + ul, .main-content h5 + ol, .main-content h5 + blockquote, .main-content h6 + p, .main-content h6 + ul, .main-content h6 + ol, .main-content h6 + blockquote {
  margin-top: 0;
}

.main-content ul, .main-content ol {
  padding-left: 7.6923076923%;
}

.main-content ul li[data-icon], .main-content ol li[data-icon] {
  list-style: none;
}

.main-content ul li[data-icon]:before, .main-content ol li[data-icon]:before {
  left: -1.4em;
  width: 0;
}

.main-content ul {
  list-style: disc;
}

.main-content ul ul {
  margin-top: 0;
}

.main-content ol {
  list-style: decimal;
}

.main-content ol ol, .main-content ol ul {
  margin-top: 0;
}

.main-content ol ol {
  list-style: upper-alpha;
}

.main-content ol ol ol {
  list-style: lower-roman;
}

.main-content ol ol ol ol {
  list-style: lower-alpha;
}

.main-content blockquote {
  position: relative;
  margin: 1.6666666667em 0;
  font-family: "Open sans", Georgia, sans-serif;
  font-size: 1.6em;
  font-style: italic;
}

@media screen and (max-width: 599px) {
  .main-content blockquote {
    font-size: 1.2857142857em;
  }
}
.main-content blockquote p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.main-content blockquote:before {
  content: "\201e";
  display: block;
  width: 0.5833333333em;
  height: 0.8333333333em;
  padding: 0 0 0 0.25em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 2em;
  line-height: 0.2;
  color: white;
  background: #008131;
}

.main-content blockquote small, .main-content blockquote i, .main-content blockquote em {
  display: block;
  margin-top: 0.3333333333em;
  font-family: "Open sans", sans-serif;
  font-size: 0.75em;
  font-style: normal;
  color: #585858;
}

.main-content blockquote small:before, .main-content blockquote i:before, .main-content blockquote em:before {
  content: "– ";
}

.main-content img {
  max-width: 100%;
  height: auto;
}

.ce_accordion h1 {
  font-size: 1.4em;
}

.ce_accordion h2 {
  font-size: 1.2em;
}

.ce_accordion h3 {
  font-size: 1.0666666667em;
}

.ce_text {
  clear: both;
}

/* ===========================================
 * Sidebar styles
 * ======================================== */
.sidebar {
  position: relative;
  float: left;
  width: 22%;
  margin: 4% 0 0;
  padding: 0 0 0 4%;
}

@media screen and (max-width: 900px) {
  .sidebar {
    clear: both;
    float: none;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .sidebar {
    margin: 0 6.6666666667%;
  }
}
.luxe-sidebar-right .sidebar {
  float: right;
  padding-right: 4%;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .luxe-sidebar-right .sidebar {
    float: none;
    padding-right: 0;
  }
}
.sidebar .mod_article > .block, .sidebar .mod_form, .sidebar .mod_subscribe {
  margin: 1.3333333333em 0;
}

@media screen and (max-width: 900px) {
  .sidebar .mod_article > .block, .sidebar .mod_form, .sidebar .mod_subscribe {
    float: left;
    width: 40%;
    margin: 6.6666666667% 0 0 6.6666666667%;
  }
}
@media screen and (max-width: 599px) {
  .sidebar .mod_article > .block, .sidebar .mod_form, .sidebar .mod_subscribe {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5 {
  margin: 1em 0 0.5em;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
  font-size: 1.3333333333em;
  color: #008131;
}

.sidebar h4 {
  font-size: 1.1333333333em;
}

.sidebar h5 {
  font-size: 1em;
}

.sidebar p, .sidebar ul, .sidebar ol, .sidebar table, .sidebar blockquote, .sidebar fieldset, .sidebar form {
  margin: 1em 0;
}

.sidebar ul, .sidebar ol {
  padding: 0;
  list-style-type: none;
}

@media screen and (max-width: 900px) {
  .sidebar .sub-navigation {
    float: left;
    width: 40%;
    margin: 6.6666666667% 0 0 6.6666666667%;
  }
}
@media screen and (max-width: 599px) {
  .sidebar .sub-navigation {
    display: none;
  }
}
.sub-navigation h3 {
  display: inline;
  margin: 0;
  font-size: 0.8em;
}

.sub-navigation h3 a {
  display: block;
  margin: 2.9166666667em 0 1.25em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #008131;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-navigation h3 a:hover, .sub-navigation h3 a:focus {
  text-decoration: underline;
}

.sub-navigation ul {
  margin: 0;
  padding: 0;
}

.sub-navigation ul li {
  display: inline;
}

.sub-navigation ul a {
  display: block;
  padding: 0.6153846154em 0;
  font-size: 0.9333em;
  color: #585858;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.sub-navigation ul a:hover, .sub-navigation ul a:focus {
  color: #008131;
}

.sub-navigation ul ul a {
  padding-top: 0;
  padding-left: 6.25%;
}

.sub-navigation ul ul ul a {
  padding-left: 12.5%;
}

.sub-navigation ul li.active > a, .sub-navigation ul li.trail > a {
  color: #008131;
}

.mod_subscribe {
  padding: 1.3333333333em;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.mod_subscribe form {
  margin: 0;
}

.mod_subscribe form input {
  padding-right: 3.6666666667em;
}

.mod_subscribe .formbody {
  position: relative;
}

.mod_subscribe .formbody .form-row {
  margin: 0;
}

.mod_subscribe h1, .mod_subscribe h2, .mod_subscribe h3 {
  margin-top: 0;
  font-size: 0.8em;
  text-transform: uppercase;
}

.mod_subscribe button[type="submit"] {
  position: absolute;
  top: 2.2em;
  right: 0.2666666667em;
  width: auto;
  overflow: hidden;
  padding: 0.4em 0.6666666667em;
  line-height: 0;
  text-indent: -99em;
}

.mod_subscribe button[type="submit"]:after {
  font: 1.6em/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
}

/* ===========================================
 * Forms
 * ======================================== */
form h1, form h2, form h3, form h4, form h5, form h6 {
  clear: both;
}

form .form-row {
  position: relative;
  clear: both;
}

form p b.error, form p.error {
  margin: 0;
  display: block;
  color: #e52f2f;
}

input, textarea {
  padding: 0.3571428571em 0.6428571429em;
  line-height: normal;
  border: 1px solid #c7c7c7;
  border-bottom-color: #bababa;
  border-radius: 4px;
  font-size: 0.9333333333em;
  color: inherit;
  background: white;
}

.valid input, .valid textarea {
  border-color: #008131;
}

.invalid input, input.error, .invalid textarea, textarea.error {
  border-color: #e52f2f;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* multiple rules, because user agents are required to ignore a rule with an unknown selector */
  color: #585858;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #585858;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #585858;
}

input::placeholder, textarea::placeholder {
  color: #585858;
}

input:hover, textarea:hover {
  border-color: #bababa #bababa #b0b0b0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

input:focus, textarea:focus {
  border-color: #008131;
}

.-color-inverted input, .-color-inverted textarea {
  background: #cccccc;
}

input[type="text"], input[type="search"], input[type="email"], input[type="password"], input[type="url"] {
  outline: none;
}

input[type="checkbox"], input[type="radio"], input[type="image"] {
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

input[type="checkbox"] {
  vertical-align: middle;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  vertical-align: middle;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  background: none;
}

input[type="file"] {
  height: auto;
  padding: 0;
  border: 0;
  /* IE8 and IE9 */
  border: 1px solid #c7c7c7;
  background: none;
  box-shadow: none;
}

button, input[type="submit"] {
  margin-top: 1.2em;
}

textarea {
  height: 200px;
  resize: vertical;
  line-height: 1.5;
  outline: none;
}

fieldset {
  margin: 1.2em 0;
  border: 1px solid #c7c7c7;
}

fieldset legend {
  padding: 0 0.3333333333em;
}

fieldset + br {
  /* Kill <br> that Contao injects */
  display: none;
}

.main-content form .form-row {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.main-content label {
  display: block;
  margin-bottom: 0.3571428571em;
  font-size: 0.8666666667em;
  color: #585858;
}

.-color-inverted .main-content label {
  color: #cccccc;
}

.main-content label .mandatory {
  margin-left: 0.1428571429em;
  color: #008131;
}

.main-content input[type="checkbox"] + label {
  display: inline;
}

.main-content fieldset p {
  margin: 0;
}

.main-content fieldset label {
  display: inline;
  margin: 0;
}

.main-content fieldset label:after {
  /* add line break after label */
  content: "\A";
  white-space: pre;
}

.main-content input, .main-content textarea, .main-content select, .main-content fieldset {
  width: 75%;
}

@media screen and (max-width: 599px) {
  .main-content input, .main-content textarea, .main-content select, .main-content fieldset {
    width: 100%;
  }
}
.main-content button, .main-content input[type="submit"] {
  width: auto;
}

@media screen and (max-width: 599px) {
  .main-content button, .main-content input[type="submit"] {
    width: 100%;
  }
}
.explanation p, .captcha_text p {
  margin: 0;
}

.explanation {
  font-size: 0.9333333333em;
  margin: -0.8571428571em 0 1.7142857143em;
  color: #585858;
}

.-color-inverted .explanation {
  color: #cccccc;
}

.captcha_text {
  display: block;
}

label .captcha_text {
  display: inline;
}

.sidebar form input, .sidebar form textarea, .sidebar form select, .sidebar form fieldset, .sidebar form button {
  width: 100%;
}

.sidebar form label {
  display: block;
  margin-bottom: 0.3125em;
  font-size: 1.0666666667em;
}

.sidebar form input[type="checkbox"], .sidebar form input[type="radio"], .sidebar form input[type="image"] {
  width: auto;
}

/* ===========================================
 * Content elements
 * ======================================== */
.content-404 {
  position: relative;
}

.content-404 h1 {
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-size: 1.6em;
  color: #585858;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .main-content .content-404 h1 {
    font-size: 1.2857142857em;
  }
}
.content-404 h1 i {
  display: block;
  margin-bottom: 0.16em;
  font-weight: bold;
  font-style: normal;
  font-size: 5.2083333333em;
  line-height: 1;
}

.content-404 h1 b {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  margin: 0 0.0833333333em -0.55em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-family: "Open sans", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.48em;
  color: #c4c4c4;
  text-indent: -999px;
  background: #ebebeb;
}

.content-404 h1 b:after {
  content: "Oh!";
  position: relative;
  top: -0.2em;
  display: block;
  text-indent: 0;
}

.content-404 form {
  position: relative;
  margin: 0 auto;
}

.content-404 form input {
  width: 69.2307692308%;
  margin-left: 15.3846153846%;
  padding-right: 3.3333333333em;
}

@media screen and (max-width: 599px) {
  .main-content .content-404 form input {
    width: 100%;
    margin-left: 0;
  }
}
.content-404 form button {
  position: absolute;
  top: -0.2em;
  right: 15.3846153846%;
  width: 3.5333333333em;
  height: 3.5333333333em;
  overflow: hidden;
  margin: 0 0.3333333333em 0 0;
  padding: 0;
  white-space: nowrap;
  background: none;
  border: 0;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 599px) {
  .main-content .content-404 form button {
    width: 3.5333333333em;
    right: 0;
  }
}
.content-404 form button: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: 0.6086956522em 0.652173913em;
  font-size: 1.5333333333em;
  color: #008131;
}

.image-wrapper, .image_container a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.image-wrapper:before, .image_container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #444444;
  opacity: 0;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.image-wrapper:after, .image_container a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 31px;
  height: 31px;
  margin: -15px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") 50% 50% no-repeat, url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") 50% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff)) 50% 50% no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff)) 50% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #ffffff) 50% 50% no-repeat, -moz-linear-gradient(#ffffff, #ffffff) 50% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #ffffff) 50% 50% no-repeat, -webkit-linear-gradient(#ffffff, #ffffff) 50% 50% no-repeat;
  background: linear-gradient(#ffffff, #ffffff) 50% 50% no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% no-repeat;
  background-size: 100% 1px, 1px 100%;
}

.image-wrapper:hover:before, .image_container a:hover:before, .image-wrapper:focus:before, .image_container a:focus:before {
  opacity: 0.3;
}

.image-wrapper:hover:after, .image_container a:hover:after, .image-wrapper:focus:after, .image_container a:focus:after {
  display: block;
}

.image_container {
  position: relative;
  display: inline-block;
}

.image_container.float_below, .image_container.float_above {
  margin: 0.8em 0 0;
}

.image_container img {
  display: block;
  width: 100%;
  height: auto;
}

.image_container figcaption, .image_container .caption {
  position: relative;
  float: left;
  width: auto !important;
  max-width: 91.6666666667%;
  margin-top: -1.6923076923em;
  padding: 0.4615384615em 1em;
  font-size: 0.8666666667em;
  color: white;
  background: rgba(179, 5, 5, 0.9);
}

.image_container.float_right, .image_container.float_left {
  float: right;
  margin: 1% 0 3% 3%;
  max-width: 45% !important;
}

@media screen and (max-width: 599px) {
  .image_container.float_right, .image_container.float_left {
    float: none !important;
    margin-left: 0;
    width: 100% !important;
    max-width: 100% !important;
  }

  .image_container.float_below, .image_container.float_above {
    width: 100% !important;
    margin: 0.8em 0 0;
  }
}
.luxe-fullwidth .image_container.float_right, .luxe-fullwidth .image_container.float_left {
  margin: 0 0 2.1739130435% 4.347826087%;
  width: 39.1304347826% !important;
}

@media screen and (max-width: 900px) {
  .luxe-fullwidth .image_container.float_right, .luxe-fullwidth .image_container.float_left {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .luxe-fullwidth .image_container.float_right, .luxe-fullwidth .image_container.float_left {
    width: auto !important;
    margin-left: 0;
  }
}
.no-resize .image_container.float_right, .luxe-fullwidth .no-resize .image_container.float_right, .image_container.float_right.no-resize, .luxe-fullwidth .image_container.float_right.no-resize, .no-resize .image_container.float_left, .luxe-fullwidth .no-resize .image_container.float_left, .image_container.float_left.no-resize, .luxe-fullwidth .image_container.float_left.no-resize {
  width: auto !important;
}

.image_container.float_left {
  float: left;
  margin: 1% 3% 3% 0;
}

@media screen and (max-width: 599px) {
  .image_container.float_left {
    float: none !important;
    margin-right: 0;
  }
}
.luxe-fullwidth .image_container.float_left {
  margin: 0 4.347826087% 2.1739130435% 0;
}

@media screen and (max-width: 599px) {
  .luxe-fullwidth .image_container.float_left {
    margin-right: 0;
  }
}
.ce_youtube-wrapper {
  position: relative;
  /* ratio 16 to 9 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ce_youtube-wrapper iframe, .ce_youtube-wrapper object, .ce_youtube-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-video, .mejs-audio {
  margin: 1.3333333333em 0;
}

.ce_gallery > ul.cols_1 > li {
  width: 100%;
}

.ce_gallery > ul.cols_2 > li {
  width: 49.25%;
}

.ce_gallery > ul.cols_3 > li {
  width: 32.3333333333%;
}

.ce_gallery > ul.cols_4 > li {
  width: 23.875%;
}

.ce_gallery > ul.cols_5 > li {
  width: 18.8%;
}

.ce_gallery > ul.cols_6 > li {
  width: 15.4166666667%;
}

.ce_gallery > ul.cols_7 > li {
  width: 13%;
}

.ce_gallery > ul.cols_8 > li {
  width: 11.1875%;
}

.ce_gallery > ul.cols_9 > li {
  width: 9.7777777778%;
}

.ce_gallery > ul.cols_10 > li {
  width: 8.65%;
}

.ce_gallery > ul.cols_11 > li {
  width: 7.7272727273%;
}

.ce_gallery > ul.cols_12 > li {
  width: 6.9583333333%;
}

@media screen and (max-width: 599px) {
  .ce_gallery {
    /* doubled class for specificity */
  }

  .ce_gallery.ce_gallery > ul > li {
    width: auto;
  }
}
.ce_gallery.no-resize > ul > li {
  width: auto;
}

.ce_gallery > ul {
  zoom: 1;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ce_gallery > ul:before {
  content: "";
  display: table;
}

.ce_gallery > ul:after {
  content: "";
  display: table;
  clear: both;
}

.ce_gallery > ul > li {
  float: left;
  width: 23.875%;
  margin: 1.5% 0 0 1.5%;
}

@media screen and (max-width: 599px) {
  .ce_gallery > ul > li {
    margin-right: 0;
    margin-left: 0;
  }
}
.ce_gallery > ul > li.col_first {
  clear: left;
  margin-left: 0;
}

.ce_gallery > ul > li.col_last {
  /* for rounding failures */
  margin-right: -1%;
}

.ce_gallery > ul > li > .image_container {
  width: 100%;
}

.ce_gallery img {
  width: 100%;
  height: auto;
}

.main-content .ce_imageslider img {
  max-width: none;
}

.enclosure, .ce_downloads {
  position: relative;
  margin: 2.6666666667em 0;
  padding: 1.3333333333em 7.6923076923%;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.luxe-fullwidth .enclosure, .luxe-fullwidth .ce_downloads {
  padding: 1.3333333333em 4.347826087%;
}

.enclosure p, .enclosure h3, .enclosure h4, .enclosure h5, .enclosure h6, .ce_downloads p, .ce_downloads h3, .ce_downloads h4, .ce_downloads h5, .ce_downloads h6 {
  margin: 0.4em 0 !important;
}

.enclosure h1, .enclosure h2, .enclosure h3, .main-content .enclosure h1, .main-content .enclosure h2, .main-content .enclosure h3, .ce_downloads h1, .ce_downloads h2, .ce_downloads h3, .main-content .ce_downloads h1, .main-content .ce_downloads h2, .main-content .ce_downloads h3 {
  margin: 0 0 0.8333333333em;
  padding: 0 0 0.8333333333em;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Open sans", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.0833333333em;
  color: #585858;
  text-transform: uppercase;
}

.enclosure ul, .main-content .enclosure ul, .ce_downloads ul, .main-content .ce_downloads ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-content .ce_imageslider img {
  max-width: none;
}

.home-slider, .main-image {
  margin: 2.6666666667em 0;
}

@media screen and (max-width: 900px) {
  .home-slider {
    width: 115.3846153846%;
    margin-right: -7.6923076923%;
    margin-left: -7.6923076923%;
  }
}
@media screen and (max-width: 900px) {
  .home-slider img {
    margin-bottom: 1em;
  }
}
.main-image img {
  display: block;
  width: 100%;
  max-width: none !important;
  height: auto;
}

.section-headline, .featured-list > header, .teaser-boxes > header, .team-boxes > header {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
  border-bottom: 1px solid #e5e5e5;
}

.section-headline h1, .featured-list > header h1, .teaser-boxes > header h1, .team-boxes > header h1, .section-headline h2, .featured-list > header h2, .teaser-boxes > header h2, .team-boxes > header h2, .section-headline h3, .featured-list > header h3, .teaser-boxes > header h3, .team-boxes > header h3 {
  margin: 0;
  float: left;
  margin: 0 0.8333333333em -0.1666666667em 0;
  padding: 0.25em 0 0.6666666667em;
  border-bottom: 3px solid #008131;
  font-family: "Open sans", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  color: #585858;
  letter-spacing: 0.0833333333em;
  text-transform: uppercase;
}

.section-headline a, .featured-list > header a, .teaser-boxes > header a, .team-boxes > header a {
  float: right;
  font-size: 0.8666666667em;
}

.section-headline a:after, .featured-list > header a:after, .teaser-boxes > header a:after, .team-boxes > header a:after {
  font: 0.5384615385em/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -0.1428571429em;
  margin-left: 1.4285714286em;
}

@media screen and (max-width: 599px) {
  .featured-list {
    float: none;
    width: auto;
  }
}
.featured-list.-left, .featured-list.-right {
  width: 46.1538461538%;
  margin-bottom: 2.6666666667em;
}

.luxe-fullwidth .featured-list.-left, .luxe-fullwidth .featured-list.-right {
  width: 47.8260869565%;
}

.featured-list.-left {
  float: left;
}

.featured-list.-right {
  float: right;
}

.featured-list > header {
  margin: 0.6666666667em 0 0.4em;
}

.featured-list ul {
  padding-left: 2.1538461538em;
  list-style: none;
  font-size: 0.8666666667em;
  line-height: 1.6153846154;
}

.featured-list li {
  position: relative;
  margin: 0.3076923077em 0;
}

.featured-list 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;
  position: absolute;
  top: 0.375em;
  left: -3.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  padding-top: 0.5em;
  font-size: 0.6153846154em;
  color: white;
  text-align: center;
  background: #008131;
}

.icon-boxes {
  position: relative;
  overflow: hidden;
  clear: both;
  padding: 1.6em 0.6666666667em;
  margin: 1.0666666667em -0.6666666667em;
  letter-spacing: -0.3em;
}

@media screen and (max-width: 599px) {
  .icon-boxes {
    margin-right: 0;
    margin-left: 0;
  }

  .icon-boxes:after {
    right: 0;
    left: 0;
  }

  .icon-boxes .box {
    width: 100%;
  }
}
.icon-boxes.-highlight {
  padding-top: 2.6666666667em;
  border-top: 1px solid #e5e5e5;
}

.icon-boxes.-highlight:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.icon-boxes-item {
  position: relative;
  display: inline-block;
  font-size: 0.8666666667em;
  letter-spacing: normal;
  color: #585858;
  text-decoration: none;
  vertical-align: top;
}

.icon-boxes-item:nth-child(3n+1):before {
  -moz-transition-delay: 0.05s, 0.05s;
  -o-transition-delay: 0.05s, 0.05s;
  -webkit-transition-delay: 0.05s, 0.05s;
  transition-delay: 0.05s, 0.05s;
}

.icon-boxes-item:nth-child(3n+2):before {
  -moz-transition-delay: 0.1s, 0.1s;
  -o-transition-delay: 0.1s, 0.1s;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition-delay: 0.1s, 0.1s;
}

.icon-boxes-item:nth-child(3n+3):before {
  -moz-transition-delay: 0.15s, 0.15s;
  -o-transition-delay: 0.15s, 0.15s;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition-delay: 0.15s, 0.15s;
}

.icon-boxes-item:nth-child(3n+4):before {
  -moz-transition-delay: 0.2s, 0.2s;
  -o-transition-delay: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition-delay: 0.2s, 0.2s;
}

.icon-boxes-item:hover, .icon-boxes-item:focus {
  text-decoration: none;
}

.icon-boxes-item:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.6666666667em;
  height: 1.6666666667em;
  padding-top: 0.3333333333em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 1.8461538462em;
  color: white;
  text-align: center;
  background: #008131;
  -moz-transition-property: opacity, -moz-transform, color, background;
  -o-transition-property: opacity, -o-transform, color, background;
  -webkit-transition-property: opacity, -webkit-transform, color, background;
  transition-property: opacity, transform, color, background;
  -moz-transition-duration: 0.2s, 0.2s, 0.2s, 0.1s;
  -o-transition-duration: 0.2s, 0.2s, 0.2s, 0.1s;
  -webkit-transition-duration: 0.2s, 0.2s, 0.2s, 0.1s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.1s;
}

.not-in-view > .icon-boxes-item:before, .does-repeat.not-in-view > .icon-boxes-item:before, .does-repeat .not-in-view > .icon-boxes-item:before {
  opacity: 0;
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}

.does-repeat.in-view > .icon-boxes-item:before, .does-repeat .in-view > .icon-boxes-item:before, .has-shown > .icon-boxes-item:before {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.icon-boxes-item:hover:before, .icon-boxes-item:focus:before {
  color: #008131;
  background: transparent;
  -moz-transition-delay: 0, 0;
  -o-transition-delay: 0, 0;
  -webkit-transition-delay: 0, 0;
  transition-delay: 0, 0;
}

.icon-boxes-item h3 {
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-size: 1.6153846154em;
  color: #585858;
}

.icon-boxes-item p {
  line-height: 1.8461538462;
}

.teaser-boxes, .team-boxes {
  margin: 2.6666666667em 0;
  zoom: 1;
}

.teaser-boxes:before, .team-boxes:before {
  content: "";
  display: table;
}

.teaser-boxes:after, .team-boxes:after {
  content: "";
  display: table;
  clear: both;
}

.teaser-boxes-item, .team-boxes-item {
  font-size: 0.8666666667em;
  color: #585858;
  text-decoration: none;
}

.teaser-boxes-item:hover, .team-boxes-item:hover {
  text-decoration: none;
}

.teaser-boxes-item h3, .team-boxes-item h3 {
  margin: 0 0 0.125em;
  font: normal bold 1em/1.6 "Open sans", sans-serif;
  color: #585858;
}

.teaser-boxes-item h4, .team-boxes-item h4 {
  margin: 0.7272727273em 0;
  padding-bottom: 0.5454545455em;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.8461538462em;
}

.teaser-boxes-item p, .team-boxes-item p {
  margin: 0.1538461538em 0;
}

.teaser-boxes-item > a, .team-boxes-item > a {
  display: block;
}

.teaser-boxes-item .image-wrapper, .team-boxes-item .image-wrapper, .teaser-boxes-item .no-image, .team-boxes-item .no-image {
  margin-bottom: 1.125em;
}

.teaser-boxes-item img, .team-boxes-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.125em;
}

@media screen and (max-width: 599px) {
  .teaser-boxes-item img, .team-boxes-item img {
    max-width: 100%;
  }
}
.teaser-boxes-item .image-wrapper img, .team-boxes-item .image-wrapper img {
  margin: 0;
}

.teaser-boxes-item .no-image, .team-boxes-item .no-image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background: #e5e5e5;
}

.team-boxes-item > ul {
  margin: 0.6153846154em 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
}

.team-boxes-item > ul li {
  display: inline;
}

.team-boxes-item > ul a {
  display: inline-block;
  overflow: hidden;
  padding: 0.6153846154em 0.3076923077em 0 1px;
  outline: none;
  line-height: 0;
  letter-spacing: -1em;
  text-indent: -99em;
  text-decoration: none;
}

.team-boxes-item > ul a:before {
  content: none;
}

.team-boxes-item > ul a:after {
  font: 1.3846153846em/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;
  display: block;
  letter-spacing: 0;
  color: #c7c7c7 !important;
}

.team-boxes-item > ul a:hover:after, .team-boxes-item > ul a:focus:after {
  color: inherit !important;
}

.feature-box {
  display: inline-block;
  width: 100%;
  margin: 0.8em 0;
}

.feature-box h2 {
  margin-bottom: 0;
  font-size: 1.6em;
  line-height: 1.5;
  color: #585858;
}

.feature-box h2 + p {
  margin-top: 1.2em;
}

.feature-box.-left .feature-box-text {
  float: right;
}

@media screen and (max-width: 599px) {
  .feature-box.-left .feature-box-text {
    float: none;
  }
}
.feature-box.-left .feature-box-image {
  float: left;
}

@media screen and (max-width: 599px) {
  .feature-box.-left .feature-box-image {
    float: none;
  }
}
.feature-box.-fade.not-in-view {
  opacity: 0;
}

.feature-box.-fade.in-view {
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 1;
}

.feature-box.-move.not-in-view .feature-box-text {
  -moz-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}

.feature-box.-move.not-in-view .feature-box-image {
  -moz-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
}

.feature-box.-move.-left.not-in-view .feature-box-text {
  -moz-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
}

.feature-box.-move.-left.not-in-view .feature-box-image {
  -moz-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}

.feature-box.-move.in-view.in-view .feature-box-text, .feature-box.-move.in-view.in-view .feature-box-image {
  /* Doubled class to get needed specificity */
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.feature-box-text, .feature-box-image {
  width: 46.1538461538%;
}

@media screen and (max-width: 599px) {
  .feature-box-text, .feature-box-image {
    float: none;
    width: auto;
  }
}
.luxe-fullwidth .feature-box-text, .luxe-fullwidth .feature-box-image {
  width: 47.8260869565%;
}

@media screen and (max-width: 599px) {
  .luxe-fullwidth .feature-box-text, .luxe-fullwidth .feature-box-image {
    float: none;
    width: auto;
  }
}
.feature-box-image {
  float: right;
  margin-bottom: 2.4em;
}

@media screen and (max-width: 599px) {
  .feature-box-image {
    float: none;
  }
}
.highlight-box {
  position: relative;
  margin: 4.8em 0 3.2em;
  padding: 0 0 8em;
}

.highlight-box:before, .highlight-box:after {
  content: "";
  position: absolute;
  bottom: 4em;
  width: 39.1304347826%;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 599px) {
  .highlight-box:before, .highlight-box:after {
    width: 23.0769230769%;
  }
}
.highlight-box:before {
  left: 0;
}

.highlight-box:after {
  right: 0;
}

.highlight-box h1, .highlight-box h2, .highlight-box h3 {
  margin-top: 1em;
  margin-bottom: 0.6666666667em;
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-size: 1.6em;
  color: #585858;
}

.highlight-box a {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 6.6666666667em;
  height: 6.6666666667em;
  margin: 0 -3.3333333333em;
  font-style: italic;
  font-size: 1.2em;
  color: white;
  text-align: center;
  text-shadow: 0 1px 0 #6a7319;
}

.highlight-box a:hover {
  text-decoration: none;
}

.highlight-box a:hover .highlight-box-link-label {
  -moz-transform: perspective(750px) rotateX(180deg);
  -ms-transform: perspective(750px) rotateX(180deg);
  -webkit-transform: perspective(750px) rotateX(180deg);
  transform: perspective(750px) rotateX(180deg);
}

.highlight-box a:hover .highlight-box-link-icon {
  -moz-transform: perspective(750px) rotateX(360deg);
  -ms-transform: perspective(750px) rotateX(360deg);
  -webkit-transform: perspective(750px) rotateX(360deg);
  transform: perspective(750px) rotateX(360deg);
}

.highlight-box .highlight-box-link-label, .highlight-box .highlight-box-link-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.6666666667em 0.8333333333em 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #008131;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(750px);
  -ms-transform: perspective(750px);
  -webkit-transform: perspective(750px);
  transform: perspective(750px);
}

.highlight-box .highlight-box-link-icon {
  -moz-transform: perspective(750px) rotateX(180deg);
  -ms-transform: perspective(750px) rotateX(180deg);
  -webkit-transform: perspective(750px) rotateX(180deg);
  transform: perspective(750px) rotateX(180deg);
}

.highlight-box .highlight-box-link-icon:before {
  top: 0.1041666667em;
  margin-right: 0;
  font-size: 2.6666666667em;
}

.highlight-headline h1, .highlight-headline h2, .highlight-headline h3 {
  color: #585858;
  text-align: center;
  line-height: 1.5;
}

.highlight-headline h1 {
  margin-bottom: 1.2857142857em;
  font-size: 1.8666666667em;
}

.highlight-headline h2 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
}

.highlight-headline h3 {
  margin-bottom: 1.7142857143em;
  font-size: 1.4em;
}

.testimonial, .main-content .testimonial {
  font-size: 1.2em;
}

.testimonial:before, .main-content .testimonial:before {
  content: none;
}

.testimonial > p, .main-content .testimonial > p {
  position: relative;
  padding: 1.1111111111em;
  border: 1px solid #c7c7c7;
}

.testimonial > p:before, .testimonial > p:after, .main-content .testimonial > p:before, .main-content .testimonial > p:after {
  content: "";
  position: absolute;
  right: 29px;
  bottom: -32px;
  width: 0;
  height: 0;
  border-color: #bababa transparent transparent transparent;
  border-style: solid;
  border-width: 32px 32px 0 0;
}

@media screen and (max-width: 599px) {
  .testimonial > p:before, .testimonial > p:after, .main-content .testimonial > p:before, .main-content .testimonial > p:after {
    content: none;
  }
}
.testimonial > p:after, .main-content .testimonial > p:after {
  right: 30px;
  bottom: -30px;
  border-color: white transparent transparent transparent;
  border-width: 30px 30px 0 0;
}

.testimonial-author, .testimonial .testimonial-author {
  font-size: 0.8666666667em;
}

@media screen and (max-width: 599px) {
  .testimonial-author, .testimonial .testimonial-author {
    font-size: 1.0666666667em;
  }
}
.testimonial-author img, .testimonial .testimonial-author img {
  float: left;
  margin-left: 1.5384615385em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 599px) {
  .testimonial-author img, .testimonial .testimonial-author img {
    margin-left: 0;
  }
}
.testimonial-author > small, .testimonial .testimonial-author > small {
  margin: 0.4615384615em 0 2em 1.5384615385em;
}

.testimonial-author > img + small, .testimonial-author > picture + small, .testimonial .testimonial-author > img + small, .testimonial .testimonial-author > picture + small {
  margin: 1.0769230769em 0 0 0.7692307692em;
}

.testimonial-author small, .testimonial .testimonial-author small {
  float: left;
}

.testimonial-author small:before, .testimonial .testimonial-author small:before {
  content: none;
}

.testimonial-author small a:after, .testimonial .testimonial-author small a:after {
  content: none;
}

.contact-box-map {
  position: relative;
  /* Fixes bug in iOS with too small maps */
  min-height: 280px;
  padding-bottom: 56.25%;
}

.contact-box-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.contact-box > ul {
  padding: 0;
  list-style-type: none;
}

.contact-box-address,
.contact-box-hours,
.contact-box-phone,
.contact-box-fax,
.contact-box-email {
  position: relative;
  padding-left: 1.5384615385em;
}

.contact-box-address:before,
.contact-box-hours:before,
.contact-box-phone:before,
.contact-box-fax:before,
.contact-box-email:before {
  font: 0.9230769231em/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: 0.3333333333em;
  left: 0;
  color: #444444;
}

.contact-box-hours:before {
  content: "\e049";
}

.contact-box-phone:before {
  content: "\e0e6";
}

.contact-box-fax:before {
  content: "\e078";
}

.contact-box-email:before {
  content: "\e0cd";
}

/* ===========================================
 * Footer styles
 * ======================================== */
.page-footer {
  background-color: white;
}

.page-footer-inner {
  zoom: 1;
  padding: 1.5% 0 0;
  font-size: 0.8666666667em;
  color: #444444;
  /* collapse white-space between inline-block elements */
  letter-spacing: 0.03em;
}

.page-footer-inner:before {
  content: "";
  display: table;
}

.page-footer-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 900px) {
  .page-footer-inner {
    margin-top: 0;
  }
}
.page-footer-inner .footer-zeile {
  padding-top: 1%;
  border-top: 1px solid #008131;
}

.page-footer-inner h1, .page-footer-inner h2, .page-footer-inner h3 {
  margin: 0 0 1.6666666667em;
  padding: 0 0 0.4166666667em;
  border-bottom: 1px solid #585858;
  font-size: 0.9230769231em;
  color: white;
  text-transform: uppercase;
}

.page-footer-inner ul {
  padding: 0;
  list-style: none;
}

.page-footer-inner a {
  color: #008131;
  text-decoration: none;
}

.page-footer-inner a:hover, .page-footer-inner a:focus {
  text-decoration: underline;
}

.page-footer-inner form label {
  position: absolute;
  left: 1.3076923077em;
  top: 1.1538461538em;
  color: #a1a1a1;
}

.page-footer-inner form .error + label {
  top: 2.7692307692em;
}

.page-footer-inner form input, .page-footer-inner form textarea {
  width: 81.8181818182%;
  padding: 1.1538461538em 1.1538461538em 1em;
  border-color: #f7f7f7 transparent white;
  background: white;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") 0 0/1px 100% no-repeat, url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") 100% 0/1px 100% no-repeat, url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA="), white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff)) 0 0/1px 100% no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff)) 100% 0/1px 100% no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.02))), white;
  background: -moz-linear-gradient(#f7f7f7, #ffffff) 0 0/1px 100% no-repeat, -moz-linear-gradient(#f7f7f7, #ffffff) 100% 0/1px 100% no-repeat, -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.02)), white;
  background: -webkit-linear-gradient(#f7f7f7, #ffffff) 0 0/1px 100% no-repeat, -webkit-linear-gradient(#f7f7f7, #ffffff) 100% 0/1px 100% no-repeat, -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.02)), white;
  background: linear-gradient(#f7f7f7, #ffffff) 0 0/1px 100% no-repeat, linear-gradient(#f7f7f7, #ffffff) 100% 0/1px 100% no-repeat, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.02)), white;
  -moz-background-origin: border, border;
  -o-background-origin: border-box, border-box;
  -webkit-background-origin: border, border;
  background-origin: border-box, border-box;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 900px) {
  .page-footer-inner form input, .page-footer-inner form textarea {
    width: 100%;
  }
}
.page-footer-inner form input:focus, .page-footer-inner form textarea:focus {
  border-color: #c7ce90;
}

.page-footer-inner form button, .page-footer-inner form input[type="submit"] {
  font-size: 1.1538461538em;
  padding-right: 2.6666666667em;
  padding-left: 2.6666666667em;
}

.footer-column {
  display: inline-block;
  width: 22.7272727273%;
  margin: 0 0 2% 2%;
  letter-spacing: 0;
  vertical-align: top;
}

.footer-column.-large {
  width: 44%;
}

@media screen and (max-width: 900px) {
  .footer-column, .footer-column-1, .footer-column.-large {
    width: 40%;
    margin-left: 6.6666666667%;
  }
}
@media screen and (max-width: 599px) {
  .footer-column, .footer-column-1, .footer-column.-large {
    display: block;
    width: auto;
    margin-top: 10%;
    margin-right: 6.6666666667%;
  }
}
.footer-map {
  display: block;
  margin: 0 -3px;
  border: 3px solid #585858;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footer-map:hover, .footer-map:focus {
  border-color: #444444;
}

.footer-map:after {
  content: none !important;
}

.footer-map img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-address,
.footer-hours,
.footer-phone,
.footer-fax,
.footer-email {
  position: relative;
  padding-left: 1.5384615385em;
}

.footer-address:before,
.footer-hours:before,
.footer-phone:before,
.footer-fax:before,
.footer-email:before {
  font: 0.9230769231em/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: 0.3333333333em;
  left: 0;
  color: #444444;
}

.footer-hours:before {
  content: "\e049";
}

.footer-phone:before {
  content: "\e0e6";
}

.footer-fax:before {
  content: "\e078";
}

.footer-email:before {
  content: "\e0cd";
}

.footer-link-list {
  margin: -0.7692307692em 0 1em;
}

.footer-link-list a {
  display: block;
  padding: 0.7692307692em 0;
  border-top: 1px dotted #c7c7c7;
}

.footer-link-list a:before {
  font: 0.4615384615em/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -0.3333333333em;
  margin-right: 0.8333333333em;
}

.footer-link-list > li:first-child > a {
  border-top: 0;
}

.page-footer .mod_newslist article {
  border-bottom: 0;
}

.page-footer .mod_newslist .news-boxes-item {
  font-size: 1em;
}

.page-footer .mod_newslist .news-boxes-item .news-boxes-item-info {
  margin-top: 1.9230769231em;
  color: #444444;
}

.page-footer .mod_newslist .news-boxes-item h4 {
  margin: 0 0 0.4615384615em;
  line-height: 1.3846153846;
}

.page-footer .mod_newslist .news-boxes-item h4 > a {
  color: #084876;
}

.footer-navigation {
  zoom: 1;
  clear: both;
  margin: 0 4%;
  padding: 2.3076923077em 0 1.5384615385em;
  border-top: 1px solid #084876;
  letter-spacing: 0;
}

.footer-navigation:before {
  content: "";
  display: table;
}

.footer-navigation:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 900px) {
  .footer-navigation {
    margin: 0 6.6666666667%;
  }
}
.footer-navigation .social-links {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1.2307692308em;
}

@media screen and (max-width: 599px) {
  .footer-navigation .social-links {
    float: none;
    margin-left: -0.5em;
  }
}
.footer-navigation .social-links li {
  display: inline;
}

.footer-navigation .social-links a {
  display: inline-block;
  width: 1.0625em;
  overflow: hidden;
  margin-left: 0.5em;
  white-space: nowrap;
}

.footer-navigation .social-links a:hover, .footer-navigation .social-links a:focus {
  color: inherit;
}

.footer-info-links {
  display: inline;
}

.footer-info-links ul, .footer-info-links li {
  display: inline;
  margin: 0;
  padding: 0;
}

.footer-info-links li:after {
  content: " · ";
  margin: 0 2px;
}

.footer-info {
  display: inline;
}

@media screen and (max-width: 599px) {
  .footer-info {
    text-align: left;
    clear: both;
  }
}
.footer-info p {
  display: inline;
  margin: 0;
}

.footer-info .rocksolid-copyright {
  color: #444444;
}

.footer-info .rocksolid-copyright:before {
  content: "·";
  display: inline-block;
  margin: 0 0.3846153846em 0 0.1538461538em;
}

/* ===========================================
 * Slider styles
 * ======================================== */
.rsts-skin-testimonials.rsts-main {
  position: relative;
  margin: 1.8em 0;
}

.rsts-skin-testimonials .rsts-header {
  border-bottom: 1px solid #e5e5e5;
}

.rsts-skin-testimonials .rsts-header h1, .rsts-skin-testimonials .rsts-header h2, .rsts-skin-testimonials .rsts-header h3, .rsts-skin-testimonials .rsts-header h4, .rsts-skin-testimonials .rsts-header h5, .rsts-skin-testimonials .rsts-header h6 {
  margin: 0;
  padding: 0.1428571429em 0 0.6428571429em;
  font-size: 0.9333333333em;
  font-weight: 600;
  color: #585858;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
}

.rsts-skin-testimonials .rsts-prev, .rsts-skin-testimonials .rsts-next {
  position: absolute;
  top: -0.3333333333em;
  left: 0;
  overflow: hidden;
  text-indent: -99em;
  line-height: 0;
}

.rsts-skin-testimonials .rsts-prev:hover, .rsts-skin-testimonials .rsts-next:hover {
  text-decoration: none;
}

.sidebar .rsts-skin-testimonials .rsts-prev, .sidebar .rsts-skin-testimonials .rsts-next {
  bottom: 0.4em;
}

.rsts-skin-testimonials .rsts-prev:after, .rsts-skin-testimonials .rsts-next:after {
  font: 0.6666666667em/1 "RockSolid Icons";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  padding: 1em;
  color: #c7c7c7;
}

.rsts-skin-testimonials .rsts-next {
  left: 2.0666666667em;
}

.rsts-skin-testimonials .rsts-next:after {
  content: "\e019";
}

.rsts-skin-testimonials .rsts-nav {
  position: absolute;
  right: -5px;
  top: 2px;
  line-height: 0;
}

.rsts-skin-testimonials .rsts-nav ul {
  margin: 0;
  padding: 0;
}

.rsts-skin-testimonials .rsts-nav li {
  display: inline;
}

.rsts-skin-testimonials .rsts-nav a {
  float: left;
  width: 17px;
  height: 17px;
  overflow: hidden;
  outline: none;
  padding: 5px;
  text-indent: -99em;
}

.rsts-skin-testimonials .rsts-nav a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #c7c7c7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.rsts-skin-testimonials .rsts-nav a:hover:after, .rsts-skin-testimonials .rsts-nav a.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: -1px;
}

.rsts-skin-testimonials .rsts-nav-prev, .rsts-skin-testimonials .rsts-nav-next {
  display: none !important;
}

/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments, Sitemap etc.)
 * ======================================== */
.fixed-note {
  position: fixed;
  display: table;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 4em;
  padding: 0.8em 1.3333333333em 0.8em 5.3333333333em;
  border-top: 1px solid #c7c7c7;
  z-index: 99;
  background-color: white;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
  .fixed-note {
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note {
    display: block;
    padding-left: 1.3333333333em;
  }
}
.fixed-note:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0.8333333333em;
  font-size: 2.4em;
  color: #008131;
}

@media screen and (max-width: 900px) {
  .fixed-note:before {
    top: 0.6666666667em;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note:before {
    position: static;
  }
}
.fixed-note h1, .fixed-note h2, .fixed-note h3 {
  font-size: 1em;
  margin: 0.4em 0;
}

.fixed-note p {
  font-size: 0.9333333333em;
  margin: 0.4285714286em 0;
}

@media screen and (max-width: 599px) {
  .fixed-note p {
    font-size: 1.0666666667em;
  }
}
.fixed-note-column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.6666666667em;
}

.fixed-note-column:last-child {
  text-align: right;
}

@media screen and (max-width: 900px) {
  .fixed-note-column:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .fixed-note-column {
    display: block;
    margin: 0.8em 0;
    padding: 0;
  }
}
.fixed-note-link, .fixed-note-button {
  white-space: nowrap;
}

.fixed-note-button {
  margin: 0;
}

.fixed-note-closed {
  position: fixed;
  right: 2em;
  bottom: 0;
  z-index: 99;
  padding: 0.5333333333em 0.8em;
  color: white;
  text-decoration: none;
  background: #008131;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1100px) {
  .fixed-note-closed {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .fixed-note-closed {
    position: absolute;
    top: 0.8em;
    right: 6.6666666667%;
    bottom: auto;
    padding: 0.2666666667em 0.8em;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note-closed {
    right: 0.8em;
  }
}
.fixed-note-closed:hover, .fixed-note-closed:focus {
  background-color: #6a7319;
}

.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;
}

.fixed-note-closed > span {
  display: none;
}

.back a:before, .previous a:before, .next a:after {
  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: 0.3333333333em;
}

.next a:after {
  content: "\e019";
  margin-right: 0;
  margin-left: 0.3333333333em;
}

.pagination {
  font-size: 0.8333333333em;
}

.pagination > p {
  text-align: left;
}

.pagination ul {
  padding: 0 !important;
  list-style-type: none !important;
  text-align: left;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a, .pagination ul li span {
  padding: 0.3333333333em 0.666667em;
}

.pagination ul li .current {
  font-weight: bold;
}

/* Search */
.main-content .mod_search {
  margin: 1.3333333333em 0;
}

.main-content .mod_search form input[type="search"] {
  width: 74%;
  margin: 0;
}

.main-content .mod_search form input[type="submit"] {
  width: 25%;
  margin-top: -1px;
  margin-right: -2%;
  margin-left: 0;
}

.main-content .mod_search h3 span.relevance {
  display: block;
  margin: 0.25em 0;
  font-size: 0.6666666667em;
  color: #585858;
}

.main-content .mod_search .header {
  padding-bottom: 0.3333333333em;
  border-bottom: 1px solid #c7c7c7;
  color: #585858;
}

.main-content .mod_search .highlight {
  padding: 0 0.2666666667em;
  font-weight: bold;
  background: rgba(0, 129, 49, 0.2);
}

.main-content .mod_search .url {
  padding-bottom: 1.3333333333em;
  border-bottom: 1px dotted #c7c7c7;
  color: #585858;
}

.main-content .mod_search .url: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: 0.3333333333em;
}

.main-content .mod_search .url .filesize {
  font-size: 0.8em;
}

.main-content .mod_search .context {
  display: block;
  clear: both;
}

/* FAQ */
.mod_faqpage section {
  position: relative;
  margin: 2.6666666667em 0;
  padding-left: 7.6923076923%;
}

.mod_faqpage section h3 {
  color: #585858;
}

.mod_faqpage section h3:before {
  font: 0.8333333333em/1 "RockSolid Icons";
  content: "?";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5416666667em;
  height: 1.5em;
  padding: 0.25em 0 0 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #008131;
}

.mod_faqpage .info, .mod_faqreader .info {
  font-size: 12px;
  color: #585858;
}

.mod_faqlist ul {
  padding: 0 !important;
  list-style-type: none !important;
}

.mod_faqlist ul li:before {
  font: 0.9333333333em/1 "RockSolid Icons";
  content: "?";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.4285714286em;
  height: 1.4285714286em;
  margin: 0 0.5714285714em 0 0;
  padding: 0.2142857143em 0 0 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: white;
  background: #008131;
}

/* News */
.mod_newslist {
  display: inline-block;
}

.mod_newslist article, .mod_newsarchive article {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e5e5e5;
}

.mod_newslist article img, .mod_newsarchive article img {
  width: 100%;
  height: auto;
  margin: 0.8em 0;
}

.mod_newslist article h2, .main-content .mod_newslist article h2, .mod_newsarchive article h2, .main-content .mod_newsarchive article h2 {
  margin: 0.5357142857em 0 0.3571428571em;
  font-size: 1.6em;
  line-height: 1.5;
}

.mod_newslist article h2 a, .mod_newsarchive article h2 a {
  color: #444444;
}

.mod_newslist article header, .mod_newsarchive article header {
  float: left;
  width: 23.0769230769%;
  padding-top: 0.1666666667em;
  font-size: 0.8em;
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .mod_newslist article header, .mod_newsarchive article header {
    float: none;
    width: auto;
    font-size: 0.8571428571em;
    line-height: 1.6666;
  }
}
.mod_newslist article header p, .mod_newsarchive article header p {
  margin: 0 !important;
}

.mod_newslist article header i, .mod_newsarchive article header i {
  font-family: "Open sans", "Droid Serif", Georgia, serif;
  color: #585858;
}

.mod_newslist article header a, .mod_newsarchive article header a {
  color: inherit;
}

.mod_newslist article .teaser, .mod_newsarchive article .teaser {
  margin-left: 30.7692307692%;
}

@media screen and (max-width: 599px) {
  .mod_newslist article .teaser, .mod_newsarchive article .teaser {
    margin-left: 0;
  }
}
.mod_newslist article .teaser > p:first-child, .mod_newsarchive article .teaser > p:first-child {
  margin-top: 0;
}

.news-boxes-item, .mod_newslist .news-boxes-item {
  font-size: 0.8666666667em;
}

.news-boxes-item:before, .mod_newslist .news-boxes-item:before {
  content: none;
}

.news-boxes-item > h3, .mod_newslist .news-boxes-item > h3 {
  font: bold 1em "Open sans", sans-serif;
  margin: 0 0 0.4615384615em;
}

.news-boxes-item > h3 > a, .mod_newslist .news-boxes-item > h3 > a {
  color: #585858;
}

.news-boxes-item .news-boxes-item-info, .mod_newslist .news-boxes-item .news-boxes-item-info {
  margin: 0.5454545455em 0;
  font: italic 0.8461538462em "Open sans", "Droid Serif", Georgia, serif;
  color: #585858;
}

.news-boxes-item .news-boxes-item-info > .comment-count, .mod_newslist .news-boxes-item .news-boxes-item-info > .comment-count {
  color: inherit;
  text-decoration: none;
}

.news-boxes-item .news-boxes-item-info > .comment-count:before, .mod_newslist .news-boxes-item .news-boxes-item-info > .comment-count:before {
  content: "· ";
}

.news-boxes-item .news-boxes-item-info > .comment-count:first-child:before, .mod_newslist .news-boxes-item .news-boxes-item-info > .comment-count:first-child:before {
  content: none;
}

/* Events */
.mod_calendar th {
  border-bottom: 1px solid #c7c7c7;
}

.mod_calendar th.previous, .mod_calendar th.next {
  font-size: 0.9333333333em;
  padding: 0;
}

.mod_calendar th.previous a, .mod_calendar th.next a {
  padding: 0.6666666667em 1em;
  display: block;
  text-decoration: none;
}

.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;
}

.mod_calendar th.current {
  text-align: center;
}

.mod_calendar th.current: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: 0.3333333333em;
}

.mod_calendar th.next {
  text-align: right;
}

.mod_calendar th.label {
  font-size: 0.8em;
  text-align: center;
}

.mod_calendar td {
  width: 14.2857142857%;
  background: #f7f7f7;
  vertical-align: top;
}

.mod_calendar td.empty {
  background: none;
}

.mod_calendar td.today {
  font-weight: bold;
  color: #444444;
  background: #ebebeb;
}

.mod_calendar .event {
  font-size: 0.8em;
}

.mod_calendar .minicalendar td, .mod_calendar .minicalendar th {
  padding: 0;
  text-align: center;
}

.mod_calendar .minicalendar td.previous a, .mod_calendar .minicalendar td.next a, .mod_calendar .minicalendar th.previous a, .mod_calendar .minicalendar th.next a {
  padding-left: 0;
  padding-right: 0;
}

.mod_eventreader .info, .mod_eventlist .header {
  font-weight: bold;
}

.mod_eventreader .info time:before, .mod_eventlist .header: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: 0.3333333333em;
}

/* Comments */
.ce_comments {
  margin-top: 2.6666666667em;
}

.ce_comments .comment_default {
  position: relative;
  padding: 1.6em 0;
  margin-bottom: 1.3333333333em;
  border-top: 1px solid #e5e5e5;
}

.ce_comments .comment_default:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 30.7692307692%;
  height: 3px;
  background: #008131;
}

.ce_comments .comment_default > .info {
  float: left;
  width: 30.7692307692%;
  font-size: 0.8em;
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .ce_comments .comment_default > .info {
    float: none;
    width: auto;
    font-size: 0.8571428571em;
    line-height: 1.6666;
  }
}
.ce_comments .comment_default > .info p {
  margin: 0 !important;
}

.ce_comments .comment_default > .info i {
  font-family: "Open sans", "Droid Serif", Georgia, serif;
  font-style: italic;
  color: #585858;
}

.ce_comments .comment_default > .info a {
  color: inherit;
}

.ce_comments .comment_default > .info a:after {
  content: none;
}

.ce_comments .comment_default > .comment {
  margin-left: 38.4615384615%;
  font-size: 0.8666666667em;
  line-height: 1.8461538462;
}

@media screen and (max-width: 599px) {
  .ce_comments .comment_default > .comment {
    margin-left: 0;
    font-size: 0.9285714286em;
  }
}
.ce_comments .comment_default > .comment p {
  margin: 0.5384615385em 0 !important;
}

.ce_comments .comment_default > .reply {
  position: relative;
  margin: 1.6em -3.8461538462% 1.6em 34.6153846154%;
  padding: 0.3333333333em 3.8461538462%;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 599px) {
  .ce_comments .comment_default > .reply {
    margin-left: -3.8461538462%;
  }
}
.ce_comments .comment_default > .reply:before {
  font: 2.1333333333em/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: -2px;
  right: 5.5555555556%;
  margin-right: -0.1875em;
  color: #008131;
}

.ce_comments .comment_default > .reply > .info {
  padding-bottom: 0.6666666667em;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.0833333333em;
  color: #585858;
  text-transform: uppercase;
}

.ce_comments .comment_default > .reply > .info b {
  padding: 0 0.4166666667em;
  -moz-border-radius: 0.1666666667em;
  -webkit-border-radius: 0.1666666667em;
  border-radius: 0.1666666667em;
  color: white;
  background: #008131;
}

.ce_comments .comment_default > .reply > .comment {
  font-size: 0.8666666667em;
  line-height: 1.8461538462;
}

.ce_comments .comment_default > .reply > .comment p {
  margin: 0.5384615385em 0 !important;
}

.ce_comments .form {
  margin-top: 2.6666666667em;
}

.ce_comments form input {
  float: right;
  width: 61.5384615385%;
  margin-right: 0;
}

.ce_comments form input[type="submit"] {
  float: none;
  width: auto;
  margin: 0;
}

@media screen and (max-width: 599px) {
  .ce_comments form input {
    width: 100%;
  }
}
.ce_comments form textarea {
  width: 100%;
  margin-left: 0;
}

.ce_comments form label {
  display: inline-block;
  padding-top: 1.0666666667em;
  font-size: 0.8666666667em;
}

@media screen and (max-width: 599px) {
  .ce_comments form label {
    padding-top: 0.2666666667em;
    font-size: 1em;
  }
}
.ce_comments form label[for="ctrl_email"] {
  padding: 0;
}

@media screen and (max-width: 599px) {
  .ce_comments form label[for="ctrl_email"] {
    padding-top: 0.2666666667em;
  }
}
.ce_comments form fieldset {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.ce_comments form fieldset label {
  float: none;
  margin-left: 0.3333333333em;
}

.ce_comments form fieldset input[type="checkbox"], .main-content .ce_comments form fieldset input[type="checkbox"] {
  float: none;
  width: auto;
  margin: 0;
}

.ce_comments form .widget {
  clear: both;
  padding-top: 1.3333333333em;
}

.ce_comments form .captcha_text {
  float: none;
  display: inline;
  margin: 0;
  width: auto;
}

/* Sitemap */
.main-content .mod_sitemap ul {
  padding-left: 0;
  list-style-type: none;
}

.main-content .mod_sitemap ul li li {
  padding: 0.2142857143em 0 0.2142857143em 1.8571428571em;
  font-size: 0.9333333333em;
}

.main-content .mod_sitemap ul li li.submenu ul {
  margin: 0;
}

.main-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: 0.6666666667em;
  color: #008131;
}

/* Login */
.mod_login input {
  width: 80% !important;
  margin-left: 0 !important;
}

.mod_login table {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mod_login table td {
  border: 0;
  padding: 0.3333333333em 0;
}

/* Newsletter */
.main-content .mod_nl_list ul {
  padding-left: 0;
  list-style-type: none;
}

.main-content .mod_nl_list ul li {
  padding: 0.3333333333em 0;
  border-top: 1px solid #c7c7c7;
}

.main-content .mod_nl_list ul li:first-child, .main-content .mod_nl_list ul li.first {
  border-top: 0;
}

/* Breadcrumbs */
.mod_breadcrumb {
  clear: both;
  font-size: 0.8666666667em;
}

.mod_breadcrumb ul, .mod_breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
}

.mod_breadcrumb li:before {
  content: " \A0 / \A0 ";
}

.mod_breadcrumb li:first-child:before {
  content: none;
}

.mod_breadcrumb a {
  color: inherit;
  text-decoration: underline;
}

.mod_breadcrumb a:hover {
  text-decoration: none;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
.dlh_googlemap {
  max-width: 98%;
  max-height: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sidebar .dlh_googlemap {
  /* Setting the maps width to 100% is best practice in the sidebar, since it becomes fluid that way */
  width: 100% !important;
}

.main-content .dlh_googlemap img {
  max-width: none;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../files/luxe/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../../files/luxe/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../../files/luxe/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../../files/luxe/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../../files/luxe/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/


[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

[class*='col-'] {
	float: left;
  	min-height: 1px;
	padding-right: 20px; /* column-space */
}

[class*='col-'] [class*='col-']:last-child {
	padding-right: 0;
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}

@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}

	[class*='col-'] {
		width: auto;
		float: none;
		margin: 10px 0;
		padding-left: 0;
		padding-right: 10px; /* column-space */
	}

	[class*='col-'] [class*='col-'] {
		padding-right: 0;
	}

	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		margin: 0 0 10px;
		padding-left: 0;
		padding-right: 10px; /* column-space */
		padding-bottom: 0;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}


@charset "UTF-8";

/*---------  Events / News in Kästchen --------------*/
.drittel {
	display: flex;
	flex-wrap: wrap;
}
 .drittel .layout_teaser,  .drittel .layout_latest {
	flex-basis: 32%;
	flex-grow: 0;
	flex-shrink: 1;
}

.viertel {
	display: flex;
	flex-wrap: wrap;
}
 .viertel .layout_teaser,  .viertel .layout_latest {
	flex-basis: 24%;
	flex-grow: 0;
	flex-shrink: 1;
}

.layout_teaser, .layout_latest {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1em;
    min-height: 150px;
    padding: 15px;
    margin: 1% 1% 1% 0;
    margin-bottom: 1%;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
    background: rgba(255,255,255,0.5);
}
.mod_newslist p {
	margin: 0;
	font-size: 0.9em
}
.erledigt {
	position: absolute;
	margin-top: 10px!important;
		margin-left: 10px!important;
		padding: 5px 10px;
		background: rgba(100,200,0,1) ;
		transform: rotate(-5deg);
		text-transform: uppercase;
}

/*---------  Ende Events / News in Kästchen --------------*/

/*  Test mit Vermietung */
.saal {
    background: rgba(185,1,1, 0.4);
    padding: 3px 5px;
    margin: 1px;
}
.treff {
    background: rgba(1,114,185, 0.4);
    padding: 3px 5px;
    margin: 1px;
}

.besprechungszimmer {
    background: rgba(114,1,185, 0.4);
    padding: 3px 5px;
    margin: 1px;
}
.mod_calendar .active.days {
    font-weight: normal;
    font-size: 95%;
    line-height: 120%;
    background: #f4f2f0;
    color: #444;
    letter-spacing: 0.03em;
}
.mod_calendar .header {
    text-align: center;
    font-size: 1em;
}

.mod_calendar .days {
    background: #f4f2f0;
}
table td {
    padding: 0.5em 0.5em;

}
th, td {
    border-color: rgba(0, 0, 0, 0.1);
}
.legende { 
	font-size:0.9em; 
	font-style: italic;
	letter-spacing: 0.05em;
	
}
/*  Ende Test mit Vermietung */


.headersearch {
  position: absolute;
  top: 5px;
  right: 0px;
}

.headersearch input[type="search"] {
  padding: 4px;
  height: 20px;
  width: 150px;
  background-image: url(../../files/luxe/img/lupe.png);
  background-repeat: no-repeat;
  background-position: right;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.headersearch input[type="submit"] {
  padding: 0px;
  height: 0px;
  width: 0px;
  border: 0;
  visibility: hidden;
  display: none
}

#ctrl_submit_71 {
    display: none;
}

.footer-zeile {
  display: inline-block;
  width: 96%;
  margin: 0 0 2% 2%;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 0.95em;
  letter-spacing: 0.05em;
}

#cboxTitle {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0% 7% 1% 2%;
}

a:focus {
  outline: none;
}

#main-navigation.scroll-to-fixed-fixed {
  margin-top: 0;
  padding: 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

p.share {
  margin: 0 0;
  float: right;
  font-size: 0.8em;
  display: inline;
}

.share a {
  padding-left: 5px;
  text-decoration: none;
  color: #008131;
}

.share a:hover {
  color: #cccccc;
}

/* sticky_footer.css */
html, body {
  height: 100%;
}

.page-wrapper {
  height: 100%;
  min-height: 100%;
  position: relative;
  height: auto !important;
}

.page {
  padding-bottom: 130px;
}

.page-footer {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.iconbox h3::before {
  content: "\f081";
  font-familiy: FontAwesome;
  font-size: 120%;
  color: #909d22;
}

/*muss direkt bei jquery -> assets/ geändert werden */
#cboxOverlay {
  background: #000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.mod_article h2 {
  font-size: 1em;
  font-weight: 700;
}

.mod_article .back {
  padding-top: 10px;
  padding-bottom: 10px;
}

.layout_teaser img {
  float: right;
  margin-left: 2%;
  margin-bottom: 2%;
  max-with: 150px;
}

.layout_teaser h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0em;
  padding: 0em;
}

.layout_teaser p {
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 0em;
  line-height: 1.6em;
}

.ce_dlh_googlemaps {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: auto;
}

/* Test mit Newsboxen */
.news-image-teaser {
  position: relative;
  margin: 2.25em 0;
  padding-left: 12.5%;
}

@media screen and (max-width: 599px) {
  .news-image-teaser {
    padding-left: 0;
  }
}
.news-image-teaser a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.news-image-teaser img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.news-image-teaser h1 {
  display: block;
  margin: 0.75em 0 0.25em;
  padding: 0 0 0.41667em;
  border-bottom: 1px solid #e5e8ee;
  font-size: 1.5em;
  color: inherit;
}

.news-image-teaser h1 a {
  color: inherit;
}

.news-image-teaser h1 a:hover {
  color: #1782c5;
  text-decoration: none;
}

.news-image-teaser p {
  margin: 0.625em 0;
  color: #717c8e;
}

.news-image-teaser .news-image-teaser-info {
  margin: 0 0 0.93333em;
  font-size: 0.9375em;
  color: #717c8e;
}

.news-image-teaser-meta {
  float: left;
  position: relative;
  left: -12.5%;
  width: 9.375%;
  margin-bottom: -6.25em;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #e5e8ee;
}

@media screen and (max-width: 599px) {
  .news-image-teaser-meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.75%;
    border-right: 0;
    background: white;
  }

  .news-image-teaser-meta + h1 {
    padding-top: 3.75em;
  }
}
.news-image-teaser-meta time {
  font-size: 2.125em;
  font-weight: bold;
}

.news-image-teaser-meta b {
  display: block;
  margin: -0.05556em 0 0.44444em;
  font-size: 0.52941em;
  font-weight: inherit;
  color: #717c8e;
  text-transform: uppercase;
}

.news-image-teaser-meta .comment-count {
  display: block;
  padding: 0.25em 0;
  border-top: 1px solid #e5e8ee;
  color: #717c8e;
}

.news-image-teaser-meta .comment-count:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e053";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  bottom: 0.0625em;
  margin-right: 0.16667em;
  font-size: 0.75em;
}

.news-image-teaser-meta .comment-count:hover {
  color: #1782c5;
  text-decoration: none;
}

.news-list-boxed {
  zoom: 1;
  margin: 2.75em 0;
}

.news-list-boxed:before {
  content: "";
  display: table;
}

.news-list-boxed:after {
  content: "";
  display: table;
  clear: both;
}

.news-list-boxed-item {
  padding: 1.07143em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  font-size: 0.875em;
  color: #717c8e;
}

.news-list-boxed-item h1 {
  margin: 0.38095em 0 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.38143;
  color: #717c8e;
}

.news-list-boxed-item h1 a {
  color: inherit;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.news-list-boxed-item h1 a:hover {
  color: #1782c5;
  text-decoration: none;
}

.news-list-boxed-item p {
  margin: 1em 0;
}

.news-list-boxed-item .news-list-boxed-item-info {
  margin-top: 0.66667em;
  padding-bottom: 0.5em;
  font-size: 0.85714em;
  border-bottom: 1px solid #e5e8ee;
}

.news-list-boxed-item-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-list-boxed-item-image.-no-image {
  padding-bottom: 56.81818%;
  background: #717c8e;
}

.news-list-boxed-item-image:hover,
.news-list-boxed-item-image:focus {
  opacity: 0.8;
}

.news-list-boxed-item-image:hover img,
.news-list-boxed-item-image:focus img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news-list-boxed-item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-list-boxed-item-image time {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -0.77778em 0 0;
  font-size: 2.57143em;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* Ende Test mit Newsboxen */
.vorschautext {
  font-size: 0.8666666667em;
}

p .recurring {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.4);
}

.event .layout_teaser {
  font-size: 0.8666666667em;
}

.layout_teaser h4 {
  /*border-bottom:1px solid rgba(0,0,0,.2); */
  padding-bottom: 2px;
}

/* Flexbox */
.stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_search .formbody {
  max-width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#presse div {
  border-bottom: 1px solid #008131;
  padding: 5px 0;
}

.presse h2, h3, h4, h5 {
  font-size: 0.8em;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #000;
}


/* ----------- Bildergalerie responsive -----------*/
figure, form {
    margin: 2px 2px;
}

.ce_gallery > ul.cols_1 > li { width: 100%; }
.ce_gallery > ul.cols_2 > li { width: 49.25%; }
.ce_gallery > ul.cols_3 > li { width: 32.3333333333%; }
.ce_gallery > ul.cols_4 > li { width: 23.875%; }
.ce_gallery > ul.cols_5 > li { width: 18.8%; }
.ce_gallery > ul.cols_6 > li { width: 15.4166666667%; }
.ce_gallery > ul.cols_7 > li { width: 13%; }
.ce_gallery > ul.cols_8 > li { width: 11.1875%; }
.ce_gallery > ul.cols_9 > li { width: 9.7777777778%; }
.ce_gallery > ul.cols_10 > li { width: 8.65%; }
.ce_gallery > ul.cols_11 > li { width: 7.7272727273%; }
.ce_gallery > ul.cols_12 > li { width: 6.9583333333%; }
@media screen and (max-width: 599px) { .ce_gallery.ce_gallery > ul > li { /* doubled class for specificity */ width: auto; } }
.ce_gallery.no-resize > ul > li { width: auto; }
.main-content .ce_gallery { margin: 0.5em 0 -0.5em 0; }
.ce_gallery > ul { zoom: 1; margin: 0 !important; padding: 0 0 0% 0 !important; list-style: none !important; }
.ce_gallery > ul:before { content: ""; display: table; }
.ce_gallery > ul:after { content: ""; display: table; clear: both; }
.ce_gallery > ul > li { float: left; width: 23.875%; margin: 0% 0 0 1%; }
@media screen and (max-width: 599px) { .ce_gallery > ul > li { margin-left: 0; margin-right: 1%; } }
.ce_gallery > ul > li.col_first { clear: left; margin-left: 0; }
@media screen and (max-width: 599px) { .ce_gallery > ul > li.col_first { clear: none; } }
.ce_gallery > ul > li.col_last { /* for rounding failures */ margin-right: -1%; }
@media screen and (max-width: 599px) { .ce_gallery > ul > li.col_last { margin-right: 1%; } }
.ce_gallery > ul > li > .image_container { display: block; width: 100%; }
.ce_gallery img { width: 100%; height: auto; }

/* ----------- Bildergalerie responsive -----------*/



/* ------- Mobilemenju codefog --------- */ 

@media screen and (max-width: 767px) {
  #main-navigation {
    display: none;
  }
}


#mobile-menu-85-trigger {
    position: absolute;
    top: 80px;
    right: 15px;
    z-index: 100;

}

.mobile_menu .inner {
	height:100%;
	background:#008131;
	overflow-y:scroll;
	padding: 20px;
	 font-size: 1em
}
.mobile_menu .inner,
.mobile_menu .inner a {
	color:#fff;
	 text-decoration:none
}
.mobile_menu ul {
		display: block;
		margin:0;

}
.mobile_menu ul.level_1 li,
.mobile_menu ul.level_1 li a {
	margin: 1em 0;
}

.mobile_menu ul .level_2, .mobile_menu ul .level_3 {
    padding: 0 0 0 20px;
}

.mobile_menu .active, .mobile_menu .active .submenu .first {
    font-weight: bold;
    letter-spacing: 0.05em;

}

.mobile_menu .adress_box {
	margin-top: 1 0px;
	padding: 15px 0;
	border-top: 1px #fff solid;
	font-size: 90%
}
/* ------- Ende Mobilemenu codefog --------- */ 

.legende {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-style: italic;
	border-left: 2px solid #008131;
	padding-left: 5px;
	margin-left: 15px;
}

Element {

}
.video_container video {
    max-width: 100%;
    height: auto;

}
.ce_youtube {
 position: relative;

 width: 100%;
 height: auto;
}
 
.ce_youtube iframe {
 position: absolute;
 top: 0; left: 0; right: 0; bottom: 0;
 width: 100% !important;
 height: 100% !important;
}
.buttonspecial {
	background: rgba(0,129,49, 0.15);
	padding: 10px 10px;
	border-radius: 8px;
}
.buttonspecial a {
	text-decoration: none;
}
.buttonspecial a:hover {
	color: rgba(0,129,49, 0.6);

}
.event.cal_2 a {
  color: rgba(0,0,0,1);
  dispay: none;
}

/* =============================================================================
 * Cookiebar
 * ========================================================================== */
.cookiebar--active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cookiebar {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: .6em 1.2em;
  background-color: #fff;
  border-top: 1px solid #999;
  color: #333;
  font-size: 0.85em;
line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 10;
}
      .cookiebar * {
  box-sizing: border-box;
      	}
.cookiebar__message, .cookiebar__text {
  margin-right: 1.5em;

}

.cookiebar a {
  color: #333;
}
 .cookiebar a:hover {
  color: #008131;
} 
  
  
.cookiebar * {
  box-sizing: border-box;
}
      
   .cookiebar__button:hover {
  ackground-color: rgba(0, 129, 49, 0.8);
}
.cookiebar__button {
  margin: 0;
  padding: .6em 1.2em;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 129, 49, 1);
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  margin-top: 20px;
}
.cookiebar * {
  box-sizing: border-box;
}
.page-footer {
  //margin-bottom: 30px;
}

