@import url("https://fonts.verwaltungsportal.de/import/?family=Atkinson+Hyperlegible:400,700,400i,700i");

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

body {
	font-family: "Atkinson Hyperlegible", sans-serif;
	font-weight: 400;
	color: #253237;
	background: #fff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.27;
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
}

a {
	color: #2c157e;
}

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

b,
strong {
	font-weight: 700;
}

@media (min-width: 1200px) {

	.row,
	.compact,
	._op-container .container {
		max-width: 1440px;
		width: 100%;
	}
}

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

#contenttop_right,
#contentbottom_right {
	display: none;
}

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

.logoFooter,
#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

.logoFooter img {
	display: block;
	width: 100%;
	padding: 22px 35px;
	border-radius: 36px 36px;
	background: #dfcdff;
}

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

	#logo img {
		max-width: 90px;
		width: 100%;
	}
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		position: relative !important;
	}

	body:not(.index) #menu {
		background: rgba(44, 21, 126, 1);
	}

	#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: #2c157e;
		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: rgba(44, 21, 126, 1);
		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-sticky-wrapper {
		height: 0 !important;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	.index #menu-sticky-wrapper {
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		bottom: 0;
	}

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

	.index #menu .navbar {
		margin-bottom: 32px;
	}

	#menu>.row>.col-xl-9,
	#menu>.row>.col-xl-3 {
		transition:
			flex 300ms ease,
			max-width 300ms ease;
	}

	body:not(.index) #menu,
	.is-sticky #menu {
		background: rgba(44, 21, 126, 1);
		padding: 5px 0;
		left: 50% !important;
		transform: translate(-50%);
	}

	body:not(.index) #menu {
		position: relative !important;
	}

	body:not(.index) .is-sticky #menu {
		position: fixed !important;
	}

	.is-sticky #menu .navbar {
		margin-bottom: 0;
	}

	#logo img {
		transition:
			max-width 300ms ease,
			padding 300ms ease,
			border-radius 300ms ease;
	}

	body:not(.index) #logo img,
	.is-sticky #logo img {
		max-width: 80px;
		padding: 10px 15px;
		border-radius: 15px 0 15px 0;
	}

	body:not(.index) #menu>.row>.col-xl-3,
	.is-sticky #menu>.row>.col-xl-3 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	body:not(.index) #menu>.row>.col-xl-9,
	.is-sticky #menu>.row>.col-xl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-grow: 1;
		margin-right: clamp(40px, 6vw, 80px);
		flex-wrap: wrap;
	}

	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: #ffffff;
	font-weight: 300;
	text-align: left;
	padding: 10px 15px 15px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

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

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

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

	nav.horizontally li.dropdownpr>a[class*="toplevel"] {
		padding: 18px 40px 18px 0;
	}

	nav.horizontally li.dropdownpr>a[class*="toplevel"]::after {
		content: "ˇ";
		position: absolute;
		right: 10px;
		bottom: 22px;
		font-size: 38px;
		height: 19px;
	}

	nav.horizontally a[class*="toplevel"]::before {
		content: "";
		width: 0;
		height: 3px;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #ffffff;
		transition: width 300ms linear;
	}
}

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: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

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

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

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

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

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

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

/* secondlevel + thirdlevel */

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

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

/* 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: #2c157e;
	color: #fff;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */
/* -------------------------------------------- banner ------------------------------------------ */
#slider img {
  		width: auto !important;
		max-width: 1920px;
}
.index #headerpic {
	overflow: hidden;
	position: relative;
	background: rgba(44, 21, 126, 1);
}

.slider-wrapper a,
.slider-wrapper button {
	color: #fff;
}

@media (min-width: 768px) {
	.slider-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#slider {
		height: 100%;
	}

	.index #headerpic {
		min-height: clamp(400px, 50vw, 740px);
	}

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

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

@media (max-width: 767px) {
	#slider img {
		display: block !important;
  		width: auto !important;
		max-width: unset;
  		height: 420px;
		transform: translateX(-20%);
	}

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

@media (min-width: 992px) {
	.index #headerpic {
		padding-top: 30px;
	}
}

#slider {
	min-height: 100%;
}

#headerpic .slider-mask {
	display: none;
}

#headerpic .slider-mask {
	display: block;
	background: rgba(44, 21, 126, 0.7);
}

#overlay {
	z-index: 12;
	position: relative;
	margin-top: 210px;
	color: #fff;
	font-size: clamp(1rem, 3vw, 2.5rem);
	font-weight: 700;
	margin-bottom: 100px;
}

@media (max-width: 767px) {
	#overlay {
		padding-bottom: 30px;
		padding-top: 30px;
		margin-top: -230px;
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	#overlay {
		padding-bottom: 20px;
		margin-top: -190px;
	}
}

@media (max-width: 375px) {
	#overlay {
		padding-bottom: 20px;
		margin-top: -180px;
	}
}

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

#overlay a {
	color: #fff;
	text-decoration: underline;
}

#overlay h2 {
	color: #fff;
	font-size: clamp(1.375rem, 5vw, 4.5rem);
}

/* ------------------------------------------------ buttonStyle ----------------------------------------------- */

.tab_link_mehr {
	font-size: 0;
}

.tab_link_mehr a,
.buttonStyle a {
	color: #2c157e;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 12px 24px;
	border: 1px solid #2c157e;
	display: inline-block;
	border-radius: 40px;
	text-decoration: none;
	transition: all 200ms linear;
	font-size: 1.125rem;
}

.buttonStyleDark a {
	background: #2c157e;
	color: #fff;
}

.tab_link_mehr a:is(:hover, :focus),
.buttonStyle a:is(:hover, :focus) {
	background: #2c157e;
	color: #fff;
}

.buttonStyleDark a:is(:hover, :focus) {
	background: #fff;
	color: #2c157e;
}

.buttonStyle.buttonYellow a {
	background: #ffb700;
	border-color: #ffb700;
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	padding: 6px 35px;
}

.buttonStyle.buttonYellow a:is(:hover, :focus) {
	background: transparent;
}

#ev19 .tab_link_mehr a,
#breakerElement .tabContent a {
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 12px 24px;
	display: inline-block;
	border-radius: 40px;
	text-decoration: none;
	transition: all 200ms linear;
}

#ev19 .tab_link_mehr a:is(:hover, :focus),
#breakerElement .tabContent a:is(:hover, :focus) {
	background: #fff;
	color: #2c157e;
}

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

#content {
	text-align: left;
	padding-top: clamp(32px, 4vw, 96px);
	padding-bottom: clamp(32px, 4vw, 96px);
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	body:not(.index) #content{
		padding-top: 150px;
	}
}

.index #content {
	background: url('../img/TSC-hintergrund-grafik-abstrakt.jpg') center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

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

h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 5.5vw, 3.5rem);
	line-height: 1.21;
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.75rem, 5vw, 2.8125rem);
	line-height: 1.21;
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.625rem, 4.5vw, 40px);
	line-height: 1.13;
}

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

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

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.25rem, 3vw, 1.5625rem);
}

.tabHeadline {
	margin-bottom: 32px;
}

#eventsHeadline h2,
#eventsHeadline h3 {
	margin-bottom: 0;
}

#breakerElement h2 em,
#breakerElement h2 i,
#overlay h2 em,
#overlay h2 i {
	font-style: normal;
	text-decoration: underline;
	text-decoration-thickness: 12px;
	text-decoration-color: #ffb700;
	text-underline-offset: 10px;
}

.borderDecorationh3 h3::after,
.borderDecoration::after {
	content: "";
	height: 12px;
	border-radius: 20px;
	background: #2c157e;
	display: block;
	width: 80px;
	margin-top: 30px;
}

.borderDecorationh3 h3::after {
	margin-top: 30px;
}

.borderDecorationh3 h3 {
	position: relative;
}

.borderDecorationh3Light h3::after,
.borderDecorationLight::after {
	background: #cfdada;
}

.borderDecorationTop::after {
	position: absolute;
	bottom: unset;
	top: 0;
}

/* ----------------------------------------------- breakerElement ----------------------------------------------- */

#breakerElement {
	position: relative;
}

@media (min-width: 992px) {
	#breakerElement {
		padding-bottom: clamp(32px, 4vw, 96px);
	}
}

@media (min-width: 1200px) {
	#breakerElement::before {
		content: "";
		position: absolute;
		pointer-events: none;
		top: -480px;
		right: 0;
		width: 799px;
		height: 922px;
		background: url("../img/deko-content.png") center no-repeat;
	}
}

#breakerElement>.row {
	max-width: 1410px;
	width: 100%;
	background: linear-gradient(120deg, #dfcdff 0%, #8a5ae4 40%, #4a159f 100%);
	overflow: hidden;
	min-height: 530px;
}

#breakerElement>.row>.col-xs-12 {
	padding: 0;
}

@media (min-width: 992px) {
	#breakerElement>.row {
		border-top-left-radius: clamp(30px, 5vw, 64px);
		border-bottom-right-radius: clamp(30px, 5vw, 64px);
		border-bottom-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	#breakerElement>.row>div:nth-child(1) {
		border-bottom-right-radius: clamp(30px, 5vw, 64px);
		overflow: hidden;
	}
}

#breakerElement>.row>div:nth-child(2) {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 5px;
	overflow: hidden;
}

#breakerElement img {
	display: block !important;
	max-width: unset !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

#breakerElement .tabContent {
	padding: 30px clamp(30px, 2vw, 60px);
}

#breakerElement h2 {
	font-size: clamp(1.875rem, 5.5vw, 4.5rem);
}

#breakerElement,
#breakerElement .tabContent :is(h1, h2, h3, h4, h5, h6, a) {
	color: #fff;
}

#breakerElement a {
	text-decoration: underline;
}

#breakerElement .nivoSlider,
#breakerElement .nivoSlider *,
#breakerElement .bannerElement,
#breakerElement .banner {
	height: 100%;
}

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

#nw1 {
	padding-top: clamp(32px, 4vw, 96px);
	padding-bottom: clamp(32px, 4vw, 96px);
	background-color: #4a159f;
	background-position: center;
	background-size: cover;
}

#nw1 .tabHeadline {
	hyphens: auto;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	color: #2c157e;
	position: relative;
}

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

#nw1 .tab {
	padding: clamp(24px, 3vw, 32px);
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	border-top-left-radius: clamp(30px, 5vw, 64px);
	border-bottom-right-radius: clamp(30px, 5vw, 64px);
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

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

#nw1 .tab_link_entries {
	display: grid;
	gap: 30px;
}

@media (min-width: 576px) {
	#nw1 .tab_link_entries {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

#nw1 .tab_link_entry {
	font-size: 1rem;
	position: relative;
	width: 100%;
	border-radius: 3px;
	padding: 200px 30px 30px 30px;
	background: #ffffff;
	border: none !important;
	border-top-left-radius: clamp(30px, 5vw, 64px);
	border-bottom-right-radius: clamp(30px, 5vw, 64px);
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

#nw1 .vorschau {
	opacity: 1;
}

#nw1 .tab_preview_picture {
	background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 160px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

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

#nw1 .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;
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
	transform: translateX(-50%) translateY(-50%);
}

#nw1 .tab_date {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: -1px;
	top: 140px;
	font-weight: 400;
	color: #2c157e;
	font-size: 1rem;
	padding: 6px 20px;
	background: #ffb700;
	border-radius: 0 30px 30px 0;
}

#nw1 .tab_link_title a {
	display: block;
	font-weight: 700;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	color: #2c157e;
	line-height: 1.2;
	margin-bottom: 8px;
}

#nw1 .tab_link_entries+div,
#nw1 .tab_link_entries .tab_spacer,
#nw1 .tab_link_entry>div:nth-last-child(2) {
	display: none;
}

/* ----------------------------------------------- @19ev events -------------------------------------------- */

#ev19 {
	position: relative;
	padding-top: clamp(32px, 4vw, 96px);
	padding-bottom: clamp(32px, 4vw, 96px);
	z-index: 12;
}

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

	#ev19::before {
		content: "";
		position: absolute;
		pointer-events: none;
		bottom: -110px;
		left: 0;
		width: 1054px;
		height: 1020px;
		background: url("../img/deko-veranstaltungen.png") center no-repeat;
		z-index: -1;
	}
}

@media (max-width: 767px) {
	#ev19 {
		padding-top: 40px;
		padding-bottom: 130px;
	}
}

#ev19>.row::before {
	content: "";
	position: absolute;
	left: 150px;
	top: 25px;
	width: 470px;
	height: 470px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	border-top-left-radius: clamp(30px, 5vw, 64px);
	border-bottom-right-radius: clamp(30px, 5vw, 64px);
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

@media (max-width: 1199px) {
	#ev19>.row::before {
		width: 370px;
		height: 370px;
		left: -150px;
	}
}

@media (max-width: 767px) {
	#ev19>.row::before {
		bottom: -92px;
		top: unset;
	}
}

#ev19 .ev19Box {
	position: relative;
}

#eventsHeadline {
	margin-bottom: 32px;
}

@media (min-width: 1200px) {
	#eventsHeadline {
		margin-left: -40px;
	}
}

#eventsHeadline h2 {
	font-size: clamp(1.875rem, 5.5vw, 3.5rem);
}

#eventsHeadline h3 {
	font-size: clamp(1.875rem, 5.5vw, 2.5rem);
}

#eventsBox {
	padding: 80px 70px 25px 100px;
	background-color: #2c157e;
	margin-top: -5px;
	border-top-left-radius: clamp(30px, 5vw, 64px);
	border-bottom-right-radius: clamp(30px, 5vw, 64px);
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

@media (max-width: 991px) {
	#eventsBox {
		padding: 30px 30px 35px 30px;
		margin-top: -2px;
	}
}

#eventsKalender #clr-events-hide,
#eventsKalender .tab_link_mehr {
	display: none;
	height: 0;
}

#eventsKalender .eventclndr-tab {
	margin-bottom: 0;
	margin-top: 16px;
}

@media (max-width: 767px) {
	#eventsKalender .eventclndr-tab {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

#eventsList {
	position: relative;
	color: #fff;
	font-size: clamp(1rem, 2vw, 1.125rem);
}

#eventsList .tab_spacer {
	height: 0;
	display: none;
}

#eventsList .tab_link_entries {
	display: grid;
	gap: clamp(20px, 2vw, 30px);
}

#eventsList .tab_link_title a {
	color: #fff;
	font-weight: 700;
}

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

#eventsList .tab_link_mehr {
	font-size: 0;
	position: relative;
	text-align: left !important;
}

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

#tabs {
	background-color: #ffb700;
	background-position: center;
	background-size: cover;
	padding-top: clamp(32px, 4vw, 96px);
	padding-bottom: clamp(32px, 4vw, 96px);
}

@media (max-width: 767px) {
	#tabs>.row {
		gap: 30px;
	}
}

#tabs .tab {
	position: relative;
	padding: clamp(30px, 5vw, 55px) 48px;
	background: #fff;
	min-height: 100%;
	border-top-left-radius: clamp(30px, 5vw, 64px);
	border-bottom-right-radius: clamp(30px, 5vw, 64px);
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

#tabs .tabHeadline {
	font-size: clamp(1.875rem, 5.5vw, 3.5rem);
	color: #2c157e;
	line-height: 1.1;
}

#tabs h3 {
	font-size: clamp(1.875rem, 5.5vw, 2.5rem);
	margin-bottom: 32px;
	color: #2c157e;
}

#tabs .tabLight {
	background: transparent;
}

/* ----------------------------------------------- breakerSec + breakerSec----------------------------------------------- */

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

	#breakersBox::before {
		content: "";
		position: absolute;
		pointer-events: none;
		bottom: -515px;
		right: 0;
		width: 1313px;
		height: 1379px;
		background: url("../img/deko-instagram.png") center no-repeat;
	}
}

#breakerSec {
	z-index: 1;
	position: relative;
	padding-top: clamp(32px, 4vw, 96px);
	padding-bottom: clamp(32px, 4vw, 96px);
}

#breakerThird {
	z-index: 1;
	position: relative;
	padding-bottom: clamp(32px, 4vw, 96px);
}

#breakerThird .tabHeadline,
#breakerSec .tabHeadline {
	font-size: clamp(1.875rem, 5.5vw, 3.5rem);
	margin-bottom: 0;
}

#breakerThird h3,
#breakerSec h3 {
	font-size: clamp(1.875rem, 5.5vw, 2.5rem);
	margin-bottom: 32px;
}

.instaBanner img {
	border-radius: 56px;
}

@media (max-width: 991px) {
	.instaBanner {
		margin-top: 30px;

	}
}

.instaBanner .banner {
	position: relative;
}

.instaBanner .banner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 56px;
	margin: 0 auto;
	z-index: 1;
	background: rgba(173, 141, 241, 0.75);
}

.instaBanner .banner::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 288px;
	height: 288px;
	max-width: 80%;
	max-height: 80%;
	background: url("../img/instagram-icon.png") no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

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

footer {
	background: #2c157e;
	color: #fff;
}

@media (max-width: 767px) {
	#footerTop>.row {
		gap: 30px;
	}
}

#footerTop {
	padding-top: clamp(32px, 4vw, 96px);
	padding-bottom: 32px;
}

footer :is(h1, h2, h3, h4, h5, h6, a) {
	color: #fff;
}

footer .tab a {
	text-decoration: underline;
}

footer .tabHeadline {
	font-size: 2rem;
}

#innerfooter {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1rem;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: block;
}

#innerfooter a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

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

@media (min-width: 576px) {
	#innerfooter li+li::before {
		content: "•";
		margin: 0 clamp(15px, 2vw, 25px);
		color: #fff;
	}

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

/* #endregion -------------------------------- footer ------------------------------------------- */

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

#vernetzt {
	gap: 18px;
	text-align: right;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}