@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto/Roboto-Regular-webfont.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto/Roboto-Italic-webfont.woff') format('woff');
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto/Roboto-Medium-webfont.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}

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

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	font-size: 1em;
	line-height: 1.4;
	
}

::-moz-selection {
	background: #ccc;
	text-shadow: none;
}

::selection {
	background: #ccc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}


a {
	outline: 0;
}

textarea:focus, input:focus{
    outline: none;
}

a {
	color: #008bd2;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

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

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

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

.align_right {
	float: right;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
}

.align_left {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	margin-top: 0;
}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.fa, .fas, .far{
	color: #014687;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger {
 padding:15px 15px;
 display:inline-block;
 cursor:pointer;
 transition-property:opacity,filter;
 transition-duration:.15s;
 transition-timing-function:linear;
 font:inherit;
 text-transform:none;
 background-color:transparent;
 border:0;
 margin:0;
 overflow:visible
}
.hamburger:hover {
 opacity:.9
}
.hamburger.is-active:hover {
 opacity:.9
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
}
.hamburger-box {
 width:25px;
 height:10px;
 display:inline-block;
 position:relative
}
.hamburger-inner {
 display:block;
 top:50%;
 margin-top:-2px
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
 width:20px;
 height:3px;
 background-color:#014687;
 border-radius:4px;
 position:absolute;
 transition-property:transform;
 transition-duration:.15s;
 transition-timing-function:ease
}
.hamburger-inner::before,
.hamburger-inner::after {
 content:"";
 display:block
}
.hamburger-inner::before {
 top:-8px
}
.hamburger-inner::after {
 bottom:-8px
}
.hamburger--squeeze .hamburger-inner {
 transition-duration:.075s;
 transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)
}
.hamburger--squeeze .hamburger-inner::before {
 transition:top .075s .12s ease,opacity .075s ease
}
.hamburger--squeeze .hamburger-inner::after {
 transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55,0.055,0.675,0.19)
}
.hamburger--squeeze.is-active .hamburger-inner {
 transform:rotate(45deg);
 transition-delay:.12s;
 transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)
}
.hamburger--squeeze.is-active .hamburger-inner::before {
 top:0;
 opacity:0;
 transition:top .075s ease,opacity .075s .12s ease
}
.hamburger--squeeze.is-active .hamburger-inner::after {
 bottom:0;
 transform:rotate(-90deg);
 transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215,0.61,0.355,1)
}
/* ==================================================
   Site Styles
   ================================================= */
/*layout #########################################################*/
body {
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	line-height: 1.3;
	font-weight: 300;
	color: #555;
	background: #f3f3f3;
	margin: 0;
	padding: 0;
}

/*youtube*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	/* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ratio 4x3 */

.embed-container.ratio4x3 {
	padding-bottom: 75%;
}

.floatright {
	float: right;
}

.arrowbutton {
	background: url(img/arrow.png) #d8000e center no-repeat;
	padding: 5px 14px;
	text-decoration: none;
	font-weight: 100;
	color: #fff;
}

/*container################################*/
.container {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 800px;
	overflow: hidden;
	position: relative;
	background: #fff;
	backface-visibility: hidden;
}

/*header################################*/
.logo-claim{

	background: #fff;
	display: flex;
	flex-direction: row;
justify-content: space-between;
	padding: 0;
	width: 100%;
}
.logo-claim .logo {
	margin: 20px 20px 20px 10px;
	height: auto;
	padding-left: 10px;
}

.logo-claim .logo img {
	width: 250px;
}

.logo-claim .baufan-logo {
	margin: 20px 10px 20px 0;
	height: auto;
	padding-left: 10px;
}

.logo-claim .baufan-logo img {
	width: 250px;
}

.suche {
	position: absolute;
	left: auto;
	top: 20px;
	right: 160px;
	margin: 0;
	z-index: 10;
	border-bottom: 1px solid #eee;
}

.suche form {
	padding: 5px 0 0 0;
	float: right;
}

.suche .input {
	float: left;
	margin: 0;
	border: none;
	background: none;
	font-size: 0.8em;
	color: #fff;
	padding-left: 5px;
	width: 130px;
}

 .suche .input::placeholder {
		color: #fff;
		opacity: 1;
}

.suche button {
	background: none;
	border: none;
	color: #eee;
	font-size: 0.85em;
	vertical-align: text-top;
}
.suche.fa,.suche .fas{
	color: #fff;
}

/*languages###################################################################*/

.languages-container{
	top:125px;
	right:16px;
	/*background: #eee;*/
	position: absolute;
	z-index: 100;
}
.languages{
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.languages li{
	float: left;
	margin: 0 9px !important;
	padding: 0px !important;
}

.languages li.current{
	display: none;
}

.languages .language-title{
	display: none;
}

.languages .languages-button{
	width: 25px;
}
.languages .flag{
	width: 25px;
	height: auto;
	border: 1px solid #eee;
}
/*off-canvas#################################################################*/
.toggle-nav {
	position: absolute;
	left: 10px;
	top: -10px;
	cursor: pointer;
	display: none;
	color:#014687;
}

/*nav#########################################################################*/

.topnav {
	margin: 0;
	font-size: 0.9em;
	letter-spacing: 0.04em;
	width: 100%;
	background: #e40613;
	height: 35px;
	transition: .3s ease all;
	padding: 10px 0;
}

.topnav ul {
	margin: 5px -20px 0 -15px;

}

.topnav ul li {
	float: left;
	padding: 5px 6px 5px 6px;
	margin: 0 8px -3px 0;
	/*background: #fff;*/
}

.topnav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #e40613;
}

.topnav ul .active a{
}

.topnav ul .active a:hover {
}

.topnav ul li a:hover,
.topnav ul li.active a {
	border-bottom: 1px solid #fff;
}

/* navigation level2################################################*/

.topnav li ul {
	position: absolute;
	left: -10000px;
	z-index: 9999;
	margin-top: 0;
	width: auto;
	font-size: 0.9em;
	margin-left: 13px;
	padding-top: 5px;

}

.topnav ul li a {
border-bottom: none !important;
}

.topnav li:hover ul {
	left: auto;
	top: auto;
	width: 300px;
}

.topnav li ul li {
	background: #fff;
	clear: both;
	display: block;
	width: 100%;
	margin-left: -54px;
	border-top: 1px solid #eaeaea;
	border: 1px solid #ccc;
}

.topnav li ul li:first-child {
	margin-top: 10px;
}

.topnav li ul li a {
	color: #444;
	display: block;
	margin-left: 10px;
	padding: 10px 0;
	text-transform: inherit;
}

.topnav ul li ul li a, .topnav ul li ul .active a {
	color: #014687;
		border-bottom: none !important;
}

.topnav ul li ul li a:hover {
	color:#014687;
		border-bottom: none !important;
}

.topnav .fa-home {
	font-size: 1.2em;
}

/*slider####################################*/
.preload .top-slider {
	height: 300px;
	overflow: hidden;
}

.top-slider {
	clear: both;
	width: 100%;
}
.top-slider .slick-dotted.slick-slider{
	margin-bottom: 10px!important;
}

.top-slider .slick-prev::before, .top-slider .slick-next::before{
	opacity: 0.9;
}

.preload .top-slider {
	background: url('img/ring.gif') #fff no-repeat center center !important;
}

.preload .top-slider.loading img{
	visibility: hidden;
}

.top-slider .slick-slide {}

.top-slider img {
	width: 100%;
}

.top-slider [data-animation-in] {
	opacity: 0.2;
}

.top-slider .slick-dots{
	background: #fff;
}
.top-slider .slick-dots .slick-active button::before{
	color: #008BD2 !important;
}

.preload .slick_images {
	height: 100px;
	overflow: hidden;
	/*visibility: hidden;*/
}

.preload .slick_images {
	background: url('img/ring.gif') #fff no-repeat center center !important;
}

.preload .slick_images img{
	visibility: hidden;
}

.slick_images{
	max-height: 300px !important;
	width: auto !important;
	
}

.slick_images .slick-list{
	/*max-height: 420px;*/
}

.slick_images .slick-track{
	text-align: center;
}


.slick_images .slick-image-container{
	text-align: center;
	background: #fff;
}

.slick_images .slick-image{
	height: auto;
	max-width: 370px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick_images img.slick-image {
	height: auto;
	max-height: 300px !important;
}

.slick_images .slick-dots{
	position: relative;
	margin-top: -25px;
}

.slick_images .slick-dots li {
	position: relative;
	display: inline-block;
	width: 16.6666%;
	height: auto;
	margin: 0 ;
	padding: 0;
	cursor: pointer;
	border-bottom:2px solid #fff;
}

.slick_images.oneimage .slick-dots .slick-active  button{ 
	border-bottom:none;
}

.slick_images .slick-dots li button.thumb {
	clear: both;
	display: block;
	width: 100%;
	height: 70px;
}

.slick_images .slick-dots li button img {
	height: auto;
}

.slick_images .slick-dots li button:before {
	content: '';
	display: block;
	width: 100%;
	max-width: 150px;
	overflow: hidden;
	float: none;
	width: 100%;
	height: 100%;
}

.slick_images .slick-dots li button{
	overflow: hidden;
	height: 60px;
	position: absolute;
	bottom:-50px;
}

.slick_images.oneimage .slick-dots button{
	border-bottom:2px solid #fff;
}
.slick_images .slick-dots .slick-active button{
	border-bottom:2px solid  #1e1e1e;
}

.slick_images .slick-active {
    animation:none !important;
}

.slick-thumbs {
	position: absolute;
	left: -9999px;
}
.slick-active{
	animation:animate 2s 1 ease-in-out;
}
*::-ms-backdrop, .slick-active {
	animation:none;
}

@keyframes animate{
	from{
		transform: scale(1.1);
	}
	to{
		transform: scale(1);
	}	
}
.slick-slide{
transform: scale(1);
}

/*breadcrumbs###############################*/
.breadcrumbs{
	margin: 0 0 0 -40px;
	width: 100%;
	display: inline-block;
	font-size: 0.7em;
}

.breadcrumbs li{
	float: left;
	list-style: none;
	margin-left: 0px;
}

.breadcrumbs ul{
	margin-left: 0;
}

.breadcrumbs li a{
color: #1e1e1e;;
text-decoration: none;
}
.breadcrumbs  li a:hover{
	color: #008BD2;
}

.breadcrumbs .active{
	color:#008BD2;
}

/*teaserboxen#####################################################*/
	.teaserboxen{
	margin-left: -5px;
	width: calc(100%);
	margin-top: 10px;
	}

.teaserboxen a {
	color: #fff;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
	width: calc(33% - 20px);
	float: left;
	overflow: hidden;
	font-size: 1.2em;

}

.teaserboxen a img {
	transition: all .6s ease-in-out;
}

.teaserboxen a:hover img {
	/*filter:grayscale(80%);*/
	transform: scale(1.05) rotate(0.01deg);
}

.teaserboxen .text {
	position: absolute;
	z-index: 10;
	padding: 5px 10px;
	top: 0;
	width: calc(100% - 20px);
	background: rgba(1,70,135,0.9);
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid #eee;
	color: #fff;
}

.teaserboxen .box {
	position: relative;
	width: 100%;
}

.teaserboxen .box img {
	width: 100%;
}

/*socialmedia##########################################################*/
.socialmediabox .grid {
	float: left;
}

.socialmediabox .icon {
	display: inline-block;
	font-size: 20px;
	border-radius: 4px;
	line-height: 1.42857;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 0 0 20px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 1);
	background: #eee;
}

.socialmediabox .fa-facebook {
	color: #3b5998;
}

.socialmediabox .fa-twitter {
	color: #00aced;
}

.socialmediabox .fa-youtube {
	color: #ED1C24;
}

.socialmediabox .fa-envelope {
	color: #d8000e;
}

/*produkttips #####################################################*/

.produkttips {
	margin-bottom: 20px;
}

.produkttips h3 {}

.produkttips .bxslider-produkte {
	margin-top: 0;
}

.bxslider-produkte li img {
	max-height: 150px;
}

.bx-controls-direction .disabled {
	display: none !important;
}

.produkttips ul li {
	min-height: 170px;
}

/*main####################################*/
.main {
	padding:0 30px 30px 30px;
	background: #fff;
	min-height: 300px;
}

.main h1 {
	font-size: 1.4em;
	margin-top: 0;
	padding: 30px 10px 10px 0;
}

.page-produkte{
		padding:30px;
}

/*produkte#######################################################*/

.content-produkte {
	position: relative;
	float: left;
	width: 70%;
	min-height: 560px;
}
.produkts{
	padding-top: 40px;
}
.list-produkte {
	width: calc(100%);
}

.list-produkte h3 {
	margin-left: 4%;
}

.list-produkte img {
	display: block;
	margin: 0 auto;
}

.list-produkte .box-produkt {
	height: 220px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 4%;
	padding-bottom: 40px;
	background: #fff;
	border: 1px solid #eee;
	position: relative;
}

.list-produkte .text {
	color: #00459a;;
	background: #eee;
	position: absolute;
	z-index: 10;
	bottom: 0; 	
	padding: 5px 10px;
	width: calc(100% - 6%);
	text-align: center;
	min-height: 42px;
}

.list-produkte a:hover .text {
	
}

/*pagination######################################################*/

.pagination-produkte {
	/*float: right;*/
	margin: -1em 0 0 -2.8em;
}

.pagination-produkte li {
	padding: 0.3em 0.3em 0 0.3em;
	float: left;
	list-style: none;
	list-style-image: none;
	text-align: center;
}

.pagination-produkte li a,
.pagination-produkte li b {
	color: #fff;
	display: block;
	line-height: 1.3em;
	width: 30px;
	height: 30px;
	margin-right: 0.1em;
	padding: 5px 0 0 0;
	background: #ccc;
}

.pagination-produkte li b,
.pagination-produkte li a:hover {
	background: #d8000e;
}

.pagination-produkte li a:hover {}

.pagination-produkte .first a {
	text-indent: -9999px;
}

.pagination-produkte .first a:hover {}
.pagination-produkte .last a {}
.pagination-produkte .last a:hover {}
.pagination-produkte .show-products {
	text-align: right;
	font-size: small;
	line-height: 30px;
}

.link-alle-anzeigen {
	clear: both;
	padding-top: 20px;
}

/*################################################################*/
/*productdetail######################################################*/
/*product-details*/
.product-details {
	margin-top: 30px;
	width: calc(100% - 40px);
}
.product-details .product_detail_left{
	margin-top: -10px;
}

.product-details .product_detail_right{
	margin-top: -10px;
}

.product-details .product_detail_image {
	max-width: 600px;
	max-height: 600px;
	text-align: center;
}

.product-details .product_detail_image img {
	max-height: 300px;*/
}

.product-details .video {
	margin-top: 50px;
	background: #eee;
	display: inline-block;
}

.product-details .v-linkbild img{
	width: 100%;
}

.product-details .v-linktext{
	display: inline-block;
	margin:  20px;
}

.product-details .fa-youtube{
	color: #e3000f;
	font-size: 1em;
}

.product_detail_text {
	padding: 20px;
	margin-right: 10px;
	border: 1px solid #eee;	
}

.product_detail_text h2 {
	font-size: 1.2em;
	margin-top: 0;
}
.product_detail_text ul {
	margin-left: -10px;
}
.ti-sd-download li{
	margin-left: -10px;
	margin-bottom: 10px;
}
.product_detail_text li {
	list-style: square;
}
.product-details .produkt-icon{
	width: inherit;
	margin-top: 10px;
	height:auto;
	width: 100%;
}
.product-details .produkt-icon img{
	width: inherit;
		height:auto;
}
.produktdetails-info{
	margin-top: 30px;
	border: 2px solid #eee;
	padding: 20px;
	background: #f7f7f7;
}
.package_size_links a {
	display: inline-block;
	border: 2px solid #eee;
	padding: 2px 5px;
	margin-left: 5px;
	margin-top: 20px;
	color: #444;
	min-width: 80px;
	text-align: center;
	text-decoration: none;
}
.color_selection{
	margin-top:20px;
}
#color_selection_form{
	margin-top:20px;
}
#color_selection_form select{
	border: 2px solid #eee;
	padding: 2px 5px;
}
.package_size_links .active {
	color: #b51d28;
}
.ti-sd-download li {
	list-style: none !important;
	margin-left: -28px;
}
.zuruek_zur_uebersicht {
	margin-left: 10px;
}
.zuruek_zur_uebersicht a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	color: #666;
	margin-right: 15px;
}
.product_nav {
	margin-top: 20px;
	padding: 12px 10px 5px 10px;
		width: calc(100% - 60px);
}
.prev-next .pev {
	float: left;
	height: 20px;
}
.prev-next .prev .icon {
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.prev-next .prev .text {
	float: left;
}
.prev-next .next {
	float: right;
	height: 20px;
	margin-right:-10px;
}
.prev-next .next .icon {
	float: left;
	height: 20px;
	width: 20px;
	margin-left: 15px;
}
.prev-next .next .text {
	float: left;
}
.pev-next .next .text:hover {
	text-decoration: underline !important;
}
.prev-next .prev .icon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	color: #666;
}
.prev-next .next .icon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	color: #666;
}
.hinweistext {
	margin-top: 20px;
	border-top: 2px solid #eee;
	padding: 20px 10px 10px 10px;
}
/*produkttips */
.produkttips {
	margin-bottom: 20px;
}
.produkttips h4 {
	margin-bottom: 40px;
}
.bx-wrapper{
	margin: 0 ;
	padding-bottom: 20px;
	border:2px solid #eee;
}
.produkttips .bxslider-produkte {
	display: block;
}
.bxslider-produkte li a {
	height: 100%;
	height: 200px;
	display: flex; 
 justify-content: center; 
 align-items: center;
}
.bxslider-produkte li img {
	max-height: 200px;
	margin: auto;
	vertical-align: middle;
}
.bx-controls-direction .disabled {
	display: none !important;
}
.produkttips ul li {
	margin-top: -15px;
	min-height: 200px;
	width: 200px;
	text-align: center;
}

/*rechner*/
.rechner{
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 10px;
}
.rechner h4{
	margin-top: 0;
	margin-bottom: 10px;
}
.rechner .rechner-hinweistext, .rechner .aufrag{
	font-size: 0.8em;
}

.rechner_selection, .selection_label{
margin-bottom: 10px;	
}
.rechner_select{
	padding: 0;
	width: 13.8em;
	border: 1px solid #ddd;	
}
.rechner .error, .rechner .error-option{
	font-size: 0.8em;
	color: #e3000f;
	display: block;
}
.rechner .input-qm{
	padding: 4px 2px;
	width: 8em;
	border: 1px solid #ddd;
}
.rechner .submit-button{
	margin-left:10px; 
	padding: 4px ;
	border: 1px solid #ddd;
	cursor: pointer;
}
.rechner .submit-button:hover{
	color:#014687;
}
.rechner .verbrauch{
	margin-top: 20px;
	color: #014687;
}
.rechner .ergebnis ul{
	margin-top: 0px;
}
.rechner .ergebnis li {
	list-style: none;
	margin-left: -25px;
}
.rechner .ergebnis li {
	list-style: none;
	margin-left: -25px;
}
.rechner .ergebnis li .fas{
	font-size: 0.7em;
	margin-right: 5px;
}
.rechner .ergebnis li {
	list-style: none;
}

/*################################################################*/
/*home*/
.produkts .logo{
	
}
.bb-logos{
	padding-bottom: 80px;
}

/*################################################################*/

.footerlogo{
	display: flex;
	width: calc(100% - 10%);
justify-content: space-between;
align-items: center;
margin: 5%;
border:1px solid #eee;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.footerlogo .logo1{
	width: 350px;
	height: auto;
	margin-left: 10px;
	padding: 20px;
}

.footerlogo .logo2{
	width: 200px;
	height: auto;
		margin-right: 20px;
}

.sitefooter {
  border-top: 2px solid #014687;
  background: #014687;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 20px;
  position: relative;
}

footer #scrolltotop {
	position: absolute;
	top: 20px;
	right: 20px;
}

footer #scrolltotop a {
	color: #fff;
}

footer #scrolltotop a:hover {
	color: #fff;
	text-decoration: none;
}

footer #scrolltotop .fa{
	color: #fff;
}

.footernav {
	float: left;
	margin: 0 0 0 20px;
}

.footernav a {
	color: #fff;
}

.footernav a:hover {
	text-decoration: none;
	color: #eee;
}

.footernav a:last-child {
	
}

/* ==================================================
  Page Styles
 ================================================= */

/*Kontakt###############################################*/
/*map kontakt*/
#mapid,#mapid2{
	height: 500px;
	margin-top: 20px;
}

#mapid2{
	border: 1px solid #ccc;
	background: #eee;
}

.mapoverlay{
	height: 100%;
	padding: 20px 40px;
	margin-top: 10%;
	text-align: center;
}

#loadmap{
	color: #fff;
	font-weight: 700;
	background: #444;
	padding: 20px;
	margin-top: 20px;
	display: inline-block;
	box-shadow:  0 5px 5px  rgba(0,0,0,0.25);
}

#loadmap .fa,#loadmap .fas{
	color: #fff;
}

.page-kontakt a{
	color:#1e1e1e;;
}

/*downloads*/
.download .download_box a{
	display: block;
	margin:  10px 10px 10px 0;
	text-align: center;
	border: 1px solid #d6d7d7;
	min-height: 350px;
	color:#1e1e1e;
	padding-top: 20px;
}
.download .download_box a:hover{
	text-decoration: none;
	color:#b51d28;
}


.download .download_box p {
	font-size: 14px;
	font-weight: bold;
}

.dl_box {
	margin: 0 15px 10px 15px;
}

.dl_box .dl_box_headline {
	color: #444;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding: 0 40px 0 5px;
	position: relative;
}

.dl_box .dl_box_headline .fa-angle-double-down {
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 20px;
	color: #014687;
}

.dl_box_inner {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	margin-top: -18px;
}

.dl_box_inner tr {
	background: #fcfcfc;
}

.dl_box_inner tr:nth-child(odd) {
	background: #eee;
}

.dl_box table {
	width: 100%;
}

.dl_box table tr {
	height: 40px;
}

.dl_box th {
	border-bottom: 2px solid #ccc;
}

.dl_box th,
.dl_box td {
	padding: 2px 10px;
}

.dl_box th {
	text-align: left;
}

.dl_box td {
	border-bottom: 1px solid #ccc;
}

.dl_box tr:last-child td {
	border: none;
}

td.dl_image {
	background: #fff none repeat scroll 0 0;
	text-align: center;
	width: 40px;
}

.searchresults {
	margin-top: 40px;
}

/*processwire pager*/
.MarkupPagerNav {
	clear: both;
	display: inline-block;
	margin: 10px 0 20px -20px;
	font-size: 1em;
}

.MarkupPagerNav li {
	list-style: none;
	list-style-image: none;
	text-align: center;
	float: left;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	color: #fff;
	display: block;
	line-height: 1.3em;
	width: 30px;
	height: 30px;
	margin-right: 0.1em;
	padding: 5px 0 0 0;
	background: #ccc;
}

.MarkupPagerNav li.MarkupPagerNavOn a {
	background: #008BD2;
}

.MarkupPagerNav li a:hover {
	background: #008BD2;
}

.page-kontakt .fas{
	width: 20px;
}

/* ==================================================
   Media Queries
   ===================≠≠≠≠========================== */

@media only screen and (min-width: 1180px) {
	.product_detail_text {
		position: relative;
		z-index: 998 !important;
	}
	.pev-next {
		top: 200px;
		z-index: 9 !important;
		position: absolute;
		width: 1080px;
		margin-left: -50px;
	}
	.pev-next .prev .icon {
		background: none;
		background-position: 10px 0;
		float: left;
		position: relative;
		height: 50px;
		width: 50px;
	}
	.pev-next .prev .icon:before {
		content: "\f104";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		font-size: 80px;
		padding-right: 0.5em;
		position: absolute;
		color: #666;
		top: 0;
		left: 0;
	}
	.pev-next .next .icon {
		float: right;
		background: none;
		height: 50px;
		width: 20px;
	}
	.pev-next .next .icon:before {
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		font-size: 80px;
		padding-right: 0.5em;
		position: absolute;
		color: #666;
		top: 0;
		right: 0;
	}
	.pev-next .prev .icon,
	.pev-next .next .icon {
		opacity: 0.8;
	}
	.pev-next .prev .icon:hover,
	.pev-next .next .icon:hover {
		opacity: 1;
	}
	.pev-next .prev .text,
	.pev-next .next .text {
		display: none;
	}
}

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

	.container{
		overflow: hidden;
	}

	/*produkttips */
	.produkttips {
		margin: 30px auto 0 auto;
		width: 96%;
		position: relative;
	}
	.produkttips h3 {
		text-indent: 0;
	}
	.produkttips .bxslider-produkte {
		margin-top: -20px;
	}
	.next {
		margin-right: 0;
	}
	.product_detail_image{
			margin-left: -40px;
		}
}
@media only screen and (min-width: 768px) {
	.suche{
		top:120px;
	}
	
}
@media only screen and (max-width: 767px) {
.show-nav .bg-overlay{
	background: rgba(255,255,255,0.5);
	position: absolute;
		z-index: 100;
		width: 100%;
		height: 100vh;
}

	.container {
		margin-top: 0;
	}
	
	.header {
		margin-top: 10%;
		margin-bottom: 5%;
	}
	
	.header .logo{
		margin: 20px 20px 20px 0;
	}
	.header .baufan-logo{
			margin: 20px 10px 20px 0;
	}
	.suche{
		border-bottom: 1px solid #014687;
		right: 20px;
		}
	.suche.fa,.suche .fas{
	color: #014687;
}
		
	.suche button{
		color: #014687;
		}
	.logo-claim .claim {
		font-size: 2em;
	}
	.languages-container{
		top: 130px;
	}
	.toggle-nav {
		display: block;
		position: absolute;
		z-index: 200;
		top:-5px;
		left:-5px;
	}
	.topnav {
		padding: 5px 0;
		margin: 0;
		clear: both;
		z-index: 9998;
		position: absolute;
		left:-150%;
		background: none;
		top: 50px;
		width: 300px;
	}
	.show-nav .topnav {
		left:0;
	}

	.main_menu {
		background: #fff;
		display: inline-block;
		width: 100%;
		padding: 20px 0 20px 40px;
	}
	.topnav ul {
		margin-left: -25px;
		position: relative;
		background: #fff;
		box-shadow: 10px 8px 32px -16px rgba(0,0,0,0.5);
	}
	.topnav ul li {
		display: block;
		float: left;
		width: 100%;
		padding: 5px;
		margin: 20px 10px 0 -10px;
		background: #fff;
		border-bottom: 1px solid #eaeaea;
	}
	
		.topnav ul li:last-child {
		border-bottom: none;
		}
	.topnav ul li a {
		margin-left: 20px !important;
		color: #1e1e1e;
	}
	.topnav ul li ul li a {
		margin-left: 45px !important;
	}
	.topnav ul li a:hover {
		color: #014687;
	}
	.topnav ul .active a {
		color: #014687;
	}
	.topnav ul .active {
		border-bottom: 1px solid #eaeaea;
	}
	.topnav ul li ul {
		border-bottom: none;
		margin-left: -20px;
	}
	.topnav ul li ul li a {
		color: #222 !important;
	}
	.topnav ul li ul .active {
		border-bottom: none;
	}
	.topnav ul li ul .active a {
		color: #B51D28 !important;
	}
	.topnav ul li a:hover {
		border-bottom: none;
	}
	.topnav li ul,
	.topnav li:hover ul {
		position: relative;
		left: 20px;
	}
	.topnav li ul li {
		border: none;
		padding: 0;
		margin-top: 0;
	}
	
	.suche .input,.suche .input::placeholder{
		color: #014687;
	}
	
	.teaserboxen a {
		display: block;
		width: calc(50% - 30px);
		float: left;
	}
	.teaserboxen .text {
		color: #fff;
		position: absolute;
		z-index: 10;
		padding: 2px 10px;
	}
	.teaserboxen .box img {
		width: 100%;
	}
	.teaserboxen .box .link {
		position: absolute;
		top: 90px;
		right: 10px;
	}
	.produkttips {
		margin-bottom: 20px;
	}
	.logoboxen .box {
		width: 25%;
		height: 66px;
	}

	.content-produkte {
		width: 100%;
	}
	.nav-produkte {
		float: left;
		width: 100%;
		height: auto;
	}

	.toggle_menu_produkte {
		margin-top: -20px;
		padding: 20px 0 0 10px;
		display: block;
		height: 3.8em;
		width: 100%;
		color: #008BD2;
		cursor: pointer;
		background: none;
	}
	.nav-produkte {
		display: none;
		margin-top: -10px;
		border-top: 0;
	}
	.nav-produkte ul li {
		margin: 0 0 0 0px;
		padding: 5px 0;
	}
	.content-produkte {
		padding-right: 10px;
	}

 .product-details {
		padding: 0 10px;
		flex-direction: column;
	}
	.product-details .col40, .product-details .col60 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-details .product_detail_right{
		margin-top: 40px;	
		}
	.product_nav .col50 {
		width: 100%;
	}
	.product_detail_buttons {
		margin-top: 10px;
	}
	.logoboxen {}

	.navhover img {
		display: none;
	}
	.list-produkte .col25{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.produkts-home .list-produkte .text {
		padding-top: 10px;
		margin-top: 150px;
	}
		
	.fon a, .mail a {
		display: inline-block;
		background: #B51D28;
		color: #fff;
		padding: 10px;
		min-width: 200px;
		text-align: center;
		border-radius: 5px;
		box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.26);
	}
	.gmap {
		width: 100%;
	}
	.kontakt-adresse{
		width: 100%;
	}
	
	 .slick-thumbs-spacer{
			height: 60px;
		}

}

@media only screen and (max-width: 600px) {
	.logo-claim .claim {
		font-size: 1.5em;
	}
	.produkts-home .list-produkte .box-produkt{
	width: 100%;
	height: auto;
	}
}

  @media (max-width: 576px){
	.logo-claim .logo, .logo-claim .logo img {
	width: 200px;
	}
	
	.logo-claim .claim {
		font-size: 1.2em;
	}
	.page-kontakt a[href^="tel:"], .page-kontakt a[href^="mailto:"] {
	  margin-top: 15px;
	  display: inline-block;
	  background: #014687;
	  color: #fff;
	  padding: 10px;
	  min-width: 200px;
	  border-radius: 5px;
	  box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.26);
	  text-decoration: none;
	  min-width: 250px;
	}
	.page-kontakt a[href^="tel:"]{
		margin-bottom: 20px;
	}
	
	.teaserboxen a {
		display: block;
		margin-left: 10px;
		margin-right: 20px;
		width: calc(100% - 20px);
		float: left;
	}
	
	footer #scrolltotop {
		top:inherit;	
	  bottom: -15px;
	}
	footer .footernav a{
		margin-bottom: 20px;
		display: inline-block;
	}
	
}

@media only screen and (max-width: 479px) {
	
	.header {
		margin-top: 10%;
		margin-bottom: 10%;
	}
	
	.main{
		padding: 0 10px 30px 10px;
	}
	
	.suche{
		top:8px;
	}
	
		.languages-container{
		top: 120px;
	}
	
	.topnav{
		top: 30px;
		left:-200%;
	}
	.list-produkte .box-produkt {
		width: 100%;
		margin-left: 0;
	}
	.list-produkte .col25, .col33{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.list-produkte {
		margin-left: 0;
	}
	.kontakt {
		padding: 5px;
	}
	.logobox {
		width: 100%;
	}
	.logoboxen .col {
		margin-bottom: 40px;
	}
	.merkzettel .text h2 {
		margin-top: 15px;
	}
	.mz_print_top {
		display: none;
	}
	.teaserboxen {
  margin-left: 0;
	}
	
	.product-details{
		width: 100%;
	}

		.slick_images img.slick-image {
			height: auto;
			max-height: 200px !important;
	}
		.prev-next .next {
			float: left;
			margin-top: 20px;
			margin-left: 25px;
	}
	.hinweistext{
		padding: 20px 0 10px 0;
	}
	.dl_box_inner{
		overflow: scroll;
	}
}

@media only screen and (max-width: 350px) {
	.logo-claim .logo, .logo-claim .logo img {
	width: 180px;
	}
	
	.logo-claim .claim {
		font-size: 1em;
	}

	.list-produkte .col25{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.suche{
		display: none;
	}
	.product-details .produkt-icon{
		height: 80px;
	}
}

/* ==================================================
   Helper classes
   ================================================= */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* ==================================================
   Print styles
   ================================================= */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		-webkit-box-shadow: none !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
     * Don't show links for images, or javascript/internal links
     */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.noprint {
		display: none;
	}
}
.languages-container a {
	text-transform: uppercase;
}
@media(min-width:500px) {
	.languages-button {
		position: relative;
		top:1em;
	}
}
@media(min-width:768px) {
	.languages-container a {
		color:#fff;
		top:0;
	}
	
}
@media(max-width:599px) {
	.product-pass-languages a {
		font-size:.9em;
	}
}
.product-pass-languages {
	display: flex;
	flex-wrap: wrap;
	width:102%;
	margin-left:-1%;
	margin-bottom:2em;
}
.product-pass-languages a {
	flex:0 0 48%;
	margin:1%;
}
@media(min-width:700px) {
	.product-pass-languages a {
		flex:0 0 43%;
		margin:1%;
	}
}
@media(min-width:1100px) {
	.product-pass-languages a {
		flex:0 0 18%;
		margin:1%;
	}
}
.product-pass-languages a.separator {
	flex:0 0 100%;
	padding:0;
}
.product-pass-languages a {
	background: 		#f7f7f7;
	padding:.5em 1em;
	margin-bottom:1em;
	border: 2px solid #eee;
	border-radius:.2em;
	display: flex;
	color:#666;
	justify-content: space-between;
}
.product-pass-languages a:hover {
	color:#666;
}
.product-pass-languages a[href] {
	font-weight: bold;
	color:#222;
}
.product-pass-languages a[href]:hover {
	color:#E3000F;
}
.product-pass-languages a img {
	width:1em;
	flex:0 0 1em;
	opacity: .7;
}
.product-pass-languages a.separator {
	border:0;
	background: transparent;
}
.productpass-image {
	width:12em;
	margin-bottom:1em;
	display: block;
}