html, body {
    overflow-x:hidden;
    max-width: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    color:#4e4e4e;
    font-weight: 500;
    padding:0;
    margin:0;



}
body.homepage {
    background-image: url(../pics/back_home.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
body.projects {
    background-image: url(../pics/back_projects.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
.menu, .closebtn {
    display:none;
}

#mySidenav {

}

a:link,
button {
    color:#808284;
    font-weight: 400;
}
a:visited {
    color:#808284;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
}

a.file:link, a.file:visited {
    color: #ff7f00;
    font-weight: 400;
    text-decoration: underline;
    padding-left: 40px;
    padding-top: 8px;
    background-image: url(../pics/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 32px;
    display: inline-block;
    margin: 5px 0 0 0;
}
a.file:hover {
  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
     text-decoration: none;
}

p {
    font-size: 0.85em;
    line-height: 1.4em;
}

#frame {
    max-width: 1140px;
    margin: auto;
    height: auto;
    padding: 0 0px 0 0px;
    background-color: #fff;
}
header.section {
    max-width: 1140px;
    margin:auto;
}
.footerwrapper {
    background-image: url(../pics/pattern02.png);
    background-repeat: no-repeat;
    background-position: right top;
    max-width: 1140px;
    margin: auto;
    height: 130px;
    padding: 0 0px 0 0px;
}
.headerwrapper {
    width: 100%;
    float:left;
    background-color: #7d8eab;
    border-top: 10px solid #00236c; 
}
.headerwrapper .grad {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    padding:  15px 0;
    float:left
}

header .headerwrapper .col {
    margin-top: 0px;
}

.logowrapper {
    max-width: 710px;
    margin:auto;
}
header .logo {
    max-width: 220px;
    margin-bottom: 0px;
    float:left;
    margin-left:auto;
}
header h1 {
    color:#003f7f;
    max-width: 370px;
    float:left;
    font-size: 1.2em;
    border-left: 4px solid #ff7f00;
    padding: 10px 20px;
    margin: 8px 20px
}

footer.section {
    background-color: #00236c;
    color: #fff;  
    max-width: 1140px;
    margin:0 auto;
}
footer ul {
    margin-left: -30px;
}
footer ul li {
    font-size: 0.85em;
    line-height: 1.8em;
    list-style-type: none;

}
footer ul li a:link, footer ul li a:visited,footer ul li a:hover {
    color: #fff;
}
.footerwrapper img.logo {
    margin:20px;
     width: 200px;
}

main {
   float:left;
}
.mainwrapper {
    width: 1120px;
    padding: 0 10px;
    background-color: #fff;
}

nav {
    width: 100%;
    text-align: center;
}
nav ul {
    margin: -20px;
    background-color: #00236c;
    padding: 7px;
    width: 100%;
     -webkit-box-shadow: 0px 12px 29px -9px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 12px 29px -9px rgba(0,0,0,0.52);
    box-shadow: 0px 12px 29px -9px rgba(0,0,0,0.52);
}
nav ul li {
   display: inline;
    margin: 0 0 0 20px;
    list-style-type: none;

}
nav ul li a:link {
    color: #fff;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: 400;
    font-size: 0.85em
}

nav ul li a:visited {
    color: #fff;
}
nav ul li a:hover {
    color: #fc9e3d;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
nav ul li.active a {
    color: #fc9e3d;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
ul.sub {
    display:none;
}

#sub, #aside {

    background-color: rgba(252,158,61, 0.4);
    -webkit-box-shadow: inset 0px 0px 100px 8px rgba(192,106,0,0.52);
    -moz-box-shadow: inset 0px 0px 100px 8px rgba(192,106,0,0.52);
    box-shadow: inset 0px 0px 100px 8px rgba(192,106,0,0.52);
    margin-top: 0px;
    float: left;
    width: 280px
}
.wrapper {
    padding: 0 10px;
}
#sub .wrapper, #aside .wrapper {
    padding: 20px 20px;
    margin: 0px;

}
#sub ul,#aside ul {
    margin: 0px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-left: -20px;
    margin-top: 20px;
    width: 100%;
}
#aside ul li {
    list-style-type: none;
    text-indent: -20px;
    font-size: 0.9em;
    font-weight: normal;
         color: #58585b;
    line-height: 1.8em;
}
#sub ul li{
 color: #58585b;
    width: 100%;
}

#aside ul li span {
  float:right;
    margin-right: 10px
}

#sub ul li a:link  {
    color: #58585b;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 3px;
}
#aside ul li a:link  {
    color: #58585b;
    text-decoration: none;

}
#sub ul li a:visited,#aside ul li a:visited  {
    color: #58585b;

}
#sub ul li a:hover, #sub ul li a.active{
    color: #fff;
    text-decoration: none;
    background-color: #fc9e3d;
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);

}
#aside ul li a:hover, #aside ul li a.active {
    color: #fff;
    text-decoration: none;
}
#aside h2 {
    color: #58585b;
    font-size: 1.0em;
    font-weight:700;
}
#sub h2 {
    color: #58585b;
    font-size: 1.0em;
    font-weight:700;
    margin-bottom:-20px;
}

#hero, #render,#ingangen {
    width: 100%;
    position: relative;
    float:left;
}

#render {
    height: auto;
    position: relative
}

/*////// products on render positions //////*/
#productnav {
    float: left;
    width: 100%;
    min-height: 330px;
}
#productnav ul {
    float: left;
    width: 22%;
    margin-left: -20px;

}
.prod {
     position: absolute;

}
#productnav ul li {
   margin-top: 2px;
list-style-type: none;

}
#productnav ul li a:link {
    display: block;
    padding: 5px;
    background-color:#fc9e3d;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#productnav ul li a:visited {
    color: #fff;
    text-decoration: none;
}
#productnav ul li a:hover {
    display: block;
    padding: 10px 5px;
    background-color:#fc9e3d;
    color: #fff;
    text-decoration: none;
    font-size: 100%;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.prod a:link {
    display: inline-block;
    padding: 6px 8px 6px 20px;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.52);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color:rgba(252,158,61,0.7);
   border-radius: 7px;
    /*opacity: 0.6;*/
    background-image: url(../pics/arrow.png);
    background-position: left;
    background-repeat: no-repeat;
}


.prod a:visited {
    color: #fff;
}

.prod a:hover {
    color: #fff;
    -webkit-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
    font-size: 105%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:rgba(252,158,61,1.0);

    /*opacity: 1.0;*/
}


#prod01 {
    right: 180px;
    top: 50px;
}
#prod02 {
    right: 400px;
    top: 100px;
}
#prod03 {
    right: 200px;
    top: 260px;
}
#prod04 {
    right: 400px;
    top: 260px;
}
#prod05 {
    right: 520px;
    top: 240px;
}
#prod06 {
    right: 580px;
    top: 280px;
}
#prod07 {
    left: 120px;
    top: 340px;
}
#prod08 {
    left: 380px;
    top: 420px;
}
#prod09 {
    left: 520px;
    top: 340px;
}
#prod10 {
    left: 680px;
    top: 360px;
}
#prod11 {
    right: 200px;
    top: 320px;
}
#prod12 {
    left: 290px;
    top: 520px;
}
#prod13 {
    left: 540px;
    top: 480px;
}
/*////// products on render positions //////*/


#ingangen {
    margin-bottom: 100px;
}

#hero img, #render img {
    width: 100%;
    float:left;
    margin: 0 0 10px 0;
}

#hero .herotext  {
    position: absolute;
    z-index: 2;
    height: 300px;

}
#hero .herotext h1 {
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    width: 800px;
    margin-left: 120px;
    padding-left: 20px;
    border-left: 8px solid #fff;
    font-weight: bold;
    font-style: italic;
    font-family: 'Roboto', sans-serif;

}
#hide {
    padding-top: 30px;
    float:left;
}

.content {
    width: 100%;
    margin-top: 20px;
}
.content .left {
    float:left;
    margin: 20px 20px 20px 0
}
.content .contentheader {
    width: 100%;
}
.content h3 {
    font-size: 1.0em;
    margin-bottom: -12px
}

.content button {
    background-color: #fc9e3d;
    color: #fff;
    padding:10px;
    float: right;
    clear:both;
    margin-top: 10px
}

#maincontent {
    float: right;
    margin-top: 0px;
}
#maincontent02 {
    float: left;
    margin-top: 0px;
}

#maincontent .projectentry {
    border: 1px solid #ccc;
    padding:10px;
    float:left;
    margin: 0 0 10px 0

}
#maincontent .projectentry h1 {
margin:0px 0 -10px 0
}
#maincontent .projectentry p {
    line-height: 1.4em;
    font-size: 0.8em
}
#maincontent .projectentry img {
    margin: 0px 10px 0 0 ;
}
.content .wrapper {
    float:left;
    width:100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;

}
.content img {
    max-width:100%;
}
.content img.gall {
    width: 24.9%;
    float:left;
    outline: 4px #fff solid;
    outline-offset: -4px
}
.content img.gall:hover {
    outline: 1px solid #fc9e3d;
    outline-offset: -1px
}
.content p {
    line-height: 1.6em;
    font-size: 1.0em;
    padding-right: 50px;
    text-align: justify
}
table {
    background-color: #7d8eab;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 40px 0
}
th {
    text-align: left;
    padding: 5px;
    font-style:oblique
}
td {
    padding: 5px;

}
#heading h1, #heading h2 {
    float:left;
    margin-left: 20px;
    color: #fff;
}
#heading h1 {
    font-size: 2.2em;
    font-weight: 700;
}
#heading h2 {
    font-size: 1.8em;
    font-weight: 400;
    font-style:italic;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
    margin: 18px 0 -14px 0;
    font-style: italic;

}
h2 {
    font-size: 1.4em;
    margin-bottom:0px;
}



.intro p {
    font-size: 1em;
    font-weight: 700;
}

.legenda {
    float:left;
    padding: 10px;
    color: #fff;
    background-color: rgba(252,158,61, 0.6);
    -webkit-box-shadow: inset 0px 0px 100px 8px rgba(192,106,0,0.52);
    -moz-box-shadow: inset 0px 0px 100px 8px rgba(192,106,0,0.52);
    box-shadow: inset 0px 0px 100px 8px rgba(192,106,0,0.52);
}

#heading {
    background-color: #7d8eab;
    height: 104px;
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
     -moz-box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.52);
    background-image: url(../pics/pattern.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index:999;
}
.ingang {
    height: 140px;
    margin: 20px 0;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;
    background-position: center;
}

.ingang:hover {
    width: 95%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#ingangen .overlay {
    width: 400px;
    height: 100%;
    background-color: rgba(0, 35, 109, 0.4);
    position: absolute;
    top: 0
}

#ingangen .overlay h1 {
    color: #fff;
    margin: 40px 0 0 40px;
    float:left;
    font-weight: bold;
    font-style: italic;
    font-size: 2.4em;
}

.project1 {
    background-image: url(../pics/ingang_trout.jpg);

}
.project2 {
    background-image: url(../pics/ingang_catfish.jpg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;

}
.project3 {
    background-image: url(../pics/ingang_eel.jpg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;

}
.project4 {
    background-image: url(../pics/ingang_sturgeon.jpg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;

}
.project5 {
    background-image: url(../pics/ingang_shellfish.jpg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;

}
.project6 {
    background-image: url(../pics/ingang_yellowtail.jpg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;

}
.project7 {
    background-image: url(../pics/ingang_salmon.jpg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;

}
.project8 {
    background-image: url(../pics/ingang_shrimp.jpg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;

}

.copy {
  padding-top: 40px;
    text-align:right;
    font-size: 0.85em;

}
.copy p, .copy a:link, .copy a:visited {
    color: #fff;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 1% 1.2%;
}
.col:first-child, #overview .first { margin: 1% 0; }

iframe {
    width: 100%;
    height: 308px
}

/*///// FORMULIER /////*/
form {
    color: #fff;
    font-size: 0.8em;
    width:100%;
    margin:auto;
}
form ul {
    margin-left:-50px;
}
input{
	margin: 0 0 0 0;
	padding: 5px;
	width: 200px;
	height: 45px;
    background-color:  #f7fbff;
    border: #fff;
}
select {
    width: 360px;
    height: 50px;
    background-color:  #f7fbff;
    margin-bottom: 10px;
    font-size: 1.0em;
    color: #6d6e70;
}

.form {
    width: 100%;
    -webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns:  2; /* Firefox */
    columns:2;
    height:300px;

}
.form li {
    width: 98%;
    margin: 0px;
    list-style-type: none;
}
.form ul{
    margin-top: 0px;
}

textarea {
    margin-top:15px;
}
.feedback-input {
	color:#3c3c3c;
	font-family: Robota, sans-serif;
    font-weight:300;
	font-size: 14px;
	border-radius: 0;
	line-height: 22px;
    background-color: rgba(252,158,61, 0.1);
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
    padding: 13px 13px 13px 54px;
}
.feedback-input:hover {
    border: 1px solid #3498db;
}
#comment {
    margin-top: 0px;
}
.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}
.button.button {
    width:100%;
    height: 44px;
    background-color:darkseagreen;
    border: 0px;
    color: #fff;
    font-size: 1.4em;
    display: block;
    margin-top: 0;
}
.button.button:hover {
    background-color:darkseagreen;
    border: 3px solid #fff;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../pics/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../pics/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../pics/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../pics/email.svg);
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}
#telephone{
	background-image: url(../pics/telephone.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#telephone:focus{
	background-image: url(../pics/telephone.svg);
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}
#comment{
	background-image: url(../pics/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#bedrijf{
	background-image: url(../pics/bedrijf.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#bedrijf:focus{
	background-image: url(../pics/bedrijf.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

.alert p {
    border: 1px solid #ce8484;
    color: #ce8484;
    float:left;
    padding: 10px;
    margin: 10px
}
.alert p em {
    font-weight:bold;
    color: #fff;
    padding: 5px;
    background-color: #ce8484;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


@media all and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    .closebtn {
        display:block;
    }
    /* ////////sidemenu */
  .sidenav.sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    nav a {
        padding: 4px 8px 4px 10px;
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    nav a:hover {
        color: #434141;
        background-color:#f7f0e7;
    }
    nav ul {
        -webkit-box-shadow: none;
        -moz-box-shadow:none;
        box-shadow:none;
        background: none;
        margin-left: 20px
    }

    nav ul li {
        list-style-type: none;
        text-align: left;
        height: 40px;
        margin:5px;
    }
    ul.sub {
        display:block;
    }

    nav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }
/* //////// end sidemenu */

    #render .prod {
        display:none;
    }
    #render, #maincontent .projectentry, .content,  #maincontent .content .contentheader {
        width: 95%
    }
    #productnav .span_6_of_8 {
        width: 100%;
    }
    #productnav .span_6_of_8 ul {
        width: 42%;
        margin-top: 0px;
        float:left;
    }
    #productnav .span_6_of_8 ul:nth-child(2n+1) {
      clear: both;
    }
    .menu {
        position: fixed;
        top: 30px;
        right: 10px;
        display: block;
        background-color: #ff7f00;
        z-index:99;

    }
    .menu a,
    .menu button {
       color: #fff;;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 5px;
        display: block;
    }
    .menu button {
      font-size: inherit;
      background-color: transparent;
      cursor: pointer;
      outline: 0;
    }

    header, .content .wrapper, #ingangen .span_6_of_8 {
        width:100%;
    }
    #sub {
        display:none
    }
    .mainwrapper {
        width: 100%;
        padding: 0 10px;
        background-color: #fff;
    }

    .content img.gall {
        width: 20%;
        float:left;
    }

}


@media all and (max-width: 800px) {
   body {
        font-size: 120%
    }
    body.homepage, body.projects {
        background-image: none;
    }
    header, .headerwrapper, .content .wrapper  {
        width:100%;
        margin: 0;
    }
       #maincontent .projectentry, table, #aside, iframe,form,#form1,.form1, #maincontent .content .contentheader {
        width: 95%;
    }
    .menu{
        right: 5px;
        top: 5px
    }
    .logowrapper h1 {
        border: 0px
    }
    .heroimage {
        display: none
    }
    #hero .herotext  {
        position: relative;
        height: auto;
        width:100%;
        float:left;
        margin-bottom: 30px;
        font-size:75%;
        display: none;

    }
    #hero .herotext h1 {
        color: rgba(252,158,61, 0.6);
        text-shadow: none;
        width: 95%;
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0px solid #fff;
        text-align:center;

        color: #808284
        }
    #overview .span_2_of_8 {
        width: 100%;
        min-height: 440px;
    }

    .mainwrapper {
        width: 100%;
        padding: 0 10px;
        background-color: #fff;
    }
    #overview .col p, #overview .col li , #indicatielijst .col li {
        font-weight: 300;
    }

    .content img.gall {
        width: 50%;
        float:left;
    }
    .content img {
        max-width:100%;
    }
    .logowrapper {
        width: 100%;
       float:left;
    }
    header .logo {
        width: 200px;
        margin-left:25%;
        float:none;
    }
    header h1 {
        color:#003f7f;
        width: 100%;
        float:left;
        font-size: 0.8em;
        border-left: 4px solid #ff7f00;
        border-right: 4px solid #ff7f00;
        text-align:center;
        padding:0px
    }

   .form {
        -webkit-columns: 1; /* Chrome, Safari, Opera */
        -moz-columns:  1; /* Firefox */
        columns:1;
        height:auto
    }


    th,td {
        font-size: 0.6em;
        padding: 3px;
    }

    .content p {
        font-weight: 500;
}
    #heading h2 {
        font-size: 1.2em;
        font-weight: 400;
        font-style:italic;
        line-height: 60%
}

}
