.kontakt_.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.kontakt_.bg-image * {
  position: relative;
  z-index: 1;
}
/*.kontakt_.bg-image:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
}*/
.kontakt_ .text_fs * { color: #ffffff; }
.kontakt_ .text_fs h1 { margin-bottom: 5px; }
.kontakt_ .text_fs h2,
.kontakt_ .text_fs h3,
.kontakt_ .text_fs h4,
.kontakt_ .text_fs h5,
.kontakt_ .text_fs h6 {
  margin: 0 0 24px;
}
.kontakt_ .text_fs p {
  margin-bottom: 9px;
}
.kontakt_ .text_fs a { text-decoration: none; }
.kontakt_ .text_fs a:hover { color: #91b4dd; }

/* Video Pop-up */

.kontakt_ .left_fs .play-btn {
  border: 0px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 12px 12px 65px;
  font-size: 15px;
  line-height: 2.400em;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
  position: relative;
  transition: all 0.3s ease 0s;
}
.body-container-wrapper .kontakt_ .left_fs .play-btn:hover { background-color: inherit; }
.kontakt_ .left_fs .play-btn:before {
  content: "\f04b";
  font-weight: 900;
  font-size: 20px;
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #19233E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-indent: 3px;
}

/* End Video Pop-up */

.kontakt_ .button_block {
  display: flex;
  align-items: center;
  gap: 22px;
}

.kontakt_ .cta_fs {
  margin-top: 29px;
}

@media (min-width: 768px) {
  .kontakt_ .page-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kontakt_.bg-image { padding: 80px 0 76px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kontakt_ .left_fs { min-width: 47%; width: 100%;  }
  .kontakt_ .right_fs { margin-left: 4%; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .kontakt_ .left_fs { min-width: 46%; width: 100%; }
  .kontakt_ .right_fs { margin-left: 8%; }
}

@media (min-width: 128px) and (max-width: 1400px) {
  .kontakt_ .page-center { justify-content: space-around; }
}

@media (min-width: 1280px) {
  .kontakt_ .left_fs { width: auto; }
  .kontakt_ .right_fs { width: 47%; margin-left: 6%; }
}

@media (max-width: 767px) {
  .kontakt_ .right_fs { /*margin-top: 80px;*/ max-width: 400px; margin: 80px auto 0; }
  .kontakt_.bg-image { padding: 48px 0; }  
}
@media (max-width: 460px) {
  .kontakt_ .vid_fs { margin-top: 10px; }
  .kontakt_ .button_block { flex-direction: column; align-items: flex-start; }
}



