/*
Theme Name: Fieldsets
Version: 2.3 2020
*/


/* fonts */

@font-face {
	font-family: 'Commissioner';
	src: url('assets/fonts/Commissioner-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Commissioner';
	src: url('assets/fonts/Commissioner-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Commissioner';
	src: url('assets/fonts/Commissioner-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}




/* basics / resets */

html {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 17px;
	--inner_content_width: 70.58rem;
	--other_slides_width: 5.88rem;
}
@media (max-width: 1470px) {
	html { font-size: 1.156vw; }
}
@media (max-width: 999px) {
	html { font-size: 3vw; }
}
@media (max-width: 719px) {
	html { font-size: 4vw; }
}


body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: 'Commissioner', sans-serif;
	font-size: 1em;
	background-color: white;
	color: #383838;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

* {
	-webkit-tap-highlight-color: transparent;
}


::-moz-selection {
	background: #383838;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #383838;
	color: #fff;
	text-shadow: none;
}

form {
	margin: 0;
	padding: 0;
}

table, td, input, textarea, select {
	font-family: inherit;
	font-size: 1em;
}

img, iframe {
	border: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

strong {
	font-weight: bold;
}

main .content-text a:not(.button-link) {
	font-weight: bold;
	color: var(--akzentfarbe_light);
}
.network-site main .content-text a:not(.button-link),
main .non-white-bg .content-text a:not(.button-link) {
	color: white;
}


#one-em {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1em;
	pointer-events: none;
}




.buntfarbe_1_bg {
	background-color: var(--buntfarbe_1);
}
.buntfarbe_2_bg {
	background-color: var(--buntfarbe_2);
}
.akzentfarbe_dark_bg {
	background-color: var(--akzentfarbe_dark);
}

body,
.hintergrundfarbe_1 {
	background-color: var(--hintergrundfarbe_1);
}
.hintergrundfarbe_2 {
	background-color: var(--hintergrundfarbe_2);
}

.verlauf_1zu2 {
	background: linear-gradient(135deg, var(--buntfarbe_1) 0%, var(--buntfarbe_2) 100%);
}
.verlauf_2zu1 {
	background: linear-gradient(135deg, var(--buntfarbe_2) 0%, var(--buntfarbe_1) 100%);
}

.non-white-bg .button-link {
	color: white;
}

html:not(.network-site) .columns.non-white-bg {
	color: white;
}
html:not(.network-site) .columns:not(.non-white-bg) {
	background-color: white;
}
html:not(.network-site) section {
	overflow: hidden;
}
html:not(.network-site) .columns {
	box-shadow: 0 0 4.7em RGBA(0,0,0,0.3);
}

.network-site main > section:first-child:not(.fullwidth) > .columns,
.network-site main > .section-group:first-child > section:first-child:not(.fullwidth) > .columns {
	padding-top: 1em;
}

@media (max-width: 999px) {
	.network-site section {
		padding-left: 0;
		padding-right: 0;
	}
}

main > .section-group:first-child > section:first-child:not(.fullwidth) .column:first-child .content-text:first-child,
main > section:first-child:not(.fullwidth) .column:first-child .content-text:first-child {
	padding-top: 1.5em;
}
@media (min-width: 1000px) {
	main > .section-group:first-child > section:first-child:not(.fullwidth) .column:first-child .content-text:first-child,
	main > section:first-child:not(.fullwidth) .column:first-child .content-text:first-child {
		padding-top: 4em;
	}
}

@media (max-width: 600px) {
	html #wpadminbar {
		transform: translateY(-46px);
	}
}


/* page */

#page {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
	
	min-height: 100vh;
}

main {
	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


/* header */

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2.94em;
	box-sizing: border-box;
	color: white;
	z-index: 500;
}

header > .wrap {
	margin: 0 auto;
	max-width: 74.588em;
	height: 2.94em;	

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
}
#subhead {
	height: 3.7em;
	padding-top: 0.7em;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 500;
	box-shadow: 0 0 0 RGBA(0,0,0,0);
	background-color: transparent;
	transition: height 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 1000px) {
		
	.show-sub-menu #subhead {
		box-shadow: 0 0 40px RGBA(0,0,0,0.15);
		background-color: white;
	}

}


#menu-gaerten-logos {
	position: absolute;
	left: 2em;
	top: 5em;
	width: 18.5em;
	box-shadow: 0 0 40px RGBA(0,0,0,0.15);
	background-color: white;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.show-sub-menu #menu-gaerten-logos {
	opacity: 1;
}


/*
#menu-garten-foto::before,
#menu-garten-logo::before {
	content: "";
	display: block;
	padding-top: 65%;
}*/

#menu-garten-foto {
	height: 12em;
	background: white center center no-repeat;
	background-size: cover;
}
#menu-garten-logo {
	height: 12em;
	background: transparent center center no-repeat;
	background-size: contain;
	border: 2em white solid;
	box-sizing: border-box;
}

#menu-close {
	background: #A3A3A3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMjEiIGhlaWdodD0iMjIuMTIxIiB2aWV3Qm94PSIwIDAgMjIuMTIxIDIyLjEyMSI+CiAgPGcgaWQ9IkdydXBwZV83NDkiIGRhdGEtbmFtZT0iR3J1cHBlIDc0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4NC40MzkgLTUwMS40MzkpIj4KICAgIDxsaW5lIGlkPSJMaW5pZV81IiBkYXRhLW5hbWU9IkxpbmllIDUiIHgyPSIyMCIgeTI9IjIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2ODUuNSA1MDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIi8+CiAgICA8bGluZSBpZD0iTGluaWVfNiIgZGF0YS1uYW1lPSJMaW5pZSA2IiB4MT0iMjAiIHkyPSIyMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjg1LjUgNTAyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIvPgogIDwvZz4KPC9zdmc+) center center no-repeat;
	background-size: 1.17em auto;
	position: absolute;
	right: 0;
	top: 5em;
	width: 3.75em;
	height: 3.75em;
	cursor: pointer;
}



/* space for network header */
main > section:first-child,
main > .section-group:first-child > section:first-child {
	padding-top: 2.94em;
}

/* space for site header */
html:not(.network-site) main > section:first-child .columns,
html:not(.network-site) main > .section-group:first-child > section:first-child .columns {
	padding-top: 3.75em;
}

/* space for last shadow */
html:not(.network-site) main > section:last-child,
html:not(.network-site) main > .section-group:last-child > section:last-child {
	padding-bottom: 4.7em;
}

#logo {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 0.8235em;
	padding: 0.5em 0.5em 0.5em 2rem;
}
html:not(.network-site) #logo::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.5em;
	background: url(assets/images/network-pfeil.svg) left center no-repeat;
	background-size: 0.9em auto;
}

#header-logo {
	width: 1.6em;
	height: 2em;
	background: url(assets/images/header-logo.svg) right center no-repeat;
	background-size: contain;
	margin-top: 0.1em;
	margin-left: 2.2em;
}
#social-title {
	font-size: 0.8235em;
	margin-top: -0.2em;
}
#global-social {
	margin-left: 1.1rem;
	padding-top: 0.1em;
}

#sub-logo {
	display: inline-block;
	margin-left: 2rem;
	text-transform: uppercase;
	color: var(--buntfarbe_1);
	padding: 0.3em 0 0.3em 0;
}
#sub-logo strong {
	display: block;
	font-size: 1.352em;
	
}
.flex-space {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}


.header-welle {
	position: relative;
}
.header-welle::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(assets/images/wave-top.svg) top center no-repeat;
	background-size: 100% auto;
	z-index: 10;
}

#hero .column {
	position: relative;
}

@media (min-width: 1000px) {
	.home-headline {
		position: absolute;
		left: 2em;
		top: 4em;
		z-index: 100;
		width: calc(50% - 4em);
	}
	.home-logo {
		position: absolute;
		z-index: 100;
		left: calc(25% - 7em);
		top: 19em;
		width: 14em;
	}
}

@media (max-width: 999px) {
	.home-headline {
		margin: 1.25em 1em 0.25em 1em;
	}
	.home-logo {
		z-index: 12;
	}
	.home-logo > .image-wrap {
		position: absolute;
		left: 1.5em;
		top: 2em;
		width: calc(50% - 3em);
	}
	.header-welle > .image-wrap {
		padding-bottom: 10em;
	}
}



.post-wrap {
	position: relative;
	padding-left: 11.5em;
	padding-top: 0.875em;
}

@media (max-width: 999px) {
	.post-wrap {
		padding-left: 0;
	}
	.single-post .post-wrap {
		padding-top: 5em;
	}
}


.head-links-oben-abgerundet {
	position: relative;
	border-radius: 100em 0 0 0;
	overflow: hidden;
	z-index: 15;
	margin: 1em 0 0 0;
}

.head-links-abgerundet {
	position: relative;
	border-radius: 50em 0 0 50em;
	overflow: hidden;
	z-index: 15;
	margin: 1em 0 0 0;
}

.head-links-oben-abgerundet.content-localvideo,
.head-links-abgerundet.content-localvideo,
.head-links-oben-abgerundet .image-wrap,
.head-links-abgerundet .image-wrap {
	min-height: 14em;
}


.halb-buntfarbe_1,
.halb-buntfarbe_2,
.halb-akzentfarbe_dark {
	position: relative;
}
.halb-buntfarbe_1::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: var(--buntfarbe_1);
	z-index: -1;
}
.halb-buntfarbe_2::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: var(--buntfarbe_2);
}
.halb-akzentfarbe_dark::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: var(--akzentfarbe_dark);
	z-index: -1;
}



.back-link {
	display: inline-block;
	position: relative;
	padding: 0.5em 0 0.5em 3em;
	margin-top: 3em;
}
.back-link::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1.7em;
	font-size: 1.176em;
	transform: scaleX(-1);
}

.back-link strong {
	font-size: 0.82em;
	line-height: 1.5em;
}

 @supports (-webkit-mask: none) {
	
	.back-link::after {
		-webkit-mask: url(assets/images/link-pfeil.svg) center center no-repeat;
		-webkit-mask-size: contain;
		background-color: currentColor;
	}

}

#back-link-top {
	margin-top: 0;
	position: absolute;
	left: 2em;
	bottom: 0;
	z-index: 100;
	color: white;
}
#nr-top {
	position: absolute;
	left: 2rem;
	bottom: -0.6em;
}


.post-content-wrap.auto-content-spacing > :first-child,
.auto-content-spacing .content + .content {
	margin-top: 1.75em;
}



/* footer */

footer {
	position: relative;
	color: white;
	padding-bottom: 2.5em;
}

.has-wave-footer + footer {
	margin-top: -2em;
}


footer > .wrap {
	margin: 0 auto;
	max-width: 74.588em;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: flex-end;
	box-sizing: border-box;
}


#footer-logo {
	width: 1.53em;
	height: 1.7em;
	background: url(assets/images/footer-logo.svg) left center no-repeat;
	background-size: contain;
	margin-right: 0.7em;
}
#copyright {
	text-transform: uppercase;
	font-size: 0.8235em;
	letter-spacing: 0.02em;
}
#footer-menu {
	text-transform: uppercase;
	font-size: 0.8235em;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-align: right;
	line-height: 200%;
	max-width: 36em;
	margin-bottom: -0.4em;
}
#footer-menu ul,
#footer-menu li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-menu li + li {
	margin-left: 2.8rem;
} 



#wave-footer-r-column {
	padding: 10em 2em 0 8em;
	pointer-events: all;
}
#wave-footer-r {
	position: relative;
	z-index: 10;
	pointer-events: none;
	height: 0;
	position: relative;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#wave-footer-l {
	min-height: 34em;
	-webkit-mask: url(assets/images/wave.svg) bottom center no-repeat;
	-webkit-mask-size: 100% auto;
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 10em;
	box-sizing: border-box;
}
#end-section {
	overflow: visible;
	filter: drop-shadow(0 0 2.35em RGBA(0,0,0,0.3));
}
#end-section-group {
	margin-top: -1px;
	overflow: hidden;
}

@media (max-width: 999px) {
	#wave-footer-l {
		padding-bottom: 40vw;
	}
}



.gaertenteaser {
	position: relative;
	margin: 1em 0;
}
.gt-ratio {
	padding-top: 50%;
}
.gt-in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.gt-teaser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.gt-img {
	position: absolute;
	top: 1em;
	bottom: 3em;
	left: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: top 0.25s ease, left 0.25s ease, right 0.25s ease, bottom 0.25s ease, box-shadow 0.25s ease, z-index 0.125s ease;
}
.gt-nr {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	z-index: 1;
	color: var(--akzentfarbe_dark);
	text-align: center;
	transition: color 0.25s ease, text-shadow 0.25s ease;
}
.gt-teaser-active .gt-nr {
	color: var(--buntfarbe_1);
	font-weight: bold;
}


/* pointer only */
@media (pointer: fine), not all and (-moz-touch-enabled) {
	.gaertenteaser:not(.gt-overlay-open) .gt-teaser:hover {
		z-index: 10;
	}
	.gaertenteaser:not(.gt-overlay-open) .gt-teaser:hover .gt-nr {
		font-weight: bold;
		color: white;
		text-shadow: 0 3px 0.4em RGBA(0,0,0,0.86);

	}
	.gaertenteaser:not(.gt-overlay-open) .gt-teaser:hover .gt-img {
		top: 0;
		left: -0.5em;
		right: -0.5em;
		bottom: 0;
		box-shadow: 0 0 2em RGBA(0,0,0,0.5);
	}
}

.gt-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(3em - 1px);
	background-color: white;
	box-shadow: 0 0 2em RGBA(0,0,0,0.15);
	z-index: 20;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.gt-overlay-open .gt-overlay {
	opacity: 1;
	pointer-events: all;
}


.gt-close {
	background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMjEiIGhlaWdodD0iMjIuMTIxIiB2aWV3Qm94PSIwIDAgMjIuMTIxIDIyLjEyMSI+CiAgPGcgaWQ9IkdydXBwZV83NDkiIGRhdGEtbmFtZT0iR3J1cHBlIDc0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4NC40MzkgLTUwMS40MzkpIj4KICAgIDxsaW5lIGlkPSJMaW5pZV81IiBkYXRhLW5hbWU9IkxpbmllIDUiIHgyPSIyMCIgeTI9IjIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2ODUuNSA1MDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0EzQTNBMyIgc3Ryb2tlLXdpZHRoPSIzIi8+CiAgICA8bGluZSBpZD0iTGluaWVfNiIgZGF0YS1uYW1lPSJMaW5pZSA2IiB4MT0iMjAiIHkyPSIyMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjg1LjUgNTAyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNBM0EzQTMiIHN0cm9rZS13aWR0aD0iMyIvPgogIDwvZz4KPC9zdmc+) center center no-repeat;
	background-size: 1.17em auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.75em;
	height: 3.75em;
	cursor: pointer;
	z-index: 21;
}

.gt-teaser-content {
	display: none;
}
.gt-content {
	position: absolute;
	top: 1.2em;
	left: 1em;
	width: 16em;
}
.gt-content p {
	font-size: 1.17em;
}

.gt-big-img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% - 20em);
	background-position: center center;
	background-size: cover;
}
.gaertenteaser .button-link {
	position: absolute;
	bottom: 1.5em;
	left: 1em;
}


@media (max-width: 999px) {
	.gaertenteaser {
		margin: 0 -1em;
	}
	.gt-in {
		overflow-x: scroll;
	}
	.gt-teaser {
		min-width: 7em;
	}
	.gt-ratio {
		padding-top: 60% !important;
	}
}


@media (max-width: 511px) {
	.gt-ratio {
		padding-top: 90% !important;
	}
}



.hidden-field {
	height: 0;
	overflow: hidden;
}





#filter-no-results {
	display: none;
}

.schaugarten-detail-logo img {
	width: 100%;
	height: auto;
}
 .schaugarten-detail-logo {
	width: 14em;
	max-width: 75%;
	margin-top: 1em;
 }


/* hover */
/* pointer only */
@media (pointer: fine), not all and (-moz-touch-enabled) {
	
	#back-link-top,
	#back-link-bottom,
	.content-text a,
	#menu-close,
	.gt-close,
	.swiper-button-white,
	footer a,
	.content-links a,
	#logo,
	#sub-logo,
	.newposts-up,
	.newposts-down,
	.post-teaser,
	html:not(.network-site) .button-link,
	.event-teaser {
		transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
	}
	
	#back-link-top:hover,
	#back-link-bottom:hover,
	.content-text a:hover,
	#menu-close:hover,
	.gt-close:hover,
	.swiper-button-white:hover,
	footer a:hover,
	.content-links a:hover,
	#logo:hover,
	#sub-logo:hover,
	.newposts-up:hover,
	.newposts-down:hover,
	.post-teaser:hover,
	html:not(.network-site) .button-link:hover,
	.event-teaser:hover {
		opacity: 0.75;
	}
}



.post-wrap .inline-col {
	padding: 1.75em 0;
}
.inline-col > .content + .content {
	margin-top: 1.75em;
}

@media (min-width: 1000px) {
	.inline-col {
		width: 47%;
	}
	.inline-cols {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.post-wrap .inline-cols {
		max-width: 46em;
	}
}

@media (max-width: 999px) {
	.post-wrap .inline-col {
		padding: 0.875em 0;
	}
	.post-wrap .inline-cols {
		padding-bottom: 0.875em;
	}
}


.post-content-wrap,
.event-headline-wrap {
	position: relative;
	max-width: 46em;
}
.event-headline-wrap .event-cats {
	top: 0;
	right: -0.25em;
}

.page-id-44 .content-events {
	margin-top: -2em;
}
@media (max-width: 999px) {
	.page-id-44 .content-events {
		margin-top: -1em;
	}
}


.network-site .single #back-link-top,
.network-site .single #back-link-bottom {
	display: none;
}
.network-site .single footer {
	margin-top: 2.5em;
}


.cr_form-component + .cr_form-component {
	margin-top: 0.75em;
}
#newsletter-form .button-link:hover {
	color: var(--buntfarbe_1);
}
#newsletter-form .input-select-button {
	color: var(--buntfarbe_2) !important;
}



/* breakpoints */

#mobile-footer {
	display: none;
}
.mobile-only {
	display: none;
}

@media (max-width: 999px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	
	#social-title {
		display: none;
	}
	#header-logo {
		margin-left: 0.75em;
	}
	#logo {
		padding-left: 1.5em;
	}
	.network-site #logo {
		padding-left: 0;
	}
	
	footer > .wrap {
		display: block;
		position: relative;
		padding-left: 2.2em;
	}
	
	
	#footer-logo {
		position: absolute;
		left: 0;
		top: 0.25em;
	}
	#copyright {
		padding-bottom: 1em;
	}
	#footer-menu li + li {
		margin-left: 1.5em;
	}
	#footer-menu {
		padding-left: 3em;
		padding-top: 1em;
	}
	
	#sub-logo {
		margin-left: 1em;
		padding-top: 0;
	}
	.button-link {
		display: block;
		text-align: left;
		font-size: 1em;
	}
	
	#wave-footer-l {
		min-height: 0;
	}
	#wave-footer-r {
		display: none;
	}
	#mobile-footer {
		display: block;
		color: white;
		padding: 0 1em 3.5em 1em;
		margin-top: -1em;	
	}
	#back-link-top {
		display: none;
		display: none;
	}
	
	#nr-top {
		left: 1rem;
		bottom: -1.2rem;
		font-size: 1em;
	}
	
	.single-garten h1 {
		padding-bottom: 0;
		margin-bottom: -0.25em;
	}
	#filter-no-results {
		padding-top: 0.75em;
	}
	.content-events #filter-no-results {
		padding-top: 1.5em;
	}
	.filter {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
