/*
Author:		Rico Floß, floss@51nullacht.de
Author URI: https://www.51nullacht.de/
Project:	p-sachsen.de
Date:		2020-01
Edit:		2023-01
Client:		Büro Quer
*/

/* ========= Colours
corporate green		86BC25

darker green		3d7e20
light green			A1E031
ultralight green	F3F8E9
link green			7AC546
dark grey			4D4D4D
black				000
*/

/* pt-sans-regular - latin */
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local(''),
url('../vendor/fonts/pt-sans-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../vendor/fonts/pt-sans-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700 - latin */
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local(''),
url('../vendor/fonts/pt-sans-v16-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../vendor/fonts/pt-sans-v16-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-italic - latin */
@font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local(''),
url('../vendor/fonts/pt-sans-v16-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../vendor/fonts/pt-sans-v16-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-narrow-regular - latin */
@font-face {
font-family: 'PT Sans Narrow';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local(''),
url('../vendor/fonts/pt-sans-narrow-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../vendor/fonts/pt-sans-narrow-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-narrow-700 - latin */
@font-face {
font-family: 'PT Sans Narrow';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local(''),
url('../vendor/fonts/pt-sans-narrow-v16-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../vendor/fonts/pt-sans-narrow-v16-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



html,body { font-weight: normal; font-size: 18px; font-family: 'PT Sans', Arial, Verdana, sans-serif; line-height: 1.5; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { overflow-x: hidden; }
strong, b { font-family: 'PT Sans'; }
blockquote { }
cite { }
hr { border-top-style: solid; border-color: #3d7e20; margin-top: 2rem; margin-bottom: 2rem; }
header time { color: #3d7e20; font-weight: 700; }

/* ========= grid */
.container,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
	padding-left: 10px; padding-right: 10px;
}
.row { margin-left: -10px; margin-right: -10px; }
.container { width: 1500px; }
.wrapper { overflow-x: hidden; background: transparent top center no-repeat; background-size: 100%; }

/* ========= links */
a { text-decoration: none; color: #3d7e20; }
a.none { color: currentColor; }
a strong, a b, strong a, b a { }
.content-body p a { text-decoration: underline; }

/* ========= form */
form { position: relative; }
form input, form textarea, form select { color: #000; background-color: #F3F8E9; border: 1px solid #3d7e20; border-radius: .25rem; max-width: 100%; }

::-webkit-input-placeholder { color: #3d7e20; }
:-moz-placeholder { color: #3d7e20; }
::-moz-placeholder { color: #3d7e20; }
:-ms-input-placeholder { color: #3d7e20; }

form input[type="text"], form input[type="email"], form input[type="number"], form input[type="tel"], form textarea, form select { padding: .5rem; }
.page-header form input[type="search"] { padding: .025rem .25rem; }
form textarea { padding-bottom: .75rem; }

form input.error,
form textarea.error,
form select.error { border: 1px solid red; }
.alert-error { color: red; }

.form-row { margin-bottom: .5rem; }
.label-row { padding: .5rem; background-color: #F1F2F0; }

/* styled */
[type="checkbox"].styled + label::before { font-family: "Font Awesome 5 Free"; content: '\6d'; }
[type="checkbox"].styled:checked+label::before { content: '\70'; }
[type="radio"].styled + label::before { font-family: "Font Awesome 5 Free"; content: '\34'; }
[type="radio"].styled:checked+label::before { content: '\35'; }

/* ========= buttons */
.button { padding: .5rem 1.5rem; -webkit-appearance: none; border: 1px solid #326426; background-color: #326426; color: #fff; border-radius: 1rem; line-height: 1.25; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.button.current,.button.active,.button:hover,.button:focus { text-decoration: none; box-shadow: none; background-color: #fff; color: #326426; }
.button.aslink,.button.none,.button.aslink:hover,.button.none:focus { background-color: transparent; color: currentColor; padding: 0; text-transform: none; border: none; box-shadow: none; }
.button.asLink:hover,.button.asLink:focus,.button.none:hover,.button.none:focus { color: #3d7e20; }
.button.aslink { color: #3d7e20; }
.button.grey { background-color: #505A45; }
.button.dark { background-color: #4D4D4D; }
.button.light { background-color: #fff; color: #000; }
.button.pill { border-radius: 50%; }
.button:focus { outline: 1px dotted currentColor; }

/* ========= tables */
table { margin-top: 0; min-width: 640px; }
table,
table thead td,
table th,
table td { border: none; padding: .25rem; font-size: .818rem; }
table td.nowrap { white-space: nowrap; }
table th:first-child,
table td:first-child { }
table th:last-child,
table td:last-child { }

table th,
table thead td { background-color: #585F63; color: #fff; font-weight: 700; }
table tbody tr:nth-child(odd) td { background-color: #E5E6E7; }

.table-container { overflow: auto; }

/* ========= headlines */
h1, .likeh1,
h2, .likeh2,
h3, .likeh3,
h4, .likeh4,
h5, .likeh5,
h6, .likeh6 {
	/* padding: 0; text-decoration: none !important; margin-bottom: .5em; font-family: 'acumin-pro-extra-condensed'; font-weight: normal; color: #4D4D4D; margin-top: 1em; */
	padding: 0; text-decoration: none !important; margin-bottom: .5em; font-family: 'PT Sans Narrow'; font-weight: 700; color: #4D4D4D;
}
:not(figcaption) > h3,
:not(figcaption) > .likeh3 { margin-top: 1em; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1, .likeh1 { font-weight: 600; font-size: 1.636rem; line-height: 1; text-transform: uppercase; padding-left: 1.5rem; margin-top: 0; position: relative; }
h1::before, .likeh1::before { position: absolute; display: block; left: 0; top: .725rem; content: ''; width: .75rem; height: .75rem; border-radius: 50%; background-color: #3d7e20; }
h2, .likeh2 { font-weight: 300; font-size: 1.636rem; line-height: 1.25; margin-bottom: .75em; text-transform: uppercase; }
h3, .likeh3 { font-weight: 600; font-size: 1.25rem; }
h4, .likeh4 { }
h5, .likeh5 { }
h6, .likeh6 { }

/* .widget-title { display: none !important; } */

/* ========= header */
.page-header { line-height: 1; padding-top: 1rem; padding-bottom: 1rem; }

/* logo */
.page-header .logo-container img { width: 350px; }
/* .page-header .svg-respo-container { padding-bottom: 45.8%; } */

/* meta-navigation */
.meta-navigation { display: flex; justify-content: flex-end; align-items: center; font-size: .909rem; position: relative; }
.meta-navigation > div { margin-left: 2rem; }
.meta-navigation a { color: inherit; }
.meta-navigation label { vertical-align: inherit; }
/* .meta-navigation [type="submit"] { display: none; } */
.meta-navigation .widget_custom_html *:not(.fa-inverse) { color: #326426; } /* #3d7e20 too weak */

/* ========= navigation */
/* toogle */

/* main */
.main-navigation-container { }
.main-navigation { margin-top: 2rem; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; }
/* .main-navigation a { display: block; font-size: 1.25rem; font-family: 'acumin-pro-extra-condensed'; font-weight: 500; position: relative; } */
.main-navigation a { display: block; font-size: 1rem; font-family: 'PT Sans Narrow'; font-weight: 400; position: relative; }
.main-navigation a::before { position: absolute; display: block; left: -.75rem; top: .45rem; content: ''; width: .5rem; height: .5rem; border-radius: 50%; background-color: #3d7e20; }
.main-navigation li.page_item_has_children > a::before { content: '+'; color: #fff; line-height: 0.5; padding-right: 1px; }
.main-navigation li.page_item_has_children:nth-child(3) { margin-right: 1rem; }
.main-navigation li.page_item_has_children:nth-child(3)::after { content: ' ┃ '; position: absolute; right: -1.25rem; top: 0; line-height: .8; }

.main-navigation li { display: inline-block; position: relative; }

	/* only main */
.main-navigation > ul > li { margin-left: 2.5rem; }
.main-navigation > ul > li > a { color: #4D4D4D; text-transform: uppercase; }
.main-navigation > ul > li[class*="current"] > a,
.main-navigation > ul > li > a.active,
.main-navigation > ul > li.hover > a,
.main-navigation > ul > li:hover > a,
.main-navigation > ul > li > a.hover,
.main-navigation > ul > li > a:hover { color: #3d7e20; }

	/* children */
.main-navigation .children { display: none; position: absolute; left: -.9rem; z-index: +2; min-width: 300px; max-width: 100%; padding-top: 1rem; text-align: left; }
.main-navigation .children:last-child { left: auto; right: 0; }
.main-navigation .children li { display: block; box-shadow: .125rem .125rem .125rem 0 rgba(0,0,0,.125); overflow: hidden; }
.main-navigation .children li:first-child { border-radius: .25rem .25rem 0 0; }
.main-navigation .children li:last-child { border-radius: 0 0 .25rem .25rem; }
.main-navigation .children a { color: #fff; font-weight: 300; background-color: #3d7e20; padding: .5rem .25rem .5rem 1rem; border-bottom: 1px solid #F3F8E9; }
.main-navigation .children a::before { left: .25rem; top: .9rem; background-color: #fff; }
.main-navigation .children li:last-child a { border-bottom: none; }
.main-navigation .children li[class*="current"] a,
.main-navigation .children li a:focus,
.main-navigation .children li a:hover { background-color: #326426; }
.main-navigation .children li[class*="current"] a { font-weight: 500; }

.main-navigation > ul > li.hover .children,
.main-navigation > ul > li:hover .children { display: block; }

/* ========= toc-container */
.toc-container ul { padding: 0; list-style: none; margin-bottom: 3rem; }
.toc-container a { font-size: .909rem; text-decoration: none; }
.toc-container a:hover,
.toc-container li.current-cat a { font-weight: 700; }

/* ========= header slider / video / image */

/* figure */
.header-image-container .figcaption-container { position: absolute; z-index: +2; bottom: -1rem; left: 0; right: 0; }
.header-image-container .figcaption-content { padding: 1rem; background-color: #70B62C; font-size: .875rem; font-weight: 300; line-height: 1.25; color: #fff; text-transform: uppercase; }
body.home .header-image-container .figcaption-container { z-index: +1; top: 0; bottom: auto; margin-top: 50vh; }
body.home .header-image-container .figcaption-content { float: right; background-color: transparent; text-transform: none; }
body.home .header-image-container .figcaption-content::before { display: none; }
.header-image-container .figcaption-content strong { font-size: 2rem; text-transform: none; }
body.home .header-image-container .figcaption-content strong { font-size: 3.5rem; font-weight: normal; }
body.page-template-wegweiser .header-image-container .figcaption-content { float: right; right: 8.333%; font-size: 2rem; text-transform: none; }

.header-image .scrollToAnchor { display: none; }

/* ========= page-content */
.page-document { position: relative; margin-top: 5rem; }

/* main elements */
	/* header */
.content-header { }

	/* sidebar */
.content-sidebar { margin-right: -.5rem; margin-left: -.5rem; padding: 1rem; background-color: #F1F2F0; }

/* content main */
.content-body { }
.content-footer { flex: 0 0 100%; }
.content-footer .back-link { }
	/* article header */
.content-body .article-header { }
	/* images */
.content-body figure img { display: inline-block; }
.content-body .right > img { float: right; }
.content-body figcaption { padding: .25rem 0; font-weight: 300; font-size: .875rem; }
body.contrast-mode .item-image,
body.contrast-mode img { -webkit-filter: contrast(200%) brightness(90%); filter: contrast(200%) brightness(90%); }

.page-content figure.page-image { position: relative; padding-left: 3rem; margin-top: 10rem; }
.page-content figure.page-image::before { content: ''; border: .1rem solid #3d7e20; border-radius: 100%; left: 3rem; top: 50%; transform: translate(0, -50%); display: block; position: absolute; width: calc(100% - 3rem - 10px); padding-bottom: calc(100% - 3rem - 12.5px); } /* rem = padding-left from parent */

/* remove figure inline width */
figure[style*="width:"] { width: auto !important; }

	/* wp-pagenavi */
.wp-pagenavi { text-align: center; }
.wp-pagenavi span:not(.pages), .wp-pagenavi a { padding: .5rem 1.5rem; background-color: #3d7e20; color: #fff; border-radius: 1rem; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.wp-pagenavi .pages { display: block; }
.wp-pagenavi a.previouspostslink { display: none; }
.wp-pagenavi a.nextpostslink { display: none; }
.wp-pagenavi span.current,
.wp-pagenavi a:hover { text-decoration: none; box-shadow: none; background-color: #326426; }

/* tabs */
ul.tabs { margin-bottom: 2rem; }
ul.tabs li a { border: none; background-color: transparent; top: auto; color: #000; }
ul.tabs li a i { padding-right: .25rem; }
ul.tabs li.current a { background-color: #D1E751; }
.tab-content { padding: 0; border: none; }

/* gallery */
.gallery .slick-slide { text-align: center; }
.gallery .slick-slide img { margin: 0 auto; }
.gallery.gallery-columns-1.gallery-size-medium { background-color: #E5E6E7; padding: 3rem 5rem; }
.gallery.gallery-columns-1.gallery-size-medium .slick-arrow::before { color: #3d7e20; }
.gallery.gallery-columns-1.gallery-size-large { }
.gallery.gallery-columns-1.gallery-size-large .gallery-item { margin-left: 0; }
.gallery.gallery-columns-1.gallery-size-large .slick-slide img { width: 100%; }
.gallery.gallery-columns-1.gallery-size-large .slick-arrow.slick-prev,
.gallery.gallery-columns-1.gallery-size-large .slick-arrow.slick-next { background-color: rgba(255,255,255,.3); }
.gallery:not(.gallery-columns-1) { display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; text-align: center; }
.gallery:not(.gallery-columns-1) figure { padding: .5rem; }

/* ========= custom types */
/* list */
.list-container h3,
.list-container .likeh3 { margin-bottom: 0; margin-top: 0; }
.list-container header { margin-bottom: .5rem; }

/* item */

/* startslider */
.list-container.startslider-list { margin-bottom: 1rem; margin-top: -4rem; /* width: 100vw; */ width: calc(100% + 140px); }
.list-container.startslider-list .item-content { padding-top: 1rem; }
.list-container.startslider-list .item-content::before { content: ''; display: block; margin: 5rem 0 1rem 0; width: 2rem; height: 2rem; border-radius: 50%; background-color: #3d7e20; }
.list-container.startslider-list .item-title { font-size: 1.590rem; font-style: italic; line-height: 1.25; }
/* .list-container.startslider-list .claim { font-size: 6rem; color: #4D4D4D; text-transform: uppercase; font-family: 'acumin-pro-extra-condensed'; font-weight: 300; line-height: .875; } */
.list-container.startslider-list .claim { font-size: 5rem; color: #4D4D4D; text-transform: uppercase; font-family: 'PT Sans Narrow'; font-weight: 400; line-height: .875; }

/* page */
.list-container.page-list { display: flex; font-size: 1rem; text-align: center; margin-bottom: 3rem; }
.list-container.page-list .item-container .item-image.with-round-border { padding: .25rem .5rem .25rem 1px; }
.list-container.page-list .item-container a { text-decoration: none !important; text-transform: uppercase; }

/* subpages */
.list-container.subpage-list { margin-bottom: 3rem; }

.cta-container { margin-top: 1rem; display: flex; flex-wrap: wrap; }
.cta-container a { display: flex; align-items: center; margin-right: 2rem; margin-bottom: 1rem; background-color: #3d7e20; position: relative; color: #fff; text-transform: uppercase; text-decoration: none !important; height: 200px; width: 200px; border-radius: 100%; text-align: center; padding: 1rem; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
.cta-container a::before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); border: .1rem solid #3d7e20; border-radius: 100%; width: 105%; height: 105%; }
.cta-container a:hover { background-color: #326426; }

/* event */
.list-container.event-list .inner-list { display: flex; flex-wrap: wrap; }
.list-container.event-list .col { flex: 0 1 33.333%; padding: 10px; }
.list-container.event-list .col .item-container { padding: 1rem; background-color: #F3F8E9; }

/* newsletter */
.list-container.newsletter-list h3 { margin-top: 0; }
.list-container.newsletter-list .item-container { margin-bottom: 1rem; }

/* lebenswelt */
.section-lebenswelt { flex-wrap: wrap !important; }

/* news */
.news-list .slider .slick-slide { margin-left: 2rem; margin-right: 2rem; }
.news-list .slider .slick-prev { left: -2rem; }
.news-list .slider .slick-next { right: -2rem; }

/* ========= site origin */
.panel-grid.panel-no-style.has-background,
.panel-grid.panel-has-style.has-background > div { padding-top: 2rem; padding-bottom: 2rem; }
.panel-grid.panel-no-style.has-background:not(.row_stretch-full),
.panel-grid.panel-has-style.has-background:not(.row_stretch-full) > div { padding-left: 1rem; padding-right: 1rem; }

/* ========= page-footer */
.page-footer { margin: 2rem 0; font-size: .909rem; color: #4D4D4D; }
.page-footer a { color: inherit; }

/* ========= other */
/* icons */
.corporate-icon { color: #3A3C3C; background-color: #3d7e20; text-align: center; padding: 0; width: 4rem; height: 4rem; line-height: 6rem; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
.corporate-icon.current { color: #8C8B8D; background-color: #D7DADB; }
.corporate-icon span { font-size: 2.5rem; }

/* scroll buttons */
.nextScroll,
.topScroll { position: fixed; right: 1rem; bottom: 1rem; opacity: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
body.scrolled-outside-firstview .topScroll { opacity: 1; }
.nextScroll { opacity: 0; z-index: 0; }
body.scrolled-inside-lastview .topScroll,
body.scrolled-outside-firstview.scrollUp .topScroll { opacity: 1; z-index: +1; }
body.scrolled-outside-firstview .nextScroll { opacity: 1; z-index: +1; }
body.scrolled-inside-lastview .nextScroll,
body.scrollUp .nextScroll { opacity: 0; z-index: 0; }

/* accessibility */
.skip-shortcut { position: absolute; left: 0; top: -1000px; z-index: 999; background-color: #3d7e20; padding: 1rem; color: #fff; box-shadow: 0 .5rem .5rem -.5rem rgba(0,0,0,0.5); }
.skip-shortcut:focus { top: 0; }
/* .page-header .meta-accessibility li { margin-left: 1rem; }
body:not(.contrast-mode) .page-header .meta-accessibility .contrast-on { display: none; }
body.contrast-mode .page-header .meta-accessibility .contrast-off { display: none; }
body:not(.text-mode) .page-header .meta-accessibility .images-on { display: none; }
body.text-mode .page-header .meta-accessibility .images-off { display: none; } */

body.contrast-mode h1,
body.contrast-mode h2,
body.contrast-mode h3,
body.contrast-mode h4,
body.contrast-mode h5,
body.contrast-mode h6,
body.contrast-mode { color: #000; }
body.contrast-mode .button { background-color: #000; color: #fff; }

body.contrast-mode form input,
body.contrast-mode form textarea,
body.contrast-mode form select,
body.contrast-mode .cta-container a { color: #000; }
body.contrast-mode [style*="background-image"],
body.contrast-mode img { -webkit-filter: contrast(200%) brightness(90%); filter: contrast(200%) brightness(90%); }
body.contrast-mode .page-footer .service-container { background-color: #fff; border-top: 2px solid; }
body.text-mode .gallery,
body.text-mode .startslider-container,
body.text-mode .item-image.with-round-border,
body.text-mode img,
body.text-mode figcaption { display:none; }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0,0,0,0); }

/* p */
* > p:last-child { margin-bottom: 0; }

/* ========= override */
/* slick */
.slick-dots { bottom: 1rem; left: 0; }
.slick-dots li button::before {
	display: inline-block; font-family: "Font Awesome 5 Free"; font-size: 1rem; line-height: 1; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	content: "\f111"; color: #fff; opacity: 1; width: 100%;
}
.slick-dots li.slick-active button::before { /* content: "\35"; color: #ADB2A8; */ color: #3d7e20; }

.slick-arrow { z-index: +1; width: auto; height: auto; }
.slick-arrow.slick-disabled { opacity: .5; }
.slick-arrow::before {
	display: inline-block; font-family: "Font Awesome 5 Free"; font-size: 3rem; line-height: 1; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	opacity: 1; color: #000;
}
.slick-arrow:focus-visible { outline: 1px dotted #000; }
.slick-arrow.slick-prev,
.slick-arrow.slick-next { line-height: 1; width: 3rem; }
.slick-arrow.slick-prev { left: 1rem; }
.list-container.event-list .slick-arrow.slick-prev { left: -3rem; }
.slick-arrow.slick-prev::before { content: "\f104"; }
.slick-arrow.slick-next { right: 1rem; }
.list-container.event-list .slick-arrow.slick-next { right: -3rem; }
.slick-arrow.slick-next::before { content: "\f105"; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { }

.slick-track { margin-left: 0; }

.list-container.startslider-list .slick-prev { left: -4rem; }
.list-container.startslider-list .slick-next { right: -4rem; }

/* list */
ul { margin-bottom: 1rem; /* list-style: square; */ }

/* cf7 */
.wpcf7-form-control.wpcf7-submit { margin-top: 1.75rem; }
span.wpcf7-list-item { margin-left: 0; }
.screen-reader-response { padding: 0 1rem; }

/* accordion */
.accordion-container .trigger::before {
	font-family: "Font Awesome 5 Free";
}
.accordion-container .trigger.trigger_active { }
.accordion-container .accordion-content {
	display: none; overflow: hidden;
}

/* video */
.wp-video br { display: none; }

/* icons */

/* helper */
.position-static { position: static;}
.hide-desktop { display: none; }
.with-round-border { padding: 1rem .75rem 2px .5rem; position: relative; }
.with-round-border::before { content: ''; display: block; position: absolute; left: 0; top: 0; border: .1rem solid #3d7e20; border-radius: 100%; width: 100%; height: 100%; }
img.with-round-border { display: block; border: .1rem solid #3d7e20; border-radius: 100%; overflow: hidden; width: 100%; }
.image-mask { position: relative; height: 0; width: 100%; padding-top: 100%; overflow: hidden; border-radius: 50%; }
.image-mask.as-bg { background: transparent center no-repeat; background-size: cover; } /* this is the bg solution */
.image-mask img { min-height: 101%; min-width: 101%; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.image-mask img { max-width: none; } /* this is the proportional thing */
.image-mask img { width: auto; } /* this is the non-square thing */
.gallery.gallery-columns-1,
.offset-grid { margin-left: -10px; margin-right: -10px; }
.gallery.gallery-columns-1 .slick-prev,
.offset-grid .slick-prev { margin-left: 10px; }
.gallery.gallery-columns-1 .slick-next,
.offset-grid .slick-next { margin-right: 10px; }

/* notice */
.notice { padding-bottom: 1rem; }
.notice.info, .alert.alert-info { background-color: #F3F8E9; border-color: #326426; }



/* ========= cookie script */

/* iframe cookie */
.iframe-wrapper { position: relative; display: block; }
.iframe-wrapper-info { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden;
background-color: #eee; padding: 1rem;
display: -webkit-box; display: -ms-flexbox; display: flex;
-webkit-box-align: center; -ms-flex-align: center; align-items: center;
-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

/* cookie banner */
#cookiescript_injected { padding-top: 25px !important; }
.cookiescript_hidden { display: none !important; }