html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*
Blue = #002B73
Green = #ABBE6C
Yellow = FFE199
*/

html, body {
margin:20px 0;
padding:0;
height: 100%;
font: 18px Ubuntu;
color: #002B73;
line-height: 50px;

}

.fixed-bg {
  min-height: 80%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}


@font-face {
 font-family: Ubuntu;
 src: url("Raleway-Regular.ttf") /* TTF file for CSS3 browsers */
}

#logo { 
width: 80px;
padding-left: 30px;
float: left;
margin-right: 50px;
}

#logo.img{ 
width: 350px;
}

#menu{ 
font-size: 24px;
width: 80%;
height: 7%;
padding-left: 10%;
line-height: 30px;
}

#menu li {
float: left;
width: 15%;
}

#menu li:hover {
background-color: #E6E5F1;
border-radius: 0 20px 0 0;
}

.special {
box-shadow: 0 8px 6px -6px black;
}

#menu li a, li a:visited {
text-decoration: none;
color: #002B73;
display: inline-block;
padding: 6%;
}

.special {
box-shadow: 0 8px 6px -6px black;
}

#menu a:hover {
color: black;
}

#container {
margin: 120px auto;
/* background:url(../foto/bg_2.jpg);
background-repeat: no-repeat; */
}

#content { 
font-size: 0px;
width: 80%;
padding-left: 10%;
padding-right:10%;
}

#contentcontainer {
text-align:left;
width: 100%;
margin-bottom: 20px;
background-image: url("../foto/data.png");
border-top: solid 5px #002B73;
}

#contentsection {
width: 80%;
min-height: 100px;
overflow: hidden;
margin: 0 auto;
}

#contenttext {
color: #002B73;
padding: 20px 0 20px 0;
letter-spacing: 1px;
}

.highlight {
padding: 20px;
border-radius: 10px;
}

.product {
padding: 10px;
border-radius: 10px;
margin-bottom: 10px;
}

.blue {
color: white;
background-color: #002B73;
}

.yellow {
background-color: #ABBE6C;
}

.gray {
background-color: #ABBE6C;	
}

#productcontainer {
text-align:left;
width: 100%;
margin-bottom: 40px;
background-image: url("../foto/Example1.jpg");
background-repeat: no;
background-size: 100%;
height: 200px;
min-height: 600px;
border-top: solid 5px #ABBE6C;
}

/* p:before{ 
    content: " -Lees meer… ";
    color:#f00;
} */

#productsection {
width: 80%;
overflow: hidden;
margin: 0 auto;
background-color: transparent;
}

#producttext {

padding: 20px 0 0 0;
letter-spacing: 1px;
text-shadow: 1px 1px 2px black, 0 0 2px blue;

}

.productfoto {
float: right;
margin-right: 400px;
margin-left: 40px;
}

.productfoto img {
width: 500px;
border-radius: 10px;
border: 8px solid #ABBE6C;
background-color: white;
line-height: 50px;
}

.productfototext {
position: relative;
width: 478px;
height: 20px;
display: block;
left: 1px;
top: -74px;
background-color: #ABBE6C;
opacity: .7;
padding: 15px;
color: black;
text-shadow: none;
line-height: 30px;
}

.productlijn-image {
width: 350px;
border-radius: 10px;
padding: 20px;
vertical-align: middle;

}

.productlijn-image:hover {
transform: scale(1.2);
border-radius: 10px;
}

#newscontainer {
width: 100%;
padding: 20px 0 20px 0;
height: 220px;
overflow: hidden;
margin-bottom: 40px;
background-image: url("../foto/data2.png");
background-repeat: no;
background-size: 100%;
margin: 0 auto;
border-top: solid 5px #002B73;
}

.test-container {
display: inline-block;
overflow: hidden;
height: 400px;
width:400px;
margin: 0 auto;
overflow: hidden;
position: relative;
}

.test {
position: absolute;
left: -100%;
right: -100%;
top: -100%;
bottom: -100%;
margin: auto;
height: 400px;
}

.test:hover {
transform: scale(2.2);
position: absolute;
left: -100%;
right: -100%;
top: -50%;
bottom: -100%;
}




#newssection {
clear:both;
width: 80%;
margin: 0 auto;
}

#newstext {
letter-spacing: 1px;
}

.newsfoto{
height: 300px;
border-radius: 20px;
padding: 15px;
float: left;
margin-right: 15px;
}


#productlijn {
width: 100%;
letter-spacing: 1px;
padding: 20px 0 20px 0;
background: linear-gradient(#002B73, #ABBE6C);
color: white;
}



#productlijnsection {
width: 80%;
margin: 0 auto;

}

.productlijn {
width: 100px;
padding: 10px;
}

#scroll-container {
  border-radius: 5px;
  overflow: hidden;
  color: black;
}

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 25s linear infinite;
  -webkit-animation: my-animation 25s linear infinite;
  animation: my-animation 25s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#footercontainer {
text-align:left;
width: 100%;
padding-bottom: 40px;
background: linear-gradient(#ABBE6C, white);
}



#footersection {
width: 80%;
min-height: 100px;
overflow: hidden;
margin: 0 auto;
}

#footertext {
color: black;
padding: 20px 0 20px 0;
letter-spacing: 1px;
}



.foto-box {
width: 200px;
margin: 0px 40px 20px 0px;
display: inline-block;
font-size: 17px;
}

.foto-box img {
width: 200px;
height: 200px;
border-radius: 10px;
filter: grayscale(100%);
}

.foto-box img:hover {
/*opacity: 0.4;*/
filter: grayscale(0%);
}

.foto-box a, .foto-box a:hover, .foto-box a:visited {
display: inline-block;
line-height:22px;
}

a, a:visited, a:hover, a:active{
display: inline-block;
float: left;
color: #002B73;
width: 200px;
}


#menu li a.hover{
color: red;
}


#content p {
line-height: 30px;
font-size: 17px;
width: 96%;
padding: 4%;
letter-spacing: 1px;
}

#content ul,  #content li {
list-style: disc;
margin-left: 10px;
line-height: 30px;
font-size: 17px;

}



#footer {
font-style: normal;	
font-size: 16px;
background-color: #002B73;
padding: 10%;
color: white;
height: 100px;
overflow: hidden;
}

h1 {
font-size: 30px;
font-weight: strong;
text-shadow: 1px 1px 2px black, 0 0 20px #002B73;
padding-left: 10px;
color: #ABBE6C;
}

h2 {
font-size: 17px;
margin-top: 30px;

}

h3 {
font-size: 17px;
clear: both;
}

p a, p a:hover {
color: white;
text-decoration: underline;
display: inline;	
}



#footer p {
display: block;	
}

#footer a {
float: left;	
}

sub {
clear: both;
display: block;
}

.icon {
width: 25px;
margin-right: 10px;
margin-top: 20px;
}

.hide-normal-view {
display: none;
font-weight: normal;
}

.hide-mobile-view {
display: inline;
font-weight: normal;
}

.show-menu {
display: none;
}


input[type=checkbox]{
display: none;
}

input[type=checkbox]:not.checked ~ #menu{
display: none;
}

.styling {
	display: inline-block;
	width: 400px;
	height: 40px;
	margin-bottom: 20px;
}

.verzendknop {
	width: 200px;
	height: 40px;
	margin-left: 100px;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------VANAF HIER WORDT HET MOBIEL GEBRUIK------------------------------------------------------------------------------------------------  

@media only screen and (max-width : 900px) {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

html, body {
font: 1em Mantonico;
background-color: black;
color: white;
margin: 0% auto;
}

input[type=checkbox]:checked ~ #menu{
display: none;
}

#container {
margin: 0% auto;
width: 94%;
padding:0;
}

#menu{ 
width: 100%;
padding:0;
margin: 0 auto;
position: static;
display: block;
}

#logo { 
position: absolute;
width: 40px;
left: 0;
margin: 2% auto;
}

a, a:visited, a:hover, a:active{
text-decoration: none;
text-align: center;
}

#content { 
width: 100%;
margin: 0% auto;
padding: 0;
}


.foto-box {
width: 100%;
margin: 0% auto;
margin-bottom: 3%;
}

.foto-box a, .foto-box a:hover, .foto-box a:active, .foto-box a:visited{
text-align: left;
line-height:22px;
}

.foto-box img {
width: 100%;
height: 100%;
}

.show-menu {
display: inline-block;
cursor: pointer;
text-align: center;
margin: 30px auto;
width: 100%;
}



#hamburger_logo { 
width: 20px;
margin-left: 10px;
vertical-align: middle;
padding-bottom: 4px;
}

h1 {
font-size: 17px;
font-weight: strong;
}

h2 {
font-size: 17px;
margin-top: 7%;
margin-bottom: 2%;
line-height: 40px;
}

h2.first-h2 {
padding-top: 0px;
margin:0;
text-align: left;
border: none;
font-size: 17px;
}

h2 a, h2 a:visited,h2 a:hover,h2 a:active {
text-align: left;
}

h3 {
margin-top: 15px;
font-size: 17px;
}

.portrait {
width: 96%;
margin: 0 2% 4% 2%;
}

.portrait_small {
width: 46%;
margin: 0 2% 4% 2%;
}

.landscape {
width: 96%;
margin: 0 2% 4% 2%;
}

.landscape_small {
width: 96%;
margin: 0 2% 4% 2%;
}

.us_landscape_small {
width: 98%;
}

.other_landscape {
width: 98%;
height: 98%;
}

.other_portrait {
width: 100%;
}

.landscape_smaller {
width: 100%;
padding: 0;
margin: 0;
}


#footer a {
display: inline;	
}


a > img.icon {
display: none;
height: 0;
width: 0;
}

#footer .icon {
display: initial;
padding: 10px;
margin: 0;	
}

#footer .icon {
display: initial;
padding: 10px;
margin: 0;	
}

.hide-normal-view {
display: inline-block;
}

a.hide-normal-view {
text-decoration: none;
text-align: left;
font-size: 17px;
}

.hide-mobile-view {
display: inline;
font-weight: normal;
}

.styling {
	display: block;
	width: 99%;
	padding-left: 1%;
	font: 16px Mantonico;
}

.verzendknop {
	width: 99%;
	font: 16px Mantonico;
	margin-left: 0px;
	
}

}

*/