body {
    background-color: #ecf1f3;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "source_sans_probold", arial;
}

.error-page {}

.error-page .header {
    position: fixed;
    top: 0px;
    width:100%;
    background-color: #fff;
    height: 94px;   
    margin:0 auto;
}

.error-page .header .container {
    margin:0 auto;
    max-width: 1140px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.error-page .header .container .label-logo {
    width: 129px;
    margin-right: 60px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.error-page .divider {
    height: 11px;
}
.error-page.goudse .divider {
    background-color: #07a;
}
.error-page.zeeuwse .divider {
    background-color: #116454;
}

.error-page.zeeuwse .header .label-logo .logo-goudse,
.error-page.goudse .header .label-logo .logo-zeeuwse {
    display: none;
}

.error-page .header .container .main-navigation {
    width:100%;
}

.error-page .header .container .main-navigation .main-navigation-bar {
    display: flex;
    height: 94px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.goudse .icon-link {
    color: #0079a1;
    text-decoration: none;
    font-family: "metabold_italic",arial;
    position: relative;
    font-size: 16px;
}

.zeeuwse .icon-link {
    color: #0f7661;
    text-decoration: none;
    font-family: "metabold_italic",arial;
    position: relative;
    font-size: 16px;
}

.goudse .list-zeeuwse {
    display: none !important;
}
.zeeuwse .list-goudse {
    display: none !important;
}

.icon-link--left {
    margin-left: 30px;
}

.goudse .icon-link--left:before {
    content: '';
    background-image: url(icon-arrow-right-goudse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: -2px;
    width: 17px;
    height: 20px;
    display: block;
    transition: 0.2s;
    transform: rotate(180deg);
}

.zeeuwse .icon-link--left:before {
    content: '';
    background-image: url(icon-arrow-right-zeeuwse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: -2px;
    width: 17px;
    height: 20px;
    display: block;
    transition: 0.2s;
    transform: rotate(180deg);
}

.icon-link--info {
        font-family: "metabook_roman",arial;
        margin-bottom: 10px;
        color: #353535;
        position: relative;
        right: 0;
        font-size: 14px;
        margin-right: 30px;
}
.icon-link--info:hover {
    text-decoration: underline;
    color: #353535;
}

.icon-link--info:after {
    content: '';
    background-image: url(tooltip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -30px;
    width: 20px;
    height: 20px;
    top: -1px;
    display: block;
    transition: 0.2s;
}

.list-clean {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin: 0;
}

.error-page .footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}

.error-page.goudse .footer {
    background-color: #07a;
}

.error-page.zeeuwse .footer {
    background-color: #116454;
}

.error-page .footer .disclaimer {
    position: relative;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    height: 1em;
}

.error-page .content {
    position: fixed;
    top: 136px;
    width: 100%;
    padding: 40px 0;
}

.error-page .content .message-contentwrapper {
    position: relative;
    max-width: 670px;
    margin:0 auto;
    
}

.error-page .content .message-contentwrapper .message-container {
    padding: 70px 80px;
    color: #353535;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
}

.error-page .content .message-contentwrapper .message-container .message-content {
    margin-bottom: 40px;
}
.error-page .content .message-contentwrapper .message-container .message-content {
    
}

.message-button {
    float:right;
    padding: 20px 60px 20px 20px;
    color: #fff;
    background-color: #609;
    box-shadow: 0 10px 20px -15px #609;
}

a.btn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 0;
    position: relative;
    display: inline-block;
    line-height: 1em;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-family: "source_sans_probold", arial;
    padding: 15px;
    border-radius: 5px;
    -webkit-appearance: none;
    transition: background-color 300ms cubic-bezier(0.17, 0.67, 0.44, 1);
    text-align: left;
}

.zeeuwse a.btn {
    background-color: #ec7405;
}

.btn:hover {
    background-color: #406
}

.zeeuwse .btn:hover {
    background-color: #ba5b04;
}



@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    .error-page .header .label-logo {
        margin-top: -40px;
    }
}