html, body, .wrapper {
    font-family: arial,sans-serif;
    font-size: 11px;
}

nav {
    height: 80px;
    border-bottom: 0 none;
}

a {
    color: RGB(9, 28, 90);
    font-weight: bold;
}

a:hover {
    color: rgb(255, 0, 0);
}

.logo {
    background-image: url("./images/vlaardingen_kaartenbalie_logo.png");
    width: 460px;
    height: 80px;
}

.menu a {
    border-bottom: 0 none;
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: rgb(9, 28, 90);
    display: block;
    padding: 10px 20px 0 20px;
    height: 35px;
    float: right;
    border-bottom: 3px solid rgb(184, 0, 0);
    background-image: linear-gradient(180deg, rgb(242, 242, 242), rgb(204, 204, 204));
    text-decoration: none;
    font-weight: bold;
}

.red .page-content, .red h1,
.blue .page-content, .blue h1 {
    color: rgb(255, 255, 255);
    padding: 10px;
}

.red h1,
.blue h1 {
    margin-bottom: 0;
}

.red .page-content,
.blue .page-content {
    font-size: 1.1em;
}

.red .page-content a:hover,
.blue .page-content a:hover{
    color: #ffffff;
}

.red .page-content, .red h1 {
    background-color: rgb(238, 0, 0);
}

.blue .page-content, .blue h1 {
    background-color: rgb(0, 115, 153);
}

.page {
    padding: 20px;
}

.page-pageblocks {
    padding-top: 20px;
}

.pageblock {
    color: #000000;
}

.pageblock:hover {
    color: #000000;
}

.page-blocktitle {
    color: #000000;
}

.pageblock-wrapper {
    background-color: rgb(203, 203, 203);
    color: rgb(0, 0, 0);
    font-weight: bold;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgb(102, 102, 102) 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: rgb(102, 102, 102) 0px 2px 3px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(#ccc, #fff);
    background-image: -moz-linear-gradient(rgb(204, 204, 204), rgb(255, 255, 255));
    background-image: -o-linear-gradient(#ccc, #fff);
    background-image: linear-gradient(rgb(204, 204, 204), rgb(255, 255, 255));
}

@media (max-width: 750px) {
    nav {
        height: 100px;
    }
    .logo {
        max-width: 100%;
        height: 90px;
        position: static;
        background-position: left top;
    }
    .menu {
        position: static;
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 370px) {
    .logo {
        height: 80px;
    }
}

.login-required:after {
    margin-left: 5px;
}