/* Slider */
.home-exhibition .owl-theme .owl-nav [class*='owl-'],
.owl-circles-top.owl-theme .owl-nav [class*='owl-'] {
 margin: 0;
padding: 0; 
 background: none; 
 font-size:25px;
}
.home-exhibition .owl-theme .owl-nav,
.owl-circles-top.owl-theme .owl-nav {
	position:absolute;
	bottom:50%;
	margin:0;
	margin-bottom:-14px;
	width:100%;
}
.home-exhibition .owl-theme .owl-nav .owl-next,
.owl-circles-top.owl-theme .owl-nav .owl-next{
	float:right;
	margin-right:-10px;
}
.home-exhibition .owl-theme .owl-nav .owl-prev,
.owl-circles-top.owl-theme .owl-nav .owl-prev{
	float:left;
	margin-left:-10px;
}
.owl-exhibition-item>img {
	border: 5px solid #364953;
}

body.ausstellungen .owl-panel-photos .owl-dots .owl-dot span {
	background: #fff;
	border: 2px solid #f58466;
	width: 16px;
	height: 16px;
}
body.ausstellungen .owl-panel-photos .owl-dots .owl-dot.active span, body.ausstellungen .owl-panel-photos .owl-dots .owl-dot:hover span {
	background: #f58466;
}

/* dmx-slideshow */
/* material  */

.dmx-slideshow-textbox {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    left: 6%;
    top: 55%;
	background: #364953;
    background: rgba(54, 73, 83, 0.8);
	padding: 20px 20px 20px 20px;
	border-radius: 18px;
   
}

.dmx-slideshow-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

.dmx-slideshow-description {
    color: #eee;
    font-size: 14px;
}