/* @group Downloads */

.mce-content-body hr.icon_download_line {
	height: 1px;
	border: none!important;
	border-bottom: 1px solid #ccc!important;
	margin: 0;
}

.mce-content-body .downloads {
	margin-bottom: 20px;
}

.mce-content-body .downloads_sym {
	display: table-cell;
	vertical-align: top;
	padding-right: 8px;
}

.mce-content-body .downloads_body {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.mce-content-body p.icon_download,
.mce-content-body p.icon_link {
	margin-top: 7px;
	margin-bottom: 5px;
}

.mce-content-body p.icon_download_type {
	text-align: right;
	margin-top: 7px;
	margin-bottom: 5px;
	display: none;
}

@media (min-width: 768px) {
	.mce-content-body p.icon_download_type {
		display: block;
	}
}

#marginal .mce-content-body p.icon_download_type {
	display: none;
}

.mce-content-body .icon_download a:link,
.mce-content-body .icon_download a:visited,
.mce-content-body .icon_link a:link,
.mce-content-body .icon_link a:visited {
	text-decoration:none!important;
	display: block;
}

.mce-content-body .icon_download a:hover,
.mce-content-body .icon_link a:hover 	 {
	/*text-decoration:underline!important;*/
	background-color: #f5f5f5;
}

/* @end */

/* @group Seitentyp Pressemeldungen */

.mce-content-body .prKurztext {
	padding: 1em 0 1em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.mce-content-body .prBild {
	margin:0;
}

.mce-content-body .prBild img {
	width: 100%;
	height: auto;
	display: block;
}

.mce-content-body .prBildunterschrift {
	font-style: italic;
	padding: 0.6em;
	background-color: #f2f2f2;
}

.mce-content-body .prDownload {
	margin-bottom:0px;
	width:auto!important;
}

.mce-content-body .prDownload a {
	display: inline-block;
}

/* @end */

/* @group Teaser */

.tl0,
.tl1,
.tl2 {

}

.teaser {
	margin-bottom: 30px;
}

.teaser img {
	width: 100%;
	height: auto;
	display: block;
}

/* @end */

/* @group Bootstrap Slider */

.mce-content-body .carousel,
.mce-content-body .carousel-fade {
	margin-bottom: 30px;
}

.carousel-fade .carousel-inner > .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
}
.carousel-fade .carousel-inner > .item.active,
.carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control.left,
.carousel-fade .carousel-control.right,
.carousel-blend .carousel-control.left,
.carousel-blend .carousel-control.right {
	background: none;
}

.carousel-fade .carousel-inner .img-responsive,
.carousel-blend .carousel-inner .img-responsive {
	width: 100%;
}

.mce-content-body .carousel-fade a.left,
.mce-content-body .carousel-fade a.left:hover,
.mce-content-body .carousel-fade a.right,
.mce-content-body .carousel-fade a.right:hover,
.mce-content-body .carousel-blend a.left,
.mce-content-body .carousel-blend a.left:hover,
.mce-content-body .carousel-blend a.right,
.mce-content-body .carousel-blend a.right:hover {
	color: #fff;
	text-decoration: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.mce-content-body .carousel-fade .carousel-caption,
.mce-content-body .carousel-blend .carousel-caption {
	position: absolute!important;
}

.mce-content-body .carousel-fade ol,
.mce-content-body .carousel-blend ol {
	margin-top: 0;
	margin-bottom: 10px;
}

.mce-content-body .carousel-fade .carousel-indicators,
.mce-content-body .carousel-blend .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.mce-content-body .carousel-fade .carousel-indicators li,
.mce-content-body .carousel-blend .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.mce-content-body .carousel-fade .carousel-indicators .active,
.mce-content-body .carousel-blend .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.slideshow-fluid {
	position: relative;
}

.slideshow-fluid .rs_editslidebuttonContainer,
.slideshow-fluid .rs_liveeditbuttononpageContainer{
	display: block;
	position: absolute;
	z-index: 6;
	top: 5px;
	right: 5px;
}

/* @end */


/* @group Formulare */

.rsForm {
	margin-bottom: 15px;
}

.rsForm .form-error {
	color: #fc0c1b;
	font-size: 1.6em;
}

/* @end */

/* @group Downloads */

.downloads-empty {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 45px 15px 15px 15px;
	margin-bottom: 30px;
}
.downloads-empty p {
	margin: 0!important;
}

/* @end */

/* @group lightboxgalerie */

.galeria-item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.galeria-item:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.galeria-item .boxcontent {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover!important;
}

/* @end */

/* @group swipeGalerie */

.swipeGalerie {
	position: relative;
	margin-bottom: 30px;
}

.swipeGalerie .sgIcons {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.swipeGalerie .sgIcons p {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	font-size: 1em;
	/*font-family: Arial, sans-serif;*/
	line-height: 1;
	margin: 0;
	background: rgba(0,0,0,0.5);
}

/* @end */

/* @group thumbs und bilddb */

.bilddbsuchmenu {
	margin-bottom: 15px;
}

.panel-heading h3 {
	margin-bottom: 0!important;
}

.ltListe {
	width:100%;
	border-collapse:collapse;
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}

.ltListe td {
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ltListe td:first-child {
	text-align: left;
}

.bilddbsuchmenu .chosen-container {
	width: 100%!important;
}

.bilddbsuchmenu .chosen-results li.active-result {
	font-size: 15px!important;
}

.bilddbsuchmenu .chosen-default {
	font-size: 15px!important;
}

#thumbDreier {
	list-style-type: none;
	margin-bottom: 15px;
	list-style-type: none;
}

#thumbDreier .oneItem {
	/*border: 1px solid #333;*/
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 0 7px rgba(0,0,0,0.15);
	background-color: #fff;
}

#thumbDreier .box{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
#thumbDreier .box:before{
	content: "";
	display: block;
	padding-top: 100%;
}

#thumbDreier .boxcontent {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border-radius: 2px;
	/*background-color: #f5f5f5;*/
	border-bottom: 1px solid #eee;
	font-size: 10px!important;
}

#thumbDreier .boxcontent a:link,
#thumbDreier .boxcontent a:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-size: contain!important;
	/*background-size: cover!important;*/
}

#thumbDreier .oneItem .ltMinus {
	display: block;
	width: auto!important;
	height: auto!important;
	position: absolute;
	right: -12px;
	top: -15px;
	font-size: 24px;
	color: #f21c0a;
}

#thumbDreier .oneItem .ltMinus .glyphicon {
	background-color: #fff;
	border-radius: 100%;
}

#thumbDreier p {
	width: 100%;
	font-size: 1.3em;
	margin: 0;
	color: #444;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	padding: 0 0 7px 0;
	margin-bottom: 7px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-weight: bold;
}

#thumbDreier .lighttableadd,
#thumbDreier .downloaditem {
	width: 50%;
	display: inline-block;
	text-align: left;
	padding-bottom: 6px;
	/*border-bottom: 1px solid #ccc;*/
}

#thumbDreier .lighttableadd {
	padding-left: 7px;
}

#thumbDreier .downloaditem {
	text-align: right;
	padding-right: 7px;
}

#thumbDreier .lighttableadd a:link,
#thumbDreier .lighttableadd a:visited,
#thumbDreier .downloaditem a:link,
#thumbDreier .downloaditem a:visited {
	color: #444;
	font-size: 1.3em;
	font-style: normal;
	margin-bottom: 0;
	text-decoration: none;
}

#thumbDreier .lighttableadd a.istschon {
	color: #bbb;
}

.gnhmini {
	width: 69px;
	height: 69px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	overflow: hidden;
	background-color: #ddd;
}

.gnhmini table {
	border-collapse: collapse;
	border: none!important;
}

.gnhmini table td {
	vertical-align: middle!important;
	text-align: center!important;
	border: none!important;
	padding: 0!important;
	height: 69px;
	width: 69px;
}

.gnhmini table td img {
	border: none!important;
	max-height: 69px;
	max-width: 69px;
}

a.chzn-single:link,
a.chzn-single:visited {
	text-decoration: none!important;
}

/* @end */

/* @group TAGs */

.sw_minus {
	padding: 5px 5px 5px 25px;
	text-decoration: none!important;
	font-size: 1.3em;
	background: url('/images/minus.png') 3px center no-repeat #f5f5f5;
	line-height: 30px;
	box-shadow: 0 0 2px #787878;
	color: #333!important;
	background-color: #fff;
}

.sw_minus_disabled {
	padding: 5px 5px 5px 25px;
	text-decoration: none!important;
	font-size: 1.3em;
	background: url('/images/minus_disabled.png') 3px center no-repeat #f5f5f5;
	line-height: 30px;
	box-shadow: 0 0 2px #787878;
	cursor: default;
	color: #333!important;
}

a.sw_minus_disabled:hover {
	color: #000;
}

.sw_plus {
	padding: 5px 5px 5px 25px;
	text-decoration: none!important;
	font-size: 1.3em;
	background: url('/images/plus.png') 3px center no-repeat #f5f5f5;
	line-height: 30px;
	box-shadow: 0 0 2px #787878;
	color: #333!important;
	background-color: #fff;
}

/* @end */

/* @group Bild umfließen */

.mce-content-body .buKlammer {
	overflow: hidden;
}

.mce-content-body .bildumfluss-links,
.mce-content-body .bildumfluss-rechts {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.mce-content-body .bildumfluss-links {
		float:left;
		margin-right: 30px;
	}
	
	.mce-content-body .bildumfluss-rechts {
		float:right;
		margin-left:30px;
	}
}

/* @end */

/* @group kommentare funktion */

.mce-content-body .kommentar-block {
	background: rgba(100,100,100,0.08);
	border-radius:4px;
	overflow: hidden;
}

.mce-content-body .kommentar-block p {
	margin: 0;
	padding: 7px 10px 0 10px;
}
.mce-content-body .kommentar-block p.name-date {
	background: rgba(100,100,100,0.08);
	padding-bottom: 6px;
}
.mce-content-body .kommentar-block p:last-of-type {
	padding: 8px;
}

.mce-content-body .kommentar-block a {
	text-decoration: none;
}

.mce-content-body .kommentar-block a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Suchergebnisse */

.suchergebnis h2 {
    margin: 0;
}

.suchergebnis h2 a {
    text-decoration: none;
}
.nobr br {
    display: none;
}
.redlink {
    text-decoration: none!important;
    color: #444!important;
}

.suchweiter {
	text-align: right;
}

.mce-content-body .live-edit-form {
	position: relative;
	display: none;
}

.mce-content-body .live-edit-form input.prEinzeil {
	width: 100%!important;
}

.mce-content-body .live-edit-form .live-edit-form-close {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 35px;
	background: #fff;
	cursor: pointer;
}

/* @end */

.adminModus {
	font-family: Arial!important;
	font-size: 10px!important;
	line-height: 1!important;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 10000000000000;
}
.adminModus a {
	cursor: pointer;
}