
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * 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 {
  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"], /* 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.
 */

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;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../../../fileadmin/template_bruelisauer/main/fonts/icomoon.eot?l46lpx');
    src:  url('../../../fileadmin/template_bruelisauer/main/fonts/icomoon.eot?l46lpx#iefix') format('embedded-opentype'),
    url('../../../fileadmin/template_bruelisauer/main/fonts/icomoon.woff2?l46lpx') format('woff2'),
    url('../../../fileadmin/template_bruelisauer/main/fonts/icomoon.ttf?l46lpx') format('truetype'),
    url('../../../fileadmin/template_bruelisauer/main/fonts/icomoon.woff?l46lpx') format('woff'),
    url('../../../fileadmin/template_bruelisauer/main/fonts/icomoon.svg?l46lpx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-arrow-top:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e903";
}
.icon-arrow-formbutton:before {
    content: "\e904";
}

/* --------------------------------------------------------------- */
/*                                                                 */
/*    NEWS CSS-DATEI                                               */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */

.news .nav ul {
    float: left;
    display: inline;
    margin: 0;
}

.news .nav li {
    float: left;
    list-style: none;
    line-height: 1em;
}

.news .nav a {
    float: left;
    display: block;
    line-height: 1em;
}

.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* general */

.news h3 {
    font-size: 2.2rem;
    font-weight: normal;
}

.news .news-single .teaser-text p {
    font-weight: bold;
}

.news.article .news-img-wrap img {
    float: right;
    width: 100% !important;
    height: auto;
}

.news .info span {
    display: inline-block;
    padding: 1px 2% 1px 0;
    margin: 0 2% 2px 0;
}

.news .info span:last-child {
    border-right: 0;
}

.news .info p {
    line-height: 1em;
}

.news-backlink-wrap {
    width: 150px;
}

/* list + search + latest view */

.news-list-view {
    margin: 0 -10px;
}

.news-list-view p {
    margin: 0 0 0 0;
}

.news-list-view .article {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
    float: left;
}

.news-list-view .article:nth-child(3n+1) {
    clear: both;
}

.news-list-view .first-element-in-row {
    margin: 0;
    clear: both;
}

.news-list-view .article .news-text-wrap {
    width: 100%;
}


.news-list-view .article .news-img-wrap {
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}

.news-list-view .article .news-img-wrap a {
    display: block;
}

.news-list-view .article .news-img-wrap a img {
    display: block;
}

.news-list-view .article .news-img-wrap {
    float: left;
    width:100%;
    margin-bottom:10px;
}

.news-list-view .article .news-img-wrap a,
.news-list-view .article .news-img-wrap img {
    display:block;
}


.news-list-view .article .teaser-text {
    margin: 5px 0 10px 0;
}

.news-list-view .news-header {
    margin: 0 0 10px 0;
}

.news-list-view .article .news-header a {
    color: #25282a;
    font-weight: normal;
    text-transform: none;
}

.news-list-view .info {
    clear: both;
    color: #7a7b85;
}

.news-list-view .info .news-category a {
    text-transform: uppercase;
    color: #7a7b85;
}

.news-list-view .article .news-header .news-list-subtitle {
    color: #95979c;
    font-size: 1.8rem;
}

.news-list-view .article h3 {
    margin: 0;
}

.more-news {
    margin: 0 0 15px 0;
    float: right;
}




.news-latest-view .article {
    margin-bottom: 30px;
}



.news-latest-view p {
    margin: 0 0 0 0;
}

.news-latest-view .big-news .article  h3 {
    float: left;
    margin: 0 8px 0 0;
}

.news-latest-view .article h3 {
    margin: 0;
}

.news-latest-view .article .news-header {
    margin: 0 0 10px 0;
}

.news-latest-view .article .news-header .news-list-subtitle {
    color: #95979c;
    font-size: 1.8rem;
}

.news-latest-view .big-news .article .news-list-subtitle {
    position: relative;
    top: 9px;
    font-size: 2rem;
    color: #95979c;
}

.news-latest-view .news-text-wrap .news-header {
    display: inline-block;
}



.news-latest-view .big-news .article .news-header h3 {
    font-size: 2.8rem;
    font-weight: normal;
    text-transform: none;
}

.news-latest-view .big-news .article .news-header a {
    color: #25282a;
}





.news-latest-view .article .news-header a {
    color: #25282a;
}


.news-latest-view .article img {
    width: 100%;
}

.news-latest-view .article .news-img-wrap a,
.news-latest-view .article .news-img-wrap img {
    display:block;
}

.news-latest-view .article .news-img-wrap {
    margin-bottom:10px;
}

/* single view */

.news-single h3 {
    margin-bottom: 0;
}

.news-single .news-list-subtitle {
    color: #95979c;
}

.news-single .info {
    margin: 0 0 20px;
}

.news-single .info p {
    margin: 0px;
}

.news-single .news-img-wrap {
    padding-top:5px;
}

.news-single .teaser-text {
    font-family:'Helvetica Neue LT W01_65 Md', sans-serif;
    margin: 0 0 10px 0;
}

.news-single .news-img-wrap img {
    float: none;
}

.news-single .news-header .info span {
    display: inline;
}

.news-single .news-header {
    margin-bottom: 20px;
}

.news-img-caption {
    color: #7a7b85;
}

.news-single .news-img-wrap .outer {
    margin-bottom:5px;
}

.news-single .news-img-wrap .outer img {
    display:block;
}

.mediaelement-video {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:56.25%;
}

.mediaelement-video iframe,
.mediaelement-video video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* related news + files */

.news-related {
    margin-bottom: 25px;
}

.news-related-wrap {
    width: 100%;
    margin: 20px 0 0;
}

.news-related ul {
    margin: 0;
}

.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
    list-style: none;
}

.news-related h4 {
    margin-bottom: 10px;
}

.news-related ul li span.news-related-span {
    border-right: 1px solid #ddd;
    display: inline-block;
    margin-right: 2%;
    padding-right: 2%;
    color: #888;
}

.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0;
}

.news-related-files-link a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 2px 0 0 23px;
}

.news-related-files-link a .link-icon {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.news .no-news-found {
    color: #db0202;
    font-style: italic;
}



@media (max-width: 880px) {

    .news-list-view .article:nth-child(2n+1) {
        clear: both;
    }

    .news-list-view .article:nth-child(3n+1) {
        clear: none;
    }

    .news-list-view .article {
        width: 50%;
        padding: 0 10px;
    }






}

@media (max-width: 800px) {



    .news-single .no-image {
        width: 100%;
    }

    .news-single .news-img-wrap:after {
        content:"";
        display:table;
        clear:both;
    }

    .news-single .news-img-wrap {
        margin: 0 -5px;
        padding: 0;
    }

    .news-single .news-img-wrap .outer {
        width: 50%;
        float: left;
        padding: 0 5px 10px 5px;
        margin:0;
    }

    .news-single .news-img-wrap .outer:nth-child(2n+1) {
        clear:both;
    }


    .news-single .col-8,
    .news-single .col-4 {
        width:100%;
    }


}

@media (max-width: 770px) {

    .news-single .article .no-image {
        width: 100%;
    }

    .news-single .news-img-wrap {
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width: 568px) {



    .news-latest-view .article {
        width: 100%;
        float: left;
    }



    .news-latest-view .article .news-header:first-child a {
        color: #25282a;
        font-size: 2.2rem;
    }

    .news-list-view .article {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

    .news-latest-view .article:first-child .news-list-subtitle {
        position: fixed;
    }

    .news-latest-view .article:first-child h3 {
        float: none;
    }

    .news-latest-view .article:first-child .news-list-subtitle {
        position: inherit;
    }
}


@media (max-width:400px) {

    .news-single .news-img-wrap {
        margin:0;
    }

    .news-single .news-img-wrap .outer {
        width: 100%;
        float: left;
        padding: 0 0 10px 0;
    }
}

/*! 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: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.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 {
	background-image: url('../../../fileadmin/template_bruelisauer/main/images/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('../../../fileadmin/template_bruelisauer/main/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 8040;
	background-image: none;
	background-color: #fff;
	padding-top: 9px;
}
.fancybox-close:after {
	content:"\e903";
	/*position:absolute;*/
	font-size:15px;
	z-index: 1000;
	color: #009B3E;
	font-family: icomoon;
}


.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('../../../fileadmin/template_bruelisauer/main/images/fancybox/blank.gif');  //helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}
/*
.fancybox-nav span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top:-15px;
	background-color: #00b363;
	z-index: 999;
}*/
.fancybox-next span:after {
	content:"\e901";
	position:absolute;
	font-size:17px;
	z-index: 1000;
	color: #fff;
	right: 10px;
	font-family: icomoon;
	padding-right: 3px;
}
.fancybox-prev span:after {
	content:"\e900";
	position:absolute;
	font-size:17px;
	z-index: 1000;
	color: #fff;
	left: 10px;
	font-family: icomoon;
	padding-left: 3px;
}
.fancybox-prev span:hover:after,
.fancybox-next span:hover:after {
	opacity: .75;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	/*visibility: hidden;*/
	background-color: #009B3E;
	border-radius: 11px;
	padding-top: 7px;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
	background-image: none;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
	background-image: none;
}

.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('../../../fileadmin/template_bruelisauer/main/images/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;
	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, .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 {
		background-image: url('../../../fileadmin/template_bruelisauer/main/images/fancybox/fancybox_sprite@2x.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('../../../fileadmin/template_bruelisauer/main/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
  GRÜN : #009B3E (alt: 00b363)
  GRAU:  #bfc1c6
*/
/*

font-family: 'Montserrat', Arial, Helvetica, sans-serif;

font-family:'Helvetica Neue LT W01_65 Md';
font-family:'Helvetica Neue LT W01_41488878';
font-family:'Helvetica Neue LT W01_71488914';

*/
/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */



*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body > html {
  height: 100%;
}

body {
  text-align: center;  
}

img {
  border: none;
  max-width:100%;
  height:auto;
}

a {
  color: #009B3E ;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #95979c ;
  text-decoration: none;
}


a[href^=tel] { 
  color: inherit;
  text-decoration: none;
}


/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

html {
  font-size: 62.5%; /* = 10px = 1rem / 12px = 1.2rem */
}

body {
  font-family:'Helvetica Neue LT W01_41488878', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  line-height: 1.2857;

}


ul {
  margin: 0 0 0 15px;
  padding:0;
}

ol {
  margin: 0 0 0 25px;
  padding:0;
}

p,
li {
  margin: 0 0 .6rem;
  padding: 0;
}

nav ul {
  list-style:none;
  margin:0;
  padding:0;  
}

nav ul li {
  line-height:1.2;
  margin:0;  
}

h1 {
  font-size: 3.8rem;
  margin: 0 0 .6rem;
  font-weight: 200;
  text-align: center;
  padding: 17px 0 16px 0;
  border-bottom: 1px solid #009B3E;
  margin-bottom: 30px;

}

.subsite-title h2 {
  font-size: 3.8rem;
  margin: 0 0 .6rem;
  font-weight: 200;
  text-align: center;
  padding: 17px 0 16px 0;
  border-bottom: 1px solid #009B3E;
  margin-bottom: 30px;
}

h2 {
  font-size: 2.4rem;
  margin: 0 0 15px 0;
  font-weight: 200;
  text-align: center;
}



h3 {
  font-size: 1.8rem;
  margin: 0 0 .6rem;
  font-weight: 200;
  line-height:1.1;
}

h4 {
  font-size: 1em;
  margin: 0;
  font-weight: 300;
}

h5 {
  font-size: 1.2rem;
  margin: 0 0 .6rem;
}

table tr th {
  font-weight: bold;
}

table tr td {
  
}

b, strong {
  font-family:'Helvetica Neue LT W01_71488914', sans-serif;
  font-weight:normal;
}

hr {
  border:none;
  border-top:1px solid #009B3E;
  margin:30px 0;
}

iframe {
  border:none;
}

/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.clear {
  clear: both;
}

.cf:after {
  content:"";
  display:table;
  clear:both;  
}

.pull-right {
  float:right;  
}

.pull-left {
  float:left;  
}

.nav-horizontal:after {
  content:"";
  display:table;
  clear:both;
}

.nav-horizontal ul {
  display:block;
  float:left;
}

.nav-horizontal ul li {
  display:block;
  float:left;
}

.nav-horizontal ul li:first-child {
  border-left:0;
}

.nav-horizontal ul li a {
  display:block;
  padding: 0 6px;

}

.nav-horizontal ul li:first-child > a {
  padding-left:0;
}

.nav-horizontal ul li.hassub:hover > ul {
  display:block;
}

.nav-horizontal ul li ul {
  display:none;
  position:absolute;
}


/* Google Map */
.gmap-wrapper {
  position:relative;
  height:0;
  padding-bottom:45%;
}

.gmap-wrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */

/*Sticky footer*/
html,
body,
.page-wrapper {
  height: 100%;
}

.page-wrapper {
  display: table;
  table-layout:fixed;
  width: 100%;
}

.page-row {
  display: table-row;
  height: 1px;
}

.page-row:first-child {
  height:0;
}

.page-row-expanded {
  height: 100%;
}
/*END sticky footer*/


.mobilenav-wrapper {
  display:none;
}

.page-wrapper {
  width: 100%;

}

.page-wrapper > [class^="page-"]:after{
  content:"";
  display:table;
  clear:both;  
}

.container {
  max-width: 1240px;
  text-align:left;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content:"";
  display: table;
  clear: both;
}

.container .container {
  padding:0;
}
/* Header */
.page-header {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#fff;

  padding: 20px 0;
  z-index: 400;
}
.page-header .container .logo {
  float: left;
  max-width: 207px;
  width: 40%;
  margin-top: 15px;
}
.page-header .container .logo-24h {
  float: right;
  max-width: 119px;
  width: 20%;
}
.logo-24h a, .logo-24h img, .logo a, .logo img {
  display: block;
}

/* Content */
.mainpage,
.subpage {
  min-height:500px;
}

.page-content {
  padding-top:113px;
}

.page-content .subpage {
  padding-top: 113px;
  margin-top: -113px;
}

.page-content > section:last-child {
  margin-bottom:20px;
}


/* Footer */

.footer-address {
  width: 100%;
  background-color: #009B3E;
  text-align:left;
  float:left;
}
address {
  font-style:normal;
  float: left;
  margin-bottom: 30px;
}
.content-footer-address {
  color: #fff;
  padding: 35px 20px 30px 20px;
  line-height: 1.3em;
}

.content-footer-address a {
  color:#fff;
}

.content-footer-address a:hover {
  opacity:.5;
}

.content-footer-address .address-title {
  font-family:'Helvetica Neue LT W01_71488914', sans-serif;
}
.newsletter-registration-field #title-newsletteranmeldung {
  font-family:'Helvetica Neue LT W01_71488914', sans-serif;
}
#mc_embed_signup form {
  padding: 0 0 10px 3%;
}
#mc_embed_signup .mc-field-group {
  clear: none;
  position: relative;
  width: 100%;
  padding-bottom: 0;
  min-height: 50px;
  position: relative;
}
.newsletter-field {
  position:relative;
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 15px;
}
div#mc_embed_signup_scroll {
  width: 220px;
}
.newsletter-registration-field {
  float: left;
  margin-left: 100px;
  max-width: 220px;
}
.newsletter-registration-field p {
  line-height: 1.2em;
}
.newsletter-mail-field {
  position: relative;
}
.newsletter-registration-field input {
  background-color: #fff;
  border: 1px solid #797477;
 /* margin-right: 50px;*/

  height: 25px;
}
#mc_embed_signup .mc-field-group input {
  width: 190px;
  border-radius: 0;
  border: none;
  display: inline-block;
  height: 28px;
  font-size: 1.4rem;
  padding: 5px 0;

}

#mc_embed_signup .button {
  clear: none;
  background: #008937;
  border: none;
  border-radius: 0;
  transition: inherit;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 0 0 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  float: right;
  /*margin-right: 14px;
  margin-top: -32px;*/
  margin: 0;
  position: absolute;
  top: 0;
  width: 31px;
  right: 0;
  height: 28px;
}

#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus {
  background:#006d2c;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {

}

#mc_embed_signup div.response {
  font-weight:normal;
}

#mc_embed_signup div#mce-responses {
  clear: both;
  margin: 0 -3%;
  overflow: hidden;
  padding: 0 0.5em;
  top: -1.4em;
  width: 500px;
}
#mc_embed_signup #mce-success-response {
  font-size: 0.9em;
  color: #FFF;
}

/* --------------------------------------------------------------- */
/* --- SLIDER ---------------------------------------------------- */
/* --------------------------------------------------------------- */

.header-slider-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 700px;
  width: 100%;
}

.header-slider-wrapper .header-slider {
  width: 100%;
  height:0;
  padding-bottom: 45%;
}

.header-slider .items {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index:1;
  max-height: 700px;
}

.header-slider .item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}


.header-slider-wrapper .control-btn {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  margin-top: -20px;
  max-width: 1240px;
  width: 100%;
}

.header-slider .prev-btn,
.header-slider .next-btn {
  position: relative;
  background-color: #009B3E;
  width: 40px;
  cursor: pointer;
  top: 0;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
  color: #fff;
  border-radius:11px;
}
.header-slider .icon-arrow-right:hover,
.header-slider .icon-arrow-left:hover {
  opacity: 0.5;
}
.header-slider .prev-btn {
  float:left;
  padding: 10px 16px 4px 10px;
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
.header-slider .prev-btn i {
  position: relative;
  float: right;
}

.header-slider .next-btn {
  float: right;
  padding: 10px 10px 4px 16px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
 /* margin-right: -100%;*/
}
.header-slider .next-btn i {
  position: relative;
  float: left;
}



/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

.row {
  margin-left:-10px;
  margin-right:-10px;
}

.row:after {
  content:"";
  display:table;
  clear:both;
}


.col-12,
.col-9,
.col-8,
.col-6,
.col-4,
.col-3 {
  float:left;
  min-height:1px;
  padding:0 10px;
}


.col-12 {
  width:100%;
}

.col-9 {
  width:75%;
}

.col-8 {
  width:66.66%;
}

.col-6 {
  width:50%;
}

.col-4 {
  width:33.333%;
}

.col-3 {
  width:25%;
}



/* --------------------------------------------------------------- */
/* --- ACCORDION-------------------------------------------------- */
/* --------------------------------------------------------------- */

.accordion {
  margin-bottom:20px;
}

.accordion-header {
  padding:10px 18px;
  margin-top:15px;
  position: relative;
  text-align: left;
  cursor:pointer;
  background-color: #bfc1c6;
  color:#fff;
  -webkit-transition:background 200ms ease-in 0s;
  transition:background 200ms ease-in 0s;
}

.accordion-header.open-acc {
  background:#009B3E;
  color:#fff;
}

.accordion-header h2,
.accordion-header h3 {
  padding:0;
  margin:0;
  text-align:left;
}

.accordion-header:first-child {
  margin-top: 0;
}

.accordion-header:after {
   content: "";
   display: table;
   clear: both;
}

.accordion .readmore {
  color:#fff;
  float: right;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  -webkit-transform: rotate(90deg);
  -mozt-ransform: rotate(90deg);
  transform: rotate(90deg);
  font-size:1.8rem;
  margin-top:12px;
}

.accordion .readmore.content-open {
  -webkit-transform: rotate(-90deg);
  -mozt-ransform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top:0;
}

.accordion .readmore .less {
  display: none;
}

.accordion .content-open .less {
  display: block;
}

.accordion .content-open .more {
  display: none;
}

.accordion .more-content {
  display: none;
  padding:20px;
}


.accordion .open-acc {
   border-bottom: none;
}




/* --------------------------------------------------------------- */
/* --- TYPO3 INHALTE RENDERING ----------------------------------- */
/* --------------------------------------------------------------- */

.frame-default{
  margin-bottom:20px;
}

.ce-intext .ce-gallery {
  max-width:50%;
}


.ce-intext.ce-right .ce-gallery {
  padding-left:10px;
  margin-left:0;
}


.ce-intext.ce-left .ce-gallery {
  padding-right:10px;
  margin-right:0;
}


.ce-gallery .ce-row {
  margin-left:-5px;
  margin-right:-5px;
}

.ce-gallery .ce-column {
  padding: 0 5px;
  margin:0;
}

.ce-center .ce-gallery .ce-outer,
.ce-center .ce-gallery .ce-inner {
  max-width:100%;
}

.ce-gallery[data-ce-columns="1"] .ce-column {
  width:100%;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
  width:50%;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
  width:33.33%;  
}

.ce-gallery[data-ce-columns="4"] .ce-column {
  width:25%;
}

.ce-gallery[data-ce-columns="5"] .ce-column {
  width:20%;
}

.gallery-container li figcaption,
.ce-gallery figcaption {
  display:block;
  width:100%;
  padding-top:4px;
  color:#aaa;
  line-height:1.2;
}

.ce-gallery figure {
  display:block;
}

/* TABLES */
.ce-table {
  width:100%;
}

table.contenttable th,
table.contenttable td{
  padding:0 5px 5px 0;
}


/* VIDEOS */

.ce-youtube-embed .ce-outer,
.ce-youtube-embed .ce-inner {
  width:100%;
}

.video-embed video {
  width:100%;
}

.video-embed-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-embed-wrapper .video-embed-item {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* --------------------------------------------------------------- */
/* --- Lieferanten-Logos ----------------------------------------- */
/* --------------------------------------------------------------- */
.suppliers-list.suppliers-desktop {
  border-bottom: 1px solid #009B3E;
  margin-bottom:30px;
}
.suppliers-list.suppliers-phone {
  display:none;
}
ul.brands {
  list-style: none;
  margin:0;
  padding-bottom: 25px;
  text-align: center;
}


ul.brands:after {
  content:"";
  display:table;
  clear:both;
}

ul.brands li {
  display: block;
  float:left;
  padding:0 10px;
  max-width: 10%;
}
ul.brands li img {
  vertical-align: middle;
  max-height: 100%;
}


.suppliers-desktop ul.brands {
  display: table;
  table-layout: fixed;
  width: 100%;
}


.suppliers-desktop ul.brands li {
  display:table-cell;
  float:none;
  width:11.11%

}

/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

.main-navigation {
  float: left;
  position: relative;
  top: 32px;
  margin-left: 30px;
  font-weight:normal;
  font-family:'Helvetica Neue LT W01_65 Md', sans-serif;

}

.main-navigation ul {
  list-style: none; 
}

.main-navigation ul li {
  fonst-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.main-navigation ul li a {
  color: #000;
}

.main-navigation ul.level1 > li > .link > a {
  border-left:1px solid #000;
  padding:0 10px;
  line-height:1;
}

.main-navigation ul.level1 > li:hover  > .link > a{
  color: #009B3E;
}

.main-navigation ul.level1 > li:first-child > .link  > a:first-child {
  border:none;
}

.main-navigation ul.level1 > li > .link  {
  display: block;
  padding-bottom: 8px;
}

.main-navigation ul li a:hover {
  color: #009B3E;
}

/* AKTIVER ZUSTAND */
.main-navigation ul li.act > .link a {
  color: #009B3E;
}

.main-navigation ul li.act a:hover {
}


/* --------------------------------------------------------------- */
/* --- SUB NAVIGATION -------------------------------------------- */
/* --------------------------------------------------------------- */

.nav-horizontal ul li ul {
  display: none;
  position: absolute;
  background: rgba(114, 114, 114, 0.84);
  border: none;


}
.nav-horizontal ul li ul li {
  border-left: none;
  clear: both;
  width: 204px;
  z-index: 100;
}

.nav-horizontal ul li ul li:first-child {
  margin-top: 11px;
}
.nav-horizontal ul li ul li:last-child {
  padding-bottom: 15px;
}

.nav-horizontal ul li ul li:hover {
  color: #fff;
}

.nav-horizontal ul li ul li.act a {
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-horizontal ul li ul a {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
  padding: 2px 15px;
  font-family:'Helvetica Neue LT W01_41488878', sans-serif;
}
.nav-horizontal ul li ul li a:first-child {
  padding-left: 21px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.nav-horizontal ul li ul a:hover {
  color: #fff;
  background: rgba(0, 0, 0, .6);
}
.nav-horizontal ul li ul li.act a {
  color: #fff !important;
}


/* --------------------------------------------------------------- */
/* --- META NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

.meta-navigation {
  background-color: #008937;
  color: #fff;
  width: 100%;
  float: left;
  padding-left: 15px;
}
.content-meta-navi {
  max-width: 1240px;
  margin:0 auto;
}

.meta-navigation ul {
  list-style: none;
  text-align:left;
  padding: 10px 0 15px 0;
  float: left;
}

.meta-navigation ul li {
  float: left;
  border-left: #fff solid 1px;
}
.meta-navigation ul li:first-child {
  border: none;
}

.meta-navigation ul li a {
  color: #fff;
  padding: 10px 10px 0 10px;
}


.meta-navigation ul li a:hover {
  opacity: 0.5;
}

/* AKTIVER ZUSTAND */
.meta-navigation ul li.act a {
  opacity: 0.5;

}

.meta-navigation ul li.act a:hover {
  color: #bfc1c6;
}

.toplink {
  float:right;
  margin-right: 45px;
  padding-top: 8px;
}
.toplink:hover {
  opacity: 0.5;
}
.toplink img {
  padding-top: 5px;
}
.toplink p {
  float:right;
  margin-left:10px;
}
.toplink a {
  color: #fff;
  display:block;
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */



/* REFACTORED FUER RTE CKEDITOR
   WEBSTOBE, 14.06.2017, cornel@webstobe.ch
*/


span.link-decoration,
a.internal-link,
a.exernal-link,
a.mail-link {
  color: #009B3E;
  text-decoration: none;
}

a.pdf-icon,
a.excel-icon,
a.xls-icon,
a.xlsx-icon,
a.word-icon,
a.docx-icon,
a.doc-icon,
a.zip-icon,
a.powerpoint-icon,
a.ppt-icon,
a.pptx-icon,
a.download-icon,
a.txt-icon,
a.jpg-icon,
a.gif-icon,
a.png-icon {
  color: #009B3E;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 0 0 23px;
}

span.link-decoration:hover,
a.internal-link:hover,
a.exernal-link:hover,
a.mail-link:hover,
a.pdf-icon:hover,
a.excel-icon:hover,
a.xls-icon:hover,
a.xlsx-icon:hover,
a.word-icon:hover,
a.docx-icon:hover,
a.doc-icon:hover,
a.zip-icon:hover,
a.powerpoint-icon:hover,
a.ppt-icon:hover,
a.pptx-icon:hover,
a.download-icon:hover,
a.txt-icon:hover,
a.jpg-icon:hover,
a.gif-icon:hover,
a.png-icon:hover {
  color: #95979c;
  text-decoration: none;
}

a.pdf-icon:before,
a.excel-icon:before,
a.xls-icon:before,
a.xlsx-icon:before,
a.word-icon:before,
a.docx-icon:before,
a.doc-icon:before,
a.zip-icon:before,
a.powerpoint-icon:before,
a.ppt-icon:before,
a.pptx-icon:before,
a.download-icon:before,
a.txt-icon:before,
a.jpg-icon:before,
a.gif-icon:before,
a.png-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url('../../../fileadmin/template_bruelisauer/main/images/icons/fileicons.png');
}


a.download-icon:before,
a.txt-icon:before {
  background-position: 0 0;
}

a.pdf-icon:before {
  background-position: -18px -18px;
}

a.docx-icon:before,
a.doc-icon:before,
a.word-icon:before {
  background-position: -36px -36px;
}

a.xls-icon:before,
a.xlsx-icon:before,
a.excel-icon:before {
  background-position: -54px -54px;
}

a.ppt-icon:before,
a.pptx-icon:before,
a.powerpoint-icon:before {
  background-position: -72px -72px;
}

a.zip-icon:before {
  background-position: -108px -108px;
}

a.jpg-icon:before {
  background-position: -126px -126px;
}

a.gif-icon:before {
  background-position: -144px -144px;
}

a.png-icon:before {
  background-position: -162px -162px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

  a.pdf-icon:before,
  a.excel-icon:before,
  a.xls-icon:before,
  a.xlsx-icon:before,
  a.word-icon:before,
  a.docx-icon:before,
  a.doc-icon:before,
  a.zip-icon:before,
  a.powerpoint-icon:before,
  a.ppt-icon:before,
  a.pptx-icon:before,
  a.download-icon:before,
  a.txt-icon:before,
  a.jpg-icon:before,
  a.gif-icon:before,
  a.png-icon:before {
    background-image: url('../../../fileadmin/template_bruelisauer/main/images/icons/fileicons@2x.png');
    background-size: 180px 180px;
  }

}

/* END REFACTORING */

/* --------------------------------------------------------------- */
/* --- CE UPLOADS ------------------------------------------------ */
/* --------------------------------------------------------------- */

ul.ce-uploads {
  list-style:none;
  margin:0;
  padding:0;
}

ul.ce-uploads li a {
  padding:0;
  display:inline;  
}


/* Icons */

ul.ce-uploads li a.icon-view {
  display:inline-block;
  position: relative;
  text-decoration: none;
  padding: 2px 0 0 23px;
}

ul.ce-uploads li a.icon-view .link-icon {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}



/* Preview */

ul.ce-uploads li.preview-view {
  border-bottom:1px solid #ccc;
  padding:10px 0;
  margin:0;
}

ul.ce-uploads li.preview-view:after {
  content:"";
  display:table;
  clear:both;  
}

ul.ce-uploads li.preview-view .preview-img {
  width:20%;
  float:left;
}

ul.ce-uploads li.preview-view > div {
  width:80%;
  float:right;
  padding-left:10px;
}

/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
  list-style-type: none;
  margin: .5em 0 0;
}

.browsebox li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.browsebox li a {
  color: #900;
  padding: 4px 8px;
  border: 1px solid #CCC;
  background-color: #F2F2F2;
  margin: 0 2px 0;
}

.browsebox li a:hover {
  background-color: #E2E2E2;
}

.browsebox li.act a {
  text-decoration: underline;
}

/* --------------------------------------------------------------- */
/* --- GALLERY  -------------------------------------------------- */
/* --------------------------------------------------------------- */
.album-gallery-overview {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.album-gallery-overview:after {
   content: "";
   display: table;
   clear: both;
 }
.gallery-container {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-container ul li {
  display: block;
  float: left;
  padding: 5px;
  margin: 0;
  width: 20%;
}


.gallery-container ul li figure,
.gallery-container ul li img {
  display: block;
  margin: 0;
}

.album-gallery-item {
  display: block;
  float: left;
  padding: 5px;
  margin: 0;
  width: 20%;
}

.gallery-container ul li:nth-child(5n+1),
.album-gallery-item:nth-child(5n+1) {
   clear: both;
 }
.album-gallery-item:hover .album-gallery-img .overlay-gallery {
   opacity: 1;
 }


.album-gallery-img {
  position: relative;
}
.album-gallery-img img {
  display: block;
}
.album-gallery-img .overlay-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in 0s;
  transition: opacity 400ms ease-in 0s;
}

.album-gallery-title {
  padding: 5px 0;
  font-family: 'FFDINWebProBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


/* --------------------------------------------------------------- */
/* --- TEAM  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

.grid-team {
  margin-bottom:30px;
}

.grid-team .row {
  padding: 0;
  margin:0 -10px;
}

.grid-team .row .col-4 {
  padding:0 10px;
}

.grid-team .row .col-4:nth-child(3n+1) {
  clear:both;
}


.grid-team .person-item {
  position:relative;
  overflow:hidden;
  margin-bottom:20px;
}

.grid-team .person-image {
  height:0;
  padding-bottom:85%;
  background-position: center center;
  background-size: cover;
}

.grid-team .row .team-text {
  height: 33px;
  position: absolute;
  width:100%;
  bottom: 0;
  -webkit-transition: all 0.5s ease 0s,background 0.7s ease 0s;
  transition: all 0.5s ease 0s,background 0.7s ease 0s;
  margin: 0;
}

.grid-team .row .team-name {
  background-color: rgba(255, 255, 255, .75);
  color: #000;
  padding: 6px 10px;
  height:33px;
}


.grid-team .person-item:hover .team-text {
  bottom: 0;
  background-color: rgba(0, 179, 99, 0.8);
  height: 100%;
}

.grid-team .row .team-bodytext {
  visibility: hidden;
  padding-left: 10px;
  color: #fff;
}

.grid-team .person-item:hover .team-bodytext {
  visibility: visible;
  transition: all 0.5s 200ms;
}

.grid-team .person-item:hover .team-name {
  background: none;
  color: #fff;
  height:auto;
}

.grid-team .person-item:hover .team-bodytext a {
  color: #fff;
  text-decoration: underline;
}

.grid-team .person-item:hover .team-bodytext a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------- */
/* --- GRID 3-spaltig  -------------------------------------------- */
/* --------------------------------------------------------------- */
.grid-4-4-4 {
  margin-bottom:20px;
}

.grid-4-4-4 .col-4 {
  margin-bottom:20px;
}


/* Textmedia Darstellung (Fahrzeuge) */
.grid-4-4-4 .col-4 .frame-type-image:first-child {
  margin-bottom:5px;
}

.grid-4-4-4 .col-4 .ce-textpic.ce-nowrap .ce-gallery {
  max-width:33.33%;
}

.grid-4-4-4 .col-4 .ce-textpic.ce-nowrap.ce-intext.ce-left .ce-gallery {
  padding-right:20px;
}

.grid-4-4-4 .col-4 .ce-textpic.ce-nowrap.ce-intext.ce-right .ce-gallery {
  padding-left:20px;
}

/* --------------------------------------------------------------- */
/* --- SERVICE-BOXEN  -------------------------------------------- */
/* --------------------------------------------------------------- */

.grid-service-frame .grid-service-box:nth-child(3n+1) {
  clear:both;
}

.grid-service-frame .grid-service-box {
  margin-bottom:20px;
}

.grid-service-frame .service-teaser {
  position:relative;
}

.grid-service-frame .service-teaser .box-link {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-1000em;
  overflow: hidden;
  z-index:1;
}

.grid-service-frame .service-image {
  background-size: cover;
  height: 0;
  background-position: center;
  -webkit-transition: all 800ms ease-in-out 0s;
  -moz-transition: all 800ms ease-in-out 0s;
  -ms-transition: all 800ms ease-in-out 0s;
  -o-transition: all 800ms ease-in-out 0s;
  transition: all 800ms ease-in-out 0s;
  padding-bottom: 56.25%;
}
.grid-service-frame .grid-service-box:hover .service-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.grid-service-frame .image-wrapper {
  overflow: hidden;
  margin-bottom:10px;
}


.grid-service-frame .service-name {
  color: #95979c;
  line-height: 1.2;
}

.grid-service-frame .service-name h4 {
  font-size: 2.2rem;
  margin:0;
}

.grid-service-frame .service-bodytext {
  color: #000 !important;
}

.grid-service-frame .service-bodytext p {
  margin:0;
}

.grid-service-frame .service-bodytext .more-btn {
  color: #009B3E;
}

.grid-service-frame .grid-service-box:hover .service-bodytext .more-btn {
  color: #95979c;
}

.service-detail {
  text-align:left;
  padding:60px;
}

.service-detail h3 {
  font-size:2.8rem;
  margin-bottom:20px;
}

.service-detail .image-block img {
  display:block;
}

.service-detail .image-block .row {
  margin-left:-5px;
  margin-right:-5px;
}

.service-detail .image-block [class^="col-"],
.service-detail .image-block [class*="col-"] {
  padding:0 5px 10px 5px;
}

.service-detail .supplier-logo {
  margin:40px 0;

}


.service-detail .small-image img {
  cursor:pointer;
}

.fancybox-type-inline .fancybox-nav {
  width:50px;
}

.service-fancybox .service-detail {
  overflow:auto;
  max-height:100%;
}

.service-fancybox .fancybox-inner {
  overflow:hidden !important;
}



/* --------------------------------------------------------------- */
/* --- FORM ------------------------------------------------------ */
/* --------------------------------------------------------------- */

.form-fieldwrap h3 {
  font-family:'Helvetica Neue LT W01_65 Md', sans-serif;
}

form .info {
  margin-left:40%;
}

.form-row:after {
  content:"";
  display:table;
  clear:both;
}

.form-row{
  position:relative;
  margin:0 0 10px 0;
}


.form-row .label {
  float:left;
  width:40%;
  padding: 0 15px 0 0;
}

.form-row .field {
  float:right;
  width:60%;
  position:relative;
}


.form-row.powermail_fieldwrap_type_typoscript .field {
  float:left;
  width:100%;
}

.form-row .file-input-wrapper {
  position:relative;
}

.form-row.form-row-submit {
  margin-top:20px;
  padding-left:40%;
}

.form-row .field input,
.form-row .field textarea,
.form-row .field select {
  width:100%;
}

.form-row .field textarea {
  min-height: 120px;
}

.form-row .field .clear-btn {
  background: #fff;
  border: none;
  position: absolute;
  top:1px;
  right: 1px;
  padding: 6px 10px 0 10px;
  font-family:'Helvetica Neue LT W01_71488914', sans-serif;
}

input,
textarea {
  border: 1px solid #bfc1c6;
  background-color: #fff;
  padding: 4px;
  color: #000;
  font-family:'Helvetica Neue LT W01_41488878', sans-serif;
  font-size: 1em;
}

input[type=submit][disabled=disabled],
input[type=submit][disabled=disabled]:hover,
input[type=submit][disabled=disabled]:focus {
  background-color: #FFFFFF;
  border-color:#ccc;
  color: #ccc;
  cursor:default;
}

input[type = "submit"],
input[type = "button"],
input[type = "reset"] {
  border: 1px solid #009B3E;
  background-color: #009B3E;
  color:#fff;
  padding: 6px 10px;
  width:auto;
  -webkit-transition:background 200ms ease-in 0s;
  transition:background 200ms ease-in 0s;
}



input[type = "submit"]:hover,
input[type = "button"]:hover,
input[type = "reset"]:hover,
input[type = "submit"]:focus,
input[type = "button"]:focus,
input[type = "reset"]:focus {
  border-color:#007439;
  background:#007439;
}


.form-row .field input[type = "submit"],
.form-row .field input[type = "button"],
.form-row .field input[type = "reset"] {
  width:auto;
}

input[type = "radio"],
input[type = "checkbox"],
.form-row .field input[type = "radio"],
.form-row .field input[type = "checkbox"] {
  background: none;
  border: none;
  width:auto;
}

input:hover,
select:hover,
textarea:hover {
  border-color:#000;
}

input:focus,
select:focus,
textarea:focus {
  border-color:#000;
}



select {
  font-size: 1rem;
  border: 1px solid #666666;
  background-color: #F2F2F2;
  padding: 1px;
}

fieldset {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}

legend {
  display: none;
}

label,
select,
input[type = "checkbox"],
input[type = "radio"],
input[type = "button"],
input[type = "submit"] {
  cursor: pointer;
}

.input-description {
  color:rgb(114, 114, 114);
}

/* Form Submitted */

.form-submitted {
  width:100%;
}

.form-submitted td {
  vertical-align:top;
  padding-bottom:5px;
}

.form-submitted .powermail_all_label {
  width:40%;
}

.form-submitted .powermail_all_value {
  width:60%;
}


/* Parsley Error */

.parsley-error,
.parsley-error:hover,
.parsley-error:focus {
  border-color:red;
}

.powermail_fieldwrap_type_file .parsley-error,
.powermail_fieldwrap_type_input .parsley-error,
.powermail_fieldwrap_type_textarea .parsley-error,
.powermail_fieldwrap_type_select .parsley-error {
  background: rgba(255,0,0,0.05);
}



.parsley-error input[type="checkbox"] + label:before,
.parsley-error  input[type="radio"] + label:before {
  background: rgba(255,0,0,0.05);
}

.parsley-errors-list {
  list-style:none;
  margin:0;
  position:absolute;
  right:0;
  top:50%;
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  transform:translate(0,-50%);
  padding:10px;
  color:red;
  line-height:1.1;
}

.parsley-errors-list li {
  margin:0;
}

.powermail_fieldwrap_type_check .parsley-errors-list,
.powermail_fieldwrap_type_radio .parsley-errors-list {
  position:static;
  padding:0;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  transform:translate(0,0);
}

/* Error */

.js-error {
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #900;
  background-color: #F0D9D9;
}

.js-error p {
  color: #900;
  padding: 0;
}

.form-required {
  color: #FF0000;
}

.form-label {
  line-height:2;
}

.form-radio {
  background: none;
  border: none;
}

.form-error {
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #900;
  background-color: #F0D9D9;
}

.form-error ul {
  list-style-type: none;
  margin: 5px 0 0;
}

.form-error ul li {
  padding:0;
}
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}
/* --------------------------------------------------------------- */
/*                                                                 */
/*    RESPONSIVE CSS-DATEI                                         */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */



/* --------------------------------------------------------------- */
/* --- MOBILE MAIN NAVIGATION ------------------------------------ */
/* --------------------------------------------------------------- */

#mobilenav-btn {
	display:none;	
	cursor:pointer;
	width:55px;
	padding: 3% 0 5px 15px;
	float:left;
}

#mobilenav-btn .menu-burger {
	position:relative;
	height:27px;
}

#mobilenav-btn span {
	display:block;
	width:100%;
	background:#009B3E;
	height: 7px;
	margin-bottom: 3px;

}

#mobilenav-btn.open-nav span {
	-webkit-transition: transform 300ms ease-in 0s;
	transition:transform 300ms ease-in 0s;
}

#mobilenav-btn span:last-child {
	margin-bottom:0;
}

#mobilenav-btn.open-nav span:first-child {
	-webkit-transform: rotate3d(0,0,1,45deg);
	-moz-transform: rotate3d(0,0,1,45deg);
	-ms-transform: rotate3d(0,0,1,45deg);
	-o-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	position: absolute;
	right: 0;
	top: 10px;
	width: 35px;
}
#mobilenav-btn.open-nav span:nth-child(2) {
	background: transparent none repeat scroll 0 0;
}
#mobilenav-btn.open-nav span:last-child {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	-moz-transform: rotate3d(0,0,1,-45deg);
	-o-transform: rotate3d(0,0,1,-45deg);
	-ms-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg);
	position: absolute;
	right: 0;
	top: 10px;
	width: 35px;
}


/* Mobile Navigation WRAPPER */
.mobilenav-wrapper {
	display:block;
	visibility:hidden;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	max-width:260px;
	margin-right:-260px;
	height:100%;
	z-index:5;
}

.mobilenav-wrapper .nav-inner {
	background:#fff;
	overflow:auto;
	width:100%;
	height:100%;
	border-left:1px solid #a9a9a9;
	border-top:1px solid #a9a9a9;
	float: right;
}

/* Mobile Main Navigation */
.mobile-main-navigation ul li span.link {
	display:block;
}

.mobile-main-navigation ul li > span.link {
	position:relative;
	padding:0;
}

.mobile-main-navigation ul li.hassub > span.link {
	position:relative;
	padding-left: 30px;
}

.mobile-main-navigation ul li:not(.hassub) > span.link > a {
	padding-left: 34px;
}

.mobile-main-navigation ul li span.link > a {
	display:block;
	color: #000;
	font-family:'Helvetica Neue LT W01_65 Md', sans-serif;
	font-size:1.2em !important;
	letter-spacing: 1px;
}

.mobile-main-navigation ul li span.link:after {
	content:"";
	display:table;
	clear:both;	
}

.mobile-main-navigation ul li span.link > .toggle {
	cursor: pointer;
	display: block;
	height: 100%;
	left:0;
	padding: 13px 0 12px 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

.mobile-main-navigation ul li.ifsub > span.link > .toggle:before {
	content: "+";
	font-size: 1.5em;
	line-height:1.1;
	font-family:'Helvetica Neue LT W01_65 Md', sans-serif;

}

.mobile-main-navigation ul li.sub > span.link > .toggle:before {
	content:"\2013";
	font-size: 1.5em;
	font-family:'Helvetica Neue LT W01_65 Md', sans-serif;

}


/* alle Levels */

.mobile-main-navigation ul li {
	text-transform: uppercase;
	text-align:left;
	border-bottom: 1px solid #a9a9a9;
}
.mobile-main-navigation ul li span.link > a:hover {
	color: #009B3E;
}
.mobile-main-navigation ul li.act span.link > a {
	color: #009B3E;
}

.mobile-main-navigation ul li > .link > a,
.mobile-main-navigation ul li > .link > .toggle {
	padding:15px 4px;
	line-height:1.2;
}

.mobile-main-navigation ul li.hassub > ul {
	display:none;	
}

.mobile-main-navigation ul li.act > ul {
	display:block;	
}


/* LEVEL 1 */

.mobile-main-navigation ul.level1 > li > .link > a,
.mobile-main-navigation ul.level1 > li > .link > .toggle {
	font-size:18px;
	font-size:1.2857rem;
}



/* LEVEL 2 */
.mobile-main-navigation ul.level2 {
	padding-left:34px;
}

.mobile-main-navigation ul.level2 > li > .link > a {
	padding:12px 10px;
}

.mobile-main-navigation ul li ul.level2 li a {
	color: #000;
	text-transform: none;
	hyphens: auto;
}
.mobile-main-navigation ul li ul.level2 li a:hover,
.mobile-main-navigation ul li ul.level2 li.act a {
	color: #009B3E;
}
.mobile-main-navigation ul li ul.level2 li {
	border: none;
	margin-top: 17px;
}
.mobile-main-navigation ul li ul.level2 li:first-child {
	margin-top: 0;
}
.mobile-main-navigation ul li ul.level2 li:last-child {
 	margin-bottom: 12px;
}

/* LEVEL 3 */
.mobile-main-navigation ul.level3 > li > .link > a {
	padding:12px 10px 12px 20px;		
}




@media (min-width: 801px) and (max-width:1100px) {
	.page-content {
		padding-top: 157px;
	}

	.page-content .subpage {
		padding-top: 157px;
		margin-top: -157px;
	}

	.main-navigation {
		width: 100%;
		position: static;
		margin-top: 20px;
		margin-left:0;
	}

	.logo-24h {
		position: absolute;
		right: 20px;
	}

}


@media (min-width: 801px) and (max-width: 980px) {

	/* Gallery */
	.album-gallery-item,
	.gallery-container ul li {
		width: 33.333%;
	}
	.gallery-container ul li:nth-child(5n+1),
	.album-gallery-item:nth-child(5n+1) {
	 clear: none;
 	}
	.gallery-container ul li:nth-child(3n+1),
	.album-gallery-item:nth-child(3n+1) {
	 clear: both;
 	}
	/*Service-Boxen*/
	.grid-service .col4 {
		padding: 0 5px;
	}


}


@media (min-width:801px) {
	.mobilenav-wrapper {
		visibility: hidden !important;
	}
}

@media (max-width:800px) {
	h1,
	.subsite-title h2 {
		font-size: 2.8rem;
		line-height: 1.1;
		text-align:left;
		padding-bottom:10px;
		margin-bottom: 20px;
	}
	h2 {
		text-align: left;
		line-height: 1.2;
	}

	.page-content {
		padding-top:93px;
	}

	.page-content .subpage {
		padding-top: 93px;
		margin-top: -93px;
	}


	.main-navigation {
		display:none;
	}
	
	#mobilenav-btn {
		display: block;
		float: right;
	}

	.mobilenav-wrapper {
		padding-top:105px;
	}

	.page-header .container .logo-24h img {
		margin-top: 0px;
		margin-left: -40px;
	}

	.page-content .container {
		padding-top: 10px;
		margin-top: 0;
	}
	.container {
		padding: 0 10px;
	}
	.page-header {
		padding: 10px 0;
	}

	.row {
		margin-left:-10px;
		margin-right:-10px;
	}
	
	.col-12,
	.col-9,
	.col-8,
	.col-6,
	.col-4,
	.col-3 {
		padding:0 10px;
	}



	.content-footer-address {
		padding: 35px 10px 30px 10px;
	}
	.meta-navigation {
		padding-left: 2px;
	}
	.header-slider .prev-btn {
		left: 10px;

	}
	.header-slider .next-btn {
		right: 10px;
	}
	.suppliers-list.suppliers-desktop {
		display:none;
	}
	.suppliers-list.suppliers-phone {
		display: block;
		border-top: 1px solid #009B3E;
	}

	.page-content > section.homepage {
		margin-bottom:0;
	}


	ul.brands {
		padding: 15px 0;
	}
	ul.brands li {
		max-width: 20%;
	}
	/* Gallery */
	.album-gallery-item,
	.gallery-container ul li {
		width: 33.333%;
	}

	.gallery-container ul li:nth-child(5n+1),
	.album-gallery-item:nth-child(5n+1) {
		clear: none;
	}
	.gallery-container ul li:nth-child(3n+1),
	.album-gallery-item:nth-child(3n+1) {
		clear: both;
	}






	/*Service-Boxen*/

	.service-detail .grid-8-4 > .row > .col-8,
	.service-detail .grid-8-4 > .row > .col-4 {
		width:100%;
	}


}

@media (max-width:700px) {

	.mainpage, .subpage {
		min-height: 300px;
	}

	.col-12,
	.col-9,
	.col-8,
	.col-6,
	.col-4,
	.col-3 {
		width:100%;
	}

	.grid-team .col-4 {
		width:50%;
	}

	.grid-team .row .col-4:nth-child(3n+1) {
		clear:none;
	}

	.grid-team .col-4:nth-child(2n+1) {
		clear:both;
	}

	.header-slider-wrapper .control-btn {
		margin-top: -15px;
	}
	.header-slider .prev-btn {
		float: left;
		padding: 7px 11px 0 0;
		width: 30px;
		height: 30px;
		margin-left: 0;
		font-size: 1.5rem;
		border-radius:5px;
	}
	.header-slider .next-btn {
		padding: 7px 0 0 11px;
		width: 30px;
		height: 30px;
		margin-right: 0;
		font-size: 1.5rem;
		border-radius:5px;
	}
	address {
		margin-bottom: 0;
	}
	.content-footer-address {
		padding-top: 25px;
	}
	.meta-navigation ul {
		padding: 0;
	}
	.meta-navigation ul li {
		float: left;
		border-left: #fff solid 1px;
		position: relative;
		margin-top: 6px;
	}
	.meta-navigation ul li a {
		color: #fff;
		text-decoration: none;
	}
	.meta-navigation ul li a:hover {
		opacity: 0.5;
	}
	.toplink {
		margin-right: 10px;
		padding-top: 4px;
	}
	.toplink img {
		padding-top: 4px;
	}

	.content-footer-address address {
		width:100%;
	}

	.newsletter-registration-field {
		float: left;
		width:100%;
		margin-left: 0;
		max-width: 220px;
		position: relative;
		top: 40px;
		margin-bottom: 17px;
	}

	#mc_embed_signup form {
		padding: 0 0 6px 0;
	}
	.content-footer-address a.mail{
		font-family: inherit;
		line-height: 20px;
	}

	div#mc_embed_signup_scroll {
		margin-bottom: 17px;
	}
	#mc_embed_signup div#mce-responses {
		margin-bottom: 20px;
		max-width: 300px;
		padding-bottom: 20px;
	}
	/*Service-Boxen*/

	.grid-service-frame .row {
		margin:0 -5px;
	}

	.grid-service-frame .col-4 {
		width:50%;
		padding: 0 5px;
	}


	.grid-service-frame .grid-service-box:nth-child(3n+1) {
		clear:none;
	}

	.grid-service-frame .grid-service-box:nth-child(2n+1) {
		clear:both;
	}

	.service-detail {
		padding:10px;
	}

	.service-detail .image-block .col-4 {
		width:33.33%;
	}


	.fancybox-type-inline .fancybox-nav {
		width:30px;
	}

	.fancybox-type-inline .fancybox-nav span {
		top:auto;
		bottom:10px;
	}
	/*Google-Maps*/
	.gmap-wrapper {
		padding-bottom:75%;
	}


}
@media (max-width:568px) {


	h1,
	.subsite-title h2 {
		font-size: 2.2rem;
	}

	.news h3 {
		font-size: 1.8rem;
	}

	.page-content {
		padding-top:93px;
	}

	.page-content .subpage {
		padding-top: 93px;
		margin-top: -93px;
	}

	#mobilenav-btn {
		width: 53px;
	}
	#mobilenav-btn > span{
		height: 7px;
		margin-bottom: 3px;
	}
	.page-content .container {
		padding-top: 0;
	}
	.ce-intext .ce-bodytext {
		width:100%;
	}

	.ce-intext .ce-gallery {
		width:100%;
		max-width:none;
		padding-left:0 !important;
		padding-right: 0 !important;
	}
	ul.brands li {
		max-width: 33.33%;
	}

	ul.brands li:nth-child(3n+1) {
		clear:both;
	}


	.grid-4-4-4 .col-4 .ce-textpic.ce-nowrap.ce-intext.ce-left .ce-gallery {
		width:auto;
		padding-right:20px !important;
	}

	.grid-4-4-4 .col-4 .ce-textpic.ce-nowrap.ce-intext.ce-right .ce-gallery {
		width:auto;
		padding-left:20px !important;
	}

	.grid-4-4-4 .col-4 .ce-intext .ce-bodytext {
		width:auto;
	}

}



@media (max-width:480px) {

	.page-content {
		padding-top:84px;
	}

	.page-content .subpage {
		padding-top: 84px;
		margin-top: -84px;
	}

	#mobilenav-btn {
		width: 46px;
	}
	#mobilenav-btn > span{
		height: 6px;
		margin-bottom: 3px;
	}
	#mobilenav-btn {
		padding-top: 4%;
	}
	.page-header .container .logo-24h img {
		margin-top: 1px;
	}
	.page-header .container .logo-24h img {
		max-width: 100%;
		margin-left: -5px;
	}
	/* Gallery */

	.album-gallery-item,
	.gallery-container ul li {
		width: 50%;
	}

	.gallery-container ul li:nth-child(3n+1),
	.album-gallery-item:nth-child(3n+1) {
	 clear: none;
 	}
	.gallery-container ul li:nth-child(2n+1),
	.album-gallery-item:nth-child(2n+1) {
	 clear: both;
 }





	/*Service-Boxen*/
	.grid-service-frame .col-4 {
		width: 100%;
	}

	.grid-service-frame .grid-service-box:nth-child(2n+1) {
		clear:none;
	}

	.grid-service-frame .image-wrapper {
		margin-bottom:10px;
	}

	.grid-service-frame .grid-service-box {
		margin-bottom:25px;
	}
	/*Google-Maps*/
	.gmap-wrapper {
		padding-bottom:90%;
	}


	/* Forms */
	.form-row {
		margin-bottom:10px;
	}

	.form-row .label {
		width:100%;
		padding: 0;
		margin-bottom:4px;
	}

	.form-row .field {
		float:left;
		width:100%;
	}

	.form-submitted tr,
	.form-submitted td {
		display:block;
		padding-bottom:3px;
	}

	.form-submitted tr {
		margin-bottom:10px;
	}

	.form-submitted .powermail_all_label {
		width:100%;
		font-family:'Helvetica Neue LT W01_65 Md', sans-serif;
	}

	.form-submitted .powermail_all_value {
		width:100%;
	}

	.form-row.form-row-submit {
		padding-left:0;
	}


	.grid-team .col-4 {
		width:100%;
	}

}



@media (max-width:400px) {

	#mobilenav-btn {
		padding-top: 3%;
	}

	.page-content {
		padding-top: 73px;
	}

	.page-content .subpage {
		padding-top: 73px;
		margin-top: -73px;
	}

}

@media (max-width:320px) {

	.page-content {
		padding-top: 62px;
	}

	.page-content .subpage {
		padding-top: 62px;
		margin-top: -62px;
	}




}


@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {


}
	

.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet{
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon{
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,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);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,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);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}
