@import url("https://fonts.verwaltungsportal.de/import/?family=Merriweather+Sans:300,400,500,600,700,300i,400i,500i,600i,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Rouge+Script:300,400,500,600,700,300i,400i,500i,600i,700i");

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

body {
	font-family: "Merriweather Sans", sans-serif;
	color: #2d2d2d;
	background: #ffffff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 300;
	line-height: 1.5;
	isolation: isolate;
}

a {
	color: #b54a4a;
}

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

b,
strong {
	font-weight: 600;
}

.overflow {
	overflow: clip;
	position: relative;
}

/* ------------------------------------------- logo --------------------------------------------- */

#logo {
	display: flex;
	gap: 10px;
	text-decoration: none;
	padding: 6px 0;
}

@media (min-width: 992px) {
	#logo .logoImg img {
		max-width: 190px;
	}

	#logo .logoImg {
		position: absolute;
		top: -50px;
	}

	#logo .logoTxt {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

#logo .logoImg img {
	display: block;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
	margin-left: -15px;
}

@media (max-width: 991px) {
	#logo .logoImg img {
		max-width: 210px;
		width: 100%;
	}
}

#logo .logoTxt {
	line-height: 1.2;
	font-size: 2.5rem;
	color: #63724b;
	font-weight: 400;
	font-family: "Rouge Script", serif;
   margin-left: 15px;
}

@media (min-width: 1200px) {
	#logo .logoTxt {
		margin-left: -25px;
	}
}

@media (max-width: 991px) {
	#logo .logoTxt {
		margin-left: -15px;
	}
}

#logo .logoTxt :is(b, strong) {
	color: #2d2d2d;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.125rem;
	font-family: "Merriweather Sans", serif;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#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: #b54a4a;
		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: #ffffff;
		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: 15px;
		right: 15px;
		z-index: 101;
	}

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

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		background-color: #ffffff;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
		position: sticky;
		left: 0;
		right: 0;
		top: 0;
		z-index: 101;
	}

	nav.horizontally > .row::before {
		content: "";
		background: url(../img/deko-ast-nav-links.png) no-repeat bottom left;
		width: 253px;
		height: 120px;
		position: absolute;
		left: -360px;
		bottom: 0;
		pointer-events: none;
	}

	nav.horizontally > .row::after {
		content: "";
		background: url(../img/deko-ast-nav-rechts.png) no-repeat bottom left;
		width: 253px;
		height: 120px;
		position: absolute;
		right: -393px;
		bottom: 0;
		pointer-events: none;
	}

	.navbar,
	.navbar > div#myNavbar,
	.navbar > div#myNavbar > ul,
	.navbar > div#myNavbar > ul > li {
		height: 100% !important;
	}

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

	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;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #2d2d2d;
	font-weight: 300;
	text-align: left;
	padding: 12px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="toplevel"].dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 50px 10px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}

	nav.horizontally a[class*="toplevel"]::after {
		background: url(../img/hover.png) no-repeat;
		width: 26px;
		height: 20px;
		content: "";
		position: absolute;
		bottom: 0px;
		z-index: 1;
		pointer-events: none;
		left: 50%;
		transform: translate(-50%);
		display: block;
		opacity: 1;
	}
}

/* toplevel-over */

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

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	padding: 10px 0;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

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

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

	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) > ul::before {
		content: "";
		position: absolute;
		display: block;
	}

	nav.horizontally [class*="toplevel"] > ul::before {
		height: 10px;
		left: 0;
		right: 0;
		top: -10px;
	}

	nav.horizontally [class*="secondlevel"] > ul::before {
		width: 10px;
		top: 0;
		bottom: 0;
		left: -10px;
	}
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	background-color: transparent;
	color: #494949;
	font-weight: 300;
	text-align: center;
	padding: 8px 30px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

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

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

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
	content: "";
	position: absolute;
	left: 0%;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	width: 0;
	background-color: #f0ead2;
	transition: width 200ms linear;
}

/* 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) {
	color: #b54a4a;
	background-color: transparent;
}

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

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

/* -------------------------------------------- banner ------------------------------------------ */

#slider,
#headerpic {
	padding: 0;
	position: relative;
}

#slider {
	overflow: hidden;
	max-height: clamp(300px, 52vw, 700px);
}

@media (min-width: 992px) {
	#headerpic a.nivo-prevNav {
		left: 65px;
	}

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

.slider-wrapper,
#slider {
	height: 100%;
}

.slider-mask {
	display: block;
	background: #f0ead2;
	opacity: 1;
	height: 10px;
	bottom: 0;
}

/* ------------------------------------------------ bannerOverlay ----------------------------------------------- */

#bannerOverlay {
	font-family: "Rouge Script", sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: clamp(1.875rem, 5vw, 3.125rem);
	line-height: 1.2;
	background-color: rgba(99, 114, 75, 1);
	position: relative;
}

@media (max-width: 991px) {
	#bannerOverlay {
		padding: 10px 0;
		background-color: rgba(99, 114, 75, 1);
	}
}

@media (min-width: 992px) {
	#bannerOverlay {
		position: absolute;
		pointer-events: none;
		bottom: 10px;
		left: 0;
		right: 0;
		z-index: 12;
		background-color: rgba(99, 114, 75, 0.8);
		padding: 35px 0 25px 0;
	}

	#bannerOverlay .tab {
		pointer-events: all;
	}
}

/* --------------------------------------------- tabs ------------------------------------------- */

.tabKontakt {
	max-width: 400px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding: clamp(25px, 4vw, 60px) clamp(20px, 3vw, 30px) clamp(25px, 4vw, 60px) clamp(20px, 3vw, 20px);
	border-radius: clamp(25px, 4vw, 50px) 2px;
	border-top: 5px solid rgba(214, 155, 155, 0.6);
	border-bottom: 5px solid rgba(240, 234, 210, 0.6);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	font-size: 1rem;
	line-height: 1.8;
}

.tabKontakt .tabHeadline {
	margin-left: 55px;
}

.tabHeadline {
	font-size: 1.5rem;
	margin: 0 0 15px 0;
}

.tabKontakt p:not(tbody p) {
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-top: 10px;
}

.tabKontakt img + img:not(tbody p) {
	margin-left: 10px;
}

.tabAngebot {
	background:
		linear-gradient(80deg, rgba(255, 255, 255, 1) 0%, rgba(214, 155, 155, 1) 50%),
		url(../img/hufeisen.png) center right no-repeat;
	padding: 55px 150px 55px 230px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-bottom: 60px;
}

@media (max-width: 1199px) {
	.tabAngebot {
		padding: 55px;
		padding-left: clamp(75px, 10vw, 150px);
	}
}

.tabAngebot .tabHeadline {
	font-size: 1.75rem;
	color: #2d2d2d;
}

.tabAngebot a {
	color: #2d2d2d;
	text-decoration: underline;
}
.tabAngebot::before {
	content: "";
	position: absolute;
	background: url(../img/bernersennhund.png) no-repeat;
	width: 398px;
	height: 392px;
	bottom: 24px;
	z-index: 0;
	pointer-events: none;
	left: -190px;
	display: block;
}

@media (max-width: 1199px) {
	.tabAngebot::before {
		width: clamp(120px, 20vw, 250px);
		background-size: contain;
		background-position: bottom right;
		left: clamp(-60px, -20vw, -15px);
	}
}

@media (min-width: 1200px) {
	.tabAngebot::after {
		content: "";
		position: absolute;
		background: url(../img/hufeisen.png) top right / auto no-repeat;
		width: 100%;
		height: auto;
		z-index: 0;
		pointer-events: none;
		right: 0px;
		top: 0;
		bottom: 0;
		display: block;
	}
}

/* ------------------------------------------------ @26tab ----------------------------------------------- */

#tab26 {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	z-index: 20;
	position: relative;
}

#tab26 .tabWrapper {
	margin-top: 30px;
}

#tab26 .tabWrapper .tab {
	font-size: 1rem;
	background: #ffffff;
	padding: clamp(25px, 4vw, 60px) clamp(20px, 3vw, 30px) clamp(25px, 4vw, 60px) clamp(20px, 3vw, 20px);
	border-radius: clamp(25px, 4vw, 50px) 2px;
	border-top: 5px solid rgba(214, 155, 155, 0.6);
	border-bottom: 5px solid rgba(240, 234, 210, 0.6);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

#tab26 .tabWrapper .tab hr {
	margin: 22px 0 clamp(22px, 3vw, 40px) 0;
	border-color: #d5c9b7;
	opacity: 1;
}

#tab26 .tabWrapper .tab :is(strong, b) {
	color: #b54a4a;
}

#tab26 img {
	left: -20px;
	top: -20px;
	display: block;
	max-width: unset;
	position: relative;
	width: calc(100% + 40px);
}

#tab26 .tabSpecial :is(h2) {
	color: #2d2d2d;
	font-weight: 400;
	font-size: clamp(1.625rem, 4vw, 2.25rem);
	margin-bottom: 0;
}

.buttonTab {
	padding-bottom: clamp(30px, 7vw, 90px);
}

.buttonTab a {
	display: inline-block;
	font-size: clamp(1rem, 4vw, 1.25rem);
	color: #2d2d2d;
	padding: 10px 40px;
	border-radius: clamp(10px, 4vw, 20px) 2px;
	border-top: 2px solid rgba(214, 155, 155, 0.6);
	border-bottom: 2px solid rgba(240, 234, 210, 0.6);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#tab26 .slick-slide {
	padding: 15px;
}

#tab26 .slick-dots button,
#tab26 .slick-button {
	background: transparent;
	border: none;
	padding: 5px;
}

#tab26 .slick-button {
	font-size: 0px;
	position: relative;
	top: 4px;
}

#tab26 .slick-prev {
	margin-left: 14px;
}

@media (max-width: 767px) {
	#tab26 .slick-next {
		margin-left: 14px;
	}
}

#tab26 .slick-button::before {
	display: block;
	line-height: 9px;
	height: 20px;
	font-size: 40px;
	color: #000000;
}

#tab26 .slick-button::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.05);
	transition:
		width 200ms linear,
		height 200ms linear;
	z-index: -1;
}

#tab26 .slick-button:focus::after,
#tab26 .slick-button:hover::after {
	width: 28px;
	height: 28px;
}

@media (max-width: 767px) {
	#tab26 .slick-button::after,
	#tab26 .slick-button::after {
		width: 28px;
		height: 28px;
	}
}

#tab26 .slick-dots {
	padding: 0 15px;
	list-style: none;
}

#tab26 .slick-dots > li {
	display: inline-block;
	position: relative;
	top: 50%;
	font-size: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #aaaaaa;
	transform: translateY(-50%);
}

#tab26 .slick-dots,
#tab26 .slick-button {
	display: inline-block !important;
}

@media (max-width: 767px) {
	#tab26 .slick-dots {
		display: none !important;
	}
}

#tab26 .slick-dots > li.slick-active {
	background: #b54a4a;
	transition: background 200ms linear;
}

#tab26 .slick-dots > li + li {
	margin-left: 10px;
}

#tab26 .slick-prev::before {
	content: "\2039";
}

#tab26 .slick-next::before {
	content: "\203A";
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#tab26 .slick-animate-control {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: -5px;
	left: 10px;
	border: 1px solid #ffffff;
	background-color: #000;
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#tab26 .slick-animate-control.slick-pause {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

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

#content {
	text-align: left;
	row-gap: 30px;
	padding-top: clamp(30px, 5vw, 70px);
	padding-bottom: clamp(30px, 7vw, 90px);
}

#angebotSection::before {
	content: "";
	background: url(../img/blaetter-links.jpg) no-repeat bottom left;
	width: 510px;
	height: 1200px;
	position: absolute;
	left: -360px;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}

#content::after {
	content: "";
	background: url(../img/blaetter-rechts.jpg) no-repeat top right;
	width: 510px;
	height: 100%;
	position: absolute;
	right: -494px;
	top: 0;
	pointer-events: none;
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #63724b;
	font-weight: 600;
	line-height: 1.2;
	font-family: "Merriweather Sans", sans-serif;
}

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

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.625rem, 3.5vw, 2.25rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.5625rem, 3vw, 2rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: clamp(1.5rem, 2.5vw, 1.75rem);
}

h5,
.h5,
.legacy_h5 {
	font-size: 1.5rem;
}

h6,
.h6,
.legacy_h6 {
	font-size: 1.375rem;
}

/* #region ----------------------------------- footer ------------------------------------------- */

footer::before {
	content: "";
	display: block;
	height: 320px;
	background-color: #97a97c;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	box-shadow: inset 0 10px rgba(151, 169, 124, 0.6);
}

@media (min-width: 992px) {
	footer > .row::before {
		content: "";
		background: url(../img/deko-ast-footer-links.png) no-repeat bottom left;
		width: 260px;
		height: 115px;
		position: absolute;
		left: -360px;
		bottom: 0;
		pointer-events: none;
	}

	footer > .row::after {
		content: "";
		background: url(../img/deko-ast-footer-rechts.png) no-repeat bottom left;
		width: 185px;
		height: 116px;
		position: absolute;
		right: -340px;
		bottom: 0;
		pointer-events: none;
	}
}

footer {
	background: #f0ead2;
}

@media (max-width: 991px) {
	footer::before {
		margin-bottom: 20px;
	}

	footer {
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	footer > .row > .col-xs-12 + * {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		margin-top: 15px;
		padding-top: 15px;
	}
}

#innerfooter ul {
	padding: 0;
}

#innerfooter a {
	color: #2d2d2d;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	padding: 6px 0;
	font-weight: 300;
}

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

#innerfooter a:is(:hover, :focus) {
	background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 500px) {
	#innerfooter li + li {
		margin-left: 15px;
	}

	#innerfooter li {
		display: inline-block;
	}
}

/* ----------------------------------------- scroll top ----------------------------------------- */

#scroll-top {
	opacity: 1 !important;
	font-size: 0;
	border: 1px solid #2d2d2d;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	margin: 0 auto;
}

@media (min-width: 768px) {
	#scroll-top {
		margin-right: 0;
	}
}

#scroll-top::after {
	content: "";
	position: absolute;
	left: 13px;
	top: 16px;
	width: 9px;
	height: 9px;
	border-radius: 2px;
	display: inline-block;
	border-right: 2px solid #2d2d2d;
	border-top: 2px solid #2d2d2d;
	transform: rotate(-45deg);
	transition: border 300ms linear;
}

#scroll-top:is(:hover, :focus) {
	background-color: #fff;
}

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

#vernetzt {
	gap: 15px;
	text-align: left;
	font-size: 0.875rem;
	color: #2d2d2d;
	line-height: 1.4;
	text-decoration: none;
	font-weight: 300;
}

#vernetzt span span {
	display: block;
}
