#ifrm {
  display: none;
}

.grz-header {
  background: url(https://creafor.be/wp-content/uploads/2018/02/10522423_696710200378082_3880369834885313048_o-2.jpg) center center;
  background-size: cover;
  height: 45vh;
  margin-top: 80px;
  padding: 25px0 0;
}

.grz-header img {
  width: 300px;
  background-color: #00A770;
  padding: 20px;
}

.grz-header__content {
  padding: 30px 0 0 20%;
}

.newsletter {
  background: #fff !important;
}

.titel-div {
  padding: 25px 0 0;
  background-color: #fff;
}

.titel-div h1 {
  border-bottom: 0;
  text-align: center;
}

.full-width.pad-full {
  padding: 25px 0 10px 0 !important;
}

.left-70 {
  float: left;
  width: 70%;
  padding: 50px 0;
}

.right-30 {
  float: right;
  width: 30%;
}

.btn-green {
  /* width: 150px;
    height: 45px; */
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #00a770;
  font-size: 1em;
  font-weight: 700;
  color: #00a770;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  display: inline-block;
}

.btn-green:hover {
  background: rgba(0, 167, 112, 0.8);
  color: #fff;
  text-decoration: none;
}

/* BREADCRUMBS */

.breadcr {
  display: block;
}

.breadcr ul {
  margin: 0 0 20px 0;
  padding: 0px;
}

.breadcr ul li {
  display: inline-block;
}

.breadcr ul li:after {
  content: " / ";
}

.breadcr ul li:last-child:after {
  content: "  ";
}

@media screen and (max-width: 768px) {
  .grz-header {
    height: 26vh;
    margin-top: 0;
  }
  .grz-header__content {
    padding: 30px 0 0 4%;
  }
}

@media screen and (max-width: 480px) {
  .titel-div h1 {
    font-size: 31px;
}
.grz-header {
  height: 36vh;
}
.grz-usp {
    height: 80px;
}
.grz-usp img {
    float: left;
    width: 45px;
    margin-bottom: 17px;
    margin-right: 20px;
    display: inline-block;
}
.grz-usp h2 {
    font-size: 18px;
    float: left;
}
.left-70 {
  width: 100%;
}
.right-30 {
  display: none;
}
}
