@import url("https://fonts.verwaltungsportal.de/import/?family=Finlandica+Text:400,400i,600,600i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Finlandica+Headline:700,700i");

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

body {
	font-family: "Finlandica Text", sans-serif;
	font-weight: 400;
	color: #373737;
	background: #f7fff7;
	/* 1rem = 16px */
	line-height: 1.5;
}

a {
	color: #6e726e;
}

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

.linkUnderline a:not(.has-image, .shareButtonLink) {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration 300ms;
}

.linkUnderline a:not(.has-image, .shareButtonLink):is(:hover, :focus) {
	text-decoration-color: transparent;
}

b,
strong {
	font-weight: 600;
}

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

@media (min-width: 1200px) {
#headerpic > .row,
._op-container .container,
.compact,
.row {
	max-width: 1440px;
	width: 100%;
}

}

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

/* ------------------------------------------- logo --------------------------------------------- */
#logo {
	display: inline-block;
}

#logo img {
	display: block;
   background: #f7fff7 !important;
}

	#logo-breaker {
		display: inline-block;
		padding: 25px;
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		border-radius: 0 0 30px 30px;
	}
@media (max-width: 991px) {
   #logo {
      margin-block: 15px;
   }
	#logo img {
		width: 100%;
		max-width: 80px;
	}
}

@media (min-width: 992px) {
	#logo {
		display: inline-block;
		padding: 25px;
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		border-radius: 0 0 30px 30px;
	}
	#logo {
		transition: scale 300ms;
		transform-origin: top left;
	}

	.is-sticky #logo {
		scale: 0.75;
	}

	#logo {
		position: absolute;
		top: -45px;
	}
}


/* #region ----------------------------------- language ----------------------------------------- */

@media (max-width: 991px) {
    .language {
        border-bottom: 2px solid #dcdcdc;
        margin: 10px 0 30px 0;
        padding-bottom: 10px;
    }
}

.language a {

	color:#1a1a1a;
	font-weight: 600;
	font-size: 1.125rem;
	position: relative;
	padding:6px;
	border-radius: 50%;
	gap:10px;

}


.language a+a {
margin-left: 10px;;
}
.language a+a::before {
content: "";
  position: absolute;
  background: #1a1a1a;
  height: 16px;
  width: 2px;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  display: block;
 left: -5px;
  top: 0;
  margin: auto;
}

.language a:is(:hover, :Focus) {
	text-decoration: none;
	background-color: #d3dad3;
}
/* #endregion -------------------------------- language ----------------------------------------- */

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

nav.horizontally {
	border-top: 7px solid #9ea29e;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
	nav.horizontally {
		background: #f7fff7;
		box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.08);
	}

	#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: #373737;
		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: #f7fff7;
		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: 5px;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	

	nav.horizontally {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		right: 0;
		top: 0;
		max-width: 1930px;
		width: 100%;
		z-index: 101;
		background: #f7fff7;
		transition:
			150ms linear background,
			150ms linear box-shadow;
	}

	.is-sticky nav.horizontally {
		background: #f7fff7;
		box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.08);
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: end;
		position: relative;
		flex-wrap: wrap;
		gap: 5px;
	}

	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:is(.open, :hover) > ul,
	nav.horizontally .navbar-nav li.open:focus-within > 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.open > ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #1a1a1a;
	text-align: center;
	padding: 10px 35px;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="toplevel"] {
		margin-bottom: 2px;
		text-align: left;
	}
	nav.horizontally a[class*="toplevel"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding-left: 20px;
}
}

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

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

	nav.horizontally a[class*="toplevel"] {
		font-size: 1.125rem;
	}
}

/* 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: #d3dad3;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background-color: #f7fff7;
		box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.08);
}

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

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

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

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

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

	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) > ul::before {
		background: #d3dad3;
	}

	nav.horizontally [class*="toplevel"] > ul::before {
		left: 50px;
		top: -14px;
		width: 28px;
		height: 28px;
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	}

	nav.horizontally [class*="secondlevel"] > ul::before {
		left: -14px;
		top: 6px;
		width: 28px;
		height: 28px;
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	}

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	background-color: transparent;
	color: #1a1a1a;
	font-weight: 400;
	text-align: left;
	padding: 10px 35px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

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

@media (min-width: 1200px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		font-size: 1.125rem;
	}
}

@media (max-width: 991px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		text-align: left;
		padding: 10px 55px;
	}
nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]){
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding-left: 30px;
}
}

/* 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-color: #d3dad3;
}

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

/* #region -------------------------------------- banner ---------------------------------------- */

#slider {
	max-height: 300px;
	overflow: hidden;
	position: relative;
	border: 8px solid #fff;
	border-radius: 40px;
}

.theme-nivo .nivo-controlNav {
	bottom: 10px;
}

@media (min-width: 992px) {
	#slider {
		min-height: 440px;
	}

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

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

.theme-nivo .nivo-controlNav .slick-dots li,
.nivo-directionNav a,
a.nivo-control,
a.nivo-control.active,
.nivo-controlNav span {
	color: #ffffff !important;
}

/* #region -------------------------------------- header ---------------------------------------- */

#headerpic {
	position: relative;
	background-color: #1a1a1a;
}

#headerpic::before {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

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

/* header text */

#header-text {
	line-height: 1.4;
	position: relative;
	z-index: 10;
	padding: clamp(60px, 8vw, 112px) 0;
	font-size: 1rem;
}

body:not(.index) #header-text {
	padding: clamp(60px, 8vw, 122px) 0 clamp(60px, 8vw, 82px) 0;
}

.contrast_dark_font #headerpic::before {
   opacity: .2;
}

#header-text,
#header-text :is(h1, h2, h3, h4, h5, h6) {
	color: #ffffff;
}

#header-text :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(2.25rem, 7vw, 2.75rem);
	margin-bottom: 6px;
	text-shadow: 2px 2px 0px rgba(57, 57, 57, 1);
	line-height: 1;
}

#header-text :is(b, strong) {
	font-weight: normal;
	display: block;
	font-size: clamp(1.25rem, 4vw, 1.375rem);
}

#header-text .header-text a {
	padding: 10px 30px;
	background-color: #d3dad3;
	border-radius: 10px;
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: none;
	font-size: 1.25rem;
	margin-top: 20px;
	display: inline-block;
}

#header-text .header-text a:is(:hover, :focus) {
	background-color: #fff;
	color: #1a1a1a;
	text-decoration: none;
}

body:not(.index) #header-text p {
	display: none;
}

@media (min-width: 992px) {
	body.index #header-text > article {
		opacity: 0;
		transform: translate(-100px, -100px);
		animation: showHeaderText 500ms linear 300ms 1 normal forwards;
	}
}

@keyframes showHeaderText {
	0% {
		opacity: 0;
		transform: translate(-100px, -100px);
	}

	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/* #endregion ----------------------------------- header ---------------------------------------- */

/* #endregion ------------------------------------ banner --------------------------------------- */

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

#contentBox {
	text-align: left;
	padding-top: clamp(40px, 5vw, 70px);
	padding-bottom: clamp(40px, 4vw, 60px);
	font-size: clamp(1rem, 2vw, 1.25rem);
}

/* ------------------------------------------- Veranstaltungen ------------------------------------------ */
.paddBottom {
	margin-bottom: clamp(45px, 7vw, 100px);
}


/* ----------------------------------------------- @1nw news -------------------------------------------- */

#events {
	padding-top: 30px;
	padding-bottom: 30px;
}
#events .headlineBereich {
margin-bottom: 30px;
}

#events .tab {
	color: #ffffff;
	padding: 25px;
	overflow: hidden;
	border-radius: 10px;
	background: #373737;
	box-shadow: 0px 2px 4px 0px rgba(171, 171, 171, 0.2);
   max-width: 400px;
   margin-inline: auto;
   height: 100%;
}
@media (max-width: 991px) {
	#events .tab{
	  max-width: 600px;
		
	}
}
@media (max-width: 767px) {
	#events .tab{
		max-width: unset;
		
	}
}
#events .tabHeadline {
	margin-bottom: 25px;
	hyphens: auto;
	color:#ffffff;
}

#events .eventclndr-tab {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -25px;
}
@media (max-width: 991px) {
	#events .tabKalender{
	margin-bottom: 30px;
		
	}
}
#events #clr-events-hide {
	display: none;
}

#events .tab,
#events .tab_link,
#events .tab_link > div {
	height: 100%;
	min-height: 100%;
}

#events .tab_link_entries {
	display: grid;
	gap: 30px;
   height: 100%;
}

@media (min-width: 768px) {
	#events .tab_link_entries {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 991px) {
	#events .tab_link_entries {
		grid-template-columns: repeat(3, 1fr);
	}
}

#events .tab_link_entry {
	font-size: 1rem;
	position: relative;
	width: 100%;
	border-radius: 10px;
	padding: 210px 30px 30px 30px;
	background: #373737;
	color:#fff;
	box-shadow: 0px 2px 4px 0px rgba(171, 171, 171, 0.2) !important;
	transition: box-shadow 300ms;
}

#events .tab_link_entry:is(:hover, :focus) {
	box-shadow: 0px 4px 20px 0px rgba(55, 55, 55, 0.6) !important;
}

#events .vorschau {
	opacity: 1;
}

#events .tab_preview_picture {
	background: #ffffff;
}

#events .tab_link_entry::before,
#events .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;
	overflow: hidden;
		border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#events .tab_link_entry::before {
	content: "";
	background:
		center / cover no-repeat,
		#d3dad3;
}

#events .tab_preview_picture img {
	position: absolute;
	margin: 0 !important;
	left: 50%;
	top: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 350px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
	transform: translateX(-50%) translateY(-50%);
}

#events .tab_link_title a {
	display: block;
	font-weight: 700;
	font-size: 1.125rem;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 8px;
}

#events .tab_link_mandat a {
	color: #fff;
}

#events .tab_link_entries + div,
#events .tab_link_entries .tab_spacer,
#events .tab_link_entry > div:nth-last-child(2) {
	display: none;
}
#events .tab_link_mehr {
	font-size: 0;
}
@media (max-width: 991px) {
	#events .tab_link_mehr{
	text-align: center;
		
	}
}
#events .tab_link_mehr a {
	padding: 10px 30px;
  background-color: #d3dad3;
  border-radius: 10px;
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.25rem;
  margin-top: 20px;
  	box-shadow: 0px 2px 4px 0px rgba(171, 171, 171, 0.2) !important;
	display: inline-block;
}

#events .tab_link_mehr a:is(:hover, :focus) {
  background-color: #fff;
  color: #1a1a1a;
  text-decoration: none;
  	box-shadow: 0px 2px 4px 0px rgba(171, 171, 171, 0.2) !important;
}



/* #region ------------------------------------- breaker ---------------------------------------- */

#breaker {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	background-color: rgba(0, 0, 0, 0.08);
	height: clamp(200px, 21vw, 400px);
}

#breaker::after {
	display: block;
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	right: 0;
	background: url("../img/footermaske-unten.png") right bottom / 100% auto no-repeat;
	pointer-events: none;
	width: 100%;
	height: 80px;
}

@media (max-width: 991px) {
	#logo-breaker img {
		max-width: 10vw;
		width: 100%;
	}
}

/* #endregion ---------------------------------- breaker ---------------------------------------- */

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #1a1a1a;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Finlandica Headline", sans-serif;
}

h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 5vw, 2.8125rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.75rem, 4.5vw, 2.5rem);
}

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

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

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.375rem, 3vw, 1.5625rem);
}

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

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

#footer {
	background-color: #d3dad3;
	border-bottom: 7px solid #9ea29e;
}

#footer .template-page img {
   vertical-align: middle;
}

@media (min-width: 768px) {
	#footer {
		font-size: 1.125rem;
	}
}

#footer > .row:first-child {
	row-gap: 30px;
padding: 30px 0 30px 0;
}

@media (max-width: 991px) {
	#footer > .row:last-child {
		padding: 20px 0 25px 0;
	}
}

#footer a {
	color: #1a1a1a;
}

#footer .footerHeadline {
	font-size: 1.875rem;
	margin-bottom: 4px;
}
@media (max-width: 991px) {
#footer .footerHeadline {
  font-size: 1.875rem;
  margin-bottom: 20px;
}
}
#footer hr {
	margin: 0 auto;
	max-width: 100%;
	height: 2px;
	background: #1a1a1a;
	opacity: 0.27;
	border: none;
}


#footer .tabLogoFooter {
	font-size: 1.125rem;
	color:#1a1a1a;
}
#footer .tabLogoFooter  img {
	margin-top:15px;
}

@media (max-width: 991px) {
	#footer .tabLogoFooter {
	border-top: solid 2px rgba(0, 0, 0,0.3);
	padding-top:30px;
		
	}
		#innerfooter  {
	border-bottom: solid 2px rgba(0, 0, 0,0.3);
	padding-bottom:15px;
		
	}
	
}
/* --------------------------------------------- innerfooter -------------------------------------------- */

@media (max-width: 767px) {
	#innerfooter {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

#innerfooter ul {
	padding: 30px 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #1a1a1a;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #1a1a1a;
	text-decoration: underline;
}

#innerfooter li + li::before {
	content: "•";
	margin: 0 6px;
}

@media (min-width: 992px) {
	#innerfooter li + li::before {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	#innerfooter li {
		display: block;
		text-align: center;
		padding: 5px;
		margin: 0;
	}

	#innerfooter li + li::before {
		display: none;
	}
}

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

#vernetzt {
	gap: 12px;
	text-align: right;
	font-size: 0.9375rem;
	color: #1a1a1a;
	line-height: 1.4;
	text-decoration: none !important;
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 1.2;
}

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

#vernetzt span span {
	display: block;
}
