body, html {
	margin: 0;
	color: #288c9a;
	font-family: 'klavika_rgregular';
	font-size:18px;
}

.top_header {
	position: fixed;
	top:0px;
	width:100%;
	height:60px;
	background-color: #288c9a;
    z-index: 3000;
}

.top_header_wrap {
	width:1024px;
	height:60px;
	margin:0 auto;
}

.top_header_wrap .logo {
	width:222px;
	height:60px;
	background: url(../img/logo_klein_exterkate_klein.png);
	cursor: pointer;
	float: left;
	visibility: hidden;
}

.menu {
	float: left;
}

.menu_item {
	float: left;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 18px;
    font-family: 'klavika_bdbold_italic';
    cursor: pointer;
    text-transform: lowercase;
}

.menu_item a {
    color: white;
    font-size: 18px;
    font-family: 'klavika_bdbold_italic';
    cursor: pointer;
    text-transform: lowercase;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 12px;
}

.menu_item.active, .menu_item:hover {
	background: #67a3af;
}

.submenu {
	position: absolute;
	background-color: #288c9a;
	display: none;
}

.submenu_item {
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    color: white;
    font-size: 18px;
    font-family: 'klavika_bdbold_italic';
    cursor: pointer;
    text-transform: lowercase;
}

.submenu_item.active, .submenu_item:hover {
	background: #67a3af;
}

.telephone {
	float: left;
	height:60px;
	background: url(../img/telephone.png) center left no-repeat;
	color: white;
	font-size: 24px;
	font-family: 'klavika_bdbold';
	line-height: 60px;
    padding-left: 25px;
    margin-left: 30px;
}

.telephone a {
	color: white;
	font-size: 24px;
	font-family: 'klavika_bdbold';
	line-height: 60px;
	text-decoration: none;
}

.social_media {
	float: right;
	height:60px;
}

.facebook {
	height:60px;
	width:35px;
	float: left;
	margin-right:5px;
	cursor: pointer;
	background: url(../img/facebook.png) center center no-repeat;
}

.twitter {
	height:60px;
	width:35px;
	cursor: pointer;
	float: left;
	background: url(../img/twitter.png) center center no-repeat;
}

.slider {
	width:100%;
	height:500px;
	position: relative;
    margin-top: 60px;
    z-index: 1;
    overflow: hidden;
}

.slide {
	float: left;
	width:100%;
	position: absolute;
}

.slide_image {
	position: relative;
	z-index: 2;
}

.slide_image img {
	width:100%;
	display: block;
    /*margin-top: -25%;*/
}

.slide .caption {
    position: absolute;
    z-index: 3;
    font-family: 'klavika_bdbold_italic';
    color: white;
    font-size: 48px;
    width: 550px;
    height: 350px;
    text-align: center;
    left: 50%;
    margin-left: -550px;
    padding-top: 150px;
    display: none;
    /*background: url(../img/caption_bg.png);*/
}

.slider_bg {
    background: url(../img/slider_bg.png) bottom center no-repeat;
    width: 100%;
    height: 172px;
    margin-top: -172px;
    position: relative;
    z-index: 5;
}

.slider_bg_wrap {
	width:1024px;
	margin: 0 auto;
}

.slider_bg .logo {
	width:405px;
	height:70px;
	background: url(../img/logo_klein_exterkate_groot.png);
	cursor: pointer;
	float: left;
    margin-top: 120px;
    float: left;
}

.slider_bg_wrap .thema_wrap {
	width:615px;
	float: right;
	margin-top: 50px;
	height:270px;
}

.slider_bg_wrap .thema_wrap .thema {
	width:190px;
	float: left;
	margin-right: 22px;
	overflow: hidden;
}

.slider_bg_wrap .thema_wrap .thema.last {
	margin-right: 0px;
}

.thema .title {
	background: url(../img/thema_caption.png);
	width:193px;
	height:50px;
	font-family: 'klavika_bdbold_italic';
	line-height: 60px;
	padding-left: 10px;
	font-size: 24px;
	color: white;
    position: absolute;
    bottom: 0px;
}

.thema .image {
	width:193px;
	height: 192px;
	overflow: hidden;
	position: relative;
	/*cursor: pointer;*/
}

.thema .thema_text  p{
	font-family: 'klavika_rgregular';
	font-size:16px;
	color:#262626;
    margin-top: 5px;
}

.content {
	width:100%;
	height: auto;
}

.content_wrap {
	width:1024px;
	height:auto;
	padding: 80px 0 20px 0;
	margin:0 auto;
}

.content_wrap .say_something {
	width: 409px;
	float: left;
}

.say_something .image {
	width:165px;
	height: 167px;
	overflow: hidden;
	position: relative;
	margin-left: 100px;
}

.say_something .image .overlay {
	width:165px;
	height: 167px;
	background: url(../img/say_something_overlay.png);
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.say_something .image_small {
	width:100px;
	height: 101px;
	overflow: hidden;
	position: relative;
	/*margin-left: 100px;*/
	float: left;
}

.say_something .small_story {
	margin-bottom: 10px;
}

.say_something .small_story h3{
    display: block;
    width: 68%;
    float: left;
    line-height: 35px;
    margin: 0;
    margin-left: 25px;
    margin-top: 18px;
}



.say_something .image_small .overlay_small {
	width:100px;
	height: 101px;
	background: url(../img/say_something_overlay_small.png);
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.say_something i {
	display: block;
	width:100%;
	text-align: right;
}

.say_something .small_story i{
    display: block;
    width: 55%;
    text-align: left;
    /* margin-top: -13px; */
    float: left;
    margin-left: 25px;
}

.say_something span {
	display: block;
	width:100%;
	text-align: right;
	margin-top: 20px;
	cursor: pointer;
	color:#288c9a;
	font-size: 18px;
	font-family: 'klavika_bdbold_italic';
}

.say_something .image img {
	/*width:100%;*/
}



.say_something .description {
	margin-left: 48px;
	width:284px;
}

.say_something h3{
	cursor: pointer;
}

.say_something h3.active{
	text-decoration: underline;
}

.say_something .description h3 {
	font-family: 'klavika_bdbold_italic';
	font-size:30px;
	color:#288c9a;
	cursor: pointer;
}

.say_something .description p {
	font-family: 'klavika_rgregular';
	font-size:18px;
	color:#288c9a;
}

.content_wrap .page_content {
	width: 615px;
	float: left;
    /*margin-top: 109px;*/
}

.content_wrap .page_content img, .content_wrap .page_content iframe {
	max-width:100%;
}

.content_wrap.margin_top .page_content {
	margin-top: 109px;
}

.page_content.story .title_story {
	float: left;
    margin-left: 50px;
    margin-top: 20px;
}

.page_content.story .title_story h3 {
	margin-bottom: 10px;
}

.page_content.story .image {
	width:165px;
	height: 167px;
	overflow: hidden;
	float: left;
	position: relative;

}

.page_content.story .image img {
	max-width: none!important;
}

.page_content.story .image .overlay {
	width:165px;
	height: 167px;
	background: url(../img/say_something_overlay.png);
	position: absolute;
	top: 0px;
}

.page_content.story .clearBoth {
	margin-bottom: 40px;
}

#contactform {
	margin-left: 20px;
	margin-top:18px;
}

.contact_row {
	height:40px;
}

.contact_row label {
    width: 30%;
    display: block;
    float: left;
    color: #288c9a;
	font-family: 'klavika_rgregular';
	font-size:18px;
}

.contact_row input {
	width:60%;
	font-size:18px;
	color: #288c9a;
	font-family: 'klavika_rgregular';
}

.contact_row textarea {
	width: 232px;
	font-size:18px;
	color: #288c9a;
	font-family: 'klavika_rgregular';
}

.say_something .melding {
	margin-left:20px;
}

#contactform #sendButton {
		border:none;
		display: block;
		width:100%;
		text-align: right;
		margin-top: 20px;
		cursor: pointer;
		color:#288c9a;
		font-size: 18px;
		font-family: 'klavika_bdbold_italic';

    width: 61%;
    display: block;
    color: white;
    background: #288c9a;
    text-align: center;
    float: right;
    margin-right: 35px;
    line-height: 50px;
    text-transform: capitalize;
}
.contact_captcha{
	margin-top: 25px;
	padding-left: 55px;
}
.footer{
	position: relative;
	width:100%;
	height:400px;
	background: url(../img/footer_bg.png) center top no-repeat;
}

.footer_wrap {
	position: relative;
	width:1024px;
	/*height:60px;*/
	margin:0 auto;
    padding-top: 200px;
}

.footer_left {
	width:300px;
	float: left;
}

ul.footer_links {
	list-style-type: none;
}
ul.footer_links > li {
	text-indent: -5px;
}
ul.footer_links a {
	font-size: 14px;
	font-family: 'klavika_rgregular';
	color: white;
	text-decoration: none;
}
ul.footer_links > li:before {
	color: white;
	content: "- ";
	text-indent: -5px;
}

.footer_right {
	float: left;
    margin-left: 111px;
}

.footer_right p, .footer_right a {
	font-size: 14px;
	font-family: 'klavika_rgregular';
	color: white;
	text-decoration: none;
}

.footer_wrap .telephone {
    float: right;
    margin-top: -60px;
}


/*Algemene CSS*/

.clearBoth {
	clear:both;
}

h1, h2, h3, h4, h5 {
	font-family: 'klavika_bdbold_italic';
	color:#3a94a4;
	font-weight: bold;
}

h1 { font-size: 30px;}
h2 { font-size: 26px;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 18px;}

p {
	color: #288c9a;
	font-family: 'klavika_rgregular';
	font-size:18px;
}

a {
	color: #288c9a;
	font-family: 'klavika_rgregular';
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}

i {
	font-family: 'klavikalight_italic';
	color:#262626;
	font-size: 14px;
}

ul, ol, table {
	color: #288c9a;
	font-family: 'klavika_rgregular';
	font-size:18px;
}
