html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #3e5537;
}

.loading {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    display: inline-block;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.style-2 {
    border-style: double;
    border-color: #a2a2a2 transparent;
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    100% { -moz-transform: rotate(359deg); }
}

@keyframes spin {
    100% {  transform: rotate(359deg); }
}

a {
    color: #409d27;
}

a:hover {
    color: #3e5537;
}

a.grey {
    color: #626262;
}

h2 {
    font-weight: 700;
    font-size: 24px;
    color: #626262;
    text-transform: uppercase;
    margin-top: 5px;
    clear: both;
}

.NewsSummaryLink h2 {
    margin-top: 40px;
}

h3 {
    font-weight: 700;
    font-size: 22px;
    color: #626262;
    clear: both;
}

p {
    font-size: 18px;
    color: #626262;
    clear: both;
}

p.info {
    width: 100%;
    padding: 15px 60px 15px;
    background: #75db99 url(/uploads/layout/icon-info.png) no-repeat 15px 15px;
    border: 1px solid #4b8e63;
    font-style: italic;
}

ul {
    color: #626262;
}

.content {
    padding: 40px 30px 50px 15px;
}

.content table {
    margin-bottom: 30px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

header {
    background: #fff;
    width: 100%;
    height: 84px;
    padding: 10px 0;
    position: relative;
    z-index: 99999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

#subpage header {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
}

#subpage header {
    position: relative;
}

#logo {
    margin-top: 2px;
    display: inline-block;
}

#logo img {
    width: 200px;
}

.mijn-deli-line {
    position: absolute;
    top: 0;
    right: 15px;
}

.mijn-deli-line img {
    width: 64px;
}

.nav-button {
    position: absolute;
    top: 10px;
    right: 15px;
}

.nav-button img {
    width: 45px;
}

#body {
    padding: 0;
    padding-bottom: 80px;   /* Height of the footer */
}

#intro {
    background: #409d27;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

#intro h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

#intro p {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

#intro a {
    color: #fff;
}

.slides-navigation .next, .slides-navigation .prev {
    width: 84px;
    height: 84px;
    background: rgba(0,0,0,0.6);
    border-radius: 84px;
    cursor: pointer;
}

.slides-navigation .next {
    margin-right: 50px;
}

.slides-navigation .prev {
    margin-left: 50px;
}

.slide-content {
    position: relative;
    margin-top: 80px;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}

.slide-content span {
    background: none;
    display: inline-block;
    padding: 0;
    text-transform: none;
    margin-top: 130px;
}

.slides-pagination {
    bottom: 30px;
}

.slides-pagination a {
    width: 34px;
    height: 34px;
    border-radius: 26px;
    background: rgba(255,255,255,0.6);
    border: none;
    margin: 0 5px;
    font-size: 20px;
    text-indent: 0;
    padding-top: 4px;
}

.slides-pagination a:hover {
    text-decoration: none;
}

.slides-pagination a.current {
    background: rgba(255,255,255,1);
}

ul {
    list-style: none;
    padding: 0;
}

.content p {
    margin-bottom: 30px;
}

.content ul {
    float: left;
    margin: 0 50px 37px 0;
    list-style: none;
    padding: 0;
}

.content ul li, ul li {
    background: url(/uploads/layout/ul-list-default.jpg) no-repeat 0 12px;
    padding-left: 15px;
}

.content ul.warning li {
    background: url(/uploads/layout/ul-list-warning.jpg) no-repeat 0 11px;
    padding-left: 20px;
}

.content ul.plus li {
    background: url(/uploads/layout/ul-list-plus.jpg) no-repeat 0 11px;
    padding-left: 20px;
}

ul.extras li {
    background: url(/uploads/layout/ul-list-extras.jpg) no-repeat 0 11px;
    padding-left: 20px;
}

ul.extras li a {
    color: #626262;
    font-size: 22px;
}

.sidebar {
    padding-top: 4px;
    margin-bottom: 50px;
}

.sidebar h2 {
    margin-bottom: 17px;
    margin-top: 0;
}

.sidebar .files {
    margin-bottom: 40px;
}

.programma {
    display: block;
    width: 300px;
    height: 60px;
    position: relative;
    background-position: center;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-transition: all ease-out 0.7s;
    -moz-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
    overflow: hidden;
}

.programma:hover {
    text-decoration: none;
    -o-background-size: 380px 80px; 
    -webkit-background-size: 380px 80px; 
    -khtml-background-size: 380px 80px; 
    -moz-background-size: 380px 80px;
    background-size: 380px 80px;
}

.programma img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.programma:hover img {
    transform: scale(1.2,1.2);
}

.programma div {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    font: italic 400 22px/22px 'roboto', sans-serif;
    color: #fff;
    padding: 13px 15px 15px;
    position: relative;
    z-index: 2;
}

.programma div span {
    display: block;
    width: 19px;
    height: 19px;
    background: url(/templates/uploads/layout/programmas-arrow.png) no-repeat;
    position: absolute;
    top: 15px;
    right: -19px;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.programma:hover div span {
    right: 15px;
}

.item:nth-child(odd) {
    padding-right: 3px;
}

.item:nth-child(even) {
    padding-left: 3px;
}

.item {
    margin-bottom: 6px;
}

.item a, .item div {
    display: block;
    position: relative;
}

.item a span, .item div span {
    position: absolute;
}

.item a img, .item div img {
   width: 100%;
}

.item a .dark_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 2;
}

.item a .item_title, .item a .read_more {
    z-index: 3;
    color: #fff;
}

.item:nth-child(odd) a .item_title {
    font-style: italic;
    font-size: 40px;
    line-height: 32px;
    top: 20px; 
    left: 30px;
}

.item:nth-child(odd) a .read_more {
    font-size: 24px;
    line-height: 16px;
    top: 70px;
    left: 30px;
}

.item:nth-child(even) a .item_title {
    font-style: italic;
    font-size: 40px;
    line-height: 32px;
    top: 20px; 
    right: 30px;
}

.item:nth-child(even) a .read_more {
    font-size: 24px;
    line-height: 16px;
    top: 70px;
    right: 30px;
}

.item ul {
    position: absolute;
    top: 90px;
    left: 30px;
}

.item ul a {
    color: #626262;
}

.item:last-child span {
    top: 30px !important;
    font-size: 24px !important;
    line-height: 24px !important;
}

.fancybox {
    display: block;
    margin-bottom: 30px;
}

.fancybox img {
    width: 100%;
}

#bottom-form {
    padding: 50px 0;
    background: #409d27;
}

#bottom-form .col-md-12 .bottom-form-container {
    width: 100%;
    height: auto;
    padding: 25px;
    background: rgba(255,255,255,0.2);
}

#bottom-form .col-md-12 .bottom-form-container:nth-child(even) {
    border-top: 1px solid #409d27;
}

#bottom-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 22x;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 19px;
}

form div div {
    width: 100%;
    float: left;
    margin-bottom: 19px;
}

label {
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    display: block;
}

#bottom-form input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 20px;
    border: none;
    padding: 0 10px;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
}

form .submit {
    clear: both;
    margin-top: -10px;
    margin-bottom: 0;
}

#bottom-form .submit input {
    font-size: 20px;
    color: #fff;
    width: 125px;
    height: 30px;
    background: #409d27;
}

.bottom-form-container {
    position: relative;
}

.bottom-form-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-form-container ul li {
    line-height: 24px;
    background: url(/templates/uploads/layout/ul-list-form.png) no-repeat 0 8px;
    padding-left: 15px;
}

.bottom-form-container ul a {
    font-size: 20px;
    color: #fff;
}

.facebook-like {
    font-size: 18px;
    font-style: italic;
    color: #626262;
    text-align: right;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
}

footer {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 80px;
    padding-top: 14px;
    background: #fff;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.75);
}

#subpage footer {
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
}

footer p {
    float: left;
    clear: none;
    font-size: 14px;
    line-height: 25px;
    margin-right: 50px;
}

footer .links {
    width: 563px;
    height: 63px;
    position: absolute;
    right: 15px;
    font: italic 400 18px/18px 'roboto', sans-serif;
    padding-top: 15px;
    margin-top: -5px;
}

footer .links .branche {
    float: right;
    margin-right: 18px;
    margin-top: -10px;
}

footer .links .branche.nvd img {
    width: 170px;
}

footer .links .branche.batc img {
    width: 180px;
}

footer .links .facebook {
    float: right;
    padding-left: 18px;
    border-left: 1px solid #ccc;
    margin-top: -1px;
}

@media (min-width:768px) {
    .nav-button {
        right: 95px;
    }

    .slide-content {
        top: 50%;
    }

    .slide-content span {
        background: rgba(0,0,0,0.6);
        display: inline-block;
        padding: 1px 10px 2px;
        margin-top: 0;
    }

    .slides-pagination {
        bottom: 50px;
    }

    .slides-pagination a {
        width: 48px;
        height: 48px;
        font-size: 24px;
        border-radius: 48px;
        padding-top: 7px;
    }

    #intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #intro h1 {
        font-size: 30px;
        line-height: 32px;
        text-transform: uppercase;
    }

    #intro p {
        display: none;
        font-size: 18px;
    }

    .programma {
        width: 360px;
    }

    form div div {
        width: 50%;
        float: left;
    }

    form div div:nth-child(even) {
        padding-left: 5px;
    }

    #bottom-form .col-md-12 .bottom-form-container {
        width: 50%;
        height: 300px;
        float: left;
    }

    #bottom-form .col-md-12 .bottom-form-container:nth-child(even) {
        border-left: 1px solid #409d27;
        border-top: none;
    }

    #bottom-form input {
        width: 150px;
    }
}

@media (min-width:992px) {
    header {
        height: 120px;
        padding: 20px 0;
    }

    #logo img {
        width: 225px;
    }

    header nav {
        position: absolute;
        top: 26px;
        right: 130px;
    }

    header nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    header nav ul li {
        display: inline;
        margin: 0 3px;
        background: none;
        padding-left: 0;
    }

    header nav ul li:last-child {
        margin-right: 0;
    }

    header nav a {
        color: #3e5537;
        font-size: 18px;
    }

    header nav a:hover, header nav a.menuactive {
        color: #409d27;
        text-decoration: underline;
    }

    .mijn-deli-line img {
        width: 80px;
    }

    .programma {
        width: 100%;
    }

    footer p {
        margin-right: 30px;
    }

    #bottom-form input {
        width: 205px;
    }
}

@media (min-width:1200px) {
    header nav ul li {
        margin: 0 10px;
    }

    header nav ul li a {
        font-size: 18px;
    }

    #bottom-form .col-md-12 .bottom-form-container {
        height: 295px;
    }

    #bottom-form h4 {
        line-height: 24px;
    }

    #bottom-form input {
        width: 255px;
    }

    footer p {
        margin-right: 30px;
    }
}

#sb-site {
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.sb-slidebar {
    background: #fff;
    padding: 20px;
}

.sb-slidebar .mijn-deli-line {
    position: relative;
    top: auto;
    right: auto;
}

.sb-slidebar ul {
    margin: 20px 0 40px;
    padding-left: 30px;
}

.sb-slidebar ul li {
    line-height: 22px;
}

.sb-slidebar ul a {
    font-size: 18px;
    color: #3e5537;
}

.sb-slidebar .links {
    font: italic 400 18px/18px 'roboto', sans-serif;
}

.sb-slidebar .links a {
    display: block;
    margin-top: 10px;
}

table {
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    width: 100%;
}

table tr {
    border-bottom: 1px solid #ccc;
}

table tr td {
    padding: 15px 0;
    vertical-align: top;
}

table tr td:nth-child(2) {
    width: 150px;
    text-align: right;
}

table tr td ul {
    margin-bottom: 0 !important;
    font-size: 18px;
}

table tr td ul li {
    background: url(/uploads/layout/ul-list-default.jpg) no-repeat 0 8px !important;
}

table#partners tr td {
    width: 200px;
}

table#partners tr td:nth-child(2) {
    width: auto;
    text-align: left;
    padding-left: 20px;
}

table#partners tr td h3 {
    margin-top: 0;
}

table#partners tr td p {
    margin-bottom: 0;
}

.NewsSummary {
    padding-bottom: 28px;
}

.NewsSummarySummary p {
    font-size: 20px;
    line-height: 22px;
    color: #409d27;
}

.NewsSummaryContent ul {
    margin-bottom: 0;
}