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

   header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-component {
    position: relative; 
    height: 400px;
}

.home .header-component,
.theme-homepage.header-component {
    height: 600px;
}

.header-component .breadcrumb {
    align-items: center;
    background-color: transparent;
}

.header-component .breadcrumb-item,
.header-component .breadcrumb-item a  {
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	font-family: "Font Awesome 5 Pro";
    content: "\f0da";
	color: #FFFFFF;
}

.path-themas .header-component .breadcrumb-item:first-child,
.path-themas .breadcrumb-item:nth-child(1)+.breadcrumb-item::before {
    display:none;
}
.path-themas .breadcrumb-item:nth-child(1)+.breadcrumb-item {
    padding-left:0;
}


.home .header-component .page-header,
.theme-homepage.header-component .page-header {
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%);
}

.header-component .page-header {
    position: absolute;
    bottom: 25px;
    color: #fff;
    z-index: 2;
    max-width: 78%;
}

.header-component .page-header h1 {
    font-family: "bolder-heading";
    color: #FFFFFF;
    font-size: 57px;
    font-weight: normal;
    line-height: 66px;
	word-break: break-word;
}

.header-component .page-header .separator  {
    width: 100%;
    border: 2px solid #00811f;
    display: inline-block;
}

.header-component .page-header p {
    font-size: 28px;
    letter-spacing: -0.47px;
    line-height: 33px;
}

@media screen and (max-width: 576px) {
    .header-component .page-header h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .header-component .page-header p {
        font-size: 23px;
        letter-spacing: -0.38px;
        line-height: 28px;
    }
}

@media screen and (max-width: 576px) and (orientation: portrait) {
	.home .header-component .page-header,
	.theme-homepage.header-component .page-header {
        max-width: 90%;
        top: 50%;
        transform: translateY(-50%);
    }
}


@media screen and (max-width: 900px) and (orientation: landscape) {
    .header-component .page-header h1 {
        line-height: 46px;
        font-size: 42px;
    }
}

.header-component .header-button span {
    font-size: 14px;
    letter-spacing: -0.17px;
    line-height: 18px;
    padding-right: 8px;
}

.header-component .header-button i {
    font-size: 15px;
    letter-spacing: -0.19px;
    line-height: 15px;
    vertical-align: middle;
}

.header-component .carousel-controls {
	position: absolute;
	right: 0;
	bottom: 1rem;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-component .carousel-controls .player-btn {
	padding: 0.25rem 0.5rem;
	margin: 0 1rem;
}

.header-component.with-carousel .carousel-indicators {
	margin: 0;
	position: relative;
}

.header-component.with-carousel .carousel-indicators li {
    height: 6px;
    opacity: 1;
}

.header-component.with-carousel .carousel-indicators li.active {
    background-color: #00811f;
}

.header-component.with-carousel .carousel-fade .carousel-item {
    transition-duration: .3s;
}

.home .header-component.with-carousel .carousel-item,
.theme-homepage.header-component.with-carousel .carousel-item {
    min-height: 600px;
}

.header-component.with-carousel .carousel-item {
    min-height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-component.with-carousel .carousel-control-next,
.header-component.with-carousel .carousel-control-prev {
	margin: 0.3rem;
	width: 5%;
}

.header-component.with-image,
.header-component.with-carousel .carousel-item.active {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #999;
}

@media screen and (min-width: 1200px) {
    .header-component.with-image {
        background-position: center center;
    }
}

.header-component video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-component .overlay,
.grid-component.with-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.50) 30%, rgba(0, 0, 0, 0) 70%);
}

.header-component .overlay {
    z-index: 1;
}

/* ==========================================================================
   Related categories/Gerelateerde links Component
   ========================================================================== */

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

/* ==========================================================================
Progress container
==========================================================================*/

progress {
    /* Positioning */
    position: fixed;
    left: 0;
    top: 0;

    /* Dimensions */
    width: 100%;
    height: 4px;

    /* Reset the apperance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Get rid of the default border in Firefox/Opera. */
    border: none;

    /* For Firefox/IE10+ */
    background-color: transparent;

    /* For IE10+, color of the progress bar */
    color: #00811f;
    z-index: 11;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: .25em;
    display: block;
}

.progress-bar {
    background-color: #00811f;
    width: 50%;
    display: block;
    height: inherit;
}



/* ==========================================================================
   grid-component
   ========================================================================== */

section .container.cta-menu {
    padding-bottom: 0;
}
section.with-image > .container,
section.background > .container
{
    padding-top: 50px;
    padding-bottom: 50px;
}
section > .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.grid-component.white {
    color: white;
}

.grid-component.black {
    color: #000000;
}

/*
@media screen and (max-width:599px) {
    section > .container:first-child {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
*/

/* ==========================================================================
   grid-column
   ========================================================================== */

.grid-component.white .grid-column-component.with-border>div {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
}

.grid-component.black .grid-column-component.with-border>div {
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
}

.grid-component .grid-column-component.with-border>div {
    margin-bottom: 2px;
}


/* ==========================================================================
   picture-component
   ========================================================================== */

.picture-component h2 {
	font-size: 20px;
	margin: 0;
}

.picture-component img {
    width: 100%;
    height: auto;
}

.picture-component img.not-found {
    line-height: 1.1;
}

.picture-component .text {
	word-break: break-word;
}


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

.href-list-component a.list-group-item {
    padding: 3px 0 3px 25px;
    border: 0;
    display: inline-block;
    background: transparent;
}

.href-list-component a.list-group-item:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    padding-right: 7px;
    text-decoration: underline;
    color: #000000;
    display: inline-block;
}

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

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

/*variant overview*/

.href-list-component.overview .list-head {
    background-color: #00811f;
    padding: 1.1rem;
}

.href-list-component.overview .list-head h4 {
    margin: 0;
    color: #ffffff;
}

.href-list-component.overview a.list-group-item {
	color: #000000;
}

.href-list-component.overview .href-wrapper {
    background-color: #f3f3f3;
    padding: 10px;
    border: #eff4f6 solid 2px;
    border-top: 0;
    min-height: 240px;
}

.href-list-component .svg-twitter {
	position: relative;
	top: -4px;
	width: 18px;
}

/* ==========================================================================
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 label {
    color: black;
    font-size: 18px;
}

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

.app-form-component .form-group{
	margin-bottom: 1.6rem;
}

.app-form-component .form-control {
    border-radius: 0;
    border: 2px solid #000;
}

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

.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 {
    float: left;
}

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

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

.app-form-component .app-form-selection-component select {
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
}

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

.app-form-component input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}

.app-form-component .checkbox.checkbox-inline {
    display: inline-block;
    margin-right: 20px;
}

.app-form-component .help-block {
    font-size: 14px;
    margin: 0;
}

/*icons*/

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

.app-form-text-component .form-input:before, 
.app-form-date-component .form-input:before {
    width: 40px;
    height: 41px;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    color: white;
    font-size: 20px;
    background: #00811f;
	border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-form-text-component ._variant_1:before {
    content: "\f040";
}

.app-form-text-component ._variant_20:before {
    content: "\f007";
}

.app-form-text-component ._variant_21:before,
.app-form-text-component ._variant_17:before {
    content: "\f041";
}

.app-form-text-component ._variant_4:before {
    content: "\f0e0";
}

.app-form-text-component ._variant_3:before,
.app-form-text-component ._variant_19:before,
.app-form-date-component .form-input:before {
    content: "\f073";
}

.app-form-text-component ._variant_5:before {
    content: "\f095";
}

.app-form-text-component ._variant_6:before {
    content: "\f0ac";
}

.app-form-text-component ._variant_7:before,
.app-form-text-component ._variant_11:before {
    content: "\f1ec";
}
.app-form-text-component ._variant_22:before{
    content: "\f133";
}


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

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

.app-form-attachment-component .input-group-addon {
    padding-top: 2px;
}

/* ==========================================================================
overview text
========================================================================== */

.highlight-text-component {
    padding: 10px 25px 0 25px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #F5F5F5;
}

@media (min-width: 768px) {
    .highlight-text-component {
        height: 300px;
    }
}

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

.highlight-text-component .highlight-text {
    overflow: hidden;
}

@media (min-width: 768px) {
    .highlight-text-component .highlight-text {
        max-height: 225px;
    }
}

.highlight-text-component .highlight-text p,
.highlight-text-component .highlight-text li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

/* ==========================================================================
Highlight / news block component
========================================================================== */

/*mansory-grid*/
.grid-sizer,
.grid-item {
    display: block;
    float: left;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
    width: 33.33%;
}

.news-masonry-grid-home {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 991px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

/*news-block*/
.highlight-page-component .highlight-background {
	background-color: #999;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 285px;
}

.highlight-page-component .highlight-container {
    border-left: 2px solid #eff4f6;
    border-right: 2px solid #eff4f6;
    padding: 15px;
    background-color: #F5F5F5;
    color: #000000;
}

.highlight-page-component .highlight-container.green {
    padding: 15px;
    background-color: #00811f;
    border-color: #00811f;
    color: #ffffff;
}

.highlight-page-component .highlight-content-btn {
    border: 2px solid #eff4f6;
    transition: all .15s ease-in-out;
}

.highlight-page-component .highlight-content-btn .btn {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
}

.highlight-page-component .highlight-content-btn:hover {
    border-color: #00811f;
}

.highlight-page-component .highlight-container .badge {
    border-radius: 0;
    color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    background-color: #676666;
    line-height: 1.1;
}

.highlight-page-component .highlight-container .highlight-content p {
    font-size: 16px;
}

.highlight-page-component .highlight-container .highlight-content .separator {
    width: 99%;
    border: 2px solid #00811f;
    margin-top: 0px;
    margin-bottom: 10px;
	box-sizing: content-box;
    display: block;
}

.highlight-page-component .highlight-container.green .highlight-content .separator {
    border-color: #ffffff;
}

.highlight-page-component .highlight-container .highlight-content-date,
.highlight-page-component .highlight-container .highlight-content .user,
.highlight-page-component .highlight-container .highlight-user a {
    font-size: 14px;
    text-transform: uppercase;
    color: #676666;
    font-weight: bold;
}

.highlight-page-component .highlight-container .highlight-user a,
.highlight-page-component .highlight-container .highlight-content .user {
     text-transform: none;
}

.highlight-page-component .highlight-container .highlight-content .breakword {
	word-break: break-all;
}

.highlight-page-component .highlight-container.green .highlight-content-date {
    color: #ffffff;
}

.news-masonry-grid-home-readmore {
    display: table;
    margin: auto;
}

.news-masonry-grid-home-readmore .btn {
    margin: 0;
}

.twitter-embed-post-component .video-responsive,
.twitter-last-post-component .video-responsive {
	height: 285px;
}

.twitter-embed-post-component video,
.twitter-last-post-component video {
    width: 100%;
    height: 285px;
    background: #333;
}

/* =======================================
News Overview Component
======================================= */

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

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

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

.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;
}

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

.news-overview .intro {
    margin-bottom: 20px;
    position: relative;
    border-top: 1px solid #dedede;
}

.news-overview .read-more {
    font-size: 16px;
    text-align: right;
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
}

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

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

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

.news-overview .intro .date div {
    background: #00811f;
    color: #fff;
    text-align: center;
    padding: 2px;
}

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

.news-overview .intro .date .small {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

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

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

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

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

.news-overview .intro .image .fallback {
	background: rgba(0, 0, 0, 0.71);
    height: 120px;
}
.news-overview nav ul.pagination > .selected a {
    color: #000;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-overview {
        width: 100%;
    }
}

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

@media screen and (min-width: 768px) {
	.news-overview .intro .date div {
        min-height: 120px;
    }
}

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

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


.table-component table {
    /* min-width: 400px; */
    margin-bottom: 0;
}

.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: #484848;
    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: 35px;
    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: 35px;
    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,.table-container-fade-right span {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    color: white;
}


.table-container-fade-right span:before,.table-container-fade-left span:before {
	    font-size: 30px;
	    color: white;
	    line-height: 0;}

@media (max-width: 767px) {
    .table-component {
        font-size: 16px;
    }

    .collapse-item-component > button .panel-title span,
    li,
    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;
    }
}

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

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

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

.collapse-component.ordered .collapse-item-component.panel {
    background-color: transparent;
    border-left: 3px #00811f 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>button {
    color: #000;
    top: -10px;
    position: relative;
	padding: 0;
	text-align: left;
}

.collapse-item-component>button .panel-title span {
    text-decoration: underline;
}

.collapse-item-component>button .panel-title:before {
	font-family: "Font Awesome 5 Pro";
	padding-right: 7px;
	color: #00811f;
}

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

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

.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 #00811f solid;
    border-radius: 100%;
    padding: 4px 8px;
    position: relative;
    background-color: #fff;
    font-weight: bold;
}

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

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


/* ==========================================================================
   FAQ & FAQ item component
   ========================================================================== */
.faq-component.panel-group {
    margin-top: 40px;
}

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

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

.faq-component .collapse-item-component .panel-body {
    padding: 0;
    padding-bottom: 15px;
}

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

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

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

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

.answer-component>button h4.panel-title{
    line-height: 20px;
	margin: 0;
}

/* ====================================
Gallery component 
==================================== */


@media (min-width: 992px) {
	.gallery-component .col-md-4 figure:last-child {
		margin-top: 1.8rem!important;
	}
}

.gallery-component a {
	position: relative;
}

.gallery-component a:focus,
.gallery-component a:focus-visible {
	outline-offset: -4px;
	outline: 4px solid #00811f;
}

.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 .fas.fa-expand {
    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;
}

.gallery-component .fas.fa-expand.fa-border {
	border-color: #000;
	border-width: 0.1em;
}

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

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

.fancybox__caption {
    text-align: center;
}

.fancybox__caption .picture-description a,
.fancybox__caption .picture-description a:hover {
	color: #fff;
    text-decoration: underline;
}

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

body:not(.is-using-mouse) .fancybox__container :focus {
	box-shadow: 0 0 0 2px #d64309, 0 0 0 4px #ffffff;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	box-shadow: 0 0 0 2px #d64309, 0 0 0 4px #ffffff;
	border: none;
}

.carousel__dots {
	top: 100%;
}

/* ====================================
Social share 
==================================== */
/*
.social-share-buttons-component {
    margin:0 -15px;
}
*/
.social-share-buttons-component .fab,
.social-share-buttons-component .fas{
    margin-left: 7px;
    top: 0px;
    position: relative;
}
.social-share-buttons-component .btn:after{
    display: none;
}

.social-share-buttons-component .btn.btn-primary.dark{
    margin-right: 20px;
}

@media screen and (max-width: 600px) {
	.social-share-buttons-component .btn.btn-primary.dark{
		margin: 0 20px 20px 0;
	}
}

/* ====================================
Map legend 
==================================== */

.map {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .map {
        height: 400px;
    }
}

.map .legend {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	text-align: left;
	display: block;
	z-index: 1;
}

.map .accordion>.card .card-header {
     padding: .35rem .55rem;
}

.map .accordion .card-body {
    padding: 0 1.25rem;
}

.map .legend h5 .btn {
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
    text-align: left;
}

.map .legend ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.map .legend .layer {
	display: flex;
	align-items: center;
	margin: 0.75rem 0;
}

.map .legend .layer img {
	max-width: 30px;
}

.map .legend .layer a {
	color: #000000;
    padding: 0 0 0 0.55rem;
    text-decoration: none;
}

@media screen and (max-width: 340px) {
    .map .legend .layer img {
	   max-width: 28px;
    }

    .map .legend .layer a {
        font-size: 14px;
    }
}

.map .legend .layer a:hover {
	text-decoration: underline;
}

.map .legend [data-toggle="collapse"]:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    width: 30px;
    display: inline-block;
}

.map .legend [data-toggle="collapse"].collapsed:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
	width: 30px;
    display: inline-block;
}

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

.video-content {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.video-content iframe,
.video-content object,
.video-content embed {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 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;
    }
}

/* ==========================================================================
hCaptcha
========================================================================== */
.h-captcha iframe {
	border: 2px solid #000000;
}

/* ==========================================================================
Popup
========================================================================== */
.popup-component.white {
	--modal-background-color: #fff;
	--font-color: #000;
	--focus-color: #00811F;
}
.popup-component.dark-grey {
	--modal-background-color: #404B4F;
	--font-color: #fff;
	--focus-color: #fff;
}
.popup-component.grey {
	--modal-background-color: #EFF4F6;
	--font-color: #000;
	--focus-color: #00811F;
}
.popup-component.green {
	--modal-background-color: #00811F;
	--font-color: #fff;
	--focus-color: #fff;
}

.popup-component *:focus {
	outline: unset;
}

.popup-component *:focus, 
.popup-component *:focus-visible {
	box-shadow: 0 0 0 4px var(--focus-color);
}

.popup-component .bottom-button {
	position: fixed;
    right: 100px;
	bottom: 0;
    z-index: 1005;
	margin: 0;
	background-color: var(--modal-background-color);
	color: var(--font-color);
}

.popup-component .bottom-button:focus {
	margin: 0;
}

.popup-component .modal-content {
	background-color: var(--modal-background-color);
	color: var(--font-color);
}

.popup-component.green .modal-content .highlight-content-btn .btn,
.popup-component.dark-grey .modal-content .highlight-content-btn .btn {
	color: #000;
}

.popup-component.green .modal-content .highlight-content-btn .btn:hover,
.popup-component.dark-grey .modal-content .highlight-content-btn .btn:hover {
	color: var(--font-color);
}

.popup-component.green .modal-content .highlight-content-btn .btn:focus,
.popup-component.dark-grey .modal-content .highlight-content-btn .btn:focus {
	box-shadow: 0 0 0 0.2rem #00811F;
}

.popup-component a{
	color: var(--font-color);
}

.popup-component .table {
	color: var(--font-color);
}

.popup-component .app-form-component label {
	color: var(--font-color);
}

.popup-component .highlight-text-component {
	background-color: var(--modal-background-color);
}

.popup-component.green .table-container-fade-right,
.popup-component.dark-grey .table-container-fade-right {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.popup-component.green .table-container-fade-left,
.popup-component.dark-grey .table-container-fade-left {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.popup-component #arrow {
	position: fixed;
    right: 150px;
    rotate: 45deg;
    bottom: 50px;
    width: 30px;
    height: 30px;
    background-color: var(--modal-background-color);
    z-index: 1005;
}

#arrow.fade-in {
	transition: opacity 0.5s ease-in-out;
}

#arrow.fade-out {
	opacity:0;
}

.popup-component .modal {
	bottom: 65px;
    right: 50px;
    width: auto;
    min-width: 200px;
    left: auto;
    top: auto;
    min-height: 200px;
    max-height: calc(100% - 200px);
    padding-bottom: 10px;
    background-color: var(--modal-background-color);
	color: var(--font-color);
    padding-right: 0 !important; /* padding is set on the element through js, so we need important here to prevent that */
}


.popup-component .modal.show .modal-dialog {
	height: 100%;
	background-color: var(--modal-background-color);
	color: var(--font-color);
	margin: 0;
}
.popup-component .modal-body {
	padding-top:0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.popup-component .modal-content {
	border-radius: 0;
	border: none;
	height: 100%;
}
.popup-component  .modal-header {
	border: none;
}

/* components inside the popup */
.modal-m .modal-body .grid-sizer,
.modal-m .modal-body .grid-item {
    display: block;
    float: left;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
    width: 50%;
}

.modal-sm .modal-body .grid-sizer,
.modal-sm .modal-body .grid-item {
    display: block;
    float: left;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
    width: 100%;
}

.modal-sm .modal-body .news-masonry-grid-home-readmore {
    display: table;
    margin: 0;
}

@media screen and (max-width: 575px) {
	.popup-component .modal{
		right: unset;
		margin-left: 10px;
    	margin-right: 10px;
		width: calc(100% - 20px);
	}
	#arrow {
		left: 100px;
		right: auto;
	}

	.modal-lg .modal-body .grid-sizer,
	.modal-lg .modal-body .grid-item,
	.modal-m .modal-body .grid-sizer,
	.modal-m .modal-body .grid-item,
	.modal-sm .modal-body .grid-sizer,
	.modal-sm .modal-body .grid-item {
		display: block;
		float: left;
		padding: 0 15px 15px 15px;
		margin-bottom: 20px;
		width: 100%;
	}

	.modal-lg .modal-body .news-masonry-grid-home-readmore,
	.modal-m .modal-body .news-masonry-grid-home-readmore {
		display: table;
		margin: 0;
	}
}

.modal-sm .modal-body .news-overview,
.modal-lg .modal-body .news-overview,
.modal-m .modal-body .news-overview {
	width: 100%;
}

.modal-sm .modal-body .news-overview h2 {
	margin-top: 30px;
}

.modal-sm .news-overview .read-more {
	position: initial;
}

.modal-sm .news-overview li.news-item {
	margin-bottom: 20px;
}
.modal-sm .news-overview .intro .date {
	padding: 0 15px 0 15px;
}
.modal-sm .news-overview .intro .date .big {
	font-size: 85%;
	display: inline-block;
	padding-right: 5px;
}
.modal-sm .news-overview .intro .image,
.modal-sm .news-overview .intro .image.no-date {
	padding: 0 15px 15px 15px;
}

.modal-sm .news-overview .container.intro {
	margin-bottom: 0;
}

.modal-sm .news-overview .col-md-1,
.modal-m .news-overview .col-md-1,
.modal-sm .news-overview .col-md-9,
.modal-m .news-overview .col-md-9,
.modal-sm .news-overview .col-sm-2,
.modal-m .news-overview .col-sm-2,
.modal-sm .news-overview .col-sm-8,
.modal-m .news-overview .col-sm-8 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
}

.modal-sm .news-overview .intro .date div,
.modal-m .news-overview .intro .date div {
	min-height: fit-content;
}

.modal-sm .news-overview .intro .date .big,
.modal-m .news-overview .intro .date .big {
	font-size: 15px;
	display: inline;
	padding-right: 3px;
}

.modal-sm .news-overview .intro .image,
.modal-m .news-overview .intro .image {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 15px;

}

@media screen and (max-width: 991px) {
	.modal-lg .news-overview .col-md-1,
	.modal-lg .news-overview .col-md-9,
	.modal-lg .news-overview .col-sm-2,
	.modal-lg .news-overview .col-sm-8 {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	.modal-lg .news-overview .intro .date div {
		min-height: fit-content;
	}

	.modal-lg .news-overview .intro .date .big {
		font-size: 15px;
		display: inline;
		padding-right: 3px;
	}
	
	.modal-lg .news-overview .intro .image {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px;
	
	}
}