﻿@import "QISDesign.css";

.header_hisinone .logo .logoHeight{
	height:108px;
	width:360px;
}

.divloginstatus {
    background-color: #ca5116;
	color: #ffffff; 
	padding: 5px 0 5px 7px;  
	margin-top: 4px;
	min-height:1.4em;
    border: 0px solid #ca5116;
    -webkit-border-radius: 2px;
	-moz-border-radius : 2px;
	border-radius : 2px;
	box-sizing: border-box;
	text-align:center;
}

.divfoot_navigation {
    background-color: #ca5116;
	color: #ffffff; 
	padding: 5px 0 5px 7px;  
	margin-top: 4px;
	min-height:1.4em;
    border: 0px solid #ca5116;
    -webkit-border-radius: 2px;
	-moz-border-radius : 2px;
	border-radius : 2px;
	box-sizing: border-box;
}

.headline .square1 { 
	background-color: #115E67;
}
	
.headline .square2 { 
	background-color: #A50034;
}
	
.headline .square3 { 
	background-color: #298836;
	margin-bottom: 0;
}

.ns_tabelle1, .ns_tabelle1_alignleft, .ns_tabelle1_aligncenter, .ns_tabelle1_alignright {
	text-align: justify;
	color: #000000;
	text-decoration: none;
	font-weight: normal; 
	background-color: #FFFFFF;
	line-height: 16px;
	border: 1px solid #DEE2EB;
	padding: 2px;
}

.ns_tabelle1_alignleft {
	text-align: left;	
}
.ns_tabelle1_aligncenter {
	text-align: center;
}
.ns_tabelle1_alignright {
	text-align: right;
}
.qis_kontoOnTop{
	font-size: 110%;
	font-weight: bold;
	background: #F0FFFF;
}
.qis_konto{
	background: #F0FFFF;
}

.anmeldebutton {
  display: inline-block;
  padding: 0.4375rem 0.75rem;
  background-color: #ca5116;
  color: #ffffff;
  text-decoration: none;
  border: 0.125rem solid #ca5116;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  text-transform: uppercase;
  box-shadow: inset 0 -6.25rem 0 #ca5116;
  transition: box-shadow 1s cubic-bezier(0.19,1,0.22,1),color 0.4s cubic-bezier(0.19,1,0.22,1);
}
.anmeldebutton:hover {
  background-color: #fff;
  color: #ca5116;
  box-shadow: inset 0 0 0 #ca5116;
  text-decoration: none;
}
