@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: block;
	font-family: Roboto;
	src: url('font/robotocondensed-regular.ttf');
}

/* -------------------------------------------------------------------------- */
/* ------- General and not responsive Tags, IDs and Classes START ------- */
*,
*:after,
*:before {
	box-sizing: border-box;
}

a {
	display: block;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

a:-webkit-any-link {
	color: inherit;
}

div.text a {
	color: #fff;
}

body {
	background: #ddd;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpi/P//PwMyYGRklGIACcIwEEiBaXQBuCCyAMw4FAEQBggwACgvM1R7abc0AAAAAElFTkSuQmCC');
	background-size: 5px 5px;
	cursor: default;
	margin: 0 auto;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

img {
	border: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=number],
input[type=time],
input[type=date],
input[type=tel],
select {
	background: #f6f6f6;
	border: 1px #666 solid;
	border-radius: 2px;
	height: 34px;
	line-height: 34px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=number],
input[type=time],
input[type=date],
input[type=tel] {
	padding: 0 10px 2px 10px;
}

input[type=date]::-webkit-inner-spin-button {
	display: none;
}

body,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=number],
input[type=time],
input[type=date],
input[type=tel],
textarea,
select,
button {
	font: 16px Roboto;
	font-family: Roboto, Arial;
	font-size: 16px;
}

input[type=submit],
button,
#News_Editor .bild_block div:last-child {
	cursor: pointer;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
#News_Editor .textarea_block:focus {
	outline: none;
}

input:invalid {
	background: #e59494;
}

input.input_icon {
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding-left: 32px;
}

select {
	padding: 0 5px 2px 5px;
}

select.zweistellig {
	margin-left: 16px;
}

select.team {
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding: 0 5px 2px 26px;
}

select.tag,
select.roemisch {
	width: 110px;
}

input.full,
select.full {
	width: 100%;
}

input[type=time],
input.zweistellig,
input.siebenstellig,
select.zweistellig {
	min-width: 110px;
	width: 110px;
}

input[type=date] {
	min-width: 147px;
	width: 147px;
}

input.tore {
	min-width: 55px;
	width: 55px;
	text-align: center;
}

option.fertig {
	color: #1c5b2b;
}

option.unfertig {
	color: #757575;
}

select,
input[type=time],
input[type=date] {
	cursor: pointer;
}

select,
option,
input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=number],
input[type=time],
input[type=date],
input[type=tel],
input[type=password] {
	font-weight: bold;
}

aside,
nav,
#Navigation_Spacer,
#Navigation_Container,
#Navigation_MainFooter div.center {
	flex: 1;
}

div.blur {
	filter: blur(4px);
	height: inherit;
	width: inherit;
}

button.speichern,
button.vorschau,
button.zurueck,
button.abbrechen,
button.upload,
button.strafe,
div.confirm,
div.cancel {
	background: #666;
	background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,.5)', endColorstr='rgba(0,0,0,0)', GradientType=0);
	background-color: #666;
	border: 1px #666 solid;
	border-radius: 5px;
	color: #fff;
	display: flex;
	height: 60px;
	overflow: hidden;
	padding: 0 8px 0 8px;
	transition-property: background-color;
	transition-duration: 0.25s;
	width: 120px;
}

button.speichern:hover,
button.upload:hover {
	background-color: #1c5b2b !important;
}

button.vorschau:hover {
	background-color: #313185 !important;
}

button.zurueck:hover {
	background-color: #cc3e00 !important;
}

button.abbrechen:hover {
	background-color: #c00 !important;
}

button.speichern div,
button.vorschau div,
button.zurueck div,
button.abbrechen div,
button.upload div,
button.strafe div {
	background-image: url('gfx/button_sprites.png');
	background-repeat: no-repeat;
	background-size: 80px 120px;
	height: 40px;
	margin-top: 9px;
	width: 40px;
}

button.speichern div {
	background-position: 0px 0px;
}

button.vorschau div {
	background-position: -40px 0px;
}

button.zurueck div {
	background-position: 0px -40px;
}

button.abbrechen div {
	background-position: -40px -40px;
}

button.upload div {
	background-position: 0px -80px;
}

button.strafe div {
	background-position: 0px -80px;
}

button aside {
	height: 100%;
}

.main_width,
.content_width,
.news_block {
	min-width: 20.25em;
}

header,
.content_block,
nav.inner_border,
#Navigation_MainContent {
	width: 100%;
}

header,
.content_block,
nav.inner_border,
#Navigation_MainContent,
#Navigation_MainFooter {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	justify-content: center;
}

header,
.news_block,
.content_block {
	/*	-webkit-touch-callout:			none;
	-webkit-user-select:			none;
	-khtml-user-select:				none;
	-moz-user-select:				none;
	-ms-user-select:				none;
	user-select:					none;*/
}

header {
	position: fixed;
	top: 0;
	z-index: 9999;
}

header #SocialRow {
	background: rgba(0, 0, 0, .75);
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #bbb;
	display: flex;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

header #SocialRow #CountDown_Session {
	padding-left: 8px;
}

header #NavigationRow {
	border-color: rgba(0, 0, 0, .9);
	border-style: solid;
	border-width: 0.0625em 0 0 0;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	z-index: 9998;
}

nav {
	display: flex;
	width: 100%;
}

nav aside {
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#PopUp_Blocker {
	background: rgba(0, 0, 0, .9);
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999;
}

#PopUp_Content {
	padding-top: 130px;
	width: 306px;
	z-index: 100000;
}

#PopUp_Content .content_ribbon_subrow {
	margin-top: -2px;
}

.close_popup {
	float: right;
	height: 34px;
	position: relative;
	width: 64px;
	z-index: 100001;
}

.close_popup_edge,
.close_popup_x {
	float: left;
	height: 34px;
	width: 32px;
}

.close_popup_edge svg polygon {
	cursor: pointer;
}

.close_popup_x {
	background: #666;
	border-color: #fff;
	border-style: solid;
	border-width: 1px 1px 0 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	line-height: 34px;
}

.inner_close_popup_x {
	border-color: #000 #000 #4c4c4c #000;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	height: 33px;
	padding-left: 3px;
	width: 31px;
}

#PopUp_Content div.confirm,
#PopUp_Content div.cancel {
	cursor: pointer;
	width: 80px;
}

.popup__box {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.popup__box .popup__box-row {
	display: flex;
	flex-direction: row;
	height: 40px;
	justify-content: center;
	line-height: 40px;
	margin-bottom: 16px;
	width: 100%;
}

.popup__box .popup__box-row .popup__filter-text {
	margin-right: 8px;
}

.popup__box .popup__box-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.popup__box .popup__box-content img {
	border: 1px #666 solid;
	cursor: pointer;
	height: 117px;
	margin: 16px;
	object-fit: contain;
	width: 166px;
}

.popup.search {
	background: #e6e6e6;
	border: #666 solid 1px;
	border-radius: 2px;
	display: none;
	left: 0;
	position: absolute;
	top: -9px;
	width: 100%;
	z-index: 10000;
}

.popup.search div.verein_row {
	cursor: pointer;
	display: flex;
	height: 48px;
	line-height: 48px;
	width: 100%;
}

.popup.search div.verein_row:not(:last-child) {
	border-color: #666;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.popup.search div.verein_row:hover {
	background: #ccc;
}

.popup.search div.verein_row div {
	height: 48px;
	line-height: 48px;
}

.popup.search div.verein_row div.vid {
	display: none;
}

.popup.search div.verein_row div.logo {
	margin-right: 8px;
	width: 36px;
}

.popup.search div.verein_row div.logo img {
	height: 24px;
	margin: 12px 0 0 6px;
	width: 24px;
}

.popup.search div.verein_row div.name {
	overflow: hidden;
	width: 100%;
}

.popup.search div.verein_row_fehler {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.popup.search div.mitglied_row {
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 2px 10px;
	width: 100%;
}

.popup.search div.mitglied_row:hover {
	background-color: #bbb;
}

#VereinsLogo,
#Navigation_SGSText,
#Navigation_Menu,
nav,
#MainIndicator aside {
	background: #1c5b2b;
}

#VereinsLogo,
#Navigation_Menu,
#Navigation_EdgeBorder,
#Navigation_SGSText,
nav,
nav div {
	float: left;
}

#Navigation_EdgeBorder {
	background-image: url('gfx/navigation_edge_low.png');
	background-repeat: no-repeat;
	background-size: 30px 123px;
	height: 123px;
	width: 30px;
}

#VereinsLogo,
#Navigation_SGSText,
nav {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .25), 0px 2px 0px 0px rgba(0, 0, 0, .25), 0px 3px 0px 0px rgba(0, 0, 0, .25);
}

#VereinsLogo {
	background-image: url('gfx/header_logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#VereinsLogo a {
	display: block;
	height: inherit;
	width: inherit;
}

#Navigation_Menu {
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	cursor: pointer;
	height: 5.5625em;
	width: 160px;
}

#Navigation_Menu div.inner_border {
	height: 47px;
}

#Navigation_MenuButton {
	float: left;
	height: 42px;
	line-height: 4em;
	margin-top: 40px;
	text-align: center;
	width: 60px;
}

#Navigation_MenuText {
	font-size: 1.75em;
	height: 3.1785714285714285714285714285714em;
	line-height: 2.1071428571428571428571428571429em;
	padding-top: 1.0714285714285714285714285714286em;
	width: 100px;
}

#Navigation_MenuButton div.navigation_menu_subbutton {
	background: #eee;
	border-color: rgba(0, 0, 0, .9);
	border-radius: 3px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	height: 6px;
	margin: 4px 0 4px 0;
	width: 100%;
}

#Navigation_SGSText,
#Navigation_MenuText {
	color: #eee;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

#Navigation_SGSText {
	float: left;
	font-size: 1.75em;
	height: 3.2142857142857142857142857142857em;
	line-height: 2.1428571428571428571428571428571em;
	padding-top: 1.0714285714285714285714285714286em;
	text-align: left;
	width: 200px;
}

div.inner_border {
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	width: 100%;
}

#Breadcrumbs {
	float: left;
	height: 20px;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	z-index: 9997;
}

#Breadcrumbs div {
	color: #d1d1d1;
	float: left;
	font-size: 11px;
	height: inherit;
	line-height: 20px;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
}

#Breadcrumbs div.seperator {
	padding: 0 10px 0 10px;
}

#Breadcrumbs div a {
	color: #fff;
	height: inherit;
	width: inherit;
}

#Navigation_Content {
	height: 20px;
	position: relative;
	width: 100%;
	z-index: 9997;
}

#Navigation_MainContent_Outer {
	display: block;
	height: 20px;
	overflow: hidden;
	position: relative;
	width: inherit;
	z-index: 9996;
}

#Navigation_MainContent_Outer div.outer_border {
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 1px 0 1px;
	width: inherit;
}

#Navigation_MainContent {
	border-color: #000;
	border-style: solid;
	border-width: 0 1px 0 1px;
	height: 0px;
	position: relative;
	z-index: 9995;
}

#Navigation_MainContent,
#Navigation_MainFooter div.center div {
	background: rgba(14, 45, 21, .85);
}

#Navigation_MainFooter {
	height: 20px;
}

#Navigation_MainFooter div {
	height: inherit;
}

#Navigation_MainFooter div.links,
#Navigation_MainFooter div.rechts {
	background-image: url('gfx/navi_edges_low.png');
	background-repeat: no-repeat;
	background-size: 40px 20px;
	height: inherit;
	width: 20px;
}

#Navigation_MainFooter div.links {
	background-position: top left;
}

#Navigation_MainFooter div.rechts {
	background-position: top right;
}

#Navigation_MainFooter div.center {
	border-color: #d1d1d1;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#Navigation_MainFooter div.center div {
	height: 19px;
}

#Side_Navigation {
	background: rgba(25, 25, 25, .99);
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 151px;
	max-width: 273px;
	width: 0%;
	z-index: 10000;
}

#Side_Navigation .inner_border {
	border-width: 1px 1px 0 0;
}

.side_navigation_row,
.side_navigation_subrow {
	background-color: rgba(255, 255, 255, .05);
	border-color: #666;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 41px;
	line-height: 41px;
	width: inherit;
}

.side_navigation_subrow {
	background-color: rgba(255, 255, 255, .1);
}

.side_navigation_subrow:hover,
.side_navigation_subrow.activeSite {
	background-color: rgba(255, 255, 255, .15);
}

#Side_Navi_X,
#Side_Navi_Logout {
	background-color: rgba(255, 0, 0, .4);
}

.side_navigation_row.active {
	background-color: rgba(255, 255, 255, .2);
	cursor: default;
}

.side_navigation_row:not(.active):hover {
	background-color: rgba(255, 255, 255, .1);
}

.side_navigation_row div,
.side_navigation_subrow div:not(:first-child) {
	padding-left: 10px;
}

.side_navigation_subrow div:first-child {
	padding-left: 50px;
}

.side_navigation_row div:first-child {
	width: 40px;
}

.side_navigation_row div.text {
	flex: 1;
	max-width: 284px;
}

.side_navigation_row div.sub {
	padding-right: 10px;
	text-align: center;
	width: 40px;
}

.side_navigation_subblock {
	display: none;
	width: inherit;
}

.side_navigation_subblock.activeSite {
	display: block;
}

.slider_seperator {
	background: rgba(0, 0, 0, .9);
	float: left;
	height: 11.25em;
	margin-top: 0.625em;
	width: 0.0625em;
}

.invisible {
	display: none;
}

.hidden {
	visibility: hidden;
}

.white_fill {
	fill: rgb(255, 255, 255);
}

.grey_fill {
	fill: rgb(102, 102, 102);
}

.black_stroke,
.black_dot {
	stroke: rgb(0, 0, 0);
}

.darkgrey_stroke {
	stroke: rgb(51, 51, 51);
}

.white_stroke {
	stroke: rgb(255, 255, 255);
}

.black_stroke,
.darkgrey_stroke,
.white_stroke {
	stroke-width: 1;
}

.black_dot {
	stroke-width: 0;
}

.content_ribbon_row,
.content_ribbon_subrow {
	height: 32px;
	width: 100%;
}

.content_ribbon {
	float: left;
	height: inherit;
	line-height: 32px;
	width: auto;
	z-index: 500;
}

.content_ribbon div {
	float: left;
	height: inherit;
}

.content_ribbon div.outer_border {
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

.content_ribbon div.inner_border {
	border-width: 1px 0 0 1px;
}

.content_ribbon div.inner_border,
.content_ribbon_subrow div.inner_border.left {
	font-size: 22px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
}

.content_ribbon div.edge,
.content_ribbon_subrow div.edge,
.content_footer_row div.edge {
	height: 32px;
	width: 32px;
}

.content_ribbon_subrow {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 0 1px;
	display: flex;
	float: left;
	min-width: 306px;
}

#PopUp_Content .content_ribbon_subrow {
	border-width: 0 1px 0 1px;
}

.content_ribbon_subrow div.inner_border.left {
	background: #fff;
	border-width: 0 0 0 1px;
	color: #fff;
	flex: 0;
	height: inherit;
	white-space: nowrap;
}

.content_ribbon_subrow div.spacer {
	background: #fff;
	height: inherit;
	width: 32px;
}

.content_ribbon_subrow div.spacer div.dot {
	background: #000;
	height: 1px;
	left: 31px;
	position: relative;
	width: 1px;
}

.content_ribbon_subrow div.outer_border.center {
	background: #fff;
	flex: 1;
	height: inherit;
}

.content_ribbon_subrow div.outer_border.center div.inner_border.center {
	border-width: 1px 0 0 0;
	float: left;
	height: 31px;
	margin-top: 1px;
}

#PopUp_Content .content_ribbon_subrow div.outer_border.center div.inner_border.center {
	border-width: 1px 1px 0 0;
}

.content_content_block {
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 0 1px;
	float: left;
	min-height: 32px;
	width: 100%;
}

.content_content_block div.inner_border {
	background: #fff;
	border-width: 0 1px 0 1px;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.content_content_block div.inner_border div.main_content {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.content_footer_row {
	display: flex;
	float: left;
	height: 32px;
	min-width: 306px;
	width: 100%;
}

.content_footer_row div.outer_border {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	height: inherit;
	width: 100%;
}

.content_footer_row div.outer_border div.inner_border {
	background: #fff;
	border-width: 0 0 1px 0;
	height: 31px;
	width: inherit;
}

.flex_content {
	display: flex;
	margin-bottom: 32px;
}

.flex_content:last-child {
	margin-bottom: 0px;
}

.content_50 {
	display: inline-block;
	margin: 0 32px 0 32px;
	width: 50%;
}

.content_50:first-child {
	margin: 0 0 0 32px;
}

.content_100 {
	display: inline-block;
	margin: 0 32px 0 32px;
	width: 100%;
}

.content_block a {
	color: #1c5b2b;
}

.main_content h1 {
	border-color: #1c5b2b;
	border-style: solid;
	border-width: 0 0 5px 0;
	font-size: 22px;
	margin-bottom: 16px;
	width: 100%;
}

.main_content .content_50 h1:not(:first-child) {
	margin-top: 32px;
}

.main_content h2 {
	margin: 32px 0 8px 0;
}

.main_content .text {
	text-align: justify;
}

.main_content .link_block .text {
	display: flex;
	width: 100%;
}

.main_content .link_block .text:nth-of-type(even) {
	background: #eee;
}

.main_content .link_block .text .link_icon {
	height: 32px;
	margin: 0 8px 0 0;
	width: 32px;
}

.main_content .link_block .text .link_icon img {
	margin: 7px 0 0 7px;
}

.main_content .link_block .text .link_beschreibung,
.main_content .link_block .text .link_link {
	flex: 1;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	word-wrap: break-word;
}

.main_content .link_block .text .link_beschreibung a {
	color: #000;
	pointer-events: none;
}

.main_content .link_block .text .link_beschreibung a:hover {
	text-decoration: none;
}

.main_content .link_block .text .link_spacer {
	width: 16px;
}

.sub_content_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.sub_content_box .sub_double {
	padding: 0 8px 0 8px;
	width: 50%;
}

.sub_content_box .sub_triple {
	padding: 0 8px 0 8px;
	width: 33%;
}

.login_width {
	width: 30em;
}

.login_width .main_content div.input.mail {
	margin: 0 0 32px 0;
}

.login_width .main_content div.input.pass {
	margin: 0 0 4px 0;
}

.login_width .main_content .sub_input {
	padding: 0 32px 7px 32px;
	text-align: right;
	width: inherit;
}

.login_width .main_content .sub_input a {
	color: #666;
}

.login_width .main_content input.login {
	border: 1px solid #666;
	border-radius: 1px;
	float: left;
	width: 100%;
}

.login_width .main_content div {
	float: left;
}

.login_width .main_content div.input,
.login_width .main_content div.buttons,
.login_width .main_content div.slider_row {
	padding: 0 32px 0 32px;
	width: inherit;
}

.login_width .main_content hr {
	background: #1c5b2b;
	background-image: linear-gradient(to right, #ccc, #1c5b2b, #ccc);
	border: 0;
	float: left;
	height: 1px;
	margin: 0 32px 4px 32px;
	width: 412px;
}

.login_width .main_content div.slider_row {
	color: #666;
	display: flex;
	flex-wrap: wrap;
	margin-top: 31px;
	width: 100%;
}

.login_width .main_content div.slider_row .erinnern_text {
	width: 113px;
}

.login_width .main_content div.slider_row div:not(.slider.round) {
	height: 21px;
	line-height: 21px;
}

.login_width .main_content .slider_button {
	cursor: pointer;
	margin-left: 16px;
}

.login_width .main_content .slider_button .aktiv {
	font-weight: bold;
}

.slider_box {
	height: 12px;
	padding: 0 8px 0 8px;
}

.switch {
	display: inline-block;
	height: 12px;
	position: relative;
	width: 40px;
}

.switch input {
	display: none;
}

.slider {
	background-color: #1c5b2b;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.slider:before {
	background-color: white;
	bottom: 3px;
	content: "";
	height: 6px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 6px;
}

input:checked+.slider {
	background-color: #c00;
}

input:focus+.slider {
	box-shadow: 0 0 1px #c00;
}

input:checked+.slider:before {
	-ms-transform: translateX(28px);
	transform: translateX(28px);
}

.slider.round {
	border-radius: 6px;
}

.slider.round:before {
	border-radius: 50%;
}

.login_width .main_content form {
	width: inherit;
}

.login_width .main_content div.buttons .button_row {
	height: 40px;
	width: 100%;
}

.login_width .main_content div.buttons .button_row div {
	height: 40px;
	line-height: 40px;
}

.login_width .main_content div.buttons .button_row input {
	background: none;
	border: 0;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.login_width .main_content div.buttons .button_row .intern_icons {
	margin-left: 145px;
}

.content_main,
.content_main_inner {
	border-style: solid;
	border-width: 0 1px 0 1px;
}

.content_main {
	border-color: #fff;
	float: left;
	width: 100%;
}

.content_main_inner {
	background: #fff;
	border-color: #000;
	height: 100%;
	padding: 0 32px 0 32px;
	min-width: 284px;
}

.add_row,
.filter_row {
	display: flex;
	height: 91px;
	padding-bottom: 31px;
	line-height: 91px;
	text-align: center;
	width: 100%;
}

.add_row a {
	max-width: 242px;
}

.add_row a button {
	background: #f3f3f3;
	background: -o-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0);
	border: 1px #666 solid;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
}

.add_row a button:hover {
	background: #e0e0e0;
	background: -o-linear-gradient(top, #e0e0e0 0%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #e0e0e0 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #e0e0e0 0%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f3f3f3', GradientType=0);
	box-shadow: 0 0 3px #fff;
}

.add_row button div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px 48px;
	margin: 0;
	height: 48px;
	width: 48px;
}

.filter_row select {
	cursor: pointer;
	height: 48px;
	margin: 5px 0 0 8px;
	padding: 0 8px 0 8px;
}

.filter_row input[type=search] {
	width: 242px;
}

table.list {
	border-collapse: collapse;
	width: 100%;
}

table.list tr {
	background-color: #f6f6f6;
	cursor: pointer;
	height: 90px;
}

table.list.slim tr {
	height: 40px;
	max-height: 40px;
}

table.list tr.bold {
	font-weight: bold;
}

table.list tr.header,
table.list.slim tr.header {
	cursor: default;
	height: 48px;
	line-height: 48px;
}

table.list tr.header td {
	font-size: 2em;
	overflow: hidden;
	padding: 0 8px 0 8px;
	text-align: center !important;
}

table.list tr.spacer {
	height: 16px;
}

table.list.slim tr.spacer {
	height: 8px;
}

table.list tr td {
	border: 1px #666 solid;
	font-size: 1.75em;
	text-align: center;
}

table.list tr td.foto img {
	margin-bottom: -8px;
	margin-top: -4px;
}

table.list tr td.slider_zelle {
	cursor: default;
	width: 60px;
}

table.list tr td.slider_zelle .slider_box {
	margin-top: -22px;
}

table.list .slider_zelle .switch {
	cursor: pointer;
	width: 42px;
}

table.list tr td:not(.slider_zelle) div:first-child {
	height: 60px;
	line-height: 60px;
}

table.list tr td:not(.slider_zelle) div:last-child {
	height: 27px;
	line-height: 27px;
}

.input_row {
	padding: 8px 0 8px 0;
	width: 100%;
}

.input_row.hidden {
	display: none;
}

.description_row {
	padding: 8px 0 0 0;
	width: 100%;
}

.input_row.flex,
.input_row.flex div.input_subrow {
	display: flex;
}

.input_row.flex {
	flex-wrap: wrap;
}

div.input_subrow {
	height: 34px;
	line-height: 34px;
	margin: 8px 0 8px 0;
	min-width: 238px;
	width: inherit;
}

.input_row.flex div.input_subrow:first-child:not(.url) {
	padding-right: 16px;
}

.input_row_what {
	width: 130px;
}

.input_row button {
	border: 1px #666 solid !important;
	border-radius: 2px !important;
	margin-left: 16px;
}

.input_block {
	display: flex;
	width: 100%;
}

.input_subblock {
	width: 50%;
}

.input_subblock.flex {
	display: flex;
}

.button_row {
	display: flex;
	height: 60px;
	line-height: 60px;
	margin-top: 32px;
	width: 100%;
}

.info_row {
	color: #666;
	font-weight: bold;
	margin-bottom: 32px;
	text-align: center;
	width: 100%;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------- Dashboard START ----------------------------- */
#Dashboard {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
}

.dashboard {
	align-items: flex-start;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-wrap: nowrap;
	gap: 8px;
	max-width: 33%;
	min-width: 25%;
	/*220px*/
	width: 220px;
}

.dashboard>* {
	padding: 8px;
	width: 100%;
}

.dashboard .header {
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	line-height: 24px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}

.dashboard button {
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 100%);
	background: #666;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 100%);
	background-color: #666;
	border: 1px #666 solid;
	border-radius: 5px;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,.5)', endColorstr='rgba(0,0,0,0)', GradientType=0);
	height: 60px;
	line-height: 60px;
	min-width: 120px;
	transition: background-color 250ms linear;
}

.dashboard button:hover {
	background-color: #1c5b2b;
}

.dashboard .add {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.dashboard .add button {
	font-size: 36px;
}

.popup--addDash {
	width: 100%;
	padding: 8px 0;
}

.popup--addDash button {
	background-color: #666;
	border-color: #666;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
	height: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
	transition: background-color 250ms linear;
	width: 100%;
}

.dashboard .header.green,
.popup--addDash button.green:hover {
	background-color: #1c5b2b;
}

.dashboard .header.red,
.popup--addDash button.red:hover {
	background-color: #c00;
}

.dashboard .header.blue,
.popup--addDash button.blue:hover {
	background-color: rgb(15, 18, 187);
}

.dashboard .header.violet,
.popup--addDash button.violet:hover {
	background-color: rgb(111, 17, 165);
}

.dashboard .header.yellow,
.popup--addDash button.yellow:hover {
	background-color: rgb(153, 144, 21);
}

.dashboard-row {
	padding: 2px 8px;
}

.dashboard-row.heute {
	background-color: hsla(134.3, 52.9%, 23.3%, 25%);
	font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* --------------------------- Liga-Editor START ---------------------------- */
#Liga_Erstellen_Editor .input_row.flex div.input_subrow {
	width: 50%;
}

#Liga_Erstellen_Editor .input_row.flex div.anstosszeit,
div.input_subrow div:first-child:not(.button_img) {
	padding-right: 16px;
	min-width: 157px;
	width: 157px;
}

#Liga_Erstellen_Editor .input_row.flex div.anstosszeit {
	height: 34px;
	line-height: 34px;
}

#Liga_Erstellen_Editor .mannschaft_liste {
	background-color: #f6f6f6;
	height: 34px;
	line-height: 34px;
	margin-top: 16px;
	text-align: center;
}

#Liga_Erstellen_Editor .sgs_team_liste {
	width: 100%;
}

#Liga_Erstellen_Editor .sgs_team_liste select:not(:first-child) {
	margin-top: 8px;
}

#Liga_Erstellen_Editor .slider_box {
	padding: 0;
}

#Liga_Erstellen_Editor label.switch {
	width: 100px;
}

#Liga_Erstellen_Editor input:checked+.slider:before {
	-ms-transform: translateX(88px);
	transform: translateX(88px);
}

#Liga_Mannschaften_Liste .slider_box {
	margin-left: 16px;
}

#Liga_Mannschaften_Liste div.input_subrow {
	width: 100% !important;
}

/* -------------------------------------------------------------------------- */
/* --------------------------- Pokal-Editor START --------------------------- */
#Pokal_Erstellen_Editor .sgs_team_liste {
	width: 100%;
}

#Pokal_Erstellen_Editor .sgs_team_liste select:not(:first-child) {
	margin-top: 8px;
}

#Pokal_Erstellen_Editor .slider_box {
	padding: 0;
}

#Pokal_Erstellen_Editor label.switch {
	width: 100px;
}

#Pokal_Erstellen_Editor input:checked+.slider:before {
	-ms-transform: translateX(88px);
	transform: translateX(88px);
}

#Pokal_Mannschaften_Liste .slider_box {
	margin-left: 16px;
}

/* -------------------------------------------------------------------------- */
/* ------------------------- Turnier-Editor START --------------------------- */
#Turnier_Erstellen_Editor .input_row.flex div.input_subrow {
	width: 50%;
}

#Turnier_Erstellen_Editor .input_row.flex div.anstosszeit,
div.input_subrow div:first-child:not(.button_img) {
	padding-right: 16px;
	min-width: 157px;
	width: 157px;
}

#Turnier_Erstellen_Editor .input_row.flex div.anstosszeit {
	height: 34px;
	line-height: 34px;
}

#Turnier_Erstellen_Editor .mannschaft_liste {
	background-color: #f6f6f6;
	height: 34px;
	line-height: 34px;
	margin-top: 16px;
	text-align: center;
}

#Turnier_Erstellen_Editor .sgs_team_liste {
	width: 100%;
}

#Turnier_Erstellen_Editor .sgs_team_liste select:not(:first-child) {
	margin-top: 8px;
}

#Turnier_Erstellen_Editor .slider_box {
	padding: 0;
}

#Turnier_Erstellen_Editor label.switch {
	width: 100px;
}

#Turnier_Erstellen_Editor input:checked+.slider:before {
	-ms-transform: translateX(88px);
	transform: translateX(88px);
}

#Turnier_Mannschaften_Liste .slider_box {
	margin-left: 16px;
}

#Turnier_Mannschaften_Liste div.input_subrow {
	width: 100% !important;
}

/* -------------------------------------------------------------------------- */
/* -------------------------- News-Übersicht START -------------------------- */
#News_Overview td.kategorie {
	padding: 0 8px 0 8px;
	width: 77px;
}

#News_Overview td.kategorie img {
	height: 60px;
	width: 60px;
}

#News_Overview td.bild {
	width: 110px;
}

#News_Overview td.titel {
	font-size: 2em;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 8px 0 8px;
	text-align: left;
	width: 100%;
}

/* -------------------------------------------------------------------------- */
/* ----------------------- Mannschaften-Übersicht START --------------------- */
#Mannschaften_Overview td.id,
#Mannschaften_Overview td.kurz {
	cursor: default;
	min-width: 110px;
	overflow: hidden;
	padding: 0 8px 0 8px;
	width: 110px;
}

#Mannschaften_Overview td.name {
	cursor: default;
	overflow: hidden;
	padding: 0 8px 0 8px;
	text-align: left;
	width: 100%;
}

#Mannschaften_Overview td.anstoss input {
	display: block;
	margin-top: 1px;
	margin-left: 13px;
}

#Mannschaften_Overview td.slider_zelle {
	min-width: 148px;
	width: 148px;
}

#Mannschaften_Overview .slider_zelle .switch {
	width: 42px;
}

/* -------------------------------------------------------------------------- */
/* ------------------------- Vereine-Übersicht START ------------------------ */
.add_row button.add_verein div {
	background-image: url('gfx/add_verein.png');
}

#Vereine_Overview td:not(.slider_zelle) {
	overflow: hidden;
	padding: 0 8px 0 8px;
}

#Vereine_Overview td.logo {
	border-right-width: 0px;
	width: 99px;
}

#Vereine_Overview td.logo img {
	height: 33px;
	margin-bottom: -6px;
	width: 33px;
}

#Vereine_Overview td.name {
	border-left-width: 0px;
	text-align: left;
	width: 100%;
}

#Vereine_Overview td.kreis {
	min-width: 370px;
	width: 370px;
}

#Vereine_Overview td.slider_zelle,
#Vereine_Overview td.plaetze,
#Vereine_Overview td.spgs {
	min-width: 116px;
	width: 116px;
}

#Vereine_Overview .slider_zelle .switch {
	width: 42px;
}

/* -------------------------------------------------------------------------- */
/* -------------------------- Vereine-Editor START -------------------------- */
#Verein_Editor #Plaetze_Box div.zaehler {
	width: inherit;
}

#Verein_Editor #Plaetze_Box div.zaehler:not(#Platz_1) {
	margin-top: 32px;
}

.button_row button.add_platz,
.button_row button.add_stichwort {
	background: #f3f3f3;
	background: -o-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0);
	border: 1px #666 solid;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	height: 34px;
	line-height: 30px;
	text-align: center;
	width: 60px;
}

.button_row button.add_platz:hover {
	background: #e0e0e0;
	background: -o-linear-gradient(top, #e0e0e0 0%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #e0e0e0 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #e0e0e0 0%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f3f3f3', GradientType=0);
	box-shadow: 0 0 3px #fff;
}

.button_row button.add_platz div {
	background-image: url('gfx/add_platz.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px 30px;
	margin: 0;
	height: 30px;
	width: 48px;
}

.button_row button.add_stichwort {
	font-size: 24px;
}

#Verein_Logo,
#Sponsoren_Grafik {
	display: flex;
	flex-wrap: wrap;
}

#Verein_Logo .aktuelles_logo,
#Verein_Logo .logo_hochladen,
#Sponsoren_Grafik .aktuelles_logo,
#Sponsoren_Grafik .logo_hochladen {
	flex: 1;
}

#Verein_Logo .aktuelles_logo .header,
#Verein_Logo .logo_hochladen .header,
#Sponsoren_Grafik .aktuelles_logo .header,
#Sponsoren_Grafik .logo_hochladen .header {
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
	text-align: center;
	width: inherit;
}

#Verein_Logo .aktuelles_logo div.content,
#Verein_Logo .logo_hochladen div.content,
#Verein_Logo .aktuelles_logo div.button,
#Sponsoren_Grafik .aktuelles_logo div.content,
#Sponsoren_Grafik .logo_hochladen div.content {
	display: flex;
	margin-top: 16px;
	text-align: center;
	width: inherit;
}

#Verein_Logo .logo_hochladen div.content,
#Sponsoren_Grafik .logo_hochladen div.content {
	margin-top: 0px;
	min-height: 100px;
	min-width: 100px;
}

#Verein_Logo .aktuelles_logo div.content div,
#Sponsoren_Grafik .aktuelles_logo div.content div {
	background-color: #f6f6f6;
	border-color: #666;
	border-radius: 11px;
	border-style: solid;
	border-width: 1px;
	height: 100px;
	min-height: 100px;
	min-width: 100px;
	padding: 4px;
	width: 100px;
}

#Verein_Logo .logo_hochladen div.button,
#Sponsoren_Grafik .logo_hochladen div.button {
	width: 100px;
}

#Plaetze_Box .input_row:first-child {
	margin-top: 6px;
}

.logo_hochladen #Hochladen_Dragbox.dragbox {
	height: 100px;
	width: 100px;
}

.logo_hochladen #Hochladen_Dragbox.dragbox div.add_box {
	border-width: 1px;
	height: 100px;
	min-height: 100px;
	min-width: 100px;
	width: 100px;
}

.logo_hochladen #Hochladen_Dragbox.dragbox div.add_box label {
	height: 98px;
	line-height: 98px;
	margin-top: -4px;
	width: 98px;
}

.logo_hochladen #Hochladen_Dragbox.dragbox div.add_box img:not(.loadingIcon) {
	height: 98px;
	object-fit: cover;
	width: 98px;
}

.logo_hochladen #Hochladen_Dragbox.dragbox div.add_box img.loadingIcon {
	margin: 22px 0 0 22px;
}

.logo_hochladen #Hochladen_Dragbox.dragbox div.add_box div.progressbar {
	height: 8px;
	top: 90px;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------- SPG-Übersicht START ------------------------- */
.add_row button.add_spielgemeinschaft div {
	background-image: url('gfx/add_spielgemeinschaft.png');
}

#Gemeinschaften_Overview td:not(.slider_zelle) {
	overflow: hidden;
	padding: 0 8px 0 8px;
}

#Gemeinschaften_Overview td.logo {
	border-right-width: 0px;
	width: 99px;
}

#Gemeinschaften_Overview td.logo img {
	height: 33px;
	margin-bottom: -6px;
	width: 33px;
}

#Gemeinschaften_Overview td.name {
	border-left-width: 0px;
	text-align: left;
	width: 100%;
}

#Gemeinschaften_Overview td.slider_zelle,
#Gemeinschaften_Overview td.plaetze {
	min-width: 116px;
	width: 116px;
}

#Gemeinschaften_Overview .slider_zelle .switch {
	width: 42px;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------- News-Editor START --------------------------- */
#News_Editor .top_row {
	display: flex;
	height: 65px;
	width: 100%;
}

#News_Editor .top_row select {
	background: #f6f6f6;
	border: 1px #666 solid;
	border-radius: 2px;
	height: 34px;
	line-height: 34px;
	padding: 0 5px 2px 5px;
	width: 150px;
}

#News_Editor .titel_block {
	flex: 1;
	padding-left: 16px;
}

#News_Editor .titel_block input {
	background: #f6f6f6;
	border: 1px #666 solid;
	border-radius: 2px;
	height: 34px;
	line-height: 34px;
	padding: 0 9px 0 9px;
	width: 100%;
}

#News_Editor .titel_block div,
#News_Editor .save_row {
	color: #666;
	font-size: 14px;
	font-style: italic;
	height: 20px;
	line-height: 20px;
	padding-left: 11px;
}

#News_Editor .save_row {
	width: 100%;
}

#News_Editor .bild_block {
	padding: 0 0 0 10px;
	height: 112px;
}

#News_Editor .bild_block div {
	float: left;
}

#News_Editor .bild_block div:first-child {
	height: 34px;
	line-height: 34px;
	margin-top: 31px;
	padding-right: 16px;
}

#News_Editor .bild_block div img {
	border: 1px #666 solid;
	border-radius: 2px;
	height: 96px;
	object-fit: contain;
	width: 137px;
}

#News_Editor .bbcode_row {
	background: #666;
	border-radius: 2px 2px 0 0;
	height: 54px;
	line-height: 54px;
	padding: 10px;
	width: 100%;
}

#News_Editor .bbcode_row button,
.input_row button {
	background: #f3f3f3;
	background: -o-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0);
	border: 1px #000 solid;
	border-radius: 7px;
	cursor: pointer;
	float: left;
	height: 34px;
	line-height: 30px;
	text-align: center;
	width: 34px;
}

#News_Editor .bbcode_row button:hover,
.input_row button:hover {
	background: #e0e0e0;
	background: -o-linear-gradient(top, #e0e0e0 0%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #e0e0e0 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #e0e0e0 0%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f3f3f3', GradientType=0);
	box-shadow: 0 0 3px #fff;
}

#News_Editor .bbcode_row button.bold {
	font-weight: bold;
}

#News_Editor .bbcode_row button.italic {
	font-style: italic;
}

#News_Editor .bbcode_row button.underline {
	text-decoration: underline;
}

#News_Editor .bbcode_row button.strike {
	text-decoration: line-through;
}

#News_Editor .bbcode_row #BBCode_Formatierung {
	color: #f6f6f6;
	float: left;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin-top: -10px;
	padding-right: 10px;
}

#News_Editor .bbcode_row button:not(:last-child) {
	margin-right: 10px;
}

#News_Editor .textarea_block {
	background: #f6f6f6;
	border-color: #666;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-radius: 0px 0px 2px 2px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px 9px 5px 9px;
	resize: none;
	white-space: pre-wrap;
	width: 100%;
}

#News_Editor .textarea_block:hover {
	cursor: text;
}

/* -------------------------------------------------------------------------- */
/* ----------------------- Wettbewerbe-Übersicht START ---------------------- */
.add_row button.add_liga div {
	background-image: url('gfx/add_liga.png');
}

.add_row button.add_pokal div {
	background-image: url('gfx/add_pokal.png');
}

.add_row button.add_turnier div {
	background-image: url('gfx/add_turnier.png');
}

/* -------------------------------------------------------------------------- */
/* ----------------------- Mitglieder-Übersicht START ----------------------- */
.add_row button.add_verein div {
	background-image: url('gfx/add_verein.png');
}

#Mitglieder_Overview tr.highlight {
	background-color: #e8b9dd;
}

#Mitglieder_Overview td:not(.slider_zelle) {
	overflow: hidden;
	padding: 0 8px 0 8px;
}

#Mitglieder_Overview td.vorname,
#Mitglieder_Overview td.name {
	text-align: left;
	width: 50%;
}

#Mitglieder_Overview td.geb_tag {
	min-width: 200px;
	text-align: left;
	width: 200px;
}

#Mitglieder_Overview td.team {
	text-align: center;
}

#Mitglieder_Overview td.team,
#Mitglieder_Overview td.alter {
	min-width: 110px;
	width: 110px;
}

#Mitglieder_Overview td.status {
	min-width: 147px;
	width: 147px;
}

/* -------------------------------------------------------------------------- */
/* ------------------------- Mitglieder-Editor START ------------------------ */
.plz {
	max-width: 110px;
}

.plz_spacer {
	padding: 0 8px 0 8px;
	width: 20px;
	text-align: center;
}

/* -------------------------------------------------------------------------- */
/* ----------------------- Liga_Spieltag_Editor START ----------------------- */
/* ----------------------- Pokal_Spieltag_Editor START ---------------------- */
#Liga_Spieltag_Editor .liga_st_header,
#Liga_Spieltag_Editor .liga_st_name,
#Liga_Spieltag_Editor .liga_st_buttons,
#Liga_Spieltag_Editor .liga_st_general,
#Pokal_Spieltag_Editor .pokal_st_header,
#Pokal_Spieltag_Editor .pokal_st_name,
#Pokal_Spieltag_Editor .pokal_st_buttons,
#Pokal_Spieltag_Editor .pokal_st_general,
#Turnier_Spieltag_Editor .turnier_st_header,
#Turnier_Spieltag_Editor .turnier_st_name,
#Turnier_Spieltag_Editor .turnier_st_buttons,
#Turnier_Spieltag_Editor .turnier_st_general {
	text-align: center;
	width: 100%;
}

#Turnier_Spieltag_Editor .turnier_st_buttons {
	display: flex;
	gap: 2rem;
	justify-content: center;
}

#Liga_Spieltag_Editor .liga_st_name,
#Pokal_Spieltag_Editor .pokal_st_name,
#Turnier_Spieltag_Editor .turnier_st_name {
	background-color: #f6f6f6;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
}

#Liga_Spieltag_Editor .liga_st_buttons,
#Liga_Spieltag_Editor .liga_st_general,
#Pokal_Spieltag_Editor .pokal_st_buttons,
#Pokal_Spieltag_Editor .pokal_st_general,
#Turnier_Spieltag_Editor .turnier_st_buttons,
#Turnier_Spieltag_Editor .turnier_st_general {
	height: 40px;
	line-height: 40px;
}

#Liga_Spieltag_Editor .liga_st_buttons div,
#Liga_Spieltag_Editor .liga_st_general div,
#Pokal_Spieltag_Editor .pokal_st_buttons div,
#Pokal_Spieltag_Editor .pokal_st_general div,
#Turnier_Spieltag_Editor .turnier_st_buttons div,
#Turnier_Spieltag_Editor .turnier_st_general div {
	float: left;
	width: 50%;
}

.next_st_dropdown {
	margin-left: -4px;
	margin-right: 4px;
}

.next_st_dropdown,
.next_st_button {
	float: left;
	width: 25% !important;
}

#Liga_Spieltag_Editor .liga_st_buttons div:first-child,
#Liga_Spieltag_Editor .liga_st_general div:first-child,
#Pokal_Spieltag_Editor .pokal_st_buttons div:first-child,
#Pokal_Spieltag_Editor .pokal_st_general div:first-child,
#Turnier_Spieltag_Editor .turnier_st_buttons div:first-child,
#Turnier_Spieltag_Editor .turnier_st_general div:first-child {
	text-align: right;
}

#Liga_Spieltag_Editor .liga_st_buttons div:last-child,
#Liga_Spieltag_Editor .liga_st_general div:last-child,
#Pokal_Spieltag_Editor .pokal_st_buttons div:last-child,
#Pokal_Spieltag_Editor .pokal_st_general div:last-child,
#Turnier_Spieltag_Editor .turnier_st_buttons div:last-child,
#Turnier_Spieltag_Editor .turnier_st_general div:last-child {
	text-align: left;
}

#Liga_Spieltag_Editor .liga_st_general div:last-child input,
#Pokal_Spieltag_Editor .pokal_st_general div:last-child input,
#Turnier_Spieltag_Editor .turnier_st_general div:last-child input {
	margin-left: 16px;
}

#Pokal_Spieltag_Editor .ansetzung_row input.team,
#Freundschaftsspiele_Editor .ansetzung_row input.team {
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding: 0 5px 2px 32px;
}

#Liga_Spieltag.liga_st_content,
#Liga_Spieltag .ansetzungen,
#Pokal_Spieltag.pokal_st_content,
#Pokal_Spieltag .ansetzungen,
#Turnier_Spieltag.turnier_st_content,
#Turnier_Spieltag .ansetzungen,
#Freundschaftsspiele.freund_st_content,
#Freundschaftsspiele .ansetzungen {
	width: 100%;
}

#Liga_Spieltag .ansetzungen,
#Pokal_Spieltag .ansetzungen,
#Turnier_Spieltag .ansetzungen,
#Freundschaftsspiele .ansetzungen {
	background-color: #f6f6f6;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 100%;
}

#Liga_Spieltag .ansetzungen,
#Pokal_Spieltag .ansetzungen,
#Turnier_Spieltag .ansetzungen {
	margin-top: 16px;
}

#Liga_Spieltag .ansetzung_row,
#Liga_Spieltag .ansetzung_subrow,
#Pokal_Spieltag .ansetzung_row,
#Pokal_Spieltag .ansetzung_subrow,
#Turnier_Spieltag .ansetzung_row,
#Turnier_Spieltag .ansetzung_subrow,
#Freundschaftsspiele .ansetzung_row,
#Freundschaftsspiele .ansetzung_subrow {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#Liga_Spieltag .ansetzung_subrow.links,
#Liga_Spieltag .ansetzung_subrow.rechts,
#Pokal_Spieltag .ansetzung_subrow.links,
#Pokal_Spieltag .ansetzung_subrow.rechts,
#Turnier_Spieltag .ansetzung_subrow.links,
#Turnier_Spieltag .ansetzung_subrow.rechts,
#Freundschaftsspiele .ansetzung_subrow.links,
#Freundschaftsspiele .ansetzung_subrow.rechts {
	width: 50%;
}

#Liga_Spieltag .ansetzung_row,
#Pokal_Spieltag .ansetzung_row,
#Turnier_Spieltag .ansetzung_row,
#Freundschaftsspiele .ansetzung_row {
	padding: 8px 0 8px 0;
}

#Liga_Spieltag .ansetzung_row:nth-of-type(even),
#Pokal_Spieltag .ansetzung_row:nth-of-type(even),
#Turnier_Spieltag .ansetzung_row:nth-of-type(even),
#Freundschaftsspiele .ansetzung_row:nth-of-type(even) {
	background-color: #f6f6f6;
}

#Liga_Spieltag .ansetzung_subrow,
#Pokal_Spieltag .ansetzung_subrow,
#Turnier_Spieltag .ansetzung_subrow,
#Freundschaftsspiele .ansetzung_subrow {
	height: 40px;
	line-height: 40px;
}

#Liga_Spieltag .ansetzung_subrow .datum,
#Liga_Spieltag .ansetzung_subrow .anstoss,
#Liga_Spieltag .ansetzung_subrow .staige,
#Pokal_Spieltag .ansetzung_subrow .datum,
#Pokal_Spieltag .ansetzung_subrow .anstoss,
#Pokal_Spieltag .ansetzung_subrow .staige,
#Turnier_Spieltag .ansetzung_subrow .datum,
#Turnier_Spieltag .ansetzung_subrow .anstoss,
#Freundschaftsspiele .ansetzung_subrow .datum,
#Freundschaftsspiele .ansetzung_subrow .anstoss,
#Freundschaftsspiele .ansetzung_subrow .staige {
	display: flex;
	min-width: 33%;
	width: 33%;
}

#Liga_Spieltag .ansetzung_subrow .sonstiges,
#Liga_Spieltag .ansetzung_subrow .sportplatz,
#Pokal_Spieltag .ansetzung_subrow .sonstiges,
#Pokal_Spieltag .ansetzung_subrow .sportplatz,
#Turnier_Spieltag .ansetzung_subrow .sonstiges,
#Turnier_Spieltag .ansetzung_subrow .sportplatz,
#Freundschaftsspiele .ansetzung_subrow .sonstiges,
#Freundschaftsspiele .ansetzung_subrow .sportplatz {
	display: flex;
	min-width: 50%;
	width: 50%;
}

#Liga_Spieltag .ansetzung_subrow .datum div:first-child,
#Liga_Spieltag .ansetzung_subrow .anstoss div:first-child,
#Liga_Spieltag .ansetzung_subrow .staige div:first-child,
#Pokal_Spieltag .ansetzung_subrow .datum div:first-child,
#Pokal_Spieltag .ansetzung_subrow .anstoss div:first-child,
#Pokal_Spieltag .ansetzung_subrow .staige div:first-child,
#Turnier_Spieltag .ansetzung_subrow .datum div:first-child,
#Turnier_Spieltag .ansetzung_subrow .anstoss div:first-child,
#Turnier_Spieltag .ansetzung_subrow .staige div:first-child,
#Freundschaftsspiele .ansetzung_subrow .datum div:first-child,
#Freundschaftsspiele .ansetzung_subrow .anstoss div:first-child,
#Freundschaftsspiele .ansetzung_subrow .staige div:first-child {
	max-width: 70px;
	min-width: 60px;
	width: 60px;
}

#Liga_Spieltag .ansetzung_subrow .sonstiges div:first-child,
#Liga_Spieltag .ansetzung_subrow .sportplatz div:first-child,
#Pokal_Spieltag .ansetzung_subrow .sonstiges div:first-child,
#Pokal_Spieltag .ansetzung_subrow .sportplatz div:first-child,
#Turnier_Spieltag .ansetzung_subrow .sonstiges div:first-child,
#Turnier_Spieltag .ansetzung_subrow .sportplatz div:first-child,
#Freundschaftsspiele .ansetzung_subrow .sonstiges div:first-child,
#Freundschaftsspiele .ansetzung_subrow .sportplatz div:first-child {
	max-width: 90px;
	min-width: 90px;
	width: 90px;
}

#Liga_Spieltag .ansetzung_subrow .datum div:last-child,
#Liga_Spieltag .ansetzung_subrow .anstoss div:last-child,
#Liga_Spieltag .ansetzung_subrow .sonstiges div:last-child,
#Liga_Spieltag .ansetzung_subrow .sportplatz div:last-child,
#Pokal_Spieltag .ansetzung_subrow .datum div:last-child,
#Pokal_Spieltag .ansetzung_subrow .anstoss div:last-child,
#Pokal_Spieltag .ansetzung_subrow .sonstiges div:last-child,
#Pokal_Spieltag .ansetzung_subrow .sportplatz div:last-child,
#Turnier_Spieltag .ansetzung_subrow .datum div:last-child,
#Turnier_Spieltag .ansetzung_subrow .anstoss div:last-child,
#Turnier_Spieltag .ansetzung_subrow .sonstiges div:last-child,
#Turnier_Spieltag .ansetzung_subrow .sportplatz div:last-child,
#Freundschaftsspiele .ansetzung_subrow .datum div:last-child,
#Freundschaftsspiele .ansetzung_subrow .anstoss div:last-child,
#Freundschaftsspiele .ansetzung_subrow .sonstiges div:last-child,
#Freundschaftsspiele .ansetzung_subrow .sportplatz div:last-child {
	flex: 1;
}

#Liga_Spieltag .ansetzung_subrow .block.links,
#Liga_Spieltag .ansetzung_subrow .block.mitte,
#Liga_Spieltag .ansetzung_subrow .block.rechts,
#Pokal_Spieltag .ansetzung_subrow .block.links,
#Pokal_Spieltag .ansetzung_subrow .block.mitte,
#Pokal_Spieltag .ansetzung_subrow .block.rechts,
#Turnier_Spieltag .ansetzung_subrow .block.links,
#Turnier_Spieltag .ansetzung_subrow .block.mitte,
#Turnier_Spieltag .ansetzung_subrow .block.rechts,
#Freundschaftsspiele .ansetzung_subrow .block.links,
#Freundschaftsspiele .ansetzung_subrow .block.mitte,
#Freundschaftsspiele .ansetzung_subrow .block.rechts {
	display: flex;
	flex-wrap: wrap;
}

#Liga_Spieltag .ansetzung_subrow .block.links .block.tore,
#Pokal_Spieltag .ansetzung_subrow .block.links .block.tore,
#Turnier_Spieltag .ansetzung_subrow .block.links .block.tore,
#Freundschaftsspiele .ansetzung_subrow .block.links .block.tore {
	margin: 0 0 0 16px;
}

#Liga_Spieltag .ansetzung_subrow .block.rechts .block.tore,
#Pokal_Spieltag .ansetzung_subrow .block.rechts .block.tore,
#Turnier_Spieltag .ansetzung_subrow .block.rechts .block.tore,
#Freundschaftsspiele .ansetzung_subrow .block.rechts .block.tore {
	margin: 0 16px 0 0;
}

#Liga_Spieltag .ansetzung_subrow .block.mitte,
#Pokal_Spieltag .ansetzung_subrow .block.mitte,
#Turnier_Spieltag .ansetzung_subrow .block.mitte,
#Freundschaftsspiele .ansetzung_subrow .block.mitte {
	margin: 0 16px 0 16px;
}

#Liga_Spieltag .ansetzung_subrow .block.links,
#Liga_Spieltag .ansetzung_subrow .block.rechts,
#Pokal_Spieltag .ansetzung_subrow .block.links,
#Pokal_Spieltag .ansetzung_subrow .block.rechts,
#Turnier_Spieltag .ansetzung_subrow .block.links,
#Turnier_Spieltag .ansetzung_subrow .block.rechts,
#Freundschaftsspiele .ansetzung_subrow .block.links,
#Freundschaftsspiele .ansetzung_subrow .block.rechts {
	flex: 1;
}

#Liga_Spieltag .ansetzung_subrow .block.mitte,
#Pokal_Spieltag .ansetzung_subrow .block.mitte,
#Turnier_Spieltag .ansetzung_subrow .block.mitte,
#Freundschaftsspiele .ansetzung_subrow .block.mitte {
	max-width: 40px;
	min-width: 40px;
	width: 40px;
}

#Liga_Spieltag .ansetzung_subrow .block.mitte div,
#Pokal_Spieltag .ansetzung_subrow .block.mitte div,
#Turnier_Spieltag .ansetzung_subrow .block.mitte div,
#Freundschaftsspiele .ansetzung_subrow .block.mitte div {
	text-align: center;
	width: inherit;
}

#Liga_Spieltag .ansetzung_subrow .block.select,
#Pokal_Spieltag .ansetzung_subrow .block.input,
#Turnier_Spieltag .ansetzung_subrow .block.select,
#Freundschaftsspiele .ansetzung_subrow .block.input {
	flex: 1;
}

#Liga_Spieltag .ansetzung_subrow .block.select select,
#Pokal_Spieltag .ansetzung_subrow .block.input input,
#Turnier_Spieltag .ansetzung_subrow .block.select select,
#Freundschaftsspiele .ansetzung_subrow .block.input input {
	width: 100%;
}

#Turnier_Spieltag.locked .ansetzung_subrow .block.select select {
	appearance: none;
	background-color: transparent;
	border: 0;
	cursor: initial;
	padding: 0 5px 2px 32px;
}

#Turnier_Spieltag.locked .ansetzung_subrow .links .block.select select {
	text-align: right;
	background-position: right center;
	padding: 0 32px 2px 5px;
}

#Turnier_Spieltag.locked .ansetzung_subrow .block.select select:disabled {
	color: black;
	opacity: 1;
}

#Liga_Spieltag .ansetzung_subrow .block.tore,
#Liga_Spieltag .ansetzung_subrow .block.tore div,
#Pokal_Spieltag .ansetzung_subrow .block.tore,
#Pokal_Spieltag .ansetzung_subrow .block.tore div,
#Turnier_Spieltag .ansetzung_subrow .block.tore,
#Turnier_Spieltag .ansetzung_subrow .block.tore div,
#Freundschaftsspiele .ansetzung_subrow .block.tore,
#Freundschaftsspiele .ansetzung_subrow .block.tore div {
	max-width: 55px;
	min-width: 55px;
	width: 55px;
}

#Pokal_Spieltag .ansetzung_subrow .block.suffix,
#Turnier_Spieltag .ansetzung_subrow .block.suffix,
#Freundschaftsspiele .ansetzung_subrow .block.suffix {
	margin-left: 16px;
}

#Pokal_Spieltag .ansetzung_subrow .block.suffix .roemisch,
#Turnier_Spieltag .ansetzung_subrow .block.suffix .roemisch,
#Freundschaftsspiele .ansetzung_subrow .block.suffix .roemisch {
	width: 55px;
}

#Liga_Spieltag .ansetzung_subrow.button,
#Pokal_Spieltag .ansetzung_subrow.button,
#Turnier_Spieltag .ansetzung_subrow.button,
#Freundschaftsspiele .ansetzung_subrow.button {
	display: none;
}

#Liga_Spieltag .ansetzung_subrow.button button.einklappen_button,
#Pokal_Spieltag .ansetzung_subrow.button button.einklappen_button,
#Turnier_Spieltag .ansetzung_subrow.button button.einklappen_button,
#Freundschaftsspiele .ansetzung_subrow.button button.einklappen_button {
	display: none;
}

#Liga_Spieltag .ansetzung_subrow.button button,
#Pokal_Spieltag .ansetzung_subrow.button button,
#Turnier_Spieltag .ansetzung_subrow.button button,
#Freundschaftsspiele .ansetzung_subrow.button button {
	width: 100%;
}

/* ----------------------- Turnier_Spieltag_Editor START ---------------------- */
.gruppen .gruppen--content,
.two_groups {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 2rem;
	padding: 1rem 0;
}

.two_groups div:not(.header) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 50%;
}

.two_groups div .header {
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.two_groups table {
	border-collapse: collapse;
}

.two_groups table th {
	background-color: #e0e0e0;
}

.two_groups table tr:nth-of-type(even) {
	background-color: #f6f6f6;
}

.two_groups table .logo {
	width: 30px;
}

.two_groups table .logo img {
	margin-top: 4px;
}

.two_groups table .platzierung,
.two_groups table .spiele,
.two_groups table .siege,
.two_groups table .unentschieden,
.two_groups table .niederlagen {
	text-align: center;
	width: 25px;
}

.two_groups table .tordifferenz,
.two_groups table .punkte {
	text-align: center;
	width: 34px;
}

.two_groups table .ort {
	display: none;
}

.two_groups table .doppelpunkt {
	text-align: center;
	width: 7px;
}

.two_groups table .tore,
.two_groups table .gegentore {
	width: 25px;
}

.two_groups table .tore {
	text-align: right;
}

.two_groups table .gegentore {
	text-align: left;
}

/* -------------------------------------------------------------------------- */
/* ---------------------- Trainingszeiten_Editor START ---------------------- */
#Trainingszeiten_Editor .zeiten_block {
	padding-bottom: 16px;
	width: 100%;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_header {
	background-color: #f6f6f6;
	display: flex;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: inherit;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_header div:first-child {
	flex: 1;
	width: 100%;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_header div.ausklappen {
	width: 40px;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_content {
	width: inherit;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_content,
#Trainingszeiten_Editor .zeiten_block .zeiten_button {
	display: inline;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_content_row {
	display: flex;
	width: inherit;
}

#Trainingszeiten_Editor .zeiten_content_row.spacer {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin-top: 2px;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_content_row div {
	flex: 1;
	height: 40px;
	line-height: 40px;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_content_row .zeiten_von div,
#Trainingszeiten_Editor .zeiten_block .zeiten_content_row .zeiten_bis div {
	float: left;
	margin-right: 8px;
	text-align: right;
	width: 42px;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_button {
	height: 40px;
	line-height: 40px;
	width: inherit;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_button button {
	width: inherit;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_content_row .zeiten_delete {
	flex: 1;
	margin-left: 16px;
	max-width: 40px;
	min-width: 40px;
	width: 40px;
}

#Trainingszeiten_Editor .zeiten_block .zeiten_content_row .zeiten_delete button {
	height: 34px;
	width: 40px;
}

/* -------------------------------------------------------------------------- */
/* ----------------------- Trainingszeiten_Editor END ----------------------- */
/* ---------------------------- Sponsoren START ----------------------------- */
.add_row button.add_verein div {
	background-image: url('gfx/add_sponsor.png');
}

#Sponsoren_Overview td.logo {
	max-height: 40px;
	min-width: 150px;
	width: 150px;
}

#Sponsoren_Overview td.logo img {
	align-self: center;
	height: 38px;
	margin-bottom: -9px;
	max-width: 130px;
	object-fit: contain;
	width: 100px;
}

#Sponsoren_Overview td.name {
	padding: 0 8px;
	text-align: left;
	width: 50%;
}

#Sponsoren_Overview td.haupt,
#Sponsoren_Overview td.ausruester,
#Sponsoren_Overview td.tier {
	min-width: 90px;
	width: 90px;
}

#Sponsoren_Overview td.status {
	min-width: 110px;
	width: 110px;
}

#Sponsoren_Overview td.main {
	background-color: #1c5b2b;
}

#Sponsoren_Overview td.notMain {
	background-color: transparent;
}

#Sponsor_Grafik {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

#Sponsor_Grafik .aktuelles_logo,
#Sponsor_Grafik .logo_hochladen,
#Sponsor_Grafik .aktuelles_logo .content,
#Sponsor_Grafik .logo_hochladen .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

#Sponsor_Grafik .aktuelles_logo .content {
	margin-bottom: 32px;
}

#Sponsor_Grafik .aktuelles_logo .header,
#Sponsor_Grafik .logo_hochladen .header {
	text-align: center;
}

#Sponsor_Grafik .aktuelles_logo .content>*,
#Sponsor_Grafik .logo_hochladen .content>*,
#Sponsor_Grafik_Loeschen img {
	align-self: center;
}

#Sponsorlogo {
	height: 90px;
	max-height: 90px;
	object-fit: contain;
	width: 100%;
}

#Sponsor_Grafik_Loeschen {
	display: flex;
	justify-content: center;
}

/* ----------------------------- Sponsoren END ------------------------------ */
/* -------------------------- Team-Sponsoren START -------------------------- */
.addBottom_row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.addBottom_row button {
	align-self: center;
	height: 40px;
	margin: 32px 0;
	max-width: 320px;
	padding: 8px;
	visibility: visible;
	width: 320px;
}

.addBottom_row select {
	align-self: center;
	height: 40px;
	padding: 8px;
	visibility: hidden;
	width: 400px;
}

/* --------------------------- Team-Sponsoren END --------------------------- */
/* -------------------------------------------------------------------------- */
#Hochladen_Dragbox.dragbox {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
	position: relative;
	width: 100%;
}

#Hochladen_Dragbox.dragbox div.add_box {
	background: #f6f6f6;
	border: #666 dashed 2px;
	border-radius: 11px;
	height: 238px;
	margin: 16px;
	min-height: 238px;
	min-width: 238px;
	overflow: hidden;
	position: relative;
	width: 238px;
}

#Hochladen_Dragbox.dragbox div.add_box input {
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0.1px;
	z-index: -1;
}

#Hochladen_Dragbox.dragbox div.add_box label {
	align-items: center;
	border-radius: 9px;
	color: #666;
	cursor: pointer;
	display: inline-flex;
	font-size: 4em;
	height: 234px;
	justify-content: center;
	left: 0;
	line-height: 234px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 234px;
}

#Hochladen_Dragbox.dragbox div.add_box img {
	border-radius: 9px;
}

#Hochladen_Dragbox.dragbox div.add_box img:not(.loadingIcon) {
	height: 100%;
	max-height: 234px;
	max-width: 234px;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

#Hochladen_Dragbox.dragbox div.add_box img.loadingIcon {
	margin: 58px 0 0 58px;
}

#Hochladen_Dragbox.dragbox div.add_box.uploading {
	border-color: #cc3e00;
}

#Hochladen_Dragbox.dragbox div.add_box.uploaded {
	border-color: #209740;
}

#Hochladen_Dragbox.dragbox div.add_box div.progressbar {
	background: #1c5b2b;
	background: -o-linear-gradient(left, #c00 0%, #fde200 50%, #1c5b2b 100%);
	background: -ms-linear-gradient(left, #c00 0%, #fde200 50%, #1c5b2b 100%);
	background: linear-gradient(to right, #c00 0%, #fde200 50%, #1c5b2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00', endColorstr='#1c5b2b', GradientType=1);
	border-radius: 9px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 218px;
	width: 100%;
	z-index: 999;
}

#Hochladen_Dragbox.dragbox div.add_box div.progressbar div {
	background: #666;
	float: right;
	height: inherit;
	width: 100%;
}

#Hochladen_Dragbox.dragbox div.add_box div.edit_image,
#Hochladen_Dragbox.dragbox div.add_box div.delete_image {
	background-color: #666;
	background: -o-linear-gradient(top, #333 0%, #4a4a4a 25%, #666 100%);
	background: -ms-linear-gradient(top, #333 0%, #4a4a4a 25%, #666 100%);
	background: linear-gradient(to bottom, #333 0%, #4a4a4a 25%, #666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#666', GradientType=0);
	border: 1px #666 solid;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .75);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .75);
	cursor: pointer;
	height: 64px;
	overflow: hidden;
	position: absolute;
	width: 64px;
	z-index: 999;
}

#Hochladen_Dragbox.dragbox div.add_box div.edit_image {
	left: 16px;
	top: 154px;
}

#Hochladen_Dragbox.dragbox div.add_box div.delete_image {
	left: 154px;
	top: 16px;
}

#Hochladen_Dragbox.dragbox div.add_box div.edit_image:hover {
	background-color: #1c5b2b;
	background: -o-linear-gradient(top, #0e2e16 0%, #14421f 25%, #1c5b2b 100%);
	background: -ms-linear-gradient(top, #0e2e16 0%, #14421f 25%, #1c5b2b 100%);
	background: linear-gradient(to bottom, #0e2e16 0%, #14421f 25%, #1c5b2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e2e16', endColorstr='#1c5b2b', GradientType=0);
}

#Hochladen_Dragbox.dragbox div.add_box div.delete_image:hover {
	background-color: #c00;
	background: -o-linear-gradient(top, #600 0%, #900 25%, #c00 100%);
	background: -ms-linear-gradient(top, #600 0%, #900 25%, #c00 100%);
	background: linear-gradient(to bottom, #600 0%, #900 25%, #c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#600', endColorstr='#c00', GradientType=0);
}

#Hochladen_Dragbox.dragbox div.add_box div.edit_image div,
#Hochladen_Dragbox.dragbox div.add_box div.delete_image div {
	background-repeat: no-repeat;
	background-size: 64px 64px;
	height: inherit;
	width: inherit;
}

#Hochladen_Dragbox.dragbox div.add_box div.edit_image div,
div.confirm.edit div {
	background-image: url('gfx/edit_icon.png');
}

#Hochladen_Dragbox.dragbox div.add_box div.delete_image div,
div.confirm.trash div {
	background-image: url('gfx/delete_icon.png');
}

/* --------- Bilder Pool -------- */
#Bilder_Pool {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#Bilder_Pool div {
	flex: 1;
	margin: 8px;
	max-height: 266px;
	max-width: 238px;
	min-width: 238px;
	text-align: center;
}

#Bilder_Pool div figure {
	margin: 0;
}

#Bilder_Pool div figure figcaption {
	font-size: 14px;
	margin-left: 4px;
	text-align: left;
}

#Bilder_Pool div figure img {
	border-color: #666;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	height: 234px;
	max-height: 234px;
	max-width: 234px;
	object-fit: cover;
	width: 100%;
}

#Bilder_Pool div:hover figure img {
	border-color: #eb5e0c;
}

#Bild_Editor #Add_Wort_Button {
	display: none;
}

#Bild_Preview_Content .header {
	text-align: center;
}

#Bild_Preview_Content img {
	border: 1px #666 solid;
	border-radius: 2px;
}

#Bild_Preview_Content .content {
	margin-bottom: 16px;
}

/* -------- Icon Sprites -------- */
header aside.left {
	background-image: url('gfx/aside_left_top_low.png');
	background-repeat: no-repeat;
	background-size: 200px 334px;
}

header aside.right {
	background-image: url('gfx/aside_right_top_low.png');
	background-repeat: no-repeat;
	background-size: 200px 304px;
}

.intern_icons {
	background-image: url(gfx/navi_icons_sprite.png);
	background-repeat: no-repeat;
	background-size: 240px 280px;
}

.intern_icons.icon_X {
	background-position: 0px 0px;
}

.intern_icons.icon_00 {
	background-position: -40px 0px;
}

.intern_icons.icon_10 {
	background-position: -80px 0px;
}

.intern_icons.icon_42 {
	background-position: -120px 0px;
}

.intern_icons.icon_99 {
	background-position: -160px 0px;
}

.intern_icons.icon_50 {
	background-position: -200px 0px;
}

.intern_icons.icon_150 {
	background-position: 0px -40px;
}

.intern_icons.icon_190 {
	background-position: -40px -40px;
}

.intern_icons.icon_51 {
	background-position: -80px -40px;
}

.intern_icons.icon_62 {
	background-position: -120px -40px;
}

.intern_icons.icon_73 {
	background-position: -160px -40px;
}

.intern_icons.icon_84 {
	background-position: -200px -40px;
}

.intern_icons.icon_95 {
	background-position: 0px -80px;
}

.intern_icons.icon_116 {
	background-position: -40px -80px;
}

.intern_icons.icon_151 {
	background-position: -80px -80px;
}

.intern_icons.icon_162 {
	background-position: -120px -80px;
}

.intern_icons.icon_173 {
	background-position: -160px -80px;
}

.intern_icons.icon_184 {
	background-position: -200px -80px;
}

.intern_icons.icon_191 {
	background-position: 0px -120px;
}

.intern_icons.icon_202 {
	background-position: -40px -120px;
}

.intern_icons.icon_213 {
	background-position: -80px -120px;
}

.intern_icons.icon_234 {
	background-position: -120px -120px;
}

.intern_icons.icon_245 {
	background-position: -160px -120px;
}

.intern_icons.icon_127 {
	background-position: -200px -120px;
}

.intern_icons.icon_148 {
	background-position: 0px -160px;
}

.intern_icons.icon_139 {
	background-position: -40px -160px;
}

.intern_icons.icon_pwd,
.intern_icons.icon_login {
	background-repeat: no-repeat;
	background-size: 40px 40px;
	margin-right: 6px;
	width: 40px;
}

.intern_icons.icon_pwd {
	background-image: url('gfx/icon_pwd_forgot.png');
}

.intern_icons.icon_login {
	background-image: url('gfx/icon_login.png');
}

#News_Editor .bbcode_row button.color div:not(.farbe),
#News_Editor .bbcode_row button.center div,
#News_Editor .bbcode_row button.quote div,
#News_Editor .bbcode_row button.list div,
#News_Editor .bbcode_row button.link div,
#News_Editor .bbcode_row button.email div,
#News_Editor .bbcode_row button.image div,
#News_Editor .bbcode_row button.album div,
#News_Editor .bbcode_row button.youtube div,
#Verein_Editor .input_row button.link div {
	background-image: url('gfx/bbcode_sprites.png');
	background-size: 102px 102px;
	border-radius: 7px;
	height: 34px;
	margin: -2px 0 0 -7px;
	overflow: hidden;
	width: 34px;
}

button.confirm div {
	background-image: url('gfx/confirm.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	margin: 0 0 0 -5px;
	height: 30px;
	width: 30px;
}

#News_Editor .bbcode_row button.color div.farbe {
	background-color: #c00;
	height: 4px;
	left: 4px;
	position: relative;
	top: 20px;
	width: 16px;
}

#News_Editor .bbcode_row button.color div {
	background-position: 0px 0px;
}

#News_Editor .bbcode_row button.center div {
	background-position: -34px 0px;
}

#News_Editor .bbcode_row button.quote div {
	background-position: -68px 0px;
}

#News_Editor .bbcode_row button.list div {
	background-position: 0px -34px;
}

#News_Editor .bbcode_row button.link div,
#Verein_Editor .input_row button.link div {
	background-position: -34px -34px;
}

#News_Editor .bbcode_row button.email div {
	background-position: -68px -34px;
}

#News_Editor .bbcode_row button.image div {
	background-position: 0px -68px;
}

#News_Editor .bbcode_row button.album div {
	background-position: -34px -68px;
}

#News_Editor .bbcode_row button.youtube div {
	background-position: -68px -68px;
}

/*  ------------------------------------ Profil-Einstellungen START ------------------------------------- */
#PWD_Confirm {
	visibility: hidden;
}

#Change_PWD {
	min-width: 320px;
	visibility: hidden;
	width: 50%;
}

/*  ------------------------------------- Profil-Einstellungen END -------------------------------------- */
/*  ---------------------------------------- User-Editor START ------------------------------------------ */
#User_Allgemein button {
	margin-bottom: 32px;
	min-width: 145px;
	width: 25%;
}

#User_Allgemein button:first-child {
	margin-right: 20px;
}

#User_Allgemein #submit_really_pwd {
	visibility: hidden;
}

/*  ----------------------------------------- User-Editor END ------------------------------------------- */
/*  --------------------------------------- Team-Sponsoren START ---------------------------------------- */
#TeamSponsoren_Overview .id {
	padding: 0 4px;
	max-width: 218px;
	width: 218px;
}

#TeamSponsoren_Overview .id img {
	height: 100%;
	object-fit: contain;
	max-width: 210px;
	width: 210px;
}

/*  ---------------------------------------- Team-Sponsoren END ----------------------------------------- */

/* -------- Sidebar Scrollbar -------- */
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	direction: ltr;
	height: 100%;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	position: relative;
}

.mCSB_container {
	height: auto;
	overflow: hidden;
	width: 273px;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}

/* non-visible scrollbar */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

/* scrollbar position: outside */
.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px;
}

/* contains the draggable element and dragger rail markup */
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 6px;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

/* the draggable element */
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	/* minimum dragger height */
	z-index: 1;
}

/* the dragger element */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

/* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

/* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
/* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
		margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
		margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
		opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
		margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
		margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
		opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s,
		margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
		margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
		opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/

/* default theme ("light") */

.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png);
	/* css sprites */
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
	/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
	/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
	/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
	/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

/*  ------------------------------------------------------------------------- */

/* ---------- General and not responsive Tags, IDs and Classes END ---------- */
/*  ------------------------------------------------------------------------- */
@media only screen and (max-width: 2560px) {
	.main_width {
		max-width: 100%;
		width: 120em;
	}

	aside.left.top {
		background-position: right top;
		height: 9.625em;
	}

	aside.right.top {
		background-position: left -226px;
	}

	header {
		height: 9.5625em;
	}

	header #NavigationRow {
		height: 5.6875em;
	}

	#VereinsLogo {
		background-size: 6.25em 6.25em;
		height: 7.5em;
		width: 7.5em;
	}

	#Navigation_EdgeBorder {
		display: inline;
	}

	#Navigation_SGSText {
		display: inline;
	}

	nav {
		height: 5.625em;
	}

	#VereinsLogo div.inner_border {
		height: 119px;
	}

	#Navigation_SGSText div.inner_border,
	nav div.inner_border {
		height: 59px;
	}

	#Breadcrumbs div:first-child {
		margin-left: 150px;
	}

	.noIMGblock {
		margin-top: 180px;
	}
}

@media only screen and (max-width: 2112px) {
	/*.content_width {
		width:						104.5em;
	}*/
}

@media only screen and (max-width: 1920px) {
	.main_width {
		max-width: 100%;
		width: 100em;
	}

	.content_width {
		padding: 0 32px 0 32px;
		width: 100%;
	}

	header aside.left {
		background-position: right top;
		height: 9.625em;
	}

	header aside.right {
		background-position: left top;
		height: 124px;
	}

	header {
		height: 9.5625em;
	}

	nav {
		height: 5.625em;
	}

	#Navigation_Menu {
		display: inline;
	}

	.main_content h2,
	.main_content .text {
		font-size: 20px;
	}

	.sub_content_box .sub_double {
		min-width: 430px;
	}

	.sub_content_box .sub_triple {
		min-width: 430px;
	}
}

@media only screen and (min-width: 1920px) {
	.content_width {
		margin-left: 14.583333333333333333333333333333%;
		width: 82.083333333333333333333333333333%;
	}

	#Side_Navigation {
		display: inline;
		width: 100%;
	}

	#Side_Navi_X {
		display: none;
	}

	#Navigation_Menu {
		display: none;
	}
}

@media only screen and (max-width: 1696px) {
	.news_titel_bottom {
		bottom: 4.375em;
	}
}

@media only screen and (max-width: 1424px) {

	.main_content h2,
	.main_content .text {
		font-size: 16px;
	}

	table.list tr td {
		font-size: 1.5em !important;
	}

	#Vereine_Overview td.kreis {
		min-width: 250px !important;
		width: 250px !important;
	}

	#Vereine_Overview td.logo img,
	#Gemeinschaften_Overview td.logo img {
		margin-bottom: -7px !important;
	}

	table.list tr td.slider_zelle .slider_box {
		margin-top: -19px;
	}

	#Liga_Spieltag .ansetzung_subrow.links,
	#Liga_Spieltag .ansetzung_subrow.rechts,
	#Pokal_Spieltag .ansetzung_subrow.links,
	#Pokal_Spieltag .ansetzung_subrow.rechts {
		width: 100% !important;
	}
}


@media only screen and (max-width: 1280px) {
	.main_width {
		width: 64em;
	}

	#Navigation_SGSText {
		display: none;
	}

	table.list tr td {
		font-size: 1.25em !important;
	}

	#Vereine_Overview td.logo img,
	#Gemeinschaften_Overview td.logo img {
		margin-bottom: -8px !important;
	}

	table.list tr td.slider_zelle .slider_box {
		margin-top: -15px;
	}
}

@media only screen and (max-width: 1168px) {
	.main_content .link_block .text .link_beschreibung a {
		color: #1c5b2b;
		pointer-events: auto;
	}

	.main_content .link_block .text .link_beschreibung a:hover {
		text-decoration: underline;
	}

	.main_content .link_block .text .link_link,
	#Vereine_Overview td.kreis {
		display: none;
	}

	#Liga_Spieltag .ansetzung_subrow:not(.links):not(.rechts):not(.button),
	#Pokal_Spieltag .ansetzung_subrow:not(.links):not(.rechts):not(.button) {
		height: 120px;
	}

	#Liga_Spieltag .ansetzung_subrow .block.links,
	#Liga_Spieltag .ansetzung_subrow .block.mitte,
	#Liga_Spieltag .ansetzung_subrow .block.rechts,
	#Pokal_Spieltag .ansetzung_subrow .block.links,
	#Pokal_Spieltag .ansetzung_subrow .block.mitte,
	#Pokal_Spieltag .ansetzung_subrow .block.rechts {
		min-width: 100%;
	}

	#Liga_Spieltag .ansetzung_subrow .block.mitte,
	#Pokal_Spieltag .ansetzung_subrow .block.mitte {
		margin: 0;
		width: 100%;
	}

	#Liga_Spieltag .ansetzung_subrow .block.rechts {
		flex-direction: row-reverse;
	}

	#Pokal_Spieltag .ansetzung_subrow .block.rechts .tore {
		order: 2;
	}

	#Pokal_Spieltag .ansetzung_subrow .block.rechts .input {
		order: 0;
	}

	#Pokal_Spieltag .ansetzung_subrow .block.rechts .suffix {
		order: 1;
	}

	#Liga_Spieltag .ansetzung_subrow .block.rechts,
	#Pokal_Spieltag .ansetzung_subrow .block.rechts {
		margin: 0;
	}

	#Liga_Spieltag .ansetzung_subrow .block.rechts .block.tore,
	#Pokal_Spieltag .ansetzung_subrow .block.rechts .block.tore {
		margin: 0 0 0 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.main_width {
		width: 50em;
	}

	header aside.left {
		background-position: right -154px;
		height: 6.125em;
	}

	header aside.right {
		background-position: left -124px;
		height: 98px;
	}

	header {
		height: 6.125em;
	}

	header #NavigationRow {
		height: 4em;
	}

	#VereinsLogo {
		background-size: 3.75em 3.75em;
		background-position: 0.0625em 0.0625em;
		height: 4em;
		width: 4em;
	}

	#Navigation_EdgeBorder {
		display: none;
	}

	#Navigation_SGSText {
		display: none;
	}

	#Side_Navigation {
		top: 95px;
	}

	nav {
		height: 4em;
	}

	#Navigation_Menu {
		height: 3.9375em;
	}

	#Navigation_MenuText {
		height: 2.25em;
		line-height: 2.25em;
		padding-top: 0;
	}

	#Navigation_MenuButton {
		margin-top: 10px;
	}

	#VereinsLogo div.inner_border,
	nav div.inner_border {
		height: 63px;
	}

	#Breadcrumbs div:first-child {
		margin-left: 25px;
	}

	.noIMGblock {
		margin-top: 130px;
	}

	table.list tr td {
		font-size: 1em !important;
	}

	table.list td.slider_zelle {
		min-width: 83px !important;
		width: 83px !important;
	}

	#Mannschaften_Overview td.id,
	#Mannschaften_Overview td.kurz {
		min-width: 55px !important;
		width: 55px !important;
	}

	#Vereine_Overview td.logo img,
	#Gemeinschaften_Overview td.logo img {
		margin-bottom: -10px !important;
	}

	table.list tr td.slider_zelle .slider_box {
		margin-top: -9px;
	}

	#Liga_Spieltag .ansetzung_subrow.links,
	#Liga_Spieltag .ansetzung_subrow.rechts,
	#Pokal_Spieltag .ansetzung_subrow.links,
	#Pokal_Spieltag .ansetzung_subrow.rechts {
		height: 80px;
		line-height: 40px;
	}

	#Liga_Spieltag .ansetzung_subrow .datum,
	#Liga_Spieltag .ansetzung_subrow .anstoss,
	#Liga_Spieltag .ansetzung_subrow .sonstiges,
	#Liga_Spieltag .ansetzung_subrow .sportplatz,
	#Pokal_Spieltag .ansetzung_subrow .datum,
	#Pokal_Spieltag .ansetzung_subrow .anstoss,
	#Pokal_Spieltag .ansetzung_subrow .sonstiges,
	#Pokal_Spieltag .ansetzung_subrow .sportplatz {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 952px) {
	#Bilder_Pool div {
		margin: 6px;
		max-height: 160px;
		max-width: 160px;
		min-width: 160px;
	}

	#Bilder_Pool div img {
		height: 160px;
		max-height: 160px;
		max-width: 160px;
	}
}

@media only screen and (max-width: 896px) {
	.flex_content {
		flex-direction: column;
		flex-flow: column wrap;
	}

	.flex_content .content_50,
	.flex_content .content_100 {
		width: 89.333333333333333333333333333333%;
	}

	.flex_content .content_50:not(:first-child) {
		margin-top: 32px;
	}
}

@media only screen and (max-width: 813px) {
	#News_Editor .bbcode_row #BBCode_Formatierung {
		display: none;
	}

	#News_Editor .top_row {
		display: block;
		height: 115px;
	}

	#News_Editor .dropdown_block,
	#News_Editor .top_row select,
	#News_Editor .titel_block {
		width: 100%;
	}

	#News_Editor .titel_block {
		flex: 0;
		float: left;
		padding: 16px 0 0 0;
	}
}

@media only screen and (max-width: 800px) {
	.main_width {
		width: 40em;
	}

	header aside.left {
		background-position: right bottom;
		height: 5.125em;
	}

	header aside.right {
		background-position: left bottom;
		height: 5.125em;
	}

	header {
		height: 5.125em;
	}

	header #NavigationRow {
		height: 3em;
	}

	#VereinsLogo {
		background-size: 2.75em 2.75em;
		background-position: 0.0625em 0.0625em;
		height: 3em;
		width: 3em;
	}

	#Side_Navigation {
		top: 79px;
	}

	nav {
		height: 3em;
	}

	#Navigation_Menu {
		height: 2.9375em;
	}

	#Navigation_MenuText {
		height: 1.6785714285714285714285714285714em;
		line-height: 1.6785714285714285714285714285714em;
		padding-top: 0;
	}

	#Navigation_MenuButton {
		margin-top: 2px;
	}

	#VereinsLogo div.inner_border {
		height: 47px;
	}

	.noIMGblock {
		margin-top: 114px;
	}

	#Vereine_Overview td.plaetze,
	#Vereine_Overview td.spgs {
		display: none;
	}

	#Trainingszeiten_Editor .zeiten_block .zeiten_content_row {
		flex-wrap: wrap;
	}

	#Trainingszeiten_Editor .zeiten_block .zeiten_content_row div.zeiten_tag,
	#Trainingszeiten_Editor .zeiten_block .zeiten_content_row div.zeiten_von,
	#Trainingszeiten_Editor .zeiten_block .zeiten_content_row div.zeiten_bis {
		min-width: 70%;
	}

	#Trainingszeiten_Editor .zeiten_block .zeiten_content_row div.zeiten_delete {
		height: 120px;
		line-height: 120px;
		margin-top: -80px;
	}

	#Trainingszeiten_Editor .zeiten_block .zeiten_content_row div.zeiten_delete button {
		height: 112px;
	}

	#Trainingszeiten_Editor .zeiten_block .zeiten_content_row div.zeiten_tag select {
		margin-left: 50px;
	}

	#Trainingszeiten_Editor.alle .zeiten_block .zeiten_header {
		cursor: pointer;
	}

	#Trainingszeiten_Editor.alle .zeiten_block .zeiten_header div.ausklappen.invisible {
		display: inline;
	}

	#Trainingszeiten_Editor.alle .zeiten_block .zeiten_content,
	#Trainingszeiten_Editor .zeiten_block .zeiten_button {
		display: none;
	}
}

@media only screen and (max-width: 729px) {
	#News_Editor .text_block {
		display: flex;
	}

	#News_Editor .bbcode_row {
		border-radius: 2px 0 0 2px;
		height: 582px;
		width: 54px;
	}

	#News_Editor .bbcode_row button:not(.bold) {
		margin: 10px 0 0 0;
	}

	#News_Editor .textarea_block {
		flex: 1;
	}

	#News_Editor .textarea_block {
		border-width: 1px 1px 1px 0;
		border-radius: 0 2px 2px 0;
		height: 582px;
	}
}

@media only screen and (max-width: 696px) {
	#Liga_Erstellen_Editor label.switch {
		width: 70px;
	}

	#Liga_Erstellen_Editor input:checked+.slider:before {
		-ms-transform: translateX(58px);
		transform: translateX(58px);
	}

	input.zweistellig,
	select.zweistellig {
		min-width: 70px;
		width: 70px;
	}

	#Liga_Spieltag .ansetzung_subrow.button,
	#Pokal_Spieltag .ansetzung_subrow.button {
		display: inline;
	}

	#Liga_Spieltag .ansetzung_subrow.links,
	#Liga_Spieltag .ansetzung_subrow.rechts,
	#Pokal_Spieltag .ansetzung_subrow.links,
	#Pokal_Spieltag .ansetzung_subrow.rechts {
		display: none;
	}
}

@media only screen and (max-width: 658px) {
	.main_width {
		width: 37.5em;
	}

	#Gemeinschaften_Overview td.plaetze {
		display: none;
	}
}

@media only screen and (max-width: 649px) {

	#News_Editor .top_row select,
	#News_Editor .titel_block input,
	#News_Editor .bild_block div:first-child,
	#News_Editor .textarea_block {
		font-size: 14px;
	}
}

@media only screen and (max-width: 640px) {

	#News_Overview td.bild,
	#Vereine_Overview td.kreis,
	#News_Overview td.plaetze {
		display: none;
	}

	#Bilder_Pool div {
		margin: 6px;
		max-height: 120px;
		max-width: 120px;
		min-width: 120px;
	}

	#Bilder_Pool div img {
		height: 120px;
		max-height: 120px;
		max-width: 120px;
	}
}

@media only screen and (max-width: 626px) {
	.main_width {
		width: 30em;
	}

	.content_width {
		padding: 0 16px 0 16px;
		width: 100%;
	}

	.slider_seperator {
		background: #eee;
	}

	.main_content h1 {
		font-size: 18px;
	}

	.main_content h2,
	.main_content .text,
	#SocialRow {
		font-size: 14px;
	}

	.flex_content .content_50,
	.flex_content .content_100 {
		margin: 0 16px 0 16px;
		width: 90%;
	}

	.flex_content .content_50:not(:first-child) {
		margin-top: 32px;
	}
}

@media only screen and (max-width: 548px) {

	#News_Editor .top_row select,
	#News_Editor .titel_block input,
	#News_Editor .bild_block div:first-child,
	#News_Editor .textarea_block {
		font-size: 12px;
	}

	#News_Editor .bild_block div:first-child {
		padding-right: 8px;
	}

	#News_Editor .titel_block div,
	#News_Editor .save_row {
		font-size: 10px;
	}

	#News_Editor .top_row {
		height: 113px;
	}

	.sub_content_box .sub_double {
		min-width: 238px;
	}

	.sub_content_box .sub_triple {
		min-width: 238px;
	}
}

@media only screen and (max-width: 541px) {

	#News_Editor .button_row button,
	#News_Editor .button_row div {
		width: 100px;
	}
}

@media only screen and (max-width: 534px) {

	body,
	input[type=submit],
	input[type=text],
	input[type=email],
	input[type=password],
	input[type=url],
	input[type=search],
	input[type=number],
	input[type=time],
	input[type=date],
	textarea,
	select,
	button {
		font: 14px Roboto;
		font-size: 14px;
	}

	header #SocialRow {
		height: 20px;
		line-height: 20px;
	}

	header #NavigationRow {
		height: 50px;
	}

	header #VereinsLogo,
	header #NavigationBar {
		height: 48px;
	}

	header #Navigation_Menu {
		height: 47px;
	}

	header #VereinsLogo {
		background-position: 0.0625em 0.275em;
	}

	#News_Editor .bbcode_row #BBCode_Formatierung,
	#Gemeinschaften_Overview td.logo {
		display: none;
	}

	#Liga_Spieltag_Editor .liga_st_header div.liga_st_name,
	#Liga_Spieltag_Editor .liga_st_header div.liga_st_buttons,
	#Liga_Spieltag .liga_st_general div,
	#Pokal_Spieltag_Editor .pokal_st_header div.pokal_st_name,
	#Pokal_Spieltag_Editor .pokal_st_header div.pokal_st_buttons,
	#Pokal_Spieltag .pokal_st_general div {
		flex: 1;
	}

	#Liga_Spieltag .liga_st_general,
	#Liga_Spieltag .ansetzung_subrow .datum div:last-child,
	#Liga_Spieltag .ansetzung_subrow .anstoss div:last-child,
	#Liga_Spieltag .ansetzung_subrow .sonstiges div:last-child,
	#Liga_Spieltag .ansetzung_subrow .sportplatz div:last-child,
	#Liga_Spieltag .liga_st_general div:last-child,
	#Pokal_Spieltag .pokal_st_general,
	#Pokal_Spieltag .ansetzung_subrow .datum div:last-child,
	#Pokal_Spieltag .ansetzung_subrow .anstoss div:last-child,
	#Pokal_Spieltag .ansetzung_subrow .sonstiges div:last-child,
	#Pokal_Spieltag .ansetzung_subrow .sportplatz div:last-child,
	#Pokal_Spieltag .pokal_st_general div:last-child {
		display: flex;
	}

	#Liga_Spieltag .ansetzung_subrow .datum div:last-child input,
	#Liga_Spieltag .ansetzung_subrow .anstoss div:last-child input,
	#Liga_Spieltag .ansetzung_subrow .sonstiges div:last-child select,
	#Liga_Spieltag .ansetzung_subrow .sportplatz div:last-child select,
	#Liga_Spieltag .liga_st_general div:last-child input,
	#Pokal_Spieltag .ansetzung_subrow .datum div:last-child input,
	#Pokal_Spieltag .ansetzung_subrow .anstoss div:last-child input,
	#Pokal_Spieltag .ansetzung_subrow .sonstiges div:last-child select,
	#Pokal_Spieltag .ansetzung_subrow .sportplatz div:last-child select,
	#Pokal_Spieltag .pokal_st_general div:last-child input {
		flex: 1;
		width: 100%;
	}

	#Liga_Spieltag .liga_st_general div:last-child input,
	#Pokal_Spieltag .pokal_st_general div:last-child input {
		min-width: 0%;
	}

	#Liga_Spieltag .ansetzung_subrow:not(.links):not(.rechts),
	#Pokal_Spieltag .ansetzung_subrow:not(.links):not(.rechts) {
		margin: 0 0 16px 0;
	}

	.login_width .main_content hr {
		width: 351px;
	}

	.login_width .main_content div.slider_row {
		height: 40px;
		line-height: 20px;
	}

	.login_width .main_content div.slider_row .slider_button {
		height: 40px;
		line-height: 40px;
	}

	.login_width .main_content div.slider_row .erinnern_text {
		width: 81px;
	}
}

@media only screen and (max-width: 500px) {

	#News_Overview td.kategorie,
	#Mannschaften_Overview td.id,
	#Mannschaften_Overview td.kurz {
		display: none;
	}
}

@media only screen and (max-width: 496px) {
	.login_width {
		width: 25em;
	}

	.login_width .main_content hr {
		width: 281px;
	}

	.login_width .main_content div.buttons .button_row .intern_icons {
		margin-left: 105px;
	}

	.login_width .main_content div.slider_row div.erinnern_text {
		/*display:					none;*/
	}
}

@media only screen and (max-width: 481px) {
	.button_row button {
		font-size: 13px;
		padding: 0 4px 0 4px;
		width: 79px;
	}

	button.zurueck div,
	button.strafe div {
		line-height: 23px;
		margin-top: 6px;
	}
}

@media only screen and (max-width: 480px) {
	#SocialRow {
		font-size: 12px;
	}

	.main_width {
		width: 20em;
	}

	#Navigation_Menu {
		display: inline;
	}

	#Navigation_Content {
		display: none;
	}

	nav {
		height: 3em;
	}

	.noIMGblock {
		margin-top: 98px;
	}

	#Bilder_Pool div {
		margin: 6px;
		max-height: 96px;
		max-width: 96px;
		min-width: 96px;
	}

	#Bilder_Pool div img {
		height: 96px;
		max-height: 96px;
		max-width: 96px;
	}
}

@media only screen and (max-width: 416px) {
	.login_width {
		width: 20em;
	}

	.login_width .main_content hr {
		width: 253px;
	}

	.login_width .main_content div.buttons,
	.login_width .main_content div.slider_row,
	.login_width .main_content div.buttons .right input {
		font-size: 12px;
	}

	.login_width .main_content div.buttons .right input {
		margin-top: 11px;
	}

	.login_width .main_content div.buttons .left .intern_icons,
	.login_width .main_content div.buttons .right .intern_icons {
		background-size: 20px 20px;
		height: 20px;
		line-height: 20px;
		margin: 10px 4px 0px 0px;
		width: 20px;
	}

	.login_width .main_content div.buttons .button_row .intern_icons {
		margin-left: 65px;
	}

	.login_width .main_content div.slider_row .erinnern_text {
		text-align: center;
		width: 100%;
	}

	.content_ribbon_subrow,
	.content_footer_row {
		min-width: 281px;
	}

	table.list tr td {
		font-size: 12px !important;
		line-height: 24px !important;
	}

	table.list td.slider_zelle {
		min-width: 60px !important;
		width: 60px !important;
	}

	#Vereine_Overview td.logo img {
		margin-bottom: -9px;
	}
}

@media only screen and (min-resolution: 165dpi) {
	/*	Smartphone - Images*/

	body {
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGRJREFUeNqc0gEKgDAMA8B0b9j/X+gfqhEq6jZNGxiDwdEUZgD6cTZ3hxoz6+cdDyoOyDQkcodsa5WJhPLkGZTwCrJxq8LPyX9wiRU4xSoccAY+cBZeuALjb5fge+cUZNtdgAEA5J01RqmiTCIAAAAASUVORK5CYII=');
	}

	/*	header aside.left {
		background-image:			url('gfx/aside_left_top.png');
	}
	header aside.right {
		background-image:			url('gfx/aside_right_top.png');
	}

	header #SocialRow {
		border-color:				#b6b6b6;
	}
	
	#Navigation_EdgeBorder {
		background-image:			url('gfx/navigation_edge.png');
	}
	
	#VereinsLogo, #Navigation_SGSText, #Navigation_Menu, nav {
		border-color:				#dcdcdc;
	}
	
	#Navigation_MainFooter div.links, #Navigation_MainFooter div.rechts {
		background-image:			url('gfx/navi_edges.png');
	}
	
	.news_indicator aside.left, .news_indicator aside.right {
		background-image:			url('gfx/aside_indicator.png');
	}
	
	#MainIndicator aside {
		border-color:				#b3b3b3;
	}
	
	#IndicatorContent div.center {
		border-color:				#bbb;
	}
	
	#IndicatorContent div.left, #IndicatorContent div.right {
		background-image: 			url('');
	}
	
	.content_slider_header div {
		background-image: 			url('gfx/slider_header.png');
	}
	
	.content_slider_center {
		background:					#d6d6d6;
	}
	
	.content_slider_outer .arrows_left, .content_slider_outer .arrows_right {
		background-image:			url('gfx/slider_arrows.png');
	}
	
	footer aside.left {
		background-image:			url('gfx/aside_left_bottom.png');
	}
	footer aside.right {
		background-image:			url('gfx/aside_right_bottom.png');
	}
	footer .inner_border {
		border-color:				#b3b3b3;
	}*/
}