/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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 */
}
/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Layout
 */
/*
 * Fonts
 */
/*
 * Colors
 */
/*
 * Mobile navigation
 */
/*
 * Pager
 */
/*
 * Clearfix
 */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
 * Schatten werden abgeschnitten
 */
.floatbox {
  display: block;
  overflow: hidden;
}
/*
 * Funktioniert nicht zusammen mit position: relative. Alternative: floatbox-fl
 * overflow und max-width werden aufgrund display: table ignoriert
 */
.floatbox-t {
  display: table;
  overflow: visible;
  width: 100%;
}
.floatbox-fl {
  float: left;
  width: 100%;
}
/*
 * Flexbox display
 * flex | inline-flex
 */
/*
 * Flex Flow Direction
 * - applies to: flex containers
 * row | row-reverse | column | column-reverse
 */
/*
 * Display Order
 * - applies to: flex items
 * <integer>
 */
/*
 * Flexibillity
 * none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
 */
/*
 * Flex Line Wrapping
 * - applies to: flex containers
 * nowrap | wrap | wrap-reverse
 */
/*
 * Axis Alignment
 * - applies to: flex containers
 * flex-start | flex-end | center | space-between | space-around
 */
/*
 * Packing Flex Lines
 * - applies to: multi-line flex containers
 * flex-start | flex-end | center | space-between | space-around | stretch
 */
/*
 * Cross-axis Alignment
 * - applies to: flex containers
 * flex-start | flex-end | center | baseline | stretch
 */
/*
 * Cross-axis Alignment
 * - applies to: flex items
 * auto | flex-start | flex-end | center | baseline | stretch
 */
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row [class*="col-"],
.row [id^="col"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .row [class*="col-"],
  .row [id^="col"] {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
/*
 * Equal heights columns
 * http://thelucid.com/2010/12/03/the-solution-to-fluid-inconsistencies-and-equal-height-columns/
 * http://thelucid.com/2010/12/08/the-solution-to-fluid-inconsistencies-and-equal-height-columns-revisited/
 *
 * Does not work with anchors
 * http://hdrlab.org.nz/blog/fixing-the-page-anchors-and-content-disappearing-under-the-header-problem/
 *
 * Use javascript: $('#base-row').eqHeight('> [id^="col"]');
 * Or background image if possible.
 */
.row-equal {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.row-equal > [class*="col-"],
.row-equal > [id^="col"] {
  z-index: 1;
}
.row-equal > [class*="col-"]:after,
.row-equal > [id^="col"]:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: -1px;
  bottom: -9999px;
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .row-equal > [class*="col-"]:after,
  .row-equal > [id^="col"]:after {
    display: none;
  }
}
.col-span-12 {
  width: 100%;
}
.col-span-11 {
  width: 91.66666667%;
}
.col-span-10 {
  width: 83.33333333%;
}
.col-span-9 {
  width: 75%;
}
.col-span-8 {
  width: 66.66666667%;
}
.col-span-7 {
  width: 58.33333333%;
}
.col-span-6 {
  width: 50%;
}
.col-span-5 {
  width: 41.66666667%;
}
.col-span-4 {
  width: 33.33333333%;
}
.col-span-3 {
  width: 25%;
}
.col-span-2 {
  width: 16.66666667%;
}
.col-span-1 {
  width: 8.33333333%;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-pull-1 {
  right: 8.33333333%;
}
/* Common layout settings */
html {
  height: 100%;
}
body {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  max-width: 1280px;
  margin: 0 auto 0 auto;
  background: #fff;
}
.no-flexbox #page_container {
  min-height: 0;
}
#page_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 60px;
  background: inherit;
}
#header,
#menu_top_wrapper,
nav.path,
#footer {
  background: inherit;
  -webkit-box-flex: none;
  -webkit-flex: none 1 0%;
  -ms-flex: none 1 0%;
  flex: none 1 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0 !important;
    background: #fff !important;
  }
  #page_container {
    margin: 0 auto 0 0;
  }
  #page_content {
    padding-bottom: 0;
  }
}
/* 1 column layout */
/* 2 columns layout, the smaller one on the left */
/* 2 columns layout, the smaller one on the right */
/* 3 columns layout */
/* Responsive */
@media only screen and (max-width: 767px) {
  #row_main {
    margin-left: 0;
    margin-right: 0;
  }
  #col1,
  #col2,
  #col3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 421px) {
  #col1,
  #col2,
  #col3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*
 * Break points (maxima)
 */
/*
 * Utility aliases
 */
/*
 * Hide and show elements
 */
.hideForSmartphone {
  display: block;
}
.showForSmartphone {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .hideForSmartphone {
    display: none !important;
  }
  .showForSmartphone {
    display: block !important;
  }
}
/*
 * Responsive Images
 */
.imgResponsive {
  display: block;
  height: auto;
  max-width: 100%;
}
/*
 * Responsive Videos
 */
.videoResponsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoResponsive iframe,
.videoResponsive object,
.videoResponsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * Responsive SVG
 */
/*
 * Retina resolution
 */
/* Menü */
/* Standard Einstellungen */
ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
}
/* Horizontales Menü */
ul.menu_horizontal {
  display: block;
  overflow: hidden;
}
ul.menu_horizontal li {
  float: left;
}
/* Dropdown Menü */
ul.menu_dropdown {
  display: block;
  overflow: hidden;
  /* 1. Level */
  /* 2. Level */
}
ul.menu_dropdown li {
  float: left;
}
ul.menu_dropdown a {
  display: block;
}
ul.menu_dropdown ul {
  position: absolute;
  left: -999em;
  z-index: 5;
}
ul.menu_dropdown ul li {
  float: none;
}
ul.menu_dropdown ul a {
  white-space: nowrap;
}
ul.menu_dropdown > li:hover ul,
ul.menu_dropdown > li.hover_intent ul {
  left: auto;
}
/* Mobile navigation */
#mobile_topbar {
  display: none;
}
ul.impressum_mobile_nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #page_container > :not(.mobile_navigation) {
    position: relative;
    z-index: 99;
    -webkit-transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  #page_container > :first-child {
    margin-top: 55px;
  }
  .mobile_navigation {
    position: fixed !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 70% !important;
    height: 100% !important;
    background: #3b3b3b !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 55px !important;
    float: none !important;
    overflow: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    visibility: hidden;
    -webkit-transition: visibility 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: visibility 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  .mobile_navigation ul {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .mobile_navigation > ul:last-child {
    margin-bottom: 80px !important;
  }
  .mobile_navigation li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    line-height: inherit !important;
    text-align: left !important;
    text-transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .mobile_navigation li.active > a {
    background: #888888 !important;
  }
  .mobile_navigation li::after {
    display: none !important;
  }
  .mobile_navigation a {
    display: block !important;
    color: #ffffff !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-top: 1px solid #666666 !important;
    background: none !important;
    text-align: left !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    text-transform: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .mobile_navigation a:hover {
    text-decoration: none !important;
    background: #888888 !important;
  }
  .mobile_navigation a::before {
    content: '' !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
  }
  .mobile_navigation a::after {
    display: none !important;
  }
  .mobile_navigation ul ul {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    background: inherit !important;
  }
  .mobile_navigation ul ul li {
    margin: 0 !important;
    padding: 0 !important;
  }
  .mobile_navigation ul ul a {
    margin: 0 !important;
    padding: 8px 0 8px 40px !important;
  }
  #mobile_topbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 55px;
    background: #777777;
    -webkit-transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    margin-top: -2px;
    top: 2px;
    transition: background-color 0s 0.13s linear;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: '';
    display: block;
  }
  .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger-inner::after {
    bottom: -10px;
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  html.mobile_nav #page_container > :not(.mobile_navigation),
  html.mobile_nav #mobile_topbar {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
  }
  html.mobile_nav .mobile_navigation {
    visibility: visible;
  }
  html.mobile_nav .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
  }
  html.mobile_nav .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  html.mobile_nav .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
  ul.impressum_mobile_nav {
    display: block;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) {
  html.mobile_nav .mobile_navigation {
    width: 50% !important;
  }
  html.mobile_nav #page_container > :not(.mobile_navigation),
  html.mobile_nav #mobile_topbar {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
/* Listen */
ul,
ol {
  margin: 0 0 1em 0;
  padding-left: 2.5em;
}
li {
  line-height: 1.5;
}
li ul,
li ol,
li dl {
  margin-bottom: 0;
}
/* Links */
a {
  color: #2d9eaf;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
/* Bilder */
img {
  vertical-align: middle;
}
img.right {
  float: right;
  margin: 0 0 10px 10px;
}
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
.svg-container svg {
  display: block;
}
/* Überschriften */
h1 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
h1 + h2 {
  margin-top: 0;
}
h2 {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}
h3 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  text-decoration: none;
}
/* Absätze */
p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
/* Datum/Uhrzeit */
abbr.timestamp {
  border-bottom: none;
}
/* Tabellen */
td {
  padding: 0;
}
div.page_content_columns {
  margin-bottom: 15px;
}
/* Seiten-Element: 2 Spalten (1:1) */
div.page_content_left11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  div.page_content_left11 {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
div.page_content_right11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  div.page_content_right11 {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
/* Seiten-Element: 2 Spalten (2:1) */
div.page_content_left21 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666667%;
}
@media only screen and (max-width: 767px) {
  div.page_content_left21 {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
div.page_content_right21 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  div.page_content_right21 {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
/* Seiten-Element: 2 Spalten (1:2) */
div.page_content_left12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  div.page_content_left12 {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
div.page_content_right12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666667%;
}
@media only screen and (max-width: 767px) {
  div.page_content_right12 {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
/* Seiten-Element: Text mit Bild */
div.page_content_textimage {
  clear: both;
  margin-bottom: 15px;
}
div.page_content_textimage img {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  div.page_content_textimage img {
    position: static;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
div.page_content_textimage ul {
  margin: 0 0 10px 0;
  padding-left: 1.2em;
  overflow: hidden;
}
div.page_content_textimage ul li {
  list-style-position: outside;
}
/* Seiten-Element: Einzelnes Bild */
div.page_content_image {
  text-align: center;
}
/* Spezielle Links */
a.extern,
#col1 a[href^=http],
#col3 a[href^=http] {
  background: url(../../gfx/link.extern.png) no-repeat right 50%;
  padding: 0 14px 0 0;
}
a.noextern {
  background: none !important;
  padding: 0 !important;
}
a.print {
  background: url(../../gfx/link.print.png) no-repeat left 50%;
  padding: 0 0 0 22px;
}
/* Pfad */
nav.path ul,
.pagehead ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.path li,
.pagehead li {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  white-space: nowrap;
}
nav.path a,
.pagehead a {
  margin-right: 5px;
}
nav.path a {
  color: #000;
  margin-right: 5px;
}
/* Ajax Lade-Animation */
#ajax_loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 9999;
  background: #000;
  border-radius: 8px;
}
#ajax_loading div {
  width: 44px;
  height: 44px;
  background: url(../../gfx/ajax.loading.gif) center center no-repeat;
}
/* Forms */
table.form td {
  padding: 2px 0;
  vertical-align: top;
}
table.form td.label {
  text-align: right;
  padding: 6px 25px 0 0;
}
form.form label {
  padding: 0 20px 0 0;
  font-weight: bold;
}
form.form div.line {
  margin-bottom: 10px;
  display: table;
  /* floatbox */
}
form.form div.line label {
  float: left;
  display: block;
  padding-top: 3px;
}
form.form div.line label.top {
  float: none;
  padding-top: 0;
  margin-bottom: 3px;
}
form.form div.line label.right {
  margin-left: 10px;
}
form.form div.line input,
form.form div.line select {
  float: left;
}
textarea {
  resize: none;
}
input,
select,
textarea {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed !important;
  background: #eee;
  color: #999;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
optgroup option {
  margin-left: 20px;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 2px 0 0;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
input[type="checkbox"][disabled],
input[type="radio"][disabled],
input[type="checkbox"][readonly],
input[type="radio"][readonly] {
  background-color: transparent;
}
label.checkbox,
label.radio {
  display: inline-block;
  padding-left: 18px;
  vertical-align: middle;
}
label.checkbox input[type="checkbox"],
label.radio input[type="radio"] {
  float: left;
  margin-left: -18px;
}
label.checkbox + label.checkbox,
label.radio + label.radio {
  margin-left: 18px;
}
input[type="reset"].reset,
input[type="submit"].submit,
.button {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 4px 12px;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  background-color: #f5f5f5;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
}
input[type="reset"].reset:hover,
input[type="submit"].submit:hover,
.button:hover {
  background-position: 0 -15px;
  background-color: #e6e6e6;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  text-decoration: none;
}
input[type="reset"].reset:active,
input[type="submit"].submit:active,
.button:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="reset"].reset:focus,
input[type="submit"].submit:focus,
.button:focus {
  outline: none;
}
input[type="reset"].reset[disabled],
input[type="submit"].submit[disabled],
.button[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}
input[type="reset"].reset a,
input[type="submit"].submit a,
.button a {
  color: inherit;
}
/* Placeholders */
.placeholder {
  color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
/* Fieldsets */
fieldset {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
legend {
  color: #333;
  padding: 0 5px;
  font-size: 15px;
}
/* Links */
a.arrow {
  background: url(../../gfx/link.arrow.png) no-repeat left 50%;
  padding: 0 0 0 16px;
}
a.pdf {
  background: url(../../gfx/link.pdf.png) no-repeat left 50%;
  padding: 0 0 0 25px;
}
a.doc {
  background: url(../../gfx/link.doc.png) no-repeat left 50%;
  padding: 0 0 0 22px;
}
a.rar {
  background: url(../../gfx/link.rar.png) no-repeat left 50%;
  padding: 0 0 0 22px;
}
/* Boxen */
div.box {
  border: 1px solid #E6E6E4;
  background-color: #F5F6F1;
  padding: 5px;
  margin-bottom: 10px;
}
div.box2 {
  background-color: #F5F6F1;
  padding: 5px;
  margin-bottom: 10px;
}
/* Listen */
ul.arrow {
  list-style: none;
  padding-left: 0;
}
ul.arrow li {
  background: url(../../gfx/link.arrow.png) no-repeat left 50%;
  padding: 0 0 0 16px;
  margin: 0;
}
/* Absätze */
p.small {
  font-size: 11px;
}
/* Spalten */
#kontakt_left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  #kontakt_left {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
#kontakt_right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666667%;
  border-left: 1px solid #D3D3D3;
  padding: 0 15px 0 30px;
}
@media only screen and (max-width: 767px) {
  #kontakt_right {
    float: none !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
/* hCard */
div.vcard {
  line-height: 1.5;
}
/* Beide Formulare */
#kontakt .line,
#anfahrt .line,
#kontakt .form_element_wrapper,
#anfahrt .form_element_wrapper {
  width: 100%;
}
/* Kontakt-Formular */
#kontakt_name,
#kontakt_email,
#kontakt_betreff {
  width: 100%;
}
#kontakt_nachricht {
  width: 100%;
  height: 180px;
}
#captcha .form_element_wrapper {
  width: auto;
}
/* Anfahrt-Formular */
#anfahrt_strasse,
#anfahrt_plz,
#anfahrt_ort {
  width: 100%;
}
#anfahrt_plz_column {
  padding-right: 5px;
}
#anfahrt_ort_column {
  padding-left: 0;
}
/* Google Maps */
#gmap {
  height: 400px !important;
}
#gmap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div.maps_infowindow {
  color: #333;
  line-height: normal;
  font-size: 14px;
  white-space: nowrap;
}
/* Responsive */
@media only screen and (max-width: 767px) {
  #kontakt_left,
  #kontakt_right {
    float: none;
    width: auto;
  }
  #kontakt_left {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  #kontakt_right {
    border: 0;
    padding: 0 15px;
  }
  .captcha_arrow {
    display: none !important;
  }
  #kontakt_captcha {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .submit {
    width: 100%;
  }
  #anfahrt_plz_column {
    padding-right: 15px;
  }
  #anfahrt_ort_column {
    margin-top: 10px;
    padding-left: 15px;
  }
  #gmap {
    height: 300px !important;
  }
}
#menu_top_wrapper,
#menu_main_wrapper {
  padding: 10px 0 10px 15px;
}
#menu_top_wrapper ul,
#menu_main_wrapper ul {
  max-width: 1280px;
  margin: 0 auto;
}
#menu_top_wrapper li,
#menu_main_wrapper li {
  display: inline-block;
  margin: 0 40px 0 0;
}
#menu_top_wrapper a,
#menu_main_wrapper a {
  font-size: 18px;
}
#menu_top_wrapper {
  background: #fff;
}
#menu_top_wrapper a {
  color: #111111;
  text-transform: uppercase;
}
#menu_main_wrapper {
  background: #111111;
}
#menu_main_wrapper ul {
  padding-left: 20px;
}
#menu_main_wrapper li.active a {
  color: #2d9eaf;
}
#menu_main_wrapper a {
  color: #fff;
}
#menu_main_wrapper a:hover {
  color: #2d9eaf;
  text-decoration: none;
}
/* Content */
#col1 {
  width: 100%;
  padding-left: 95px;
  padding-right: 95px;
}
/* Hide sidebar and navigation */
#col2,
#col3 {
  display: none;
}
* {
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #F2F2F2;
  color: #111111;
  padding: 0;
}
#page_content {
  font-size: 14px;
}
/* Header */
#header {
  background: #f7a723 url(../../themes/schoell/gfx/header.png) no-repeat left top;
  background-size: contain;
  height: 200px;
}
#header_content {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
#header_content a {
  display: block;
}
/* Logo */
#logo {
  display: block;
  height: auto;
  max-width: 100%;
  float: right;
  height: 190px;
}
/* Content */
#col1 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
  float: none;
}
@media screen and (min-width: 421px) {
  #col1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #col1 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1281px) {
  #col1 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/* Footer-Bilder */
#footer_images_wrapper {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 421px) {
  #footer_images_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #footer_images_wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1281px) {
  #footer_images_wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
#footer_images_wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 20px;
}
#footer_images_wrapper > div:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-bottom: 92.36842104999999%;
}
#footer_images_wrapper > div:after {
  content: "";
  display: table;
  clear: both;
}
#footer_images_wrapper a {
  display: inline-block;
  font-size: 22px;
}
#footer_images_wrapper .shop {
  background-image: url(../../themes/schoell/gfx/footer.shop.bg.jpg);
}
#footer_images_wrapper .sqark {
  background-image: url(../../themes/schoell/gfx/footer.sqark.bg.jpg);
}
#footer_images_wrapper .online_shop {
  background-image: url(../../themes/schoell/gfx/footer.online.bg.jpg);
}
@media screen and (min-width: 769px) {
  #footer_images_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer_images_wrapper > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-bottom: 0;
  }
  #footer_images_wrapper a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #footer_images_wrapper a {
    font-size: 22px;
  }
}
/* Footer */
#footer {
  font-size: 14px;
  color: #aaa;
  text-align: center;
  padding: 0 10px 5px 0;
}
#footer a {
  color: #aaa;
}
/* Teaser */
#teaser_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../../themes/schoell/gfx/teaser.bg.jpg) no-repeat left 50%;
  padding: 35px 25px;
  border-bottom: 25px solid #111111;
}
#teaser_wrapper div.headline {
  color: #111111;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
#teaser_wrapper div.headline a {
  color: inherit;
}
#teaser_wrapper div.headline a:hover {
  text-decoration: none;
}
#teaser_wrapper #teaser_box {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background: #f7a723 no-repeat 120% 10px;
  background-image: url(/svg/icon.position.svg?c=d28e1e);
  background-size: auto 70%;
  float: right;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
#teaser_wrapper #teaser_box h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-align: left;
}
#teaser_wrapper #teaser_box p {
  text-align: left;
}
#teaser_wrapper #teaser_box span {
  display: inline-block;
  width: 60px;
  font-weight: 600;
}
#teaser_wrapper #teaser_box .button_blue {
  font-size: 24px;
  padding: 10px 35px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 421px) {
  #teaser_wrapper div.headline {
    font-size: 50px;
  }
  #teaser_wrapper #teaser_box h4 {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  #teaser_wrapper {
    display: block;
    overflow: hidden;
    padding: 30px 50px 30px 70px;
    margin: 0 15px;
  }
  #teaser_wrapper #teaser_box {
    padding: 30px 55px;
    text-align: left;
    width: 35%;
    margin: 0;
  }
  #teaser_wrapper #teaser_box .button_blue {
    float: right;
    display: inline;
  }
}
.page_sqark #teaser_wrapper {
  background-image: url(../../themes/schoell/gfx/teaser.sqark.bg.jpg);
}
.page_sqark #teaser_wrapper div.headline {
  color: #fff;
}
.page_sqark #teaser_wrapper #teaser_box {
  background-image: url(/svg/icon.sqark.svg?c=d28e1e);
}
/* Überschriften */
.pagehead {
  margin-bottom: 30px;
}
.pagehead h1 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
/* Button */
a.button_blue,
a.button_orange,
a.button_border,
#kontakt .submit,
#anfahrt .submit {
  text-transform: uppercase;
  padding: 8px 20px !important;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #2d9eaf;
  transition: all .4s ease;
  background-image: none !important;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}
a.button_blue:hover,
a.button_orange:hover,
a.button_border:hover,
#kontakt .submit:hover,
#anfahrt .submit:hover {
  background: #207481 !important;
  border: 1px solid #207481;
  text-decoration: none;
  color: #fff;
}
a.button_blue,
#kontakt .submit,
#anfahrt .submit {
  background: #2d9eaf !important;
  color: #fff;
}
a.button_orange {
  background: #f7a723;
  color: #fff;
  border: 1px solid #f7a723;
}
a.button_border {
  color: #2d9eaf;
}
/* Kontakt */
h2.contact {
  font-size: 16px;
}
/* Partner */
div.partner {
  margin-top: 40px;
}
div.partner .row {
  margin-bottom: 30px;
}
div.partner a {
  background-image: none !important;
  padding: 0 !important;
}
@media print {
  body,
  #page_container,
  #page_content,
  #cols {
    margin: 0;
    padding: 0;
    border: 0;
  }
  #page_container,
  #page_content {
    width: 100% !important;
  }
  #header,
  #menu_top_wrapper,
  #footer,
  #debug,
  #sqldebug {
    display: none;
  }
  body * {
    font-family: "Times New Roman", Times, serif;
  }
  code,
  pre {
    font-family: "Courier New", Courier, mono;
  }
  body {
    font-size: 12pt;
    text-align: left;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  #col2,
  #col3 {
    display: none;
  }
}
/*
 * Styles für mobile Endgeräte
 */
@media only screen and (max-width: 767px) {
  #page_container > :first-child {
    margin-top: 0;
  }
  #header {
    margin-top: 55px;
    position: relative;
    z-index: 99;
    -webkit-transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    background-size: cover;
    background-position: right 50%;
  }
  #nav_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    padding-top: 55px;
    background: #3b3b3b;
  }
  #nav_wrapper > nav {
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  #nav_wrapper > nav > ul:last-child {
    margin-bottom: 0 !important;
  }
  #menuitem_main_startseite {
    display: none !important;
  }
  html.mobile_nav #header {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
  }
  #col1 {
    padding-bottom: 0;
  }
  #footer {
    display: none;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-300.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-300.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-300italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-300italic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-italic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-600.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-600.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-700.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-600italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-600italic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-700italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-700italic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-800.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-800.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(../../res/assets/fonts/open-sans/open-sans-v15-latin-800italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('open-sans-v15-latin-800italic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@media screen {
  #piwik_warning {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1000;
    width: 420px;
    margin-left: -210px;
    padding: 2px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    font-size: 16px;
    font-family: Arial, sans-serif;
  }
}
