/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ IMPORT START ------------------------------------ */
@charset "utf-8";

@-ms-viewport {
	width: device-width;
	zoom: 1;
}

@-o-viewport {
	width: device-width;
	zoom: 1;
}

@viewport {
	width: device-width;
	zoom: 1;
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	src: url('font/robotocondensed-regular.ttf');
}

@font-face {
	font-display: swap;
	font-family: CervoNeue;
	src: url('font/cervoneue-regular.otf');
}

@keyframes autoSlide {
	to {
		transform: translateX(-50%);
	}
}

@keyframes pulse {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

/* ------------------------------------- IMPORT END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------- WEBKIT SCROLLBAR START ------------------------------- */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: #aaa;
}

::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to top, rgba(32, 151, 64, 1) 0%,
			rgba(0, 164, 136, 1) 5%,
			rgba(0, 171, 222, 1) 60%,
			rgba(149, 171, 224, 1) 100%);
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
	border-color: #fff;
	border-radius: 3px;
	border-style: solid;
	border-width: 0 0 0 1px;
}

/* -------------------------------- WEBKIT SCROLLBAR END -------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ BUTTON START ------------------------------------ */
button.arrow {
	all: unset;
}

/* ------------------------------------- BUTTON END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ BORDERS START ----------------------------------- */
.footer--boxes-box,
.footer--boxes-call,
.footer--boxes-box button,
.footer--boxes-call button,
.popup {
	border-color: #209740;
	border-style: solid;
}

/* ------------------------------------- BORDERS END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ COLORS START ------------------------------------ */
body,
.regularContent,
.regularContent__box--contents.grey,
.regularContent__header,
.newsSlider__blocker,
.teamSlider__table,
.teamSlider__table--row:nth-of-type(even) {
	background-color: #f6f6f6;
	/* darker-white */
}

.footer--boxes,
.footer--boxes-box,
.popup,
.regularContent__box--contents.white,
.teamSlider__nextGame,
.sponsorSlider,
.dateSlider__content .dateSlider__date,
.dateSlider__date-remember button,
.dateSlider__date-goto button,
.nav_burger div,
.regularContent__box--1columns.white {
	background-color: #ffffff;
	/* white */
}

.bg--color-darkgrey,
.teamSlider__lastGame,
.socialbar,
.regularContent__box--contents.black {
	background-color: #333333;
	/* dark-grey */
}

.teamSlider__table--row:nth-of-type(odd) {
	background-color: #ebebeb;
	/* grey */
}

.bg--color-darkgreen,
.bg--color-green-gradient,
.teamSlider__table--row.aufsteiger,
.dateSlider__date-highlight.today .dateSlider__date-background {
	background-color: #1c5b2b;
	/* dark-green */
}

.bg--color-green-gradient,
.header,
footer,
.dateSlider {
	background-image: linear-gradient(to left top, #209740, #1f883b, #1f7836, #1d6a30, #1c5b2b);
}

.footer--boxes-call,
.footer--boxes-box button,
.footer--boxes-call button,
.dateSlider__date-highlight.today,
.dateSlider__date-goto button {
	background-color: #209740;
	/* light-green */
}

.teamSlider__table--row.absteiger {
	background-color: #962023;
	/* red */
}

a,
.footer--boxes__text,
.dateSlider__date-text,
.dateSlider__date-what,
.dateSlider__date-remember button,
.dateSlider__date-goto button {
	color: #209740;
	/* light-green */
}

a:hover,
a:focus,
.footer--links a:hover,
.footer--links a:focus,
.subNaviTeam:hover,
.socialbar__text:hover,
.socialbar__text a:hover,
.subnavi__content-box a:hover,
.sidenavi__content-box ul:hover,
.sidenavi__content-box ul:hover a,
.sidenavi__content-subbox a:hover,
.sidenavi__content-box a:hover,
#SideNaviContent__Fussball_left a:hover {
	color: #03abde;
	/* light-blue */
}

.footer--links a:hover,
.footer--links a:focus {
	box-shadow: 0 3px 0px #03abde;
	/* light-blue */
}

h4,
.teamSlider__lastGame--team,
.teamSlider__nextGame--team,
.teamSlider__lastGame--league,
.teamSlider__nextGame--league,
.teamSlider__table--team,
.teamSlider__table--info,
.regularContent__header-category,
.regularContent__header-seperator,
.teamSlider__lastGame--link a,
.teamSlider__nextGame--link a,
.teamSlider__table--link a {
	color: #888888;
	/* grey */
}

.regularContent__box--contents.black>div {
	color: #dddddd;
}

nav ul,
.footer--social__follow,
.footer--boxes-call .footer--boxes__text,
.footer--boxes-box button,
.footer--boxes-call button a,
.footer--links a,
.footer--copy,
.header__title,
nav ul a,
nav ul a:hover,
.newsSlider__title,
.newsSlider__date,
.teamSlider__lastGame,
.socialbar__text,
.socialbar__text a,
.regularContent__box--contents.black .regularContent__box--header-text,
.teamSlider__lastGame--team:hover .teamSlider__lastGame--link a,
.teamSlider__table--row.absteiger,
.teamSlider__table--row.aufsteiger,
.dateSlider__date-highlight.today .dateSlider__date-text,
.dateSlider__date-goto button,
.dateSlider__date-remember button:hover,
.dateSlider__header,
.dateSlider__date-goto button:hover,
.dateSlider__date-remember button:focus,
.dateSlider__date-goto button:focus {
	color: #ffffff;
	/* white */
}

body,
.regularContent__header,
.regularContent__box--header-text,
.newsSlider__category,
.teamSlider__nextGame--team:hover .teamSlider__nextGame--link a,
.teamSlider__table--team:hover .teamSlider__table--link a,
.dateSlider__date-who,
.dateSlider__date-when,
.dateSlider__date-where {
	color: #333333;
	/* dark-grey */
}

/* ------------------------------------- COLORS END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------- CURSOR START ----------------------------------- */
a,
.socialbar_button,
.socialbar__icon,
.socialbar__text,
.header__logo,
.nav_burger,
nav ul,
.footer--boxes-box button,
.footer--boxes-call button,
.footer--sponsors a,
button.arrow,
.dateSlider__date-remember button,
.dateSlider__date-goto button,
.subnavi__content-subbox div,
.sidenavi__content-box ul,
button,
.regularContent__box--contents .header__select select,
.sideKasten .sideKasten__content,
.mainKasten .mainKasten__content,
.newsSlider__arrowLeft,
.newsSlider__arrowRight,
.teamSlider__sponsor div a,
.dateSlider__date-remember button,
.dateSlider__date-goto button,
#Trainingszeiten .switches .switch:not(.active),
.formContent .gender,
.formContent .regularContent__box--content-headerrow .slider,
.matches__navigation .dropdown select {
	cursor: pointer;
}

/* -------------------------------------- CURSOR END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ DISPLAYS START ---------------------------------- */
.socialbar,
.socialbar_button,
nav,
.footer--social,
.footer--social__icons,
.footer--boxes,
.footer--sponsors,
.footer--sporty,
.footer--links,
.regularContent__header-rotate,
.regularContent__box--1columns,
.regularContent__box--2columns,
.regularContent__box--3columns,
.newsSlider__arrows,
.teamSlider,
.teamSlider__boxes>*,
.teamSlider__lastGame--team,
.teamSlider__nextGame--team,
.teamSlider__table--team,
.teamSlider__lastGame--game,
.teamSlider__nextGame--game,
.teamSlider__lastGame--teams,
.teamSlider__nextGame--teams,
.teamSlider__nextGame--location,
.teamSlider__nextGame--date,
.teamSlider__table--info,
.teamSlider__table--row,
.teamSlider__nextGame--info>*,
.sponsorSlider__content-blur,
.sponsorSlider__content-slider,
.dateSlider__box,
.dateSlider__content,
.kontakt--telefon,
.kontakt--email,
.header {
	display: flex;
	flex-direction: row;
}

body,
form,
.footer--boxes>*,
.footer--boxes-box,
.footer--boxes-call,
.regularContent__box--content,
.regularContent__box--1columns>*,
.regularContent__box--2columns>*,
.regularContent__box--3columns>*,
.teamSlider__content,
.sponsorSlider,
.dateSlider,
.dateSlider__content .dateSlider__date {
	display: flex;
	flex-direction: column;
}

/* ------------------------------------- DISPLAYS END ----------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------- FOCUS START ------------------------------------ */
*:focus {
	outline: none;
}

.socialbar div:focus {
	box-shadow: 0 3px 0px #bbbbbb;
}

/* -------------------------------------- FOCUS END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------- FONTS START ------------------------------------ */
body,
p,
.teamSlider__table--info .teamSlider__table--points,
input,
.formContent .gender,
.regularContent__box--contents .header__select select,
.matches__navigation .dropdown select,
.matches__content .matches__content-row.match .center.roboto {
	font-family: 'Roboto', Arial, Sans-Serif;
}

#Tabellen table td:not(.name, .goals, .goals_against),
#Tabellen table .goals,
#Tabellen table .goals_against,
#Tabellen table .seperator {
	font-family: 'CervoNeue', Arial, Sans-Serif;
}

h1,
h2,
.regularContent__header-category,
.regularContent__header-seperator,
nav ul,
.footer--social__follow,
.footer--boxes-box button,
.footer--boxes-call button,
.regularContent__box--header-text,
.newsSlider__category,
.newsSlider__title,
.newsSlider__date,
.teamSlider__lastGame--header,
.teamSlider__nextGame--header,
.teamSlider__table--header,
.teamSlider__lastGame--team,
.teamSlider__nextGame--team,
.teamSlider__lastGame--league,
.teamSlider__nextGame--league,
.teamSlider__table--team,
.teamSlider__lastGame--link a,
.teamSlider__nextGame--link a,
.teamSlider__table--link a,
.sponsorSlider__header,
.dateSlider__header,
.dateSlider__content .dateSlider__date,
.dateSlider__date-who,
.dateSlider__date-when,
.dateSlider__date-where,
.dateSlider__date-remember button,
.dateSlider__date-goto button,
.error404__icon-text,
.subnavi__content-subbox div,
.subnavi__content-subbox a,
.popup__choose,
.popup__info u,
.popup__dropdown select,
.error404__text-head,
.button__text,
#Mitgliedsdaten label,
.plan_row .match_row .center,
.matches__content .matches__content-row.match .center,
.sidenavi__content-box ul a,
.sidenavi__content-subbox a,
.sidenavi__content-box a {
	font-family: 'CervoNeue', Arial, Sans-Serif;
	font-weight: bold;
}

.socialbar__text,
.dateSlider__date-date,
.dateSlider__date-who,
.dateSlider__date-when,
.dateSlider__date-where {
	font-size: 14px;
}

body,
p {
	font-size: 18px;
}

.dateSlider__date-day {
	font-size: 20px;
}

.newsSlider__date,
.teamSlider__nextGame--teams,
.dateSlider__date-what,
.dateSlider__date-remember button,
.dateSlider__date-goto button,
.teamSlider__nextGame--homeTeam,
.teamSlider__nextGame--awayTeam {
	font-size: 24px;
}

.regularContent__box--header-text,
.newsSlider__category,
.teamSlider__lastGame--header,
.teamSlider__nextGame--header,
.teamSlider__table--header,
.sponsorSlider__header,
.dateSlider__header {
	font-size: 28px;
}

.footer--boxes-box button,
.footer--boxes-call button a,
.teamSlider__lastGame--colon,
.teamSlider__lastGame--homeScore,
.teamSlider__lastGame--awayScore,
.teamSlider__nextGame--versus {
	font-size: 30px;
}

h1,
h2,
.regularContent__header-category,
.regularContent__header-seperator,
nav ul,
.footer--boxes__text {
	font-size: 32px;
}

.newsSlider__title {
	font-size: 42px;
}

.header__title,
.footer--social__follow,
button.arrow {
	font-size: 48px;
}

a,
.socialbar__text,
.footer--boxes__text,
.footer--links a:hover,
.footer--links a:focus,
button.arrow,
.teamSlider__lastGame--colon,
.teamSlider__lastGame--homeScore,
.teamSlider__lastGame--awayScore,
.teamSlider__nextGame--versus,
.teamSlider__nextGame--teams,
.teamSlider__table--row.sgs,
.dateSlider__date-highlight.today .dateSlider__date-text,
.dateSlider__date-what,
.teamSlider__nextGame--homeTeam,
.teamSlider__nextGame--awayTeam {
	font-weight: bold;
}

/* -------------------------------------- FONTS END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------- INTERSECTION OBSERVER START ----------------------------- */
.observed {
	opacity: 0;
	transition: opacity 50ms linear;
}

/* ----------------------------- INTERSECTION OBSERVER END ------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* ----------------------------------- POSITION START ----------------------------------- */
.nav_burger,
.newsSlider__imageBox,
.newsSlider__titleBox,
.newsSlider__arrows,
.sponsorSlider__content-blur,
.sponsorSlider__content-slider,
.sponsorSlider__content-sponsors,
.dateSlider__date-highlight,
.dateSlider__date-background,
.dateSlider__date-text {
	position: absolute;
}

.popup__blocker,
.popup {
	position: fixed;
}

.regularContent__box--1columns,
.regularContent__box--2columns,
.regularContent__box--3columns,
.newsSlider,
.teamSlider,
.sponsorSlider,
.dateSlider,
.sponsorSlider__box,
.dateSlider__date-highlight,
.regularContent__header {
	position: relative;
}

/* ------------------------------------ POSITION END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- TEXT ALIGN START ---------------------------------- */
.socialbar__text,
.footer--social__icons,
.regularContent__box--content-sub.text,
.teamSlider__lastGame--awayScore,
.teamSlider__nextGame--location div:last-child,
.teamSlider__nextGame--date div:last-child,
.teamSlider__table--club {
	text-align: left;
}

nav ul,
.footer--boxes__text,
.footer--social__icons a,
.footer--copy,
.regularContent__box--header,
.newsSlider__category,
button.arrow,
.teamSlider__lastGame--colon,
.teamSlider__nextGame--homeTeam,
.teamSlider__nextGame--awayTeam,
.teamSlider__lastGame--dash,
.teamSlider__nextGame--dash,
.teamSlider__lastGame--homeTeam,
.teamSlider__nextGame--homeTeam,
.teamSlider__nextGame--homeTeamBackup,
.teamSlider__lastGame--awayTeam,
.teamSlider__nexttGame--awayTeam,
.teamSlider__nextGame--awayTeamBackup,
.sponsorSlider__header,
.dateSlider__header,
.teamSlider__nextGame--versus,
.teamSlider__table--info .teamSlider__table--place,
.dateSlider__date-text,
.dateSlider__date-what,
.dateSlider__date-who,
.dateSlider__date-when,
.dateSlider__date-where {
	text-align: center;
}

.teamSlider__lastGame--homeScore,
.teamSlider__table--place,
.teamSlider__table--points {
	text-align: right;
}

/* ----------------------------------- TEXT ALIGN END ----------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* --------------------------------- TEXT OVERFLOW START -------------------------------- */
.socialbar__icon,
.regularContent__box--header-text,
.teamSlider__table--club,
.sponsorSlider__box,
.dateSlider__content,
.kontakt--telefon,
.kontakt--email,
.newsSlider__imageBox {
	overflow: hidden;
}

/* ---------------------------------- TEXT OVERFLOW END --------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- TEXT SHADOW START --------------------------------- */
a.shadowed,
.header__title,
nav ul,
.newsSlider__date,
.dateSlider__date-remember button:hover,
.dateSlider__date-goto button:hover,
.dateSlider__date-remember button:focus,
.dateSlider__date-goto button:focus,
.footer--boxes-box button:hover,
.footer--boxes-call button:hover,
.footer--links a:hover,
.footer--links a:focus {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* ----------------------------------- TEXT SHADOW END ---------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* --------------------------------- TEXT TRANSFORM START ------------------------------- */
h1,
.socialbar__text,
nav ul,
footer,
.regularContent__header,
.regularContent__box--header-text,
.teamSlider,
.dateSlider__date-day,
.dateSlider__date-what,
.newsSlider__category {
	text-transform: uppercase;
}

/* ---------------------------------- TEXT TRANSFORM END -------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------- WIDTH START ------------------------------------ */
body,
header,
.socialbar,
.header,
main,
picture,
picture img,
.footer--sponsors,
.footer--sponsors a img,
.popup__blocker,
.regularContent,
.regularContent__header,
.regularContent__footer,
.regularContent__box--1columns,
.regularContent__box--2columns,
.regularContent__box--3columns,
.regularContent__box--1columns>*,
.regularContent__box--2columns>*,
.regularContent__box--3columns>*,
.regularContent__box--header,
.regularContent__box--header-text,
.regularContent__box--content,
.teamSlider__boxes,
.teamSlider,
.teamSlider__content,
.teamSlider__lastGame--game,
.teamSlider__nextGame--game,
.teamSlider__lastGame--teams,
.teamSlider__nextGame--teams,
.teamSlider__lastGame--homeLogo img,
.teamSlider__lastGame--awayLogo img,
.teamSlider__nextGame--homeLogo img,
.teamSlider__nextGame--awayLogo img,
.teamSlider__table--logo img,
.sponsorSlider,
.dateSlider,
.sponsorSlider__box,
.sponsorSlider__content-blur,
.sponsorSlider__content-sponsors,
.sponsorSlider__sponsor img,
.dateSlider__box,
.dateSlider__date-highlight,
.dateSlider__date-highlight .dateSlider__date-background,
.dateSlider__date-text,
.dateSlider__date-remember,
.dateSlider__date-goto,
.dateSlider__date-remember button,
.dateSlider__date-goto button,
.kontakt--telefon,
.kontakt--email,
footer {
	width: 100%;
}

/* -------------------------------------- WIDTH END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ Z-INDEX START ----------------------------------- */
.popup {
	z-index: 9999;
}

header,
.popup__sections,
.popup__blocker,
.newsSlider__arrowLeft,
.newsSlider__arrowRight {
	z-index: 9998;
}

main,
.popup__blur,
.regularContent,
.sponsorSlider__content-blur {
	z-index: 9997;
}

.regularContent__header,
.newsSlider,
.sponsorSlider__content-sponsors,
.regularContent__box--1columns {
	z-index: 9996;
}

.regularContent__box--2columns,
.regularContent__box--3columns,
.sponsorSlider__content-slider,
.regularContent__box--1block {
	z-index: 9995;
}

.regularContent__box--1columns>*,
.regularContent__box--2columns>*,
.regularContent__box--3columns>*,
.regularContent__box--2columns:nth-of-type(even),
.regularContent__footer {
	z-index: 9994;
}

.teamSlider,
footer {
	z-index: 9993;
}

.sponsorSlider {
	z-index: 9992;
}

.dateSlider {
	z-index: 9991;
}

/* ------------------------------------- Z-INDEX END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------- GENERAL BLOCKS START -------------------------------- */
::selection {
	background: transparent;
	color: #eb5e0c;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body {
	cursor: default;
	margin: 0 auto;
	min-height: 100vh;
	min-width: 360px;
	overflow-x: hidden;
	scrollbar-width: thin;
	text-rendering: geometricPrecision;
}

a,
.footer--links a:hover,
.footer--links a:focus {
	text-decoration: none;
}

a {
	hyphens: manual;
	user-select: none;
}

h2,
h3,
h4 {
	margin-block-start: 0;
	margin-block-end: 0;
}

.socialbar {
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	content-visibility: auto;
	contain-intrinsic-size: 0 36px;
	justify-content: flex-end;
	height: 36px;
}

.socialbar_button {
	height: 35px;
	margin-right: 6px;
}

.socialbar__icon {
	background-image: url('gfx/sprites_socialv3.webp');
	background-repeat: no-repeat;
	background-size: 140px 40px;
	height: 20px;
	margin: 8px;
	max-width: 20px;
	min-width: 20px;
	padding: 0;
}

.socialbar__icon.fussballde {
	background-position: 0px top;
}

.socialbar__icon.facebook {
	background-position: -20px top;
}

.socialbar__icon.twitter {
	background-position: -40px top;
}

.socialbar__icon.instagram {
	background-position: -60px top;
}

.socialbar__icon.youtube {
	background-position: -80px top;
}

.socialbar__icon.wikipedia {
	background-position: -100px top;
}

.socialbar__icon.einstellungen {
	background-position: -120px top;
	margin: 8px 10px 8px 50px;
}

.socialbar_button:hover .socialbar__icon.fussballde {
	background-position: 0px bottom;
}

.socialbar_button:hover .socialbar__icon.facebook {
	background-position: -20px bottom;
}

.socialbar_button:hover .socialbar__icon.twitter {
	background-position: -40px bottom;
}

.socialbar_button:hover .socialbar__icon.instagram {
	background-position: -60px bottom;
}

.socialbar_button:hover .socialbar__icon.youtube {
	background-position: -80px bottom;
}

.socialbar_button:hover .socialbar__icon.wikipedia {
	background-position: -100px bottom;
}

.socialbar_button:hover .socialbar__icon.einstellungen {
	background-position: -120px bottom;
}

.socialbar__icon a {
	display: block;
	height: 20px;
	width: 20px;
}

.socialbar__text {
	flex: 1;
	height: 35px;
	line-height: 35px;
	max-width: 95px;
	margin-right: 32px;
}

.header__outline {
	background-color: #ffffff;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	height: 183px;
	min-height: 183px;
}

.header {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	height: 180px;
	min-height: 180px;
	position: absolute;
	z-index: 9997;
}

.header__logo {
	background-image: url('../data/logos/270/webp/95.webp');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110px 110px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 4px 0 0;
	height: 130px;
	margin: 20px;
	width: 160px;
}

.header__title {
	height: 130px;
	line-height: 65px;
	margin: 20px;
}

.header__outline.small {
	clip-path: none;
	-webkit-clip-path: none;
}

.header__outline.small,
#Header.small,
#Header.small .header {
	height: 60px;
	max-height: 60px;
	min-height: 60px;
}

#Header.small .header {
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	clip-path: none;
	-webkit-clip-path: none;
	justify-content: center;
	position: fixed;
	top: 0;
}

#Header.small #Vereins__Logo {
	background-size: 48px 48px;
	border-width: 0px;
	height: 56px;
	margin: 0px;
	width: 56px;
}

#Header.small .header__title {
	font-size: 36px;
	height: 56px;
	line-height: 56px;
	margin: 0px 20px;
}

#Header.small .nav_burger {
	display: block;
	left: 0;
	position: initial;
	top: 0;
}

.nav_burger {
	display: none;
	height: 56px;
	width: 66px;
}

.nav_burger div {
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	height: 4px;
	margin: 6px 12px;
	width: 40px;
}

.nav_burger div:first-child {
	margin-top: 16px;
}

nav {
	display: none;
	justify-content: flex-end;
	margin-top: 63px;
	position: absolute;
	right: 60px;
	top: 0;
	z-index: 9998;
}

nav ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 3px 16px;
}

nav ul:hover {
	background-image: linear-gradient(to right top, rgba(32, 151, 64, 1) 0%, rgba(0, 164, 136, 1) 15%, rgba(0, 171, 222, 1) 60%, rgba(149, 171, 224, 1) 100%);
}

nav ul div {
	margin-right: 12px;
}

nav ul span {
	font-size: 12px;
	margin: 11px 0px 0px 4px;
	position: absolute;
}

.nav__sub {
	background-image: linear-gradient(to right, #1f7736, #1f863a);
	clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
	display: none;
	height: 60px;
	margin-top: -99px;
	position: absolute;
	width: 100%;
	z-index: 9995;
}

.nav__sub.fixed {
	background-image: linear-gradient(to right, #1f7836, #209740);
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	position: fixed;
}

.subnavi__content {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 80px;
	padding: 0px 48px;
	position: absolute;
	width: 100%;
}

.subnavi__content-box,
.subnavi__content-subbox {
	display: flex;
	flex-direction: column;
	min-width: 250px;
}

#SideNaviContent__Fussball_left,
#SideNaviContent__Fussball_right {
	min-width: 160px;
}

.subnavi__content-subbox {
	display: none;
	flex: 1;
}

.subnavi__content.activeSGS {
	right: 140px;
}

.subnavi__content.activeFussball {
	right: -46px;
}

.subnavi__content.activeService {
	right: -297px;
}

.subnavi__content-subbox div,
.subnavi__content-subbox:not(#SideNaviContent__Fussball_left) a {
	color: #ffffff;
	font-size: 28px;
	margin: 8px 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.subnavi__content-subbox:not(#SideNaviContent__Fussball_left) a:not(.naviLink):hover {
	color: #03abde;
}

#SideNaviContent__Fussball_left a {
	color: #ffffff;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.subnavi__content-subbox div span {
	font-size: 24px;
	margin: -1px 0px 0px 4px;
	position: absolute;
}

.subnavi__content-subbox div span.left {
	margin: -1px 0px 0px -16px;
}

.laquo,
.raquo,
.bull {
	margin-left: -16px;
	position: absolute;
}

.bull {
	margin-top: -2px;
}

.laquo,
.raquo {
	margin-top: -3px;
}

.nav__sub.side {
	align-items: flex-start;
	display: none;
	flex-direction: row;
	gap: 16px;
	height: 0px;
	justify-content: center;
	margin-top: 0px;
	max-height: 721px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.nav__sub.side.fixed {
	background-image: linear-gradient(to right, #1f7836, #209740);
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	margin-top: -36px;
	position: fixed;
}

.sidenavi__content-box {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: inherit;
	max-width: 160px;
	min-width: 140px;
	padding: 4px 10px;
	width: 50%;
}

.sidenavi__content-box ul {
	color: #ffffff;
	display: flex;
	flex-direction: row;
	font-family: 'CervoNeue', Arial, Sans-Serif;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-block-start: 0;
	margin-block-end: 0;
	padding: 0;
	padding-inline-start: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.sidenavi__content-box a {
	height: 36px;
	line-height: 36px;
	margin: 0;
}

.sidenavi__content-box ul a,
.sidenavi__content-subbox a,
.sidenavi__content-box a {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.sidenavi__content-subbox a {
	height: 36px;
	line-height: 36px;
	margin: 0;
}

.sidenavi__content-box:nth-of-type(1) .raquo {
	margin-left: 4px;
	margin-top: -2px;
	position: initial;
}

.sidenavi__content-subbox {
	display: none;
	flex-direction: column;
}

.sidenavi__content-subbox .raquo {
	margin-left: 4px;
	margin-top: -2px;
	position: absolute;
}

.sidenavi__content-box .laquo {
	margin-left: -12px;
	margin-top: -2px;
	position: absolute;
}

.sidenavi__content-subbox .bull,
.sidenavi__content-box .bull {
	margin-left: -10px;
	margin-top: 0px;
}

main {
	content-visibility: auto;
	contain-intrinsic-size: 0 1080px;
	margin-top: -100px;
}

picture img {
	height: 100%;
}

footer {
	content-visibility: auto;
	contain-intrinsic-size: 0 1373px;
	margin-top: -110px;
	padding-top: 73px;
}

.footer--social {
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}

.footer--social__follow {
	margin-right: 32px;
}

.footer--social__icons a {
	background-image: url('gfx/sprites_socialv3.webp');
	background-repeat: no-repeat;
	background-size: 336px 96px;
	height: 48px;
	max-width: 48px;
	margin: 1px 32px 1px 0;
	text-decoration: none;
	width: 48px;
}

.footer--social__icons a.facebook {
	background-position: -48px top;
}

.footer--social__icons a.twitter {
	background-position: -96px top;
}

.footer--social__icons a.instagram {
	background-position: -144px top;
}

.footer--social__icons a.youtube {
	background-position: -192px top;
}

.footer--social__icons a.facebook:hover {
	background-position: -48px bottom;
}

.footer--social__icons a.twitter:hover {
	background-position: -96px bottom;
}

.footer--social__icons a.instagram:hover {
	background-position: -144px bottom;
}

.footer--social__icons a.youtube:hover {
	background-position: -192px bottom;
}

.footer--boxes {
	clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -44px;
	gap: 20px;
	padding: 110px 20px;
}

.footer--boxes>* {
	align-items: center;
	flex-basis: calc(calc(360px - 100%) * 999);
	flex-grow: 1;
	flex-shrink: 1;
	max-width: 320px;
	min-width: 320px;
	padding: 0 20px 20px 20px;
}

.footer--boxes-border {
	background: transparent;
	padding: 10px;
}

.footer--boxes-box,
.footer--boxes-call {
	border-width: 10px;
	justify-content: center;
	max-width: 320px;
	min-width: 320px;
	padding: 20px;
}

.footer--boxes-box button,
.footer--boxes-call button {
	border-width: 4px;
	margin-top: 20px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 232px;
}

.footer--boxes-call button {
	display: flex;
}

.footer--boxes-call button a {
	flex: 1;
	height: inherit;
	line-height: 48px;
	margin-top: 10px;
	position: absolute;
	width: 232px;
}

.footer--boxes-box button:hover,
.footer--boxes-call button:hover {
	background-image: linear-gradient(to right top, rgba(32, 151, 64, 1) 0%, rgba(0, 164, 136, 1) 15%, rgba(0, 171, 222, 1) 60%, rgba(149, 171, 224, 1) 100%);
	border-color: #ffffff;
}

.footer--sponsors {
	justify-content: center;
	height: 100px;
	padding: 20px 0;
}

.footer--sponsors a {
	filter: grayscale(100%) brightness(400%);
	margin: 0 20px;
	max-width: 150px;
	transition: filter 200ms linear;
}

.footer--sponsors a:hover {
	filter: grayscale(0%) brightness(100%);
}

.footer--sponsors a img {
	height: 100%;
	object-fit: contain;
}

.footer--sporty {
	justify-content: center;
	height: 120px;
	padding: 20px 0px;
}

.footer--sporty picture {
	height: 80px;
	width: 500px;
}

.footer--sporty picture img {
	height: 100%;
	width: 100%;
}

.footer--links {
	justify-content: center;
	padding: 20px 0;
}

.footer--links a {
	margin: 0px 20px;
}

.footer--copy {
	padding: 20px 0;
	text-transform: initial;
}


header,
main,
footer {
	transition: filter 250ms linear;
}

.popup__blocker {
	display: none;
	flex-direction: row;
	height: 100%;
	left: 0;
	margin: 0;
	top: 0;
}

.popup__blocker.block,
.popup__blocker.block .popup {
	display: flex;
}

.popup__blocker-section {
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
}

.popup__blocker-section:nth-of-type(2) {
	flex-grow: 0;
	max-width: 360px;
	min-width: 360px;
	width: 360px;
}

.popup__blocker-section-top,
.popup__blocker-section-bottom {
	flex-grow: 1;
}

.popup {
	border-color: #1c5b2b;
	border-width: 8px;
	display: none;
	flex-direction: column;
	flex-grow: 0;
	height: 562px;
	left: calc(50% - 180px);
	max-width: 360px;
	min-width: 360px;
	padding: 20px;
	top: calc(50% - 281px);
	width: 360px;
}

.popup.bday {
	height: 488px;
	top: calc(50% - 244px);
}

.popup.tel,
.popup.email,
.popup.pic {
	height: 536px;
	top: calc(50% - 268px);
}

.popup.warning {
	border-color: #962023;
}

.popup__choose,
.popup__dropdown,
.popup__info {
	margin-bottom: 18px;
}

.popup__dropdown select {
	background-color: #eeeeee;
	border-color: #000000;
	border-radius: 9px;
	border-style: solid;
	border-width: 2px;
	font-size: 18px;
	height: 48px;
	padding: 0 0 0 20px;
	width: 100%;
}

.popup__info {
	background-color: #dddddd;
	border-color: #000000;
	border-radius: 7px;
	border-style: dotted;
	border-width: 2px;
	hyphens: auto;
	padding: 20px;
	text-align: justify;
}

.popup__buttons {
	display: flex;
	flex-direction: row;
}

.popup__warning-header {
	background-color: #962023;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	margin: 9px 0;
	padding: 8px 0;
	text-align: center;
}

.popup__warning-content {
	height: 258px;
	text-align: center;
}

.popup__warning h3 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 13px;
	padding: 8px 0;
	text-align: center;
}

button {
	all: unset;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	height: 48px;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.popup__buttons button:first-child {
	margin: 0 9px 0 0;
}

.popup__buttons button:last-child {
	margin: 0 0 0 9px;
}

button>* {
	margin: 0;
	position: absolute;
	top: 0;
}

.button__toplayer {
	display: flex;
	flex-direction: row;
	height: 48px;
	width: 100%;
}

.button__icon {
	clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
	height: 50px;
	position: relative;
	width: 30%;
}

button.save .button__icon {
	background-image: linear-gradient(to right bottom, #1c5b2b 0%, #1e7f37 100%);
}

button.okay .button__icon {
	background-image: linear-gradient(to bottom, #1c642e 0%, #1e8038 100%);
}

button.save .button__background,
button.okay .button__background {
	background-image: linear-gradient(to right bottom, #1c5b2b 0%, #209740 100%);
}

button.cancel .button__icon,
button.cancel .button__background {
	background-color: #962023;
}

.button__icon-img {
	height: 24px;
	left: 6px;
	position: absolute;
	top: 12px;
	width: 24px;
}

button.save .button__icon-img rect,
button.save .button__icon-img polygon {
	fill: #ffffff;
	stroke: none;
}

button.save .button_icon-save1 {
	transition: x 200ms linear;
}

button.save:hover .button_icon-save1 {
	x: 12;
}

button.save .button_icon-save2,
button.save .button_icon-save3 {
	transition: width 200ms linear;
}

button.save .button_icon-save3 {
	transition-delay: 50ms;
}

button.save:hover .button_icon-save2,
button.save:hover .button_icon-save3 {
	width: 14px;
}

button.cancel .button__icon-img {
	transform: rotate(0deg);
	transition: transform 200ms linear;
}

button.cancel:hover .button__icon-img {
	transform: rotate(90deg);
}

button.cancel .button_icon-cancel {
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-width: 6px;
}

button.okay {
	margin: 0 9px 0 9px !important;
	width: 282px;
}

button.okay .button__icon-img {
	left: 24px;
}

button.okay path {
	fill: #ffffff;
	stroke: none;
}

button.okay path.thumb {
	transform-origin: 11px 10px;
	transform: rotate(55deg);
	transition: transform 200ms linear;
}

button.okay:hover path.thumb {
	transform: rotate(0deg);
}

button.okay.rechte {
	width: 50%;
}

button.okay.rechte .button__icon-img {
	left: 6px;
}

.button__text {
	color: #ffffff;
	height: inherit;
	line-height: 48px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	width: 60%;
}

.button__forground {
	background-color: #888888;
	margin-left: 0%;
	transition: margin-left 250ms linear, width 250ms linear;
}

.button__forground,
.button__background {
	height: 48px;
	width: 100%;
}

button:hover .button__forground {
	margin-left: 100%;
	width: 0%;
}

.regularContent__box--contents .regularContent__box--content:first-child {
	margin-top: 20px;
}

.regularContent__box--contents .header__select {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.regularContent__box--contents .header__select select {
	background-color: #f6f6f6;
	border: 0;
	color: #555555;
	font-size: 18px;
	margin: 0 20px;
	min-width: 140px;
	padding: 8px;
}

.regularContent__header,
.regularContent__footer {
	max-height: 173px;
	min-height: 173px;
	padding: 103px 48px 36px 48px;
}

.regularContent__header-rotate {
	padding-bottom: 34px;
	transform: rotate(-5.6deg);
}

.regularContent__header-seperator {
	margin: 0 12px;
}

#HeaderCategory,
#HeaderSeperator,
#HeaderTitle {
	margin-top: -38px;
}

#HeaderCategory,
#HeaderTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.regularContent__box--1columns,
.regularContent__box--2columns,
.regularContent__box--3columns {
	flex-wrap: wrap;
	margin-top: -110px;
	min-height: 100px;
	min-width: 360px;
}

.regularContent__box--1columns {
	min-width: 320px;
}

.regularContent__box--1columns:nth-of-type(1) {
	margin-top: -100px;
}

.regularContent__box--1columns>*,
.regularContent__box--2columns>*,
.regularContent__box--3columns>* {
	align-items: center;
	flex-basis: calc(calc(360px - 100%) * 999);
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 360px;
	padding: 110px 20px;
}

.regularContent__box--3columns:nth-of-type(1)>* {
	padding-top: 110px;
	/*126px;*/
	padding-bottom: 110px;
	/*16px;*/
}

.regularContent,
.regularContent__header {
	clip-path: polygon(100% 0%, 100% calc(100% - 99px), 0% 100%, 0% 100%, 0% 0%);
	-webkit-clip-path: polygon(100% 0%, 100% calc(100% - 99px), 0% 100%, 0% 100%, 0% 0%);
}

.regularContent__box--1columns,
.regularContent__box--2columns,
.regularContent__box--3columns {
	clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
}

.regularContent__box--header {
	height: 82px;
}

section .regularContent__box--header:not(:first-child) {
	margin-top: 60px;
}

.regularContent__box--header--img {
	width: 90%;
}

.regularContent__box--header--img img {
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
}

.regularContent__box--header-text {
	flex: 1;
	height: inherit;
	hyphens: manual;
	line-height: 28px;
}

.regularContent__box--header-text img {
	height: 28px;
	margin-left: -36px;
	margin-top: 1px;
	position: absolute;
	width: 28px;
}

.regularContent__box--content-sub {
	margin-bottom: 30px;
}

.regularContent__box--content-sub.center {
	align-self: center;
	max-width: 50%;
	min-width: 50%;
}

.regularContent__box--content-sub.full {
	align-self: center;
	max-width: 90%;
	min-width: 320px;
}

.regularContent__box--content-sub.text {
	max-width: 70ch;
	min-width: 70ch;
}

.regularContent__box--content-2block {
	display: flex;
	flex-direction: row;
	gap: 48px;
}

.regularContent__box--content-2block>div {
	align-self: center;
	display: flex;
	flex: 1;

}

.regularContent__box--content-2block>div:first-child {
	justify-content: flex-end;
}

.regularContent__box--content-2block>div:last-child {
	flex-direction: column;
	justify-content: flex-start;
}

.regularContent__box--content-2block div h3,
.regularContent__box--content-2block div h4 {
	width: 100%;
}

.regularContent__box--1block {
	display: flex;
	flex-direction: row;
	min-height: 404px;
	padding: 0px 20px;
}

.subHeader {
	font-weight: bold;
	text-transform: uppercase;
}

.subHeader:not(:first-child) {
	margin-top: 64px;
}

.topLinks {
	display: flex;
	justify-content: center;
}

.topLinks>a {
	margin: 0 20px;
	max-width: 320px;
}

.topLinks>a:hover {
	box-shadow: 0px 4px 0px #03abde;
}

.sideKasten,
.mainKasten {
	background-color: #eeeeee;
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
	max-width: 320px;
	min-width: 320px;
	padding: 16px;
	width: 320px;
}

.sideKasten .sideKasten__header,
.mainKasten .mainKasten__header {
	display: flex;
	flex-direction: row;
	margin-bottom: 8px;
	padding: 4px;
}

.sideKasten .sideKasten__header img,
.mainKasten .mainKasten__header img {
	height: 28px;
	margin-top: -1px;
	position: absolute;
	width: 28px;
}

.sideKasten .sideKasten__header div,
.mainKasten .mainKasten__header div {
	font-weight: bold;
	margin-left: 36px;
	text-transform: uppercase;
}

.sideKasten .sideKasten__content,
.mainKasten .mainKasten__content {
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	margin-bottom: 8px;
	padding: 8px;
}

.sideKasten .sideKasten__content.nolink {
	cursor: initial;
}

.sideKasten .sideKasten__content:hover a {
	color: #03abde;
}

.sideKasten .sideKasten__content div {
	height: 60px;
	line-height: 60px;
}

.sideKasten .sideKasten__content div.double {
	line-height: 30px;
}

.sideKasten .sideKasten__content div:first-child:not(.portrait, .adress) {
	background-color: #f6f6f6;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: 10px;
	min-width: 40px;
	height: 40px;
	width: 40px;
}

.sideKasten .sideKasten__content div.portrait {
	align-items: top;
	border-radius: 0;
	display: flex;
	flex-direction: row;
	height: 176px;
	width: 100%;
}

.sideKasten .sideKasten__content div.portrait div:first-child {
	background-color: transparent;
	border-radius: 0;
	height: 176px;
	margin-top: 0;
	width: 50%;
}

.sideKasten .sideKasten__content div.portrait div:first-child img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sideKasten .sideKasten__content div.portrait div:last-child {
	font-size: 32px;
	font-weight: bold;
	line-height: initial;
	text-transform: uppercase;
	width: 50%;
}

.sideKasten .sideKasten__content div.adress {
	border-radius: 0;
	cursor: initial;
	display: flex;
	flex-direction: column;
	height: 90px;
	width: 100%;
}

.sideKasten .sideKasten__content div.adress div {
	flex: 1;
	height: 30px;
	line-height: 30px;
	width: 100% !important;
}

.sideKasten .sideKasten__content div.adress div:first-child {
	background-color: transparent;
	border-radius: 0;
	font-weight: bold;
	line-height: initial;
	margin: 0;
}

.mainKasten {
	max-width: 90%;
	width: 90%;
}

.mainKasten .mainKasten__header {
	justify-content: center;
}

.mainKasten .mainKasten__header img {
	position: static;
}

.mainKasten .mainKasten__header div {
	margin-left: 8px;
}

.mainKasten .mainKasten__content {
	cursor: initial;
	flex-wrap: wrap;
	justify-content: space-around;
}

.mainKasten .mainKasten__content a img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mainKasten .mainKasten__content.mainSponsor a,
.mainKasten .mainKasten__content.ausruester a,
.mainKasten .mainKasten__content.gemeindeSponsor a {
	max-height: 200px;
	padding: 8px;
	width: clamp(270px, 100%, 768px);
}

.mainKasten .mainKasten__content.topSponsors a {
	max-height: 150px;
	padding: 8px;
	width: clamp(90px, 33%, 254px);
}

.mainKasten .mainKasten__content.coSponsors a,
.mainKasten .mainKasten__content.regioSponsors a {
	max-height: 100px;
	padding: 8px;
	width: clamp(90px, 25%, 254px);
}

.mainKasten .mainKasten__content.coSponsors img,
.mainKasten .mainKasten__content.regioSponsors img {
	max-height: 100px;
	width: clamp(90px, 25%, 254px);
}

.landscape {
	padding: 0;
}

.landscape__header {
	max-height: 400px;
	width: 100%;
}

.landscape__header img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.regularContent__box--content-subrow {
	margin: 32px 0;
}

.regularContent__box--content-subrow:first-child {
	margin: 0 0 32px 0;
}

/* --------------------------------- GENERAL BLOCKS END --------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ----------------------------------- ERROR 404 START ---------------------------------- */
#Error404.regularContent {
	background-color: #ffffff;
}

.regularContent__header.error,
.regularContent__footer.error {
	background: repeating-linear-gradient(45deg, #f8b413, #f8b413 20px, #333333 20px, #333333 40px);
}

.regularContent__footer.error {
	clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
}

.error404__icon {
	align-self: center;
	display: flex;
	flex: 1;
	justify-content: flex-end;
	height: 200px;
	margin-right: 100px;
}

.error404__icon-border {
	background-color: #f8b413;
	border-radius: 9px;
	box-shadow: 4px 0px 8px 2px #000000;
	display: flex;
	height: 200px;
	justify-content: center;
	transform: rotate(45deg);
	width: 200px;
}

.error404__icon-outline {
	align-self: center;
	background-color: #333333;
	border-radius: 7px;
	display: flex;
	height: 190px;
	justify-content: center;
	width: 190px;
}

.error404__icon-inline {
	align-self: center;
	background-color: #f8b413;
	border-radius: 5px;
	display: flex;
	height: 170px;
	justify-content: center;
	width: 170px;
}

.error404__icon-text {
	align-self: center;
	font-size: 48px;
	text-align: center;
	transform: rotate(-45deg);
	width: 170px;
}

.error404__text {
	align-self: center;
	flex: 1;
}

.error404__text-head {
	color: #333333;
	font-size: 48px;
	max-width: 480px;
}

.error404__text-sub {
	font-size: 24px;
	margin: 16px 0;
	max-width: 480px;
}

button.home {
	width: 320px;
}

button.home .button__icon {
	background-image: linear-gradient(to right top, #209740 0%, #00a488 10%, #00a69b 50%, #11acdf 100%);
}

button.home .button__background {
	background-image: linear-gradient(to right top, rgba(32, 151, 64, 1) 0%, rgba(0, 164, 136, 1) 5%, rgba(0, 171, 222, 1) 60%, rgba(149, 171, 224, 1) 100%);
}

button.home .button__text {
	color: #1c5b2b;
	font-size: 20px;
	text-shadow: none;
	transition: color 200ms linear, text-shadow 200ms linear;
	width: 70%;
}

button.home:hover .button__text {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

button.home .button__forground {
	background-color: #ffffff;
}

button.home .button__icon-img {
	left: 30px;
}

button.home line {
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-width: 3;
}

button.home polygon,
button.home rect {
	fill: #ffffff;
	stroke: none;
}

button.home .button__icon-homeDoor {
	width: 5;
	transition: width 100ms linear, x 100ms linear;
	x: 9;
}

button.home:hover .button__icon-homeDoor {
	width: 0;
	x: 14;
}

button.home:hover .button__icon-human {
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 1;
}

/* ------------------------------------ ERROR 404 END ----------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- STARTSEITE START ---------------------------------- */
#LastGame_Box,
#NextGame_Box,
#Table_Box,
#Sponsor_Box {
	position: relative;
}

.newsSlider {
	content-visibility: auto;
	contain-intrinsic-size: 0 520px;
	position: relative;
	width: 100vw;
}

.newsSlider__wrapper {
	display: flex;
	flex-direction: row;
	height: inherit;
	position: absolute;
	width: 900vw;
	z-index: 9997;
}

.newsSlider__wrapper .newsSlider__content {
	height: inherit;
	position: initial;
	width: 100vw;
	z-index: 9996;
}

.newsSlider__wrapper #Slide_0 {
	margin-left: -100vw;
}

.newsSlider__image img {
	object-fit: cover;
	transition: transform 1s ease;
}

.newsSlider__image img:hover {
	transform: scale(1.05);
	transition: transform 5s ease;
}

.newsSlider__titleBox {
	bottom: 48px;
	display: block;
	left: -100vw;
	margin: 0 48px;
}

.newsSlider__titleBox a:hover .newsSlider__title {
	color: #03abde;
}

.newsSlider__content.activeSlide .newsSlider__titleBox {
	left: 48px;
	transition: left 1s ease-out;
	transition-delay: 750ms;
}

.newsSlider__category {
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 14ch;
	padding: 4px 0px;
}

.newsSlider__title {
	background-color: rgba(51, 51, 51, 0.9);
	line-height: 42px;
	margin-top: 12px;
	max-width: 40ch;
	padding: 8px 20px;
}

.newsSlider__date {
	padding: 5px 20px;
}

.newsSlider__arrowLeft,
.newsSlider__arrowRight {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 48px;
	font-weight: bold;
	margin-top: 250px;
	position: absolute;
	text-align: center;
	transform: scaleY(3);
	transition: color 200ms linear;
	width: 48px;
	z-index: 9998;
}

.newsSlider__arrowRight {
	color: rgba(255, 255, 255, 0.9);
	margin-left: calc(100vw - 48px);
}

.newsSlider__arrowLeft:hover,
.newsSlider__arrowRight:hover {
	background-color: rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 1);
}

.newsSlider__arrowLeft span {
	margin-left: 2px;
}

.newsSlider__arrowRight span {
	margin-right: 12px;
}

.newsSlider__progress {
	bottom: 56px;
	display: none;
	justify-content: center;
	height: 4px;
	position: absolute;
	transform: rotate(-2.98deg);
	width: 100%;
	z-index: 9997;
}

.newsSlider__progress div {
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	height: 2px;
	width: 100%;
}

.newsSlider__preview {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 72px;
	top: 48px;
	width: 44px;
	z-index: 9997;
}

.newsSlider__preview-outline {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%);
	-webkit-clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%);
	height: 10px;
	margin: 4px;
	width: 40px;
}

.newsSlider__preview-box {
	background-color: rgba(51, 51, 51, 0.9);
	clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%);
	-webkit-clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%);
	height: 6px;
	margin: 2px;
	transition: background-color 1s ease-out;
	width: 36px;
}

.newsSlider__preview-box.activeSlide {
	background-color: rgba(255, 255, 255, 0.9);
}

.newsSlider__blocker {
	background-color: #dddddd;
	height: inherit;
	position: absolute;
	width: 100vw;
	z-index: 9995;
}

.teamSlider {
	content-visibility: auto;
	contain-intrinsic-size: 0 614px;
	margin-top: -186px;
	min-height: 614px;
	position: relative;
	width: 100vw;
}

.teamSlider__boxes {
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
	position: relative;
}

.teamSlider__boxes>* {
	flex-basis: calc(calc(955px - 100%) * 999);
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 360px;
	padding-bottom: 20px;
}

.teamSlider__content {
	align-items: center;
}

.teamSlider__content:not(.activeTeam) {
	display: none;
	opacity: 0;
}

.teamSlider__content .empty {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

button.arrow {
	align-self: center;
	margin-top: 55px;
	max-width: 48px;
	min-width: 48px;
	pointer-events: all;
	transform: scaleY(3);
	transition: color 200ms linear;
	width: 48px;
}

.teamSlider__arrowLeft.hidden,
.teamSlider__arrowRight.hidden,
.dateSlider__arrowLeft.hidden,
.dateSlider__arrowRight.hidden {
	pointer-events: none;
	visibility: hidden;
}

.teamSlider__lastGame .teamSlider__arrowLeft,
.teamSlider__nextGame .teamSlider__arrowLeft,
.teamSlider__table .teamSlider__arrowLeft {
	color: rgba(136, 136, 136, 0.125);
}

.teamSlider__lastGame .teamSlider__arrowRight,
.teamSlider__nextGame .teamSlider__arrowRight,
.teamSlider__table .teamSlider__arrowRight {
	color: rgba(136, 136, 136, 0.25);
}

.teamSlider__lastGame .teamSlider__arrowLeft:hover,
.teamSlider__lastGame .teamSlider__arrowRight:hover,
.teamSlider__nextGame .teamSlider__arrowLeft:hover,
.teamSlider__nextGame .teamSlider__arrowRight:hover,
.teamSlider__table .teamSlider__arrowLeft:hover,
.teamSlider__table .teamSlider__arrowRight:hover {
	color: rgba(136, 136, 136, 1);
}

.dateSlider__arrowLeft {
	color: rgba(255, 255, 255, 0.125) !important;
}

.dateSlider__arrowRight {
	color: rgba(255, 255, 255, 0.25) !important;
}

.dateSlider__arrowLeft:hover,
.dateSlider__arrowRight:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.teamSlider__lastGame .teamSlider__arrowRight,
.teamSlider__nextGame .teamSlider__arrowLeft,
.teamSlider__nextGame .teamSlider__arrowRight,
.teamSlider__table .teamSlider__arrowLeft {
	visibility: hidden;
}

.teamSlider__nextGame {
	flex-grow: 2;
	min-width: 555px;
	z-index: 9994;
}

.teamSlider__lastGame {
	z-index: 9995;
}

.teamSlider__table {
	z-index: 9993;
}

.teamSlider__sponsor {
	z-index: 9995;
}

.teamSlider__lastGame--header,
.teamSlider__nextGame--header,
.teamSlider__table--header {
	margin-top: 200px;
}

.teamSlider__lastGame--team,
.teamSlider__nextGame--team,
.teamSlider__lastGame--league,
.teamSlider__nextGame--league,
.teamSlider__table--team,
.teamSlider__lastGame--link a,
.teamSlider__nextGame--link a,
.teamSlider__table--link a {
	margin-bottom: 20px;
	transform: scaleX(1.25);
}

.teamSlider__lastGame--link,
.teamSlider__nextGame--link,
.teamSlider__table--link {
	margin-right: 8px;
}

.teamSlider__lastGame--team .teamSlider__lastGame--link-icon,
.teamSlider__nextGame--team .teamSlider__nextGame--link-icon,
.teamSlider__table--team .teamSlider__table--link-icon {
	background-image: url('gfx/sprites_soccer_icons.webp');
	background-position: -27px bottom;
	background-repeat: no-repeat;
	background-size: 40px 16px;
	flex-grow: 0;
	height: 19px;
	max-width: 19px;
	margin-top: -1px;
	width: 16px;
}

.noCursor {
	cursor: default;
}

.teamSlider__lastGame--game,
.teamSlider__nextGame--game,
.teamSlider__lastGame--teams,
.teamSlider__nextGame--teams {
	justify-content: center;
	margin-bottom: 20px;
}

.teamSlider__lastGame--homeLogo,
.teamSlider__lastGame--homeLogo .logo,
.teamSlider__lastGame--awayLogo,
.teamSlider__lastGame--awayLogo .logo,
.teamSlider__nextGame--homeLogo,
.teamSlider__nextGame--homeLogo .logo,
.teamSlider__nextGame--awayLogo,
.teamSlider__nextGame--awayLogo .logo {
	height: 59px;
	width: 59px;
}

.teamSlider__lastGame--homeLogo img,
.teamSlider__lastGame--awayLogo img,
.teamSlider__nextGame--homeLogo img,
.teamSlider__nextGame--awayLogo img,
.teamSlider__table--logo img {
	border: 0;
	height: 100%;
	object-fit: contain;
}

.teamSlider__lastGame--colon {
	height: 60px;
	line-height: 60px;
	width: 20px;
}

.teamSlider__lastGame--homeScore,
.teamSlider__lastGame--awayScore {
	flex: 1;
	height: 60px;
	line-height: 60px;
	margin: 0 12px;
	max-width: 60px;
}

.teamSlider__lastGame--dash,
.teamSlider__nextGame--dash {
	max-width: 20px;
	width: 20px;
}

.teamSlider__lastGame--homeTeam,
.teamSlider__lastGame--awayTeam,
.teamSlider__nextGame--homeTeam,
.teamSlider__nextGame--awayTeam,
.teamSlider__nextGame--homeTeamBackup,
.teamSlider__nextGame--awayTeamBackup {
	flex: 1;
	max-width: 50ch;
}

.teamSlider__nextGame--teams {
	display: none;
	height: 64px;
	line-height: 32px;
}

.teamSlider__lastGame--teams *,
.teamSlider__nextGame--game *,
.teamSlider__nextGame--teams * {
	align-self: center;
}

.teamSlider__lastGame--league {
	margin-bottom: 4px;
}

.teamSlider__nextGame--homeTeam,
.teamSlider__nextGame--awayTeam {
	margin: 0 12px;
}

.teamSlider__nextGame--versus {
	height: 60px;
	line-height: 60px;
	width: 60px;
}

.teamSlider__nextGame--info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.teamSlider__nextGame--info>* {
	align-items: center;
	flex-basis: calc(calc(200px - 100%) * 999);
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 274px;
	padding-bottom: 20px;
}

.teamSlider__nextGame--location,
.teamSlider__nextGame--date {
	justify-content: center;
}

.teamSlider__nextGame--location-icon,
.teamSlider__nextGame--date-icon {
	background-image: url('gfx/sprites_soccer_icons.webp');
	background-repeat: no-repeat;
	background-size: 65px 21px;
	height: 21px;
	margin-right: 4px;
	min-width: 21px;
	width: 21px;
}

.teamSlider__nextGame--location-icon {
	background-position: 0px bottom;
}

.teamSlider__nextGame--date-icon {
	background-position: -22px bottom;
}

.teamSlider__nextGame--league {
	justify-content: center;
	padding-bottom: 0px;
	text-align: center;
}

.teamSlider__table--info,
.teamSlider__table--row {
	height: 36px;
	line-height: 36px;
	padding: 4px 0;
}

.teamSlider__table--info *,
.teamSlider__table--row * {
	height: 30px;
	line-height: 30px;
}

.teamSlider__table--place {
	margin-right: 8px;
	padding-left: 8px;
	width: 30px;
}

.teamSlider__table--logo {
	margin: 3px 3px 3px 0px;
	width: 24px
}

.teamSlider__table--logo .logo {
	height: 24px;
	line-height: 24px;
	width: 24px;
}

.teamSlider__table--club {
	flex: 1;
	min-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teamSlider__table--points {
	margin-left: 6px;
	padding-right: 8px;
	width: 34px;
}

.teamSlider__sponsor {
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: flex-end;
	max-width: 160px;
	min-width: 160px;
	order: 4;
}

.teamSlider__sponsor div {
	align-self: center;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	margin: 0px 19px;
	max-height: 242px;
	min-height: 242px;
	max-width: 122px;
	position: absolute;
	width: 100%;
}

.teamSlider__sponsor div a {
	display: block;
	height: 240px;
	width: 120px;
}

.teamSlider__sponsor div picture,
.teamSlider__sponsor div picture img {
	height: 100%;
	width: 100%;
}

.teamSlider__sponsor div picture img {
	object-fit: fill;
}

.teamSlider__sponsor div span {
	color: #333333;
	font-size: 10px;
	position: relative;
	top: -8px;
}

.sponsorSlider__header,
.dateSlider__header {
	margin: 20px 0;
}

.sponsorSlider__box {
	height: 256px;
	padding-bottom: 20px;
}

.sponsorSlider__content-blur {
	justify-content: space-between;
	height: inherit;
}

.sponsorSlider__content-blur .sponsorSlider__blur {
	max-width: 96px;
	min-width: 96px;
	width: 96px;
}

.sponsorSlider__content-blur .sponsorSlider__blur:first-child {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.sponsorSlider__content-blur .sponsorSlider__blur:last-child {
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.sponsorSlider__content-sponsors,
.sponsorSlider__content-slider {
	height: 256px;
}

.sponsorSlider__content-slider {
	animation: autoSlide 40s infinite linear;
}

.sponsorSlider__sponsor {
	height: 160px;
	max-width: 180px;
	min-width: 180px;
	margin-right: 48px;
	width: 180px;
}

.sponsorSlider__sponsor:nth-of-type(even) {
	margin-top: 60px;
}

.sponsorSlider__sponsor:first-child {
	margin-left: 0px;
}

.sponsorSlider__sponsor img {
	height: 100%;
	object-fit: contain;
}

.dateSlider__box {
	justify-content: space-between;
	min-height: 514px;
	padding-bottom: 20px;
}

.dateSlider__box button.arrow {
	margin-top: -14px;
}

.dateSlider__content {
	justify-content: flex-start;
	height: 494px;
	max-width: 1804px;
	min-width: 264px;
}

.dateSlider__content .dateSlider__date {
	align-items: center;
	border-color: #1c5b2b;
	border-style: solid;
	border-width: 10px;
	justify-content: center;
	margin: 0 20px;
	max-width: 264px;
	min-height: 494px;
	min-width: 264px;
	padding: 10px;
	width: 264px;
}

.dateSlider__content .dateSlider__date>* {
	flex: 1;
}

.dateSlider__date-highlight {
	height: 54px;
	max-height: 54px;
	padding: 6px;
}

.dateSlider__date-highlight .dateSlider__date-background {
	height: 54px;
	margin: -6px 0 0 -6px;
}

.dateSlider__date-highlight.today .dateSlider__date-background {
	animation: pulse 3s infinite;
}

.dateSlider__date-text {
	height: 54px;
	margin: -6px 0 0 -6px;
}

.dateSlider__date-day {
	height: 30px;
	line-height: 30px;
}

.dateSlider__date-date {
	height: 24px;
	line-height: 24px;
}

.dateSlider__date-icon {
	background-image: url('gfx/sprites_termine.webp');
	background-repeat: no-repeat;
	background-size: 480px 80px;
	height: 80px;
	margin: 10px 0;
	min-height: 80px;
	width: 80px;
}

.dateSlider__date-icon.mitternacht {
	background-position: 0px top;
}

.dateSlider__date-icon.geburtstag {
	background-position: -80px top;
}

.dateSlider__date-icon.versammlung {
	background-position: -160px top;
}

.dateSlider__date-icon.einsatz {
	background-position: -240px top;
}

.dateSlider__date-icon.buergermeister {
	background-position: -320px top;
}

.dateSlider__date-icon.weihnachten {
	background-position: -400px top;
}

.dateSlider__date-icon.turnier {
	background-position: -480px top;
}

.dateSlider__date-what {
	height: 84px;
	line-height: 28px;
	min-height: 84px;
}

.dateSlider__date-details {
	height: 70px;
	min-height: 70px;
	width: 100%;
}

.dateSlider__date-who,
.dateSlider__date-when,
.dateSlider__date-where {
	height: 16px;
	line-height: 16px;
	margin: 2px 0;
}

.dateSlider__date-remember,
.dateSlider__date-goto {
	height: 60px;
	margin: 10px 0;
}

.dateSlider__date-remember button,
.dateSlider__date-goto button {
	all: unset;
	border-color: #209740;
	border-style: solid;
	border-width: 4px;
	height: 48px;
	overflow: hidden;
	position: relative;
	width: 216px;
}

button.date .button__icon {
	background-image: linear-gradient(to right top, #209740 0%, #00a488 10%, #00a69b 50%, #11acdf 100%);
}

button.date .button__background,
button.goto .button__background,
button.googleMaps .button__background {
	background-image: linear-gradient(to right top, rgba(32, 151, 64, 1) 0%, rgba(0, 164, 136, 1) 5%, rgba(0, 171, 222, 1) 60%, rgba(149, 171, 224, 1) 100%);
}

button.date .button__text,
button.googleMaps .button__text {
	color: #1c5b2b;
	font-size: 20px;
	text-shadow: none;
	transition: color 200ms linear, text-shadow 200ms linear;
	width: 70%;
}

button.googleMaps {
	border-color: #209740;
	border-width: 4px;
}

button.date:hover .button__text,
button.goto:hover .button__text,
button.googleMaps:hover .button__text {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

button.date .button__forground,
button.googleMaps .button__forground {
	background-color: #ffffff;
}

button.date .button__icon-img,
button.goto .button__icon-img,
button.googleMaps .button__icon-img {
	left: 14px;
}

button.date line {
	stroke: #ffffff;
	stroke-width: 2;
}

button.date rect {
	fill: #ffffff;
	opacity: 1;
	stroke: none;
	transition: opacity 30ms linear;
}

button.date:hover rect {
	opacity: 0;
}

button.date .button__icon-date2 {
	transition-delay: 30ms;
}

button.date .button__icon-date3 {
	transition-delay: 60ms;
}

button.date .button__icon-date4 {
	transition-delay: 90ms;
}

button.date .button__icon-date5 {
	transition-delay: 120ms;
}

button.date .button__icon-date6 {
	transition-delay: 150ms;
}

button.date .button__icon-check1,
button.date .button__icon-check2 {
	stroke: #ffffff;
	stroke-width: 2;
	transition: stroke-dashoffset 50ms linear;
}

button.date .button__icon-check1 {
	stroke-dasharray: 6.5;
	stroke-dashoffset: 6.5;
}

button.date .button__icon-check2 {
	stroke-dasharray: 10.8;
	stroke-dashoffset: 10.8;
}

button.date:hover .button__icon-check1 {
	stroke-dashoffset: 0;
	transition-delay: 150ms;
}

button.date:hover .button__icon-check2 {
	stroke-dashoffset: 0;
	transition-delay: 200ms;
}

button.date .button__icon-links {
	display: none;
	flex-direction: row;
	height: 48px;
	justify-content: center;
	width: 100%;
}

button.date .button__icon-links a {
	flex: 1;
	height: 48px;
	text-align: center;
	width: 48px;
}


button.goto .button__forground {
	background-color: #209740;
}

button.goto .button__text {
	font-size: 20px;
	width: 70%;
}

button.goto line {
	stroke: #ffffff;
	stroke-width: 3;
}

button.goto .arrow_2 {
	opacity: 0.5;
}

button.goto .arrow_3 {
	opacity: 0.25;
}

button.goto svg {
	margin-left: 0px;
	position: absolute;
	transition: margin-left 200ms linear;
}

button.goto:hover .arrow_1 {
	margin-left: 12px;
}

button.goto:hover .arrow_2 {
	margin-left: 6px;
}

button.googleMaps .google_1a {
	fill: #1a73e8;
}

button.googleMaps .google_2a {
	fill: #ea4335;
}

button.googleMaps .google_3a {
	fill: #4285f4;
}

button.googleMaps .google_4a {
	fill: #fbbc04;
}

button.googleMaps .google_5a {
	fill: #34a853
}

button.googleMaps .google_1a,
button.googleMaps .google_2a,
button.googleMaps .google_3a,
button.googleMaps .google_4a,
button.googleMaps .google_5a {
	opacity: 1;
	stroke: none;
	transition: opacity 50ms linear;
}

button.googleMaps .google_2a {
	transition-delay: 50ms;
}

button.googleMaps .google_3a {
	transition-delay: 100ms;
}

button.googleMaps .google_4a {
	transition-delay: 150ms;
}

button.googleMaps .google_5a {
	transition-delay: 200ms;
}

button.googleMaps:hover .google_1a,
button.googleMaps:hover .google_2a,
button.googleMaps:hover .google_3a,
button.googleMaps:hover .google_4a,
button.googleMaps:hover .google_5a {
	opacity: 0;
}

button.googleMaps .google_1b,
button.googleMaps .google_2b,
button.googleMaps .google_3b,
button.googleMaps .google_4b,
button.googleMaps .google_5b {
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 2;
}

.dateSlider__date-goto {
	margin: 10px 0 0 0;
}

.teamSlider,
.sponsorSlider,
.dateSlider {
	clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
}

.newsSlider {
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
}

.teamSlider__lastGame,
.teamSlider__nextGame,
.teamSlider__table,
.dateSlider {
	padding-bottom: 110px;
}

.sponsorSlider {
	margin-top: -110px;
	padding-top: 110px;
	padding-bottom: 72px;
}

.dateSlider {
	margin-top: -110px;
	padding-top: 72px;
}

.staigeStart {
	aspect-ratio: 16 / 9;
}

.staigeStart__box {
	aspect-ratio: 16 / 9;
}

.sw-embed iframe {
	height: 100%;
	width: 100%;
}

/* ----------------------------------- STARTSEITE END ----------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- LIVESTREAM START ---------------------------------- */
.live_table {
	border-spacing: 0;
	width: 100%;
}

.live_row {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	width: 100%;
}

.live_row:nth-of-type(even) {
	background-color: #f6f6f6;
}

.live_row .date,
.live_row .highlight {
	max-width: 80px;
	width: 80px;
}

.live_row .home,
.live_row .away {
	width: calc(50% - 134px);
}

.live_row .date,
.live_row .home_score,
.live_row .home {
	text-align: right;
}

.live_row .home_score,
.live_row .away_score {
	max-width: 24px;
	min-width: 24px;
	width: 24px;
}

.live_row .home_logo,
.live_row .away_logo {
	max-width: 40px;
	min-width: 40px;
	width: 40px;
}

.live_row .home_logo img,
.live_row .away_logo img {
	margin-top: 4px;
	margin-left: 3px;
}

.live_row .dp {
	text-align: center;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
}

.live_row .away_score,
.live_row .away {
	text-align: left;
}

.live_row .highlight {
	text-align: center;
}

.live_row:hover>.date,
.live_row:hover>.home,
.live_row:hover>.home_score,
.live_row:hover>.dp,
.live_row:hover>.away_score,
.live_row:hover>.away,
.highlight:hover {
	font-weight: bold;
}

/* ----------------------------------- LIVESTREAM END ----------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ NEWS START -------------------------------------- */
#News .regularContent__box--1columns {
	background-color: #ffffff;
}

#News .news__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#News .news__content a {
	border-color: #209740;
	border-style: solid;
	border-width: 2px;
	height: 320px;
	margin: 16px;
	width: 320px;
}

#News .news__content a:hover {
	border-color: #03abde;
}

#News .news__content a .news__content-box,
#News .news__content a .news__content-box-img {
	height: 316px;
	width: 316px;
}

#News .news__content a .news__content-box-img {
	position: relative;
}

#News .news__content a .news__content-box-img img {
	height: 316px;
	object-fit: cover;
	width: 100%;
}

#News .news__content a .news__content-box-row {
	background-color: rgba(0, 0, 0, 0.66);
	bottom: 0px;
	height: 88px;
	margin-top: -88px;
	padding: 8px;
	position: relative;
	width: 316px;
}

#News .news__content a .news__content-box-row .news__content-box-header {
	color: #aaaaaa;
	text-shadow: 1px 1px 2px #000000;
}

#News .news__content a .news__content-box-row .news__content-box-title {
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 2px #000000;
	text-transform: uppercase;
}

#News .news__content a:hover .news__content-box-row .news__content-box-title {
	color: #03abde;
}

#Single_News .singlenews__content {
	background-color: #ffffff;
	padding: 110px 0px;
}

#Einzelnews_Bild,
#Einzelnews_Text {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#Einzelnews_Bild .singlenews__content,
#Einzelnews_Text .singlenews__content {
	margin-top: -110px;
}

#Einzelnews_Bild .singlenews__content {
	position: relative;
}

#Einzelnews_Bild .singlenews__content-img {
	margin-top: -110px;
	position: absolute;
	width: 50%;
	z-index: 9994;
}

#Einzelnews_Bild .singlenews__content-img img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
}

#Einzelnews_Bild .singlenews__content-bg {
	filter: brightness(135%) grayscale(50%) blur(12px);
	margin-top: -110px;
	position: absolute;
	width: 100%;
	z-index: 9990;
}

#Einzelnews_Bild .singlenews__content-bg img {
	object-fit: cover;
	width: 100%;
}

#Einzelnews_Text .singlenews__content-text {
	max-width: 50%;
	min-width: 320px;
	padding: 50px 20px 0px 20px;
	text-align: justify;
}

#Einzelnews_Text .singlenews__content-text img {
	max-width: 100%;
	min-width: 280px;
	padding: 16px 0px;
}

#Einzelnews_Text .singlenews__content-text .album img {
    aspect-ratio: 320 / 180;
	border: 1px #000 solid;
    min-width: 320px;
	padding: 0;
}

/* ------------------------------------- NEWS END --------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- VORSTAND START ------------------------------------ */
#Vorstand h3 {
	text-transform: uppercase;
}

.vorstandInfo,
.kontaktInfo {
	display: flex;
	flex-direction: column;
	margin: 8px 0px;
	width: 100%;
}

.vorstandInfo>*,
.kontaktInfo>* {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.vorstandInfo__row div:first-child {
	margin-right: 8px;
}

.kontaktInfo__row div:first-child {
	min-width: 54px;
}

.vorstand__img {
	aspect-ratio: 16/9;
	max-width: 640px;
	min-width: 320px;
	width: 75%;
}

.vorstand__img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ----------------------------------- VORSTAND END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- KONTAKTE START ------------------------------------ */
.kontakt--name {
	margin: 8px 0;
}

.kontakt--telefon span,
.kontakt--email span {
	margin-right: 6px;
	min-width: 48px;
}

/* ----------------------------------- KONTAKTE END ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- EDITORIAL START ----------------------------------- */
#Editorial .regularContent__box--header-text {
	margin-left: 36px;
	width: 90%;
}

#Editorial .regularContent__box--content-sub.center {
	max-width: 90%;
	min-width: 50%;
}

#Editorial line,
#Sponsorenuebersicht line,
#Mitgliedschaft line {
	stroke: #209740;
	stroke-width: 3;
}

#Editorial .sideKasten__content:hover line,
#Sponsorenuebersicht .sideKasten__content:hover line,
#Mitgliedschaft .sideKasten__content:hover line {
	stroke: #03abde;
}

#Editorial .arrow_2,
#Sponsorenuebersicht .arrow_2 {
	opacity: 0.5;
}

#Editorial .arrow_3,
#Sponsorenuebersicht .arrow_3 {
	opacity: 0.25;
}

#Editorial svg,
#Sponsorenuebersicht svg,
#Editorial svg,
#Mitgliedschaft svg {
	margin-left: 8px;
	margin-top: 8px;
	position: absolute;
	transition: margin-left 200ms linear;
}

#Editorial .sideKasten__content:hover .arrow_1,
#Sponsorenuebersicht .sideKasten__content:hover .arrow_1 {
	margin-left: 16px;
}

#Editorial .sideKasten__content:hover .arrow_3,
#Sponsorenuebersicht .sideKasten__content:hover .arrow_3 {
	margin-left: 0px;
}

#Editorial .sideKasten__content span,
#Sponsorenuebersicht .sideKasten__content span,
#Mitgliedschaft .sideKasten__content span {
	color: #209740;
	height: 40px;
	font-weight: bold;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 40px;
}

#Editorial .sideKasten__content:hover span,
#Sponsorenuebersicht .sideKasten__content:hover span,
#Mitgliedschaft .sideKasten__content:hover span {
	color: #03abde;
}

@keyframes dashdrawOver {
	from {
		stroke-dashoffset: 52
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes dashdrawOut {
	from {
		stroke-dashoffset: 0
	}

	to {
		stroke-dashoffset: 52
	}
}

#Editorial .sideKasten__content .ring,
#Sponsorenuebersicht .sideKasten__content .ring,
#Mitgliedschaft .sideKasten__content .ring {
	animation: dashdrawOut 250ms linear forwards;
	fill: none;
	stroke: #03abde;
	stroke-dasharray: 52;
	stroke-dashoffset: 52;
	stroke-width: 2;
}

#Editorial .sideKasten__content:hover .ring,
#Sponsorenuebersicht .sideKasten__content:hover .ring,
#Mitgliedschaft .sideKasten__content:hover .ring {
	animation: dashdrawOver 250ms linear forwards;
}

/* ----------------------------------- EDITORIAL END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- SPONSOREN START ----------------------------------- */
.sideKasten__content .phone {
	fill: #209740;
	stroke: none;
}

.sideKasten__content:hover .phone {
	fill: #03abde;
}

.sideKasten__content .wave1,
.sideKasten__content .wave2,
.sideKasten__content .wave3 {
	opacity: 0;
	stroke: #03abde;
	stroke-width: 2;
	transition: opacity 80ms linear;
}

.sideKasten__content:hover .wave1,
.sideKasten__content:hover .wave2,
.sideKasten__content:hover .wave3 {
	opacity: 1;
}

.sideKasten__content:hover .wave2 {
	transition-delay: 80ms;
}

.sideKasten__content:hover .wave3 {
	transition-delay: 160ms;
}

/* ----------------------------------- SPONSOREN END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* --------------------------------- SPORTPLATZ START ----------------------------------- */
#Sportplatz .logoHeader {
	display: flex;
	flex-direction: row;
	height: 48px;
	justify-content: center;
	line-height: 48px;
	width: 100%;
}

#Sportplatz .logoHeader img {
	margin: 10px 8px 0 0;
}

#Sportplatz .logoHeader div {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.panorama__360.full {
	aspect-ratio: 3/1;
	width: 100%;
}

.panorama__360.half {
	aspect-ratio: 21/9;
	width: 100%;
}

.panorama__360 img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#Sportplatz .table__head {
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

#Sportplatz table {
	border-spacing: 0;
	width: clamp(320px, 50%, 640px);
}

#Sportplatz table tbody {
	width: 100%;
}

#Sportplatz table tbody tr {
	height: 30px;
	line-height: 30px;
	width: 100%;
}

#Sportplatz table tbody tr:nth-of-type(even) {
	background-color: #f6f6f6;
}

/* ---------------------------------- SPORTPLATZ END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- ANFAHRT START ------------------------------------- */
#Anfahrt figure {
	margin: 0;
}

#Anfahrt figure picture img {
	aspect-ratio: 960 / 443;
	object-fit: contain;
}

#Anfahrt figure figcaption {
	font-size: 12px;
	text-align: right;
}

#Anfahrt .adress {
	font-size: 24px;
	width: 100%;
}

#Anfahrt .adress[disabled] {
	color: #7d7d7d;
}

#Anfahrt .regularContent__box--content-subrow div:first-child {
	margin-left: 6px;
}

.regularContent__box--content-subbutton {
	display: flex;
	justify-content: center;
	width: 100%;
}

#Anfahrt button {
	display: none;
	margin-top: 32px;
	text-align: center;
}

#Anfahrt picture {
	display: block;
}

#Anfahrt picture img {
	aspect-ratio: 16 / 9;
	object-fit: contain;
}

/* ----------------------------------- ANFAHRT END -------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------- TRAININGSZEITEN START -------------------------------- */
#Trainingszeiten .wochenplan,
#Trainingszeiten .wochenplan2 {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
}

#Trainingszeiten .switches {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	max-width: 920px;
	width: 100%;
}

#Trainingszeiten .switches .switch {
	background-color: #888888;
	background-repeat: no-repeat;
	background-size: 44px 30px;
	border-radius: 5px 0px 0px 5px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	margin: 8px 0;
	text-align: center;
	width: 44px;
}

#Trainingszeiten .switches .switch:nth-of-type(2) {
	border-radius: 0px 5px 5px 0px;
}

#Trainingszeiten .switches .switch.active {
	background-color: #eeeeee;
	color: #000000;
}

#Switch_Table {
	background-image: url('../layout/gfx/trainingszeiten_switch_2.png');
}

#Switch_Table.active {
	background-image: url('../layout/gfx/trainingszeiten_switch_1.png');
}

#Switch_Schedule {
	background-image: url('../layout/gfx/trainingszeiten_switch_4.png');
}

#Switch_Schedule.active {
	background-image: url('../layout/gfx/trainingszeiten_switch_3.png');
}

#Trainingszeiten .wochentag,
#Trainingszeiten .wochentag2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 164px;
}

#Trainingszeiten .montag,
#Trainingszeiten .dienstag,
#Trainingszeiten .mittwoch,
#Trainingszeiten .donnerstag,
#Trainingszeiten .freitag,
#Trainingszeiten .uhrzeit {
	background-color: #209740;
	color: #ffffff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	max-height: 60px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

#Trainingszeiten .dienstag,
#Trainingszeiten .donnerstag {
	background-color: #1c5b2b;
}

#Trainingszeiten .wochentag div:not(.unit) span,
#Trainingszeiten .wochentag2 div:not(.unit) span {
	display: none;
	font-size: 10px;
	height: 60px;
	line-height: 60px;
	margin-left: 8px;
	position: absolute;
}

#Trainingszeiten .uhrzeit {
	background-color: #888888;
}

#Trainingszeiten .wochentag .unit {
	display: flex;
	flex-direction: column;
	height: 88px;
	padding: 8px;
	width: 100%;
}

#Trainingszeiten .wochentag.left,
#Trainingszeiten .wochentag2.left {
	width: 100px;
}

#Trainingszeiten .wochentag:nth-of-type(odd) .unit:nth-of-type(even) {
	background-color: #f6f6f6;
}

#Trainingszeiten .wochentag:nth-of-type(odd) .unit:nth-of-type(odd) {
	background-color: #eeeeee;
}

#Trainingszeiten .wochentag:nth-of-type(even) .unit:nth-of-type(even) {
	background-color: #eeeeee;
}

#Trainingszeiten .wochentag:nth-of-type(even) .unit:nth-of-type(odd) {
	background-color: #dddddd;
}

#Trainingszeiten .wochentag .unit.empty {
	background-color: transparent !important;
}

#Trainingszeiten .wochentag .unit,
#Trainingszeiten .wochentag.left {
	display: flex;
}

#Trainingszeiten .wochentag .unit div {
	text-align: center;
}

#Trainingszeiten .wochentag .unit .unit__team {
	font-weight: bold;
}

#Trainingszeiten .wochentag .unit.highlight {
	color: #f6810f;
}

#Trainingszeiten .wochentag.left {
	visibility: hidden;
}

#Trainingszeiten #Wochenplan2 {
	display: none;
}

#Trainingszeiten .wochentag2 {}

#Trainingszeiten .wochentag2.left .unit {
	border-color: #cccccc;
	border-style: dashed;
	border-width: 0 0 1px 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 100%;
}

#Trainingszeiten .wochentag2.left .start1600,
#Trainingszeiten .wochentag2.left .start1615,
#Trainingszeiten .wochentag2.left .start1630,
#Trainingszeiten .wochentag2.left .start1645,
#Trainingszeiten .wochentag2.left .start1800,
#Trainingszeiten .wochentag2.left .start1815,
#Trainingszeiten .wochentag2.left .start1830,
#Trainingszeiten .wochentag2.left .start1845,
#Trainingszeiten .wochentag2.left .start2000,
#Trainingszeiten .wochentag2.left .start2015,
#Trainingszeiten .wochentag2.left .start2030,
#Trainingszeiten .wochentag2.left .start2045 {
	background-color: #f6f6f6;
}

#Trainingszeiten .wochentag2.left .start1700,
#Trainingszeiten .wochentag2.left .start1715,
#Trainingszeiten .wochentag2.left .start1730,
#Trainingszeiten .wochentag2.left .start1745,
#Trainingszeiten .wochentag2.left .start1900,
#Trainingszeiten .wochentag2.left .start1915,
#Trainingszeiten .wochentag2.left .start1930,
#Trainingszeiten .wochentag2.left .start1945,
#Trainingszeiten .wochentag2.left .start2100 {
	background-color: #eeeeee;
}

#Trainingszeiten .wochentag2 .unit__teams {
	display: flex;
	flex-basis: 164px;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

#Trainingszeiten .wochentag2 .unit__teams .unit {
	background-color: #dddddd;
	border-color: #000000;
	border-style: dotted;
	border-width: 1px;
	flex: 1;
	font-weight: bold;
	min-height: 100px;
	max-width: 165px;
	min-width: 33px;
	position: absolute;
	text-align: center;
	z-index: 9996;
}

#Trainingszeiten .wochentag2 .unit__teams .unit:nth-of-type(even) {
	background-color: #cccccc;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.highlight {
	background-color: #f6810f;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1600 {
	margin-top: 0px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1615 {
	margin-top: 25px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1630 {
	margin-top: 50px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1645 {
	margin-top: 75px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1700 {
	margin-top: 100px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1715 {
	margin-top: 125px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1730 {
	margin-top: 150px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1745 {
	margin-top: 175px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1800 {
	margin-top: 200px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1815 {
	margin-top: 225px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1830 {
	margin-top: 250px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1845 {
	margin-top: 275px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1900 {
	margin-top: 299px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1915 {
	margin-top: 324px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1930 {
	margin-top: 349px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start1945 {
	margin-top: 374px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start2000 {
	margin-top: 399px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start2015 {
	margin-top: 424px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start2030 {
	margin-top: 449px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.start2045 {
	margin-top: 474px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para0 {
	width: 165px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para1 {
	width: 83px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para2 {
	width: 55px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para3 {
	width: 42px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para4 {
	width: 33px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para0:nth-of-type(1),
#Trainingszeiten .wochentag2 .unit__teams .unit.para1:nth-of-type(1),
#Trainingszeiten .wochentag2 .unit__teams .unit.para2:nth-of-type(1),
#Trainingszeiten .wochentag2 .unit__teams .unit.para3:nth-of-type(1),
#Trainingszeiten .wochentag2 .unit__teams .unit.para4:nth-of-type(1) {
	margin-left: 0px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para1:last-child {
	margin-left: 82px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para2:nth-of-type(2) {
	margin-left: 54px;
	width: 56px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para2:nth-of-type(3) {
	margin-left: 109px;
	width: 56px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para3:nth-of-type(2) {
	margin-left: 41px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para3:nth-of-type(3) {
	margin-left: 82px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para3:nth-of-type(4) {
	margin-left: 123px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para4:nth-of-type(2) {
	margin-left: 32px;
	width: 34px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para4:nth-of-type(3) {
	margin-left: 65px;
	width: 34px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para4:nth-of-type(4) {
	margin-left: 98px;
	width: 34px;
}

#Trainingszeiten .wochentag2 .unit__teams .unit.para4:nth-of-type(5) {
	margin-left: 131px;
	width: 34px;
}

/* -------------------------------- TRAININGSZEITEN END --------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- DOWNLOADS START ----------------------------------- */
#Downloads .regularContent__box--header {
	height: 60px;
}

button.download {
	border-color: #209740;
	border-radius: 0px;
	border-width: 4px;
	height: 72px;
	margin-bottom: 4px;
	max-width: 597px;
	min-height: 72px;
	width: 100%;
}

button.download .button__background,
button.download .button__forground,
button.download .button__toplayer {
	height: 72px;
	min-height: 72px;
}

button.download .button__background {
	background-image: linear-gradient(to right top, rgba(32, 151, 64, 1) 0%, rgba(0, 164, 136, 1) 5%, rgba(0, 171, 222, 1) 60%, rgba(149, 171, 224, 1) 100%);
}

button.download .button__forground {
	background-color: #ffffff;
}

button.download .button__toplayer {
	align-items: center;
}

button.download .button__icon {
	background-image: linear-gradient(to right top, #209740 0%, #00a488 10%, #00a69b 50%, #11acdf 100%);
	flex: 1;
	min-height: 72px;
	margin-left: -1px;
	max-width: 72px;
	min-width: 72px;
	width: 72px;
}

button.download .button__text {
	color: #1c5b2b;
	flex: 1;
	height: initial;
	line-height: normal;
	padding: 0 10px;
	text-align: left;
	text-shadow: none;
	transition: color 200ms linear;
	width: calc(100% - 71px);
}

button.download:hover .button__text {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

button.download path {
	fill: none;
	stroke: #ffffff;
}

#Mitgliedschaft .download path {
	fill: none;
	stroke: #209740;
}

#Mitgliedschaft .sideKasten__content:hover .download path {
	stroke: #03abde;
}

button.download rect,
button.download .button__icon-download4 {
	fill: #ffffff;
	stroke: none;
}

#Mitgliedschaft .download rect,
#Mitgliedschaft .download .button__icon-download4 {
	fill: #209740;
	stroke: none;
}

#Mitgliedschaft .sideKasten__content:hover .download rect,
#Mitgliedschaft .sideKasten__content:hover .download .button__icon-download4 {
	fill: #03abde;
}

button.download .button__icon-download1,
button.download .button__icon-download2,
button.download .button__icon-download3,
#Mitgliedschaft .download .button__icon-download1,
#Mitgliedschaft .download .button__icon-download2,
#Mitgliedschaft .download .button__icon-download3 {
	height: 0;
}

button.download .button__icon-download1,
#Mitgliedschaft .download .button__icon-download1 {
	transition: height 50ms linear;
}

button.download .button__icon-download2,
#Mitgliedschaft .download .button__icon-download2 {
	transition: height 50ms linear;
	transition-delay: 50ms;
}

button.download .button__icon-download3,
#Mitgliedschaft .download .button__icon-download3 {
	transition: height 50ms linear;
	transition-delay: 100ms;
}

button.download .button__icon-download4,
#Mitgliedschaft .download .button__icon-download4 {
	opacity: 0;
	transition: opacity 50ms linear;
	transition-delay: 150ms;
}

button.download:hover .button__icon-download1,
#Mitgliedschaft .sideKasten__content:hover .download .button__icon-download1 {
	height: 1px;
}

button.download:hover .button__icon-download2,
#Mitgliedschaft .sideKasten__content:hover .download .button__icon-download2 {
	height: 3px;
}

button.download:hover .button__icon-download3,
#Mitgliedschaft .sideKasten__content:hover .download .button__icon-download3 {
	height: 5px;
}

button.download:hover .button__icon-download4,
#Mitgliedschaft .sideKasten__content:hover .download .button__icon-download4 {
	opacity: 1;
}

/* ----------------------------------- DOWNLOADS END ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------- MITGLIEDSDATEN START -------------------------------- */
#Mitgliedsdaten_Chiffre,
#Mitgliedsdaten_Bday,
#Mitgliedsdaten_Button,
#Mitgliedsdaten_Chiffre_Info {
	max-width: 320px;
	min-width: 320px;
	width: 320px;
}

#Mitgliedsdaten label {
	display: block;
	margin: 0 8px 8px 5px;
	width: 204px;
}

input {
	background-color: #cccccc;
	border: 0;
	border-radius: 9px;
	color: #000000;
	font-size: 32px;
	height: 60px;
	padding: 4px;
}

input.chiffre {
	background-color: transparent;
	letter-spacing: 18px;
	margin-left: 2px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	z-index: 9996;
}

input.day,
input.month,
input.year {
	text-align: center;
}

input.day,
input.month {
	width: 90px;
}

input.month {
	margin: 0 8px;
}

input.year {
	text-align: center;
	width: 124px;
}

.chiffre__row,
.chiffre__background {
	height: 60px;
	position: relative;
	width: 320px;
}

.chiffre__background {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 60px;
	position: absolute;
	width: 320px;
	z-index: 9995;
}

.chiffre__background div {
	background-color: #cccccc;
	border-radius: 5px;
	height: 60px;
	width: 33px;
}

#SGS_Mitglied_Jahr {
	width: 116px;
}

.regularContent__box--content-headerrow {
	display: flex;
	flex-direction: row;
}

.regularContent__box--content-headerrow div:nth-of-type(1) {
	margin-left: 5px;
}

.regularContent__box--content-headerrow div {
	width: 100px;
}

#Mitgliedsdaten_Bday,
#Mitgliedsdaten_Button {
	visibility: hidden;
}

button.login {
	border-color: #209740;
	border-radius: 0px;
	border-width: 4px;
	width: 312px;
}

button.login .button__background {
	background-image: linear-gradient(to right top, rgba(32, 151, 64, 1) 0%, rgba(0, 164, 136, 1) 5%, rgba(0, 171, 222, 1) 60%, rgba(149, 171, 224, 1) 100%);
}

button.login .button__forground {
	background-color: #ffffff;
}

button.login .button__toplayer {
	align-items: center;
}

button.login .button__icon {
	background-image: linear-gradient(to right top, #209740 0%, #00a488 10%, #00a69b 50%, #11acdf 100%);
	flex: 1;
	margin-left: -1px;
	max-width: 72px;
	min-width: 72px;
	width: 72px;
}

button.login .button__icon-img {
	left: 19px;
}

button.login .button__text {
	color: #1c5b2b;
	flex: 1;
	height: initial;
	line-height: normal;
	padding: 0 47px;
	text-align: left;
	text-shadow: none;
	transition: color 200ms linear;
	width: calc(100% - 71px);
}

button.login:hover .button__text {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

button.login line,
button.login path {
	fill: none;
	stroke: #ffffff;
	stroke-width: 2;
}

button.login circle,
button.login rect {
	fill: #ffffff;
	stroke: none;
}

button.login .icon_login_1 {
	transition: height 200ms linear;
}

button.login:hover .icon_login_1 {
	height: 0;
}

button.login .icon_login_2 {
	transform-origin: 12px 14px;
	transition: transform 200ms linear;
}

button.login:hover .icon_login_2 {
	transform: rotate(90deg);
}

.formContent {
	width: 100%;
}

.formContent input {
	font-size: 22px;
	text-align: center;
}

.formContent .regularContent__box--1columns {
	display: flex;
	flex-direction: column;
}

.formContent .regularContent__box--1columns .regularContent__box--content-sub.center {
	max-width: 320px;
	min-width: 320px;
	padding: 55px 0 0 0;
	width: 320px;
}

.formContent .regularContent__box--1columns .regularContent__box--content-sub.center:first-child {
	padding: 110px 0 0 0;
}

.formContent .regularContent__box--1columns .regularContent__box--content-sub.center:last-child {
	padding: 55px 0;
}

.formContent .infoText {
	min-width: 320px;
	padding-left: 0;
	padding-right: 0;
}

.formContent .regularContent__box--content-headerrow,
.formContent .regularContent__box--content-contentrow {
	min-height: 24px;
	max-width: 320px;
	overflow: hidden;
	width: 100%;
}

.formContent .regularContent__box--content-contentrow {
	display: flex;
	flex-direction: row;
	min-height: 60px;
}

.formContent .regularContent__box--content-headerrow .slider {
	background: #962023;
	border-color: #000000;
	border-radius: 11px;
	border-style: solid;
	border-width: 0px;
	height: 22px;
	position: relative;
	width: 108px;
}

.formContent .regularContent__box--content-headerrow .slider .slider__button {
	background-color: #cccccc;
	background: conic-gradient(#d7d7d7, #c3c3c3, #cccccc, #c6c6c6, #d3d3d3, #d8d8d8, #d5d5d5, #d8d8d8, #d3d3d3, #c5c5c5, #c0c0c0, #bfbfbf, #d0d0d0, #d9d9d9, #d1d1d1, #c5c5c5, #c8c8c8, #d7d7d7, #d5d5d5, #cdcdcd, #c4c4c4, #d9d9d9, #cecece, #c5c5c5, #c5c5c5, #cdcdcd, #d8d8d8, #d9d9d9, #d7d7d7) content-box, linear-gradient(#d4d4d4, #d4d4d4) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box;
	border-radius: 50%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	height: 18px;
	margin-left: 85px;
	margin-top: 2px;
	opacity: 1.0;
	position: absolute;
	transition: margin-left 300ms linear;
	width: 18px;
}

.formContent .regularContent__box--content-headerrow .slider .slider__green {
	background-color: #209740;
	border-radius: 11px;
	height: inherit;
	opacity: 0.0;
	width: 100%;
}

.formContent .regularContent__box--content-headerrow .slider .slider__text {
	color: #ffffff;
	font-size: 10px;
	height: inherit;
	line-height: 22px;
	margin-left: 31px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}

.formContent .regularContent__box--content-headerrow .slider.active {
	background: #209740;
}

.formContent .regularContent__box--content-headerrow .slider.active .slider__button {
	margin-left: 2px;
}

.formContent .regularContent__box--content-headerrow .slider.active .slider__green {
	opacity: 1.0;
}

.formContent .regularContent__box--content-headerrow .slider.active .slider__text {
	margin-left: 43px;
}

.formContent input.prename,
.formContent input.name,
.formContent .gender,
.formContent input.email {
	width: 100%;
}

.formContent input.prename,
.formContent input.name,
.formContent input.plz,
.formContent input.city {
	margin-bottom: 8px;
}

.formContent input.prefix,
.formContent .slash,
.formContent input.number {
	margin-bottom: 16px;
}

#SGS_Mitglied_Intern_Geschlecht {
	position: relative;
	width: 100%;
}

.formContent .gender {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #cccccc;
	border: none;
	border-radius: 9px;
	color: #000000;
	font-size: 22px;
	height: 60px;
	-moz-padding-start: calc(10px - 3px);
	padding: 4px;
	text-indent: 37.5%;
	width: 100%;
}

.formContent .gender::-ms-expand {
	display: none;
}

.formContent input.plz {
	margin-right: 8px;
	width: 28%;
}

.formContent input.city {
	text-align: center;
	width: 69%;
}

.formContent input.street {
	margin-right: 8px;
	width: 100%;
}

.formContent .lable__phone,
.formContent .lable__email {
	width: 216px;
}

.formContent input.prefix {
	width: 33%;
}

.formContent .slash {
	color: #757575;
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 24px;
}

.formContent input.number {
	width: 59%;
}

.formContent input[type="text"]:disabled {
	color: #757575;
}

/* --------------------------------- MITGLIEDSDATEN END --------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ------------------------------ FUSSBALL-UEBERSICHT START ----------------------------- */
#Team_Uebersicht {
	background-color: #ffffff;
}

.info__box {
	min-height: 100px;
}

.info__box-header {
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.info__box-row {
	display: flex;
	flex-direction: row;
	margin: 2px 0;
	width: 100%;
}

.info__box-row .info__box-day {
	margin-right: 6px;
	min-width: 88px;
}

.info__box-row .info__box-coach {
	color: #888888;
	font-weight: bold;
	width: 100%;
}

.info__box-row .info__box-tel,
.info__box-row .info__box-email {
	margin-right: 6px;
	min-width: 44px;
}

.teamsponsor__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: center;
	margin-bottom: 32px;
	min-width: 320px;
	width: 90%;
}

.teamsponsor__row .text {
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.teamsponsor__row .teamsponsor__row-block {
	flex: 1;
	gap: 32px;
	margin: 0 32px;
	max-height: 150px;
	max-width: 768px;
	min-width: 320px;
	width: 100%;
}

.teamsponsor__row .teamsponsor__row-block img {
	height: 150px;
	max-width: 768px;
	min-width: 320px;
	object-fit: contain;
	width: 100%;
}

#Team_Uebersicht #Einzelnews_Bild .singlenews__content-img {
	max-height: 720px;
	width: 75%;
}

/* ------------------------------- FUSSBALL-UEBERSICHT END ------------------------------ */
/* -------------------------------------------------------------------------------------- */
/* --------------------------------- FUSSBALL-LIGA START -------------------------------- */
.liga__navigation {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 20px !important;
	min-height: 51px;
	width: 100%;
}

.liga__navigation a {
	flex: 1;
	margin: 12px;
	max-width: 130px;
	text-align: center;
}

.liga__navigation a.active {
	border-color: #209740;
	border-style: solid;
	border-width: 0 0 3px 0;
	cursor: default;
}

.liga__navigation a.active:hover {
	color: #209740;
}

.liga__navigation a:not(.active):hover {
	border-color: #03abde;
	border-style: solid;
	border-width: 0 0 3px 0;
}

.matches__navigation {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 16px;
	width: 100%;
}

.matches__navigation .arrow {
	font-size: 24px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	width: 60px;
}

.matches__navigation .arrow a {
	color: #555555;
	font-weight: normal;
}

.matches__navigation .arrow a:hover {
	color: #03abde;
}

.matches__navigation .dropdown {
	flex: 1;
	max-width: 200px;
	min-width: 200px;
	width: 200px;
}

.matches__navigation .dropdown select {
	background-color: #f6f6f6;
	border: none;
	color: #555555;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	width: 100%;
}

.matches__content {
	display: flex;
	flex-direction: column;
	max-width: 1024px;
	width: 100%
}

.matches__content .matches__content-row {
	display: flex;
	flex-direction: row;
	height: 36px;
	padding: 6px;
	width: 100%
}

.matches__content .matches__content-row.date {
	color: #555555;
	font-size: 14px;
}

.matches__content .matches__content-row.match.even {
	background-color: #f6f6f6;
}

.matches__content .matches__content-row.match.sgs {
	font-weight: bold;
}

.matches__content .matches__content-row.match .team,
.matches__content .matches__content-row.match .ort,
.matches__content .matches__content-row.match .kurz {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.matches__content .matches__content-row.match .right {
	text-align: right;
}

.matches__content .matches__content-row.match .left {
	text-align: left;
}

.matches__content .matches__content-row.match .ort {
	display: none;
}

.matches__content .matches__content-row.match .kurz {
	display: none;
}

.matches__content .matches__content-row.match .logo {
	height: 24px;
	text-align: center;
	width: 24px;
}

.matches__content .matches__content-row.match .logo.right {
	margin: 0 0 0 6px;
}

.matches__content .matches__content-row.match .logo.left {
	margin: 0 6px 0 0;
}

.matches__content .matches__content-row.match .center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	line-height: 24px;
	text-align: center;
	width: 90px;
}

.matches__content .matches__content-row.match .center div:nth-of-type(1) {
	flex: 1;
	text-align: right;
}

.matches__content .matches__content-row.match .center div:nth-of-type(2) {
	text-align: center;
	width: 30px;
}

.matches__content .matches__content-row.match .center div:nth-of-type(3) {
	flex: 1;
	text-align: left;
}

.liga__table {
	width: 100%;
}

#Tabellen {
	margin-top: -9px;
}

#Tabellen table {
	border: 0;
	border-spacing: 0;
	width: 100%;
}

#Tabellen table tr {
	height: 34px;
	line-height: 34px;
	width: 100%;
}

#Tabellen table tr:first-child {
	line-height: 38px;
}

#Tabellen table tr:nth-of-type(even) {
	background-color: #f6f6f6;
}

#Tabellen table tr.sgs {
	font-weight: bold;
}

#Tabellen table th {
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
}

#Tabellen table td:not(.name, .goals, .goals_against) {
	text-align: center;
}

#Tabellen table .place {
	min-width: 30px;
	width: 30px;
}

#Tabellen table .place.aufsteiger {
	background-color: #209740;
	color: #ffffff;
}

#Tabellen table .place.aufsteiger_rele {
	background-color: #1c5b2b;
	color: #ffffff;
}

#Tabellen table .place.absteiger_rele {
	background-color: #1c5b2b;
	color: #ffffff;
}

#Tabellen table .place.absteiger {
	background-color: #962023;
	color: #ffffff;
}

#Tabellen table .tendenz {
	min-width: 16px;
	width: 16px;
}

#Tabellen table .logoCell {
	min-width: 32px;
	width: 32px;
}

#Tabellen table .logoCell div {
	height: 24px;
	margin: 3px;
	width: 24px;
}

#Tabellen table .name {
	width: 100%;
}

#Tabellen table .name span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#Tabellen table .name span.verein {
	display: block;
}

#Tabellen table .name span.ort {
	display: none;
}

#Tabellen table .games {
	min-width: 32px;
	width: 32px;
}

#Tabellen table .victories,
#Tabellen table .draw,
#Tabellen table .lose {
	min-width: 24px;
	width: 24px;
}

#Tabellen table .goals,
#Tabellen table .goals_against {
	min-width: 32px;
	text-align: right;
	width: 32px;
}

#Tabellen table .goals_against {
	text-align: left;
}

#Tabellen table .seperator {
	min-width: 10px;
	width: 10px;
}

#Tabellen table .difference {
	min-width: 36px;
	width: 36px;
}

#Tabellen table .points {
	min-width: 32px;
	width: 32px;
}

#Tabellen table td.points {
	font-weight: bold;
}

/* ---------------------------------- FUSSBALL-LIGA END --------------------------------- */
.forceHeight {
	margin-top: 0px;
	min-height: 2000px;
}

.turnier__table {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 2rem;
	padding: 2rem 0;
	width: 100%;
}

.turnier__table .gruppe tr.even {
	background-color: #e0e0e0;
}

.turnier_table table .ort {
	display: none;
}

.turnier_table table tr .punkte {
	width: 30px;
	text-align: center;
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------ FUSSBALL-SPIELPLAN START ------------------------------ */
.plan_row {
	display: flex;
	flex-direction: column;
	min-height: 30px;
	justify-content: center;
	max-width: 1024px;
	padding: 6px 0;
	width: 100%;
}

.plan_row:nth-of-type(even) {
	background-color: #f6f6f6;
}

.plan_row .date_row,
.plan_row .match_row {
	display: flex;
	flex-direction: row;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
}

.plan_row .date_row {
	color: #555555;
	font-size: 14px;
	justify-content: space-between;
}

.plan_row .date_row div {
	max-width: 170px;
	min-width: 170px;
	width: 170px;
}

.plan_row .date_row .date,
.plan_row .date_row .shortdate {
	font-weight: bold;
	text-align: left;
}

.plan_row .date_row .shortdate {
	display: none;
}

.plan_row .date_row .type {
	text-align: center;
}

.plan_row .date_row .remember {
	text-align: right;
}

.plan_row .match_row .team,
.plan_row .match_row .ort {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.plan_row .match_row .team:nth-of-type(1) {
	text-align: right;
}

.plan_row .match_row .team:nth-of-type(2) {
	text-align: left;
}

.plan_row .match_row .ort:nth-of-type(2) {
	text-align: right;
}

.plan_row .match_row .ort:last-child {
	text-align: left;
}

.plan_row .match_row .team.sgs,
.plan_row .match_row .ort.sgs {
	font-weight: bold;
}

.plan_row .match_row .ort {
	display: none;
}

.plan_row .match_row .logo {
	height: 24px;
	margin: 3px 6px;
	width: 24px;
}

.plan_row .match_row .center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 90px;
}

.plan_row .match_row .center div {
	flex: 1;
}

.plan_row .match_row .center div:nth-of-type(1) {
	text-align: right;
}

.plan_row .match_row .center div:nth-of-type(2) {
	text-align: center;
	width: 10px;
}

.plan_row .match_row .center div:nth-of-type(3) {
	text-align: left;
}

/* ------------------------------- FUSSBALL-SPIELPLAN END ------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------- FUSSBALL-ENTFERNUNGSKARTE START --------------------------- */
.slimContent {
	padding-top: 77px;
}

#Liga_Entfernungskarte .map__wrapper {
	height: 100%;
	max-height: 640px;
	max-width: 640px;
	min-height: 360px;
	min-width: 360px;
	padding: 0 !important;
	position: relative;
	width: 100%;
}

#Liga_Entfernungskarte .map__logos,
#Liga_Entfernungskarte .map__background {
	height: 100%;
	position: absolute;
	width: 100%;
}

#Liga_Entfernungskarte .map__logos {
	z-index: 9950;
}

#Liga_Entfernungskarte .map__logos .logo {
	height: 24px;
	left: 100%;
	position: absolute;
	top: 100%;
	width: 24px;
	z-index: 9951;
}

#Liga_Entfernungskarte .map__background {
	z-index: 9900;
}

#Liga_Entfernungskarte .map__background img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

#Liga_Entfernungskarte .distance__table {
	margin-top: 20px;
	min-width: 320px;
	width: 100%;
}

#Liga_Entfernungskarte .distance__table table {
	border-spacing: 0px;
	padding-bottom: 20px;
	max-width: 742px;
	min-width: 320px;
	width: clamp(320px, 100%, 742px);
}

#Liga_Entfernungskarte .distance__table table tr {
	height: 34px;
	line-height: 34px;
	max-width: 742px;
	min-width: 320px;
	width: clamp(320px, 100%, 742px);
}

#Liga_Entfernungskarte .distance__table table tr.sgs {
	font-weight: bold;
}

#Liga_Entfernungskarte .distance__table table tr:nth-of-type(even) {
	background-color: #f6f6f6;
}

#Liga_Entfernungskarte .distance__table table tr.aufsteiger {
	background-color: #209740;
	color: #ffffff;
}

#Liga_Entfernungskarte .distance__table table tr.absteiger {
	background-color: #962023;
	color: #ffffff;
}

#Liga_Entfernungskarte .distance__table table th {
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 2px;
}

#Liga_Entfernungskarte .distance__table table .logo {
	height: 32px;
	min-width: 32px;
	width: 32px;
}

#Liga_Entfernungskarte .distance__table table .logo img {
	height: 24px;
	margin: -12px 3px 0 3px;
	position: absolute;
	width: 24px;
}

#Liga_Entfernungskarte .distance__table table .name {
	max-width: 500px;
	min-width: 215px;
	padding-right: 6px;
	width: clamp(215px, 100%, 500px);
}

#Liga_Entfernungskarte .distance__table table .ort {
	display: none;
	max-width: 500px;
	padding-right: 6px;
	width: 100%;
}

#Liga_Entfernungskarte .distance__table table .entfernung_sgs,
#Liga_Entfernungskarte .distance__table table .kumuliert {
	max-width: 105px;
	min-width: 105px;
	text-align: center;
	width: 105px;
}

/* --------------------------- FUSSBALL-ENTFERNUNGSKARTE END ---------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ----------------------------------- KADER START -------------------------------------- */
#Kader .logo__row {
	border-color: #209740;
	border-style: solid;
	border-width: 0 0 3px 0;
	display: flex;
	flex-direction: row;
	margin: 20px 0;
	padding: 4px 20px;
	width: 100%;
}

#Kader .logo__row div:first-child {
	background-image: url('../data/logos/72/webp/95.webp');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	height: 24px;
	margin-right: 24px;
	margin-top: 3px;
	width: 24px;
}

#Kader .logo__row div:last-child {
	color: #888888;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

#Kader .kader__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-width: 360px;
	width: 100%;
}

#Kader .kader__row .kader__content {
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
	height: 340px;
	margin: 20px 40px;
	position: relative;
	width: 280px;
}

#Kader .kader__row .kader__content .kader__block {
	height: 280px;
	width: 100%;
}

#Kader .kader__row .kader__content .kader__block div {
	position: absolute;
}

#Kader .kader__row .kader__content .kader__block div.kader__block-overlay {
	background-color: rgba(20, 97, 40, 0.5);
	display: none;
	height: 280px;
	width: 280px;
	z-index: 9994;
}

#Kader .kader__row .kader__content .kader__block div.kader__block-number,
#Kader .kader__row .kader__content .kader__block div.kader__block-captain {
	background-color: #ffffff;
	border-color: #209740;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	color: #209740;
	font-family: 'CervoNeue', Arial, Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	height: 48px;
	line-height: 42px;
	left: 8px;
	text-align: center;
	top: 8px;
	width: 48px;
	z-index: 9992;
}

#Kader .kader__row .kader__content .kader__block div.kader__block-captain {
	left: 224px;
	z-index: 9991;
}

#Kader .kader__row .kader__content .kader__block div.kader__block-number.empty,
#Kader .kader__row .kader__content .kader__block div.kader__block-captain.empty {
	display: none;
}

#Kader .kader__row .kader__content .kader__block div.kader__block-image {
	height: 220px;
	max-height: 220px;
	width: 280px;
	z-index: 9990;
}

#Kader .kader__row .kader__content .kader__block div.kader__block-image img {
	height: 280px;
	width: 280px;
}

#Kader .kader__row .kader__content .kader__name {
	height: 60px;
	width: 100%;
}

#Kader .kader__row .kader__content .kader__name div {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#Kader .kader__row .kader__content .kader__name div.kader__name-vorname {
	font-weight: normal;
}

/* ------------------------------------ KADER END --------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- SITEMAP START ------------------------------------- */
#Sitemap .regularContent__box--header {
	height: 48px !important;
}

#Sitemap .regularContent__box--content.center {
	align-items: center;
}

#Sitemap .regularContent__box--content.center li {
	text-align: left;
	width: clamp(160px, 10%, 420px);
}

#Sitemap .regularContent__box--content.center.max li {
	width: clamp(160px, 100%, 420px);
}

/* ----------------------------------- SITEMAP END -------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* ---------------------------------- VID SPRITES START --------------------------------- */
.vidSprite72 {
	background-image: url('../data/logos/72/logo_sprites.webp');
	background-repeat: no-repeat;
	background-size: 374px 374px;
}

/*
01. Reihe   0 -  14		x: i*25px	y:   -0px;
02. Reihe  15 -  29		x: i*25px	y:  -25px;
03. Reihe  30 -  44		x: i*25px	y:  -50px;
04. Reihe  45 -  59		x: i*25px	y:  -75px;
05. Reihe  60 -  74		x: i*25px	y: -100px;
06. Reihe  75 -  89		x: i*25px	y: -125px;
07. Reihe  90 - 104		x: i*25px	y: -150px;
08. Reihe 105 - 119		x: i*25px	y: -175px;
09. Reihe 120 - 134		x: i*25px	y: -200px;
10. Reihe 135 - 149		x: i*25px	y: -225px;
11. Reihe 150 - 164		x: i*25px	y: -250px;
12. Reihe 165 - 179		x: i*25px	y: -275px;
13. Reihe 180 - 194		x: i*25px	y: -300px;
14. Reihe 195 - 209		x: i*25px	y: -325px;
15. Reihe 210 - 224		x: i*25px	y: -350px;
*/
.vidSprite72.vid0 {
	background-position: 0px 0px;
}

.vidSprite72.vid1 {
	background-position: -25px 0px;
}

.vidSprite72.vid2 {
	background-position: -50px 0px;
}

.vidSprite72.vid3 {
	background-position: -75px 0px;
}

.vidSprite72.vid4 {
	background-position: -100px 0px;
}

.vidSprite72.vid5 {
	background-position: -125px 0px;
}

.vidSprite72.vid6 {
	background-position: -150px 0px;
}

.vidSprite72.vid7 {
	background-position: -175px 0px;
}

.vidSprite72.vid8 {
	background-position: -200px 0px;
}

.vidSprite72.vid9 {
	background-position: -225px 0px;
}

.vidSprite72.vid10 {
	background-position: -250px 0px;
}

.vidSprite72.vid11 {
	background-position: -275px 0px;
}

.vidSprite72.vid12 {
	background-position: -300px 0px;
}

.vidSprite72.vid13 {
	background-position: -325px 0px;
}

.vidSprite72.vid14 {
	background-position: -350px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid15 {
	background-position: -0px -25px;
}

.vidSprite72.vid16 {
	background-position: -25px -25px;
}

.vidSprite72.vid17 {
	background-position: -50px -25px;
}

.vidSprite72.vid18 {
	background-position: -75px -25px;
}

.vidSprite72.vid19 {
	background-position: -100px -25px;
}

.vidSprite72.vid20 {
	background-position: -125px -25px;
}

.vidSprite72.vid21 {
	background-position: -150px -25px;
}

.vidSprite72.vid22 {
	background-position: -175px -25px;
}

.vidSprite72.vid23 {
	background-position: -200px -25px;
}

.vidSprite72.vid24 {
	background-position: -225px -25px;
}

.vidSprite72.vid25 {
	background-position: -250px -25px;
}

.vidSprite72.vid26 {
	background-position: -275px -25px;
}

.vidSprite72.vid27 {
	background-position: -300px -25px;
}

.vidSprite72.vid28 {
	background-position: -325px -25px;
}

.vidSprite72.vid29 {
	background-position: -350px -25px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid30 {
	background-position: -0px -50px;
}

.vidSprite72.vid31 {
	background-position: -25px -50px;
}

.vidSprite72.vid32 {
	background-position: -50px -50px;
}

.vidSprite72.vid33 {
	background-position: -75px -50px;
}

.vidSprite72.vid34 {
	background-position: -100px -50px;
}

.vidSprite72.vid35 {
	background-position: -125px -50px;
}

.vidSprite72.vid36 {
	background-position: -150px -50px;
}

.vidSprite72.vid37 {
	background-position: -175px -50px;
}

.vidSprite72.vid38 {
	background-position: -200px -50px;
}

.vidSprite72.vid39 {
	background-position: -225px -50px;
}

.vidSprite72.vid40 {
	background-position: -250px -50px;
}

.vidSprite72.vid41 {
	background-position: -275px -50px;
}

.vidSprite72.vid42 {
	background-position: -300px -50px;
}

.vidSprite72.vid43 {
	background-position: -325px -50px;
}

.vidSprite72.vid44 {
	background-position: -350px -50px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid45 {
	background-position: -0px -75px;
}

.vidSprite72.vid46 {
	background-position: -25px -75px;
}

.vidSprite72.vid47 {
	background-position: -50px -75px;
}

.vidSprite72.vid48 {
	background-position: -75px -75px;
}

.vidSprite72.vid49 {
	background-position: -100px -75px;
}

.vidSprite72.vid50 {
	background-position: -125px -75px;
}

.vidSprite72.vid51 {
	background-position: -150px -75px;
}

.vidSprite72.vid52 {
	background-position: -175px -75px;
}

.vidSprite72.vid53 {
	background-position: -200px -75px;
}

.vidSprite72.vid54 {
	background-position: -225px -75px;
}

.vidSprite72.vid55 {
	background-position: -250px -75px;
}

.vidSprite72.vid56 {
	background-position: -275px -75px;
}

.vidSprite72.vid57 {
	background-position: -300px -75px;
}

.vidSprite72.vid58 {
	background-position: -325px -75px;
}

.vidSprite72.vid59 {
	background-position: -350px -75px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid60 {
	background-position: -0px -100px;
}

.vidSprite72.vid61 {
	background-position: -25px -100px;
}

.vidSprite72.vid62 {
	background-position: -50px -100px;
}

.vidSprite72.vid63 {
	background-position: -75px -100px;
}

.vidSprite72.vid64 {
	background-position: -100px -100px;
}

.vidSprite72.vid65 {
	background-position: -125px -100px;
}

.vidSprite72.vid66 {
	background-position: -150px -100px;
}

.vidSprite72.vid67 {
	background-position: -175px -100px;
}

.vidSprite72.vid68 {
	background-position: -200px -100px;
}

.vidSprite72.vid69 {
	background-position: -225px -100px;
}

.vidSprite72.vid70 {
	background-position: -250px -100px;
}

.vidSprite72.vid71 {
	background-position: -275px -100px;
}

.vidSprite72.vid72 {
	background-position: -300px -100px;
}

.vidSprite72.vid73 {
	background-position: -325px -100px;
}

.vidSprite72.vid74 {
	background-position: -350px -100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid75 {
	background-position: -0px -125px;
}

.vidSprite72.vid76 {
	background-position: -25px -125px;
}

.vidSprite72.vid77 {
	background-position: -50px -125px;
}

.vidSprite72.vid78 {
	background-position: -75px -125px;
}

.vidSprite72.vid79 {
	background-position: -100px -125px;
}

.vidSprite72.vid80 {
	background-position: -125px -125px;
}

.vidSprite72.vid81 {
	background-position: -150px -125px;
}

.vidSprite72.vid82 {
	background-position: -175px -125px;
}

.vidSprite72.vid83 {
	background-position: -200px -125px;
}

.vidSprite72.vid84 {
	background-position: -225px -125px;
}

.vidSprite72.vid85 {
	background-position: -250px -125px;
}

.vidSprite72.vid86 {
	background-position: -275px -125px;
}

.vidSprite72.vid87 {
	background-position: -300px -125px;
}

.vidSprite72.vid88 {
	background-position: -325px -125px;
}

.vidSprite72.vid89 {
	background-position: -350px -125px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid90 {
	background-position: -0px -150px;
}

.vidSprite72.vid91 {
	background-position: -25px -150px;
}

.vidSprite72.vid92 {
	background-position: -50px -150px;
}

.vidSprite72.vid93 {
	background-position: -75px -150px;
}

.vidSprite72.vid94 {
	background-position: -100px -150px;
}

.vidSprite72.vid95 {
	background-position: -125px -150px;
}

.vidSprite72.vid96 {
	background-position: -150px -150px;
}

.vidSprite72.vid97 {
	background-position: -175px -150px;
}

.vidSprite72.vid98 {
	background-position: -200px -150px;
}

.vidSprite72.vid99 {
	background-position: -225px -150px;
}

.vidSprite72.vid100 {
	background-position: -250px -150px;
}

.vidSprite72.vid101 {
	background-position: -275px -150px;
}

.vidSprite72.vid102 {
	background-position: -300px -150px;
}

.vidSprite72.vid103 {
	background-position: -325px -150px;
}

.vidSprite72.vid104 {
	background-position: -350px -150px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid105 {
	background-position: -0px -175px;
}

.vidSprite72.vid106 {
	background-position: -25px -175px;
}

.vidSprite72.vid107 {
	background-position: -50px -175px;
}

.vidSprite72.vid108 {
	background-position: -75px -175px;
}

.vidSprite72.vid109 {
	background-position: -100px -175px;
}

.vidSprite72.vid110 {
	background-position: -125px -175px;
}

.vidSprite72.vid111 {
	background-position: -150px -175px;
}

.vidSprite72.vid112 {
	background-position: -175px -175px;
}

.vidSprite72.vid113 {
	background-position: -200px -175px;
}

.vidSprite72.vid114 {
	background-position: -225px -175px;
}

.vidSprite72.vid115 {
	background-position: -250px -175px;
}

.vidSprite72.vid116 {
	background-position: -275px -175px;
}

.vidSprite72.vid117 {
	background-position: -300px -175px;
}

.vidSprite72.vid118 {
	background-position: -325px -175px;
}

.vidSprite72.vid119 {
	background-position: -350px -175px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid120 {
	background-position: -0px -200px;
}

.vidSprite72.vid121 {
	background-position: -25px -200px;
}

.vidSprite72.vid122 {
	background-position: -50px -200px;
}

.vidSprite72.vid123 {
	background-position: -75px -200px;
}

.vidSprite72.vid124 {
	background-position: -100px -200px;
}

.vidSprite72.vid125 {
	background-position: -125px -200px;
}

.vidSprite72.vid126 {
	background-position: -150px -200px;
}

.vidSprite72.vid127 {
	background-position: -175px -200px;
}

.vidSprite72.vid128 {
	background-position: -200px -200px;
}

.vidSprite72.vid129 {
	background-position: -225px -200px;
}

.vidSprite72.vid130 {
	background-position: -250px -200px;
}

.vidSprite72.vid131 {
	background-position: -275px -200px;
}

.vidSprite72.vid132 {
	background-position: -300px -200px;
}

.vidSprite72.vid133 {
	background-position: -325px -200px;
}

.vidSprite72.vid134 {
	background-position: -350px -200px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid135 {
	background-position: -0px -225px;
}

.vidSprite72.vid136 {
	background-position: -25px -225px;
}

.vidSprite72.vid137 {
	background-position: -50px -225px;
}

.vidSprite72.vid138 {
	background-position: -75px -225px;
}

.vidSprite72.vid139 {
	background-position: -100px -225px;
}

.vidSprite72.vid140 {
	background-position: -125px -225px;
}

.vidSprite72.vid141 {
	background-position: -150px -225px;
}

.vidSprite72.vid142 {
	background-position: -175px -225px;
}

.vidSprite72.vid143 {
	background-position: -200px -225px;
}

.vidSprite72.vid144 {
	background-position: -225px -225px;
}

.vidSprite72.vid145 {
	background-position: -250px -225px;
}

.vidSprite72.vid146 {
	background-position: -275px -225px;
}

.vidSprite72.vid147 {
	background-position: -300px -225px;
}

.vidSprite72.vid148 {
	background-position: -325px -225px;
}

.vidSprite72.vid149 {
	background-position: -350px -225px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid150 {
	background-position: -0px -250px;
}

.vidSprite72.vid151 {
	background-position: -25px -250px;
}

.vidSprite72.vid152 {
	background-position: -50px -250px;
}

.vidSprite72.vid153 {
	background-position: -75px -250px;
}

.vidSprite72.vid154 {
	background-position: -100px -250px;
}

.vidSprite72.vid155 {
	background-position: -125px -250px;
}

.vidSprite72.vid156 {
	background-position: -150px -250px;
}

.vidSprite72.vid157 {
	background-position: -175px -250px;
}

.vidSprite72.vid158 {
	background-position: -200px -250px;
}

.vidSprite72.vid159 {
	background-position: -225px -250px;
}

.vidSprite72.vid160 {
	background-position: -250px -250px;
}

.vidSprite72.vid161 {
	background-position: -275px -250px;
}

.vidSprite72.vid162 {
	background-position: -300px -250px;
}

.vidSprite72.vid163 {
	background-position: -325px -250px;
}

.vidSprite72.vid164 {
	background-position: -350px -250px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid165 {
	background-position: -0px -275px;
}

.vidSprite72.vid166 {
	background-position: -25px -275px;
}

.vidSprite72.vid167 {
	background-position: -50px -275px;
}

.vidSprite72.vid168 {
	background-position: -75px -275px;
}

.vidSprite72.vid169 {
	background-position: -100px -275px;
}

.vidSprite72.vid170 {
	background-position: -125px -275px;
}

.vidSprite72.vid171 {
	background-position: -150px -275px;
}

.vidSprite72.vid172 {
	background-position: -175px -275px;
}

.vidSprite72.vid173 {
	background-position: -200px -275px;
}

.vidSprite72.vid174 {
	background-position: -225px -275px;
}

.vidSprite72.vid175 {
	background-position: -250px -275px;
}

.vidSprite72.vid176 {
	background-position: -275px -275px;
}

.vidSprite72.vid177 {
	background-position: -300px -275px;
}

.vidSprite72.vid178 {
	background-position: -325px -275px;
}

.vidSprite72.vid179 {
	background-position: -350px -275px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid180 {
	background-position: -0px -300px;
}

.vidSprite72.vid181 {
	background-position: -25px -300px;
}

.vidSprite72.vid182 {
	background-position: -50px -300px;
}

.vidSprite72.vid183 {
	background-position: -75px -300px;
}

.vidSprite72.vid184 {
	background-position: -100px -300px;
}

.vidSprite72.vid185 {
	background-position: -125px -300px;
}

.vidSprite72.vid186 {
	background-position: -150px -300px;
}

.vidSprite72.vid187 {
	background-position: -175px -300px;
}

.vidSprite72.vid188 {
	background-position: -200px -300px;
}

.vidSprite72.vid189 {
	background-position: -225px -300px;
}

.vidSprite72.vid190 {
	background-position: -250px -300px;
}

.vidSprite72.vid191 {
	background-position: -275px -300px;
}

.vidSprite72.vid192 {
	background-position: -300px -300px;
}

.vidSprite72.vid193 {
	background-position: -325px -300px;
}

.vidSprite72.vid194 {
	background-position: -350px -300px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid195 {
	background-position: -0px -325px;
}

.vidSprite72.vid196 {
	background-position: -25px -325px;
}

.vidSprite72.vid197 {
	background-position: -50px -325px;
}

.vidSprite72.vid198 {
	background-position: -75px -325px;
}

.vidSprite72.vid199 {
	background-position: -100px -325px;
}

.vidSprite72.vid200 {
	background-position: -125px -325px;
}

.vidSprite72.vid201 {
	background-position: -150px -325px;
}

.vidSprite72.vid202 {
	background-position: -175px -325px;
}

.vidSprite72.vid203 {
	background-position: -200px -325px;
}

.vidSprite72.vid204 {
	background-position: -225px -325px;
}

.vidSprite72.vid205 {
	background-position: -250px -325px;
}

.vidSprite72.vid206 {
	background-position: -275px -325px;
}

.vidSprite72.vid207 {
	background-position: -300px -325px;
}

.vidSprite72.vid208 {
	background-position: -325px -325px;
}

.vidSprite72.vid209 {
	background-position: -350px -325px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite72.vid210 {
	background-position: -0px -350px;
}

.vidSprite72.vid211 {
	background-position: -25px -350px;
}

.vidSprite72.vid212 {
	background-position: -50px -350px;
}

.vidSprite72.vid213 {
	background-position: -75px -350px;
}

.vidSprite72.vid214 {
	background-position: -100px -350px;
}

.vidSprite72.vid215 {
	background-position: -125px -350px;
}

.vidSprite72.vid216 {
	background-position: -150px -350px;
}

.vidSprite72.vid217 {
	background-position: -175px -350px;
}

.vidSprite72.vid218 {
	background-position: -200px -350px;
}

.vidSprite72.vid219 {
	background-position: -225px -350px;
}

.vidSprite72.vid220 {
	background-position: -250px -350px;
}

.vidSprite72.vid221 {
	background-position: -275px -350px;
}

.vidSprite72.vid222 {
	background-position: -300px -350px;
}

.vidSprite72.vid223 {
	background-position: -325px -350px;
}

.vidSprite72.vid224 {
	background-position: -350px -350px;
}

.vidSprite270 {
	background-image: url('../data/logos/270/logo_sprites.webp');
	background-repeat: no-repeat;
	background-size: 899px 899px;
}

/*
01. Reihe   0 -  14		x: i*60px	y:   -0px;
02. Reihe  15 -  29		x: i*60px	y:  -60px;
03. Reihe  30 -  44		x: i*60px	y: -120px;
04. Reihe  45 -  59		x: i*60px	y: -180px;
05. Reihe  60 -  74		x: i*60px	y: -240px;
06. Reihe  75 -  89		x: i*60px	y: -300px;
07. Reihe  90 - 104		x: i*60px	y: -360px;
08. Reihe 105 - 119		x: i*60px	y: -420px;
09. Reihe 120 - 134		x: i*60px	y: -480px;
10. Reihe 135 - 149		x: i*60px	y: -540px;
11. Reihe 150 - 164		x: i*60px	y: -600px;
12. Reihe 165 - 179		x: i*60px	y: -660px;
13. Reihe 180 - 194		x: i*60px	y: -720px;
14. Reihe 195 - 209		x: i*60px	y: -780px;
15. Reihe 210 - 224		x: i*60px	y: -840px;
*/
.vidSprite270.vid0 {
	background-position: 0px 0px;
}

.vidSprite270.vid1 {
	background-position: -60px 0px;
}

.vidSprite270.vid2 {
	background-position: -120px 0px;
}

.vidSprite270.vid3 {
	background-position: -180px 0px;
}

.vidSprite270.vid4 {
	background-position: -240px 0px;
}

.vidSprite270.vid5 {
	background-position: -300px 0px;
}

.vidSprite270.vid6 {
	background-position: -360px 0px;
}

.vidSprite270.vid7 {
	background-position: -420px 0px;
}

.vidSprite270.vid8 {
	background-position: -480px 0px;
}

.vidSprite270.vid9 {
	background-position: -540px 0px;
}

.vidSprite270.vid10 {
	background-position: -600px 0px;
}

.vidSprite270.vid11 {
	background-position: -660px 0px;
}

.vidSprite270.vid12 {
	background-position: -720px 0px;
}

.vidSprite270.vid13 {
	background-position: -780px 0px;
}

.vidSprite270.vid14 {
	background-position: -840px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid15 {
	background-position: -0px -60px;
}

.vidSprite270.vid16 {
	background-position: -60px -60px;
}

.vidSprite270.vid17 {
	background-position: -120px -60px;
}

.vidSprite270.vid18 {
	background-position: -180px -60px;
}

.vidSprite270.vid19 {
	background-position: -240px -60px;
}

.vidSprite270.vid20 {
	background-position: -300px -60px;
}

.vidSprite270.vid21 {
	background-position: -360px -60px;
}

.vidSprite270.vid22 {
	background-position: -420px -60px;
}

.vidSprite270.vid23 {
	background-position: -480px -60px;
}

.vidSprite270.vid24 {
	background-position: -540px -60px;
}

.vidSprite270.vid25 {
	background-position: -600px -60px;
}

.vidSprite270.vid26 {
	background-position: -660px -60px;
}

.vidSprite270.vid27 {
	background-position: -720px -60px;
}

.vidSprite270.vid28 {
	background-position: -780px -60px;
}

.vidSprite270.vid29 {
	background-position: -840px -60px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid30 {
	background-position: -0px -120px;
}

.vidSprite270.vid31 {
	background-position: -60px -120px;
}

.vidSprite270.vid32 {
	background-position: -120px -120px;
}

.vidSprite270.vid33 {
	background-position: -180px -120px;
}

.vidSprite270.vid34 {
	background-position: -240px -120px;
}

.vidSprite270.vid35 {
	background-position: -300px -120px;
}

.vidSprite270.vid36 {
	background-position: -360px -120px;
}

.vidSprite270.vid37 {
	background-position: -420px -120px;
}

.vidSprite270.vid38 {
	background-position: -480px -120px;
}

.vidSprite270.vid39 {
	background-position: -540px -120px;
}

.vidSprite270.vid40 {
	background-position: -600px -120px;
}

.vidSprite270.vid41 {
	background-position: -660px -120px;
}

.vidSprite270.vid42 {
	background-position: -720px -120px;
}

.vidSprite270.vid43 {
	background-position: -780px -120px;
}

.vidSprite270.vid44 {
	background-position: -840px -120px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid45 {
	background-position: -0px -180px;
}

.vidSprite270.vid46 {
	background-position: -60px -180px;
}

.vidSprite270.vid47 {
	background-position: -120px -180px;
}

.vidSprite270.vid48 {
	background-position: -180px -180px;
}

.vidSprite270.vid49 {
	background-position: -240px -180px;
}

.vidSprite270.vid50 {
	background-position: -300px -180px;
}

.vidSprite270.vid51 {
	background-position: -360px -180px;
}

.vidSprite270.vid52 {
	background-position: -420px -180px;
}

.vidSprite270.vid53 {
	background-position: -480px -180px;
}

.vidSprite270.vid54 {
	background-position: -540px -180px;
}

.vidSprite270.vid55 {
	background-position: -600px -180px;
}

.vidSprite270.vid56 {
	background-position: -660px -180px;
}

.vidSprite270.vid57 {
	background-position: -720px -180px;
}

.vidSprite270.vid58 {
	background-position: -780px -180px;
}

.vidSprite270.vid59 {
	background-position: -840px -180px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid60 {
	background-position: -0px -240px;
}

.vidSprite270.vid61 {
	background-position: -60px -240px;
}

.vidSprite270.vid62 {
	background-position: -120px -240px;
}

.vidSprite270.vid63 {
	background-position: -180px -240px;
}

.vidSprite270.vid64 {
	background-position: -240px -240px;
}

.vidSprite270.vid65 {
	background-position: -300px -240px;
}

.vidSprite270.vid66 {
	background-position: -360px -240px;
}

.vidSprite270.vid67 {
	background-position: -420px -240px;
}

.vidSprite270.vid68 {
	background-position: -480px -240px;
}

.vidSprite270.vid69 {
	background-position: -540px -240px;
}

.vidSprite270.vid70 {
	background-position: -600px -240px;
}

.vidSprite270.vid71 {
	background-position: -660px -240px;
}

.vidSprite270.vid72 {
	background-position: -720px -240px;
}

.vidSprite270.vid73 {
	background-position: -780px -240px;
}

.vidSprite270.vid74 {
	background-position: -840px -240px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid75 {
	background-position: -0px -300px;
}

.vidSprite270.vid76 {
	background-position: -60px -300px;
}

.vidSprite270.vid77 {
	background-position: -120px -300px;
}

.vidSprite270.vid78 {
	background-position: -180px -300px;
}

.vidSprite270.vid79 {
	background-position: -240px -300px;
}

.vidSprite270.vid80 {
	background-position: -300px -300px;
}

.vidSprite270.vid81 {
	background-position: -360px -300px;
}

.vidSprite270.vid82 {
	background-position: -420px -300px;
}

.vidSprite270.vid83 {
	background-position: -480px -300px;
}

.vidSprite270.vid84 {
	background-position: -540px -300px;
}

.vidSprite270.vid85 {
	background-position: -600px -300px;
}

.vidSprite270.vid86 {
	background-position: -660px -300px;
}

.vidSprite270.vid87 {
	background-position: -720px -300px;
}

.vidSprite270.vid88 {
	background-position: -780px -300px;
}

.vidSprite270.vid89 {
	background-position: -840px -300px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid90 {
	background-position: -0px -360px;
}

.vidSprite270.vid91 {
	background-position: -60px -360px;
}

.vidSprite270.vid92 {
	background-position: -120px -360px;
}

.vidSprite270.vid93 {
	background-position: -180px -360px;
}

.vidSprite270.vid94 {
	background-position: -240px -360px;
}

.vidSprite270.vid95 {
	background-position: -300px -360px;
}

.vidSprite270.vid96 {
	background-position: -360px -360px;
}

.vidSprite270.vid97 {
	background-position: -420px -360px;
}

.vidSprite270.vid98 {
	background-position: -480px -360px;
}

.vidSprite270.vid99 {
	background-position: -540px -360px;
}

.vidSprite270.vid100 {
	background-position: -600px -360px;
}

.vidSprite270.vid101 {
	background-position: -660px -360px;
}

.vidSprite270.vid102 {
	background-position: -720px -360px;
}

.vidSprite270.vid103 {
	background-position: -780px -360px;
}

.vidSprite270.vid104 {
	background-position: -840px -360px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid105 {
	background-position: -0px -420px;
}

.vidSprite270.vid106 {
	background-position: -60px -420px;
}

.vidSprite270.vid107 {
	background-position: -120px -420px;
}

.vidSprite270.vid108 {
	background-position: -180px -420px;
}

.vidSprite270.vid109 {
	background-position: -240px -420px;
}

.vidSprite270.vid110 {
	background-position: -300px -420px;
}

.vidSprite270.vid111 {
	background-position: -360px -420px;
}

.vidSprite270.vid112 {
	background-position: -420px -420px;
}

.vidSprite270.vid113 {
	background-position: -480px -420px;
}

.vidSprite270.vid114 {
	background-position: -540px -420px;
}

.vidSprite270.vid115 {
	background-position: -600px -420px;
}

.vidSprite270.vid116 {
	background-position: -660px -420px;
}

.vidSprite270.vid117 {
	background-position: -720px -420px;
}

.vidSprite270.vid118 {
	background-position: -780px -420px;
}

.vidSprite270.vid119 {
	background-position: -840px -420px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid120 {
	background-position: -0px -480px;
}

.vidSprite270.vid121 {
	background-position: -60px -480px;
}

.vidSprite270.vid122 {
	background-position: -120px -480px;
}

.vidSprite270.vid123 {
	background-position: -180px -480px;
}

.vidSprite270.vid124 {
	background-position: -240px -480px;
}

.vidSprite270.vid125 {
	background-position: -300px -480px;
}

.vidSprite270.vid126 {
	background-position: -360px -480px;
}

.vidSprite270.vid127 {
	background-position: -420px -480px;
}

.vidSprite270.vid128 {
	background-position: -480px -480px;
}

.vidSprite270.vid129 {
	background-position: -540px -480px;
}

.vidSprite270.vid130 {
	background-position: -600px -480px;
}

.vidSprite270.vid131 {
	background-position: -660px -480px;
}

.vidSprite270.vid132 {
	background-position: -720px -480px;
}

.vidSprite270.vid133 {
	background-position: -780px -480px;
}

.vidSprite270.vid134 {
	background-position: -840px -480px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid135 {
	background-position: -0px -540px;
}

.vidSprite270.vid136 {
	background-position: -60px -540px;
}

.vidSprite270.vid137 {
	background-position: -120px -540px;
}

.vidSprite270.vid138 {
	background-position: -180px -540px;
}

.vidSprite270.vid139 {
	background-position: -240px -540px;
}

.vidSprite270.vid140 {
	background-position: -300px -540px;
}

.vidSprite270.vid141 {
	background-position: -360px -540px;
}

.vidSprite270.vid142 {
	background-position: -420px -540px;
}

.vidSprite270.vid143 {
	background-position: -480px -540px;
}

.vidSprite270.vid144 {
	background-position: -540px -540px;
}

.vidSprite270.vid145 {
	background-position: -600px -540px;
}

.vidSprite270.vid146 {
	background-position: -660px -540px;
}

.vidSprite270.vid147 {
	background-position: -720px -540px;
}

.vidSprite270.vid148 {
	background-position: -780px -540px;
}

.vidSprite270.vid149 {
	background-position: -840px -540px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid150 {
	background-position: -0px -600px;
}

.vidSprite270.vid151 {
	background-position: -60px -600px;
}

.vidSprite270.vid152 {
	background-position: -120px -600px;
}

.vidSprite270.vid153 {
	background-position: -180px -600px;
}

.vidSprite270.vid154 {
	background-position: -240px -600px;
}

.vidSprite270.vid155 {
	background-position: -300px -600px;
}

.vidSprite270.vid156 {
	background-position: -360px -600px;
}

.vidSprite270.vid157 {
	background-position: -420px -600px;
}

.vidSprite270.vid158 {
	background-position: -480px -600px;
}

.vidSprite270.vid159 {
	background-position: -540px -600px;
}

.vidSprite270.vid160 {
	background-position: -600px -600px;
}

.vidSprite270.vid161 {
	background-position: -660px -600px;
}

.vidSprite270.vid162 {
	background-position: -720px -600px;
}

.vidSprite270.vid163 {
	background-position: -780px -600px;
}

.vidSprite270.vid164 {
	background-position: -840px -600px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid165 {
	background-position: -0px -660px;
}

.vidSprite270.vid166 {
	background-position: -60px -660px;
}

.vidSprite270.vid167 {
	background-position: -120px -660px;
}

.vidSprite270.vid168 {
	background-position: -180px -660px;
}

.vidSprite270.vid169 {
	background-position: -240px -660px;
}

.vidSprite270.vid170 {
	background-position: -300px -660px;
}

.vidSprite270.vid171 {
	background-position: -360px -660px;
}

.vidSprite270.vid172 {
	background-position: -420px -660px;
}

.vidSprite270.vid173 {
	background-position: -480px -660px;
}

.vidSprite270.vid174 {
	background-position: -540px -660px;
}

.vidSprite270.vid175 {
	background-position: -600px -660px;
}

.vidSprite270.vid176 {
	background-position: -660px -660px;
}

.vidSprite270.vid177 {
	background-position: -720px -660px;
}

.vidSprite270.vid178 {
	background-position: -780px -660px;
}

.vidSprite270.vid179 {
	background-position: -840px -660px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid180 {
	background-position: -0px -720px;
}

.vidSprite270.vid181 {
	background-position: -60px -720px;
}

.vidSprite270.vid182 {
	background-position: -120px -720px;
}

.vidSprite270.vid183 {
	background-position: -180px -720px;
}

.vidSprite270.vid184 {
	background-position: -240px -720px;
}

.vidSprite270.vid185 {
	background-position: -300px -720px;
}

.vidSprite270.vid186 {
	background-position: -360px -720px;
}

.vidSprite270.vid187 {
	background-position: -420px -720px;
}

.vidSprite270.vid188 {
	background-position: -480px -720px;
}

.vidSprite270.vid189 {
	background-position: -540px -720px;
}

.vidSprite270.vid190 {
	background-position: -600px -720px;
}

.vidSprite270.vid191 {
	background-position: -660px -720px;
}

.vidSprite270.vid192 {
	background-position: -720px -720px;
}

.vidSprite270.vid193 {
	background-position: -780px -720px;
}

.vidSprite270.vid194 {
	background-position: -840px -720px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid195 {
	background-position: -0px -780px;
}

.vidSprite270.vid196 {
	background-position: -60px -780px;
}

.vidSprite270.vid197 {
	background-position: -120px -780px;
}

.vidSprite270.vid198 {
	background-position: -180px -780px;
}

.vidSprite270.vid199 {
	background-position: -240px -780px;
}

.vidSprite270.vid200 {
	background-position: -300px -780px;
}

.vidSprite270.vid201 {
	background-position: -360px -780px;
}

.vidSprite270.vid202 {
	background-position: -420px -780px;
}

.vidSprite270.vid203 {
	background-position: -480px -780px;
}

.vidSprite270.vid204 {
	background-position: -540px -780px;
}

.vidSprite270.vid205 {
	background-position: -600px -780px;
}

.vidSprite270.vid206 {
	background-position: -660px -780px;
}

.vidSprite270.vid207 {
	background-position: -720px -780px;
}

.vidSprite270.vid208 {
	background-position: -780px -780px;
}

.vidSprite270.vid209 {
	background-position: -840px -780px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
.vidSprite270.vid210 {
	background-position: -0px -840px;
}

.vidSprite270.vid211 {
	background-position: -60px -840px;
}

.vidSprite270.vid212 {
	background-position: -120px -840px;
}

.vidSprite270.vid213 {
	background-position: -180px -840px;
}

.vidSprite270.vid214 {
	background-position: -240px -840px;
}

.vidSprite270.vid215 {
	background-position: -300px -840px;
}

.vidSprite270.vid216 {
	background-position: -360px -840px;
}

.vidSprite270.vid217 {
	background-position: -420px -840px;
}

.vidSprite270.vid218 {
	background-position: -480px -840px;
}

.vidSprite270.vid219 {
	background-position: -540px -840px;
}

.vidSprite270.vid220 {
	background-position: -600px -840px;
}

.vidSprite270.vid221 {
	background-position: -660px -840px;
}

.vidSprite270.vid222 {
	background-position: -720px -840px;
}

.vidSprite270.vid223 {
	background-position: -780px -840px;
}

.vidSprite270.vid224 {
	background-position: -840px -840px;
}

/* ----------------------------------- VID SPRITES END ---------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------- MEDIA QUERIES START --------------------------------- */
@media only screen and (max-width: 2560px) {
	.newsSlider {
		height: 933px;
	}
}

@media only screen and (max-width: 1920px) {
	.newsSlider {
		height: 628px;
	}

	.teamSlider {
		margin-top: -186px;
	}

	.teamSlider__lastGame--header,
	.teamSlider__nextGame--header,
	.teamSlider__table--header {
		margin-top: 190px;
	}

	.dateSlider__content {
		max-width: 1804px;
	}

	#StaigeStart,
	.staigeStart__box {}

	.sw-embed {
		width: 1128px;
	}

	.live_table {
		max-width: 1128px;
	}
}

@media only screen and (max-width: 1905px) {
	.dateSlider__content {
		max-width: 1500px;
		/* 5 Slides */
	}
}

@media only screen and (max-width: 1601px) {
	.dateSlider__content {
		max-width: 1196px;
		/* 4 Slides */
	}
}

@media only screen and (max-width: 1600px) {
	.regularContent__box--content-sub.center {
		max-width: 60%;
		min-width: 60%;
	}

	.newsSlider {
		height: 604px;
	}

	.teamSlider {
		margin-top: -155px;
	}

	.teamSlider__lastGame--header,
	.teamSlider__nextGame--header,
	.teamSlider__table--header {
		margin-top: 160px;
	}

	.sponsorSlider__content-slider {
		animation-duration: 45s;
	}

	.matches__content .matches__content-row.match .team,
	.matches__content .matches__content-row.match .kurz {
		display: none;
	}

	.matches__content .matches__content-row.match .ort {
		display: block;
	}

	.sw-embed {
		width: 978px;
	}

	.live_table {
		max-width: 978px;
	}
}

@media only screen and (max-width: 1440px) {
	.regularContent__box--content-sub.center {
		max-width: 75%;
		min-width: 75%;
	}

	.regularContent__box--2columns .regularContent__box--content-2block {
		flex-direction: column;
	}

	.newsSlider {
		height: 595px;
	}

	.teamSlider {
		margin-top: -140px;
	}

	.teamSlider__lastGame--header,
	.teamSlider__nextGame--header,
	.teamSlider__table--header {
		margin-top: 150px;
	}

	.teamSlider__nextGame--homeTeam,
	.teamSlider__nextGame--awayTeam {
		display: none;
	}

	.teamSlider__nextGame--versus {
		margin: 0 20px;
	}

	.teamSlider__nextGame--teams {
		display: flex;
	}

	.teamSlider__sponsor {
		clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		flex-grow: 1;
		justify-content: center;
		min-height: 240px;
		margin-top: -110px;
		max-width: 100%;
		padding: 20px 0;
	}

	.teamSlider__sponsor div {
		flex-grow: 0;
		height: 62px;
		max-height: 62px;
		min-height: 62px;
		max-width: 470px;
		width: 470px;
	}

	.teamSlider__sponsor div a {
		height: 60px;
		width: 468px;
	}
}

@media only screen and (max-width: 1297px) {
	.dateSlider__content {
		max-width: 892px;
		/* 3 Slides */
	}

	#Tabellen table .name span.verein {
		display: none;
	}

	#Tabellen table .name span.ort {
		display: block;
	}
}

@media only screen and (max-width: 1280px) {
	.socialbar__text {
		display: none;
	}

	.regularContent__box--content-sub.center {
		max-width: 80%;
		min-width: 80%;
	}

	.regularContent__box--content-2block>div:first-child {
		justify-content: center;
	}

	.newsSlider {
		height: 590px;
	}

	.newsSlider__content .newsSlider__titleBox {
		bottom: 60px;
	}

	.teamSlider__lastGame {
		order: 3;
	}

	.teamSlider__nextGame {
		order: 1;
	}

	.teamSlider__table {
		order: 2;
	}

	.teamSlider {
		background-color: #ffffff;
		margin-top: -124px;
	}

	.teamSlider__nextGame--header,
	.teamSlider__table--header {
		margin-top: 140px;
	}

	.teamSlider__lastGame--header {
		margin-top: 20px;
	}

	.teamSlider__lastGame .teamSlider__arrowLeft,
	.teamSlider__lastGame .teamSlider__arrowRight,
	.teamSlider__nextGame .teamSlider__arrowLeft,
	.teamSlider__table .teamSlider__arrowRight {
		visibility: visible;
	}

	.teamSlider__lastGame,
	.teamSlider__table {
		clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		margin-top: -90px;
		padding: 90px 0px;
	}

	.teamSlider__sponsor {
		clip-path: none;
		-webkit-clip-path: none;
		max-width: 160px;
		margin-top: 0px;
		min-width: 160px;
		order: 2;
		width: 160px;
		z-index: 9994;
	}

	.teamSlider__sponsor div {
		height: 242px;
		max-height: 242px;
		min-height: 242px;
		max-width: 122px;
		min-width: 122px;
		width: 122px;
	}

	.teamSlider__sponsor div a {
		height: 240px;
		width: 120px;
	}

	.dateSlider {
		margin-top: -120px;
		padding-top: 110px;
	}

	.sponsorSlider__content-slider {
		animation-duration: 50s;
	}

	#Anfahrt .adress {
		font-size: 20px;
	}

	.sw-embed {
		width: 900px;
	}

	.live_table {
		max-width: 900px;
	}
}

@media only screen and (max-width: 1080px) {
	.teamSlider__lastGame {
		height: 447px;
		max-height: 447px;
		min-height: 447px;
	}

	.teamSlider__sponsor {
		background-color: #333333;
		clip-path: polygon(0% calc(0% + 38px), 100% calc(0% + 20px), 100% calc(100% - 79px), 0% calc(100% - 61px));
		-webkit-clip-path: polygon(0% calc(0% + 38px), 100% calc(0% + 20px), 100% calc(100% - 79px), 0% calc(100% - 61px));
		height: 447px;
		margin-top: -128px;
		order: 4;
	}

	.teamSlider__sponsor div {
		margin-top: -39px;
	}

	.teamSlider__sponsor div span {
		color: #888888;
	}

	.sponsorSlider {
		margin-top: -121px;
		padding-top: 121px;
	}

	.matches__content .matches__content-row.match .team,
	.matches__content .matches__content-row.match .ort {
		display: none;
	}

	.matches__content .matches__content-row.match .kurz {
		display: block;
	}

	.matches__content.fairplay .matches__content-row.match .team,
	.matches__content.fairplay .matches__content-row.match .kurz {
		display: none;
	}

	.matches__content.fairplay .matches__content-row.match .ort {
		display: block;
	}

	#Tabellen table .victories,
	#Tabellen table .draw,
	#Tabellen table .lose {
		display: none;
	}

	#Liga_Entfernungskarte .distance__table table td {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {

	#Header,
	.header {
		height: 60px;
		max-height: 60px;
		min-height: 60px;
	}

	.header {
		border-color: #ffffff;
		border-style: solid;
		border-width: 0px 0px 3px 0px;
		clip-path: none;
		-webkit-clip-path: none;
		justify-content: center;
	}

	.header__outline {
		clip-path: none;
		-webkit-clip-path: none;
		height: 60px;
		min-height: 60px;
	}

	#Vereins__Logo {
		background-size: 48px 48px;
		border-width: 0px;
		height: 56px;
		margin: 0px;
		width: 56px;
	}

	#Header.small .header__title,
	.header__title {
		font-size: 32px;
	}

	.header__title {
		height: 56px;
		line-height: 56px;
		margin: 0px 20px;
	}

	.nav_burger {
		display: block;
		height: 60px;
		left: 0;
		position: initial;
		top: 0;
	}

	nav {
		display: none;
	}

	.nav__sub {
		background-image: linear-gradient(to right, #1f7836, #209740);
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
		margin-top: -60px;
		position: fixed;
	}

	.subnavi__content {
		margin-top: 40px;
		padding: 48px;
		width: 100%;
	}

	main {
		margin-top: 36px;
	}

	.footer--social {
		padding: 40px 0;
	}

	.regularContent__header {
		clip-path: none;
		-webkit-clip-path: none;
		height: 73px;
		line-height: 73px;
		max-height: 73px;
		min-height: 73px;
		padding: 0px 20px;
	}

	.regularContent__header-rotate {
		padding-bottom: 0px;
		transform: rotate(0deg);
	}

	.regularContent__box--1columns:nth-of-type(1) {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
		margin-top: 0px;
		padding-top: 0px;
	}

	.regularContent__box--1columns:nth-of-type(1)>div {
		padding-top: 0px;
	}

	.regularContent__box--2columns:nth-of-type(1),
	.regularContent__box--3columns:nth-of-type(1) {
		margin-top: -100px;
		padding-top: 20px;
	}

	.regularContent__box--content-sub.center {
		max-width: 88%;
		min-width: 88%;
	}

	#Einzelnews_Section,
	#Einzelnews_Section_Text {
		background-color: #ffffff;
		clip-path: none;
		-webkit-clip-path: none;
	}

	#Einzelnews_Section_Text {
		margin-top: -5px;
	}

	#Single_News .singlenews__content {
		padding: 110px 0 0 0;
	}

	#Single_News #Einzelnews_Text.singlenews__content {
		padding: 0 0 110px 0;
	}

	#Einzelnews_Text .singlenews__content-text {
		padding: 20px;
	}

	#HeaderCategory,
	#HeaderSeperator,
	#HeaderTitle {
		margin-top: 0px;
	}

	#Single_News #HeaderCategory,
	#Single_News #HeaderSeperator,
	#Single_News #HeaderTitle {
		margin-top: 0px;
	}

	.newsSlider {
		height: 660px;
	}

	.newsSlider__content.activeSlide .newsSlider__titleBox {
		left: 0px;
	}

	.newsSlider__category {
		font-size: 20px;
		padding: 4px 20px;
	}

	.newsSlider__title {
		font-size: 36px;
		line-height: 36px;
		margin-top: 14px;
		padding: 6px 16px;
	}

	.newsSlider__date {
		font-size: 18px;
		padding: 4px 16px;
	}

	.newsSlider__preview {
		flex-direction: row;
		justify-content: center;
		right: 0px;
		top: 0px;
		width: 100%;
	}

	.newsSlider__preview-outline {
		clip-path: none;
		-webkit-clip-path: none;
		height: 6px;
		width: 38px;
	}

	.newsSlider__preview-box {
		clip-path: none;
		-webkit-clip-path: none;
		height: 4px;
		margin: 1px;
	}

	.teamSlider {
		margin-top: -102px;
	}

	.teamSlider__nextGame--header,
	.teamSlider__table--header {
		margin-top: 104px;
	}

	.sponsorSlider__content-slider {
		animation-duration: 55s;
	}

	#Team_Uebersicht #Einzelnews_Bild .singlenews__content-img,
	#Team_Uebersicht #Einzelnews_Bild .singlenews__content-bg {
		margin-top: 0px;
	}

	#Team_Uebersicht .regularContent__box--3columns {
		margin-top: -55px;
	}

	.regularContent__box--contents .header__select {
		margin-top: 16px;
	}

	#Liga_Entfernungskarte .distance__table table tr {
		line-height: 17px;
	}

	#Liga_Entfernungskarte .distance__table table th {
		font-size: 12px;
	}

	#Liga_Entfernungskarte .distance__table table td {
		font-size: 14px;
	}

	#StreamBox {
		padding-top: 55px;
	}
}

@media only screen and (max-width: 993px) {
	.dateSlider__content {
		max-width: 588px;
		/* 2 Slides */
	}

	#Liga_Entfernungskarte .distance__table table .name {
		display: none;
	}

	#Liga_Entfernungskarte .distance__table table .ort {
		display: table-cell;
	}
}

@media only screen and (max-width: 965px) {
	.regularContent__box--3columns .regularContent__box--contents:nth-of-type(3) {
		clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		margin-top: -110px;
	}
}

@media only screen and (max-width: 960px) {
	body {
		background-color: #ffffff;
	}

	.newsSlider {
		height: 600px;
	}

	.newsSlider__content .newsSlider__titleBox {
		bottom: 78px;
	}

	.teamSlider {
		clip-path: polygon(100% 0%, 100% calc(100% - 99px), 0% 100%, 0% 100%, 0% 0%);
		-webkit-clip-path: polygon(100% 0%, 100% calc(100% - 99px), 0% 100%, 0% 100%, 0% 0%);
	}

	.teamSlider__lastGame {
		min-width: 601px;
		order: 2;
	}

	.teamSlider__nextGame {
		order: 1;
	}

	.teamSlider__table {
		order: 3;
	}

	.teamSlider {
		margin-top: -96px;
	}

	.teamSlider,
	.teamSlider__nextGame--header {
		margin-top: 0px;
	}

	.teamSlider__lastGame--header,
	.teamSlider__table--header {
		margin-top: 16px;
	}

	.teamSlider__lastGame .teamSlider__arrowLeft,
	.teamSlider__lastGame .teamSlider__arrowRight,
	.teamSlider__nextGame .teamSlider__arrowLeft,
	.teamSlider__nextGame .teamSlider__arrowRight,
	.teamSlider__table .teamSlider__arrowLeft,
	.teamSlider__table .teamSlider__arrowRight {
		visibility: visible;
	}

	.teamSlider__table {
		margin-top: -110px;
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.teamSlider__sponsor {
		background-color: #ffffff;
		clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		height: 250px;
		margin-top: -110px;
		margin-bottom: -15px;
		max-width: 100%;
		min-width: 490px;
		order: 1;
		padding-top: 54px;
		width: 100%;
	}

	.teamSlider__sponsor div {
		height: 100%;
		max-height: 62px;
		min-height: 62px;
		max-width: 470px;
		min-width: 470px;
		width: 470px;
	}

	.teamSlider__sponsor div a {
		height: 60px;
		width: 468px;
	}

	.teamSlider__sponsor div span {
		color: #333333;
	}

	#Anfahrt .adress {
		font-size: 16px;
	}

	#Ansetzungen {
		padding-top: 20px !important;
	}

	.matches__content:not(.fairplay) .matches__content-row.match .center {
		width: 60px;
	}

	#Tabellen table .goals,
	#Tabellen table .seperator,
	#Tabellen table .goals_against {
		display: none;
	}

	.horizontalBottom,
	.horizontalMiddle,
	.horizontalTop {
		clip-path: none !important;
		-webkit-clip-path: none !important;
	}

	.horizontalBottom {
		min-height: 47px;
	}

	.horizontalBottom>.regularContent__box--contents {
		padding: 0px 20px 0px 20px !important;
	}

	.horizontalBottom>*:not(.regularContent__box--contents) {
		padding: 0px 20px !important;
	}

	.horizontalMiddle {
		margin: 0 !important;
		padding: 20px !important;
	}

	.horizontalTop {
		margin-top: 0px;
	}

	.horizontalTop>.regularContent__box--contents {
		padding: 20px 20px 96px 20px !important;
	}

	.horizontalTop>*:not(.regularContent__box--contents, .regularContent__box--header, .liga__navigation) {
		padding: 0px 20px 96px 20px !important;
	}

	.regularContent__box--contents.horizontalBottom {
		padding: 50px 0 0 0 !important;
	}

	.horizontalBottom .regularContent__box--header {
		margin-top: 40px;
	}

	.regularContent__box--contents.horizontalTop {
		margin: 0 !important;
		padding: 20px 0 0 0 !important;
	}

	.horizontalTop.fairplay {
		padding-bottom: 96px;
	}

	.liga__navigation {
		padding: 0 20px !important;
	}

	#Trainingszeiten .switches {
		display: none;
	}

	#Trainingszeiten .wochenplan,
	#Trainingszeiten .wochenplan2 {
		flex-direction: column;
	}

	#Trainingszeiten .wochentag .unit,
	#Trainingszeiten .wochentag.left {
		display: none;
	}

	#Trainingszeiten .wochentag div:not(.unit) {
		cursor: pointer;
	}

	#Trainingszeiten .wochentag div:not(.unit) span,
	#Trainingszeiten .wochentag2 div:not(.unit) span {
		display: inline-block;
	}

	#StreamBox {
		padding-top: 10px;
	}

	.sw-embed {
		width: 630px;
	}

	.live_table {
		max-width: 800px;
	}
}

@media only screen and (max-width: 800px) {
	.newsSlider {
		height: 610px;
	}

	.newsSlider__content .newsSlider__titleBox {
		bottom: 72px;
	}

	.newsSlider__category {
		font-size: 18px;
		max-width: 15ch;
		padding: 4px 20px;
	}

	.newsSlider__title {
		font-size: 28px;
		line-height: 36px;
		margin-top: 14px;
		padding: 6px 16px;
	}

	.newsSlider__date {
		font-size: 14px;
		padding: 4px 16px;
	}

	.sponsorSlider__content-slider {
		animation-duration: 60s;
	}

	#Tabellen table .games,
	#Tabellen table .difference {
		display: none;
	}

	.plan_row .match_row .team {
		display: none;
	}

	.plan_row .match_row .ort {
		display: block;
	}

	.sw-embed {
		width: 740px;
	}

	.live_table {
		max-width: 740px;
	}
}

@media only screen and (max-width: 720px) {
	.regularContent__box--content-sub.text {
		max-width: 50ch;
		min-width: 50ch;
	}

	.regularContent__box--1columns .regularContent__box--content-2block {
		flex-direction: column;
	}

	.regularContent__box--2columns .regularContent__box--contents:last-child {
		margin-top: -110px;
	}

	.regularContent__box--1columns>*,
	.regularContent__box--2columns>*,
	.regularContent__box--3columns>* {
		padding: 96px 20px;
	}

	.newsSlider {
		height: 570px;
	}

	.newsSlider__content .newsSlider__titleBox {
		bottom: 58px;
	}

	.newsSlider__category {
		font-size: 14px;
		max-width: 15ch;
		padding: 4px 12px;
	}

	.newsSlider__title {
		font-size: 20px;
		line-height: 36px;
		margin-top: 14px;
		padding: 4px 12px;
	}

	.newsSlider__date {
		font-size: 12px;
		padding: 4px 12px;
	}

	#Anfahrt figure figcaption {
		font-size: 8px;
	}

	.matches__content .matches__content-row.match .kurz,
	.matches__content .matches__content-row.match .team {
		display: none;
	}

	.matches__content .matches__content-row.match .ort {
		display: block;
	}

	#Team_Uebersicht .regularContent__box--3columns>* {
		padding: 96px 20px;
	}

	#Ansetzungen {
		margin-top: -8px;
	}

	#Tabellen {
		margin-top: -110px;
	}

	#Tabellen table .name span.verein {
		display: block;
	}

	#Tabellen table .games,
	#Tabellen table .goals,
	#Tabellen table .seperator,
	#Tabellen table .goals_against,
	#Tabellen table .difference {
		display: table-cell;
	}

	#Tabellen table .name span.ort {
		display: none;
	}

	.topSpacer {
		margin-top: -70px;
	}

	#Liga_Entfernungskarte .distance__table table .name {
		display: table-cell;
	}

	#Liga_Entfernungskarte .distance__table table .ort {
		display: none;
	}

	#StreamBox {
		padding-top: 0px;
	}

	.sw-embed {
		width: 100vw;
	}

	.live_table {
		max-width: 90%;
	}
}

@media only screen and (max-width: 689px) {
	.dateSlider__content {
		max-width: 264px;
		/* 1 Slide */
	}

	.dateSlider__content .dateSlider__date {
		margin: 0;
	}
}

@media only screen and (max-width: 645px) {
	.regularContent__box--3columns .regularContent__box--contents:nth-of-type(2) {
		clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		margin-top: -110px;
	}
}

@media only screen and (max-width: 640px) {
	.nav__sub {
		height: 140px;
	}

	.subnavi__content {
		margin-top: 60px;
		padding: 20px;
	}

	.subnavi__content-box div,
	.subnavi__content-box a {
		font-size: 14px;
	}

	.subnavi__content-box {
		min-width: 106px
	}

	.subnavi__content-box div span {
		font-size: 12px;
	}

	.subnavi__content-box a span {
		font-size: 12px;
		margin: 0px 0px 0px -8px;
		position: absolute;
	}

	main {
		margin-top: 36px;
	}

	.footer--social {
		padding: 40px 0;
	}

	#HeaderCategory,
	#HeaderSeperator,
	#HeaderTitle {
		margin-top: 0px;
	}

	#Single_News #HeaderCategory,
	#Single_News #HeaderSeperator,
	#Single_News #HeaderTitle {
		margin-top: -2px;
	}

	#Einzelnews_Bild .singlenews__content-img,
	#Team_Uebersicht #Einzelnews_Bild .singlenews__content-img {
		width: 100%;
	}

	#Einzelnews_BG {
		display: none;
	}

	.newsSlider {
		clip-path: polygon(100% 0%, 100% calc(100% - 99px), 0% 100%, 0% 100%, 0% 0%);
		-webkit-clip-path: polygon(100% 0%, 100% calc(100% - 99px), 0% 100%, 0% 100%, 0% 0%);
		height: 450px;
	}

	.newsSlider__content .newsSlider__titleBox {
		bottom: 72px;
	}

	.newsSlider__arrowLeft,
	.newsSlider__arrowRight {
		margin-top: 130px;
	}

	.teamSlider__lastGame--header,
	.teamSlider__nextGame--header,
	.teamSlider__table--header {
		margin-top: 16px;
	}

	.teamSlider__lastGame,
	.teamSlider__nextGame,
	.teamSlider__table {
		min-width: 264px;
	}

	.teamSlider__content {
		max-width: 544px;
	}

	.regularContent__box--2columns .regularContent__box--contents {
		/*padding-bottom:				50px;*/
	}

	.regularContent__box--2columns .regularContent__box--contents:nth-of-type(1) {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 99px), 0% 100%);
	}

	.regularContent__box--2columns .regularContent__box--contents:nth-of-type(2) {
		clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		-webkit-clip-path: polygon(0% calc(0% + 99px), 100% 0%, 100% calc(100% - 99px), 0% 100%);
		margin-top: -110px;
	}

	.regularContent__box--1block {
		display: flex;
		flex-direction: column;
		min-height: 720px;
		padding-top: 105px;
	}

	.error404__icon {
		margin-right: 0px;
	}

	#Tabellen table .name span.verein {
		display: none;
	}

	#Tabellen table .name span.ort {
		display: block;
	}

	.plan_row .date_row .type {
		display: none;
	}

	.regularContent__box--contents .header__select select {
		font-size: 12px;
	}
}

@media only screen and (max-width: 560px) {
	.teamSlider__sponsor {
		height: 400px;
		min-width: 160px;
	}

	.teamSlider__sponsor div {
		max-height: 242px;
		min-height: 242px;
		max-width: 122px;
		min-width: 122px;
		width: 122px;
	}

	.teamSlider__sponsor div a {
		height: 240px;
		width: 120px;
	}
}

@media only screen and (max-width: 500px) {

	body,
	p {
		font-size: 16px;
	}

	h2,
	.regularContent__header-category,
	.regularContent__header-seperator {
		font-size: 24px;
	}

	h3,
	.regularContent__box--header-text {
		font-size: 18px;
	}

	#Header.small .header__title,
	.header__title {
		font-size: 26px;
	}

	#Single_News #HeaderCategory,
	#Single_News #HeaderSeperator,
	#Single_News #HeaderTitle {
		margin-top: -1px;
	}

	.nav_burger {
		right: 80px;
	}

	.regularContent__header {
		height: 50px;
		line-height: 50px;
		max-height: 50px;
		min-height: 50px;
		padding: 0 20px;
	}

	.regularContent__box--content-sub.text {
		max-width: none;
		min-width: none;
	}

	.regularContent__box--header {
		height: 50px;
		line-height: 50px;
		max-height: 50px;
		min-height: 50px;
		padding: 0 20px;
	}

	section .regularContent__box--header:not(:first-child) {
		margin-top: 30px;
	}

	.footer--social__follow {
		font-size: 24px;
		margin-right: 24px;
	}

	.footer--social__icons a {
		background-size: 168px 48px;
		height: 24px;
		max-width: 24px;
		margin: 1px 16px 1px 0;
		width: 24px;
	}

	.footer--social__icons a.facebook {
		background-position: -24px top;
	}

	.footer--social__icons a.twitter {
		background-position: -48px top;
	}

	.footer--social__icons a.instagram {
		background-position: -72px top;
	}

	.footer--social__icons a.youtube {
		background-position: -96px top;
	}

	.footer--social__icons a.facebook:hover {
		background-position: -24px bottom;
	}

	.footer--social__icons a.twitter:hover {
		background-position: -48px bottom;
	}

	.footer--social__icons a.instagram:hover {
		background-position: -72px bottom;
	}

	.footer--social__icons a.youtube:hover {
		background-position: -96px bottom;
	}

	.footer--boxes__text,
	.footer--boxes-box button,
	.footer--boxes-call button {
		font-size: 24px;
	}

	.footer--sponsors a {
		margin: 0 10px;
		max-width: 90px;
	}

	.footer--sporty picture {
		height: 52px;
		width: 320px;
	}

	.footer--links {
		flex-wrap: wrap;
		line-height: 30px;
	}

	.footer--links a {
		margin: 0px 10px;
	}

	.newsSlider {
		height: 360px;
	}

	.newsSlider__content .newsSlider__titleBox {
		bottom: 74px;
	}

	.newsSlider__category {
		font-size: 12px;
		max-width: 15ch;
		padding: 4px 8px;
	}

	.newsSlider__title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 6px;
		padding: 4px 8px;
	}

	.newsSlider__date {
		font-size: 12px;
		padding: 4px 8px;
	}

	.newsSlider__arrowLeft,
	.newsSlider__arrowRight {
		margin-top: 175px;
	}

	.teamSlider__content {
		max-width: 404px;
	}

	.teamSlider__lastGame--teams,
	.teamSlider__nextGame--teams {
		font-size: 16px;
		line-height: 16px;
	}

	.sponsorSlider__content-slider {
		animation-duration: 65s;
	}

	.sponsorSlider__box {
		height: 150px;
	}

	.sponsorSlider__sponsor:nth-of-type(even) {
		margin-top: 48px;
	}

	.sponsorSlider__sponsor {
		height: 80px;
		max-width: 80px;
		min-width: 80px;
		margin-right: 10px;
		width: 80px;
	}

	button.arrow {
		margin-top: 0;
		font-size: 24px;
	}

	.newsSlider__arrowLeft,
	.newsSlider__arrowRight {
		font-size: 24px;
	}

	.popup {
		height: 523px;
		top: calc(50% - 261.5px);
	}

	.matches__navigation .dropdown select {
		font-size: 14px;
	}

	.matches__content .matches__content-row.date {
		font-size: 9px;
		line-height: 9px;
		padding: 18px 6px 0px 6px;
	}

	.matches__content .matches__content-row.match .kurz,
	.matches__content .matches__content-row.match .team {
		display: none;
	}

	.matches__content .matches__content-row.match .ort {
		display: block;
	}

	.matches__content .matches__content-row.match .team,
	.matches__content .matches__content-row.match .ort,
	.matches__content .matches__content-row.match .kurz,
	.matches__content .matches__content-row.match .center {
		font-size: 10px;
		height: 20px;
		line-height: 26px;
	}

	.matches__content .matches__content-row.match .center {
		line-height: 24px;
	}

	.match_row {
		font-size: 12px;
		line-height: 12px;
	}

	.plan_row .date_row {
		font-size: 12px;
	}

	.plan_row .date_row .date {
		display: none;
	}

	.plan_row .date_row .shortdate {
		display: block;
	}

	.plan_row .match_row .center {
		width: 60px;
	}

	.matches__content.fairplay .matches__content-row.match .center {
		width: 60px;
	}

	#Liga_Entfernungskarte .distance__table table .name {
		display: none;
	}

	#Liga_Entfernungskarte .distance__table table .ort {
		display: table-cell;
	}

	#Kader .logo__row div:last-child {
		font-size: 16px;
	}

	#Kader .kader__row .kader__content {
		height: 130px;
		margin: 10px 8px;
		width: 100px;
	}

	#Kader .kader__row .kader__content .kader__block {
		height: 100px;
		width: 100%;
	}

	#Kader .kader__row .kader__content .kader__block div.kader__block-overlay {
		height: 122px;
		width: 122px;
	}

	#Kader .kader__row .kader__content .kader__block div.kader__block-number,
	#Kader .kader__row .kader__content .kader__block div.kader__block-captain {
		border-width: 2px;
		font-size: 10px;
		height: 20px;
		line-height: 16px;
		left: 2px;
		top: 2px;
		width: 20px;
	}

	#Kader .kader__row .kader__content .kader__block div.kader__block-captain {
		left: 78px;
	}

	#Kader .kader__row .kader__content .kader__block div.kader__block-image {
		height: 100px;
		max-height: 100px;
		width: 100px;
	}

	#Kader .kader__row .kader__content .kader__block div.kader__block-image img {
		height: 100px;
		width: 100px;
	}

	#Kader .kader__row .kader__content .kader__name {
		font-size: 10px;
		height: 30px;
	}

	#Kader .kader__row .kader__content .kader__name div {
		height: 15px;
		line-height: 15px;
	}
}

@media only screen and (max-width: 414px) {

	body,
	p {
		font-size: 14px !important;
	}

	.nav_burger {
		right: 50px;
	}

	#HeaderCategory,
	#HeaderSeperator,
	#HeaderTitle {
		font-size: 20px;
	}

	.regularContent__header {
		height: 40px;
		line-height: 40px;
		max-height: 40px;
		min-height: 40px;
	}

	.newsSlider {
		height: 360px;
	}

	.newsSlider__title {
		max-width: 35ch;
	}

	.teamSlider__content {
		max-width: 318px;
	}

	.teamSlider__lastGame--teams,
	.teamSlider__nextGame--teams {
		font-size: 14px;
		line-height: 14px;
	}

	.teamSlider__sponsor div span {
		top: -5px;
	}

	.popup {
		height: 478px;
		top: calc(50% - 239px);
	}

	#News .news__content a {
		height: 120px;
		width: 120px;
	}

	#News .news__content a .news__content-box,
	#News .news__content a .news__content-box-img {
		height: 116px;
		width: 116px;
	}

	#News .news__content a .news__content-box-img img {
		height: 116px;
	}

	#News .news__content a .news__content-box-row {
		width: 116px;
	}

	#News .news__content-box-header {
		display: none;
	}

	#News .news__content-box-title {
		font-size: 10px;
	}

	#News .news__content a .news__content-box-row {
		height: 48px;
		margin-top: -48px;
	}

	#Tabellen table .goals,
	#Tabellen table .seperator,
	#Tabellen table .goals_against {
		display: none;
	}

	.matches__content .matches__content-row.match .team,
	.matches__content .matches__content-row.match .ort,
	.matches__content .matches__content-row.match .kurz {
		font-size: 10px;
		line-height: 26px;
	}

	.match_row {
		font-size: 9px;
		line-height: 9px;
	}

	.plan_row .date_row div {
		max-width: 150px;
		min-width: 150px;
		width: 150px;
	}

	.plan_row .date_row {
		font-size: 10px;
	}

	.regularContent__box--contents .header__select {
		margin-bottom: 12px;
	}

	.regularContent__box--contents .header__select select {
		font-size: 10px;
	}

	#Trainingszeiten .wochentag .unit {
		height: 73px;
	}

	#Liga_Entfernungskarte .distance__table table .entfernung_sgs {
		max-width: 80px;
		min-width: 70px;
	}

	#Liga_Entfernungskarte .distance__table table .kumuliert {
		max-width: 100px;
		min-width: 95px;
	}

	.live_row .home,
	.live_row .away {
		display: none;
	}
}

@media only screen and (max-width: 412px) {
	.teamSlider__content {
		max-width: 316px;
	}
}

@media only screen and (max-width: 393px) {
	.newsSlider__title {
		max-width: 33ch;
	}

	.teamSlider__content {
		max-width: 297px;
	}
}

@media only screen and (max-width: 375px) {
	.newsSlider__title {
		max-width: 30ch;
	}

	.teamSlider__content {
		max-width: 279px;
	}

	.teamSlider__lastGame--teams,
	.teamSlider__nextGame--teams {
		font-size: 12px;
		line-height: 12px;
	}
}

@media only screen and (max-width: 360px) {
	.teamSlider__content {
		max-width: 264px;
	}
}

/* --------------------------------- MEDIA QUERIES END ---------------------------------- */