*, *:before, *:after {
	box-sizing:	border-box;
	margin: 0;
	padding: 0;
}

body {
    font-family: arial;
    font-size: 12px;
}

a {
    text-decoration: none;
    font-size: 1rem;
}
p {
    font-size: 1rem;
}

.clearfix {
    clear: both;
}

header {
    height: 59px;
    background-color: black;
    color: white;
}

header a, header a:hover {
    color: white;
}

header ul {
    margin-top: 33px;
}

.active {
    font-weight: bold;
    color: red;
}

footer {
    height: 137px;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 15px;
}
footer p {
    font-size: 0.7rem;
}
footer span {
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 5px;
}

.container {
    width: 800px;
    margin: 0 auto;
}

ul {
    display: inline-block;
    list-style-type: none;
}

ul > li {
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem;
}
ul > li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.logo {
    height: 276px;
    font-weight: bold;
    display: table;
}
.logo > p {
    font-size: 3.5rem !important;
    display: table-cell;
    vertical-align: middle;
}
.logo img {
    height: 110px;
    vertical-align: middle;

}

.area {
    width: 100%;
    min-height: 300px;
    background-color: #D3D3D3;
    padding: 50px 20px;
}
.area2 {
    width: 100%;
    min-height: 300px;
    background-color: white;
    padding: 0px 0px;
}
.area > .left {
    float: left;
    width: 350px;
}
.area > .right {
    float: right;
    text-align: center;
    width: 388px;
}
.area h2 {
    
}

.frontCover {
    width: 388px;
    height: 342px;
    background-color: white;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
}
.frontCover > div:nth-child(1) {
    float: left;
    width: 46px;
    height: 100%;
}
.frontCover > div:nth-child(2) {
    float: left;
    position: absolute;
    margin-top: 159px;
    margin-left: -113px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 2px;
    height: 23px;
    width: 341px;
    border: 1px dashed black;
    border-left: none;
    border-right: none;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.frontCover > div:nth-child(2) > p {
    float: right;
}
.frontCover > div:nth-child(2) > img {
    float: left;
    height: 17px;
    margin-top: 1px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.frontCover > div:nth-child(3) {
    float: right;
    width: 319px;
    height: 100%;
    text-align: left;
    padding: 30px 20px 20px 0;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
    overflow: hidden;
}
.frontCover > div:nth-child(3) > div {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.frontCover > div:nth-child(3) > h2 {
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}
.frontCover > div:nth-child(3) > h3 {
    display: inline-block;
    padding: 2px 10px;
    margin-left: 40px;
    font-weight: normal;
    position: relative;
}
.frontCover > div:nth-child(3) > img {
    position: absolute;
    width: 50px;
    bottom: 20px;
    right: 20px;
    z-index: 10; 
}

.divider {
    width: 100%;
    height: 10px;
    background-color: gray;
}

.backCover {
    width: 278px;
    height: 352px;
    background-color: white;
    border: 1px solid black;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.backCover > div:nth-child(1) {
    float: left;
    position: absolute;
    margin-top: 164px;
    margin-left: -165px;
    padding-left: 10px;
    padding-right: 2px;
    height: 23px;
    width: 351px;
    border: 1px dashed black;
    border-left: none;
    border-right: none;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    padding-top: 1px;
}
.backCover > div:nth-child(1) > p {
    float: left;
}
.backCover > div:nth-child(1) > img {
    float: right;
    height: 17px;
    margin-top: 1px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.backCover > div:nth-child(2) {
    float: right;
    width: 255px;
    height: 100%;
    text-align: left;
    padding: 15px 10px 10px 0;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
    overflow: hidden;
}
.backCover > div:nth-child(2) > div {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.backCover > div:nth-child(2) > h2 {
    display: inline-block;
    padding: 2px 20px;
    position: relative;
}
.backCover > div:nth-child(2) > h3 {
    display: inline-block;
    padding: 2px 20px;
    font-weight: normal;
    position: relative;
}
.backCover > div:nth-child(2) > img {
    position: absolute;
    width: 40px;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.backCover ol {
    position: absolute;
    bottom: 10px;
    left: 22px;
    font-size: 0.7rem;
    list-style-type: none;
    counter-reset: li;
    z-index: 10;
}

.backCover ol > li{ 
    height: 13px;
    padding-left:20px;
    padding-right: 20px;
}

.backCover ol > li:before { 
    content: counters(li, ".", decimal-leading-zero) "   ";
    counter-increment: li; 
    font-weight: bold;
}

.backCover ol > li > span {
    font-weight: normal;
}

.social {
    height: 160px;
    width: 100%;
    display: table;
    text-align: center;
}
.social > div {
    display: table-cell;
    vertical-align: middle;
}
.social > div > a {
    display: inline-block;
    margin-left: 50px;
    color: black;
}
.social > div img{
    width: 30px;
}
.social > div p{
    font-size: 0.6rem;
}

input, button, select {
    font-size: 0.6rem;
}

input[type="text"], select {
    width: 520px;
    margin-bottom: 5px;
}
input[type="file"] {
    display: none;
}

.color {
    width: auto !important;
}
.ismall {
    width: 170px !important;
}

button {
    padding: 0 5px;
}

.field {
    margin-top: 30px;
}

.right > h2 {
    font-size: 2rem;
    font-weight: bold;
    padding: 25px 0;
}

.right > h2.baslik2 {
    padding-top:50px;
}

button {
    border: 1px solid black;
    background-color: #b1b1b1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
button.zoeken {
    background-color: white;
}
button.clear {
    background-color: black;
    color: white;
    position: relative;
    left: 90px;
    
}

select.editableSelect {
    position: relative; top: 0px; left: 0; z-index: 1; width: 520px;border: none;border-radius: 0;
    height:15px;
}
input.editableSelect {
    width:200px; z-index:21; position:absolute; border:none;
    height:15px;
    padding-left: 1px;
}

input[type="range"] {
    width: 170px;
    margin-bottom: 5px;
}

#tlColorBox {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
}

#tlColorBox > div:nth-child(1) {
    float: left;
}
#tlColorBox > div:nth-child(2) {
    margin-left: 10px;
    float: left
}
