@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{
    list-style: none;
    text-decoration: none !important;
}
body{
    background-color: #666666 ;
}
.page-cont{
    width: 100%;
    display: flex;
    justify-content: center;

}
.page-cen{
    width: 88%;
    /* border:  solid 1px black; */
    height: max-content;
}
.header{
    width: 100%;
    /* height: 20vh; */
    background-color: #00cc33;
    border: solid 4px black;
}
.header-title{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Courier Prime', monospace;
}
.header-title > a{
    color: black;
}
.header-title > a:active{
    color: darkblue !important;
}
.header-nav{
    width: 100%;
    text-align: right;
}
.header-nav ul{
    margin: 0px;
    margin-bottom: 2px;
}
.header-nav ul > li{
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Courier Prime', monospace;
}

.left-right{
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    border: solid 2px black;
    border-top: none;
    padding-right: 3.5px;
}
.left{
    width: 100%;
    background-color: white;
    
}
.right{
    width: 31%;
    background-color: white;
    text-align: center;
}
.para-title{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.para-desc{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    /* text-align: justify; */
}
.p-top{
    padding-top: 25px;
}
.right > img {
    width:75%;
    height: max-content;
}
footer{
    width: 100%;
    height: auto;
    background-color: #00cc33;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    padding: 3px 0px;
    padding-right: 3.5px;
    border-right: solid 2px black;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
}
.times{
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif !important;
}


div.fff {
width: 94%;
    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;

}




.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: 364px;

	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: 356px;
    margin-left: auto;
	margin-right: 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: 364px;

	border-style: solid;
	border-width: 1px;
    background-color:#CCCCCC;
	text-align: center;
    display: inline-block;
    vertical-align: top;
}



.col {
	
	display:inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.col-6 {
	width: 33%;
	
	display: table-cell; 
}
.cols {
    margin-right: 0px;
    margin-left: 0px;
	display: table; 
    width: 100%; 
	

}

img {
    max-width:100%; /* het img element mag geen width/height attributen hebben in de html, anders krijgen deze voorrang! */
    /* wordt zo breed, als container, maar nooit groter dan de intrinsieke afmetingen van de foto! */
	
}

.col section,
.col aside { 
    padding:10px; /* schuif tekst wat op van de rand */
    
}


@media (max-width: 967px) {
        .hidden-mobile {
          display: none;
        }
      }



@media (max-width: 967px) {
        .toonopmobiel {
          display: block;
		  background-color:#FFFFFF;
		  height:255px;
          width: 225px;
	      border-style:none;
  
		  
        }
      }


