* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
}

.authWrapper {
	margin:24px 0 24px 0;
	padding:32px 0 32px 0;
	background-color: #f6f6f6 !important;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

.authWrapper:after {
	content:"";
	clear:both;
	display:block;
}

.axCol {
	float:left;
	width: 292px;
	padding: 8px;
	border-collapse:collapse;
}

.authBox {
	background-color:#ffffff;
	border-collapse:collapse;
	border: 1px solid #c6c6c6;
	height:130px;
	width:100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	padding: 16px 12px 12px 12px;
}

.authBox:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}

.authTypeTitle {
	height: 42px;
	color:#1d5f9f;
	font-weight:700;
	font-size:1.5em;
	width:254px;
	overflow:hidden;
	*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.authCheckbox {
	margin: 16px 0 0 0;
	font-size:1.2em;
}

.checkBoxTxt {
	display:inline-block;
	margin:0 0 0 5px;
}

.authSubmit {
	cursor:pointer;
	padding:3px 12px 5px 44px;
	margin: 16px 0 0 0;
	float:right;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(204, 204, 204, 0.7);
	border-radius:2px;
	
	border:1px solid #d4d4d4;
	background-color: #ffffff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 10px 0 rgba(0, 0, 0, 0.16);	
}

.authSubmit:hover {
	border:1px solid #b7c3d7;
	*background-color: #f8f8f8;
	*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px 0 rgba(45, 74, 151, 0.1), 0 1px 10px 0 rgba(53, 83, 181, 0.21)
}

.authSubmit img {
	position:absolute;
	margin-left:-40px;
}

.box {
	background-color:#ffffff;
	border-collapse:collapse;
	border: 1px solid #c6c6c6;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	padding: 16px 12px 12px 12px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.box.loginForm {
	font-size: 1.1em;
}

.box.error {
	border-color: #ebccd1;
}

.box.error h1 {
	color: #a94442;
	background-color: #f2dede;
}

.box.loginForm  h1, .box.info h1  {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.box.loginForm  h1, .box.error h1, .box.info h1 {
	padding:15px 10px 15px 10px;
}

.cls {
	clear:both;
}

.headerIcon {
	display:inline-block;
	float:right;
}

.headerIcon.failedIco{
	margin-top:-12px;
	margin-right:-11px;
}

.headerIcon.loginIco {
	margin-top:-15px;
	margin-right:-6px;
}

.headerIcon.warrningIco {
	margin-top:-13px;
	margin-right:-6px;
}

.headerIcon.redirectIco {
	margin-top:-10px;
	margin-right:-6px;
}

/* IO Slider */
.toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: inline-block;
  background: #A84848;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(168, 72, 72, 0.5);
  transition: all 0.2s ease;
}
.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(63, 145, 55, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.authBox input[type=checkbox]:checked + .toggle:before {
  background: #B7D7C2;
}
.authBox input[type=checkbox]:checked + .toggle span {
  background: #3F9137;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(63, 145, 55, 0.2);
}
.authBox input[type=checkbox]:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

.center {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
}

/* KTZH Overrides */
#main-area.noMainArea {
	background:none;
	border:none;
}

.overlay {
	display:none;
}

#logo {
    background-image: url(../../images/logo.png) !important;
}

form input.big-submit {
	display:inline-block !important;
	float:right !important;
	margin: 0 0 0 0 !important;
}

.authWrapper form input {
    font-size: 1.4em;
}

.authWrapper  label {
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    font-size: 1em;
    margin-left: 0px;
}

#main-area fieldset.no-Form {
  border: 1px solid #e0e0e0;
	margin: 20px 10px 20px 10px;
	padding: 31px 10px 20px 10px;
}

#main-area fieldset legend {
    font-size: 1.9em;
    color: #000000;
    margin-bottom: 0px;
	margin-left: 0px;
}

#main-area fieldset  .formRow {
	display:block;
	width:100%;
	padding: 6px 0 6px 0;
}

.login label {
	display: inline-block;
	float: none;
	width: 200px;
	margin-left:0px;
}

#main-area input.text {
	margin-left:0px;
	width: 90%;
	border: 1px solid #949494;
    height: 1.6em;
    padding: 5px;
}

/* Responsive Override */
.ktzh-logo-mobile {
    background: no-repeat top left url("../../images/ktzh-logo-mobile-tablet-optimiert.svg");
    background-size: auto auto;
    background-size: contain;
}

a:focus {
	background-color:#ffffff !important;
}

html body #main-area {
    width: auto !important;
    max-width: 1236px;
    margin: 62px auto 0 auto;
    padding: 24px 2% 0 2%;
    border: none;
	min-height: 500px;
	left:0;
}

html body .le-footer {
    width: 100% !important;
}

html body .le-footer > .footer-bg {
	width: 100% !important;
}

#footer-area, #footer {
    background: #013950;
	color: #66add7;
}

body.classic #header-mobile {
	display:block !important;
}
body.classic #header-area-dp {
	display:none !important;
}

#header-mobile {
    display: block;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 48px;
    border-bottom: 1px solid #d4d4d4;
    background: #ffffff;
    margin-bottom: 0;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in;
}

#header-mobile.header-move-in:not(.menu-open) {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in;
}

#header-mobile #header-area .identity a strong {
    display: table-cell;
    vertical-align: middle;
	height: 50px;
}

#header-mobile.department .identity strong {
    font-size: 1.9em;
    line-height: 1.1;
    letter-spacing: -0.05em;
}

#header-mobile .identity strong {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    color: #000000;
    display: inline;
    word-break: break-word;
}

#header-mobile .identity strong {
    font-weight: normal;
}

@media screen and (min-width: 768px) {
	
	.box {
		width:700px;
	}
	
	#main-area input.text {
		margin-left:0px;
		width: 400px;
	}
	
	body.classic #header-mobile {
		display:block;
	}

	html body #main-area {
		margin-top: 97px;
	}

	#header-mobile #header-area {
		padding-left: 1.25%;
	}
	
	#header-mobile #header-area .ktzh-logo-mobile {
		height: 78px;
		width: 101px;
	}
	
	#header-mobile {
		height:78px;
	}
	
	#header-mobile #header-area .identity a strong {
		display: table-cell;
		vertical-align: middle;
		height: 78px;
	}

	#header-mobile.department .identity a strong {
		font-size: 2.4em;
		line-height: 1.1;
		letter-spacing: -0.01em;
	}
}

@media screen and (min-width: 240px) and (max-width: 1234px) {

	form input[type="button"].big-submit, 
	form input[type="submit"].big-submit, 
	form input[type="reset"].big-submit, 
	form input.big-submit {
		color: white;
		background: #005e97;
		background-color: rgb(0, 94, 151);
		font-size: 12px;
		line-height: 14px;
		float: right !important;
		display: inline-block;
		clear: none !important;
		border-radius: 1px;
		border: 0;
		padding: 10px;
		-webkit-appearance: none;
	}
	
	.authBox {
		height: 140px;
	}
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1235px) {
	
	.box {
		width:900px;
	}
	
	body.classic #header-mobile {
		display:none !important;
	}
	
	body.classic #header-area-dp {
		display:block !important;
	}
	
	body {
		background: #e0e0e0 url(../../images/bg-body.png) top left repeat-x !important;
	}
	
	html body #main-area {
		background-color: #ffffff;
		margin: 207px auto 0;
		border: 1px solid #d0d0d0;
		padding-top: 11px;
		padding-bottom: 49px;
		left:29px;
	}

	html body .le-footer {
		width: 1210px !important;
	}
	
	html body .le-footer > .footer-bg {
		width: 1217px !important;
	}
	
	#footer-area, #footer {
		background: #f8f8f8;
		color: #000000;
	}
}