/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
*/
/* Hide URL's on print */
@media print {
	a[href]:after {
		content: "";
	}
}

#hinweisVmgmtVorschau {
	position: absolute;
	z-index: 1031;
	left: 10px;
	top:10px;
	background-color: #ffe6e5;
	border: 1px solid #D9534F;
	color: #D9534F;
	border-radius: 3px;
	padding: 8px 15px;
}

ul.zusatz {
	margin: 0;
	padding: 0;
	list-style: none; 
}

ul.shortcuts-inline li a {
	display: inline-block;
}

/* apassungen für bootstrap */
.col-md-4 .eintrag .hidden-xs {
    display: none!important;
}

.col-md-4 .eintrag .col-sm-6 {
    width: 100%;
}

/*
|--------------------------------------------------------------------------
| Preview Tool
|--------------------------------------------------------------------------
*/
.preview-box{
	padding:30px;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
}

.preview-box form{
	display: inline-block;
}

.preview-box img {
	width:3%;
	height: auto;
	border-radius: 4px;
}

/*
|--------------------------------------------------------------------------
| Template: Login
|--------------------------------------------------------------------------
*/
.toggleLinks {
	margin: 20px 0;
}

.user-info {
	background-color: #f5f5f5;
	border-radius: 3px;
	padding: 8px 15px;
	margin-bottom: 20px;
}



/*
|--------------------------------------------------------------------------
| Template: News Ticker
|--------------------------------------------------------------------------
*/
.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: Sitemap
|--------------------------------------------------------------------------
*/
#sitemapliste ul ul {
	margin-left: 20px;
}



/*
|--------------------------------------------------------------------------
| Template: Formular
|--------------------------------------------------------------------------
*/
.required-control .control-label:after {
	content: " *";
}

input.captcha {
	margin-top: 5px;
}

#sicherheitscodeblock_bild {
	margin: 15px 0;
}



/*
|--------------------------------------------------------------------------
| Template: Megadropdown Yamm
|--------------------------------------------------------------------------
*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}



/*
|--------------------------------------------------------------------------
| Template: Gallery - PhotoSwipe
|--------------------------------------------------------------------------
*/
.photo-swipe {
	margin-bottom: -30px;
}

.photo-swipe > figure {
	margin-bottom: 30px;
}

.photo-swipe > figure > a > img {
	transition: opacity 0.15s ease-in-out;
}

.photo-swipe > figure > a:hover img {
	opacity: 0.85;
}

.photo-swipe > figure figcaption {
	margin-top: 5px;
}



/*
|--------------------------------------------------------------------------
| Template: Download
|--------------------------------------------------------------------------
*/
.download_content ul.jqueryFileTree {
	line-height: auto;
	font-family: inherit;
}

.download_content ul.jqueryFileTree > li {
	margin-bottom: 2px;
	background-position: 0 4px !important;
}

.download_content ul.jqueryFileTree > li:last-child {
	margin-bottom: 0;
}

.download_content ul.jqueryFileTree a {
	padding: 3px 5px;
	border-radius: 3px;
	display: inline-block;
}

.download_content ul.jqueryFileTree li:hover a,
.download_content ul.jqueryFileTree a:hover {
	background-color: #f5f5f5;
}
