html,
body {
	height: 100%;
}

body {
	background: #eef2f5;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 1.6;
	overflow-x: hidden;
}

a {
	color: #000;
	border-bottom: 2px solid #95c11f;
	text-decoration: none;
}

a:hover {
	color: #95c11f;
}

.gruener-hintergrund a {
	color: #fff;
}

.gruener-hintergrund a:hover {
	color: #95c11f;
}

.gruener-hintergrund .tx-myleaflet,
.gruener-hintergrund .tx-myleaflet a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.top-wrap a,
.rootline a {
	border-bottom: unset;
}

h1,
.h1 {
	color: #005f67;
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 25px;
}

.gruener-hintergrund h1,
.gruener-hintergrund h2,
.gruener-hintergrund h3 {
	color: #fff;
}

h2,
.h2 {
	color: #005f67;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}

h3,
.h3 {
	font-size: 32px;
	font-weight: 300;
	margin-top: 30px;
}

.hidefilter {
	display: none;
}

.activefilter {
	font-weight: bold;
}

/*------------------------------------*\
  #SEITENHEADER
\*------------------------------------*/
.top-wrap {
	/* border-bottom: 5px solid #89a638; */
}

.top-logo-wrap {
	background: #005f67;
	height: 140px;
	padding-top: 20px;
	position: relative;
}

.top-wrap .top-logo-wrap .logo {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	z-index: 9;
}

.top-logo-wrap .logo img {
	width: 300px;
	height: auto;
}

.navigation-wrap {
	position: absolute;
	right: 0;
	top: 25px;
}

.kopfslider {
	position: relative;
}

.kopfslider .beschreibung {
	position: absolute;
	top: 0;
	width: 450px;
	height: 100%;
	left: 50%;
	margin-right: -300px;
	background: #E6F5C8;
	opacity: 0.8;
	padding: 25px;
}

.kopfslider .beschreibung .titel-klein {
	margin-bottom: 20px;
}

.kopfslider .titel-gross {
	font-size: 28px;
	font-weight: 400;
}

.kopfslider .link {
	margin-top: 30px;
}

.kopfslider button i {
	font-size: 50px;
}

.kopfslider .link a i {
	margin-left: 10px;
}

.carousel-control-next,
.carousel-control-prev {
	color: #c7d301 !important;
	opacity: 1;
}

.kopfbild,
.kopfslider {
	background: #005f67;
}

.kopfbild .container-2200,
.kopfslider .container-2200 {
	max-width: 2200px;
	margin: 0 auto;
}

.suche-navigation-wrap .suche i {
	font-size: 28px
}

.kesearch_pagebrowser ul {
	margin: 0;
	padding: 0;
	list-style: 0;
}

.kesearch_pagebrowser ul.pagination li:before {
	content: unset;
}

.kesearch_pagebrowser ul.pagination li a {
	padding: 6px 15px !important;
	color: #000;
}

.kesearch_pagebrowser ul.pagination li.page-item.active .page-link {}

.slogan {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	width: 800px;
}

.slogan span {
	background: #005f67;
	padding: 3px 10px 0 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}



/*------------------------------------*\
  #CONTENT
\*------------------------------------*/
nav ol {
	color: #434343;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav .rootline {
	margin-bottom: 50px;
	margin-top: 10px;
}

nav ol.rootline li {}

nav ol.rootline li.rootline-item a {
	color: #888 !important;
	font-size: 14px;
}

.rootline li.rootline-item i {
	margin-left: 10px;
	margin-right: 10px;
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
footer {
	background: #005f67;
	border-top: 2px solid #c7d301;
	color: #fff;
	padding: 30px 0;
}

footer a {
	border-bottom: 2px solid #95c11f;
	color: #fff;
}

footer a:hover {
	border-bottom: 2px solid #5e7914;
}

footer h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

/*------------------------------------*\
  #TYPO3
\*------------------------------------*/
p {
	margin-bottom: 15px;
}

strong {
	font-weight: 600;
}

hr {
	color: #36641d;
	opacity: 1;
	border-bottom: 1px solid #36641d;
}

.gruener-hintergrund hr {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.frame-space-before-extra-small {
	margin-top: 20px;
}

.frame-space-before-small {
	margin-top: 40px;
}

.frame-space-before-medium {
	margin-top: 60px;
}

.frame-space-before-large {
	margin-top: 80px;
}

.frame-space-before-extra-large {
	margin-top: 100px;
}

.frame-space-after-extra-small {
	margin-bottom: 20px;
}

.frame-space-after-small {
	margin-bottom: 40px;
}

.frame-space-after-medium {
	margin-bottom: 60px;
}

.frame-space-after-large {
	margin-bottom: 80px;
}

.frame-space-after-extra-large {
	margin-bottom: 100px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.error {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.ce-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

figcaption.image-caption {
	font-size: 14px;
	margin-top: 10px;
}

.gruene-box {
	background: #eef2f5;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 60px;
}

.gruener-hintergrund {
	background: #005f67;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
}

.gruener-hintergrund h2 {
	color: #fff;
}

.dunkelgruene-box {
	background: #3C550A;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.dunkelgruene-box a {
	color: #fff;
}

.frame-type-menu_pages ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

footer ul {
	padding: 0;
}

main ul li {
	list-style: none;
	margin-left: 10px;
	position: relative;
}

main ul li::before {
	content: "–";
	margin-right: 7px;
	position: absolute;
	left: -10px;
	top: -1px;
}

.frame-type-menu_pages ul li:after {
	content: "\F285";
	color: #fff;
	font-family: "bootstrap-icons";
	margin-left: 0;
	margin-top: 1px;
	left: 120px;
	position: absolute;
}

footer .frame-type-menu_pages ul li:before {
	content: none;
}

.frame-type-menu_pages ul li {
	margin-bottom: 10px;
}

.frame-type-menu_pages ul li a span {}

.kopfslider .beschreibung ul,
.frame-standard ul {
	padding: 0;
}

.kopfslider .beschreibung ul li,
.frame-standard ul li {
	list-style-type: none;
}

.kopfslider .beschreibung ul li::before,
.frame-standard ul li::before {
	content: "-";
	color: #36641d;
	padding-right: 5px;
}

.gruener-hintergrund ul li::before {
	color: #fff;
}

.frame-type-menu_sitemap ul {
	margin-left: 20px;
}

/*------------------------------------*\
  #FORMULAR
\*------------------------------------*/
#kontaktformular-64 h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	color: #555;
}

#kontaktformular-64 .form-group {
	margin-bottom: 15px;
}

#kontaktformular-64 #c65 .form-check {
	padding-left: 0;
}

form fieldset label input {
	display: block;
	margin-bottom: 20px;
}

/*------------------------------------*\
  #2-KLICK
\*------------------------------------*/
.map {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.map .privacy-msg.privacy-map-msg {
	background-image: url(/typo3conf/ext/kv_garten/Resources/Public/Images/Template/Mapdummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}


.map .privacy-msg.privacy-map-msg::after {
	content: "© OpenStreetMap contributors";
	position: absolute;
	left: 15px;
	bottom: 0;
}

.map .privacy-msg.privacy-map-msg p {
	background-image: url(/typo3conf/ext/kv_garten/Resources/Public/Images/Template/trans-80-schwarz.png);
	width: 90%;
	position: absolute;
	margin-top: 50px;
	margin-left: 5%;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
}

.privacy-msg.privacy-script-msg {
	position: relative;
}

.privacy-msg.privacy-script-msg p {
	background-image: url(/typo3conf/ext/kv_garten/Resources/Public/Images/Template/trans-80-schwarz.png);
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	z-index: 99;
}

[data-eobp-media="desktop"] .eobp {
	margin: 15px 0 !important;
}

.map iframe {
	width: 100%;
	margin-bottom: -6px;
}

.privacy-msg.privacy-script-msg a,
.privacy-msg.privacy-map-msg a {
	color: #a90015;
}

.privacy-msg a.btn {
	background: #a90015;
	border-color: #a90015;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.privacy-msg.privacy-script-msg p a,
.privacy-msg.privacy-map-msg p a {
	color: #fff;
	text-decoration: underline;
}

.privacy-map-msg p a.btn {
	text-decoration: none;
}

span.btn-group.next.submit button a {
	color: #fff;
}

/*------------------------------------*\
  #CONTAINER
\*------------------------------------*/
section.container .container {
	padding: 0;
}

/*------------------------------------*\
  #MASK
\*------------------------------------*/
/*--------- BILDERGALERIE ------------*/
.mask-bildergalerie .bildspalte {
	margin-bottom: 30px;
}

.mask-bildergalerie .bildspalte .zoom img {
	width: 100%;
	height: auto;
}

.mask-bildergalerie .mask-bildergalerie-wrapper {
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.mask-bildergalerie .bildspalte {
	margin-bottom: 15px;
}

.mask-bildergalerie .bildspalte img {
	width: 100%;
	height: auto;
}

.ce-gallery figcaption {
	display: block;
}

figcaption {
	width: 100%;
}

figcaption div {
	color: #555;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.mask-linkbox-bild-wrap .mask-linkbox-bild-item {
	margin-top: 15px;
	text-align: center;
}

.mask-linkbox-bild-wrap .mask-linkbox-bild-item .mask-linkbox-bild img {
	width: 100%;
	height: auto;
}

.mask-linkbox-bild-wrap .mask-linkbox-bild-item a {
	font-size: 22px;
	line-height: 1.2;
}

.mask-linkbox-bild-wrap .mask-linkbox-bild-item .mask-linkbox-bild {
	margin-bottom: 10px;
}

.mask-linkbox-volle-breite-wrap {
	position: relative;
	max-height: 300px;
}

.mask-linkbox-volle-breite-wrap .simpleParallax {
	max-height: 300px;
}

.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt {
	width: 1320px;
	position: absolute;
	top: 50%;
	margin-top: -37px;
	left: 50%;
	margin-left: -660px;
}

.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt .mask-linkbox-volle-breite-item {
	background: #fff;
	height: 75px;
	text-align: center;
}

.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt .mask-linkbox-volle-breite-item a {
	font-size: 20px;
}

.mask-linkbox-volle-breite-wrap .parallax img {
	width: 100%;
	height: auto;
}

/*------------------------------------*\
  #TT_ADDRESS
\*------------------------------------*/
.tx-ttaddress .tt_address_list .vcard.tt_address_detail {
	margin-bottom: 50px;
}

.tx-ttaddress .tt_address_list .vcard.tt_address_detail h3 {
	background: #E6F5C8;
	padding: 5px 10px;
}

.tx-ttaddress .tt_address_list .vcard.tt_address_detail img {
	width: 200px;
	height: auto;
}

/*------------------------------------*\
  #MYLEAFLET
\*------------------------------------*/
.tx-myleaflet #map {
	height: 500px !important;
}

.tx-myleaflet .ajaxSearch ul.karten-filter {
	background: #fff;
	display: flex;
	justify-content: space-around;
	margin-top: 0;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.tx-myleaflet .ajaxSearch .leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
	width: 100% !important;
}

.tx-myleaflet .ajaxSearch ul.karten-filter li.karten-filter-item {
	color: #fff;
	margin-left: 0;
	padding: 0px 0px;
	text-align: center;
	width: 170px;
	margin: 10px 5px;
}

.tx-myleaflet .searchResultContainer .searchResultTile {
	position: relative;
}

.tx-myleaflet .searchResultTile-item.privatgaerten,
.tx-myleaflet .searchResultTile-item.lehrgaerten,
.tx-myleaflet .searchResultTile-item.klostergaerten,
.tx-myleaflet .searchResultTile-item.gaertnereien,
.tx-myleaflet .searchResultTile-item.parks {
	color: #fff;
	border-radius: 20px;
	margin-left: 0;
	padding: 5px 15px;
	text-align: center;
	width: 200px;
	left: 50%;
	bottom: 20px;
	margin-left: -100px;
	position: absolute;
}

.tx-myleaflet .ajaxSearch ul.karten-filter li.karten-filter-item:hover label,
.tx-myleaflet .searchResultContainer .searchResultTile a .searchResultTile-item:hover label {
	text-decoration: underline;
}

.tx-myleaflet .ajaxSearch .searchResultTile a:hover .searchResultTile-item {
	text-decoration: underline;
}

.tx-myleaflet .ajaxSearch ul.karten-filter:not(.allactive) li.karten-filter-item:not(:has(input:checked)) {
	background: #333;
}

.tx-myleaflet ul.karten-filter li.karten-filter-item.kat-34,
.tx-myleaflet .searchResultTile-item.privatgaerten {
	background: #1f806a;
}

.tx-myleaflet ul.karten-filter li.karten-filter-item.kat-35,
.tx-myleaflet .searchResultTile-item.lehrgaerten {
	background: #518745;
}

.tx-myleaflet ul.karten-filter li.karten-filter-item.kat-36,
.tx-myleaflet .searchResultTile-item.klostergaerten {
	background: #b5a716;
}

.tx-myleaflet ul.karten-filter li.karten-filter-item.kat-37,
.tx-myleaflet .searchResultTile-item.gaertnereien {
	background: #95ad4b;
}

.tx-myleaflet ul.karten-filter li.karten-filter-item.kat-38,
.tx-myleaflet .searchResultTile-item.parks {
	background: #006e78;
}

.tx-myleaflet .ajaxSearch ul.karten-filter li.karten-filter-item::before {
	content: "";
}

.tx-myleaflet .searchResultContainer .searchResultTile {
	background: #eef2f5;
	border: 2px solid #eef2f5;
	min-height: 400px;
	hyphens: auto;
}

.tx-myleaflet .searchResultContainer .searchResultTile .searchResultTile-item-ueberschrift {
	font-size: 32px;
	padding: 10px 20px 0 20px;
	text-align: center;
	line-height: 1.2;
}

.tx-myleaflet .searchResultContainer .searchResultTile .searchResultTile-item-ueberschrift a {
	border-bottom: 0;
}

.tx-myleaflet .searchResultContainer .searchResultTile img {
	width: 100%;
	height: auto;
}

.tx-myleaflet .graue-box {
	background: #eee;
	height: 152px;
	width: 100%;
}

.tx-myleaflet .searchResultContainer .searchResultTile .searchResultTile-item-city {
	text-align: center;
}

.tx-myleaflet .infoWindow .infobox {
	font-weight: 600;
	margin-bottom: 5px;
}

.tx-myleaflet .infoWindow img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.tx-myleaflet .ajaxSearch ul.karten-filter li.karten-filter-item input {
	opacity: 0;
}

.tx-myleaflet .ajaxSearch ul.karten-filter li.karten-filter-item label {
	margin-left: -20px;
	width: 100%;
	padding: 5px 15px;
}

.tx-myleaflet .ajaxSearch #ajaxResult {
	color: #fff;
}

.tx-myleaflet .ajaxSearch #ajaxResult .searchResultContainer {
	color: #000;
}

.tx-myleaflet .ajaxSearch button#tx_myleaflet_more {
	display: none;
}

/*------------------------------------*\
  #NEWS
\*------------------------------------*/
.news .news-list-view .news-list-item {
	border-top: 1px solid #36641d;
	padding-top: 30px;
	margin-bottom: 30px !important;
}

.dunkelgruene-box .news .news-list-view .news-list-item {
	border-top: 1px solid #fff;
}

/* .articletype-0 h3,
.news-single .article h3 {
	font-size: 22px;
	margin-bottom: 24px;
} */

.lead h3,
.news-single .article .news-text-wrap h3 {
	font-size: 22px;
	margin-bottom: 24px;
}

.news .news-list-view .news-list-item .lead {
	font-size: 20px;
	font-weight: 500;
}

.news .news-list-view .news-list-item i {
	margin-left: 5px;
}

.news .news-list-item img,
.news.news-single .thumbnail img {
	width: 100%;
	height: auto;
}

.news.news-single .extra time {
	color: #888;
}

.news .header-balken h3 {
	color: #434343;
	margin-bottom: 0;
	width: 100%;
}

.news .news-list-view .news-list-item {
	border-top: 2px solid #fff;
	padding-top: 30px;
	margin-bottom: 30px !important;
}

.news .news-list-view .news-list-item-gartenwinkel {
	border-top: 2px solid #fff;
	padding-top: 15px;
}

.news .news-list-item .datum i {
	font-size: 28px;
	line-height: 1;
	margin-right: 10px;
}

.news .news-list-view .news-list-item a span,
.news .news-list-view .news-list-item-gartenwinkel a span {
	border-bottom: 2px solid #95c11f;
}

/*------------------------------------*\
  #SWIPER
\*------------------------------------*/
.frame-type-mask_zufallsslider {
	color: #000;
	position: relative;
}

.frame-type-mask_zufallsslider h2 {
	margin-bottom: 30px;
}

.frame-type-mask_zufallsslider h3 {
	color: #005f67;
}

.swiper-slide a {
	display: block;
	width: 150px;
}

.swiper-slide a {
	border-bottom: 0;
}

.swiper-slide a .linkbutton-slider {
	width: 150px;
	padding: 3px 15px 3px 15px;
	border-radius: 20px;
	text-align: center;
}

.swiper-slide a:hover {
	color: #fff;
}

.swiper-slide a:hover .linkbutton-slider {
	background-color: #333 !important;
}

.swiper-slide .bild img {
	width: 100%;
	height: auto;
}

.frame-type-mask_zufallsslider .swiper-button-prev,
.frame-type-mask_zufallsslider .swiper-button-next {
	color: #5c9833;
}

.frame-type-mask_content_bilderslider #carousel-slider.carousel.slide.carousel-fade.content-bilderslider .carousel-control-next i,
.frame-type-mask_content_bilderslider #carousel-slider.carousel.slide.carousel-fade.content-bilderslider .carousel-control-prev i {
	font-size: 50px;
}

.carousel-item {
	width: 100%;
	aspect-ratio: 4 / 3;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.frame-type-mask_zufallsslider .swiper-button-prev {
	position: absolute;
	left: -40px;
	top: calc(50% - 22px);
}

.frame-type-mask_zufallsslider .swiper-button-next {
	position: absolute;
	right: -40px;
	top: calc(50% - 22px);
}

.frame-type-mask_zufallsslider .swiper-pagination.swiper-pagination-bullets {
	bottom: -30px;
}

.swiper-pagination-bullet-active {
	background: #005f67;
}

/*------------------------------------*\
  #CALENDARIZE
\*------------------------------------*/
.calendarize .panel {
	border-top: 1px solid #000;
}

.calendarize .panel:last-child {
	border-bottom: 1px solid #000;
}

/*------------------------------------*\
  #NEWSLETTER
\*------------------------------------*/
.tx-fp-newsletter form .form-group {
	margin-bottom: 10px;
}

/*------------------------------------*\
  #TABELLEN
\*------------------------------------*/
.table table.contenttable,
.CookieTable table.contenttable {
	width: 100%;
}

.table table.contenttable tr,
.CookieTable table.contenttable tr {
	background: none;
	border-bottom: 1px solid #999;
}

.table table.contenttable tr td,
.CookieTable table.contenttable tr td {
	padding: 15px 0;
}

/*------------------------------------*\
  #BACK-TO-TOP
\*------------------------------------*/
.back-to-top {
	background: #005f67;
	border: 1px solid #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	z-index: 100;
}

a.back-to-top {
	text-decoration: none;
}

.back-to-top i {
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}

/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1799px) {
	.slogan {
		font-size: 60px;
		line-height: 1.4;
	}
}

@media (max-width: 1399px) {
	.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt {
		width: 94%;
		left: unset;
		margin-left: 3%;
	}
}

@media (max-width: 1299px) {
	.frame-type-mask_zufallsslider .swiper-button-next {
		right: 20px;
		top: -25px;
	}

	.frame-type-mask_zufallsslider .swiper-button-prev {
		left: unset;
		top: -25px;
		right: 75px;
	}
}

@media (max-width: 1199px) {

	#c14 img,
	.logo img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 991px) {
	.container {
		min-width: 100%;
	}

	h1,
	.h1 {
		font-size: 40px;
		margin-bottom: 25px;
	}

	h2,
	.h2 {
		font-size: 32px;
		margin-bottom: 15px;
	}

	h3,
	.h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.kopfslider .beschreibung {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		left: 0;
		margin-right: 0;
		padding: 15px;
	}

	.kopfslider .beschreibung .titel-klein {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.kopfslider .beschreibung .titel-gross {
		font-size: 22px;
		line-height: 1.4;
	}

	.kopfslider .beschreibung .link {
		margin-top: 5px;
	}

	.slogan {
		width: 100%;
	}

	.mask-linkbox-volle-breite-wrap {
		overflow: hidden;
	}

	#map.leaflet-touch-zoom {
		width: 100% !important;
	}

	.tx-myleaflet .ajaxSearch ul.karten-filter {
		display: block;
		text-align: center;
	}

	.tx-myleaflet .ajaxSearch ul.karten-filter li.karten-filter-item {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.slogan {
		font-size: 40px;
	}

	.gruene-box {
		padding-top: 60px;
	}

	.frame-type-mask_zufallsslider .swiper-button-next,
	.frame-type-mask_zufallsslider .swiper-button-prev {
		top: -30px;
	}

	.logo {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.ce-intext.ce-right .ce-gallery {
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt .row.mx-2.mx-lg-0 {
		display: flex !important;
		flex-direction: column !important;
	}

	.mask-linkbox-volle-breite-inhalt {
		top: 25px;
		margin-top: unset;
	}

	.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-item {
		height: 75px;
		margin-bottom: 15px;
	}

	.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt {
		top: 35%;
	}

	.news .news-list-item img {
		margin-top: 30px;
	}

	.news .news-list-item img,
	.news.news-single .thumbnail img,
	.swiper-slide .bild img {
		max-width: 300px;
		height: auto;
	}

	.news .news-list-view .news-list-item-gartenwinkel {
		padding-bottom: 15px;
	}

	.zufallsslider .swiper-slide .bild {
		text-align: center;
	}

	.frame-type-mask_zufallsslider h3 {
		margin-top: 30px;
	}
}

@media (max-width: 576px) {
	.top-logo-wrap {
		height: 80px;
		padding-top: 10px;
	}

	.top-wrap .top-logo-wrap .logo {
		margin-left: -100px;
	}

	.top-logo-wrap .logo img {
		width: 200px;
		height: auto;
	}

	.slogan {
		font-size: 28px;
	}

	.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-item {
		height: 50px;
		margin-bottom: 15px;
	}

	.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt .mask-linkbox-volle-breite-item {
		height: 50px;
	}

	.mask-linkbox-volle-breite-wrap .mask-linkbox-volle-breite-inhalt {
		top: 25%;
	}

	.tx-myleaflet .searchResultContainer .searchResultTile {
		min-height: auto;
		padding-bottom: 80px;
	}

	.tx-myleaflet .graue-box {
		display: none;
	}

	.frame-type-mask_zufallsslider .swiper-button-prev {
		position: absolute;
		left: 10px;
		top: 25%;
	}

	.frame-type-mask_zufallsslider .swiper-button-next {
		position: absolute;
		right: 10px;
		top: 25%;
	}
}