@import url("https://fonts.verwaltungsportal.de/import/?family=Nunito:300,400,600,700,300i,400i,600i,700i%7CCairo:400,700");

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

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

a {
	color: #59c6f1;
}

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

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

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

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

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

nav.horizontally {
	background: #000000;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
	nav.horizontally {
		position: static !important;
		padding: 10px 0;
	}

	#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: #59c6f1;
		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: #000000;
		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: 4px;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		padding: 20px 0;
	}

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

	#myNavbar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: clamp(15px, 3vw, 30px);
	}

	.is-sticky nav.horizontally {
		left: unset !important;
	}

	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:focus-within, :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-within) > ul {
		z-index: 1003;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 600;
	text-align: left;
	padding: 10px 20px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="toplevel"] {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}

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

@media (min-width: 992px) {
	nav.horizontally li[class*="toplevel"] + li {
		margin-left: clamp(10px, 3vw, 40px);
	}

	nav.horizontally a[class*="toplevel"] {
		padding: 8px 0;
		text-align: center;
		font-size: 1.25rem;
	}
}

nav.horizontally a[class*="toplevel"]::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #59c6f1;
	width: 0;
	transition: width 300ms linear;
}

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

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 {
	padding: 10px;
	background-color: #ffffff;
}

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] ul {
		padding: 15px 0;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}

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

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

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

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

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

/* secondlevel + thirdlevel */

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

@media (min-width: 992px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
		content: "\00BB";
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -12px;
		font-size: 24px;
		line-height: 1;
	}
}

/* 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: #59c6f1;
	color: #1a1a1a;
}

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

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

.tabSocials p {
	display: inline-block;
}

@media (max-width: 991px) {
	.tabSocials {
		padding: 0 15px 15px 15px;
	}
}

.tabSocials p + p {
	margin-left: 5px;
}

.tabSocials img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	object-fit: scale-down;
	object-position: center;
	background: #ffffff;
	transition: background 300ms linear;
}

.tabSocials img:is(:hover, :focus) {
	background: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------- language ------------------------------------------ */

@media (max-width: 991px) {
	#language {
		padding: 0 15px 15px 15px;
	}
}

#language {
	display: flex;
	align-items: center !important;
	gap: 10px;
	line-height: 0;
}

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

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

@media (min-width: 992px) {
#headerpic::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
    height: 100%; 
	background: url("../img/banner-welle.png") right bottom / 100% auto no-repeat, rgba(0, 0, 0, 0.53);
	z-index: 55;
	pointer-events: none;
}
}

#slider {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	#slider {
		max-height: 400px;
	}
	#headerpic a.nivo-prevNav {
		left: 65px;
	}
	#headerpic a.nivo-nextNav {
		right: 65px;
	}
}

@media (max-width: 991px) {
	#headerpic iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#headerpic .row {
    max-width: none;
}

#headerpic .template-page .row,
#headerpic .template-page .row [class^="col"] {
    margin: 0;
    padding: 0;
}

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

/* #endregion --------------------------------- banner ------------------------------------------ */
.slogan {
	font-size: clamp(1rem, 3vw, 1.25rem);
}
.slogan :is(b, strong) {
	font-size: clamp(1.25rem, 3vw, 1.875rem);
}
.slogan .tabHeadline {
	font-size: clamp(1.875rem, 3vw, 2.5rem);
}
@media (min-width: 992px) {
	#banneroverlay {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		z-index: 55;
	}
	.slogan, 
	.slogan :is(b, strong), 
	.slogan .tabHeadline {
		color: #fff;
	}
}

@media (max-width: 991px) {
	#banneroverlay {
		padding-top: 30px;
	}
}
/* ------------------------------------------- tabLanguageBox ------------------------------------------ */

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

#tabLanguageBox .tabLanguageButton {
	color: #1a1a1a;
	font-weight: 300;
	padding: 5px 50px 5px 5px;
	text-align: center;
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	transition: background 300ms linear;
	position: relative;
}

#tabLanguageBox .tabLanguageButton::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 100%;
	background:
		url("../img/icon-einfache-sprache-an.png") center no-repeat,
		#59c6f1;
}

#tabLanguageBox .tabLanguageButton:is(:hover, :focus) {
	background: #59c6f1;
}

#tabLanguageBox .tabLanguageButton a {
	color: #1a1a1a;
	display: block;
}

#tabLanguageBox .tabLanguageButton a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 992px) {
	#tabLanguageBox {
		position: absolute;
		pointer-events: none;
		bottom: 14px;
		left: 0;
		right: 0;
		z-index: 51;
	}

	#tabLanguageBox .tabLanguageButton {
		pointer-events: all;
	}
}

/* ------------------------------------------- contentBox ------------------------------------------ */

#contentBox {
	text-align: left;
	padding-top: clamp(30px, 3vw, 40px);
	padding-bottom: 35px;
}

#contentBox > .row {
	row-gap: 60px;
}


#search {
	height: 50px;
	background: #333333;
	display: block;
	position: relative;
	margin-bottom: 50px;
}
#search_input {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 43px;
	height: 50px;
	width: 100%;
}
#search_submit {
	width: 33px;
	background: url('../img/icon-lupe.png') center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 50px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#search_input::-ms-input-placeholder {
	color: #fff !important;
}
#search_input::-webkit-input-placeholder {
	color: #fff !important;
}
#search_input::-moz-placeholder {
	opacity: 1;
}
#search_input:-moz-placeholder {
	opacity: 1;
}

/* ----------------------------------------------- @10ev events -------------------------------------------- */

#ev10 .tab {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #ffffff;
	font-size: 0.9375rem;
	color: #1a1a1a;
	border-top: 4px solid #aac90c;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#ev10 .tab::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	background:
		url("../img/icon-veranstaltungen.png") center no-repeat,
		#ffffff;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

#ev10 .tabSpecial {
	padding: 45px 20px 20px 20px;
}

#ev10 .tabSpecial .tabHeadline {
	text-align: center;
	font-size: clamp(1.625rem, 3vw, 1.875rem);
	color: #1457a5;
	margin: 0;
}

#ev10 #clr-events-hide {
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

#ev10 .tab .eventclndr-tab {
	margin-bottom: 0;
}

#ev10 .tab .tab_link_title a {
	color: #1a1a1a;
	font-weight: 700;
}

#ev10 .tab .tab_link_mandat a {
	color: #1a1a1a;
}

#ev10 .tab #clr-events-hide > p:nth-child(1) {
	display: none !important;
}

#ev10 .tab .tab_spacer {
	height: 15px;
}

#ev10 .tab .tab_link_mehr {
	color: transparent;
	font-size: 0;
	padding-bottom: 20px;
	padding-right: 20px;
}

#ev10 .tab .tab_link_mehr a {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 0.9375rem;
	color: #1457a5;
	font-weight: 700;
	font-family: "Cairo", serif;
	border-radius: 2px;
	padding: 3px 11px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

#ev10 .tab .tab_link_mehr a:hover,
#ev10 .tab .tab_link_mehr a:focus {
	color: #ffffff;
	background: #1457a5;
}

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

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

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

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

h3,
.h3,
.legacy_h3 {
	font-size: 1.875rem;
}

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

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

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

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

#footer {
	color: #ffffff;
	font-size: 1rem;
	padding-top: clamp(30px, 4vw, 60px);
	padding-bottom: clamp(30px, 3vw, 40px);
	background: #333333;
}

@media (max-width: 991px) {
	:is(#footer, #innerfooter) > .row > .col-xs-12 + * {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		margin-top: 20px;
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	#innerfooter > .row > .col-xs-12 + :nth-child(2) {
		border: none;
		margin-top: 0;
		padding-top: 0;
	}
}

#footer a {
	color: #59c6f1;
	text-decoration: underline;
}

.footerHeadline {
	color: #ffffff;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 1.5625rem;
}

#footer .logo {
	margin-bottom: 30px;
	display: inline-block;
}

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

#tab26 {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	margin-top: 30px;
}

#tab26 .tab {
	text-align: center;
	font-size: 1rem;
	padding: 5px;
	color: #1a1a1a;
	background: #ffffff;
}

#tab26 .tab a {
	color: #1a1a1a;
}

#tab26 .tab img {
	margin: 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: #ffffff;
}

#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 #ffffff;
	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: #aac90c;
	border-color: #aac90c;
	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");
}

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

#innerfooter {
	color: #ffffff;
	background-color: #2b2b2b;
	font-family: "Cairo", serif;
	font-size: 1rem;
}

#innerfooter>.row {
   border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

.innerfooter a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px;
}

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

.innerfooter li + li {
	margin-left: 5px;
}

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

#scroll-top {
	font-size: 0;
	width: 33px;
	height: 33px;
	display: block;
	position: relative;
	margin: 0 auto;
	background: #ffffff;
}

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

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

#scroll-top::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 3px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	margin-top: 10px;
	display: inline-block;
	border-right: 3px solid #1a1a1a;
	border-top: 3px solid #1a1a1a;
	transform: rotate(-45deg);
	transition: border 300ms linear;
}

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

#vernetzt {
	gap: 14px;
	text-align: right;
	color: #fff;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
	font-size: 0.8125rem;
}

#vernetzt span span {
	display: block;
}


#content .events-entry-3-more, #content .events-entry-3-more:hover, .events-entry-3-more, .events-entry-3-more:hover {
	background-color: #eeeeee !important;
}