body {
    padding: 0;
    margin: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 5px 0;
}

h1,
.page-first-content h2,
#infos h2 {
    color: #0093e0;
    font-family: 'Oswald-Regular';
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #6b6b6b;
    margin: 0 45px 22px 0;
    letter-spacing: 1px;
}

h2,
#home .page-first-content h2,
h3 {
    color: #000000;
    font-family: 'Oswald-Regular';
    font-size: 16px;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
    border: 0;
    font-weight: normal;
    letter-spacing: 0px;
}

p {
    font-family: 'Average-Regular';
    font-size: 14px;
    line-height: 18px;
}

a {
    color: #000000;
}

hr {
    background: none;
    border: 0;
    border-bottom: 1px dashed #b9d183;
    margin: 15px 0;
}

img {
    border: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#header {
    background-color: #9bbf3f;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    min-width: 1280px;
}

#header #top-bar {
    background-image: url('../images/header-pattern.png');
    height: 32px;
}

#header-content,
#top-bar-content {
    width: 955px;
    margin: 0 auto;
}

#top-bar-content {
    text-align: right;
    font-family: 'Oswald-Light';
    font-size: 13px;
    color: #667e27;
}

#top-bar-content div {
    display: inline;
}

#top-bar-content ul {
    list-style-type: none;
    display: inline;
    margin-right: 30px;
}

#top-bar-content li {
    display: inline;
}

#top-bar-content a {
    color: #3e4e15;
    text-decoration: none;
    background-image: url('../images/lang-separator.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 8px;
    padding-left: 8px;
}

#top-bar-content .content_languages a:first-child,
#top-bar-content li:first-child a {
    background-image: none;
}

#top-bar-content a:hover,
#top-bar-content a.current,
#top-bar-content a.selected {
    text-decoration: underline;
}

#header-content {
    padding-top: 25px;
    position: relative;
}

#logo {
    background-image: url('../images/logo.png');
    width: 227px;
    height: 54px;
    position: absolute;
}

#logo a {
    display: block;
    text-indent: -10000px;
    height: 100%;
}

#header-content ul {
    list-style-type: none;
    float: right;
    margin: 20px 0 30px;
}

#header-content ul ul {
    display: none;
}

#header-content li {
    float: left;
    margin-left: 42px;
}

#header-content li a {
    font-family: 'Oswald-Regular';
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

#header-content li a:hover,
#header-content li a.selected {
    color: #0093e0;
}

#search-bar {
    background-image: url('../images/search-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 204px;
    position: relative;
    z-index: 1;
    width: 570px;
    margin: auto;
    padding: 55px 164px 0 546px;
    margin-top: -188px;
}

sup {
    line-height: 1em;
}

#search-bar .content_textimg {
    background-color: #ffffff;
    opacity: 0.9;
    padding: 10px 28px;
    display: flex;
    height: 100px;
    position: relative;
}

#search-bar .content_textimg p {
    margin: auto;
    color: #0093e0;
    font-family: 'Oswald-Regular';
    font-size: 26px;
    line-height: 32px;
    width: 514px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#search-bar .content_textimg p {
    margin: 0;
}

#search-bar form {
    margin-top: 153px;
    margin-left: 372px;
    background-color: #c9c9c9;
    border: 3px solid #9bbf3f;
    position: absolute;
}

#search-bar form input {
    background-color: #ffffff;
    margin: 0;
    padding: 4px 8px;
    border: 0;
    font-family: 'Average-Regular';
    font-size: 14px;
    vertical-align: middle;
}

#search-bar form input[type="submit"] {
    cursor: pointer;
    background-image: url('../images/search-button.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
}

#main {
    width: 1115px;
    margin: 0 auto;
    padding: 55px 0;
    padding-right: 165px;
}

#main .content_textimg {
    margin-right: 45px;
    background-image: url('../images/textimg-background.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    margin-bottom: 20px;
}

#main .content_textimg.without-background {
    background-image: none;
}

#main .content_textimg.without-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

#main .content_textimg h1 {
    margin-right: 0;
}

#main .content_textimg img {
    margin: 15px 0;
}

#main .download_files img {
    margin: 0;
}

#main .download_files li {
    margin: 10px 0;
}

#main .download_files .file_size {
    display: block;
    font-family: 'Average-Regular';
    font-size: 14px;
    line-height: 18px;
}

#main .content_textimg p {
    padding-right: 20px;
}

#main .download_files a {
    font-family: 'Average-Regular';
    font-size: 14px;
    line-height: 18px;
}

#infos {
    width: 187px;
    float: right;
}

#infos h2 {
    margin-right: 0;
}

#infos .content {
    background-image: url('../images/infos-pattern.png');
    background-repeat: repeat;
    padding: 5px 10px;
    margin-bottom: 20px;
    min-height: 130px;
}

#infos .content p {
    padding-right: 0;
}
    
#infos .content_textimg {
    margin-right: 0;
}

.content_newslist h1{
    font-weight: normal;
}

#infos .gray-pattern,
#philosophy .gray-pattern .content_newslist_news {
    background-image: url('../images/infos-gray-pattern.png');
    padding: 10px 0 0;
}

.gray-pattern h3 {
    color: #868484;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Average-Regular';
    margin: 0 10px;
}

.gray-pattern p {
    font-family: 'Judson-Italic';
    font-size: 15px;
    margin: 10px;
}

.gray-pattern p.author {
    font-size: 13px;
    /*background-image: url('../images/quotes-background.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;*/
    margin: 0;
    padding: 0 10px 30px 10px;
}

#infos p.author {
    padding-right: 10px;
}

#philosophy .gray-pattern .content_newslist_news {
    width: 241px;
    float: left;
    height: 160px;
    margin-right: 43px;
    margin-bottom: 40px;
    padding: 15px 0 0;
    position: relative;
}

#philosophy h2 {
    margin-top: 20px;
}

#philosophy h3 {
    display: none;
}

#philosophy .gray-pattern p {
    font-family: 'Judson-Italic';
    font-size: 17px;
    margin: 0 15px;
}

#philosophy p.author {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    font-size: 14px;
    margin: 0;
}

#footer {
    border-top: 1px dashed #000000;
    width: 1260px;
    margin: 50px auto;
    padding: 10px;
}

#footer .float-left {
    padding-left: 40px;
}

#footer .float-right {
    padding-right: 160px;
}

#sub-menu {
    float: left;
}

#sub-menu .content_navigation {
    width: 268px;
    margin: 0 45px;
    background-image: url('../images/sub-menu-pattern.png');
    min-height: 250px;
}

#sub-menu ul {
    margin: 0;
    list-style-type: none;
    padding: 55px 0 25px 0;
}

#sub-menu li {
    margin-left: 120px;
    margin-bottom: 6px;
}

#sub-menu li a {
    color: #797979;
    text-decoration: none;
    font-family: 'Oswald-Regular';
    font-size: 14px;
}

#sub-menu li a:hover,
#sub-menu li.selected a {
    color: #0093e0;
}

#content-main {
    float: left;
    width: 570px;
}

#home {
    width: 763px;
    padding-left: 165px;
}

#home h1 {
    margin-bottom: 0;
    border: 0;
}

#home .content_newslist_news {
    float: left;
    width: 338px;
    margin-right: 43px;
    padding-top: 22px;
    border-top: 1px dashed #6B6B6B;
    margin-bottom: 22px;
    position:relative;
}

#home .content_newslist_news a {
    font-family: 'Average-Regular';
    font-size: 14px;
}

#home .content_newslist_news .news-image {
    min-height: 215px;
}

#home .content_newslist_news .content {
    position: relative;
    z-index: 1;
}

#home .content_newslist_news:hover .hover {
    background-color: #9BBF3F;
    width: 382px;
    height: 290px;
    margin-left: -22px;
    margin-top: -6px;
    position: absolute;
    height:100%;
}

#home .content_newslist_news:hover .news-content-news {
    background-image: none;
}

#home .content_newslist_news .image_left {
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
}

#home .content_newslist_news .content img {
    margin-top: 8px;
}

#home .content_newslist_news .content.with-image img {
    margin-top: 0px;
}

#home .news-content-news {
    background-image: url('../images/textimg-background.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 213px;
    padding-right: 10px;
    margin-bottom: 8px;
}

#home .news-content-news p {
    margin-right: 15px;
}

#home .with-image .news-content-news p {
    float: left;
    width: 190px;
}

#dropdown-select select {
    display: none;
    margin-bottom: 30px;
}

#dropdown .content_textimg {
    margin-bottom: 30px;
    padding-bottom: 60px;
}

.content_gallerypreview {
    float: left;
    margin-right: 43px;
    width: 242px;
}

.content_gallerypreview img {
    margin-bottom: 5px;
}

.content_galleryview .back-button {
    display: block;
    margin: 0 0 15px 0;
}


.content_galleryview .image-outer {
    float: left;
    margin-right: 52px;
    margin-bottom: 22px;
}

#main .map {
    background-image: none;
    margin-bottom: 60px;
    text-align: right;
    margin-top: 30px;
}

#main .map ul {
    list-style-type: none;
}

#main .map ul img {
    margin: 0;
}

#news .content_newslist_news {
    margin-right: 45px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #b9d183;
}

#news .content_newslist_news:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#news .content_newslist_news h2,
#news .content_newslist_news h3 {
    text-transform: uppercase;
}

#news .content_newslist_news h3 {
    color: #9bbf3f;
}

#news .content_newslist_news p {
    margin: 15px 0;
}

#news .unwrapped .news-short {
    display: none;
}

#news .wrapped .news-long {
    display: none;
}

#news .wrapped .news-short .with-image {
    float: right;
    width: 400px;
}

#news .wrapped img {
    margin-top: 16px;
}

#colorbox {
    z-index: 1;
}

.maintenance,
.not-found {
    margin: auto;
    width: 800px;
    text-align: center;
    padding: 45px;
}

.content_searchresults {
    width: 763px;
    padding-left: 165px;
}

#joer {
    background-image: url('../images/logo-20joer.png');
    width: 127px;
    height: 127px;
    position: absolute;
    left: 285px;
    top: 0;
}

#kreativeit {
    background-image: url('../images/bouton-kreativiteit.png');
    background-size: cover;
    width: 127px;
    height: 127px;
    position: absolute;
    left: 285px;
    top: 0;
}


.navbar.navbar-cookies {
    position:fixed;
    bottom:0;
    min-height:0;
    width:100%;
    font-size:13px;
    color: #000;
    border-top: solid #e3e3e3 1px;
    transition:all 0.15s ease-out;
    -webkit-transition:all 0.15s ease-out;
    transform:translate(0,200%);
    -webkit-transform:translate(0,200%);
    z-index:100;
    background: #fff;
}

.navbar.navbar-cookies p {
    margin:10px 0;
    text-align: center;
}

.navbar.navbar-cookies.cookies-not-ok {
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    animation:none;
    -webkit-animation:none;
}
.navbar.navbar-cookies.cookies-ok {
    transform:translate(0,100%);
    -webkit-transform:translate(0,100%);
    animation:none;
    -webkit-animation:none;
}

.navbar.navbar-cookies a {
    color: #000;
    text-decoration: underline;
}
.navbar.navbar-cookies a:hover {
    text-decoration: none;
}
a#accept-cookies {
    border: 1px solid #000;
    padding: 3px 5px;
    border-radius: 4px;
    text-decoration: none;
}