
body {
	margin: 0;
	padding: 5px;
	font-family: "Comic sans MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	background-color: #FFD689;
}
header, footer, nav, {
	box-sizing: border-box;
	margin: 0;
}
header {
	padding: 0.2em 1em;
	background-color: #902600;
	color: #F3C980;
}
footer {
	padding: 15px;
	clear: both;
	text-align: center;
	background-color: #431100;
	color: #F3C980;
}
#wrapper {
	width: 960px;
	padding: 10px;
	margin: 15px auto;
	background-color: #D1A163;
	box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.5);
}
nav, div#home, div#datenschutz, div#wohnung {
	float: left;
	text-align: justify;
	color: #431100;
}
nav {
	width: 25%;
}
div#home, div#datenschutz, div#wohnung {
	width: 75%;
	background-image: linear-gradient(#FFD689, #902600, #FFD689);
	margin: 15px auto;
}


nav ul {
	list-style: none;
	padding: 0;
}
nav li a {
	display: block;
	padding: 15px;
	background-color: #431100;
	text-decoration: none;
	color: #F3C980;
	border-top: 3px solid #902600;
}
nav li a:hover {
	background-color: #902600;
}
nav li a:active {
	background-color: #FFD689;
	color:#581701;
}

figure img {
	max-width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 2.5%;
	background-color: #431100;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
}
figure {
	text-align:center; 
	margin: 15px;
	height: auto;
}

figcaption {
	font-size: 30px;
}


	/*Bilderslider*/

/*.mySlides {
	display: none;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
}
.mySlides img {
	width: 100%;
	height: 100%;
}
}*/
.slideshow-container {
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 510px;
	height: 400px;
}
.slide-prev, .slide-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
.slide-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.slide-prev:hover, .slide-next:hover {
	background-color: rgba(0,0,0,0.8);
}
.slide-text {
	color: #431100;
	font-size: 20px;
	padding: 8px 12px;
	position: absolute;
	bottom: 18px;
	width: 100%;
	text-align: center;
}
/*Bildercarusell}*/
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
	display: block;
	max-width: 530px;
	height: 400px;
	line-height: 1;