body {
	background-color: #a4330f;
	background-image: url(../img/bg-main-01.png);
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	margin: 0;
	color: white;
	font-size: 70px;
	text-align: center;
	text-shadow: 1px 1px 5px black;
	font-family: 'Dancing Script', cursive;
}

h2 {
	font-weight: 400;
	font-size: 20px;
	text-align: left;

	padding-bottom: 30px;
}

h3 {
	font-weight: 500;
	font-size: 30px;
	text-align: justify;
	border-bottom: dotted 1px lightgrey;
	padding-bottom: 20px;
}



/*
 * 
 * header
 * 
 */

header {
	margin-top: 30px;
}


/*
 * 
 * navigation
 * 
 */

nav {
	
}

nav ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: black;
	border-radius: 5px;
	background-image: url('../img/bg-nav.png');
	box-shadow: 0px 0px 2px black;
	border-top: solid 1px #533535;
	border-bottom: solid 1px black;
	overflow: hidden;
	width: 1015px;
}

nav ul li {
	float: left;
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

nav ul li a {
	padding: 10px 47px;
	text-decoration: none;
	color: white;
	text-transform: capitalize;
	font-weight: 300;
	border-left: solid 1px black;
	border-right: solid 1px #533535;
	-webkit-transition: 0.2s;
}

nav ul li:first-child a {
	border-left: none;
}

nav ul li:last-child a {
	border-right: none;
	padding: 10px 43px;
}

nav ul li a:hover {
	background-color: rgba(83,53,53,0.3);
	-webkit-transition: 0.2s;
}

nav ul li a:active {
	background-color: rgba(83,53,53,0.2);
}


.page-section-slider {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/slider01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	height: 465px;
	box-shadow: 0px 0px 2px black;
	border: solid 5px #533535;
	border-radius: 5px 5px 0px 0px;
	z-index: 100;
	position: relative;
	margin-bottom: -100px;
}

.page-section-header {
	min-width: 1000px;
}

/*
 * 
 * contact
 * 
 */
.page-section-contact {
	
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 465px;
	box-shadow: 0px 0px 10px black;
	border: solid 5px #533535;
	border-radius: 5px 5px 0px 0px;
	z-index: 100;
	position: relative;
	margin-bottom: -100px;
}

.contact01 {
	float: left;
	margin-right: 50px;
}

.contact02 {
	float: left;
}

/*
 * 
 * calender
 * 
 */
.calender {
	padding-bottom: 40px;
}



/*
 * 
 * main
 * 
 */

.page-section-main-big {
	width: 100%;
	background-color: ghostwhite;
	box-shadow: 0px 0px 10px black;
	margin-top: 50px;
}

.page-section-main {
	background-color: ghostwhite;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.page-section-main a img {
	margin-right: 20px;
	margin-bottom: 20px;
	transition: 0.5s all ease-in-out;
}

.page-section-main a img:hover {
	opacity: 0.8;
	
}

.page-section-main-after-slider {
	background-color: ghostwhite;
	min-height: 300px;
	padding-top: 60px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.page-section-main-after-slider table img {
	box-shadow: 0px 10px 20px grey;
}

.page-section-main-after-slider table td {
	padding-bottom: 30px;
	width: 400px;
	padding-left: 30px;
}

.page-section-main table img {
	box-shadow: 0px 10px 20px grey;
}

.page-section-main table td {
	padding-bottom: 30px;
	width: 400px;
	padding-left: 30px;
}


.ausstattung-text {
	font-size: 15px;
}



/*
 * 
 * Galerie
 * 
 */

.galerie img {
	box-shadow: 0px 0px 5px 0px grey;
	border: 0;
}

/*
 * 
 * footer
 * 
 * 
 */

footer {
	width: 100%;
	min-height: 100px;
}




