/* Basic links & types
 * main font: font-family: 'Ubuntu', sans-serif; font-weight: 500; font-weight: normal;
 * colors:text:#818181 heading: #004a99; links: #004a99, hover #008edf, visited  #0078ca;
 * * * * * * * * * * * */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background: #f2f2f2 url(../img/site_bg.jpg) center top repeat-x;
	color: #333333;
}

a {

	text-decoration: underline;
	color: #333;
}

a:hover {
	color: #777777;
	text-decoration: underline;
}



h1 {

	color: #0f3f93;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 28px;
	position: relative;
	z-index: 70;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.4em
}

h2 {

	font-size: 31px;
	line-height: 1em;
	font-weight: 600;
}

h3 {
	color: #000;
	margin: 0;
	padding: 0 14px;
	font-size: 18px;
	background: #fff;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;

}

h4 {

	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

h5, h6 {
	color: #333333;
}
h2 {
	font-size: 1.5em;
	margin: 0;
}

h5 {
	font-size: 0.83em;
	margin: 0;
}
h6 {
	font-size: 0.75em;
	margin: 0;
}

/* Layout
 * * * * * */

#outer_wrapper {

	background: url(../img/head_bg.jpg) center top no-repeat;
	position: relative;
}
#head {

	width: 1100px;
	height: 177px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#nav_bg {

	background: url(../img/nav_bg.png) center 69px no-repeat;
	height: 177px;
	z-index: 90;
	width: 100%;
	position: absolute;
	top: 0;
}

#logo {
	width: 203px;
	top: 12px;
	left: 438px;
	position: absolute;
	height: 103px;
	z-index: 900;
	text-align: center;
}
#logo a {
	display: inline-block;
}

#logo a img {
	width: 122px;
	z-index: 999;
	height: 143px;
}


#grid {
	background: url(../img/grid.png) center -19px repeat;
	width: 100%;
	padding: 0 11px 0 0;
	height: 100%;
	right: 8px;
	position: absolute;
	opacity: 0.60;
	z-index: 1;
}

#content {

	width: 1024px;
	margin: 20px auto;
	padding: 0 13px;
	position: relative;

}
/* Main Menu
 * * * * * */

/* Pill */

.pill {

	background: red;
	height: 18px;
	background: url(../img/navi_top.png) left -24px no-repeat;
	position: absolute;
	padding-right: 2px;
	left: -900px;
	z-index: 80;
}

.pill:after {
	background: url(../img/navi_top.png) right top no-repeat;
	content: " ";
	height: 18px;
	position: absolute;
	right: -12px;
	width: 12px;
}

.fake {

	margin-left: -90px !important;

}

#mainmenu {
	position: relative;
	z-index: 90;
	top: 51px;
}

#mainmenu ul {
	margin: 0;
	position: relative;
	z-index: 90;
	padding: 0;
}

#mainmenu ul li a, #top_menu ul li a {

	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

#mainmenu ul ul {
	position: absolute;
	top: 24px;
	width: 180%;
	background: rgba(21, 21, 21, 0.70); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(21, 21, 21, 0.70) 0%, rgba(54, 54, 54, 0.70) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21, 21, 21, 0.70)), color-stop(100%,rgba(54, 54, 54, 0.70))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0.70) 0%,rgba(54, 54, 54, 0.70) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(21, 21, 21, 0.70) 0%,rgba(54, 54, 54, 0.70) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(21, 21, 21, 0.70) 0%,rgba(54, 54, 54, 0.70) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(21, 21, 21, 0.70) 0%,rgba(54, 54, 54, 0.70) 100%); /* W3C */
	-webkit-box-shadow: inset 1px -1px 3px #000000; /* webkit browser*/
	-moz-box-shadow: inset 1px -1px 3px #000000; /* firefox */
	box-shadow: inset 1px -1px 3px #000000;
	left: 0;
	padding: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 6px 6px;
}

#mainmenu ul li {
	list-style-type: none;
	float: left;
	line-height: 18px;
	height: 24px;
	margin: 0 20px 6px;
	position: relative;
}

#mainmenu ul li a {

	float: left;
	line-height: 18px;
	padding: 0 3px 0 12px;
	height: 18px;
	clear: both;
}

#mainmenu ul ul li {

	margin: 0;
	float: none;
	height: 100%;
}

#mainmenu ul ul li a {

	height: 100%;
	line-height: 1.4em;
}

/* hover */

#mainmenu ul li a:hover {
	text-decoration: none;
}

#mainmenu ul li:hover ul li {
	background: none;
}

#mainmenu ul li:hover ul li a {
	background: none;
}

#mainmenu ul li:hover ul {
	visibility: visible;
	padding: 8px 0;
	-webkit-transition: all 220ms ease-in;
	-moz-transition: all 220ms ease-in;
	-ms-transition: all 220ms ease-in;
	-o-transition: all 220ms ease-in;
	transition: all 220ms ease-in;
	opacity: 1;
}

/* margin first */
#mainmenu ul li.item-164 {
	margin-right: 281px;
	/*margin-right: 185px;*/
}
#mainmenu ul li.item-161 {
	/*margin: 0 0 0 140px;*/
	margin: 0 0 0 60px;
}



/* Top Menu
 * * * * * */

#top_menu {

	float: right;
	position: relative;
	top: 38px;
	clear: both;
	z-index: 90;
	margin: 0 15px 0 0;
}

#top_menu ul li {

	position: relative;
	margin: 0 0 0 8px;
	list-style-type: none;
	display: inline;
}

/* Social */

#top_menu .social_icons {

	position: absolute;
	top: -16px;
	right: -20px;
	margin: 0 15px 0 0;
}

#top_menu .social_icons a {

	background: url(../img/social_sprite.png) 0 0 no-repeat;
	height: 15px;
	float: left;
	margin: 0 0 0 10px;
	text-decoration: none;
}

#top_menu .social_icons a:hover {

	opacity: 0.7;
}

#top_menu .social_icons a.facebook {

	width: 8px;
}

#top_menu .social_icons a.twitter {

	width: 15px;
	background-position: -8px 0;
}

#top_menu .social_icons a.googleplus {

	width: 13px;
	background-position: -23px 0;
}



/* Regular Page (itempage) */

.item-page h3 {

	padding: 0;
	background: none;
	color: #333333;

}

/* Title White Box
 * * * * * * * * * * */

div.title{

	white-space: nowrap;
	top: 220px;
	-webkit-box-shadow: 0px 3px 8px #444444;
	-moz-box-shadow: 0px 3px 8px #444444;
	box-shadow: 0px 3px 8px #444444;
	color: #0c0c0c;
	height: 40px;
	margin: 0 0 0 80px;
	background: #fff;
	moz-transform: skewX(26deg);
	-webkit-transform: skewX(26deg);
	-o-transform: skewX(26deg);
	-ms-transform: skewX(26deg);
	transform: skewX(26deg);
	z-index: 90;
}

div.title span.txt, div.title h4, .categories-list .teaserbox h3{
	display: block;
	line-height: 40px;
	font-size: 37px;
	font-weight: 400;
	position: relative;
	moz-transform: skewX(-26deg);
	-webkit-transform: skewX(-26deg);
	-o-transform: skewX(-26deg);
	-ms-transform: skewX(-26deg);
	transform: skewX(-26deg);
	color: #000;
	padding: 0 28px;
	text-transform: uppercase;
	z-index: 14;
}

/* Top Module
 * * * * * */

#topmodule {

	height: 409px;
	position: relative;

}

#topmodule_bg {

	height: 409px;
	top: 20px;
	position: absolute;
	width: 100%;
	z-index: 0;
	margin: 20px 0 0 0;
	background: url(../img/top_module_bg.jpg) 0 0 repeat-x;
	background-size: cover;
}

/* Separator
 * breadcrumbs
 * * * * * */

#separator {

	background: url(../img/separator_bg.png) 0 0 repeat-x;
	height: 63px;
	position: relative;
	z-index: 1;
}

#separator #separator_shadow {

	background: url(../img/separator_shadow.png) bottom center repeat-x;
	height: 17px;
	width: 100%;
	bottom: 0px;
	position: absolute;
}

#separator .breadcrumbs {
	font-weight: 700;
	width: 1024px;
	color: #888888;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 3px 0 0;
}

.breadcrumbs a.pathway:nth-child(3n) {

	display: none;

}

#separator .breadcrumbs a, #separator .breadcrumbs span {
	color: #888888;
	text-decoration: none;
	font-weight: 400;
}

/* Product Overview
 * Bloglayout
 * * * * * */

.product_box {
	width: 191px;
	height: 191px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin: 0 13px 13px 0;
}

.product_box span {
	color: #fff;
	font-size: 14;
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(21, 21, 21, 0.70); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(21, 21, 21, 0.77) 0%, rgba(54, 54, 54, 0.77) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21, 21, 21, 0.77)), color-stop(100%,rgba(54, 54, 54, 0.77))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0.77) 0%,rgba(54, 54, 54, 0.77) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(21, 21, 21, 0.77) 0%,rgba(54, 54, 54, 0.77) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(21, 21, 21, 0.77) 0%,rgba(54, 54, 54, 0.77) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(21, 21, 21, 0.77) 0%,rgba(54, 54, 54, 0.77) 100%); /* W3C */
	-webkit-box-shadow: inset 0 1px 5px #000000; /* webkit browser*/
	-moz-box-shadow: inset 0 1px 5px #000000; /* firefox */
	box-shadow: inset 0 1px 5px #000000;
	position: absolute;
	font-size: 12px;
	bottom: 0;
	left: 0;
	width: 171px;
	height: 43px;
	line-height: 1.6em;
	padding: 5px 10px 0;
	-webkit-transition: all 150ms linear;
   -moz-transition: all 150ms linear;
   -o-transition: all 150ms linear;
   -ms-transition: all 150ms linear;
   transition: all 150ms linear;
}

.product_box .product_hover_desc {

	width: 165px;
	height: 159px;
	padding: 16px 13px;
	float: left;
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 10px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: rgba(21, 21, 21,  0.70); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(21, 21, 21,  0.70) 0%, rgba(54, 54, 54, 0.70) 50%, rgba(21, 21, 21,  0.70) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21, 21, 21,  0.70)), color-stop(50%,rgba(54, 54, 54, 0.70)), color-stop(100%,rgba(21, 21, 21,  0.70))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(21, 21, 21,  0.70) 0%,rgba(54, 54, 54, 0.70) 50%,rgba(21, 21, 21,  0.70) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(21, 21, 21,  0.70) 0%,rgba(54, 54, 54, 0.70) 50%,rgba(21, 21, 21,  0.70) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(21, 21, 21,  0.70) 0%,rgba(54, 54, 54, 0.70) 50%,rgba(21, 21, 21,  0.70) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(21, 21, 21,  0.70) 0%,rgba(54, 54, 54, 0.70) 50%,rgba(21, 21, 21,  0.70) 100%); /* W3C */

}

.product_box img{
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.product_box:hover img {

	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);

}

.product_box:hover span {

	bottom: -48px;

}

.product_box .product_hover_desc h4 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.product_box .product_hover_desc p {
	-webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.2s linear 0s;
   -moz-transition: all 0.2s linear 0s;
   -o-transition: all 0.2s linear 0s;
   -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.product_box:hover .product_hover_desc h4,
.product_box:hover .product_hover_desc p {
	opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}


.product_box:hover .product_hover_desc {
	 opacity: 1;
}


/* Filter Box
 * *  * * * * * */


.filter {

	position: relative;
	z-index: 1;

}


.filter.rigging .title h4 {

	font-size: 32px;

}

.filter_box,
.product_detail {

	float: right;
	color: #fff;
	width: 392px;
	background: #363636; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(21, 21, 21, 0.87) 0%, rgba(54, 54, 54, 0.87) 50%, rgba(21, 21, 21, 0.87) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21, 21, 21, 0.87)), color-stop(50%,rgba(54, 54, 54, 0.87)), color-stop(100%,rgba(21, 21, 21, 0.87))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0.87) 0%,rgba(54, 54, 54, 0.87) 50%,rgba(21, 21, 21, 0.87) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(21, 21, 21, 0.87) 0%,rgba(54, 54, 54, 0.87) 50%,rgba(21, 21, 21, 0.87) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(21, 21, 21, 0.87) 0%,rgba(54, 54, 54, 0.87) 50%,rgba(21, 21, 21, 0.87) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(21, 21, 21, 0.87) 0%,rgba(54, 54, 54, 0.87) 50%,rgba(21, 21, 21, 0.87) 100%); /* W3C */
	-webkit-box-shadow: inset 0px 1px 6px #000000; /* webkit browser*/
	-moz-box-shadow: inset 0px 1px 6px #000000; /* firefox */
	box-shadow: inset 0px 1px 6px #000000;
	margin: 0 13px 0 0;
}

.product_detail a {

	color: #fff;

}

.sorting_box,
.product_bottom {
	float: right;
	width: 392px;
	clear: right;
	border-radius: 0 0 8px 8px;
	background: #323232;
	height: 26px;
	margin: 0 13px 14px 0;
	-webkit-box-shadow: inset 0px 1px 3px #000000; /* webkit browser*/
	-moz-box-shadow: inset 0px 1px 3px #000000; /* firefox */
	box-shadow: inset 0px 1px 3px #000000;
	background: rgba(21, 21, 21, 0.87);
	text-transform: uppercase;
	font-size: 0.7em;
}

.sorting_box span,
.product_bottom_box span  {
	color: #fff;
	font-size: 12px;
	float: left;
	font-weight: 300;
	padding: 5px 0 0 40px;

}

.sorting_box #sorting {
	float: right;
}

.sorting_box #sorting a,
.product_bottom .manufacturer {

	margin: 1px 0 0 4px;
	text-decoration: none;
	color: #000;
	padding: 0 10px;
	float: left;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	background: #fff;
}

.filter_box #filters {

	padding: 13px  0 24px 40px;
	font-size: 12px;
	float: left;
	font-weight: 700;
	text-transform: uppercase;

}

.filter_box div.title,
.product_detail div.title  {

	float: left;
	margin: 0 0 0 10px;
}

.filter_box #filters {

	clear: both;
}

.filter_box label {

	background: url(../img/checkbox_sprite.png) 0 -18px no-repeat;
	position: relative;
	height: 18px;
	margin: 0 0 7px;
	width: 18px;
	cursor: pointer;
	float: left;
	clear: both;
}

.filter_box label.ui-state-active {

	background-position: 0 0;
}

.filter_box label span {

	position: relative;
	left: 28px;
	top: 2px;
	white-space: nowrap;
	cursor: default;
	color: #fff;
}


/* Product Detail
 * *  * * * * * */

.item-page, .fabrikForm, .categories-list, #unsubpage, .blog {
	z-index: 1;
	position: relative;
}

.product_images, .product_videos {
	float: left;
	width: 493px;

}

.product_videos {

	clear: left;
	margin: 35px 0 0;

}

.product_videos > a {
	position: relative;
	display: block;
}
.youtube-hint {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 10px 5px;
	font-size: 10px;
	background: rgba(0,0,0,0.8);
}
.youtube-hint:before {
	content: "";
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);

}	


.product_detail,
.product_bottom {
	width: 492px;
	color: #fff;
}

.product_detail #product {
	padding: 13px  25px 24px;
	font-size: 13px;
	float: left;
	width: 442px;
}

.product_detail #product .link_x {
	clear: left;
	float: left;
}



.product_detail .bottom {
	width: 100%;
	clear: both;
	float: left;
}


.product_detail .bottom .left {
	width: 48%;
	float: left;
}

.product_detail .trenner {

	float: left;
	clear: both;
	width: 351px;
	margin: 0 0 10px 0;
	border-top: 1px solid #fff;

}

.product_detail .bottom .right {
	width: 48%;
	float: right;
}

.product_bottom {

	padding: 0 0 8px 0;

}
.product_bottom .manufacturer {

	float: right;
	height: 26px;
	line-height: 26px;
	color: #333333;
	border-radius: 0 0 8px 0;
}

.product_bottom_box {

	border-bottom: 1px solid #686868;
	border-radius: 0 0 8px 8px;
	height: 26px;
	width: 490px;
	margin: 0 0 0 1px;
}
.product_bottom_box span {

	padding: 0;
	line-height: 26px;
}


.product_bottom_box a.jcepopup {

	float: left;
	moz-transform: skewX(26deg);
	-webkit-transform: skewX(26deg);
	-o-transform: skewX(26deg);
	-ms-transform: skewX(26deg);
	transform: skewX(26deg);
	margin: 0 0 0 18px;
	height: 26px;
	padding: 0 8px;
	line-height: 26px;
	background: #fff;
}

.product_bottom_box a.jcepopup:hover,
.product_bottom_box a.jcepopup:active{

	background: #e7e7e7!important;
}

.product_bottom_box a.jcepopup span {

	moz-transform: skewX(-26deg);
	-webkit-transform: skewX(-26deg);
	-o-transform: skewX(-26deg);
	-ms-transform: skewX(-26deg);
	transform: skewX(-26deg);
	display: block;
	color: #0c0c0c;
	font-size: 17px;
    font-weight: 300;
}

.product_detail div.title h4 {
	font-size: 25px;
}


.item-page .product_images .product_image {

	height: 393px;
	width: 493px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
	background: #fff;

}

.product_images .more_images  {
	margin: 12px 0 0 0;
}

.product_images .more_images img {
	margin: 0 0 7px 12px;
}

.product_images .more_images a:nth-child(5n+1) img {

	margin-left: 0;

}

.product_detail strong {

	font-weight: 600;
	float: left;
	clear: left;

}

.product_detail .facts {

	clear: both;

}

.product_detail table.tech_daten {

	margin: 10px 0 0;
	float: left;
	clear: both;
}


.product_detail table.tech_daten td {

	padding: 0 0 7px;
	vertical-align: top;
}

.product_detail table.tech_daten td.bezeichnung {

	max-width: 210px;
	font-weight: 600;
	padding: 0 20px 7px 0;
}

.product_detail .link_x ul{

	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.product_detail form#umrechner{
	float: left;
	clear: both;
	margin: 18px 0;
}

.product_detail form#umrechner span.label{
	float: left;
	width: 30px;
	line-height: 23px;
}

.product_detail form#umrechner input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7C7C7C;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    padding: 0 5px;
    height: 23px;
    line-height: 23px;
    width: 120px;
}

.product_detail form#umrechner a.button{
	 background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    cursor: pointer;
    margin: 2px 0 0 15px;
   	moz-transform: skewX(26deg);
	-webkit-transform: skewX(26deg);
	-o-transform: skewX(26deg);
	-ms-transform: skewX(26deg);
	transform: skewX(26deg);
}
.product_detail form#umrechner a.button span{
	color: #0C0C0C;
    display: block;
    font-weight: 300;
    	moz-transform: skewX(-26deg);
	-webkit-transform: skewX(-26deg);
	-o-transform: skewX(-26deg);
	-ms-transform: skewX(-26deg);
	transform: skewX(-26deg);
}


.related_products {

	float: left;
	clear: both;
	width: 493px;
	margin: 20px 0 0;
}

.related_products ul {
	margin: 0;
	padding: 0;
}

.related_products ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}



/* Footer
 * *  * * * * * */

#footer {
	background: url(../img/footer_bg.png) 0 0 repeat;
	height: 420px;
	position: relative;
	margin: 34px 0 0 0;
	z-index: 1;
}

#footer_shadow {

	background: url(../img/footer_shadow.png) top center no-repeat;
	position: absolute;
	top: -34px;
	height: 34px;
	width: 100%;

}

#footer #footer_box {

	background: url(../img/bottom_blocks.jpg) top center no-repeat;
	height: 420px;

}

#footer #bottom-blocks  {

	width: 1024px;
	padding: 49px 0 0;
	margin: 0 auto;
}

#footer #bottom-blocks .left,
#footer #bottom-blocks .center,
#footer #bottom-blocks .right {
	float: left;
	width: 319px;
}

#footer #bottom-blocks .left .content,
#footer #bottom-blocks .center .content,
#footer #bottom-blocks .right .content {
	height: 245px;
	padding: 14px;
	margin: 6px 0 0;
	line-height: 1.4em;
	color: #fff;
	background: #181716;
	background: rgba(24, 23, 22, 0.80)

}


#footer #bottom-blocks .left {
	font-size: 15px;
	font-weight: 300;
}
#footer #bottom-blocks .left a {

	color: #6ba2ff;
	text-decoration: underline;

}
#footer #bottom-blocks .left h3 {

	text-transform: none;
}

/* #footer #bottom-blocks .center {

	margin: 0 32px;

} */
#footer #bottom-blocks .left {width: 673px;}
#footer #bottom-blocks .right {
	float: right;
	margin-left: 32px;
}


/* Facebook */


#footer #bottom-blocks .center .content {
	font-size: 15px;
	position: relative;
	padding: 0;
	height: 202px;
}

#footer #bottom-blocks .center .content p {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
}
#bottom-blocks .center .lastpost-wrapper img{
	float: left;
	margin: 0 8px 6px 0;
}
#footer #bottom-blocks .center .content .post-counts {

	position: absolute;
	bottom: 10px;
}
#footer #bottom-blocks .center .content .post-counts a {

	color: #fff;
	font-size: 12px;
	text-decoration: none;
}


/* Newsletter */

#footer #bottom-blocks .acymailing_module_form input {

	background: #fff;
	border: none;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #868786;
	padding: 0 8px;
	width: 274px !important;
	-webkit-box-shadow: inset 0px 0px 4px #575757;
	-moz-box-shadow: inset 0px 0px 4px #575757;
	box-shadow: inset 0px 0px 4px #575757;
	font-family: 'Open Sans', sans-serif;
}

#footer #bottom-blocks .acymailing_module_form input.button {

	color: #000;
	float: right;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 115px !important;
	height: 22px;
	line-height: 21px;

}

#footer #bottom-blocks .acymailing_module_form .onefield {
	margin: 0 0 7px 0;
}



/* Home Box
 * *  * * * * * */


#content .module-box.home {

	float: left;
	position: relative;
	margin: 7px 0 93px;
}

#content .module-box.home h3 {

	background: none;
	color: #0f3f93;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 28px;
	position: relative;
	z-index: 70;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	line-height: 1.4em
}

.teaserbox_shadow {

	position: absolute;
	bottom: -34px;
	background: -moz-radial-gradient(center, 185px 50%, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 0) 100%); /* FF3.6+ */
	background: -webkit-radial-gradient(center, ellipse  185px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse  185px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse  185px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%); /* IE10+ */
	background: radial-gradient(ellipse  185px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%); /* W3C */
	left: -25px;
	height: 60px;
	z-index: 50;
	width: 370px;
	opacity: 0.9;
}

#content .module-box.middle.home .teaserbox_shadow {
	left: 0;
}

.teaserbox {

	position: relative;
	z-index: 90;
	float: left;
	box-shadow: 0 0 8px #000;
	height: 419px;
	overflow: hidden;
	width: 323px;
}

.teaserbox:hover .shine {

	opacity: 1;
}

.teaserbox:hover span.light {

	bottom: 0;
}

.teaserbox span.text {

	color: #fff;
	font-size: 27px;
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 37px;
	text-shadow: 0 0 5px #46413c;
	z-index: 90;
}

.teaserbox a {
	text-decoration: none;
}
.teaserbox .shine {

	background: -moz-radial-gradient(center, ellipse 330px 50%, rgba(14, 51, 117,1) 0%, rgba(14, 51, 117,0) 100%); /* FF3.6+ */
	background: -webkit-radial-gradient(center, ellipse 330px 50%, rgba(14, 51, 117,1) 0%,rgba(14, 51, 117,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse 330px 50%, rgba(14, 51, 117,1) 0%,rgba(14, 51, 117,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse 330px 50%, rgba(14, 51, 117,1) 0%,rgba(14, 51, 117,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse 330px 50%, rgba(14, 51, 117,1) 0%,rgba(14, 51, 117,0) 100%); /* W3C */
	position: absolute;
	height: 290px;
	width: 100%;
	bottom: -100px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.teaserbox .grid {

	background: url(../img/teaserbox_grid.png) 0 0 repeat;
	position: absolute;
	z-index: 70px;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.55;
}

.teaserbox span.light {

	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 104px;
	left: 50%;
	bottom: -10px;
	height: 3px;
	background: #24b4ff;
	z-index: 90;
	background: rgba(36, 180, 255, 0.77);
	margin-left: -52px;
}

#content .module-box.home .teaserbox.vermietpark {
	background: url(../img/home_bg3.jpg) 0 0 no-repeat;
}
#content .module-box.home .teaserbox.gebrauchtmarkt {
	background: url(../img/home_bg2.jpg) 0 0 no-repeat;
	margin: 0 27px;
}
#content .module-box.home .teaserbox.produktion {
	background: url(../img/home_bg1.jpg) 0 0 no-repeat;
}
#content .module-box.home .teaserbox.kino-kaiser {
	background: url(../img/kaiser_kino.jpg) 0 0 no-repeat;
	width: 1012px;
	height: 195px;
}
#content .module-box.home .teaserbox.newsletterarchiv {
	background: url(../img/newsletterarchiv.jpg) 0 0 no-repeat;
	width: 1012px;
	height: 195px;
}
#content .module-box.home.fullwidth .teaserbox_shadow{
	width: 1012px;
	left: 0;
	bottom: -24px;

	background: -moz-radial-gradient(center, 400px 50%, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 0) 100%); /* FF3.6+ */
	background: -webkit-radial-gradient(center, ellipse  400px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse  400px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse  400px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%); /* IE10+ */
	background: radial-gradient(ellipse  400px 50%, rgba(34, 34, 34, 1) 20%,rgba(34, 34, 34, 0) 100%);
}

/*Used to be kinokaiser specific */
#content .module-box.home .teaserbox a.more{
	position: absolute;
	display: block;
	right: 25px;
	bottom: 15px;
	color: #fff;
	font-size: 27px;
	text-align: center;
	text-shadow: 0 0 5px #46413c;
	text-decoration: none;
	z-index: 90;
}
/* Newsletterarchiv */
#content .module-box.home.module-newsletter{
	margin: 0 0 20px 0;
}

#content .module-box.home .teaserbox.newsletterarchiv .ontop {

	position: relative;
	z-index: 90;
	color: #fff;
	height: 100%;
}

#content .module-box.home .teaserbox.newsletterarchiv .ontop ul{
	display: inline-block;
	list-style: none;
	padding: 35px 0 0 0;
	margin: 0 60px 0 40px;
	height: 100%;
}

#content .module-box.home .teaserbox.newsletterarchiv .ontop li.latestnews{
	margin-bottom: 15px;
}

#content .module-box.home .teaserbox.newsletterarchiv .ontop li.latestnews div{
	display: inline-block;
}

#content .module-box.home .teaserbox.newsletterarchiv .ontop li.latestnews a{
	color: #fff;
}

/* Category Overview
 *  * *  * * * * * */
.categories-list .items-row.cols-3 .column-1,
.categories-list .items-row.cols-3 .column-2,
.categories-list .items-row.cols-3 .column-3 {

	width: 323px;
	margin: 0 0 64px 0;
	position: relative;
	float: left;
}

.categories-list .items-row.cols-3 .column-2 {

	margin: 0 27px;

}

.categories-list .teaserbox div.title {

	color: #fff;
	font-size: 27px;
	width: 70%;
	margin: 0 0 0 43px;
	box-shadow: 0 3px 8px #444444;
	bottom: 57px;
	top: inherit;
	height: 35px;
	position: absolute;
	text-align: center;
	z-index: 90;
}

.categories-list .teaserbox h3 {
	background: none;
	line-height: 35px;
	font-size: 27px;
}

.categories-list .teaserbox h3 a {
	text-decoration: none;
}
.categories-list .teaserbox h3 a:hover {
	color: #000;
}

/* blog and columns
 *  * *  * * * * * */

.blog {

	clear: both;
}

.blog.isotope {
	margin: 10px 0 0 0;
}

.cols-4 .column-1 {
	width: 23%;
	float: left
}
.cols-4 .column-2 {
	width: 23%;
	margin-left: 1%;
	float: left;
}
.cols-4 .column-3 {
	width: 23%;
	margin-left: 1%;
	float: left
}
.cols-4 .column-4 {
	width: 23%;
	margin-left: 0;
	float: right
}

.cols-5 .column-1,
.cols-5 .column-2,
.cols-5 .column-3,
.cols-5 .column-4,
.cols-5 .column-5 {
	width: 20%;
	padding: 0;
	margin: 0;
	float: left;
}


.blog-featured {
	padding: 0;
}
.items-leading {
	padding: 0px 5px 10px 5px;
	overflow: hidden;
	margin-bottom: 10px
}
.row-separator {
	display: block;
	clear: both;
	margin: 0;
	border: 0px;
	height: 1px
}
.item-separator {
	display: none;
	margin: 0px;
}
.shownocolumns {
	width: 98% !important;
}

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}
.cols-2 .column-1 {
	width: 46%;
	float: left;
}
.cols-2 .column-2 {
	width: 46%;
	float: right;
	margin: 0
}


/* Fabrik Form */

fieldset {
	float: left;
	border: none;
	width: 520px;
	padding: 0;
	margin: 0 0 15px;
}

fieldset label {
	clear: left;
	display: none;
	float: left;
}

.fabrikError {

	position: relative;

}

.fabrikError .leftCol {
	position: absolute;
	top: 8px;
	left: -20px;
}

.fabrikError input, .fabrikError textarea {

	box-shadow: 0 0 3px #f00;

}

.fabrikForm .fabrikActions {
    clear: both;
    float: left;
    height: 30px;
    width: 400px;
}

fieldset input {

	width: 200px;
}

.fabrikElementContainer {

	float: left;
	clear: both;
}

input.abschicken, input.backbutton {

	background: #fff; /* Old browsers */
	border: 1px solid #7C7C7C;
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
}


.contact_right {
    border-left: 1px solid #CCCCCC;
    right: 30px;
    line-height: 1.8em;
    padding: 0 0 0 60px;
    position: absolute;
    font-size: 15px;
    top: 87px;
    width: 250px;
}

.contact_right strong {
	color:#686868;
	padding: 0 0 5px;
	display: block;
}


input.abschicken:hover, input.backbutton:hover {

	background: #adadad; /* Old browsers */
	background: -moz-linear-gradient(top, #adadad 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #adadad 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #adadad 0%,#c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #adadad 0%,#c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #adadad 0%,#c6c6c6 100%); /* W3C */
}

fieldset input, fieldset textarea {

	padding: 3px 5px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	margin: 5px 0 5px 0;
	border: 1px solid #7c7c7c;
	font-size: 15px;
}

/* zwetschke footer */

#by-zwetschke {

	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1000000;
}
#by-zwetschke > a {
	float: right;
	padding: 0 72px 0 0;
	color: #fff;
	font-size: 9px;
	line-height: 11px;
	height: 10px;
	text-decoration: none;
	background: url(https://www.zwetschke.de/zwetschke_footer_w.png) no-repeat center right;
}
#by-zwetschke > a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#by-zwetschke > a > span {
	visibility: hidden;
	display: none;
}

/* Pagination */

div.pagination {
	clear: both;
	text-align: center;
	margin: 15px 0 0 0;
}

div.pagination p.counter {
	font-style: italic;
}

div.pagination ul {
	list-style: none;
	padding: 0;
}

div.pagination ul li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
}

/* System Messages */

#system-message {
	margin: 20px 0;
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #000;
}
#system-message dt, #system-message dd {
	font-weight: bold;
	padding: 3px 0;
	margin: 0;
}
#system-message dd ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#system-message dt {
	display: none;
}
/*#system-message dt.message{color: #0078ca;}*/
#system-message dd.message {
	color: #0078ca;
}
/*#system-message dt.error{color: #F00;}*/
#system-message dd.error {
	color: #F00;
}

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* JqueryUI CSS*/

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


/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#system-message-container {

	display: none;

}

.cck_label_jform_category {
	display: none;
}

/* Gebrauchtmakt Form */

#form_4.fabrikForm p {

	margin: 0 0 27px;

}

.outro h1, #form_4 h1 {

	font-size: 25px;
	margin: 0 0 1px;
}

#form_4 {

	float: left;
}

.outro {

	float: right;
	position: relative;
	z-index: 99;
}

.outro h1 {

	padding: 0 0 0 30px;
}

.outro .desc {
	margin: 43px 0 0;
	border-left: 1px solid #d0d0d0;
	padding: 0 0 0 30px;
}

.outro .desc a {

	background: url(../img/pdf_dl.png) 0 0 no-repeat;
	width: 94px;
	height: 106px;
	margin: 20px 0 0;
	text-decoration: none;
	display: block;
}


/* Newsletter Archiv */

#content #acyarchivelisting.ontop {

	position: relative;
	z-index: 99;
	margin: 35px 0 50px;
	font-size: 17px;
}

#content #acyarchivelisting table.table-striped td {

	text-align: left;
	padding: 3px 15px;

}

#content #acyarchivelisting table.table-striped thead tr {
	height: 50px;
	background: #353535; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #353535 0%, #464646 36%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#353535), color-stop(36%,#464646), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #353535 0%,#464646 36%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #353535 0%,#464646 36%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #353535 0%,#464646 36%,#353535 100%); /* IE10+ */
	background: linear-gradient(135deg, #353535 0%,#464646 36%,#353535 100%); /* W3C */
}

#content #acyarchivelisting table thead a {
	color: #fff;
	text-decoration: none;
}

#content #acyarchivelisting table.table-striped {
	border: 1px solid #ccc;

}


#content #acyarchivelisting table.table-striped tr:nth-child(even) {

	background: #e5e5e5;
}

#content #acyarchivelisting table tr td.date {

	text-align: left;
	width: 200px;
	padding: 14px 15px;
}

#content #acyarchivelisting table tr td.link {

	padding: 14px 15px;
}

#content #acyarchivelisting table tr td.link a {

	text-decoration: none;
}

#content #acyarchivelisting table.table-striped  tfoot tr {

	background: none !important;
}


/* Login Site */

.login, .logout {

	position: relative;
	z-index: 90;

}

.login-fields label {

	float: left;
	display: inline;
	width: 150px

}

.login button.button {

	float: right;
	margin: 20px 151px 0 0;
	clear: both;

}

iframe {
	border: 0;
	align: center;
}
iframe#blockrandom {
	position: relative;
	z-index: 999;
}

#cboxOverlay {
	background: rgba(0,0,0,0.5);
}

#___privacypolicyconfirmation ul {
	list-style: none;
}

#___privacypolicyconfirmation label {
	display: block;
}
/**
   4.11.2022 - privacypolicyconfirmation
 */

input.fabrikinput[type="checkbox"] {
	opacity: 0;
	margin: 0;
	position: absolute;
}
input.fabrikinput[type="checkbox"] + span {
	display: block;
	position: relative;
	margin: 0;
	cursor: pointer;
	padding-left: 2.5em;
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
}
input.fabrikinput[type="checkbox"] + span a {
	text-decoration: underline;
	transition: color .3s;
}
input.fabrikinput[type="checkbox"] + span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	border: solid 1px #7c7c7c;
	box-sizing: border-box;
}
input.fabrikinput[type="checkbox"] + span:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	background: #7c7c7c;
	width: 10px;
	height: 10px;
	transform: scale(0);
	transform-origin: center center;
	transition: transform .4s;
}
input.fabrikinput[type="checkbox"]:checked+span:after {
	transform: scale(1);
}
/** Footer ACYMAILING */
#footer #bottom-blocks .acymailing_module_form input[type="checkbox"] {
	opacity: 0;
	margin: 0;
	position: absolute;
}
#footer #bottom-blocks .acymailing_module_form input[type="checkbox"] + label {
	font-size: 12px;
	line-height: 1.3em;
	display: block;
	position: relative;
	margin: 0;
	padding-left: 2.5em;
	text-align: left;
	cursor: pointer;
}
.acymailing_module_form input[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	border: solid 1px #fff;
	box-sizing: border-box;
}
.acymailing_module_form input[type="checkbox"] + :after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	background: #fff;
	width: 10px;
	height: 10px;
	transform: scale(0);
	transform-origin: center center;
	transition: transform .4s;
}

.acymailing_module_form input[type="checkbox"]:checked+label:after {
	transform: scale(1);
}

.page-privacy h2 {
	margin-bottom: 10px;
}

.page-privacy h3 {
	color: #000;
	text-transform: unset;
	margin-top: 10px;
	margin-bottom: 10px;

}

.page-privacy h4 {
	color: #000;
	text-transform: unset;
	margin-top: 20px;
	font-size: 1.2em;

}

a.cb-settings-open {
	cursor: pointer;
}

#CybotCookiebotDialog label {
	display: initial;
}
