/*! normalize.css v3.0.1 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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;
}
.group:before,
.group:after,
.clearfix:before,
.clearfix:after,
.zweispaltig:before,
.zweispaltig:after {
  content: "";
  display: table;
}
.group:after,
.clearfix:after,
.zweispaltig:after {
  clear: both;
}
.ie6 .group,
.ie7 .group,
.ie6 .zweispaltig,
.ie7 .zweispaltig,
.ie6 .clearfix,
.ie7 .clearfix {
  zoom: 1;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300.eot');
  src: local(''), url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../../templates/fluidv2/fonts/open-sans-v29-latin-regular.eot');
  src: local(''), url('../../../templates/fluidv2/fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300italic.eot');
  src: local(''), url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../templates/fluidv2/fonts/open-sans-v29-latin-300italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../../../templates/fluidv2/fonts/roboto-condensed-v25-latin-300.eot');
  src: local(''), url('../../../templates/fluidv2/fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../templates/fluidv2/fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../templates/fluidv2/fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../../templates/fluidv2/fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../templates/fluidv2/fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body {
  font-family: 'Open Sans', sans-serif;
}
.zweispaltig {
  margin: 10px -20px 10px;
}
.spalte {
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  width: 50%;
}
.small {
  font-size: 13px;
  line-height: 1.4;
}
img.bild-links {
  float: left;
  margin: 0 16px 10px 0;
  width: 40%;
}
img.bild-rechts {
  float: right;
  margin: 0 0 10px 16px;
  width: 40%;
}
img.bild-full {
  float: none;
  width: 100%;
  height: auto;
}
img.bild-links-noscale {
  float: left;
  margin: 0 20px 10px 0;
}
img.bild-rechts-noscale {
  float: right;
  margin: 0 0 10px 20px;
}
img.bild-noscale {
  float: none;
  margin: 0;
}
.label_kontakt {
  width: 70px;
  display: inline-block;
}
.bigtext {
  font-size: 21px;
  padding-bottom: 8px;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
.contentTop {
  background-color: #cbbb9f;
  padding: 20px 0;
}
/* Anpassungen für Editor */
.editor p,
.editor ul {
  font-size: 14px;
  line-height: 1.4;
}
.editor div {
  border: none;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.editor .zweispaltig {
  clear: left;
  display: inline-block;
  background: #ededed;
  width: 100%;
  margin: 20px 0;
}
p.headerleft {
  text-align: left;
}
p.headerright {
  text-align: right;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #1d1d1b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.container {
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
#navi .container {
  max-width: 880px;
  padding: 0;
}
body.lm #mainCenter {
  float: left;
  width: 100%;
}
body.lm #mainCenter .contentMargin {
  margin-left: 280px;
}
body.lm #mainLeft {
  float: left;
  margin-right: -100%;
  width: 250px;
  position: relative;
}
body.lmr #mainCenter {
  float: left;
  width: 100%;
}
body.lmr #mainCenter .contentMargin {
  margin: 0 280px 0 280px;
}
body.lmr #mainLeft {
  float: left;
  margin-right: -100%;
  width: 250px;
  position: relative;
}
body.lmr #mainRight {
  float: right;
  margin-left: -100%;
  width: 250px;
}
body.mr #mainCenter {
  float: left;
  width: 100%;
}
body.mr #mainCenter .contentMargin {
  margin-right: 280px;
}
body.mr #mainRight {
  float: right;
  margin-left: -100%;
  width: 250px;
}
.contentTop {
  background-color: #cbbb9f;
  padding: 20px 0;
  width: 100%;
}
.contentTop a:link,
.contentTop a:visited {
  color: #fff;
}
a:link,
a:visited {
  color: #2daae1;
  transition: all .4s ease;
  text-decoration: none;
}
a:hover {
  color: #1b8dc0;
}
h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.2;
}
h2 {
  color: #2daae1;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
h3 {
  color: #2daae1;
  font-size: 20px;
  font-weight: 400;
}
b,
strong {
  font-weight: 400;
}
#main ul,
#main li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main ul li {
  margin: 1em;
  margin-left: 3em;
}
#main ul li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #cbbb9f;
  line-height: 1.7;
}
.cButton {
  color: #fff;
  background: #2daae1;
  padding: 8px 25px;
  border: medium none;
  cursor: pointer;
  text-decoration: none;
  transition: all .4s ease;
  display: inline-block;
}
.cButton:hover {
  background: #cbbb9f;
}
input[type="text"],
select,
textarea {
  border: 1px solid #aaa;
  padding: 5px;
}
a#toTop {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  display: block;
  background: #2daae1;
  color: #fff;
  text-align: center;
}
a#toTop:hover {
  background: #1b8dc0;
}
.rescale {
  padding-bottom: 20px;
}
.rescale .uk-grid img {
  max-width: 100%;
  height: auto;
}
.rescale .uk-panel-teaser img,
.rescale .uk-panel img {
  max-width: 100% !important;
  height: auto;
}
.responsive-video {
  position: relative;
  margin-top: 0;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
::selection {
  background: #2daae1;
  background: rgba(45, 170, 225, 0.99);
  color: #fff;
}
::-moz-selection {
  background: #2daae1;
  background: rgba(45, 170, 225, 0.99);
  color: #fff;
}
#headerTop {
  background-color: #2daae1;
  padding: 70px 0 20px 0;
  overflow: hidden;
}
#head1 {
  width: 100%;
}
#head1 .moduletable.claim {
  position: absolute;
  left: 20px;
  bottom: 0;
}
#head1 .moduletable.logo {
  float: right;
  margin-right: -128px;
}
#navi {
  z-index: 1000;
}
#navi #jux_megamenucss3 #js-mainnavcss3 {
  padding: 10px 0;
}
#navi #jux_megamenucss3 #js-mainnavcss3 div.megaMenuToggle {
  margin-left: 0;
  padding-left: 0;
}
#navi #jux_megamenucss3 #js-mainnavcss3 div.megaMenuToggle .jux-fa.jux-fa-bars {
  color: #1d1d1b;
  float: left;
  font-size: 30px;
}
#navi #jux_megamenucss3 #js-meganav ul.level0 span.menu-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
#navi #jux_megamenucss3 #js-meganav ul.level0 li {
  width: 18%;
  margin: 1%;
}
#navi #jux_megamenucss3 #js-meganav ul.level0 li a {
  padding: 5px 17px;
  border: 3px solid #fff;
  text-align: center;
}
#navi #jux_megamenucss3 #js-meganav ul.level0 li a:hover,
#navi #jux_megamenucss3 #js-meganav ul.level0 li a.active {
  border-color: #1d1d1b;
}
#mainTop {
  background: #dedee0;
}
#mainTop .custom {
  position: relative;
}
#mainTop p {
  position: absolute;
  font-size: 24px;
  text-transform: uppercase;
  top: 30%;
  max-width: 60%;
}
#mainTop p.headerleft {
  left: 0;
}
#mainTop p.headerright {
  right: 0;
}
#mainTop img {
  display: block;
  max-width: 100%;
  height: auto;
}
#footer {
  overflow: auto;
  background-color: #1d1d1b;
  margin-top: 20px;
  padding: 20px 0;
}
#footer .boxInner .boxInner {
  padding: 0;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  display: inline-block;
  list-style: none;
  margin: 0 20px 0 0;
}
#footer ul li a {
  text-decoration: none;
}
#footer #footer1,
#footer #footer2 {
  width: 50%;
  float: left;
}
#footer #footer2 ul {
  float: right;
}
#footer #footer2 li {
  margin: 0 0 0 20px;
}
.uk-modal {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.uk-subnav-pill > * > * {
  padding: 10px 15px;
  background: #f7f7f7;
  text-decoration: none;
  border-radius: 5px;
}
.uk-subnav-pill > .uk-active > * {
  background: #1d1d1b;
  box-shadow: none;
  color: #FFFFFF;
}
.uk-article-meta {
  font-size: 12px;
}
/* Google Maps */
.gm-style-iw input[class="button"] {
  background: #1d1d1b none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  padding: 5px 15px;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 5px;
}
.gm-style-iw input[class="button"]:hover {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #444;
}
.gm-style-iw input {
  margin-top: 10px !important;
}
#jux_megamenucss3 .jux-fa.jux-fa-bars::after {
  content: " Menü";
  display: block;
  float: right;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 27px;
  margin-left: 13px;
  text-transform: none;
  vertical-align: middle;
  font-weight: 300;
}
#jux_megamenucss3 .megamenu .js-megamenu {
  font-family: 'Open Sans';
}
@media (max-width: 1100px) {
  #head1 .moduletable.logo {
    margin-right: 0;
  }
}
@media (max-width: 940px) {
  a#toTop {
    display: none !important;
  }
  #navi #jux_megamenucss3 #js-meganav ul.level0 li {
    width: auto;
  }
  #navi .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #main .uk-panel.uk-panel-box {
    margin: 0;
  }
  #navi #jux_megamenucss3 #js-meganav ul.level0 li {
    border-radius: 0;
  }
  #navi #jux_megamenucss3 #js-meganav ul.level0 li a {
    border-radius: 0;
  }
  #navi #js-meganav {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #navi #jux_megamenucss3 #js-meganav ul.level0 li {
    margin: 0;
    width: 100%;
  }
  #navi #jux_megamenucss3 #js-meganav ul.level0 li a {
    text-align: left;
    border: medium none !important;
    padding: 5px 0;
  }
  #navi #jux_megamenucss3 #js-meganav ul.level0 li a:hover span.menu-title,
  #navi #jux_megamenucss3 #js-meganav ul.level0 li a.active span.menu-title {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  body.m #mainCenter,
  body.lm #mainCenter,
  body.lmr #mainCenter,
  body.mr #mainCenter,
  body.m #mainLeft,
  body.lm #mainLeft,
  body.lmr #mainLeft,
  body.mr #mainLeft,
  body.m #mainRight,
  body.lm #mainRight,
  body.lmr #mainRight,
  body.mr #mainRight {
    float: none;
    margin: 0;
    width: 100%;
  }
  body.m #mainCenter .contentMargin,
  body.lm #mainCenter .contentMargin,
  body.lmr #mainCenter .contentMargin,
  body.mr #mainCenter .contentMargin {
    margin: 0;
  }
  #head1,
  #head2 {
    width: 100%;
    float: none;
    text-align: center;
  }
  #head1 .boxInner,
  #head2 .boxInner {
    padding: 0;
  }
  #head1 .moduletable.logo,
  #head1 .moduletable.claim {
    position: static;
    float: none;
  }
  #head1 .moduletable.logo img,
  #head1 .moduletable.claim img {
    max-width: 100%;
    height: auto;
  }
  #head1 .moduletable.claim {
    margin-top: 20px;
  }
  #headerTop {
    padding-top: 20px;
  }
}
@media (max-width: 639px) {
  .zweispaltig .spalte {
    width: 100%;
    float: none;
  }
  #footer #footer1,
  #footer #footer2 {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer #footer1 ul,
  #footer #footer2 ul {
    float: none;
  }
  #footer #footer1 ul li,
  #footer #footer2 ul li {
    margin: 0 20px 0 0;
  }
  #footer #footer2 {
    margin-top: 20px;
  }
  #mainTop .container {
    padding: 0;
  }
  #mainTop p {
    position: static;
    padding: 10px 20px;
    background: #fff;
    max-width: 100%;
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  a {
    text-decoration: underline;
  }
  #main .bild-noscale {
    margin: 20px auto 0 !important;
    display: block;
  }
}
.rl_sliders.accordion > .accordion-group {
  border: medium none;
  border-bottom: 1px solid #dedee0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}
.rl_sliders.accordion > .accordion-group:last-child {
  border-bottom: medium none;
  margin-bottom: 0;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
  padding: 0;
  color: #2daae1;
  font-size: 20px;
  text-decoration: none;
  box-shadow: none !important;
  transition: none !important;
  background: #fff;
  margin-left: 1.5em;
  font-weight: 400;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #2daae1;
  margin-left: -1.5em;
  float: left;
  line-height: 2em;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
  background: #fff;
  color: #2daae1;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
  color: #2daae1;
  text-decoration: none;
  background: #fff;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle:before {
  content: "\f068";
}
.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
  border-top: medium none;
  padding: 0 0 15px 0;
}
.rl_sliders .collapse {
  height: 0;
}
.bfClearfix .bfQuickMode section.bfElemWrap {
  background: none;
  padding: 0 0 20px 0;
  border-radius: 0;
}
.bfClearfix .bfQuickMode section.bfElemWrap .bfElementGroupNoWrap {
  float: left;
  width: 300px;
}
.bfClearfix .bfQuickMode textarea:focus,
.bfClearfix .bfQuickMode input[type="text"]:focus,
.bfClearfix .bfQuickMode input[type="password"]:focus,
.bfClearfix .bfQuickMode select:focus {
  outline: medium none;
}
.bfClearfix .bfQuickMode .bfMaxLengthCounter,
.bfClearfix .bfQuickMode .bfRequired {
  color: #2daae1;
}
.bfClearfix .bfQuickMode .bfNextButton,
.bfClearfix .bfQuickMode .bfSubmitButton,
.bfClearfix .bfQuickMode .bfCancelButton {
  color: #fff;
  background: #2daae1;
  padding: 8px 25px;
  border: medium none;
  cursor: pointer;
  text-decoration: none;
  transition: all .4s ease;
  display: inline-block;
}
.bfClearfix .bfQuickMode .bfNextButton:hover,
.bfClearfix .bfQuickMode .bfSubmitButton:hover,
.bfClearfix .bfQuickMode .bfCancelButton:hover {
  background: #cbbb9f;
}
.bfClearfix .bfQuickMode .bfLabelLeft label {
  margin: 0;
  width: 30%;
  margin-right: 2%;
}
.bfClearfix .bfQuickMode section input[type="text"],
.bfClearfix .bfQuickMode section textarea,
.bfClearfix .bfQuickMode section select {
  margin: 0;
  width: 68%;
}
.bfClearfix .bfQuickMode textarea {
  width: 100% !important;
}
.bfClearfix .bfQuickMode .bfErrorMessage {
  background: #c70000;
  margin-bottom: 20px;
}
.bfClearfix .bfQuickMode .bfErrorMessage .bfError {
  color: #fff;
  font-weight: 300;
}
.bfClearfix .bfQuickMode .bfPageIntro {
  padding: 0;
}
.bfClearfix .bfQuickMode .bfSectionDescription,
.bfClearfix .bfQuickMode .bfRequired {
  font-weight: 300;
}
@media (max-width: 768px) {
  .bfQuickMode input[type="text"],
  .bfQuickMode select,
  .bfQuickMode textarea,
  .bfQuickMode .uneditable-input,
  .bfQuickMode input[type="text"]:hover,
  .bfQuickMode textarea:hover,
  .bfQuickMode .uneditable-input:hover,
  .bfQuickMode input[type="text"]:focus,
  .bfQuickMode textarea:focus,
  .bfQuickMode .uneditable-input:focus {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
