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

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

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

a {
	color: #cd1719;
}

a:is(:hover, :focus) {
	color: #cd1719;
	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: 700;
}

/* ------------------------------------------- topbar2 ------------------------------------------ */

#topbar2 {
	padding-top: 22px;
}

@media (min-width: 992px) {
	#topbar2 {
		padding: 10px 0;
	}

	#topbar2 > .row > *:last-child {
		margin-top: -10px;
	}
}

/* LOGO MIT TEXT -------------------------------------------------------- */

.logo {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
	text-decoration: none !important;
}

.logo .template-page {
	width: auto;
}

.logo .cleaner {
	display: none;
}

.logoText {
	color: #191919;
	font-size: clamp(1rem, 2vw, 1.25rem);
	align-content: center;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 700;
}

.logoText :is(b, strong) {
	display: block;
	font-size: clamp(1.5rem, 4vw, 1.875rem);
}

.logoText br {
	display: none;
}

@media (max-width: 575px) {
	.logoText {
		hyphens: auto;
	}
}

.logo img {
	display: block;
	max-width: 30vw;
}

@media (max-width: 991px) {
   .logo img{
      max-height: 60px;
   }
   .logo {
      margin: 15px 0;
   }
}

/* LOGO MIT TEXT -------------------------------------------------------- */

/* #region ----------------------------------- search ------------------------------------------- */

#search {
	background: #f3f3f3;
	position: relative;
	border-radius: 30px;
	width: 100%;
}

@media (min-width: 992px) {
	#search {
		min-width: 240px;
		max-width: 380px;
		width: auto;
	}
}

#search_input {
	color: #191919;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	background: transparent;
	border: 0;
	width: 100%;
	border-radius: 30px;
	padding: 7px 14px;
	line-height: 1;
}

#search_submit {
	border: 5px solid #ffffff;
	background: #cd1719 url("../img/icon-lupe.png") center no-repeat;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	margin: -5px -5px -5px 0;
	font-size: 0;
	aspect-ratio: 1/1;
	min-width: 48px;
	flex-shrink: 0;
	transition: transform 150ms linear;
}

@media (min-width: 768px) {
	#search_submit:is(:hover, :focus) {
		transform: scale(1.2);
	}
}

#search input::placeholder {
	color: #191919 !important;
	opacity: 1 !important;
	font-style: normal !important;
}

/* #endregion -------------------------------- search ------------------------------------------- */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 40px;
		width: 46px;
		border-radius: 2px;
		padding: 3px;
		cursor: pointer;
		background-color: #ffffff;
		position: absolute;
		z-index: 1002;
		right: 12px;
		top: 50%;
		margin-top: -20px;
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      outline: 3px solid #fff;
	}

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #004380;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 2px;
		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: 11px;
	}

	#burgerButton::before {
		top: 19px;
		content: "";
	}

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

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

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 70px;
		background: #004380;
		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 {
		height: 70px;
      width: 70px;
		line-height: 1;
		padding: 10px 15px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 101;
	}

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

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		position: relative;
	}

	.sticky-wrapper,
	#menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
	}

	#menu {
		background-color: rgba(0, 67, 128, 0.85);
	}

	.sticky-wrapper #menu {
		top: 0;
	}

	.is-sticky #menu {
		left: unset !important;
		right: unset !important;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		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: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 .navbar-nav a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	padding: 10px 35px 15px 35px;
	text-transform: uppercase;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

nav.horizontally .navbar-nav li[class*="toplevel"] + li {
	border-top: 1px solid #ffffff;
}

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

	nav.horizontally .navbar-nav a[class*="toplevel"] {
		padding: 18px 4px;
	text-align: center;
	}
}

nav.horizontally .navbar-nav a[class*="toplevel"]::before {
	content: "";
	width: 0;
	height: 4px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition:
		width 300ms linear,
		background-color 300ms linear;
}

/* toplevel-over */

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

nav.horizontally .navbar-nav li[class*="toplevel"]:is(:hover, :focus-within) > a::before,
nav.horizontally .navbar-nav li[class*="toplevel"] > a:is(:hover, :focus)::before,
nav.horizontally .navbar-nav li[class*="toplevel"].open > a::before,
nav.horizontally .navbar-nav li[class*="toplevel"].open > a:is(:hover, :focus)::before,
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"] > a::before,
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus)::before {
	width: 100%;
	background-color: #5bc5f2;
}

/* secondlevel + thirdlevel dropdown-box */

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

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

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

	nav.horizontally [class*="toplevel"] > ul {
		margin-top: 6px;
		left: 50%;
		transform: translateX(-50%);
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	nav.horizontally [class*="secondlevel"] > ul {
		margin-left: 6px;
		margin-top: -30px;
		border-radius: 4px;
	}

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

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

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

/* secondlevel + thirdlevel */

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

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

/* secondlevel + thirdlevel over */

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

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

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

#slider {
	max-height: clamp(400px, 46vw, 500px);
	position: relative;
}

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(450px, 64vw, 715px);
	}

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

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

	#headerpic .nivo-controlNav {
		width: calc(100% - 200px);
		left: 100px;
	}
}

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

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

#headerpic .slider-mask {
	display: block;
	background: linear-gradient(to top, rgba(0, 67, 128, 0.8), transparent 40%);
}

@media (min-width: 768px) {
	#headerpic .nivo-directionNav a {
		top: auto;
		bottom: 12px;
	}
}

@media (min-width: 1200px) {
	#headerpic .nivo-directionNav a {
		bottom: 20px;
	}

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

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

/* #region ------------------------------------ slogan ------------------------------------------ */

#slogan {
	font-weight: 700;
	pointer-events: auto;
	color: #004380;
	font-size: clamp(1rem, 2vw, 1.5625rem);
}

@media (max-width: 767px) {
	#slogan {
		border-bottom: 1px solid #e0e0e0;
		padding: 20px 15px;
	}
}

@media (min-width: 768px) {
	#slogan {
		color: #ffffff;
	}

	#bannerOverlay {
		position: absolute;
		right: 0;
		bottom: 50px;
		left: 0;
		z-index: 9;
		pointer-events: none;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
      background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	}
}

@media (min-width: 1200px) {
	#bannerOverlay {
		bottom: 90px;
	}
}

#slogan .headline {
	font-size: clamp(1.5rem, 6vw, 3.75rem);
}

@media (min-width: 768px) {
	#slogan .headline {
		color: #ffffff;
		margin-bottom: 0;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	}
}

/* #endregion --------------------------------- slogan ------------------------------------------ */

/* #region ------------------------------------- tabs ------------------------------------------- */

.tab {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	font-size: 1rem;
   width: 100%;
}

.tab .tabHeadline {
	font-size: 1.25rem;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 18px 20px 15px 20px;
	border-bottom: 2px solid #5bc5f2;
}

.tab .tabContent {
	padding: 20px 25px;
	font-weight: 400;
}
#sponsoren #sponsBanner {
	width: 164px;
	height: 164px;
	margin: 40px auto 0 auto;
}
#sponsoren #sponsBanner img {
	width: 164px;
	height: 164px;
	object-fit: contain;
	object-position: center;
}

.tab#veranstaltungen .tabContent {
	padding-top: 0;
}

.tab#veranstaltungen .tabContent .eventclndr-tab {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 20px;
}

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

.tab_link_mandat a {
	color: #191919;
	font-weight: 400;
}

.tab_spacer {
	height: 10px;
}

.tab#veranstaltungen .tab_link_mehr {
	color: transparent;
	margin-top: 10px;
}
#bg-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

/* #endregion ---------------------------------- tabs ------------------------------------------- */

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

.buttonStyle a,
:is(#news, #veranstaltungen) .tab_link_mehr a {
	background: #cd1719;
	display: inline-block;
	color: #fff;
	border-radius: 100px;
	font-size: 0.875rem;
	padding: 8px 20px;
}
.buttonStyle a::after,
:is(#news, #veranstaltungen) .tab_link_mehr a::after {
	content: " »";
}
.buttonStyle a:is(:hover, :focus),
:is(#news, #veranstaltungen) .tab_link_mehr a:is(:hover, :focus) {
	background: #004380;
	text-decoration: none;
}

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

main {
	text-align: left;
	padding-bottom: clamp(30px, 4vw, 60px);
	padding-top: clamp(30px, 4vw, 60px);
}

main > .row {
	row-gap: 30px;
}

@media (min-width: 1200px) {
	#content {
		padding-left: 30px;
	}

	#content:not(.no-padding-right) {
		padding-right: 30px;
	}
}

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

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

:is(h1, h2) :is(em, i) {
	font-style: normal;
	font-weight: 400;
	color: #191919;
	font-size: 70%;
}

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

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

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

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

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

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

/* #region ----------------------------------- teaser ------------------------------------------- */

#teaser {
	background-size: cover;
	margin-top: clamp(30px, 4vw, 60px);
	overflow: hidden;
	padding-bottom: 40px;
}

#teaser > .row {
	row-gap: 50px;
}

#news .tab_link_mehr {
	font-size: 0;
	margin-top: 20px;
}

.teaser,
#news .tab_link_entry {
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	padding: clamp(20px, 2vw, 30px) clamp(20px, 1.5vw, 25px);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	font-weight: 400;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.teaser,
	#news .tab_link_entry {
		backface-visibility: hidden;
		transition: transform 150ms linear;
		position: relative;
	}

	.teaser:is(:hover, :focus) {
		z-index: 1;
		transform: scale(1.1);
	}
}

#news .tab_link_entry {
	padding-top: 290px;
	position: relative;
}

#news .tab_link_entry .tab_link_title::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 3px solid #5bc5f2;
}

#news .tab_link_entry .tab_link_title::before,
#news .tab_link_entry .tab_preview_picture {
	display: block;
	height: 265px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#news .tab_link_title a {
	font-size: 1.25rem;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

#news .tab_preview_picture img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.teaser :is(h1, h2, h3, h4, h5, h6),
.teaserHeadline {
	color: #fff;
	margin: 0;
	font-size: clamp(1.25rem, 3vw, 2.1875rem);
}

.teaser.large {
	padding: 70px 100px;
	padding-left: 400px;
	background-size: cover;
	background-position: center;
	background:
		url(../img/fanshop-logo.png) no-repeat left 60px center,
		linear-gradient(to bottom, #499abb, #004380);
	color: #fff;
	font-size: 1.25rem;
	outline: 3px solid #5bc5f2;
	outline-offset: -20px;
}

@media (max-width: 991px) {
	.teaser.large {
		background-position:
			top 40px center,
			center;
		padding: 200px 50px 50px 50px;
		background-size: 140px;
	}
}

.teaser.large :is(b, strong) {
	font-weight: 400;
	font-size: 1.5625rem;
}

.teaser.large a {
	background: #fff;
	font-size: 1.125rem;
	color: #cd1719;
	margin-top: 30px;
}

.teaser.large a:is(:hover, :focus) {
	background: #5bc5f2;
	font-size: 1.125rem;
	color: #191919;
	margin-top: 30px;
}

/* ---------------------------------------------- news ------------------------------------------- */

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

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

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

#news .tab_date {
	font-size: 1rem;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
}

#news .tab_link_entries .tab_spacer {
	display: none;
}
/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #004380;
}

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

#innerfooter li {
	display: inline-block;
}

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

#innerfooter a:hover,
#innerfooter a:focus {
	color: #ffffff;
	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: #ffffff;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

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

#scroll-top {
	display: inline-block;
	color: #cd1719;
	background-color: #fff;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 30px;
	padding: 16px 30px 16px 50px;
	opacity: 1 !important;
	text-decoration: none;
	position: relative;
	font-weight: 700;
}

@media (max-width: 991px) {
   #vernetzt,
   #scroll-top{
      margin-top: 30px;
      
   }
}

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

#scroll-top::after {
	content: "";
	position: absolute;
	border-radius: 1px;
	left: 30px;
	width: 7px;
	height: 7px;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	border-right: 2px solid #cd1719;
	border-top: 2px solid #cd1719;
	transform: rotate(-45deg);
	transition: border-color 300ms;
}

#scroll-top:is(:hover, :focus)::after {
	border-right: 2px solid #191919;
	border-top: 2px solid #191919;
}
