@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


body, html {
	padding: 0;
	margin: 0;
	background: #fff url("images/bg-sandpaper.png");
	background-attachment: fixed;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

table, p, div {
	font-size: 13px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}


#backgr-container {
	width: 972px;
	margin: 0 auto;
	background-color: #FFF;
}

#main-container {

}

#header {
	height: 100px;
	padding: 20px 20px 20px 20px;
}

#header h1 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 47px;
	text-transform: uppercase;
	float: left;
	color: #ed1c24;
	font-size: 2.0rem;
	font-weight:700;
	line-height: 1em;
}

h2 {
	font-size: 1.9rem;
}

h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.2rem;
}
#header a {
	float: right;
}

#main-frame {
	width: 972px;
	
}

#content-get {
	padding: 0 20px 20px 20px;
}

.error {
	font-weight: bold;
	color: red;
}

.small {
	font-size: 10px;
}

.label {
	float: left;
	width: 140px;
	min-height: 20px;
	padding-top: 5px;
}

.form_kalk {
	/*margin-left: 70px;*/
	min-height: 25px;
}

.kalkbox {
	margin: 20px 3px 20px 0px;
	text-align:left;
	width: 430px;
	float: left;
}

.kalkbox2 {
	margin: 20px 3px 20px 0;
	text-align:left;
	width: 300px;
	float: left;
}

.kalkbox-content {
	border: #A4ABA0 0px solid;
	padding: 5px 5px 5px 5px;
	/*height: 360px;*/
	font-size: 1.5rem;
}

.kalkbox-content img {
	margin-bottom: 3px;

	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

.kalkbox-content a {
	display: block;
	font-size: 1.5rem;
	color: #000000;
	text-decoration:none;
}
.clear {
	clear: both;
}

hr.spacer {
	border: 0;
	height: 1px;
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.40),rgba(0,0,0,0));
	margin: 20px 0 20px 0;
}

/* Relativer Tooltip Image */
a.tooltip2, a.tooltip2:link, a.tooltip2:visited, a.tooltip2:active  {
	position: relative;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a.tooltip2:hover {
	color: #000000;
	background: transparent;
}

a.tooltip2 span {
	display: none;
	text-decoration: none;
}

a.tooltip2:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	color: #000000;
	border:1px solid #000000;
	background: #FFF;
	font-family: Courier, "Courier New", monospace;
	font-size: 10px;
	text-align: left;
}

a.tooltip2 span b {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: gray;
	border: 0px;
	border-bottom: 1px solid black;
}


.drucksache-left {
	width: 450px;
	float: left;
}

.drucksache-right {
	width: 450px;
	float: left;
}
