@charset "UTF-8";
@import "font-awesome.min.css";

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
	background-color: #f2f4f8;
	overflow-x: hidden;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #20a8d8;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img { max-width: 100%; }

::-moz-selection { background: #20a8d8; color: #fff; text-shadow: none; }
::selection { background: #20a8d8; color: #fff; text-shadow: none; }


/** INHALT **/
.padding-0 {
  padding: 0px !important;
}

.padding-top-vrnbrg {
  padding-top: 40px;
}

.padding-top-vrnbrg-stat {
  padding-top: 20px;
}

.padding-top-vrnbrg-select-freitext-stat {
  padding-top: 8px;
}

.popover{
    max-width: 60%;
}

.form-group {
    margin-bottom: 0px;
}

.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #384042; }
.top-content .text h1 { color: #384042; }

.form-box { padding-top: 40px; }

.khsgen {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.khsgen h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.khsgen-steps { overflow: hidden; position: relative; margin-top: 20px; }

.khsgen-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.khsgen-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #79c447; }

.khsgen-step { position: relative; float: left; width: 25.0%; padding: 0 5px; }

.khsgen-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.khsgen-step.activated .khsgen-step-icon {
	background: #fff; border: 1px solid #79c447; color: #79c447; line-height: 38px; cursor: pointer;
}
.khsgen-step.active .khsgen-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #20a8d8; font-size: 22px; line-height: 48px;
}

.khsgen-step p { color: #ccc; font-size: 16px; }
.khsgen-step.activated p { color: #79c447; }
.khsgen-step.active p { color: #20a8d8; }

.khsgen fieldset { display: none; text-align: left; }

.khsgen-buttons { text-align: right; }

.khsgen .input-error { border-color: #f35b3f; }

.khsgen-divider { width: 100%; height: 1px; background: #20a8d8; margin-top: 20px; margin-bottom: 20px; }

.has-feedback input~.form-control-feedback {
  margin-top: 22px;
  padding-right: 10px;
  color: #ddd;
}

.has-feedback-2 label ~ .form-control-feedback {
    top: -10px;
}

.offset-bottom {
	top: -10px;
}

.has-feedback textarea~.form-control-feedback,
.has-feedback input~.form-control-feedback.hinweis {
  right: 50px;
  top: 0px;
  margin-top: 11px;

}
.has-success.has-feedback textarea~.form-control-feedback,
.has-success.has-feedback input~.form-control-feedback{
  color: #79c447;
}
.has-success .form-control {
  border-color: #79c447;
}
.has-error.has-feedback textarea~.form-control-feedback,
.has-error.has-feedback input~.form-control-feedback {
  color: #E04B4A;
}
.has-error .form-control {
  border-color: #f35b3f;
}
label.error {
  color: #E04B4A;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
}

label.info {
  color: #a8a8a8;
  margin-bottom: 0px;
  margin-top: -15px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
}



.input-group-btn {
  vertical-align: top;
  margin-left: 0px;
}
span.pflichtmark {
  color: #ddd;
  font-size: 10px;
  position: relative;
  top: -10px;
  left: 0px;
}
span.pflichtmark.text {
  color: #ddd;
  font-size: 16px;
  top: 0px;
}

.alert {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 21px;
}
.alert > a {
  color: #fff;
  font-weight: bold;
}
.alert-success {
  background-color: #5cb85c;
  color: #FFF;
  border-color: #90b456;
}
.alert-danger {
  background-color: #d9534f;
  color: #FFF;
  border-color: #af4342;
}


input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

select.khsgen.form-control,
input.khsgen.form-control  {
	-moz-border-radius: 4px !important; 
	-webkit-border-radius: 4px !important; 
	border-radius: 4px !important;
}

.input-group .form-control:not(:first-child):not(:last-child), 
.input-group-addon:not(:first-child):not(:last-child), 
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 4px 0px 0px 4px;
}

textarea, 
textarea.form-control {
	height: 90px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder { 
	color: #888; 
}

input[type="text"]:-ms-input-placeholder, 
input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, 
textarea.form-control:-ms-input-placeholder { 
	color: #888; 
}

input[type="text"]::-webkit-input-placeholder, 
input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, 
textarea.form-control::-webkit-input-placeholder { 
	color: #888; 
}

label { font-weight: 300; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-radius: 4px;
}

button.btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn.btn-info {
	height: 100%;
	min-width: 50px;
	background: #e1e6ef;
	color: #384042;
	border: 0;
}
button.btn.btn-info:active
button.btn.btn-info:focus,
button.btn.btn-info.active:focus,
button.btn.btn-info:hover {
	opacity: 1.0;
}

button.btn:hover { 
   opacity: 0.6;
}
button.btn:active { 
	outline: 0;
	opacity: 0.6;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; 
}
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus { 
	outline: 0;
	opacity: 0.6; 
}

button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, 
button.btn.btn-next.active:focus { 
	border: 0;
	color: #fff;
	background: #20a8d8; 
}

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, 
button.btn.btn-submit.active:focus { 
	border: 0;
	color: #fff;
	background: #20a8d8;
}

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, 
button.btn.btn-previous.active:focus { 
	border: 0;
	color: #fff;
	background: #bbb;
}

fieldset {
    overflow: visible;
}

.input-group .form-control.select.zindex30 {
  z-index: 30;	
}
.input-group .form-control.select.zindex29 {
  z-index: 29;	
}
.input-group .form-control.select.zindex28 {
  z-index: 28;	
}
.input-group .form-control.select.zindex27 {
  z-index: 27;	
}
.input-group .form-control.select.zindex26 {
  z-index: 26;	
}
.input-group .form-control.select.zindex25 {
  z-index: 25;	
}
.input-group .form-control.select.zindex24 {
  z-index: 24;	
}
.input-group .form-control.select.zindex23 {
  z-index: 23;	
}
.input-group .form-control.select.zindex22 {
  z-index: 22;	
}
.input-group .form-control.select.zindex21 {
  z-index: 21;	
}
.input-group .form-control.select.zindex20 {
  z-index: 20;	
}
.input-group .form-control.select.zindex19 {
  z-index: 19;	
}
.input-group .form-control.select.zindex18 {
  z-index: 18;	
}
.input-group .form-control.select.zindex17 {
  z-index: 17;	
}
.input-group .form-control.select.zindex16 {
  z-index: 16;	
}
.input-group .form-control.select.zindex15 {
  z-index: 15;	
}
.input-group .form-control.select.zindex14 {
  z-index: 14;	
}
.input-group .form-control.select.zindex13 {
  z-index: 13;	
}
.input-group .form-control.select.zindex12 {
  z-index: 12;	
}
.input-group .form-control.select.zindex12 {
  z-index: 11;	
}
.input-group .form-control.select.zindex10 {
  z-index: 10;	
}
.input-group .form-control.select.zindex9 {
  z-index: 9;	
}
.input-group .form-control.select.zindex8 {
  z-index: 8;	
}
.input-group .form-control.select.zindex7 {
  z-index: 7;	
}
.input-group .form-control.select.zindex6 {
  z-index: 6;	
}
.input-group .form-control.select.zindex5 {
  z-index: 5;	
}
.input-group .form-control.select.zindex4 {
  z-index: 4;	
}
.input-group .form-control.select {
  z-index: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
  .khsgen-step p { font-size: 12px; }
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.khsgen { padding-bottom: 20px; }
	.khsgen-buttons button { margin-bottom: 5px; }
	.khsgen-step p { font-size: 10px; }
}


/* BOOTSTRAP DATEPICKER */
div.datepicker {
  padding: 4px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
}
div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #20a8d8;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 44px;
  line-height: 44px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #F5F5F5;
}
div.datepicker td span.active {
  background: #01a8fe;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 12px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */
/* BOOTSTRAP SELECT */
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  color: #384042;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 11px;
  font-size: 11px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 8px;
  background: #f5f5f5;
  border-top: 1px solid #E5E5E5;
  margin-top: 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/* EOF BOOTSTRAP SELECT */
/* DROP DOWN */
.dropdown-menu {
  font-size: 12px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  padding: 0px;
  margin: 8px 0px 0px;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
  border-bottom: 1px solid #E9E9E9;
  line-height: 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus  {
  background-color: #20a8d8;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #20a8d8;
	font-weight: normal;
	color: #ffffff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #20a8d8;
    outline: 0;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0px;
}
.dropdown-menu:after,
.dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.dropdown-menu:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #E5E5E5;
  border-width: 6px;
  margin-left: -6px;
}
.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
  display: none;
}
.dropdown-header {
  padding: 10px 15px;
  border-bottom: 1px solid #E5E5E5;
  color: #777;
}
.dropdown-menu .fa {
  margin-right: 5px;
}
.dropdown-menu .divider {
  background: #F5F5F5;
  margin: 0px;
  padding: 15px 0px 0px;
  border-bottom: 1px solid #E5E5E5;
}
/* EOF DROP DOWN */
