/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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/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 when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 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;
}


@charset "UTF-8";
.ce_accordion .ui-accordion-content:before,.nav--main ul:before,.nav--footer ul:before,.ce_accordion .ui-accordion-content:after,.nav--main ul:after,.nav--footer ul:after{content:"";display:table}.ce_accordion .ui-accordion-content:after,.nav--main ul:after,.nav--footer ul:after{clear:both}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.hidden{display:none !important}.visible{display:block !important}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.float_left{float:left}.float_right{float:right}.img-responsive{height:auto;max-width:100%;display:block}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-uppercase{text-transform:uppercase}.text-hide{text-indent:-9999px;overflow:hidden;display:block}.block-center{display:block;margin-left:auto;margin-right:auto}html{box-sizing:border-box;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;font-size:100%}*,*:after,*:before{box-sizing:inherit}body{font-family:"PT Sans", Helvetica, sans-serif;font-size:15px;font-size:0.9375rem;font-weight:400;color:#313234}a{text-decoration:none}a[href^="tel:"]{color:#313234;cursor:default}button,input,textarea{outline:0 none;-moz-appearance:none;-webkit-appearance:none;appearance:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}input,textarea{font-size:16px;font-size:1rem}input[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.cols .col{float:left}.cols .col.col--last{margin-right:0 !important}.cols.col-2 .col{width:48%;margin-right:4%}.cols.col-3 .col{width:30%;margin-right:5%}.cols.col-4 .col{width:22%;margin-right:4%}@media (max-width:768px){.cols .col{float:none;width:100% !important;margin-bottom:20px}}@media (max-width:992px){.cols.col-4 .col{width:100%}}@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}}@media screen and (max-width:992px){html{font-size:120%}}.inside{width:960px;margin:0 auto;position:relative}@media screen and (max-width:992px){.inside{width:90%}}.main .inside,.right .inside{width:100%}.header{border-bottom:9px solid #000}.header .inside{padding:40px 0}.logo{display:block;width:137px;height:66px;background:url("../../files/blank/img/logo.jpg") center center no-repeat;background-size:100%;text-indent:-9999px}@media screen and (max-width:992px){.logo{background-size:contain}}.nav ul{list-style:none;margin:0;padding:0}.nav--main{position:absolute;right:0;bottom:51px}@media screen and (max-width:992px){.nav--main{display:none;bottom:auto;top:155px;width:100%;background:#fff;z-index:100;border-bottom:3px solid #000;margin-top:10px}}.nav--main li{float:left;margin-left:10px}@media screen and (max-width:992px){.nav--main li{float:none;margin:0;display:block}}.nav--main li.active a{color:#fff;background-color:#ee1c25}.nav--main a{color:#313234;text-transform:uppercase;padding:7px 11px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;font-size:15px;font-size:0.9375rem}@media screen and (max-width:992px){.nav--main a{display:block;padding:10px 0;text-align:center}}.nav-button{display:none;background:none;padding:0;border:0;color:#ee1c25;font-size:28px;font-size:1.75rem}@media screen and (max-width:992px){.nav-button{display:block;position:absolute;right:5%;top:30px}}.content a{color:#ee1c25;text-decoration:underline}.content a[href^="tel:"]{color:#313234;text-decoration:none}.content h1{text-transform:uppercase;font-weight:normal;color:#000;font-size:24px;font-size:1.5rem}.content h2{font-weight:normal;font-size:20px;font-size:1.25rem}.content h3{font-weight:normal;font-size:18px;font-size:1.125rem}.content p{line-height:1.5em}.content hr{background:transparent;border:0 none;border-bottom:1px solid #000}.content figure{margin:0}.content table td{padding:3px 0;line-height:1.5em}.content ul{padding-left:25px}.content ul li{line-height:1.8em}.content .ce_image{margin:30px 0}.main{width:650px;float:left}@media screen and (max-width:992px){.main{width:100%;float:none}}.right{width:260px;float:right}@media screen and (max-width:992px){.right{margin-top:40px;width:100%;float:none}}.right h4{font-weight:normal;font-size:20px;font-size:1.25rem;margin-top:0;margin-bottom:15px}.right .block__child{margin-bottom:40px}.right ul{list-style:none;margin:0;padding:0}.right ul li{padding:7px 0;color:#58585a;border-bottom:1px solid rgba(238, 28, 37, 0.25)}.right .label{display:inline-block;width:70px}.right a[href^="tel:"]{color:#58585a}.right #gmap{width:100%;height:200px;display:block;margin-top:20px}.ce_form .widget{margin-bottom:10px;width:100%}.ce_form label{display:inline-block;width:30%}.ce_form label.error{margin-bottom:0;margin-top:5px;margin-left:31%;color:red;font-size:14px;font-size:0.875rem}@media screen and (max-width:992px){.ce_form label.error{margin-left:0;width:100%}}.ce_form .text,.ce_form .textarea{border:1px solid transparent;background:rgba(0, 0, 0, 0.15);display:inline-block;width:69%;font-family:"PT Sans", Helvetica, sans-serif;font-size:16px;font-size:1rem;padding:3px 7px}.ce_form .text:focus,.ce_form .textarea:focus{border-color:#000}@media screen and (max-width:992px){.ce_form .text,.ce_form .textarea{width:100%}}.ce_form .textarea{height:150px}.ce_form .submit{background:#ee1c25;color:#fff;border:0 none;text-transform:uppercase;padding:8px 40px;font-size:14px;font-size:0.875rem}@media screen and (max-width:992px){.ce_form .submit{width:100%}}.ce_form .asterisk,.ce_form span.mandatory{color:#000}.footer{border-top:77px solid #ee1c25;text-align:center}.footer .inside{padding:40px 0}.footer a{color:#000}.footer p{line-height:1.5em}#spalten.cols h2{font-size:15px;font-size:0.9375rem;color:#ee1c25;padding-left:30px;background-repeat:no-repeat;background-position:left center;font-weight:bold}#spalten.cols a{display:block;width:100%;background:#ee1c25;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;text-align:center;text-decoration:none;padding:5px 0;font-size:14px;font-size:0.875rem}#spalten.cols .col{min-height:450px;position:relative}@media screen and (max-width:992px){#spalten.cols .col{min-height:0;margin-bottom:40px}}#spalten.cols .col p:last-child{position:absolute;bottom:0;left:0;width:100%}@media screen and (max-width:992px){#spalten.cols .col p:last-child{position:static}}.ce_accordion{border-bottom:1px solid #000}.ce_accordion:first-of-type{border-top:1px solid #000}.ce_accordion:last-of-type{margin-bottom:40px}.ce_accordion .ui-accordion-header{color:#ee1c25;font-weight:bold;font-size:14px;font-size:0.875rem;padding:8px 0;outline:0 none;cursor:pointer;position:relative;background-repeat:no-repeat;background-position:left center;padding-left:30px}@media screen and (max-width:992px){.ce_accordion .ui-accordion-header{padding-top:15px;padding-bottom:15px}}.ce_accordion .ui-accordion-header:after{content:"";font-family:"FontAwesome";color:#ee1c25;position:absolute;right:10px;line-height:35px;top:0}@media screen and (max-width:992px){.ce_accordion .ui-accordion-header:after{line-height:52px}}.ce_accordion .ui-accordion-header.ui-state-active:after{content:""}.ce_accordion .ui-accordion-content .float_left{margin:0 20px 10px 0}.img-responsive img{height:auto;max-width:100%;display:block}.img-responsive .image_container img{margin:0 auto}.cc_banner{background:#eee !important}.cc_btn{background:#fff !important}.cc_more_info{color:#000 !important;text-decoration:underline !important}.cc_message{color:#000 !important;font-size:14px !important;line-height:20px !important}.cc_btn{margin-top:8px !important}.content{background-image:url("/files/blank/img/albrecht-bg.jpg");background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed}.wrapper{margin:30px 0}.logo{width:400px;height:50px;float:left;background-image:url("/files/blank/img/logo.gif")}@media screen and (max-width:992px){.logo{width:70%;height:auto}}.mod_cycle_slider img{max-width:100%;height:auto}.mod_cycle_slider img:not(:first-child){display:none}.js-toggle-nav{font-size:20px;margin-top:-10px}.js-toggle-nav:before{content:"☰"}.nav--main{position:static;float:right}.nav--main li{line-height:50px;position:relative}.nav--main li a{border-bottom:3px solid transparent;border-radius:0;padding:5px 11px;color:#ee1c25}.nav--main li a:hover{color:#000}.nav--main li:hover ul{display:block}.nav--main li.active>a,.nav--main li.trail>a{color:#ee1c25;background:transparent;border-color:#000}.nav--main li.active>a:hover,.nav--main li.trail>a:hover{color:#000}.nav--main .level_2{display:none;position:absolute;top:100%;left:-15px;z-index:100;width:200px;z-index:99999}@media screen and (max-width:992px){.nav--main .level_2{width:100%;position:static}}.nav--main .level_2 li{line-height:1.5em;display:block;width:100%}.nav--main .level_2 li a{display:block;padding:5px 15px;text-transform:none;background:#eee;color:#000}.nav--main .level_2 li a:hover{color:#ff0000}.header{border-bottom:0;background:#eee}.header .inside{padding:20px 0}.content>.inside{background:#fff;padding:60px 60px;width:1100px}@media screen and (max-width:992px){.content>.inside{width:100%;padding:20px 5%}}.einspalter .main{width:100%;float:none}.einspalter .main .left{width:450px;float:left}.einspalte .main .right{float:right;width:450px}.right .sidebar--contact{margin-bottom:50px}.footer{border:0 none;background:#eee}.footer .inside{padding:10px 0}.footer .nav--footer li{display:block;float:right;width:100%;text-align:right;margin:10px 0}@media screen and (min-width:480px){.footer .nav--footer li{display:inline-block;margin:0 0 0 20px;float:left;width:auto}}.nav--footer{float:right;margin-right:40px}.nav--footer li{float:left;margin-left:20px}@media screen and (max-width:768px){.float_left,.float_right{margin:0 !important;float:none}}h1,h2,h3,h4{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media screen and (max-width:767px){.mod_rocksolid_slider{width:100% !important}}@media screen and (max-width:767px){.mod_rocksolid_slider .rsts-slide.rsts-active img{height:100% !important}}.img-responsive.position--left .image_container img{margin:0}@media screen and (max-width:992px){.nav--main .level_2{display:block}}
