/* Fonts */
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    background: #FFFFFF;
}

h1 {
    font-size: 60px;
    line-height: 90px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px #000000;
}

p {
    max-width: 68rem;
}

.h3 {
    font-size: 1.28rem;
}

/* Algemene opmaak */

.navbar-brand img {
    width: 100px;
}

.rood {
    background: #10627A;
    color: #FFFFFF;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .39);
}

.btn-primary {
    background: #C5CBCF;
    font-weight: bold;
    color: #FFFFFF;
    border-color: #C5CBCF;
}

.btn-primary:hover {
    background: #818181;
    border-color: #818181;
}

.btn-lg {
    font-size: 22px;
}

/* Navigatie */

.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.dropdown-item {
    font-size: 16px;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

/* Form opmaak */
label {
    color: #818181;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1;
}

.form-control {
    border-color: #C3C3C3;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    font-family: 'open sans', sans-serif;
    font-size: 18px;
}

.validator {
    margin: 0;
    padding: 0;
}

.validator li::first-letter {
    text-transform: uppercase;
}

.validator li {
    list-style: none;
}

.card label {
    display: block;
    width: 100%;
}

/* Lama formulier opmaakt */
.stelling-heading {
    font-weight: bold;
    font-size: 18px;
}


.antwoord .col-* {
    border-bottom: 1px solod:#CECECE;
}

.passend-block {
    display: block;
    height: 48px;
    width: 48px;
    padding-top: 10px;
    background: #3cb44b;
    color: #FFFFFF;
    font-size: 20px;
    z-index: 2;
    float: left;
    cursor: pointer;
}

.irriterend-block {
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
    padding-top: 10px;
    background: #a94442;
    color: #FFFFFF;
    font-size: 20px;
    z-index: 2;
    float: right;
    margin: 0 1rem 0 0;
    cursor: pointer;
}


.leeg-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 50px;
    width: 50px;
    background: #FEFEFE;
    border: 1px solid black;
    z-index: 1;
}


.antwoord .omschrijving {
    height: 100px;
    width: 100%;
    padding-top: 20px;
}

.spacer-1 {
    height: 15px;
}

.spacer-2 {
    height: 7px;
}

.page-down {
    position: fixed;
    bottom: 5rem;
    right: 0.5rem;
    width: 50px;
    height: 50px;
    color: #CECECE;
    font-size: 30px;
}

.btn-reset {
    height: 50px;
    width: 50px;
}

.ui-draggable-disabled {
    margin-right: 0;
}

div[class^='draggable-hide-'],
div[class*=' draggable-hide-'] {
    display: none;
}

div[class^='draggable-irriterend-hide'],
div[class*=' draggable-irriterend-hide'] {
    display: none;
}

.btn-reset-irriterend {
    margin-right: 15px;
}

.fa-arrow-circle-down {
    cursor: pointer;
}

.fa-check-square {
    cursor: pointer;
}

/* Footer */
footer {
    background: #10627A;
    color: #FFFFFF;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .39);
}

footer h2 {
    color: #fff;
    text-shadow: 1px 1px #000000;
    font-weight: 400;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
}

footer a {
    color: #d4af37;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
}