/* Standard ------------------------*/

/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700 ;*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);*/
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); */
/*  @import url('https://fonts.googleapis.com/css?family=Fjalla+One|Oswald'); */

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
  
body {
	color: #111;
	font-size: 15px;
	line-height: 1.6;
	font-family: "Open Sans", Arial, sans-serif;
	background: #FFF none repeat scroll 0% 0%;
	overflow-y: scroll;
}
.wrapper {
	background: #FFF none repeat scroll 0% 0%;
}
.list-unstyled {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
}

.row {
	overflow: visible;
}
.overflow-hidden {
	overflow: hidden;
}
.rowoverflow {
	overflow: visible;
}
.header .navbar-collapse {
	text-align: center;
}
.collapse.in {
	visibility: visible;
	overflow-x: hidden;
}

a {
    color: #111111;
}
a:hover {
    color: #FF6600;
    text-decoration: none;
}

.nav-border {
	border-bottom: 1px solid #FFF;	
}

.header .navbar-nav > li > a {
	bottom: 0px;
	position: relative;
	padding: 9px 30px 9px 20px;
}
.header .navbar-nav > li > a {
	color: #111;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}

#navidesk {
	display:none;
}
#navimobile {
	display:inline-block;
}
 @media (min-width:768px) {
.container {
	width:750px
}
#navidesk {
	display:none;
}
#navimobile {
	display:inline-block;
}

}
 @media (min-width:992px) {
.container {
	width:970px
}
#navidesk {
	display:inline-block;
}
#navimobile {
	display:none;
}

}
 @media (min-width:1200px) {
.container {
	width:1240px
}
#navidesk {
	display:inline-block;
}
#navimobile {
	display:none;
}

}
.container-fluid {
	height:auto;
	padding-right:0px;
	padding-left:0px;
	margin-right:auto;
	margin-left:auto;	
}
/* Standard */

.bg-white {
	background-color: #FFF;
}
.bg-color-white {
	background-color: #FFF;
}
.bg-color-dark {
    background-color: #AAA !important;
}
.color-black {
	color: #111;
}
.color-dark {
	color: #000;
}
.color-light {
	color: #111;
}
.color-white {
	color: #FFF;
}
.width-sort-buttons {
	width:90px;
}

ul, li {
	list-style-type: none;
}
/* Address*/

address {
	margin-bottom: 20px;
	padding-left:4px;
	font-style: normal;
	line-height: 1.42857143;
}
.kontakt-addresse {
	margin-bottom: 20px;
	padding-left:4px;
	font-style: normal;
	line-height: 1.42857143;
}
.kontakt-oeffnung {
	margin-bottom: 10px;
	padding-left:4px;
	font-style: normal;
	line-height: 1.42857143;
}
.kontakt-social {
	margin-bottom: 20px;
	padding-left:4px;
	font-style: normal;
	line-height: 1.42857143;
}
/*Headings*/

h1 {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 0.5px;
}
h2 {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.5px;
}
h3 {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.5px;
}
h4 {
	line-height: 25px;
}
h5 {
	line-height: 20px;
}
h6 {
	line-height: 18px;
}
h1, h2, h3, h4, h5 {
	color: #111;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;	
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	margin-right: 5px;
}
.headline h2, .headline h3, .headline h4 {
	border-bottom: 3px solid #FF6600;
}
.h4s {
	font-size: 18px;
	line-height: 18px;
}
.tpleditcolor {
	color:#111;
}
/* table ohne linien */
.tablep > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 0px;
	line-height: 0px;
	height:0px;
	vertical-align: top;
	border-top: 0px solid #EEE;
	font-size:1px;
}
/* form */

.form-padding {
	padding:4px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857;
	color: #111;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/* border unterhalb signet  ...*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.header-v3 {
	z-index: 99;
	position: relative;
	border-bottom: solid 2px transparent;
}
/* Nissan */

/* Balken volle Breite */
.fullsize-background {
	padding: 35px 0px 26px;
	border-bottom: 1px solid #EEE;
	margin-bottom:40px;
	text-align:center;/*background: transparent url("../img/patterns/breadcrumbs.png") repeat scroll 0% 0%;*/
}
.nissanrot {
	background-color: #C71633;
}
.bg-nissan-grau {
	background-color: #FFF;
}
.bg-black {
	background-color: #FFF;
}
/* Grid */

/* Boxen ohne Abstand */
.no-box-padding {
	padding-right: 0px;
	padding-left: 0px;
}
.content-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*same height */

.well {
	min-height: 20px;
	padding:0px;
	margin-bottom: 0px;
	background-color: #FFF;
	border: 0px solid #FFF;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.row well {
	margin-right:0px;
	margin-left:0px;
}
/* fuer Automarkt Random / Button Mehr...*/

.color-automarkt {
	color: #111;
}
.bg-automarkt {
	background-color: #FFF;
}
.color-autokatalog {
	color: #111;
}
.bg-autokatalog {
	background-color: #FFF;
}
.btn-automarkt {
	color: #111;
	background-color: #C71533;
	border-color: #C71533;
}
.btn-autokatalog {
	color: #111;
	background-color: #C71533;
	border-color: #C71533;
}
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #aaa;
    background-color: #C71533;
    border-color: #C71533;
}
.btn-danger {
	color: #111;
	background-color: # ;
	border-color: #C71533;
}
.btn {
	border: 0px solid transparent;
	border-radius: 0px;
}
.btn-default {
	color: #C71633;
	font-weight:bold;
	font-size:16px;
	background-color: #FFF;
	border-color: #111;
}
/* Social */

.redwing-logo {
	width:70px;
}
.fakontakt-header {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
	font-size-adjust: none;
	font-stretch: normal;
	/*font-feature-settings: normal;*/
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: 1.7em;
	text-rendering: auto;
	transform: translate(0px, 0px);
}
.fakontakticons {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1.1;
	font-size-adjust: none;
	font-stretch: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.faphone {
	font-size: 2.0em;
}
.famobile {
	font-size: 2.6em;
}
.fafax {
	font-size: 1.6em;
}
.famail {
	font-size: 1.8em;
	line-height: 1.5;
}
.famap {
	font-size: 1.7em;
	line-height: 1.2;
}

.facircle {
	font-size: 0.8em;
	color:#666;
	padding: 0px 10px 5px 10px;
}
.fachat {
	font-size: 1.6em;
}
.fakontakt {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	font-size-adjust: none;
	font-stretch: normal;
	/*font-feature-settings: normal;*/
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: 2.5em;
	/*text-rendering: auto;*/
	transform: translate(0px, 0px);
}


.headline {
	display: block;
	margin: 10px 0px 25px;
	border-bottom: 0px solid #E4E9F0;
	text-align:left;
}
.headline-center {
	text-align: center;
	position: relative;
	margin: 50px 0px 0px;
	border-bottom: 0px dotted #E4E9F0;
}
.headline-center h2 {
	text-align: center;
	position: relative;
	margin: 10px 0px 0px;
	color: #111;
	border-bottom: 0px dotted #E4E9F0;
	padding-bottom:5px;
	padding-top:5px;
}
.headline-center h2::after {
	background: none;
}
.headline-center h2::after {
	left: 50%;
	z-index: 1;
	width:0px;
	height: 0px;
	content: " ";
	bottom: 0px;
	margin-left: 0px;
	text-align: center;
	position: absolute;
	background: none;
}
/* Team */
.team-v6 a {
	color: #111;
}
.team-v6 span {
	color: #111;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.team-v6 small {
	display: block;
	color: #111;
	font-size: 13px;
	margin-bottom: 1px;
}
/* Buttons more */

.link-list a {
	color: #111;
	font-size: 14px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.a.btn-more {
	right:10%;	
	bottom: 10px;
	color: #111;
	padding: 1px 6px;
	position: absolute;
	background: #FF6600 none repeat scroll 0% 0%;
	display: inline-block;
}

.a.btn-more a {
	background: #FF6600 none repeat scroll 0% 0%;
}

.caption-box {
	position: absolute;
	top:280px;
	padding-left:15px;	
	font-family: Oswald, Arial, Verdana, Geneva, sans-serif;
	font-size:36px;
	font-weight:400;
	color:#FFFFFF;
	}
.caption-box-u {
	position: absolute;
	top:57px;
	width:280px;
	padding-left:0px;	
	font-family: Oswald, Arial, Verdana, Geneva, sans-serif;
	font-size:22px;
	line-height: 24px;
	font-weight:200;
	color:#FFFFFF;
	}	

.caption-box a {	
	color:#FFFFFF;	
}

.caption-box:hover a {	
	color:#FF6600;	
}
.caption-datum {
	position:absolute;
	top:250px;
	padding-left: 15px;
	font-family: Oswald, Arial, Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#FFFFFF;
	}
	
.thumbnail-style a.btn-more {
    right: 10%;
    bottom: 20px;
    color: #111111;
    padding: 1px 6px;
    position: absolute;
    background: #FF6600;
    display: inline-block;
}

.thumbnail-style a.btn-more:hover {
    box-shadow: 0 0 0 2px #FF6600;
}

.thumbnail-style:hover a.btn-more {
    right: 10%;
}

.thumbnail-style {
    padding: 0px;
    margin-bottom: 0px;
}

.thumbnail-style:hover {
    box-shadow: 0 0 0px transparent;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.1) rotate(1deg);
}
.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

/* Table */
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 5px;
}
table {
	background-color: transparent;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 3px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #FEFEFE;
}
/* hr Linien */

hr {
	margin: 2px 0px;
}
hr {
	margin-top: 1px;
	margin-bottom: 10px;
	border-width: 1px 0px 0px;
	border-style: solid none none;
	border-color: #BBB -moz-use-text-color -webkit-use-text-color;
	border-color: #BBB;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
/*
hr {
    height: 0px;
    box-sizing: content-box;

*/

/* Fancybox */ 
.fancybox-nav span {
	visibility: visible;
}

/* Footer  - Socials */
.form-control-footer {
	color: #222222;	
}
.footer-v1 .footer h2 {
	color: #111;
	font-size: 18px;
	font-weight: 200;
}
.footer-v1 .footer {
	padding: 40px 0px;
	margin-top:20px;
	background: #DDD none repeat scroll 0% 0%;
}
.footer-v1 address, .footer-v1 .link-list a, .footer-v1 .link-list i {
	color: #111;
}
.footer-v1 .copyright {
	background: #BBB none repeat scroll 0% 0%;
	border-top: medium none;
	padding: 10px 0px 5px;
}
.footer-v1 .footer-socials li a {
	color: #000;
	font-size: 16px;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-left:0px;
}
.footer a, .copyright a, .footer a:hover, .copyright a:hover {
	color: #111;
}
.latest-list li a {
	color: #111;
	margin-left: 0px !important;
}
.latest-list small {
	color: #111;
	display: block;
	margin-left: 0px !important;
}
/*
#topcontrol {
    color: #111;
    z-index: 99;
    width: 40px;
    height: 45px;    
    font-size: 30px;
    position: relative;
    right: 20px !important;
    bottom: 15px !important;
    border-radius: 3px !important;
    background: #F00 none repeat scroll 0% 0%;
*/

#topcontrol:hover {
	color: #111;
	background: #C9302C none repeat scroll 0% 0%;
	transition: all 0.3s ease-in-out 0s;
}
/* Navigation / Header dtop */
/* header v centered */

.header {
	z-index: 99;
	background: #FFF none repeat scroll 0% 0%;
	position: relative;
	border-bottom: 1px solid #FFF;
}
.header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
	color: #111;
}
.header .navbar-nav > li > a, .header .navbar-nav > li > a:focus {
	border-bottom: 2px solid transparent;
}
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
	bottom: 0px;
	position: relative;
}

/* header v3 */
@media (min-width: 991px) {
	
.header .dropdown-menu li a {
	font-family: Oswald, Arial, Helvetica, sans-serif;
    color: #687074;
    font-size: 13px;
    font-weight: 300;
    padding: 6px 15px;
    border-bottom: solid 1px #ddd;
}

.header-v3 .dropdown-menu .active > a, .header-v3 .dropdown-menu li > a:hover {
	color: #111;
	filter: none !important;
	background: #FFF !important;
}
.padding-sm-bottom-container {   /* normal keine Korrektur nissan Top */
	padding-bottom:0px;
}
/*ktm */
.header-v3 .navbar-toggle {
    margin-right: 15px !important;
}
.padding-logo-firma {
	width:400px;
	padding-left:0px;
	padding-top:20px;
}
.padding-logo-marke {
	width:160px;
	padding-top:10px;
}
.padding-text-firma {
	color: #111;
	font-size:18px;
	font-weight:bold;
}
.header .logo img {
	margin: 20px 0px 0px 10px;
}
/* nissan imholz */
#firmalogodesktop {
	display:none;
	position:relative;
	float:right;
	margin-right:30px;
	top:25px;
}
#firmalogosmall {
	display:none;
	position:relative;
	float:right;
	padding-right:5px;
	top:50px;
}
#firmalogoxsmall {
	display:none;
	position:relative;
	top:45px;
}
#sidebar {
	position:relative;
	display:inline;
}
.header .container > .navbar-header, .header .container-fluid > .navbar-header, .header .container > .navbar-collapse, .header .container-fluid > .navbar-collapse {
	margin-bottom: -45px;
}
.header-v3 .navbar-brand {
	top: 0;
	z-index: 1;
	padding-left: 28px;
	padding-right: 50px;
	padding-top:27px;
	padding-bottom: 10px;
	position: relative;
	height:60px;
}
.navbar-brand { /* logo */
	float: left;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
.header-fixed .header-v3 {
	height: 100px;
}
.header-v3 .navbar-default .navbar-nav > li > a {
	font-size: 13px;
	padding: 48px 35px 33px 0px; /*pos von Navi auch unten media */
	font-weight:normal;
}
.header-v3 .dropdown > a::after {
	top: 0px; /* pos pfeile nach unten */
	padding-left:5px;
	right: 20px;
	content: "\f107";
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -10px; /* Verschiebung dropdown box */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 8px 15px;
}
p, li, li a, label {
	color: #111;
}
}
/* Navi sm*/
.navbar {
	position: relative;
	margin-bottom: 0px;
	border: 0px solid transparent;
	background-color:#EAEAEA;
	}
#navdiv {
	display: none; /*inline = ja*/
}
 @media (max-width: 991px) {
#sidebar {
	position:relative;
	display:none;
}
.padding-sm-bottom-container { 
	padding-bottom:10px;
	height:auto;
}
.padding-logo-marke {
	width:160px;
	padding-top:10px;
}

.padding-logo-firma {
	width:400px;
	padding-left:0px;
}
.header .logo img {
	margin: 20px 0px 0px 10px;
}
/* nissan imholz */
#firmalogodesktop {
	display:none;
	position:relative;
	float:right;
	top:30px;
}
#firmalogosmall {
	display:none;
	position:relative;
	/* 
	float:right;
	padding-right:20px;  */
	top:45px;
}
#firmalogoxsmall {
	display:none;
	position:relative;
	top:45px;
}
.header-v3 .navbar-brand {
	top: 0;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
.navbar-brand {
	float: left;
	height: 80px; /* 148px */
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
.header-v3 .navbar-default .navbar-nav > li a {
	border-bottom: 1px solid #EEE;
}
.header-v3 .navbar-default .navbar-nav > li > a {
	font-size: 14px;
}
.header-v3 .navbar-default .navbar-nav > li > a {
	color: #687074;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.header-v3 .navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 40px;
}
.header-v3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #111;
}
.header-v3 .navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
#navdiv {
	display: none; /*inline = ja*/
}
}
@media (max-width: 767px) {
.header .logo img {
	margin: 20px 0px 0px 10px;
}
.padding-logo-firma {
	width:300px;
	padding-left:5px;
}
/* nissan imholz */	
	
#firmalogodesktop {
	display:none;
	position:relative;
	float:right;
	top:30px;
}
#firmalogosmall {
	display:none;
	position:relative;
	/* 
	float:right;
	padding-right:20px;  */
	top:5px; /* 45px */
}
#firmalogoxsmall {
	display:none;
	position:relative;
	top:45px;
}
.header-v3 .navbar-nav .open .dropdown-menu > li > a, .header-v3 .navbar-nav .open .dropdown-menu .dropdown-header {
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #111;
}
#navdiv {
	display: none; /*inline = ja*/
}
}
 @media (max-width: 990px) {
.header-v3 .navbar-default .navbar-nav > li a {
	border-bottom: 1px solid #EEE;
}
}
 @media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 25px;
}
#navdiv {
	display: none; /*inline = ja*/
}
}
/* end header/navi*/

/* new in content */

.latest-listcontent li a {
	color: #111;
}
/* Slider Carousel automarkt random */
.carousel-am-size {
	overflow:hidden;
	height:360px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive-am, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 60%;
	height: auto;
}
.carousel-indicators-am {
	bottom:30px;
	left:150px;
}
.carousel-indicators-am li { /* runde rote indicators */
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #F00;
	border-radius: 6px !important;
}
.carousel-indicators-am .active {
	width: 12px;
	height: 12px;
	margin: 1px;
	background-color: #F00;
}
.carousel-caption-am {
	position: relative;
	overflow:hidden;
	left: 60%;
	padding-left:15px;
	top:-340px;
	width:40%;
	z-index:10000;
	color: #111;
}
.pattern-am {
	position: relative;
	width: 100%;
	min-height: 338px;
}
.pattern-am > img {
	position: absolute;
	top: 0;
	right: 40%;
}
 @media (max-width: 990px) {
.carousel-indicators-am {
	bottom:50px;
}
}
 @media (max-width: 767px) {
.carousel-am-size {
	overflow:hidden;
	min-height:600px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive-am, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.carousel-caption-am {
	position: relative;
	overflow:hidden;
	left: 0%;
	padding-left:15px;
	top:0px;
	width:100%;
	z-index:10000;
	color: #111;
}
.carousel-indicators-am {
	top:0px;
	left:150px;
}
.pattern-am { 
	position: relative;
	width: 100%;
	min-height: 1px;
}
.pattern-am > img {
	position: relative;
	top: 0;
	right: 0;
}
}
/* Slider Carousel 001  ----------------------------------------------*/

.carousel-indicators li { /* runde rote indicators */
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #F00;
	border-radius: 6px !important;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 1px;
	background-color: #F00;
}
.pattern {  /* cropen auf beiden seiten */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
}
.header .navbar-nav > li:hover > a { /* hover Farbe Navigation */
	color: #e67e22;
}
 @media (min-width: 1200px) {
.slider-background {
	position:relative;
	top:0px; /* verschiebung slider nach oben */
	padding: 7px 0px 0px 0px;
	border-bottom: 0px solid #EEE;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 45px;
	top: 85.2%;
	z-index: 5;
	display: inline-block;
}
.pattern {  /* cropen auf beiden seiten */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}
.pattern > img {
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -605px;
}
}
 @media (min-width: 991px) and (max-width: 1199px) {
.slider-background {
	position:relative;
	top:30px; /* verschiebung slider nach oben */
	padding: 0px 0px 0px;
	border-bottom: 0px solid #EEE;/*background: transparent url("../img/background-400-schwarz.png") repeat scroll 0% 0%;*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position:absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 45px;
	top: 85.2%;
	z-index: 5;
	display: inline-block;
}
.pattern {  /* cropen auf beiden seiten */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}
.pattern > img {
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -530px;
}
}
 @media (min-width: 760px) and (max-width: 990px) {
.slider-background {
	position:relative;
	top:30px; /* verschiebung slider nach oben */
	padding: 35px 0px 35px 0px;
	border-bottom: 0px solid #EEE;/*background: transparent url("../img/background-400-schwarz.png") repeat scroll 0% 0%;*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 45px;
	top: 85.7%;
	z-index: 5;
	display: inline-block;
}
/* cropen auf beiden seiten */
.pattern {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}
.pattern > img {
	position: absolute;
	left: 50%;
	margin-left: -380px;
}
}
 @media (min-width: 501px) and (max-width: 759px) {
.slider-background {
	position:relative;
	top:30px; /* verschiebung slider nach oben */
	padding: 35px 0px 35px 0px;
	border-bottom: 0px solid #EEE;/*background: transparent url("../img/background-400-schwarz.png") repeat scroll 0% 0%;*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 45px;
	top: 83.2%;
	z-index: 5;
	display: inline-block;
}
/* cropen auf beiden seiten */
.pattern {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 320px;
}
.pattern > img {
	height: 320px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -460px;
}
}
 @media screen and (min-width: 100px) and (max-width: 500px) {
.slider-background {
	position:relative;
	top: 20px; /* verschiebung slider nach oben */
	padding: 0px 0px 0px;
	border-bottom: 0px solid #EEE;/*background: transparent url("../img/background-400-schwarz.png") repeat scroll 0% 0%;*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 45px;
	top: 83.0%;
	z-index: 5;
	display: inline-block;
}
.pattern { 
	position: relative;
	overflow: hidden;
	width: 100%;
	height:300px;
}
.pattern img {  /* Bildausschnitt */
	height:300px;
	left:20%;
	margin-left:-300px;
}
.header .navbar-nav > li:hover > a { /* hover Farbe Navigation */
	color: #FF9900;
	background-color: #FFF;
}
}
.carousel-control.right {
	right: 0px;
	left: auto;
	background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.0) 100%);
	background-repeat: repeat-x;
	z-index: 100;
}
.carousel-control.left {
	left: 0px;
	left: auto;
	background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.0) 100%); /* 0.0 kein Layer links rechts bei Pfeilen */
	background-repeat: repeat-x;
	z-index: 100;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) { */ /* -webkit  chrome/safari -moz firefox  -ms- IE 10+ */ 
/*.slider-background {
	position:relative; 
	top:0px; */ /* verschiebung slider nach oben 		
	}
}
 */
 
.carousel-caption {
	right: 0%;
	left: 0%;
	padding-bottom: 30px;
	background-color:rgba(100,100,100,0.7);
	opacity:0.7;
}
/* aus Basis Template bootstrap, vergroessern Bild bei content-bildtext-003*/

.home-thumb img:hover {
	transform: scale(1.1);
}
.thumbnail img {
	transition: all 0.3s ease 0s;
	width: 100%;
}
.thumbnail {
	overflow: hidden;
}

/* Headertexte */

.headtext {
	padding: 25px 0 30px;
	border-bottom: solid 1px #eee;
	text-align:center;/* background: url(../img/patterns/breadcrumbs.png) repeat; */
}
.headtext p {
	margin-bottom: 0;
}
.headtext span {
	color: #111;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;	
}
.headtext .btn-buy {
	text-align: center;
}
.headtext .btn-buy a i {
	margin-right: 5px;
}
 @media (max-width: 767px) {
.headtext {
	text-align: center;
}
.headtext span {
	font-size: 22px;
	line-height: 29px;
}
.headtext .btn-buy a {
	margin-top: 27px;
}
}
 @media (max-width: 990px) {
.headtext {
	text-align: center;
}
.headtext span {
	font-size: 22px;
	line-height: 29px;
}
.headtext .btn-buy a {
	margin-top: 25px;
	font-size: 16px;
}
}
/* Modellpalette mit Div's ------------------  */

#modellkatalog {
	position:relative;
	width:970px;
	height:1000px;
	padding-top:4px;
}
#modkategorien {
	position:relative;
	width:970px;
	height:80px;
	padding-top:8px;
	border-bottom:#EEEEEE solid 1px;
	border-top:#EEEEEE solid 1px;
}
#modkategorientext {
	float:left;
	width:170px;
	;
	padding-top:2px;
	font-size:14px;
}
#modnavigation {
	float:left;
	width:970px;
	height:30px;
	padding-bottom:6px;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	border-bottom:#EEEEEE solid 1px;
}
.modnavcolor {
	font-size:16px;
	font-weight:bold;
	color: #C00;
}
#moddetail {
	position:relative;
	width:970px;
	height:170px;
	border-bottom:#EEEEEE solid 1px;
}
#modname {
	float:left;
	width:230px;
	height:160px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}
#moddaten {
	float:left;
	width:370px;
	height:160px;
	padding-top:10px;
}
#moddatenzeile {
	float:left;
	width:260px;
	height:21px;
}
#moddatenzeileli {
	float:left;
	width:100px;
	height:19px;
	font-size:14px;
}
#moddatenzeilere {
	float:right;
	width:160px;
	height:19px;
	font-size:14px;
}
#modlinks {
	position:relative;
	float:left;
	width:145px;
	height:156px;
	padding-top:44px;
	padding-left:5px;
}
.modicon {
	float:left;
	width:16px;
}
.modlink {
	float:left;
	width:110px;
}
.modlinkzeile {
	height:25px;
	padding-left:5px;
}
#modfooter {
	position:relative;
	margin:auto;
	width:1250px;
	margin-top:20px;
	padding-bottom:5px;
}
.modshowtext {
	color: #111;
	font-size:14px;
	text-align:center;
}
.modshowbg {
	background-color: #FFF;
	color: #111;
	font-size:14px;
}
.modbt_submit1 {
	background-color: #FFF;
	color: #111;
	font-size:12px;
	font-weight:400;
	border:1px solid #888888;
	cursor:pointer;
}
.neuesmodell {
	background-color:#FF0;
	color: #111;
	font-size:22px;
	font-weight:600;
	border:1px solid #FF0;
	padding-left:1px;
}
/* Mailempfaenger Formulare */
.formtomailadresse {
	color:#000000;
}

/* Eventspage */
.newsslide {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:1px;
	border-top:#AAAAAA solid 1px;
	border-collapse:collapse;
	background-color:#FFF;
	color: #111;
	overflow:hidden;
	vertical-align:text-top;
}
.newssliderbottom {
	border-bottom:#AAAAAA solid 1px;
	padding-top:12px;
	margin-bottom:20px;
}
.newsslidedatum {
	font-size:18px;
}
.newsslidetitel {
	font-size:18px;
	color: #111;
}
.newsslidelink a {
	color:#111;
}
