@charset "UTF-8";

@font-face {
  font-family: "untitled-font-5";
  src:url("../fonts/untitled-font-5.eot");
  src:url("../fonts/untitled-font-5.eot#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-5.woff") format("woff"),
    url("../fonts/untitled-font-5.ttf") format("truetype"),
    url("../images/untitled-font-5.svg#untitled-font-5") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-5" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-5" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vbmh-fk-home-icon:before {
  content: "\61";
}
.icon-vbmh-fk-mail-icon:before {
  content: "\62";
}
.icon-vbmh-fk-phone-icon:before {
  content: "\63";
}
.icon-vbmh-fk-termin-icon:before {
  content: "\64";
}
.icon-vbmh-fk-video-icon:before {
  content: "\65";
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}