html, body, .wrapper, .loader {
    background-color: #FFFFFF;
    color: rgb(0, 0, 0);
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

body {
    padding: 10px 0;
}

.show-loader .wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.spinner {
    border-color: RGB(0, 159, 217);
    border-right-color: transparent;
}

header {
    height: 174px;
    width: 100%;
    max-width: none;
    box-shadow: 1px 1px 30px 2px #000;
    background-color: #FFFFFF;
    margin-top: -10px;
    padding-top: 10px;
    z-index: 10;
    position: relative;
}

nav {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 0;
}

.logo {
    background-image: url("./images/logo.png");
    background-repeat: no-repeat;
    background-position: 14px center;
    height: 100%;
    width: 100%;
    position: relative;
}

.menu {
    width: 100%;
    background-color: #009FD9;
    box-shadow: 0 1px 5px 0 #000;
    max-width: 960px;
    margin: 0 auto;
    font-weight: bold;
    min-height: 60px;
    z-index: 2;
    position: absolute;
    top: 130px;
    list-style-type: none;
    padding-left: 0;
}

.menu a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 1.692em;
    text-decoration: none;
    color: #fff;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}

.menu a:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(210, 210, 210, 0.5);
    top: 0;
    left: 0;
}

.menu a:after {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(210, 210, 210, 0.5);
    top: 0;
    right: 0;
}

.menu li:first-child a:before, .menu li:last-child a:after {
    content: '';
    background-color: transparent;
}

.menu a:hover, a.active {
    background-color: #303941;
    color: #FFFFFF;
    text-decoration: none;
}

.menu .home-link {
    background-image: url("./images/home.png");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    width: 65px;
}

h1 {
    font-size: 30px;
    margin: 15px 0;
    font-weight: normal;
}

a,
a:hover {
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.wrapper {
    background-color: rgb(239, 239, 239);
}

.page {
    padding: 25px;
}

.page-title {
    display: none;
}

.pageblock {
    -webkit-box-shadow: rgb(0, 0, 0) 0 1px 5px 0;
    -moz-box-shadow: rgb(0, 0, 0) 0 1px 5px 0;
    box-shadow: rgb(0, 0, 0) 0 1px 5px 0;
    margin-right: 10px;
    padding-right: 0;
    padding-left: 0;
}

.pageblock + .pageblock {
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
}

.pageblock:hover {
    text-decoration: none;
}

.pageblock-title {
    font-size: 1.7em;
    line-height: 1.2em;
    color: RGB(255, 255, 255);
    background-color: rgb(149, 193, 31);
    padding: 24px 28px 20px 24px;
    border-bottom: solid 5px RGB(0, 159, 217);
    margin: 0;
}

.pageblock-wrapper {
    padding: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    min-height: 220px;
    background-color: #FFFFFF;
}

.ggo-tegel .pageblock-content {
    height: 100%;
}

.ggo-tegel .pageblock-content:before {
    content: ' ';
    display: block;
    float: left;
    margin: 5px;
    border: 1px solid currentcolor;
    width: 200px;
    height: 150px;
    background-image: url("./images/tegel.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.login-required:after {
    margin-left: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgb(255, 255, 255)' d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/></svg>");
}