#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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 {
  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"], /* 1 */
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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

/* ============================================================================
@COMMON -> VARIABLES
========================================================================= */
/* Colors
========================================================================= */
/**
* Brand colors
*/
/**
* Gray scales
*/
/**
* Font colors
*/
/* Font
========================================================================= */
/**
* Font family
*/
/**
* Font weights
* Basierend auf die eingebundenen Google Font Styles
*/
/**
* Font sizes
*/
/**
* Headlines
*/
/* Z-Indexes
========================================================================= */
/* Display and media-query sizes
========================================================================= */
/**
* Display sizes
*
* 1. Phone portrait
* 2. Phone landscape
* 3. Tablet portrait
* 4. Tablet landscape
* 5. Desktop
*/
/**
* Media-query min-width
*/
/**
* Media-query max-width
*/
/* Content sizes
========================================================================= */
/* ============================================================================
@COMMON -> REMPX-MIXIN
========================================================================= */
/**
 * Usage examples:
 * @include rem(font-size, 1.8rem)
 * @include rem(margin, 10px 20px 30px 40px)
 */
.contact__success,
.contact__error,
.contact__full {
  display: none;
  text-align: center;
}

form {
  *zoom: 1;
}
form:before, form:after {
  content: "";
  display: table;
}
form:after {
  clear: both;
}
form .hidden {
  visibility: collapse;
  height: 0;
}
form .form-column {
  width: 100%;
}
form .form-column {
  *zoom: 1;
}
form .form-column:before, form .form-column:after {
  content: "";
  display: table;
}
form .form-column:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  form .form-column {
    padding: 0 10px;
    width: 50%;
    float: left;
  }
}
form .form-full {
  clear: both;
  margin-top: 40px;
  padding: 0 10px;
}
form .widget,
form .submit_container {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 0 2rem 0;
  vertical-align: top;
}
form .widget-3,
form .submit_container-3 {
  float: left;
  width: 30%;
}
form .widget-7,
form .submit_container-7 {
  float: left;
  width: calc(70% - 10px);
  margin-left: 10px;
}
form input[type=search] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
form input.text,
form input.password,
form input.captcha,
form input.submit,
form textarea,
form select {
  position: relative;
  display: block;
  padding: 10px;
  border: 2px solid #f2f2f2;
  color: #3f362c;
  font-weight: 400;
  width: 100%;
  background-color: #ffffff;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}
form input.text:focus,
form input.password:focus,
form input.captcha:focus,
form input.submit:focus,
form textarea:focus,
form select:focus {
  outline: none;
}
form input.text + label,
form input.password + label,
form input.captcha + label,
form input.submit + label,
form textarea + label,
form select + label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  padding: 5px 11px;
  color: #cccccc;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px; /* 9 */
  font-size: 1.2rem; /* 9 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form input.submit {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f2f2f2;
}
form .checkbox_container span,
form .radio_container span {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
form .checkbox_container input,
form .radio_container input {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 20px;
}
form .checkbox_container input + label:before,
form .radio_container input + label:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f2f2f2;
}
form .checkbox_container input + label:before {
  font-family: "FontAwesome";
}
form .checkbox_container input:checked + label:before {
  content: "\f00c";
  color: #ffffff;
  background-color: rgb(251, 245, 235);
  border-color: rgb(251, 245, 235);
}
form .radio_container input + label:before {
  border-radius: 50%;
  font-size: 1rem;
}
form .radio_container input:checked + label:before {
  border: 5px solid rgb(235, 121, 35);
}
form fieldset {
  border: 0;
  padding: 0;
}

/* Search
========================================================================= */
.mod_search input.text {
  width: 380px;
  display: inline-block;
}
.mod_search input.submit {
  width: 150px;
  display: inline-block;
}
.mod_search .header {
  margin: 20px 0;
}
.mod_search .url {
  visibility: collapse;
  height: 0;
}

/* ============================================================================
@COMPONENTS -> TEXT
========================================================================= */
/* Misc. text styles
========================================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #3f362c;
  line-height: 1.3;
  font-size: 1.4rem;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

strong,
b {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: rgb(235, 121, 35);
  outline: none;
}
a:hover {
  text-decoration: underline;
}

ul,
ol {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

blockquote {
  font-style: italic;
}

/* Headlines
========================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
}

h1 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 320px) {
  h1 {
    font-size: calc(0 * 100vw + 14px);
  }
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  margin: 0 0 20px;
  padding: 5px 0;
  border-bottom: 5px solid;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media only screen and (min-width: 320px) {
  h2 {
    font-size: calc(0 * 100vw + 14px);
  }
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  border-bottom: 1px solid #C1C1C1;
  font-size: 1.4rem;
}
@media only screen and (min-width: 320px) {
  h3 {
    font-size: calc(0 * 100vw + 14px);
  }
}
@media only screen and (min-width: 960px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 320px) {
  h4 {
    font-size: calc(0.003125 * 100vw + 11px);
  }
}
@media only screen and (min-width: 960px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 320px) {
  h5 {
    font-size: calc(0.003125 * 100vw + 11px);
  }
}
@media only screen and (min-width: 960px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 320px) {
  h6 {
    font-size: calc(0.003125 * 100vw + 11px);
  }
}
@media only screen and (min-width: 960px) {
  h6 {
    font-size: 1.4rem;
  }
}

/* ============================================================================
@LAYOUT -> COOKIEBAR
========================================================================= */
/* Cookie bar
========================================================================= */
#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  z-index: 999;
  text-align: center;
}
#cookie-bar p {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 30px;
  margin: 0;
}
#cookie-bar a {
  display: inline;
  font-size: 1.2rem;
  line-height: 20px;
  border: 0;
  margin: 0;
  margin-left: 20px;
  padding: 5px 30px;
  color: #ffffff;
  background-color: rgb(235, 121, 35);
  font-weight: 700;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#cookie-bar a:hover {
  color: #ffffff;
  background-color: rgb(136, 206, 228);
}
/* ============================================================================
@COMMON -> VARIABLES
========================================================================= */
/* Colors
========================================================================= */
/**
* Brand colors
*/
/**
* Gray scales
*/
/**
* Font colors
*/
/* Font
========================================================================= */
/**
* Font family
*/
/**
* Font weights
* Basierend auf die eingebundenen Google Font Styles
*/
/**
* Font sizes
*/
/**
* Headlines
*/
/* Z-Indexes
========================================================================= */
/* Display and media-query sizes
========================================================================= */
/**
* Display sizes
*
* 1. Phone portrait
* 2. Phone landscape
* 3. Tablet portrait
* 4. Tablet landscape
* 5. Desktop
*/
/**
* Media-query min-width
*/
/**
* Media-query max-width
*/
/* Content sizes
========================================================================= */
/* ============================================================================
@COMMON -> REMPX-MIXIN
========================================================================= */
/**
 * Usage examples:
 * @include rem(font-size, 1.8rem)
 * @include rem(margin, 10px 20px 30px 40px)
 */
/* ============================================================================
@COMPONENTS -> BASE
========================================================================= */
/* Viewport
========================================================================= */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Misc. text styles
========================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Alignments
========================================================================= */
.align-left {
  text-align: left;
}

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

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

/* Contao specific
========================================================================= */
body, form, figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

header, footer, nav, section, aside, article, figure, figcaption {
  display: block;
}

#container, .inside {
  position: relative;
}

#main, #left, #right {
  float: left;
  position: relative;
}

#main {
  width: 100%;
}

#left {
  margin-left: -100%;
}

#right {
  margin-right: -100%;
}

#footer {
  clear: both;
}

#main .inside {
  min-height: 1px;
}

.ce_gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.block {
  overflow: hidden;
}

.clear, #clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom {
  display: block;
}

#container:after, .custom:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================================
@LAYOUT -> SECTIONS
========================================================================= */
/* HTML / BODY
========================================================================= */
html,
body {
  height: 100%;
  background-color: #f5f5f5;
}
html.sidebar-active,
body.sidebar-active {
  overflow: hidden;
}

/* Wrapper
========================================================================= */
@media only screen and (max-width: 1023px) {
  #wrapper {
    padding-top: 82px;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
  }
}

/* Header
========================================================================= */
@media only screen and (max-width: 1023px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgb(235, 121, 35);
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #header {
    background-image: url("../../files/images/bg_header.gif");
    background-repeat: repeat-x;
  }
}
#header .inside {
  background: url("../../files/images/bg_header_inside.jpg") no-repeat;
  max-width: 960px;
  margin: 0 auto;
  height: 82px;
  background-position: 0 -79px;
}
@media only screen and (min-width: 1024px) {
  #header .inside {
    background-position: center top;
    height: 270px;
    border: 0;
  }
}

/* container
========================================================================= */
#container {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #container {
    padding-left: 240px;
  }
}

/* Main
========================================================================= */
@media only screen and (min-width: 1024px) {
  #main {
    padding-left: 20px;
  }
}
#main .inside {
  padding: 40px 20px;
  background-color: #ffffff;
  min-height: 500px;
}

/* Left
========================================================================= */
#left {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #left {
    display: block;
    right: 240px;
    width: 240px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Footer
========================================================================= */
#footer {
  background-color: #c2c2c2;
  background-image: url("../../files/images/bg_footer.gif");
  background-repeat: repeat-x;
}
#footer .inside {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  #footer .inside {
    padding: 20px;
  }
}

/* Scroll container
========================================================================= */
.scroll {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  bottom: 0;
}
.scroll__container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: width 100ms ease-in-out;
  transition: width 100ms ease-in-out;
}
.scroll__container__content {
  overflow: hidden;
  padding: 0 20px 0 0;
}

/* Style sheet xNavigation */
.pagination {
  margin-top: 20px;
}
.pagination p {
  margin-bottom: 10px;
  border-top: 1px solid #C1C1C1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination ul li {
  float: left;
  margin-right: 5px;
  padding: 5px;
  background-color: #FBF5EB;
  list-style-type: none;
}

.mainmenue {
  display: none;
  height: 40px;
  top: 200px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .mainmenue {
    display: block;
  }
}
.mainmenue ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mainmenue li {
  float: left;
  margin: 0 40px 0 0;
  background: url("../../files/images/bg_mainmenue_normal.gif") center top no-repeat;
  list-style-type: none;
}
.mainmenue li:hover {
  background: url("../../files/images/bg_mainmenue_active.gif") center top no-repeat;
}
.mainmenue li.active {
  background: url("../../files/images/bg_mainmenue_active.gif") center top no-repeat;
}
.mainmenue li.trail {
  background: url("../../files/images/bg_mainmenue_active.gif") center top no-repeat;
}
.mainmenue span.active {
  font-weight: 400;
  color: #ffffff;
  list-style-type: none;
}
.mainmenue a.trail {
  font-weight: 400;
  color: #ffffff;
  list-style-type: none;
}
.mainmenue a {
  vertical-align: middle;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
}
.mainmenue a:hover {
  text-decoration: none;
  text-transform: uppercase;
}
.mainmenue p {
  vertical-align: middle;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
}
.mainmenue strong {
  vertical-align: middle;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
}

.submenue {
  width: 240px;
}
.submenue ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.submenue li {
  vertical-align: middle;
  background-color: #fffcf8;
  border-top: 1px solid #ffdfc5;
  line-height: 30px;
  list-style-type: none;
}
.submenue li.last {
  border-bottom: 1px solid #ffdfc5;
}
.submenue a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 30px;
  color: #4C4C4C;
}
.submenue a:active {
  color: #4C4C4C;
}
.submenue a:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #343434;
}
.submenue p {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 30px;
}
.submenue span {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 30px;
}
.submenue li.active {
  background-color: #fec99f;
  list-style-type: none;
}
.submenue li.trail {
  background-color: #fec99f;
  list-style-type: none;
}

* html .mod_navigation ul {
  height: 1px;
}
* html .mod_navigation li {
  height: 1px;
}
*:first-child + html .mod_navigation .parent {
  height: 3px;
}

.mod_navigation p {
  margin: 0;
  padding: 0;
}
.mod_navigation .submenu {
  margin: -2px 0 0 0;
  padding: 0;
  border-top: 0px;
}
@media only screen and (min-width: 1024px) {
  .mod_navigation .submenu {
    margin: -2px 0 0 8px;
  }
}

.mod_breadcrumb {
  display: none;
  height: 30px;
  top: 240px;
  position: absolute;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .mod_breadcrumb {
    display: block;
  }
}
.mod_breadcrumb li {
  display: inline-block;
}
.mod_breadcrumb a {
  color: #3f362c;
}
.mod_breadcrumb .active {
  font-weight: 400;
  color: #ffffff;
}

/* Burger Icon
========================================================================= */
.burger-icon {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  float: right;
  top: 5px;
}
@media only screen and (min-width: 1024px) {
  .burger-icon {
    display: none;
    width: 90px;
    height: 90px;
  }
}
.burger-icon i {
  color: rgb(235, 121, 35);
  line-height: 70px;
  width: 70px;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .burger-icon i {
    line-height: 90px;
    width: 90px;
  }
}

/* Mobile Menu
========================================================================= */
#off-canvas {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  overflow: auto;
  z-index: 89;
}
#off-canvas:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 89;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,c6c6c6+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(rgba(242, 242, 242, 0.5)));
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e0e0e0", endColorstr="#c6c6c6",GradientType=0 ); /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  #off-canvas {
    display: none;
  }
}

/* Mobile nav
========================================================================= */
.mod_navigation__mobile {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mod_navigation__mobile ul.level_1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod_navigation__mobile ul.level_1 li {
  padding-right: 40px;
}
.mod_navigation__mobile ul.level_1 li a,
.mod_navigation__mobile ul.level_1 li span {
  padding-left: 20px;
  display: block;
  color: #3f362c;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 40px;
  vertical-align: middle;
  border-right: 1px solid #cccccc;
}
.mod_navigation__mobile ul.level_1 li a.active, .mod_navigation__mobile ul.level_1 li a.trail,
.mod_navigation__mobile ul.level_1 li span.active,
.mod_navigation__mobile ul.level_1 li span.trail {
  color: rgb(235, 121, 35);
}
.mod_navigation__mobile ul.level_1 li.submenu {
  position: relative;
}
.mod_navigation__mobile ul.level_1 li.submenu i {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 40px;
  background-color: #f5f5f5;
  color: #cccccc;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.mod_navigation__mobile ul.level_1 li.is-open i.is-active:before {
  content: "\f068";
  border-color: #ffffff;
}
.mod_navigation__mobile ul.level_2 {
  display: none;
  background-color: #ffffff;
}
.mod_navigation__mobile ul.level_2 li {
  padding-right: 0;
}
.mod_navigation__mobile ul.level_2 li.submenu i {
  left: auto;
  right: 0;
  border-left: 1px solid #f2f2f2;
  border-right: 0;
  background-color: #f2f2f2;
}
.mod_navigation__mobile ul.level_2 li a,
.mod_navigation__mobile ul.level_2 li span {
  display: block;
  color: #6e6e6e;
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  vertical-align: middle;
}
.mod_navigation__mobile ul.level_2 li a.active, .mod_navigation__mobile ul.level_2 li a.trail,
.mod_navigation__mobile ul.level_2 li span.active,
.mod_navigation__mobile ul.level_2 li span.trail {
  color: rgb(235, 121, 35);
}
.mod_navigation__mobile ul.level_3 {
  display: none;
  background-color: #f2f2f2;
}
.mod_navigation__mobile ul.level_3 a,
.mod_navigation__mobile ul.level_3 span {
  font-weight: 300;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.image_container.float_right {
  margin: 0 !important;
}
@media only screen and (min-width: 480px) {
  .image_container.float_right {
    float: right;
    width: 35%;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
  }
}
.image_container.float_left {
  margin: 0 !important;
}
@media only screen and (min-width: 480px) {
  .image_container.float_left {
    float: left;
    width: 35%;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 480px) {
  .ce_gallery ul {
    margin: 0 -5px;
  }
}
.ce_gallery ul li {
  display: block;
  margin: 5px 0;
}
@media only screen and (min-width: 480px) {
  .ce_gallery ul li {
    margin: 5px;
    display: inline-block;
  }
}
@media only screen and (min-width: 480px) {
  .ce_gallery ul.cols_2 li {
    width: calc(50% - 13px);
  }
  .ce_gallery ul.cols_3 li {
    width: calc(33.3333333333% - 13px);
  }
  .ce_gallery ul.cols_4 li {
    width: calc(25% - 13px);
  }
  .ce_gallery ul.cols_5 li {
    width: calc(20% - 13px);
  }
  .ce_gallery ul.cols_6 li {
    width: calc(16.6666666667% - 13px);
  }
}

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media only screen and (min-width: 480px) {
  .googlemap {
    padding-bottom: 56.25%;
  }
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style sheet divs */
.mod_sprechzeiten {
  padding: 10px;
  background: rgb(235, 121, 35) url("../../files/images/bg_sprechzeiten.gif") left top repeat-x;
  font-weight: 400;
  color: #ffffff;
}
#footer .mod_sprechzeiten {
  background: none;
  border-top: 1px solid #3f362c;
  border-bottom: 1px solid #3f362c;
  text-align: center;
  color: #3f362c;
  padding: 20px;
  line-height: 1.6;
}
@media only screen and (min-width: 1024px) {
  #footer .mod_sprechzeiten {
    display: none;
  }
}

.mod_auto_completer {
  display: none;
  right: 0;
  top: 5px;
  width: 280px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .mod_auto_completer {
    display: block;
  }
}
#off-canvas .mod_auto_completer {
  display: block;
  position: relative;
  left: 50%;
  margin-top: 100px;
  margin-left: -140px;
  text-align: center;
}
#off-canvas .mod_auto_completer .text {
  width: 100%;
}
#off-canvas .mod_auto_completer .submit {
  display: none;
}

.mod_contactsmall {
  display: none;
  right: 0;
  top: 160px;
  position: absolute;
  text-align: right;
  color: rgb(235, 121, 35);
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .mod_contactsmall {
    display: block;
  }
}
#footer .mod_contactsmall {
  position: relative;
  top: 0;
  display: block;
  text-align: center;
  color: #3f362c;
  line-height: 1.6;
  padding-bottom: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  #footer .mod_contactsmall {
    display: none;
  }
}

.mod_copyright {
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
  margin-top: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .mod_copyright {
    text-align: left;
    line-height: 40px;
    margin-top: 0;
  }
}

.mod_logo {
  left: 0;
  position: absolute;
  top: 15px;
  left: 20px;
}
.mod_logo img {
  width: 220px;
  height: 59px;
}
@media only screen and (min-width: 1024px) {
  .mod_logo {
    top: 80px;
    left: 0;
  }
  .mod_logo img {
    width: 260px;
    height: 70px;
  }
}
.mod_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  border: 0px;
}

p {
  margin: 0;
  padding: 0;
}

pre {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

#left h2 {
  border-color: rgb(235, 121, 35);
}

#main h2 {
  border-color: #88CEE4;
}

optgroup {
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: normal;
}

span.highlight {
  font-weight: 400;
  color: rgb(235, 121, 35);
}

/* Style sheet xElements */
.ce_accordion {
  background-color: #FBF5EB;
}
.ce_accordion .toggler {
  padding: 5px 10px;
  font-weight: 400;
  cursor: pointer;
}

.accordion {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
.accordion p {
  margin-bottom: 1.5em;
}

.ce_text {
  line-height: 1.5;
}
.ce_text p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.ce_list ul {
  margin: 0;
  padding: 0;
}
.ce_list li {
  margin: 0 0 0 22px;
  padding: 0;
  line-height: 1.4;
}

* html .ce_list li {
  margin: 0 0 0 26px;
}
*:first-child + html .ce_list li {
  margin: 0 0 0 26px;
}

.ce_table table {
  border-left: 1px solid #cccccc;
}
.ce_table td {
  padding: 2px 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.ce_table th {
  padding: 2px 8px;
  background-color: #e6e6e6;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.ce_gallery table {
  width: 100%;
}
.ce_gallery td {
  text-align: center;
  vertical-align: middle;
}

html > body .mime_icon {
  top: -1px;
  position: relative;
}

/* ============================================================================
@COMPONENTS -> ARTICLE
========================================================================= */
/* Basic
========================================================================= */
.mod_article {
  width: 100%;
}
.mod_article .content-text .rte {
  padding-bottom: 1em;
}

.contact__success,
.contact__error,
.contact__full {
  display: none;
  text-align: center;
}

form {
  *zoom: 1;
}
form:before, form:after {
  content: "";
  display: table;
}
form:after {
  clear: both;
}
form .hidden {
  visibility: collapse;
  height: 0;
}
form .form-column {
  width: 100%;
}
form .form-column {
  *zoom: 1;
}
form .form-column:before, form .form-column:after {
  content: "";
  display: table;
}
form .form-column:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  form .form-column {
    padding: 0 10px;
    width: 50%;
    float: left;
  }
}
form .form-full {
  clear: both;
  margin-top: 40px;
  padding: 0 10px;
}
form .widget,
form .submit_container {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 0 2rem 0;
  vertical-align: top;
}
form .widget-3,
form .submit_container-3 {
  float: left;
  width: 30%;
}
form .widget-7,
form .submit_container-7 {
  float: left;
  width: calc(70% - 10px);
  margin-left: 10px;
}
form input[type=search] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
form input.text,
form input.password,
form input.captcha,
form input.submit,
form textarea,
form select {
  position: relative;
  display: block;
  padding: 10px;
  border: 2px solid #f2f2f2;
  color: #3f362c;
  font-weight: 400;
  width: 100%;
  background-color: #ffffff;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}
form input.text:focus,
form input.password:focus,
form input.captcha:focus,
form input.submit:focus,
form textarea:focus,
form select:focus {
  outline: none;
}
form input.text + label,
form input.password + label,
form input.captcha + label,
form input.submit + label,
form textarea + label,
form select + label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  padding: 5px 11px;
  color: #cccccc;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px; /* 9 */
  font-size: 1.2rem; /* 9 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form input.submit {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f2f2f2;
}
form .checkbox_container span,
form .radio_container span {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
form .checkbox_container input,
form .radio_container input {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 20px;
}
form .checkbox_container input + label:before,
form .radio_container input + label:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f2f2f2;
}
form .checkbox_container input + label:before {
  font-family: "FontAwesome";
}
form .checkbox_container input:checked + label:before {
  content: "\f00c";
  color: #ffffff;
  background-color: #fbf5eb;
  border-color: #fbf5eb;
}
form .radio_container input + label:before {
  border-radius: 50%;
  font-size: 1rem;
}
form .radio_container input:checked + label:before {
  border: 5px solid rgb(235, 121, 35);
}
form fieldset {
  border: 0;
  padding: 0;
}

/* Search
========================================================================= */
.mod_search input.text {
  width: 380px;
  display: inline-block;
}
.mod_search input.submit {
  width: 150px;
  display: inline-block;
}
.mod_search .header {
  margin: 20px 0;
}
.mod_search .url {
  visibility: collapse;
  height: 0;
}

/* ============================================================================
@COMPONENTS -> IMAGES
========================================================================= */
figure {
  margin: 0;
  padding: 0;
}
figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.content-gallery ul {
  margin-left: -5px;
  margin-right: -5px;
}
.content-gallery ul li {
  padding: 5px;
  list-style-type: none;
}

.content-gallery[class*=cols-4] ul li {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 992px) {
  .content-gallery[class*=cols-4] ul li {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .content-gallery[class*=cols-4] ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .content-gallery[class*=cols-4] ul li {
    width: 100%;
  }
}

.content-gallery[class*=cols-3] ul li {
  width: 33.3333333333%;
  float: left;
}
@media (max-width: 767px) {
  .content-gallery[class*=cols-3] ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .content-gallery[class*=cols-3] ul li {
    width: 100%;
  }
}

/* ============================================================================
@COMPONENTS -> TEXT
========================================================================= */
/* Misc. text styles
========================================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #3f362c;
  line-height: 1.3;
  font-size: 1.4rem;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

strong,
b {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: rgb(235, 121, 35);
  outline: none;
}
a:hover {
  text-decoration: underline;
}

ul,
ol {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

blockquote {
  font-style: italic;
}

/* Headlines
========================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
}

h1 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 320px) {
  h1 {
    font-size: calc(0 * 100vw + 14px);
  }
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  margin: 0 0 20px;
  padding: 5px 0;
  border-bottom: 5px solid;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media only screen and (min-width: 320px) {
  h2 {
    font-size: calc(0 * 100vw + 14px);
  }
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  border-bottom: 1px solid #C1C1C1;
  font-size: 1.4rem;
}
@media only screen and (min-width: 320px) {
  h3 {
    font-size: calc(0 * 100vw + 14px);
  }
}
@media only screen and (min-width: 960px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 320px) {
  h4 {
    font-size: calc(0.003125 * 100vw + 11px);
  }
}
@media only screen and (min-width: 960px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 320px) {
  h5 {
    font-size: calc(0.003125 * 100vw + 11px);
  }
}
@media only screen and (min-width: 960px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 320px) {
  h6 {
    font-size: calc(0.003125 * 100vw + 11px);
  }
}
@media only screen and (min-width: 960px) {
  h6 {
    font-size: 1.4rem;
  }
}

/* ============================================================================
@LAYOUT -> COOKIEBAR
========================================================================= */
/* Cookie bar
========================================================================= */
#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  z-index: 999;
  text-align: center;
}
#cookie-bar p {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 30px;
  margin: 0;
}
#cookie-bar a {
  display: inline;
  font-size: 1.2rem;
  line-height: 20px;
  border: 0;
  margin: 0;
  margin-left: 20px;
  padding: 5px 30px;
  color: #ffffff;
  background-color: rgb(235, 121, 35);
  font-weight: 700;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#cookie-bar a:hover {
  color: #ffffff;
  background-color: rgb(136, 206, 228);
}
