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, 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;}


:root {
  --main: #8FB37A;
  --light: #F3D2CC;
  --accent: #F17D4D;
  --line: #1A3F1E;
}

body, html{
margin:20px 0;
padding:0;
height: 100%;
font: 17px Ubuntusss;
background-color: var(--main);
}


/*
#041C2A = donker
#51B3EC = lichtblauw
#FFB380 = accent roze
*/

@font-face {
 font-family: Ubuntusss;
 src: url("aptos.ttf") /* TTF file for CSS3 browsers */
}


#logo { 
height: 400px;
padding-left: 144px;
display:inline;
}

#logo.img{ 
width: 350px;
}

#menu{ 
font-size: 24px;
line-height: 100px;
width: 80%;
padding-left: 10%;
padding-right:10%;
display: block;
height: 150px;
background-image: url("../foto/home.svg");
/* background-image: url("../foto/bg_3.jpg"); */
background-size: 100% auto;
background-repeat: no-repeat;
background-color: #F3D2CC;
}

#menu li {
float: left;
width: 220px;
text-align: left;
margin-right: 20px;
text-decoration: none;
list-style:none;
}

#menu li a, a:visited {
text-decoration: none;
color: var(--line);
}

#menu a:hover {
color: var(--accent);
}

#container {
margin: 0px auto;

}

#content { 
font-size: 0px;
width: 80%;
padding-left: 10%;
padding-right:10%;
}

#contentcontainer {
text-align:left;
}



#contentcontainer li{
list-style-type: circle;

}

#contentsection {
width: 80%;
min-height: 100px;
overflow: hidden;
margin: 0 auto;
}

#contenttext {
color: white;
line-height: 40px;
letter-spacing: 1px;
padding-top: 20px;
}

.persoon {
display: flex;
padding: 2%;
align-items:center;
border: 4px solid var(--accent);
border-radius: 15px;
background-color: var(--light);
}

.persoon img {
float: left;
width: 40%;
margin-right: 2%;
border-radius: 50%;
filter: blur(10px);
}

.persoon-right {
display: flex;
padding: 2%;
align-items:center;
border: 4px solid var(--light);
border-radius: 15px;
background-color: var(--main);
}

.persoon-right img {
float: right;
width: 40%;
margin-right: 2%;
border-radius: 50%;
filter: blur(20px);
}

#product-menu {
width: 18%;
height: 400px;
display: inline-block;
float: left;
}

#product-menu a{
text-decoration: none;
display: block;
width: 100%;
}

#homeproduct {
width: 82%;
display: inline-block;
}

#product-menu a:hover{
text-decoration: underline;
font-weight: bold;
}

#product-info {
width: 48%;
display: inline-block;
float: left;
padding: 0 2% 0 2%;
}

.left-large {
width: 49%;
float: left;
display: inline-block;
border-radius: 10px;
margin-right: 1%;
}

.right-small {
width: 48%;
display: inline-block;
border-radius: 10px;
margin-bottom: 1%;
}

.center {
margin:0 15%;
border-radius: 3%;
border: 4px solid #264898;
padding: 2%;
}

img.center {
width: 60%;
display: block;
margin-bottom: 10px;
margin-top: 10px;
}

#product-details {
width: 26%;
display: inline-block;
float: left;
padding: 0 2% 0 2%;
font-size: 14px;
}

#productlijn ul, #productlijn ul{
list-style: inside;
}

#productlijn ul li ul li {
list-style-type: circle;
margin-left: 10px;
}

.highlight {
padding: 20px;
border-radius: 10px;
}

.product {
padding: 10px;
border-radius: 10px;
margin-bottom: 10px;
}

.buy-top {
background-color: var(--light);
border-top: 5px solid var(--accent);
border-bottom: 5px solid var(--accent);
}
.buy {
background-color: var(--light);
color: var(--main);
}

#list-left {
display: block;
width: 40%;
float: left;
border: 5px solid var(--accent);	
border-radius: 25px;
}

#list-right {
display: block;
width: 40%;
float: right;
border: 5px solid var(--main);	
border-radius: 25px;	
}

	

.sell {
color: black;
}

.sell-top {
background-color: var(--light);
/*background-image: linear-gradient(to bottom right, #51B3EC, 51B3EC);*/
}


.item {
  width: 150px;
  height: 150px;
  border: 1px solid black;
}

.item1 {
  background: blue;
}

.item2 {
  top: 20px;
  left: 40px;
  position: absolute;
  background: red;
}

}

.orange-top {
background-color: var(--accent); 
/* border-bottom: 4px solid var(--main); */
/* border-top: 4px solid var(--line); */
}









#productcontainer {
text-align:left;
width: 100%;
background-color: white;
}

#productsection {
width: 80%;
margin: 0 auto;
padding-top: 20px;;
}

.text img {
width: 100%;
height: 100%;
display: inline-block;
padding: 0%;
border-radius: 50px;
margin-right: 1px;
}

.text {
float: left;
width: 27.3%;
height: 30%;
line-height: 40px;
margin-right: 2%;
padding: 2%;
}

#producttext {
padding: 20px 0 20px 0;
letter-spacing: 1px;
}

#producttext ul{
background-color: white;
padding: 0 0 20px 20px;
border-radius: 20px;
}

#producttext ul h1{
background-color: white;
padding: 20px 0 20px 0px;
border-radius: 20px;
}


#producttext li{
border-bottom: 2px solid #51B3EC;
width: 96%;
}




#producttext .buy-button {
color: #51B3EC;
display: inline-block;
}

#producttext .name {
line-height: 40px;
padding: 20px 0 20px 0;
letter-spacing: 1px;
color: #51B3EC;
width: 300px;
display: inline-block;
}

.productfoto {
float: right;
margin-right: 120px;
margin-left: 20px;
}

.productfoto img {
width: 500px;
border: 5px solid red;

}

.productfototext {
position: relative;
width: 93%;
height: 40px;
display: block;
left: 1px;
top: -84px;
background-color: #00FF00;
opacity: .8;
padding: 3%;
color: black;
line-height: 40px;
}

.fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

#newscontainer {
width: 100%;
padding: 20px 0 20px 0;
min-height: 600px;
background-image: url("../foto/car.jpg");
background-repeat: no;
background-size: 100%;
color:white;
}

#newssection {
clear:both;
width: 80%;
margin: 0 auto;
}

#newstext {
line-height: 40px;
letter-spacing: 1px;
text-shadow: 1px 1px 2px black, 0 0 2px blue;
}

.newsfoto{
height: 100px;
border-radius: 10px;
padding: 15px;
float: left;
margin-right: 15px;
}


#productlijn {
width: 100%;
line-height: 30px;
letter-spacing: 1px;
padding: 20px 0 20px 0;

}

#productlijnsection {
width: 60%;
margin: 0 auto;
}

.orange {
background-color: var(--main); 
color: var(--line);
line-height: 40px;
letter-spacing: 1px;
text-align: center;
}

.productlijn-image {
width: 150px;
padding: 20px;
vertical-align: middle;
}

#footercontainer {
text-align:left;
width: 100%;
background-color: var(--line);
color: var(--main);
background-image: url("../foto/bg1.svg");
background-color: var(--main);
clear: both;
}

#footersection {
width: 80%;
min-height: 400px;
overflow: hidden;
margin: 0 auto;
}

#footertext {
line-height: 30px;
padding: 20px 0 40px 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: blur(0);*/
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: #264898;
width: 200px;
}


#menu li a.hover{
color: yellow;
}


#content p {
line-height: 30px;
font-size: 17px;
width: 96%;
padding: 4%;
letter-spacing: 1px;
}

#content ul,  #content li, #contenttext ul, #contenttext li {
list-style: disc;
margin-left: 10px;
line-height: 30px;
font-size: 17px;

}



#footer {
font-style: normal;	
font-size: 16px;
background-color: #264898;
padding: 10%;
color: white;
height: 100px;
overflow: hidden;
}

h1 {
font-size: 17px;
font-weight: strong;
}

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;
	
}

}

*/