/* Stylesheet Anne Website Main *//* v1.1 *//* 2024-01-14 */@import url(https://fonts.googleapis.com/css?family=Raleway);* {	font-family: "Raleway";	box-sizing: border-box;	font-size: 16px;	line-height: 1.5;}:root {	--background: rgba(90, 90, 90, 0);	--border-main: #5a4e36;	--border-rahmen: #bbb;	--headline: #290801;	--subline: #993B00;	--link: #290801;	--link-hover: #993B00;	--text: #333;	--text-klein: #555;	--nav-hover: #695b40;	--nav: #290801;	--input-backcolor: rgba(90, 90, 90, 0.2);}html {	background-attachment: fixed;	background-image: linear-gradient(70deg, grey 0%, #FDFDFD 30%, #FFFFFF 50%, #FDFDFD 70%, grey 100%);	width: 100%;	height: 100%;}body {	width: 100%;	height: 100%;	padding: 0px;	margin: 0px;	color: #202020;}/* CSS Merkmale für die Ausgabe im Hochformat (Portrait)  */@media only screen and (orientation: portrait) {	#main {		width: 95vw;		margin: 0px auto;	}	#bg {		background-image: url("../images/background/bgh.jpg");		background-repeat: no-repeat;		background-size: 100%;		opacity: 0.5;		width: 100%;		height: 100%;		position: fixed;		z-index: -1;	}}/* CSS Merkmale für die Ausgabe im Querformat (Landscape)  */@media only screen and (orientation: landscape) {	#main {		width: 80vw;		margin: 0px auto;	}	#bg {		background-image: url("../images/background/bg.jpg");		background-repeat: no-repeat;		background-size: 100%;		opacity: 0.5;		width: 100%;		height: 100%;		position: fixed;		z-index: -1;	}}#top2 {	display: block;	height: 100px;	background-image: linear-gradient(5deg, green 0%, #fff 30%, #00AA00 100%);	padding-top: 35px;	margin-bottom: 1px;	border: 1px solid #666666;	position: relative;}#top1 {	display: block;	height: 30px;	position: relative;	z-index: 1;}#top1_name {	font-size: clamp(1.5rem, 2rem, 2.5rem);	font-style: italic;	font-weight: bold;	text-shadow: 0.1em 0.1em 0.2em black;	text-align: left;	position: absolute;	color: #FFFFFF;	top: 0px;	left: 10px;	z-index: 1;}#top3 {	display: block;	background: rgba(0, 120, 0, 0.5);	margin-bottom: 15px;	border: 1px solid #666666;	position: relative;}#middle {	display: block;	text-align: left;}#haupt, .newsbox {	display: block;	padding: 10px;	background: rgba(150, 150, 150, 0.5);	border: #D3D3D3 1px solid;	border-radius: 5px;	position: relative;	margin-bottom: 1em;	z-index: 300;}#bottom {	display: block;	height: 36px;	padding-top: 10px;	z-index: 310;}#header {	text-align: center;	border-left: 0px;	width: 80vw;	height: auto;	position: relative;	display: flex;}#logo {	position: absolute;	text-align: left;	top: -20px;	left: -40px;	z-index: 11;}#logo img {	width: 7em;	height: auto;	opacity: 0.8;}hr {	border: 0;	height: 1px;	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 80, 50, 0.35), rgba(0, 0, 0, 0.05));}.date {	font-style: italic;	color: #000055;}.concert {	font-weight: bold;	color: #550000;}.cancelled {	font-weight: bold;	font-size: 14px;	color: #BB0000;}.table {	position: relative;	margin: 2px;	clear: both;	overflow: auto;}.tab_l {	float: left;	padding-right: 5px;	text-align: left;}.tab_r {	float: right;	text-align: right;}.timeline {	font-size: 16px;	font-style: italic;	padding-bottom: 10px;	color: #000033;}.headline, h1 {	font-size: 24px;	padding-bottom: 10px;	font-weight: bold;	color: #990000;}.subline {	font-size: 17px;	font-style: italic;	position: relative;	padding-bottom: 10px;}.seitenzahl {	font-size: 28px;	font-weight: bold;}.seitenzahl:not(:last-child)::after {	content: ' ~ ';}.link {	border: #D3D3D3 1px solid;	padding: 5px;	background: rgba(150, 150, 150, 0.1);	border-radius: 0px;	margin: 1px;}a .link:hover {	background: rgba(150, 150, 180, 0.3);}.grau, .gruen, .rot, .gelb {	overflow: auto;	border: #D3D3D3 1px solid;	padding: 5px;	/*border-radius: 2px;*/	margin: 5px 0px 5px 0px;	background: rgba(220, 220, 220, 0.3);}.gruen {	background: rgba(0, 255, 0, 0.3);}.rot {	background: rgba(255, 0, 0, 0.3);}.gelb {	background: rgba(255, 255, 0, 0.3);}a .rot:hover {	background: rgba(255, 0, 0, 0.6);}a .gruen:hover {	background: rgba(0, 255, 0, 0.6);}a .gelb:hover {	background: rgba(255, 255, 0, 0.6);}a {	text-decoration: none;	color: #550000;}a:hover {	color: #000066;}.in_text {	background: transparent;	height: 26px;	margin: 5px 0;}#hiddenbox1 {	display: none;}.over:hover {	opacity: 0.5;}/* Bild Buttons */.img {	height: 30px;	background-color: transparent;	border: none;	padding: 0px;}a .img:hover {	opacity: 0.7;}a .img:active {	opacity: 0.8;	height: 26px;}.img_news {	border-radius: 10px;	width: 20vw;	min-width: 15em;}/* Formulare */ul {	padding: 0;	margin: 0;	list-style: none;}ul li {	display: block;	padding: 5px;}li:last-child {	border: none;	margin-bottom: 0px;}label {	display: inline-block;	color: var(--subline);	font-size: 13px;	font-style: italic;}label input, label select, label textarea {	display: flex;	margin-top: 2px;}input:not(.img), select, textarea {	border: 1px solid;	border-color: var(--border-main);	width: 70vw;	max-width: 300px;	font-size: 14px;	color: #333;	background: var(--input-backcolor) !important;	padding: 14px;}input:required:invalid, select:required:invalid {	border: 1px solid #A00 !important;}input:required:valid, select:required:valid {	border: 1px solid #0A0 !important;}input[type="button"], input[type="submit"], input[type="number"] {	padding: 15px;	width: auto;}input[type="button"]:hover:enabled:not(.img), input[type="submit"]:hover:enabled:not(.img) {	color: var(--subline);	border-color: var(--subline);	background-color: var(--nav) !important;}textarea {	width: 70vw;	max-width: 700px;	height: 20em;	padding: 5px;}