body {
	background-color: #ddcda4;
	font-family: serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: "Georgia";
}

h4 {
	font-weight: 700;
}

h5 {

}

header {
	margin-bottom: 40px;
}

header h1 {
	text-align: center;
	font-size: 28px;
	color: #521F0A;
	font-weight: 700;
	font-family: "Georgia";
	font-style: italic;
}

header img {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

ul {
	margin-left: -23px
}

li {
	/* list-style-type:square; */
	margin-bottom: 12px;
}

.row {
	margin-top: 18px;
}

.row.last {
	margin-bottom: 50px;
}

.teaser {
	text-align: center;
	font-size: 18pt;
	color: #521F0A;
	font-weight: 700;
	margin-bottom: 25px;
}

.images img {
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
}

.images .rslides {
	display:none;	
}

.hinweis {
	font-size: 12px;
	margin-bottom: 10px; 
	text-align: justify;
}

.owner {
	display: none;
}

/* responsice */
@media only screen and (max-width: 992px) {
	.images .rslides {
		display:block !important;	
	}

	.images figure {
		display:none;
	}
}

/* slider start */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/* slider end */