.row img{
    width:100%;
    height:auto;
}
.usp-row{
    width: 97.5%;
    margin: auto;
    background-color: #f2f2f2;
    padding: 20px 0;
    top: -31px;
    position: relative;
    display:flex;
    justify-content: space-around;
}
.usp-row .col-md-4{
    display: flex;
    align-items: center;
}
.usp-row i{
    font-size: 20px;
    color: #DE5020;
}
.usp-row span{
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
}
.content-top{
    display: flex;
    align-items: center;
}
.breadcr{
    display: block;
  }
  
  .breadcr ul {
      margin: 0 0 0 0;
      padding: 0px;
  }
  
  .breadcr ul li{
    display: inline-block;
  }
  
  .breadcr ul li:after{
    content: " / ";
  }
  
  .breadcr ul li:last-child:after{
    content: "  ";
  }

  .dienst img{
    width: 100%;
    height: auto;
  }
  .dienst .overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px 10px;
    font-size: 18px;
    background-color: rgb(222 80 32 / 80%);
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
    height:50px;
  }
  .dienst {
      position:relative;
      margin-bottom: 20px;
  }
  .dienst .overlay p{
      margin:0 !Important;
  }
  .dienst:hover .overlay{
    height: 100%;
    transition: all .3s ease-in-out;
  }
  .dienst-blokken{
    margin: 20px -15px;
  }
  .custombutton{
    display: inline-block;
    background-color: #8798D3;
    padding: 10px 20px;
    color: white !important;
    margin-bottom: 10px;
    transition: .3s ease-in-out;
  }
  .custombutton:hover{
      background-color:#DE5020;
      transition: .3s ease-in-out;
  }
  .cta-blok{
    margin:25px 0;
    background-color: #f2f2f2;
    padding: 5px 20px;
    -webkit-box-shadow: 6px 6px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 16px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 16px -5px rgba(0,0,0,0.75);
  }
  @media (max-width:980px){
  
   .content-top .col-md-4{
       display:none;
   }   
  }
  @media (max-width:1130px){
    .usp-row{
      display:block;
      padding:20px !important;
    }
  }