@font-face {
    font-family: 'Impacted'; /*a name to be used later*/
    src: url("../font/IMPACTED.ttf"); /*URL to font*/

}
body {
    background-image:url("../img/background.jpg");
    background-repeat: repeat;
    font: 1em Impacted;
}

#container {
    width: 840px;
    margin: 25px auto;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    padding-bottom: 6px;
}

.whysign {
    float: left;
    background-color: white;
    width: 480px;
    height: 347px;
    border-radius: 0 5px 5px 0;
    padding-top: 20px;
    padding-right: 20px;
}

.invulschermpje {
    float: left;
    width: 300px;
    padding: 30px 20px;
    background-color: white;
    text-align: center;
    border-radius: 5px 0 0 5px;
    height: 307px;
}

[type=text] {
    display: block;
    margin: 0 auto;
    width: 80%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    font-size: 1em;
    color: rgba(0,0,0,.4);
}

textarea {
    font-family:Segoe UI;
    display: block;
    margin: 0 auto;
    width: 80%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    height: 70px;
    /* line-height: 45px; */
    margin-bottom: 10px;
    color: rgba(0,0,0,.4);
    resize: none;
}

[type=submit] {
    margin-top: 25px;
    width: 80%;
    border: 0;
    background-color: #3071a9;
    border-radius: 5px;
    height: 50px;
    color: white;
    font-weight: 400;
    font-size: 2.5em;
    font-family: Impacted;
}

[type='text']:focus {
    outline: none;
    border-color: #3071a9;
}

h1 {
    color: rgba(0,0,0,.7);
    font-weight: normal;
    text-align: center;
    font-size: 2.2em;
}

h1.titel{
    color: rgba(0,0,0,.7);
    font-weight: normal;
    font-size: 5em;
    text-align: center;
    margin: 0px;
}

h2.titel{
    color: rgba(0,0,0,.7);
    font-weight: normal;
    font-size: 3em;
    text-align: center;
    margin: 0px;
}

h2.persoon{
    color: rgba(0,0,0,.7);
    font-weight: normal;
    font-size: 2.5em;
    text-align: center;
    margin: 0px;
}

a{
    font-size: 1.7em;
    text-align: left;
    color: rgba(0,0,0,.4);
}

a.woord{
    font-size: 2.5em;
    text-align: left;
    color: rgba(0,0,0,.4);
}

p {
    color: rgba(0,0,0,.6);
    font-size: 1.2em;
    margin: 50px 0 50px 0;
    text-align: left;
}

span {
    font-size: .75em;
    background-color: white;
    padding: 2px 5px;
    color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    margin: 5px;
}

span:hover {
    color: #53CACE;
}

p:nth-of-type(2) {
    font-size: 1em;
}

input[type=checkbox].css-checkbox {
    position:absolute;
    z-index:-1000;
    left:-1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:40px;
    height:35px;
    display:inline-block;
    line-height:35px;
    background-repeat:no-repeat;
    background-position: 0 0;
    /* font-size:35px; */
    vertical-align:middle;
    cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -35px;
}
label.css-label {
    background-image:url("../img/checkbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}
.select-style {
    padding: 0;
    margin: auto;
    border: 1px solid #ccc;
    width: 40%;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("http://sjoerd.vuilnisbak.xyz/img/arrowdown.gif") no-repeat 95% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style select:focus {
    outline: none;
}
