/*! 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'> ]
 */
.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%;
}
#page_container {
  display: block;
  overflow: hidden;
  min-height: 100%;
  max-width: 960px;
  margin: 0 auto 0 auto;
  background: #fff;
}
#page {
  background: inherit;
  padding-bottom: 60px;
}
#header {
  background: inherit;
}
nav.path {
  background: inherit;
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  #page_container {
    margin: 0 auto 0 0;
  }
  #page {
    padding-bottom: 0;
  }
  /*
	 * To overlap off-canvas navigation. Don't set this in normal mode, because
	 * #row_main has negative left/right margins.
	 */
  #row_main {
    background: inherit;
  }
}
/* 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 {
    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;
  }
  #col1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #col2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #col3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*
 * 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%;
}
/* 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 {
  left: auto;
}
/* Mobile navigation */
#mobile_topbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  #page > :not(#menu_top_wrapper) {
    position: relative;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #page > :first-child {
    margin-top: 50px;
  }
  /* Auf 100% Höhe bringen, um die Navigation zu überdecken */
  #page {
    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;
  }
  #row_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    flex: 1;
  }
  #footer {
    z-index: 99;
  }
  #menu_top_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 70% !important;
    background: #3b3b3b !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 50px !important;
  }
  #menu_top_wrapper ul {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
  }
  #menu_top_wrapper li {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
  }
  #menu_top_wrapper li.active > a {
    background: #888888 !important;
  }
  #menu_top_wrapper a {
    display: block !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    border: 0 !important;
    border-top: 1px solid #666666 !important;
    background: none !important;
  }
  #menu_top_wrapper a:hover {
    text-decoration: none !important;
    background: #888888 !important;
  }
  #menu_top_wrapper ul ul {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    background: inherit !important;
  }
  #menu_top_wrapper ul ul li {
    margin: 0 !important;
    padding: 0 !important;
  }
  #menu_top_wrapper ul ul a {
    margin: 0 !important;
    padding: 0 0 0 40px !important;
  }
  #mobile_topbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 50px;
    background: #777777;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #mobile_navigation_toggle {
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 5px 0 0 10px;
    padding: 9px 10px;
    cursor: pointer;
    background: none;
    text-shadow: none;
    box-shadow: none;
  }
  #mobile_navigation_toggle:active {
    outline: none;
  }
  #mobile_navigation_toggle span {
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 1px;
    background: #ffffff;
  }
  #mobile_navigation_toggle span + span {
    margin-top: 4px;
  }
  html.mobile_nav #page > :not(#menu_top_wrapper),
  html.mobile_nav #mobile_topbar {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 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: #007597;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
/* Bilder */
img {
  vertical-align: middle;
}
img.right {
  float: right;
  margin: 0 0 10px 10px;
}
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
/* Ü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%;
}
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%;
}
/* 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%;
}
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%;
}
/* 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%;
}
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%;
}
/* 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;
}
button,
input[type="button"],
input[type="reset"],
input[type="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;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="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;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="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);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
  outline: none;
}
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="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;
}
button a,
input[type="button"] a,
input[type="reset"] a,
input[type="submit"] a,
.button a {
  color: inherit;
}
/* Placeholders */
.placeholder {
  color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
/* 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;
}
div.sidebar_box {
  background-color: #f1efe8;
  border: 1px dotted #A5A9AC;
  margin-bottom: 20px;
  border-right-width: 0;
  padding-top: 10px;
}
div.sidebar_box h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 10px;
}
div.sidebar_box h4 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #458000;
}
div.sidebar_box div.content {
  padding: 10px;
}
div.gallery_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 294px;
}
div.gallery_box li {
  float: left;
  margin: 0;
  padding: 0;
  margin: 0 8px 8px 0;
}
div.gallery_box div {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
div.gallery_box img {
  width: auto;
}
@media screen {
  #menu_top {
    background: #F5F5F5;
    border-bottom: 6px solid #57b2b3;
    padding-left: 25px;
  }
  #menu_top li {
    padding: 10px 0;
  }
  #menu_top li:first-child a {
    border: 0;
  }
  #menu_top a {
    color: #333;
    font-size: 16px;
    border-left: 1px solid #E0E0E0;
    padding: 0 15px 0 15px;
  }
  #menu_top li.active {
    background: url(../../themes/ferstl/gfx/menu.active.bg.png) no-repeat center bottom;
  }
  #menu_top li.active a {
    color: #57b2b3;
  }
  /* Content */
  #col1 {
    width: 83.33333333%;
    padding-left: 15px;
    padding-right: 20px;
  }
  /* Sidebar on the right */
  #col2 {
    width: 16.66666667%;
  }
  /* Navigation on the left */
  #col3 {
    display: none;
  }
  /* Hide sidebar on contact and anfahrt pages */
  .page_kontakt #col2,
  .page_anfahrt #col2 {
    display: none;
  }
  .page_kontakt #col1,
  .page_anfahrt #col1 {
    width: 100%;
    left: 0%;
  }
  * {
    font-family: 'OpenSansRegular', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    background: #ffffff url(../../themes/ferstl/gfx/body.bg.png) repeat-x;
    color: #333333;
    padding: 0 30px;
    padding-top: 15px;
  }
  #page {
    font-size: 14px;
  }
  #menu_top_wrapper {
    vertical-align: middle;
  }
  /* Header */
  /* Logo */
  #logo {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 10px 0 20px 0;
    padding: 0 25px;
  }
  #col1 {
    width: 66.66666667%;
    padding-top: 50px;
  }
  #col2 {
    width: 33.33333333%;
    padding-top: 50px;
  }
  /* Footer */
  #footer {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
    color: #aaa;
    text-align: right;
    height: 20px;
    max-width: 960px;
    position: relative;
    margin: -30px auto 0 auto;
    padding: 4px 10px 0 0;
    border-top: 6px solid #F2F2F2;
  }
  #footer a {
    color: #aaa;
  }
  /* Boxen */
  div.sidebar_box {
    background: #f5f5f5;
    border: 0;
    padding: 0;
  }
  div.sidebar_box p {
    padding: 10px;
  }
  div.sidebar_box h3 {
    display: none;
  }
  div.sidebar_box div.content {
    padding: 0;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 16px;
  }
  .page_geschaeftsfuehrung #col2 {
    display: none;
  }
  .page_geschaeftsfuehrung #col1 {
    width: 100%;
    left: 0%;
  }
}
@media print {
  body,
  #page_container,
  #page,
  #cols {
    margin: 0;
    padding: 0;
    border: 0;
  }
  #page_container,
  #page {
    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;
  }
}
@media screen {
  /*! http://responsiveslides.com v1.54 by @viljamis */
  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
  }
}
/*
 * Styles für mobile Endgeräte
 */
@media only screen and (max-width: 767px) {
  #col1 {
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }
  #footer {
    border: 0;
    margin-top: -24px;
  }
  aside .content {
    text-align: center;
  }
}
/* Normals */
@font-face {
  font-family: 'OpenSansLight';
  src: url(../../fonts/open-sans/OpenSans-Light-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-Light-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-Light-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url(../../fonts/open-sans/OpenSans-Regular-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-Regular-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-Regular-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url(../../fonts/open-sans/OpenSans-Semibold-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-Semibold-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-Semibold-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url(../../fonts/open-sans/OpenSans-Bold-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-Bold-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-Bold-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansExtraBold';
  src: url(../../fonts/open-sans/OpenSans-ExtraBold-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-ExtraBold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-ExtraBold-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-ExtraBold-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-ExtraBold-webfont.svg#OpenSansExtraBold) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Italics */
@font-face {
  font-family: 'OpenSansLightItalic';
  src: url(../../fonts/open-sans/OpenSans-LightItalic-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-LightItalic-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-LightItalic-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansItalic';
  src: url(../../fonts/open-sans/OpenSans-Italic-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-Italic-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-Italic-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemiBoldItalic';
  src: url(../../fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url(../../fonts/open-sans/OpenSans-BoldItalic-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-BoldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-BoldItalic-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-BoldItalic-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansExtraBoldItalic';
  src: url(../../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot);
  src: url(../../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff) format('woff'), url(../../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf) format('truetype'), url(../../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraBoldItalic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@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;
  }
}
