
* {

	box-sizing: border-box;
	margin:0;
	padding: 0;
}

body {
    background-color:#FFFF99;
}

html {
    font-family:sans-serif;
    line-height:1.4;
    font-size:100%; /* root element font-size: definieer niet in pixels maar gebruik een relatieve waarde zoals % of em */
}

h1 { font-size:2.5rem;
color:#000000;

 }
h2 { font-size:1.8rem; }
h3 { font-size:1.5rem; }
h4 { font-size:1.2rem; }
p { font-size:1rem; }
h1,h2,h3,h4 { font-weight:normal; }

.container {
    width: 100%;
    margin: auto;

}
.first {
    width: 40%;
    float: left;
    height: 250px;
	border-style: solid;
	border-width:1px;
        background-color: #CCCCCC;
		margin-right: 20px;
		text-align:center;
}

.third {
    width: 40%;
    float: left;
    height: 300px;
	border-style: solid;
	border-width:1px;
        background-color: #CCCCCC;
		margin-right: 20px;
		text-align:center;
}

.second {
    width: 340px;
    float: left;
    height: 300px;
    background-color: #FFFFCC;
}


div.fff {
width: 100%;
    margin: auto;
  display: block;
  border-style: solid;
	border-width:1px;
        background-color: #CCCCCC;
		margin-right: 20px;
		text-align:center;
  height: 200px;
  padding: 10px;

}

span.ccc {
  display: inline-block;

		margin-right: 80px;
		text-align:center;

  padding: 5px;

}

span.ddd {
  display: block;
  text-align:center;

}


.clear {
    clear: both;
}

#pagina {
	width: 90%; /* fluid */
	margin: 0 auto; /* centreren */
	max-width: 1400px; /* nooit groter dan deze waarde */

}

header, footer {
   background-color: #999999;
   padding:10px;

}

.col {

	display:inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;

}

.col-1 {
	width: 21%;
	background-color: #FFCC66;
}

.col-2 {
	width: 79%;
	background-color: #FFFFCC;
}

.col-3 {
	width: 0%;
	background-color: yellow;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:red;
}

.cols {
    margin-right: 0px;
    margin-left: 0px;
	background-color: #FFCC66;

}

img {
    max-width:100%;
}


.col section,
.col aside {
    padding:10px; /* a little bit from the edge */

}

ul {
	list-style:none;
}

li {
	display:inline;
	padding-left:8px;
	margin-left:5px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:yellow;
	font-family:arial;

}


li:first-child {
	border-left:none;
	margin-left:0;
	padding-left:0;
}




main {

background-color: #FFFFCC;
padding:12px;

  }



table {
    width: 68%;
    border-collapse: collapse;

}

table, th, td {
   border: 1px solid black;
}

th, td {
    padding: 10px;
    text-align: center;

}

div.calcul {
   border: 1px solid black;
   display:inline-block;
   height:100px;
}


li.merken {
 display:inline-block;



 background-color:#FFFF99;


}


a:link {
    color: #000099;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #006699;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #006699;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: red;
	text-decoration: underline;
}



#container{
    text-align:center;
    max-width:990px;
    margin:0 auto;
}

.block1{
    width:40%;
    height:300px;
    margin:10px;
    display:inline-block;
    background:#CCCCCC;
	border-style: solid;
	border-width:1px;
}

.block2{
    width:40%;
    height:300px;
    margin:10px;
    display:inline-block;

}

.wrapper {	display:inline-table; }
.container {
    width:100%;
    margin-left: auto;
	margin-right: auto;
	display: block;
	text-align:center;
}

#first {
    display: table-cell;

    margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 20px;

    height:300px;
    width: 368px;

	border-style: solid;
	border-width: 1px;
    background-color:#CCCCCC;
	text-align: center;
    display: inline-block;
    vertical-align: top;
}

#second {
    width: 368px;
    margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 300px;
    vertical-align: top;
    display: inline-block;
}

#third {
    width: 368px;
    margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 300px;
    vertical-align: top;
    display: inline-block;
}
#fourth {
    display: table-cell;

    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 20px;

    height:300px;
    width: 368px;

	border-style: solid;
	border-width: 1px;
    background-color:#CCCCCC;
	text-align: center;
    display: inline-block;
    vertical-align: top;
}


@media (max-width: 967px) {
        .hidden-mobile {
          display: none;
        }
      }



@media (max-width: 967px) {
        .toonopmobiel {
          display: block;
		  background-color:#FFFFCC;
		  height:255px;
          width: 225px;
	      border-style:none;
  
		  
        }
      }
