.contact-template {
  padding-top: 40px;
}
.contact-template .section-header .title {
  color: inherit;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 100;
  line-height: 1.3;
  margin: 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .contact-template .section-header .title {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  .contact-template .section-header .title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 989px) {
  .contact-template .section-header .title {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}
.contact-template .container-kontakt {
  display: flex;
  flex-wrap: wrap;
}
.contact-template .category-kontakt {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 5px;
  padding: 20px;
  text-align: center;
}
.contact-template .category-kontakt img {
  margin: 0 auto;
}
.contact-template .category-kontakt:hover {
  border-radius: 2px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.contact-template .category-kontakt a {
  color: inherit;
  text-decoration: none;
}
.contact-template .cat1-kontakt {
  flex: 100%;
}
.contact-template .img-kontakt {
  max-height: 150px;
  min-height: 150px;
}
.contact-template .a-kontakt {
  border: none !important;
}
@media (max-width: 900px) {
  .contact-template .cat1-kontakt {
    flex: 100%;
  }
  .contact-template .cat2-kontakt {
    flex: 33%;
  }
}
@media (max-width: 600px) {
  .contact-template .category-kontakt {
    border-radius: 2px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    flex: 100%;
  }
}
.contact-template .banner-kontakt {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.contact-template .banner-kontakt img {
  height: auto;
  width: 100%;
}
.contact-template .banner-kontakt .small-device-image-kontakt {
  display: block;
}
.contact-template .banner-kontakt .large-device-image-kontakt {
  display: none;
}
.contact-template .banner-text-kontakt {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  top: 10%;
}
@media (min-width: 901px) {
  .contact-template .banner-kontakt .small-device-image-kontakt {
    display: none;
  }
  .contact-template .banner-kontakt .large-device-image-kontakt {
    display: block;
  }
  .contact-template .banner-text-kontakt {
    top: 50%;
    transform: translateY(-50%);
  }
}
.contact-template .hulk-powered-wrapper {
  display: none !important;
}
.contact-template #cookie-banner_flag {
  visibility: hidden !important;
}
.contact-template .iconswidth {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
}
.contact-template .header-middle .site-nav {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.contact-template .laoding .header-middle .site-nav {
  opacity: 0;
}
.contact-template form {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.contact-template form input,
.contact-template form textarea {
  background: transparent 0 0 no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 8px;
  height: auto;
  padding: 10px;
  width: 100%;
}
.contact-template form input[type="submit"] {
  background: #000 0 0 no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  width: fit-content;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 20px;
  padding: 6px 19px;
  transition: all 0.4s;
}
@media screen and (max-width: 989px) {
  .contact-template form input[type="submit"] {
    padding: 7px 10px;
  }
}
.contact-template form input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
.contact-template .contact-wrapper {
  display: grid;
  gap: 0 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 989px) {
  .contact-template .contact-wrapper {
    gap: 30px 0;
    grid-template-columns: 1fr;
  }
}
.contact-template .contact-wrapper .loginTitle {
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
@media screen and (min-width: 1025px) {
  .contact-template .contact-wrapper .loginTitle {
    font-size: 20px;
  }
}
.contact-template .page-contact {
  margin: 0 auto;
  max-width: 1470px;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 989px) {
  .contact-template .page-contact {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
.contact-template #ContactForm-email-error {
  display: none;
}
.contact-template .form-message * {
  color: #000;
}
.contact-template .form-message--success {
  background-color: #f8fff9;
  border: 1px solid #1f873d;
  color: #1f873d;
  display: block;
  padding: 10px;
  width: 100%;
}
