@font-face {
    font-family: "open_sanscondensed_light";
    src: url("../font/OpenSans-CondLight-webfont.eot");
    src: url("../font/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"),
        url("../font/OpenSans-CondLight-webfont.woff") format("woff"),
        url("../font/OpenSans-CondLight-webfont.ttf") format("truetype"),
        url("../font/OpenSans-CondLight-webfont.svg#open_sanscondensed_light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sans_condensedbold";
    src: url("../font/OpenSans-CondBold-webfont.eot");
    src: url("../font/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../font/OpenSans-CondBold-webfont.woff") format("woff"),
        url("../font/OpenSans-CondBold-webfont.ttf") format("truetype"),
        url("../font/OpenSans-CondBold-webfont.svg#open_sans_condensedbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?72706283");
    src: url("../font/fontello.eot?72706283#iefix") format("embedded-opentype"),
        url("../font/fontello.woff?72706283") format("woff"),
        url("../font/fontello.ttf?72706283") format("truetype"),
        url("../font/fontello.svg?72706283#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    border: none;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
}
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2014 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */



.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: 1;
	filter: alpha(opacity=60);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #998877;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(blank.gif);
}

.ls-slide > a > * {
	background-image: url(blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/* Mobile features */

.ls-forcehide {
	display: none !important;
}

/* ---- LAYERSLIDER bei MOBILEN WEITEN ------ */

.slider-for{
	max-width: 700px;
	margin: 60px auto 0 auto;
	padding: 0 40px;
}

.slider-for .slick-slide{
	border: 12px solid #fff;
}

.slider-nav{
	max-width: 700px;
	margin: 20px auto 60px auto;
	padding: 0 35px;
}

.slider-for .slick-prev{
	position: absolute;
	width: 18px;
	height: 30px;
	top: 45%;
	left: 25px;
	background: transparent url(../img/skins/v5/skin.webp) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	z-index: 1000;
	overflow: hidden;
	display: none !important;
}

.slider-for .slick-next{
	position: absolute;
	width: 18px;
	height: 30px;
	top: 45%;
	right: 25px;
	background: transparent url(../img/skins/v5/skin.webp) no-repeat -18px 0;
	border: none;
	text-indent: -9999px;
	z-index: 1000;
	overflow: hidden;
	display: none !important;
}

.slick-prev{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 35%;
	left: -60px;
	background: green url(../img/skins/v5/skin.webp) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	z-index: 1000;
	overflow: hidden;
	display: block;
}

.slick-next{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 35%;
	right: -60px;
	background: green url(../img/skins/v5/skin.webp) no-repeat -140px 0;
	border: none;
	text-indent: -9999px;
	z-index: 1000;
	overflow: hidden;
	display: block;
}

.slider-nav .slick-slide{
	margin: 0 5px 0 5px;
	border: 7px solid #fff;
}

.slider-for .slick-next:hover,
.slider-for .slick-prev:hover,
.slider-nav .slick-next:hover,
.slider-nav .slick-prev:hover{
	opacity: 1;
}

@media screen and (max-width: 520px) {

.slider-for{
	margin: 60px auto;
	padding: 0;
}

.slider-for .slick-next{
	display: block !important;
}

.slider-for .slick-prev{
	display: block !important;
}

.slider-nav{
	display: none !important;
}

} /* Ende 520px */


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}
/* ============================================================================
   RALF WEBER design | www.ralfweber.design
============================================================================ */

/* Format-Überschreibungen für Responsive / Mobile Fensterweiten am Ende des CSS Dokuments beachten! */

html,
body,
button,
input,
select,
textarea {
    color: #444;
}

.full-width img {
    width: 100%;
    max-width: 100%;
    height: auto;

}

body {
    min-width: 0px;
    font-family: open_sanscondensed_light, sans-serif;
    font-weight: normal;
    font-size: 16px; /* Fliesstext Groesse */
    line-height: 22px;
    letter-spacing: 0.015em; /* Laufweite */

    background: #fff;
}

::-moz-selection {
    color: #fff;
    text-shadow: none !important;
    background-color: #1840AD;
}

::selection {
    color: #fff;
    text-shadow: none !important;
    background-color: #1840AD;
}

strong {
    font-family: open_sans_condensedbold, sans-serif;
    font-weight: normal;
    color: #666;
}

h1 {
    margin: 0 0 8px 0;
    font-size: 40px;
    font-weight: normal;
    color: #1840AD;
    line-height: 32px;
}

h2 {
    margin: 48px 0 24px 0;
    font-size: 22px;
    line-height: 1.25em;
    font-weight: normal;
    color: #4d443b;
}

.technische-daten h2 {
    font-weight: bold;
}

h3 {
    font-weight: normal;
    margin-top: 2em;
    line-height: 1.25em;
}

p {
    margin: 0 0 22px 0;
    hyphens: none;
    text-align: start;
    /* BLOCKSATZ BEI ABSAETZEN BZW FLIESSTEXT */
}

ul {
    margin: 24px 0 48px 0;
    padding: 0;
}

table ul {
    margin: 0;
}

li {

    position: relative;
    padding-left: 22px;
    list-style: none;

}

.langertext li {
    margin-top: 1em;
}

#main li:before {
    position: absolute;
    left: 0;
    font-family: "fontello";
    font-size: 80%;
    font-weight: normal;
    content: "\e808";
    color: #1840AD;
}

a {
    outline: none;
    border: none;
    text-decoration: none;
    background-color:
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
}

.icon {
    width: 1em;
    margin: 0 10px 0 0;
    font-family: "fontello";
    font-size: 110%;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    text-transform: none;
    display: inline-block;
}

.text_blau {
    color: rgb(24, 64, 173);
}

.text_ziegler {
    color: rgb(24, 64, 173); /*ziegler blau*/;
    font-weight: bold;
}

/* --------------------------- Header formatieren -------------------------- */

header {
    position: relative;
    width: 100%;
    height: 190px;
    display: block;
}

header::after {
    position: absolute;
    left: 0;
    top: 122px;
    width: 100%;
    height: 1.5px;
    background: #1840AD;
    content: "";
}

#quick-contact {
    position: relative;
    width: 100%;
    height: 42px;
    background: #998877;
    border-bottom: 1px solid #ece8e5;
    box-shadow: 0 2px 2px #ccc;
}

#quick-contact .inner {
    width: 960px;
    height: 42px;
    font-size: 16px;
    margin: 0 auto;
    padding: 12px 0 0 0;
    text-align: right;
    line-height: 16px;
    color: #fff;
}

#quick-contact .tel {
    padding: 0 30px 0 20px;
}

#quick-contact .inner a,
#quick-contact .inner a:visited {
    color: #fff;
    transition: color 0.5s;
}

#quick-contact .inner a:hover,
#quick-contact .inner a:focus {
    color: #000;
}

#logo {
    position: absolute;
    left: 0;
    top: 51px;
}


/* -------------------------- Layerslider formatieren ---------------------- */

#layerslider-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    text-align: center;
    background: transparent url(../img/layerslider-background.webp) repeat-x 0 0;
    overflow: hidden;
}

#layerslider {
    width: 1140px;
    height: 450px;
    margin: 0 auto;
}

#layerslider h1 {
    font-family: open_sans_condensedbold;
    font-size: 48px;
    color: #1840AD;
    line-height: 52px;
    text-align: left;
}

#layerslider h2 {
    font-family: open_sans_condensedbold;
    color: #1840AD;
    font-size: 48px;
    text-align: left;
}

#layerslider p {
    font-size: 20px;
    text-align: left;
    Color: #000;
}

#layerslider a.link,
#layerslider a.link:visited {
    padding: 8px 10px;
    font-family: open_sans_condensedbold;
    font-size: 13px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background: linear-gradient(to top, #2030cc 0%, #2030cc 50%, #597bd1 50%, #597bd1 100%) repeat scroll 0 0;
    border: 1px solid #fff;
}

#layerslider a.link:hover,
#layerslider a.link:focus {
    background: linear-gradient(to top, #444 0%, #444 50%, #998877 50%, #998877 100%);
}


/* ------------------------ Inhaltsbereich formatieren --------------------- */

#main {
    position: relative;
    width: 100%;
    padding: 60px 0 0 0;
    background: #fff;
}

.text {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.mid_position {
    margin-left: auto;
    margin-right: auto;
    display: inline;
    text-align: center;
}

.column-left {
    width: 40vw;
    padding: 0 25px 0 0;
    display: table-cell;
}

.column-right {
    width: 40vw;
    padding: 0 0 0 25px;
    display: table-cell;
}

.text a,
.text a:visited {
    color: #1840AD;
    transition: all 0.7s;
}

.text a:hover,
.text a:focus {
    color: #4d443b;
}

.alternate {
    position: relative;
    width: 100%;
    margin: 48px 0 48px 0;
    padding: 0;
    background: #f7f7f7;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.blue-line::before {
    position: absolute;
    width: 300px;
    height: 3px;
    left: 50%;
    top: -2px;
    margin: 0 0 0 -150px;
    content: "";
    background: #1840AD;
}

.iconbox {
    position: relative;
    width: 310px;
    min-height: 350px;
    margin: 64px 15px 64px 0;
    padding: 40px 20px 10px 20px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    float: left;
}

.iconbox.verantwortung {
    margin: 64px 0 0 0;
}

.iconbox::before {
    position: absolute;
    left: 20px;
    top: -35px;
    width: 60px;
    font-family: "fontello";
    font-size: 235%;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    content: "\e802";
    color: #fff;
    background: #d1d1d1;
}

.iconbox.after-sales::before {
    content: "\e80e";
}

.iconbox.verantwortung::before {
    content: "\e80d";
}

.technische-daten {
    width: 100%;
    margin: 0;
}

.technische-daten thead {
    background: #dee0f7;
}

.technische-daten tr:nth-child(even) {
    background: #f7f7f7;
}

.technische-daten td {
    padding: 12px 8px;
    vertical-align: top;
    border: 1px solid #d1d1d1;
}

#google-maps {
    width: 100%;
    height: 400px;
}

/* ------------------------- Navigation formatieren ------------------------ */

uppercase {
    text-transform: uppercase;
}

nav {
    /* navigationsbereich samt logo */
    position: relative;
    width: 960px;
    height: 148px;
    margin: 0 auto;
    z-index: 10;
}

nav ul {
    /* navigationszeile */
    position: absolute;
    right: 0;
    top: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

nav ul li {
    /* menuepunkte */
    position: relative;
    margin: 0 0 0 30px;
    /* abstaende zwischen menuepunkten seitlich */
    padding: 0;
    list-style: none;
    display: inline-block;
}

nav ul li ul {
    /* navigation unterpunkte */
    position: absolute;
    left: 0;
    width: 256px;
    height: auto;
    padding: 10px 0 0 0;
    background: #fff;
    border-top: 2px solid #1840AD;
    box-shadow: 0 3px 5px #aaa;
    display: none;
    z-index: 1000;
    transition: opacity 0.4s;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul li {
    /* navigation unterpunkte hover */
    margin: 0;
    padding: 0;
    background: transparent;
    display: block;
}

nav ul li a,
nav ul li a:visited {
    /* navigation hauptzeile textfelder und text alle, mobil*/
    height: 40px;
    color: #444;
    letter-spacing: 1.2px;
    line-height: 40px;
    font-size: 16px;
    /*text-transform: uppercase;*/
    border-bottom: 2px solid #fff;
    display: inline-block;
    /*transition: all 0.7s;*/
}

nav ul li a:hover,
nav ul li a:focus {
    color: #1840AD;
    border-color: #1840AD;
}

nav ul li ul li a,
nav ul li ul li a:visited {
    padding: 0 0 0 10px;
    line-height: 30px;
    background: transparent;
    border: 0;
    display: block;
}

nav ul li ul li a:hover,
nav ul li ul li a:focus {
    background: #eee;
}

.index #nav-index a,
.firma #nav-firma a,
.geraete-und-zubehoer #nav-geraete-und-zubehoer a,
.downloads #nav-downloads a,
.kontakt #nav-kontakt a {
    color: #1840AD;
    border-color: #1840AD;
}

@media screen and (max-width: 768px) {
  #nav-kontakt {
    display: none;
  }

}

/* --------------------------- Carousel formatieren ------------------------ */

#carousel {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

#carousel .slide {
    width: 230px;
    margin: 0 5px;
    padding: 0;
    background: #fff;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    display: inline-block;
}

.slide img {
    margin: 0 0 5px 0;
}

.slide h3 {
    margin: 0;
    padding: 0;
    font-family: open_sans_condensedbold;
    font-size: 16px;
    font-weight: normal;
    color: #1840AD;
    text-align: center;
    letter-spacing: 0;
}

.slide p {
    margin: 0 0 8px 0;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
}


/* ---------------------------- Footer formatieren ------------------------- */

footer {
    position: relative;
    width: 100%;
    color: #fff;
    display: block;
}

footer strong {
    color: #fff;
}

footer a,
footer a:visited {
    color: #fff;
    text-decoration: none;
    transition: color 0.7s;
}

footer a:hover,
footer a:focus {
    color: #000;
}

#kontaktdaten {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
    background: #998877;
    background: url(../img/background-kontaktdaten.svg) no-repeat center 0, linear-gradient(to right, #998877 0%, #998877 40%, #baaa99 50%, #998877 60%, #998877 100%);
}

#local-business {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    font-style: normal;
    display: block;
}

#local-business .label {
    width: 16vw;
    max-width: 120px;
    display: inline-block;
}

#slogan {
    position: absolute;
    right: 0;
    bottom: 50px;
    font-size: 23px;
    color: #e3dcce;
    font-style: italic;
    letter-spacing: 0.5px;
}

#top-link {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 0 10px 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #b7a591;
    display: block;
}

#socket {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: #444;
    border-top: 1px solid #fff;
}

#copyright {
    position: relative;
    width: 960px;
    margin: 0 auto;
    font-size: 13.5px;
    text-align: right;
}


/* ---------------------------- Extras ------------------------- */

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

.burgericon div {
    width: 90%;
    margin: 7px 5%;
    height: 3px;
    background-color: black;
}


/* --------- LAYERSLIDER AENDERUNGEN ALLGEMEIN --------- */

#layerslider>div.ls-inner>div.ls-slide.ls-animating>p {
    width: 200px;
}

#layerslider>div.ls-inner>div:nth-child>p {
    width: 200px;
    hyphens: none;
    overflow: visible;
    word-wrap: break-word;

}

#layerslider>div.ls-inner>div.ls-slide.ls-active>p {
    width: 200px;
    hyphens: none;
    overflow: visible;
    word-wrap: break-word;

}

/* ueberschrift im header layerslider 2 */
#layerslider>p {
    width: 200px;
    hyphens: none;
    overflow: visible;
}

/* ----------------------------------------------------------------------------------*/
/* -------- FUER KLEINE BILDSCHIRME TABLETS ETC (SMARPTHONE WEITER UNTEN) ---------- */
/* ----------------------------------------------------------------------------------*/

@media screen and (max-width: 1100px) {

    #main {
        margin-top: 20px;
        padding-top: 20px;
    }

    html, body { /* verhindert weißen Rand seitlich START */
        box-sizing: border-box;
        overflow-x: hidden;        
      }
      *, *::before, *::after {
        box-sizing: inherit;
      } /* verhindert weißen Rand seitlich ENDE */
    
    #local-business {
        padding-left: 32px;
    }

    #slogan {
        position: relative;
        font-size: clamp(24px, 3vw, 64px);
        top: 8px;
    }

    #quick-contact .inner {
        /* kontaktzeile */
        right: 80px;
        position: absolute;
    }

    #logo {
        position: absolute;
        left: 6vw;
        top: 51px;
    }

    #carousel {
        transform: scale(0.8);
        transform-origin: top left;
        margin-left: 8vw;
    }

    nav ul {
        /* navigationszeile */
        position: absolute;
        right: 0;
        top: 40px;
        left: 32vw;
        height: 40px;
        margin: 0;
        padding: 0;
    }

    nav ul li {
        /* menuepunkte */
        position: relative;
		/* abstaende zwischen menuepunkten seitlich */
        margin: 0 0 0 3.5vw;
        padding: 0 0 0 0;
        list-style: none;
        display: inline-block;
    }



    .text {
        width: 80vw;
        margin: 0 9vw;
        padding: 0;
    }

    nav {
        /* navigationsbereich samt logo */
        position: relative;
        width: 960px;
        height: 148px;
        margin: 0 auto;
        z-index: 10;
    }
    
    #copyright { /* unterster randtext: text nach links setzen */
        margin-right: 60px;
        text-align: left;
        left: 32px;
        width: auto;
        padding-right: 0;

    }

    #top-link {
        position: relative;
        width: 60px;
        right: 0;
        top: 16px;
        padding: 10px 0 10px 12px;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #b7a591;
        display: block;
    }

}

/* ---- RESPONSIVE / MOBILE WEITE 900 px ------ */

@media screen and (max-width: 900px) {

	#quick-contact > div.inner {
		/* abstand kopfzeile bzw. kontaktzeile oben */
		margin-right: -20px;
	}

    #logo img {
        width: 22vw;
        height: auto;
    }

	li {
		text-align: left;
	}


    a#logo {
        margin-top: 8px;
    }

    body {
		/* fliesstext schriftgroesse */
        font-size: 2.2vw;
        line-height: 1.5em;
    }


    h1 {
        font-size: 5vw;
        line-height: 1.25em;
    }

    h2 {
        margin: 8vw 0 4vw 0;
        font-size: 2.8vw;
        line-height: 1.25em;
    }

    h3 {
        font-size: 3.3vw;
    }

    /* limitiere textbloecke in hoehe bei mobil */
    /*
    .text {
        margin-top: clamp(0px, 5vw, 16px);
    }*/
    
    #carousel {
        transform: scale(0.6);
        transform-origin: top left;
        margin-left: 8vw;
    }


    #carousel {
        top: 0px;
        left: 0px;
        padding-left: 0px;
        bottom: -160px;
    }




}

/* ---- RESPONSIVE / MOBILE WEITE 768 px ------ */

@media screen and (max-width: 768px) {

	#quick-contact > div.inner {
		/* abstand kopfzeile bzw. kontaktzeile oben */
		margin-right: -40px;
	}

    body {
        font-size: 4.4vw;
        line-height: 1.55em;

    }

    table {
        table-layout: fixed;
        hyphens: auto !important;
        overflow-wrap: break-word !important;  /* fallback for long words */
        word-wrap: break-word !important;      /* legacy fallback */
        width: auto;
    }

    h1 {
        font-size: 7vw;
    }

    h2 {
        margin: 8vw 0 4vw 0;
        font-size: 4.5vw;
        line-height: 1.4em;
    }

	#carousel{
	        transform: scale(0.5);
	}


    div.hide_at_mobile {
        display: none;
    }

    .blue-line::before {
        display: none;
    }
    
    .column-left {
        padding: 0 0 0 0;
        display: table-row;
        width: 5px;
    }

    .column-right {
        padding: 0 0 0 0px;
        display: table-row;
        width: 5px;
    }

        #main li:before { /*anpassung auflistung listenhaeckchen*/
    left: -0.3em;
    font-size: 70%;
}

} 


/* ---- FUER SEHR KLEINE FENSTERAUFLOESUNG / MOBILE WEITE ------ */

@media screen and (max-width: 480px) {

	#quick-contact > div.inner {
		/* abstand kopfzeile bzw. kontaktzeile oben */
		margin-right: -60px;
	}


    a#logo {
        margin-top: 16px;
    }

    body {
		/* fliesstext schriftgroesse */
        font-size: 4vw;
		line-height: 1.5em;
    }

    .text {
        width: 80vw;
		/* abstand fliesstext links rechts */
        margin: auto 10vw;
        padding: 0;
    }

    h2 {
        margin: 0 0 10vw 0;
        font-size: 5vw;
        line-height: 1.25em;
    }

    #carousel {
        transform: scale(0.36);
        transform-origin: top left;
        margin-left: 8vw;
        font-size: 16px;
    }

}


/* --------------------------------------------------- */

/* ---- LAYERSLIDER und BILDER bei MOBILEN WEITEN ------ */

@media screen and (max-width: 1100px) {


    #layerslider-wrapper {
        position: relative;
        width: auto;
		/* slider position */
        margin: -40px -370px -80px -1600px;
        transform: scale(0.75);

    }

    #layerslider {
        padding-left: 1600px;
    }

    /* tile uebergang bzw transition wird nicht benutzt, fuehrt zu problemen */
    .ls-curtiles,
    .ls-nexttiles {
        display: none;
    }

    /* layerslider hauptueberschrift auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>h1 {
        font-size: 60px;
    }

    /* ueberschrift im header 2 */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>h2 {
        font-size: 30px;
        width: 330px;
        padding-top: 24px;
    }

    /* layerslider unterueberschrift bei auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>p {
        font-size: 20px;
        width: 300px;
        padding-top: 24px;
    }
}

@media screen and (max-width: 900px) {
    #layerslider-wrapper {
        position: relative;
        width: auto;
        margin: -80px -400px -120px -400px;
        /* slider position */
        transform: scale(0.5);
    }

    #layerslider {
        padding-left: 0px;
    }

    /* layerslider unterueberschrift auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>p {
        font-size: 4vw;
        width: 330px;
        padding-top: 24px;
    }

}


/* ---- RESPONSIVE / MOBILE WEITE : NUR LAYERSLIDER 600 px ------ */

@media screen and (max-width: 600px) {

    nav ul li a,
    nav ul li a:visited {
        /* navigation hauptzeile textfelder und text alle, mobil*/
        font-size: 3vw;
		letter-spacing: 0.4px;
    }


	#carousel{
	        transform: scale(0.42);
	}

    #layerslider-wrapper {
        position: relative;
        width: auto;
        margin: -150px -1670px -150px -1800px;
        /* slider position */
        transform: scale(0.33);
    }

    #layerslider {
        padding-left: 400px;
    }

    /* layerslider hauptueberschrift auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>h1 {
        font-size: 80px;
        line-height: 1em;
        position: relative;
    }

    /* ueberschrift im header 2 */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>h2 {
        font-size: 30px
        width: 350px;
        padding-top: 24px;
    }

    /* layerslider unterueberschrift bei auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>p {
        font-size: 30px;
        hyphens: auto;
        width: 300px;
        padding-top: 32px;
        word-wrap: normal;

    }

    /* LAYERSLIDER UEBERSCHRIFT GROESSEN AUF HAUPTSEITE BZW. STARTSEITE */
    #layerslider>div.ls-inner>div:nth-child>p {
        font-size: 30px;
        width: 350px;
        padding-top: 24px;

    }

	/* layerslider unterueberschrift bei auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-active>p {
        font-size: 30px;
        width: 350px;
        padding-top: 24px;
        display: none;	/* WEGEN KONFLIKT MIT BUTTON IM MOMENT AUSGEBLENDET */
        }
}

@media screen and (max-width: 330px) {

        #layerslider-wrapper {
        margin: -150px -1630px -150px -1800px;
        /* slider position */
        transform: scale(0.26);
    }

    /* layerslider hauptueberschrift auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>h1 {
        font-size: 70px;
        line-height: 1em;
        position: relative;
    }

        /* layerslider unterueberschrift bei auf geraeteseiten */
    #layerslider>div.ls-inner>div.ls-slide.ls-animating>p {

display: none;
    }

    #layerslider {
        padding-left: 600px;
    }

}

/* cookieconsent */
.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}