/*   
Theme Name: Bock Theme
Theme URI: http://www.bbo.bendl-klotz.de/
Description: This is Bock Theme made specially to Bock site.
Author: René Dasbeck & Melgar Guaves
Author URI: http://www.netz-gaenger.de/
Version: 1.0.0
*/

@font-face {
    font-family: 'Bauhaus 93';
    src: url('fonts/bauhs93-webfont.eot');
    src: url('fonts/bauhs93-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bauhs93-webfont.woff') format('woff'),
         url('fonts/bauhs93-webfont.ttf') format('truetype'),
         url('fonts/bauhs93-webfont.svg#bauhaus_93regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,400italic);

/* General Elements */
body {
	font: 16px Helvetica, sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 960px;
}

.navbar {
	font-size: 11px;
}

.navbar-default {
	background-color: #fff !important;
	border-bottom: none !important;
}

.divide {
	background: url(images/nav-bg.png) repeat-x;
	min-height: 70px !important;
}

.navbar-brand {
	font-family: 'Bauhaus 93';
	font-size: 5em !important;
	text-transform: lowercase !important;
	color: #000000 !important;
	margin: 0px 10px 24px 0px !important;
}

.navbar-brand img {
	margin: -10px 0px !important;
	padding: 0px !important;
	position: relative;
}

.navbar-desc {
	font-family: 'Bauhaus 93';
	margin-left: 17px;
	color: #f67f2b;
	margin-top: 54px;
}

.navbar-nav {

}

.navbar-nav li > a {
	font-weight: normal !important;
	line-height: 1em !important;
	margin: 18px 0 0 !important;
	padding: 0px 4px !important;
	border-left: 1px solid #333 !important;
	color: #000000 !important;
}
.navbar-nav li > a:hover {
	background-color: transparent !important;
}
.navbar-nav li:nth-child(1) > a {
	border-left: none !important;
	margin-left: -10px !important;
}
#searchform {
	width: 12%;
}
#s {
	width: 70px;
	padding: 0 5px;
  	margin: 4px 0;
	font-size: 1em;
}
#searchform .input-group input {
  	margin: 4px 0;
  	padding: 0 2px;
  	height: 22px;
  	width: 65px;
  	border-top: 2px solid #9ea2a3;
  	border-left: 2px solid #9ea2a3;
  	border-bottom: 2px solid #9ea2a3;
  	border-radius: 2px;
}
#searchform .btn-default {
	padding: 0 5px !important;
}
#searchform .btn {
	font-size: 11px !important;
	font-weight: bold;
	color: #000 !important;
	margin-left: -1px !important;
	padding: 0 2px !important;
	height:22px !important;
	background-color: #f67f2b !important;
	border: 1px solid #f67f2b !important;
}

#content-top {
	display: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

#content-top img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#content-top p {
	display: block;
	margin: 0px;
	padding: 0px;
}

.content-area img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}

a.shopbox {
	position: relative;
	display: inline-block;
	width: 120px !important;
	height: 0 !important;
	padding: 120px 0px 0px 0px !important;
	margin: 0px !important;
	list-style: none;
	text-align: right;
	color: #000;
}

a.shopbox:hover {
	opacity: 0.6;
	color: #000;	
}

a.shopbox div {
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	margin: 0;
 	padding: 0;
	width: 100% !important;
	height: 0 !important;
	padding-top: 100% !important;
	background: #93d94e url(images/shop.png) no-repeat !important;
	background-position: center center !important;
}

a.shopbox div h3 {
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	margin: 10px 10px 10px 40px;
  	padding: 0;
	font-weight: bold;
	font-size: 1.375em;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}

.carousel .next {
  left: 100% !important;
}

.carousel .prev {
  left: -100% !important;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0 !important;
}

.carousel .active.left {
  left: -100% !important;
}

.carousel .active.right {
  left: 100% !important;
}

.carousel-control {
  position: absolute !important;
  top: 40% !important;
  left: 15px !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: 0px !important;
  font-size: 30px !important;
  font-weight: 100 !important;
  line-height: 30px !important;
  color: #ffffff !important;
  text-align: center !important;
  background: #222222 !important;
  border: 3px solid #222222 !important;
  -webkit-border-radius: 23px !important;
     -moz-border-radius: 23px !important;
          border-radius: 23px !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

.carousel-control.right {
  right: 15px !important;
  left: auto !important;
}

.carousel-control:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
}

.carousel-caption {
  position: absolute !important;
  right: 0 !important;
  bottom: 20px !important;
  left: 0 !important;
  padding: 0px 8px !important;
  margin: 0px !important;
  background: rgba(0, 0, 0, 0.55) !important;
  text-align: left !important;
}

.carousel-caption h4,
.carousel-caption p,
.carousel-caption a,
.carousel-caption a:hover {
  color: #ffffff;
  padding: 4px 0px !important;
  margin: 0px !important;
  text-decoration: none;
}

.nav-menu {
	margin: -1px !important;
	padding: 0 !important;
}

.nav-menu ul {
	height:100%;
	margin: 0 !important;
	padding: 0 !important;
}

.nav-menu li {
	position: relative;
	display: inline-block;
	width: 21.55% !important;
	height: 0 !important;
	padding: 21.55% 0px 0px 0px !important;
	margin: 15px !important;
	list-style: none;
}

.nav-menu li:hover {
	opacity: 0.6;
}

.nav-menu li a {
  text-align: right;
	color: #000;
}

.nav-menu div {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
	width: 100% !important;
	height: 0 !important;
	padding-top: 100% !important;
}

.nav-menu div h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px 10px 10px 40px;
  padding: 0;
	font-weight: bold;
	font-size: 1.375em;
}

.nav-news {
	background: #7971ff url(images/news.png) no-repeat !important;
	background-position: center center !important;
}

.nav-shop {
	background: #93d94e url(images/shop.png) no-repeat !important;
	background-position: center center !important;
}

.nav-tools {
	background: #fff540 url(images/tools.png) no-repeat !important;
	background-position: center center !important;
}

.nav-phone {
	background: #fe9e62 url(images/phone.png) no-repeat !important;
	background-position: center center !important;
}

.nav-print {
	background: #8f9b68 url(images/print.png) no-repeat !important;
	background-position: center center !important;
}

.nav-scan {
	background: #ea42ff url(images/scan.png) no-repeat !important;
	background-position: center center !important;
}

.nav-data {
	background: #d96f4f url(images/data.png) no-repeat !important;
	background-position: center center !important;
}

.nav-video {
	background: #4e6bd9 url(images/video.png) no-repeat !important;
	background-position: center center !important;
}

aside {
  float: right;
  width: 100%;
  padding: 0px;
}

.widget {
	float:left;
    margin: 8px;
}

.content-page .well {
	background:none;
	font-weight:bold;
	height:100%;
	border:none;
	box-shadow: none;
}

h4 {
	font-weight: bold !important;
}

.nav-menu-title {
	margin-left: -15px !important;
	padding-bottom: 10px !important;
}

.nav-menu-side {
	margin: -22px !important;
	padding: 0 !important;
	width: 123%;
}

.nav-menu-side li {
	position: relative;
	display: inline-block;
	width: 41% !important;
	height: 0 !important;
	padding: 41% 0px 0px 0px !important;
	margin: 10px 12px 10px 8px !important;
	list-style: none;
}

.nav-menu-side li:hover {
	opacity: 0.6;
}

.nav-menu-side li a {
  text-align: right;
	color: #000;
}

.nav-menu-side div {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
	width: 100% !important;
	height: 0 !important;
	padding-top: 100% !important;
}

.nav-menu-side div h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px 10px 10px 40px;
  padding: 0;
	font-weight: bold;
	font-size: .85em;
}

.nav-menu-side .nav-news, .nav-menu-side .nav-shop, .nav-menu-side .nav-tools, .nav-menu-side .nav-phone, 
.nav-menu-side .nav-print, .nav-menu-side .nav-scan, .nav-menu-side .nav-data, .nav-menu-side .nav-video {
	background-size: 35% !important;
}

.text-footer {
	position: relative;
	padding: 0px;
	margin: 0 0 20px;
	background-color: #bfbfbf !important;
	height: 100%;
	border: none;
}

.bottom-nav {
	padding: 0px !important;
	margin-bottom: 0 !important;
	margin-left: 10px !important;
}

.bottom-nav .navbar-nav li {
	margin: 0px !important;
	padding: 0px !important;
}

.bottom-nav .navbar-nav li > a {
	color: #000 !important;
	font-weight: normal !important;
}

.ads-container {
	margin: 0 !important;
 	padding:5px 10px !important;
}

.ad-image {

}

.ad-image ul {
	list-style: none;
	margin: 0 !important;
 	padding: 5px !important;
}

.ad-image li {
	display: inline-block;
	margin: 3px !important;
 	padding: 0px !important;
	width: 13% !important;
	border: none !important;
	background-color: transparent !important;
}

.ad-image img {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.ad-image .konica img {
	width: 160% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.box_me {
	position: absolute;
	top: 0;
	right: -1px;
	margin: 0;
	padding: 0;
	border: none;
}

.box_me ul {
	position: relative;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	line-height: 0em;
}

.box_me li {
	position: relative;
	float: left;
	width: 100% !important;
	height: 0 !important;
	padding: 78% 0px 0px 0px !important;
	margin: 0px 0px 5px 0px !important;
	background-color:#fff440;
}

.box_me li:last-child {
	margin: 0px 0px 0px 0px !important;
}

.box_me li:hover {
	opacity: 0.6;
}

.box_me li a {
	color: #000;
}

.box_me li div {
  	position: absolute;
  	top: 0;
  	left: 0;
  	margin: 0;
  	padding: 0;
  	width: 100% !important;
  	height: 100% !important;
}

.box_me li h3 {
	font-weight: bold;
  	font-size: 1.3em;
  	text-align: center;
  	padding-top: 20%;
}

.entry-meta-category-tag, .entry-meta-comment-tools {
	display: inline-block;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width:767px) { 
	.navbar {
		font-size: 1em;
	}
	.navbar-header {
		width: 100%;
		height: 70px !important;
		font-size: 0.813em;
	}
	.navbar-brand {
		margin: 4px 10px 20px 15px !important;
	}
	.navbar-desc {
		display: inline-block;
		width: 94%;
		padding-left: 15px !important;
		margin-top: 0px;
	}
	.navbar-collapse {
		margin: 0px 15px !important;
		padding: 0;
		width: auto;
		height: auto;
		border: none !important;
		background-color: #ececec !important;
	}
	.navbar-nav {
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 10px 0px !important;
		width: 100% !important;
		border-bottom: none !important;
		font-size: 1em !important;
	}
	.navbar-nav li {
		margin: 0px !important;
		padding: 0px !important;
	}
	.navbar-nav li > a, .navbar-nav li:nth-child(1) > a {
		margin: 0px !important;
		padding: 8px 15px !important;
		border: none !important;
	}
	.navbar-nav li > a:hover, .navbar-nav li:nth-child(1) > a:hover {
		background-color: #ddd !important;
		margin: 0px !important;
		padding: 8px 15px !important;
		border: none !important;
	}
	#searchform {
		width: 100%;
	}
	.navbar-form {
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
		border: none !important;
	}
	.input-group {
  	margin: 5px 15px !important;
  	padding: 0px !important;
  	height: 30px !important;
	}
	.input-group input {
  	margin: 4px 0px !important;
  	padding: 0;
  	height: 30px !important;
  	width: 100% !important;
	}
	#searchform .btn {
		padding: 0 5px !important;
		height:30px !important;
	}
	#content-top {
		display: initial;
		margin: 0 0 20px 0;
		padding: 0;
		width: 100%;
	}
	#myCarousel, .bottom-nav, .box_me {
		display: none;
	}
	.nav-menu li {
		width: 38% !important;
		padding: 38% 0px 0px 0px !important;
		margin: 15px !important;
		list-style: none;
	}
	.nav-menu div h3 {
	  margin: 10px;
		font-size: .95em;
	}
	.nav-news, .nav-shop, .nav-tools, .nav-phone, .nav-print, .nav-scan, .nav-data, .nav-video {
		background-size: 35% !important;
	}
	.bottom-nav {
		margin: 10px 0px 5px !important;
	}
	.bottom-nav .navbar-nav {
		margin: 0px !important;
		padding: 0px !important;
		width: 100% !important;
		border-bottom: none !important;
	}
	.box_me li {
		position: relative;
		float: left;
		width: 49% !important;
		padding: 30% 0px 0px 0px !important;
		margin: 0px 0px 0px 0px !important;
		background-color:#fff440;
	}
	.box_me li:last-child {
		float: right;
		margin: 0px 0px 0px 0px !important;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px) { 
	.navbar-brand {
		font-family: 'Bauhaus 93';
		font-size: 5em !important;
		text-transform: lowercase !important;
		color: #000000 !important;
		margin: 4px 10px 20px 0px !important;
	}
	.navbar-desc {
		margin-left: 15px;
		color: #f67f2b;
		font-weight: bold;
	}
	.navbar-nav {
		margin: 2px 0px 0px 15px !important;
		padding: 0px 0px 10px 0px !important;
		width: 96% !important;
		border-bottom: 1px solid #999 !important;
	}
	.navbar-nav li {
		margin: 0px !important;
		padding: 0px !important;
	}
	.navbar-nav li > a, .navbar-nav li:nth-child(1) > a {
		margin: 2px !important;
		padding: 7px !important;
		border: 1px solid #999 !important;
		border-radius: 3px !important;
	}
	#s {
		width: 100px;
	}
	.nav-menu li {
		width: 20.5% !important;
		padding: 20.5% 0px 0px 0px !important;
		margin: 15px !important;
		list-style: none;
	}
	.nav-menu div h3 {
	  margin: 10px;
		font-size: 1.15em;
	}
	.nav-news, .nav-shop, .nav-tools, .nav-phone, .nav-print, .nav-scan, .nav-data, .nav-video {
		background-size: 30% !important;
	}
	.nav-menu-side li {
		width: 37% !important;
		padding: 37% 0px 0px 0px !important;
	}
	.nav-menu-side div h3 {
	  margin: 10px;
		font-size: .75em;
	}
	.bottom-nav {
		margin: 10px 0px 5px !important;
	}
	.bottom-nav .navbar-nav {
		margin: 0px !important;
		padding: 0px !important;
		width: 100% !important;
		border-bottom: none !important;
	}
	.ad-image li {
		width: 12% !important;
	}
	.box_me {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
	}
	.box_me ul {
		position: relative;
		width: 100% !important;
		height: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
		list-style: none;
		line-height: 0em;
	}
	.box_me li {
		padding: 83% 0px 0px 0px !important;
	}
	.box_me li h3 {
		font-size: 1.2em;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1199px) { 

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) { 

}