#first-block, #second-block, #third-block, #quote-block {
text-align:center;
padding: 2.5em 0;
}
#carousel {
text-align:center;
background: #262626;
color:#fff;
}
#carousel h2 {
	color:#fff;
}
#first-block {
background:#DBD7D5;
}
#second-block {
background:#DBD7D5;
padding: 0;
}
#third-block {
	color:#fff;
background:#262626;
}
#quote-block {
background: #262626;
color:#fff;
padding-top: 65px;
}
#fifth-block {
background:#262626;
}

#photo-block {
background:#262626;
padding: 2.5em 0;
}

#quote-block p {
	color: #fff;
}

.normal-block {
	background:#DBD7D5;
	text-align: center;
}

section {
	background-color: #DBD7D5;
}

footer {
background:#DBD7D5;
padding:3.5em 0;
}
footer p {
	font-size: 26px;
	font-family:"parchment_mfregular";
}

.detail{
	color:  #8b0000;
}

.white-detail{
	color: #DBD7D5;
}

ul.right li a{
	font-size: 1.2em;
	-webkit-transition:color 200ms ease-in;
    -moz-transition:color 200ms ease-in;
    -o-transition:color 200ms ease-in;
    transition:color 200ms ease-in;
}

ul.right li a:hover {
	color: #8b0000; /*#746666;/*#BAA800; /*#746666;*/
}

#map_canvas {
	position: relative;
	border: 15px solid #262626;
	background-color: rgb(229, 227, 223);
	overflow: hidden;
	-webkit-transform: translateZ(0px);
}

#map_activities {
	position: relative;
	border: 15px solid #262626;
	height: 600px;
	width: auto;
	background-color: rgb(229, 227, 223);
	overflow: hidden;
	-webkit-transform: translateZ(0px);
}

.logo {
	width: 100%;
    display: block;
	font-size: 1.70em;
	font-weight: bold;
	margin-top: 8px;
}

@media screen and (max-width: 801px) {
	.logo {
		margin-top: 0;
		font-size: 1.2em;
	}
}

/*
 * quotes
 */
.item p {
	font-family:"parchment_mfregular";
	font-size: 18px;
}

/*
 * Gallery
 */
.gallery-block {
	padding: 2.5em 0;
}

.text-center {
	text-align: center;
}

#badkamer-photo-block {
	padding-top: 0;
}

#wellness-photo-block {
	padding-bottom: 3em;	
}


/*
 * List
 */
 .list{
 	font-family: "parchment_mfregular";
 	text-align:left;
 	list-style: url(/assets/img/tree_small.png);
	font-size: 30px;
 }
 
 .list  li{
 	padding: 15px;
 }
 
 /*
  * Kalender
  */
  #calendar img {
  	width: auto;
  }
  
  #calendar .title-year {
  	font-size: 28px;
  	font-weight: bold;
  }
  
  #calendar tr td {
  	font-size: 18px;
  }
	
  #calendar tr td:first-child {
  	font-size: 26px;
  }
  .discount-wrapper {
		padding: 15px;
		border: 1px solid #8b0000;
		background-color: #c5c1bf;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 15px;
  }
  .discount-title {
		color: #8b0000;
		font-size: 200%;
  }
  .discount-body  p{
	font-style: italic;
	color: #ad4c4c;
  }
  
  .small-img {
	  width: 45%;
	  height: 45%;
  }
  
  .left-img {
	float: left;
	padding: 0 20px 20px 0;
	width: 50%;
    height: 50%;
	margin-top: 0.8em;
  }
  
  .text-home {
	  text-align: left;
  }