/* Grundlegende Formatierung*/

* {	
	margin:0; 
	padding: 0;
}

body, html {
	width: 100%;
	font-family: 'Rotis Sans Serif W02', sans-serif;
	font-size: 17px;
	color: #333;
	padding: 0;
	margin: 0;
	background-image: url("../gfx/bg.jpg");
	background-color: #f1cdb3;
	background-position: top center;
	background-repeat: repeat-y;
}

h1, h2, .head .navleft, .head .navright, .teaser, .cat_name, .welcome_headline {
	font-family: 'RotisSemiSerifW01-Roman', sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #b93a25;
}

a img {
	border: 0px;
}

p {
	font-size: 17px;
	line-height: 19px;
	color: #333;
	margin-bottom: 15px;
}

h1 {
	font-size: 44px;
	line-height: 46px;
	color: #333;
	margin-bottom: 25px;
}

h2 {
	font-size: 26px;
	line-height: 28px;
	color: #333;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	font-weight: normal;
}

b {
	font-weight: normal;
	font-family: 'RotisSansSerifW02-Extra', sans-serif;
}

i {
	font-family: 'Rotis Sans Serif W02';
}

hr {
	border: 1px solid #000;
	margin: 50px 0 50px 0;
	display: block;
}

ul {
	padding-left: 20px;
}

/* Klassen - Basics*/

.desktopOnly {
	display: block;
}

.mobileOnly {
	display: none;
}

.clear {
	clear: both;
}

.border {
	width: 100%;
	border: solid 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block; 
}

.and {
	font-family: sans-serif;
}

.page {
	width: 1000px;
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.container {
	width: 100%;
	background-image: url("../gfx/bg_header.png");
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
}

.clean_table {
	border: 1px solid #000;
	border-collapse: collapse;
}

.clean_table td {
	padding: 4px;
	text-align: right;
	border: 1px solid #000;
	border-collapse: collapse;
}

/* Klassen - Header*/

.head_m {
	display: none !important;
}

.head {
	height: 145px;
	position: relative;
	color: #666;
}

.head a {
	color: #666;
}

.head a:hover {
	font-weight: normal;
}

.head .searchbar {
	z-index: 9999;
	position: absolute;
	top: 20px;
	right: 20px;
}

.head .searchbar input[type=text] {
	width: 150px;
	height: 26px;
}

.head .searchbar input[type=submit] {
	height: 26px;
	width: 26px;
	border: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(../gfx/searchicon.svg);
	background-position: center;
	background-color: rgba(255, 255, 255, 0);
	float: right;
	margin-left: 15px;
	padding: 0px;
}

.head .lang {
	width: 270px;
	position: relative;
	left: 20px;
	top: 20px;
	line-height: 14px;
	color: #999;
	z-index: 999;
}

.head .lang img {
	float: left;
}

.head .lang select {
	width: 150px;
	height: 26px;
	font-size: 14px;
	float: left;
	font-size: 15px;
	font-weight: normal;
}

select {
	height: 34px;
	border: 1px solid #bbb;
	border-radius: 5px;
	font-family: 'Rotis Sans Serif W02', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 5px;
	box-shadow: inset 1px 1px 4px #ccc;
	background-color: #fff;

	/*
	background-image: url(../gfx/select.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	*/
}

.lang a {
	color: #999;
}

.lang a:hover {
	color: #b93a25;
}

.langimg {
	width: 20px;
	height: 20px;
}

.navleft, .navright {
	font-size: 20px;
	line-height: 22px;
	z-index: 999;
}

.head .navleft {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.head .navleft a.activenav, .head .navright a.activenav {
	border-top: 8px solid #d42e14;
	padding-top: 18px;
}

.head .navright {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.head .navright a {
	display: inline-block;
	margin-left: 40px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.head .navright a:hover {
	border-top: 8px solid #d42e14;
	padding-top: 18px;

}

.head .navleft a {
	display: inline-block;
	margin-right: 30px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.head .navleft a:hover {
	border-top: 8px solid #d42e14;
	padding-top: 18px;
}

.head .logoframe {
	position: absolute;
	left: 420px;
	text-align: center;
	z-index: 999;
}

.head .logo {
	z-index: 999;
	margin-top: 20px;
}

/* Klassen - Button und Auszeichnungen*/

.shop_button {
	position: relative;
	right: -110px;
	top: -30px;
}

.stamp {
	top: 0;
	right: 20px;
	width: 250px;
	height: 250px;
	background-image: url(../gfx/stamp.png);
	position: absolute;
	z-index: 0;
}

input[type=submit] {
	font-family: 'Rotis Sans Serif W02', sans-serif;
	font-size: 17px;
	line-height: 19px;
}

.button_red, .button_blue, .button_blue_no_hover, .button_grey, .button_blue_hidden {
	width: 243px;
	min-height: 27px;
	font-size: 17px;
	line-height: 19px;
	color: #FFF;
	padding-top: 7px;
	padding-left: 7px;
	border: 2px solid white;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 2px #808080;
	-webkit-box-shadow: 2px 2px 2px #808080;
	box-shadow: 2px 2px 2px #808080;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.button_blue {
	background-image: url(../gfx/button_blue.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.button_blue_no_hover {
	background-image: url(../gfx/button_blue_shoplink.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: none;
}

.button_blue:hover, .button_blue_no_hover:hover {
	color: #fff;
	font-weight: normal;
}

.button_blue:hover {
	background-image: url(../gfx/button_blue.jpg);
	background-position: bottom;
}

.button_blue_hidden {
	background-image: url(../gfx/button_blue.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.button_blue_hidden:hover {
	color: #fff;
	font-weight: normal;
}

.button_grey {
	background-image: url(../gfx/button_grey.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.button_grey:hover {
	background-image: url(../gfx/button_grey.jpg);
	background-position: bottom;
	color: #fff;
	font-weight: normal;
}

.cover {
	background-size: cover;
}

.button_frame {
	width: 60px;
	border: 2px solid white;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 10px;
	-moz-box-shadow: 2px 2px 2px #808080;
	-webkit-box-shadow: 2px 2px 2px #808080;
	box-shadow: 2px 2px 2px #808080;
	display: block;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}

.button_frame:hover {
	width: 250px;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}

/* Klassen - Button im Kontaktformular*/

.button_grey_contact, input[type=submit] {
	font-family: 'Rotis Sans Serif W02', sans-serif;
	font-size: 17px;
	line-height: 19px;
	width: 250px;
	height: 38px;
	color: #FFF;
	padding-bottom: 5px;
	border: 2px solid white;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 2px #808080;
	-webkit-box-shadow: 2px 2px 2px #808080;
	box-shadow: 2px 2px 2px #808080;
	display: block;
	cursor: pointer;
	text-align: center;
	background-image: url(../gfx/button_grey.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.button_grey_contact:hover {
	background-image: url(../gfx/button_grey.jpg);
	background-position: bottom;
	color: #fff;
	font-weight: normal;
}

/* Klassen - Content*/

.beitel {
	width: 97px !important;
	margin: 0 auto !important;
	background-image: url(../gfx/heft.png);
}

.welcomebox {
	position: absolute; 
	right: 30px; 
	top: 30px;
	z-index: 999;
}

.servicebox {
	position: absolute; 
	top: 40px; 
	left: 40px;
	z-index: 999;
}

.box, .boxmap {
	border: 5px solid #fff;
	z-index: 998;
	position: relative;
}

.boxmap {
	height: 390px;
	overflow: hidden;
}

.box .cat_nav {
	height: 350px;
	width: 276px;
	padding: 20px;
	background-image:url(../gfx/cat_nav.jpg);
}

.box .cat_name {
	font-size: 26px;
	line-height: 28px;
	color: #FFF;
	margin-bottom: 35px;
}

.box a {
	font-size: 17px;
	line-height: 22px;
	display: block;
	margin-top: 8px;
	margin-left: 10px;
	padding-left: 35px;
	color: #ff9999;
}

.box a:hover {
	color: #fff;
	font-weight: normal;
	background-image: url(../gfx/selector.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

.box .cat_back {
	color: #ff9999;
	font-size: 17px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 20px;
}

.box .cat_back:hover {
	color: #fff;
	background-image: none;
}

.box .navactive {
	display: block;
	padding-left: 35px;
	background-image: url(../gfx/selector.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #fff;
	position: relative;
}

.box .cat_img {
	height: 390px;
	width: 674px;
	float: right;
}

.box .headline {
	font-size: 26px;
	line-height: 28px;
	color: #333;
	margin-bottom: 10px;
}

.box .text {
	font-size: 16px;
	color: #333;
}

.video {
	height: auto;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.videoframe {
	width: 990px;
	height: 556px;
}

.boxshadow {
	height: 25px;
	margin-bottom: 40px;
	background-image: url("../gfx/start_shadow.png");
}

.welcome_headline {
	width: 300px;
	font-size: 55px;
	line-height: 57px;
	line-height: 56px;
	color: #fff;
	margin-bottom: 10px;
}

.welcome_text {
	width: 300px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.content {
	max-width: 1000px;
	position: relative;
}

.content_small {
	margin-bottom: 50px;
	width: 1000px;
	position: relative;
}

.content .description_short {
	width: 700px;
}

.content .description_large {
	width: 700px;
	display: none;
}

.content .details {
	cursor: pointer;
}

.content .details:hover {
	color: #d42e14;
	cursor: pointer;
}

.content_top {
	width: 1000px;
	min-height: 240px;
	margin-bottom: 25px;
}

.content_bottom {
	margin-top: 20px;
	width: 1000px;
	display: none;
}

.content_bottom .model {
	width: 260px;
	float: right;
}

.content_bottom .variants {
	width: 700px;
}

.content .image {
	min-height: 180px;
	width: 660px;  
}

.content .image .no_img {
	font-size: 24px;
	line-height: 26px;
	text-align: left;
}

.content .item {
	width: 255px;
	height: auto;
	float: right;
	display: block;
}

.content .prd_cut {
	width: 140px;
	min-height: 40px;
	background-color: #fff;
	margin: 15px 0 15px 0;
	padding-top: 12px;
	border: 2px solid white;
	border-radius: 4px;
	display: block;
	text-align: center;
	-moz-box-shadow: 2px 2px 2px #808080;
	-webkit-box-shadow: 2px 2px 2px #808080;
	box-shadow: 2px 2px 2px #808080;
	}

.content .marker {
	height: 28px;
	width: 28px;
	background-image: url(../gfx/marker.png);
	background-position: 0 2px;
	float:left;
	margin-right: 15px;
}

.content .img_detail {
	width: 140px;
	height: 85px;
	border: 2px solid white;
	border-radius: 4px;
	overflow: hidden;
	float: right;
	margin-right: 20px;

	-righ-box-shadow: 2px 2px 2px #808080;
	-webkit-box-shadow: 2px 2px 2px #808080;
	box-shadow: 2px 2px 2px #808080;
}

.content .benefit {
	position: absolute;
	top: 0px;
	left: 0px;
}

.content .videoteaser {
	width: 165px;
	height: 96px;
	border: 2px solid white;
	border-radius: 4px;
	float: left;
	margin: 0 10px 10px 0; 

	-righ-box-shadow: 2px 2px 2px #808080;
	-webkit-box-shadow: 2px 2px 2px #808080;
	box-shadow: 2px 2px 2px #808080;
}

.teaser {
	width: 310px;
	height: 240px;
	float: left;
	border: 5px solid #FFF;
	font-size: 26px;
	line-height: 28px;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
}

.teaser:hover, .teaser_whatsapp:hover {
	font-weight: normal;
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);
}

.teaser_content {
	width: 310px;
	height: 240px;
	color: #FFF;
	position: relative;
	background-size: 100%;
	display: block;
}

/*.teaser_shadow {
	background-image: url(../gfx/teaser/teaser_shadow.png);
	width: 310px;
	height: 25px;
	margin-top: 5px;
}*/

.teaser .teaser_text {
	position: absolute; 
	bottom: 10px; 
	width: 100%; 
	text-align: center;
}

.teaser_whatsapp {
	border: 5px solid #FFF;
	display: inline-block;
	max-height: 160px;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	margin-bottom: 10px
}

.teaser_whatsapp img {
	max-width: 100%;
}

.item_table, .item_table tr, .item_table td {
	height: 180px;
	width: 660px; 
	border: 0; 
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.pagecount {
	text-align: right;
}

.pagecount a {
	display: inline-block;
	height: 20px;
	width: 15px;
	background-color: #666;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 4px;
}

.pagecount a:hover {
	background-color: #b93a25;
}

.pagecount .active {
	display: inline-block;
	height: 20px;
	width: 15px;
	background-color: #b93a25;
	color: #fff;
	margin-right: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 4px;
}

.pagecount .button {
	display: inline-block;
	height: 20px;
	width: 25px;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: 6px 3px;
	color: #fff;
	margin-right: 5px;
	border-radius: 4px;
}

.reference_table_top {
	width: 1000px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.reference_table_top td {
	height: 100px;
	width: 250px;
	vertical-align: top;
}

.reference_table_bottom {
	width: 1000px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.reference_table_bottom td {
	height: 100px;
	width: 250px;
	vertical-align: middle;
}

.reference_table_bottom tr {
	border-bottom: 2px solid #333;
}

.contactform {
	display: none;
	margin-bottom: 80px;
}

.contact_table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.contact_table td {
	height: 50px;
}

.contact_table input[type=text], textarea,
.searchbar input[type=text]  {
	border: 1px solid #bbb;
	border-radius: 5px;
	font-family: 'Rotis Sans Serif W02', sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	box-shadow: inset 1px 1px 4px #ccc;
}

.contact_table input[type=text],
.searchbar input[type=text] {
	width: 90%;
	height: 34px;
	box-sizing: border-box;
}

.contact_table textarea {
	width: 100%;
	height: 285px; 
	padding-top: 8px;
	box-sizing: border-box;
}

/*
.contact_table select {
	width: 50%;
	height: 25px;
	border: 1px solid #bbb;
	border-radius: 3px;
}
*/

.addresse_table {
	border-collapse: collapse;
}

.address_table td {
	width: 80px;
}

.service table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.service th {
	text-align: left;
	font-family: 'RotisSansSerifW02-Extra', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	padding: 5px;
}

.service td {
	vertical-align: middle;
	padding: 5px;
	border-bottom: 1px solid;
}

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

.company table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.company td {
	width: 50%;
	vertical-align: top;
	padding-right: 25px;
}


/* Klassen - Footer*/

.categoryPhpFootbox {
	margin-top: 50px;
}

.welcomePhpFootbox {

}

.footbox {
	margin: 40px 0px 40px 0px;
}

.tiles {
	padding-left: 10px;
}

.foot {
	height: 150px;
	padding-top: 30px;
	background-image: url("../gfx/bg_footer.png");
	font-size: 14px;
	line-height: 16px;
	color: #666;
}

.foot .mid {
	max-width: 1000px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	border-top: 15px solid #d42e14;
}

.foot table {
	width: 100%;
}

.foot table, .foot td, .foot tr {
	border: 0;
	border-collapse: collapse;
	vertical-align: bottom;
}

.foot .logo {
	width: 90px;
	text-align: right;
}

.foot a {
	color: #666;
}

.foot a:hover {
	color: #b93a25;
}

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

.banner li {
	list-style: none;
}

.banner ul li { 
	float: left;
}

.banner ul {
	padding: 0px !important;
}

.banner .dots {
	z-index: 100000;
	position: absolute;
	bottom: 20px;
	right: 450px;
}

.banner .dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;			
	text-indent: -999em;			
	border: 2px solid #fff;
	border-radius: 10px;			
	cursor: pointer;
	opacity: .4;			
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.curtable td {
	padding: 6px !important;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

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

.right {
	text-align: right;
}

.hrFaq {
	margin: 0 0 0 0;
}

.hFaq {
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.hFaq:hover {
	color: #b93a25;
}

.textFaq {
	margin-bottom: 20px;
}

.gap {
	display: block;
	height: 200px;
}

.faqlink {
	padding-left: 67px;
}

.faqlink h2 {
	margin-bottom: 0px;
}

.cookiebanner {
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 4px 4px 4px #000000ee;
	box-sizing: border-box;
}

.cookiebannerbutton {
	float: left;
	margin-right: 20px;
	border: 2px solid #0B0207;
	border-radius: 4px;
	background-color: #00B663;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
}

@media only screen and (max-width: 500px) {
	.cookiebannerbutton {
		width: 100%;
		float: none;
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}

}

.socialbtn {
	width: 26px;
	height: 26px;
	margin-left: 5px;
	display: inline-block;
	background-size: 26px 26px;
	background-repeat: no-repeat;
}
.socialbtn.facebook {
	background-image: url(../gfx/facebook.svg);
}
.socialbtn.instagram {
	background-image: url(../gfx/instagram.svg);
}
.socialDiv {
	display: inline-block;
	margin-left: 10px;
}

.socialbtn:hover {
	opacity: 0.8;
}