/*
|--------------------------------------------------------------------------
| etc
|--------------------------------------------------------------------------
*/
/*Keine LinkPfade ausgeben bei Druckversion*/
@media print {
	a[href]:after {
		content: "";
	}
}

#progress{
	position: static;
}

#hinweisVmgmtVorschau{
	position: absolute;
	z-index: 1031;
	left: 50%;
	top:10px;
	background-color: #ffe6e5;
	border: 1px solid #D9534F;
	border-radius: 4px;
	padding: 8px 15px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

#content img{
	max-width: 100%;
}

div.banner{
	margin-bottom: 10px;
}

.banner > div, .banner > div img{
	width: 100%;
}

ul.banner{
	margin: 0;
}

ul.zusatz{
	margin: 0;
	list-style: none; 
}

ul.shortcuts-inline li a{
	display: inline-block;
	margin-top: 16px;

}

ul.shortcuts-inline li.active a{
	font-weight: bold;
}

/*
|--------------------------------------------------------------------------
| Template: Login
|--------------------------------------------------------------------------
*/
.toggleLinks{
	margin: 20px 0;
}

.user-info{
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

/*
|--------------------------------------------------------------------------
| Template: Tabs
|--------------------------------------------------------------------------
*/
.tabNavi a:focus{
	outline: none;
}

.tabs .tabinhalt {
	float:left;
	padding-bottom:50px;
	padding-top:5px;
}

.tabs .tabinhalt div {
}

.tabs .tabinhalt .active {
	display:block;
	border-top:0px;
}

.tabs .tabinhalt .versteckt {
	display:none;
}


.accordion a:focus{
	outline: none;
}

/*
|--------------------------------------------------------------------------
| Template: Galerie
|--------------------------------------------------------------------------
*/

/*****PhotoSwipe Custom Styles*****/
.photo-swipe > figure {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 6px;
}

.photo-swipe figure a {
	display: inline-block;	
}

.photo-swipe figure.caption {
	display: none;	
}

.pswp__caption p {
	margin: 0;
}


/*****newsTicker*****/
.newsTicker ul{
	list-style:none;
	margin:0;
	padding:0;
	border-top: 1px solid rgb(238, 238, 238);
}
.newsTicker ul li{
	border-bottom: 1px solid rgb(238, 238, 238);
	padding:15px;
}
.newsTicker ul li a{
	display:block;
}

/*
|--------------------------------------------------------------------------
| Template: Download Cloud
|--------------------------------------------------------------------------
*/
table.table th{
	border: none;
}

table.table tr.sub1 .icon{
	margin-left: 10px;
}

table.table tr.sub2 .icon{
	margin-left: 20px;
}

table.table tr.sub3 .icon{
	margin-left: 30px;
}


table.table tr.sub4 .icon{
	margin-left: 40px;
}

table.table td.description{
	border-top: none;
	font-size: 12px;
	color: #ccc;
	padding-top: 0;
}

.icon{
	cursor: pointer;
}

a.download{
	padding: 17px 2%;
	border-top: 1px solid #ECF0F1;
	display: block;
}

a.download.download-pdf{
	background: transparent url("/art/template_download/pdf.png") 98% center no-repeat;
}

a.download.download-word{
	background: transparent url("/art/template_download/doc.png") 98% center no-repeat;
}

a.download.download-excel{
	background: transparent url("/art/template_download/xls.png") 98% center no-repeat;
}

a.download:last-of-type{
	border-bottom: 1px solid #ECF0F1;
}

a.download:hover,
a.download:focus{
	cursor: pointer;
	background-color: #FAFAFA;
	text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
#sitemapliste ul ul{
	margin-left: 20px;
}

#sitemapliste ul ul a:hover{
	background-color: #eee;
	border-radius: 0;
}

/*
|--------------------------------------------------------------------------
| Formular
|--------------------------------------------------------------------------
*/
.required-control .control-label:after {
	content: " *";
	color: #fc4c5e;
}

input.captcha{
	margin-top: 5px;
}

.not-required{
	font-weight: normal;
}

.form .control-label{
	text-align: right;
	padding-top: 7px;
}

.form .form-group input,
.form .form-space-bottom{
	margin-bottom: 15px;
}

.form .radio .radio-inline.first{
	padding-left: 0;
}

#sicherheitscodeblock_bild{
	margin: 15px 0;
}

.list-inline .form-inline{
	margin-top: 10px;
}

/*
|--------------------------------------------------------------------------
| Megadropdown Yamm
|--------------------------------------------------------------------------
*/

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}

/*
|--------------------------------------------------------------------------
| socialshareprivacy
|--------------------------------------------------------------------------
*/
@media only screen and (max-width : 500px) {

  ul.social_share_privacy_area li{
  	width: 200px ! important;
    margin-bottom: 10px ! important;
  }

}