/* INFOS
================================ 

colors:
-------
- #eef2f5 (grey) - body - background color
- #484e5d (dark blue) - body - font color
- #a9bfce (blue) - carousel - background color
- #a9bfce (blue) - imagebox - latest news - background color
- #0b0c0b (black) - vorteile slider - arrows - background color


*/




/* GENERAL
================================ */

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	
	color: #484e5d;
	background-color: #eef2f5;
	
	overflow-x: hidden;
	
}

*::selection {
    background-color: #a9bfce;
    color: #fff!important;
}


.unterseiten-page {
	color: #4c5a67;
}

/* GENERAL
tags =========================== */

h1 {
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	
}

h4 {
	
}

p {
	padding-top: 15px;
}

a {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.home-installateur {
	position: relative;
	margin: 30px auto 0 auto;
	display: block;
	
	
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	
	color: #484e5d;
	
	outline: 0px none;
	outline: 0px;
}

.content-center{
	text-align: center;
	max-width: 80%;
	width:600px;
	margin:0 auto;
}

/* HEADER
================================ */

header {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 100;
	
	background-color: #ffffff;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
    -webkit-box-shadow: 0 5px 5px -5px #333;
    -moz-box-shadow: 0 5px 5px -5px #333;
    -ms-box-shadow: 0 5px 5px -5px #333;
    -o-box-shadow: 0 5px 5px -5px #333;
    box-shadow: 0 5px 5px -5px #333;
}

.logo {
	position: absolute;
	display: inline-block;
	float: left;
	width: 230px;
	margin-left: 0px;
}

.logo img {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



/* HEADER
navigation ===================== */

#navbar {
	margin-left: 190px;
}

.nav li a {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	
	color: #667683;
	background-color: transparent !important;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
    padding: 10px 25px;
}

.nav li a:hover {
	color: #000000;
	background-color: transparent !important;
}

.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.smaller .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 20px;
}

.navbar-right {
    min-width: 280px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4c5a67;
    border-radius: 0px;
    width: 29px;
    height: 3px;
}

.navbar-toggle * {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-toggle {
	color: #fff;
	height: 29px;
	width: 29px;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	border: none;
}

.navbar-toggle span {
	width: 20px;
	height: 2px;
	margin-bottom: 3px;
	background-color: #999;
	display: block;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle span.bar1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	-ms-transform-origin: 6px 2px;
	-webkit-transform-origin: 6px 2px;
  -moz-transform-origin: 6px 2px;
  -o-transform-origin: 6px 2px;
	transform-origin: 6px 2px;
	width: 29px;
}

.navbar-toggle span.bar2 {
	-ms-transform: rotate(-360deg) scale(0);
	-webkit-transform: rotate(-360deg) scale(0);
  -moz-transform: rotate(-360deg) scale(0);
  -o-transform: rotate(-360deg) scale(0);
	transform: rotate(-360deg) scale(0);
}

.navbar-toggle span.bar3 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform-origin:9px 2px;
	-webkit-transform-origin: 9px 2px;
	transform-origin: 9px 2px;
	width: 29px;
}

.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 29px;
}

.navbar-toggle {
  float: right;
  margin-top: 15px;
}

.navbar-toggle {
    margin-top: 35px;
}

.smaller .navbar-toggle {
    margin-top: 25px;
    margin-bottom: 0px;
}

#navbar ul ul {
	/* opacity: 0; */
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0 10px 0;
    
    -webkit-box-shadow: inset 0 5px 5px -5px #333;
    -moz-box-shadow: inset 0 5px 5px -5px #333;
    -ms-box-shadow: inset 0 5px 5px -5px #333;
    -o-box-shadow: inset 0 5px 5px -5px #333;
    box-shadow: inset 0 5px 5px -5px #333;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
}

#navbar ul ul li {
	float:none;
	width: 265px;
	list-style: none;
	padding: 7px 0; 
}

#navbar ul ul a {
	line-height:24px;
	padding:10px 15px;
	color: #667683;
}

#navbar ul li:hover > ul {
	/* opacity: 1; */
	display: block;
	margin-top: 0px;
}

.active-nav-parent a {
	color: #000000 !important;
}

.active-nav-parent ul li a {
	color: #667683 !important;
}

.active-nav-parent ul li a:hover {
	color: #000000 !important;
}


/* HEADER
smaller ======================== */

.smaller .logo img {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
}

header.smaller {
    height: 60px;
    opacity: 0.85;
}

.smaller .navbar-nav>li>a {
	padding-top: 20px;
}



/* SEARCH
================================ */

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    
    margin-top: -65px;
    
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.searchbox-input {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #ffffff;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 30px;
    color: #667683;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.searchbox-input-open {
	background-color: #667683;
	color: #ffffff;
}

.searchbox-input::-webkit-input-placeholder {
    color: #ffffff;
}

.searchbox-input:-moz-placeholder {
    color: #ffffff;
}

.searchbox-input::-moz-placeholder {
    color: #ffffff;
}

.searchbox-input:-ms-input-placeholder {
    color: #ffffff;
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #667683;
    background-color: transparent;
}

.searchbox-icon-open {
	color: #ffffff;
    /* background-color: #667683; */
}

.searchbox-open {
    width: 100%;
    background-color: #667683;
}

.smaller .searchbox {
	margin-top: -55px;
}

.search-results {
	display: none; 
	background-color: #667683; 
	width: 280px; 
	height: auto; 
	position: absolute; 
	z-index: 9; 
	top: 0; 
	margin-left: 0;
	margin-top: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.smaller .search-results {
	margin-top: 60px;
}

.search-results li {
	list-style-type: none;
}

.search-results li a {
	color: #ffffff !important;
	line-height: 30px;
    padding: 0px;
}



/* IMAGE FIX
================================ */

.img-responsive {
	min-width: 100%;
}



/* VIDEO 
================================ */

.video { 
	position: relative;
	display: block;
	overflow: auto;
}

.video img { 
	position: absolute; 
	display: block; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 9; 
	cursor: pointer; 
}

.slidervideo { 
	position: relative;
	display: block;
	overflow: auto;
}

.slidervideo img { 
	position: absolute; 
	display: block; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 9; 
	cursor: pointer; 
}

.video-coverimage img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.video-coverheadline {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;	
	box-sizing: border-box;
	color: rgb(72, 78, 93);
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.video-coverdescription {
	display:block;
	width: 100%;
	height: auto;
	z-index:9;
	margin-top:0 0 10px;
	padding: 0 12.5%;
	text-align: center;
	font-size:15px;
	line-height:24px;
	color: #484e5d;
	font-family:'Open Sans', sans-serif;
}

.video:after { 
	content: ""; 
	position: absolute; 
	display: block; 
    background-image: url(../img/play-button.png);     background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 60px 60px; 

    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    z-index: 30;
    cursor: pointer;
    margin-left: -30px;
    margin-top: 0px; 
} 

.slidervideo:after { 
	content: ""; 
	position: absolute; 
	display: block; 
   /* background-image: url(../img/play-button.png);     background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 60px 60px; */

    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    z-index: 30;
    cursor: pointer;
    margin-left: -30px;
    margin-top: 0px; 
} 

.video-holder { 
	position: relative; 
	padding-bottom: 56.25%; /* 16:9 */ 
	height: 0; 
}

.video iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* image poster clicked, player class added using js */

.hideVideo {
	display: none !important;
	width: 0px;
	height: 0px;
}

.removePlayButton:after {
	background: transparent;
}

/* VIDEO SLIDER CLICK
================================ */

.videoslider {
	position: relative;
	display: block;
	height: 100%;
	/*
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    */
}

.videoslider-active {
    height: 165px;
    overflow: hidden;
/*    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    */
}

.videoslider-on-off {
	position: absolute;
    width: 100%;
    height: 85px;
    top: 80px;
    padding-top: 10px;
    left: 0;
    /*
    background: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    */
    
    z-index: 10;
    
}

.videoslider-on-off-icon {
	position: relative;
	display: block;
	width: 62px;
	height: 62px;
	
	margin-top: -80px;
	
	margin-right: 10px;
	
	/* background-color: #000; */
	
	float: right;
	
	cursor: pointer;
}

.videoslider-on-off-icon-on {	
	margin-top: 1px;
	
	background-image: url(../img/video-on-icon-new.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 62px 62px;
	
	opacity: 0.45;
	
	/* background-color: #1abc9c; */
}

.videoslider-on-off-icon-off {	
	margin-top: 0px;
	
	background-image: url(../img/video-off-icon-new.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 62px 62px;
	
	opacity: 0.45;
	
	/* background-color: #e74c3c; */
}

.videoslider-on-off-icon-on:hover,
.videoslider-on-off-icon-off:hover {
	opacity: 1;
}

/* BRANDSSLIDER (Carousel)
================================ */

.owl-carousel-holder {
	background-color: #a9bfce;
	position: relative;
	display: block;
	padding-top: 20px;
	height: auto;
    padding-bottom: 20px;
}

.owl-carousel {
	max-width: 1240px;
	overflow: hidden;
	margin: 0 auto;
}

.owl-stage-outer {
    /*padding-top: 40px;*/
}

.owl-carousel .owl-item img {
    height: auto;
}

.owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.owl-next {
	position: absolute;
	top: 0;
	margin-top: 50px;
	right: 35px;
	width: 19px;
	height: 24px;
	background-image: url(../img/carousel-next-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 19px 34px;
	z-index: 9;
	cursor: pointer;
}

.owl-prev {
	position: absolute;
	top: 0;
	margin-top: 50px;
	left: 35px;
	width: 19px;
	height: 24px;
	background-image: url(../img/carousel-prev-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 19px 34px;
	z-index: 9;
	cursor: pointer;
}

.brandsslider-more {
	position: relative;
	display: block;
	margin: 15px auto 0 auto;
	
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	
	color: #667683;
}


.brandsslider-more:hover,
.brandsslider-more:focus {
	color: #ffffff;
	text-decoration: none;
	
	outline: 0px none;
	outline: 0px;
}

.owl-carousel .owl-item img {
    width: 70%;
    margin: 0 auto;
}

/* SPECIAL GRID (Columns Fix)
================================ */

.pimcore_area_specialgrid {
    margin-bottom: 1px;
}

.custom-table .custom-td {
    overflow: hidden;
}

.custom-td-last {
    border-left: 2px solid #ffffff;
}

.col-sm-6.custom-td.custom-first-td {
    left: -50%;
}

.col-sm-6.custom-td.custom-td-first.col-sm-pull-6 {
    margin-top: 12%;
}

@media screen and (min-width: 1680px) {
	
	.custom-table {
		display: table;
		width: 100%;
	}
		
	.custom-table .custom-td {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		float: none;
		background-repeat: no-repeat!important;
		background-position: center center!important;
		background-size: cover!important;
	}
	
	@-moz-document url-prefix() { 
	  .custom-table .custom-td {
	  	float: none;
	  }
	}
	
	.custom-table.custom-product-table .custom-td {
		float: left;
	}
	
	.custom-table .custom-td.custom-img-td img {
		visibility: hidden;
		max-width: 100%;
		height: auto;
	}
	
	.custom-table .custom-td.custom-td-first .inner-box {
		float: right;
		padding-left: 0;
	}	
	
	.custom-table .custom-td.custom-td-last .inner-box {
		float: left;
		padding-right: 0;
	}	
	
	.custom-product-table.custom-table .custom-td {
		vertical-align: top;
	}
	
	.custom-product-table.custom-table .custom-td.custom-td-first .inner-box	{
		padding-right: 0;
	}
	
	.custom-table .custom-td .inner-box {
	    width: 100%;
	    max-width: 570px;
	}
	
	.inner-box {
	    padding: 15px;
	    position: relative;
	    width: 100%;
	}
	
}

@media screen and (max-width: 1241px) {
	
	.inner-box {
		padding-left: 25px;
	}
		
}


/* IMAGEBOX
================================ */

.pimcore_area_imagebox.pimcore_area_content {
    margin-right: -29px;
    width: calc(100% + 29px);
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pimcore_area_imagebox:hover {
	opacity: 0.8;
}

.imagebox-layout {
	width: 100%;
    height: auto;
    min-height: 406px;
    position: relative;
    display: block;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
}

.imagebox-background img {
	width: 100%;
	height: auto;
	position: relative
	display: block;
}

.imagebox-headline {
	width: 50%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0px;
	
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.imagebox-headline-layout-1 {
	background-image: url(../img/imagebox-triangle-background.png);
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.move-top {
	background-position: left -20px;
	opacity: 0.8;
}

.imagebox-headline-layout-2 {
	background-image: none;
}

.imagebox-headline span {
	position: relative;
	display: block;
	margin: 35px auto 0 auto;
}

.imagebox-headline span p {
	text-align: center;
	font-size: 24px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	
	color: #484e5d;
	
	padding-top: 0px;
}

.imagebox-headline-layout-2 {
	width: auto;
	padding: 0 30px;
}

.imagebox-headline-layout-2 span p {
	color: #ffffff;
}

.imagebox-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}



/* IMAGEBOX - Latest News
================================ */

.imagebox-latestnews {
    position: relative;
    display: table;
    background: #a9bfce;
    width: 100%;
    height: 100%;
    height: 406px;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.imagebox-latestnews:hover {
	opacity: 0.8;
}

.imagebox-latestnews img {
	width: auto;
	height: 100%;
	min-height: 100%;
	position: absolute;
	display: block;
	float: right;
	/* right: 0; */
	right: -100px;
}

.imagebox-latestnews h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	color: #ffffff;
}

.imagebox-latestnews time {
	font-size: 18px;
	font-weight: 400;
	
	color: #ffffff;
}

.imagebox-latestnews-introbox {
	width: 40%;
    max-width: 300px;
	padding: 20px;
	float: left;
}


.read-more-icon {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #ffffff;
	font-size: 32px;
	font-weight: 300;
	left: 40px;
	bottom: 40px;
	
	color: #ffffff;
	
	transform: rotate(45deg);
}

.read-more-icon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
	background: #ffffff;
	background: rgba(255, 255, 255, 1);
    z-index: -1;
    transition: transform 0.3s;
}

.read-more-icon:hover,
.read-more-icon:focus {
	color: #a9bfce;
	outline: 0px none;
	outline: 0px;
}

.read-more-icon:hover::after {
    transform: scaleY(1);
}

.read-more-icon span {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	line-height: 42px;
    text-align: center;
}




/* VORTEILE SLIDER
================================ */

.peppermint {
	margin-top: 1px;
}

.peppermint.peppermint-active {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.peppermint.peppermint-active .peppermint-slides {
    position: relative;
    overflow: hidden; /* clearfix */
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.peppermint.peppermint-active .peppermint-slides > * {
    float: left;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.peppermint.peppermint-active .peppermint-slides a:active,
.peppermint.peppermint-active .peppermint-slides a:active img {
    outline: none;
}

.peppermint.peppermint-active,
.peppermint.peppermint-active .peppermint-dots,
.peppermint.peppermint-active .peppermint-slides,
.peppermint.peppermint-active .peppermint-slides > * {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.peppermint.peppermint-mouse .peppermint-slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.peppermint-slides img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.vorteileslider-holder {
	position: relative;
	display: block;
	overflow: auto;
}

.vorteileslider-arrow {
	position: absolute;
	display: block;
	width: 96px;
	height: 105px;
	top: 50%;
	margin-top: -52px;
	
	background-color: #0b0c0b;
	
	z-index: 10;
	
}

.vorteileslider-arrow:hover,
.vorteileslider-arrow:focus {
	text-decoration: none;
	
	outline: 0px none;
	outline: 0px;
}

.vorteileslider-arrow i {
	position: relative;
	display: block;

	font-size: 72px;
	line-height: 105px;
	font-weight: 300;
	text-align: center;
	
	color: #ffffff;
}

.vorteileslider-arrow-left {
	left: 0;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.vorteileslider-arrow-left:hover {
	left: -10px;
	opacity: 0.6;
}

.vorteileslider-arrow-right {
	right: 0;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.vorteileslider-arrow-right:hover {
	right: -10px;
	opacity: 0.6;
}

.vorteileslider-content {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -595px;
	bottom: 70px;
	z-index: 10;
	
	color: #ffffff;
}

.vorteileslider-content h3 {
	font-size: 62px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
}

.vorteileslider-content p {
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	max-width: 550px;
	height: auto;
	
	padding-top: 15px;
	padding-left: 5px;
}



/* CALL TO ACTION
================================ */


.call-to-action {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 80px 0;
	
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.call-to-action-text {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 400;
	
	color: #a9bfce;
}

.call-to-action-text p {
	padding-top: 18px;
}

.call-to-action-text b,
.call-to-action-text strong {
	font-weight: 700;
}

.call-to-action-btn {
	float: right;
	
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    
    background-color: #4c5a67;
    box-shadow: inset 0 0 0 0 #eef2f5;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.call-to-action-btn a,
.call-to-action-btn a:hover,
.call-to-action-btn a:focus {
	color: #ffffff;
	outline: 0px none;
	outline: 0px;
	text-decoration: none;
	
	padding: 20px;
	
	border: 2px solid #4c5a67;
	
	position: relative;
	display: block;
}

.call-to-action-btn:hover {
	box-shadow: inset 277px 0 0 0 #eef2f5;
}

.call-to-action-btn:hover a {
	color: #4c5a67;
}



/* FOOTER
================================ */

footer {
    background-color: #a9bfce;
    padding: 76px 0 38px 0;
}

footer h3 {
	font-size: 24px;
	font-weight: 400;
	
	color: #ffffff;
	text-transform: uppercase;
	
	margin-bottom: 25px;
}

footer nav a {
	position: relative;
	display: block;
	clear: both;
	
	font-size: 18px;
	line-height: 26px;
	
	color: #ffffff;
	text-decoration: none;
	
	outline: 0px none;
	outline: 0px;
	
	margin-bottom: 3px;
}

footer nav a:hover,
footer nav a:focus {
	
	color: #ffffff;
	text-decoration: none;
	
	outline: 0px none;
	outline: 0px;
	
}


.footer-copyright-holder {
	margin-top: 31px;
	/*padding-top: 43px;*/	
	padding-top: 10px;
	border-top: 1px solid #ffffff;
}

.footer-copyright {
	font-size: 18px;
	line-height: 26px;
	margin-top: 32px;
	color: #ffffff;
	position: relative;
}

.footer-copyright a.imprint {
	color: #ffffff;
	text-decoration: none;
	
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-copyright a.imprint:hover,
.footer-copyright a.imprint:focus {
	color: #ffffff;
	text-decoration: none;	
	border: 0px solid #ffffff;
}
.footer-right img{float: right;}
@media (max-width: 767px) {
	.footer-right img{float: none; display: block;}
}

.footer-newsletter input[type="email"] {
    width: 87%;
    height: 50px;
    border: none;
    padding: 0 15px;
    color: #4c5a67;
    margin-top: -7px;
    margin-right: -5px;
    outline: 0px none !important;
    outline: 0px !important;
}

.footer-newsletter button {
    width: 12%;
    height: 50px;
    border: 0px;
    background-color: #4c5a67;
    color: #ffffff;
    font-size: 20px;
    outline: 0px none !important;
    outline: 0px !important;
    position: absolute;
    bottom: 0px;
}

.footer-newsletter button .fa {
	float: none !important;
}

.footer-newsletter::-webkit-input-placeholder { color: #4c5a67; }
.footer-newsletter:-moz-placeholder { color: #4c5a67; }
.footer-newsletter::-moz-placeholder { color: #4c5a67; }
.footer-newsletter:-ms-input-placeholder { color: #4c5a67; }


/* UNTERSEITEN
================================ */

.unterseiten-full-width-header {
	border-bottom: 1px solid #ffffff;
}
	
.unterseiten-full-width-header img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin-top: 68px;
}

.unterseiten-full-width-header-headline {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	
	top:350px;
	
	padding: 0 25px;
	
	
	font-size: 62px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	
}



/* UNTERSEITEN
Impressum ====================== */

.seitenmaincontent-headline {
	padding: 96px 0 30px 0;
	background-color: #a9bfce;
}

.seitenmaincontent-headline h1 {
	font-size: 62px;
	line-height: 70px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	
	color: #ffffff;
}

.seitenmaincontent-text {
	padding: 60px 0;
}

.no-scroll {
	overflow: hidden !important;
}


/* UNTERSEITEN
News =========================== */

.news-unterseite {
	padding-top: 50px;
	padding-bottom: 100px;
}

.news-item {
	position: relative;
	display: block;
	
	max-height: 270px;
    overflow: hidden;
	
	background-color: #a9bfce;
	padding-top: 0px !important;
	
/*
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
*/
}

.news-item:hover {
	opacity: 0.8;
}

.news-item:nth-child(odd) {
	border-right: 1px solid #eef2f5;
	border-left: 1px solid #eef2f5;
	border-bottom: 1px solid #eef2f5;
}

.news-item:nth-child(even) {
	border-left: 1px solid #eef2f5;
	border-right: 1px solid #eef2f5;
	border-bottom: 1px solid #eef2f5;
}

.news-item img {
	float: right;
	width: 80%;
    height: auto;
}

.news-item .read-more-icon {
	position: absolute;
	display: block;
	left: 35px;
	bottom: 35px;
}

.news-item-content {
	padding-top: 3px;
	padding-left: 35px;
}

.news-item-content h4 {
	font-size: 20px;
	line-height: 28px;
	
	font-weight: 700;
	text-transform: uppercase;
	
	color: #ffffff;
}

.news-item-content h4 a,
.news-item-content h4 a:hover,
.news-item-content h4 a:focus {
	text-decoration: none;
	
	color: #ffffff;
	
	outline: 0px none;
	outline: 0px;
}

.news-item-content time {
	font-size: 18px;
	font-weight: 400;
	
	color: #ffffff;
	
	position: relative;
	display: block;
	margin-top: -10px;
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #a9bfce;
    border-color: #a9bfce;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #a9bfce;
    text-decoration: none;
    background-color: #fff;
    border: none;
    margin-right: 5px;
}

.pagination {
	    margin: 50px 0 0 0;
}

.pagination>li>a:hover, .pagination>li>span:hover {
	background-color: transparent;
}

.news-item-detail {
	padding: 50px 30px 100px 30px;
	
	color: #808d97;
}

.new-item-detail-content {
	margin-top: 30px;
}

.new-item-detail-content p {
	font-size: 15px;
	line-height: 24px;
}

.news-item-detail h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-item-detail time {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-top: -10px;
}

.news-item-detail img {
	float: right;
	width: 100%;
	max-width: 230px;
	height: auto;
	margin-top: 28px;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ---- NEWS FILTER ---- */
#filters{
	text-align: center;
}
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #a9bfce;
  border: none;
  border-radius: 0px;
/*   background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) ); */
  color: #fff;

  font-size: 16px;
  text-shadow: none;
  cursor: pointer;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}

.button:hover {
  background-color: #4c5a67;
  text-shadow: none;
  color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #4c5a67;
}

.button.is-checked {
  color: white;
  text-shadow: none;
}

.button:active {
  box-shadow: none;
}

.button:focus{
	outline: none;
}
/* ---- button-group ---- */

.button-group {
  margin-bottom: 20px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
/*   float: left; */
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0; }
.button-group .button:last-child { border-radius: 0; }


/* UNTERSEITEN
Trends ========================= */

.trends-unterseite {
	padding-bottom: 60px;
}

.trends-theme-holder {
	
}

.trends-theme-holder:nth-child(odd) {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}

.trends-theme-holder:nth-child(even) {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.trends-theme {
	height: 315px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trends-theme-link {
	color: #4c5a67;
	text-decoration: none !important;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	
	outline: 0px none;
	outline: 0px;
}

.trends-theme-link:hover {
	color: #4c5a67;
	outline: 0px none;
	outline: 0px;
}

.trends-theme-holder:nth-child(odd) .trends-theme-link {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-image: url(../img/imagebox-triangle-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 48% auto;
}

.trends-theme-holder:nth-child(odd) .trends-theme-link:hover {
	background-position: left -15px;	
}

.trends-theme-holder:nth-child(odd) .trends-theme-link span {
	position: relative;
	display: block;
	width: 48%;
	height: auto;
	text-align: center;
	
	padding: 10px 50px;
}

.trends-theme-holder:nth-child(even) .trends-theme-link {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-image: url(../img/imagebox-triangle-background.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 48% auto;
}

.trends-theme-holder:nth-child(even) .trends-theme-link:hover {
	background-position: right -15px;	
}

.trends-theme-holder:nth-child(even) .trends-theme-link span {
	position: relative;
	display: block;
	width: 48%;
	height: auto;
	float: right;
	text-align: center;
	
	padding: 10px 50px;
}

.trends-theme-hover {
	opacity: 0.8;
}

.themen-details {
	/* background-color: #ffffff; */
	padding: 60px 0 110px 0;
}

.themen-details-image img {
	width: 100%;
	max-width: 480px;
	height: auto;
	padding: 0 20px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.themen-details-desciption {
	color: #808d97;
	
	font-size: 15px;
	line-height: 24px;
}

.themen-details-desciption h1 {
	font-size: 24px;
	line-height: 32px;
	
	text-transform: uppercase;
	font-weight: 700;
}



/* UNTERSEITEN
Newsletter ===================== */

.zend_form {
	margin-left: -15px;
	margin-right: -15px;
}


.form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    outline: 0px none !important;
    outline: 0px !important;
}

.form-control:focus {
	outline: 0px none;
	outline: 0px;
}

dd {
    margin-left: 0;
    margin-right: 2%;
    width: 48%;
    float: left;
    margin-bottom: 30px;
}

dt {
    display: none;
}

.checkbox-container {
	margin-top: 30px;
}

input#furtherUse {
    width: 15px;
    height: 45px;
}

label[for=furtherUse] {
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    clear: right;
    padding-right: 25px;
}

input#captcha-input {
    width: 100%;
    margin-top: 10px;
}

.captcha-input-label {
	text-transform: uppercase;
}

dd#lastname-element {
    max-height: 30px;
}

dd#captcha-element {
    clear: both;
}

#captcha-element img {
    width: 100%;
}

ul.errors {
	margin-bottom: 0;
}
.errors li {
    list-style-type: none;
    padding-left: 0px;
    margin-left: -25px;
    margin-top: 0px;
    color: #D24D57;
    display: block;
    font-size: 90%;
}
.errors {
	color: #D24D57!important;
}

/*

.btn-send {
    border-radius: 0px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 22px;
    color: #ffffff;
    background-color: #4c5a67;
    float: right;
}

.btn-send:hover {
	color: #4c5a67;
	background-color: #ffffff;
}

*/

.btn-send {
	float: right;
	border-radius: 0px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 22px;
    color: #ffffff;
    
    width: 300px;
    
    background-color: #4c5a67;
    
    box-shadow: inset 0 0 0 0 #4c5a67;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-send:hover {
	color: #4c5a67;
	box-shadow: inset 300px 0 0 0 #eef2f5;
}



/* UNTERSEITEN
Search results ================= */

.search-results-holder {
	position: relative;
	display: block;
	padding: 50px 0 100px 0;
}

.result-holder {
	background-color: #a9bfce;
	height: 350px;
	padding: 10px 25px;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.result-holder:hover {
	opacity: 0.8;
}

.result-holder:nth-child(odd) {
	border-right: 1px solid #eef2f5;
	border-bottom: 1px solid #eef2f5;	
}

.result-holder:nth-child(even) {
	border-left: 1px solid #eef2f5;
	border-bottom: 1px solid #eef2f5;	
}

.result-holder h4 {
	font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.result-holder h4 a,
.result-holder h4 a:hover,
.result-holder h4 a:focus {
	text-decoration: none;
    color: #ffffff;
    outline: 0px none;
    outline: 0px;
}

.result-holder p {
	color: #ffffff;
}


/* UNTERSEITEN
Kontakt ======================== */

.form-message {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #4c5a67;
	
	margin-left: -15px;
	padding-bottom: 100px;
}

#contact-form dd,
#registration-form dd  {
	width: 96%;
}

#contact-form #message-element,
#registration-form #message-element {
	width: 98%;
}

#contact-form .btn-send,
#registration-form .btn-send {
	margin-right: -35px;
}

.inner-box {
    padding: 0;
}

.radio-container input[type='radio'] {
	float: left;
	margin-right: 7px;	
}
.radio-container label {
	margin-left: 10px;
}
.radio-container label:hover,
.checkbox-cont label {
	cursor: pointer;
}
.unit-group dd {
	margin-right: 0;
	width: calc( 100% - 50px )!important;
}
.unit-group-addon {
	float: left; 
	width: 50px;
	padding-left: 8px;
	text-align: left;
	line-height: 52px;
}
.txt-container dd {
	margin-bottom: 15px;
}
.checkbox-cont {
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
}
.checkbox-cont input[type='checkbox'] {
	position: absolute;
	left: 5px;
	top: 3px;
}
.checkbox-cont label {
	font-size: 1.2rem;
}
.registration-bottom {
	margin-top: -30px;
	margin-bottom: 30px;
}

/* UNTERSEITEN
Händler ======================== */

.default-dealer-info {
	position: absolute;
	display: block;
	z-index: 0;
	left: 0;
	top: 40px;
}

.dealerList-grosshaendler-holder,
.dealerList-installateure-holder {
	position: relative;
	display: block;
}

.dealerList-grosshaendler-holder .no-results,
.dealerList-installateure-holder .no-results {
	color: #c42026;
	
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.blue-box {
	padding: 10px;
	background-color: #a9bfce;
	margin: 50px auto;
}

.blue-box input[type="text"] {
    width: 92%;
    height: 50px;
    border: none;
    padding: 0 15px;
    color: #4c5a67;
    outline: 0px none !important;
    outline: 0px !important;
    float: left;
}

.blue-box button {
    width: 8%;
    height: 50px;
    border: 0px;
    background-color: #4c5a67;
    color: #ffffff;
    font-size: 20px;
    outline: 0px none !important;
    outline: 0px !important;
    border-radius: 0px !important;
}

div#info {
    text-align: center;
    color: #ffffff !important;
}

#retailer-map {
	width: 100%;
	height: 650px;
}

.marker-label {
    color: #484E5D !important;
    font-size: 24px;
    margin-left: -2px!important;
    margin-top: -68px!important;
    display: none !important; 
}

.marker-entry {
    background-color: #4c5a67;/* #484E5D; */
    /* margin: 0 0 15px 15px; */
    color: #ffffff;
    /* padding: 5px 15px 0px 15px; */
    line-height: 30px;
    min-height: 320px;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
/*     text-transform: uppercase; */
}

.marker-img{
	width: 230px !important;
	margin-top: -20px;
    margin-right: -15px;
}

.dealerlist-grosshaendler .marker-entry {
	/* 
	background-color: #863426; 
	background-color: #421009;
	*/
	background-color: #a9bfce;	
}
.dealerlist-industrie.marker-entry {
	/* 
	background-color: #D64423; 
	background-color: #d51c24;
	*/
	background-color: #c42127;	
}
.dealerList-holder h2 {
	color: #484e5d;
	font-weight: 700;
}
.dealerList-installateure-holder {
	position: relative;
	display: block;
	margin-top: 78px;
}

.marker-entry:hover,
.marker-entry.active {
	opacity: 0.8; 
	cursor: pointer;
}
.marker-entry {
	border: 0.5px solid #eef2f5;
}


.marker-entry h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 35px;
    min-height: 90px;
    margin-bottom: 0;
}
.marker-entry h3 span {
	display: block;
	position: absolute;
	bottom: 10px;
}
.marker-entry p {
	padding-top: 0px;
	margin-bottom: 5px;
	line-height: 1.5;	
}
.marker-entry img {
	width: auto;
	height: 100%;
	position: relative;
	display: block;
	float: right;
	margin-left: 15px;
	background: #fff;
	max-width: 100%;
    height: auto;
}
.marker-entry .read-more-icon {
	left: 25px;
	bottom: 20px;	
	width: 35px;
	height: 35px;
	font-size: 25px;
}
.marker-entry .read-more-icon span {
	line-height: 31px;
}

.marker-entry:hover .read-more-icon,
.marker-entry.active .read-more-icon {
	color: #a9bfce;
	outline: 0px none;
	outline: 0px;
}

.marker-entry:hover .read-more-icon::after,
.marker-entry.active .read-more-icon::after {
    transform: scaleY(1);
}
.marker-entry:hover .read-more-icon span,
.marker-entry.active .read-more-icon span {
	color: #484E5D;
}
.dealerlist-industrie.marker-entry:hover .read-more-icon span,
.dealerlist-industrie.marker-entry.active .read-more-icon span {
	color: #c42127;
}
.dealerlist-grosshaendler .marker-entry:hover .read-more-icon span,
.dealerlist-grosshaendler .marker-entry.active .read-more-icon span {
	color: #a9bfce;	
}

.scale-block img {
/*
    margin-top: -20px;
    margin-right: -15px;
*/
}

.dealerList-holder {
	margin-bottom: 100px;
}

/* UNTERSEITEN
Händler ======================== */

.navigation-search {
	position: relative;
	display: block;
	margin-top: 50px;
}

.navigation-search a {
	font-size: 18px;
	font-weight: 700;
	color: #a9bfce;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation-search-schauraeume a:hover,
.navigation-search-schauraeume-active a {
    color: #ba252e;
}

.navigation-search-installateure a:hover {
    color: #484e5d;
}

.retailer-detail-info {
	background: #a9bfce;
	padding-top: 15px;
	padding-bottom: 15px;
}
.retailer-detail-info h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.retailer-detail-info * {
	color: #fff;
}
.retailer-detail-info p {
	margin-bottom: 0;
}
.retailer-detail-info hr {
	margin-top: 10px;
}
.retailer-detail-info img {
	width: auto!important;
	display: table!important;
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
}
.retailer-detail-info table td:first-child {
	padding-right: 15px;
	font-weight: bold;	
}
.retailer-content img.header-retailer-image {
	width: auto!important;
	float: none!important;
	max-width: 100%!important;
	margin-left: 0!important;
	margin-top: 0!important;
}

.checkbox-list {
	margin-top: 20px;
    padding-left: 0;
}
.checkbox-list li {
	float: left;
	list-style-type: none;
	width: 50%;
	font-weight: 500;
	color: #4c5a67;
	background: url( '/static/img/checklist.png' );
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 21px;
	line-height: 32px;
	padding-left: 32px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;			
}

.checkbox-partner {
	margin-top: 20px;
    padding-left: 0;
}
.checkbox-partner li {
	float: left;
	list-style-type: none;
	width: 100%;
	font-weight: 500;
	color: #fff;
	background: url( '/static/img/checkbox_v2.png' );
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 21px;
	line-height: 32px;
	padding-left: 32px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;			
}



/* GOOGLE SEARCH BRICK
================================ */

.googlesearch {
	padding: 40px 60px;
	background-color: #a9bfce;
	border-top: 2px solid #ffffff;
	position: relative;
    display: block;
    overflow: auto;
}

.googlesearch:nth-child(odd) {
	border-right: 1px solid #ffffff;	
}

.googlesearch:nth-child(even) {
	border-left: 1px solid #ffffff;	
}

.googlesearch h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4c5a67;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.red-bg h3 {
	color: #c40f00;
}

.googlesearch h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.googlesearch .form-group {
    position: relative;
    display: block;
    overflow: auto;
}

.googlesearch input[type="text"] {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 15px;
    color: #4c5a67;
    outline: 0px none !important;
    outline: 0px !important;
    float: left;
    margin-bottom: 1px;
}

.googlesearch button {
    width: 65px;
    height: 51px;
    border: 0px;
    background-color: #4c5a67;
    color: #ffffff;
    font-size: 20px;
    outline: 0px none !important;
    outline: 0px !important;
    border-radius: 0px !important;
    right: 0px;
    bottom: 1px;
    position: absolute;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.googlesearch button:hover {
	color: #4c5a67;
    background-color: #4c5a67;
	box-shadow: inset 65px 0 0 0 #eef2f5;
}


/*
.googlesearch:nth-child(odd) button {
	background-color: #4c5a67;
}

.googlesearch:nth-child(odd) button:hover {
	color: #ffffff;
}
*/

.red-bg button {
	background-color: #c40f00;
}

.red-bg button:hover {
	color: #c40f00;
	background-color: #c40f00;
	box-shadow: inset 65px 0 0 0 #eef2f5;
}

.googlesearch .fa {
	float: none !important;
}


/* UNTERSEITEN
Marken ========================= */

.marke-container {
	position: relative;
    display: block;
    overflow: auto;
    margin-left: -10px;
    width: 102%;
    width: calc(100% + 20px);
}

.marke-container-industrie {
	margin-top: 15px;
}

.marke-box-holder {
	padding: 5px 25px 10px 25px;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.marke-box-holder:hover {
	opacity: 0.8;
}

.marke-box {
	width: 100%;
	height: 165px;
	background-color: #a9bfce;
	position: relative
}

.marke-box a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.marke-box img {
	max-height: 70%;  
    max-width: 70%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.marke-detail-holder {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

.marke-detail-image img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.marke-detail-text {
    width: 100%;
    max-width: 585px;
    float: right;
    padding-top: 70px;
    padding-right: 25px;
}

.marke-detail-text h2 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	
	text-transform: none;
}

.marke-detail-text p {
	margin-top: 10px;
}

.marke-detail-text a {
	color: #484e5d;
	font-weight: 700;
	text-decoration: none;
	
	padding-bottom: 2px;
	border-bottom: 1px solid #acb1b7;
}

.marke-detail-text a:hover,
.marke-detail-text a:focus {
	outline: 0px none;
	outline: 0px;
	
	padding-bottom: 2px;
	border-bottom: 1px solid #484e5d;
}

.marke-detail-text-img img {
	width: 100%;
	max-width: 260px;
	height: auto;
	position: relative;
	display: block;
	clear: right;
	margin-bottom: 50px;
}

.marke-detail-link-holder {
	position: relative;
	display: block;
	padding: 50px 30px 100px 30px;
	background: #ffffff;
}

.marke-detail-link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 550px;
	height: 190px;
	text-align: center;
	background-color: #eef2f5;
	color: #a9bfce;
	
	margin: 0 auto;
	overflow: hidden;
}

.marke-detail-link:hover {
	opacity: 0.8;
}

.marke-detail-link a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	font-size: 34px;
	
	color: #a9bfce;
	text-transform: uppercase;
	font-weight: 700;
	
	padding-top: 80px;

}

.marke-detail-link a:hover,
.marke-detail-link a:focus {
	text-decoration: none;
	
	outline: 0px none;
	outline: 0px none;
}

.marke-container h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #a9bfce;
    margin-bottom: 25px;
}


/* THEMEN ACCORDION
Brick ========================== */

.themen-accordion-holder {
	position: relative;
	display: block;
	margin-top: 50px;
	margin-bottom: 100px;
}

.themen-accordion-image img {
	position: relative;
	display: block;
	
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	
	margin-bottom: 20px;
}

.panel-body h6 {
	font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}



/* ABOUT ACCORDION
Brick ========================== */

.about-accordion .item img {
	margin-top: 25px;
	margin-bottom: 25px;
}

.about-accordion .owl-prev,
.about-accordion .owl-next {
	margin-top: 70px;
	padding: 15px 25px;
	height: 48px;
	background-color: #a9bfce;
}

.about-accordion h6 span {
	font-weight: normal;
}


/* EDIT BOOTSTRAP ACCORDION */

.panel-group {
    margin-bottom: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-title {
    font-size: 32px;
    font-weight: 700;
}

.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #a9bfce;
    border-color: none;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    cursor: pointer;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.panel-heading:hover {
	opacity: 0.8;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-default> .panel-title-active {
	background-color: #ffffff !important;
	color: #a9bfce !important;
}

.panel-heading .fa {
	float: right;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.divider {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	clear: both;
}

.pimcore_area_mapsearch.pimcore_area_content {
    margin-right: -15px;
    margin-left: -15px;
}



.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* COOKIES
Info ======================== */
#pc-cookie-notice #pc-button button {
	background: #a9bfce!important;
	border-radius: 0!important;
}

/* RETAILER Info */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.retailer-detail-info td{
		display: block;
	}
	
}

/* Marken-Gewinnspiel
================================ */
#marken-gewinnspiel .inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
#marken-gewinnspiel .inputGroup label {
  padding: 12px 12px;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
#marken-gewinnspiel .inputGroup label:before {
  width: 32px;
  height: 32px;
/*   border-radius: 50%; */
  content: '';
  background-color: #a9bfce; 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

/* grosze box */
#marken-gewinnspiel .inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #a9bfce;
  background-color: #fff;
  /* hackerl */
 background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E "); 
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%; 
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

#marken-gewinnspiel .inputGroup input:checked ~ label {
  color: #fff; 
}
#marken-gewinnspiel .inputGroup input:checked ~ label a{
  color: #fff; 
}

#marken-gewinnspiel .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

/* hackerl */
#marken-gewinnspiel .inputGroup input:checked ~ label:after {
	background-color: #a9bfce;
	border-color: #fff;
}

/* eigentliches Input-Feld; ist hinterm SVG versteckt */
#marken-gewinnspiel .inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

#order-form,
#marken-gewinnspiel {margin-bottom: 50px;}
#order-form .row div[class^='col-'],
#marken-gewinnspiel .row div[class^='col-']{margin-bottom: 15px; }
#order-form .space-before,
#marken-gewinnspiel .space-before{margin-top:30px;}
#order-form .space-after,
#marken-gewinnspiel .row .space-after{margin-bottom:80px!important;}
#order-form .checkbox,
#marken-gewinnspiel .checkbox {position: relative; display: block; overflow: hidden;}
#order-form .checkbox input,
#marken-gewinnspiel .checkbox input {position:absolute; left:30px; top: 3px; }
#order-form h3{margin-top: 5px;}
#order-form .product-info{padding-left:30px;}
#order-form .product-input{margin-bottom:10px;}
#marken-gewinnspiel a.fa-info-circle{font-family: FontAwesome;text-decoration: none;font-size: 20px;margin-left:12px;color:#a9bfce;font-weight: lighter;margin-top:2px;}	
#marken-gewinnspiel .marken-select{  }
#marken-gewinnspiel .marken-logo img{border:5px solid #a9bfce ;background-color: #a9bfce;margin-right:12px;}
#marken-gewinnspiel .marken-name { max-width: 60%; text-transform: uppercase; }

#marken-gewinnspiel fieldset legend{padding:0px;margin:0px;margin-top:30px; color: #4c5a67;font-weight: bold; border: none;font-size: 15px;}

#marken-gewinnspiel .radio .radio-info,
#marken-gewinnspiel .radio label{   cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 12px;}
 .bootstrapgallery .row{margin-bottom: 20px; } 
 
div.unterseiten-full-width-header{position: relative;}
div.header_overlay,
div.video_overlay{
	position: absolute;
	  bottom: 16%;
	  width: 100%;
	  text-align: center;
	z-index: 99;
}
div.header_overlay a,
div.video_overlay a{
	padding: 2.5vw 3.75vw;
	font-size:1.875vw;
	background: #FF0400;
	color: white;
	text-align: center;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 20px;	
	display: inline-block;
}


@media (max-width: 991px) {
	.logo img{max-width:120px;max-height: 120px;}	
}


@media (max-width: 768px) {
	.bootstrapgallery .row .col-gallery{margin-bottom: 20px;}
	.bootstrapgallery .row{margin-bottom: 0px; }
	div.video_overlay {
		bottom:16%;		
	}
	div.video_overlay a{
		padding: 3.5vw 4vw;
		font-size:3vw;
	}
}


@media (max-width: 480px) {
	#marken-gewinnspiel .marken-name{display: none;}
	.logo img{max-width:80px;max-height: 80px;}

    div.video_overlay a{
		padding: 18px 28px;
		font-size:16px;
	}
	
}
@media (max-width: 350px) {
	#marken-gewinnspiel .fa-info-circle{display: none;}
	
}

