/*
Theme Name: wetrecht
Theme URI: 
Author: Accroche
Author URI: http://www.accroche.nl
Description: Wet & Recht 2.0 custom theme 2015
License: 
License URI: 
Tags: 
Text Domain: 
*/

/* ************************************************************************* KLEUREN 


Achtergrond licht grijs	=	#eeeeee
Donker grijs (o.a. body tekst) 	#40494b


Fel rood		= 	#d30910
Donker rood 		= 	#772124

************************************************************************** */

body {
font-family: 'Georgia';
font-size: 100%;
color: #40494b;
margin: 0;
padding: 0;
background-color:#eeeeee;
}

img {
max-width: 100%;
height: auto;
border: 0; /* voorkomt border om images in oudere versies van IE */
}

.clear {
clear: both;
}

p {
line-height: 2em;
}

ol {
line-height: 2em;
}

#img_main {
background-image: url("//www.wetrecht.nl/wp-content/uploads/2014/12/mainimage3.jpg");
background-size: cover;
padding-bottom: 25%;
margin-top: 130px;
}

#homepage_mobiel {
display: none;
}

a {text-decoration: none; color: #d30910; }
a:link {color:#d30910;}     
a:visited {color:#d30910;}  
a:hover {color:#d30910;} 
a:active {color:#d30910;} 

#topheader {
background-color: #40494b;
width: 100%;
color: #ffffff;
text-align: right;
height: auto;
min-height: 10px;
padding: 5px 0;
}

#mainheader {
background-color: #ffffff;
width: 100%;
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
position: relative;
}

#logo { display: inline-block; margin-top: 1%; width: 20%; }

#topnav, #mainheader_container, #single_container, #overlay_container, .homepage_container, #diensten_container, #zoek_container {
width: 90%;
max-width: 1180px;
margin: 0 auto;
}

.center_text { text-align: center; }

.homepage_container h2 {
font-family: 'Arial', sans-serif;
font-size: 1.3em;
color: #d30910;
margin: 20px 0 0 0;
}

#overlay_container {
position: relative;
}

#overlay {
position: absolute; /*om ervoor te zorgen dat de background niet groter wordt*/
overflow: hidden;
background-color: #ffffff;
opacity: 0.9;
padding: 2%;
width: 40%;
margin-top: 5%;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

#overlay p {
line-height: 28px;
margin-bottom: 0;
}

#overlay h1 {
font-family: 'Arial', sans-serif;
font-size: 1.4em;
color: #d30910;
margin-top: 0;
}

#topnav { font-size: 0.8em; font-family: 'Arial', sans-serif; }
#topnav ul { margin: 0; padding: 0; }
#topnav li { display: inline; border-right: 1px solid #FFFFFF; padding: 0 10px; }
#topnav li:last-child {border-right: none; padding-right: 0; }

#topnav a {text-decoration: none; color: #FFFFFF; }
#topnav a:link {color:#FFFFFF;}     
#topnav a:visited {color:#FFFFFF;}  
#topnav a:hover {color:#FFFFFF;} 
#topnav a:active {color:#FFFFFF;} 



#mainnav { display: inline-block; margin: 0 0 1% 2%; font-size: 1.2em; }
#mainnav ul { margin: 0; padding: 0; }
#mainnav li { display: inline; padding: 0 15px; }

#mainnav a {text-decoration: none; color: #40494b; }
#mainnav a:link {color:#40494b;}      
#mainnav a:visited {color:#40494b;} 
#mainnav a:hover {color:#40494b;}  
#mainnav a:active {color:#40494b;}  

/*
#zoekfunctie {
display: inline-block;
position: absolute;
right: 0;
top: 2%;
}
*/

#zoekfunctie {
float: right;
margin-top: 2%;
}

.search-field {
font-style: italic;
font-family: 'Georgia', serif;
width: 300px;
border-style: none;
background-color: #eeeeee;
height: 30px;
padding: 0 0 0 10px;
}

.search-submit {
height: 30px;
width: 30px;
background-color: #eeeeee;
background-image: url("//www.wetrecht.nl/wp-content/uploads/2014/12/zoek.gif");
border-style: none;
}

.homepage_container {
overflow: hidden;
}

#waarom {
float: left;
width: 38%;
min-height: 400px;
background-color: #ffffff;
padding: 2% 2% 0 2%;
margin: 0 2% 2% 0;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}

#waarom h2 {
margin-top: 0;
font-family: 'Arial', sans-serif;
font-size: 1.3em;
color: #d30910;
}

#waarom ul {
padding-left: 0;
}

#waarom li {
margin: 3% 0;
line-height: 26px;
}

#waarom .fa-check {
color: #d30910;
}

#beoordeling {
width: 60%;
float: left;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
margin-bottom: 2%;
}

#beoordeling .tp-caption a {
color: #d30910;
text-decoration: none;
}

/* ******************************************************************************** CSS voor Enkelvoudig bericht - single.php */

/* css voor oude header 
#single_container {
overflow: auto;
margin-top: 20px;
}
*/

/* SINGLE_CONTAINER VOOR FIXED HEADER */
#single_container {
overflow: auto;
margin-top: 145px;
}


#single_content {
width: 70%;
max-width: 820px;
background-color: #ffffff;
float: left;
margin-bottom: 2%;
}

#single_content li {
line-height: 2em;
}

#single_content p {
line-height: 2em;
}

#single_content h1 {
font-size: 1.6em;
color: #772124;
font-family: 'Arial', sans-serif;
}

#single_content h2 {
font-size: 1.1em;
color: #772124;
line-height: 1.5em;
padding: 10px 0 0 0;
}

.single_text {
padding: 5% 5% 0% 5%;
}

img.attachment-large {
width: 100%;
height: auto;
}

/* ************************************************************************************** CSS voor Zoekresultaten */

#zoek_container {
overflow: auto;
margin-top: 120px;
}

#zoek_content {
width: 70%;
max-width: 820px;
background-color: #ffffff;
float: left;
margin-bottom: 2%;
}

#zoek_content p {
line-height: 1.9em;
font-size: 0.9em;
margin-top: 0;
margin-bottom: 20px;
}

#zoek_content h1 {
font-size: 1.6em;
color: #772124;
font-family: 'Arial', sans-serif;
}

#zoek_content h2 {
font-size: 1em;
color: #772124;
line-height: 1.5em;
padding: 10px 0 0 0;
margin-bottom: 5px;
font-family: 'Arial', sans-serif;
}

.zoek_text {
padding: 5%;
}

/* ************************************************************************************** CSS voor Sidebar inclusief Widgets */

#sidebar {
float: left;
width: 28%;
max-width: 340px;
margin-left: 2%;
}

.widget_content {
padding: 2% 5%;
background-color: #FFFFFF;
font-size: 0.8em;
font-family: 'Arial', sans-serif;
line-height: 1.6em;
}

.widget_footer {
color: #ffffff;
font-family: 'Arial', sans-serif;
font-size: 0.8em;
/*background-color: #d30910;*/
/*background-color: #772124; */
/* background-color: #40494b; */
background-color: #c2c7c8; 
text-align: right;
padding: 5px 20px;
margin-bottom: 20px;
-webkit-border-radius: 0px 0px 20px 0px;
-moz-border-radius: 0px 0px 20px 0px;
border-radius: 0px 0px 20px 0px;
}

.widget_footer a {color: #ffffff;}
.widget_footer a:link {color:#ffffff;}     
.widget_footer a:visited {color:#ffffff;}  
.widget_footer a:hover {color:#ffffff;} 
.widget_footer a:active {color:#ffffff;} 

#sidebar h3 {
font-size: 1.4em;
font-family: 'Arial', sans-serif;
}

#blogberichten a {color: #40494b;
}

/*
#blogberichten ul {
padding-left: 10px;
font-size: 1em;
}
*/

/* **************************************************************************************** FOOTER */

#footer_primair {
width: 100%;
background-color: #40494b;
overflow: hidden;
font-family: 'Arial', sans-serif;
font-size: 0.9em;
}

#footer_primair ul { margin: 0; padding: 0; list-style-type: none; line-height: 24px; }
$footer_primair li {  }

footer a {text-decoration: none; color: #ffffff; }
footer a:link {color:#ffffff;}     
footer a:visited {color:#ffffff;}  
footer a:hover {color:#ffffff;} 
footer a:active {color:#ffffff;} 

#footer_secundair {
width: 100%;
background-color: #000000;
text-align: center;
color:#ffffff;
padding: 5px 0;
font-size: 0.8em;
font-family: 'Arial', sans-serif;
}

#footer_container {
width: 90%;
max-width: 1180px;
margin: 0 auto;
color: #ffffff;
}

#footer_primair h4 {
margin: 0;
padding: 10px 0;
font-size: 1.2em;
}

.col {
width: 21%;
float: left;
padding: 2%;
}


#icon_grid {
display: inline-block;
width: 100%;
text-align: center;
font-size: 100%;
}

#icon_grid a {text-decoration: none; color: #40494b; }
#icon_grid a:link {color:#40494b;}      
#icon_grid a:visited {color:#40494b;} 
#icon_grid a:hover {color:#40494b;}  
#icon_grid a:active {color:#40494b;}  

.icon {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
padding: 3%;
float: left;
width: 50%;
}



#incasso {
display: none;
}

.fill_icon {
fill: #bebebe;
}


/* ***************************************************************************** MEDIA QUERIES */

@media (max-width: 1280px) {

#featured #featured-container { text-align: center; }
#featured #img-featured { float: none; }
#featured #featured-text { float: none; }
}

@media (max-width: 1200px) {

#topnav, #mainheader_container, #single_container {
width: 95%;
}

#overlay {
width: 50%;
}
}

@media (max-width: 920px) {

.tap-content .tap-content-col {
width: 100%;
}

#topheader, #sidebar, #sidebar_cta, #switch, #zoekfunctie, #overlay, #beoordeling, #featured, #icon_footer {
display: none;
}

#homepage_mobiel {
display: inline;
}

#icon_footer .icon_col {
width: 50%;
}

.col {
width: 46%;
}

.col_3 {
float: right;
}

#waarom {
width: 95%;
margin: 0 auto;
float: none;
min-height: 0;
}



#mainnav { margin: 0; padding-bottom: 10px; font-size: 1.1em; display: block; text-align: center; }
#mainnav li { padding: 5px; }



#logo {
margin-left: auto;
margin-right: auto;
width: 80%; max-width: 300px;
display: block;
}

#single_content {
width: 100%;
}
}

@media (max-width: 800px) {
#single_container {
width: 100%;
}
}

@media (max-width: 800px) {

#icon_footer .icon_col {
width: 100%;
}

#icon_footer .svg_icon {
padding: 10px 30%;
}

#img_main {
background-image: url("//www.wetrecht.nl/wp-content/uploads/2015/01/mainmobiel2.jpg");
background-size: cover;
padding-bottom: 40%;
}
}
@media (max-width: 350px) {
#footer_primair {
font-size: 0.7em;
}
}

/* *************************************************************************************** ICON FOOTER */

#footer_background {
background-color: #ffffff;
}

#icon_footer {
width: 100%;
padding: 2% 0;
}

#icon_footer_container {
width: 90%;
max-width: 1180px;
margin: 0 auto;
overflow: hidden;
text-align: center;
font-size: 100%;
}

.icon_col {
float: left;
width: 25%;

}

.inkleuren:hover .fill_icon {
fill: #40494b;
}


.svg_icon {
padding: 5% 20%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}

.icon_text {
padding: 0 5%;
}

#icon_footer h3 {
color: #d30910;
font-size: 1.2em;
margin: 0;
font-family: 'Arial', sans-serif;
}

#icon_footer a {}
#icon_footer a:link {color:#40494b;}     
#icon_footer a:visited {color:#40494b;}  
#icon_footer a:hover {color:#40494b;} 
#icon_footer a:active {color:#40494b;} 

#button_meerinfo {
width: 20%;
margin: 20px auto 0 auto;
border: 3px solid #40494b;
padding: 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

#button_meerinfo a {font-family: 'Arial', sans-serif; font-size: 1.2em; text-decoration: none; color: #40494b; }
#button_meerinfo a:link {color:#40494b;}     
#button_meerinfo a:visited {color:#40494b;}  
#button_meerinfo a:hover {color:#40494b;} 
#button_meerinfo a:active {color:#40494b;} 

/* ******************************************************************************* FEATURED */

#featured {
background-color: #eeeeee;
}

#featured-container {
width: 90%;
max-width: 1180px;
margin: 0 auto;
overflow: hidden;
}

#img-featured {
float: right;
margin: 20px 0;
}

#featured-text {
color: #d30910;
float: left;
margin-top: 40px;
font-family: 'Arial', sans-serif;
}
/* ****************************************************************************** ARTIKELINFO */
#artikelinfo {
padding: 0% 0% 0% 0%;
font-size: 0.8em;
line-height: 1.5em;
font-style: normal;
}



/* ****************************************************************************** DISCLAIMER */

#disclaimer {
padding: 1% 5% 0% 0%;
font-size: 0.8em;
line-height: 1.5em;
font-style: italic;
}

/* ****************************************************************************** DIENSTEN PAGINA */

#diensten_container {
margin-top: 40px;
margin-bottom: 40px;
}

ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; font-family: 'Arial', sans-serif; }
ul#tabs li { display: inline; }
ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul#tabs li a:hover { background-color: #f1f0ee; }
ul#tabs li a.selected { color: #000; background-color: #eeeeee; font-weight: bold; padding: 0.7em 0.6em 0.38em 0.6em; }
div.tabContent { border: 1px solid #bebebe; padding: 2% 5%; background-color: #eeeeee; }
div.tabContent.hide { display: none; }

/* 13-01
#diensten_content {
background-color: #ffffff;
padding: 5%;
margin-top: 20px;
}
*/

#diensten_content h1 {
font-size: 1.6em;
color: #772124;
font-family: 'Arial', sans-serif;
}

#diensten_content h2 {
font-size: 1.1em;
color: #772124;
line-height: 1.5em;
padding: 10px 0 0 0;
}

.tabContent p, .tabContent li {
line-height: 2em;
}



/******************************************************************** POP UP BLOKJE */

.overlay-content {
color: #ffffff;
display: none;
width: 740px;
height: 450px;
background-image: url("//www.wetrecht.nl/wp-content/uploads/2014/12/popup-bg.jpg");
position: relative;
top: 10%;
margin: 0 auto;
cursor: default;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9);
font-size: 16px;
font-family: "arial", sans-serif;
}

.overlay-content-text {
padding: 40px;
}

.overlay-content-text li {
margin: 10px 0;
}


.overlay-bg {
display: none;
position: fixed;
top: 0;
left: 0;
height:100%;
width: 100%;
cursor: pointer;
z-index: 1000; /* high z-index */
background: #000; /* fallback */
background: rgba(0,0,0,0.5);
}

.overlay-content h2 {
color: #4ca3be;
font-family: 'arial', sans-serif;
font-size: 32px;
margin: 0 0 20px 0;
}

.fa-check {
	color: #fcae03;
}

.tekst_klein {
	font-size: 90%;
	color: #cecdcb;
}

.overlay-content b {
	color: #fcae03;
}
	
#popup-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #7FBF4D;
    border-color: #63A62F #63A62F #5B992B;
    border-image: none;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #96CA6D inset;
    color: #FFFFFF;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #4C9021;
	font-size: 160%;
    width: 250px;
	cursor: pointer;
	margin-top: 40px;
}


#popup-button a {text-decoration: none; color: #ffffff; }
#popup-button a:link {color:#ffffff;}     
#popup-button a:visited {color:#ffffff;}  
#popup-button a:hover {color:#ffffff;} 
#popup-button a:active {color:#ffffff;} 

#popup-footer {
position: absolute;
bottom: 20px;
font-size: 0.8em;
color: #eeeeee;
}

.sluiten {
	position: absolute;
	margin-top: -20px;
	right: -20px;
	cursor: pointer;
}

.fa-circle {
	color: #cccccc;
}

.fa-close {
	color: #555555;
}


/* *********************************************************************************************** TAPS */
#tap-container .tap-einde {
margin-right: 0;
}

.tap {
display: inline-block;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
text-align: center;
width: 20%; /* 13-01 width: 24.25%; */
padding: 1%;
background-color: #bebebe;
margin-right: 1%;
font-family: 'Arial', sans-serif;
font-size: 0.9em;
}

.tap-actief {
background-color: #ffffff;
font-weight: bold;
}


.tap-content {
background-color: #ffffff;
padding: 2%;
overflow: hidden;
}

.tap-content h2 {
font-family: 'Arial', sans-serif;
}

.tap-content-col {
width: 50%;
float: left;
padding: 2%;
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

.tap-content-full {
padding: 2%
}

.donker {
background-color: #eeeeee;
}

.tap-content ul {
line-height: 2em;
}

/* *************************************************** JURIDISCH ADVIES */

#tap-container .tekst_av label {
float: none;
width: auto;
}

.voorwaarden {
margin: 10px 0;
}

#tap-container label {
padding: 10px 0;
float: left;
width: 20%;
}

#tap-container input[type="text"], #tap-container input[type="email"] {
width: 50%;
border: none;
padding: 10px 5px;
margin-bottom: 10px;
}

#tap-container input, #tap-container textarea {
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

#tap-container textarea {
width: 100%;
height: 300px;
border: none;
padding: 20px;
resize: none;
font-family:"arial", sans-serif;  
font-size: 90%;   
color: #555555;
}

.validate_naam, .validate_email, .validate_av, .validate_bedrijfsnaam { 
display: none; 
margin: 10px 0;
font-size: 0.8em;
color: #d30910;
}

#tap-container input[type="submit"] {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #7FBF4D;
border-color: #63A62F #63A62F #5B992B;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 0 #96CA6D inset;
color: #FFFFFF;
line-height: 1;
padding: 10px 20px;
text-align: center;
text-shadow: 0 -1px 0 #4C9021;
font-size: 160%;
width: auto;
cursor: pointer;
margin: 20px 0;
}


.verbergen {
display: none;
visibility: hidden; /* voor screen readers */
}

.button_centreer {
text-align: right;
}

#tap-container a {color: #40494b;}
#tap-container a {text-decoration: none; color: #40494b; }
#tap-container a:link {color:#40494b;}     
#tap-container a:visited {color:#40494b;}  
#tap-container a:hover {color:#40494b;} 
#tap-container a:active {color:#40494b;} 


/* ************************************************** BUTTON */

#box a {
color: #000000;
}

/*
#box .button {
	display: block;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #d30910;
    border-color: #772124;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Arial", sans-serif;
    height: 2.75em;
    line-height: 2.75em;
    margin: 0.5em 3em;
    text-align: center;
    text-transform: uppercase;
}
*/

#box .button {
	display: block;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #7FBF4D;
    border-color: #5B992B;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    height: 2.75em;
    line-height: 2.75em;
    text-align: center;
    text-transform: uppercase;
padding: 0 20px;
width: 60%;
/*margin: 0 auto 20px auto;*/
margin: 0.5em 3em;
}

#box .button a {
color: #ffffff;
}

.hulpnodig .button a {
color: #ffffff;
}

.hulpnodig .button {
	display: block;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #d30910;
    border-color: #772124;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    height: 2.75em;
    line-height: 2.75em;
    text-align: center;
    text-transform: uppercase;
padding: 0 20px;
float: left;
margin-right: 20px;
}



blockquote {
	border-left: 2px solid #40494b;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}


/* ********************************************************************** SVG HACK */


#logo .svg-container {
    	padding-top: 46.4%;
	width: 100%;
    	height: 0;
    	position: relative;
	display: inline-block;
}
 
#logo svg {
    	position: absolute;
    	top: 0;
    	left: 0;
}

#icon_footer svg {
	position: absolute;
    	top: 0;
    	left: 0;
}

#icon_footer .svg-container {
	padding-top: 65.3373702422145328719723183391%;
	width: 65%;
    	height: 0;
    	position: relative;
	display: inline-block;
}

/* ************************************************************************************ ADVIES PAGINA 29-01-2015 */

#logo2901 { display: inline-block; margin: 1% 0; width: 20%; }

#img_advies {
	background-image: url("//www.wetrecht.nl/wp-content/uploads/2015/01/adviesbgd.jpg");
	background-size: cover;
	padding: 40px 0;
}

.advies_container, #voorbeeld_container, #overtuigd_container {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

.advies_content {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
	padding: 40px;
	background-color: #ffffff;
	float: left;
	width: 55%;
}

.advies_content h2 { color: #d30910; font-family: "Arial",sans-serif; font-size: 1.6em; margin: 0; }
.advies_content p { line-height: 1.5em; }
.advies_content p:last-child { margin-bottom: 0; }
.advies_content li { line-height: 1.5em; margin: 5px 0;}
.advies_content .fa-check { color: #6b9dcc; font-size: 150%; }

#zegel {
width: 150px;
height: 150px;
position: absolute;
top: -25px;
right: -25px;
}

.advies_form {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
background-color: #eeeeee;
position: absolute;
right: 0;
top: -80px;
width: 45%;
padding: 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
z-index: 1000;
}

.advies_form a {
text-decoration: underline;
}

.advies_form h2 {
    font-family: "Arial",sans-serif;
    font-size: 1.3em;
}


.advies_container .tekst_av label {
float: none;
width: auto;
}

.advies_container label {
padding: 10px 0;
float: left;
width: 20%;
}

.advies_container input[type="text"], .advies_container input[type="email"] {
width: 50%;
border: none;
padding: 10px 5px;
margin-bottom: 10px;
}

.advies_container input, .advies_container textarea {
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

.advies_container textarea {
width: 100%;
height: 300px;
border: none;
padding: 20px;
resize: none;
font-family:"arial", sans-serif;  
font-size: 90%;   
color: #555555;
}

.advies_container a {color: #40494b;}
.advies_container a:link {color:#40494b;}     
.advies_container a:visited {color:#40494b;}  
.advies_container a:hover {color:#40494b;} 
.advies_container a:active {color:#40494b;} 


.advies_container input[type="submit"] {
-webkit-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #d30910;
    border-color: #772124;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "Arial",sans-serif;
	font-size: 1.1em;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
	margin: 20px 0 20px 0;
}

#submittekst {
line-height: 1.4em;
clear: both;
text-align: right;
font-size: 0.8em;
color: #888888;
}

#submittekst ul {
margin: 10px 0 0 0;
padding: 0;
list-style-type: none;
}

#submittekst li {
margin: 5px 0;
}

.advies_overig {
background-color: #ffffff;
}

.advies_overig h3 {
font-family: 'Arial', sans-serif;
font-size: 1.1em;
margin: 10px 0 20px 0;
}

.advies_col1 {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;   
 box-sizing: border-box;        
width: 55%;
padding: 20px 20px 0 0;
display: inline-block;
}

.advies_col2 {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;   
 box-sizing: border-box;        
display: inline-block;
width: 40%;
position: absolute;
bottom: -20px;
text-align: right;
}

.advies_col1 img {
padding-right: 20px;
display: inline-block;
}

.cite {
text-align: right;
font-size: 80%;
margin: 5px 0 20px 0;
}

#quotecite {
padding-left: 20px;
width: 70%;
display: inline-block;
}

#review {
display: inline-block;
cursor: pointer;
}

.vb-col {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
 box-sizing: border-box;      
width: 35%;
margin-top: 60px;
margin-right: 2%;
float: left;
min-height: 350px;
}

.grijs {
background-color: #eeeeee;
padding: 20px;
}

.grijs h3 {
color: #6b9dcc;
}

.mid-col {
padding: 20px;
text-align: center;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;   
 box-sizing: border-box;        
float: left;
width: 26%;
margin-right: 2%;
margin-top: 60px;
}

.last-col {
margin-right: 0;
}

#icon_neg {
width: 30%;
}

.voorbeeld_btn {
font-family: 'Arial', sans-serif;
padding: 10px 20px;
border: 1px solid #40494b;
margin: 10px auto;
cursor: pointer;
text-transform: uppercase;
width: 75%;
}

#overtuigd_container {
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
width: 65%;
}

#overtuigd_container h2 {
font-family: 'Arial' , sans-serif;
font-size: 1.3em;
}

.naarform_btn {
font-family: 'Arial', sans-serif;
display: inline-block;
padding: 0 20px;
border: 1px solid #40494b;
margin: 10px auto;
cursor: pointer;
text-transform: uppercase;
height: 2.75em;
line-height: 2.75em;
}

#advies_footer {
font-family: 'Arial', sans-serif;
font-size: 0.9em;
text-align: center;
padding: 20px 0;
background-color: #40494b;
color: #ffffff;
}


/* ************************************************************************************ VOORBEELD POPUP */

.modal-bg, .modal-bg-review {
display: none;
position: fixed;
top: 0;
left: 0;
height:100%;
width: 100%;
cursor: pointer;
z-index: 1000; /* high z-index */
background: #000; /* fallback */
background: rgba(0,0,0,0.5);
}

.modal-content, .modal-content-review {
padding: 40px;
display: none;
width: 50%;
height: 75%;
/*overflow: scroll;*/
overflow-y: scroll;
overflow-x: hidden;
background-color: #ffffff;
position: relative;
top: 5%;
margin: 0 auto;
cursor: default;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9);
font-size: 16px;
font-family: "arial", sans-serif;
}

.qa-bgd {
margin: 20px;
padding: 20px;
background-color: #eeeeee;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

.modal-content h2, .modal-content-review h2 {
color: #d30910;
font-size: 1.5em;
font-family: 'Arial', sans-serif;
}

.modal-content h3, .modal-content-review h3 {
font-size: 1.3em;
font-family: 'Arial', sans-serif;
}

.modal-content h4, .modal-content-review h4 {
font-size: 1.1em;
font-family: 'Arial', sans-serif;
}

.close-btn {
font-size: 0.8em;
cursor: pointer;
position: absolute;
right: 20px;
top: 20px;
}

/* ************************************************************************* MEDIA QUERIES VOOR ADVIES PAGINA */

@media (max-width: 1050px) {
.resp { width: 98%; }
} 

@media (max-width: 965px) {

.modal-content, .modal-content-review {
width: 85%;
height: 85%;
padding: 10px;
}

.qa-bgd {
padding: 10px;
}

.advies_col1 {
width: 70%;
margin: 0 auto;
display: block;
}
.advies_col2 {  
display: block;
position: initial;
text-align: center;
margin: 40px auto 0 auto;
}
}

@media (max-width: 900px) {

#logo2901 {
margin-left: auto;
margin-right: auto;
padding: 20px 0;
width: 80%; max-width: 300px;
display: block;
}

#mainheader {
z-index: 100;
}

#img_advies {
	background-image: none;
	background-color: #ffffff;
	padding-top: 0;
}

.advies_content {      
	float: none;
	display: block;
	width: 80%;
	margin: 0 auto;
}

.advies_form {
position: relative;
top: 20px;
margin-top: 20px;
display: block;
width: 85%;
margin: 0 auto;
}

.vb-col {
width: 60%;
margin: 20px auto;
float: none;
display: block;
min-height: 0;
}

.mid-col {
padding: 20px;
text-align: center;      
float: none;
display: block;
width: 50%;
margin: 20px auto;
}

}

@media (max-width: 800px) {
.advies_content { width: 90%; }
.vb-col { width: 80%; }
.mid-col { width: 70%; }
.advies_col1 { width: 90%; }
}

@media (max-width: 600px) {
.advies_col1 { text-align: center; }
.advies_col1 img { padding-right: 0px; display: initial; margin-bottom: 20px; }
.cite { text-align: center; font-size: 80%; margin: 10px 0 20px 0; }
#quotecite { padding-left: 0px; width: auto; display: block; }
.advies_col2 { width: 90%; }
}

@media (max-width: 550px) {
.advies_content { width: 98%; }
.vb-col { width: 95%; }
.mid-col { width: 90%; }
.advies_col1 { width: 95%; }
.advies_form { width: 90%; }
#overtuigd_container { width: 90%; }
}

@media (max-width: 500px) {
.advies_container { width: 100%; }
.advies_content { width: 100%; padding: 20px; }
.advies_form { text-align: center; 
-webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0.75);
width: 100%;
}

.advies_container label {
padding: 0;
float: none;
display: block;
width: auto;
}


.advies_container input[type="text"], .advies_container input[type="email"] {
    margin: 10px 0;
    width: 90%;
}

.advies_container textarea {
margin-top: 10px;
}

#zegel {
position: static;
}
}






 /* ********************************************************** TEST 10-03-2015 */

#test1003 .button {
display: block;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #005578;
    border-color: #40494b;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    height: 2.75em;
    line-height: 2.75em;
    text-align: center;
    /* text-transform: uppercase; */
padding: 0 10px;
width: 80%;
margin: 0 auto 20px auto;
}

#test1003 .test {
background-color: #ffffff;
padding: 2% 5%;
margin-bottom: 20px;
}

#test1003 .fa-check {
/* color: #40494b; */
/* = GROEN color: #7fbf4d; */
color: #005578;
}

#test1003 li {
margin-top: 10px;
}

#ja_widget {
background-color: #ffffff;
padding: 2% 5%;
margin-bottom: 20px;
}

#test1003 #diensten_widget p, #test1003 #diensten_widget ul {
line-height: 1.5em;
}

.weegschaal_widget {
width: 65%;
display: block;
margin: 0 auto;
margin-top: 20px;
}

#telefoon {
background-color: #40494b;
color: #fff;
padding: 2% 5% 5% 5%;
text-align: center;
}

#telefoon h3 {
margin: 10px 0 5px 0;
}

#telefoon p {
margin: 0;
line-height: 1em;
}

.groen {
color: #7FBF4D;
}

.tussenblok {
font-family: 'Arial', sans-serif;
text-align: center;
border: 2px solid #eeeeee;
padding: 20px 20px;
}

.tussenblok a {
text-decoration: underline;
}

#jabox {
color: #000000;
}

/* ****************************************************************************** */

#belmob {
display: none;
position: fixed;
bottom: 0;
background-color: #40494b;
color: #ffffff;
width: 100%;
padding: 10px 0;
text-align: center;
-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.75);
}

#belmob a {
color: #ffffff;
}

.mobbutton {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #7fbf4d;
    border-color: #5b992b;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Arial",sans-serif;
    height: 2em;
    line-height: 2em;
    margin: 10px 0 5px 0;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}

#belmob h5 {
font-size: 1em;
margin: 0;
font-family: 'Arial', sans-serif;
}

#belmob .ppm {
font-size: 90%;
}

@media (max-width: 800px) {
#belmob {
display: block;
}
}

/* NIEUWE JURIDISCH ADVIES PAGINA 23-04-2015 */

#ja_banner {
width: 100%;
height: 300px;
background-image: url("//www.wetrecht.nl/wp-content/uploads/2015/04/jabanner.jpg");
position: relative;
}

#ja_bannertekst {
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.7);
position: absolute;
bottom: 20px;
left: 20px;
padding: 20px;
}

#ja_bannertekst h1, #ja_bannertekst h2 {
display: inline-block;
padding: 0;
margin: 10px 0 0 0;
}

#ja_bannertekst h1 {
font-family: 'Arial', sans-serif;
color: #005578;
}

#ja_bannertekst h3 {
font-weight: normal;
font-size: 120%;
}

.ja_content {
padding: 40px;
overflow: auto;
margin-top: 145px;
}

.ja {
background-color: #ffffff;
}

.ja h2 {
font-family: 'Arial', sans-serif;
color: #005578;
font-size: 130%;
}

.icon_text h3 {
font-family: 'Arial', sans-serif;
color: #005578;
}

#voordelen {
background-color: #005578;
color: #ffffff;
font-size: 110%;
width: 40%;
margin: 20px auto;
padding: 20px;
}

#voordelen h2 {
color: #ffffff;
}

#voordelen li {
margin-top: 10px;
}

.ja_content .svg-container {
display: inline-block;
width: 60%;
}

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

#voordelen .fa-check {
color: #ffffff;
}

/* formulier op nieuwe juridisch advies pagina april 2015 */

#ja_formulier .velden {
font-style: italic;
font-size: 90%;
float: right;
}

#ja_formulier {
width: 70%;
margin: 0 auto;
font-family: 'Arial', sans-serif;
}

#ja_formulier #space {
margin-left: 20px;
}

#ja_formulier input[type="radio"] {
margin: 0 10px 0 0;
}



#ja_formulier .tekst_av label {
float: none;
width: auto;
}

.voorwaarden {
margin: 10px 0;
}

#ja_formulier label {
width: 20%;
margin:10px 0;
float: left;
}

#ja_formulier .label_lang {
float: left;
width: auto;
margin-right: 20px;
}

#ja_formulier input[type="text"], #ja_formulier input[type="email"], #ja_formulier input[type="file"]{
margin: 10px 0;
width:30%;
}

#ja_formulier input[type="checkbox"] {
margin: 0 10px 0 0;
}

#ja_formulier input[type="tel"] {
margin: 10px 0;
width: 15%;
}

#ja_formulier select {
margin: 10px 0;
}

#ja_formulier input, #ja_formulier textarea {
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

#ja_formulier textarea {
width: 100%;
height: 300px;
padding: 20px;
resize: none;
font-family:"arial", sans-serif;  
font-size: 90%;   
color: #555555;
}

.validate_naam, .validate_email, .validate_av { 
display: none; 
margin: 10px 0;
font-size: 0.8em;
color: #d30910;
}

#ja_formulier input[type="submit"] {
background-color: #005578;
border-radius: 5px;
border-style: none;
color: #FFFFFF;
line-height: 1;
padding: 10px 20px;
text-align: center;
font-size: 120%;
width: auto;
cursor: pointer;
margin: 10px 0;
}


.verbergen {
display: none;
visibility: hidden; /* voor screen readers */
}

.button_centreer {
text-align: right;
}

#ja_formulier a {color: #40494b;}
#ja_formulier a {text-decoration: none; color: #40494b; }
#ja_formulier a:link {color:#40494b;}     
#ja_formulier a:visited {color:#40494b;}  
#ja_formulier a:hover {color:#40494b;} 
#ja_formulier a:active {color:#40494b;} 


.accordion dt {
border-top: 1px dotted #d8d8d8;
color: #005578;
padding: 10px;
}

.accordion a {
color: #005578;
}

.accordion dd {
background-color: #eeeeee;
padding: 10px;
margin-bottom: 10px;
}

.accordion .fa {
margin-right: 10px;
}

.accordion {
   margin: 50px;   
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0; 
      &:last-of-type {
        border-bottom: 1px solid black; 
      }
      a {
        display: block;
        color: black;
        font-weight: bold;
      }
   }
  dd {
     border-top: 0; 
     font-size: 12px;
     &:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
     }
  }
}

@media (max-width: 1050px) {
.ja .icon_col { display: none; }
} 

@media (max-width: 1000px) {
#voordelen { width: 80%; }
} 

@media (max-width: 900px) {
#ja_formulier input[type="text"], #ja_formulier input[type="email"], #ja_formulier input[type="file"]{
margin: 10px 0;
width:50%;
}
#ja_formulier {
width: 90%;
}
#ja_formulier label {
width: 40%;
}
} 

/* ----------------------------------------------------------------- FORMULIER OP SINGLE.PHP mei 2015 -------------------------------------------------- */

#single_formulier {
font-family: 'Arial', sans-serif;
font-size: 90%;
margin-top: 40px;
}

#single_formulier p {
margin: 10px 0 0 0;
}

#single_formulier input, #single_formulier textarea {
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

#single_formulier textarea {
width: 100%;
height: 300px;
padding: 20px;
resize: none;
font-family:"arial", sans-serif;  
font-size: 90%;   
color: #555555;
}

#single_formulier .velden {
font-style: italic;
font-size: 90%;
float: right;
}

#single_formulier input[type="text"], #single_formulier input[type="email"], #single_formulier input[type="tel"] {
width:30%;
}

#single_formulier input[type="submit"] {
background-color: #005578;
border-radius: 5px;
    border-color: #40494b;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
color: #FFFFFF;
line-height: 1;
padding: 10px 20px;
text-align: center;
font-size: 120%;
width: auto;
cursor: pointer;
margin: 10px 0;
}

#single_formulier a {color: #40494b;}
#single_formulier a {text-decoration: none; color: #40494b; }
#single_formulier a:link {color:#40494b;}     
#single_formulier a:visited {color:#40494b;}  
#single_formulier a:hover {color:#40494b;} 
#single_formulier a:active {color:#40494b;} 

@media (max-width: 900px) {
#single_formulier input[type="text"], #single_formulier input[type="email"], #single_formulier input[type="tel"]{
margin: 10px 0;
width:50%;
}

#keuze_po {
display: none;
}
}

/* ------------------------------------------- HOMEPAGE TEST 25-05-2015 ---------------------------------------------------- */



#kosten li {
margin-top: 10px;
}

#kosten {
padding-top: 0;
}

#kosten td {
padding: 10px 20px 0 0;
}

#kosten table {
margin: 30px 0;
}

.tekst_smal {
width: 70%;
margin: 0 auto;
}

#single_hulp {
border-top: solid 20px #eeeeee;
}

#single_hulp .button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #005578 none repeat scroll 0 0;
    border-color: #40494b;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    font-family: "Arial",sans-serif;
    height: 2.75em;
    line-height: 2.75em;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

#single_hulp h2 {
margin: 0 0 10px 0;
padding: 0;
}









/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #772124;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


/* ------------------------------------------------------------------------------------------------ ruimte maken voor FIXED HEADER juni 2015 */

@media (max-width: 1200px) {
#single_container, .ja_content { width: 95%; }
}

@media (max-width: 920px) {
#single_container, .ja_content { margin-top: 120px; }
}

@media (max-width: 500px) {
#single_container, .ja_content { margin-top: 138px; }
}

/* -------------------------------------------------------------------------------------------------- FIXED HEADER juni 2015 */

#header_fixed { width: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }

#header_fixed #topheader { line-height: 15px; }

.search-field_test { border: none; padding: 2px 5px; }
.search-form_test { display: inline; }
.search-form_test input[type="submit"] { font-family: FontAwesome; }
.search-submit_test { background-color: initial; border: none; color: #ffffff; cursor: pointer; padding: 0; }

#header_fixed #mainheader { height: 100px; }

#header_fixed #mainheader_container { position: relative; }

/* #header_fixed img { display: inline-block; max-width: 225px; width: 225px; height: 76px; margin: 10px 0; } */
/* #header_fixed img { display: inline-block; max-width: 400px; width: 400px; height: 76px; margin: 10px 0; } */

#header_fixed #mainnav { position: absolute; right: 0; top: 40px; font-size: 1.2em; margin: 0; }

#header_fixed #mainnav ul { padding: 0; margin: 10px 0; list-style: none; position: relative; }
#header_fixed #mainnav ul li { margin: 0 30px 0 0; display: inline-block; float: left; padding: 0 0 9px 0; }

#header_fixed #mainnav ul ul { 
	visibility: hidden;
	transition:visibility 0s linear 0.3s; 
   	position: absolute;
    	top: 20px;
	padding: 10px;
	border-top: #772124 solid 2px;
	background-color: #ffffff;
	border-bottom: #772124 solid 2px;
	border-left: #eeeeee solid 1px;
	border-right: #eeeeee solid 1px;
}

#header_fixed #mainnav ul ul li {
	font-size: 0.9em;
	font-family: 'Arial', sans-serif;
	transition: background-color 0.2s linear;
	margin: 0;
	padding: 0;
}

#header_fixed #mainnav ul ul li:hover { background-color: #772124; }

#header_fixed #mainnav ul li:hover > ul, #header_fixed #mainnav ul li:focus > ul, #header_fixed #mainnav ul li:active > ul {
	display: block;
	visibility:visible;
  	opacity:1;
  	transition-delay:0s;
}

#header_fixed #mainnav ul ul li {
    	min-width:150px;
    	float:none;
    	display:list-item;
    	position: relative;
	padding: 0;
}

#header_fixed #mainnav a {text-decoration: none; color: #40494b; transition: color 0.2s linear;}
#header_fixed #mainnav a:link {color:#40494b;}      
#header_fixed #mainnav a:visited {color:#40494b;} 
#header_fixed #mainnav a:hover {color:#772124;  }
#header_fixed #mainnav a:active {color:#40494b;}  

#header_fixed #mainnav ul ul a {text-decoration: none; color: #40494b; transition: color 0.2s linear; display: block; padding: 5px; }
#header_fixed #mainnav ul ul a:link {color:#40494b;}      
#header_fixed #mainnav ul ul a:visited {color:#40494b;} 
#header_fixed #mainnav ul ul a:hover {color:#eeeeee;  } 
#header_fixed #mainnav ul ul a:active {color:#40494b;}  

#header_fixed #mainnav .menu-item-has-children:after { font-family: FontAwesome; content: "\f107"; }

/* -------------------------------------------------------------------------------------------------------------------- HEADER MOBIEL juni 2015 */

#mainnav_mob {
display: none;
}

#drop_mob {
display: none;
position: absolute;
/*top: 120px;*/
right: 0;
background-color: #ffffff;
width: 60%;
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
}

#drop_mob a {
display: block;
padding: 10px;
color: 	#40494b;
}

#drop_mob .link {
padding: 10px;
color: 	#40494b;
}

#drop_mob ul {
margin: 0; 
padding: 10px; 
list-style-type: none;
font-family: 'Arial', sans-serif;
font-size: 100%;
}

#drop_mob ul ul {
padding: 0;
}

#drop_mob ul ul li {
padding-left: 20px;
font-size: 0.9em;
}

#drop_mob label {
display: inline-block;
width: 90%;
}

#drop_mob .search-submit_test {
    color: #eeeeee;
}

#drop_mob .search-field_test { padding: 5px 0; }

#drop_mob ul ul li a:before {
content: "-";
padding-right: 5px;
}

#menu_mob {
position: absolute;
bottom: 10px;
right: 0px;
cursor: pointer;
}

#menu_mob .fa-bars {
margin-left: 10px;
}

#drop_mob li {
border-bottom: 1px solid #eeeeee;
}

#menu_sluiten {
float: right;
padding: 20px 0;
font-size: 0.8em;
font-family: 'Arial', sans-serif;
cursor: pointer;
}

#menu_sluiten i {
margin-left: 5px;
color: #eeeeee;
}



@media (max-width: 920px) {
#header_fixed #mainnav { display: none; }
#mainnav_mob { display: block; }
}

@media (max-width: 500px) {
/* #header_fixed img { max-width: 200px; width: 200px; height: 57px; } */
/* #header_fixed #mainheader { height: 87px; } */
#drop_mob { width: 100%; }
}

@media (max-width: 500px) {
/* #header_fixed img { display: block; margin: 0 auto; padding: 10px 0; width: 170px; } */
#menu_mob { 
position: initial; 
padding: 10px 20px;
border: 1px solid #eeeeee;
}
/* #header_fixed #mainheader { height: 128px; } */
#menu_mob .fa-bars { float: right; }
#drop_mob { position: initial; overflow: auto; }
}

@media (max-height: 700px) {
#drop_mob { overflow-y: scroll; height: 300px; }
}

/* ----------------------------------------------------------------------------------------------- SIDEBAR juni 2015 */

#blogberichten ul {
font-family: 'Arial', sans-serif;
font-size: 100%;
margin: 0; 
padding: 0; 
list-style-type: none;
}

#blogberichten li {
border-bottom: 1px solid #eeeeee;
}

#blogberichten a {
display: block;
padding: 5px 0;
}

#blogberichten li:last-child {
border: none;
}

.ico {
width: 20%;
float: left;
}

.icotekst {
width: 60%;
float: left;
}

#table_diensten td img {
width: 100px;
}

#table_diensten td {
padding-right: 20px;
}

#table_diensten tr td:nth-child(2) {
border-bottom: 1px solid #eeeeee;
}

#table_diensten h3 {
font-family: 'Arial', sans-serif;
font-size: 100%;
}

/* --------------------------------------------------------------------------------------------------------------------- FORMULIER ZAKELIJK ------- */

#form_zakelijk { font-family: 'Arial', sans-serif; }
#form_zakelijk .velden { font-style: italic; font-size: 90%; float: right; }
#form_zakelijk label { width: 30%; margin:10px 0; float: left; }


#form_zakelijk input, #form_zakelijk textarea {
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

#form_zakelijk input[type="text"], #form_zakelijk input[type="email"], #form_zakelijk input[type="file"], #form_zakelijk input[type="tel"] {
margin: 10px 0;
width:30%;
}

#form_zakelijk input[type="checkbox"] {
margin: 0 10px 0 0;
}

#form_zakelijk .tekst_av label {
float: none;
width: auto;
}

.voorwaarden {
margin: 10px 0;
}



#form_zakelijk .label_lang {
float: left;
width: auto;
margin-right: 20px;
}



#form_zakelijk select {
margin: 10px 0;
}


#form_zakelijk textarea {
width: 100%;
height: 300px;
padding: 20px;
resize: none;
font-family:"arial", sans-serif;  
font-size: 90%;   
color: #555555;
}


#form_zakelijk input[type="submit"] {
background-color: #005578;
border-radius: 5px;
border-style: none;
color: #FFFFFF;
line-height: 1;
padding: 10px 20px;
text-align: center;
font-size: 120%;
width: auto;
cursor: pointer;
margin: 10px 0;
}


.verbergen {
display: none;
visibility: hidden; /* voor screen readers */
}

.button_centreer {
text-align: right;
}

#form_zakelijk a {color: #40494b;}
#form_zakelijk a {text-decoration: none; color: #40494b; }
#form_zakelijk a:link {color:#40494b;}     
#form_zakelijk a:visited {color:#40494b;}  
#form_zakelijk a:hover {color:#40494b;} 
#form_zakelijk a:active {color:#40494b;} 

/* ------------------------------------------------------------------------------------ PAGE ARTIKELEN 19-06-2015 ---------------------- */


#artikelen .catblock {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
background-color: #ffffff;
padding: 0;
/*display: inline-block;*/
float: left;
width: 45%;
margin: 0 5% 5% 0;
} 

#catblock_container .catblock:nth-child(even) {
margin-right: 0;
}

#artikelen h3 {
color: #772124;
font-size: 1.4em;
font-family: 'Arial', sans-serif;
}

#artikelen a {text-decoration: none; font-family: 'Arial', sans-serif; color: #40494b;  }
#artikelen a:link {color:#40494b;}     
#artikelen a:visited {color:#40494b;}  
#artikelen a:hover {color:#40494b;} 
#artikelen a:active {color:#40494b;} 

#artikelen .link_artikelen {
display: block;
margin-top: 20px;
text-decoration: underline;
text-align: right;
}

#form_artikelen, #form_artikelen input[type="search"], #form_artikelen input[type="submit"] {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}

#form_artikelen input[type="search"], #form_artikelen input[type="submit"] {
height: 30px;
border: 1px solid #40494b;
width: auto;
}

#form_artikelen input[type="search"] {
padding-left: 10px;
}

#form_artikelen {
margin-bottom: 20px;
}


@media (max-width: 1000px) {
#form_zakelijk label {
float: none;
display: block;
width: auto;
margin: 10px 0 0 0;
}
#form_zakelijk input[type="text"], #form_zakelijk input[type="email"], #form_zakelijk input[type="file"], #form_zakelijk input[type="tel"] {
width: 50%;
}
}
@media (max-width: 500px) {
#artikelen .catblock {
float: none;
width: 90%;
margin: 0 5% 5% 0;
}
#table_diensten td img {
display: none;
}
}
@media (max-width: 450px) {
#form_zakelijk input[type="text"], #form_zakelijk input[type="email"], #form_zakelijk input[type="file"], #form_zakelijk input[type="tel"] {
width: 100%;
}
}


/* -------------------------------------------------------------------------------- CONTACT 20-06-2015 ---------------------------------------------- */

.overzicht {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
width: 50%;
float: left;
margin-bottom: 20px;
}

.overzicht ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.overzicht li:before {
content: "-";
padding-right: 10px;
}

#form_zakelijk input[type="radio"] {
margin: 10px;
}

.radio_container {
float: left;
}

#table_contact h2 {
margin: 0;
}

#table_contact td {
vertical-align: top;
padding-right: 20px;
}



/* ------------------------------------------------------------------------------------- aanpassingen contact 14-07-2015 */

.message_particulier {
display: none;
}


/* ------------------------------------------------------------------------------------ Sidebar CTA 16-07-2015 */


#sidebar_cta {
background-color: #ffffff;
display: none;
position: relative;
text-align: center;
}

#sidebar_cta h3 {
padding: 0 5%;
/*font-family: "Arial", sans-serif;*/
}

#sidebar_cta i {
width: 40px;
position: absolute;
left: -35px;
top: 20px;
}

#single_content {
position: relative;
}

#sidebar_cta .button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #005578 none repeat scroll 0 0;
    border-color: #40494b;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid;
    border-width: 0 0 0.2em;
    color: #fff;
    cursor: pointer;
    font-family: "Arial",sans-serif;
    height: 2.75em;
    line-height: 2.75em;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

#sidebar_cta .stretch {
height: 20px;
}





/* TEST 11-08-2015 */

.single_text {
padding-top: 0;
}

#topblok {
float: right;
width: 45%;
background-color: #005578;
padding: 2%;
margin: 0 0 5% 5%;
text-align: center;
}

#topblok p { text-align: center; }

.topblok_inner {
border: 2px solid #ffffff;
padding: 5%;
color: #ffffff;
}

#topblok .button, #hulpblok_inner .button {
display: inline-block;
border: 3px solid #ffffff;
padding: 1%;
margin: 0 10%;
}

#topblok h2 {
color: #ffffff;
}

#topblok .button_inner, #hulpblok_inner .button_inner {
background-color: #ffffff;
padding: 5%;
text-transform: uppercase;
color: #005578;
}

#crumbs {
font-family: 'Arial', sans-serif;
color: #c2c7c8;
}

#crumbs a { color: #c2c7c8; }

#crumbs i {
margin: 0 5px;
}

#artikel_header {
position: relative;
}

#artikel_titel {
background-color:rgba(255,255,255);
background-color:rgba(255,255,255,0.7);
position: absolute;
bottom: 0;
left: 0;
width: 95%;
padding-left: 5%;
}

#single_hulp {
padding-top: 5%;
}

@media (max-width: 800px) {
#topblok {
display: none;
}
}

#single_hulp {
background-color: #005578;
padding: 2%;
text-align: center;
}

#single_hulp p {
margin: 20px 0;
line-height: 2em;
text-align: center;
}

#single_hulp p a {text-decoration: underline; color: #ffffff; }
#single_hulp p a:link {color:#ffffff;}     
#single_hulp p a:visited {color:#ffffff;}  
#single_hulp p a:hover {color:#ffffff;} 
#single_hulp p a:active {color:#ffffff;} 

#hulpblok_inner {
border: 2px solid #ffffff;
padding: 40px 40px 20px 40px;
color: #ffffff;
}

#hulpblok_inner h2 {
color: #ffffff;
font-size: 1.5em;
}

.hulpblok_button {
display: inline-block;
border: 3px solid #ffffff;
padding: 3px;
margin: 0 10%;
}

/*

#test p {
font-size: 15px;
line-height: 25px;
}

#test .single_text {
padding: 0 80px 0 80px;
}

*/

/* **************************************************************************** SIDEBAR STRAF */

#email_formulier {
	background-color: #ffffff;
}

.poll_widget {
	background-color: #ffffff;
	font-family: 'Arial', sans-serif;
	padding: 20px;
}

.poll_widget p {
		line-height: 1.5em;
	font-size: 90%;
}

.poll_widget h3 {
	color: #772124;
}

.poll_widget input[type=button], input[type=submit], input[type=reset] {
  background-color: #772124;
  border: none;
  color: white;
  padding: 12px 28px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
	margin: auto;
	margin-top: 20px;
	display: block;
	font-size: 110%;
	text-transform: uppercase;
}

#yop_poll_widget-3 {
	font-family: sans-serif;
}


#sidebar_straf {
	float: left;
width: 28%;
max-width: 300px;
margin-left: 2%;
}

#leaderboard {
padding: 5%;
}

#skyscraper {
background-color: #ffffff;
width: 100%;
}

#auteur {
font-family: 'Arial', sans-serif;
background-color: #eeeeee;
padding: 3%;
overflow: auto;
position: relative;
}

#auteurtekst {
font-size: 90%;
}

#auteurtekst a {color: #40494b; }
#auteurtekst a:link {color: #40494b; }    
#auteurteks a:visited {color: #40494b; }  
#auteurteks a:hover {color: #40494b; }
#auteurteks a:active {color: #40494b; }

#auteurtekst {
float: left;
width: auto;
}

#auteur h3 {
margin-top: 0;
}

#auteur .auteurfoto {
float: left;
margin-right: 3%;
}

.auteurlinks {
position: absolute;
bottom: 0;
right: 0;
margin: 3%;
}

#auteur .fa-circle {
color: #ffffff;
}

#auteur .fa-inverse {
color: #c2c7c8;
transition: color 0.5s ease;
}

#auteur .fa-inverse:hover {
color: #005578;
}





.scrollblok_button {
display: inline-block;
border: 3px solid #005578;
padding: 3px;
margin: 0 10%;
}

.scrollblok_button .button_inner {
background-color: #005578;
padding: 5%;
text-transform: uppercase;
color: #ffffff;
}


#headertest #header_fixed #mainnav { position: absolute; right: 0; top: 40px; font-size: 1em; margin: 0; font-family: 'Arial', sans-serif; text-transform: uppercase; }


.homeblock {
background-color: #ffffff;
padding: 20px 40px;
float: left;
width: 32%;
margin: 2% 2% 2% 0;
border: 1px solid #c2c7c8; 
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
} 

.homeblock_top {
min-height: 420px; 
}

.homeblock:nth-of-type(3) { margin-right: 0; }

.homeblock p {
margin-bottom: 0;
}

.homeblock .read-more {
color: #005578;
font-style: italic;
}


.homeblock header { border-bottom: 1px solid #c2c7c8; margin-bottom: 20px; text-align: center;}
.homeblock header h3 { font-weight: normal; color: #005578; }


/* ******************************************************* SLIDER */

.sl_container {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.sl_container div {
  width: 100%;
  display: none;
}

.sl_container div:first-child {
display: inline-block;
}

.sl_container img {
  width: 100%;
  height: auto;
}

.sl_container p {
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 20px;
}

.sl_container h2 {
color: #005578;
font-size: 1.2em;
}



.next {
  float: right;
	cursor: pointer;
}

.next .fa {
margin-left: 10px;
}

.prev {
  float: left;
	cursor: pointer;
}

.prev .fa { margin-right: 10px; }

.next .fa, .prev .fa, .next, .prev {
color: #c2c7c8;
font-size: 0.8em;
}

.homeblock footer {
margin-top: 20px;
border-top: 1px solid #c2c7c8;
text-align: right;
padding-top: 20px;
color: #005578;
}
.homeblock footer a { color: #005578; }

.homeblock .widget_content {
padding: 0;
}

#img_main_2 {
background-image: url("//www.wetrecht.nl/wp-content/uploads/2015/10/mainbanner3.jpg");
background-size: cover;
padding-bottom: 25%;
margin-top: 100px;
}

.main_button {
display: inline-block;
border: 3px solid #005578;
padding: 1px;
margin: 20px 2% 0 2%;
width: 44%;
}

.main_button .button_inner {
background-color: #005578;
padding: 5% 0;
text-transform: uppercase;
text-align: center;
color: #ffffff;
letter-spacing: 3px;
}

#overlay_2 {
position: absolute; /*om ervoor te zorgen dat de background niet groter wordt*/
overflow: hidden;
background-color: #ffffff;
opacity: 0.9;
padding: 20px 40px 40px 40px;
width: 40%;
margin-top: 5%;
/*
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
*/
}

#overlay_2 h1, #overlay_mob h1 {
color: #005578;
font-weight: normal;
}

#main_buttons_container {
margin: 0 auto;
width: 90%;
}

.homeblock p {
font-family: 'Arial', sans-serif;
font-size: 0.9em;
line-height: 1.6em;
}

#overlay_mob {
display: none;
background-color: #ffffff;
padding: 20px 40px 40px 40px;
width: 50%;
margin: 2% auto 0 auto;
}



article h3 {
    color: #772124;
    font-size: 1em;
    line-height: 1.5em;
    padding: 10px 0 0;
}



/* ******************************************************** MEDIA QUERIES VOOR NIEUWE HOMEPAGE OKT 2015 */

@media (max-width: 1640px) {
#overlay_2 { width: 50%; margin-top: 2%; }
}

@media (max-width: 1480px) {
#overlay_2 { display: none; }
#overlay_mob { display: block;
border: 1px solid #c2c7c8; 
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
 }
}

@media (max-width: 1250px) {
#overlay_mob { width: 75%; }
}

@media (max-width: 1020px) {
#overlay_mob { width: 70%; }
.homeblock {
width: 70%;
margin: 0 auto;
float: none;
}
.homeblock_top {
min-height: 0; 
}
.homeblock:nth-of-type(3) { margin-right: auto; }
.homeblock { margin-top: 2%; }
}

@media (max-width: 880px) {
#overlay_mob { width: 90%; }
.homeblock { width: 90%; }
}

@media (max-width: 700px) {
.main_button {
display: block;
margin: 2% auto;
width: 60%;
}
#img_main_test { display: none; }
/* #overlay_mob { margin-top: 120px; } */
}

@media (max-width: 500px) {
#overlay_mob { width: 95%; }
.homeblock { width: 95%; padding: 10px 20px; }
.main_button { width: 90%; }
}

@media (max-width: 375px) {
#overlay_mob { width: 100%; text-align: center; padding: 20px; }
.homeblock { width: 100%; }
.main_button { width: 100%; margin: 10% auto;}
}


/* ************************************************************************** Medewerkers pagina oktober 205 */

.foto {
background-color: #ffffff;
padding: 40px 5%;
float: left;
text-align: center;
width: 30%;
}

#medewerkers .foto p {
font-family: "Arial", sans-serif;
font-size: 0.9em;
}

.lijn {
border-bottom: 1px solid #c2c7c8;
margin-bottom: 20px;
}

#medewerkers h2 {
color: #005578;
font-weight: normal;
font-size: 1.3em;
}

#medewerkers h3 {
font-family: "Arial", sans-serif;
font-weight: normal;
font-size: 1em;
}

.medewerker_tekst {
float: left;
background-color: #ffffff;
padding: 40px 5%;
width: 50%;
}

.medewerker_tekst p {
font-family: "Arial", sans-serif;
}

.quote {
position: relative;
padding: 20px 20px 20px 40px;
width: 70%;
color: #005578;
font-style: italic;
line-height: 2em;
margin-left: 20px;
}

.quote i {
font-size: 2em;
position: absolute;
color: #cccccc;
}

.fa-quote-left {
top: 0px;
left: -20px;
}


.fa-quote-right {
bottom: 0px;
right: 0px;
}

#medewerkers .crumbs {
/* background-color: #cccccc; */
padding: 1% 0;
margin-bottom: 2%;
font-family: "Arial", sans-serif;
font-size: 0.8em;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}

#medewerkers .crumbs i {
margin: 0 5px;
}

#medewerkers_container {
width: 85%;
margin: 0 auto;
}

.medewerker_container {
margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.een {
margin-right: 2%;
}

.twee {
margin-left: 2%;
}

#medewerkers .fa-inverse {
transition: color 0.5s ease;
}

#medewerkers .fa-inverse:hover {
color: #005578;
}

@media (max-width: 1180px) {
#medewerkers_container {
width: 100%;
}
}
@media (max-width: 700px) {
.medewerker_container {
display: block;
}
.foto {
display: block;
float: none;
width: 50%;
margin: 0 auto;
}
.medewerker_tekst {
display: block;
float: none;
width: 90%;
}
}



#logo_container {
overflow: hidden;
width: 30%;
padding-top: 20px;
}
#logo_container_straf {
overflow: hidden;
width: 20%;
padding-top: 10px;
}

@media (max-width: 920px) {
#logo_container {
width: 40%;
}
#sidebar_cta { display: none!important; }
}

@media (max-width: 500px) {
#single_container { margin-top: 20px; }
#logo_container { width: 80%; margin: 0 auto; padding: 2% 0; }
#header_fixed #mainheader { height: 140px; }
#header_fixed { position: relative; }
#img_main_2 { display: none; }
}


/* -------------------------------------------------------------------------------- aanpassing auteursblok */

@media (max-width: 675px) {
#auteurtekst {
padding-top: 10px;
}
.auteurlinks {
position: relative;
float: left;
}
}




