/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 1.625em;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}
html {
  color: #00567f;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "VectoraLight";
  src: url("/fonts/1a3c2a4d-d6c2-47ec-928e-8d772d717b78.eot?#iefix");
  src: url("/fonts/1a3c2a4d-d6c2-47ec-928e-8d772d717b78.eot?#iefix") format("eot"), url("/fonts/7588c4c1-d962-4837-940e-bb0c539228da.woff2") format("woff2"), url("/fonts/54b2f2d7-29b5-45cd-879b-8bf46146f49b.woff") format("woff"), url("/fonts/956855dc-6292-4a42-ab8d-994570c2d8ad.ttf") format("truetype"), url("/fonts/d8613183-6c61-4d4d-ad97-aec8cb5189d6.svg#d8613183-6c61-4d4d-ad97-aec8cb5189d6") format("svg");
}
@font-face {
  font-family: "VectoraRegular";
  src: url("/fonts/476fa60a-b7ea-4c25-b0e4-e9a1bb48fe2b.eot?#iefix");
  src: url("/fonts/476fa60a-b7ea-4c25-b0e4-e9a1bb48fe2b.eot?#iefix") format("eot"), url("/fonts/954819f4-c743-44b8-ae70-cf1b804f7955.woff2") format("woff2"), url("/fonts/381f90c8-7b30-447c-a6b3-c0f01c9559df.woff") format("woff"), url("/fonts/03f64cf5-ae3c-45d0-a2a9-ef0d14e99416.ttf") format("truetype"), url("/fonts/cabf6584-4887-40c5-931d-36de57c2e016.svg#cabf6584-4887-40c5-931d-36de57c2e016") format("svg");
}
@font-face {
  font-family: "VectoraBold";
  src: url("/fonts/44199345-b236-40da-bca4-e03ad9e762d1.eot?#iefix");
  src: url("/fonts/44199345-b236-40da-bca4-e03ad9e762d1.eot?#iefix") format("eot"), url("/fonts/fa936658-11cf-473f-a3a0-98f4e49c3dd1.woff2") format("woff2"), url("/fonts/e4b6f1bf-ec7d-4c87-b681-91223ab223ed.woff") format("woff"), url("/fonts/9c6f1ca9-bedc-4c62-817a-8b71797649cb.ttf") format("truetype"), url("/fonts/11911b3f-5f70-4a49-a241-cfbab67b74bb.svg#11911b3f-5f70-4a49-a241-cfbab67b74bb") format("svg");
}
@font-face {
  font-family: 'DrBurgerIcons';
  src: url('dr-burger-webfont.eot');
  src: url('/fonts/dr-burger-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/dr-burger-webfont.woff') format('woff'), url('/fonts/dr-burger-webfont.ttf') format('truetype'), url('/fonts/dr-burger-webfont.svg#dr-burger-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* obs: (?) */
/*
@border-grau3: #c4c3c0;
@border-grau4: #a1a1a1;
@border-grau5: #e6e6e5;
@border-grau6: #ababab;
@border-grau6: #ececec;
*/
.box-shadow3 {
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
}
.noshadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.crisp-edges {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.innerborder {
  position: relative;
}
.innerborder:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 50;
}
.bg-transwhite95 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FFFFFF, endColorstr=#F0FFFFFF)";
  background: rgba(255, 255, 255, 0.95);
}
.bg-transwhite70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B1FFFFFF, endColorstr=#B1FFFFFF)";
  background: rgba(255, 255, 255, 0.75);
}
.bg-redgradient {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd7061c, endColorstr=#ffa00011)";
  background: -moz-linear-gradient(top, #d7061c, #a00011);
  background: -webkit-gradient(linear, left top, left bottom, from(#d7061c), to(#a00011));
  background-image: -ms-linear-gradient(top, #d7061c 0%, #a00011 100%);
  background: linear-gradient(#d7061c, #a00011);
  /*-pie-background: linear-gradient(#d7061c, #72010d); /*PIE*/
}
.bg-greygradient {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6, endColorstr=#fffdfdfd)";
  background: -moz-linear-gradient(top, #f6f6f6, #fdfdfd) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fdfdfd)) !important;
  background-image: -ms-linear-gradient(top, #f6f6f6 0%, #fdfdfd 100%) !important;
  background: linear-gradient(f6f6f6, #fdfdfd) !important;
}
.vcenter-flexbox {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.center-flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.image-text {
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.dotted-link {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
.no-border {
  border: none !important;
}
/* buttons: */
.button-gruen {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em 0.5em;
  background: #c7987e;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.button-gruen:hover {
  background: #D09B75;
  color: #fff;
}
.social-button {
  display: inline-block;
  background: #3B5998;
  color: #fff;
  font-size: 0.9333em;
  line-height: 2.8571em;
  padding: 0 1.1em;
  margin: 0 7px;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.social-button.facebook-button:hover {
  background-color: #233B6D;
}
.social-button.youtube-button {
  background-color: #B80C21;
}
.social-button.youtube-button:hover {
  background: #7F0010;
}
.social-button.facebook-button:before {
  content: "m";
  font-size: 1.3125em;
  margin-left: -0.2em;
}
.social-button.youtube-button:before {
  content: "Q";
  margin-right: 0.65em;
  font-size: 1.3125em;
}
.cta-button {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em 0.5em;
  background: #c7987e;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  box-shadow: 0px 0.1em 0.2em 0 rgba(0, 0, 0, 0.5);
  font-size: 1.3125em;
}
.cta-button:hover {
  background: #D09B75;
  color: #fff;
}
.button-gold {
  background: #c7987e;
}
.button-grau1 {
  color: #484848;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe1e1e1, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #e1e1e1, #acacac);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#acacac));
  background-image: -ms-linear-gradient(top, #e1e1e1 0%, #acacac 100%);
  background: linear-gradient(#e1e1e1, #acacac);
  -pie-background: linear-gradient(#e1e1e1, #acacac);
  /*PIE*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  -moz-box-shadow: 0 1px 1px #000;
  -webkit-box-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 1px #000;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau1 img {
  display: inline-block;
  vertical-align: center;
}
.button-rot:hover,
.button1:hover,
.button-grau1:hover,
.button-grau2:hover,
.button2:hover,
.button3:hover {
  background-position: 0 100% !important;
}
.button-grau2 {
  color: #484848;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebebeb, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #ebebeb, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#b7b7b7));
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #b7b7b7 100%);
  background: linear-gradient(#ebebeb, #b7b7b7);
  -pie-background: linear-gradient(#ebebeb, #b7b7b7);
  /*PIE*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau2 img {
  display: inline-block;
  vertical-align: center;
}
.button-grau3 {
  color: #484848;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebebeb, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #ebebeb, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#b7b7b7));
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #b7b7b7 100%);
  background: linear-gradient(#ebebeb, #b7b7b7);
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau3 img {
  display: inline-block;
  vertical-align: center;
}
/* icons: */
.icon-before {
  text-decoration: none;
}
.icon-before:before {
  font-family: "DrBurgerIcons";
  margin-right: 0.5em;
  font-size: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.1em;
}
.facebook:before {
  content: "m";
}
.youtube:before {
  content: "Q";
}
.cheeseburger:before {
  content: "v";
  text-transform: none;
  font-size: 1.6em;
}
.download-arrow:before {
  content: "s";
}
.download-arrow {
  border: none !important;
}
.download-arrow span {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
/*
.tel:before {
	content: "J";
}
.fax:before {
	content: "E";
}
.mail:before {
	content: "N";
}

.pin:before {
	content: "P";
}

.legal:before {
	content: "R";
}

.download:before {
	content: "S";
}
*/
.icon-block {
  padding-left: 1.5em;
  display: block;
}
.icon-block:before {
  margin-left: -1.5em;
}
.pfeil-fett-links:before {
  content: "C";
  font-size: 0.75em;
  margin-right: 0.5em;
}
.browse-prev:before {
  font-family: "DrBurgerIcons";
  margin-right: 0.5em;
  font-size: 1.2222em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.1em;
  content: "t";
}
.browse-next:after {
  font-family: "DrBurgerIcons";
  margin-left: 0.5em;
  font-size: 1.2222em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.1em;
  content: "u";
}
/*
.button-rot:hover, .button2:hover, .button3:hover, .button4:hover {
    background-position: 100%;
}
*/
/* validate: */
input[type=text].error,
textarea.error,
ul.error,
.form-row div.error,
.multiline-check.error {
  border: 1px solid #f00 !important;
}
label.error {
  display: none !important;
}
div.formerror {
  display: none;
  color: #f00;
}
/* custom selects */
.custom-select {
  -webkit-appearance: none;
}
.error + label + .customStyleSelectBox {
  border: 1px solid #f00;
}
.customStyleSelectBox {
  border: 1px solid #c7987e;
  background: #fff;
  font-size: 0.9333em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 2.35em;
  overflow: hidden;
  color: #BA9478;
}
.customStyleSelectBox.changed {
  /* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner {
  background: url(/img-system/select-button.png) no-repeat center right;
  /* svg support ab ie8 */
  margin: 0;
  padding: 0 0 0 0.75em;
  height: 2.5em;
  background-size: 1.7857em auto;
}
.lt-ie9 .customStyleSelectBoxInner {
  background-image: url(/img-system/select-button.png);
}
.customStyleSelectBoxInner div {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  vertical-align: top;
}
/* form elements: */
input[type=text]:not(.wetextinput) {
  border: 1px solid #c7987e;
  height: 2.5em;
  font-size: 0.9333em;
  font-family: "VectoraRegular";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0.75em;
  padding: 0;
  -webkit-appearance: none;
  color: #BA9478;
}
textarea {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  font-family: "VectoraRegular";
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.Zebra_DatePicker_Icon_Wrapper input {
  /* ie8 hat mit dem ursprgl selektor probleme */
  height: 2em;
  border: 1px solid #D4D4D4;
  /*	background: url(/img-system/input-bg_01.png) no-repeat top left;	*/
  text-indent: 0.5em;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  line-height: 2em;
}
.Zebra_DatePicker .dp_daypicker th {
  font-weight: normal;
  font-family: "VectoraRegular";
}
textarea {
  border: 1px solid #D4D4D4;
  padding: 0.5em;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.35em;
}
#termin-widget {
  display: block;
}
button.Zebra_DatePicker_Icon {
  /*display: none !important;*/
}
.content-ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.content-ul li {
  padding-left: 1.1em;
  padding-bottom: 0.2em;
  text-indent: -0.5em;
}
.content-ul li:before {
  content: "e";
  font-family: "DrBurgerIcons";
  margin-right: 2em;
  margin-left: 0;
  vertical-align: middle;
  line-height: 1em;
  font-size: 0.32em;
  display: inline-block;
}
.content-subul li:before {
  content: "°";
  padding-right: 0.5em;
  color: #851e28;
  font-size: 1.3em;
  line-height: 0.55em;
  vertical-align: bottom;
}
.double-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.875em;
  -moz-column-gap: 1.875em;
  column-gap: 1.875em;
}
.triple-col {
  -webkit-column-count: 3 !important;
  -moz-column-count: 3 !important;
  column-count: 3 !important;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.single-col {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  max-width: 840px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.1em;
}
/*
.mehrlink-pfeil {
	text-indent: 0;
	&:after {
		content: "G";
		font-family: "DrBurgerIcons";
		margin: 0.175em -0.2em -0.175em 0.5em;
		font-size: 0.5em;
		vertical-align: top;
		display: inline-block;
	}
	&.link-button {
		display: inline-block;
		border-radius: 0.2em;
		padding: 0.15em 0.85em 0.2em 1em;
	}

	&.orange-button {
		color: #fff;
		background: @cd-gold;
		border: none;
		-moz-transition: background 0.3s ease-out;
		-webkit-transition: background 0.3s ease-out;
		transition: background 0.3s ease-out;
		&:hover {
			background: @hover-orange;
			color: #fff;
		}
	}
}
*/
.mehrlink-pfeil-outer {
  display: inline-block;
}
.mehrlink-pfeil-outer:after {
  content: "D";
  font-family: "DrBurgerIcons";
  margin: 0.175em -0.2em -0.175em 0.5em;
  font-size: 0.5em;
  vertical-align: top;
  display: inline-block;
  position: absolute;
}
.prevlink-pfeil {
  text-indent: 0;
}
.prevlink-pfeil:before {
  content: "F";
  font-family: "DrBurgerIcons";
  margin: 0.175em 0.5em -0.175em -0.2em;
  font-size: 0.5em;
  vertical-align: top;
  display: inline-block;
}
.uplink-pfeil {
  text-decoration: none;
}
.uplink-pfeil:after {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em 0em -0.3em 0.85em;
  color: #c7987e;
  font-size: 0.65em;
  vertical-align: top;
  display: inline-block;
}
.uplink-pfeil:hover {
  color: #c7987e;
}
/* Required for Down Triangle */
.triangle-down:before,
.triangle-down:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
/* Stroke */
.triangle-down:before {
  bottom: -15px;
  left: 21px;
  /* If 1px darken stroke slightly */
  border-top-color: #D4D4D4;
  border-width: 16px;
}
/* Fill */
.triangle-down:after {
  bottom: -14px;
  left: 22px;
  border-top-color: #f6f6f6;
  border-width: 15px;
}
div.iscroll {
  min-width: 470px;
}
input.bigcheckbox {
  display: none;
}
input.bigcheckbox + label {
  background: url("/img-system/checkbox-big-empty.png") no-repeat scroll;
  display: inline-block;
  height: 26px;
  width: 26px;
  overflow: hidden;
  text-indent: 26px;
}
input.bigcheckbox:checked + label {
  background: url("/img-system/checkbox-big-checked.png") no-repeat !important;
}
.rounded-image {
  border-radius: 50%;
}
.gruen {
  color: #c7987e;
}
.imgcenter-helper {
  position: absolute;
  top: 50%;
  left: 50%;
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-hyphenate-limit-chars: 6 3 2;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
}
.default-hidden {
  display: none;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  height: 100%;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;	*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/css/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 14px;
  background: #AFAFAF;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #C5C5C5;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-next,
.bx-prev {
  font-family: "DrBurgerIcons";
  border: 0;
  color: #fff;
  font-size: 3.3em;
}
.bx-next:hover,
.bx-prev:hover {
  color: #fff;
}
.teaser-slider .bx-next,
.teaser-slider .bx-prev {
  font-size: 3em;
}
.bx-next {
  right: 2.143%;
  margin-right: -0.3em;
}
.bx-prev {
  left: 2.143%;
  margin-left: -0.3em;
}
/*
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  z-index: 1000;
  text-decoration: none;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  /*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -1.1em;
  right: -2%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: none;
  font-family: "VectoraRegular";
  font-size: 2em;
  text-align: right;
  color: #fff;
  text-decoration: none;
}
.fancybox-close:hover {
  color: #fff;
}
.fancybox-close:before {
  content: "×";
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: -4.2em;
}
.fancybox-next {
  right: -3.8em;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  font-family: "DrBurgerIcons";
  font-size: 2.75em;
  color: #fff;
  background-image: none;
  text-align: center;
}
.touch .fancybox-nav span {
  visibility: visible;
}
.fancybox-prev span {
  left: 10px;
}
.fancybox-prev span:before {
  content: "p";
}
.fancybox-next span {
  right: 10px;
}
.fancybox-next span:before {
  content: "q";
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    /*background-image: url('/fancybox/fancybox_sprite2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/fancybox/fancybox_loading2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    default stylesheet
    copyright (c) 2011 - 2012 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #000;
}
.Zebra_DatePicker {
  position: absolute;
  background: #c7987e;
  border: 3px solid #fff;
  display: none;
  z-index: 1250;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 0.8125em;
}
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}
.Zebra_DatePicker td {
  cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  background: #E8E8E8;
  width: 2.5em;
  border: 1px solid #fff;
}
/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td {
  color: #FFF;
}
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 2.5em;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
  background: #666;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.Zebra_DatePicker .dp_header .dp_blocked {
  color: #888;
  cursor: default;
}
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  background: #fff;
}
.Zebra_DatePicker td.dp_not_in_month {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default;
}
.Zebra_DatePicker td.dp_weekend {
  background: #D8D8D8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #CCC;
  cursor: default;
}
.Zebra_DatePicker td.dp_selected {
  background: #c7987e;
  color: #FFF !important;
}
.Zebra_DatePicker td.dp_week_number {
  background: #FFCC33;
  color: #555;
  cursor: text;
  font-style: italic;
}
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
  display: none !important;
}
.Zebra_DatePicker .dp_footer td {
  color: #FFF;
  padding: 2px;
  font-weight: bold;
}
.Zebra_DatePicker .dp_footer .dp_hover {
  background: #666;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #00567f;
}
.Zebra_DatePicker td.dp_disabled_current {
  color: #E38585;
}
.Zebra_DatePicker td.dp_disabled {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default;
}
.Zebra_DatePicker td.dp_hover {
  background: #666;
  color: #FFF;
}
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  position: absolute;
  width: 2.25em;
  height: 2.2em;
  background: url('/img-system/calendar-start.png') no-repeat center center;
  background-size: auto 100%;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  /*	margin: 0 1px 0 0 !important; 	*/
  padding: 0;
  line-height: 0;
}
button.Zebra_DatePicker_Icon_Disabled {
  background-image: url('calendar-disabled.png');
}
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 -2px 0 0;
}
/* Fix icon position in Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*    button.Zebra_DatePicker_Icon_Inside     { margin: 0 5px 0 0 }	*/
}
div.picker > input {
  display: block;
}
/* Reset */
.dcsns ul,
.dcsns li {
  padding: 0;
  margin: 0;
  list-style: none!important;
  background: none;
}
/* Main styles */
/* Feeds */
.dcsns {
  color: #666666;
  list-style: none outside none;
  margin: 0;
}
.dcsns h1 {
  width: auto;
  position: relative;
}
.dcsns h1,
.dcsns h2,
.dcsns h3 {
  line-height: 1.35em;
}
.dcsns-content {
  position: relative;
  padding: 0;
}
.dcsns-loading {
  background: url(/img-system/dcsns-light/loading_light.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dcsns-toolbar .dcsns-loading {
  right: 10px;
  left: auto;
}
.stream p {
  margin: 0;
  padding: 0;
}
.stream li a {
  color: #666666;
}
.stream li {
  background-color: #FFFFFF;
  /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);*/
  padding: 0 0 35px 0;
  width: 224px;
  position: relative;
  margin: 0 12px 12px 0;
  font-family: "VectoraRegular";
  font-size: 1.0667em;
  line-height: 1.5em;
}
.stream li .inner {
  overflow: hidden;
  padding: 0 9.3385% 15px;
}
.stream li .icon {
  position: absolute;
  bottom: 0.45em;
  left: 8px;
  z-index: 3;
}
.stream li .section-intro {
  padding: 7px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  font-style: normal;
  font-size: 0.8125em;
  z-index: 2;
}
.stream li .clear {
  clear: both;
}
/* Content blocks */
.stream li .section-intro a {
  text-decoration: underline;
  color: #fff;
  margin-left: 32px;
}
.stream li .section-title {
  display: block;
  margin-bottom: 3px;
  font-family: "VectoraRegular";
  color: #666666;
  /*	font-size: 1.125em; 	*/
}
.stream li .section-title a {
  color: #00567f;
  text-decoration: none;
}
.stream li .section-title a:hover {
  color: #00567f;
  text-decoration: none;
}
.stream li .section-thumb {
  margin: 0;
}
.stream li .section-thumb img,
.stream li .section-text img {
  display: none;
  margin: 0 -11.48322123% 15px;
}
.stream li .section-thumb img {
  background: #fff;
}
.stream li .section-text {
  display: block;
  margin-bottom: 0;
  margin-top: 1.3em;
}
.stream li .section-text br {
  display: block;
}
.stream li .section-thumb + .section-text {
  margin-top: 0;
}
.stream li .section-user {
  display: none !important;
  clear: both;
  display: block;
  margin: 0 8px 5px 0;
  /* display: block; */
  float: left;
  padding: 7px 0 0 15px;
  line-height: 12px;
  /* background: url(/img-system/socialwall/profile.png) no-repeat 0 7px; */
}
.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}
.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}
.meta span.shares {
  background: url(/img-system/socialwall/shares.png) no-repeat 0 0;
  padding-left: 20px;
}
.meta span.views {
  background: url(/img-system/socialwall/views.png) no-repeat 0 0;
  padding-left: 18px;
}
.meta span.likes {
  background: url(/img-system/socialwall/likes.png) no-repeat 0 0;
  padding-left: 16px;
}
.meta span.comments {
  background: url(/img-system/socialwall/comments.png) no-repeat 0 0;
}
.meta span.users {
  background: url(/img-system/socialwall/users.png) no-repeat 0 0;
}
.meta span.videos {
  background: url(/img-system/socialwall/videos.png) no-repeat 0 0;
  padding-left: 16px;
}
.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.stream li.dcsns-error {
  color: #990000;
}
.stream li .section-share {
  display: block;
  margin: 0 0 5px 0;
  padding: 4px 0 0;
  float: right;
}
.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  /* background: url(/img-system/socialwall/share.png) no-repeat 0 0; */
}
.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}
.stream li .section-share a.share-google {
  background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}
/* Toolbar */
.dcsns-toolbar {
  padding: 0 0 1em;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
/* Filter */
#wall {
  padding-top: 15px;
}
#wall .dcsns-toolbar {
  margin-bottom: 25px;
}
.dcsns-toolbar .filter {
  padding: 0;
  margin: 0 0 15px 0;
}
.dcsns-toolbar .filter li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0 4px 0 0;
  line-height: 1em;
}
.dcsns-toolbar .filter .link-all {
  color: #fff;
  height: 21px;
  padding: 7px 7px 4px;
  text-shadow: 0 0 1px #555;
  font-weight: bold;
}
.dcsns-toolbar .filter li a {
  padding: 4px 3px 0 3px;
  margin: 0 1px 1px 0;
  display: block;
  float: left;
  background: #777;
  height: 28px;
}
.dcsns-toolbar .filter li img {
  margin: 0;
  height: 24px;
}
/* Controls */
.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}
.dcsns .controls li {
  display: inline;
  background: none;
}
.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(/img-system/socialwall/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
  background-position: -44px 0;
}
.dcsns .controls .next {
  background-position: -66px 0;
}
.dcsns .controls .play {
  background-position: 0 0;
}
.dcsns .controls .pause {
  background-position: -22px 0;
}
.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}
.dcsns .controls .next:hover {
  background-position: -66px -22px;
}
.dcsns .controls .play:hover {
  background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}
/* feeds network specific styles */
.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover {
  background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover {
  background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover {
  background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
  background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover {
  background-color: #3b5998;
  font-size: 0.8125em;
}
.stream li.dcsns-google .section-intro,
.filter .f-google a:hover {
  background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover {
  background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover {
  background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover {
  background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover {
  background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover {
  background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover {
  background-color: #365472;
}
.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover {
  background-color: #413A33;
}
/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
  margin-bottom: 5px;
  width: 122.96644246%;
}
.stream li.dcsns-facebook .section-thumb img,
.stream li.dcsns-facebook .section-text img {
  display: block;
}
.stream li.dcsns-facebook .section-text img {
  margin: 0;
  float: left;
  /*	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;	#*/
  width: 122.96644246%;
}
.stream li.dcsns-facebook .section-text a {
  margin-right: 4px;
}
.stream li.dcsns-facebook .section-text-fb a {
  display: none;
}
.stream li.dcsns-facebook .section-intro a {
  margin-left: 25px;
}
.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
  display: none;
}
/* twitter */
.stream li.dcsns-twitter {
  padding-top: 15px;
}
.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
  width: 48px;
  height: 48px;
  display: block;
  margin-left: 0;
}
.stream li.dcsns-twitter .section-user {
  padding: 0;
  background: none;
}
.stream li.dcsns-twitter .section-text img {
  margin: 5px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-twitter a {
  color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
  color: #38AEAE;
  text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}
.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong {
  color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38AEAE;
  text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
  font-family: "VectoraRegular";
}
.dcsns .stream li.dcsns-google .section-thumb img {
  max-width: 192px;
}
.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}
/* rss */
.stream li.dcsns-rss .section-thumb img {
  max-width: 192px;
}
.stream li.dcsns-rss .section-text img {
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
/* stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
  display: block;
  clear: both;
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
  max-width: 192px;
}
/* youtube */
.stream li.dcsns-youtube .section-thumb img {
  width: 122.96644246%;
}
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
  max-width: 192px;
}
.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}
.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}
/* Flickr */
.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}
.stream li.dcsns-flickr .section-thumb img {
  max-width: 192px;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
  display: block;
}
.stream li.dcsns-pinterest .section-text {
  clear: both;
}
.stream li.dcsns-pinterest .section-thumb img {
  width: 190px;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
  max-width: 192px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
  background: url(/img-system/socialwall/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
  max-width: 192px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}
.stream li.dcsns-tumblr .track {
  display: block;
  background: url(/img-system/socialwall/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram {
  padding-bottom: 40px;
}
.stream li.dcsns-instagram .section-title {
  font-weight: normal;
  clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
  /*margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;*/
  width: 122.96644246%;
}
.stream li.dcsns-instagram .meta {
  clear: both;
}
.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px 0;
  padding-top: 5px;
  background-position: 0px 5px;
  float: none;
  font-size: 100%;
  font-weight: bold;
}
/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 15px/28px "VectoraRegular", sans-serif;
  background: #D1D1D1;
}
.outer-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  background: #fff;
}
.wrapper {
  width: 89%;
  padding: 0 5.5%;
}
.margin-wrapper {
  width: 89%;
  margin: 0 5.5%;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
  color: #00567f;
}
a:hover {
  color: #333;
}
a:hover,
a:active,
a:link {
  outline: 0px none;
}
h1 {
  font-family: "VectoraLight", sans-serif;
  font-size: 2em;
  letter-spacing: 0.045em;
  line-height: 1.2571em;
  color: #00567f;
  margin-top: 0;
}
h3 {
  font-family: "VectoraLight", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.025em;
  color: #c7987e;
}
.section-headline {
  font-size: 1.4em;
  color: #c7987e;
}
.sub-headline {
  font-size: 1.125em;
  color: #c7987e;
  margin-bottom: 0.25em;
}
.highlight {
  font-family: "VectoraRegular";
}
strong,
b {
  font-family: "VectoraBold";
  font-weight: normal;
}
.arrows {
  font-family: "DrBurgerIcons";
}
.text-content {
  color: #666666;
}
.text-content ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.text-content ul li {
  padding-left: 1.1em;
  padding-bottom: 0.2em;
  text-indent: -0.5em;
}
.text-content ul li:before {
  content: "e";
  font-family: "DrBurgerIcons";
  margin-right: 2em;
  margin-left: 0;
  vertical-align: middle;
  line-height: 1em;
  font-size: 0.32em;
  display: inline-block;
}
.text-content ul li:before {
  color: #c7987e;
}
.text-content a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
footer ul.stern-liste li:before {
  color: #fff;
}
.header-container {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container .cookies-hint {
  font-size: 0.875em;
  background: #00567f;
  color: #fff;
  line-height: 1.4em;
  padding-top: 0.7em;
  padding-bottom: 0.8em;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5.5%;
  padding-right: 38px;
  display: none;
}
.header-container .cookies-hint a {
  color: #fff;
}
.header-container .cookies-hint #cookies-close {
  position: absolute;
  top: 0.3em;
  right: 0.75em;
  text-decoration: none;
  font-size: 23px;
}
.header-container header {
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 50;
  background: #fff;
}
.header-container header .logo-box {
  text-align: center;
}
.header-container header .logo-box > a {
  display: inline-block;
  overflow: hidden;
}
.header-container header .header-logo {
  margin-top: 0.875em;
  width: 200px;
  height: 119px;
  margin: 18px 0 20px;
}
.header-container header .login {
  display: none;
}
.header-container header .navi-box {
  background: #00567f;
}
.header-container header nav {
  text-align: center;
}
.header-container header nav.faded {
  opacity: 0.31;
}
.header-container header nav .menu-toggle {
  margin: 5px 0;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.0667em;
  padding: 0.25em 1em;
  font-family: "VectoraRegular";
  display: inline-block;
}
.header-container header nav > ul {
  display: none;
  margin: 0 0 1em;
  padding-left: 0;
  vertical-align: top;
  /*a.is-active, a.is-hover {
					color: @cd-blau;
				}*/
}
.header-container header nav > ul > li {
  font-family: "VectoraRegular";
  font-size: 1.05em;
  line-height: 1.2em;
  padding: 0.35em 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-transform: none;
  color: #fff;
}
.header-container header nav > ul > li:last-child {
  border: 0;
}
.header-container header nav > ul > li.open {
  width: 100%;
}
.header-container header nav > ul > li.open > div > a {
  color: #fff;
}
.header-container header nav > ul > li a {
  text-decoration: none;
  color: #fff;
}
.header-container header nav > ul > li a:hover,
.header-container header nav > ul > li a.active {
  color: #c7987e;
}
.header-container header nav > ul > li a.home {
  font-family: "DrBurgerIcons";
}
.header-container header nav > ul > li a .zurueck-pfeil {
  font-family: "DrBurgerIcons";
  margin-right: 0.625em;
  font-size: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.1em;
  font-size: 0.65em;
  margin-right: 0.4em;
}
.header-container header nav > ul > li ul {
  display: none;
  margin: 0;
  padding: 0.3em 0 0;
  white-space: normal;
}
.header-container header nav > ul > li ul li {
  border-bottom: none;
  font-size: 0.8889em;
  padding: 0.3em 0.15em 0 0;
  display: inline-block;
  width: auto;
  float: none;
  text-transform: none;
  white-space: nowrap;
}
.header-container header nav > ul > li ul li:before {
  font-size: 1.25em;
  content: "·";
  margin-right: 0.2em;
  margin-left: -0.1em;
  vertical-align: top;
}
.header-container header nav > ul > li ul li:last-child:after {
  /*font-size: 1.25em;
								content: "·";
								margin-right: -0.1em;
								margin-left: 0.2em;
								vertical-align: top;
								*/
}
.header-container header nav > ul > li ul li a {
  /*&:hover {
									color: @cd-blau;
								}*/
  white-space: normal;
}
.header-container header nav > ul > li ul li.navi3-open {
  width: 100%;
}
.header-container header nav > ul > li ul li.navi3-open ul li {
  display: inline;
}
.header-container header .suche-langswitch {
  vertical-align: middle;
  position: absolute;
  right: 5.5%;
  top: 1px;
  width: 20%;
  text-align: right;
}
.header-container header .suche-langswitch .toggle-suche {
  text-align: right;
}
.header-container header .suche-langswitch .toggle-suche a {
  font-family: "DrBurgerIcons";
  text-decoration: none;
  color: #666666;
  font-size: 0.8125em;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-container header .suche-langswitch .toggle-suche a:hover {
  color: #00567f;
}
.header-container header .suche-langswitch .suche-box {
  position: absolute;
  right: 1.3em;
  top: 1.45em;
  background: transparent;
  display: none;
  z-index: 1000;
}
.header-container header .suche-langswitch .suche-box > form {
  white-space: nowrap;
}
.header-container header .suche-langswitch .suche-box > form a.suche-submit {
  vertical-align: top;
  background: #00567f;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-left: -0.5em;
  display: inline-block;
  font-size: 0.8889em;
  color: #fff;
  height: 1.75em;
  padding: 0 0.6875em 0 1em;
  border-radius: 0.2em;
}
.header-container header .suche-langswitch .suche-box > form input[type=text] {
  border: 0;
  background: #E9E9E9;
  height: 1.5555em;
  vertical-align: top;
  border-radius: 0.2em;
}
.header-container header .suche-langswitch .langswitch {
  color: #9B9B9B;
}
.header-container header .suche-langswitch .langswitch a {
  font-size: 0.8125em;
  line-height: 1.143em;
  text-decoration: none;
  color: #9B9B9B;
}
.header-container header .suche-langswitch .langswitch a.active {
  color: #666666;
}
.header-container header .suche-langswitch .langswitch.disabled a {
  color: #d6d6d6;
  cursor: default;
}
.header-container .slider {
  position: relative;
}
.header-container .slider.home {
  height: 220px;
}
.header-container .slider.home ul {
  margin: 0;
  height: 100%;
}
.header-container .slider.home ul li {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-container .slider.home ul li h2 {
  position: absolute;
  top: 20px;
  right: 10%;
  width: 80%;
  z-index: 1000;
  text-align: center;
  color: #666666;
  font-size: 1.5em;
}
.header-container .slider.home ul li h2:not(.white) {
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.header-container .slider.home ul li h2 a {
  text-decoration: none;
}
.header-container .slider.home ul li h2 a:hover {
  color: #666666;
}
.header-container .slider.home ul li h2 a:hover span {
  color: #c7987e;
}
.header-container .slider.home ul li h2 span {
  font-family: "VectoraRegular", sans-serif;
  font-size: 1.125em;
  display: inline-block;
  margin-bottom: 0.2222em;
}
.header-container .slider.home ul li h2.white,
.header-container .slider.home ul li h2.white span,
.header-container .slider.home ul li h2.white a {
  color: #fff !important;
}
.header-container .slider.home .bx-wrapper img {
  max-width: none;
}
.header-container .slider.content {
  height: 165px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-container {
  background: #fff;
  padding-bottom: 1.75em;
  padding-top: 32px;
  /*.table {
		//width: 100%;
		margin-bottom: 1.6em;
		.tr {
			&:nth-child(odd) {
				background: @bg-grau3;
			}
			.td, .th {
				padding: 0.3em;
				&:first-child {
					padding-bottom: 0;
				}
				&:last-child {
					padding-top: 0;
				}
			}
			.th {
				font-family: "VectoraRegular";
			}
		}
	}*/
  /*.prev-next-wrapper {
		padding: 0.75em 0 1em;
		.next-news {
			.mehrlink-pfeil;
		}
		.previous-news {
			.prevlink-pfeil;
			margin-right: 1em;
		}
	}*/
}
.main-container #pewl {
  max-width: 100%;
  margin-bottom: 80px;
}
.main-container .content-slider li img {
  width: 100%;
}
.main-container .main-left {
  text-align: center;
}
.main-container .main-left .home-contact {
  margin-bottom: 1.625em;
}
.main-container .main-left .home-contact > a {
  display: inline-block;
  margin-right: 0.75em;
}
.main-container .main-left.top-border {
  border-top: 1px solid #00567f;
}
.main-container .main-left.first {
  margin-top: 1em !important;
  padding-top: 5px;
  padding-bottom: 0.75em;
  border-width: 2px;
}
.main-container .main-left h1 {
  margin-bottom: -8px;
}
.main-container .main-left h1 span {
  color: #c7987e;
  display: block;
  font-size: 0.6286em;
  line-height: 1.35em;
  margin: 0.35em 0;
}
.main-container .main-left .line {
  border-top: 2px solid #c7987e;
  display: inline-block;
  width: 18.41%;
}
.main-container .main-left .back-link {
  text-decoration: none;
  margin-top: 1em;
  display: block;
}
.main-container .main-left .back-link:before {
  font-size: 0.9em;
}
.main-container .main-left .img-block img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.main-container .main-left .img-block table img {
  margin-bottom: 0 !important;
}
.main-container.content {
  padding-top: 15px;
  padding-bottom: 0;
}
.main-container.content .main-left {
  margin-top: 0.4em;
}
.main-container.content .main-left h2 {
  margin-top: 0.4545em;
  font-size: 1.4667em;
}
.main-container.content .main-left h3 {
  color: #00567f;
  font-size: 1.1333em;
  margin-top: 0;
}
.main-container .main-right.text-image img {
  width: 100%;
  height: auto;
}
.main-container .main-right.text-image > div > div.image {
  padding: 0.55em 0 1.2em;
  position: relative;
}
.main-container .main-right.text-image > div > div.image .caption {
  font-size: 1.1333em;
  letter-spacing: 0.1em;
  font-family: "VectoraLight";
  margin-top: 10px;
}
.main-container .main-right.text-image > div > div.video-thumbnail:before {
  content: url(/img-system/drb_playbutton_v02-01.svg);
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.main-container .main-right.gallery > div > div.image {
  margin-bottom: 6px;
}
.main-container .main-right .wide-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.main-container .content-right {
  padding-top: 1.5em;
}
.main-container .right-image {
  margin-bottom: 25px;
}
.main-container .right-image img {
  width: 100%;
  height: auto;
}
.main-container .right-video {
  margin-bottom: 1.3889em;
}
.main-container .right-video iframe {
  margin: 0;
}
.main-container .caption {
  font-size: 0.8889em;
  color: #666666;
  margin: 0.5em 0 0;
}
.main-container .caption a {
  color: #333;
  border-color: #333;
}
.main-container .downloads-box {
  background: #AFAFAF;
  padding: 1.75em 6.6667%;
}
.main-container .downloads-box h3 {
  color: #00567f;
  font-size: 1em;
  margin: 0 0 0.875em;
  font-family: "VectoraRegular";
}
.main-container .downloads-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-container .downloads-box ul > li > a > span {
  text-decoration: underline;
}
.main-container .contact-col .icon-before:before {
  color: #c7987e;
}
.main-container .contact-col .icon-before span {
  text-decoration: underline;
}
.main-container .contact-img {
  display: none;
}
.main-container .legal-text h2 {
  font-size: 2em;
  color: #c7987e;
}
.main-container .legal-text h3 {
  font-size: 1em;
  line-height: 1.625em;
  font-family: "VectoraRegular";
  color: #00567f;
  margin: 0;
}
.main-container.social-wall {
  display: none;
}
.main-container.social-links {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
.main-container.social-links h3 {
  color: #00567f;
  font-size: 1.1333em;
  font-family: "VectoraLight";
}
.main-container.social-links a {
  display: inline-block;
  background: #3B5998;
  color: #fff;
  font-size: 0.9333em;
  line-height: 2.8571em;
  padding: 0 1.1em;
  margin: 0 7px;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  margin-top: 7px;
}
.main-container.social-links a.facebook-button:hover {
  background-color: #233B6D;
}
.main-container.social-links a.youtube-button {
  background-color: #B80C21;
}
.main-container.social-links a.youtube-button:hover {
  background: #7F0010;
}
.main-container.social-links a.facebook-button:before {
  content: "m";
  font-size: 1.3125em;
  margin-left: -0.2em;
}
.main-container.social-links a.youtube-button:before {
  content: "Q";
  margin-right: 0.65em;
  font-size: 1.3125em;
}
.news-slider,
.news-overview {
  background: #c7987e;
  padding: 35px 5.5% 44px;
  margin: 0;
}
.news-slider > div,
.news-overview > div {
  padding: 0 8%;
}
.news-slider ul,
.news-overview ul {
  list-style: none;
  padding: 0;
}
.news-slider ul li,
.news-overview ul li {
  background: #fff;
}
.news-slider ul li > div,
.news-overview ul li > div {
  background: #fff;
  padding: 15px 7.0822% 30px;
  box-sizing: border-box;
  line-height: 1.7857em;
  text-align: center;
  height: 16em;
}
.news-slider ul li > div h3,
.news-overview ul li > div h3 {
  margin: 0 0 8px;
  color: #00567f;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: "VectoraRegular";
}
.news-slider ul li > div h3:before,
.news-overview ul li > div h3:before {
  content: "g";
  font-family: "DrBurgerIcons";
  display: block;
  color: #BA9478;
  font-size: 0.75em;
  margin-bottom: 4px;
}
.news-slider ul li > div h3 a,
.news-overview ul li > div h3 a {
  text-decoration: none;
}
.news-slider ul li > div p,
.news-overview ul li > div p {
  color: #9B9B9B;
  font-size: 0.9333em;
  margin: 0;
}
.news-slider ul li > div p.date-category,
.news-overview ul li > div p.date-category {
  color: #BA9478;
  margin-bottom: 0.8em;
}
.news-slider ul li > div p.short-text,
.news-overview ul li > div p.short-text {
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.news-slider ul li.hover > div p.short-text,
.news-overview ul li.hover > div p.short-text {
  color: #000;
}
.news-slider .bx-controls-direction,
.news-overview .bx-controls-direction {
  font-size: 0.75em;
}
.news-slider .bx-controls-direction a,
.news-overview .bx-controls-direction a {
  opacity: 0.7;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.news-slider .bx-controls-direction a:hover,
.news-overview .bx-controls-direction a:hover {
  opacity: 1;
}
.news-slider .bx-controls-direction .bx-prev,
.news-overview .bx-controls-direction .bx-prev {
  left: -11%;
  margin-right: 0;
}
.news-slider .bx-controls-direction .bx-next,
.news-overview .bx-controls-direction .bx-next {
  right: -11%;
}
.news-overview > div {
  padding: 0;
}
.news-overview > div ul li {
  margin-bottom: 20px;
  overflow: hidden;
}
.news-overview > div ul li > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.news-overview .news-pagination {
  font-family: "VectoraLight";
  text-align: center;
  font-size: 1.0667em;
}
.news-overview .news-pagination a {
  text-decoration: none;
  margin-left: 5px;
}
.news-overview .news-pagination a:first-child {
  margin-left: 0;
}
.teasers {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
}
.teasers h2 {
  margin: 0 0 1.21em;
  font-size: 1.5em;
}
.teasers ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.teasers ul li {
  text-align: center;
  margin-bottom: 2.75em;
  /*.teaser-button {
				.button-gruen;
				.mehrlink-pfeil;
				margin-top: 1.05em;
			}*/
}
.teasers ul li h3 {
  font-size: 1.125em;
  font-family: "VectoraRegular";
  color: #666666;
}
.teasers ul li > div > p {
  padding: 0 3%;
  margin-bottom: 0.25em;
}
.contact-image {
  text-align: center;
  padding-bottom: 0.25em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-image h2 {
  font-size: 1.5em;
  margin: 0 0 4.5em;
  padding-top: 0.75em;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.contact-image .cta-button {
  display: inline-block;
  width: 14.3333em;
  margin-bottom: 0.95em;
}
.news-ul {
  list-style: none;
  padding: 0;
}
.news-ul > li {
  background: #fff;
}
.news-ul > li div {
  padding: 2.1875em 5.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.news-ul > li div.img-box {
  padding-bottom: 0;
  margin-bottom: -0.75em;
  position: relative;
}
.news-ul > li div.img-box > img {
  width: 50%;
  height: auto;
}
.news-ul > li div h3 {
  font-family: "VectoraRegular";
  font-size: 1.3125em;
  margin: 0 0 0.7143em;
}
.news-ul > li div h3 a {
  text-decoration: none;
  color: #c7987e;
}
.news-ul > li div > p {
  margin-bottom: 7px;
}
.news-ul > li div > p.date {
  margin: -0.35em 0 4px;
}
.right-statement {
  background: #AFAFAF;
}
.right-statement > div {
  padding: 1.5625em 5.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.right-statement > div.img-box {
  padding-bottom: 0;
  margin-bottom: -0.75em;
  position: relative;
}
.right-statement > div.img-box > img {
  width: 50%;
  height: auto;
}
.right-statement > div h3 {
  font-family: "VectoraRegular";
  font-size: 1em;
  margin: 0 0 0.7143em;
}
.right-statement > div h3 a {
  text-decoration: none;
  color: #c7987e;
}
.right-statement > div > p {
  margin-bottom: 7px;
}
.right-statement > div > p.date {
  margin: -0.35em 0 4px;
}
.right-statement > div p,
.right-statement > div > a {
  font-size: 0.875em;
  line-height: 1.357em;
}
.right-statement > div.img-box {
  display: none;
}
.tabelle th,
.tabelle td {
  padding: 0.4em 1.5em 0.45em 0;
  text-align: left;
  line-height: 1.3em;
}
.tabelle th:first-child,
.tabelle td:first-child {
  padding-left: 0.25em;
}
.tabelle th {
  border-bottom: 1px solid #979797;
  font-weight: normal;
  font-family: "VectoraRegular";
}
.tabelle td {
  border-bottom: 1px solid #dddddd;
}
.iscroll-wrapper {
  position: relative;
  overflow: hidden;
}
.iscroll {
  position: absolute;
  min-width: 500px;
}
.appointment-form {
  background: #f4eae1;
  padding: 32px 4.749%;
  margin-bottom: 30px;
}
.appointment-form:last-child {
  margin-bottom: 50px;
}
.appointment-form h3 {
  color: #00567f;
  margin: 0 0 10px;
}
.form-row {
  /*.form-col {
		position: relative;
		margin-bottom: 1.5625em;
		label {
			display: block;
			margin-bottom: 7px;
		}
		select {
			width: 100%;
		}
		.plz-ort {
			input {
				width: 68%;
				margin-left: 2%;
				&:first-child {
					width: 30%;
					margin-left: 0;
				}
			}
		}
	} */
}
.form-row input {
  margin-bottom: 12px;
}
.form-row input[type=text] {
  width: 100%;
}
.form-row .select-box {
  position: relative;
  width: 100%;
  height: 2.35em;
  margin-bottom: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-row .select-box select {
  width: 99.25%;
}
.form-row input[type=radio],
.form-row input[type=checkbox] {
  margin: 0 1.5% 0 5%;
}
.form-row input[type=radio]:first-child,
.form-row input[type=checkbox]:first-child {
  margin-left: 0;
}
.form-row input[type=submit] {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em 0.5em;
  background: #c7987e;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  width: 100%;
  font-family: "VectoraRegular";
  margin-top: 8px;
}
.form-row input[type=submit]:hover {
  background: #D09B75;
  color: #fff;
}
.form-row textarea {
  width: 100%;
  border-color: #dddddd;
  height: 9em;
}
.form-row .required-info {
  font-size: 0.875em;
  float: right;
  margin-top: -0.75em;
}
.form-row ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  opacity: 1;
}
.form-row :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
.form-row ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.form-row :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.form-row ::-ms-input-placeholder {
  /* Edge */
  opacity: 1;
}
.form-row :placeholder-shown {
  /* Standard one last! */
  opacity: 1;
}
.form-section {
  background: #AFAFAF;
  padding: 3.125em 0 1.5625em;
}
.form-section .form-block {
  background: #fff;
  margin-bottom: 1.5625em;
  padding: 1.8em 2.6786%;
}
.form-section .form-block h2 {
  margin-top: 0;
  font-size: 1.3125em;
  color: #c7987e;
}
.form-section .form-block h2 a.toggle-optionals {
  font-family: "DrBurgerIcons";
  text-decoration: none;
  color: #c7987e;
  font-size: 0.65em;
  margin-left: 0.15em;
}
.form-section .form-block h2 .toggle-trigger {
  cursor: pointer;
}
.form-section .form-block h3 {
  font-size: 1em;
  color: #c7987e;
  margin-bottom: 1.5em;
}
/*
.inline-form {
	background: @bg-grau1;
	margin-bottom: 1.5625em;
	padding: 1.3125em 4.9342%;
	clear: both;
	h2 {
		margin-top: 0;
		font-family: "VectoraRegular";
		font-size: 1.3125em;
	}
	.form-row {
		input[type=text], textarea {
			background: #fff;
		}
		textarea {
			width: 100%;
		}
		.submit {
			.button-gruen;
			.mehrlink-pfeil;
			width: 100%;
		}
	}
}
*/
footer {
  background: #00567f;
  color: #fff;
}
footer.wrapper {
  padding-top: 65px;
  padding-bottom: 65px;
}
footer > div {
  @font-grau 4;
  font-size: 0.8667em;
  letter-spacing: 0.055em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
footer > div h3 {
  font-size: 1.2308em;
  font-family: "VectoraRegular";
  margin: 1.5em 0 0.625em;
  line-height: 1em;
}
footer > div p,
footer > div ul {
  line-height: 1.6923em;
}
footer > div p {
  margin-bottom: 1.6923em;
}
footer > div span.icon-before a {
  display: inline-block;
}
footer > div span.icon-before:before {
  vertical-align: top;
  margin-top: 0.1em;
}
footer > div a {
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
  -moz-transition: color 0.1s ease-out;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
footer > div a:hover {
  color: #c7987e;
}
footer > div a.icon-before {
  border: none;
}
footer > div a.icon-before > span {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
footer > div ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
footer > div ul li {
  padding-left: 1.1em;
  padding-bottom: 0.2em;
  text-indent: -0.5em;
}
footer > div ul li:before {
  content: "e";
  font-family: "DrBurgerIcons";
  margin-right: 2em;
  margin-left: 0;
  vertical-align: middle;
  line-height: 1em;
  font-size: 0.32em;
  display: inline-block;
}
.action-bar {
  background: #c7987e;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}
.action-bar > div {
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #666666;
}
.action-bar > div .round-image {
  display: none;
}
.action-bar > div p {
  display: block;
  margin-bottom: 0.2em;
}
.action-bar > div a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
  color: #484848;
}
.cookies-hint {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #EBEBEB;
  border-top: 1px solid #fff;
  padding: 5px 0 6px;
  z-index: 1100;
  display: none;
}
.cookies-hint > div {
  max-width: 1280px;
  margin: 5px auto 6px;
  color: #666666;
  font-size: 0.8667em;
}
.cookies-hint > div > .buttons {
  padding: 1em 0 0.5em;
  text-align: right;
}
.cookies-hint > div > .buttons a {
  color: #fff;
  text-decoration: none;
  padding: 0.7em 1em;
  border-radius: 3px;
  background: #7F7E7F;
}
.cookies-hint > div > .buttons a:first-child {
  background: #417505;
  margin-right: 6px;
}
#rwd-indicators {
  height: 1px;
}
#rwd-indicators #medium,
#rwd-indicators #large {
  display: none;
}
#rwd-indicators #mobile {
  display: block;
}
/* editmode: */
table.mceLayout {
  width: 100% !important;
}
.editmode-header-image {
  position: absolute;
  top: 5px;
  left: 5px;
}
h1 > .wetextinput,
h1 > span > .wetextinput,
h2 > .wetextinput,
h3 > .wetextinput {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /*	@import "modules/small.less";	*/
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.3333em;
  }
  .section-headline {
    font-size: 1.5em;
  }
  .sub-headline {
    font-size: 1.1875em;
  }
  .wrapper {
    width: 94%;
    padding: 0 3%;
  }
  .margin-wrapper {
    width: 94%;
    margin: 0 3%;
  }
  .header-container {
    overflow: visible;
  }
  .header-container .cookies-hint {
    padding-left: 3%;
  }
  .header-container header {
    position: relative;
  }
  .header-container header .cell.bordercell {
    display: none;
  }
  .header-container header .header-logo {
    display: inline-block;
  }
  .header-container header .login {
    display: block;
    position: absolute;
    right: 0.65em;
    top: 0.2em;
    font-family: "DrBurgerIcons";
  }
  .header-container header .login a {
    text-decoration: none;
    font-size: 0.875em;
  }
  .header-container header nav {
    padding-left: 0;
  }
  .header-container header nav .mobile-home {
    display: block;
    position: absolute;
    left: 280px;
    top: 25px;
  }
  .header-container header nav .menu-toggle {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    left: 330px;
  }
  .header-container header nav > ul {
    position: relative;
  }
  .header-container header nav > ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .header-container header nav > ul > li > div > ul {
    /*position: absolute;
							left: 105%;*
							top: 0;*/
    box-sizing: content-box;
    /*ul {
								display: block;
							}*/
  }
  .header-container header nav > ul > li > div > ul.multicol-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em;
  }
  .header-container header nav > ul > li > div > ul li {
    padding: 0.28em 0.2em 0.28em 0.3em;
  }
  .header-container header nav > ul > li > div > ul li:before {
    margin-right: 0.4em;
    margin-left: -0.1em;
  }
  .header-container header nav > ul > li > div > ul li:last-child:after {
    margin-right: -0.1em;
    margin-left: 0.4em;
  }
  .header-container .slider.home {
    height: 320px;
  }
  .header-container .slider.home ul li {
    position: relative;
  }
  .header-container .slider.home ul li h2 {
    position: absolute;
    top: 82px;
    right: 17.3438%;
    width: auto;
    z-index: 1000;
    text-align: right;
    font-size: 2em;
  }
  .header-container .slider.content {
    height: 225px;
  }
  .main-container {
    padding-top: 0;
    padding-bottom: 12px;
    /*.table {
		display: table;
		.tr {
			display: table-row;
			.td, .th {
				display: table-cell;
				&:first-child, &:last-child {
					padding-bottom: 0.3em;
				}
			}
		}
	}*/
  }
  .main-container .main-left {
    float: left;
    width: 31.5379%;
    text-align: right;
  }
  .main-container .main-left.first {
    margin-top: 0.35em !important;
  }
  .main-container .main-right {
    float: right;
    width: 65.8036%;
  }
  .main-container .main-right.text-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .main-container .main-right.text-image.gallery > div:last-child {
    padding-bottom: 25px;
  }
  .main-container .main-right.text-image.gallery > div > div {
    width: 47.8969%;
    float: right;
  }
  .main-container .main-right.text-image.gallery > div > div:nth-child(2n-1) {
    float: left;
  }
  .main-container .main-right.text-image.gallery > div > div.image {
    padding-top: 0.4em;
  }
  .main-container .main-right.text-content {
    margin-top: -1px;
  }
  .main-container .main-left.top-border.first + .main-right.text-content {
    margin-top: -3px;
  }
  .main-container .main-fullwidth {
    clear: both;
    width: 100%;
  }
  .main-container.content.section-start {
    padding-top: 20px;
  }
  .main-container.content .main-left h3 {
    margin-top: -1px;
  }
  .main-container.social-wall {
    display: block;
    background: #E9E9E9;
    text-align: center;
    padding-bottom: 40px;
  }
  .main-container.social-wall h2 {
    font-size: 2.1333em;
    font-family: "VectoraLight";
    margin: 0;
    padding-top: 54px;
  }
  .main-container.social-wall .line {
    border-top: 2px solid #c7987e;
    display: inline-block;
    width: 165px;
    margin: 14px 0 48px;
  }
  .main-container.social-wall .dcsns-content {
    text-align: left;
    width: 102.6786%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-container.social-wall .dcsns-content .stream li {
    width: 30.7246%;
    margin-right: 2.6087%;
    margin-bottom: 30px;
  }
  .main-container.social-wall .dcsns-content .stream li .section-thumb img {
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .main-container.social-wall .dcsns-content .stream li.dcsns-facebook .section-intro {
    -moz-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .main-container.social-wall .dcsns-content .stream li:hover .section-thumb img {
    opacity: 0.7;
  }
  .main-container.social-wall .dcsns-content .stream li:hover.dcsns-facebook .section-intro {
    background-color: #233B6D;
  }
  .news-slider + .main-container,
  .header-container + .main-container {
    padding-top: 62px;
  }
  .padding-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
  .news-slider h2,
  .news-overview h2 {
    font-size: 2em;
  }
  .news-slider > div,
  .news-overview > div {
    padding: 0 4.2%;
  }
  .news-slider ul li,
  .news-overview ul li {
    float: left;
  }
  .news-slider ul li > div,
  .news-overview ul li > div {
    height: 16.5em;
  }
  .news-slider .bx-controls-direction,
  .news-overview .bx-controls-direction {
    font-size: 1em;
  }
  .news-slider .bx-controls-direction .bx-prev,
  .news-overview .bx-controls-direction .bx-prev {
    left: -5.2%;
    margin-right: 0;
  }
  .news-slider .bx-controls-direction .bx-next,
  .news-overview .bx-controls-direction .bx-next {
    right: -5.2%;
  }
  .news-overview > div {
    padding: 0;
  }
  .news-overview > div ul li {
    width: 31.6266%;
    margin-right: 2.56%;
    margin-bottom: 30px;
  }
  .news-overview > div ul li:nth-child(3n) {
    margin-right: 0;
  }
  .news-overview.services {
    padding-top: 45px;
    margin-top: 30px;
  }
  .teasers {
    padding-top: 54px;
    padding-bottom: 25px !important;
  }
  .teasers h2 {
    font-size: 2em;
  }
  .teasers ul {
    white-space: collapse;
  }
  .teasers ul li {
    width: 32.3333%;
    margin: 0 0 1.75em 1%;
    display: inline-block;
  }
  .teasers ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .teasers ul li > div {
    height: 12.2em;
  }
  .teasers ul li > div > p {
    padding: 0;
  }
  .contact-image {
    padding-bottom: 1.25em;
  }
  .contact-image h2 {
    font-size: 2em;
    margin: 0 0 8.4em;
    padding-top: 0.75em;
  }
  .news-ul {
    margin-bottom: 0;
  }
  .news-ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .news-ul > li div {
    float: left;
    width: 70%;
  }
  .news-ul > li div.img-box {
    margin-bottom: 0;
    padding: 0;
    width: 30%;
    overflow: hidden;
    background: #E9E9E9;
  }
  .news-ul > li div.img-box > img {
    width: 100%;
    height: auto;
  }
  .news-ul > li div.text-box:first-child {
    width: 100%;
  }
  .team-ul > li div {
    width: 77%;
  }
  .team-ul > li div.img-box {
    width: 23%;
  }
  .news-overview .pagination {
    font-size: 0.875em;
    padding-top: 2.7143em;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .news-overview .pagination.bottom {
    margin-top: -0.6429em;
    padding-top: 0;
    padding-bottom: 2.7143em;
  }
  .news-overview > ul {
    margin-bottom: 0;
  }
  .news-overview > ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .news-overview > ul > li div {
    float: left;
    width: 70%;
  }
  .news-overview > ul > li div.img-box {
    margin-bottom: 0;
    padding: 0;
    width: 30%;
    overflow: hidden;
    background: #E9E9E9;
  }
  .news-overview > ul > li div.img-box > img {
    width: 100%;
    height: auto;
  }
  .news-overview > ul > li div.text-box:first-child {
    width: 100%;
  }
  .news-overview.team > ul > li div {
    width: 77%;
  }
  .news-overview.team > ul > li div.img-box {
    width: 23%;
  }
  .appointment-form:last-child {
    margin-bottom: 70px;
  }
  .form-row {
    /*
	margin-bottom: 1.375em;
	&:last-child {
		margin-bottom: 0;
	}
	.form-col {
		float: left;
		margin-bottom: 0;
		.multi-line {
			position: relative;
			left: 1.25em;
			margin-top: -1.6em;
			display: block;
			margin-right: 9%;
		}
	}
	.required-info {
		float: left;
		margin-top: -0.65em;
	}
	textarea {
		height: 7em;
	}
	*/
  }
  .form-row > input[type=text],
  .form-row .select-box,
  .form-row input[type=submit] {
    float: right;
    width: 47.6119%;
  }
  .form-row > input[type=text]:first-child,
  .form-row .select-box:first-child,
  .form-row input[type=submit]:first-child {
    float: left;
  }
  /*
.form-section {
	.form-block {
		.form-col {
			width: 23.3836%;
			margin-left: 2.1552%;
			&.double {
				width: 48.9224%;
			}
			&.triple {
				width: 74.4612%;
			}
			&:first-child {
				margin-left: 0;
			}
		}
		.form-row {
			input[type=submit] {
				padding: 1em 1.25em 1.3em;
			}
			.mobile-break {
				input[type=radio], input[type=checkbox] {
					margin-left: 5%;
					&:first-child {
						margin-left: 0;
					}
				}
			}
			.info-popup {
				&.is-inline {
					position: relative;
					display: inline-block;
					margin: -0.1em 0 0 0.5em;
					vertical-align: top;
				}
				> div {
					left: -7em;
					bottom: 2.5em;
					> .info {
						width: 18em;
					}
					.triangle-down:before {
						left: 7.7em;
					}
					.triangle-down:after {
						left: 7.77em;
					}
					&.align-right {
						left: -13.5em;
						.triangle-down:before {
							left: 15.1em;
						}
						.triangle-down:after {
							left: 15.17em;
						}
					}
				}
				.triangle-down:before, .triangle-down:after {
					visibility: visible;
				}
			}

		}
		label.full {
			width: 100%;
			display: block;
			margin-bottom: 0.5em;
		}
	}
}

.inline-form {
	.form-row {
		.submit {
			width: auto;
			float: right;
		}
	}
	.form-col {
		width: 48.4375%;
		margin-left: 3.125%;
		&.full {
			width: 100%;
		}
	}
	.form-col:first-child {
		margin-left: 0;
	}
}
*/
  footer > div {
    border-left: 1px solid #c7987e;
    float: left;
    padding-left: 4.4643%;
    width: 31.8%;
    margin-left: 4.4643%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer > div:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
    width: 27.35%;
  }
  footer > div .address span.icon-before {
    display: block;
  }
  footer > div .address span.icon-before a {
    width: 86%;
  }
  #rwd-indicators {
    height: auto;
  }
  #rwd-indicators #mobile,
  #rwd-indicators #small,
  #rwd-indicators #large,
  #rwd-indicators #xxlarge {
    display: none;
  }
  #rwd-indicators #medium {
    display: block;
  }
  .mobile-break br {
    display: none;
  }
}
/* >= 900 oder ipad only landscape */
@media only screen and (min-width: 900px), only screen and (orientation: landscape) and (min-device-height: 1024px) and (max-device-height: 1024px) and (max-width: 768px) {
  /*	@import "modules/mediumnav.less";	*/
}
/* >= 1024 oder ipad only landscape */
@media only screen and (orientation: landscape) and (min-device-height: 1024px) and (max-device-height: 1024px) and (max-width: 768px), only screen and (min-width: 1024px) {
  #rwd-indicators #mobile,
  #rwd-indicators #small,
  #rwd-indicators #medium,
  #rwd-indicators #xxlarge {
    display: none;
  }
  #rwd-indicators #large {
    display: block;
  }
  .header-container {
    overflow: hidden;
  }
  .header-container header .logo-box {
    height: auto;
    text-align: center;
  }
  .header-container header .logo-box .header-logo {
    width: auto;
    height: 107px;
    margin: 20px 0 20px;
    display: inline-block;
  }
  .header-container header .navi-box {
    text-align: center;
    height: 44px;
  }
  .header-container header .suche-langswitch {
    z-index: 999;
  }
  .header-container header .suche-langswitch .suche-box {
    right: 0;
  }
  .header-container header nav {
    width: auto;
    padding-bottom: 0;
    height: 100%;
    margin-top: 0;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-container header nav .mobile-home {
    display: none;
  }
  .header-container header nav .menu-toggle {
    display: none;
  }
  .header-container header nav > ul {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .header-container header nav > ul > li {
    font-size: 1em;
    line-height: 1.1em;
    padding: 0;
    margin: 0 16px 0;
    text-align: left;
    vertical-align: middle;
    border-bottom: none;
    height: 100%;
    width: auto;
    display: inline-block;
    float: left;
  }
  .header-container header nav > ul > li > div {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
  }
  .header-container header nav > ul > li > div > a {
    line-height: 41px;
    color: #fff;
  }
  .header-container header nav > ul > li > div > ul {
    background: #00567f;
    position: absolute;
    top: 49px;
    left: -1.1667em;
    display: none;
    padding: 0 0 0.75em;
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    margin: 0;
    height: auto;
    border: 0;
  }
  .header-container header nav > ul > li > div > ul.multicol-nav {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    max-width: 840px;
  }
  .header-container header nav > ul > li > div > ul > li {
    background: #00567f;
    display: block;
    font-size: 0.9333em;
    text-align: left;
    white-space: nowrap;
    padding: 0.43em 1.1667em 0.48em;
    width: auto;
  }
  .header-container header nav > ul > li > div > ul > li:before {
    content: none;
    margin-right: 0.2em;
    margin-left: -0.1em;
    vertical-align: top;
  }
  .header-container header nav > ul > li > div > ul > li:last-child:after {
    content: none;
  }
  .header-container header nav > ul > li > div > ul > li:first-child {
    margin-top: -5px;
  }
  .header-container header nav > ul > li > div > ul > li > ul li {
    display: block;
  }
  .header-container header nav > ul > li > div > ul > li > ul li:before {
    margin-left: -0.2em;
    margin-right: 0.3em;
  }
  .header-container header nav > ul > li > div > ul > li > ul li:last-child:after {
    content: "";
  }
  .header-container header nav > ul > li:last-child {
    margin-right: 0;
  }
  .header-container header nav > ul > li:last-child > div > ul {
    left: -75%;
  }
  .header-container .slider.home {
    height: 360px;
  }
  .header-container .slider.home .bx-controls-direction {
    display: none;
  }
  .header-container .slider.content {
    height: 280px;
  }
  .main-container {
    /*.table {
		.tr {
			.td, .th {
				&:first-child {
					width: 69%;
				}
			}
		}
	}*/
  }
  .main-container .main-left .statement > div:first-child {
    overflow: hidden;
  }
  .main-container .main-left .statement > div:first-child > img {
    width: auto;
    height: 100%;
    /*height: auto;
						min-height: 100%;
						min-width: 100%;*/
  }
  .main-container .main-left .bx-controls-direction {
    display: none;
  }
  .main-container .main-right.text-image > div:last-child {
    padding-bottom: 25px;
  }
  .main-container .main-right.text-image > div > div {
    width: 47.8969%;
    float: right;
  }
  .main-container .main-right.text-image > div > div:nth-child(2n-1) {
    float: left;
  }
  .main-container .main-right.text-image > div > div.image {
    padding-top: 0.4em;
  }
  .main-container .main-fullwidth > div {
    padding-bottom: 1em;
  }
  .main-container .main-fullwidth > div.wide-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em;
  }
  .main-container .team > ul > li {
    float: left;
    width: 24.2857%;
    margin-left: 0.8992%;
  }
  .main-container .team > ul > li:nth-child(3n+1) {
    margin-left: 0.8992%;
  }
  .main-container .team > ul > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .main-container .contact-col {
    width: 45.9821% / 2;
    float: left;
    margin-left: 2.6786%;
  }
  .main-container .contact-col:first-child {
    margin-left: 0;
  }
  .main-container .contact-img {
    width: 48.6607%;
    float: left;
    margin-left: 2.6786%;
    display: block;
  }
  .main-container .contact-img > img {
    width: 100%;
    height: auto;
  }
  .main-container.social-wall .dcsns-content {
    width: 102.6786%;
  }
  .main-container.social-wall .dcsns-content .stream li {
    width: 22.3478%;
    margin-right: 2.6087%;
  }
  .news-slider ul li > div,
  .news-overview ul li > div {
    height: 19em;
  }
  .news-slider ul li > div p.short-text,
  .news-overview ul li > div p.short-text {
    height: auto;
  }
  .news-overview .news-pagination a {
    margin-left: 15px;
  }
  .news-overview .news-pagination a:first-child {
    margin-left: 0;
  }
  .teasers {
    padding-top: 54px;
    padding-bottom: 25px !important;
  }
  .teasers ul li {
    float: left;
    width: 22.9464%;
    margin-left: 2.7381%;
  }
  .teasers ul li:nth-child(3n+1) {
    margin-left: 2.7381%;
  }
  .teasers ul li:nth-child(4n+1) {
    margin-left: 0;
  }
  .text-content,
  .text-intro {
    font-size: 1em;
  }
  .teasers {
    padding-bottom: 40px !important;
  }
  .teasers > div {
    float: left;
    width: 24.2857%;
    margin-left: 0.8992%;
  }
  .teasers > div:nth-child(3n+1) {
    margin-left: 0.8992%;
  }
  .teasers > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .teasers:not(.teaser-slider) {
    padding-bottom: 40px !important;
  }
  .teasers:not(.teaser-slider) > div {
    float: left;
    width: 24.2857%;
    margin-left: 0.8992%;
  }
  .teasers:not(.teaser-slider) > div:nth-child(3n+1) {
    margin-left: 0.8992%;
  }
  .teasers:not(.teaser-slider) > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .team-ul > li div {
    width: 70%;
  }
  .team-ul > li div.img-box {
    width: 30%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .team-ul > li div.text-box {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 140px;
  }
  .news-overview > ul > li {
    width: 48.6607%;
    float: left;
  }
  .news-overview > ul > li:nth-child(2n) {
    float: right;
  }
  .news-overview > ul > li div {
    width: 55.9633%;
  }
  .news-overview > ul > li div.img-box {
    width: 44.0367%;
  }
  .news-overview > ul > li div.img-box > img {
    width: auto;
    height: 100%;
    max-height: 264px;
  }
  .news-overview > ul > li div h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .news-overview .pagination {
    clear: both;
    float: none;
  }
  .news-overview.team > ul > li div {
    width: 70%;
  }
  .news-overview.team > ul > li div.img-box {
    width: 30%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-overview.team > ul > li div.text-box {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 140px;
  }
  .right-statement > div {
    float: left;
  }
  .right-statement > div.img-box {
    width: 30%;
    margin: 0;
    padding: 0;
  }
  .right-statement > div.img-box > img {
    width: 100%;
    height: auto;
  }
  .right-statement > div.text-box {
    width: 70%;
  }
  .form-section .form-block .form-row .medium-break input[type=radio],
  .form-section .form-block .form-row .medium-break input[type=checkbox] {
    margin-left: 5%;
  }
  .form-section .form-block .form-row .medium-break input[type=radio]:first-child,
  .form-section .form-block .form-row .medium-break input[type=checkbox]:first-child {
    margin-left: 0;
  }
  .form-section .form-block .form-row .form-col.large-double {
    width: 48.9224% !important;
  }
  .inline-form.full-width {
    padding-left: 2.6786%;
    padding-right: 2.6786%;
  }
  .inline-form.full-width .form-left,
  .inline-form.full-width .form-right {
    width: 48.5849%;
    float: left;
  }
  .inline-form.full-width .form-right {
    float: right;
  }
  .inline-form.full-width .form-row textarea {
    height: 12.9em;
  }
  .inline-form.full-width .form-row .required-info {
    margin-left: -105.5%;
  }
  footer > div {
    /*width: 21.7857%;
		margin-left: 4.28573%;
		margin-right: 0;
		&:nth-child(3n+1) {
			margin-right: 0;
		}
		&:first-child {
			margin-left: 0;
		}*/
  }
  .action-bar > div .round-image {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
    width: 58px;
    height: 58px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .action-bar > div p {
    display: inline;
  }
  .cookies-hint > div > .buttons {
    float: right;
    padding: 0;
  }
  .medium-break br {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .cropbox {
    position: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0;
    z-index: 1010;
  }
  .cropbox header {
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  }
  .slider {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1090px) {
  .header-container header .logo-box .header-logo {
    width: 200px;
    height: 119px;
    margin: 28px 0 22px;
  }
  .header-container .slider {
    margin-top: 222px;
  }
  .header-container .slider.home {
    height: 510px;
  }
  .header-container .slider.content {
    height: 390px;
  }
}
@media only screen and (min-width: 1190px) {
  /* 	@import "modules/xlarge.less";	*/
  .wrapper {
    width: 87.5%;
    padding: 0 6.25%;
  }
  .margin-wrapper {
    width: 87.5%;
    margin: 0 6.25%;
  }
  .padding-wrapper {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
  .header-container .cookies-hint {
    padding-left: 6.25%;
  }
  .news-slider {
    padding: 35px 6.25% 44px;
  }
  .news-slider > div {
    padding: 0;
  }
  .news-slider .bx-controls-direction .bx-prev {
    left: -4.2%;
    margin-right: 0;
  }
  .news-slider .bx-controls-direction .bx-next {
    right: -4.2%;
  }
}
@media only screen and (min-width: 1281px) {
  .action-bar {
    width: 1280px;
  }
}
/* ipad only landscape fixes */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */