
:root {
	--main: #900;
	--line_rgb: 191, 0, 0;
	--thead_1: #900;
	--thead_2: #bf0000;
	--tcat: #bf0000;
	--tcat_1: #f5f5f5;
	--trow1: #f5f5f5;
	--trow2: #e8e8e8;
	--trow_hover: #00f;
	--tfoot: #fff;
	--postbit: #fff;
	--portal: #bf0000;
	--folder: #299a3e;
	--links: #DC8248;
	--input: #0066a2;
	--input_button: #fff;
	--panel: #777;
	--panel_upper: #900;
	--panel_lower: #000;
	--pagination: #fff;
	--smalltext: #000;
	--table_pm: #fff;
	--letter_border: #fff;
	--white: #fff;
	--red: #f00;
	--blue: #00f;
	--black: #000;
	--green: #008600;
	--yellow: #ff0;
	--white: #fff;
	--post_content: #d3d3d3;
	--post_content_blockquote: #b9b9b9;
	--tcat_link: #fff;
	--nav_sep: #fd934e;
	--football: #f5f5f5;
	--coffee: #f5f5f5;
	--grey_light: #f5f5f5;
	--feedurl: #900;
	--sqf_text: #bf0000;
}

a:hover {
	color: var(--blue) !important;
}

#logo {
	background-image: url(../../.././images/background/header_stadion.webp);
	background-size: 100% 100%;
	border-bottom: 1px solid var(--main);
}

.picture_content {
	background-image: url(../../.././images/background/content_stadion.webp);
	background-size: 100% 100%;
	background-attachment: fixed;
}

.picture_content:focus {
	z-index: 1;
}

/* Div-Boxen */
#logo_box {
	display: flex;
	margin: 0% 3% 5% 0%;
	padding-top: 3%;
}

@media (max-width: 1030px) {
	#logo_box {
		margin: 0% 3% 5% 11%;
}


}

.left_div {
	float:left;
	display: flex;
}

.right_div {
	float:right;
	width: 100%;
	padding: 1vw 18vw;
}

.logo_right, .logo_left {
	width: 100%;
}

.logo_right, .logo_left {
	border-radius: 20px;
	outline-offset: 4px;
}

.logo_left {
	outline: 4px solid #39D1FF;
}

.logo_right {
	outline: 4px solid #BC1854;
}

