/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
* {
	box-sizing: border-box;
}
html, body, form {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-size: 100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-top: 20px;
}
body, td, th {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	line-height: 170%;
}
img {
	border: 0;
}
button{
	cursor: pointer;
	background: rgba(175, 157, 91,1);
	color:#fff;
	border:none;
	text-transform:uppercase;
	transition: 0.3s all linear;
}
button:hover{
	color: rgba(175, 157, 91,1);
	background:#fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	color: rgba(175, 157, 91,1);
	text-transform: uppercase;
	margin-bottom:20px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
	color: #000;
	transition: 0.3s all linear;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.headline{
}
blockquote{
	color:rgba(175, 157, 91,1);
	border-left: 5px solid #ccc;
	padding-left:5px;
	margin-left:5px;
}
a {
	color: rgba(175, 157, 91,1);
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	border: 0px solid #ccc;
	background: #ccc;
	height: 1px;
}
.bg-dark,.navbar-dark{
	background: #000 !important;
}
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
	padding: 20px;
}
.box_ok, .box_error, .box_hinweis {
	padding: 10px;
	background: #f4f4f4;
	border-radius: 5px;
	color: #555;
	font-size: 16px;
	text-align: center;
	margin: 10px;
	border: 0.3px dashed #555;
}
.box_ok {
	background-color: #E1F4DD;
	border-color: #336633;
	color: #336633;
}
.box_error {
	background-color: #FFEAEA;
	border-color: #900;
	color: #900;
}
.box_hinweis {
	background-color: #FFC;
	border-color: #F93;
	color: #F93;
}
.c, .clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}
#nosite {
	padding: 100px 0;
	text-align: center;
}
#nosite h1 {
	color: #e30613;
}
.sizedimg {
	width: 100%;
	height: auto;
}
a.more,a.backbutton,a.abutton{
	display: inline-block;
	background: rgba(175, 157, 91,1);
	color: #fff;
	padding: 5px 20px;
	text-decoration: none;
	transition: 0.3s all linear;
}
a.backbutton{
	text-transform:uppercase;
	margin-bottom:10px;
}
a.backbutton:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f053";
  margin-right:10px;
}
a.more:hover,a.backbutton:hover,a.abutton:hover{
	color: rgba(175, 157, 91,1);
	background: #fff;
}
/* Layout */
header > div:first-child .col-sm-4{ text-align: center; margin-bottom: 20px; }
header > div:first-child .col-sm-8{ text-align: center; margin-bottom: 20px; }

header h2{
	font-weight:300;
}
#headercarousel{
	margin-bottom: 20px;
	position: relative;
}
#headercarousel h3{
	display: block;
	position: absolute;
	background: rgba(50,50,50,0.5);
	color:rgba(255,255,255,1);
	padding: 15px 20px !important;
	font-size: 18px;
	bottom: 20px;
	left: 20px;
	
}
/*header .slider h1{
	display: block;
	position: absolute;
	background: rgba(50,50,50,0.5);
	color:rgba(255,255,255,0.8);
	padding: 15px 20px !important;
	font-size: 18px;
	bottom: 20px;
	left: 20px;
}
header .slider img{
	display: inline-block;
	width: 100%;
}*/
header .navbar{
	margin: 0 ;
	border: none;
	background:#000;
	/*border-bottom:3px solid #333;*/
}
header .navbar li a{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	transition: 0.3s all linear;
	padding: 5px 10px;
}

header .navbar li:hover a{
	color:#000 !important;
	background:#fff;
}
header .navbar li.active a{	
	background: rgba(175, 157, 91,1);
}


content > div [class^='col-'] > section, content > section{
	margin-bottom:40px;
	padding:20px;
	transition: 0.3s all linear;
	display:block;
}
content.start > div [class^='col-'] > section:hover{
	background: #efefef;
	cursor:pointer;
}
/* Footer */
footer {
	color:#fff;
}
footer a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
footer a:hover {
	color:#efefef;
}
footer div.row > div {
	padding: 20px;
}
footer div.row:first-child {
	background: #000;
}
footer div.row:nth-child(2) {
	background: rgb(175, 157, 91);
}
footer div.row:first-child > div:nth-child(2) {
	position: relative;
	padding-right: 45px;
}
footer div.row:first-child > div:nth-child(2) i {
	color: #efefef;
	right: 20px;
	margin-top: 7px;
	position: absolute;
}
/* untermenue */
#leftmenue {
}
#leftmenue a {
	text-decoration: none;
	display: block;
	background: #FFF;
	color: #333;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	border-left: 5px solid #fff;
	padding: 7px;
	margin: 0 8px 0 0;
}
#leftmenue a.activeLM {
	border-left: 5px solid rgba(175, 157, 91,1);
	background: #ddd;
	color: #333;
	box-shadow: #999 0px 2px 5px;
}
#leftmenue a:hover {
	text-decoration: none;
	background: #777;
	color: #fff;
	border-left: 5px solid #000;
}
#leftmenue a.noLMborder {
	border-bottom: none;
}
#leftmenue a.subm {
	font-size: 12px;
	border: none;
	padding: 4px 7px 4px 10px;
	margin: 0 13px 0 5px;
	box-shadow: #999 0px 2px 5px;
}
#leftmenue a.subm:hover {
}
#leftmenue span.sbm_splitter {
	display: block;
	height: 2px;
	overflow: hidden;
}
/* */
.start_wm {
	padding: 20px 5px;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 270px;
}
.start_wm:hover {
	background: #f4f4f4;
}
.start_wm section {
	height: 90px;
	overflow: hidden;
}
.start_wm a {
	display: none;
}
.start_wm > div.wm_img {
	width: 100%;
	min-height: 120px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}
.start_wm .wm_img>div {
	position: absolute;
	right: 0px;
	bottom: 10px;
	padding: 5px;
	background: rgba(175, 157, 91,1);
	color: #fff;
	font-size: 16px;
	text-align: right;
}
.start_wm h2 {
	font-size: 24px;
}
.start_wm small {
	font-size: 12px;
	color: #666;
}

#wm_carousel .item div.cimg{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
	/*background-color:#F7FAFF;*/
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: center center;
	z-index:99;
}
#wm_carousel .item div.cimg2{
	background-size: auto 100%;
}

#wm_carousel .item  a.more{
	display:none;
}

#wm_carousel{
	overflow:hidden;
}
#start_news{
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#start_news > div{
	padding: 20px 20px 50px 20px;
}
#start_news > div > date{
	float: right;
	color: #999;
	font-size: 12px;
}
#start_news > div > a.more{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#wm_carousel .item h2{ font-size:18px; margin-bottom:5px;}
#wm_carousel .item h3{ font-size:15px;margin-bottom:5px;}
#wm_carousel .item .cpreis{
	display:block;
	position:absolute;
	right:0;
	top:10px;
	background:rgba(175, 157, 91,1);
	color:#fff;
	padding:5px 15px;
	z-index:100;
	font-size:18px;
}

.startwmitem {
	/*padding-bottom: 60px;*/
	cursor: pointer;
	margin-bottom: 40px;
}
.startwmitem:hover,#start_news>div:not(.text-center):hover {
	background: #efefef;
	cursor: pointer;
}
.startwmitem h2{padding: 0; margin: 0;}
.startwmitem h3{padding: 0; margin: 0;}
.startwmitem > .cimg{
	height:200px;
	background-color: #fff;
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: center center;
	overflow:hidden;
	margin: 15px 0;
}
.startwmitem > .cimg2{
	background-size: auto 100%;
}
.startwmitem > p.text-center{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;

}
/* Waffenmarkt */
.wm_element {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 10px 0px;
	line-height: 160%;
	cursor: pointer;
	background: #FFFFFF;
	color:#333;
}
.wm_element h3 {
}
.wm_element:hover {
	background: #FCF2E0; /* oder > EFF6F9 */
}
.wm_element img.propic {
	float: left;
	margin-right: 10px;
}
.wm_element a.more {
	clear: right;
	float: right;
	margin: 10px;
}
.wm_preis {
	float: right;
	font-size: 18px;
	color: rgba(175, 157, 91,1);
}
.wm_preis_detail {
	border-radius: 3px;
	clear: right;
	float: right;
	text-align: right;
	font-size: 26px;
	background: rgba(175, 157, 91,1);
	color: #FFF;
	padding: 5px;
	margin: 0 5px 10px 0px;
}
.wm_preis span, .wm_preis_detail span {
	font-size: 14px;
	max-width: 170px;
	display: inline-block;
}
.wm_preis sup, .wm_preis_detail sup {
	font-size: 10px;
}
.wm_ldesc {
	float: left;
	max-width: 450px;
}
#wm_detailansicht {
	padding: 10px;
	margin: 10px;
	line-height: 150%;
}
#wm_detailansicht h3 {
	font-size: 22px;
	line-height: 130%;
}
#wm_detailansicht h4 {
	font-size: 16px;
	line-height: 160%;
}
#wm_detailpics {
	clear: right;
	float: right;
	width: 360px;
	margin-left: 10px;
}
#wm_detailpics .wm_pic {
	margin: 5px 0px 5px 5px;
}
#wm_detailpics .wm_thumbs {
	margin: 5px;
}
#wm_searchframe {
	margin: 0px;
	padding: 5px;
	border: 1px dashed #ccc;
	background: #fafafa;
	color:#333;
}
#wm_bg_viewbuttons {
	height: 30px;
	margin-top: 25px;
}
#wm_bg_viewbuttons label {
	display: block;
	float: right;
	font-size: 11px;
}
#wm_bg_viewbuttons label select {
	font-size: 13px;
	width: 210px;
	color:#333;
	font-weight:normal;
}
/* Kontakt Modul */
#wm_kontaktform {
	margin: 20px 0;
	padding: 10px;
	border: 1px dashed #ccc;
	background: #efefef;
	color: #666;
}
#wm_kontaktform input {
	display: block;
	width: 100%;
}
#wm_kontaktform textarea {
	height: 120px;
	width: 100%;
}
#wm_kontaktform label {
	display: block;
	padding: 2px 5px 2px;
}
#wm_kontaktform button {
	margin-top: 20px;
	padding: 10px;
}
/* kontakt */
#map_canvas {
	width: 100%;
	height: 400px;
	background-color: #efefef;
	float: right;
}
.gm-style .gm-style-iw{
	color:#333;
}
/* BTN Button */
.btn-dispo {
	color: #FFFFFF;
	background-color: rgba(175, 157, 91,1);
	border-color: rgba(175, 157, 91,1);
	text-decoration: none;
}
.btn-dispo:hover, .btn-dispo:focus, .btn-dispo:active, .btn-dispo.active, .open .dropdown-toggle.btn-dispo {
	color: rgba(175, 157, 91,1);
	background-color: #fff;
	border-color: rgba(175, 157, 91,1);
}
.btn-dispo:active, .btn-dispo.active, .open .dropdown-toggle.btn-dispo {
	background-image: none;
}
.btn-dispo.disabled, .btn-dispo[disabled], fieldset[disabled] .btn-dispo, .btn-dispo.disabled:hover, .btn-dispo[disabled]:hover, fieldset[disabled] .btn-dispo:hover, .btn-dispo.disabled:focus, .btn-dispo[disabled]:focus, fieldset[disabled] .btn-dispo:focus, .btn-dispo.disabled:active, .btn-dispo[disabled]:active, fieldset[disabled] .btn-dispo:active, .btn-dispo.disabled.active, .btn-dispo[disabled].active, fieldset[disabled] .btn-dispo.active {
	background-color: #615C3D;
	border-color: #403C23;
}
.btn-dispo .badge {
	color: #615C3D;
	background-color: #FFFFFF;
}
/* Pulverlager */
.pulverlager > div{
}
.pulverlager > div > div{
	background: #fff;
	text-align:center;
	margin:20px;
	padding:20px;
	color:#333;
	font-size:12px;
	height:150px;
	cursor:pointer;
}

.pulverlager > div > div:hover{
	opacity:0.8;
}
.pulverlager > div > div img{
	margin:auto;
	display:block;
}
.table-hover > tbody > tr:hover td{
	color:#333;
}
@media (min-width: 576px){	
	header > div:first-child .col-sm-4{ text-align: left; }
	header > div:first-child .col-sm-8{ text-align: right; }
}
@media (min-width: 768px){
	header h2{
		margin-top: 5px;
	}
}
@media (min-width: 992px){
	header h2{
		margin-top: 10px;
	}
}
@media (min-width: 1200px){
	header h2{
		margin-top: 15px;
	}
}