@charset "UTF-8";
@font-face{font-family:'Vista Slab';font-weight:600;src:url(/inc/vista_slab_bold.ttf) format("truetype")}
@font-face{font-family:'Vista Slab';font-weight:700;src:url(/inc/vista_slab_black.ttf) format("truetype")}
@font-face{font-family:'Roboto';font-weight:400;src:local("Roboto"),url(/inc/Roboto-Regular.ttf) format("truetype")}
@font-face{font-family:'Roboto';font-weight:700;src:local("Roboto Medium"),url(/inc/Roboto-Medium.ttf) format("truetype")}


::selection {
	background: #1E8736;
	color: #FFFFFF;
	padding: 4px;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
html {
	display: block;
}
head {
	display: none;
}
body {
	font-family: "Roboto", sans-serif;
	color: #343434;
}
body {
	margin: 0;
}
body {
	padding-top: 76px;
}
body {
	display: block;
}
body nav {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	border-top: solid 8px #FFFFFF;
	height: 52px;
	background: linear-gradient(45deg, #1D652C 0%, #1E8736 100%);
	transition: all .2s;
}
nav {
	display: block;
}
.shadow-200 {
	box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
}
.shadow-300 {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.25);	
}
div {
	display: block;
}
a {
	text-decoration: none;
	color: #1E8736;
}
a {
	background-color: transparent;
}
body nav .nav-wrapper .logo {
	height: 60px;
	position: absolute;
	z-index: 1;
	top: -4px;
	left: 8px;
}
img {
	max-width: 100%;
}
img {
	border-style: none;
}
picture {
	display: grid;
}
label.hamburg {
	display: block;
	width: 60px;
	height: 52px;
	position: absolute;
	right: 0;
}
input#hamburg {
	display: none;
}
.line {
	position: absolute; 
	left: 12px;
	height: 2px;
	width: 36px; 
	background: #fff;
	display: block; 
	transition: 0.5s; 
	transform-origin: center;
}
.line:nth-child(1) {
	top: 13px;
}
.line:nth-child(2) {
	top: 25px;
}
.line:nth-child(3) {
	top: 37px;
}
#hamburg:checked + .hamburg .line:nth-child(1) {
	transform: translateY(12px) rotate(-45deg);
}
#hamburg:checked + .hamburg .line:nth-child(2) {
	opacity: 0;
}
#hamburg:checked + .hamburg .line:nth-child(3) {
	transform: translateY(-12px) rotate(45deg);
}
#hamburg:checked + .hamburg + .menu {
	right: 0;
}
body nav .nav-wrapper .menu {
	position: fixed;
	right: -75%;
	top: 60px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column;
	width: 75%;
	height: 100vh;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0);
	transition: all .2s;
}
ul:not(.pagination):not(.phpdebugbar-widgets-list):not(.menu) {
	list-style: none;
}
ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
ul:not(.pagination):not(.phpdebugbar-widgets-list):not(.menu) li {
	line-height: 28px;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
ul:not(.pagination):not(.phpdebugbar-widgets-list):not(.menu) li:before {
	content: "\2022";
	color: #1E8736;
	font-weight: 700;
	display: inline-block;
	font-size: 36px;
	position: absolute;
	margin-left: -20px;
}
body nav .nav-wrapper .menu li {
	list-style: none;
	font-family: "Vista Slab",serif;
	font-weight: 600;
	font-size: 18px;
	padding: 8px 16px;
}
body nav .nav-wrapper .menu li a {
	color: #343434;
}
body nav .nav-wrapper .menu li a:hover {
	color: #1E8736;
}
.highlight {
	background: #F9F9F9;
	margin-top: 60px;
	padding: 24px 0;
}
.container:after, .highlight:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.container {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.w-1 {
    width: 100%!important;
}
.w-2 {
    width: 100%!important;
}
.w-3 {
    width: 100%!important;
}
section {
	display: block;
}
[class^="module-"] {
	padding: 0 16px;
	box-sizing: border-box;
	flex-wrap: wrap;
	height: 100%;
	float: left;
}
.container.header {
	margin-bottom: 24px;
}
.container header {
	width: 100%;
}
header {
	display: block;
}
.container header h1, .container header h2 {
	margin-bottom: 0;
}
.highlight h1, .highlight h2 {
	margin: 0;
}
h1, h2 {
	color: #1E8736;
	font-family: "Vista Slab", serif;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: uppercase;
}
h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
p {
	color: #343434;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
}
p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
strong, b {
	font-weight: 700;
}
.module-contact .contact-wrapper {
	width: 100%;
}
.module-contact .contact-wrapper .contact-item {
	padding: 20px 20px 16px 20px;
	margin: 12px 0 28px 12px;
	background: #F9F9F9;
	display: flex;
	flex-direction: column;
}
.rounded-m {
	border-radius: 8px;
}
.rounded-16 {
	border-radius: 16px;
}
.overflow-hidden {
	overflow: hidden;
}
.module-contact .contact-wrapper .contact-item>img {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-left: -32px;
	margin-top: -32px;
	position: absolute;
}
.module-contact .contact-wrapper .contact-item strong {
	display: block;
	margin-bottom: 4px;
}
.module-contact .contact-wrapper .contact-item>*:not(img) {
	padding-left: 88px;
}
.text-light {
	color: #9F9F9F;
	font-size: 12px;
	line-height: 16px;
}
.module-contact .contact-wrapper .contact-item .contact-item-company {
	margin-bottom: 8px;
}
.module-contact .contact-wrapper .contact-item a:first-of-type {
	margin-top: 16px;
}
.module-contact .contact-wrapper .contact-item a {
	display: flex;
	width: fit-content;
	align-items: center;
	line-height: 1.4;
	padding: 2px 0;
}
.module-eventcalendar .grid-container {
	display: grid;
	grid-template-columns: 150px auto;
	grid-row-gap: 4px;
	overflow-y: auto;
}
.module-eventcalendar .grid-container .grid-item:nth-of-type(1) {
	border-top-left-radius: 8px;
}
.module-eventcalendar .grid-container .grid-item.text-light {
	position: sticky;
	top: 0;
}
.module-eventcalendar .grid-container .grid-item {
	background: #F9F9F9;
	display: flex;
	flex-direction: column;
	padding: 12px;
}
.module-eventcalendar .grid-container .grid-item:nth-child(2n+2) {
	padding-right: 12px!important;
}
.module-eventcalendar .grid-container .grid-item:nth-of-type(2) {
	border-top-right-radius: 8px;
}
.module-eventcalendar .grid-container .grid-item strong {
	margin-bottom: 4px;
}
.module-eventcalendar .grid-container .grid-item strong+p {
	margin: 0;
}
.module-membership .grid-container {
	display: grid;
	grid-template-columns: auto 20% 20% 20%;
	grid-row-gap: 4px;
	overflow-y: auto;
}
.module-membership .grid-container .grid-item {
	background: #F9F9F9;
	display: flex;
	flex-direction: column;
	padding: 12px;
}
.module-membership .grid-container .grid-item:nth-of-type(1) {
	border-top-left-radius: 8px;
}
.module-membership .grid-container .grid-item:nth-of-type(4) {
	border-top-right-radius: 8px;
}
.module-membership .download-wrapper {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border: 5px solid #1E8736;
}
.module-membership .download-wrapper .download-icon, .module-membership .download-wrapper .download-links {
	display: table-cell;
	vertical-align: middle;
}
.module-membership .download-wrapper .download-icon {
	color: #FFFFFF;
	background: #1E8736;
	width: 105px;
	text-align: center;
	font-size: 40px;
}
.module-membership .download-wrapper .download-icon:before {
	content: "\2913";
}
.module-membership .download-wrapper .download-links {
	height: 70px;
	padding: 10px 20px;
}
.module-membership .download-wrapper .download-links a {
	display: block;
}
footer {
	background: #F0F0F0;
	margin-top: 60px;
}
footer {
	display: block;
}
footer .legal {
	text-align: right;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
footer section {
	margin-bottom: 32px;
}
footer a {
	filter: grayscale(1);
	transition: all .250s;
}
footer .legal i {
	margin: 8px;
	width: 1px;
	background: #9F9F9F;
	height: 12px;
	display: inline-table;
}
i {
	font-style: italic;
}





@media (min-width: 768px) {
.w-1 {
	width: 50%!important;
}
.module-eventcalendar .grid-container {
	grid-template-columns: 200px auto;
}
footer section {
	margin-bottom: 16px;
}
}





@media (min-width: 992px) {
body {
	padding-top: 74px;
}
body nav {
	height: 66px;
	border-top: none;
	background: #F9F9F9;
}
body nav .nav-wrapper {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
body nav .nav-wrapper .logo {
	position: relative;
	top: 12px;
	left: 16px;
	width: auto;
	height: 72px;
}
label.hamburg {
	display: none;
}
body nav .nav-wrapper .menu {
	position: unset;
	height: auto;
	width: auto;
	flex-flow: row;
	padding-left: 32px;
	background: none;
}
body nav .nav-wrapper .menu li {
	padding: 20px 12px;
}
.w-1 {
    width: 33.333%!important;
}
.w-2 {
    width: 66.666%!important;
}
h2 {
	font-size: 32px;
	line-height: 36px;
	margin-top: 60px;
}
}