﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #E1E1E0;
	width: 90%;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#header-content {
	font-size: 13px;
    text-align: right;
	background-color: #184D7E;
	width: 100%;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 64%;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #184D7E;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für den Titelbereich */
#header-content img { 
	float: left; 
}
#header-content p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 13px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Formatvorlagen für Kontaktformular */
.input_spezial {
    border-right: black 0px solid; 
    border-top: black 0px solid; 
    font-weight: normal; 
    font-size: 10px; 
    border-left: black 0px solid; 
    border-bottom: #808080 1px solid; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-color: #f4f4f4
}
textarea {
    border-right: black 0px solid; 
    border-top: black 0px solid; 
    font-weight: normal; 
    font-size: 9px; 
    border: #808080 1px solid; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-color: #f4f4f4;
    overflow: auto;
}
.imageborder {
    border-right: black 0px solid; 
    border-top: black 0px solid; 
    font-weight: normal; 
    font-size: 9px; 
    border: black 1px solid; 
    background-color: transparent;
}
.imageborder_blue {
    border-right: #0000AA 0px solid; 
    border-top: #0000AA 0px solid; 
    font-weight: normal; 
    font-size: 9px; 
    border: #0000AA 1px solid; 
    background-color: transparent;
}
.imageborder_brown {
    border-right: #953C42 0px solid; 
    border-top: #953C42 0px solid; 
    font-weight: normal; 
    font-size: 9px; 
    border: #953C42 1px solid; 
    background-color: transparent;
}
.imageborder_gray {
    border-right: #A4A4A4 0px solid; 
    border-top: #A4A4A4 0px solid; 
    font-weight: normal; 
    font-size: 9px; 
    border: #A4A4A4 1px solid; 
    background-color: transparent;
}
.sendebutton {
    color: #FFFFFF;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    background-color: #6AACDD;
    border: #000000 0px solid;
}
.eingabefeld {
    color: #C00000;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    border-right: #0000AA 1px solid;
	border-left: #0000AA 1px solid; 
    border-top: #0000AA 1px solid;
	border-bottom: #0000AA 1px solid; 
	background-color: #DDDEFB;
}
.loeschenbutton {
    color: #FFFFFF;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    background-color: #DD0D79;
    border: #000000 0px solid;
}
.noinput {
    background-color: transparent;
    border: none;
    border-right: #000000 0px none;
    border-left: #000000 0px none;
    border-top: #000000 0px none;
    border-bottom: none;
}

/* Sonstiges */
.style1 {
	color: #FFFFFF;
}
.style2 {
	font-size: small;
}
.style3 {
	color: #113962;
}
.style4 {
	color: #113962;
}
.style5 {
	text-align: center;
}
.style10 {
	font-size: 10px;
}

/* Erstinformation */
.initialInfoWrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	padding: 1em;

	background: #070707;
	background: rgba(4, 6, 8, .85);
	background: var(--cc-overlay-bg);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.initialInfo {
	display: flex;
	flex-direction: column;

	margin: 0 auto;

	max-width: 800px;
	max-height: 100%;

	background-color: #efefef;
}

.initialInfoTextBack {
	background-color: #efefef;

	overflow-y: scroll;
	overflow-wrap: break-word;
	margin: 1em;
	padding: 1em;

	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.6);
}

.initialInfoForm {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	margin: 1em;
	margin-top: 0;
}
