@import url('bootstrap.min.css');
@import url('font-awesome.css');

html {
	font-size: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
html, body {
	min-height: 100%;
	font-family: 'Arsenal', sans-serif;
	background-color: #fcfcfc;
	font-size: 1rem;
}
.wrapper {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
h2 {
	margin-top: 0;
	font-size: 2rem;
}
h3 {
	font-size: 1.375rem;
}
.logo img {
	margin: 25px 25px 0 15px;
}
.head {
	padding: 0;
}
.head p {
	font-size: 1.2rem;
}
a {
	color: #C73503;
}
a:hover, a:focus {
	color: #999;
}
#wowslider-container1 .ws_images {
    margin-bottom: 50px;
}
.navbar-toggle .icon-bar {
	display: inline-block;
}
.hamburger-title {
	display: block;
	padding: 4px 15px 0 0;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #C73503;
}
#menu-button::before {
	display: inline-block;
	font-family: FontAwesome;
	color: #999;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 25px;
	padding-right: 0;
	font-size: 2.0em;
}
.navbar-toggle #menu-button::before {
	content: "\f00d";
}
.navbar-toggle.collapsed #menu-button::before {
	content: "\f0c9";
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.margin-top50 {
	margin-top: 50px;
	margin-bottom: 0;
}
.head-inhalt {
	display: inline-block;
	width: 100%;
	font-size: 1.3rem;
}
hr.head {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 82%;
	border-top: 0;
	border-bottom: 3px #f5f5f5 solid;
}
.fa-color {
	font-size: 1.6rem;
	color: #999;
}
.list-group {
    padding: 0 100px 0 40px;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 500;
    color: #C73503;
}
.well-lg {
	padding: 40px 170px;
}
.textcolor {
	color: #000;
}
ul.bullet-list li {
	float:left;
	list-style: none;
	padding: 0 20px;
}
ul.bullet-list {
	display:inline-block;
	padding-left: 10px;
}
.info {
	margin-top: 30px;
}
.navbar {
	margin-top: 15px;
	margin-bottom: 40px;
}
.navbar-default {
	display: inline-block;
	background-color: transparent;
	border-color: transparent;
}
.navbar-header {
	padding: 15px 0;
}
.navbar-default .navbar-nav > li > a {
	font-size: 1.25rem;
	color: #C73503;
}
.dropdown-menu {
	border-color: #f5f5f5;
}
.dropdown-menu > li > a {
	padding: 6px 20px;
}
.navbar-brand {
	height: auto;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	border-bottom: 2px #f5f5f5 solid;
	background-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #999;
}
.navbar-nav > li > a {
	padding: 0 0 2px 0;
	margin: 15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #666;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #fffff8;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.btn-default:hover {
	border-color: #f5f5f5;
}
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0);
	box-shadow: 0 3px 5px rgba(0,0,0,0);
}
.tabs {
	padding: 0 15px 0 15px;
}
.nav-tabs > li > a {
	padding: 10px 25px;
	font-size: 1.1rem;
}
.tab-inhalt {
	padding: 50px 0 0 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
.btn-sm, .btn-group-sm > .btn {
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 5px;
}
/* === */
.item-box {
	margin-top: 40px;
	border: 4px #f5f5f5 solid;
	padding: 20px;
	overflow:hidden;
	border-radius: 4px;
}
.item-box:hover {
    box-shadow: 0 0 5px #999;
    -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;
}

.item-box figure {
	width:100%;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
	.item-box.fixed-box figure img {
		width:100%;
		height:auto;
}
.item-box-desc {
	padding: 0;
	overflow: hidden;
}
.item-box-desc p {
	margin-top:20px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}
	.item-box.fixed-box .item-box-desc p {
		height: 5px;
}
.item-box-desc h3 {
	margin-bottom: 20px;	
	padding: 0;
	color: #C73503;
}
.item-box .item-box-desc small {
	display:block;
}
.item-box.fixed-box .item-box-desc {
	height: auto;
}
.item-box.fixed-box figure {
	max-height: 263px;
}
/* hover */
.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	 -webkit-border-top-left-radius: 6px;
		 -moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			 border-top-left-radius: 6px;
			border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color:#fff;
}
.item-box .item-hover .inner {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:-30px;
	z-index:100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ===  Produkt Box  ===  */
section.box {
	padding: 30px 0;
}
.produkt-overview {
	margin: 0;
	padding: 0 0 50px 0;
	color: #000;
}
article.produktbox {
	color: #000;
}
.produktbox {
	margin-top: 50px;
	padding: 20px;
	border: 4px #f5f5f5 solid;
}
.produktbox-head {
	padding: 0;
}
.produktbox-inhalt {
	padding: 20px;
}
.produktbox h3 {
	margin-top: 15px;
	margin-bottom: 0;
	color: #C73503;
}
.produktbox-text {
	min-height: 130px;
	padding: 10px 0;
}
.boxlink:hover, a:focus, a:active {
	text-decoration: none;
}
.btn-default {
	margin-top: 10px;
	border-color: #f6f6f6;
	color: #C73503;
	background-color: #f5f5f5;
}
.boxlink {
	color: #000;
}
.boxlink:hover {
	color: #000;
}
.map {
	padding: 60px 0;
}
/* ===  FOOTER  ===  */
footer {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
}
footer .footer-content {
	margin: 0;
	padding: 50px 0 20px 0;
	border-top: 4px #f5f5f5 solid;
	border-bottom: 4px #C73503 solid
}
footer h3 {
	margin: 10px 0 10px 0;
	padding-bottom: 15px;
	border-bottom: 3px #f5f5f5 solid;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
}
footer a, a:focus {
	color: #292726;
}
footer a:hover {
	color: #C73503;
}
footer hr {
	margin: 25px -15px;
	border: 0;
	height: 1px;
	border-top: #d6dfde 1px solid;
}
footer .margin-bottom20 {
	margin-bottom: 22px;
}
address {
	line-height: 1.8;
	color: #000;
}
address a:hover {
	color: #C73503;
}
/* ===  /FOOTER  ===  */
@media screen and (max-width: 768px){

.navbar-default {
    display: inherit;
}
.logo img {
	height: 120px;
	padding-left: 15px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-toggle {
    margin-right: 0;
}
.head-inhalt {
	padding: 0;
	font-size: 1.2rem;
}
h2 {
	margin-top: 30px;
	font-size: 1.75rem;
}
.item-box-desc h3 {
	font-size: 1.375rem;
}
.well-lg {
    padding: 40px 70px;
}
}
@media screen and (min-width: 980px) and (max-width: 1025px) {
.navbar-default .navbar-nav > li > a {
	font-size: 1.0625rem;
}
}
@media screen and (max-width: 414px){
h2 {
	margin-top: 5px;
	font-size: 1.5rem;
}
.navbar {
    margin-bottom: 10px;
}
.logo img {
    height: 70px;
}
.produkt-overview {
    padding: 15px 0;
}
.well-lg {
    padding: 20px 15px;
}
.item-box {
    margin-top: 20px;
}
.list-group {
    padding: 15px;
}

.tabs {
	padding: 15px;
}
.nav-tabs > li > a {
    padding: 10px;
    font-size: 0.875rem;
}
.tab-inhalt {
    padding: 0 0 15px 0;
}
footer .footer-content {
    padding: 30px 0 20px 0;
}
}
