@charset "UTF-8";
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  padding-left: 10px;
  padding-right: 10px;
}

body,
html {
  font-family: "Gilroy", sans-serif;
  color: #004D88;
  font-style: italic;
}

body {
  background-position: top center;
  background-repeat: no-repeat;
}

a {
  color: #004D88;
}

@media screen and (max-width: 991px) {
  body.detail .content {
    padding-top: 30px;
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  margin: 0;
  color: #004D88;
  font-style: italic;
  line-height: 1.2;
}

h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin: 0;
  color: #004D88;
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.2;
}

h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  color: #004D88;
  margin-bottom: 15px;
  font-style: italic;
  line-height: 1.2;
}

h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #004D88;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 1.2;
}

p {
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #004D88;
  font-style: italic;
}

a {
  font-family: "Gilroy", sans-serif;
}

a.link {
  font-size: 16px;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 3px solid;
  padding-bottom: 4px;
  text-decoration: none;
}

p.small {
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }
  h1, h2, h3, h4 {
    word-break: break-word;
  }
}
.alert {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.formWrapper {
  display: block;
}
.formWrapper .form {
  width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.formWrapper .form .zeile {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.formWrapper .form .zeile .left,
.formWrapper .form .zeile .right {
  width: 340px;
  display: inline-block;
}
.formWrapper .form .zeile .left.plzz,
.formWrapper .form .zeile .right.plzz {
  width: 220px;
}
.formWrapper .form .zeile .left.ortt,
.formWrapper .form .zeile .right.ortt {
  width: 460px;
}
.formWrapper .form .zeile .left {
  margin-right: 15px;
}
.formWrapper .form .zeile label {
  font-size: 16px;
  color: #004D88;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.formWrapper .form .zeile label.agb {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}
.formWrapper .form .zeile label.agb a {
  color: #E6001E;
}
.formWrapper .form .zeile label.noL {
  display: inline;
}
.formWrapper .form .zeile.agb {
  display: block !important;
  margin-top: 20px;
}
.formWrapper .form .zeile input {
  border: 1px solid #DEDEDE;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}
.formWrapper .form .zeile input#frau {
  margin-left: 10px;
}
.formWrapper .form .zeile input[type=text], .formWrapper .form .zeile input[type=date] {
  width: 100%;
  height: 45px;
  padding: 5px;
}
.formWrapper .form .zeile input[type=radio] {
  transform: scale(1.5);
  margin-right: 5px;
}
.formWrapper .form .zeile input:focus {
  outline: none;
}
.formWrapper .form .stern {
  color: #E6001E;
  padding-left: 1px;
}
.formWrapper .form #submit,
.formWrapper .form .submit {
  padding: 10px 35px;
  border: 1px solid #004D88;
  margin-bottom: 2px;
  background: none;
  float: right;
  color: #004D88;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  transition: background 0.25s, color 0.25s;
}
.formWrapper .form #submit:hover,
.formWrapper .form .submit:hover {
  color: #FFF;
  background-color: #004D88;
}
.formWrapper .form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  padding: 5px;
}
.formWrapper .form textarea:focus {
  outline: none;
}
.formWrapper .form #lBemerkung {
  font-size: 16px;
  color: #004D88;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.formWrapper .info {
  position: relative;
  pointer-events: none;
  margin-bottom: 5px;
}
.formWrapper .info:hover .answer {
  display: block;
}
.formWrapper .info .trigger {
  cursor: pointer;
  pointer-events: all;
}
.formWrapper .info .answer {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  border: 2px solid #0064AA;
  z-index: 10;
  background-color: #FFF;
  padding: 10px;
}
.formWrapper .checkbox-input {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formWrapper .checkbox-input label {
  font-weight: normal;
}
.formWrapper .checkbox-input input {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
.formWrapper .checkbox-input input:checked ~ .checkmark:after {
  display: block;
}
.formWrapper .checkbox-input .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 1px solid #0064AA;
}
.formWrapper .checkbox-input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #004D88;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formWrapper .infobox {
  padding: 15px;
  border: 1px solid #0064AA;
  background-color: #E9F4FC;
}
.formWrapper .infobox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #0064AA;
  border-radius: 50%;
}

#test {
  display: none;
}

.labels label {
  display: block;
  font-size: 14px;
  float: left;
  margin-top: 6px;
  font-weight: 700;
  color: #787878;
}
.labels label:after {
  content: " *";
  color: #E6001E;
}
.labels label {
  display: block;
}
.labels label.ort {
  width: 38%;
}
.labels label.strasse {
  width: 38%;
}
.labels label.last {
  width: 20%;
}

.contact_form,
.glasform {
  position: relative;
  *zoom: 1;
}
.contact_form:after, .contact_form:before,
.glasform:after,
.glasform:before {
  content: " ";
  display: table;
}
.contact_form:after,
.glasform:after {
  clear: both;
}
.contact_form .error,
.glasform .error {
  outline-color: #E6001E;
}
.contact_form .correct,
.glasform .correct {
  outline-color: green;
}
.contact_form #ausgabe,
.glasform #ausgabe {
  text-align: center;
  display: block;
  color: white;
  line-height: 45px;
  background: #cc3d50;
  font-weight: bold;
  margin-top: 185px;
  font-size: 16px;
  width: 96%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.contact_form #titelForm,
.glasform #titelForm {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 25px;
  color: #FFF;
}
.contact_form #infoForm,
.glasform #infoForm {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #FFF;
}
.contact_form p,
.glasform p {
  font-size: 14px;
}
.contact_form .label-input,
.glasform .label-input {
  width: 37%;
  margin-right: 1%;
  float: left;
}
.contact_form .label-input.nr,
.glasform .label-input.nr {
  width: 20%;
}
.contact_form input,
.glasform input {
  border: 1px solid #DEDEDE;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  color: #000;
  height: 45px;
}
.contact_form input[type=text],
.glasform input[type=text] {
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
}
.contact_form input.buttonlink,
.glasform input.buttonlink {
  background-color: white;
  float: right;
  margin-right: 4%;
}
.contact_form .test,
.glasform .test {
  display: none;
}

@media screen and (max-width: 991px) {
  .alert {
    width: 100%;
  }
  .formWrapper .form {
    width: 100%;
  }
  .formWrapper .form #submit,
  .formWrapper .form .submit {
    float: none;
    margin-top: 15px;
  }
  .formWrapper .form .zeile .left,
  .formWrapper .form .zeile .right {
    width: 100% !important;
    float: none;
  }
  .formWrapper .form .zeile .right label {
    margin-top: 20px;
  }
  .contact_form .label-input,
  .contact_form .label-input.nr,
  .glasform .label-input,
  .glasform .label-input.nr {
    width: 100%;
    float: none;
  }
  .contact_form #ausgabe,
  .glasform #ausgabe {
    margin-top: 100px;
  }
}
@media (max-width: 770px) {
  .form-group {
    margin-top: 30px;
  }
}
.newsFeld {
  margin-bottom: 80px;
}

.newsBlockKlein {
  float: left;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.news {
  text-align: left;
}
.news .newsWrapper .publishedon {
  color: #004D88;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.news .outer {
  position: absolute;
  width: calc(100% + 55px);
  left: -65px;
  top: 27px;
  z-index: 999;
  background-color: white;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.news .middle {
  display: table-cell;
  vertical-align: middle;
}
.news .inner {
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  background-color: white;
}
.news .inner > .title {
  margin-bottom: 0.5rem;
}
.news .inner > .introtext {
  margin-bottom: 0;
  font-style: italic;
}
.news .newsimage .outerimg {
  display: inline;
  margin-right: -104px;
}
.news .newsimage img {
  width: 100%;
}
.news .newsFeldKlein {
  float: left;
  background-color: white;
  padding: 25px;
  margin-bottom: 2px;
  width: 100%;
}
.news .newsFeldKlein a.link {
  color: #0064AA;
  float: left;
  font-weight: 700;
  border-bottom: 3px solid #0064AA;
}
.news .newsFeldKlein p.title {
  font-weight: 700;
  color: #000;
}
.news .newsFeldKlein p.publishedon {
  color: #787878;
  margin-bottom: 2px;
}

.newsFeld:nth-child(2n) .outer {
  left: auto !important;
  right: -65px !important;
}

.AktuellNews {
  width: 100%;
}
.AktuellNews .date {
  color: #787878;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.pagination {
  width: 100%;
}
.pagination ul {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  line-height: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  text-align: center;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.pagination ul li {
  display: inline;
  margin-right: 10px;
}
.pagination ul li a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.pagination ul li a.active {
  border-bottom: 2px solid #E6001E;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li.control {
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 0;
  background-color: white;
}
.pagination ul li.control .arrow {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination ul li.control.right {
  right: -42px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.pagination ul li.control.right .arrow {
  margin-left: 5px;
  background-image: url("/template/images/Icons/forward.svg");
}
.pagination ul li.control.left {
  left: -42px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.1);
}
.pagination ul li.control.left .arrow {
  margin-left: 5px;
  background-image: url("/template/images/Icons/back.svg");
}
.pagination ul li.control a {
  color: #E6001E;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .news .newsFeld {
    margin-bottom: 35px;
  }
  .news .newsFeld .newsimage .outerimg {
    margin-right: 0;
  }
  .news .newsFeld .newsWrapper .outer {
    position: initial;
    left: 0;
    width: 100%;
  }
  .news .newsFeld .newsWrapper .inner {
    padding: 30px;
  }
  .news .newsFeld .newsWrapper .inner .title {
    word-break: break-word;
  }
}
.stoerungOverlay {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.stoerungOverlay .stoerung {
  background-color: #FFF;
  padding: 0;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.stoerungOverlay .stoerung .titlebar {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  padding: 18px 30px;
  background-color: #cc3d50;
}
.stoerungOverlay .stoerung .titlebar h3 {
  float: left;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 0px;
}
.stoerungOverlay .stoerung .titlebar .closebutton {
  float: left;
  position: absolute;
  right: 10px;
}
.stoerungOverlay .stoerung .titlebar .closebutton:hover {
  cursor: pointer;
}
.stoerungOverlay .stoerung .titlebar .closebutton img {
  width: 40px;
}
.stoerungOverlay .stoerung .inner {
  float: left;
  padding: 30px;
}
.stoerungOverlay .stoerung .inner a {
  color: #E6001E;
  float: left;
}

#searchMain {
  display: block;
}
#searchMain .inputWrapper {
  display: block;
  float: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#searchMain .inputWrapper input[type=text] {
  width: 90%;
  height: 50px;
  padding: 5px 15px;
  font-size: 24px;
  border: 1px solid #DEDEDE;
  float: left;
}
#searchMain .inputWrapper input[type=image] {
  width: 50px;
  height: 50px;
  padding: 14px;
  color: white;
  background-color: #0064AA;
}
#searchMain .login-button {
  width: 20%;
  margin-left: 10px;
  display: inline-block;
}
#searchMain .login-button .button {
  height: 50px;
  right: 0;
  background-color: #004D88;
  border: 0;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#searchMain .login-button .button:hover {
  text-decoration: none;
}

.searchResultMain .result {
  border-bottom: 1px solid #004D88;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
.searchResultMain .result .labelResult {
  font-size: 14px;
  font-weight: 700;
  float: left;
}
.searchResultMain .result .sisea-results {
  float: right;
  font-size: 14px;
  color: #004D88;
}
.searchResultMain .result .sisea-results .searchWord {
  color: #004D88;
  font-weight: 600;
}
.searchResultMain .sisea-results-list .sisea-result {
  margin-bottom: 60px;
}
.searchResultMain .sisea-results-list .sisea-result h3 a {
  color: #004D88;
  font-size: 22px;
  text-decoration: none;
}
.searchResultMain .sisea-results-list .sisea-result .extract p {
  font-size: 16px;
}
.searchResultMain .sisea-results-list .sisea-result .link a {
  font-size: 12px;
  color: #004D88;
  border-bottom: 3px solid #004D88;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
.searchResultMain .sisea-page a {
  color: #004D88;
  font-weight: 700;
}
.searchResultMain .sisea-page.sisea-current-page {
  color: #004D88;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  #searchMain .inputWrapper {
    position: relative;
    width: 100%;
  }
  #searchMain .inputWrapper input[type=text] {
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }
  #searchMain .inputWrapper input[type=image] {
    position: absolute;
    right: 0;
  }
  .searchResultMain .result {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  #searchMain .login-button {
    margin-left: 0;
    width: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 765px) {
  .searchResultMain .result .labelResult {
    display: block;
    float: none;
  }
  .searchResultMain .result .sisea-results {
    float: none;
  }
}
.wrapperIcons {
  bottom: 50px;
  right: 50px;
  z-index: 999;
  position: absolute;
}
.wrapperIcons a {
  width: 50px;
  height: 50px;
  background-color: #004D88;
  border-radius: 100px;
  float: left;
}
.wrapperIcons a img {
  background-color: #004D88;
  border-radius: 100px;
  width: 50px;
  float: left;
  margin-left: 0 !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.wrapperIcons #drucken,
.wrapperIcons #nachOben {
  width: 35px;
}
.wrapperIcons #nachOben {
  margin-left: 30px;
}

.search-input .inputWrapper {
  position: relative;
}
.search-input .inputWrapper .text:focus {
  outline: none;
}
.search-input .inputWrapper .image {
  width: 50px;
  height: 50px;
  right: 0;
  background-color: #004D88;
  padding: 15px;
}

.drop a,
.dropacc a,
.dropli a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 14px;
  border-bottom: 1px solid black;
  text-decoration: none;
  padding-bottom: 14px;
}

.drop:first-child a {
  border-top: 1px solid #004D88;
}
.drop .iconsNew {
  position: absolute;
  right: 0;
  top: 10px;
}
.drop .iconsNewOuter {
  position: absolute;
  right: 0;
  top: 15px;
}
.drop .iconsNewOuter a {
  display: inline;
}
.drop a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 14px;
  border-bottom: 1px solid #004D88;
  text-decoration: none;
  padding-bottom: 14px;
}
.drop a h4.title {
  font-weight: 700;
}
.drop h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.drop .aktiv {
  display: inline-block;
}
.drop .unterpunkt1 {
  display: none;
}
.drop .unterpunkt2 {
  display: none;
  padding-left: 80px;
}
.drop .unterpunkt2 a {
  display: inline;
}
.drop .dropinner {
  border-bottom: 1px solid #004D88;
  padding: 0 0 0 40px;
  position: relative;
}
.drop .dropinner .abstandMaker {
  height: 14px;
}
.drop .dropinner li {
  padding-left: 10px;
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  border-top: 1px solid #004D88;
  position: relative;
}
.drop .dropinner img {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.drop .dropinner a {
  border-bottom: 0;
  border-top: 0;
  color: #000;
}
.drop .dropinner a h4.title {
  font-weight: 700;
}
.drop .dropinner h4.title {
  font-weight: normal;
}
.drop .minus,
.drop .plus {
  float: left;
  font-size: 37px;
  margin-right: 20px;
  display: inline-block;
  margin-top: -15px;
  color: #004D88;
}
.drop .minus.inaktiv,
.drop .plus.inaktiv {
  display: none;
}
.drop .minus.aktiv,
.drop .plus.aktiv {
  display: inline-block;
}
.drop .minus {
  display: none;
}

.rowy h4 {
  margin-bottom: 0;
}
.rowy .iconsNew {
  position: absolute;
  right: 0;
  top: 10px;
}
.rowy .dropli {
  position: relative;
  padding-left: 10px;
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  border-top: 1px solid #004D88;
}
.rowy .dropli:last-child {
  border-bottom: 1px solid #004D88;
}
.rowy .dropli a {
  border-bottom: 0;
  display: inline;
  color: #000;
}
.rowy .dropli img {
  width: 25px;
  margin-right: 5px;
}
.rowy .dropli img:last-child {
  margin-right: 0;
}

.loginLoginForm label {
  width: 100%;
}
.loginLoginForm input[type=password], .loginLoginForm input[type=text] {
  height: 50px;
  padding: 5px 15px;
  font-size: 24px;
  border: 1px solid #DEDEDE;
  width: 100% !important;
}
.loginLoginForm input.buttonlink {
  background-color: white;
}

@media screen and (max-width: 991px) {
  .drop .unterpunkt2 {
    padding-left: 0;
  }
  .drop .dropinner {
    padding-left: 10px;
  }
  .drop .icons {
    position: initial;
  }
  #searchMain .inputWrapper {
    position: relative;
    width: 100%;
  }
  #searchMain .inputWrapper input[type=text] {
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }
  #searchMain .inputWrapper img {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 662px) {
  .dropdownText .wrapper .titel {
    position: relative;
  }
  .drop .dropinner img {
    width: 50px;
  }
  .drop .dropinner h4.title {
    margin-top: 10px;
  }
  .drop h4 {
    margin-top: 10px;
  }
}
.btn-client {
  background-image: -webkit-linear-gradient(top, #FFFF01 0, #FF8000 100%);
  background-image: -o-linear-gradient(top, #FFFF01 0, #FF8000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFF01), to(#FF8000));
  background-image: linear-gradient(to bottom, #FFFF01 0, #FF8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bgc1", endColorstr="$bgc2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border: 1px solid #000;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  box-shadow: inset 0px 3px 5px 0px rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.btn-client:active, .btn-client:hover {
  background-color: #FFFF01;
  color: #FFF;
}

.partner {
  width: 100%;
}
.partner a {
  display: block;
  padding: 13px 10px;
  border-bottom: 1px solid #DEDEDE;
  font-size: 16px;
  color: #0064AA;
  width: 100%;
  font-weight: 700;
  padding-right: 70px;
}
.partner a::after {
  content: "»";
  font-size: 12px;
  color: #0064AA;
  font-weight: 700;
  padding-top: 5px;
  float: right;
  margin-right: -70px;
}
.partner a:hover {
  background-color: #F2F2F2;
  text-decoration: none;
}
.partner a:hover::after {
  content: "SEITE BESUCHEN »";
}
.partner .left {
  float: left;
  width: 48%;
}
.partner .right {
  float: right;
  width: 48%;
}
.partner .left,
.partner .right {
  border-top: 1px solid #DEDEDE;
}

.box {
  display: inline-block;
  background-color: #FFF;
  padding: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%;
}
.box .image {
  min-height: 325px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box .inner {
  padding: 30px;
}
.box .inner .title {
  font-size: 20px;
  margin-bottom: 0.75rem;
  font-style: italic;
}
.box .inner .text {
  font-style: italic;
}
.box .inner .buttonlink {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  padding: 7px 15px;
  border: 1px solid #004D88;
  transition: background 0.25s, color 0.25s;
  margin-top: 20px;
}
.box .inner .buttonlink:hover {
  color: #FFF;
  background-color: #004D88;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .box {
    margin-bottom: 30px;
  }
  .box .image {
    min-height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .content .box .image {
    min-height: 275px;
    background-position: center center;
  }
}
@media (max-width: 662px) {
  .content .box .inner {
    display: inline-block;
  }
}
.person .personrow .image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  border-radius: 200px;
}
.person .personrow .personcontent {
  margin-top: 20px;
}
.person .personrow .personcontent h4 {
  margin-bottom: 0;
}
.person .personrow .personcontent span {
  display: block;
  font-size: 16px;
}
.person .personrow .personcontent span span {
  display: inline;
}
.person .personrow .personcontent span .emo_address {
  text-decoration: none;
}
.person.listview {
  text-align: center;
}
.person.listview .personrow {
  display: inline-block;
  margin: 20px 25px;
}
.person.listview .personrow .image {
  margin: 0 auto;
}
.person.listview .personrow .personcontent {
  text-align: center;
}
.person.listview .personrow .personcontent a {
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.person.singleview {
  text-align: center;
}
.person.singleview .personrow .image {
  margin: 0 auto;
}
.person.singleview .personrow .personcontent .info {
  margin-top: 20px;
}
.person.singleview .personrow .personcontent .info .info-block .left,
.person.singleview .personrow .personcontent .info .info-block .right {
  width: 50%;
  float: left;
}
.person.singleview .personrow .personcontent .info .info-block .left {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
.person.singleview .personrow .personcontent .info .info-block .right {
  text-align: left;
  padding-left: 10px;
  border-left: 2px solid #DEDEDE;
  min-height: 30px;
}
.person.singleview .personrow .personcontent .info .info-block .right ul {
  list-style-type: none;
  padding: 0;
}
.person.singleview .personrow .personcontent .info .info-block .right ul li {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .person .personrow {
    text-align: center;
  }
  .person .personrow .image {
    margin: 0 auto;
  }
}
.list-stellen .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #FFF;
}
.list-stellen .item .text {
  font-size: 25px;
}
.list-stellen .item .text .title {
  font-weight: 700;
  font-style: italic;
}
.list-stellen .item .buttonlink {
  margin-top: 0;
  height: 39px;
}

.header {
  position: relative;
  z-index: 20;
  height: 115px;
  padding-top: 25px;
  border-bottom: 1px solid #004D88;
}
.header .mainnav .logo {
  display: block;
  padding-left: 50px;
}
.header .mainnav .logo a img {
  height: 70px;
}
.header .mainnav .nav-search {
  text-align: right;
  height: 50px;
  padding-top: 25px;
}
.header .mainnav .nav-search #searchHead {
  display: inline-block;
  position: absolute;
  width: 15px;
  right: 0;
  transition: all ease 500ms;
}
.header .mainnav .nav-search #searchHead.open {
  transition: all ease 500ms;
  width: 80%;
}
.header .mainnav .nav-search #searchHead .inputWrapper {
  position: relative;
}
.header .mainnav .nav-search #searchHead .inputWrapper .image {
  position: absolute;
  right: 45px;
  top: 0;
}
.header .mainnav .nav-search #searchHead .inputWrapper .text {
  position: relative;
  top: 0px;
  right: 95px;
  height: 25px;
  border: 0;
  border-left: 1px solid #004D88;
  width: 0;
  transition: all ease 500ms;
  outline: 0;
}
.header .mainnav .nav-search #searchHead .inputWrapper.open .text {
  padding: 5px 20px;
  width: 100%;
}
.header .mainnav .navigation {
  display: inline-block;
  position: relative;
  right: 95px;
  text-align: left;
}
.header .mainnav .navigation ul {
  margin-bottom: 0;
}
.header .mainnav .navigation ul li {
  display: inline-block;
  margin-right: 30px;
  font-style: italic;
}
.header .mainnav .navigation ul li a {
  font-size: 16px;
  color: #004D88;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 10px;
  transition: color 0.25s;
}
.header .mainnav .navigation ul li.active > a, .header .mainnav .navigation ul li:hover > a {
  color: #53AEDD;
}
.header .mainnav .navigation ul li:hover > ul {
  display: block;
}
.header .mainnav .navigation ul li:hover > a {
  border-bottom: 2px solid #004D88;
}
.header .mainnav .navigation ul li ul {
  padding-left: 0;
  z-index: 999;
  padding-top: 43px;
  display: none;
  position: absolute;
  list-style-type: disc;
  float: none;
  border-right: 0;
  margin-bottom: 0;
}
.header .mainnav .navigation ul li ul .shadow-outer {
  position: absolute;
  overflow: hidden;
  top: 40px;
  left: -12px;
  height: 100%;
  width: calc(100% + 24px);
  z-index: 0;
}
.header .mainnav .navigation ul li ul .shadow-outer .shadow {
  position: absolute;
  top: 0;
  left: 12px;
  height: calc(100% - 40px);
  width: calc(100% - 24px);
  z-index: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.header .mainnav .navigation ul li ul li {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  float: none;
  width: 100%;
  padding: 7px 10px;
  border-top: 1px solid #004D88;
  border-right: 1px solid #004D88;
  border-left: 1px solid #004D88;
  position: relative;
  z-index: 10;
  transition: 0.25s background;
}
.header .mainnav .navigation ul li ul li:first-of-type {
  border-top: none;
}
.header .mainnav .navigation ul li ul li:last-of-type {
  border-bottom: 1px solid #004D88;
}
.header .mainnav .navigation ul li ul li a {
  display: block;
  padding-bottom: 0;
  color: #004D88;
  width: 100%;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
  transition: 0.25s color;
}
.header .mainnav .navigation ul li ul li:hover {
  background-color: rgba(83, 174, 221, 0.8);
}
.header .mainnav .navigation ul li ul li:hover a {
  border: none;
  color: white;
}
.header .mainnav #search {
  float: right;
  margin-right: 50px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 25px;
  border-left: 1px solid #DEDEDE;
}
.header .mainnav #search .image {
  width: 20px;
}
.header .mainnav .mobileSearch {
  display: none;
}

body.landing .header {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1225px) {
  .header .mainnav .navigation ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1160px) {
  .header .mainnav .navigation {
    right: 70px;
  }
  .header .mainnav .navigation ul li {
    margin-right: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    height: 70px;
  }
  .header .mainnav .navigation {
    display: none;
  }
  .header .mainnav .nav-search {
    display: none;
  }
  .header .mainnav .logo a {
    position: absolute;
    left: 15px;
    z-index: 111;
    top: 31px;
  }
  .header .mainnav .logo a img {
    height: 45px;
  }
}
.headingdefault {
  text-align: center;
  padding-top: 90px;
}
.headingdefault h1 {
  margin-bottom: 10px;
}

.breadcrumbs {
  color: #004D88;
}
.breadcrumbs ul {
  padding-left: 0;
}
.breadcrumbs ul li {
  font-size: 14px;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-left: 5px;
  color: #004D88;
  font-weight: 700;
}
.breadcrumbs ul li a {
  color: #004D88;
  font-weight: 700;
}
.breadcrumbs ul .crumb-separator {
  color: #004D88;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .headingdefault {
    padding-top: 0;
  }
  .mainnav .logo img {
    position: absolute;
    top: -37px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .headingdefault {
    padding-left: 0 !important;
  }
}
.dropdownText .wrapper {
  border-bottom: 1px solid #004D88;
  padding: 10px 10px 5px;
  cursor: pointer;
}
.dropdownText .wrapper:first-child {
  border-top: 1px solid #004D88;
}
.dropdownText .wrapper .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dropdownText .wrapper .icon .minus,
.dropdownText .wrapper .icon .plus {
  color: #004D88;
  font-size: 40px;
  display: none;
  width: 23px;
  margin-top: -7px;
  line-height: 50px;
}
.dropdownText .wrapper .icon .aktiv {
  display: inline-block;
}
.dropdownText .wrapper .titel {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.dropdownText .wrapper .text {
  display: none;
  font-size: 16px;
  padding: 5px 5px 20px;
}
.dropdownText .wrapper .text a {
  text-decoration: none;
  color: #004D88;
}

.downloadListe {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.downloadListe .kat {
  border: 1px solid #004D88;
}
.downloadListe .kat.left {
  width: 48%;
  text-align: left;
}
.downloadListe .kat.right {
  width: 48%;
}
.downloadListe .kat span {
  font-weight: 600;
}
.downloadListe .kat .kategorie {
  position: relative;
}
.downloadListe .kat .kategorie:last-child a {
  border-bottom: none;
}
.downloadListe .kat .kategorie a {
  display: flex;
  border-bottom: 1px solid #004D88;
  font-size: 16px;
  font-weight: 600;
  color: #004D88;
  padding: 15px 120px 15px 20px;
}
.downloadListe .kat .kategorie a img {
  width: 16px;
  margin-right: 15px;
}
.downloadListe .kat .kategorie a:hover {
  background-color: #E9F4FC;
  text-decoration: none;
}
.downloadListe .kat .kategorie a:hover::after {
  content: "DOWNLOAD";
  position: absolute;
  right: 30px;
  padding-top: 3px;
  font-size: 14px;
  color: #004D88;
  font-weight: 700;
}

.video-embed iframe {
  width: 100%;
}
.video-embed .video {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .downloadListe {
    padding-top: 0;
  }
  .downloadListe .kat.left {
    width: 100%;
    float: none;
  }
  .downloadListe .kat.right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 650px) {
  .dropdownText .wrapper .titel {
    width: 80%;
    position: relative;
  }
  .partner .left,
  .partner .right {
    width: 100%;
    float: none;
  }
  .partner .right {
    border-top: none;
  }
}
@media screen and (max-width: 576px) {
  .downloadListe .kat .kategorie a:hover:after {
    display: none;
  }
}
.contact-details {
  padding: 60px 0 40px;
  background-color: #004D88;
  font-style: italic;
}
.contact-details .logo {
  margin-bottom: 30px;
}
.contact-details .logo > img {
  width: 175px;
}
.contact-details a,
.contact-details p {
  color: #FFF;
}
.contact-details p {
  font-size: 12px;
  line-height: 1.4;
}
.contact-details .title {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.footer-nav {
  margin: 5px 0;
  padding: 15px 0;
  list-style: none;
  text-align: center;
}
.footer-nav ul {
  margin-bottom: 0;
}
.footer-nav ul li {
  margin-bottom: 5px;
  display: inline;
  margin-right: 60px;
}
.footer-nav ul li a {
  font-size: 12px;
  color: #004D88;
  font-weight: 600;
  font-style: italic;
}
.footer-nav ul li a.active, .footer-nav ul li a:active, .footer-nav ul li a:focus, .footer-nav ul li a:hover {
  color: #004D88;
  text-decoration: none;
}
.footer-nav ul li:last-child a:before {
  content: url("/userdata/Logos_Icon_verschiedene/video-camera-blue.svg");
  margin-right: 8px;
}

.site-details {
  background-color: #004D88;
  color: #FFF;
  font-style: italic;
}
.site-details .textleft,
.site-details .textright {
  padding: 20px 0;
  float: left;
  font-size: 12px;
}
.site-details .textright {
  position: absolute;
  right: 15px;
  height: 30px;
}
.site-details .textright a {
  color: #FFF;
  float: left;
  line-height: 34px;
  margin-top: -10px;
  margin-right: 40px;
}
.site-details .textright a:last-child {
  margin-right: 0;
}
.site-details .textright .icon {
  margin-right: 20px;
}
.site-details .textright .icon img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .footer-nav {
    text-align: left;
  }
  .footer-nav ul {
    padding-left: 0;
  }
  .footer-nav ul li {
    display: block;
  }
  .footer-nav ul li:last-child a:before {
    content: none;
    margin-right: 0;
  }
  .footer-nav ul li:last-child a:after {
    content: url("/userdata/Logos_Icon_verschiedene/video-camera-blue.svg");
    margin-left: 8px;
  }
}
@media (max-width: 610px) {
  .site-details {
    padding-bottom: 10px;
  }
  .site-details .textright {
    position: initial;
    float: none;
    padding-top: 0;
  }
  .site-details .textright a {
    margin-right: 20px;
  }
  .site-details .textright a:last-child {
    margin-right: 0;
  }
  .site-details .textleft {
    float: none;
  }
}
.-cgrey {
  background-color: #F2F2F2;
}

.-cblue {
  background-color: #E9F4FC;
}

.grau {
  background-color: #E9F4FC;
}

.grey {
  background-color: #E9F4FC;
}

.fieldfull {
  padding: 90px 0;
}

.content {
  position: relative;
}
.content .field {
  padding: 90px 100px;
}
.content .feld {
  padding: 70px 230px;
  text-align: center;
}
.content .feld.-uncentered {
  text-align: left;
}
.content .feld p {
  margin-bottom: 1rem;
}
.content .fieldfull {
  padding: 90px 0;
}
.content .feldnormal {
  padding: 90px 220px;
}
.content .grau {
  background-color: #E9F4FC;
}
.content .grey {
  background-color: #E9F4FC;
}
.content .no-margin {
  padding-bottom: 0 !important;
}
.content .no-margin h2 {
  margin-bottom: 0 !important;
}
.content .richtext p {
  font-style: italic;
}
.content .richtext ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
}
.content .richtext ul li {
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  color: #004D88;
}
.content .richtext ul li:before {
  content: "-";
  margin-left: -20px;
  margin-right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  color: #004D88;
  margin-bottom: 2px;
}
.content .richtext hr {
  border-top-color: #004D88;
}
.content .buttonlink {
  display: inline-block;
  border: 1px solid #004D88;
  padding: 7px 15px;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #004D88;
  font-weight: 700;
  transition: background 0.25s, color 0.25s;
  letter-spacing: normal;
}
.content .buttonlink:hover {
  color: #FFF;
  background-color: #004D88;
}
.content .buttonlink span {
  display: inline-block;
}
.content .buttonlink.inverted {
  border: 2px solid #FFF;
  color: #FFF;
}
.content .buttonlink.inverted:hover {
  color: #0064AA;
  background-color: #FFF;
}
.content .small {
  display: block;
  color: #004D88;
  padding: 20px 0 0;
}
.content .info .inforow {
  margin-top: 30px;
}
.content .info .image {
  width: 100%;
}
.content .info .infocontent {
  padding-bottom: 30px;
  font-size: 16px;
}
.content .info .infocontent p {
  margin-bottom: 5px;
}
.content .info .infocontent a.link {
  float: left;
}
.content .tabelle {
  width: 100%;
  margin-top: 30px;
}
.content .tabelle tr, .content .tabelle .tr {
  background-color: #FFF;
  border: 1px solid #004D88;
}
.content .tabelle tr td, .content .tabelle tr .td, .content .tabelle .tr td, .content .tabelle .tr .td {
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #004D88;
}
.content .tabelle tr td.bold, .content .tabelle tr .td.bold, .content .tabelle .tr td.bold, .content .tabelle .tr .td.bold {
  font-weight: 700;
  color: #004D88;
}
.content .tabelle tr td.center, .content .tabelle tr .td.center, .content .tabelle .tr td.center, .content .tabelle .tr .td.center {
  text-align: center;
}
.content .tabelle tr td.right, .content .tabelle tr .td.right, .content .tabelle .tr td.right, .content .tabelle .tr .td.right {
  text-align: right;
}
.content .tabelle tr td.left, .content .tabelle tr .td.left, .content .tabelle .tr td.left, .content .tabelle .tr .td.left {
  text-align: left;
}
.content img {
  width: 100%;
}
.content .imagemargin {
  margin-bottom: 40px;
}
.content .innerLayout .fieldfull {
  width: 100% !important;
  padding: 45px 0 0 !important;
}
.content .innerLayout .field {
  width: 100% !important;
  padding: 45px 0 0 !important;
}

@media screen and (max-width: 1200px) {
  .content .feld {
    padding: 50px 150px;
  }
}
@media screen and (max-width: 992px) {
  .content .feld {
    padding: 50px 30px;
  }
  .content .fieldfull {
    padding-top: 30px;
  }
  .content .tabelle .tr .td:last-child {
    padding-top: 0;
  }
  .content .tabelle .tr .td.right, .content .tabelle .tr .td.center {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .content .fieldfull {
    padding: 30px 15px;
  }
  .content .field {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .content .feldnormal {
    padding: 0 15px;
  }
}
@media (max-width: 662px) {
  .content .field {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .content .info .inforow {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .tabelle tr:first-child {
    display: none;
  }
  .tabelle td {
    width: 100% !important;
    padding: 10px 15px !important;
    display: block;
  }
  .tabelle td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 50%;
    display: inline-block;
  }
}
@media screen and (max-width: 450px) {
  table.tabelle td:before {
    display: block;
  }
}
.debug {
  font-family: "Consolas", sans-serif;
  font-size: 14px;
  background-color: black;
  text-shadow: 0 0 2px hsla(41, 65%, 64%, 0.8), 0 0 8px hsla(41, 65%, 64%, 0.6);
  color: #dfb968;
  position: fixed;
  z-index: 10;
  padding: 10px;
  border-top: 3px solid orange;
  bottom: 0;
  left: 0;
  min-width: 100%;
  transition: all ease 500ms;
  cursor: pointer;
}
.debug:before {
  content: "Console Output";
  font-size: 16px;
  font-weight: bold;
}
.debug i {
  position: absolute;
  right: 10px;
  font-size: 18px;
}
.debug .output {
  margin-top: 10px;
  display: none;
  position: relative;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background-color: transparent;
  padding: 4px 0;
  height: 1px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  color: #0064AA;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #0064AA;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0064AA;
  margin-top: 65px;
  position: absolute;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 24px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0064AA;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.googlemap #gmap {
  height: 500px;
}
.googlemap .marker {
  display: none;
}

.grid-item {
  width: 25%;
}

.grid-item-width2 {
  width: 50%;
}

.grid-item img,
.grid-item-width2 img {
  display: block;
  max-width: 100%;
}

.carousel-vis {
  position: relative;
  height: 520px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-vis .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-vis .item.active {
  z-index: 10;
  left: 0;
}
.carousel-vis .item.active .caption {
  left: 50px;
  bottom: 45px;
  transition: all 400ms ease;
  overflow-x: hidden;
}
.carousel-vis .item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-vis .item .caption {
  position: absolute;
  bottom: 60px;
  left: -100%;
  z-index: 15;
  font-size: 30px;
  font-style: italic;
}
.carousel-vis .item .caption > .title {
  color: white;
  font-size: 32px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
}
.carousel-vis .item .caption > .text {
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 3.5rem;
  font-size: 17px;
}
.carousel-vis .item .caption > .link {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-size: 16px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  border-bottom: none;
}
.carousel-vis .item .caption > .link span {
  padding-bottom: 3px;
  border-bottom: 2px solid white;
}
.carousel-vis .toggler {
  padding: 0;
  bottom: 25px;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis .toggler li {
  border: none;
  width: 11px;
  height: 11px;
  background: transparent;
  margin: 0 0 0 11px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #FFF;
}
.carousel-vis .toggler li.active {
  background-color: #FFF;
}
.carousel-vis .myProgress {
  width: 100%;
  background-color: #FFF;
  z-index: 99;
  position: absolute;
  display: block;
  bottom: 0;
}
.carousel-vis .myProgress .myBar {
  z-index: 99;
  width: 0;
  height: 5px;
  background-color: #0064AA;
}
.carousel-vis .myProgress .myBar.animate {
  transition: width linear 4800ms;
  width: 100%;
}

.slider .item-skip {
  position: absolute;
  z-index: 15;
  bottom: 260px;
  font-size: 35px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider .item-skip.next {
  right: -50px;
  background-image: url("../images/Icons/arrow-right.svg");
}
.slider .item-skip.prev {
  left: -50px;
  background-image: url("../images/Icons/arrow-left.svg");
}

body.detail .slider {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 992px) {
  .carousel-vis {
    height: 60vw;
  }
  .carousel-vis .item {
    height: 60vw;
  }
  .carousel-vis .item .caption {
    padding: 30px 15px;
    overflow: hidden;
    width: 0;
  }
  .carousel-vis .item.active .caption {
    bottom: auto;
    top: 0;
    left: 0;
    width: auto;
    word-break: break-word;
  }
  .carousel-vis .item.active .caption .title {
    word-break: break-word;
  }
  .carousel-vis .item.active .caption .text {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .carousel-vis {
    height: 330px;
  }
  .carousel-vis .item {
    height: 330px;
  }
}
body .acceptcookie {
  position: fixed;
  text-align: center;
  right: 30px;
  top: 40%;
  width: 300px;
  height: 200px;
  padding: 30px;
  background-color: #0064AA;
  color: #FFF;
  z-index: 9999;
  font-style: italic;
}
body .acceptcookie a {
  color: #FFF;
  font-weight: 600;
  text-decoration: underline;
}
body .acceptcookie .buttonlink {
  position: relative;
  top: 30px;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  border: 2px solid white;
  font-weight: bold;
  padding: 7px;
}

body.error .border {
  position: relative;
  margin: 80px auto 200px;
  border: 2px solid #767676;
  border-radius: 20px;
  height: 250px;
  width: 50%;
  text-align: center;
}
body.error .border .fourofour {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  font-size: 100px;
  background-color: white;
  display: block;
  padding: 0 20px;
}
body.error .border .text {
  font-size: 30px;
  margin: 80px 0 20px;
}
body.error .border button {
  background-color: white;
}
body.error .border .plugs {
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  left: 50%;
  bottom: -25px;
  background-color: white;
}
body.error .border .plugs .plug {
  background-repeat: no-repeat;
  height: 50px;
  width: 55px;
  background-color: white;
  float: left;
}
body.error .border .plugs .plug.plug1 {
  background-image: url("../images/plug2.svg");
  margin-right: 20px;
}
body.error .border .plugs .plug.plug2 {
  background-image: url("../images/plug1.svg");
  margin-left: 20px;
  width: 75px;
}
@media (max-width: 992px) {
  body.error .border {
    width: 90%;
  }
}
@media (max-width: 400px) {
  body.error .border .fourofour {
    font-size: 40px;
  }
  body.error .border .text {
    font-size: 24px;
  }
  body.error .border .plugs {
    display: none;
  }
}

body.news .headingdefault {
  text-align: left;
  padding-left: 80px;
}
body.news .headingdefault .breadcrumbs {
  color: #0064AA;
  font-weight: bold;
}

.malbun.outerDiv {
  width: 100%;
  height: 600px;
}
.malbun.outerDiv .innerDiv .liveCam {
  width: 100%;
  height: 600px;
}
.malbun.outerDiv .innerDiv .liveCam #livecam_sidebar {
  display: none;
}

.webcam {
  max-width: 992px;
  margin: 0 auto;
}

.iframeElement {
  max-width: 100%;
  display: block;
  border: none;
}

@media screen and (max-width: 1200px) {
  .masescha .outerDiv,
  .steg .outerDiv {
    height: 450px;
  }
  .masescha .outerDiv .innerDiv,
  .steg .outerDiv .innerDiv {
    clip: rect(250px 690px 610px 0px);
  }
}
@media screen and (max-width: 991px) {
  .masescha .outerDiv .innerDiv,
  .steg .outerDiv .innerDiv {
    left: 0;
  }
}
#bewilligungsergebnis .sortbar {
  background-color: #E9F4FC;
  border: 1px solid #004D88;
  border-bottom: 0;
  cursor: pointer;
}
#bewilligungsergebnis .sortbar div {
  padding: 18px 45px;
  width: 60%;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
}
#bewilligungsergebnis .sortbar div span {
  position: relative;
}
#bewilligungsergebnis .sortbar div span:before {
  content: url("/template/icons/up-down.svg");
  position: absolute;
  right: -20px;
}
#bewilligungsergebnis .sortbar div:nth-child(2) {
  width: 24%;
  padding: 18px 0;
}
#bewilligungsergebnis .sortbar div:nth-child(3) {
  width: 15%;
  padding: 18px 0;
}
#bewilligungsergebnis .accordion {
  border: 1px solid #004D88;
  border-top: 0;
}
#bewilligungsergebnis .user {
  border-top: 1px solid #004D88;
  border-bottom: 0;
  position: relative;
  width: 100%;
}
#bewilligungsergebnis .user:before {
  content: url("/template/icons/triangle-right.svg");
  position: absolute;
  left: 20px;
  top: 19px;
  width: 10px;
  height: 10px;
}
#bewilligungsergebnis .user.active:before {
  content: url("/template/icons/triangle-down.svg");
  width: 10px;
  height: 10px;
}
#bewilligungsergebnis .user .titlebar {
  cursor: pointer;
}
#bewilligungsergebnis .user .titlebar div {
  padding: 18px 45px;
  width: 58%;
  display: inline-block;
}
#bewilligungsergebnis .user .titlebar div:first-child {
  font-size: 16px;
  font-weight: 600;
}
#bewilligungsergebnis .user .titlebar div:nth-child(2) {
  color: #004D88;
  width: 24%;
  padding: 18px 0;
}
#bewilligungsergebnis .user .titlebar div:nth-child(3) {
  color: #004D88;
  width: 16%;
  padding: 18px 0;
}
#bewilligungsergebnis .user .content {
  display: none;
  padding: 45px;
  border-top: 1px solid #004D88;
  opacity: 0;
  transition: all ease 300ms;
}
#bewilligungsergebnis .user .content.active {
  opacity: 100;
}
#bewilligungsergebnis .user .content table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
#bewilligungsergebnis .user .content table tr {
  padding-bottom: 10px;
  border-spacing: 10px;
}
#bewilligungsergebnis .user .content table tr td:first-child {
  color: #004D88;
  padding-right: 45px;
  font-weight: 600;
}

#bewilligungsfilter {
  margin-bottom: 45px;
}
#bewilligungsfilter button,
#bewilligungsfilter input[type=text],
#bewilligungsfilter select {
  border-radius: 0;
  height: 52px;
  box-shadow: none;
  transition: none;
  font-size: 16px;
}
#bewilligungsfilter button {
  width: 52px;
  background-color: #004D88;
  color: #FFF;
  font-size: 20px;
  border: 0;
}
#bewilligungsfilter select {
  outline: none;
  background: #fff;
  -moz-appearance: window;
  -webkit-appearance: none;
  border-radius: 0;
  text-overflow: "";
  background-image: url("/template/icons/triangle-down.svg");
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: 96% 20px;
  cursor: pointer;
  width: 100%;
  padding: 0 15px\9 0 5px;
  *padding-right: 15px;
  _padding-right: 15px;
}

@media (max-width: 770px) {
  #bewilligungsergebnis .sortbar {
    display: block;
  }
  #bewilligungsergebnis div,
  #bewilligungsergebnis div:nth-child(2),
  #bewilligungsergebnis div:nth-child(3) {
    width: 100%;
    padding: 7px 15px;
    display: block;
  }
}
.search-mitarbeiter-output {
  background-color: #DEDEDE;
  height: auto;
  width: 100%;
}

.search-mitarbeiter, .search-mitarbeiter-no-image {
  text-align: center;
  min-height: 460px;
  height: auto;
  background-color: #FFF;
  margin: 20px 0;
  padding: 50px 45px 20px;
}
.search-mitarbeiter p.desc, .search-mitarbeiter-no-image p.desc {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  word-wrap: break-word;
  height: 75px;
}
.search-mitarbeiter p.desc .function, .search-mitarbeiter-no-image p.desc .function {
  font-size: 12px;
  text-transform: none;
}
.search-mitarbeiter .image, .search-mitarbeiter-no-image .image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  border-radius: 200px;
  border: 5px solid #DEDEDE;
  margin-bottom: 20px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search-mitarbeiter span, .search-mitarbeiter-no-image span {
  display: block;
  font-size: 16px;
}

.search-mitarbeiter-no-image {
  min-height: 460px;
  height: auto;
}
.search-mitarbeiter-no-image .image {
  display: none;
}

.search-mitarbeiter-input {
  margin: 50px 0;
}

#search-aufgabengebiet {
  height: 50px;
  border-radius: 0;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  padding-right: 30px;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url("/template/icons/dropdown-blue.png") no-repeat scroll 95% center;
}

#searchMitarbeiter .inputWrapper {
  display: block;
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#searchMitarbeiter .inputWrapper input[type=text] {
  width: 90%;
  height: 50px;
  padding: 5px 15px;
  font-size: 18px;
  border: 1px solid #DEDEDE;
  float: left;
}
#searchMitarbeiter .inputWrapper input[type=image] {
  width: 50px;
  height: 50px;
  padding: 14px;
  color: white;
  background-color: #0064AA;
}
#searchMitarbeiter .inputWrapper input[type=image].close {
  position: absolute;
  float: none;
  right: 75px;
  background-color: transparent;
  opacity: 0.5;
}

@media (max-width: 992px) {
  #searchMitarbeiter .login-button {
    margin-left: 0;
    width: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #searchMitarbeiter .inputWrapper {
    position: relative;
    width: 100%;
  }
  #searchMitarbeiter .inputWrapper input[type=text] {
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }
  #searchMitarbeiter .inputWrapper input[type=image] {
    position: absolute;
    right: 0;
  }
}
body.stelle .headingdefault .subtitle {
  font-weight: 300;
  font-size: 52px;
}

.search-mitarbeiter.-stellen, .-stellen.search-mitarbeiter-no-image {
  padding-top: 0;
  padding-right: 0;
  background-color: transparent;
}
.search-mitarbeiter.-stellen .mail span, .-stellen.search-mitarbeiter-no-image .mail span {
  display: inline-block;
}

.formWrapper.-stellen {
  font-size: 16px;
}
.formWrapper.-stellen .form {
  width: 100%;
}
.formWrapper.-stellen .form .zeile .left,
.formWrapper.-stellen .form .zeile .right {
  width: calc(50% - 10px);
}
.formWrapper.-stellen .form label {
  display: none;
}
.formWrapper.-stellen .form input[type=text],
.formWrapper.-stellen .form textarea {
  min-height: 54px;
  border: 0;
  box-shadow: none;
  padding-left: 15px;
}
.formWrapper.-stellen .form input[type=text]::placeholder,
.formWrapper.-stellen .form textarea::placeholder {
  color: #004D88;
  opacity: 1;
}
.formWrapper.-stellen .form input[type=text]::-ms-input-placeholder,
.formWrapper.-stellen .form textarea::-ms-input-placeholder {
  color: #004D88;
}
.formWrapper.-stellen .form .file-input {
  position: relative;
  height: 54px;
  margin-bottom: -6px;
}
.formWrapper.-stellen .form .file-input .file-label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0px 15px;
  line-height: 54px;
  background-color: #FFF;
}
.formWrapper.-stellen .form .file-input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: blue;
  opacity: 0;
}
.formWrapper.-stellen .form .file-error {
  display: none;
  position: absolute;
  top: 100%;
  color: red;
}
.formWrapper.-stellen .form .file-error.-visible {
  display: block;
}
.formWrapper.-stellen .form #submit,
.formWrapper.-stellen .form .submit {
  float: none;
}