/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.novitas.nl
# Platform:			CSS
# Date created: 	17-11-2018
#
    used colours for this website:
    #30353b			grey (text)
	#9d9d9c			grey (links and headers)
    #8a8d90			grey (links)
	
    #ab2923			red (relatie)
	#ffa700			yellow (huis)
	#9069a3			purple (vermogen)
	#9a7e68			brown (erfenis)
	#9d9d9c			yellow (scheiden)
	#d87635			orange (ondernemen)
	#5f9812			green (levenstestament)
	#30353b			dark grey (testament)
	#00497f			blue (portaal)
#
###########################################################
*/


body {     
    margin: 0px;
    padding: 0px;
    background-color: #fff;
  	color: #30353b;
}

img {border: 0px;}

body,table,td,th,div,input,select,textarea,a,span {
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
}
h1 {
	font-size: 16pt;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 20px;
	text-transform: none;
}
h2 {
	font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
}
h1.scriptkop, #contentblock3 h1, #contentblock2 h2 {
	font-family: 'La Belle Aurore', cursive;
	color: #9d9d9c;
	text-transform: none;
}
span.quattro {
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
}


div.container {
	position: relative;
	width: 100%;
	min-height: 600px;
}

div.headerrow {
	clear: both;
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 120px;
}

div.headerrow .content {
    width: 100%;
}
div.logo {
	position: relative;
	float: left;
	width: 220px;
	height: 120px;
}
div.header_address {
	position: relative;
	top: 34px;
	left: 40px;
	float: left;
	width: 160px;
	height: 120px;
	font-size: 9pt;
	color: #9d9d9c;
}
div.header_address span {
	position: relative;
	top: -8px;
	line-height: 12px;
	font-size: 9pt;
}
div.header_address span.mail, div.header_address span.team {
	top: -8px;
}
div.header_address span a {
	line-height: 12px;
	font-size: 9pt;
	text-decoration: none;
}
span.tel:before {
	content: "\f095";
	display: inline-block;
	position: relative;
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	margin-right: 14px;
	top: 1px;
}
span.mail:before {
	content: "\f0e0";
	display: inline-block;
	position: relative;
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	margin-right: 10px;
	top: 1px;
}
span.team:before {
	content: "\f0c0";
	display: inline-block;
	position: relative;
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	margin-right: 10px;
	top: 1px;
}
div.headermenu {
	float: right;
	position: relative;
	top: 16px;
	right: 20px;
	line-height: 34px;
	font-size: 9pt;
	color: #9d9d9c;
}

div.buttons {
	margin: auto;
	text-align: center;
	height: 200px;
    content: "";
    clear: both;
    display: table;
}
div.button {
	position: relative;
	margin: auto; 
	display: inline-block;
	width: 130px;
	height: 160px;
}
a.button {
	display: block;
	width: 104px;
	height: 120px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top center;
}
a.button_relatie {
	background-image: url("../img/relatie.png");
}
a.button_relatie:hover {
	background-image: url("../img/relatie-mo.png");
}
a.button_huis {
	background-image: url("../img/wonen.png");
}
a.button_huis:hover {
	background-image: url("../img/wonen-mo.png");
}
a.button_vermogen {
	background-image: url("../img/vermogen.png");
}
a.button_vermogen:hover {
	background-image: url("../img/vermogen-mo.png");
}
a.button_erfenis {
	background-image: url("../img/erfenis.png");
}
a.button_erfenis:hover {
	background-image: url("../img/erfenis-mo.png");
}
a.button_levenstestament {
	background-image: url("../img/levenstestament.png");
}
a.button_levenstestament:hover {
	background-image: url("../img/levenstestament-mo.png");
}
a.button_testament {
	background-image: url("../img/testament.png");
}
a.button_testament:hover {
	background-image: url("../img/testament-mo.png");
}
a.button_scheiden {
	background-image: url("../img/scheiden.png");
}
a.button_scheiden:hover {
	background-image: url("../img/scheiden-mo.png");
}
a.button_ondernemen {
	background-image: url("../img/ondernemen.png");
}
a.button_ondernemen:hover {
	background-image: url("../img/ondernemen-mo.png");
}
a.button_portal {
	background-image: url("../img/portaal.png");
}
a.button_portal:hover {
	background-image: url("../img/portaal-mo.png");
}
span.button_text {
	display: block;
	width: 100%;
	margin-top: 4px;
	text-align: center;
	font-size: 10pt;
	text-transform: uppercase;
}

div.imagerow {
	clear: both;
	position: relative;
	width: 100%;
}
div.slider_button {
	position: absolute;
	left: calc(50% - 50px);
	top: -50px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
    background-position: center center;
	z-index: 10;
}
body.relatie div.buttonsrow, body.huis div.buttonsrow, body.vermogen div.buttonsrow, body.erfenis div.buttonsrow, body.levenstestament div.buttonsrow, body.testament div.buttonsrow, body.scheiden div.buttonsrow, body.ondernemen div.buttonsrow {
	display: none;
}
body.relatie div.imagerow, body.huis div.imagerow, body.vermogen div.imagerow, body.erfenis div.imagerow, body.levenstestament div.imagerow, body.testament div.imagerow, body.scheiden div.imagerow, body.ondernemen div.imagerow {
	margin-top: 40px;
}
body.relatie div.slider_button {
	background-image: url("../img/relatie.png");
}
body.huis div.slider_button {
	background-image: url("../img/wonen.png");
}
body.vermogen div.slider_button {
	background-image: url("../img/vermogen.png");
}
body.erfenis div.slider_button {
	background-image: url("../img/erfenis.png");
}
body.levenstestament div.slider_button {
	background-image: url("../img/levenstestament.png");
}
body.testament div.slider_button {
	background-image: url("../img/testament.png");
}
body.scheiden div.slider_button {
	background-image: url("../img/scheiden.png");
}
body.ondernemen div.slider_button {
	background-image: url("../img/ondernemen.png");
}
body.portaal div.slider_button {
	background-image: url("../img/ondernemen.png");
}


#contentblock5 {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 500px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top center;
}
div.contentblock_slider {
	display: block;
	width: 100%;
	height: 400px;
	text-decoration: none;
}
a.slider {
	display: block;
	position: absolute;
	width: 100%;
	/*height: 350px;*/
	height: 100%;
	text-decoration: none;
	background-image: url("../../../img/blank.gif");
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: 50% 50%;*/
	z-index: 10;
}
a.slider h1 {
	position: absolute;
	right: 26px;
	bottom: 10px;
	font-size: 34pt;
	font-weight: bold;
	margin-top: -2px;
	margin-bottom: 10px;
	color: #fff;
}
a.slider p {
	position: relative;
	left: 26px;
	top: 20px;
    font-size: 14pt;	
	font-weight: bold;
	letter-spacing: 1px;
	background: transparent;
	color: #fff !important;
}
div.slider_leftarrow, div.slider_rightarrow {
	display: none;
}
div.slider_rightarrow {left: 940px; background-image: url("../img/arrow_right.png");}

#slider_counter {
	position: relative;
	top: 420px;
	text-align: center;
	z-index: 100;
}
#slider_counter img {
	margin: 0px 2px;
}

@media screen and (min-width: 2000px) {
	div.contentblock_slider {
		height: 700px;
	}
	#slider_counter {
		top: 720px;
	}
}
/* einde homepage slider */

div.photodesign {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 600px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top center;
}
div.photodesign_innerdiv {
	background-position: left top;
	background-repeat: repeat-y;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	height: 600px;
	background-position: left top;
	background-repeat: repeat-y;
}
body.relatie div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_relatie.png");
}
body.huis div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_huis.png");
}
body.vermogen div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_vermogen.png");
}
body.erfenis div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_erfenis.png");
}
body.levenstestament div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_levenstestament.png");
}
body.testament div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_testament.png");
}
body.scheiden div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_scheiden.png");
}
body.ondernemen div.photodesign_innerdiv {
	background-image: url("../img/bg_slider_ondernemen.png");
}
body.relatie div.photodesign, body.huis div.photodesign, body.vermogen div.photodesign, body.erfenis div.photodesign, body.levenstestament div.photodesign, body.testament div.photodesign, body.scheiden div.photodesign, body.ondernemen div.photodesign {
	height: 400px;
}
body.relatie div.photodesign_innerdiv, body.huis div.photodesign_innerdiv, body.vermogen div.photodesign_innerdiv, body.erfenis div.photodesign_innerdiv, body.levenstestament div.photodesign_innerdiv, body.testament div.photodesign_innerdiv, body.scheiden div.photodesign_innerdiv, body.ondernemen div.photodesign_innerdiv {
	height: 400px;
}


div.inhoud, div.inhoud_smal {
	clear: both;
	line-height: 30px;
	padding-top: 20px;
}
body.homepage div.inhoud_smal {
	text-align: center;
}
div.contentrow {
	clear: both;
	position: relative;
	width: 100%;
}
div.footerrow {
	clear: both;
	position: relative;
	width: 100%;
	height: 280px;
	background-image: url("../img/bg-footer.png");
	background-repeat: repeat-x;
    overflow: hidden;
}
div.footertext {
	position: relative;
	top: 130px;
	width: 400px;
	height: 100px;
	text-align: center;
	font-size: 10pt;
	margin: auto;
    max-width: 100%;
	color: #9d9d9c;
}
div.footertext span {
	font-size: 10pt;
}
span.open {
	display: block;
	margin-bottom: -10px;
	padding-top: 8px;
}
div.footermenurow {
	clear: both;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
div.footermenu, div.footercopy {
	text-align: center;
	padding-top: 10px;
}
div.footercopy {
	padding-bottom: 30px;
}
div.footermenu a, div.footercopy a {
	font-size: 9pt;
	text-decoration: none;
	margin: auto 20px;
	white-space: none;
}
div.footermenu a:hover, div.footercopy a:hover {
	text-decoration: #ab2923;
}
#contentblock1 {
	position: relative;
	width: 100%;
	height: 280px;
	background-image: url("../img/logo-footer.png");
	background-repeat: no-repeat;
	background-position: 45% -60px;
    background-size: contain;
}
#contentblock1 p {
	margin: 10px;
}
#contentblock2 {
	position: relative;
	bottom: 0px;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	margin-top: -154px;
	/*left: calc(50% - 700px);*/
	height: 120px;
	background: rgba(40, 40, 40, 0.5);
	text-align: center;
	z-index: 1000;
}
#contentblock2 h2 {
	font-size: 22pt;
	color: #fff;
}
#contentblock2 p {
	margin-top: 34px;
	margin-bottom: -20px;
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	font-size: 10pt;
	color: #fff;
}

#contentblock3 {
	clear: both;
	text-align: center;
	height: 140px;
}
#contentblock3 h1 {
	
}
#contentblock3 p {
	margin-top: -20px;
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	color: #9d9d9c;
}

div.content {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: auto;
}
div.content a {
	color: #8a8d90;
}
div.content a:hover {
	text-decoration: underline;
}
div.content_homepage {
	width: 60%;
	max-width: 600px;
	min-width: 300px;
	margin: auto;
}
div.content_menu_bottom {
	width: 98%;
	margin: auto;
	margin-top: 20px;
}
div.content_menu_bottom a {
	display: block;
	float: left;
	margin: 0px 50px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
}




/* form items */
div.cms_form {
	/*float: left !important;*/
}
#foutmelding {
	display: none;
	position: absolute;
	padding: 20px;
	top: 400px;
	left: 30%;
	width: 400px;
	z-index: 200;
	border: 2px solid #a40e0e;
	background: #f1f1f1;
	color: #6c6c6c;
}
.textbox, .textbox_pc, .textbox_klein, .textbox_groot, select.dropbox, textarea.areabox, input.box {
	width: 340px;
    height: 16px;
    border: 1px solid #000000;
	font-size: 8pt;
    font-weight: bold;
	background-color: #ddd;    
	color: #000000; 
}
.textbox_pc {width: 60px;}
.textbox_klein {width: 270px;}
.textbox_groot {width: 400px;}
textarea.areabox {height: 80px;}
select.dropbox {width: 344px; height: 20px;}
.knop, .knop_klein {
	font-size: 8pt;
	font-weight: bold;
	width: 120px;
	height: 24px;
	cursor: pointer;
  	border-top: 2px solid #ccc;
  	border-left: 2px solid #ccc;
  	border-right: 2px solid #555;
  	border-bottom: 2px solid #555;
  	background-color: #a40e0e;
  	color: #ffffff;
}
.knop_klein {width: 80px;}
.kleintekst {
	font-size: 8pt;
    background: transparent;
    color: #000000;
}
/* end of form items */

@media screen and (max-width: 1023px) {
    #contentblock3{
        height: auto;
        line-height: 2rem;
        padding-bottom: 1rem;
    }
    
    #contentblock3 p{
        margin-top: 0px;
    }
    
    #contentblock2 p{
        margin-top: 20px;
    }
    
    #contentblock2 h2{
        line-height: 2rem;
    }
    
    .buttonsrow .content{
        width: 100%;
    }
    
    .buttonsrow .content div.button{
        width: 107px;
    }
    
    .buttonsrow .content a.button{
        height: 102px;
    }
}



