@font-face {
	font-family: 'Museo Slab 300';
	src: url('/fonts/MuseoSlab-300.woff2') format('woff2'),
		url('/fonts/MuseoSlab-300.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Slab 500';
	src: url('/fonts/MuseoSlab-500.woff2') format('woff2'),
		url('/fonts/MuseoSlab-500.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Slab 700';
	src: url('/fonts/MuseoSlab-700.woff2') format('woff2'),
		url('/fonts/MuseoSlab-700.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Slab 900';
	src: url('/fonts/MuseoSlab-900.woff2') format('woff2'),
		url('/fonts/MuseoSlab-900.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/merriweather-v30-latin-regular.woff2') format('woff2');
}

/* Variablen */
:root {
	--dunkelgrau: #303030;
	--grau: #666;
	--hellbeige: #F6F5EC;
	--laubgruen: #89A129;
	--moosgruen: #788d25;
	--schwarz: #000;
	--weiss: #FFF;
}

#content {
	margin-top: 100px;
}
*,
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
body,
.bg-beige {
	background-color: var(--hellbeige);
}
body,
p {
	font-family: "Museo Slab 500", sans-serif;
	font-style: normal;	
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: var(--grau);
	text-decoration: none;
}
u {
	text-decoration: underline;
}
body .text-schwarz,
.text-schwarz p {
	color: var(--schwarz);
}
.btn.btn-primary,
.btn.btn-primary:hover {
	background-color: var(--laubgruen);
	color: var(--weiss);
	border-radius: 0;
	padding: 10px 30px;
	border: none;
}
.bg-gruen .btn.btn-primary,
.bg-gruen .btn.btn-primary:hover {
	background-color: var(--laubgruen);
	color: var(--weiss);
	border: 1px solid var(--weiss);
}
.btn.btn-secondary,
.btn.btn-secondary:hover {
	background-color: var(--schwarz);
	color: var(--weiss);
	border-radius: 0;
	padding: 10px 30px;
	border: none;
}

.spaceTop-klein {
	margin-top: 35px;
}
.spaceBottom-klein {
	margin-bottom: 35px;
}
.spaceTop-mittel {
	margin-top: 70px;
}
.spaceBottom-mittel {
	margin-bottom: 70px;
}
.spaceTop-gross {
	margin-top: 105px;
}
.spaceBottom-gross {
	margin-bottom: 105px;
}
.dynSyretaDiv {
	display: none;
}
.imageVideo {
	width: 100%!important;
	cursor: pointer;
}
.bg-gruen,
.bg-gruen p {
	background-color: var(--laubgruen);
	color: var(--weiss);
}

header {
	background-color: var(--hellbeige);
	margin-bottom: 90px;
	opacity: 0.95;
}
.navbar-brand {
	position: relative;
	width: 235px;
	height: auto;
}
header #headerImage1,
header #headerImage2 {
	transition: opacity 0.5s ease-in-out;
	position: absolute;
}
header .d-fade-in {
	opacity: 1!important;
}
header .d-fade-out {
	opacity: 0!important;
}
header .navbar {
	max-height: 90px;
	padding: 0;
}
.navbar-collapse {
	background-color: var(--hellbeige);
	/*margin-top: -5px!important;why??*/
	margin-top:0px !important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a,
.navbar a:focus {
	font-family: "Museo Slab 500", sans-serif;
	font-style: normal;	
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 16px;
	font-weight: 400;
	color: var(--schwarz);
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus {
	color: var(--laubgruen);
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: var(--laubgruen);
	transition: 0.3s;
	border-radius: 4px;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	color: var(--weiss);
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
	color: var(--dunkelgrau);
	background-color: var(--moosgruen);
}
.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.navbar-toggler:focus {
	box-shadow: none;
}

header .navbar-collapse {
	z-index: 1000;
}
header .line {
	width: 65%;
	height: 3px;
	border: transparent;
	border-radius: 15px;
	background-color: var(--schwarz);
	transition: all 150ms linear;
}
header .navbar-toggler .line:nth-child(even):is(.setActive) {
	opacity: 0;
}
header .navbar-toggler .line:first-child:is(.setActive) {
	transform: translateY(7px) rotate(45deg) ;
}
header .navbar-toggler .line:last-child:is(.setActive) {
	transform: translateY(-7px) rotate(-45deg);
}


.header-menue-right li a,
.header-menue-right li a:focus,
.header-menue-right li a:active { padding-right:30px; }
.navbar ul.mobile-action-menu { margin:0px 0px 1rem 0px; padding:0px 0px 0px 0px; display:flex; flex-direction:row; gap:20px; align-items:center; justify-content:space-between; }
.navbar ul.mobile-action-menu { display:none; }
@media(max-width:574.99px) { .navbar ul.mobile-action-menu { display:block; } }
.navbar ul.mobile-action-menu li { border:1px solid rgba(0,0,0,0.3); }
.navbar ul.mobile-action-menu li.cta { flex-grow:1; border:0px none; }
.navbar ul.mobile-action-menu li a { text-align:center; justify-content:center; padding:9px 30px; line-height:1.5; }
.navbar ul.mobile-action-menu li.cta a { padding:10px 30px; }

.tmplNLBanner {
	background-color: var(--laubgruen);
}
.tmplNLBanner .form-floating > label{
	left: unset;
}
.tmplNLBanner .h1 {
	color: var(--schwarz);
	font-weight: 600;
	font-size: 51px;
}
.tmplNLBanner p {
	color: var(--schwarz);
}
.tmplNLBanner label {
	color: var(--schwarz);
}
.tmplNLBanner .datenschutzLabel a {
	color: var(--schwarz);
	text-decoration: underline;
	transition: all 250ms ease;
}
.tmplNLBanner .datenschutzLabel a:hover {
	text-decoration: underline 2px;
}

.tmplTeamVerweis .h1 {
	font-size: 54px;
	line-height: 54px;
	font-weight: 400;
	letter-spacing: 0;
}
.tmplTeamVerweis .h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
.tmplTeamVerweis .h1,
.tmplTeamVerweis .h2,
.tmplTeamVerweis .name {
	color: var(--schwarz);
}
.tmplTeamVerweis .inner .occupation,
.tmplTeamVerweis .inner .region > span,
.tmplTeamVerweis .inner .position {
	font-weight: 600;
	color: var(--grau);
}
.tmplTeamVerweis .inner .occupation.other {
	font-weight: 400;
}
.tmplTeamVerweis .inner .spacer {
	border-top: 1px solid var(--schwarz);
}
.tmplTeamVerweis p {
	font-size: 16px;
}
.tmplTeamVerweis .img-cite p {
	font-size: 16px;
	line-height: 19px;
}
.tmplTeamVerweis .inner .img {
	position: relative;
	transform-style: preserve-3d;
	transform: perspective(3000px) rotateY(0);
	transition: transform 400ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tmplTeamVerweis .inner.img-container img {
	width: 100%;
}
.tmplTeamVerweis .inner.img-container:hover .img {
	transform: perspective(3000px) rotateY(-180deg);
}
.tmplTeamVerweis .inner .img .img-cite {
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px;
	height: 100%;
	width: 100%;
	transform-style: preserve-3d;
	background-color: var(--laubgruen);
	transform: rotateY(-180deg) translateZ(1px);
}
.tmplTeamVerweis .inner.img-container .img .img-cite p {
	color: #fff;
	text-align: center;

}
.tmplTeamVerweis .inner .img .img-cite > div {
	perspective: 2000px;
	transform-style: preserve-3d;
}
.tmplTeamVerweis .inner .img .img-cite > div > div {
	transform: translateZ(100px);
}

.tmplDownloadVerweis h1 {
	font-size: 44px;
	font-weight: 400;
	color: var(--schwarz);
}
.tmplDownloadVerweis p > a {
	color: var(--laubgruen);
}
.tmplDownloadVerweis p > a:hover {
	text-decoration: underline;
}
.tmplDownloadVerweis .tmplDownloadEintrag h2 {
	margin-top: 1rem;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	color: var(--dunkelgrau);
}

.tmplLogoVerweis .h1 {
	color: var(--schwarz);
	font-size: 44px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}

.tmplBanner .h1 {
	color: var(--weiss);
	font-size: 54px;
	line-height: 64px;
	font-weight: 400;
	letter-spacing: 0;
}
.tmplBanner p {
	color: var(--weiss);
}
.tmplBanner .row {
	background-color: rgba(0, 0, 0, 0.5);
}

.tmplTextMitBild .h2,
.tmplTextInSpalten .h2 {
	color: var(--schwarz);
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: normal;
}
.tmplTextMitBild .h1,
.tmplTextInSpalten .h1,
.tmplTextSimple .h1 {
	color: var(--schwarz);
	font-size: 44px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}
.tmplTextMitBild .textBody span,
.tmplTextMitBild .textBody h5,
.tmplTextMitBild .textBody h6,
.tmplTextInSpalten span,
.tmplTextInSpalten h5,
.tmplTextInSpalten h6 {
	color: var(--laubgruen)!important;
}
.tmplTextMitBild.bg-gruen span,
.tmplTextMitBild.bg-gruen h5,
.tmplTextMitBild.bg-gruen h6,
.tmplTextMitBild.bg-gruen .h1,
.tmplTextMitBild.bg-gruen .h2 {
	color: var(--weiss)!important;
}
.tmplTextMitBild ul li,
.tmplTextInSpalten ul li {
	list-style-type: disc;
	padding-bottom: 8px;
}
.tmplTextMitBild ol li,
.tmplTextInSpalten ol li {
	list-style-type: decimal;
	padding-bottom: 8px;
}
.tmplTextMitBild a,
.tmplTextInSpalten a {
	color: var(--laubgruen);
}



.tmplKontakt .h1,
.tmplForm .h1 {
	color: var(--schwarz);
	font-size: 54px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}
.tmplKontakt .h2,
.tmplForm .h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0;
}
.tmplSpendenForm a,
.tmplMachMitForms a,
.tmplKontakt a,
.tmplForm a,
.tmplGrid a {
	color: var(--laubgruen);
}
.tmplSpendenForm a:hover,
.tmplMachMitForms a:hover,
.tmplKontakt a:hover,
.tmplForm a:hover {
	text-decoration: underline;
}
.tmplSpendenForm .form-control,
.tmplMachMitForms .form-control,
.tmplKontakt .form-control,
.tmplForm .form-control {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--grau);
	box-shadow: none;
}
.tmplSpendenForm .form-select,
.tmplMachMitForms .form-select,
.tmplKontakt .form-select,
.tmplForm .form-select {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--grau);
	box-shadow: none;
}
.tmplSpendenForm .form-control.longtext,
.tmplMachMitForms .form-control.longtext,
.tmplKontakt .form-control.longtext,
.tmplForm .form-control.longtext {
	border: 1px solid var(--grau);
	height: 100px;
}
.tmplSpendenForm input[type="radio"],
.tmplMachMitForms input[type="radio"] {
	width: 100%;
	height: 55px;
	border: var(--laubgruen);
	background-color: #fff;
	border-radius: 0;
	border: 0;
	margin-left: 0;
}
.tmplSpendenForm input[type="radio"]:not(:disabled):checked,
.tmplMachMitForms input[type="radio"]:not(:disabled):checked {
	border: 3px solid var(--laubgruen);
	box-shadow: none;
}
.tmplSpendenForm .customValueContainer,
.tmplMachMitForms .customValueContainer {
	display: none;
}
.tmplSpendenForm input[type="radio"] ~ label,
.tmplMachMitForms input[type="radio"] ~ label {
	width: 100%;
	text-align: center;
	position: relative;
	top: -41px;
}
.tmplSpendenForm .sepa-info,
.tmplMachMitForms .sepa-info {
	display: none;
}
.tmplSpendenForm .paymentTime,
.tmplMachMitForms .paymentTime {
	display: none;
}
.tmplSpendenForm .zahlungsintervall,
.tmplSpendenForm .zahlungswahl,
.tmplSpendenForm .spenden,
.tmplMachMitForms .zahlungsintervall,
.tmplMachMitForms .zahlungswahl,
.tmplMachMitForms .spenden {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.tmplSpendenForm .praemie input[type="radio"] {
	width: 100%;
	height: 100%;
	border: var(--laubgruen);
	background-color: #fff;
	border-radius: 0;
	border: 0;
	margin-left: 0;
	border: 3px solid var(--weiss);
}
.tmplSpendenForm .praemie input[type="radio"]:not(:disabled):checked {
	border: 3px solid var(--laubgruen);
	box-shadow: none;
}
.tmplSpendenForm .praemie input[type="radio"] ~ label {
	width: 100%;
    text-align: center;
	position: relative;
	top: -100%;
	line-height: 1.5;
}
.tmplSpendenForm .keinePraemie {
	position: relative;
}
.tmplSpendenForm .keinePraemie input[type="radio"] {
	position: absolute;
	width: 2%;
	height: 100%;
	border: var(--laubgruen);
	background-color: transparent;
	border: 0;
	margin-left: 20px;
	border: 0;
	left: 0;
	top: 0;
	box-shadow: none;
}
.tmplSpendenForm .keinePraemie input[type="radio"]:not(:disabled):checked,
.tmplSpendenForm .keinePraemie input[type=radio] {
	border: 0;
	background-image: url(/images/radioButton.png);
}
.tmplSpendenForm .keinePraemie input:checked[type=radio] {
	border: 0;
	background-image: url(/images/radioButtonChecked.png)!important;
}
.tmplSpendenForm .keinePraemie input[type="radio"] ~ label {
	width: 100%;
	text-align: left;
	position: relative;
	top: -2px;
	left: 50px;
	padding-top: 16px;
}
.tmplSpendenForm input[type="checkbox"] {
	box-shadow: none;
}
.tmplSpendenForm input:checked[type="checkbox"] {
	background-color: var(--laubgruen);
	border-color: var(--laubgruen);
}

.tmplBlogVerweis .img {
	transition: all 250ms ease;
	height: 350px;
	position: relative;
}
.tmplBlogVerweis .img.hasText {
	height: 175px;
}
.tmplBlogVerweis .belowText {
	height: 120px;
	margin-bottom: 11px;
	overflow: hidden;
}
.tmplBlogVerweis .img img {
	transition: all 250ms ease;
	width: 100%;
	height: inherit;
	object-fit: cover;
}
.tmplBlogVerweis .img .text {
	transition: all 250ms ease;
	position: absolute;
	bottom: 15px;
	left: 10px;
	color: #fff;
	font-size: 1.65rem;
}
.tmplBlogVerweis .img .text::after {
	content: '';
	width: 0px;
	margin-top: 15px;
	display: block;
	background-color: #fff;
	height: 4px;
	transition: all 250ms ease;
}
.tmplBlogVerweis .img:hover .text::after {
	width: 100%;
}
.tmplBlogVerweis .img:hover .text {
	bottom: 35px;
}
.tmplBlogVerweis .img {
	background-color: var(--schwarz);
}
.tmplBlogVerweis .img:hover img {
	opacity: 0.7;
}

.tmplBlogVerweis .h1,
.tmplBlogTeaser .h1 {
	color: var(--schwarz);
	font-size: 54px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}
.tmplBlogTeaser a {
	color: var(--laubgruen);
}
.tmplBlogTeaser .h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0;
}

.tmplHeader.entry {
	position: relative;
}
.tmplHeader .backgroundVideo,
.tmplHeader .backgroundImage {
	width: 100%;
}
.tmplHeader .innerEntry {
	width: 45%;
	position: absolute;
	bottom: 33%;
	right: 0;
}
.tmplHeader .innerEntry .textBody {
	position: relative;
	color: var(--schwarz);
	z-index: 14;
	background-color: rgba(255, 255, 255, 0.75);
}
.tmplHeader .h1 {
	font-family: 'Merriweather', sans-serif;
	font-size: 38px;
	line-height: 48px;
	font-weight: 400;
}
.tmplHeader .h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.tmplHeader .buttonMitte {
	left: 31%;
}
.tmplHeader .buttonRechts {
	right: 3%;
}
.tmplHeader .btn {
	line-height: 63px;
	font-family: 'Merriweather', sans-serif
}
.tmplHeader .btn.btn-secondary {
	font-size: 18px;
}
.tmplHeader .btn.btn-primary {
	font-size: 32px;
}
.tmplHeader .logoImg {
	position: absolute;
	left: 103px;
	top: -38px;
	width: 48%;
	rotate: -11deg;
	transition: all 250ms ease;
}

.tmpl404 h1 {
	color: var(--weiss);
	font-size: 250px;
	line-height: 250px;
	font-weight: 400;
	letter-spacing: 0;
}
.tmpl404 p {
	font-size: 27px;
	font-weight: 400;
	padding-bottom: 20px;
}
.tmpl404 a {
	color: var(--laubgruen);
}
.tmpl404 a:hover {
	text-decoration: underline;
}
.tmpl404 .container-fluid .row {
	background-color: rgba(0, 0, 0, 0.5);
}

div.tmplLogin { display:flex; flex-direction:row; align-items:flex-start; gap:30px; }
div.tmplLogin form { display:flex; flex-direction:column; align-items:flex-start; }
div.tmplLogin .login-hflex { width:100%; display:flex; /*flex-direction:row;*/ flex-direction:column; justify-content:space-between; }
div.tmplLogin .login-hflex > input { width:100%; margin-top:30px; }
div.tmplLogin .login-hflex > input:first-of-type { margin-top:0px; }
div.tmplLogin .login-hflex a { display:block; text-align:right; font-size:14px; text-decoration:underline; cursor:pointer; margin-top:8px; }
div.tmplLogin button { margin-top:1rem; }
/*div.tmplLogin button { margin-top:calc(0.5 * var(--content-padding)); background-color:#E6E0D9; padding:16px 35px; text-transform:uppercase; font-family:expressway,'Arial',sans-serif; font-weight:500; font-size:12px; line-height:1.2; color:var(--dark-color); border-radius:6px; border-width:0px; cursor:pointer; }*/
div.tmplLogin .login-hflex button { margin-top:0px; }

div.tmplLogin input { display:block; box-sizing:border-box; border:1px solid var(--dark-color); font-family:expressway,'Arial',sans-serif; font-weight:500; font-size:18px; /*line-height:21px;*/ line-height:1.3; padding:14px 0px; border-radius:3px; text-indent:16px; }
/*div.tmplLogin input:active,
div.tmplLogin input:focus { padding:13px 0px; border-width:2px; text-indent:15px; }*/
div.tmplLogin p { display:block; font-size:calc(var(--psize,23px) * 0.75); }
div.tmplLogin p:first-child { margin-top:0px; }
div.tmplLogin p a { text-decoration:underline; cursor:pointer; }
div.tmplLogin .login-section-pwdforgot { display:none; }
div.tmplLogin .login-section-pwdforgot p { margin-top:1rem; }

div.tmplLogin .login-section-container { flex-direction:column; }
div.tmplLogin .login-section > a { display:block; text-align:left; font-size:14px; text-decoration:underline; cursor:pointer; margin-top:0px; }


.tmplTwoColumns .twocolumns-column-single { width:50%; box-sizing:border-box; }
.tmplTwoColumns .twocolumns-column-single-full { width:100%; padding:0px var(--content-padding); flex-shrink:0; }
.tmplTwoColumns .twocolumns-column-single:not(.twocolumns-column-single-right) { padding-left:var(--content-padding); padding-right:var(--content-padding); }
.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-right { margin-left:50%; padding-left:var(--content-padding); padding-right:var(--content-padding); }
.tmplTwoColumns .twocolumns-column-textalign-center { text-align:center; list-style-position: inside;}
.tmplTwoColumns .twocolumns-column-textalign-right { text-align:right; }
/*.tmplTwoColumns .twocolumns-column.twocolumns-column-medialalignment.twocolumns-column-text-reduced-centerdistance > div { max-width:calc(20.34rem + 2.6956521rem); }*/
.tmplTwoColumns .twocolumns-column-medialalignment.twocolumns-column-text-reduced-centerdistance:last-of-type > div { padding-left:0px; }
.tmplTwoColumns .twocolumns-column-medialalignment.twocolumns-column-text-reduced-centerdistance:first-of-type > div { padding-right:0px; }

/*.tmplTwoColumns.twocolumns-single-fitnarrow { justify-content:center; flex-wrap:wrap; }
.tmplTwoColumns.twocolumns-single-fitnarrow > div { width:100%; max-width:calc(2 * 23.0356521rem + 4 * var(--content-padding)); }*/
.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-split { column-count:2; column-gap:var(--content-padding); }

.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-split-manual { display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:space-between; margin-top:40px; }
.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-split-manual > div { width:calc(50% - 10px); }

.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-split-manual ul:first-child { margin-top:0px; }


@media(max-width:950px) {
	.tmplTwoColumns .twocolumns-column-single { width:100%; }
	.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-right { margin-left:0px; }
}

@media (max-width:850px) {
	.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-split-manual { flex-direction:column; gap:calc(2 * var(--content-padding)); margin-top:0px; }
	.tmplTwoColumns .twocolumns-column-single.twocolumns-column-single-split-manual > div { width:100%; }
}
/*.twocolumns-column.twocolumns-column-fullalignment { width:50%; position:relative; padding:0px var(--content-padding); box-sizing:border-box; }*/
.twocolumns-column.twocolumns-column-medialalignment { padding:0px var(--content-padding); width:50%; display:flex; flex-direction:row; box-sizing:border-box; }
/*.twocolumns-column.twocolumns-column-medialalignment > div { width:100%; max-width:20.34rem; overflow:hidden; }
.twocolumns-column.twocolumns-column-medialalignment:first-of-type { justify-content:flex-end; }
.twocolumns-column.twocolumns-column-medialalignment:first-of-type > div { padding-right:2.6956521rem; }
.twocolumns-column.twocolumns-column-medialalignment:last-of-type { justify-content:flex-start; }
.twocolumns-column.twocolumns-column-medialalignment:last-of-type > div { padding-left:2.6956521rem; }*/




.tmplPwdReset .pwLostContent {
	display: none;
}
.tmplPwdReset .loginContent {
	display: none;
}
.tmplPwdReset .fullWidth {
	width: calc(100% - 34px);
	margin: 4px 17px;
}
.tmplPwdReset .noMarginBottom {
	margin-bottom: 0!important;
}
.tmplPwdReset .toggle {
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
}
.tmplPwdReset button {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 30px;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	background-color: var(--laubgruen);
}
.tmplPwdReset .pwInfo {
	width: 100%;
	font-size: 16px;
	margin-top: 3px;
}
.tmplPwdReset { display:flex; flex-direction:column; align-items:center; }
.tmplPwdReset .login-section { width:auto; max-width:auto; padding:3rem 0px; box-sizing:border-box; }
.tmplPwdReset .login-section p { margin-bottom:1rem; }
.tmplPwdReset .login-section:first-of-type { border-top:0px none; }
.tmplPwdReset .login-section form { display:flex; flex-direction:column; align-items:flex-end; }
.tmplPwdReset .login-section .login-hflex { width:100%; display:flex; flex-direction:row; gap:34px; justify-content:space-between; }
.tmplPwdReset .login-section .login-hflex > input { width:calc(50% - 17px); }
/*.tmplPwdReset .login-section button { margin-top:calc(1.2 * var(--content-padding)); background-color:#E6E0D9; padding:16px 35px; text-transform:uppercase; font-family:expressway,'Arial',sans-serif; font-weight:500; font-size:12px; line-height:1.2; color:var(--dark-color); border-radius:6px; border-width:0px; cursor:pointer; }*/
.tmplPwdReset .login-section button { margin-top:1rem; }
.tmplPwdReset .login-section .login-hflex button { margin-top:0px; }

.tmplPwdReset .login-section input { display:block; box-sizing:border-box; border:1px solid var(--dark-color); font-family:expressway,'Arial',sans-serif; font-weight:500; font-size:18px; /*line-height:21px;*/ line-height:1.3; padding:14px 0px; border-radius:3px; text-indent:16px; }
.tmplPwdReset .login-section input:active,
.tmplPwdReset .login-section input:focus { padding:13px 0px; border-width:2px; text-indent:15px; }




footer {
	border-top: 1px solid rgba(102, 102, 102, 0.1);
}
footer li {
	font-size: 16px;
	font-weight: 400;
	color: var(--grau);
}
.list-inline-item:not(:last-child) {
	margin-right: 1rem!important;
}
footer a {
	color: var(--schwarz);
}
footer a:hover {
	color: var(--laubgruen);
	text-decoration: underline;
}
footer .row {
	margin-bottom: 20px;
	padding-top: 30px;
	min-height: 33px;
}

.anchored {
	scroll-margin-top: 100px;
}

.tmplLogoSlider h1,
.tmplLogoSlider h2,
.tmplLogoSlider h3,
.tmplLogoSlider h4,
.tmplLogoSlider h5 {
	color: var(--schwarz);
}
.tmplLogoSlider .sliderContent,
.tmplLogoSlider .sliderContent .entry {
	position: relative;
}
.tmplLogoSlider .sliderContent .sliderPrev {
	position: absolute;
	top: calc(50% - 26px);
	left: -25px;
	cursor: pointer;
}
.tmplLogoSlider .sliderContent .sliderNext {
	position: absolute;
	top: calc(50% - 26px);
	right: -25px;
	cursor: pointer;
}
.tmplLogoSlider .sliderContent h2 {
	position: absolute;
	font-size: 40px;
	bottom: 0;
	left: 12px;
	color: var(--weiss);
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li.slick-active button:before {
	background-color: var(--weiss);
	border: 1px solid var(--schwarz);
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 50px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	background-color: var(--schwarz);
	border: 1px solid var(--weiss);
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.feedbackOverlay {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	color: #fff;
	font-weight: 700;
	z-index: 1110;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.feedbackOverlay > * {
	padding: 15px;
}
.feedbackOverlay p {
	margin:15px 0px;
}
.feedbackOverlay .success {
	display: none;
	background-color: #efefef;
	color: #00a660;
}
.feedbackOverlay .error {
	display: none;
	background-color: #efefef;
	color: #c92438;
}

.tmplSpendenForm .companyName,
.tmplMachMitForms .companyName {
	display: none;
}

@media (max-width: 1775px) {
	.tmplHeader .btn.btn-primary {
		font-size: 25px;
	}
}
/*XXL START*/
@media (min-width: 1400px) {
	header .navbrandMobile {
		display: none;
	}
}
/*XXL END*/
@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

/*XL START*/
@media (min-width: 1200px) and (max-width: 1399px) {
	header .navbar .navbrandDesktop {
		display: block;
	}
	header .navbar .navbrandMobile {
		display: none;
	}
	header nav img {
		max-height: 50px;
	}

	.tmplHeader .h1 {
		font-size: 28px;
		line-height: 35px;
	}
	.tmplHeader .h2 {
		font-size: 15px;
		line-height: 22px;
	}
	.tmplHeader .btn {
		line-height: 47px;
	}
	.tmplHeader .btn.btn-secondary {
		font-size: 13px;
	}
	.tmplHeader .btn.btn-primary {
		font-size: 20px;
	}

	.tmpl404 h1 {
		color: var(--weiss);
		font-size: 200px;
		line-height: 200px;
	}
	.tmpl404 p {
		font-size: 25px;
	}
}
/*XL END*/

/*LG START*/
@media (min-width: 992px) and (max-width: 1199px) {
	p {
		font-size: 16px;
		line-height: 28px;
	}
	.btn.btn-primary,
	.btn.btn-primary:hover,
	.btn.btn-secondary,
	.btn.btn-secondary:hover {
		padding: 10px 20px;
	}
	header .navbar .navbrandDesktop {
		display: block;
	}
	header .navbar .navbrandMobile {
		display: none;
	}
	header nav img {
		max-height: 39px;
	}
	.navbar a,
	.navbar a:focus {
		padding: 0;
		margin: 0;
	}
	.navbar li {
		margin-right: 15px
	}
	.tmplTeamVerweis .inner.img-container .img .img-cite p {
		line-height: 19px;
		font-size: 15px;
	}

	.tmplHeader .h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.tmplHeader .h2 {
		font-size: 12px;
		line-height: 19px;
	}
	.tmplHeader .btn {
		line-height: 40px;
	}
	.tmplHeader .btn.btn-secondary {
		font-size: 11px;
	}
	.tmplHeader .btn.btn-primary {
		font-size: 15px;
	}

	.tmpl404 h1 {
		color: var(--weiss);
		font-size: 150px;
		line-height: 150px;
	}
	.tmpl404 p {
		font-size: 22px;
	}
}
/*LG END*/

/*MD START*/
@media (min-width: 768px) and (max-width: 991px) {
	p {
		font-size: 16px;
		line-height: 28px;
	}
	.btn.btn-primary,
	.btn.btn-primary:hover,
	.btn.btn-secondary,
	.btn.btn-secondary:hover {
		padding: 10px 20px;
	}
	.spaceTop-klein{
		margin-top: 15px;
	}
	.spaceBottom-klein{
		margin-bottom: 15px;
	}
	.spaceTop-mittel{
		margin-top: 25px;
	}
	.spaceBottom-mittel{
		margin-bottom: 25px;
	}
	.spaceTop-gross{
		margin-top: 40px;
	}
	.spaceBottom-gross{
		margin-bottom: 40px;
	}

	header {
		opacity: 1;
	}
	header .navbar .navbrandDesktop {
		display: none;
	}
	header .navbar .navbrandMobile {
		display: block;
	}
	.navbar ul {
		display: list-item;
	}
	.navbar a,
	.navbar a:focus {
		padding: 10px 30px;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: 100%;
	}

	.tmplDownloadVerweis h1,
	.tmplLogoVerweis .h1,
	.tmplBanner .h1,
	.tmplTextMitBild .h1,
	.tmplTextInSpalten .h1,
	.tmplBlogVerweis .h1,
	.tmplBlogTeaser .h1,
	.tmplTeamVerweis .h1 {
		font-size: 44px;
		line-height: 44px;
	}
	.tmplDownloadVerweis .tmplDownloadEintrag h2,
	.tmplBlogTeaser .tmplBlogTeaserEintrag .h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.tmplTeamVerweis .inner.img-container .img .img-cite p {
		line-height: 14px;
		font-size: 9px;
	}

	.tmplHeader .h1 {
		font-size: 20px;
		line-height: 25px;
	}
	.tmplHeader .h2 {
		font-size: 10px;
		line-height: 15px;
	}
	.tmplHeader .btn {
		line-height: 33px;
	}
	.tmplHeader .btn.btn-secondary {
		font-size: 9px;
	}
	.tmplHeader .btn.btn-primary {
		font-size: 9px;
	}
	.tmplHeader .logoImg {
		position: absolute;
		left: 103px;
		top: -25px;
		width: 50%;
		rotate: -11deg;
	}

	.tmpl404 h1 {
		color: var(--weiss);
		font-size: 150px;
		line-height: 150px;
	}
	.tmpl404 p {
		font-size: 22px;
	}
}

/*MD END*/

/*SM START*/
@media (min-width: 575px) and (max-width: 767px) {
	p {
		font-size: 13px;
		line-height: 21px;
	}
	.btn.btn-primary,
	.btn.btn-primary:hover,
	.btn.btn-secondary,
	.btn.btn-secondary:hover {
		padding: 10px 20px;
	}
	.spaceTop-klein{
		margin-top: 15px;
	}
	.spaceBottom-klein{
		margin-bottom: 15px;
	}
	.spaceTop-mittel{
		margin-top: 25px;
	}
	.spaceBottom-mittel{
		margin-bottom: 25px;
	}
	.spaceTop-gross{
		margin-top: 40px;
	}
	.spaceBottom-gross{
		margin-bottom: 40px;
	}

	header {
		opacity: 1;
	}
	header .navbar .navbrandDesktop {
		display: none;
	}
	header .navbar .navbrandMobile {
		display: block;
	}
	.navbar ul {
		display: list-item;
	}
	.navbar a,
	.navbar a:focus {
		padding: 10px 30px;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: 100%;
	}
	.navbar .dropdown ul a {
		padding: 10px;
		font-size: 12px;
	}

	.tmplNLBanner .h1 {
		font-weight: 600;
		font-size: 34px;
	}

	.tmplDownloadVerweis h1,
	.tmplLogoVerweis .h1,
	.tmplBanner .h1,
	.tmplTextMitBild .h1,
	.tmplTextInSpalten .h1,
	.tmplBlogVerweis .h1,
	.tmplBlogTeaser .h1,
	.tmplTeamVerweis .h1 {
		font-size: 33px;
		line-height: 30px;
	}
	.tmplDownloadVerweis .tmplDownloadEintrag h2,
	.tmplBlogTeaser .tmplBlogTeaserEintrag .h1 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.tmplHeader .h1 {
		font-size: 20px;
		line-height: 25px;
	}
	.tmplHeader .h2 {
		font-size: 10px;
		line-height: 15px;
	}
	.tmplHeader .buttonLinks {
		left: -18%;
	}
	.tmplHeader .buttonMitte {
		left: 18%;
	}
	.tmplHeader .btn {
		line-height: 33px;
	}
	.tmplHeader .btn.btn-secondary {
		font-size: 9px;
	}
	.tmplHeader .btn.btn-primary {
		font-size: 11px;
	}
	.tmplHeader .logoImg {
		position: absolute;
		left: 48px;
		top: -5px;
		width: 44%;
		rotate: -11deg;
	}

	.tmpl404 h1 {
		color: var(--weiss);
		font-size: 150px;
		line-height: 150px;
	}
	.tmpl404 p {
		font-size: 22px;
	}
}
/*SM END*/

/*XS START*/
@media (max-width: 575px) {
	p {
		font-size: 13px;
		line-height: 19px;
	}
	.tmplTeamVerweis p {
		line-height: 22px;
	}
	.btn.btn-primary,
	.btn.btn-primary:hover,
	.btn.btn-primary:focus,
	.btn.btn-secondary,
	.btn.btn-secondary:hover,
	.btn.btn-secondary:focus {
		padding: 10px 20px;
	}
	.spaceTop-klein{
		margin-top: 15px;
	}
	.spaceBottom-klein{
		margin-bottom: 15px;
	}
	.spaceTop-mittel{
		margin-top: 25px;
	}
	.spaceBottom-mittel{
		margin-bottom: 25px;
	}
	.spaceTop-gross{
		margin-top: 40px;
	}
	.spaceBottom-gross{
		margin-bottom: 40px;
	}

	header {
		opacity: 1;
	}
	header .navbar .navbrandDesktop {
		display: none;
	}
	header .navbar .navbrandMobile {
		display: block;
	}
	.navbar ul {
		display: list-item;
	}
	.navbar a,
	.navbar a:focus {
		padding: 5px;
		font-size: 14px;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: 100%;
	}
	.navbar .dropdown ul {
		left: 0;
	}
	.navbar .dropdown ul li {
		min-width: 150px;
	}
	.navbar a i,
	.navbar a:focus i {
		font-size: 10px;
		line-height: 0;
		margin-left: 5px;
	}
	.navbar .dropdown ul a {
		padding: 7px 15px;
		font-size: 13px;
	}

	.tmplNLBanner .h1 {
		font-weight: 600;
		font-size: 34px;
	}

	.tmplTextInSpalten ul li {
		font-size: 13px;
	}

	.tmplDownloadVerweis h1,
	.tmplLogoVerweis .h1,
	.tmplBanner .h1,
	.tmplTextMitBild .h1,
	.tmplTextInSpalten .h1,
	.tmplBlogVerweis .h1,
	.tmplBlogTeaser .h1,
	.tmplTeamVerweis .h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.tmplDownloadVerweis .tmplDownloadEintrag h2,
	.tmplBlogTeaser .tmplBlogTeaserEintrag .h1 {
		font-size: 14px;
		line-height: 20px;
	}

	.tmplHeader .innerEntry {
		width: 70%;
	}
	.tmplHeader .h1 {
		font-size: 20px;
		line-height: 25px;
	}
	.tmplHeader .h2 {
		font-size: 10px;
		line-height: 15px;
	}
	.tmplHeader .btn {
		line-height: 33px;
	}
	.tmplHeader .buttonLinks {
		left: -20%;
	}
	.tmplHeader .buttonMitte {
		left: 15%;
	}
	.tmplHeader .btn.btn-secondary {
		font-size: 9px;
	}
	.tmplHeader .btn.btn-primary {
		font-size: 11px;
	}

	.tmplSpendenForm .keinePraemie input[type="radio"] {
		width: 7%;
	}

	.tmpl404 h1 {
		color: var(--weiss);
		font-size: 100px;
		line-height: 100px;
	}
	.tmpl404 p {
		font-size: 17px;
		line-height: 22px;
	}
}
/*XS END*/

.galleryItem img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	max-height: 170px;
}