.webformular .container {
  position: relative;
}

.webformular .md-layout-item {
  max-width: 100%;
}

.webformular .md-layout-item h2 {
  padding-top: 1.9em;
}

.webformular .small_star {
	font-size: 16px;
	color: #5B7F95;
	right: 0;
	flex: 100%;
	max-width: 100%;
}

.webformular .formular {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  max-width: 600px;
}

.webformular .formular .md-layout-item {
  flex: 50%;
  max-width: 50%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item {
    flex: 85%;
    max-width: 85%;
  }
}

.webformular .formular .md-layout-item.full {
  flex: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item.full {
    flex: 85%;
    max-width: 85%;
  }
}

.webformular .formular .md-layout-item.fullstrong {
  flex: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item.fullstrong {
    flex: 100%;
    max-width: 100%;
  }
}

.webformular .formular .md-layout-item.notavail, .notavail {
  flex: 100%;
  max-width: 100%;
  display:none;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item.notavail, .notavail {
    flex: 100%;
    max-width: 100%;
    display:none;
  }
}

.webformular .formular .md-layout-item.item33 {
  flex: 33.33%;
  max-width: 33.33%;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item.item33 {
    flex: 85%;
    max-width: 85%;
  }
}

.webformular .formular .md-layout-item.item25 {
  flex: 25%;
  max-width: 26%;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item.item25 {
    flex: 85%;
    max-width: 85%;
  }
}

.webformular .formular .md-layout-item.right25 {
  margin-right: 24%;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item.right25 {
    margin-right: 0;
  }
}

.webformular .formular .md-layout-item.item66 {
  flex: 66.66%;
  max-width: 66.66%;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-layout-item.item66 {
    flex: 85%;
    max-width: 85%;
  }
}

.webformular .formular .h3 {
  margin-bottom: 30px;
  margin-top: 50px;
}

.webformular .formular .overflowvisible .truncate {
  overflow: visible;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .overflowvisible .truncate {
    overflow: hidden;
  }
}

.webformular .formular .datenschutz .md-checkbox {
  margin-top: 5px;
}

.webformular .formular .datenschutz .md-checkbox-label {
  height: auto;
}

.webformular .formular .datenschutz .md-checkbox-label p a {
  color: #64C3CA;
}

.webformular .formular .datenschutz .md-checkbox-label:after {
  display: none;
}

.webformular .formular .datenschutz .md-invalid .md-checkbox-label {
  color: #FF6B6B;
}

.webformular .formular .checkboxen {
	margin-bottom: 30px;
    padding: 0 0;
}

.webformular .formular .checkboxen .mylabel {
	max-width: 100%;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.webformular .formular .checkboxen .md-checkbox {
	margin-top: 5px;
	width: 100%;
	padding-left: 2px;
}

.webformular .formular .checkboxen .md-checkbox-label {
	height: auto;
}

.webformular .formular .checkboxen .md-checkbox-label p a {
	color: #64C3CA;
}

.webformular .formular .checkboxen .md-checkbox-label:after {
	display: none;
}

.webformular .formular .checkboxen .md-invalid .md-checkbox-label {
	color: #FF6B6B;
}

.webformular .formular .btn {
  margin-top: 30px;
  text-transform: initial;
  height: auto;
}

.webformular .formular .btn .md-ripple-wave {
  display: none;
}

.webformular .formular .md-field {
  margin-bottom: 30px;
  padding-top: 24px;
}

.webformular .formular .md-field:after, .webformular .formular .md-field:before {
  display: none;
}

.webformular .formular .md-field.md-has-textarea {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
}

.webformular .formular .md-field.md-has-textarea:after, .webformular .formular .md-field.md-has-textarea:before {
  display: block;
  border-radius: 0px;
  border-width: 1px;
}

.webformular .formular .md-field.md-has-textarea label {
  top: 0px;
  margin-top: -30px !important;
  padding-left: 0;
}

.webformular .formular .md-field.md-has-textarea .md-textarea {
  padding-top: 24px;
  min-height: 125px;
}

.webformular .formular .md-field label {
  padding-left: 10px;
  top: 26px;
  left: 0;
  max-width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-field label {
    font-size: 16px;
    line-height: 24px;
  }
}

.webformular .formular .md-field.md-focused label, .webformular .formular .md-field.md-has-value label {
  padding-left: 0;
  margin-top: -5px;
  top: 0;
}

.webformular .formular .md-field.md-focused .md-input, 
.webformular .formular .md-field.md-focused .md-inputdate {
  border: 1px solid #A5B9C5;
}

.webformular .formular .md-field.md-focused .md-input:active, .webformular .formular .md-field.md-focused .md-input:focus, .webformular .formular .md-field.md-focused .md-input:hover,
.webformular .formular .md-field.md-focused .md-inputdate:active, .webformular .formular .md-field.md-focused .md-inputdate:focus, .webformular .formular .md-field.md-focused .md-inputdate:hover {
  border: 2px solid #64C3CA;
}

.webformular .formular .md-field.md-focused label {
  color: #002D52;
}
 
.webformular .formular .md-field.md-focused .error-message {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  top: 104%;
  color: #FA5A3C;
}
.webformular .formular .checkboxen .error-message {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #FA5A3C;
}
.webformular .formular .md-field.md-focused .info-message {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  top: 104%;
  color: #FA5A3C;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .webformular .formular .md-field.md-focused .error-message {
    top: 106%;
    left: 0;
  }
  .webformular .formular .checkboxen .error-message {
    left: 0;
  }
  .webformular .formular .md-field.md-focused .info-message {
    top: 106%;
    left: 0;
  }
}

.webformular .formular .md-field.md-invalid label {
  color: #FF6B6B !important;
}

.webformular .formular .md-field.md-invalid .md-input,
.webformular .formular .md-field.md-invalid .md-inputdate {
  border: 1px solid #FF6B6B;
}

.webformular .formular .md-field.md-invalid.md-has-file .md-file {
  border: 1px solid #FF6B6B;
}

.webformular .formular .md-field.md-invalid.md-has-file .md-input,
.webformular .formular .md-field.md-invalid.md-has-file .md-inputdate {
  border: 1px solid #002D52;
}

.webformular .formular .md-field.md-invalid .md-select {
  border: 1px solid #FF6B6B;
}

.webformular .formular .md-field .info {
  position: absolute;
  top: 50px;
  left: 15px;
  right: 15px;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .webformular .formular .md-field .info {
    font-size: 16px;
    line-height: 22px;
  }
}

.webformular .formular .md-field .md-file {
  max-width: 100%;
  padding: 10px;
  display: block;
  height: 120px;
  border: 1px dotted #002D52;
}

.webformular .formular .md-field .md-file .md-icon svg {
  opacity: 0;
  position: absolute;
  top: 23px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 120px;
  width: 100%;
}

.webformular .formular .md-field .md-file .md-input,
.webformular .formular .md-field .md-file .md-inputdate {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  padding-left: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #E6EDF5;
  border: none;
  text-align: center;
  max-width: calc(100% - 25px);
  color: #002D52;
  font-weight: bold;
}

.webformular .formular .md-field .md-file .md-input::placeholder,
.webformular .formular .md-field .md-file .md-inputdate::placeholder {
  color: #002D52;
}

.webformular .formular .md-field .md-input,
.webformular .formular .md-field .md-inputdate {
  border: 1px solid #002D52;
  border-color: #002D52;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  font-size: 16px;
  color: #002D52;
}

.webformular .formular .md-field .md-select {
  border: 1px solid #A5B9C5;
  border-color: #A5B9C5;
  border-radius: 0px;
  color: #002D52;
}

.webformular .formular .md-field .md-select:hover, .webformular .formular .md-field .md-select:active, .webformular .formular .md-field .md-select:focus {
  border: 2px solid #64C3CA;
  height: 52px;
}

.webformular .formular .md-field .md-select .md-input,
.webformular .formular .md-field .md-select .md-inputdate {
  border: none !important;
}

.webformular .formular .md-field.md-has-textarea {
  background-color: #FFFFFF;
}

.webformular .formular .md-field .md-textarea {
  background-color: #FFFFFF;
}

.webformular .formular .md-menu-content.md-select-menu {
  z-index: 95;
}

.webformular .formular .md-field.md-theme-default.md-has-textarea:not(.md-autogrow):before {
  border-color: #A5B9C5;
  border-radius: 0px;
}

.webformular .formular .md-field.md-theme-default.md-has-textarea:not(.md-autogrow):hover:before, .webformular .formular .md-field.md-theme-default.md-has-textarea:not(.md-autogrow):active:before, .webformular .formular .md-field.md-theme-default.md-has-textarea:not(.md-autogrow):focus:before {
  border-color: #64C3CA;
  border-radius: 0px;
  border-width: 2px;
}

.webformular .formular .md-field.md-theme-default.md-has-textarea:before {
  border-radius: 0px;
}

.webformular .formular .md-checkbox.md-theme-default.md-checked .md-checkbox-container {
  background-color: #002D52;
  border-color: #002D52;
}

.webformular .formular .md-invalid .md-radio .md-radio-label {
  color: #FF6B6B;
}

.webformular .formular .md-radio {
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 1.5rem;
}

.webformular .formular .md-radio .md-radio-label {
  padding-left: 10px;
}

.webformular .formular .md-radio.md-checked .md-radio-container {
  border-color: #002D52;
}

.webformular .formular .md-radio.md-checked .md-radio-container:after {
  background-color: #002D52;
        /*top: -1px;
            right: -1px;
            bottom: -1px;
            left: -1px;*/
}

.webformular .formular .md-radio.md-checked .md-ripple {
  color: #002D52;
}

.webformular .formular .md-radio.md-checked .md-ripple .md-ripple-wave {
  display: none;
}

.webformular .infobox {
  position: absolute;
  right: 0;
  margin-top: 20px;
}

.webformular .infobox .infoholder {
  width: 22px;
  height: 22px;
  background-color: #002D52;
  color: #FFFFFF;
  border-radius: 50%;
}

.webformular .infobox .infoholder:hover {
  background-color: #5B7F95;
}

.webformular .infobox .infoholder i {
  width: 22px;
  height: 22px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  vertical-align: text-top;
  padding-left: 1px;
}

.webformular .toolinfo:hover > div {
  visibility:visible;
  opacity:1;
}

.webformular .infocontent {
  transition:visibility 0.5s, opacity 0.1s;
  visibility:hidden;
  opacity:0;
  box-sizing: border-box;
  left: -50px;
  z-index: 10;
  position: relative;
}

.webformular .message {
  margin-top: 25px;
  padding: 10px;
  border-radius: 3px;
  display: block;
  margin-bottom: 25px;
}

.webformular .message.erfolgreich {
  border: 2px solid #059669;
  color: #059669;
}

.webformular .message.fehler {
  border: 2px solid #FF6B6B;
  color: #FF6B6B;
}

.webformular .loader {
  vertical-align: middle;
  margin-right: 10px;
}

.webformular .lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.webformular .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.webformular .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.webformular .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.webformular .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bewerbung-holder .md-menu-content.md-select-menu {
  max-width: 400px;
}

.md-tooltip.md-tooltip-right.md-theme-default {
  background: #FFFFFF;
  padding: 30px;
  height: auto;
  width: auto;
  max-width: 300px;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  color: #5B7F95;
  font-size: 16px;
  line-height: 26px;
  line-height: 24px;
  white-space: initial;
}

/* NV Checkboxlist-Style */
.md-ripple label{
  /*padding-left: 0.5em;
  display: inline-block;*/
  display: block;
  position: relative;
  margin: -1.5em 0 0 0;
  padding-left: 35px;
  cursor: pointer;
}   

/*.md-ripple input[type=checkbox] {
  margin: -0.4em 0 0 0;
  width: 5mm;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 5mm;
  border: 0.15em solid #002d52;
}
.md-ripple input[type=checkbox]:checked {
  background-color: white;
}
.md-ripple input[type=checkbox]:checked:after {
  margin-left: 0.3em;
  margin-top: -0.1em;
  width: 0.4em;
  height: 0.9em;
  border: 1.1px solid #002d52;
  border-width: 0 0.9mm 1mm 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}*/

/*.md-ripple input[type=checkbox] { opacity: 0; }*/
.md-ripple input[type=checkbox] + label:before {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  /*margin-left: -20px;*/
  content: "";
  /*border: 1px solid #888;*/
    border: 0.1em solid #002d52;
  /*border-radius: 3px;*/
  background-color: #fff;
    /*margin: -0.4em 0 0 0;*/
  width: 5mm;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 5mm;
}
.md-ripple input[type=checkbox]:focus + label:before { 
  outline: thin dotted; 
  outline: 5px auto -webkit-focus-ring-color; 
}
.md-ripple input[type=checkbox] + label:after {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 3px;
  padding-top: 1px;
  /*margin-left: -20px;*/
  font-size: 11px;
  color: #555;
}
.md-ripple input[type=checkbox]:checked + label:before {
  background-color: #FFFFFF;
  border-color: #002d52;
}
.md-ripple input[type=checkbox]:checked + label:after {
  top: 3px;
  margin-left: 0.6em;
  margin-top: 0.3em;
  width: 0.5em;
  height: 1em;
  border: 1.1px solid #002d52;
  border-width: 0 0.9mm 1mm 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}

/* NV SelectListbox-Style */
.webformular .mwf-input .select-box:hover {
  width: 103%;
  box-shadow: none;
  border: 2px solid #64c3ca;
}
.webformular .select-box .mwf-input select{
  height:100%;
  padding-top:0;
  /*width:100%;
  background-color:transparent;
  background-image:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;*/
  outline:0;
  /*line-height:1.4444444444;
  text-align:left;*/
  height:4vw;
  /*padding-left:1vw;*/
  /*padding-right:13vw;*/
  width:35vw;
}
.webformular .select-box .mwf-input select {
  line-height: 1.4444444444;
  text-align: left;
  height: 50px;
  /*padding-left: 0.1vw;*/
  /*margin-left: -0.5vw;*/
  z-index: 10;
  /*background-color:transparent;*/
}
.webformular .select-box .mwf-input select {
  width: 103%;
  border: 1px solid #a5b9c5;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0.5em;
  margin: 0 0.2em 0 -0.3em;
  font-size: 90%;
  background: url(../media/images/ardownsmall.png) 108% 1% no-repeat #fff ;
}

.webformular .mwf-input .select-box{
  color:  #002d52;
  overflow: hidden;
  z-index: 1;
}
.webformular .select-box {
  position: relative;
  border: 0;
  border-radius: 0;
  white-space: normal;
}
.webformular .mwf-input .select-box option {
  background-color: transparent;
}
.webformular .mwf-input .select-box select option {
  background-color: transparent;
}

/* NV Zusatzstyles (Info-Zusatztext/-beschreibung-Style, Kalender, etc.) */
.webformular .infotext {
  padding: 0 0 1.5em 0;
}

.webformular .md-inputdate {
  background: url(../media/images/calendarrangesmall.png) 95% 40% no-repeat #fff;
}
.webformular .nvTable { border-collapse: collapse; width: 100%; margin: 0 0 1.5em 0; }
.webformular .nvTable th { background-color: #002D52; color:#FFF; padding: 5px; border-bottom: 1px solid #FFF; text-align: left;} /*cce6ff*/
.webformular .nvTable td { padding: 2px; border: none; border-bottom: 1px solid #002D52; }
.webformular .right { text-align: right; }
.webformular .nvTable .dark { background-color: #FFF; } /*#f1f8ff*/
   