@import url("https://fonts.verwaltungsportal.de/import/?family=Barlow+Semi+Condensed:400,600,400,600i");


html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #eb6c041c;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #306644 #ffffff;
	scrollbar-width: thin;
}

body {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 400;
	color: #1a1a1a;
	background: #ffffff;
	font-size: 1.125rem;
	/* 1rem = 16px */
	line-height: 1.5;
}

@media (min-width: 768px) {
	html {
		position: relative;
	}

	main::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url('../img/background-overlay-v3.svg') center top / 100% auto repeat-y;
		z-index: 1;
	}
}


a {
	color: #306644;
}

a:is(:hover, :focus) {
	color: #306644;
	text-decoration: underline;
}

main a,
b,
strong {
	font-weight: 600;
}

#overflowWrapper {
	overflow: hidden;
	position: relative;
}

/* ------------------------------------------- topbar ------------------------------------------ */

#topbar {
	z-index: 12;
	position: relative;
}

@media (min-width: 992px) {
	#topbar {
		padding: 30px 0;

	}
}

#topbar::before {
	content: 'Langenbacher Hof';
	text-transform: uppercase;
	font-size: clamp(1.875rem, 15vw, 170px);
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 23%;
	transform: translate(-50%);
	color: #fff;
	-webkit-text-stroke: 2px rgba(48, 102, 68, 0.5);
	opacity: 0.9;
	z-index: -3;
	white-space: nowrap;
	line-height: 1;
	pointer-events: none;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
	#topbar::before {
		display: none;
	}

	#topbar .logoHeadlineElement {
		text-transform: uppercase;
		padding: 15px 0;
	}
}

@media (min-width: 1200px) {
	#topbar>.row {
		max-width: 1440px;
		width: 100%;
	}
}

.logoTextElement {
	color: #fff !important;
	font-size: clamp(2.1875rem, 4vw, 2.75rem);
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	opacity: 0.8;
}

@media (max-width: 991px) {
	.logoTextElement {
		margin-bottom: -35px;
	}
}

.logoTextElement a {
	color: #fff;
}

#menu .logoTextElement img {
	max-height: 100px;
	width: auto;
}

#logoBar {
	gap: 15px 60px;
	flex-wrap: wrap;
}

@media (max-width: 1399px) {
	#logo img {
		width: 100%;

	}
}

@media (max-width: 991px) {
	#logo img {
		max-width: 260px;

	}
}

@media (min-width: 992px) {
	#logoTopbar {
		opacity: 0;
		line-height: 0;
		height: 0px;
		display: flex;
		max-width: 0;
		margin-left: 0;
		margin-right: 40px;
		transition: all 700ms linear;
	}

	.rowSpecial {
		opacity: 0;
		height: 40px;
		line-height: 0;
		transition: all 700ms linear;
	}

	.is-sticky .rowSpecial {
		height: 90px;
		opacity: 1;
		line-height: inherit;
	}

	.topbarLogoHeadline {
		opacity: 0;
		line-height: 0;
		font-size: 0;
		display: flex;
		transition: all 700ms linear;
		margin-top: 0px;
	}

	.is-sticky #logoTopbar {
		opacity: 1;
		line-height: 1;
		max-width: 200px;
		display: flex;
		left: 0;
		right: 0;
		height: 100%;
	}

	.is-sticky .topbarLogoHeadline {
		opacity: 1;
		line-height: 1;
		display: flex;
		font-size: clamp(1.5625rem, 3vw, 2rem) !important;
		color: #306644;
		font-weight: 600;
		line-height: 1;
		margin-top: 22px;
		margin-bottom: unset !important;
	}

	.is-sticky .topbarLogoHeadline :is(h1, h2, h3, h4, h5, h6) {
		margin-bottom: 0;
	}
}

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		position: relative !important;
	}
	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background-color: #ffffff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #77b560;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"]::before {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButton::before {
		top: 24px;
		content: "";
	}

	#burgerButton::after {
		top: 32px;
		content: "";
	}

	.navbar-nav {
		margin: 20px 0;
	}

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #fff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		overflow-y: auto;
		transition:
			left 300ms linear,
			opacity 300ms linear,
			box-shadow 600ms linear;
		box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
	}

	.navbar-collapse:is([aria-expanded="true"], .in) {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
	}

	.navbar-header {
		position: fixed;
		top: 55px;
		right: 15px;
		z-index: 101;
		transition: top 200ms ease;
	}

	.is-sticky .navbar-header {
		top: 15px;
	}

	.dropdown-toggle-button-wrapper {
		top: 7px;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 4px;
	}
}

/* menu desktop */

@media (min-width: 992px) {

	#menu {
		background: rgba(0, 0, 0, 0);
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 55;
	}

	.is-sticky #menu {
		left: 50% !important;
		transform: translate(-50%) !important;
		background: #e1e8db;
	}

	#menu::before {
		content: '';
		height: 90px;
		width: 100%;
		position: absolute;
		bottom: -87px;
		left: 0;
		right: 0;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		transition: opacity 600ms cubic-bezier(0.4, 0.0, 0.2, 1), height 600ms cubic-bezier(0.4, 0.0, 0.2, 1), bottom 600ms cubic-bezier(0.4, 0.0, 0.2, 1);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1923.5px' height='90px' viewBox='0 0 1923.5 90' preserveAspectRatio='none'%3E%3Cpath fill='none' d='M0,0 L0,1.088 C0,1.088 341.977,27.893 962.550,27.893 C1583.124,27.893 1923.5,1.088 1923.5,1.088 L1923.5,0 Z'/%3E%3Cpath stroke='rgb(119, 181, 96)' stroke-width='1px' fill='none' d='M0,1.088 C0,1.088 341.977,27.893 962.550,27.893 C1583.124,27.893 1923.5,1.088 1923.5,1.088'/%3E%3C/svg%3E");
	}

	.is-sticky #menu::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1923.5px' height='90px' viewBox='0 0 1923.5 90' preserveAspectRatio='none'%3E%3Cpath fill='%23e1e8db' d='M0,0 L0,1.088 C0,1.088 341.977,27.893 962.550,27.893 C1583.124,27.893 1923.5,1.088 1923.5,1.088 L1923.5,0 Z'/%3E%3Cpath stroke='rgb(119, 181, 96)' stroke-width='1px' fill='none' d='M0,1.088 C0,1.088 341.977,27.893 962.550,27.893 C1583.124,27.893 1923.5,1.088 1923.5,1.088'/%3E%3C/svg%3E");
	}

	#menu>.row {
		max-width: 1440px;
		width: 100%;
	}

	#menu>.row.row2 {
		max-width: 1570px;
		width: 100%;
	}

	#stickyLogoBar {
		display: block;
		margin-top: -120px;
		transition: margin-top 500ms cubic-bezier(0.4, 0.0, 0.2, 1);
		background: rgba(255, 255, 255, 0.3);
		height: 120px;
		padding: 15px;
	}

	.is-sticky #stickyLogoBar {
		margin-top: 0;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	nav.horizontally .navbar-nav>li {
		flex-grow: 1;
	}

	nav.horizontally .navbar-nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 300ms linear;
	}

	nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
		left: 100%;
		top: 0;
	}

	nav.horizontally .navbar-nav li {
		position: relative;
	}

	nav.horizontally .navbar-nav li.open>ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

	nav.horizontally .navbar-nav li:is(:hover)>ul,
	nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
	}

	nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
		z-index: 1003;
	}

	.logoCol {
		opacity: 1;
		transition: all 700ms linear;
	}

	.is-sticky .logoCol {
		opacity: 0;
		height: 0;
		pointer-events: none;
		flex: 0;
		max-width: 0;
	}

	#logoMenü {
		position: absolute;
		top: -40px;
	}

	.menuCol {
		transition: all 700ms linear;
	}

	.is-sticky .menuCol {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #306644;
	font-weight: 600;
	text-align: left;
	padding: 10px 15px 15px 15px;
	position: relative;
	font-size: clamp(1.25rem, 2vw, 1.625rem);
	line-height: 1.2;
	text-decoration: none;
}

nav.horizontally a[class*="toplevel"]::before {
	content: "";
	max-width: 80%;
	width: 0;
	height: 5px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
	background-color: #ecf3e0;
	transition: width 300ms linear;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="toplevel"] {
		hyphens: auto;
	}

	nav.horizontally a[class*="toplevel"].dropdown-toggle {
		padding-right: 35px;
	}

	nav.horizontally a[class*="toplevel"]::before {
		max-width: 100%;
		bottom: 0;
	}
}

@media (min-width: 992px) {
	nav.horizontally li[class*="toplevel"]+li {
		margin-left: 20px;
	}

	nav.horizontally a[class*="toplevel"] {
		text-align: center;
		padding: 20px 10px 10px 10px;
	}
}

.is-sticky a[class*="toplevel"]::before {
	bottom: 0 !important;
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::before,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open>a::before,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::before {
	width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background-color: #92c956;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

nav.horizontally [class*="secondlevel"]>ul {
	background-color: #92c956;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

@media (max-width: 991px) {
	nav.horizontally [class*="toplevel"] ul {
		padding: 10px;
	}

	nav.horizontally [class*="secondlevel"]>ul {
		margin: 10px 0;
	}
}

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] ul {
		padding: 20px;
	}

	nav.horizontally [class*="toplevel"]>ul {
		left: 50%;
		transform: translate(-50%, 0);
		margin-top: 10px;
	}

	nav.horizontally [class*="secondlevel"]>ul {
		margin-top: -20px;
		margin-left: 30px;
	}

	nav.horizontally [class*="toplevel"]>ul::before {
		content: "";
		width: 100%;
		height: 10px;
		top: -10px;
		left: 0;
		position: absolute;
		display: block;
	}

	nav.horizontally [class*="secondlevel"]>ul::before {
		content: "";
		position: absolute;
		display: block;
		width: 30px;
		top: 0;
		bottom: 0;
		left: -30px;
	}

	nav.horizontally .dropdown-menu {
		min-width: 310px;
	}
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #1a1a1a;
	font-weight: 400;
	text-align: center;
	padding: 8px 25px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 10px;
}

@media (max-width: 991px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		text-align: left;
		hyphens: auto;
	}

	nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
		padding-right: 35px;
	}
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
	background: #ecf3e0;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* ------------------------------------------- content ------------------------------------------ */

main {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

@media (max-width: 991px) {
	main {
		background: transparent !important;
	}
}

#content {
	padding-top: 60px;
	background: url("../img/footermaske-v3.png") center bottom / 100% auto no-repeat,
		url(../img/pflanze-links.png) left bottom no-repeat,
		url(../img/pflanze-rechts.png) right top 80px no-repeat;
	z-index: 15;
	position: relative;
}

#contentBG {
	text-align: left;
	padding: 30px clamp(15px, 2vw, 40px) clamp(40px, 4vw, 60px) clamp(15px, 2vw, 40px);
	background: #ebf3df;
	position: relative;
	z-index: 45;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
	outline: 10px solid #fff;
	border-radius: 30px;
}

@media (max-width: 991px) {
	#contentBG {
		max-width: calc(100vw - 60px);
		margin-inline: auto;

	}
}

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #306644;
	font-weight: 600;
	line-height: 1.2;
}

h1,
.h1,
.legacy_h1 {
	font-size: clamp(2rem, 4vw, 2.5rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.9rem, 4vw, 2.625rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.8rem, 4vw, 2.375rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: clamp(1.7rem, 4vw, 2.1875rem);
}

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.6rem, 4vw, 1.875rem);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.5rem, 4vw, 1.625rem);
}


/* #region ------------------------------------- shopButton ------------------------------------------ */


@media (max-width: 991px) {

	.shopButton .template-page .row,
	.shopButton .template-page .col-xs-12 {
		margin: 0;
		padding: 0;
	}

	.shopButton a {
		display: block;
		width: 100%;
		background: #306644;
		color: #fff;
		padding: 10px 15px 10px 15px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.875rem;
		position: relative;
		transition: filter 300ms linear;
		text-decoration: none;
	}

	.shopButton a:hover,
	.shopButton a:focus {
		filter: brightness(110%);
	}
}

#menu .shopButton a {
	opacity: 0;
}

#shopButtonWrapper .tabHeadline {
	font-size: clamp(1.5rem, 2vw, 2.0625rem);
	margin: 0;
}

@media (min-width: 1500px) {
	#shopButtonWrapper {
		position: fixed;
		top: 95px;
		left: 30px;
		z-index: 102;
	}
}

@media (min-width: 992px) {
	#shopButtonWrapper>.row::before {
		content: "";
		background: url(../img/mask-left.png) no-repeat left bottom;
		width: 512px;
		height: 165px;
		position: absolute;
		left: -361px;
		bottom: 0;
	}

	#shopButtonWrapper .shopButton {
		margin: 0 0 40px 0;
	}

	#shopButtonWrapper .tabHeadline {
		margin-left: 30px;
	}
}

@keyframes pulseButton {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.02);
	}
}

#shopButtonWrapper a {
	width: 117px;
	height: 117px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #cedfb4;
	border: 2px solid #53650e;
	border-radius: 100%;
	color: #1a1a1a;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		border-color 200ms linear,
		background 200ms linear,
		color 200ms linear;
	animation: pulseButton 2.5s ease-in-out infinite;
	font-weight: 600;
}

@media (max-width: 991px) {
	#shopButtonWrapper {
		padding: 20px 0 30px 0;
	}
}

@media (max-width: 575px) {
	#shopButtonWrapper a {
		margin: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	#shopButtonWrapper .tabHeadline {
		padding: 0 15px;

	}
}

#shopButtonWrapper a:is(:hover, :focus) {
	background: #ebf3df;
	color: #1a1a1a;
}

/* #region ------------------------------------- parallax ------------------------------------------ */

#headerpic {
	position: relative;
}

@media (min-width: 992px) {

	#headerpic .slider-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		max-height: 1080px;
	}

	#headerpic .nivo-controlNav {
		bottom: 45px;
	}

	.index #headerpic {
		min-height: min(1080px, calc(100vh - 70px));
	}

	body:not(.index) #headerpic {
		min-height: 576px;
	}

	#slider {
		height: 100%;
	}

	#headerpic a.nivo-prevNav {
		left: 65px;
	}

	#headerpic a.nivo-nextNav {
		right: 65px;
	}

	.slider-mask {
		display: block;
		background: linear-gradient(to bottom, rgba(233, 241, 222, 0.9), rgba(233, 241, 222, 0) 300px ), url("../img/huegel-bannerv2.png") no-repeat bottom center / 100% auto;
	}

	.theme-nivo .nivo-directionNav a {
		top: 60% !important;
	}
}

@media (max-width: 991px) {

	#slider {
		overflow: hidden;
		position: relative;
		/*1920px * 768px*/
		height: 40vw;
	}

	body:not(.index) #slider {
		/*1920px * 576px*/
		height: 30vw;
	}

	#slider-onebanner,
	#slider .nivo-box>div,
	#slider .nivo-slice>div,
	#slider .nivo-main-image,
	#slider div[style*='background-size'] {
		background-attachment: unset !important;
		background-size: 100% auto !important;
	}
}

#bannerTab {
	padding: 20px 0;
	z-index: 12;
	position: relative;
}

#bannerTab>.row {
	row-gap: 30px;
}

@media (min-width: 992px) {
	#bannerTab {
		margin-top: 10.5%;
		width: 100%;
		pointer-events: none;
		z-index: 20;
	}

	#bannerTab>.row {
		max-width: 1890px;
		width: 100%;
	}

	#bannerTab>.row>* {
		pointer-events: all;
	}

	#bannerTab .logoTextElement {
		pointer-events: all;
	}
}

@media (max-width: 991px) {
	#headerpic {
		background: #e1e8db;
	}

	#bannerTab {
		background: rgba(255, 255, 255, 0.3)
	}

	#bannerTab .logoTextElement {
		pointer-events: all;
		margin-bottom: 5px;
	}

	#bannerTab .logoTextElement a {
		color: #1a1a1a;
	}

	#bannerTab .logoTextElement {
		color: #1a1a1a !important;
	}
}

/* #region ------------------------------------- tabs ------------------------------------------ */

@media (min-width: 992px) {
	#tabs {
		padding-left: 0;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
		background: #fff;
	}
}

@media (max-width: 991px) {
	#tabs {
		margin-top: 50px;

	}
}

#tabs .tab {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 85px 30px;
	font-size: 1rem;
	position: relative;
	outline: 10px solid #fff;
}

#tabs .tab1 {
	background-color: #fef4a2;
	border-radius: 0 0 30px 30px;
	margin-top: 10px;
}

@media (min-width: 992px) {
	#tabs {
		margin-left: -15px;
		padding-right: 0;
		z-index: 12;
	}
}

@media (min-width: 1200px) {
	#events .tab_link {
		padding-right: 65px;
	}
}

#tabs .tab2 {
	background: #ffd67f;
	color: #1a1a1a;
	border-radius: 30px 30px 0 0;
}

#tabs .tabHeadline {
	font-size: 1.5rem;
	margin: 0 0 clamp(10px, 2vw, 18px) 0;
}

#tabs .tabHeadline {
	font-size: clamp(1.5rem, 2vw, 2.0625rem);
}

#tabs .tab_link_mandat a {
	font-weight: 400;
}

#tabs :is(.tab_link_title, .tab_link_mandat) a {
	color: inherit;
	font-weight: 600;
}

#tabs .tab_spacer {
	display: none;
}

#tabs .tab_link_entry {
	position: relative;
}

#tabs .tab_link_entry+.tab_link_entry {
	margin-top: 24px;
}

#tabs .tab_link_entry+.tab_link_entry::before {
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: -30px;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0));
}

#tabs .tab_link_mehr {
	font-size: 0;
}

#tabs .tab_link_mehr a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #92c956;
	font-weight: 400;
	text-align: left;
	padding: 16px 30px 16px 30px;
	text-decoration: none;
	line-height: 1.2;
	font-size: 1.125rem;
	color: #1a1a1a;
}

#tabs .tab_link_mehr a:is(:hover, :focus) {
	background: #306644;
	color: #fff;
}

#tabs .tab_link_mehr a::after {
	content: "\00BB";
	margin-left: 4px;
}

/* #endregion ---------------------------------- tabs ------------------------------------------ */

/* --------------------------------------------- news ------------------------------------------- */

#news .vorschau,
#news .tab_link_entry .tab_link_mehr {
	display: none;
}

#news .tab_link_entry {
	border: none !important;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	flex-direction: column;
	justify-content: center;
	min-height: 80px;
	padding-left: 90px;
}

#news .tab_link_entry .tab_link_entry::before {
	content: "";
	background: rgba(255, 255, 255, 0.2) center / cover no-repeat;
}

#news .tab_link_entry .tab_link_entry::before,
#news .tab_link_entry .tab_preview_picture {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin: -35px 0 0 0;
	left: 0;
}

#news .tab_preview_picture img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ------------------------------------------- footer ------------------------------------------- */

footer {
	background: #92c956;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	padding: 30px 0;
}

@media (min-width: 992px) {
	footer {
		padding-bottom: 60px;
		padding-top: 160px;
		margin-top: -120px;
	}

	body:not(.index) footer {
		padding-top: 40px;
		margin: 0;
	}
}

footer>.row {
	row-gap: 30px;
}

footer a {
	color: inherit;
}

@media (min-width: 992px) {
	#innerfooter {
		padding-block: 20px;

	}
}

#innerfooter ul {
	padding: 0;
}

@media (max-width: 767px) {
	#innerfooter ul {
		margin-top: 20px;
	}
}

@media (min-width: 576px) {
	#innerfooter li {
		display: inline-block;
	}

	#innerfooter li+li {
		margin-left: clamp(20px, 2vw, 35px);
	}
}

#innerfooter a {
	color: #00000c;
}

/* ------------------------------------------ vernetzt ------------------------------------------ */

#vernetzt {
	display: inline-block;
	font-size: 1rem;
	color: #00000c;
	line-height: 1.4;
	text-decoration: none;
}

#vernetzt span {
	display: block;
}

#vernetzt img {
	margin-bottom: 4px;
}

/* ------------------------------------------ contrast ------------------------------------------ */

:is(.contrast_dark, .contrast_dark_font) :is(main, #content),
.contrast_dark_font :is(main, #content),
:is(.contrast_dark, .contrast_dark_font) .slider-mask {
	background: none !important;
}

.contrast_dark_font #tabs2 .tab_link_mehr a::after {
	color: #000000 !important;
}

:is(.contrast_dark, .contrast_dark_font) :is(#contrast_style, #style) button+button {
	margin-left: 0 !important;
}