﻿@charset "utf8";

/* Body - Anfang */
body {
	background-color: #999999;
	white-space: normal;
	font-family: Arial, Zurich, sans-serif;
	color: #000;
}

/* Container */
#container {
	background-color: #fff;
	width: 990px;
	border: 1px solid #000;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Banner */
#banner {
	width: 344px;
	height: 69px;
	background-image: url("./images/hs_logo.png");
	background-repeat: no-repeat;
	float: right;
}

#main-text {
	font-size: 35px;
	font-weight: bold;
	padding-top: 30px;
	margin-top: -20px;
}

#main-text_2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
	float: left;
}

#main-text_3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 8px;
	padding-left: 50px;
	position: relative;
	text-align: right;
}

#content {
	font-size: 12px;
	padding-bottom: 5px;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

.dashed_line {
	border-top: 1px dashed #000;
	padding: 0px 0px 15px 0px;
}

.table, table {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	width: 900px;
}

.table, th {
	background-color: #006D84;
	color: #fff;
	padding: 10px;
}

.table, td {
	background-color: #EBF2FF;
	text-align: center;
}

.ministatstable, table {
	background-color: #eee;
	margin: 10px 95px 0px 0px;
	padding: 0px;
	border: 1px solid #000;
	border-spacing: 0px;
	border-collapse: 0px;
	width: 100%;
}

.ministatstable th {
	background-color: #006D84;
	color: #fff;
	padding: 10px 0px 10px 0px;
}

.ministatstable td {
	background-color: #fff;
	text-align: center;
	padding: 4px 0px 4px 0px;
}


#footer {
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #000;
	font-weight: bold;
	font-style: italic;
}

/* ################### */


h3 { margin: 0; }

a {
	color: #999;
	text-decoration: none;
}

a:hover { color: #1dabb8; }

fieldset {
	border: none;
	margin: 0;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	margin-bottom:4px;
	-webkit-appearance: none;
}

input:focus {
  outline: none;
}

input[type="submit"] { cursor: pointer; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }

/* ---------- LOGIN-FORM ---------- */

#login-form {
	margin: 50px auto;
	width: 300px;
	border: 1px solid #c7c7c7;
	border-radius: 9px;
}

#login-form h3 {
	background-color: #008c99;
	border-radius: 9px 9px 0 0;
	color: #fff;
	font-size: 14px;
	padding: 20px;
	text-align: center;
}

#login-form fieldset {
	background: #f3f3f3;
	border-radius: 0 0 9px 9px;
	padding: 20px;
	position: relative;
}

#login-form input {
	font-size: 14px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	border: 1px solid #dcdcdc;
	padding: 12px 10px;
	width: 238px;
}

#login-form input[type="text"] {
	border-radius: 5px;
}

#login-form input[type="password"] {
	border-top: none;
	border-radius: 5px;
}

#login-form input[type="submit"] {
	background: #339933;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 20px;
	padding: 12px 20px;
	width: 100%
}

#login-form input[type="submit"]:hover { background: #66cc66; }


/* ##################################### */
.kasten
{
	position: relative;
	height: 450px;
	vertical-align: middle; 
	text-align: left;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	float: left;
	margin: 3px auto;
	padding: 10px;
	overflow: scroll;
}

.rot
{
	background-color: #ffcccc;
}

.grau
{
	background-color: #f9f9f9;
}

.gruen
{
	background-color: #ccffcc
}

.blau
{
	background-color: #ccccff;
}

.gelb
{
	background-color: #ffffcc;
}

.orange
{
	background-color: #ffcc99;
}

.tuerkis
{
	background-color: #99ffff;
}


.kasten a
{
	color: #222;
	font-style: italic;
}

.ueberschrift
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}


#dsgvo-form input[type="submit"] {
	background: #339933;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	padding: 12px 20px;
	width: 100%;
}

#dsgvo-form input[type="submit"]:hover { background: #66cc66; }

#dsgvo-checkbox {
	background: #ededed;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	margin: 0px auto;
	margin-top: 6px;
	padding: 12px 0px;
	display: block;
}

#dsgvo-checkbox input { 
	margin-right: 5px;
	}

#dsgvo-checkbox:hover { 
	cursor: pointer;
	}
#dsgvo-checkbox input:hover { 
	cursor: pointer;
	}
	
#dsgvo-form #widerrufen {
	background-color: #FE2E2E

	}
	
#dsgvo-form #widerrufen:hover {
	background-color: #ff5555

	}
	
#vertrag_aktiv {
	background: #339933;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 12px 0px;
	width: 100%;	
}

#vertrag_inaktiv {
	background: #FE2E2E;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 12px 0px;
	width: 100%;	
}

#message_logout {
	background: #339933;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 12px 12px;
}

.login_hinweis {
	text-align: center;
	font-style: italic;
	font-size: 11px;
}
.login_hinweis_pw {
	text-align: center;
	font-style: italic;
	font-size: 11px;
	margin-top:10px;
}
	
ol {
    counter-reset: item;
    padding-left: 10px;
    font-weight: bold;
}
ol > li {
    display: block;
    padding:6px;
}
ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
ol:first-child {
	font-weight: normal;
}

ul > li {
    padding:6px;
}

ul {
	font-weight: bold;	
}
ul:first-child {
	font-weight: normal;
}

#druckknopf {
	text-align: right;
	margin-top: 3px;
}
#druckknopf button {
  background: #f8fcd8;
  background-image: -webkit-linear-gradient(top, #fefefe, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fefefe, #f0f0f0);
  background-image: -ms-linear-gradient(top, #fefefe, #f0f0f0);
  background-image: -o-linear-gradient(top, #fefefe, #f0f0f0);
  background-image: linear-gradient(to bottom, #fefefe, #f0f0f0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #666666;
  font-size: 10px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  margin: 0px;
  border: 1px solid #e7e7e7;
}

#druckknopf button:hover {
  background: #f8fcd8;
  background-image: -webkit-linear-gradient(top, #ecf9ec, #66cc66);
  background-image: -moz-linear-gradient(top, #ecf9ec, #66cc66);
  background-image: -ms-linear-gradient(top, #ecf9ec, #66cc66);
  background-image: -o-linear-gradient(top, #ecf9ec, #66cc66);
  background-image: linear-gradient(to bottom, #ecf9ec, #66cc66);
  text-decoration: none;
  cursor: pointer;
}

#links {
	padding: 7px;
}

@media print 
{
	body * {
		visibility: hidden;
	}
	#druck, #druck * {
		visibility: visible;
	}
	#druck {
	    position: absolute;
	    left: 0;
	    top: 0;
	    font-size: 12px;
	   	display: block;
	   	width: auto;
	   	height: auto;
	   	visibility: visible;
	   	overflow: visible;
	   	border: none;
	}
	.page-break	{ 
		display: block; 
		page-break-before: always; 
	}
}