/*Generelle Einstellungen */
/*Generelle Einstellungen */

body {
/*  padding-top: 50px;  wird nur gebraucht wenn Nafigationsleiste gefixt */
	background-image: url('../images/bc_background.jpg');
	background-position: initial initial;
	background-repeat: initial initial;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

@media (min-width: 992px) {
  body {
   /* padding-top: 185px;  dient zum Entspannen des Logos */
  }
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}

@media (min-width: 992px) {
  body {
    _padding-top: 36px; /* dient zum Entspannen des Logos */
  }
}

h3, h4, h5, h6 {line-height:1.5 !important; text-transform:uppercase;}



h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  text-transform:uppercase;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 24.5px;
}

h3 {
  font-size: 24.5px;
  color: #0073c3;
}

h3-bk {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h7 {
  font-size: 17.5px;
  color: #0073c3;
}

h8 {
	margin: 20px 0 0 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  text-rendering: optimizelegibility;
  font-size: 20px;
  color: #0073c3;
}



h3 {font-weight: normal; text-transform:uppercase;font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 28px; line-height: 45px;}

h4 {font-weight: normal; text-transform:uppercase;font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 21px; line-height: 45px;}

h5 {font-weight: bold; _letter-spacing: 1px; text-transform:uppercase; font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 45px;}

h6 {font-weight: normal; text-transform:uppercase;font-style: normal; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; line-height: 45px;}

a {
  color: #0073c3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #79b6df;
  _font-weight: bold;
  text-decoration: underline;
}

.logox{
  background: url("../images/bc_logo.png") no-repeat;
  height: 219px;
  width: 247px;
  position: fixed;
  top: 15px;
  left: 20px;
  margin: auto;
  z-index: 10000;
}



@media (max-width: 992px) {
  .logox {
	_background: url("../images/bc_logo_mobil.png") no-repeat;
	position: static;
  }
}



#ContentHeaderSeparator{margin-top: 70px; border-top-color: rgb(255, 255, 255); border-top-width: 0px; border-top-style: solid; margin-bottom: 25px; height: 0px; background-color: transparent;}

#ContentFooterSeparator{margin-top: 70px; border-top-color: rgb(255, 255, 255); border-top-width: 0px; border-top-style: solid; margin-bottom: 0px; height: 0px; background-color: transparent;}
/*Hervorhebungen */

.footer {
	background-color: #1b1b1b;
	color: aliceblue;
	padding-top: 40px;
}
.footer h3 { color: aliceblue;}
 
/* Einstellungen für Seiteninhalte */
.inhalt{
	background: rgba(23, 23, 23, 0.8);
	_margin-top: 25px;
	padding: 15px;
	border-radius:5px;
	box-shadow: 1px 1px 3px rgba(255,  255,  255, 0.5);
	color: #EAE6F9; 
		}

.abschnitt {
  min-height: 20px;
  padding: 0px 0 20px 0;
}



.eintrag {
  _min-height: 140px;
  padding: 15px;
  margin-bottom: 20px;
  _background-color: rgba(255, 255, 255, 1);
  border: 1px solid #424242;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}



.sidebox {-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;background-color:rgba(250, 250, 250, 0.7);color:rgb(51, 51, 51);border-width:1px;border-style:solid;border-color:rgb(255, 255, 255);border-radius:5px;padding:18px; _margin-top:14px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);}

.highlightbox {
	-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;
	background-color:#323232;
	color:rgba(229, 229, 229, 1);
	border-width:1px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	border-radius:5px;
	padding:25px;
	margin-left: -30px;
	margin-right: -20px;
	 box-shadow: 1px 1px 5px rgba(111, 111, 111, 1);
	 }

.highlightbox_invert {
	-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px;
	background-color:#323232;
	color:rgba(229, 229, 229, 1);
	border-width:1px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	border-radius:5px;
	padding:25px;
	margin-left: -30px;
	margin-right: -20px;
	box-shadow: 1px 1px 5px rgba(111, 111, 111, 1);
	 }








.sidebox-title {line-height: 40px; font-weight: normal; font-style: normal; font-family: 'Source Sans Pro', sans-serif; color: rgb(51, 51, 51);}



/* Bilder Anordnungen usw. */

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.Bildrechts {
	 float:right;
	 margin: 0px 0px 5px 20px;
	  }
	  
.Bildrechtspad {
	 float:right;
	 margin: -40px 20px 5px 20px;
	  }	  
	  
.Bildlinksspad {
	 float:left;
	 margin: -40px 20px 5px 20px;
	  }	

.bildlogo {
	 float:left;
	 margin: 40px 20px 5px 20px;
	  }	

.Bildlinks { 
	float:left;
	margin: 0px 15px 5px 0px;
	} 
	
.bildmitte {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 padding: 2px
}

.imagezoomfixheight {
	position: relative;
	overflow: hidden;
	height: 450px;
	width: auto;
}


.imagezoomfixheight img {
	position: absolute;
	min-width: 100%;
	min-height: auto;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}



.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.opacity {
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
}

/* Anpassung Carousel */
.carousel-indicators {
  position: absolute;
  top: 430px;
}
.carousel-control-prev,
.carousel-control-next {
  height: 75%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}



/* Navigation */
.navbar {
  padding: 0;
 _margin-top: 35px;
}

.bg-verlauf {
	background: #323232;
	background-image: linear-gradient(180deg, #12171a, #636363);
}

.bg-trans {
	background:rgba(0,0,0,0.75);
}


#navbarResponsive > ul > li:hover,
#navbarResponsive ul li.active:hover,
#navbarResponsive ul li.active,
#navbarResponsive ul li.has-sub.active:hover {
	background:rgba(0,0,0,0.75)!important;
	background-image: url('../images/navi_wolken4.jpg')!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#navbarResponsive > ul > li {
	float: left
}

#navbarResponsive > ul > li > a {
	font-size: 17px;
	_letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
}

@media (min-width: 992px) {
  #navbarResponsive > ul > li > a {
	padding: 35px 20px 30px 35px;
  }
}




/* Header Bilder */
.headerbild {
	position: relative; height: 450px; background-color: rgb(240, 240, 240); background-image: url(../images/Header_Tag.jpg); -webkit-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat no-repeat;
	-webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.7);
}

#hintergrund_tag {background-image: url(../images/Header_Tag.jpg);}
#hintergrund_nacht {background-image: url(../images/Header_Nacht.jpg); }
#hintergrund_markt {background-image: url(../images/Header_Markt.jpg); }
#hintergrund_impressum {background-image: url(../images/Header_Waldemar.jpg); background-position: 100% 10%;}
#hintergrund_service {background-image: url(../images/Header_Service.jpg);}
#hintergrund_gebraucht {background-image: url(Header_Gebrauchte.jpg);}
#hintergrund_kawasaki {background-image: url(../images/Header_Kawasaki.jpg);}
#hintergrund_yamaha {background-image: url(../images/Header_Yamaha.jpg);}

/* Header Text */
#divHeaderLine1 {display:inline-block !important}

#divHeaderLine2 {display:inline-block !important}

#divHeaderText {padding-top: 250px; padding-bottom: 30px; border-color: rgb(51, 51, 51); text-align: left; }

#divHeaderLine1{letter-spacing: 0px; word-spacing: 0px; margin-top: 0px; color: rgb(46, 46, 46); font-size: 50px; line-height: 64px; font-family: 'Source Sans Pro', sans-serif; text-transform: none; text-shadow: rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(255, 255, 255); opacity: 0.9; padding: 3px 10px;}

#divHeaderLine2 {margin-left: 50px; font-size: 20px; line-height: 30px; letter-spacing: 1px; margin-top: 11px; font-family: 'Source Sans Pro' sans-serif; color: rgb(255, 255, 255); text-shadow: none; text-align: left; font-weight: normal; font-style: italic; background-color: rgb(0, 0, 0); opacity: 0.9; padding: 3px 10px; background-position: initial initial; background-repeat: initial initial;}
