.kontakt_.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.kontakt_.bg-image * {
  position: relative;
  z-index: 1;
}

.img-box-shaping{
  height:242px;
  width:100%;
}

.right_fs {
  display:flex;
  flex-direction:row;
  gap:10px;
}

.img-box-shaping img{
  height:100%;
  width:100%;
  object-fit: cover;
}

.img-box-shaping.img-1 img {
  object-position: 97%;
}

.img-box-shaping.img-2 img {
  object-position: 66%;
}

.img-box-shaping.img-3 img {
  object-position: 23%;
}

.img-box-shaping.img-4 img {
  object-position: 5%;
}

.cut-corners {
  --cut-size: 20px; 
  clip-path: polygon(
    var(--cut-size) 0%, calc(100% - var(--cut-size)) 0%, 100% var(--cut-size), 100% calc(100% - var(--cut-size)),
    calc(100% - var(--cut-size)) 100%, var(--cut-size) 100%, 0% calc(100% - var(--cut-size)), 0% var(--cut-size)
  );
}

/*.kontakt_.bg-image:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}*/

.kontakt_ .text_fs-ny * { color: #ffffff; }
.kontakt_ .text_fs-ny h1 { margin-bottom: 5px; }
.kontakt_ .text_fs-ny h2,
.kontakt_ .text_fs-ny h3,
.kontakt_ .text_fs-ny h4,
.kontakt_ .text_fs-ny h5,
.kontakt_ .text_fs-ny h6 {
  margin: 0 0 24px;
}
.kontakt_ .text_fs-ny p {
  margin-bottom: 9px;
}
.kontakt_ .text_fs-ny a { text-decoration: none; }
.kontakt_ .text_fs-ny 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;
}

.icon-content{
  display:flex;
  flex-direction:row;
  align-items:center;
  margin-bottom:16px;
}

.icon-box {
  margin-right: 15px;
  height: 40px;
  width: 40px; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}

.icon-box img {
  height: auto;
  width: 70%; 
  object-fit: contain; 
}

.text_fs-ny{
  max-width:500px;
}

/* End Video Pop-up */

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

.icon-text p {
  color:#ffffff;
  margin:0;
  margin-top: 5px;
}

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

.text_fs-ny h2 {
  margin-bottom:16px;
}

@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%;  }
  .kontakt_ .right_fs { margin-left: 4%; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .kontakt_ .left_fs { min-width: 46%; }
  .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: 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; }
}


.bg-image-product{
  position:relative;
}

.bg-image-product:after{
  content: url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/sirkel.svg);
  opacity: 1;
  position: absolute;
  width: 45%;
  z-index: 1;
}

  .kontakt_ .text_fs-ny h1 {
    margin-top:0;
  }

 .text_fs-ny {
    max-width: 565px;
}

.bg-image-product:after {
  right: -34%;
  top: 62%;
}

@media screen and (max-width:900px) {
  .bg-image-product:after{
    display:none;
  }
}