.section_background {
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_desktop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.logo {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
}

.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_desktop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.headline {
  position: static;
  display: block;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copytext {
  font-family: Dinot, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.copytext.bold {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: 'Dinot bold', sans-serif;
}

.calltoaction {
  padding: 15px 110px 20px;
  background-color: #ca0a6d;
  font-family: 'Dinot bold', sans-serif;
}

.calltoaction:hover {
  background-color: #fff;
  color: #ca0a6d;
}

.headline_image {
  width: 50vw;
  margin-bottom: 30px;
}

.content {
  width: 80%;
  padding-left: 7px;
}

@media (max-width: 991px) {
  .logo {
    width: 150px;
  }
  .headline_image {
    width: 85vw;
  }
  .content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-parent {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .headline {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .copytext {
    margin-bottom: 0px;
  }
  .copytext.bold {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .headline_image {
    width: 60vw;
  }
}

@media (max-width: 479px) {
  .flex-parent {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_phone.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_phone.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
  }
  .copytext {
    font-size: 14px;
    line-height: 22px;
  }
  .copytext.bold {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .headline_image {
    width: 95vw;
  }
  .content {
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT.eot') format('embedded-opentype'), url('../fonts/DINOT.woff') format('woff'), url('../fonts/DINOT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Dinot bold';
  src: url('../fonts/DINOT-Bold.eot') format('embedded-opentype'), url('../fonts/DINOT-Bold.woff') format('woff'), url('../fonts/DINOT-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}