.doc-reader {
	font-size: 20px;
}

a.docreader {
	padding-left: 5px;
}

/* ==========================================================================
Grid Component
========================================================================== */

.grid-component h2 {
    padding: 0 15px;
    padding-bottom: 30px;
}

.grid-component._variant_0._grid_nr_1 {
    padding-top: 0;
}

.grid-component._variant_2._grid_nr_1,
.grid-component._variant_1._grid_nr_1 {
    padding-top: 15px;
}

.grid-component._variant_2:last-child,
.grid-component._variant_1:last-child {}

.grid-component._variant_2 {
    background-color: #f4f4f5;
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 15px;
}

.grid-component._variant_1 {
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    /*Quick fix to the aside bar*/
    .grid-component._variant_0 > .container > .row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
    }
    .grid-component._variant_0 .grid-column-component.last-col {
        align-self: stretch;
        background: #f4f4f5;
        padding-left: 50px;
        padding-top: 40px;
        margin-right: 15px;
    }
}

/*
@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid-component._variant_1 .grid-column-component,
    .grid-component._variant_2 .grid-column-component {
        width: 50%;
    }
}
*/

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
    .grid-component > .container > .row {
        display: block!important;
    }
    .path-loket .grid-column-component.col-sm-4.last-col,
    .path-loket .grid-column-component.col-sm-1,
    .path-loket .grid-column-component.col-sm-7 {
        width: 100%;
    }
    .path-loket .grid-component._variant_0 .grid-column-component.last-col {
        background: transparent;
        margin: 0 15px 30px 15px;
        padding: 0px;
    }
}


/* ==========================================================================
Header Component
========================================================================== */


/*overview pages*/

.search-box .submit-searchpage-header {
    /* border: 0px solid black;
    position: absolute;
    top: -3px;
    left: -59px;
    width: 40px;
    background: none;
    height: 36px;
    z-index: 9;
    outline: none; */
    border: 0px solid black;
    position: absolute;
    top: -3px;
    left: -59px;
    width: 40px;
    background: none;
    height: 36px;
    z-index: 9;
    outline: none;
    margin-left: 15px;
    border: none;
    border-radius: 0;
    opacity: 1;
    width: 55px;
    transition: all .5s ease;
    position: absolute;
    padding: 3px;
    padding-right: 30px;
    left: 175px;
    height: 40px;
    top: 6px;
}

.header-component {
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% -50px;
}

.crisis .header-component._variant_0 {
    padding-top: 50px;
}

header .container .search-field.form-control:focus {
    border-color: rgba(24, 147, 60, 0.36);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 147, 60, 0.59);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 147, 60, 0.61);
}


/*    .top-of-content > header,
.top-of-content > div > header {
    background-color: #f9f9f9;
}*/

.header-component._variant_1,
.header-component._variant_2,
.header-component._variant_3 {
    position: relative;
    background-color: #333;
    background-repeat: no-repeat;
}

.header-component._variant_1,
.header-component._variant_2,
.header-component._variant_3 {
    height: 525px;
}

.header-component .photo-credits {
    position: absolute;
    z-index: 100;
    right: 15px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: black 1px 1px 2px;
}

.home .header-component .photo-credits {
    right: 15px;
    top: 10px;
    bottom: unset;
}

.header-component .overlay {
    position: relative;
    height: 100%;
}

.header-component._variant_2 .overlay {
    background: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(3, 3, 3, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(3, 3, 3, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(3, 3, 3, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(3, 3, 3, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(3, 3, 3, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
}

.header-component._variant_3 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(24, 147, 60, 0.5);
}

.header-component._variant_1 .page-header,
.header-component._variant_3 .page-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1em;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
}

.header-component._variant_2 .page-header {
    text-align: center;
    color: #fff;
    z-index: 1;
}

.header-component._variant_1 .page-header h1,
.header-component._variant_3 .page-header h1 {
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 46px;
}

.header-component._variant_2 .page-header h1 {
    font-family: "ArialforRotterdam";
    font-weight: bold;
    font-size: 54px;
    text-shadow: 0px 0px 1px #333;
}

.header-component._variant_1 .page-header h2,
.header-component._variant_3 .page-header h2 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px;
}

.header-component._variant_2 .page-header h2 {
    font-weight: normal;
    font-size: 18px;
    max-width: 689px;
    font-size: 20px;
    line-height: 30px;
    margin: 20px auto;
    text-shadow: 0px 0px 1px #333;
}

.header-component._variant_2 .page-header-content {
    /*    width: 1024px;*/
}

@media (min-width: 668px) {
    .header-component._variant_1,
    .header-component._variant_2,
    .header-component._variant_3 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .header-component._variant_3 {
        height: auto;
    }
    .header-component._variant_1 .page-header {
        padding: 5em 1em;
    }
    .header-component._variant_2 .page-header {
        padding: 4em 1em 0;
        min-height: 250px;
    }
    .header-component._variant_2 form {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .home .header-component .photo-credits {
        top: 20px;
    }
}

@media (max-width: 1024px) {
    .header-component._variant_1,
    .header-component._variant_2 {
        background-attachment: scroll;
        width: 100%;
    }
    .header-component._variant_1,
    .header-component._variant_2,
    .header-component._variant_3 {
        height: 425px;
    }
    .header-component._variant_2 .page-header {
        padding: 1em 1em;
        min-height: 180px;
    }
}

@media (max-width: 840px) {
    .header-component._variant_1,
    .header-component._variant_3 {
        height: 325px;
    }
    .header-component._variant_2 {
        height: 425px;
    }
    .header-component._variant_1 .page-header {
        padding: 3em 1em;
    }
    .header-component._variant_2 .page-header {
        padding: 1em 1em;
        /*        min-height: 150px;*/
    }
}

@media (max-width: 667px) {
    .header-component._variant_2,
    .header-component._variant_1,
    .header-component._variant_3 {
        height: 270px;
    }
    .header-component._variant_2 .page-header h1 {
        font-size: 32px;
    }
    .header-component._variant_1 .page-header h2,
    .header-component._variant_2 .page-header h2,
    .header-component._variant_3 .page-header h2 {
        display: none;
    }
    .header-component._variant_2 .page-header {
        padding: 1em 1em;
        min-height: 110px;
    }
}

@media screen and (min-width: 1200px) {
    .header-component {
        background-position: 50% -100px;
    }
}

@media screen and (min-width: 840px) and (max-height: 760px) {
    .header-component._variant_1,
    .header-component._variant_2,
    .header-component._variant_3 {
        height: 425px;
    }
    .header-component .page-header form {
        position: relative;
    }
    .header-component .page-header form .input-group {
        position: absolute;
        bottom: 5px;
    }
}

@media screen and (min-width: 840px) and (max-height: 620px) {
    .header-component._variant_1,
    .header-component._variant_2,
    .header-component._variant_3 {
        height: 375px;
    }
    .header-component .page-header form .input-group {
        position: absolute;
        bottom: 5px;
    }
}


/* ==========================================================================
Show Categories Component
========================================================================== */

.show-categories-component {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 15px 20px;
    margin: 20px 0;
}

.show-categories-component .categories {
    display: inline-block;
}


/* ==========================================================================
Location & Maps embed Component
========================================================================== */

.location-component,
.maps-embed-component {
    margin: 40px auto;
}

.location-component .location-contact {}

.location-component h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 32px;
}

.location-component .dt-title {
    width: 205px;
    font-size: 24px;
    font-weight: 600;
}

.location-component dt,
.location-component dd {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
}

.location-component .location-contact dl {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .location-component h3 span:last-child {
        margin-left: 250px;
    }
    .location-component dd {
        margin-left: 250px;
    }
}


/* ==========================================================================
Social Share Buttons Component
========================================================================== */

.social-share-buttons-component {
    border-top: 5px solid #f2f2f2;
    padding: 20px 0;
}

.social-share-buttons-component .btn {
    text-transform: inherit;
    margin-right: 10px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .social-share-buttons-component {
        margin: 0px 15px;
    }
    .social-share-buttons-component .btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .social-share-buttons-component {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 50px 5%;
    }
    .social-share-buttons-component .btn {
        margin-bottom: 20px;
        width: 100%;
    }
}


/* ==========================================================================
Carousel Component
========================================================================== */

.carousel-component {
    margin-bottom: 20px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-control {
    z-index: 2;
    top: 35px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-shadow: none;
    display: block;
    position: relative;
    height: 35px;
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
}

.carousel-caption h4 {
    margin: -10px;
    padding: 0;
    font-size: 16px;
}


/* ==========================================================================
Video Component
========================================================================== */

.video-component {
    margin: 40px auto;
}

.video-component iframe {
    height: 415px;
    border: 0;
}

.video-component video {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .video-component iframe {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    .video-component iframe {
        height: 215px;
    }
}

@media screen and (max-width: 400px) {
    .video-component iframe {
        height: 163px;
    }
}


/* ==========================================================================
Product Component
========================================================================== */

.product-component p {
    line-height: 32px;
}

.product-component a {
    text-decoration: underline;
}

.product-component .container-small > p:nth-child(1) {
    font-weight: 700;
}

.product-component .btn {
    font-size: 22px;
    padding: 10px 20px;
    font-weight: 900;
    text-transform: none;
    height: 51px;
    text-decoration: none!important;
}

.product-component {
    font-size: 18px;
    margin: 0 0 40px 0;
}

.product-component > h3 {
    font-size: 18px;
    font-weight: 900;
}

.product-component .online-aanvragen {
    margin-top: 30px;
}

.product-component .container-small h3 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .product-component {
        margin: 0px 0px 30px 0px;
    }
    .product-component .btn {
        font-size: 20px;
        max-width: 288px;
        white-space: normal;
        height: 100%;
        overflow: hidden;
    }
}


/* ==========================================================================
Product Item Component
========================================================================== */

.product-item-component.panel.panel-default {
    border-radius: 0;
    margin-bottom: 10px;
    position: relative;
    transition: all 1.5s;
    border: 0;
    box-shadow: none;
}

.product-item-component.panel.panel-default .panel-collapse .panel-body {
    border: 0;
    padding-left: 0;
}

.product-item-component .panel-heading {
    /*  padding: 15px 0;*/
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.product-item-component .panel-title {
    font-size: 18px;
    padding-left: 68px;
}

.product-item-component .faq-component.collapse-component.panel-group .panel-title {
    padding-left: 10px;
}

.product-item-component.panel.panel-default .panel-collapse .panel-body .container-small .faq-component.collapse-component.panel-group {
    margin: 10px;
}

#product-faq-component > div > section > div > div > a > div {
    border: 0;
    padding-left: 0;
}

#product-faq-component > div > section > div > div > a > div h4 {
    padding-left: 10px;
}

.product-item-component.panel.panel-default .text-component,
.product-item-component.panel.panel-default .picture-component2 {
    margin: 10px auto;
    padding-left: 30px;
}

.product-item-component.panel.panel-default .panel-title a {
    display: block;
    position: relative;
    left: -67px;
    padding-left: 67px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    color: #333;
}

@media screen and (max-width: 480px) {
    .product-item-component.panel.panel-default .panel-title a {
        width: 275px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.product-item-component.panel .panel-title > a:before {
    text-decoration: underline;
}

.product-item-component.panel .panel-title > a:before {
    display: inline-block;
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: -5px;
    left: -1px;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 35px;
    padding: 6px 20px;
    background: #d64309;
    text-decoration: none;
}

.product-item-component.panel .panel-title > a[aria-expanded="false"]:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-item-component.panel .panel-title > a[aria-expanded="true"]:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* ==========================================================================
Text Component
========================================================================== */

.text-component .tekst-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.text-component {
    font-size: 18px;
    margin: 30px auto;
}

.text-component a {
    color: #168838;
    text-decoration: underline;
    overflow-wrap: break-word;
}

.text-component p {
    font-size: 18px;
    line-height: 32px;
}

.text-component h3 {
    margin: 0;
    font-size: 18px;
}

.text-component h3.tekst-header {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 32px;
    font-weight: normal;
}

.text-component ul li,
.text-component ol li {
    line-height: 32px;
}


/* ==========================================================================
Table Component
========================================================================== */

.table-component {
    margin: 40px auto;
    font-size: 18px;
}


/* NRP-333 */

table {
    min-width: 400px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    min-width: 150px;
}

.table-component th {
    background-color: #000000;
    padding: 10px 15px !important;
    color: #ffffff;
    text-align: left;
    border: 0 solid red;
}

.table-component tbody td {
    padding: 20px 15px 5px 15px!important;
    /*  border-top: 1px solid #ddd;*/
}

.table-container-outer {
    position: relative;
}

.table-responsive {
    border: none;
    width: 100%;
}

.table-container-fade-right {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to left, rgba(72, 72, 72, 0.5), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(180deg, rgba(72, 72, 72, 0.5), #ffffff00);
    background: -moz-linear-gradient(180deg, rgba(72, 72, 72, 0.5), #ffffff00);
    background: -ms-linear-gradient(180deg, rgba(72, 72, 72, 0.5), #ffffff00);
    background: -o-linear-gradient(180deg, rgba(72, 72, 72, 0.5), #ffffff00);
}

.table-container-fade-left {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 72, 72, 0.5), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(0deg, rgba(72, 72, 72, 0.5), #ffffff00);
    background: -moz-linear-gradient(0deg, rgba(72, 72, 72, 0.5), #ffffff00);
    background: -ms-linear-gradient(0deg, rgba(72, 72, 72, 0.5), #ffffff00);
    background: -o-linear-gradient(0deg, rgba(72, 72, 72, 0.5), #ffffff00);
}

.table-container-fade-left span {
    display: none;
    position: absolute;
    top: -22px;
    left: 0;
}

.table-container-fade-right span {
    display: none;
    position: absolute;
    top: -22px;
    right: 0;
}

@media (max-width: 767px) {
    .table-component {
        font-size: 16px;
    }
    .collapse-item-component > a .panel-title span,
    li:not(.selected),
    p {
        font-size: 16px!important;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th {
        white-space: unset;
    }
}

@media (max-width: 1024px) {
    .table-container-fade-left span,
    .table-container-fade-right span {
        display: block;
    }
}


/* ==========================================================================
Webcam embed component
========================================================================== */

.webcam-embed-component {
    background-color: white;
    height: 391px;
}

.webcam-embed-component h3 {
    display: inline-block;
    margin: 5px 5px;
    bottom: 0px;
    position: absolute;
    height: nitial;
}

.webcam-embed-component .webcam-extra-info {
    right: 20px;
    bottom: 10px;
    position: absolute;
    height: initial;
}

.webcam-embed-component .webcam-embed-iframe {
    height: 390px;
    overflow: hidden;
}

.webcam-embed-component .webcam-embed-iframe.with-title {
    height: 350px;
}


/*@media screen and (min-width:300px) {
.webcam-embed-component {

    position: relative;
}
.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.44);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.44);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.44);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:360px) {
.webcam-embed-component {

}
.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:375px) {
.webcam-embed-component {

}
.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.53);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.53);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.53);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:412px) {
.webcam-embed-component {

    position: relative;
}
.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.59);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.59);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.59);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:768px) {
.webcam-embed-component iframe {
    -ms-zoom: 0.55;
    -moz-transform: scale(0.55);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.55);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.55);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:992px) {
.webcam-embed-component iframe {
    -ms-zoom: 0.7;
    -moz-transform: scale(0.715);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.715);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.715);
    -webkit-transform-origin: 0 0;
}
}


@media screen and (min-width:1200px) {
.webcam-embed-component iframe {
    -ms-zoom: 0.9;
    -moz-transform: scale(0.869);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.869);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.869);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:480px) and (max-height:400px) and (orientation: landscape) {
.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.69);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.69);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.69);
    -webkit-transform-origin: 0 0;
}

}

@media screen and (min-width:640px) and (max-height:400px) and (orientation: landscape) {
.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.93);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.93);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.93);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:667px) and (max-height:450px) and (orientation: landscape) {

.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.97);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.97);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.97);
    -webkit-transform-origin: 0 0;
}
}

@media screen and (min-width:736px) and (max-height:450px) and (orientation: landscape) {

.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    margin-left: 22px;
}
}

@media screen and (min-width:812px) and (max-height:450px) and (orientation: landscape) {
.webcam-embed-component iframe {
    -ms-zoom: 1;
    -moz-transform: scale(0.525);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.525);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.525);
    -webkit-transform-origin: 0 0;
    margin-left: 0;
}
}*/


/* ==========================================================================
Download-component
========================================================================== */

.download-component {
    margin: 0 0 40px 0;
}

.download-component .filename {
    padding-left: 7px;
    padding-right: 7px;
}

.download-component .filextension {
    padding-right: 7px;
}

.download-component .filename,
.download-component .info {
    display: inline-block;
}

.download-component .info:hover {
    text-decoration: underline;
}

.download-component .table {
    margin-bottom: 0px;
}

.download-component .download-container span.fa {
    font-size: 28px;
}

.download-component a,
.download-component a:hover {
    text-decoration: none;
    position: relative;
}

.download-component .filename a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;
    border-width: 0 0 1px;
    border-style: solid;
}

.download-component .filename a.docreader:after {
	width: 0;
} 

/* ==========================================================================
app-form-component
========================================================================== */

.app-form-component #datetime {
    padding-left: 45px;
}

.app-form-component .help-text {
    position: absolute;
    margin-left: 100%;
    left: -30px;
    top: 12px;
}

.app-form-component .fa-asterisk:before {
    font-size: 7px;
}

.app-form-component > form > div.text-component > div > h3 {
    margin: 0;
}

.app-form-component .header-component {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;
}

.app-form-component .header-component h1 {
    font-size: 46px;
}

.app-form-component .app-form-text-component,
.app-form-component .app-form-selection-component,
.app-form-component .app-form-attachment-component {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;
}

.app-form-component label {
    color: black;
    font-size: 18px;
}

.app-form-component .form-label {
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    width: 60%;
}

.app-form-component .form-input {
    width: 60%;
    color: black;
}

.app-form-component .form-control {
    border-radius: 0;
}

.app-form-component .has-error .form-control {
    background-color: rgba(255, 0, 0, 0.1);
}

.app-form-component .has-success .form-control {
    border-color: #bfbfbf;
}

.app-form-component .has-error .form-control:focus,
.app-form-component .has-success .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bfbfbf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bfbfbf;
}

.app-form-component .ws-errorbox {
    margin: 0;
}

.app-form-component .ws-errorbox li {
    padding-left: 4px;
}

.app-form-component .app-form-text-component input {
    padding-left: 45px;
    font-size: 18px;
}

.app-form-component .app-form-selection-component select {
    font-size: 18px;
}

.app-form-component ._variant_3 input {
    padding-left: 45px;
}

.app-form-component ._variant_3 input.ws-date.ws-inputreplace {
    /* when webshim replaces the ui for a custom input the width calculation on iOS Safari geos wrong, instead use this somewhat ugly !important fix */
    width: 100% !important;
}

.app-form-component ._variant_19 input {
    text-indent: 0px;
    padding-left: 45px;
}

.app-form-component .form-input {
    padding-left: 19px;
}

.app-form-component .app-form-submit-component {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;
    margin-bottom: 100px;
    margin-top: 40px;
}

.app-form-component .app-form-submit-component > .form-group > div {
    margin-left: 0;
}

.app-form-component .app-form-submit-component .form-group > div {
    text-align: right;
    width: 80%;
}

.app-form-component .app-form-submit-component .form-group > div .help-block {
    font-size: 12px!important;
}

@media (min-width: 768px) {
    .app-form-component .app-form-submit-component .form-group > div .help-block {
        position: relative;
        display: inline-block;
        width: 90%;
        top: 8px;
        right: 0px;
    }
    .app-form-component .app-form-submit-component .form-group .wrapper-submit {
        width: 60%;
    }
    .app-form-component .app-form-submit-component .form-group .wrapper-submit > input {
        position: absolute;
        margin-left: 15px;
        margin-top: 15px;
    }
}

.app-form-component .btn-primary {
    background-color:#168838;
    border-color: #168838;
    padding: 13px;
}

.app-form-component .btn-primary:hover {
    background-color: #168838;
    border-color: #168838;
}

.app-form-component .btn-primary:active:hover,
.app-form-component .btn-primary.active:hover,
.app-form-component .open > .dropdown-toggle.btn-primary:hover,
.app-form-component .btn-primary:active:focus,
.app-form-component .btn-primary.active:focus,
.app-form-component .open > .dropdown-toggle.btn-primary:focus,
.app-form-component .btn-primary:active.focus,
.app-form-component .btn-primary.active.focus,
.app-form-component .open > .dropdown-toggle.btn-primary.focus {
    background-color: #168838;
    border-color: #168838;
}


/*icons*/

.app-form-text-component ._variant_1.textarea:before {
    display: none;
}

.app-form-text-component ._variant_1:before {
    width: 40px;
    height: 34px;
    content: "\f040";
    /* text icon */
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 20px;
    background: #168838;
    padding: 3px 11px;
}

.app-form-text-component ._variant_20:before {
    width: 40px;
    height: 34px;
    content: "\f007";
    /* user naam icon */
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 19px;
    background: #168838;
    padding: 4px 12px;
}

.app-form-text-component ._variant_21:before,
.app-form-text-component ._variant_17:before {
    width: 40px;
    height: 34px;
    content: "\f041";
    /* adress icon */
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 20px;
    background: #168838;
    padding: 3px 14px;
}

.app-form-text-component ._variant_4:before {
    width: 40px;
    /* E-mailadres icon */
    height: 34px;
    content: "\f0e0";
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 18px;
    background: #168838;
    padding: 5px 10px;
}

.app-form-text-component ._variant_3:before,
.app-form-text-component ._variant_19:before {
    width: 40px;
    height: 34px;
    content: "\f073";
    /* date icon */
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 20px;
    background: #168838;
    padding: 3px 10px;
}

.app-form-text-component ._variant_5:before {
    width: 40px;
    height: 34px;
    content: "\f095";
    /* telephone icon */
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 20px;
    background: #168838;
    padding: 3px 12px;
}

.app-form-text-component ._variant_6:before {
    width: 40px;
    height: 34px;
    content: "\f0ac";
    /* text icon */
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 20px;
    background: #168838;
    padding: 3px 11px;
}

.app-form-text-component ._variant_7:before,
.app-form-text-component ._variant_11:before {
    width: 40px;
    height: 34px;
    content: "\f1ec";
    /* text icon */
    font-family: FontAwesome;
    left: 19px;
    position: absolute;
    top: 0;
    color: white;
    font-size: 20px;
    background: #168838;
    padding: 3px 11px;
}

@media (max-width: 768px) {
    .app-form-component .form-label {
        width: 100%;
    }
    .app-form-component .form-input {
        width: 100%;
    }
    .app-form-component .app-form-submit-component .form-group div {
        width: 100%;
    }
    .app-form-component .help-text {
        top: 8px;
    }
}

/* Style for the slide controls [fancybox] */
.fancybox-progress {
    background: #168838;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #168838;
}

.fancybox-container .picture-description a {
    text-decoration: underline;
}

.fancybox-container .picture-credits {
	margin-bottom: 3px;
    font-weight: 600;
}


/* ==========================================================================
YouTube and vimeo component
========================================================================== */

.video-component {
    max-width: 768px;
}

.video-component .video-content {
    padding: 0 15px;
}

.youtube-component .video-content {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-component iframe,
.youtube-component object,
.youtube-component embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
}


/* ==========================================================================
Zoekresultaten
========================================================================== */

.search-field {
    border-radius: 0;
}

.path-zoeken select > option {
    border: 0px solid red;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 147, 60, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 147, 60, 0.6);
}

.path-zoeken select > option:hover {
    background: red;
}

.path-zoeken p,
.path-zoeken .search-results-entries a,
.path-zoeken .text-muted,
.path-zoeken .panel-body,
.path-zoeken label,
.path-zoeken .form-control {
    font-size: 18px;
}

.path-zoeken input:focus {
    outline-color: #168838;
}

.path-zoeken option {
    background-color: #FFF;
    outline: none;
    border: none;
    box-shadow: none;
}

.path-zoeken select:focus {
    border-color: darkgray;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 147, 60, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 147, 60, 0.6);
}

.path-zoeken .form-inline {
    position: relative;
}

.path-zoeken .search-icon {
    position: absolute;
    top: 28px;
    right: 0;
}

.path-zoeken .form-inline p {
    position: relative;
}

.path-zoeken .form-inline .submit-searchpage {
    position: absolute;
    top: 0;
    left: 434px;
    width: 40px;
    height: 41px;
    background-color: transparent;
    z-index: 2;
    text-indent: -1000px;
}

.path-zoeken .search-icon {
    position: absolute;
    top: -3px;
    left: 434px;
}

.path-zoeken .search-icon .fa.fa-search {
    position: relative;
    top: 7px;
}

.path-zoeken .well {
    margin-top: 20px;
}

.path-zoeken .query {
    padding-left: 10px;
    padding-right: 36px;
    width: 300px;
    border-radius: 0;
    display: inline-block;
    width: 300px;
    line-height: 35px;
    height: 41px;
    border: 1px solid #dcdbdb;
}

.path-zoeken #top-of-content p > i:before {
    margin-left: -29px;
    color: #168838;
}

.searchphrase {
    color: #168838;
}

.path-zoeken .header-component {
    background-color: white;
}

.path-zoeken .content-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

.path-zoeken .form-inline label {
    padding-right: 15px;
}

.path-zoeken #top-of-content > div > div.container > form > div.form-group > select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
    background: transparent;
    padding-right: 50px;
    border-radius: 0;
    line-height: 19px;
}

.path-zoeken #top-of-content > div > div.container > .alert-warning {
    margin-top: 20px;
}


.path-zoeken #top-of-content > div > div.container > form > div.form-group:after {
    content: "\f078";
    font-family: FontAwesome;
    left: -43px;
    top: 4px;
    position: relative;
    color: white;
    font-size: 20px;
    padding: 4px 11px;
    display: inline-block;
    z-index: -1;
}


/* Filter options of search */

.filter {
    position: relative;
    display: inline-flex;
    line-height: 35px;
}

.filter:focus,
.filter:hover {
    outline-color: #168838;
}

.filterOptionsSelector {
    width: 200px;
    background: #222;
    color: #eee;
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
}

.filterOptionsSelector i {
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 12px;
}

.result-label {
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 767px){
    .filter {
        width: 100%;
    }
}

.dap {
    font-size: 18px;
    text-decoration: none;
    padding: 4px;
    list-style:none;
}

.selecteddruktemeter {
    background:#d64309;
}

.ext {
    background: #168838;
    border: none;
    text-decoration: none;
    list-style: none;
    color: #ffffff;
    margin: 0 auto;
    padding: 1px 12px;
    display: table-cell;
    vertical-align: middle;
}

.ext:hover {
    text-decoration: underline;
}

.filterOptions {
    display: flex;
    position: absolute;
    margin: 0;
    right: -1px;
    top: 35px;
    z-index: 2;
    display: block;
    border: none;
    width: 262px;
    margin-right: 1px;
    padding: 0px;
    border: 1px solid #168838;
}

.filterOptions > li {
    width: 200px;
    background: #fff;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    list-style: none;
    font-size: 18px;
}

.newfilter {
    visibility: visible;
    border: none;
    color: white;
    display: flex;
    margin-bottom: 55px;
}

.stackingfilters {
    display: inline-flex;
    width:100%;
    border:none;
}

.nar {
    display:none;
}

.filterOptions > li > a {
    text-decoration: none;
    color: black;
    display: inline-block;
    min-width: max-content;
    background: none;
    padding: 4px;
}

.filterOptions > li > a:hover {
    text-decoration: none;
    color: white;
}

.filterOptions > li:hover {
    background: #168838;
}


/**/

.arrow-selecter {
    width: 44px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #168838;
    z-index: 0;
}

@media (max-width: 767px) {
    .path-zoeken .search-icon .fa.fa-search {
        position: absolute;
        top: 37px;
        right: 8px;
    }
    .path-zoeken .search-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: initial;
    }
    .path-zoeken .form-inline .submit-searchpage {
        top: 31px;
        right: 0;
        position: absolute;
        left: initial;
    }
    .arrow-selecter {
        top: 0;
        right: 0;
    }
    nav ul.pagination > li > a {
        font-size: 14px !important;
    }
    .path-zoeken #top-of-content > div > div.container > form > div.form-group:after {
        right: 0;
        left: inherit;
        top: 28px;
        position: absolute;
    }
    .path-zoeken .query {
        width: 100%;
    }
}

@media (max-width: 498px) {
    .filterOptions {
        display: inline-block;
        position: absolute;
        margin: 0;
        right: 0px;
        top: 36px;
        z-index: 2;
        width: 100%;
        padding: 0px;
        border: none;
    }
    .filterOptions > li {
        width: 78%;
        border-right: 1px solid #168838;
        border-left: 1px solid #168838;
    }
    .filterOptions > li > a {
        width: 100%;
        text-align: left;
        max-width: 262px;
        margin-left: 16px;
    }
}

nav ul.pagination {
    display: inline-block;
    height: auto;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

nav ul.pagination > li {
    float: left;
    text-align: center;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

.path-zoeken nav ul.pagination > .selected {
    position: relative;
    padding: 5px 10px;
    font-weight: 700;
}

nav ul.pagination > li > a {
    display: block;
    padding: 3px 8px;
    line-height: 24px;
}

ul.pagination li:first-child,
ul.pagination li:last-child {
    background-color: #168838;
    border: 1px solid #168838;
}

ul.pagination li svg {
    height: 1em;
    fill: #fff;
    vertical-align: baseline;
}

ul.pagination li.selected:first-child,
ul.pagination li.selected:last-child {
    background: none;
    border: 0;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

ul.pagination li:last-child > a > i:before,
ul.pagination li:first-child > a > i:before {
    color: white;
    position: relative;
    top: 2px;
    left: 0;
}

ul.search-result-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.path-zoeken .search-results-entries {
    margin-top: 66px;
    line-height: 25px;
}

.path-zoeken .search-results-entries-body p {
    margin-bottom: 35px;
}

.path-zoeken #top-of-content > div > div.container > h3 {
    margin-bottom: 35px;
}


/* ==========================================================================
Twitter embed tweet component
========================================================================== */

.twitter-embed-tweet-component twitterwidget,
.twitter-embed-tweet-component iframe {
    margin-left: auto;
    margin-right: auto;
    margin: 0!important;
}

.twitter-embed-tweet-component a {
    text-decoration: none;
}


/* ==========================================================================
Timeline Component
========================================================================== */

.timeline-component a {
    text-decoration: none;
}

.timeline-component .timeline {
    margin: 70px 0px;
}

.timeline-component .well:not(.cookie-control-overlay-disabled):not(.cookie-control-overlay-notset) {
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.timeline-component .well-hidden {
    background-color: inherit;
    border: none;
}

.timeline-component .well > .well-content {
    padding: 0 15px;
}

.timeline-component .well > .well-content .row {
    margin: 0px;
}

@media (min-width: 1200px) {
    .timeline-component .well > .well-content {
        margin-right: auto;
        margin-left: auto;
        max-width: 968px;
        padding: 0;
    }
}

.timeline-component h3,
.timeline-component ol {
    padding-left: 0;
    list-style: none
}

.timeline-component .media {
    width: 100%;
    padding: 0px 0px 30px 0px;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.timeline-component li.media:last-child {
    border-bottom: none;
}

.timeline-component .well .media {
    border-bottom: 1px solid #c3c3c3;
}

.timeline-component .well .media:last-child {
    margin-bottom: 0px;
}

.timeline-component .well .media:last-child .media-body {
    padding-bottom: 0px;
}

.timeline-component .media .author {
    font-size: 12px;
    background-color: #efefef;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px;
}

.timeline-component ol > li {
    display: inline-block;
    width: 17.6%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.timeline-component ol > li:nth-child(5) {
    margin-right: 0;
}

.timeline-component ol > li img {
    width: 100%;
    height: auto;
}

.timeline-component ol > li > p {
    line-height: 16px;
}

.timeline-component h3.col-xs-8 {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
}

.timeline-component h4.col-xs-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.1;
    text-align: right;
    padding-left: 15px;
    padding-right: 0px;
}

.timeline-component address {
    margin: 0.5em 0;
}

.timeline-component._type_0 address {
    display: inline;
}

.timeline-component address a {
    font-weight: bold;
}

.timeline-component time a {
    font-size: 10px;
    color: #000;
    text-decoration: underline;
}

.timeline-component ol > li .author {
    margin-bottom: 15px;
    display: block;
}

#custom-trigger-social {
    position: fixed;
    height: 250px;
    margin-top: -440px;
    text-align: left;
    padding: 20px 0px 25px 0px;
    opacity: 0;
    z-index: 1090;
    text-align: left;
    transition: all .25s ease-in-out;
    transform: translateY(100%);
    top: 50%;
    width: 0px;
    right: 20%;
}

#custom-trigger-social .container {
    width: 250px;
    right: 0px;
    margin: 0;
}

#custom-trigger-social .left,
#custom-trigger-social .right {
    width: 100%;
    margin-bottom: 10px;
}

#custom-trigger-social.visible {
    opacity: 1;
    width: 275px;
}

#custom-trigger-social ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#custom-trigger-social li {
    padding: 0 1rem;
}

#custom-trigger-social .img-desc {
    height: 70px;
    text-align: right;
    width: 350px;
    float: right;
}

@media screen and (max-width: 1024px) {
    #custom-trigger-social {
        right: 10%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .timeline-component .fluidbox--opened .fluidbox__ghost {
        left: -100px!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-component ol > li {
        width: 31.33%;
    }
    .timeline-component ol > li:nth-child(5) {
        margin-right: inherit;
    }
    .timeline-component ol > li:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #custom-trigger-social {
        right: 0%;
    }
    #custom-trigger-social .container {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .timeline-component ol > li .author {
        text-align: center;
        font-size: 12px;
    }
    .timeline-component ol > li:nth-child(5) {
        margin-right: inherit;
    }
}

@media screen and (max-width: 730px) {
    #custom-trigger-social {
        margin-top: -365px;
    }
}

@media screen and (max-width: 480px) {
    .timeline-component h3.col-xs-8 {
        width: 100%;
    }
    .timeline-component h4.col-xs-4 {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .timeline-component ol > li {
        width: 47%;
    }
    .timeline-component ol > li:nth-child(5) {
        display: none;
    }
    #custom-trigger-social {
        margin-top: 400px;
    }
    #custom-trigger-social.visible {
        width: 100%;
        bottom: 35%;
        height: auto;
        text-align: center;
        margin-top: 0px
    }
    .timeline-component .fluidbox--opened .fluidbox__ghost {
        left: 0px!important;
        top: -20px!important;
    }
    #custom-trigger-social .container {
        width: 100%;
    }
}


/* Facebook timeline component */

.timeline-component.facebook .media,
.timeline-component.facebook .media-left {
    padding: 0;
}

.timeline-component.facebook .media-body {
    position: relative;
    padding-bottom: 30px;
}

.timeline-component.facebook .media-body p {
    width: 64%;
    float: left;
    margin-left: 30px;
    display: block;
}

.timeline-component.facebook .media-body > a {
    float: left;
    position: relative;
    width: 260px;
    height: 180px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.timeline-component.facebook .media .author {
    margin: 0px;
    bottom: 0px;
}

@media screen and (max-width: 1200px) {
    .timeline-component.facebook .media-body p {
        word-break: break-word;
    }
}

@media screen and (max-width: 991px) {
    .timeline-component.facebook .media-body p {
        width: 48%;
        margin-left: 0.6em;
    }
    .timeline-component.facebook .media-body > a {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .timeline-component.facebook .media-body p {
        width: 100%;
        margin-left: 0;
    }
    body .timeline-component.facebook .media-body > a {
        width: 100%;
    }
    body .timeline-component.facebook .media-body img {
        width: 100%;
        height: auto;
    }
}


/* ==========================================================================
Quote Component
========================================================================== */

blockquote.quote-component {
    border: none;
    margin-top: 30px;
}

.quote-component .border {
    border-top: 4px solid #eeeeee;
    width: 250px;
    display: block;
    margin-bottom: 20px;
}

.quote-component .border.bottom {
    margin-top: 40px;
    margin-bottom: 0px;
}

.quote-component p {
    font-size: 30px;
    color: green;
    font-style: italic;
}

.quote-component h4 a,
.quote-component h4 {
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.quote-component h4 span {
    font-weight: 300;
}


/* ==========================================================================
Stream Component & Stream Block Component
========================================================================== */

.stream-component a.btn.more-news-button:hover {
    background-color: #168838;
    color: white;
}

.lees-meer {
    text-decoration: underline;
}

.stream-component {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 30px 0;
}

.stream-component > .container > .btn {
    letter-spacing: 1px;
    font-weight: normal;
}

.stream-block-component {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .stream-block-component {
        /* use with col-*-* bootstrap grid */
        display: inline-block;
        height: 400px;
    }
}

@media (min-width: 768px) {
    .stream-block-component {
        /* use with col-*-* bootstrap grid */
        display: inline-block;
        height: 390px;
    }
}


/* Stream block contains components */

.stream-block-component .container-small {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px;
}

.stream-block-component .picture-component {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.stream-block-component .picture-component h3,
.stream-block-component .picture-component h3 {
    margin-top: 0
}

.stream-component a.btn.more-news-button {
    display: block;
    width: 0;
    min-width: 290px;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


/* ==========================================================================
Instagram & Twitter Embedded Component
========================================================================== */

[class*=embed-post-component]._variant_0 {
    margin: 1em 0;
}

[class*=embed-post-component]._variant_0 iframe {
    max-width: 500px;
    box-shadow: none;
    display: block;
    min-width: 292px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

@media screen and (max-width: 530px) {
    [class*=embed-post-component]._variant_0 iframe {
        width: calc(100% - 2px);
    }
}

[class*=embed-post-component] a {
    text-decoration: none;
}

.stream-block-component .video-component,
.stream-block-component [class*=embed-post-component],
.stream-block-component .social-last-post-component {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transition: all .5s;
}

[class*=embed-post-component] article,
.stream-block-component.size_1 [class*=embed-post-component] article {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

[class*=embed-post-component] figure:hover,
.stream-block-component.size_1 [class*=embed-post-component] figure:hover {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.stream-block-component. [class*=embed-post-component] .img-responsive {
    transition: all .5s;
    transform: all .5;
}

[class*=embed-post-component] figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 15px 8px 15px;
}

[class*=embed-post-component] figure figcaption address {
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    height: 40px;
}

[class*=embed-post-component] figure figcaption address a {
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

._variant_1.instagram-embed-post-component figure figcaption address a span {
    margin-left: 10px;
    bottom: 5px;
    position: relative;
}

._variant_1.instagram-embed-post-component figure figcaption time {
    margin-left: 50px;
    text-align: left;
    position: absolute;
    top: 31px;
    left: 19px;
}

[class*=embed-post-component] figure figcaption address a.insta-profile i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
}

[class*=embed-post-component] figure .author a:nth-of-type(2) {
    position: absolute;
    top: 4px;
    left: 49px;
}

@media screen and (max-width: 1024px) {
    [class*=embed-post-component] article > figure > a,
    .stream-block-component.size_1 [class*=embed-post-component] article > figure > a {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 100%;
    }
}


/* ==========================================================================
Facebook latest post Component
========================================================================== */

.social-last-post-component a {
    text-decoration: none;
}

.breakword {
    word-break: break-all;
}

.stream-block-component.size_2 .social-last-post-component.facebook article,
.stream-block-component.size_1 .social-last-post-component.facebook article {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.stream-block-component.size_2 .social-last-post-component.facebook .insta-img,
.stream-block-component.size_1 .social-last-post-component.facebook .insta-img {
    height: 100%;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.stream-block-component.size_2 .social-last-post-component.facebook figure:hover,
.stream-block-component.size_1 .social-last-post-component.facebook figure:hover {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.social-last-post-component.facebook figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 15px 8px 15px;
}

.social-last-post-component.facebook figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 15px 8px 15px;
}

.social-last-post-component.facebook figure figcaption address {
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    height: 40px;
}

.social-last-post-component.facebook figure figcaption address a {
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.social-last-post-component.facebook figure .author a:nth-of-type(2) {
    position: absolute;
    top: 4px;
    left: 49px;
}

.social-last-post-component.facebook figure figcaption time {
    margin-left: 50px;
    text-align: left;
    position: absolute;
    top: 31px;
    left: 19px;
}

footer .fa-facebook.fa-2x {
    font-size: 1.7em;
}

@media screen and (max-width: 1024px) {
    .stream-block-component.size_2 .social-last-post-component.facebook article > figure > a,
    .stream-block-component.size_1 .social-last-post-component.facebook article > figure > a {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 100%;
    }
}


/* ==========================================================================
Hightlight Page Component
========================================================================== */

.stream-block-component .highlight-page-component ul li {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 6px 12px 6px 0;
}

.stream-block-component .highlight-page-component ul span {
    padding: 3px 4px 4px;
    margin: 0px;
}

.stream-block-component .highlight-page-component ul span a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
}

.stream-block-component.size_2 .highlight-page-component h2 {
    font-size: 32px;
    margin: 0px;
}

.stream-block-component.size_2 .highlight-page-component .highlight-background {
    height: 100%;
}

.stream-block-component .highlight-page-component a {
    z-index: 1028;
}

.stream-block-component .roxen-edit-box-wrap .editlink,
.stream-block-component a.roxen-linkbrowser {
    z-index: 1029;
}

.stream-block-component.size_2 .highlight-page-component > .highlight-container {
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
}

.stream-block-component.size_2 .highlight-page-component .lees-meer {
    color: white;
    padding-left: 5px;
}

.highlight-page-component .categories {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.highlight-page-component .categories li:nth-of-type(n+4) {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.stream-block-component.size_1 article.highlight-page-component > a {
    position: absolute;
    display: block;
    color: #000;
    padding: 15px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.stream-block-component.size_1 .highlight-page-component .lees-meer {
    color: #168838;
    padding-left: 4px;
}

.highlight-page-component {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.highlight-page-component .highlight-background {
    position: absolute;
    width: 100%;
    height: 185px;
    background-color: #f5f5f5;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.highlight-page-component:hover .highlight-background {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

article.highlight-page-component a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.highlight-page-component a:hover,
.highlight-page-component a:active {
    text-decoration: none;
}

.stream-block-component.size_1 .highlight-page-component .highlight-content {
    position: absolute;
    top: 185px;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 185px;
    padding: 15px;
}

.stream-block-component.size_2 .highlight-page-component .highlight-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    padding: 15px;
}

.stream-block-component.size_2 .highlight-content p {
    margin-bottom: 25px;
}

.highlight-page-component h2 {
    font-size: 22px;
    margin-top: 0;
}

.highlight-page-component p {
    font-weight: 300;
    font-size: 16px;
}

.highlight-page-component:hover .lees-meer {
    text-decoration: underline;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .variant_1 .size_1 .highlight-page-component .highlight-background {
        height: 150px;
    }
    .variant_1 .size_1 .highlight-page-component a .highlight-content {
        position: absolute;
        top: 150px;
        margin-bottom: 15px;
        margin-right: 15px;
        height: 220px;
    }
}

@media screen and (max-width: 400px) {
    .highlight-page-component {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
    }
    .highlight-page-component a .highlight-content {
        height: 235px;
    }
}


/* ==========================================================================
Social: Last post Component
========================================================================== */

.social-last-post-component a {
    text-decoration: none;
}

.breakword {
    word-break: break-all;
}

.stream-block-component.size_1 .social-last-post-component > article > figure > a > img {
    height: 185px;
}

.img-responsive {
    height: auto;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.video-responsive {
    background: #0b0809;
    height: 100%;
    position: relative;
}

.stream-block-component.size_1 .video-responsive video {
    width: 100%;
    top: -1px;
    position: relative;
}

.stream-block-component.size_2 .video-responsive video {
    width: 100%;
    height: 80%;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .stream-block-component.size_1 .video-responsive video,
    .stream-block-component.size_2 .video-responsive video {
        height: 66%;
        top: 1px;
        position: relative;
    }
}

.stream-block-component .social-last-post-component article figure:hover {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.social-last-post-component {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transition: all .5s;
}

.social-last-post-component article {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social-last-post-component figure,
[class*=embed-post-component] figure {
    position: relative;
    transition: all .5s;
    height: 50%;
    margin: 0;
    width: 100%;
    padding: 0;
}

.social-last-post-component figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 15px 8px 15px;
}

.social-last-post-component figure figcaption address {
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    height: 40px;
}

.social-last-post-component figure figcaption address a {
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.social-last-post-component figure figcaption address a span,
[class*=embed-post-component] figure figcaption address a span {
    margin-left: 10px;
    bottom: 5px;
    position: relative;
}

.social-last-post-component figure .author a div {
    position: absolute;
    top: 4px;
    left: 54px;
}

.social-last-post-component figure figcaption time,
[class*=embed-post-component] figure figcaption time {
    margin-left: 50px;
    text-align: left;
    position: absolute;
    top: 31px;
    left: 19px;
}

.social-last-post-component blockquote,
[class*=embed-post-component] blockquote {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 50%;
    padding: 20px;
    font-size: 16px;
    margin: 0;
    border: 0;
}

.stream-block-component.size_1 .social-last-post-component blockquote,
.stream-block-component.size_1 [class*=embed-post-component] blockquote {
    max-width: 100%;
    position: relative;
    padding-top: 15px;
}

.stream-block-component.size_1 .social-last-post-component blockquote p,
.stream-block-component.size_1 [class*=embed-post-component] blockquote p {
    height: 132px;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.stream-block-component.size_2 .social-last-post-component blockquote p,
.stream-block-component.size_2 [class*=embed-post-component] blockquote p {
    height: 290px;
    overflow: hidden;
}

.stream-block-component.size_2 .social-last-post-component footer,
.stream-block-component.size_2 [class*=embed-post-component] footer {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 20px;
    margin-bottom: 15px;
}

.social-last-post-component footer a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1025px) {
    .stream-block-component.size_2 .social-last-post-component figure,
    .stream-block-component.size_2 [class*=embed-post-component] figure {
        height: 100%;
        width: 60%;
        max-width: 370px;
        position: absolute;
        padding: 0;
        margin: 0;
        transition: all .5s;
    }
    .stream-block-component.size_2 .social-last-post-component blockquote,
    .stream-block-component.size_2 [class*=embed-post-component] blockquote {
        position: absolute;
        height: 100%;
        right: 0;
        max-width: 230px;
        width: 40%;
    }
    .stream-block-component.size_1 .social-last-post-component.twitter article > figure > a > img {
        height: auto;
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    /* EXTRA variant_1 CSS - because of 5 elements */
    .variant_1 .stream-block-component.size_1 {
        width: 50%;
    }
    .variant_1 .stream-block-component.size_2 figure {
        height: 245px;
    }
    .variant_1 .stream-block-component.size_2:first-child figure > a > img {
        width: 768px;
        height: auto;
        margin-top: -300px;
    }
    .variant_1 .stream-block-component.size_2 .social-last-post-component blockquote p,
    .variant_1 .stream-block-component.size_2 [class*=embed-post-component] blockquote p {
        height: 70px;
    }
    figure > a > img,
    figure > .thumbnail > img,
    figure > .thumbnail a > img,
    figure > a > img.responsive,
    figure > .thumbnail > img.responsive,
    figure > .thumbnail a > img.responsive {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: -300px;
        width: 763px;
    }
}

@media screen and (max-width: 1024px) {
    .stream-block-component.size_2 .social-last-post-component figure,
    .stream-block-component.size_2 [class*=embed-post-component] figure,
    .stream-block-component.size_1 .social-last-post-component figure,
    .stream-block-component.size_1 [class*=embed-post-component] figure,
    .highlight-page-component .highlight-background {
        max-width: 100%;
        overflow: hidden;
    }
    .stream-block-component.size_1 .social-last-post-component article > figure > a,
    .stream-block-component.size_2 .social-last-post-component article > figure > a {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 100%;
    }
    .stream-block-component.size_2 .social-last-post-component blockquote p,
    .stream-block-component.size_2 [class*=embed-post-component] blockquote p {
        height: auto;
        overflow: hidden;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 768px) {
    .stream-block-component.size_1 .social-last-post-component.twitter article > figure > a > img {
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    .stream-block-component.size_1 .social-last-post-component > article > figure > a > img {
        height: 185px;
    }
}

@media screen and (max-width: 440px) {
    .stream-block-component.size_2 .social-last-post-component figure > a > img {
        width: 100%;
        height: auto;
    }
}


/* ==========================================================================
Video Component
========================================================================== */

.stream-block-component.size_1 .video-component,
.stream-block-component.size_2 .video-component {
    margin: 0;
}

.stream-block-component.size_1 .video-component iframe,
.stream-block-component.size_2 .video-component iframe {
    height: 390px;
}


/* ==========================================================================
Collapse component
========================================================================== */

.collapse-component {
    margin-top: 40px;
}

.collapse-component.ordered {
    padding: 40px 0 0 10px;
}

.collapse-component.ordered > h3,
.collapse-component.ordered > div > h3 {
    margin-left: -10px;
}

.collapse-component .collapse-item-component {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.collapse-component.ordered .collapse-item-component.panel {
    background-color: transparent;
    border-left: 3px #168838 solid;
    border-radius: 0;
    margin: 0;
}

.collapse-component.ordered .collapse-item-component.panel:last-of-type {
    border-left-color: transparent;
}

.collapse-component.ordered .collapse-item-component.panel .panel-heading {
    margin-left: -16px;
}

.collapse-item-component > a,
.collapse-item-component > a:visited,
.collapse-item-component > a:active {
    color: #000;
    text-decoration: none;
    top: -10px;
    position: relative;
}

.collapse-item-component > a:link,
.collapse-item-component > a:hover {
    text-decoration: none;
}

.collapse-item-component > a .panel-title span {
    text-decoration: underline;
    font-size: 18px;
}

.collapse-item-component > a .panel-title:before {
    font-family: fontAwesome;
    padding-right: 7px;
    text-decoration: none;
}

.collapse-item-component.panel > a[aria-expanded="false"] .panel-title:before {
    content: "\f0fe";
}

.collapse-item-component.panel > a[aria-expanded="true"] .panel-title:before {
    content: "\f146";
}

.collapse-item-component > a.collapsed[aria-expanded="false"] .panel-title:before {
    content: "\f0fe";
}

.collapse-item-component .picture-component,
.collapse-item-component .picture-component h2 {
    margin: 0;
}

.collapse-item-component .picture-component .picture,
.collapse-item-component .picture-component .picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.collapse-component.ordered .item-nr {
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: inline-block;
    border: 3px #168838 solid;
    border-radius: 100%;
    padding: 4px 8px;
    position: relative;
    background-color: #fff;
    font-weight: 700;
}

.collapse-component.ordered a .panel-title:before {
    display: none;
}

.collapse-component.ordered .item-nr + span {
    margin-left: 3px;
}


/* ==========================================================================
FAQ & FAQ item component
========================================================================== */

.faq-component .collapse-item-component .panel-body > div {
    padding-left: 20px;
}

.faq-component .collapse-item-component .panel-body figcaption > p {
    padding-left: 22px;
}

.faq-component .collapse-item-component .panel-body div.gallery.row {
    padding-left: 30px!important;
    padding-right: 20px!important;
}

.faq-component .panel-body {
    padding-top: 0;
    padding-left: 0;
}

.faq-component .text-component {
    margin: 0 0 20px 0;
}

.faq-component .table-component {
    margin-top: 20px;
}

.answer-component > a h4.panel-title > span {
    padding-left: 22px;
    display: block;
    position: relative;
    margin-top: -19px;
}

@media screen and (max-width: 480px) {
    .faq-component .answer-component:nth-of-type(n+6) {
        /* display: none;*/
    }
}


/* ==========================================================================
Tab component
========================================================================== */

.tab-component .nav.nav-tabs {
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
}

.print_friendly_tabs {
    display: none;
}
/* ==========================================================================
Gallery component
========================================================================== */

.gallery-component a {
    margin-bottom: 3rem;
    position: relative;
    display:block;
}

.gallery figcaption {
    display:none;
}

.gallery-component img {
	display: block;
	object-fit: cover;
	max-width: 100%;
}

@media (max-width: 991px) {
    .gallery-component img {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-component.variant_2 img,
    .gallery-component.variant_4 img {
	    min-height: 220px;
    }
     .gallery-component .col-md-4 img {
        height: 130px;
    
    }
    .gallery-component .col-md-8 img {
        height: 284px;
    }
}

.gallery-component .fa.fa-expand {
	opacity: 0.80;
    font-size: 24px;
    top: 0;
	right: 0;
    color: #fff;
    margin: 5px;
    position: absolute;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* .picture-component2 .picture2-image-wrapper-small,
.gallery-component .gallery-item-wrapper {
    position: relative;
}

.picture-component2 .galery-photo-credits,
.gallery-component .gallery-item-wrapper .galery-photo-credits {
    bottom: 0;
    right: 8px;
    text-align: right;
    z-index: 1000;
    color: rgba(255, 255, 255, 1);
    text-shadow: black 1px 1px 2px;
    position: absolute;
}

.picture-component2 .galery-photo-credits {
    text-shadow: black 1px 1px 1px;
} */

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
    }
}

.fluidbox {
    outline: none
}

.fluidbox__overlay {
    background-color: hsla(0, 0%, 100%, .85);
    cursor: pointer;
    cursor: zoom-out;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: -100%;
    left: 0;
    bottom: -100%;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.fluidbox--opened .fluidbox__overlay {
    pointer-events: auto
}

.fluidbox__wrap {
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.fluidbox--closed .fluidbox__thumb,
.fluidbox__thumb {
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s
}

.fluidbox__ghost {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: opacity 0s 0s, -webkit-transform .5s 0s;
    transition: opacity 0s 0s, -webkit-transform .5s 0s;
    transition: opacity 0s 0s, transform .5s 0s;
    transition: opacity 0s 0s, transform .5s 0s, -webkit-transform .5s 0s
}

.fluidbox--opened .fluidbox__ghost {
    cursor: pointer;
    cursor: zoom-out
}

.fluidbox--closed .fluidbox__ghost {
    -webkit-transition: opacity 0s .5s, -webkit-transform .5s 0s;
    transition: opacity 0s .5s, -webkit-transform .5s 0s;
    transition: opacity 0s .5s, transform .5s 0s;
    transition: opacity 0s .5s, transform .5s 0s, -webkit-transform .5s 0s
}

.fluidbox__loader {
    opacity: 0;
    -webkit-perspective: 200px;
    perspective: 200px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.fluidbox__loader:before {
    background-color: hsla(0, 0%, 100%, .85);
    content: '';
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    padding-bottom: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.fluidbox--loading .fluidbox__loader {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out .5s
}

.fluidbox--loading .fluidbox__loader:before {
    -webkit-animation: a 1s 0s infinite ease-in-out forwards;
    animation: a 1s 0s infinite ease-in-out forwards
}


/*# sourceMappingURL=fluidbox.min.css.map */


/*
.picture-component2 .fluidbox-display-info,
.gallery-component .fluidbox-display-info {
    display: none;
    position: absolute;
    bottom: -1px;
    width: 100%;
    color: #000;
}

.picture-component2 .fluidbox--opened .galery-photo-credits,
.picture-component2 .fluidbox--opened .alt,
.gallery-component .gallery-item-wrapper .fluidbox--opened .galery-photo-credits,
.gallery-component .gallery-item-wrapper .fluidbox--opened .alt {
    position: relative;
}

.picture-component2 .fluidbox-display-info,
.gallery-component .fluidbox-display-info {
    font-size: 7px;
}

.picture-component2 .fluidbox-display-info .galery-photo-credits,
.gallery-component .fluidbox-display-info .galery-photo-credits {
    bottom: 1px;
    padding-right: 4px;
    right: 0;
}

.picture-component2 .fluidbox-display-info .alt,
.gallery-component .fluidbox-display-info .alt {
    background-color: #fff;
    padding-right: 4px;
}

.picture-component2 .single-img .fluidbox-display-info {
    font-size: 18px;
}



@media only screen and (min-width: 1368px) {
    .gallery-component .gallery-item-wrapper .fluidbox-display-info {
        font-size: 15px;
    }
    .gallery-component .col-xs-4 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 8px;
    }
}

@media only screen and (max-width: 1367px) and (orientation:portrait) {

    .gallery-component .col-xs-8 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 14px;
    }
    .gallery-component .col-xs-6 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 12px;
    }
    .gallery-component .col-xs-4 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 6px;
    }
    .gallery-component .col-xs-4 .gallery-item-wrapper .fluidbox-display-info .galery-photo-credits {
        text-shadow: black 0px 0px 1px;
    }
}

@media only screen and (max-width: 1367px) and (orientation:landscape) {
    .picture-component2 .fluidbox-display-info {
        font-size: 6px;
    }
    .gallery-component .col-xs-8 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 15px;
    }
    .gallery-component .col-xs-6 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 12px;
    }
    .gallery-component .col-xs-4 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 8px;
    }
    .gallery-component .col-xs-4 .gallery-item-wrapper .fluidbox-display-info .galery-photo-credits {
        text-shadow: black 0px 0px 1px;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    .picture-component2 .fluidbox-display-info {
        font-size: 7px;
    }
    .gallery-component .col-xs-8 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 13px;
    }
    .gallery-component .col-xs-6 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 11px;
    }
    .gallery-component .col-xs-4 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 5px;
    }
}

@media only screen and (max-width: 420px) and (orientation:portrait) {
    .picture-component2 .fluidbox-display-info {
        font-size: 10px;
    }
    .gallery-component .col-xs-8 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 7px;
    }
    .gallery-component .col-xs-6 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 6px;
    }
    .gallery-component .col-xs-4 .gallery-item-wrapper .fluidbox-display-info {
        font-size: 4px;
    }
}

.picture-component2 .fluidbox-display-info div,
.gallery-component .fluidbox-display-info div {
    padding: 0;
    min-height: 0.1%;
    overflow: hidden;
    text-align: right;
    transform: scale(1);
}

@media only screen and (min-width: 1025px) and (orientation:portrait) {
    .picture-component2 .fluidbox-display-info .alt,
    .gallery-component .fluidbox-display-info .alt {
        display: none;
    }
}

@media only screen and (min-width: 1367px) and (orientation:landscape) {
    .picture-component2 .fluidbox-display-info .alt,
    .gallery-component .fluidbox-display-info .alt {
        display: none;
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
    }
}

.fluidbox {
    outline: none
}

.fluidbox-opened-overlay,
.fluidbox__overlay {
    background-color: hsla(0, 0%, 100%, .95);
    cursor: pointer;
    cursor: zoom-out;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1070;
    right: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.fluidbox__overlay {
    position: fixed;
}

.fluidbox-opened-overlay,
.fluidbox__overlay {
    pointer-events: auto;
}

.fluidbox__wrap {
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    transition: all .25s ease-in-out;
}

.gallery-component .col-xs-4,
.gallery-component .col-xs-6,
.gallery-component .col-xs-12 {
    height: initial;
    min-height: 75px;
    display: block;
}

.gallery-component.variant_3 .col-xs-4 .gallery-item-wrapper:first-child {
    margin-bottom: 8%;
}

.gallery-component.variant_2 .col-xs-4 .gallery-item-wrapper:first-child {
    margin-bottom: 7%;
}

.gallery-component.variant_4 .col-xs-6:first-child .gallery-item-wrapper,
.gallery-component.variant_4 .col-xs-6:nth-child(2) .gallery-item-wrapper {
    margin-bottom: 6%;
}

@media screen and (max-width: 769px) {
    .gallery-component.variant_3 .col-xs-4 .gallery-item-wrapper:first-child,
    .gallery-component.variant_2 .col-xs-4 .gallery-item-wrapper:first-child {
        margin-bottom: 12%;
    }
    .gallery-component.variant_4 .col-xs-6:first-child .gallery-item-wrapper,
    .gallery-component.variant_4 .col-xs-6:nth-child(2) .gallery-item-wrapper {
        margin-bottom: 10%;
    }
}

.fluidbox__wrap img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.fluidbox--closed .fluidbox__thumb,
.fluidbox__thumb {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.fluidbox__ghost {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    transition-duration: 0s, .25s;
    transition-delay: 0s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform
}

.fluidbox--opened .fluidbox__ghost {
    cursor: pointer;
    cursor: zoom-out;
}

.fluidbox-opened-overlay:before,
.fluidbox__overlay:before {
    content: "\f057";
    font-family: fontAwesome;
    padding-left: 17px;
    color: rgb(169, 169, 169);
    position: fixed;
    top: 0;
    left: 0;
    font-size: 45px;
    display: block;
    cursor: pointer;
}

.fluidbox--closed .fluidbox__ghost {
    -webkit-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s
}

.fluidbox__loader {
    opacity: 0;
    -webkit-perspective: 200px;
    perspective: 200px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.fluidbox__loader:before {
    background-color: hsla(0, 0%, 100%, .85);
    content: '';
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    padding-bottom: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.fluidbox--loading .fluidbox__loader {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out .5s
}

.fluidbox--loading .fluidbox__loader:before {
    -webkit-animation: a 1s 0s infinite ease-in-out forwards;
    animation: a 1s 0s infinite ease-in-out forwards
}

.fluidbox--opened .fluidbox__wrap {
    overflow: inherit;
}

.picture-component2 a[data-fluidbox] div.fluidbox__wrap:after,
.gallery-component a[data-fluidbox] div.fluidbox__wrap:after {
    opacity: 0.80;
    display: block;
    content: "";
    top: 0;
    right: 3px;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-image: url('/app-files/resources/img/enlarge_icon.png');
    position: absolute;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.picture-component2 a[data-fluidbox] div.fluidbox__wrap:hover:after,
.gallery-component a[data-fluidbox] div.fluidbox__wrap:hover:after {
    opacity: 1;
}

.picture-component2 a.fluidbox--opened[data-fluidbox] div.fluidbox__wrap:after,
.gallery-component a.fluidbox--opened[data-fluidbox] div.fluidbox__wrap:after {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.gallery-component figcaption {
    font-weight: 300;
    color: #666;
    width: 100%;
    border-bottom: 1px solid #dedede;
    clear: both;
    padding: 20px 0px 10px 0px;
}

section.gallery-component.variant_0 img {
    height: auto;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .gallery-component .container:before,
    .gallery-component .container:after,
    .gallery-component .row:before,
    .gallery-component .row:after {
        content: normal;
    }
}

.picture-component2 .picture2-image-wrapper-small .galery-photo-credits {
    display: none;
}

.gallery-component .gallery-item-wrapper .fluidbox-display-info .galery-photo-credits,
.picture-component2 .picture2-image-wrapper-small .fluidbox-display-info .galery-photo-credits {
    display: block;
}

@media screen and (max-width: 767px) {
    .gallery-component .gallery-item-wrapper .galery-photo-credits {
        display: none;
    }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
    .gallery-component.variant_3 .col-xs-8 .gallery-item-wrapper,
    .gallery-component.variant_3 .col-xs-4 .gallery-item-wrapper {
    }
}

@media screen and (max-width: 768px) {
    .gallery-component figcaption p {
        margin: 0px 15px;
    }
}

@media screen and (max-width: 600px) {

    .gallery-component.variant_2 .col-xs-4 {
        padding: 0 23px 0 0;
    }
    .gallery-component.variant_3 .col-xs-4 {
        padding: 0 8px 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .gallery-component .message {
        border: 0;
        border-top: .75rem solid #F26C4F;
    }
    .gallery-component a[class^='float'] {
        float: none;
        margin: 0 0 1rem 0;
        width: 100%;
    }
    .gallery-component figcaption p {
        margin: 0px;
    }
}

@media (max-width: 415px) {

    .gallery-component.variant_4 {
        padding: 0 7.5px;
    }

    .gallery-component.variant_4 .col-xs-6 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .gallery-component.variant_3 {
        padding: 0 7.5px;
    }
    .gallery-component.variant_3 .col-xs-4,
    .gallery-component.variant_3 .col-xs-8 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .gallery-component.variant_2 {
        padding: 0 7.5px;
    }
    .gallery-component.variant_2 .col-xs-4,
    .gallery-component.variant_2 .col-xs-8 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }


    .gallery-component.variant_1 {
        padding: 0 7.5px;
    }
    .gallery-component.variant_1 .col-xs-6 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

@media (max-width: 415px) {
    .gallery-component figcaption {
        max-width: 100%;
    }
    .picture-component2 a[data-fluidbox] div.fluidbox__wrap:after,
    .gallery-component a[data-fluidbox] div.fluidbox__wrap:after {
        top: -7px;
        right: -7px;
        transform: scale(0.6);
    }
}

.path-loket .gallery-component.variant_0 .gallery.row {
    margin: 0px;
}

.path-loket .fluidbox__wrap {
    margin-bottom: 12%;
}

.picture-component2 .fluidbox__wrap {
    margin-bottom: 0;
}

.path-loket .gallery-component .col-xs-6 .fluidbox__wrap {
    margin-bottom: 10%;
}
*/


/* ==========================================================================
Siteimprove  component
========================================================================== */

.toplinks .siteimprove-component li a {
    text-indent: 0px;
}

.siteimprove-component li a {
    text-indent: -7px;
    padding-left: 14px;
}

.siteimprove-component._variant_0 a,
.siteimprove-component._variant_1 a,
.siteimprove-component._variant_0 a:hover,
.siteimprove-component._variant_1 a:hover,
.siteimprove-component._variant_0 a:visited,
.siteimprove-component._variant_1 a:visited,
.siteimprove-component._variant_0 a:focus,
.siteimprove-component._variant_1 a:focus {
    color: #168838;
    background-color: transparent;
}

.toplinks .siteimprove-component .list-unstyled {
    padding-top: 0px;
}

.search-mobile {
    display:none;
}

.extra-nav-meta {
    display:none;
}

.siteimprove-component .list-unstyled {
    padding-top: 13px;
}

.toplinks .list-group-wrapper a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.siteimprove-component .list-group .list-unstyled a {
    text-overflow: clip;
    white-space: normal;
    overflow: hidden;
}

.toplinks .siteimprove-component._variant_0,
.toplinks .siteimprove-component._variant_1 {
    position: relative;
    margin-top: -60px;
}

.toplinks .siteimprove-component._variant_0 h3,
.toplinks .siteimprove-component._variant_1 h3 {
    display: block;
    background: #000;
    height: 60px;
    padding: 17px 15px 0;
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.toplinks .siteimprove-component._variant_1 h3 {
    background: #168838;
    color: #fff;
}

.toplinks .siteimprove-component._variant_0 .list-group,
.toplinks .siteimprove-component._variant_1 .list-group {
    background: #fff;
    padding: 10px 0 0 10px;
    min-height: 180px;
    overflow: hidden;
}

.toplinks .siteimprove-component._variant_0 li {
    display: inline-block;
}

.toplinks .siteimprove-component._variant_0 a.list-group-item {
    display: inline-block;
    background: #f5f5f5;
    margin: 0 15px 15px 0;
    border: 0;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
}

.toplinks .siteimprove-component._variant_0 a.list-group-item:hover {
    background: #168838;
    color: #fff;
}

.toplinks .siteimprove-component._variant_1 a.list-group-item {
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    padding: 5px 15px;
}

.toplinks .siteimprove-component._variant_1 a.list-group-item:hover {
    background-color: transparent;
    text-decoration: underline;
}

.toplinks .siteimprove-component._variant_1 a.list-group-item .fa {
    color: #ccc;
    font-size: 0.75em;
    margin-right: 5px;
    top: -1px;
    position: relative;
}

.toplinks .siteimprove-component._variant_1 a.btn {
    margin: 5px 15px 20px;
    letter-spacing: 1px;
}

.toplinks .siteimprove-component._variant_1 a.btn .fa {
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.toplinks .list-group-wrapper {
    background-color: white;
}

.toplinks .col-sm-4 .btn.btn-warning {
    margin-left: 25px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.toplinks .list-group-wrapper li > a:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #dad8d8;
    font-size: 13px;
    padding-right: 10px;
    list-style: none;
    display: inline-block;
    text-decoration: underline;
}

.toplinks .list-group-wrapper li > a:before {
    text-decoration: none;
}

.toplinks .list-group-wrapper li > a:hover:before {
    text-decoration: none;
}

.toplinks .list-group-wrapper a.btn.btn-warning:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    padding: 5px;
    padding-left: 10px;
}

.toplinks .list-group-item-heading ul.list-unstyled {
    max-height: 169px;
    overflow: hidden;
}

.site-footer .siteimprove-component .list-group .list-unstyled li:nth-of-type(n + 11) {
    display: none;
}

.site-footer .siteimprove-component .list-group .list-unstyled {
    padding: 0;
}

@media (max-width: 767px) {
    .toplinks .siteimprove-component._variant_1 h3 {
        margin-top: 50px;
    }
}

@media (max-width: 520px) {
	.toplinks .siteimprove-component._variant_0 li:nth-child(n+6),
	.toplinks .siteimprove-component._variant_1 li:nth-child(n+6)  {
		display: none;
	}
}


/* ==========================================================================
Href list component & Site map component
========================================================================== */

.href-list-component h3 {
    font-size: 18px;
}

.sitemap-component a,
.sitemap-component .parent > a.list-group-item:hover,
.sitemap-component .parent > a.list-group-item:visited {
	color: #454545
}

.href-list-component a,
.sitemap-component .child a {
    color: #168838;
}

.sitemap-component .list-group > ul {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	grid-gap: 20px;
}

.grid-component._variant_0._grid_nr_1.last-grid .grid-column-component.col-sm-4.last-col h4,
.grid-component._variant_0._grid_nr_1.last-grid .grid-column-component.col-sm-4.last-col a {
    color: black;
    text-decoration: underline;
}

.href-list-component._variant_1 a.list-group-item,
.sitemap-component a.list-group-item {
    padding: 3px 0 3px 0;
    border: 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
}

.sitemap-component .child a.list-group-item {
	text-indent: -7px;
	padding-left: 2em;
}

.grid-column-component.col-sm-4 .href-list-component._variant_1,
.grid-column-component.col-sm-4 .sitemap-component {
    background-color: #fff;
    padding: 0;
    min-height: 252px;
    max-height: 252px;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #dce0e0;
}

.grid-column-component.col-sm-4 .href-list-component._variant_1 .list-group-item-heading {
    background: #000000;
    color: #ffffff;
    padding: 13px 22px 12px 21px;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.grid-column-component.col-sm-4 .href-list-component._variant_1 .list-group.simple {
    min-height: 201px;
    padding-top: 13px;
    margin-bottom: 0;
}

.grid-column-component.col-sm-4 .href-list-component._variant_1 a.list-group-item,
.grid-column-component.col-sm-4 .sitemap-component a.list-group-item {
    padding: 3px 25px 3px 47px;
    text-indent: -9px;
}

.href-list-component._variant_1 a.list-group-item:before,
.sitemap-component .child a.list-group-item:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 7px;
    text-decoration: underline;
    color: darkgrey;
    display: inline-block;
}

.href-list-component._variant_1 a.list-group-item:before,
.sitemap-component .child a.list-group-item:before,
.sitemap-component a.list-group-item:before{
    text-decoration: none;
}

.href-list-component._variant_1 a.list-group-item:hover:before,
.sitemap-component a.list-group-item:hover:before {
    text-decoration: none;
}

.href-list-component._variant_1 a.list-group-item:hover,
.sitemap-component a.list-group-item:hover {
    background-color: transparent!important;
    text-decoration: underline;
    color: #168838;
}

.tab-component .tab-pane .href-list-component {
    padding-top: 30px;
}


/* Linklist in the footer */

footer .href-list-component._variant_1 a.list-group-item:before {
    color: white;
}

footer .href-list-component._variant_1 a.list-group-item {
    font-size: inherit;
    line-height: inherit;
}


/* ==========================================================================
Related categories
========================================================================== */

.related-categories-component h3 {
    font-weight: 600;
}

.related-categories-component li a {
    text-indent: -7px;
    padding-left: 14px;
}

.grid-component .related-categories-component.variant_0 a:hover {
    color: #168838!important;
}

.related-categories-component h3 {
    margin-top: 24px;
}

.related-categories-component.variant_1,
.related-categories-component.variant_2 {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: white;
}

.related-categories-component.variant_1 div,
.related-categories-component.variant_2 div {
    margin-bottom: 0px;
}

.related-categories-component.variant_1 ul,
.related-categories-component.variant_2 ul {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.related-categories-component.variant_2 ul {
	column-count: 3;
}

@media (max-width: 576px) {
    .related-categories-component.variant_2 ul {
        column-count: 1;
    }
}

.related-categories-component li {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    display: table;
    line-height: 34px;
    color: "";
    margin-left: -10px;
}

.related-categories-component.variant_2 li {
    line-height: 24px;
    margin-left: 0px;
}

.related-categories-component.variant_3 h3 {
    font-size: 18px;
}

.related-categories-component li a:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 7px;
    text-decoration: underline;
    color: darkgrey;
    display: inline-block;
}

.related-categories-component li a:before {
    text-decoration: none;
}

.related-categories-component li a:hover:before {
    text-decoration: none;
}

.related-categories-component li a {
    color: #000;
    text-decoration: underline;
    padding-right: 30px;
    width: 94%;
    float: right;
    line-height: 25px;
}

.related-categories-component.variant_3 li a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.related-categories-component.variant_1 ul li a,
.related-categories-component.variant_2 ul li a,
.related-categories-component.variant_3 ul li a {
    color: #168838;
}

.related-categories-component.variant_1 ul li a:hover,
.related-categories-component.variant_2 ul li a:hover {
    color: #555559;
}

@media (max-width: 1024px) {
    .related-categories-component li a {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .related-categories-component.variant_1,
    .related-categories-component.variant_2 {
        padding: 0px 15px;
    }
    .related-categories-component li a {
        width: 93%;
    }
    .related-categories-component li:last-child a {
        margin-left: 0%;
    }
}

@media (max-width: 767px) {
    .col-sm-4.last-col .related-categories-component {
        margin-bottom: 30px;
    }
    .col-sm-4.last-col .related-categories-component .row div:nth-child(2) {
        padding-left: 41px;
    }
    .col-sm-4.last-col .related-categories-component.variant_3 .row div:nth-child(2) {
        padding-left: 15px;
    }
    .col-sm-4.last-col .related-categories-component h3 {
        margin-top: 0px;
        padding-left: 9px;
    }
}

.related-categories-component li a:hover {
    color: #168838;
}

.related-categories-component li a.meer-over {
    color: #168838;
    text-decoration: underline;
    margin-top: 20px;
}

.related-categories-component.variant_3 li {
    margin-left: 0;
    font-size: 18px;
}

.related-categories-component.variant_3 li a {
    float: left;
    width: unset;
    text-decoration: none;
    background: transparent;
    padding-bottom: 3px;
    padding-top: 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Related categories blok overview page*/

.block-overview-links-component {
    background-color: #fff;
    padding: 0;
    min-height: 252px;
    max-height: 252px;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #dce0e0;
}

.block-overview-links-component h3 {
    background: #000000;
    color: #ffffff;
    padding: 13px 22px 12px 21px;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.block-overview-links-component ul {
    border: none;
    border-top: 0;
    padding-top: 13px;
    margin-bottom: 0;
}

.block-overview-links-component li a {
    display: block;
    padding: 0px 25px 0px 37px;
    border: 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #168838;
    display: inline-block;
    /*text-overflow: ellipsis;
white-space: nowrap;*/
    overflow-x: hidden;
    width: 100%;
    text-indent: -7px;
}

.block-overview-links-component li a:hover {
    color: #168838;
    text-decoration: underline;
}

.block-overview-links-component li a:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 7px;
    text-decoration: underline;
    color: darkgrey;
    display: inline-block;
}

.block-overview-links-component li a:before {
    text-decoration: none;
}

.block-overview-links-component li a:hover:before {
    text-decoration: none;
}

.block-overview-links-component a.list-group-item {
    display: inline-block;
    background: #f5f5f5;
    margin: 0 15px 15px 0;
    border: 0;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
}

.block-overview-links-component a.list-group-item:hover {
    background: #168838;
    color: #fff;
}

.block-overview-links-component a.list-group-item {
    border: 0;
    border-radius: 0;
    color: #168838;
    font-size: 16px;
    padding: 5px 15px;
}

.block-overview-links-component a.list-group-item:hover {
    background-color: transparent;
    text-decoration: underline;
}

.block-overview-links-component a.list-group-item .fa {
    color: #ccc;
    font-size: 0.75em;
    margin-right: 5px;
    top: -1px;
    position: relative;
}


/* ====================================
Header component CSS
==================================== */

.header-video {
    position: relative;
    overflow: hidden;
    height: 525px!important;
}

@media (max-width: 1024px) {
    .header-video {
        height: 425px!important;
    }
}

@media (max-width: 840px) {
    .header-video {
        height: 325px!important;
    }
}

@media (max-width: 667px) {
    .header-video {
        height: 270px!important;
    }
}

@media screen and (min-width: 840px) and (max-height: 760px) {
    .header-video {
        height: 425px!important;
    }
}

@media screen and (min-width: 840px) and (max-height: 620px) {
    .header-video {
        height: 375px!important;
    }
}

.header-video iframe,
.header-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-video iframe {
    height: 100%;
    width: 100%;
}

.header-video video {
    width: 100%;
}

.header-video__teaser-video {
    width: 100%;
    height: auto;
}

.header-video__media {
    width: 100%;
    height: auto;
}

.header-video__play-trigger {
    z-index: 5;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    left: 50%;
    top: 50%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 1s ease;
}

.header-video__play-trigger span {
    top: 300px;
    position: absolute;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 24px;
}

.header-video__play-trigger:before {
    content: '\f144';
    font-family: 'FontAwesome';
    font-size: 140px;
    color: white;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    position: absolute;
    top: -50px;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
}

.header-video__play-trigger:hover:before {
    text-decoration: none;
}

.header-video__play-trigger:hover {
    text-decoration: none;
    opacity: 1;
    color: white;
}

@media (max-width: 1025px) {
    .header-video__play-trigger {
        opacity: 1;
    }
}

@media (max-width: 832px) {
    .header-video__play-trigger span {
        top: 140px;
    }
    .header-video__play-trigger:before {
        font-size: 80px;
        top: 50px;
        position: relative;
    }
}

@media (max-width: 668px) {
    .header-video__play-trigger {
        /* z-index: 5; */
        position: absolute;
        text-align: left;
        width: 100%;
        height: 100%;
        color: white;
        /* text-decoration: none; */
        /* left: 50%; */
        top: 25px;
        font-size: 16px;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 1s ease;
        overflow: hidden;
    }
    .header-video__play-trigger span {
        top: 0px;
        position: absolute;
        background: rgba(24, 147, 60, 0.8);
        margin-left: 0px;
        left: 0;
        bottom: 0;
        font-size: 16px;
        width: 160px;
        height: 50px;
        padding-left: 15px;
        padding-top: 15px;
    }
    .header-video__play-trigger span:before {
        content: '\f04b';
        font-family: 'FontAwesome';
        margin-right: 5px;
    }
    .header-video__play-trigger:before {
        display: none;
    }
}


/**
Just some basic styling for the closing trigger
**/

button.header-video__close-trigger {
    z-index: 99;
    position: absolute;
    background: #A61212;
    text-align: center;
    color: white;
    text-decoration: none;
    left: 0%;
    top: 0%;
    width: 160px;
    height: 50px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    border: none;
    background: rgba(255, 0, 0, 0.7);
}

.header-video__close-trigger:before {
    content: '\f04d';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.header-video__close-trigger:hover {
    background: #363636;
    cursor: pointer;
}

@media (max-width: 768px) {
    .header-video__close-trigger {
        background: rgba(255, 0, 0, 0.7);
        width: 160px;
        height: 50px;
        text-align: left;
        padding-left: 15px;
        font-size: 16px;
    }
}


/* ==========================================================================
Overview text Page
========================================================================== */

.highlight-text-component a {
    color: #168838;
    text-decoration: none;
}

.highlight-text-component a:hover {
    text-decoration: underline;
}

[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1,
[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 {
    padding: 0;
    border: 1px solid #dce0e0;
    background-color: #fff;
    min-height: 252px;
    max-height: 252px;
    margin: 15px 0;
    overflow: hidden;
}

[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1 h3,
[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 h3 {
    background: #000000;
    color: #ffffff;
    padding: 13px 22px 12px 21px;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1 li a,
[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 li a {
    padding: 3px 25px 3px 25px;
    border: 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1 li a:hover,
[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 li a:hover {
    text-decoration: underline;
}

[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1 li:nth-child(n + 6),
[class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 li:nth-child(n + 6) {
    display: none;
}

.grid-component._variant_2 .href-list-component._variant_1 li:nth-child(n + 6) {
    display: none;
}

[class*="_grid_nr_"] .grid-column-component .related-categories-component.variant_3 li:nth-child(n + 6) {
    display: none;
}

.grid-component._variant_2 .block-overview-links-component li:nth-child(n + 6) {
    display: none;
}

.highlight-text-component .highlight-text {
    max-height: 144px;
    min-height: 144px;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .highlight-text-component .highlight-text {
        min-height: 115px;
        overflow: inherit;
    }
}

.highlight-text-component {
    border: 1px solid #dce0e0;
    background-color: #fff;
    padding: 10px 0 0 25px;
    margin: 15px 0;
    min-height: 252px;
    overflow: hidden;
}

.highlight-text-component h3 {
    background-repeat: no-repeat;
    background-position: left;
    margin: 0 0 8px;
    border-bottom: 1px solid #dce0e0;
    padding: 15px 15px 15px 55px;
}

.highlight-text-component h3 a {
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;
}

.highlight-text-component p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 25px;
}

@media (max-width: 1199px) {
    .highlight-text-component,
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1,
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 {
        min-height: 252px;
    }
}

@media (max-width: 1023px) {
    .toplinks .siteimprove-component._variant_0 ul li {
        display: inline-block;
    }
    .related-categories-component.variant_3.container div div:nth-child(n + 5) {
        display: none;
    }
    .highlight-text-component,
    .block-overview-links-component {
        max-height: 290px;
        margin-bottom: 30px;
    }
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1,
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0,
    .related-categories-component.variant_3.container {
        min-height: 211px;
        max-height: 211px;
        margin-bottom: 30px;
    }
    .grid-component._variant_2 .href-list-component._variant_1 .list-group.simple {
        min-height: 201px;
        max-height: 252px;
        border: none;
    }
    .grid-column-component.last-col .highlight-text-component,
    .grid-column-component.last-col .href-list-component {}
    .highlight-text-component:before {
        height: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1,
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 {
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .highlight-text-component,
    .related-categories-component.variant_3.container {
        min-height: 211px;
        max-height: 211px;
        margin-bottom: 30px;
    }
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_1,
    [class*="_grid_nr_"] .grid-column-component .siteimprove-component._variant_0 {
        min-height: 211px;
        max-height: 211px;
        margin-bottom: 30px;
    }
    .related-categories-component.variant_3 ul {
        margin-top: 0;
    }
}

@media (max-width: 481px) {
    .highlight-text-component,
    .related-categories-component.variant_3.container {
        min-height: 231px;
        max-height: 231px;
    }
    .related-categories-component.variant_3 ul li a {
        padding: 3px 25px 3px 20px;
    }
}


/* ==========================================================================
Search suggest
========================================================================== */

.popover {
    max-width: 400px;
    width: 400px;
    box-shadow: none;
}

@media (max-width: 400px) {
    .popover {
        max-width: 400px;
        width: 100%;
        box-shadow: none;
    }
}

.popover-content ul {
    margin: 0;
    padding: 0;
}

.popover-content ul li {
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0px;
}

.popover-content ul li:last-child {
    margin-bottom: 20px;
}

.popover-content ul li i {
    padding-right: 5px;
}

.popover-content .badge {
    float: right;
}

.popover a.btn i {
    margin-left: 5px;
}

.popover .close-popup {
    cursor: pointer;
    position: absolute;
    color: grey;
    top: 17px;
    right: 20px;
}

.popover .close-popup:before {
    font-family: fontAwesome;
    padding-right: 7px;
    padding-left: 7px;
    text-decoration: none;
    content: "\f00d";
}


/* ==========================================================================
Alert editor - if they're missing fields 
========================================================================== */

.alert-editor {
    display: block;
    border: 1px solid red;
    line-height: 24px;
}

.alert-editor:before {
    font-family: fontAwesome;
    padding-right: 7px;
    padding-left: 7px;
    text-decoration: none;
    content: "\f06a";
}


/* ==========================================================================
Feedback form van Site Improve - eigen styling
========================================================================== */

@media (max-width: 430px) {
    body .sz-feedback-container {
        width: 100%;
    }
    body .sz-feedback-container-close-button .sz-feedback-toggle-button-icon {
        fill: black;
        height: 12px;
        margin-top: 10px;
        position: absolute;
        top: 2px;
        right: 15px;
        height: 12px;
        width: 12px;
    }
}


/* ==========================================================================
Alert editor - if they're missing fields 
========================================================================== */

.list-inline.social .list-inline-item-heading {
    margin-left: 5px;
    font-weight: 700;
}

.list-inline.social li {
    border-radius: 0;
}

.list-inline.social li a {
    text-align: center;
    width: 54px;
    height: 54px;
    display: block;
    padding: 10px;
    font-size: 34px;
    color: white;
    border-radius: 0;
}

.list-inline.social li a.facebook {
    background-color: #3B5998;
}

.list-inline.social li a.youtube {
    background-color: #b31217;
}

.list-inline.social li a.vimeo {
    background-color: #1ab7ea;
}

.list-inline.social li a.linkedin {
    background-color: #0077B5;
}

.list-inline.social li a.twitter {
    background-color: #0099e5;
}

.list-inline.social li a.instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

@media (max-width: 350px) {
    .list-inline.social li {
        width: 20%;
        margin-right: 2%;
    }
}


/* ====================================
App News Overview
==================================== */

.app-news-overview {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 80px;
    border-top: 1px solid #dedede;
    padding-top: 15px;
}

.app-news-overview .date {
    font-size: 18px;
    color: #168838;
    font-weight: bold;
}

.app-news-overview .list-unstyled .news-item .list-title {
    font-size: 18px;
    font-weight: 600;
    display: inline;
}

.app-news-overview .list-unstyled .news-item .intro .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.app-news-overview .read-more {
    font-size: 16px;
    text-align: right;
    display: block;
}

.container.intro {
    margin-bottom: 20px;
    border-top: 1px solid #dedede;
}

.app-news-overview .list-unstyled .news-item:nth-child(1) .container.intro {
    border: 0;
}

.app-news-overview .list-unstyled .news-item:nth-child(1) .title {
    margin-top: 0;
}

.app-news-overview .list-unstyled .news-item:nth-child(3) .container.intro {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.app-news-overview-component .block-header {
    margin-bottom: 20px;
}

.app-news-overview .intro .date {
    padding: 0 5px 0 15px;
}

.app-news-overview .intro .date div {
    background: #168838;
    color: #fff;
    text-align: center;
    min-height: 107px;
    padding: 2px;
}

.app-news-overview .intro .date .big {
    font-size: 30px;
    display: block;
}

.app-news-overview .intro .date .small {
    text-transform: uppercase;
}

.app-news-overview .intro .text {
    font-size: 16px;
    text-align: justify;
}

.app-news-overview .intro .image {
    padding: 0;
}

.app-news-overview .intro .image.no-date {
    padding: 0 0 0 15px;
}

.app-news-overview .intro .image img {
    max-width: 100%;
    height: auto;
}

.app-news-overview nav ul.pagination > .selected a {
    color: #000;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    .app-news-overview {
        width: 100%;
    }
    .app-news-overview .intro .date div {
        min-height: 97px;
    }
}

@media (max-width: 767px) {
    .app-news-overview {
        width: 100%;
    }
    .app-news-overview h2 {
        margin-top: 30px;
    }
    .container.intro {
        margin-bottom: 0;
    }
    .app-news-overview li.news-item {
        margin-bottom: 20px;
    }
    .app-news-overview .intro .date div {
        min-height: inherit;
    }
    .app-news-overview .intro .date {
        padding: 0 15px 0 15px;
    }
    .app-news-overview .intro .date .big {
        font-size: 85%;
        display: inline-block;
        padding-right: 5px;
    }
    .app-news-overview .intro .image,
    .app-news-overview .intro .image.no-date {
        padding: 0 15px 15px 15px;
    }
}


/* ====================================
Href component
==================================== */

.href-component {
    font-size: 18px;
    margin: 30px auto;
}

.href-component a {
    text-decoration: none;
    color: #168838;
}

.href-component a:hover {
    text-decoration: underline;
    color: #168838;
}

.href-component a:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 7px;
    text-decoration: none;
    color: darkgrey;
    display: inline-block;
}

.href-component a:hover:before {
    text-decoration: none;
}


/****************************************************
*  app-poll-component
*****************************************************/

.app-poll-component .controls {
    margin-top: 6px;
}

.app-poll-component td {
    padding: 0px 6px;
}

.fa.fa-bar-chart-o:before {
    font-size: 17px;
    padding-right: 5px;
    color: #57a3d3;
}

.app-poll-component h3 {
    margin-bottom: 20px;
}

.app-poll-component h3:after {
    content: "\f080";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 21px;
    padding-left: 5px;
    color: #c1bfbf;
}

.percentage-even,
.percentage-oneven {
    position: relative;
    top: -15px;
    right: -100px;
}

.app-poll-component .container-poll > div {
    display: block;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #168838!important;
    background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.app-poll-component .container-poll > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}


/****************************************************
*  Button component
*****************************************************/

.button-component .btn {
    font-size: 22px;
    padding: 10px 20px;
    font-weight: 900;
    text-transform: none;
    height: 51px;
    text-decoration: none;
}


/****************************************************
*  vraagboom-component
*****************************************************/

li.list-group-item.vraagboom-question {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: rgb(255, 255, 255);
    background: rgb(244, 129, 9);
    margin-bottom: 1em;
    margin-top: 0em;
    display: inline-block;
    min-width: 80%;
    max-width: 80%;
    z-index: 1;
    min-height: 4em;
}

.list-group-item.list-group-item.vraagboom-question.chosen {
    /* list-group-item.list-group-item.vraagboom-question.chosen { */
    background: rgb(24, 147, 60);
    border: none;
}

@media screen and (max-width: 519px) {
    li.list-group-item.list-group-item.vraagboom-question h4 {
        font-size: 17px;
        margin-top: 1.5%;
    }
}

button.btn.btn-default.vraagboom-answer {
    height: 6em;
    width: 8em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 1em;
    color: #555559;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-width: 0.2em;
    outline: none;
    border-color: #555559;
}

button.btn.btn-default.vraagboom-answer:hover, button.btn.btn-default.vraagboom-answer:focus, button.btn.btn-default.vraagboom-answer:active {
    color: white;
    background-color:  #555559;
}

.list-group-item.list-group-item.vraagboom-question {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: rgb(255, 255, 255);
    background: rgb(244, 129, 9);
    margin-bottom: 1em;
    margin-top: 0em;
    display: inline-block;
    min-width: 80%;
    max-width: 80%;
    z-index: 1;
    min-height: 4em;
}

button.btn.btn-default.vraagboom-answer.chosen {
    background-color: rgb(14, 14, 14)!important;
    color: rgb(255, 255, 255)!important;
    border-color: rgb(14, 14, 14);
}

.vraagboom-answer.chosen span {
    color: rgb(255, 255, 255);
    z-index: 10;
    position: relative;
    left: 23px;
    top: -30px;
}

.vraagboom-answer.chosen:before {
    content: " ";
    background: rgb(24, 147, 60);
    z-index: -1;
    width: 14px;
    height: 50px;
    position: relative;
    display: block;
    top: -24px;
    left: 27px;
}

.vraagboom-answer.btn-yes.chosen:after {
    content: " ";
    position: relative;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 50px solid rgb(14, 14, 14);
    top: 46px;
    left: -7px;
    z-index: 2;
}

.vraagboom-answer.btn-no.chosen:after {
    content: " ";
    position: relative;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 50px solid rgb(14, 14, 14);
    top: 46px;
    left: -17px;
    z-index: 2;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .vraagboom-answer.chosen:before {
        /* arrow for the button */
        content: " ";
        background: rgb(24, 147, 60);
        z-index: -1;
        width: 14px;
        height: 50px;
        position: relative;
        display: block;
        top: -24px;
        left: 27px;
    }
    .vraagboom-answer.chosen:after {
        /* caret for the button */
        content: " ";
        position: relative;
        width: 0;
        height: 0;
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
        border-top: 50px solid rgb(14, 14, 14);
        top: -2px;
        left: 0px;
        z-index: 2;
    }
}

.vraagboom-component {
    margin-top: 4em;
}

.vraagboom-component p {
    text-align: left;
}

.vraagboom-vraag-component {
    margin-top: 1em;
    text-align: center;
}

.vraagboom-vraag-component button.btn.btn-default.btn-help {
    vertical-align: middle;
    height: 2.5em;
    width: 2.5em;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -0.3em;
    margin-top: 0.9em;
    border-width: 0.2em;
    outline: none;
    position: absolute;
    border-color: #555559;
}

.vraagboom-vraag-component button.btn.btn-default.btn-help i {
    color: rgb(244, 129, 9);
    pointer-events: none;
}

.vraagboom-einde-component ul li {
    list-style-type: disc;
}


/* ==========================================================================
Embedded code component
========================================================================== */

.embeded-code-component {
    position: relative;
    /* margin: 60px 10px; */
    margin-top: 18px;
}

.embeded-code-component .embeded-code-component-wm {
    text-align: right;
    position: relative;
    bottom: 0;
    padding: 0;
    color: rgb(84, 84, 84);
    ;
}

.embeded-code-component .embeded-code-component-wm hr {
    margin-top: 0;
    margin-bottom: 15px;
}

.embeded-code-component .embed-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow: hidden;
}


/* ==========================================================================
App Form Attachment Component
========================================================================== */

.app-form-attachment-component .input-group {
    position: relative;
}

.app-form-attachment-component .input-group:before {
    width: 40px;
    height: 34px;
    content: "\f15b";
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 0px;
    color: white;
    font-size: 18px;
    background: #168838;
    padding: 5px 10px;
}

.app-form-attachment-component .btn-file {
    position: relative;
    overflow: hidden;
    margin-left: 38px;
    width: 300px;
    color: #168838;
    background-color: white;
}

.app-form-attachment-component .btn-file:hover {
    background-color: #18993c;
    color: white;
}

.app-form-attachment-component .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.app-form-attachment-component .form-control {
    top: 40px;
    left: 0px;
    position: absolute;
    display: none;
}

.app-form-attachment-component .form-control.active {
    display: block;
}

.app-form-attachment-component .form-control.red {
    border-color: red;
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .app-form-attachment-component .input-group {
        position: relative;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .app-form-attachment-component .btn-file {
        position: relative;
        overflow: hidden;
        margin-left: 38px;
        width: 95%;
        color: #168838;
        background-color: white;
        top: 0px;
    }
    .app-form-attachment-component .input-group-btn {
        width: 100%;
    }
    .app-form-attachment-component .form-control {
        top: 0px;
        margin-top: 20px;
        position: relative;
        display: none;
    }
    .input-group-addon {
        display: block;
        width: 200px;
        margin-top: 20px;
    }
}

/* ==========================================================================
chat Component
========================================================================== */

.chat-component {
    display: inline-block;
    position: relative;
    top: -12px;
    margin-left: 10px;
    height: 0;
}

.path-loket .chat-component {
    height: 0px;
    position: relative;
    top: -31px;
    left: 101px;
    margin: 0;
}

/* ==========================================================================
Chat Obi4wan Component
========================================================================== */

.chat-obi4wan-component {
	position: fixed;
	right: 1.2em;
	bottom: 1em;
	display: flex;
	align-items: center;
	justify-content: end;
}

.chat-obi4wan-component p {
	background: #ffffff;
	font-weight: 700;
	max-width: 100px;
	font-size: 16px;
	margin: 0 1em;
}

.chat-obi4wan-component img {
	cursor: pointer;
}

/* ==========================================================================
Text & picture 2 
========================================================================== */

.picture-component2 {
    font-size: 18px;
    margin: 20px auto;
}

.picture-component2 a {
    color: #168838;
    text-decoration: underline;
}

.picture-component2 p {
    font-size: 18px;
    line-height: 32px;
}

.picture-component2 h2 {
    font-size: 22px;
    line-height: 32px;
}

.picture-component2 h3 {
    margin: 0px;
    font-size: 18px;
}

.picture-component2 .single-img {
    position: relative;
}

.picture-component2 .picture2-image-wrapper-small {
    margin-top: 8px;
    float: left;
    margin-right: 15px;
    height: auto;
    max-width: 33%;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .picture-component2 .picture2-image-wrapper-small {
        max-width: 100%;
        float: none;
        margin-right: 0;
    }
}

.picture-component2 .single-img .picture2-image-wrapper-small {
    margin: 0;
    float: none;
    height: auto;
    max-width: 100%;
    font-size: 14px;
}

@media screen and (max-width: 460px) {
    .picture-component2 .img img {
        max-width: 100%;
    }
}

.picture-component2 blockquote {
    border: none;
    color: #666;
    margin: 0;
    width: 100%;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
    .picture-component2 blockquote {
        position: absolute;
        bottom: 0;
        color: #fff;
        margin: 0;
        padding: 10px 20px;
        background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
        background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
        background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
        background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.6) 100%);
    }
}

.picture-component2 .single-img + p {
    margin-top: 20px;
}

.picture-component2 .single-img .responsive-img {
    margin: 0 auto;
}

.picture-component2 .text {
    width: 100%;
}

.picture-component2 .text ul {
    padding-left: 275px;
}

.picture-component2 .text ul li p {
    margin: 0;
}


/* Telephone*/

@media screen and (min-width: 700px) {
    .picture-component2 .telephone {
        text-decoration: none;
        cursor: text;
        color: #000;
    }
    .picture-component2 .telephone:hover,
    .picture-component2 .telephone:visited,
    .picture-component2 .telephone:active {
        color: #000;
    }
}


/* ==========================================================================
Druktemeter Component
========================================================================== */

.druktemeter-component #myChart {
    margin-left: 51.5%;
    margin-top: 3em;
    margin-bottom: 3em;
    display: initial!important;
}

.druktemeter-component .filter {
    position: relative;
    min-width: 200px;
    margin: 22px 23%;
    margin-bottom: 0;
    z-index: 0;
    border: none;
    width: auto;
}

.druktemeter-component .row {
    width: auto;
}

.druktemeter-component .btn-left {
    background-color: #168838;
    position: absolute;
    left: 38%;
    top: 35%;
    color:white;
}

.druktemeter-component .btn-left:after {
    content: '\f053';
    font: normal normal normal 17px/1 FontAwesome;
    color: white;
    float: left;
    margin-right: 5px;
    padding-top: 2px;
}

.druktemeter-component .btn-right {
    background-color: #168838;
    position: absolute;
    right: -60%;
    top: 35%;
    color:white;
}

.druktemeter-component .btn-right:after {
    content: '\f054';
    font: normal normal normal 17px/1 FontAwesome;
    color: white;
    margin-left: 4px;
}

.druktemeter-component img.nodataPic {
    position: absolute;
    height: 100%;
    width: 103%;
    left: 47.5%;
    top: 0px;
}

@media screen and (max-width: 1200px) {
    .druktemeter-component .col-sm-6 {
        width: 105%;
        padding-left: 10%;
        padding-right: 15%;
    }
    .druktemeter-component .btn-left {
        left: 10%;
        top: 26em;
    }
    .druktemeter-component .btn-right {
        right: 14%;
        top: 26em;
    }
    .druktemeter-component canvas#myChart {
        margin-left: 0;
        display: initial;
    }
    .druktemeter-component img.nodataPic {
        position: absolute;
        height: auto;
        width: 76%;
        left: 10%;
        top: 10%;
    }
    .druktemeter-component .filter {
        margin: 0px 100px;
    }
}

@media (max-width: 993px) {
    .druktemeter-component .col-sm-6 {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        margin: 0px 0 50px 0;
    }
    .druktemeter-component img.nodataPic {
        position: absolute;
        height: auto;
        width: 100%;
        left: 0%;
        top: 7%;
    }
    .druktemeter-component .btn-left {
        left: 0%;
        top: 24em;
    }
    .druktemeter-component .btn-right {
        right: 0%;
        top: 24em;
    }
    .druktemeter-component .filter {
        margin: 15px;
    }
}

@media screen and (max-width: 767px) {
    .druktemeter-component .btn-left {
        top: 28em;
    }
    .druktemeter-component .btn-right {
        top: 28em;
    }
    .druktemeter-component img.nodataPic {
        top: 22%;
    }
}

@media screen and (max-width: 700px) {
    .druktemeter-component .btn-left {
        top: 25em;
    }
    .druktemeter-component .btn-right {
        top: 25em;
    }
    .druktemeter-component img.nodataPic {
        top: 19%;
    }
}

@media screen and (max-width: 600px) {
    .druktemeter-component .btn-left {
        top: 23em;
    }
    .druktemeter-component .btn-right {
        top: 23em;
    }
    .druktemeter-component img.nodataPic {
        top: 23%;
    }
}

@media screen and (max-width: 550px) {
    .druktemeter-component .btn-left {
        top: 22em;
    }
    .druktemeter-component .btn-right {
        top: 22em;
    }
}

@media screen and (max-width: 498px) {
    .druktemeter-component .btn-left {
        top: 19em;
    }
    .druktemeter-component .btn-right {
        top: 19em;
    }
    .druktemeter-component .filter {
        margin: 0px;
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .selectdiv.filter ul {
        width: 100%;
    }
    .druktemeter-component .filter ul {
        text-align: center;
        margin: 0;
        display: block;
        padding: 0;
    }
    .druktemeter-component .filter ul button {
        width:100%;
    }
}

@media screen and (max-width: 450px) {
    .druktemeter-component .btn-left {
        top: 17em;
    }
    .druktemeter-component .btn-right {
        top: 17em;
    }
    .druktemeter-component img.nodataPic {
        position: absolute;
        height: auto;
        width: 100%;
        left: 0%;
        top: 20%;
    }
}

@media screen and (max-width: 400px) {
    .druktemeter-component .btn-left {
        top: 15.5em;
    }
    .druktemeter-component .btn-right {
        top: 15.5em;
    }
}

@media screen and (max-width: 350px) {
    .druktemeter-component .btn-left {
        top: 14.5em;
    }
    .druktemeter-component .btn-right {
        top: 14.5em;
    }
}


/* ==========================================================================
Cookies disabled message
========================================================================== */

.cookie-control-overlay-disabled.well,
.cookie-control-overlay-notset.well {
    max-width: 768px;
    margin: 0 auto;
}

.cookie-control-overlay-disabled.well .leesmeer_cookies,
.cookie-control-overlay-notset.well .leesmeer_cookies {
    margin-top: 15px;
    display: block;
}

.embed-responsive .roxen-edit-box-wrap {
    position: initial;
}


/* ==========================================================================
License plate check
========================================================================== */

.kenteken-check label {
    font-size: 18px;
}

.kenteken-check .input-group-text:before {
    background-color: #008ed4;
    background-image: url(/_images/kenteken.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    width: 40px;
    height: 34px;
    content: "";
    position: absolute;
    z-index: 10;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.kenteken-check input#kenteken {
    border-radius: 0.25rem;
    font-size: 1.5em;
    background-color: #ffed00 !important;
    text-transform: uppercase;
    padding-left: 50px;
}

.kenteken-check .form-group {
    margin-bottom: 0;
}

.kenteken-check #kenteken-field-wrapper .col-sm-3,
.kenteken-check #kenteken-field-wrapper .col-sm-4 {
    margin-bottom: 10px;
    max-width: 200px;
}

.kenteken-check .kenteken-address {
    display: flex;
}

.kenteken-check .kenteken-address input {
    width: 100px;
    padding: 6px 5px;
    border-radius: 0.25rem;
    font-size: 1.5em;
    text-transform: uppercase;
}

.kenteken-check .kenteken-address input:last-child {
    margin-left: 15px;
    width: 50px;
}

#kenteken-field-wrapper > div.col-sm-4.wrapper-submit > input {
    text-transform: none;
}


/* ==========================================================================
API access token component
========================================================================== */

.social-get-oauthtoken-component pre {
    border-radius: 0;
}

.social-get-oauthtoken-component pre.success span {
    color: #2a7f1d;
}

.social-get-oauthtoken-component pre.success code {
    color: #e83e8c;
}

.ulscale {
    display: flex;
    width: 100%;
    margin: 0;
}

.social-get-oauthtoken-component pre.success code {
    font-weight: 600;
}

.social-get-oauthtoken-component pre.error {
    color: #a94442;
    font-size: 12px;
    margin-bottom: 0;
}

.social-get-oauthtoken-component .fa.fa-info-circle {
    color:#168838;
    padding-right: 1rem
}

.selectedfilter {
    padding-left: 10px;
    display: inline-block;
    width: 300px;
    line-height: 35px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #dcdbdb;
    background: white;
    color: black;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 498px) {
    .selectedfilter {
        font-size: 16px;
        width: 100%;
    }
}

.selectedfilterValue {
    float: left;
    padding-top: 4px;
}

.bgiclass {
    background: green;
    height: 40px;
    width: 45px;
    color: white;
    font-size: 24px;
    float: right;
    position: relative;
    margin-top: -1px;
    margin-right: -1px;
    padding-top: 4px;
}

.open >.dropdown-menu {
    display: block;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
    text-align: left;
}

.dropdown-menu > li > a {
    display: block;
    text-decoration: none;
    color: #333;
}

button.selectedfilter.dropdown-toggle:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}

.path-zoeken .form-inline .submit-searchpage:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}
