@charset "utf-8";
@import url(/inc/fonts_0.1.css);
/* CSS Document */
* {
	box-sizing: border-box;
}
body {-ms-overflow-style: scrollbar;} 
body, html, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body, td, th {
	color: #303030;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
a {
	color: #72c02c;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.special-ul {
	list-style-image: url(img/ul-haken.png);
	padding-left: 30px;
}
.special-ul li {
	margin-bottom: 5px;
}
.input {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #c60;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px 3px;
	width: 250px;
}
.input2 {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #c60;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px 3px;
	width: calc(100% - 5px);
}
.textarea {
}
.normalField, .extentedField{
	width:calc(100% - 10px);
	margin:0 5px;
}
textarea.extentedField{
	height:33px;
}
.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;
}
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Suche */
.searchframe{
	display:none;
	background:#FFF;
	border:#bbb 1px solid;
	box-shadow:#bbb 0px 10px 10px;
	height:0px;
	width:170%;
	position:absolute;
	z-index:10000;
	text-align:left;
	padding:10px;
	overflow:auto;
}
li.hidden .searchframe{
	width:110%;
}
.searchresults2{
	 padding:20px;
}
.searchresults p,#searchresults2 p{
	color:#888;
	margin:0;
	padding:0;
}
.searchresults a,#searchresults2 a{
	font-size:14px;
	margin:0;
	color:#000 !important;
}
.searchresults a:hover,#searchresults2 a:hover{
	color:#72c02c !important;
}
.searchresults > div,#searchresults2 > div{
	padding:5px;
	margin:5px 0;
}
.searchresults > div:nth-child(odd),#searchresults2 > div:nth-child(odd){
	background:#f4f4f4;
}
.searchresults2 > div{
	background:#fff;
	padding:20px;
	margin-bottom:20px;
}
.searchresults2 > div:hover{
	opacity:0.8;
	cursor:pointer;
}
.searchresults2 .pic{
	float:left;
	margin-right:10px;
}
.searchresults2 div.preis{
	background:#000 !important;
	float:right;
	font-size:18px;
	color:#fff;
	padding:10px;
	margin-top:0px;
	text-align:right;
	width:150px;
	clear:right;
}
.searchbar{
	display:none;
	position:absolute;
	border:1px solid #ccc;
	padding:15px;
	left:-150px;
	background:#fff;
	z-index:999;
	box-shadow: #ccc 0 0 10px;
}

.searchbar input[type='text']{
	width:150px;
}
p.snofound{
	color:#900 !important;
}
/* Layout */
main {
	line-height: 150%;
}
main .titleheader {
	margin: 20px 0 10px;
	border-bottom: 1px solid #c7c7c7;
}
main .titleheader h1 {
	color: #444;
	border-bottom: 1px solid #0064a8;
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 10px 0;
}
main h2 {
	color: #0064a8;
	font-weight: 600;
	margin-bottom: 10px;
}
/* Button: Fight 4 Right Fördermitglied werden*/
header .topbar > ul > li > a#fightforlink{
	padding:0!important;
	border:none;
}
#fightformitglieder{
	width: 150px;
}
@media (max-width: 992px){
	main .sidebar-nav{
		display:none;
	}
}
footer {
	background: #272727;
	border-top: 3px solid #c7c7c7;
	color: #fff;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	position: relative;
}
footer h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0;
	border-bottom: 1px solid #6e6e6e;
}
footer .col-kontakt {
	text-align: right;
	font-size:12px;
}
footer .col-kontakt h4 {
	border-bottom: 1px solid #0064a8;
	display: inline-block;
	width: 100%;
}
footer .col-kontakt p{
	margin-top:10px;
	margin-right:20px;
	color:#ccc;
	position:relative;
}
footer .col-kontakt p .glyphicon{
	position:absolute;
	right:-20px;	
}
footer div.active h4 {
	border-bottom: 1px solid #0064a8;
}
footer .underfooter {
	background: #1c1c1c;
	margin-top: 10px;
	border-top: 2px solid #6a6a6a;
	font-size: 12px;
	padding: 10px;
}
footer nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
footer nav ul li a{
	font-size:11px;
}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 38px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
	z-index: 9999;
}
/* Startseite */

.partnerband {
	background: #ededed;
}
.partnerband .col-md-2 {
	text-align: center;
}
.partnerband .col-md-2 a {
	padding: 10px 0;
	display: block;
}
.partnerband .col-md-2 a:hover {
	background: #f6f6f6;
	cursor: pointer;
}
.partnerband .col-md-2 a img{
	max-width:162px;
}

/* -*/
/*header .navbar-brand img{
	transition:all linear 0.5s;	
}*/
header a:hover {
	transition: 0.3s all linear;
}
header .navbar {
	background: #fff;
	border: none;
	border-radius: 0;
	border-bottom: 3px solid #dcdcdc;
	margin: 0;
}
header .navbar .navbar-toggle {
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
}
header .navbar .navbar-toggle .icon-bar {
	background-color: #888;
}
header .navbar .navbar-nav {
}
header .navbar .navbar-nav > li > a {
	text-transform: uppercase;
	color: #595959;
}
header .navbar .navbar-nav > .active > a {
	color: #0064a8;
}
header .navbar .navbar-nav > .active {
	/*background: #fff;*/
	border-bottom: 3px solid #0064a8;
}
header .topbar > ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
header .topbar > ul > li {
	float: left;
	margin-left: 15px;
	min-height: 25px;
	line-height: 20px;
}
header .topbar > ul > li > a {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 5px 10px;
}
header .topbar > ul > li > a.mitgliederlogin {
	background: #72c02c;
	border-color: #72c02c;
	color: #fff;
}
header .topbar > ul > li > a.mitgliederlogin:hover {
	background: #fff;
	color: #72c02c;
}
header .topbar > ul > li > a.mitgliederlogin2 {
	background: #0B65A9;
	border-color: #0B65A9;
	color: #fff;
}
header .topbar > ul > li > a.mitgliederlogin2:hover {
	background: #fff;
	color: #0B65A9;
}
header .topbar .glyphicon-menu-down{
	font-size:10px;
}
header .navbar-brand img {
	width: 150px;
	height: auto;
}
header .navbar-header{
	clear:right;
}
.navcont #navbar-collapse-1 {
	margin-bottom: -3px !important;
}
/*.headerpic{
	width:100%; max-height:400px; overflow:hidden;
}*/
/* Fixed Navbar */
header .navbar .navbar-nav > li.hidden > a{
	color:#72c02c;
}
header .navbar .navbar-nav > li.active > a{
	color:#0064a8;
}
header .navbar-fixed-top .topbar{
	display:none;
}
header .navbar-fixed-top .navbar-brand img{
	width:80px !important;
}
header .navbar-fixed-top .navcont {
	margin-top:0 !important;
}
/*header .navbar-fixed-top{
	top:-100px;
}*/
header .navbar-fixed-top .hidden {
	display: block !important;
}
@media (min-width: 1080px) {
	header .navbar-brand img {
		width: 300px;
	}
	.navcont {
		margin-top: 100px;
	}
}
@media(max-width:610px){
	/*header .topbar > ul > li > a span:not(.glyphicon) {
		display:none;
	}*/
	header .topbar ul li{
		margin-left: 5px;
	}
	.searchframe{
		width:100%;
	}
}
@media(max-width:503px){
	a#fightforlink {
		position: absolute;
		top: 40px;
		right: -84px;
	}
}
@media(max-width:380px){
	a#fightforlink {
		top: 40px;
		right: -43px;
	}
	header .navbar-brand img {
		width: 100px;
	}
	header .topbar ul li{
		margin-left: 0px;
	}
	
}

@media(max-width:767px){

	/* Submenue */
	.dropdown-submenu {
		position: relative;
		clear: both;
	}
	.dropdown-submenu > .dropdown-menu {
		display: block;
	}
	.dropdown-submenu > .dropdown-menu > li > a {
		font-size:12px;
		line-height: auto!important;
		padding: 3px 10px 3px 30px !important;
	}

}

@media(min-width:768px){
	/* Menue */
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	/* Submenue */
	.dropdown-submenu {
		position: relative;
		clear: both;
	}
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		right:auto;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #cccccc;
		margin-top: 5px;
		margin-right: -10px;
	}
	.dropdown-submenu:hover > a:after {
		border-left-color: #ffffff;
	}
	.dropdown-submenu.pull-left {
		float: none !important;
	}
	.dropdown-submenu.pull-left > .dropdown-menu {
		border-radius: 6px 0px 6px 6px;
		left: auto;
		margin-left: 10px;
		right: 98%;
	}
	.searchbar {
		left:-300px;
	}
	.searchbar input[type='text']{
		width:300px;
	}
}
@media(max-width:991px){.vdb_provenexpert {display:none;}}
.vdb_provenexpert{
	padding-top: 20px;
}
.vdb_provenexpert:hover .closepe{
	display: block;
}
.closepe{
	display: none;
	height: 20px;
	line-height: 20px;
	width: 80px;
	font-size: 12px;
	text-align: center;
	background: #c2af74;
	color: #fff;
	top:0px;
	right: 2px;
	position: absolute;
	transition: 0.2s linear all;
}
.closepe:hover{
	background: #333333;
	color: #fff;
}
/* Waffenmarkt */
#vdb_pagenumbers_top {
	margin: 20px 5px 10px;
}
#vdb_bg_viewbuttons {
	color: #999;
	float: right;
}
#vdb_bg_viewbuttons select{
	margin-right:15px;
}
/*#vdb_bg_viewbuttons a .glyphicon {
	font-size:22px;
	color:#666;
}
#vdb_bg_viewbuttons a.active .glyphicon{
	color:#72C02C;
}
#vdb_bg_viewbuttons a:hover .glyphicon {
	color:#337ab7;
}*/
#vdb_pagenumbers_bottom {
	margin: 10px 5px 20px;
}
#searchform > div.wsearchbox{
	background:#f4f4f4;
	padding:20px;
}
#searchform .row .col-md-4{
	margin-bottom:10px;
}

#searchform > div.wsearchbox hr{
	color:#ccc;
	background:#ccc;
	border-color:#ccc;
}
.wvk{
	text-align:center;
	margin:20px;
}
.wvk h1{
	margin-bottom:10px;
	font-weight:600;
	font-size:24px;	
	color:#72c02c;
}
.wvk a span{
	background:#72c02c;
	border-radius:50%;
	display:inline-block;
	color:#fff;
	padding:5px;
}
/* -------------------- */
/* LIST & GRID ELEMENT */
#elements .thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#elements .item{
	cursor:pointer;
}

#elements .item .preis{	
	background: #72c02c;
	color: #fff;
	font-size: 24px;
	padding: 10px 15px;
	text-align: right;
}

#elements .item .lead{
	margin-bottom: 0px;
}
#elements .item .lead.preis{
	line-height:20px;
}
#elements .item .lead small{
	font-size: 14px;
	display:block;
}
#elements .item .preis sup{
	font-size: 12px;
}
#elements .item .propic{
    width: 100%;
	height:62%;
	min-height:200px; /* TBD Höhe nach Monitor größen ! */
	overflow:hidden;
	position:relative;
}
#elements .item .mempic{
    width: 100%;
	height:62%;
	max-height:155px; /* TBD Höhe nach Monitor größen ! */
	overflow:hidden;
	position:relative;
}
#elements .item.list-group-item .propic{
	float:left;
	max-width:400px;
	margin-right:10px;
}
#elements .item.list-group-item .mempic{
	float:right;
	max-width:260px;
	margin:10px;
}

#elements .item.list-group-item .preis{
	float:right;
}
#elements .item .propic img{
	position: absolute;
	  left: 50%;
	  top: 50%;
	  height: auto;
	  width: 100%;
	  -webkit-transform: translate(-50%,-50%);
		  -ms-transform: translate(-50%,-50%);
			  transform: translate(-50%,-50%);
}
#elements .item .propic img.landscape{
	  height: 100%;
	  width: auto;
}
#elements .item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
#elements .item.list-group-item:hover
{
    background: #428bca !important;
}

#elements .item.list-group-item .list-group-image
{
    margin-right: 10px;
}
#elements .item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
#elements .item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
#elements .item.list-group-item:before,#elements .item.list-group-item:after
{
    display: table;
    content: " ";
}
#elements .item.list-group-item:after
{
    clear: both;
}
#elements .list-group-item-text
{
    margin: 0 0 11px;
}
#elements .item.grid-group-item:hover .thumbnail{
	background:#efefef;
}

/* ------------------------ */
.vdb_gb_element {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 10px 0px;
	line-height: 160%;
	cursor: pointer;
	overflow: auto;
}
.vdb_gb_element h3 {
}
.vdb_gb_element:hover {
	background: #f2f2f2;
}
.vdb_gb_element img.propic {
	float: left;
	margin-right: 10px;
}
.vdb_gb_element a.more {
	display:none;
}
.vdb_gb_preis {
	float: right;
	background: #72c02c;
	color: #fff;
	font-size: 24px;
	padding: 10px 15px;
	text-align: right;
	min-width: 250px;
	margin-bottom: 3px;
}
.vdb_gb_preis_detail {
	border-radius: 3px;
	text-align: right;
	font-size: 36px;
	background: #72c02c;
	color: #FFF;
	padding: 15px;
	margin-bottom: 10px;
}
.vdb_gb_preis span, .vdb_gb_preis_detail span {
	font-size: 14px;
	/*max-width:170px;*/
	display: block;
}
.vdb_gb_preis sup, .vdb_gb_preis_detail sup {
	font-size: 10px;
}
.vdb_gb_preis strong {
	font-size: 12px;
	color: #000;
	display: block;
}
.vdb_gb_ldesc {
	float: left;
	max-width: 400px;
}
#vdb_gb_detailansicht {
	padding: 10px;
	margin: 20px;
	line-height: 150%;
}
#vdb_gb_detailansicht h3 {
	font-size: 22px;
	line-height: 130%;
}
#vdb_gb_detailansicht h4 {
	font-size: 16px;
	line-height: 160%;
}
.vdb_gb_pic {
	margin: 0 5px;
}
.vdb_gb_thumbs {
	margin: 5px;
}
#anbieterinfo {
	padding: 15px;
	width: 100%;
	min-width: 200px;
	margin-top: 15px;
	margin-bottom:30px;
	box-shadow: 3px 3px 10px #ccc;
	/*border: 2px dashed #CC6600;*/
}
#anbieterinfo ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#anbieterinfo ul li {
	margin: 10px 0;
}
#anbieterinfo ul li a {
	color: #C60;
	font-weight: bold;
}
#creditinfo {
	width: 100%;
	min-width: 202px;
	margin-top: 5px;
	border: 1px solid #34A26D;
	position: relative;
}
#creditinfo p{
	padding: 15px;
	margin:0;
	cursor:pointer;
}
#creditinfo a{
	float:right;
}
#creditinfo:hover{
	opacity: 0.8;
}
#creditinfo p {
	text-align: center;
	margin-top: 5px;
}
#creditinfo span, #wm_versand span {
	color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px !important;
	position: absolute;
	text-align: right;
	width: 80%;
	right: 5px;
	top: -2px;
}
#wm_versand {
	background: #131A0D;
	color: #fff;
	width: 100%;
	padding: 15px;
	min-width: 202px;
	text-align: center;
	font-weight: 600;
	position: relative;
}
#wm_versand:hover {
	opacity: 0.9;
}
#wm_versand a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #A8B806;
}
#searchframe {
	padding: 5px;
}
#marketfooter {
}
#marketfooter div {
	float: left;
	margin: 3px;
	width: 115px;
}
#marketfooter div ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: square;
	font-size: 11px;
}
#marketfooter div ul li a {
	color: #666666;
}
/* Mitglieder anzeigen*/
#map_canvas {
	width: 100%;
	height: 400px;
	background-color: #efefef;
	float: right;
}
/* Kontakt Modul */
#vdb_gb_kontaktform {
	margin: 20px 0;
	padding: 10px;
	border: 1px dashed #ccc;
	background: #efefef;
	color: #666;
	position:relative;
}
#vdb_gb_kontaktform input {
	display: block;
	width:100%;
}
#vdb_gb_kontaktform textarea {
	height: 160px;
	width:100%;
}
#vdb_gb_kontaktform label {
	display: block;
	padding: 2px 5px 2px;
}
#vdb_gb_kontaktform button {
	margin-top: 20px;
	padding: 10px;
	cursor: pointer;
}
/* Waffen-ABC */
#waffen_abc_list {
	margin: 20px 50px;
	line-height: 160%;
}
#waffen_abc_list dt {
	font-weight: bold;
}
#waffen_abc_list dd {
	margin-bottom: 20px;
	width: 550px;
}
/* Werbung */
#vdb_werb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	text-transform: uppercase;
}
/* News */
#start_topnews {
	height: 400px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 2px 2px 10px #ccc;
}
.start_news_element {
	margin-bottom: 20px;
	cursor: pointer;
}
.start_news_element:hover {
	background: #f2f2f2;
	transition: 0.3s all linear;
	padding: 5px;
}
.start_news_element:hover a {
	transition: 0.3s all linear;
	background: #000;
}
.start_news_element a, #start_topnews a {
	display: inline-block;
	float: right;
	background: #72c02c;
	color: #fff;
	padding: 2px 5px;
}
#start_topnews a {
	position: absolute;
	bottom: 20px;
	right: -10px;
}
#start_topnews div {
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 445px;
}
#start_topnews h1 {
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
	font-size: 18px;
	padding: 5px 10px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
#start_topnews h2 {
	background: rgba(0, 100, 168, 0.7);/*#0064a8;*/
	color: #FFF;
	font-size: 18px;
	padding: 5px 10px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
/* Start WM */
.start_wm_element {
	margin-bottom: 20px;
}
.start_wm_element:hover {
	background: #f2f2f2;
	cursor: pointer;
	transition: 0.3s all linear;
	padding: 5px;
	margin-bottom: 10px;
}
.start_wm_element span {
	display: block;
	float: right;
	background: #72c02c;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
}
.start_wm_element strong {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.start_wm_element sup {
	font-size: 10px;
}
.start_wm_element a {
	display: none;
}
.start_wm_img {
	width: 150px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
}
.start_wm_mid {
	overflow: hidden;
	width: 100%;
	height: 440px;
	position: relative;
	background: #f2f2f2;
	cursor: pointer;
}
.start_wm_mid:hover {
	transition: 0.3s all linear;
	opacity: 0.9;
}
.start_wm_mid img {
	position: absolute;
	z-index: 99;
}
.start_wm_mid span {
	display: block;
	position: absolute;
	float: right;
	background: #72c02c;
	color: #fff;
	font-size: 36px;
	padding: 20px;
	z-index: 105;
	right: 0;
	top: 20px;
}
.start_wm_mid sup {
	font-size: 20px;
}
.start_wm_mid h2 {
	position: absolute;
	background: #fff;
	z-index: 106;
	padding: 5px 10px;
	top: 350px;
	opacity: 0.9;
	left: 3px;
}
.start_wm_mid h3 {
	position: absolute;
	background: #fff;
	z-index: 107;
	padding: 5px 10px;
	top: 311px;
	left: 3px;
	line-height: 180%;
	opacity: 0.9;
}
.start_wm_mid p {
	position: absolute;
	background: #fff;
	z-index: 108;
	padding: 5px 10px;
	top: 383px;
	left: 3px;
	opacity: 0.9;
}
.start_wm_mid strong {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
/* Start Mitglieder */
.start_mem {
	height: 300px;
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}
.start_mem a {
	background: #72c02c;
	color: #fff;
	padding: 2px 5px;
	right: -5px;
	bottom: 5px;
	text-decoration: none;
	display: block;
	position: absolute;
	z-index: 105;
}
.start_mem:hover a {
	background: #333;
	transition: 0.3s all linear;
}
.start_mem div:not(.start_mem_img) {
	float: right;
	color: #999;
	font-size: 12px;
	text-align: right;
	bottom: 0;
	right: 0;
	position: absolute;
}
.start_mem_img {
	background: #f2f2f2;
	height: 175px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.start_mem_img img.start_mpic {
	position: absolute;
	left: 0;
	bottom: 0;
}
.start_mem_img img.start_logo {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
}
/* Mitgliederbereich */
#member_login{
	width:300px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 0 0 20px #ddd;
	padding:20px;
	margin:40px auto;	
}
#member_login input,#member_login label{
	display:block;
}
/* Interner Bereich */
input.error,textarea.error{
	background-color: #FFEAEA;
	border-color: #900;
	color: #900;
}
.be_listelement{
	padding:5px;
	border:1px solid #ccc;
	margin-bottom: 15px;
}
.be_listelement img{
	max-width:300px;
}
.be_listelement .be_sonstiges{
	clear:both;
	text-align:center;
	display:block;
	font-weight:bold;
}
#overlaybox{
	display:none;
	width:600px;
    border:10px solid #666;
	border:10px solid rgba(82, 82, 82, 0.698);
	border-radius:8px;
}
#overlaybox > div:first-child{
	background:#FFFFFF;
    padding:10px;
    border:1px solid #3B5998;
}
#overlaybox h1{
	margin:-11px;
	margin-bottom:0px;
	padding:5px 10px;
	font-size:20px;
	width:100%;
	background:#49738B;
	color:#FFFFFF;
	border:1px solid #3B5998;
}
#overlaybox div{
}
.be_propic{
	float:left;
	margin-right:5px;
}
.be_elementdeaktiviert{
	background:#FFDFDF;
}
.be_elementgeloescht h3{
	color:#900;
	text-decoration:line-through;
}

.be_elementgeloescht .be_listbut{
	text-decoration:line-through;
}
.be_elementgeloescht .be_delinweis{
	text-decoration:line-through;
}
.be_elementgeloescht .be_sonstiges{
	color:#900;	
}
.be_listelement:hover{
	background:#f4f4f4;
}

.be_listelement span.be_delinweis{
	font-size:11px;
}
.be_listelement .be_preis{
	float:right;
	font-size:15px;
	color:#CC6600;
}
.be_listelement .be_listbut{
	clear:right;
	float:right;
	text-align:right;
}
.be_listelement .be_listbut p{
	margin:3px 0 0 0;
	font-size:10px;
}
.be_listelement a.fehlBehoerde{
	float:right;
}

.be_listelement .webview, .be_listelement .copyview{
	clear:both;
}
.be_headerelement{
	padding:5px;
	background:#0064a8;
	color:#fff;
	margin-bottom:0px;
	margin-top:10px;
}
#neuesAngebotBut,#neueNachrichtBut,#neuesKaufgesuchBut,#AngebotePrint,#DeleteComplete{
	float:right;
	margin-left:10px;
	cursor:pointer;
}
#be_form{
	padding:20px;
	border: 1px dashed #ccc;
}
.be_formframe{
	border: 1px dashed #ccc;
	background:#f4f4f4;
	margin:15px;
	padding:15px;
}
.be_formframe,.be_formframe td{
	font-size:14px;
}
.be_formframe label{
	color: #777;
}
.be_picprev{
	border:1px dotted #999;
	padding:5px;
	margin:2px auto;
	width:500px;
}
.be_picprev a{
	clear:right;
	float:right;
}
.be_picprev img{
	float:right;
}
/* DPD Partnerseite */
a.dpd-link{
	color:#333;
	text-decoration:none;
}
a.dpd-h2{
	border-bottom:1px solid #E50F24; padding-bottom:5px;
}
a.dpd-link:hover{
	color:#E50F24;
	text-decoration:none;
}
a.dpd-link:hover img{
	opacity:0.8;
}
/* VDB partner */
.partnerlist{
	margin:40px auto;
}
.partnerlist div > div{
	height:170px;
	width:100%;
	box-shadow:3px 3px 10px #ccc;
	border-radius:3px;
	padding:10px;
	margin:15px;
	text-align:center;
	cursor:pointer;
}

.partnerlist div > div:hover{
	opacity:0.7;
	transition:0.3s all linear;
	box-shadow:0px 0px 10px #000;
}
.partnerlist div > div img{
	height:auto;
	max-width:150px;
	max-height:80px;
	display:block;
	margin:10px auto;
}
.partnerlist div > div strong{
	display: block;
}
.partnerlist div > div a{
	display: none;
}
.partner_contact{
	background:#f4f4f4;
	padding:20px;
	margin:10px 2px;
	border-radius:5px ;
}
.kvopticell{
	width:50%;
	vertical-align:top;
	line-height:180%;
	padding:10px;
	border: 2px #d9d9d9 solid;
}
.kvopticell h4{
	color:#53a43d;
	font-size:16px;
}
a.kvoptilink{
	background-color:#53a43d;
	color:#fff;
	text-decoration:none;
	text-align:center;
	width:100%;
	padding:10px 0;
	display:block;
	font-size:16px;
}

a.kvoptilink:hover{
	opacity:0.8;
}
.frankonia{
	border: 1px #C6EF00 solid;
	border-radius:3px;
	box-shadow:#ccc 0 0 10px;
	width:500px;
	margin:auto;
	padding:40px;
	text-align:center;
}

.frankonia h3{
	color:#9CBD00;
	font-size:30px !important;
	text-transform:uppercase;
}
.frankonia a{
	color:#193F33;
	font-size:16px;
	display:block;
	margin-bottom:20px;
}
.frankonia a:hover{
	color:#9CBD00;
	text-decoration:none;
}
.frankonia hr{
	margin:40px 0;
}
/* Bootstrap überschreiben */
.btn-success {
    background-color: #72C02C;
    border-bottom-color: #4cae4c;
    border-left-color: #4cae4c;
    border-right-color: #4cae4c;
    border-top-color: #4cae4c;
    color: #fff;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    border-bottom-color: #398439;
    border-left-color: #398439;
    border-right-color: #398439;
    border-top-color: #398439;
    color: #fff;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #72C02C;
    border-bottom-color: #4cae4c;
    border-left-color: #4cae4c;
    border-right-color: #4cae4c;
    border-top-color: #4cae4c;
}
.btn-success .badge {
    background-color: #fff;
    color: #72C02C;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active a:hover{
	background:#efefef;
}
.tab-content{
	padding:20px; border:#ddd 1px solid; border-top:none; background:#efefef;
}
/* Waffengesetz */
main .paragraph{
	margin-left:20px;
}
main .paragraph .idiv{
	margin-left:20px;
}
main .paragraph h3,main .abstand h3,
main .paragraph h4,main .abstand h4{
	font-weight: 600;
	margin-top:10px;
}
main .abstand{
	margin:40px 0 10px;
}
/* Mitglieder Bilder */

.img-logo{
	position: absolute;
	width: 40%;
	height: auto;
	padding: 5px;
	background: #fff;
}
.img-logo img{ width: 100%; height: auto;
	}
.img-logo.right_top{
	top:5px;
	right:5px;
	bottom:auto !important;
}
.img-logo.left_top{
	top:5px;
	left:5px;
	bottom:auto !important;
}
.img-logo.right_bottom{
	bottom:5px;
	right:5px;
	top:auto !important;
}
.img-logo.right_bottom{
	bottom:5px;
	left:5px;
	top:auto !important;
}
.nav > li > a {
	padding: 10px 12px !important;
}