/*  Template aangepast door Boykollee.nl - sitevanboy.nl 
	jan. 2016 voor wellness-felsengrund	
	
	gebruikte kleuren  
	paars: #7E297E  rgb(126,41,126)
	groen: #01803D
	licht bruin: #C7C1A7


*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 100%;
	background: #e5e2db url(../images/background-body.jpg) repeat-y;
}
#wrapper {
	position: relative;
	width: 1220px;
	margin: 0 auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #7E297E;
	background-color: #fff;
	box-shadow: 0 0 20px #666;
	max-height: 1250px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
#header {
	height: 170px;
	background-image: url(../images/background-header.jpg);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 10px 10px 0 0;
}

#headertext {
	position: absolute;
	top: 70px;
	left: 53px;
}
#headertext h1 {
	font-size: 2.4em;
	font-style: italic;
	color: #7E297E;
	font-weight: bold;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	border: none;
}
#logo {
	position: absolute;
	top: -10px;
	right: 20px
}

/*****  Menu ****/

#menu {
	height: 50px;
	background-color: #7E297E;

}
.menu {
	margin: 0;
}
#menu {
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0 0 0 40px;
}
#menu ul, #menu li,
#menu ul, #menu li a,
#menu ul, #menu li a:link {
	font-size: 1em;
	line-height: 1.5em;
	float: left;
	width: auto;
	display: inline;
	list-style-type: none;
}
#menu a:link, #menu a:visited {
	color: #fff;
	font-size: 1em;
	display: block;
	margin: 8px 14px;
	padding: 5px 0 0 0;
	text-decoration: none;
}
#menu a:hover {
	border-bottom: 6px solid #fff;
}
#menu .nav li.active a {
	border-bottom: 6px solid #fff;
	font-size: 1.1em;
}

#language {
	position: absolute;
	top: 180px;
	margin-left: 1100px;
}
#language img:hover {
	border: 1px solid #fff;
}
#content {
	width: 830px;
	margin: 0;
	padding: 40px 50px 0 60px;
	min-height: 330px;
	max-height: 680px;
	overflow-y: auto;
	overflow-x: hidden;
}
#main {
	background-image: url(../images/background-main.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 730px;
}
#facebook .custom_facebook {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 900px;
	left: 980px;	
}
#facebook .custom_facebook img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	transition: ease .5s;
}
#facebook .custom_facebook img:hover {
	border: 5px solid #fff;
	transition: ease .5s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
}
h1,
#content .page-header h2 {
	color: #7E297E;
	font-size: 1.4em;
	line-height: 1em;
	border-bottom: 1px solid #C7C1A7;
	font-weight: 400;
	padding: 0 0 5px 0;
}

h2 { 
	font-size: 1.2em; 
	line-height: 2em; 
	margin-bottom: 14px; 
}
#content .blog h2 {
	font-size: 1.1em;
	color: #666;
}
h3 { 
	font-size: 1,3em; 
	line-height: 1em; 
	margin: 18px 0 10px 0;
	padding: 0;
	color: #01803D;
}
h4 { 
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 12px 0 0 140px;
	padding: 15px;
	font-style: italic;
	width: 450px;
	color: #01803D;
	text-align: center;
	border: 1px solid #01803D;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px #999;
}
#content p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	text-align:left;
}
#content ul li {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
	text-align:left;
}
#content ul li a:hover {
	background-color: rgba(126,41,126,.15);
}
#content p strong {
	color: #01803D;
}
#content img {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px #c0c0c0;
	margin: 0 0 5px 10px
}
#content .blog .span12 {
	border-bottom: 1px dotted #C7C1A7;
	margin-top: 20px 0;
	padding: 0 0 10px 0;
}
#content .blog .readmore .btn {
	float: right;
	margin: -20px 0 0 0;
	padding: 0 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #7E297E;
	font-size: .8em;
	font-weight: normal;
}
#content .blog .readmore .btn:hover {
	background-color: #7E297E;
	color: #fff;
}
#content .moduletable_slideshow {
	margin: 0 0 0 -20px;
}
#content .prijzen td {
	border: 1px solid #C7C1A7;
	padding: 10px;
}
#content .aanbod td {
	padding: 5px 10px;
}
#content .aanbod strong {
	color: #01803D;
	border-bottom: 1px solid #01803D;
}

a {
	 color: #5a4637;
}
#copyright {
	 padding: 5px 0 0 0;
}

#footer {
	bottom: 0;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #7E297E;
	border-radius: 0 0 10px 10px;
}
#footer p {
	color: #fff;
	font-size: .8em;
	line-height: 2.5em;
	margin: 0 0 0 0;
	text-align: center;
}
#footer a,
#footer a:link {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
}
#content .pull-right {
	float: right;
}
#content .pull-right img {
	margin: 0 0 0 5px;
}
#content .pull-left {
	float: left;
}
#content .pull-left img {
	margin-right: 20px;
	padding: 0;
}

.avatar-copyright {
	display: none;
}
 /* Opmaak andere media   */
 
@media screen and (max-width: 1024px) {
	#wrapper {
		width: 1024px;
	}
	#header {
		height: 150px;
	}
	#headertext {
	position: absolute;
	top: 40px;
	left: 50px;
	}
	#headertext h1 {
		font-size: 1.8em;
	}
	#logo {
		margin: -20px 20px 0 0;
		padding: 0;		
	}
	#logo img {
		width: 70%;
		height: auto;
	}
	#content {
		width: 640px;
	}
	#menu ul, #menu li,
	#menu ul, #menu li a,
	#menu ul, #menu li a:link {
		font-size: 1em;
		}
	#menu .nav li.active a {
		border-bottom: 3px solid #fff;
	}
	#language {
		position: absolute;
		top: 160px;
		margin-left: 910px;
	}
	#facebook .custom_facebook {
	margin: 0;
	padding: 0;
	top: 920px;
	left: 840px;	
	}
}