.mkdf-logo-wrapper a img.mkdf-light-logo:nth-child(2) {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
@media only screen and (min-width: 1025px) {
.mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-left { 
    max-width: 430px; 
}
}
header.mkdf-mobile-header .mkdf-vertical-align-containers {
	display: flex;
	flex-direction: row-reverse;
}
/* FAQ-Texte auf Smartphones besser lesbar machen */
@media only screen and (max-width: 768px) {

  /* Überschrift in den FAQ-Toggles */
  .vc_do_toggle .vc_toggle_title h6.vc_custom_heading {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  /* Inhaltstext in den FAQ-Toggles */
  .vc_do_toggle .vc_toggle_content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
.text-weiss,
.text-weiss p,
.text-weiss h1,
.text-weiss h2,
.text-weiss h3,
.text-weiss h4,
.text-weiss h5,
.text-weiss h6,
.text-weiss li {
    color: #ffffff;
}