body {
    font-size: 1.8em;
    line-height: 2.5rem;
}

a:hover {
    color: #dc002d;
}

.title-header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.taalswitch a {
    text-decoration: none;
    color: #dc002d;
    font-weight: bold;
    padding: 20px 0;
}

.red {
    background-color: #dc002d;
    box-shadow: inset 0 7px 8px -7px rgba(0,0,0,.25);
    margin-bottom: 60px;

}

.slogan {
    color: #fff;
    padding: 20px 0;
    font-weight: bold;
}

.slogan a {
    color: #fff;
    text-decoration: none;
}

.row {
    margin-top: 20px;
}

.header--image {
    width:270px;
    margin: 10px;
    margin-right: auto;
}

.intro {
    height: 70vh;
    background: url('../images/lego-1044891_1920.jpg') no-repeat;
  background-size:cover;
}

.intro--image {
    width: 100%;
    max-width:100%;
    height: 70vh;
}

iframe {
    border: none;
    outline: none;
}

.card {
    overflow: hidden;
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 60px;
}

.card_rotate {
    overflow: hidden;
    transform: rotate(-0.5deg);
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 60px;
}

.card .imagewrapper {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.card .imagewrapper > * {
    flex: 1 1 auto;
}

.card img {

}

.card .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: background-color .25s ease;
}

.card a:hover .cover {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/magnify.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
}

.card p {
    padding: 5px 10px 15px;
    text-align: left;
    margin:0;
}

.card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blackbox {
    background: #1d1d1d;
    width: 100%;
    padding: 20px 0;
    color: #fff;
}

.blackbox .data-img {
    width: 100%;
}

footer {
    padding: 20px 0;
}

footer a {
    color: inherit;
    text-decoration: none;
    padding: 0 10px;
}

footer a.eenheid {
    width: 100px;
    display: inline-block;
}

footer img {
    width: 75px;
    vertical-align: middle;
}

ul.u-unstyled-list {
    list-style-type: none;
}

.u-centered-text {
    text-align: center;
}

.u-text-right {
    text-align: right;
}

.u-text-left {
    text-align: left;
}

.button-full {
    width:100%;
}

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    background-color: #dc002d;
    border-color: #dc002c;
    }

.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
    background-color: #b30025;
    border-color: #b30025;
}

.button.button-intro, button.button-intro, input[type="submit"].button-intro, input[type="reset"].button-intro, input[type="button"].button-intro {
    background-color: #dc002d;
    border-color: #dc002c;
    color:#fff;
    margin-top: 35vh;
    margin-bottom: 25vh;
    }

p.button-intro {
font-size: 25px;
}

.button.button-intro:hover, button.button-intro:hover, input[type="submit"].button-intro:hover, input[type="reset"].button-intro:hover, input[type="button"].button-intro:hover, .button.button-intro:focus, button.button-intro:focus, input[type="submit"].button-intro:focus, input[type="reset"].button-intro:focus, input[type="button"].button-intro:focus {
    background-color: #b30025;
    border-color: #b30025;
}