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

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

body {
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	color: #333333;
	background: #ffffff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.4;
}

a {
	color: #e6007d;
}

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

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

/* ------------------------------------------------- topbox ------------------------------------------------ */

#topbox {
	background:
		url("../img/muster_Kopie_-_Smartobjektgruppe.png") center / cover no-repeat,
		#0b3856;
}

/* ------------------------------------------------- menuBox ------------------------------------------------ */

#menuBox {
	padding: 24px 0;
}

@media (max-width: 991px) {
	#menuBox {
		background-color: #0b3856;
		position: static !important;
	}
}

@media (min-width: 992px) {
	.is-sticky #menuBox {
		background-color: #0b3856;
	}
}

/* ------------------------------------------------- tabSocials ------------------------------------------------ */

#menuBox .tabSocials {
	font-size: 1rem;
}

#menuBox .tabSocials,
#menuBox .tabSocials a {
	color: #ffffff;
}

#menuBox .tabSocials p {
	display: inline-block;
}

#menuBox .tabSocials p + p {
	margin-left: 15px;
}

#menuBox .tabSocials a.has-image {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100%;
	background: #517996;
}

#menuBox .tabSocials a.has-image:is(:hover, :focus) {
	background-color: #e6007d;
}

#menuBox .tabSocials a.has-image img {
	object-fit: scale-down;
	object-position: center;
}

#menuBox .tabSocials a.has-image:is(:hover, :focus) img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(152deg) brightness(109%) contrast(103%);
}

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

/* #region ---------------------------------- @nav6 navigation ---------------------------------------- */

/* Navigation Desktop */

@media (min-width: 992px) {
	#burgerButtonInner2,
	#burgerButton:after,
	#burgerButtonInner {
		position: absolute;
		background: #e6007d;
		width: 30px;
		height: 4px;
		left: 10px;
		-webkit-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-moz-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-ms-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-o-transition:
			transform 200ms linear,
			opacity 200ms linear;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		position: relative;
		z-index: 1002;
		display: block;
		width: 49px;
		height: 58px;
		cursor: pointer;
		background: transparent;
	}

	#burgerButton {
		margin: 0 100px 0 auto;
		height: 43px;
	}

	#burgerButton::before {
		content: "Menü";
		position: absolute;
		top: 6px;
		left: 52px;
		font-size: 30px;
		line-height: 1;
		font-weight: 700;
		color: #ffffff;
		text-transform: uppercase;
	}

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

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

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

	#burgerButtonInner {
		top: 11px;
	}

	#burgerButtonInner2 {
		top: 20px;
	}

	#burgerButton:after {
		top: 29px;
		content: "";
		display: block;
	}
}

/* burgermenu for tablet */

@media (max-width: 991px) {
	#burgerButton {
		font-size: 0;
		border: none !important;
		position: fixed;
		z-index: 1002;
		display: block;
		width: 54px;
		height: 45px;
		border-radius: 4px;
		cursor: pointer;
		background-color: #ffffff;
		padding: 3px;
		-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
		right: 15px;
		top: 15px;
	}

	#burgerButton:before,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #e6007d;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 7px;
		-webkit-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-moz-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-ms-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-o-transition:
			transform 200ms linear,
			opacity 200ms linear;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

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

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

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

	#burgerButtonInner {
		top: 11px;
	}

	#burgerButton:before {
		top: 21px;
	}

	#burgerButton:after {
		top: 31px;
	}

	#burgerButton:before,
	#burgerButton:after {
		content: "";
		display: block;
	}

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

	.navbar-collapse {
		top: 0;
		background: #88a7bf;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		-webkit-box-shadow: 0 0 150px 0 rgba(0, 0, 0, 1);
		box-shadow: 0 0 150px 0 rgba(0, 0, 0, 1);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		-webkit-transition:
			left 300ms linear,
			opacity 300ms linear;
		-moz-transition:
			left 300ms linear,
			opacity 300ms linear;
		-ms-transition:
			left 300ms linear,
			opacity 300ms linear;
		-o-transition:
			left 300ms linear,
			opacity 300ms linear;
		transition:
			left 300ms linear,
			opacity 300ms linear;
	}

	.navbar-collapse[aria-expanded="true"],
	.navbar-collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-toggle[aria-expanded="true"]::before {
		opacity: 1;
		width: 90px;
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after,
	.navbar-toggle[aria-expanded="true"]::before {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	#myNavbar.navbar-collapse {
		background: #ffffff;
		pointer-events: none;
		position: absolute;
		z-index: 1002;
		top: 70px;
		right: 0;
		opacity: 0;
		width: 580px;
		border-radius: 0;
		height: auto !important;
		overflow: visible !important;
		-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
		-webkit-transition:
			opacity 300ms linear,
			top 300ms linear;
		-moz-transition:
			opacity 300ms linear,
			top 300ms linear;
		-ms-transition:
			opacity 300ms linear,
			top 300ms linear;
		-o-transition:
			opacity 300ms linear,
			top 300ms linear;
		transition:
			opacity 300ms linear,
			top 300ms linear;
	}

	#burgerButton[aria-expanded="true"] + #myNavbar {
		pointer-events: auto;
		opacity: 1;
		top: 75px;
	}

	#myNavbar:focus-within {
		pointer-events: auto;
		opacity: 1;
		top: 75px;
	}

	#myNavbar.navbar-collapse::before {
		content: "";
		display: block;
		position: absolute;
		right: 25px;
		top: -22px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 12px 23px 12px;
		border-color: transparent transparent #ffffff transparent;
	}

	#myNavbar.navbar-collapse > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-height: 75vh;
		overflow-y: auto;
		position: relative;
		background: #ffffff;
	}

	.navbar-nav {
		padding: 23px 0 25px 20px;
		background: #88a7bf;
		min-height: 365px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu {
		padding: 25px 20px;
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 0 !important;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		background: #ffffff;
	}

	.navbar-nav,
	.navbar-default .navbar-nav > li > .dropdown-menu {
		width: 50%;
	}

	.navbar-default .navbar-nav > li > ul {
		display: block !important;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
	}

	.navbar-default #myNavbar.show .navbar-nav > li[class$="_over"] > .dropdown-menu,
	.navbar-default .navbar-nav > li:hover > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .navbar-nav > li:focus-within > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .navbar-nav > li:hover > ul {
		z-index: 3;
	}

	.navbar-default .navbar-nav > li:focus-within > ul {
		z-index: 3;
	}

	/* Firtlevel-Menü-Scrollbalken, für (sehr) viele Menüpunkte */

	.navbar-nav {
		direction: rtl;
		scrollbar-color: #0b3856 #e6007d;
		scrollbar-width: thin;
		overflow: auto;
	}

	.navbar-nav,
	.navbar-default .navbar-nav > li > .dropdown-menu {
		max-height: 360px;
	}
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav > li > a {
	color: #0b3856;
	font-weight: 400;
	text-align: left;
	padding: 10px 10px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	nav .navbar-nav > li > a.dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding: 7px 30px;
		text-align: right;
		font-size: 1.25rem;
	}

	.navbar-default .navbar-nav > li > a::before {
		content: "";
		position: absolute;
		display: block;
		width: 25px;
		top: 0;
		bottom: 0;
		right: -25px;
	}
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav > li:hover > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus,
.navbar-nav > li[class$="_over"] > a,
.navbar-nav > li[class$="_over"] > a:hover,
.navbar-nav > li[class$="_over"] > a:focus {
	color: #0b3856;
	background-color: #ffffff;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		background: #ffffff;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a,
.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a {
	color: #0b3856;
	font-weight: 400;
	text-align: left;
	padding: 8px 35px 8px 25px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a {
	border-bottom: 4px solid transparent;
	margin-bottom: 1px;
}

.navbar-default .navbar-nav > li > .dropdown-menu li[class*="_start"],
.navbar-default .navbar-nav > li > .dropdown-menu li[class*="end"] {
	display: none;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a {
		padding-left: 45px;
	}
}

.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a::after {
	content: "";
	position: absolute;
	margin-top: -2px;
	top: 50%;
	left: 28px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0b3856;
	transition: opacity 300ms linear;
	opacity: 0;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a,
	.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a {
		font-size: 1.125rem;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a {
		padding: 9px 2px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a {
		padding: 5px 10px 5px 34px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a::after {
		left: 8px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu {
		display: block;
	}
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"]:hover > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a:focus,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"].open > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"].open > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"].open > a:focus,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"] > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"] > a:focus {
	background: transparent;
	color: #0b3856;
	border-color: #88a7bf;
}

.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li[class$="_over"] > a:focus {
	background: #88a7bf;
	color: #0b3856;
}

.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a:hover::after,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li > a:focus::after,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li.open > a::after,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li.open > a:hover::after,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li.open > a:focus::after,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li[class$="_over"] > a::after,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li[class$="_over"] > a:hover::after,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > .dropdown-menu > li[class$="_over"] > a:focus::after {
	opacity: 1;
}

/* #endregion ---------------------------------- @nav6 navigation ---------------------------------------- */

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

#slider {
	max-height: clamp(300px, 58vw, 450px);
	position: relative;
	overflow: hidden;
}

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(300px, 70vw, 695px);
	}

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

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

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

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

.slider-mask {
	display: none;
}

@media (min-width: 1200px) {
	.slider-mask {
		display: block;
		background: url("../img/magenta-schmuck-banner.png") right 40px center no-repeat;
	}
}

/* bannerOverlay */

@media (min-width: 768px) {
	#bannerOverlay {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		z-index: 12;
		pointer-events: none;
	}
}

#slogan {
	padding: 20px 0 10px 0;
	color: #093754;
	font-weight: 600;
	line-height: 1.2;
	pointer-events: auto;
}

@media (min-width: 768px) {
	#slogan {
		margin: 10px 0;
	}
}

#slogan p {
	background: rgba(255, 255, 255, 0.75);
	display: inline-block;
	padding: 10px 0;
	letter-spacing: 2px;
	font-size: clamp(1rem, 3vw, 1.4375rem);
}

@media (min-width: 768px) {
	#slogan p {
		padding: 6px 20px;
	}
}

#slogan :is(h1, h2, h3, h4, h5, h6) {
	background: rgba(255, 255, 255, 0.75);
	border-bottom: 4px solid #e6007d;
	font-size: clamp(25px, 4vw, 50px);
	padding: 10px 0;
	margin: 0;
	color: #093754;
	display: inline-block;
	width: auto;
}

#slogan :is(h1, h2, h3) {
	font-size: clamp(1.75rem, 3vw, 2.1875rem);
	font-weight: 700;
}

@media (min-width: 768px) {
	#slogan :is(h1, h2, h3, h4, h5, h6) {
		padding: 10px 20px;
	}
}

#sloganLinks {
	pointer-events: auto;
}

#sloganLinks a {
	line-height: 1;
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	color: #ffffff;
	background: #104364;
	padding: 10px 35px 10px 15px;
	position: relative;
	margin-top: 15px;
	margin-right: 20px;
	backface-visibility: hidden;
	transition: background 100ms linear;
}

#sloganLinks a:is(:hover, :focus) {
	color: #1a1a1a;
	background-color: rgba(229, 229, 229, 0.9);
}

#sloganLinks a::after,
#sloganLinks a::before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
}

#sloganLinks a::after {
	margin-top: -5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}

#sloganLinks a:is(:hover, :focus)::after {
	border-color: #1a1a1a;
}

#sloganLinks a::before {
	margin-top: -2px;
	display: inline-block;
	height: 2px;
	background: #ffffff;
	width: 9px;
}

#sloganLinks a:is(:hover, :focus)::before {
	background: #1a1a1a;
}

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

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

body #content:not(:has(#welcomepage-wrapper)) {
	text-align: left;
	padding-top: clamp(30px, 4vw, 50px);
	padding-bottom: clamp(30px, 4vw, 60px);
}

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

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

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

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

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

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

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

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

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

#tab26 {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding-bottom: clamp(40px, 4vw, 80px);
}

.tabSpecial {
	padding: 50px 0 20px 0;
}

#tab26 .tab {
	font-size: 1.25rem;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#tab26 .tab :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.25rem;
	font-weight: 700;
	color: #444444;
}

#tab26 img {
   margin: 0 auto 30px auto;
}

/* ----------------------- @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: #e6007d;
	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");
}

/* ----------------------------------------------- firstFooter ----------------------------------------------- */

#firstFooter {
	color: #ffffff;
	padding-top: clamp(30px, 4vw, 60px);
	padding-bottom: clamp(30px, 4vw, 60px);
	background:
		url("../img/muster_Kopie_-_Smartobjektgruppe.png") center no-repeat,
		#0b3856;
	background-size: cover;
	position: relative;
}

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

@media (min-width: 1200px) {
	#firstFooter {
		overflow: hidden;
	}

	#firstFooter > .row::before {
		content: "";
		position: absolute;
		pointer-events: none;
		bottom: clamp(-60px, -40vw, -30px);
		left: -330px;
		width: 89px;
		height: 298px;
		background: url("../img/megenta-schmuck-footer.png") center no-repeat;
	}
}

#firstFooter a {
	color: #ffffff;
}

#firstFooter .tab .tabHeadline {
	color: #ffffff;
	font-size: 1.5625rem;
	text-transform: uppercase;
}

#firstFooter .tab a {
	text-decoration: underline;
}

#firstFooter .iframetab iframe,
#firstFooter .iframetab .iframe-wrapper-manual-enabling {
	min-width: 100% !important;
	width: 100% !important;
	display: block;
}

#firstFooter .tabSocialFooter p {
	display: flex;
	align-content: end;
	align-items: end;
	justify-content: end;
}

#firstFooter .tabSocialFooter p + p {
	margin-top: 15px;
}

#firstFooter .tabSocialFooter a.has-image {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100%;
	background: #517996;
}

#firstFooter .tabSocialFooter a.has-image:is(:hover, :focus) {
	background-color: #e6007d;
}

#firstFooter .tabSocialFooter a.has-image img {
	object-fit: scale-down;
	object-position: center;
}

#firstFooter .tabSocialFooter a.has-image:is(:hover, :focus) img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(152deg) brightness(109%) contrast(103%);
}

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
	color: #0b3856;
	font-size: 0.9375rem;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #88a7bf;
}

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

/* --------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #0b3856;
	text-decoration: none;
	display: inline-block;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #0b3856;
	text-decoration: underline;
}

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

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

@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.8125rem;
	color: #0b3856;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}
