

.row {
    margin-left: -3%;
}
[class*="span"] {
    display: inline;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
@media only screen and (min-width: 768px) {
    .span-one-third {
        width: 20%;
    }

    .span-center {
        width:50%;
    }

    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }



}



/* BASIC STYLES */

html, body {
    background-color: #ffffff;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    color:#175E4C;
}
hgroup {
    margin: 60px 0 40px;	
} 
hgroup h1 {
    font-size: 300%;
    margin: 0;
    padding: 0;
}
h1, h2 {
    line-height: 1;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#5CA5DA;
    font-weight:lighter;
    font-size: 23px;
}
a {
    color: #5ca5da;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    color:#175E4C;
}

ul {
    list-style: square outside none;
    padding-left: 15px;
}

li {

}

li.submenu a{
    font-size:14px;
}

li.submenu {
    line-height: 0px;   
}

ul.submenu {
    margin-top: 11px;
}

#siteinfo {
    padding-top: 40px;
    color: #555;
    font-weight: bold;
    opacity: 0.7;
}
#siteinfo:hover {
    opacity: 1;	
}

#logo {
    margin: -179px auto 0;
    position: relative;
    text-align: center;
    width: 740px;
    z-index: 999;
}

#logo img {
    width:100%;	
}

.toggleMenu {
    display:  none;
    background: #175E4C;
    padding: 10px 15px;
    color: #fff;
    font-size:16px;
    font-family:Georgia,"Times New Roman",Times,serif;
    width:100%;
}

.toggleMenu.active {
    color:#fff !important;
    text-decoration:none;
}

.nav {
    list-style: none;
    *zoom: 1;
    padding:0px;
    margin:15px auto 0;
    font-size:16px;
    font-family:Georgia,"Times New Roman",Times,serif;
    max-width: 794px;
}



.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#175e4c;	
}

.nav a:hover, .active {
    color:#5CA5DA !important;
    text-decoration:none;
}

.nav li {
    position: relative;
    box-shadow:0 0 15px #e5e5e5 inset;
}
.nav > li {
    float: left;
    border: 1px solid #e5e5e5;
}
.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}


#header, #content, #footer {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    float:left;
    clear:both;
}

#header {
    border-bottom:1px solid #1d7a62;
    width:100%;
    margin-left:0px;
    margin-right:0px;
}

#content {
    background-color:#f8f8f8;
    width:100%;
    margin-left:0px;
    margin-right:0px;
}

#footer {
    background-image: url("../images/footer-bg.png");
    background-position: center top;
    background-repeat:no-repeat;
    height: 35px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom:20px;	
}

#header-inner, #content-inner, #footer-inner {
    max-width:1024px;
    width:100%;
    margin:0 auto;
}

#footer-inner {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color:#175E4C;
}

#nieuws h2 {
    background-image: url("../images/nieuws-top.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    padding: 25px 0 10px;
    text-align: center;
    width: 100%;
    color:#175E4C;
}

#nieuws ul {
    background-color: #E8ECEC;
    padding: 0px 4%;
    width: 92%;
    margin-top:0px;
    background-image: url("../images/nieuws-bottom.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#nieuws li {
    border-top:1px solid #fff;
    border-bottom:1px solid #dddddd ;
}

#ul-diensten {
    font-size:18px;
    color:#5CA5DA;
    font-family:Georgia,"Times New Roman",Times,serif;
    padding-left:20px;
}

#ul-diensten li {
    margin-bottom:10px;
}

a img {
    border:0px;	
}

.quote {
    font-style:oblique;
    padding:10px;
}

.left-menu {
    background-color:#fff;
    display:block;
    padding: 15px 15%;
    width: 70%;
    box-shadow:0px -5px 10px #e3e3e3;
    moz-box-shadow:0px -5px 10px #e3e3e3;
    webkit-box-shadow:0px -5px 10px #e3e3e3;
    margin-bottom: 0;
}

.left-menu li {
    margin-bottom:15px;
}

.left-menu a { 
    color:#175E4C;
    font-size:18px;
    font-family:Georgia,"Times New Roman",Times,serif;
}

.left-img {
    width:100% !important;
}	

.form-item {
    clear: both;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    position:relative;
}

.verzenden {
    border:0px;
    background-color:#175E4C;
    padding:2px 30px;
    color:#fff;
    font-family:Georgia,"Times New Roman",Times,serif;
    float:right;
    font-size:18px;
    cursor:pointer;
}

.form-field {
    border:1px solid #E5E5E5;
}

/* Clearfix -- h5bp.com/q 
-------------------------------- */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#adres{
    float:left;
    width: 150px;
}
#map {
  height:300px;
  background:#6699cc;
}

.ok, .error{
    color: #ff0000;
}

label.error{
    left: 152px;
    position: absolute;
    top: 19px;

}