/* This website is developed by Shout Design visit our website at www.shoutdesign.nl */

/* Body */

Body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'kreon', serif;
	background-color: #FFFBF3;
	overflow-x: hidden;
	min-width: 1200px;
}
h1 {
	font-size: 60px;
	font-style: bold;
	margin-top: 0;
	margin-bottom: 20px;
	color: #4B2F83;
}
h2 {
	margin: 20px 0 10px 0;
	font-size: 30px;
	color: #F44787;
}
h3 {
	font-size: 20px;
	color: #F44787;
}
p {
	color: #3B4D55;
	font-size: 16px;
}
li {
	font-size: 16px;
	list-style: none;
}
input {
	height: 20px;
	font-family: 'kreon', serif; 
	margin-bottom: 10px;
	border-radius: 10px;
	border: solid 1px #F44787;
	padding: 5px;
}
textarea {
	font-family: 'kreon', serif; 
	margin-bottom: 10px;
	border-radius: 10px;
	border: solid 1px #F44787;
	padding: 5px;
	resize: none;
}
input.btn {
	height: 20px;
	font-family: 'kreon', serif; 
	margin-bottom: 10px;
	border-radius: 10px;
	border: solid 1px #F44787;
	padding: 5px 5px 20px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
}
input.btn:hover{
	background-color: #FFFBF3;
	cursor: pointer;
}

/* Header */

#header-top {
	width: 100%;
	height: 50px;
	background-color: #4B2F83;
	margin: 0;
	min-width: 1040px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#header-top-buttons {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	color: #fff;
	padding: 15px;
}
#header-top-buttons a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
}
#header-top-buttons a:hover {
	color: #F44787;
	text-decoration: underline;
}

/* Slideshow Settings */

/*** maak de hoogte en breedte gelijk aan je afbeeldingen **/
#slideshow {
position:relative;
height:400px;
width:1200px;
margin: 0 auto;
border-radius: 0 0 5px 5px;
overflow: hidden;
}
#slideshow .slide {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}
#slideshow div.active {
z-index:10;
opacity:1.0;
}
#slideshow div.last-active {
z-index:9;
}

#header-background {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: -1;
	display: block;
}
#header-image {
	width: 1200px;
	height: 400px;
	background-image: url(../img/kloosterfeest.jpg);
	border-radius: 0 0 40px 40px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header-content {
	margin: 0px auto 0 auto;
	position: relative;
	width: 1000px;
	height: 245px;
}
#logo {
	background-image: url(../img/bo-en-babs-logo.png);
	z-index: 1;
	height: 124px;
	width: 464px;
	position: relative;
	margin: 45px 0;
}
#button-bar {
	height: 50px;
	width: 1000px;
	background-color: #F44787;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
nav {
	height: 50px;
	padding: 0;
	margin: 0 auto;
	width: auto;
	position: relative;
}
nav ul {
	width: auto;
	height: 40px;
	position: absolute;
	margin: 5px auto;
	padding: 0;
}
nav ul li {
	position: relative;
	float: left;
	padding: 10px 10px;
	list-style-type: none;
	border-right: solid 1px #fff;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li:last-child {
	border-right: none;
}
nav ul li a {
	border-radius: 12px;
    color: #FFFFFF;
    height: 20px;
    padding: 6px 10px;
    text-decoration: none;
    width: auto;
}
nav ul li a:hover {
	background-color: #F891B7;
}

/* Content Framework, includes the content and the sidebar */

#content-framework {
	position: relative;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* content */

#content {
	width: 700px;
	height: auto;
	position: re;
	float: left;
	display: block;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 40px;
	z-index: 1;
}
#title-box-bo-en-babs {
	width: 100%;
	height: 160px;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bo-en-babs-pagina.jpg);
}

#title-box-bo-en-babs h1 {
	margin-top: 70px;
	margin-left: 20px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#title-box-kloosterfeest {
	width: 100%;
	height: 160px;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bo-en-babs-klooster.jpg);
}
#title-box-kloosterfeest h1 {
	margin-top: 70px;
	margin-left: 20px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#title-box-showtime {
	width: 100%;
	height: 160px;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bo-en-babs-showtime.jpg);
}
#title-box-showtime h1 {
	margin-top: 70px;
	margin-left: 20px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#title-box-kindershow {
	width: 100%;
	height: 160px;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bo-en-babs-kindershow.jpg);
}
#title-box-kindershow h1 {
	margin-top: 70px;
	margin-left: 20px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#title-box-gastenboek {
	width: 100%;
	height: 160px;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bo-en-babs-gastenboek.jpg);
}
#title-box-gastenboek h1 {
	margin-top: 70px;
	margin-left: 20px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#title-box-fotoboek {
	width: 100%;
	height: 160px;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bo-en-babs-fotoboek.jpg);
}
#title-box-fotoboek h1 {
	margin-top: 70px;
	margin-left: 20px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.text-box {
	width: 100%;
	display: block;
	float: left;
}
.text-box-image-right {
	width: 480px;
	display: block;
	float: left;
}
.text-box-image-left {
	width: 480px;
	display: block;
	float: right;
}
#image-right-bo-en-babs {
	float: right;
	position: relative;
	display: block;
	max-width: 210px;
	background-image: url(/img/bo-en-babs.jpg);
	width: 210px;
	height: 323px;
}
.social-sharing {
	display: block;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.fb-share-button {
	margin: 0 20px 0 0;
	float: left;
}
.tw-tweet-button {
	margin: 0 20px 0 0;
	float: left;
}

/* sidebar */

#sidebar {
	width: 240px;
	position: re;
	min-height: 100px;
	float: left;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 20px 0;
	margin-bottom: 40px;
	z-index: 1;
}

/* footer */

#footer-top {
	width: 100%;
	min-height: 100px;
	position: relative;
	display: block;
	float: left;
	background-color: #4B2F83;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	z-index: 1;
}
#footer-box {
	width: 1000px;
	height: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}
.footer-block {
	color: #fff !important;
	float: left;
	width: 25%;
}
.footer-block h3 {
	font-size: 20px;
	color: #fff;
}
.footer-block p {
	color: #fff !important;
}
.footer-block a {
	color: #fff;
	text-decoration: none;
}
.footer-block a:hover {
	color: #F44787;
	text-decoration: underline;
}
.footer-block ul {
	padding-left: 10px;
}
.footer-block ul li {
	list-style-type: none;
	margin-bottom: 10px;
	color: #fff;
}
.footer-block p {
	padding-left: 10px;
}
#copyright {
	position: relative;
	margin: 20px auto;
	width: 100%;
	display: block;
	text-align: center;
	float: left;
	color: #fff;
}
#footer-bottom {
	width: 100%;
	height: 20px;
	position: relative;
	float: left;
	background-color: #F44787;
	z-index: 0;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}
#footer-bottom a {
	color: #4B2F83;
	text-decoration: none;
}
#footer-bottom a:hover {
	text-decoration: underline;
}