@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .like_h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Image replacement
 */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
COLORS
*********************/
/*********************
FONT-SIZE
*********************/
/*********************
Breiten
*********************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
Clearfix
*********************/
/* .container-with-floated-children { @extend %clearfix; } */
/*********************
Animations
*********************/
/*
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/*********************
BASE (MOBILE) SIZE
*********************/
/*********************
BASE (MOBILE) SIZE
*********************/
@font-face {
  font-family: "Dax Offc W01 Medium";
  src: url("../Fonts/1380694/4ea558c0-ca5c-4e4e-a7a5-9df6fb06fcb0%EF%B9%96.eot#iefix");
  src: url("../Fonts/1380694/4ea558c0-ca5c-4e4e-a7a5-9df6fb06fcb0%EF%B9%96.eot#iefix") format("eot"), url("../Fonts/1380694/db53bf16-1809-4919-9295-3614c77f3f8f.woff2") format("woff2"), url("../Fonts/1380694/6245015d-91a6-46ec-9a08-3c5fbb4a3ba6.woff") format("woff"), url("../Fonts/1380694/59241cf9-4ac8-47f0-a26f-c63b5b02a0da.ttf") format("truetype"); }
@font-face {
  font-family: "Dax Offc W01 Regular";
  src: url("../Fonts/1380734/b6823f7a-1005-41f8-a3be-868362c2995b%EF%B9%96.eot#iefix");
  src: url("../Fonts/1380734/b6823f7a-1005-41f8-a3be-868362c2995b%EF%B9%96.eot#iefix") format("eot"), url("../Fonts/1380734/9655ce88-d0e8-4b5b-95b8-b24bb750bfc3.woff2") format("woff2"), url("../Fonts/1380734/8754751f-6985-41dc-b2f3-43dc8d0e5209.woff") format("woff"), url("../Fonts/1380734/e4765c51-5688-449d-ba4b-2419ba2910b6.ttf") format("truetype"); }
html, body {
  height: 100%; }

body {
  font-family: 'Dax Offc W01 Regular', sans-serif;
  font-size: 87.5%;
  line-height: 1.8;
  background-color: #fef8f0;
  color: #262626; }

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
.row .row {
  margin: 0 -1.5em; }

.col {
  padding: 0  1.5em; }

.row:after {
  content: "";
  clear: both;
  display: table; }

@media only screen {
  .col {
    float: left;
    width: 100%;
    box-sizing: border-box; } }
h1, .like_h1, h2, h3, h4, h5, a {
  color: #ec8900;
  font-weight: normal; }

h1, .like_h1, h2, h3, h4, h5, p, ul, ol {
  margin-top: 0; }

h1, .like_h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: normal; }

h2 {
  font-size: 1.42857142857143em; }

h3 {
  font-size: 1.28571428571429em; }

h4:not(.like_h1):not(.subheader) {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0; }

.subheader {
  color: inherit;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: normal; }

.csc-firstHeader {
  margin-top: 0; }

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left {
  text-align: left; }

p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center {
  text-align: center; }

p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right {
  text-align: right; }

p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
  text-align: justify; }

p.indentLeft, ul.indentLeft, ol.indentLeft, h2.indentLeft, h3.indentLeft {
  padding: 0 0 0 16px; }

*.brand-primary {
  color: #ec8900; }

:focus, *:active {
  outline: none !important; }

.fancybox-container ul, #contentWrap ul {
  list-style: none;
  padding-left: 0; }
  .fancybox-container ul li, #contentWrap ul li {
    position: relative;
    padding-left: 15px; }
    .fancybox-container ul li:before, #contentWrap ul li:before {
      position: absolute;
      left: 0;
      top: .7em;
      content: "●";
      font-size: 10px;
      line-height: 1em;
      color: #ec8900; }

/* Bilder flexibel... */
figure {
  margin: 0; }

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

/* Tabellen */
table {
  margin-bottom: 1em; }

td, th {
  padding: 0 0.75rem; }
  td:first-child, th:first-child {
    padding-left: 0; }
  td:last-child, th:last-child {
    padding-right: 0; }

/* eo Bilder flexibel... */
#wrap {
  position: relative; }

#headerWrap {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff; }

#headerWrap + * {
  margin-top: 100px !important; }

#logo {
  position: relative;
  width: 242px; /*142px;*/
  margin: 20px 0 10px 0; }

#header, #keyVisualWrap {
  max-width: 1240px;
  margin: 0 auto; }

#keyVisualWrap {
  position: relative;
  z-index: 5;
  margin: 46px auto 0 auto; }
  #keyVisualWrap:before {
    content: '';
    background: transparent url(../Images/hgrKeyVisual.png) repeat-x;
    position: absolute;
    top: 7.5%;
    right: 0;
    left: 0;
    bottom: 0;
    height: 85%; }
  #keyVisualWrap .imageCaptionBox {
    position: absolute; }
    #keyVisualWrap .imageCaptionBox h3, #keyVisualWrap .imageCaptionBox p {
      margin: 0; }
    #keyVisualWrap .imageCaptionBox p {
      color: gray;
      line-height: 1.4; }
  #keyVisualWrap .sliderItem {
    position: absolute;
    top: 0; }
    #keyVisualWrap .sliderItem:first-child {
      position: relative; }

body.subSite #keyVisual {
  max-width: 700px;
  margin: 0 auto; }

#contentWrap {
  position: relative;
  z-index: 10;
  max-width: 700px;
  padding: 46px 23px;
  margin: 0 auto; }

#footerAddress {
  background-color: #fff;
  font-size: 0.75rem;
  color: gray;
  overflow: hidden;
  padding: 1em 23px; }
  #footerAddress p {
    margin: 0; }
  #footerAddress a {
    color: inherit;
    text-decoration: none; }

#footerMenu {
  background-color: #a6a6a6;
  padding: 30px 23px;
  font-size: 0.75rem; }

#footerAddressInner, #footerMenuInner {
  max-width: 920px;
  margin: 0 auto; }

#keyVisual {
  position: relative; }
  #keyVisual .bx-viewport {
    z-index: 10; }
  #keyVisual .bx-pager {
    position: absolute;
    z-index: 15;
    right: 20px;
    bottom: 10px; }

.bx-pager-item {
  display: inline-block; }

.bx-pager-link {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1em;
  text-indent: -999em;
  background-color: #fff;
  border: solid 1px #a6a6a6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* must be the same as width and height */
  margin-left: 5px; }
  .bx-pager-link.active, .bx-pager-link:hover {
    background-color: #ec8900; }

/************************
* Navigationen
************************/
.nav, .nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav a {
  text-decoration: none;
  color: gray; }

/* MainNav Styling */
#mainNav {
  white-space: nowrap; }

#mainNav > li {
  float: left;
  margin-right: 10px; }

#mainNav a {
  display: block;
  padding: 2px 10px; }

#mainNav ul li {
  margin-bottom: 1px; }

#mainNav a:hover, #mainNav li.current > a, #mainNav a.active {
  color: #ec8900; }

/* Navigation */
.navbar-toggle {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px; }

.mobile-tel {
  position: absolute;
  top: 27px;
  right: 60px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16"><path fill="%23f18827" d="M11.5 0h-7c-0.825 0-1.5 0.675-1.5 1.5v13c0 0.825 0.675 1.5 1.5 1.5h7c0.825 0 1.5-0.675 1.5-1.5v-13c0-0.825-0.675-1.5-1.5-1.5zM6 0.75h4v0.5h-4v-0.5zM8 15c-0.552 0-1-0.448-1-1s0.448-1 1-1 1 0.448 1 1-0.448 1-1 1zM12 12h-8v-10h8v10z"></path></svg>');
  background-size: cover; }
  .mobile-tel span {
    display: none; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  position: relative;
  left: 0; }

body.menuActive {
  position: fixed; }

#mainNav {
  display: block;
  width: 100%;
  background-color: #fcead1;
  position: fixed;
  z-index: 10;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: -101%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  margin-top: 72px; }
  #mainNav a {
    padding: 12px 10px;
    line-height: 20px;
    border: 0; }
  #mainNav .subWrap {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden; }
  #mainNav ul {
    margin: 1px 0 0 0;
    position: static;
    list-style: none;
    padding: 0; }
    #mainNav ul a {
      padding-left: 30px;
      background-color: #fef8f0; }
    #mainNav ul li:last-child {
      border: none; }
    #mainNav ul ul li a {
      padding-left: 30px; }
    #mainNav ul ul ul li a {
      padding-left: 60px; }
  #mainNav li {
    display: block;
    float: none;
    margin: 0;
    position: relative;
    text-align: left;
    border-bottom: solid 1px #fff; }
    #mainNav li:first-child a, #mainNav li:last-child a {
      border-radius: 0; }
  #mainNav .openSub {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ec8900;
    cursor: pointer;
    width: 3em;
    line-height: 40px;
    z-index: 5;
    text-align: center; }
    #mainNav .openSub:before {
      content: "+";
      color: #fff;
      font-size: 2em; }
  #mainNav .activeSub > .subWrap {
    max-height: 500px; }
  #mainNav .activeSub > .openSub:before {
    content: "-";
    color: #fff; }

.menuActive #mainNav {
  right: 0; }

.lines-button {
  display: inline-block;
  padding: 12px 6px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border: none;
  background-color: transparent;
  outline: none; }
  .lines-button:hover {
    opacity: 1; }
    .lines-button:hover .lines:before {
      top: 6.8571428571px; }
    .lines-button:hover .lines:after {
      top: -6.8571428571px; }
  .lines-button:active {
    transition: .3s; }
  .lines-button .lines {
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #000;
    border-radius: 2px;
    transition: 0.3s;
    background: #ec8900;
    position: relative;
    /*create the upper and lower lines as pseudo-elements of the middle line*/ }
    .lines-button .lines:before, .lines-button .lines:after {
      display: inline-block;
      width: 24px;
      height: 4px;
      background: #000;
      border-radius: 2px;
      transition: 0.3s;
      background: #ec8900;
      position: absolute;
      left: 0;
      content: '';
      transform-origin: 1.7142857143px center; }
    .lines-button .lines:before {
      top: 6px; }
    .lines-button .lines:after {
      top: -6px; }
  .lines-button.close .lines {
    /*hide the middle line*/
    background: transparent;
    /*overlay the lines by setting both their top values to 0*/ }
    .lines-button.close .lines:before, .lines-button.close .lines:after {
      transform-origin: 50% 50%;
      top: 0;
      width: 24px; }
    .lines-button.close .lines:before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.close .lines:after {
      transform: rotate3d(0, 0, 1, -45deg); }

#serviceNav {
  display: none; }

#footerNav a {
  color: #fff; }
#footerNav ul {
  padding-left: 1rem; }
  #footerNav ul li:before {
    content: '►';
    display: inline-block;
    position: relative;
    top: -.5em;
    color: #fff;
    font-size: 5px;
    line-height: 1em;
    padding-right: 1em; }

/* Navigation end */
/* MIX */
/**** Visitenkarte ****/
.vcard {
  border-bottom: solid 1px #a6a6a6;
  margin-bottom: 40px; }
  .vcard figure {
    margin: 0; }
  .vcard .vcard-preview {
    display: none; }

.vcard-detail .image-box {
  position: relative; }
  .vcard-detail .image-box figure {
    float: right;
    width: 30.650684931506849%; }
    .vcard-detail .image-box figure.main-image {
      float: left;
      width: 68.493150684931507%; }
    .vcard-detail .image-box figure:nth-child(2) {
      position: absolute;
      top: 0;
      right: 0; }
    .vcard-detail .image-box figure:nth-child(3) {
      position: absolute;
      bottom: 0;
      right: 0; }
    .vcard-detail .image-box figure img {
      width: 100%; }
.vcard-detail .text-box {
  padding-top: 20px; }

.fancybox-container .vcard-detail {
  max-width: 584px;
  padding: 0;
  background-color: transparent;
  overflow: visible; }
  .fancybox-container .vcard-detail .text-box {
    background-color: #fef8f0;
    padding: 35px 30px 0 30px;
    margin-top: 5px; }
.fancybox-container #content {
  max-width: 584px;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  color: #fff; }
  .fancybox-container #content h1, .fancybox-container #content h2 {
    color: #fff; }

.fancybox-close-small {
  right: -45px !important;
  top: -35px !important; }
  .fancybox-close-small:after {
    background-color: #ec8900 !important;
    color: #fff !important; }

.fancybox-close-small:focus:after {
  outline: none !important; }

/**** Akkordeon ****/
.accordeon .column-header *, .accordeon header * {
  font-size: 1em;
  line-height: 1.4;
  color: inherit;
  padding-left: 20px;
  position: relative; }
  .accordeon .column-header *:before, .accordeon header *:before {
    display: inline-block;
    position: absolute;
    top: 0.25em;
    left: 0;
    content: "\25B6";
    margin-right: 5px;
    font-size: 10px;
    color: #ec8900; }
.accordeon .grid.opened .column-header *, .accordeon .grid.opened header *, .accordeon .frame.opened .column-header *, .accordeon .frame.opened header * {
  color: #ec8900; }
  .accordeon .grid.opened .column-header *:before, .accordeon .grid.opened header *:before, .accordeon .frame.opened .column-header *:before, .accordeon .frame.opened header *:before {
    transform: rotate(-30deg); }
.accordeon .grid.opened > .ce-textpic, .accordeon .frame.opened > .ce-textpic {
  max-height: 4000px !important; }
.accordeon .grid > .ce-textpic .column.left {
  padding-left: 20px; }
.accordeon .grid > .ce-textpic .column.right p {
  padding-left: 25px; }
.accordeon .ce-bodytext p {
  padding-left: 25px; }

.accordeon.init .column-header, .accordeon.init header {
  cursor: pointer; }

.accordeon.init > .frame > .ce-textpic, .accordeon.init .grid > .ce-textpic {
  max-height: 0;
  transition: max-height 0.75s ease-out;
  overflow: hidden; }

/* Zitate */
.element-mask_contentfader {
  background-color: #a6a6a6;
  padding: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6; }
  .element-mask_contentfader ul {
    list-style: none;
    margin: 0; }
    .element-mask_contentfader ul li {
      padding: 0 !important; }
      .element-mask_contentfader ul li:before {
        display: none !important; }
      .element-mask_contentfader ul li p:last-child {
        margin-bottom: 0; }
  .element-mask_contentfader h3 {
    font-family: "Dax Offc W01 Medium";
    font-size: 1em;
    color: inherit;
    margin-bottom: 0; }
  .element-mask_contentfader .bx-default-pager {
    float: right;
    position: relative;
    bottom: 5px; }

#goTop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 20px;
  text-decoration: none;
  color: #ec8900;
  font-size: 12px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45); }

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /*********************
  LARGER MOBILE DEVICES
  *********************/ }
/*********************
TABLET & SMALLER LAPTOPS & DESKTOP
*********************/
@media only screen and (min-width: 768px) {
  /*********************
  TABLET & SMALLER LAPTOPS & DESKTOP
  *********************/
  html {
    overflow-x: auto;
    overflow-y: auto; }

  body.menuActive {
    position: static;
    cursor: none; }
    body.menuActive .exit-off-canvas {
      display: none; }

  #wrap {
    padding-top: 85px; }

  h1, .like_h1 {
    font-size: 2rem; }

  #logo {
    top: 20px;
    width: 242px;  /*142px;*/
    margin: 0 0 10px 0; }

  #headerWrap {
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: none;
    box-shadow: none; }

  #headerWrap + * {
    margin-top: inherit !important; }

  #keyVisualWrap {
    margin-top: 46px !important; }

  /************************
  * Navigationen
  ************************/
  .navbar-toggle, .mobile-tel {
    display: none; }

  /* MainNav Styling */
  #mainNav {
    background-color: #fef8f0;
    width: 73.548387096774194%;
    margin: 0 0 0 26.451612903225806%;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1em;
    float: left;
    white-space: nowrap;
    position: relative;
    height: auto;
    overflow: visible;
    top: 0;
    left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #mainNav a {
      display: block;
      padding: 6px 15px;
      color: gray;
      background-color: #fef8f0;
      font-weight: normal;
      z-index: 20; }
    #mainNav > li {
      float: left;
      position: relative;
      margin: 0;
      border: none; }
    #mainNav ul {
      display: block;
      position: absolute;
      overflow: visible; }
      #mainNav ul li a {
        background-color: #fff;
        font-weight: normal; }
    #mainNav a:hover, #mainNav li:not([id="m_7"]).sfHover > a, #mainNav li.current > a, #mainNav a.active {
      color: #ec8900;
      background-color: #fcead1; }
    #mainNav > li.hassub > a:after {
      transition: all .01s ease-in-out;
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -15px;
      display: block;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 20px solid rgba(0, 0, 0, 0.5);
      opacity: 0; }
    #mainNav li.hassub.sfHover > a:after {
      opacity: 1; }
    #mainNav .activeSub > ul {
      display: none; }
    #mainNav .openSub {
      display: none; }

  .menuActive #mainNav {
    left: 0; }

  /*** MainNav ESSENTIAL STYLES ***/
  .sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }

  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }

  .sf-menu > li {
    float: left; }

  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block; }

  .sf-menu a {
    display: block;
    position: relative; }

  .sf-menu ul ul {
    top: 0;
    left: 100%; }

  #mainNav {
    position: static; }
    #mainNav li {
      position: static; }
    #mainNav .subWrap {
      display: none;
      position: absolute;
      z-index: 15;
      top: 84px !important;
      margin-top: 0 !important;
      max-height: none !important;
      overflow: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2000px;
      background-color: rgba(0, 0, 0, 0.5);
      border-top: solid 21px #fef8f0;
      padding-top: 10px; }
      #mainNav .subWrap ul {
        margin: 0 auto;
        max-width: 850px;
        position: static;
        text-transform: none; }
        #mainNav .subWrap ul li {
          position: relative;
          float: left;
          border: none;
          width: 20%;
          padding: 10px;
          margin: 0;
          background-color: transparent; }
          #mainNav .subWrap ul li a {
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: 100% auto;
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.75rem;
            padding: 0;
            padding-top: 65%;
            text-align: center;
            transition: all .4s ease-in-out; }
            #mainNav .subWrap ul li a:hover {
              color: #fff;
              opacity: 0.8; }

  #mainNav #m_8 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/brustkorrektur-frauen.png"); }

  #mainNav #m_9 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/brustkorrektur-maenner.png"); }

  #mainNav #m_10 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/bauchdekenstraffung.png"); }

  #mainNav #m_11 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/med-faltenbehandlung.png"); }

  #mainNav #m_12 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/gesichts--_halsstraffung.png"); }

  #mainNav #m_13 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/ohrmuschelkorrektur.png"); }

  #mainNav #m_14 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/nasenkorrektur.png"); }

  #mainNav #m_15 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/fettabsaugung.png"); }

  #mainNav #m_16 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/oberarme-oberschenkel.png"); }

  #mainNav #m_17 > a {
    background-image: url("../../../../../../fileadmin/user_upload/illustrationen/lidstraffung.png"); }

  #mainNav #m_18, #mainNav #m_19, #mainNav #m_21 {
    display: none; }

  #serviceNav {
    display: block;
    font-size: 0.75rem;
    float: right;
    margin-top: 20px; }
    #serviceNav li {
      float: left;
      margin-left: 5px;
      padding-left: 5px;
      line-height: 1em;
      border-left: solid 1px #ec8900; }
      #serviceNav li:first-child {
        border: none; }

  #footerNav li {
    float: left;
    padding-right: 40px; }

  /************************
  * GRID
  ************************/
  .grid {
    /* Zweispalter */
    /* Dreispalter */ }
    .grid .column {
      float: left;
      min-height: 1px; }
    .grid.col-1-1 .column {
      width: 50%; }
    .grid.col-2-1 .column.left {
      width: 66.66666%; }
    .grid.col-2-1 .column.right {
      width: 33.333333%; }
    .grid.grid_2_col .column.left {
      padding: 0 2% 0 0; }
    .grid.grid_2_col .column.right {
      padding: 0 0 0 2%; }
    .grid.grid_3_col {
      margin: 0 -5px; }
    .grid.grid_3_col .column, .grid.col-1-1-1 .column {
      width: 33.333333%; }
    .grid.col-1-2-1 .column.left {
      width: 25%; }
    .grid.col-1-2-1 .column.middle {
      width: 50%; }
    .grid.col-1-2-1 .column.right {
      width: 25%; }
    .grid.col-4-3-3 .column.left {
      width: 40%; }
    .grid.col-4-3-3 .column.middle {
      width: 30%; }
    .grid.col-4-3-3 .column.right {
      width: 30%; }
    .grid.grid_3_col .column {
      padding: 0 5px; }

  .grid .column h1, .grid .column h2 {
    border: none;
    padding-bottom: 0; }

  /*
   *  Visitenkarte
   */
  .vcard {
    border: none;
    margin: 0; }
    .vcard a {
      color: inherit;
      text-decoration: none; }
      .vcard a figcaption {
        padding-top: 0.5em; }
      .vcard a figcaption:before {
        display: inline-block;
        position: relative;
        top: -1px;
        content: "\25B6";
        margin-right: 5px;
        font-size: 10px;
        color: #ec8900; }
    .vcard a:hover .vcard-preview img {
      opacity: 0.8; }
    .vcard .vcard-preview {
      display: block;
      padding-bottom: 20px; }
    .vcard .vcard-detail {
      display: none; }

  #contentWrap:after {
    position: fixed;
    z-index: 9999;
    top: 155px;
    right: 0;
    bottom: auto;
    transform: rotate(-90deg);
    transform-origin: 100% 100%; } }
/*********************
 > Max-Width
*********************/
@media only screen and (min-width: 940px) {
  /*********************
   > Max-Width
  *********************/ }
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@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) {
  /*********************
  RETINA (2x RESOLUTION DEVICES)
  *********************/ }
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*********************
Sitespezifische Breakpoints
*********************/
/* 1240 = KeyvisualWidth */
@media only screen and (min-width: 1240px) {
  #keyVisualWrap .imageCaptionBox {
    top: 150px;
    left: 60px; }
    #keyVisualWrap .imageCaptionBox h3 {
      font-size: 40px;
      line-height: 1.2; }
    #keyVisualWrap .imageCaptionBox p {
      padding: 0.5em 0 0 24px; } }
@media only screen and (min-width: 700px) {
  #contentWrap {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 1240px) {
  #logo {
    margin-left: 23px; }

  #serviceNav {
    margin-right: 23px; }

  #keyVisualWrap .imageCaptionBox {
    top: 21.802325581395349%;
    left: 4.838709677419355%; }
    #keyVisualWrap .imageCaptionBox h3 {
      font-size: 3.225806451612903vw;
      line-height: 1.2; }
    #keyVisualWrap .imageCaptionBox p {
      padding: 0.5em 0 0 1.935483870967742vw; } }
@media only screen and (max-width: 1060px) {
    #logo {
        width: 180px;
    }
}
@media only screen and (max-width: 700px) {
  #keyVisualWrap .imageCaptionBox h3 {
    font-size: 20px !important; }
  #keyVisualWrap .imageCaptionBox p {
    font-size: 0.75rem !important;
    max-width: 220px !important; } }
@media only screen and (max-width: 480px) {
  #keyVisualWrap .imageCaptionBox h3 {
    font-size: 15px !important; }
  #keyVisualWrap .imageCaptionBox p {
    font-size: 10px !important;
    max-width: 140px !important; } }
@media only screen and (max-width: 481px) {
    #logo {
        margin-top: 10px;
        width: 180px;
    }
  .grid .column {
    width: auto !important; } }
/* height */
@media only screen and (max-height: 700px) {
  #keyVisualWrap {
    max-width: 700px; }
    #keyVisualWrap .imageCaptionBox {
      top: 11%;
      left: 5%;
      font-size: 80%; }
      #keyVisualWrap .imageCaptionBox h3 {
        font-size: 24px;
        line-height: 1.2; }
      #keyVisualWrap .imageCaptionBox p {
        max-width: 180px;
        font-size: 12px;
        padding: 0.5em 0 0 14px; }

  #contentWrap {
    padding-top: 20px; }

  .subSite #keyVisualWrap {
    max-width: 1240px; } }
@media only screen and (min-height: 700px) and (max-height: 900px) {
  #keyVisualWrap {
    max-width: 900px; }
    #keyVisualWrap .imageCaptionBox {
      top: 6vw;
      left: 5vw;
      font-size: 80%; }
      #keyVisualWrap .imageCaptionBox h3 {
        font-size: 30px;
        line-height: 1.2; }
      #keyVisualWrap .imageCaptionBox p {
        font-size: 14px;
        padding: 0.5em 0 0 14px; }

  #contentWrap {
    padding-top: 30px; }

  .subSite #keyVisualWrap {
    max-width: 1240px; } }



#wrap {
    padding-top: 0;
}
#keyVisualWrap {
    margin-top: 20px!important;
}
@media only screen and (min-width: 768px) {
    #keyVisualWrap {
        margin-top: 60px !important;
    }
}
#headerWrap {
    position: relative;
    background-color: transparent;
    box-shadow: none;
}
#header {

}
#logo {
    width: 150px;
    top: 0;
    margin-top: 20px;
}