@media screen {
    *,
    *:before,
    *:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    html, body {
        background-color: #f3fde5;
    }

    body, h3 {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    }

    body {
        font-size: 13px;
        color: #333;
        cursor: default;
    }

    h1, h2, .center-title {
        margin: 0 0 15px;
        font-family: 'Roboto Slab', 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        letter-spacing: 1px;
    }

    h1 span, h2 span, h3 span {
        margin-right: 10px;
    }

    h1 {
        color: #1e8d00;
    }

    h2 {
        color: #996100;
    }

    h3 {
        font-size: 15px;
        color: #d38100;
        font-weight: 600;
    }

    a span.fa {
        margin-right: 5px;
    }

    main a:not(.btn):not(.img-link), #bhwp-cookie-bar a {
        text-decoration: none;
        color: #76af38;
        border-bottom: 1px solid #76af38;
    }

    main a:not(.btn):not(.img-link):hover, #bhwp-cookie-bar a:hover {
        background-color: #ebebeb;
    }

    main a:not(.btn):not(.img-link):visited, #bhwp-cookie-bar a:visited {
        color: #999;
        border-color: #999;
    }

    main img {
        border-radius: 4px;
    }

    .group:after {
        display: table;
        clear: both;
        content: '';
    }

    .cleardiv, .clearb, .clearl, .clearr {
        height: 0;
        width: 100%;
    }

    .cleardiv, .clearb {
        clear: both;
    }

    .clearl {
        clear: left;
    }

    .clearr {
        clear: right;
    }

    .btn, a.btn {
        display: inline-block;
        padding: 15px 25px;
        width: auto;
        height: auto;
        background-color: #ff9900;
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        border-radius: 4px;
        border-style: solid;
        border-color: #ffc369;
        border-width: 0 0 3px;
        cursor: pointer;
        transition: .5s background-color;
        white-space: nowrap;
    }
    .btn:hover {
        background-color: #ff903f;
    }
    .btn:active {
        border-width: 3px 0 0;
    }
    .btn span {
        vertical-align: middle;
    }
    .btn span.right {
        margin-left: 10px;
    }
    .btn span.left {
        margin-right: 10px;
    }

    .btn.btn-small {
        font-size: 12px;
        padding: 5px 15px;
    }
    .btn.btn-link {
        background: none;
        color: #000;
        border: none;
    }

    header {
        position: relative;
        height: 275px;
        margin-bottom: -100px;
        background: url(/img/main/header/hero0.jpg) no-repeat center 75%;
        background-size: cover;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
    }

    header #nav-container {
        height: 50px;
        background: rgba(17,117,0,0.5);
    }

    header #nav-wrapper {
        margin: 0 auto;
        width: 1000px;
    }

    header #logo {
        display: inline-block;
        width: 325px;
        height: 160px;
        padding-top: 35px;
        background: #fff;
        text-align: center;
        border-radius: 0 0 4px 4px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 0 100%);
    }

    header #logo img,
    header #logo a,
    header #logo a img {
        display: inline-block;
        border: none;
        background: none;
    }

    nav {
        display: inline-block;
        vertical-align: top;
        width: 671px;
        height: 30px;
        font-size: 14px;
    }

    nav ul {
        height: 50px;
        width: 100%;
        text-align: right;
    }

    nav li {
        display: inline-block;
    }

    nav li:last-of-type {
        margin: 0;
        border-right: none;
    }

    nav a, nav a:visited {
        display: block;
        padding: 0 10px;
        line-height: 50px;
        border: none;
        text-decoration: none;
        color: #fff;
    }

    nav li.sign-petition a, nav li.sign-petition a:visited {
        background-color: white;
        line-height: normal;
        padding: 2px 8px;
        border-radius: 4px;
        color: green;
        transition: line-height 2s;
    }

    nav .active a,
    nav li.sign-petition.active a {
        border-bottom: 4px solid #fff;
        line-height: 42px;
    }

    nav li.sign-petition.active a {
        background: none;
        padding: 0 10px;
        border-radius: 0;
        color: #fff;
    }

    nav li:not(.active) a:hover {
        border-bottom: 4px solid #067900;
        line-height: 42px;
    }

    nav li.sign-petition:not(.active) a:hover {
        border: none;
        line-height: 30px;
    }

    #crumbs {
        padding: 90px 0 50px;
    }

    #crumbs li {
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
    }

    #crumbs span {
        margin-left: 10px;
        font-size: 11px;
    }

    #crumbs span, #crumbs a, #crumbs a:hover {
        color: #6e6d6d;
        border: none;
        background: none;
    }

    #crumbs a, #crumbs a:hover {
        text-decoration: underline;
    }

    main {
        font-size: 15px;
        line-height: 1.8;
    }

    main ul {
        list-style-type: none;
    }

    main ul li img {
        border: none;
        float: left;
        margin: 0 5px 0 0;
    }

    main section {
        margin: 0 0 -100px;
        padding: 100px 0;
        clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
    }

    main section.bright {
        background: #fff;
    }

    main section .container {
        width: 1000px;
        margin: 0 auto;
    }

    main section .column,
    main section .column-3 {
        display: inline-block;
        vertical-align: top;
    }

    main section .column {
        width: 50%;
    }

    main section .column:nth-of-type(even) {
        margin-left: 20px;
        width: calc(50% - 25px);
    }

    main section .column-3 {
        width: 33%;
    }

    main section .column-3:nth-child(-n+3) {
        margin-right: 10px;
        width: calc(33% - 10px);
    }

    main .column h3,
    main .column-3 h3 {
        margin-top: 10px;
    }

    main article {
        column-count: 2;
        column-gap: 40px;
        text-align: justify;
    }
    main article.hide-text {
        display: none;
    }

    main article h2 {
        font-size: 15px;
        color: #d38100;
        font-weight: 600;
        text-align: left;
        margin: 0 0 10px;
    }

    main article h2 .fa {
        display: none;
    }

    main article ul, ul.bulleted {
        padding: 0 0 0 17px;
        list-style-type:  square;
    }

    main article p, main article ul {
        margin: 0 0 20px;
    }

    main #sub-nav-bar {
        width: 1000px;
        margin: 100px auto -60px;
        padding: 2px 15px 0;
        background: #e0f7bf;
        border-radius: 4px;
    }

    main #sub-nav-bar li {
        display: inline-block;
    }

    main #sub-nav-bar a {
        display: block;
        padding: 10px 15px;
        color: #000;
        font-size: 14px;
        border: none;
        text-decoration: none;
    }

    main #sub-nav-bar a:hover {
        border-radius: 4px;
        background-color: #a0d359;
    }

    main #sub-nav-bar li.active a {
        border-bottom: 2px solid #a3c870;
    }

    main #sub-nav-bar li.active a:hover {
        background: none;
        border-radius: 0;
        cursor: default;
    }

    main #sub-nav-bar li:first-of-type a,
    main #sub-nav-bar li:first-of-type a:hover {
        display: inline-block;
        margin: 0 15px 0 0;
        color: #78a439;
        font-size: 14px;
        font-weight: 600;
        border-color: #e0f7bf;
    }

    main article p img[align="right"] {
        margin: 10px 0 10px 25px;
    }

    main article p img[align="left"] {
        margin: 10px 25px 10px 0;
    }

    main .docs-list ul {
        margin-bottom: 10px;
    }

    main .c2a-box {
        text-align: center;
    }

    main .c2a-row {
        margin-top: 20px;
    }

    main .center {
        text-align: center;
    }

    main .center > div {
        margin: 0 auto;
    }

    main .v-indent {
        margin-top: 20px;
    }

    main .center-title {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 50px;
        margin: -25px 0 0;
        background: rgba(255,255,255,0.4);
        font-size: 28px;
    }

    #error-box {
        margin-bottom: 43px;
    }
    #not-found-box #header-404, #error-box #header-500 {
        display: block;
        margin-bottom: 10px;
        font-size: 50px;
        font-weight: 600;
    }
    #not-found-box h1, #error-box h1 {
        text-align: left;
    }
    #not-found-box h1 span, #error-box h1 span {
        display: none;
    }
    #not-found-box p, #error-box p {
        margin-bottom: 15px;
    }

    .timeline {
        margin-bottom: 15px;
    }
    .timeline td {
        vertical-align: top;
    }
    .timeline .date {
        white-space: nowrap;
        padding-right: 5px;
    }
    .timeline .date span {
        margin-right: 2px;
    }

    footer {
        position: relative;
        width: 100%;
        height: 350px;
        clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
        color: #fff;
        text-align: center;
        background: no-repeat center;
        background-size: cover;
    }

    footer.pano1 { background-image: url(/img/main/header/hero1.jpg); }
    footer.pano2 { background-image: url(/img/main/header/hero2.jpg); }
    footer.pano3 { background-image: url(/img/main/header/hero3.jpg); }
    footer.pano4 { background-image: url(/img/main/header/hero4.jpg); }
    footer.pano5 { background-image: url(/img/main/header/hero5.jpg); }

    #footer-wrapper {
        position: absolute;
        width: 1000px;
        left: 50%;
        bottom: 10px;
        transform: translate(-50%);
    }

    footer #copyright {
        font-size: 12px;
    }

    footer h3 {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

    .contact-data ul span, .contact-data p span {
        margin-right: 6px;
        color: #999;
    }

    a.pdf, a.ppt {
        background: no-repeat top left;
        padding-left: 20px;
    }

    a.pdf {
        background-image: url(/img/main/icons/pdf.gif);
    }

    a.ppt {
        background-image: url(/img/main/icons/ppt.gif);
    }

    .cards-box {
        margin-top: 20px;
    }
    .card {
        position: relative;
        width: 320px;
        height: 210px;
        display: inline-block;
        margin: 0 16px 10px 0;
    }
    .card:nth-child(3n),
    .card:last-child {
        margin-right: 0;
    }
    .card .side {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        transition: all 1s ease-in-out;
        border-radius: 4px;
    }
    .card .back {
        padding: 10px;
        background: #1e8d00;
        text-align: center;
        color: #fff;
        cursor: pointer;
        transform: rotateY(-180deg);
    }
    .card:hover .front {
        transform: rotateY(-180deg);
    }
    .card:hover .back {
        transform: rotateY(0);
    }
    /*.card {
        height: 100%;
        position: absolute;
        transform-style: preserve-3d;
        transition: all 1s ease-in-out;
        width: 100%;
    }
    .card:hover {
        transform: rotateY(180deg);
    }
    .card .side {
        backface-visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .card .back {
        padding: 10px;
        background: #1e8d00;
        text-align: center;
        color: #fff;
        transform: rotateY(180deg);
        cursor: pointer;
    }*/
    .card.no-link .back {
        background: #666;
        cursor: default;
    }
    .card .back > div {
        position: relative;
        height: 100%;
    }
    .card .back h2 {
        padding-bottom: 8px;
        color: #fff;
        border-bottom: 3px solid #fff;
    }
    .card .back .c2a-box {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    main .card .back a,
    main .card .back a:visited,
    main .card .back a:hover {
        color: #fff;
        border-color: #fff;
        background: none;
    }
    main .card .back a span {
        margin: 0 0 0 5px;
        font-size: 12px;
    }
    .card .front.mobiliteit {
        background: url(/img/files/index/dossier_mobiliteit.jpg) no-repeat center;
    }
    .card .front.bedrijven {
        background: url(/img/files/index/dossier_bedrijven.jpg) no-repeat center;
    }
    .card .front.landbouw {
        background: url(/img/files/index/dossier_landbouw.jpg) no-repeat center;
    }
    .card .front.bomen {
        background: url(/img/files/index/dossier_bomen.jpg) no-repeat center;
    }
    .card .front.recreatie {
        background: url(/img/files/index/dossier_recreatie.jpg) no-repeat center;
    }
    .card .front.energie {
        background: url(/img/files/index/dossier_energie.jpg) no-repeat center;
    }
    .card .front.bouwplannen {
        background: url(/img/files/index/dossier_bouwplannen.jpg) no-repeat center;
    }
    .card .front.gallery {
        background: url(/img/main/banners/banner_gallery.jpg) no-repeat center;
    }
    .card .front.videos {
        background: url(/img/main/banners/banner_videos.jpg) no-repeat center;
    }

    #support-c2a {
        width: 65%;
    }
    #support-c2a blockquote {
        display: block;
        position: relative;
        width: 385px;
        padding: 30px 40px;
        margin: 1em auto 50px;
        text-align: center;
        color: #fff;
        background: #5a8f00;
        border-radius: 280px / 120px;
    }
    #support-c2a blockquote:before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -30px;
        right: 30%;
        height: 30px;
        border-left: 60px solid #5a8f00;
        background: #5a8f00;
        border-bottom-left-radius: 80px 50px;
        transform: translate(0, -5px);
    }
    #support-c2a blockquote:after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -30px;
        right: 30%;
        height: 35px;
        width: 60px;
        background: #f3fde5;
        border-bottom-left-radius: 40px 50px;
        transform: translate(30px, -1px);
    }
    section.bright #support-c2a blockquote:after {
        background: #fff;
    }

    #signatures-overview {
        width: 30%;
        padding-top: 30px;
    }
    #signatures-overview h3 {
        padding: 3px 0 3px 10px;
        color: #666;
        font-weight: 600;
    }
    #signatures-overview h3 span {
        margin-right: 5px;
    }
    #signatures-overview .counter-row {
        padding: 0 10px;
    }
    #signatures-overview .counter-row:first-of-type {
        border-top: 3px solid #ccc;
    }
    #signatures-overview .counter-row div {
        display: inline-block;
        width: 49%;
        padding: 3px 0;
    }
    #signatures-overview .counter-row div:last-child {
        text-align: right;
    }
    #signatures-overview .counter-row.total {
        font-weight: 600;
        border-top: 1px dashed #cecece;
    }

    img.pdf {
        border: none;
        margin: 0 2px 0 0;
    }

    #gmap_kml {
        height: 308px;
        border: 2px solid #ebebeb;
        margin: 15px 0;
    }

    #publications li {
        display: block;
    }

    #publications span {
        display: inline-block;
        margin: 0 0 15px;
        vertical-align: top;
    }

    #publications span span {
        display: inline;
        margin: 0 10px 0 0;
    }

    #publications .datum {
        width: 20%;
    }

    #publications .doc {
        width: 75%;
    }

    #scroll-to-top {
        position: fixed;
        bottom: -60px;
        left: auto;
        right: 15px;
        margin: 0 auto;
        padding-top: 8px;
        background-color: #fff;
        text-align: center;
        font-size: 23px;
        z-index: 1006;
        cursor: pointer;
        box-shadow: 0 6px 16px 0 rgba(0,0,0,0.18), 0 11px 22px 0 rgba(0,0,0,0.15);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        transition: all .5s ease-in-out;
    }

    #map-box {
        height: 750px;
    }

    #map-box.suspended {
        position: relative;
        background: url(/img/map/splash.jpg) no-repeat center;
        text-align: center;
    }
    #map-box.suspended .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 172px;
        height: 70px;
        margin: -35px 0 0 -86px;
    }

    #map-button-box.loading {
        background: url(/img/main/loading.gif) no-repeat center;
        position: absolute;
        width: 66px;
        height: 66px;
        top: 50%;
        left: 50%;
        margin: -33px 0 0 -33px;
    }
    #map-button-box.loading .btn {
        display: none;
    }

    .map-info-content {
        max-height: 120px;
    }
    .map-info-content h3 {
        margin: 0 0 20px;
    }
    .map-info-content p {
        margin: 0 0 10px;
    }

    /* about us */
    #about-deco-bar {
        margin: 50px 0 0;
    }
    #about-deco-bar div {
        text-align: center;
    }
    #about-deco-bar img {
        display: inline-block;
        margin-right: -29px;
        border-radius: 0;
        clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
        border-right: 1px solid #fff;
    }
    #about-deco-bar img:first-of-type {
        border-radius: 4px 0 0 4px;
    }
    #about-deco-bar img:last-of-type {
        border: none;
        margin-right: 0;
        border-radius: 0 4px 4px 0;
    }
    #about-deco-bar span {
        display: inline-block;
        margin: 0 8px;
    }

    /* files */
    ul#publications {
        margin-top: 20px;
    }

    /* media */
    .media-cards {
        margin: 20px auto 0;
        width: 660px;
    }
    .page_media_pics #gallery a {
        display: inline-block;
        margin: 0 10px 10px 0;
    }
    .page_media_pics #gallery img {
        display: block;
    }
    .page_media_video #videos {
        display: table;
        width: 1000px;
    }
    .page_media_video #videos > div {
        display: table-row;
    }
    .page_media_video #videos > div > div {
        display: table-cell;
        vertical-align: top;
    }
    .page_media_video #videos .dscr {
        padding-right: 20px;
    }
    .page_media_video #videos .media {
        width: 642px;
        padding-bottom: 30px;
    }
    .page_media_video #videos .media iframe {
        border: 1px solid #1e8d00;
        border-radius: 4px;
    }

    /* Contact us */

    #contact-extra .column-3:nth-of-type(2) {
        width: calc(40% - 10px);
    }
    #contact-extra .column-3:nth-of-type(3) {
        width: 26%;
    }

    /* A4 */
    #future-road {
        position: relative;
        width: 375px;
        height: 250px;
        background: url(/img/files/a4zuid/deco/fotoweg.jpg) no-repeat center;
        border-radius: 4px;
    }
    .page_files_mobiliteit_route .thumbs a {
        display:inline-block;
        margin:5px;
    }
    #stats-box h2, #route-gallery-box h2 {
        text-align: left;
        font-size: 18px;
    }
    #stats-box .v-indent > div {
        margin-bottom: 40px;
    }
    .thumbs-section {
        margin-bottom: 20px;
    }

    #bhwp-cookie-bar {
        position: fixed;
        width: 90%;
        min-width: 1000px;
        bottom: 10px;
        left: 50%;
        margin-left: -45%;
        background: #fff;
        color: #333;
        box-shadow: 0 0 40px rgba(17,117,0,0.3);
        border-bottom: none;
    }
    #bhwp-cookie-wrapper {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        padding: 18px 15px 15px 0;
    }
    #bhwp-cookie-wrapper .btn {
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .alert {
        padding: 10px;
        font-weight: 600;
        border: 1px solid;
        border-radius: 4px;
    }
    .alert .fa {
        margin-right: 10px;
        font-size: 24px;
        vertical-align: text-bottom;
    }
    .alert-success {
        background-color: #bfe0b7;
        border-color: #90be84;
        color: #407b30;
    }
    .alert-error {
        background-color: #efc7c7;
        border-color: #d19494;
        color: #a92424;
    }
    .alert-heading {
        margin-bottom: 20px;
    }
}

@media print {
    body, h1, h2, h3 {
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        line-height: 1.5;
    }

    body, h2, h3 {
        font-size: 12px;
    }

    h1 {
        font-size: 14px;
    }

    #logo img {
        border: none;
        margin: 0 0 10px;
    }

    a {
        text-decoration: none;
        color: #000;
        border: none;
    }

    a.imglink, a.imglink img, a.imglink:hover, a.imglink:hover img {
        border: none;
        text-decoration: none;
        background: none;
    }

    nav, #banner, #crumbs, .submenu, #a4menu, #name-tag, #bhwppics_container, #polnav, form#contact, form#steun,
    #bhwp-cookie-bar {
        display: none;
    }

    main div ul {
        list-style-type: square;
    }

    main div ul li img {
        border: none;
        float: left;
        margin: 0 5px 0 0;
    }

    footer {
        text-align: center;
    }
}