/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

body {
  background: #dfdfdf;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7C7C7C;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.responsive img {
  width: 100%;
  height: auto; }

.hide {
  display: none; }

.hide.active, .show {
  display: block; }

.grid {
  *zoom: 1;
  display: block;
  width: 1100px;
  margin: 0 auto;
  position: relative; }
  .grid:before, .grid:after, #app main section .gallery-component:after, #app main section .notes:after,  #app main section .notes:before,  .gallery-component:after, .gallery-component:before {
    content: "";
    display: table; }


    .ajax-formular:before, .form-col-handler:before, .ajax-formular:after, .form-col-handler:after {
	     content: "";
    display: table;
    }
    .form-col-handler{
	    width: 100%
    }

    .ajax-formular:after, .form-col-handler:after {
	   clear: both;
    }
  .grid:after, #app main section .gallery-component:after,  #app main section .notes:after {
    clear: both; }

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

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

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

.align-left {
  float: left; }

.align-right {
  float: right; }

.primary-color {
  color: #00489a; }

.secondary-color {
  color: #fbb104; }

input::-moz-focus-inner {
  border: 0;
  outline: none; }

a:focus, a:active {
  outline: none; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

:focus {
  outline: none; }

object, embed, a, *:focus, select:focus {
  outline: 0; }

.select-range {
  padding: 0; }

.col-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative; }
  .col-item .head {
    font-weight: 700;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 35px;
    line-height: 35px; }
  .col-item.last .select-range {
    padding: 0; }

.is_clickable {
  cursor: hand;
  cursor: pointer; }

.slide {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  width: 100%;
  height: 10px;
  background: #efefef; }

.slide .leftGrip.gripHighlighted {
  background: #113344; }

.slide .rightGrip.gripHighlighted {
  background: #113344; }

.slide .rightGrip,
.slide .leftGrip {
  position: absolute;
  width: 14px;
  height: 14px;
  top: -2px;
  background: #d9e4e6; }



  .slide .leftGrip:after, .slide .rightGrip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #d9e4e6;
	border-width: 7px;
	margin-left: -7px;
}






.slide .bar {
  position: absolute;
  background: #448d9e;
  height: 10px;
  top: 0px; }

.slide .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0; }

.range-stat {
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
  height: 35px;
  line-height: 35px; }

.checkboxes, .ranges {
  display: block;
  *zoom: 1;
  width: 75%;
  padding: 30px 0 30px 0px;
  margin: 0 0; }
  .checkboxes:before, .checkboxes:after, .ranges:before, .ranges:after {
    content: "";
    display: table; }
  .checkboxes:after, .ranges:after {
    clear: both; }

#searchform .checkboxes label{
	width: auto;
	margin-right: 35px;
	float: left;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 200;
    color: #d9e4e6;
}
#searchform{
	background-color: #246979;
    padding: 30px 0;
	/* position: fixed; */
	/* top: -540px; */
	left: 0;
	width: 100%;
	z-index: 90;
}

#searchform .col-item{
	width: 31%; float: left; margin-right: 3%;
}
#searchform .col-item:last-of-type{
	margin-right: 0;
}

.resultsCount{
	position: absolute;
	right: 0;
	width: 25%;
	text-align: center;
	font-size: 80px;
	top: 45px;
	color: #fff;
	font-weight: 300;
}

#searchform button {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: #d9e4e6;
  color: #246979;
  height: 46px;
  padding: 0px;
  text-align: center;
  width: 25%;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase; }


 #searchform button:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(217, 122, 9, 0);
	border-bottom-color: #d9e4e6;
	border-width: 10px;
	margin-left: -10px;
}

.ranges {
  border-bottom: 1px solid #124450; }
.checkboxes{
	border-top: 1px solid #267c90;
}
.checkboxes label {
  margin-right: 0;
  width: 50%;
  float: left;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  font-size: 13px; }
.checkboxes .head {
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom:20px; }

.field-group {
  margin-bottom: 40px;
  border: 1px solid #d4d9df;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .field-group .input-field {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    *zoom: 1; }
    .field-group .input-field:before, .field-group .input-field:after {
      content: "";
      display: table; }
    .field-group .input-field:after {
      clear: both; }
    .field-group .input-field:last-of-type {
      border: none; }
    .field-group .input-field label {
      width: 8%;
      display: block;
      float: left;
      padding: 0 2%;
      text-align: left;
      line-height: 42px; }
      .field-group .input-field label.small {
        line-height: 30px; }
    .field-group .input-field .field {
      width: 88%;
      float: left; }
      .field-group .input-field .field .url-label {
        font-size: 12px;
        font-size: 0.75rem; }
      .field-group .input-field .field input[type="text"] {
        width: 100%;
        border: none;
        padding: 0;
        height: 42px;
        background: #f2f1f1;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .field-group .input-field .field input[type="text"].custom {
          background: #f2f1f1; }
        .field-group .input-field .field input[type="text"].url-field {
          width: auto;
          margin-left: 10px;
          height: 30px;
          background: #efefef;
          font-size: 12px;
          font-size: 0.75rem; }
        .field-group .input-field .field input[type="text"].big {
          font-size: 20px; }

/* iCheck plugin Square skin, grey
----------------------------------- */
.icheckbox_square-grey,
.iradio_square-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../../components/media/grey.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 2px; }

.icheckbox_square-grey {
  background-position: 0 0; }

.icheckbox_square-grey.hover {
  background-position: -24px 0; }

.icheckbox_square-grey.checked {
  background-position: -48px 0; }

.icheckbox_square-grey.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-grey.checked.disabled {
  background-position: -96px 0; }

.iradio_square-grey {
  background-position: -120px 0; }

.iradio_square-grey.hover {
  background-position: -144px 0; }

.iradio_square-grey.checked {
  background-position: -168px 0; }

.iradio_square-grey.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-grey.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-grey,
  .iradio_square-grey {
    background-image: url(../../components/media/grey@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }
@font-face {
  font-family: 'cloud7';
  src: url("../fonts/cloud7.eot");
  src: url("../fonts/cloud7.eot?#iefix") format("embedded-opentype"), url("../fonts/cloud7.ttf") format("truetype"), url("../fonts/cloud7.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'weather';
  src: url("../fonts/weather.eot");
  src: url("../fonts/weather.eot?#iefix") format("embedded-opentype"), url("../fonts/weather.woff") format("woff"), url("../fonts/weather.ttf") format("truetype"), url("../fonts/weather.svg#weather_icons_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'cloud7';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: '\E111'; }

.icon-arrow-up:before {
  content: '\E112'; }

.icon-caret-right:before {
  content: '\E113'; }

.icon-caret-left:before {
  content: '\E114'; }

.icon-arrow-circle-down:before {
  content: '\E115'; }

.icon-arrow-circle-up:before {
  content: '\E116'; }

.icon-arrow-o-circle-right:before {
  content: '\E117'; }

.icon-arrow-o-circle-left:before {
  content: '\E118'; }

.icon-caret-o-circle-left:before {
  content: '\E121'; }

.icon-caret-o-circle-right:before {
  content: '\E122'; }

.icon-arrow-circle-right:before {
  content: '\E123'; }

.icon-arrow-circle-left:before {
  content: '\E124'; }

.icon-caret-circle-left:before {
  content: '\E125'; }

.icon-caret-circle-right:before {
  content: '\E126'; }

.icon-check-o-circle:before {
  content: '\E127'; }

.icon-delete-o-circle:before {
  content: '\E128'; }

.icon-check-circle:before {
  content: '\E131'; }

.icon-delete-circle:before {
  content: '\E132'; }

.icon-return-left:before {
  content: '\E133'; }

.icon-return-right:before {
  content: '\E134'; }

.icon-traffic:before {
  content: '\E135'; }

.icon-back:before {
  content: '\E136'; }

.icon-forward:before {
  content: '\E137'; }

.icon-contract:before {
  content: '\E138'; }

.icon-expand:before {
  content: '\E141'; }

.icon-exit-fullscreen:before {
  content: '\E142'; }

.icon-expand-window:before {
  content: '\E143'; }

.icon-refresh:before {
  content: '\E144'; }

.icon-sync:before {
  content: '\E145'; }

.icon-cycle:before {
  content: '\E146'; }

.icon-repeat:before {
  content: '\E147'; }

.icon-bar-chart:before {
  content: '\E148'; }

.icon-bar-chart-up:before {
  content: '\E151'; }

.icon-stats-up:before {
  content: '\E152'; }

.icon-stats-down:before {
  content: '\E153'; }

.icon-stats-easel-up:before {
  content: '\E154'; }

.icon-stats-easel-down:before {
  content: '\E155'; }

.icon-bar-chart-easel:before {
  content: '\E156'; }

.icon-window-down:before {
  content: '\E157'; }

.icon-window-up:before {
  content: '\E158'; }

.icon-window-maximize:before {
  content: '\E161'; }

.icon-window-minimize:before {
  content: '\E162'; }

.icon-login:before {
  content: '\E163'; }

.icon-logout:before {
  content: '\E164'; }

.icon-panel-close:before {
  content: '\E165'; }

.icon-panel-show:before {
  content: '\E166'; }

.icon-command-line:before {
  content: '\E167'; }

.icon-window:before {
  content: '\E168'; }

.icon-window-plus:before {
  content: '\E171'; }

.icon-window-minus:before {
  content: '\E172'; }

.icon-window-check:before {
  content: '\E173'; }

.icon-window-delete:before {
  content: '\E174'; }

.icon-share-right:before {
  content: '\E175'; }

.icon-share-left:before {
  content: '\E176'; }

.icon-multiple-windows:before {
  content: '\E177'; }

.icon-list-th-lg:before {
  content: '\E178'; }

.icon-grid-lg:before {
  content: '\E181'; }

.icon-grid:before {
  content: '\E182'; }

.icon-list-th:before {
  content: '\E183'; }

.icon-sidebar:before {
  content: '\E184'; }

.icon-list-bullet:before {
  content: '\E185'; }

.icon-bars:before {
  content: '\E186'; }

.icon-outdent:before {
  content: '\E187'; }

.icon-indent:before {
  content: '\E188'; }

.icon-document:before {
  content: '\E211'; }

.icon-text-doc:before {
  content: '\E212'; }

.icon-zipped-doc:before {
  content: '\E213'; }

.icon-text-doc-plus:before {
  content: '\E214'; }

.icon-text-doc-minus:before {
  content: '\E215'; }

.icon-heart-card:before {
  content: '\E216'; }

.icon-diamond-card:before {
  content: '\E217'; }

.icon-spade-card:before {
  content: '\E218'; }

.icon-club-card:before {
  content: '\E221'; }

.icon-book:before {
  content: '\E222'; }

.icon-clipboard:before {
  content: '\E223'; }

.icon-check-clipboard:before {
  content: '\E224'; }

.icon-delete-clipboard:before {
  content: '\E225'; }

.icon-text-clipboard:before {
  content: '\E226'; }

.icon-address-book:before {
  content: '\E227'; }

.icon-calendar:before {
  content: '\E228'; }

.icon-calendar-day:before {
  content: '\E231'; }

.icon-id-card:before {
  content: '\E232'; }

.icon-polaroids:before {
  content: '\E233'; }

.icon-polaroids-blank:before {
  content: '\E234'; }

.icon-photos:before {
  content: '\E235'; }

.icon-photo:before {
  content: '\E236'; }

.icon-camera:before {
  content: '\E237'; }

.icon-headphones:before {
  content: '\E238'; }

.icon-stop:before {
  content: '\E241'; }

.icon-play:before {
  content: '\E242'; }

.icon-record:before {
  content: '\E243'; }

.icon-pause:before {
  content: '\E244'; }

.icon-ffw:before {
  content: '\E245'; }

.icon-rev:before {
  content: '\E246'; }

.icon-skip-forward:before {
  content: '\E247'; }

.icon-skip-back:before {
  content: '\E248'; }

.icon-eject:before {
  content: '\E251'; }

.icon-volume-max:before {
  content: '\E252'; }

.icon-volume:before {
  content: '\E253'; }

.icon-volume-min:before {
  content: '\E254'; }

.icon-mute:before {
  content: '\E255'; }

.icon-volume-plus:before {
  content: '\E256'; }

.icon-volume-minus:before {
  content: '\E257'; }

.icon-volume-delete:before {
  content: '\E258'; }

.icon-music-notes:before {
  content: '\E261'; }

.icon-music-notes-box:before {
  content: '\E262'; }

.icon-speaker:before {
  content: '\E263'; }

.icon-boombox:before {
  content: '\E264'; }

.icon-ipod:before {
  content: '\E265'; }

.icon-microphone:before {
  content: '\E266'; }

.icon-microphone-alt:before {
  content: '\E267'; }

.icon-cd:before {
  content: '\E268'; }

.icon-vinyl:before {
  content: '\E271'; }

.icon-cassette:before {
  content: '\E272'; }

.icon-eq:before {
  content: '\E273'; }

.icon-slate:before {
  content: '\E274'; }

.icon-film:before {
  content: '\E275'; }

.icon-tv:before {
  content: '\E276'; }

.icon-monitor:before {
  content: '\E277'; }

.icon-keyboard:before {
  content: '\E278'; }

.icon-printer:before {
  content: '\E281'; }

.icon-printing:before {
  content: '\E282'; }

.icon-mouse:before {
  content: '\E283'; }

.icon-text:before {
  content: '\E284'; }

.icon-ribbon:before {
  content: '\E285'; }

.icon-gamepad:before {
  content: '\E286'; }

.icon-portable-game:before {
  content: '\E287'; }

.icon-tablet:before {
  content: '\E288'; }

.icon-calculator:before {
  content: '\E311'; }

.icon-floppy-disc:before {
  content: '\E312'; }

.icon-flashlight:before {
  content: '\E313'; }

.icon-bell:before {
  content: '\E314'; }

.icon-hourglass:before {
  content: '\E315'; }

.icon-smartphone:before {
  content: '\E316'; }

.icon-cellphone:before {
  content: '\E317'; }

.icon-lightbulb:before {
  content: '\E318'; }

.icon-telephone:before {
  content: '\E321'; }

.icon-battery-full:before {
  content: '\E322'; }

.icon-battery-half:before {
  content: '\E323'; }

.icon-battery-low:before {
  content: '\E324'; }

.icon-battery-charge:before {
  content: '\E325'; }

.icon-flash:before {
  content: '\E326'; }

.icon-wrench:before {
  content: '\E327'; }

.icon-settings:before {
  content: '\E328'; }

.icon-zoom-in:before {
  content: '\E331'; }

.icon-zoom-out:before {
  content: '\E332'; }

.icon-search:before {
  content: '\E333'; }

.icon-cloud-upload:before {
  content: '\E334'; }

.icon-cloud:before {
  content: '\E335'; }

.icon-cloud-up:before {
  content: '\E336'; }

.icon-cloud-down:before {
  content: '\E337'; }

.icon-cloud-check:before {
  content: '\E338'; }

.icon-cloud-delete:before {
  content: '\E341'; }

.icon-bluetooth:before {
  content: '\E342'; }

.icon-wifi:before {
  content: '\E343'; }

.icon-firewire:before {
  content: '\E344'; }

.icon-usb:before {
  content: '\E345'; }

.icon-plug:before {
  content: '\E346'; }

.icon-outlet:before {
  content: '\E347'; }

.icon-command:before {
  content: '\E348'; }

.icon-shuffle:before {
  content: '\E351'; }

.icon-ethernet:before {
  content: '\E352'; }

.icon-code:before {
  content: '\E353'; }

.icon-fullscreen:before {
  content: '\E354'; }

.icon-contrast:before {
  content: '\E355'; }

.icon-coverflow:before {
  content: '\E356'; }

.icon-zoom-out-solid:before {
  content: '\E357'; }

.icon-zoom-in-solid:before {
  content: '\E358'; }

.icon-info:before {
  content: '\E361'; }

.icon-info-circle:before {
  content: '\E362'; }

.icon-outbox:before {
  content: '\E363'; }

.icon-inbox:before {
  content: '\E364'; }

.icon-download:before {
  content: '\E365'; }

.icon-compose:before {
  content: '\E366'; }

.icon-layout:before {
  content: '\E367'; }

.icon-link:before {
  content: '\E368'; }

.icon-windows:before {
  content: '\E371'; }

.icon-flash-drive:before {
  content: '\E372'; }

.icon-location:before {
  content: '\E373'; }

.icon-bus:before {
  content: '\E374'; }

.icon-train:before {
  content: '\E375'; }

.icon-gas:before {
  content: '\E376'; }

.icon-dashboard:before {
  content: '\E377'; }

.icon-dashboard-alt:before {
  content: '\E378'; }

.icon-flag:before {
  content: '\E381'; }

.icon-flag-alt:before {
  content: '\E382'; }

.icon-plane:before {
  content: '\E383'; }

.icon-compass:before {
  content: '\E384'; }

.icon-clock:before {
  content: '\E385'; }

.icon-watch:before {
  content: '\E386'; }

.icon-alarm-clock:before {
  content: '\E387'; }

.icon-megaphone:before {
  content: '\E388'; }

.icon-locked-alt:before {
  content: '\E411'; }

.icon-unlocked-alt:before {
  content: '\E412'; }

.icon-unlocked:before {
  content: '\E413'; }

.icon-locked:before {
  content: '\E414'; }

.icon-key:before {
  content: '\E415'; }

.icon-cube-open:before {
  content: '\E416'; }

.icon-cube:before {
  content: '\E417'; }

.icon-mailbox:before {
  content: '\E418'; }

.icon-file-drawer:before {
  content: '\E421'; }

.icon-folder-flat:before {
  content: '\E422'; }

.icon-folder:before {
  content: '\E423'; }

.icon-folder-plus:before {
  content: '\E424'; }

.icon-folder-minus:before {
  content: '\E425'; }

.icon-attach:before {
  content: '\E426'; }

.icon-recycle:before {
  content: '\E427'; }

.icon-recycle-bin:before {
  content: '\E428'; }

.icon-envelope:before {
  content: '\E431'; }

.icon-mail:before {
  content: '\E432'; }

.icon-mail-down:before {
  content: '\E433'; }

.icon-mail-up:before {
  content: '\E434'; }

.icon-check:before {
  content: '\E435'; }

.icon-delete:before {
  content: '\E436'; }

.icon-map:before {
  content: '\E437'; }

.icon-brush:before {
  content: '\E438'; }

.icon-pen:before {
  content: '\E441'; }

.icon-pencil:before {
  content: '\E442'; }

.icon-thumbtack:before {
  content: '\E443'; }

.icon-male:before {
  content: '\E444'; }

.icon-female:before {
  content: '\E445'; }

.icon-brightness-up:before {
  content: '\E446'; }

.icon-brightness-down:before {
  content: '\E447'; }

.icon-crosshair:before {
  content: '\E448'; }

.icon-trefoil-circle:before {
  content: '\E451'; }

.icon-cross-circle:before {
  content: '\E452'; }

.icon-power:before {
  content: '\E453'; }

.icon-pie-chart:before {
  content: '\E454'; }

.icon-share:before {
  content: '\E455'; }

.icon-move:before {
  content: '\E456'; }

.icon-star-6:before {
  content: '\E457'; }

.icon-star-5:before {
  content: '\E458'; }

.icon-alert-o:before {
  content: '\E461'; }

.icon-alert:before {
  content: '\E462'; }

.icon-option:before {
  content: '\E463'; }

.icon-plus:before {
  content: '\E464'; }

.icon-minus:before {
  content: '\E465'; }

.icon-user:before {
  content: '\E466'; }

.icon-group:before {
  content: '\E467'; }

.icon-user-plus:before {
  content: '\E468'; }

.icon-user-minus:before {
  content: '\E471'; }

.icon-user-delete:before {
  content: '\E472'; }

.icon-chat:before {
  content: '\E473'; }

.icon-chat-dots:before {
  content: '\E474'; }

.icon-chat-rect:before {
  content: '\E475'; }

.icon-chat-rect-dots:before {
  content: '\E476'; }

.icon-chat-lines:before {
  content: '\E477'; }

.icon-chat-rect-lines:before {
  content: '\E478'; }

.icon-infinity:before {
  content: '\E481'; }

.icon-umbrella:before {
  content: '\E482'; }

.icon-necktie:before {
  content: '\E483'; }

.icon-briefcase:before {
  content: '\E484'; }

.icon-first-aid:before {
  content: '\E485'; }

.icon-capsule:before {
  content: '\E486'; }

.icon-shield:before {
  content: '\E487'; }

.icon-mustache:before {
  content: '\E488'; }

.icon-bag:before {
  content: '\E511'; }

.icon-tag:before {
  content: '\E512'; }

.icon-credit-card:before {
  content: '\E513'; }

.icon-planet:before {
  content: '\E514'; }

.icon-earth:before {
  content: '\E515'; }

.icon-globe:before {
  content: '\E516'; }

.icon-trophy:before {
  content: '\E517'; }

.icon-medal:before {
  content: '\E518'; }

.icon-trashcan:before {
  content: '\E521'; }

.icon-trefoil:before {
  content: '\E522'; }

.icon-leaf:before {
  content: '\E523'; }

.icon-lamp:before {
  content: '\E524'; }

.icon-home:before {
  content: '\E525'; }

.icon-help:before {
  content: '\E526'; }

.icon-magnet:before {
  content: '\E527'; }

.icon-heart:before {
  content: '\E528'; }

.icon-d6:before {
  content: '\E531'; }

.icon-asterisk:before {
  content: '\E532'; }

.icon-flask:before {
  content: '\E533'; }

.icon-flask-tilted:before {
  content: '\E534'; }

.icon-test-tube:before {
  content: '\E535'; }

.icon-mallet:before {
  content: '\E536'; }

.icon-fork-spoon:before {
  content: '\E537'; }

.icon-spatula:before {
  content: '\E538'; }

.icon-chef-hat:before {
  content: '\E541'; }

.icon-place-setting:before {
  content: '\E542'; }

.icon-knife-fork:before {
  content: '\E543'; }

.icon-grill-open:before {
  content: '\E544'; }

.icon-grill:before {
  content: '\E545'; }

.icon-platter:before {
  content: '\E546'; }

.icon-droplet:before {
  content: '\E547'; }

.icon-wine:before {
  content: '\E548'; }

.icon-wine-tilted:before {
  content: '\E551'; }

.icon-drink:before {
  content: '\E552'; }

.icon-drink-straw:before {
  content: '\E553'; }

.icon-popsicle:before {
  content: '\E554'; }

.icon-popsicle-eaten:before {
  content: '\E555'; }

.icon-ice-cream:before {
  content: '\E556'; }

.icon-ice-cream-alt:before {
  content: '\E557'; }

.icon-ice-cream-eaten-alt:before {
  content: '\E558'; }

.icon-ice-cream-eaten:before {
  content: '\E561'; }

.icon-mug:before {
  content: '\E562'; }

.icon-noodle-bowl:before {
  content: '\E563'; }

.icon-bowl:before {
  content: '\E564'; }

.icon-bowl-spoon:before {
  content: '\E565'; }

.icon-apple:before {
  content: '\E566'; }

.icon-apple-eaten:before {
  content: '\E567'; }

.icon-pizza:before {
  content: '\E568'; }

.icon-pizza-eaten:before {
  content: '\E571'; }

.icon-drumstick:before {
  content: '\E572'; }

.icon-drumstick-eaten:before {
  content: '\E573'; }

.icon-muffin:before {
  content: '\E574'; }

.icon-mustard:before {
  content: '\E575'; }

.icon-mustard-alt:before {
  content: '\E576'; }

.icon-ketchup:before {
  content: '\E577'; }

.icon-sauce:before {
  content: '\E578'; }

.icon-egg:before {
  content: '\E581'; }

.icon-fish:before {
  content: '\E582'; }

.icon-fridge:before {
  content: '\E583'; }

.icon-eye:before {
  content: '\E584'; }

.icon-glasses:before {
  content: '\E585'; }

.icon-crown:before {
  content: '\E586'; }

.icon-king:before {
  content: '\E587'; }

.icon-notepad:before {
  content: '\E588'; }

.weather i {
  color: #fff;
  font-family: weather; }

.icon-0:before {
  content: ":"; }

.icon-1:before {
  content: "p"; }

.icon-2:before {
  content: "S"; }

.icon-3:before {
  content: "Q"; }

.icon-4:before {
  content: "S"; }

.icon-5:before {
  content: "W"; }

.icon-6:before {
  content: "W"; }

.icon-7:before {
  content: "W"; }

.icon-8:before {
  content: "W"; }

.icon-9:before {
  content: "I"; }

.icon-10:before {
  content: "W"; }

.icon-11:before {
  content: "I"; }

.icon-12:before {
  content: "I"; }

.icon-13:before {
  content: "I"; }

.icon-14:before {
  content: "I"; }

.icon-15:before {
  content: "W"; }

.icon-16:before {
  content: "I"; }

.icon-17:before {
  content: "W"; }

.icon-18:before {
  content: "U"; }

.icon-19:before {
  content: "Z"; }

.icon-20:before {
  content: "Z"; }

.icon-21:before {
  content: "Z"; }

.icon-22:before {
  content: "Z"; }

.icon-23:before {
  content: "Z"; }

.icon-24:before {
  content: "E"; }

.icon-25:before {
  content: "E"; }

.icon-26:before {
  content: "3"; }

.icon-27:before {
  content: "a"; }

.icon-28:before {
  content: "A"; }

.icon-29:before {
  content: "a"; }

.icon-30:before {
  content: "A"; }

.icon-31:before {
  content: "6"; }

.icon-32:before {
  content: "1"; }

.icon-33:before {
  content: "6"; }

.icon-34:before {
  content: "1"; }

.icon-35:before {
  content: "W"; }

.icon-36:before {
  content: "1"; }

.icon-37:before {
  content: "S"; }

.icon-38:before {
  content: "S"; }

.icon-39:before {
  content: "S"; }

.icon-40:before {
  content: "M"; }

.icon-41:before {
  content: "W"; }

.icon-42:before {
  content: "I"; }

.icon-43:before {
  content: "W"; }

.icon-44:before {
  content: "a"; }

.icon-45:before {
  content: "S"; }

.icon-46:before {
  content: "U"; }

.icon-47:before {
  content: "S"; }

.row {
  width: 100%; }
  .row:after {
    clear: both;
    display: block;
    content: '';
    line-height: 0; }
  .row .cloud7 {
    display: block;
    float: left; }
    .row .cloud7 .column-inner {
      padding: 30px; }
      .row .cloud7 .column-inner.left {
        padding: 0 0 0 30px; }
      .row .cloud7 .column-inner.right {
        padding: 0 30px 0 0; }

.column-1 {
  width: 8.3333333333%; }

.column-2 {
  width: 16.6666666667%; }

.column-3 {
  width: 25%; }

.column-4 {
  width: 33.3333333333%; }

.column-5 {
  width: 41.6666666667%; }

.column-6 {
  width: 50%; }

.column-7 {
  width: 58.3333333333%; }

.column-8 {
  width: 66.6666666667%; }

.column-9 {
  width: 75%; }

.column-10 {
  width: 83.3333333333%; }

.column-11 {
  width: 91.6666666667%; }

.column-12 {
  width: 100%; }

.btn {
  padding: 10px 16px;
  margin-bottom: 1em;
  color: #fff;
  transition: background .15s;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent; }
  .btn-large {
    font-size: 1.2em; }
  .btn-small {
    font-size: 12px; }
  .btn-bold {
    font-weight: bold; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-upper {
    text-transform: uppercase; }
  .btn-primary {
    color: #00489a; }
  .btn-space-left {
    margin-left: 10px; }
  .btn-space-right {
    margin-right: 10px; }
  .btn-red {
    background: #ED7161;
    color: #fff; }
  .btn-green {
    background: #88C057;
    color: #fff; }
  .btn-blue {
    background: #47A0DB;
    color: #fff; }
  .btn-purble {
    background: #9777A8;
    color: #fff; }
  .btn-border {
    border: 2px solid #00489a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    font-weight: 600;
    padding: 10px 16px;
    transition: background .15s;
    text-decoration: none; }
  .btn-default {
    background-color: #00489a;
    border-color: #003c81; }
    .btn-default:hover, .btn-default:active {
      background: #003c81; }
  .btn-success {
    background-color: #27ae60;
    border-color: #229955; }
    .btn-success:hover, .btn-success:active {
      background: #229955; }
  .btn-danger {
    background-color: #c0392b;
    border-color: #ab3326; }
    .btn-danger:hover, .btn-danger:active {
      background: #ab3326; }
  .btn-warning {
    background-color: #f1c40f;
    border-color: #dab10d; }
    .btn-warning:hover, .btn-warning:active {
      background: #dab10d; }
  .btn-info {
    background-color: #2980b9;
    border-color: #2472a4; }
    .btn-info:hover, .btn-info:active {
      background: #2472a4; }

html, body {
  height: 100%; }


#image{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: auto;
	top: 80px;

}

#image img{
	width: 100%;
	height: auto;
}

#app {
  height: 100%;
  position: relative;
  *zoom: 1; }
  #app:before, #app:after {
    content: "";
    display: table; }
  #app:after {
    clear: both; }
  #app header {
    height: 75px; background: #fff; border-bottom: 4px solid #00489a; position: fixed; width: 100%;
    top: 0; z-index: 200;}
    #app header h1 {
      height: 113px;
      width: 343px;
      position: absolute;
      top: 0;
      right: 0;
      background: url(../media/logo-bg.png) left bottom no-repeat;
      padding: 0;
      margin: 0;
      z-index: 10; }
      #app header h1 a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -99999px;
        background: url(../media/logo@2x.png) 45px 25px no-repeat;
        background-size: 80%; }
    #app header nav {
      float: left;
      height: 90px;
      line-height: 90px; }
      #app header nav ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        #app header nav ul li {
          float: left;
          padding: 0;
          margin: 0;
          list-style: none;
          position: relative; }
          #app header nav ul li a {
            text-decoration: none;
            font-size: 14px;
            font-size: 0.875rem;
            height: 75px;
            line-height: 75px;
            display: block;
            padding: 0 40px 0 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            color: #555; }
            #app header nav ul li a:hover {
              color: #00489a; }
          #app header nav ul li.current-menu-item a, #app header nav ul li.current_page_ancestor a {
            font-weight: 700;
            color: #00489a; }
          #app header nav ul li.current-menu-item ul li a, #app header nav ul li.current_page_ancestor  ul li a {
            color: #555;
            font-weight: 400;
            border-bottom: 1px solid #f0f0f0; }
          #app header nav ul li ul {
            position: absolute;
            min-width: 400px;
            top: 70px;
            z-index: 300;
            left: 0px;
            border-top: 9px solid transparent;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
            filter: alpha(opacity=0);
            zoom: 1;
            display: none; }
            #app header nav ul li ul:after {
              bottom: 100%;
              left: 20px;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(255, 255, 255, 0);
              border-bottom-color: #fff;
              border-width: 9px;
              margin-left: -9px; }
            #app header nav ul li ul li {
              width: 100%;
              background: #fff;
              padding: 0;
              margin: 0; }
              #app header nav ul li ul li a {
                border: none;
                line-height: 45px;
                height: 45px;
                font-size: 13px;
                color: #666;
                padding: 0 20px;
                font-weight: 400;
                border-bottom: 1px solid #f0f0f0; }
              #app header nav ul li ul li.current-menu-item a {
                font-weight: 700;
                color: #00489a;
                color: #333; }
          #app header nav ul li:hover ul {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
            filter: alpha(opacity=100);
            zoom: 1;
            display: block;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
    #app header .social-links {
      float: right;
      height: 70px; }
      #app header .social-links a {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-decoration: none;
        display: block;
        text-align: center;
        float: left;
        color: #7C7C7C;
        border-right: 1px solid #f0f0f0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #app header .social-links a:first-of-type {
          border-left: 1px solid #f0f0f0; }
        #app header .social-links a:hover {
          background: #f0f0f0; }
  #app #stage .grid {
    height: 100%;
    background: #ccc; }  #app #stage #image-stage img{
	    width: 100%;
	    height: auto;
    }
  #app #stage #image-stage {
    height: 480px; }
  #app #stage #searchform {
   /* background: #00489a;*/
position: absolute;
z-index: 100;
opacity: 0.9;
bottom: 0px;
width: 320px;
right: 0px; }
  #app #maskottchen {
    position: absolute;
right: 284px;
bottom: -13px;
width: 150px;}


    #app #maskottchen img{
	    width: 100%;
	    height: auto;
    }
    #app  #breadcrumb{
	    height: 56px;
	    position: absolute;
	    top: -56px;

    }

     #app  #breadcrumb p{
	     margin: 0;
	     line-height: 56px;
	     padding: 0;text-shadow: 1px 1px 0 #000000;
	     color: #fff;
     }

     #app  #breadcrumb p a{
	     color: #fff;
	     text-decoration: none;
	     font-weight: 600;
     }
  #app main {
    /* padding: 0px 0 60px 0; */
    display: block;
    width: 1100px;
    margin: 60px auto !important;
    padding: 0 1rem;
    position: relative;
    *zoom: 1; }
    /* #app main:before, #app main:after {
      content: "";
      display: table; }
    #app main:after {
      clear: both; } */
    #app main h2 {
      color: #2b3d53;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 200;
      letter-spacing: 1px;
      text-decoration: none;
      padding: 0;
      margin: 0 0 60px 0; }
    #app main #boxes {
	    margin-top: 30px;
      *zoom: 1; }
      #app main #boxes:before, #app main #boxes:after {
        content: "";
        display: table; }
      #app main #boxes:after {
        clear: both; }
      #app main #boxes .box {
        width: 340px;
        padding: 5px;
        margin-right: 25px;
        background: #fff;
        float: left; }



        #app main #boxes .box{
	        position: relative;
        }
        #app main #boxes .box h3{
	        background: #00489a;
	        margin: 0;
	        position: absolute;
	        width: auto;
	        padding:0;
	        border-left: 10px solid #d97a09;
	        bottom: 20px;
	        left: -5px;


        }


        #app main #boxes .box h3 a {
          color: #fff;
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 500;
          padding: 8px 20px 8px 10px;
          display: block;
          letter-spacing: 1px;
          text-decoration: none; }
        #app main #boxes .box figure {
          *zoom: 1;
          padding: 0;
          margin: 0; }

          #app main #boxes .box figure {
  padding: 0;
  margin: 0;
}
          #app main #boxes .box figure:before, #app main #boxes .box figure:after {
            content: "";
            display: table; }
          #app main #boxes .box figure:after {
            clear: both; }
          #app main #boxes .box figure a {
            display: block;
            *zoom: 1; }
            #app main #boxes .box figure a:before, #app main #boxes .box figure a:after {
              content: "";
              display: table; }
            #app main #boxes .box figure a:after {
              clear: both; }
          #app main #boxes .box figure img {
            width: 100%;
            height: auto;
            float: left; }
        #app main #boxes .box .more {
          height: 40px;
          line-height: 40px;
          background: #fff;
          width: 100%;
          border-top: 3px solid #00489a; }
          #app main #boxes .box .more a {
            display: block;
            line-height: 40px;
            padding: 0 20px;
            color: #2b3d53;
            text-transform: uppercase;
            text-align: right;
            text-decoration: none; }
        #app main #boxes .box.last {
          margin-right: 0; }
        #app main #boxes .box:hover .more {
          border-color: #fbb104; }
    #app main section {
      width: 100%;
      background: #fff;
      padding: 0 0 60px 0;
      float: left; }
      #app main section.article-list {
        padding: 0; }
      #app main section h2 {
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        letter-spacing: 1px;
        color: #333;
        border-bottom: 1px solid #f0f0f0;
        font-weight: 300; }
      #app main section article {
        padding: 30px 20px;
        border-bottom: 1px solid #f0f0f0;
        *zoom: 1; }
        #app main section article:before, #app main section article:after {
          content: "";
          display: table; }
        #app main section article:after {
          clear: both; }
        #app main section article figure {
          padding: 0;
          margin: 0;
          margin-bottom: 14px;
          display: block;
          float: left; }
          #app main section article figure img {
            max-width: 100%;
            height: auto;
            float: left; }
        #app main section article time {
          font-size: 12px;
          font-size: 0.75rem;
          margin-bottom: 3px;
          display: block; }
        #app main section article.has-thumb figure {
          width: 250px;
          background: #efefef;
          float: left;
          padding: 0;
          margin: 0;
          margin-top: 3px; }
        #app main section article.has-thumb .content {
          width: 420px;
          float: left;
          margin-left: 20px; }
        #app main section article h3 {
          padding: 0;
          margin: 0;
          margin-bottom: 10px;
          color: #333; }
        #app main section article p,
        #app main section article li {
          padding: 0;
          margin: 0;
          margin-bottom: 14px;
          line-height: 1.5; }


        #app main section article li {
	        margin-bottom: 3px;
        }
          #app main section article p a, #app main  .link a,  #app main section article li a {
            color: #00489a;
            text-decoration: none;
            font-weight: 700; }
    #app main aside {
      width: 25%;
      padding-top: 0px;
      float: right; }
      #app main aside .widget {
        margin-bottom: 30px; }
        #app main aside .widget .widget-content {
          background: #fff;
          padding: 20px; }
          #app main aside .widget .widget-content p a {
            color: #7C7C7C;
            text-decoration: none;
            border-bottom: 1px solid #7C7C7C; }
        #app main aside .widget .widget-header {
          width: 90%;
          height: 60px;
          line-height: 60px;
          letter-spacing: 1px;
          display: block;
          text-transform: uppercase;
          padding: 0 5%;
          background: #fff;
          color: #333;
          font-weight: 600;
          font-size: 15px;
          border-bottom: 1px solid #f0f0f0; }
          #app main aside .widget .widget-header i {
            font-size: 22px;
            font-size: 1.375rem;
            margin-right: 5px; }
          #app main aside .widget .widget-header.link {
            width: 320px;
            padding: 0;
            text-align: center;
            font-weight: 200; }
          #app main aside .widget .widget-header a {
            display: block;
            text-decoration: none;
            color: #fff;
            padding: 0 20px;
            background: #00489a; }
        #app main aside .widget.contact-data .widget-content p {
          line-height: 22px; }
          #app main aside .widget.contact-data .widget-content p span {
            width: 60px;
            display: inline-block; }
        #app main aside .widget.opening-hours p {
          line-height: 22px; }
          #app main aside .widget.opening-hours p span {
            width: 100%;
            font-weight: 700;
            margin-top: 12px;
            display: inline-block; }

            #app main aside .widget.opening-hours p span:first-of-type {
	            margin-top: 0;
            }


  #app footer {
    background: #dfdfdf;
    padding: 0px 0 0 0; }
    #app footer ul {
      *zoom: 1; }
      #app footer ul:before, #app footer ul:after {
        content: "";
        display: table; }
      #app footer ul:after {
        clear: both; }
    #app footer ul, #app footer li {
      padding: 0;
      margin: 0;
      list-style: none; }
    #app footer li {
      width: 25%;
      float: left;
      line-height: 40px; }
      #app footer li a {
        color: #7C7C7C;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        font-size: 1rem; }
      #app footer li ul li {
        width: 90%;
        float: none;
        line-height: 25px; }
        #app footer li ul li a {
          font-weight: 400;
          font-size: 14px;
          font-size: 0.875rem; }
    #app footer .copyright {
      border-top: 1px solid #bbb;
      height: 60px;
      line-height: 60px;
      margin-top: 60px; }
      #app footer .copyright a {
        color: #7C7C7C;
        text-decoration: none; }



section article hr{
	border: none;
	border-top: 1px solid #ccc;
	margin: 30px 0;
	height: 0;
}




 #app main section  article.search-item{
	background: #fff;
	margin-bottom: 0px;
	padding: 20px 20px 0 20px;
	position: relative;

}

 article.search-item:after,  article.search-item figure:after {
    content: "";
    clear: both;
    display: table; }

 article.search-item figure{
	width: 19%;
	margin: 0;
	padding: 0;
	float: left;
	}



 article.search-item figure img{
	width: 100%;
	height:	auto;
	float: left;
}

article.search-item h3 {
    font-size: 22px;
    font-weight: 600;
}

 article.search-item h3 a{
	 text-decoration: none;
	 color: #444;

 }

 article.search-item h3 small{
	 font-weight: normal;
     font-weight: 400;
     font-size: 18px;
 }

 article.search-item .search-item-content{
	float: left;
	width: 60%;
	margin-left: 2%;
}

article.search-item.no-thumb .search-item-content{
	margin-left: 0;
	width: 81%
}
article.search-item .action{
	width: 16%;
	position: absolute;
right: 0;
top: 0;
height: 96%;
border-left: 1px solid #efefef;
text-align: center;
padding: 2%;
}

article.search-item .search-item-content p{
	font-size: 12px;
}
article.search-item  .action .price{

font-size: 20px;
font-weight: 700;display: block;
margin-bottom: 10px;
line-height: 20px;



}
article.search-item  .action .price span{
	display: block;
}
article.search-item  .action .price small{
	font-size: 14px;
font-weight: normal;
}


article .button {
  background: #d9e4e6;
  width: 100%;
  height: 28px;
  padding: 0 20px;
  border: none;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
	article .button.orange {
  background: #246979 !important;
  color: #fff !important;
  margin-top: 5px;}



/*!
 * The important stuffs. The ones that you should copy-paste and use.
 */
.paginate {
  text-align: center;
    margin: 2rem 0;}
  .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .paginate li {
    display: inline-block; margin: 3px;
    padding: 0; }
  .paginate a {
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    line-height: 1.125;}

    .paginate a:first-child, .paginate a.first {
      margin-left: 0; }
    .paginate a:last-child, .paginate a.last {
      margin-right: 0; }
    .paginate a:hover, .paginate a:focus {
      color: #246979 !important;
      background-color: #d9e4e6; }
    .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .paginate .active a {
      color: #fff;
      background-color: #246979 !important }
      .paginate .active a:hover {
          color: #fff;
      }


 .attributes-item:after, .team-item:after {
    content: "";
    display: table;
    clear: both; }
      .attributes-item{
	      line-height: 21px;
          display: grid !important;
          grid-template-columns: .4fr 1fr;
      }

      .attributes-item .label{
	      width: auto;
          float: none;

      }

	  .attributes-item .label-value{
          width: auto;
          float: none;
      }

      .print{
	      color: #000;
      }

      .print h3{font-size: 14px;
	      margin-bottom: 4px;
      }


       .print .attributes-item .label{
	      width: 180px; float: left;
	      line-height: 18px;
	      font-size: 12px;
      }

	  .print .attributes-item .label-value{
	      width: 240px; float: left;
	      line-height: 18px;
	      font-size: 12px;
      }




#app main section article h3.padded{
	      margin-top: 21px;
	      font-size: 14px;
	      margin-bottom: 4px;
      }

    .image-component{
	    margin-top: 30px;
	    padding-top: 30px;
	    border-top: 1px solid #efefef;
    }
    .image-component:after, .listitem:after {
    content: "";
    display: table;
    clear: both; }

       .image-component .image-item {
	       width: 23%;
	       border: 3px solid #efefef;
	       height: 120px;
	       overflow: hidden;
	      margin: 0 1% 1% 0;
		   float: left;
		    -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;

    }
    .image-component .image-item a{
	    display: block;
	    width: 100%
    }
    .image-component .image-item:hover{
	    border-color: #ccc;
    }

    .image-component .image-item figure{
	    margin: 0;
	    padding: 0;  display: block;
	    width: 100%
    }

    .image-component .image-item img{
	    width: 100%;
	    height: auto;
	    float: left;
    }

     .image-component .image-item.file{
	     background: #efefef; text-align: center;
     }




      .file-component{
    }
    .file-component:after, .listitem:after {
    content: "";
    display: table;
    clear: both; }

       .file-component .file-item {
	       width: 31.3333%;
	       border: 3px solid #efefef;
	       height: 120px;
	       overflow: hidden;
	      margin: 0 1% 1% 0;
		   float: left;
		    -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;

    }
    .file-component .file-item a{
	    display: block;
	    width: 100%
    }
    .file-component .file-item:hover{
	    border-color: #ccc;
    }

    .file-component .file-item figure{
	    margin: 0;
	    padding: 0;  display: block;
	    width: 100%
    }

    .file-component .file-item img{
	    width: 100%;
	    height: auto;
	    float: left;
    }

     .file-component .file-item.file{
	     background: #efefef; text-align: center;
     }








       #app main section article    .image-component .image-item.file a,
       #app main section article    .file-component .file-item.file a{
	       padding-top: 12px;  padding-bottom: 12px;
	       color: #666;
	       font-size: 12px;
	       text-decoration: none;
	       text-transform: uppercase;

       }
   #app main section article    .file-component .file-item.file img,
   #app main section article    .image-component .image-item.file img{
	    width: 50px;
	    height: 50px;
	    margin: 12px;
	    height: auto;
	    float: none;
	    border-radius: 50%;
    }


      .image-component .image-item.file:hover,
      .file-component .file-item.file:hover{
	    background: #ccc;
    }


     .listitem{

	  padding-bottom: 14px;
	  margin-bottom: 14px;
	  border-bottom: 1px solid #efefef;
     }
     .listitem.header{

	  background: #00489a;
	  color: #fff;
	  margin: 28px 0 12px; 0;
	  padding: 0;
     }
      .listitem:last-of-type{
	      padding:0;
	      border-bottom: none;
	      margin:0;
      }

      .listitem figure{
	      width: 20%;
	      float: left;
	      margin: 0;
      }

      #app main section article .listitem figure{
	      margin: 0;
      }


   .listitem.small figure{
	      width: 15%;
	      float: left;
      }

      .listitem .listtitle{
	      line-height: 100px;
	      width: 30%;
	      float: left;
	      text-align: center;
      }


       .listitem .listcol1{
	      line-height: 100px;
	      width: 25%;
	      text-align: center;
	      float: left;
      }

      .listitem .listcol2{
	      line-height: 100px;
	      width: 25%;
	      text-align: center;
	      float: left;
      }


      .listitem.small .listtitle{
	      line-height: 21px;
	      width: 25%;
	      float: left;
	      text-align: center;
      }

.listitem.small:last-of-type{
	margin-bottom: 30px;
}

      .listitem.small .listcol1{
	      line-height: 21px;
	      width: 20%;
      }
      .listitem.small .listcol2{
	      line-height: 21px;
	      width: 20%;
      }


         .listitem.small .link{
	      line-height: 21px;
	      width: 20%;
	      float: left;
      }


           .listitem.header  .listcol1,
           .listitem.header  .listcol2,
           .listitem.header  .listtitle{
	           line-height: 45px;
           }
     #app main section .gallery-component{
	       margin: 20px -10px
       }

       #app main section .gallery-component .image{
	       width: 25%;
	       float: left;
       }
       #app main section .gallery-component .image .inner{
	       padding: 10px 5px;
       }

        #app main section .gallery-component .image a, .widget.link a{
	        display: block;
	        border-radius: 2px;

	           -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

        }
        #app main section .gallery-component .image img, .widget.link a img{
	        width: 100%;
	        float: left;	        height: auto;
	        border-radius: 2px;

	           -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }


        #app main section .gallery-component .image a:hover img, .widget.link a:hover img{
         opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='80')";
            filter: alpha(opacity=80);

      }

    /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../media/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../media/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../media/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../media/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../media/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../media/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

  #app main table{
	  margin-bottom: 30px;
	  width: 360px;
  }

  #app main table td{
	  width: 180px;
	  line-height: 21px;
	  padding: 4px 0;
	  border-bottom: 1px solid #efefef;
  }
          #app main aside .widget.subnavigation .widget-content{
	          padding: 0;
	          background: #00489a;
          }
          #app main aside .widget.subnavigation .widget-content ul{
	          margin: 0;
	          padding: 0;

          }

          #app main aside .widget.subnavigation .widget-content ul li{
	          list-style: none;
	          padding: 0;
	          margin: 0;

          }
          #app main aside .widget p{
	          margin: 0 0 12px 0;
          }

            #app main aside .widget p:last-of-type{
	          margin: 0;
          }
          #app main aside .widget.subnavigation .widget-content ul li a{
	          padding: 12px 20px;
	          line-height: 21px;
	          font-size: 14px;
	          text-decoration: none;
	          border-bottom: 1px solid #ECE9E9;
	          color: #fff;
	          display: block;
          }

          #app main aside .widget.subnavigation .widget-content ul li.current_page_item a{
	          font-weight: 700;
	          color: #fff;
          }

          .team-item{
	          margin-bottom: 1px;
	        background: #efefef;

  position: relative;
  display: block;padding: 12px;

          }

          .team-component.padded{margin-bottom: 30px;}

          .team-item:last-of-type{

	          margin: 0;

	          border: none;
          }
          .team-item h4{
	          margin: 0 0 12px 0;
	          padding: 0;
          }

           .team-item.firstimage{
	           margin-top: 10px;
           }

          #app main section article
          .team-item figure{
	          width: 120px;
	          float: left;
	          margin: 0 20px 0 0;
	          padding: 0;
          }

          .team-item .team-item-content{
	          float: left;
	          width: 450px;
          }


          #app main section article .team-component h3{
	          padding-top: 30px;
          }

          #app main section article .team-component h3:first-of-type{
	          margin-top: 0;}



	          #app main section article img.alignleft{
		          float: left;
margin-right: 12px;
margin-top: 6px;
	          }



	          #gebiete .listitem .listcol2{
		          width: 70%;
		          text-align: left;
		          line-height: 21px;
	          }
	          #app main section article #gebiete .listitem figure{
		          width: 28%;
		          margin-right: 2%;
		          margin-top: 5px;
	          }

	           #app main section article #gebiete .listitem.ri figure{
		          width: 28%;
		          margin-left: 2%;
		          float: left;
		          margin-right: 0;
		          margin-top: 5px;
	          }

	          .notes{
		          border-bottom: 1px dashed #dadada;
		          margin-bottom: 30px;
		          padding-bottom: 30px;
	          }
	          .notes .facts{
		          width: 35%;
		          float: right;
		          padding: 0;
		          margin: 0 0 0 5%;
	          }

	          .notes .facts ul{

		          padding: 0;
		          margin: 20px 0 0 0;
	          }


	          .page-id-20 #app main section article ul{

		          padding: 0;
		          margin: 20px 0 21px 10px;
	          }
	          .page-id-20 #app main section article li,
	          #app main section article  .notes .facts li{
		          background: url(../media/tick.png) 0 4px no-repeat;
		          background-size: 16px 11px;
		          padding: 0; padding-left: 28px;
		          line-height: 24px;
		          list-style: none;
		          margin: 0 0 3px 0;
	          }
	          .notes .gallery-component{
		          width: 60%;
		          float: left;
		          margin: 0 !important;
	          }



#app main section .notes .gallery-component .image{
	width: 33.3333%;
}


section form .form-column {
  width: 49%;
  margin: 0 1% 2% 0;
  float: left;
  position: relative; }


section form .form-column.captcha-field{
	width: 70%;
}

section form .form-column.captcha-field input{
	font-size: 12px;
}

.form-col-handler button{
	margin-top: 2px;
}
section form .form-column.col-1-3 {
  width: 25%;
  margin: 0 0 3% 0;
  color: #646464; }

section form .form-column label {
  line-height: 46px;
  font-size: 16px; }


  section form .form-column.checkbox label{
	  line-height: 20px;
	  font-size: 13px;
  }

  section form .form-column.checkbox label span  {
	      width: 80%;
    display: inline-block;
    vertical-align: top;
}
  section form .form-column.checkbox label span a{
	  color: #da7a00;
  }

section form .form-column span.error {
  height: 24px;
  width: 24px;
  background: #cd0019;
  color: #fff;
  position: absolute;
  right: 11px;
  border-radius: 50%;
  top: 6px;
  line-height: 24px;
  text-align: center;
  display: block; }

section form .form-column.last {
  margin: 0 0 2% 1%; }

  section form .form-column input[type="text"],
  section form .form-column input[type="date"] {
  height: 36px;
  line-height: normal !important;
  border: none;
  background: #ECE9E9;
  border: 1px solid #ECE9E9;
  width: 100%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333; }

section form .form-column textarea {
  min-height: 138px;
  border: none;
  background: #ECE9E9;
  border: 1px solid #ECE9E9;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333; }

section form .form-column.full {
  margin: 0 0 3% 0;
  width: 100%; }

section form button {
  height: 42px;
  color: #333;
  border: 2px solid #fff;
  padding: 0 20px;
  background: #000;
  display: block;
  float: left; }

section form .select-component select, aside form .select-component select {
  background: transparent;
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 46px;
  -webkit-appearance: none;
  width: 130%; }

  section form.filter .select-component select{
  background: transparent;
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 35px;
  -webkit-appearance: none;
  width: 130%; }

.firefox section form .select-component select {
  padding-top: 12px; }

section form .select-component {
  height: 46px;
  overflow: hidden;
  background: #ECE9E9 url(../media/arrow-down.png) no-repeat 99% 7px;
  background-size: 32px 32px;
  width: 100%;
  display: block;
  border: 1px solid #ECE9E9;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  cursor: pointer; }



section form.filter .select-component {
  height: 35px;
  overflow: hidden;  float: right;
  background: #ECE9E9 url(../media/arrow-down.png) no-repeat 99% 5px;
  background-size: 26px 26px;
  width: 150px;
  display: block;
  border: 1px solid #ECE9E9;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  cursor: pointer; }

section form.loading button {
  padding-left: 35px;
  color: #fff;
  background: #00489a;
  background: url(../media/loading.gif) 10px center no-repeat; }
.btn-primary{

  color: #fff;
  background: #00489a;
}
section form h3 {
  color: #000; }

.json-message {
  width: 100%;
  background: grey;
  display: none;
  margin-bottom: 10px; }

#app main section article .json-message p {
  padding: 14px;
  margin: 0;
  color: #fff; }

.json-message.successmail {
  background-color: #009640;
  color: #fff; }

.json-message.errormail {
  background-color: #c10a27;
  color: #fff; }

.json-message.errormail {
  background-color: #cd0019;
  color: #fff; }

  #search-handler{
	  background: #00489a;
	  padding: 10px 20px;
	  color: #fff;
	  position: absolute;
  height: 40px;
  bottom: -49px;
	  left: 230px;
	  font-weight: 700;
	  cursor: pointer

  }

  #search-handler small,
  #hotline small{
	  font-weight: 300;
	  text-transform: uppercase;
  }
  #hotline{
	  background: #da7a00;
	  padding: 10px 20px;
	  color: #fff;
	  font-weight: 700;
	  position: absolute;
  height: 40px;
  bottom: -49px;
  }






  #printpage #hotline{
	  bottom: auto;
	  top: 0;
  }

  .close-search{
	  font-weight: 700;
	  color: #fff;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  font-size: 12px;
	  cursor: pointer;right: 60px;
  bottom: -5px;
  position: absolute;
  }




  /*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; float: right; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_brand { float:left }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/* Button */
.slicknav_btn {
      margin: 15px 130px 0 0;
    text-decoration:none;

    background-color: #fff;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #00489a;
    font-weight: bold;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #00489a;
}
.slicknav_menu {
    background:#fff;
    min-height: 60px;
}
.slicknav_nav {
    color:#fff;
    margin:0px 0 0 0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin: 30px 0 0 0;
}
.slicknav_nav ul  ul{
	margin: 0;
}
.slicknav_nav li{

    border-top: 1px solid #dadada;
}
.slicknav_nav .slicknav_row {
}
.slicknav_nav a{
    padding: 0 20px;
    margin: 0;
    text-decoration:none;
    color:#444;
    height: 40px;
    line-height: 40px;
}.slicknav_nav ul  ul a{
	padding-left: 40px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;
}
.slicknav_brand {
	color:#fff;
	font-size: 18px;
	line-height:30px;
	padding:7px 12px;
	height:44px;
}

.show-mobile{
	display: none;
}

#logo-mobile{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	display: none;
	left: 10px;
}

#mobile-nav{
	display: none;
}

#logo-mobile a{
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -99999px;

	background: url(/apple-touch-icon-152x152.png) 0 0 no-repeat;
	background-size: 60px 60px;
}

.mobile-search-handler{
	display: none;
}

#news-frontend{
	background: #fff;
	background: rgba(255,255,255,0.75);
	padding: 50px 12px 12px 12px;
	position: relative;
	margin-bottom: 12px;
}

#news-frontend h3{
	background: #da7a00;
	color: #fff;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 12px 20px;
	left: 0;
}


#app.inserat {
    height: auto;
    margin-bottom: 5rem;
}

.inserat {

    article .button.orange {
        width: auto;
    }

    .article-list h2 strong {
        font-weight: 600;
    }
    article h3,
    article h3.padded {
        font-size: 1.25rem !important;
        font-weight: 400;
    }

    .attributes-item {
        line-height: 1.5;
        font-weight: 300;
    }

    .image-component {

        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
        grid-row-gap: .5rem;
        grid-column-gap: .5rem;

        .image-item.file figure {
            display: flex !important;
            align-items: center;
        }

        .image-item {
            width: auto;
            height: auto;
            float: none;
            margin: 0;

            figure {
                aspect-ratio: 3/2;
                overflow: visible;
                width: 100%;
                height: 100%;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }


    }


    .form-col-handler {

        .form-column.checkbox label span a {
            color: #246979;
            text-decoration: underline;
        }

        button[type="submit"] {
            padding: .8rem 2rem 2rem;
            background-color: #246979;
            border-color: #d9e4e6;
            color: #fff;

            &:hover {
                background-color: #144f5d;
            }
        }
    }


}
