@import url(/layout/fonts/fonts.css);
body {
	background: url("body_bg.png") repeat-y top center #f2f2f2;
	font: 300 16px "Roboto", Arial, sans-serif;
	min-width: 1120px;
	background-color: #fff;
	text-align: center;
	-webkit-text-size-adjust: none;
}
h1,h2{
	font-size: 28px;
	color: #546694;
	font-style: italic;
	font-weight: normal;
}
a {
	color: #f3912d;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.ean-code{
	display: none;
}
hr {
	border-color: #ccc;
	border-width: 1px 0 0 0;
	border-style: solid;
}
strong {
	font-weight: 500;
}
small {
	font-size: 0.8em;
	font-weight: 300;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
.clear{ clear: both; }
.nav{ display: block; }
.nav li{ display: inline-block; }
.nav li a{ text-decoration: none; }
.centered{ 
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}
.centered:after {
	content: '';
	clear: both;
	display: block;
	width: 0;
	height: 0;
}

button {
	background: #f3912d;
	background: linear-gradient(to bottom, #f4a24b 0, #f4a24b 50%, #f3912d 50%, #f3912d 100%) #f3912d;
	color: #fff;
	border: 0 none;
	border-radius: 2px;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 0 0 10px rgba(0,0,0,0.15) inset;
	cursor: pointer;
}
button.btn-cancel {
	background: #b3b3b3;
	background: linear-gradient(to bottom, #bdbdbd 0, #bdbdbd 50%, #b3b3b3 50%, #b3b3b3 100%) #b3b3b3;
}

.msg-deprecated {
	background-color: #f3912d;
	text-align: center;
	padding: 20px 0;
	width: 100%;
	display: none;
}
.ie-old .msg-deprecated {
	display: block;
}

.header_wrap{
	background-color: #f2f2f2;
	height: 130px;	
	position: relative;
	z-index: 2;
}
.header .logo{
	margin-top: 10px;
	display: block;
	float: left;	
}
.meta{
	float: right;
	font-size: 13px;
}
.header .meta{
	margin-top: 50px;	
}
.meta li{
	margin-left: 10px;	
}
.meta li a{
	color: #999;
}
.meta li a:hover,
.meta li a.active{
	color: #000;
}
.meta .change-lang img {
	margin-right: 2px;
}
.meta .change-lang ul {
	font-size: 0;
}
.change-lang a {
	opacity: 0.3;
}
.change-lang a:hover {
	opacity: 0.6;
}
.change-lang a.active,
.change-lang a.active:hover {
	opacity: 1;
}
.meta .change-lang ul:hover,
.meta .change-lang button:focus + ul {
	max-height: 150px;
	padding-bottom: 8px;
}
a.pfeil, span.pfeil {
	color: #f3912d;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 40px;
	background-image: url('pfeil.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
a.pfeil:hover{
	background-position: 10px -16px;
}
.main_nav_wrap{
	height: 50px;
	position: relative;
	z-index: 1;
}
.main_nav_wrap,
.footer_nav_wrap {
	background-color: #546694;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.banner_wrap,
.exclusive_wrap {
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15) inset, 0 -10px 10px -10px rgba(0,0,0,0.15) inset;
}

.main_nav_wrap .main,
.main_nav_wrap .main li{
	background-image: url('trenner.png');
	background-repeat: no-repeat;
	background-position: center right;
}
.main_nav_wrap .main.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.main_nav_wrap .main.flex li {
	-webkit-flex: 1 auto;
	flex: 1 auto;
}
.main_nav_wrap .main{
	background-position: center left;
	padding: 0px;
}
.main_nav_wrap .main li a.active:after,
.main_nav_wrap .main li a:hover:after{
	content: '';
	height: 5px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
 	background-color: #f3912d;
}
.main_nav_wrap .main li a:hover:after{
	background-color: #fff;
}
.main_nav_wrap .main li a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 49px;
	text-align: center;
	position: relative;	
}
.main_nav_wrap .main.flex a {
	width: 100%;
}
.banner_wrap{
	height: 425px;
	position: relative;
	background-color: #dce2e6;
	background-image: url('banner_bg.png');
	background-repeat: no-repeat;
	background-position: center;	
	padding-top: 50px;
}

.banner_wrap .title{
	min-width: 560px;
	display: inline-block;
	background-color: #f3912d;
	transform: skew(-30deg);
	margin-left: -30px;
	box-shadow: 0px 0px 4px #919191;
}
.banner_wrap .title .inner{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	font-style: italic;
	line-height: 40px;
	transform: skew(30deg);
	margin-top: 0px;
	padding: 30px;
	padding-left: 65px;
}
.banner_wrap .text{
	background-color: #546694;
	width: 800px;
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-left: -395px;
	transform: skew(-30deg);
	box-shadow: 0px 0px 4px #919191;
}
.banner_wrap .text p{
	margin-top: 0px;
	padding: 30px;
	padding-left: 65px;
	transform: skew(30deg);
	width: 305px;
	margin-left: 370px;
}
.banner_wrap .img{
	position: absolute;
	bottom: 40px;
	right: 0px;
	width: 480px;
	text-align: center;
}
.banner a {
	text-decoration: none;
}
.bjqs li{
	overflow: hidden;	
}
/*ul.bjqs-controls {
	opacity: 0;
	transition: all 0.3s;
}
.slider:hover ul.bjqs-controls {
	opacity: 1;
}
.slider ul.bjqs-controls li a {
	background-color: transparent;
	transition: all 0.3s;
}
.slider ul.bjqs-controls li a:hover {
	background-color: rgba(255,255,255,0.5);
}*/

.content_wrap{
	min-height: 200px;	
	position: relative;
	z-index: 5;
}
.content_wrap .content{
	padding-top: 50px;
	padding-bottom: 50px;	
}

.content .main ul {
	list-style: square outside;
}
.content p {
	text-align: justify;
}

.side-nav {
	float: left;
	width: 230px;
	margin-right: -230px;
	color: #546694;
}
.side-nav strong {
	font-weight: 400;
}
.side-nav > ul {
	margin-top: 7px;
}
.side-nav > ul > li {
	border-bottom: 1px solid #d9d9d9;
}
.side-nav a {
	color: #546694;
}
.side-nav > ul > li > a {
	display: block;
	padding: 7px 0;
}
.side-nav > ul > li:first-child {
	border-top: 1px solid #d9d9d9;
}
.side-nav > ul > li > a:after {
	content: url("icon_arr_right.png");
	float: right;
	margin-top: 2px;
	opacity: 0.3;
}
.side-nav ul ul {
	font-size: 0.9em;
	padding: 0 0 10px 20px;
}
.side-nav a:hover,
.side-nav a:active,
.side-nav a:focus		,
.side-nav a.active {
	color: #f3912d;
	font-weight: 400;
}
.side-nav a:hover:after,
.side-nav a.active:after {
	opacity: 1;
}
.side-nav + div{
	margin-left: 290px;
}
.main {
	position: relative;
}
.main img{
	margin-top: 20px;	
}
.main .bild_im_text img,
.main .image img,
.main .right img,
.main .nl_box img,
.main .img-wrap img,
.main .img img,
.main .modal img{
	margin-top: 0px;	
}
.main h2{
	margin-top: 20px;	
}

a.img {
	display: inline-block;
	width: 225px;
	box-shadow: 0 0 6px #999;
	margin: 5px 2px;
	cursor: pointer;
}
span.img-name {
	color: #546694;
}
a.img span.img-name {
	display: inline-block;
	margin: 10px;
}
a.img:hover span.pfeil {
	background-position: 10px -16px;
}
.img .img-name,
.preview .img-name {
	font-size: 14px;
}

.exclusive_wrap{
	height: 320px;
	background-color: #ededed;
	position: relative;
	text-align: center;
}
.exclusive {
	padding-top: 20px;
}
.exclusive .pfeil {
	margin-top: 5px;
}
.exclusive .box:hover a.pfeil {
	background-position: 10px -16px;
}
	
.exclusive .box{
	box-shadow: 0px 0px 2px #999;
	background: url(icon_lupe.png) no-repeat 215px 184px #fff;
	margin-right: 12px;
	margin-top: 15px;
	width: 240px;
	height: 210px;
	float: left;
	font-size: 13px;
}
.exclusive .last{
	margin-right: 0px;
}
.footer_nav_wrap{
	height: 240px;
	background-color: #546694;
}
.footer{
	padding-top: 25px;
	font-size: 13px;
	color: #fff;	
	display: table;
	width: 1000px;
}
.footer .floated{
	display: table-cell;
	text-align: center;
	width: 33%;
}
.footer .floated > div{
	text-align: left;
	margin-left: 20%;
}
.footer .produkte > div{
	margin-left: 0px;
}
.footer .ersatzteile{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.footer .ersatzteile ul{
	float: left;
	vertical-align: top;
	width: 50%;
}
.footer .service .tech_serv{
	padding-left: 30px;	
}
.footer h3{
	font-size: 16px;
}
.footer ul li{
	line-height: 24px;
}
.footer ul li a{
	color: #fff;
	text-decoration: none;	
}
.footer ul li a:hover{
	text-decoration: underline;
}

.bottom_wrap{
	height: 50px;	
}
.bottom_wrap .bottom{
	line-height: 49px;
	font-size: 13px;
}
.bottom .copy{
	float: left;
	color: #999;
}


/*
	Cookie Hinweis
*/
.cookie-hinweis {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	background: #546694;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 15px 40px;
}
.cookie-hinweis p {
	margin: 0;
}
.cookie-hinweis .close {
	position: absolute;
	right: 15px;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}


/*
	Modales Anfragefenster
*/
.modal.has-3d {
	perspective: 2000px;
}
.modal .container {
	z-index: 90;
	position: absolute;
	width: 100%;
	height: 100%;
}
.modal.has-3d .container {
	transition: transform 1s;
	transform-style: preserve-3d;
}
.modal .btn-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: url('close.png');
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}
.modal.has-3d .flipped {
	transform: translateX(0) rotateY(-180deg);
}
.modal .zoom,
.modal .anfrage {
	position: absolute;
}
.modal.has-3d .zoom,
.modal.has-3d .anfrage {
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
.modal .inner.zoom {
	width: 577px;
	padding: 0;
}
.modal.no-3d .zoom {
	margin-left: -289px;
}
.modal.no-3d .flipped .zoom {
	display: none;
}
.zoom .info {
	padding: 10px 20px 15px;
}
.zoom .img-name {
	font-weight: 500;
}
.zoom a.angebot {
	float: right;
	color: #f3912d;
	text-decoration: none;
	font-weight: 500;
}
.zoom a.angebot:before {
	content: url("icon_arr_right.png");
	padding-right: 8px;
}
.modal .anfrage {
	width: 720px;
}
.modal.no-3d .anfrage {
	display: none;
	margin-left: -400px;
}
.modal.no-3d .flipped .anfrage {
	display: block;
}
.modal.has-3d .anfrage {
	transform: rotateY(-180deg) translateX(220px);
}
.modal .anfrage .lbl {
	vertical-align: middle;
	width: 125px;
}
.modal .anfrage .lbl.menge {
	width: 120px;
	text-align: center;
}
.modal .txtBeschreibung,
.modal .txtTel {
	vertical-align: middle;
}
.modal .anfrage .required {
	color: #f3912d;
}
.modal .anfrage input[type="text"] {
	width: 500px;
}
.modal .anfrage textarea {
	width: 500px;
	height: 80px;
}
.modal .anfrage input.short {
	width: 180px;
}
.modal .anfrage input.medium {
	width: 428px;
}
.modal .anfrage  div.preview {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	box-shadow: 0 0 4px #999;
	margin: 0 10px 20px 0;
	line-height: 12px;
	font-weight: 400;
}
.modal .anfrage  .preview .img-name {
	padding: 4px 10px 6px;
}
.modal input[type=checkbox].styled + label {
	font-weight: 500;
	margin-right: 6px;
}
.modal .buttons {
	text-align: center;
}
.modal .buttons button {
	margin: 0 4px;
}


/* 
	Startseite
 */
.content .start_links{
	width: 560px;
	float: left;
}
.content .start_rechts{
	width: 360px;
	float: right;
	font-size: 14px;
	padding-top: 55px;
}
.content .start_rechts h3{
	font-size: 17px;
	margin-top: 15px;
	color: #666;
}
.produkte a.produkt {
	width: 340px;
	overflow: hidden;
}
.produktdetails {
	text-align: justify;
}
.produktdetails h2{
	font-size: 20px;
	text-align: left;
}
.produkt .img-wrap {
	display: block;
	height: 255px;
	text-align: center;
	line-height: 245px;
}
.produkte a.img {
	margin: 6px;
}
.produkte a.img img {
	vertical-align: middle;
}
.produkte a.img .box {
	display: inline-block;
	padding: 0 25px;
	margin-left: -15px;
	min-width: 35%;
	background-color: #546694;
	transform: skew(-30deg);
}
.produkte a.img .box .img-name {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	transform: skew(30deg);
}

.ersatzteile form .lbl {
	font-weight: 500;
}
.success.fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}


/*
	?ber uns
*/
.ueber-uns .content .text {
	float: left;
	width: 670px;
}
.ueber-uns .content .image {
	float: right;
	margin-top: 58px;
	width: 250px;
}


/*
	Produkte - Bremsen
*/




/*
	Produkte - Rollentransporte
*/

.content .main table {
	width: 100% !important;
	font-size: 14px;
}
.content .main th,
.content .main td {
	text-align: center; 
	border: 1px solid #d9d9d9;
	table-layout: fixed;
	vertical-align: middle;
}
.content .main td {
	padding: 5px;
}
.content .main table th {
	color: #fff;
	background-color: #f3912d;
	padding: 9px;
}
.content .main table td:first-child {
	text-align: left;
}


/*
	Ersatzteile
*/

.ersatzteile .main a.img {
	background: url(icon_lupe.png) no-repeat 200px 185px;
}


/* Aktuelles */
.news-pic{
	float: left;
	margin-right: 15px;
	width: 25%;
}
.news-block {
    margin-bottom: 20px;
	text-align: left;
}
.news-block:target {
	background-color: #f9fbfd;
}
.news-block .date {
    background-color: #e6e6e6;
    color: #006ab3;
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
}
.news-content {
    border-top: 1px solid #e6e6e6;
	text-align: left;
	padding: 0 10px;
}
.news-text {
	float: left;
	width: 70%;
}
.news-content p {
	margin-top: 0;
}
.news-content h2 {
	text-align: left;
	margin-top: 0.2em;
}


/*
	Kontakt
*/

/* Ansprechpartner */
.ansprechpartner .ma {
	display: inline-block;
	width: 275px;
	padding: 20px;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 4px #999;
}
.ansprechpartner .ma .name {
	font-weight: 500;
}

/* Standort */
.standort #map_canvas {
	width: 600px;
	height: 400px;
}

/* Kontaktformular */
.kontaktformular form.left {
	float: left;
}
.kontaktformular label {
	display: block;
/*	width: 130px;*/
}
.js .kontaktformular label {
	display: none;
}
.kontaktformular form .left {
	float: left;
	margin-right: 40px;
}
.kontaktformular form input {
	width: 220px;
}
.kontaktformular form input.medium {
	width: 144px;
}
.kontaktformular form .right {
	float: left;
}
.kontaktformular .right label {
	width: 75px;
}
.kontaktformular form textarea {
	width: 493px;
	height: 150px;
}
.kontaktformular .info.right {
	float: right;
	text-align: right;
	font-size: 14px;
}


/*************** Sitemap ***************/

ul.sitemap {
	list-style-image: none;
	list-style-type: disc;
}
ul.sitemap ul {
	font-size: 0.9em;
	margin-left: 10px;
}


/*************** Impressum ***************/

.impressum .logo.right {
	float: right;
	margin-top: 40px;
	margin-right: 220px;
}
.impressum .os .left {
	float: left;
	width: 300px;
}
.impressum .os .right {
	float: left;
	margin-top: 70px;
}


/*
	Sonstiges
*/
label.lbl {
	display: inline-block;
	color: #333;
	width: 100px;
	margin-bottom: 1em;
	padding-top: 3px;
	line-height: 1.2em;
}

input[type="text"],
input[type="password"],
textarea {
	background: none #fff;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	box-shadow: 0 4px 4px -4px #e9e9e9 inset;
	padding: 5px;
	vertical-align: top;
	font-size: 14px;
	margin-bottom: 9px;
}
input.tiny {
	width: 50px !important;
	margin-right: 10px;
}
input.missing {
	border-color: #c00;
}
#modales-infofenster{
    position: absolute;
    background-color: #fff;
    padding: 80px;
    top: 10%;
    left: 50%;
    width: 350px;
    height: auto;
    z-index: 99999;
    box-shadow: 0 0 4px #999;
    margin-left: -175px;
    font-size: 20px;
}

/* Styled Checkbox (label-Element neccessary)
input[type=checkbox].styled {
	visibility: hidden;
	position: absolute;
}
input[type=checkbox].styled + label {
	position: relative;
	cursor: pointer;
	padding-left: 27px;
}
input[type=checkbox].styled + label:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 2px;
	border: 2px solid #ccc;
}
input[type=checkbox].styled + label:hover:after,
input[type=checkbox].styled:checked + label:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	border: 3px solid #eee;
	border-top: none;
	border-right: none;
	top: 6px;
	left: 4px;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type=checkbox].styled:checked + label:after {
	border-color: #333;
}
*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
}
.modal .inner {
	background-color: #fff;
	box-shadow: 0 0 8px #555;
	padding: 0 40px;
	z-index: 90;
	position: absolute;
	top: 3%;
	left: 50%;
	margin-left: -220px;
	max-height: 94%;
	overflow: auto;
}
.modal h2 {
	margin-top: 20px;
}
.modal .buttons {
	margin-bottom: 20px;
}
.produktdetails .bild_im_text{
	float: right;
	vertical-align: middle;
	padding: 20px;
	padding-right: 0px;
}
.produktdetails .bild_im_text ul{
	list-style: none;
	padding-left: 0px;
}
.produktdetails .video_wrap{
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #e0e0e0;
	padding: 10px;	
	text-align: center;
}
.produktdetails .logo_wrap{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: right;
}
.btn_show_technDet{
	background: linear-gradient(to bottom, #f4a24b 0px, #f4a24b 50%, #f3912d 50%, #f3912d 100%) repeat scroll 0 0 #f3912d;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
	text-decoration: none;	
	margin-top: 30px;
}
.btn_show_technDet:hover {
	text-decoration: none;
}
.nl_left,
.nl_right{
	float: left;	
}
.nl_left{
	width: 	450px;
}
.nl_left input{
	margin-bottom: 3px;	
	width: 285px;
}
.nl_right{	
	margin-left: 100px;
	position: relative;
	width: 340px;
}
.nl_box li{
	list-style: none;
	line-height: 30px;	
	background-color: #f2f2f2;
	padding: 15px !important;
	margin-top: 20px;
	border-radius: 10px;
	text-align: center;
}

.agb_dl{
	border-radius: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;	
	background-color: #f2f2f2;	
}