html {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14pt;
}

body {
    position: relative;
    /* background: url(../img/JOETZ-recruits-bg-site.jpg) no-repeat center center fixed; */
    background-size: cover;
}

#headerbanner {
    background: #3b4342 url('../img/header-opzoeknaartalent.png') no-repeat center;
    height: 165px;
    /* background: #434745;
    height: 40px;
    width: 100%;
    margin-top: 0;
    position: relative;
    padding: 10px;
    align: center; */
}

/* #headerbanner img {
    height: 20px;
} */

h1 {
    margin-top: 40px !important;
    font-size: 1.2em !important;
}

#content {
    max-width: 600px;
    margin: 20px auto;
    width: 90%;
}

ol {
    padding-left: 20px;
}

ol li {
    padding-left: 10px;
}

#kader {
    background: redx;
    width: 100%;
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
    /* display: table-cell;
    vertical-align: middle;
    overflow: auto; 
    position: absolute;
    top: 0;
    bottom: 0;*/

}

#btn-container {
    background: yellowx;
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    width: calc(100% - 30px);*/
    height: 290px;
}

/* @media only screen and (max-width: 520px) {
    #btn-container
        {
      margin-top: 25%;
    }
  } */

.btn {   
    width: 100%;
    border: 0 !important;
    margin: 4px 0;
    background: #e0807a !important;
    color: white !important;
    text-transform: uppercase !important;
    height: 40px;
}

/* .btn-pdf { background: #e0807a !important;}
.btn-qr { background: #cf7671 !important;}
.btn-story { background: #be6d68 !important;}
.btn-banner { background: #ac645f !important;}
.btn-square { background: #9a5a55 !important;} */


#footer {
    background-color: #f9d1c6;
    padding: 10px;
    text-align: center !important;
}