/*Schriften*/
h1 {
	color:#0B2161;
	font-size:64pt;
	background-color: #ccc;
    //border-radius: .1em;
	text-align: center;
	margin: 0;
}
h2 {
	font-size:64pt;
	color:#000;
	text-align: center;
}

h3 {
	color:#000;
	font-size:24pt;
	text-align: center;
}

body{
	/*background-color:#FFF;*/
	/*Döhrn Blau*/
	background-color:#415999;
}

/*Buttons*/
button{
	//background-color: green;
	//border-radius: 10em;
	color: black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 3px 3px 2px grey;
}

/*Checkbox*/
input[type=checkbox]{
	font-size: 5pt;
	border-radius: 1em;
	zoom: 2;
}

/*Button*/
input[id=10]{
	font-size: 30px;
	border-radius: 1em;
	color:#0B2161;
	zoom: 2;
}

/*Kunden eingabe*/
input[id=knd]{
	font-size: 12pt;
	color:#0B2161;
	zoom: 2;
}

input[type=submit]{
	font-size: 12pt;
	border-radius: 1em;
	color:#0B2161;
	zoom: 2;
}

input[type=button]{
	font-size: 12pt;
	border-radius: 1em;
	color:#0B2161;
	zoom: 2;
}

/*Text*/
input[type=text]{
	font-size: 12pt;
	border-radius: 1em;
	color:#0B2161;
	zoom: 2;
}

/*Reset*/
input[type=reset]{
	font-size: 12pt;
	border-radius: 1em;
	color:#0B2161;
	zoom: 2;
}


/*EMail*/
input[type=email]{
	font-size: 12pt;
	border-radius: 1em;
	color:#0B2161;
	zoom: 2;
}


/*Passwort*/
input[type=password]{
	font-size: 12pt;
	border-radius: 1em;
	color:#0B2161;
	zoom: 2;
}


/*Inputfelder*/
/*Allgemeine Einstellungen für Inputfelder*/
input{
	border-radius: .5em;
}

/*DIVS*/
div[name=menu]{
	text-align: right;
}

/*Menü*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #ccc;
}

li {
	float: left;
	width: 25%;
}

li a{
	display: block;
	/*color: #0B2161;*/
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 22pt;
	font-weight: bold;
	width:100%;
	margin: 0 auto;
}


li a:hover{
	background-color: #111;
	color: white;
	font-weight: bold;
}

/*checkbox*/
checkbox{
	font-size: 32px;
	font-weight: bold;
}

/*Label*/
label{
	font-size: 32px;
	font-weight: bold;
}

label[type=Logintext]{
	
}

label[type=ITInfo]{
	color: white;
}



/*Table*/
table{
    border: 2px solid black;
	border-radius: 10px;
	background-color:#FFF;
	font-family: inherit;
	padding: 0.3rem 0.3rem;
	cursor: pointer;
}

table[name=Selection]{
	border-radius: 10px;
	background-color:#FFF;
	font-family: inherit;
	padding: 0.3rem 0.3rem;
}

table[name=Login]{
	border: 0px solid black;
	border-radius: 10px;
	background-color:#415999;
	font-family: inherit;
	padding: 0.3rem 0.3rem;
}

table[name=Messwerte]{
	border: 0px solid black;
	border-radius: 10px;
	background-color:#415999;
	font-family: inherit;
	padding: 0.3rem 0.3rem;
}

table[name=Werte]{
	cursor: not-allowed;
	font-size: 32px;
}


table.last_Services{
	font-size:25px;
}

tr{
	border: 2px solid black;
}

td[name=menu]{
	width: 90px;
	text-align: right;
}

td[name=intern_menu]{
	width: 90px;
	text-align: left;
}

td[id=Kndinfo]{
	font-size:	32px;
	text-align: right;
}

td{
	font-size:	15px;
	/*border: 1px solid black;*/
}

th{
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 3px 3px 2px grey;
}

select {
	width: 200px;
	/*height: 50px;*/
	font-size: 24px;
	border-radius: 5px;
	box-shadow: 7px 7px 5px grey;
}

img{
	border-radius: 5px;
}

.zoom {
	transition: transform .2s; /* Animation */
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	border: 1px solid black;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 3px 3px 2px grey;
}

