.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4132), to(#ff4132));
  background-image: linear-gradient(180deg, #ff4132, #ff4132);
}

.image {
  opacity: 0.25;
}

.fullscreen {
  position: static;
  left: 0px;
  top: 0px;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 65, 50, .95)), color-stop(76%, rgba(255, 65, 50, .75)), to(#ff4132)), url('../images/pexels-photo-196464_bearbeitet.jpg');
  background-image: linear-gradient(180deg, rgba(255, 65, 50, .95), rgba(255, 65, 50, .75) 76%, #ff4132), url('../images/pexels-photo-196464_bearbeitet.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  position: static;
  left: 50px;
  top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Fira sans', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 85px;
}

.image-2 {
  position: static;
  left: 6%;
  top: 50px;
  width: 35px;
  margin-top: 3%;
  margin-left: 6%;
  padding-top: 0%;
  padding-left: 0%;
}

.columns {
  position: static;
  left: 6%;
  top: 18vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 7%;
  padding-left: 6%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  position: static;
  padding-right: 20px;
  padding-left: 0px;
}

.column-2 {
  position: static;
  padding-top: 23px;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: -64px;
}

.heading-2 {
  margin-top: 10px;
  font-family: 'Fira sans', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Fira sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.field-label {
  font-family: 'Fira sans', sans-serif;
  font-weight: 400;
}

.field-label-2 {
  margin-top: 12px;
  font-family: 'Fira sans', sans-serif;
  font-weight: 400;
}

.submit-button {
  margin-top: 14px;
  margin-bottom: 64px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 218, 240, .3);
  box-shadow: 0 0 3px 0 hsla(0, 0%, 100%, .3);
  font-family: 'Fira sans', sans-serif;
}

.submit-button:hover {
  background-color: #00daf0;
}

.text-field {
  border-color: #ffaaab;
  background-color: #ff8280;
}

.text-field-2 {
  border: 1px solid #ffaaab;
  background-color: #ff8280;
}

.text-field-3 {
  border-color: #ffaaab;
  background-color: #ff8280;
}

.text-block {
  font-family: 'Fira sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.success-message {
  max-width: 600px;
  background-color: #00a8c8;
}

.text-block-2 {
  font-family: 'Fira sans', sans-serif;
  font-size: 16px;
}

.error-message {
  position: relative;
  left: 0px;
  top: 8px;
  width: 600px;
  margin-top: 13px;
  background-color: #a51f17;
  color: #fff;
}

.paragraph {
  max-width: 600px;
  margin-bottom: 30px;
  font-family: 'Fira sans', sans-serif;
  color: #001327;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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-color: #ff4132;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-4 {
  font-family: 'Fira sans', sans-serif;
  color: #001327;
}

.text-block-3 {
  font-family: 'Fira sans', sans-serif;
  color: #001327;
}

.submit-button-2 {
  background-color: #00a8c8;
}

.link-block {
  margin-top: 3%;
  margin-left: 6%;
}

@media (max-width: 991px) {
  .fullscreen {
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 65, 50, .95)), color-stop(76%, rgba(255, 65, 50, .7)), to(#ff4132)), url('../images/pexels-photo-196464_bearbeitet.jpg');
    background-image: linear-gradient(180deg, rgba(255, 65, 50, .95), rgba(255, 65, 50, .7) 76%, #ff4132), url('../images/pexels-photo-196464_bearbeitet.jpg');
    background-position: 0px 0px, 0px 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .heading {
    width: 57vh;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 90px;
    line-height: 85px;
  }
  .image-2 {
    left: 40px;
  }
  .columns {
    position: static;
    left: 40px;
    top: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    padding-top: 12%;
    padding-right: 0px;
    padding-left: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column {
    position: static;
    display: block;
    overflow: visible;
    height: auto;
    padding-right: 20px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-2 {
    position: static;
    display: block;
    overflow: visible;
    margin-top: 25px;
    padding-right: 0px;
    clear: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form {
    width: 54vh;
    margin-top: 40px;
  }
  .heading-2 {
    width: 60vh;
  }
  .heading-3 {
    margin-top: 30px;
  }
  .field-label {
    font-family: 'Fira sans', sans-serif;
    color: #001327;
    font-weight: 400;
  }
  .field-label-2 {
    margin-top: 12px;
    font-family: 'Fira sans', sans-serif;
    color: #001327;
    font-weight: 400;
  }
  .submit-button {
    background-color: #00a8c8;
  }
  .submit-button:hover {
    background-color: #00daf0;
  }
  .success-message {
    width: 50.5vh;
  }
  .error-message {
    position: relative;
    width: 52.5vh;
  }
  .paragraph {
    width: 60vh;
  }
}

@media (max-width: 767px) {
  .fullscreen {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 65, 50, .95)), color-stop(76%, rgba(255, 65, 50, .75)), to(#ff4132)), url('../images/pexels-photo-196464_bearbeitet.jpg');
    background-image: linear-gradient(180deg, rgba(255, 65, 50, .95), rgba(255, 65, 50, .75) 76%, #ff4132), url('../images/pexels-photo-196464_bearbeitet.jpg');
    background-position: 0px 0px, 0px 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .heading {
    position: static;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 80px;
    line-height: 80px;
  }
  .image-2 {
    left: 30px;
  }
  .columns {
    position: static;
    left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column {
    padding-right: 0px;
  }
  .column-2 {
    margin-top: 35px;
    padding-right: 0px;
  }
  .form-block {
    width: 100%;
  }
  .form {
    width: auto;
    max-width: auto;
  }
  .heading-2 {
    width: 100%;
  }
  .success-message {
    width: auto;
  }
  .error-message {
    width: auto;
  }
  .paragraph {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .fullscreen {
    position: static;
    overflow: visible;
    clear: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 65, 50, .95)), color-stop(76%, rgba(255, 65, 50, .75)), to(#ff4132)), url('../images/pexels-photo-196464_bearbeitet.jpg');
    background-image: linear-gradient(180deg, rgba(255, 65, 50, .95), rgba(255, 65, 50, .75) 76%, #ff4132), url('../images/pexels-photo-196464_bearbeitet.jpg');
    background-position: 0px 0px, 0px 100%;
    background-size: auto, 2105px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .heading {
    display: inline;
    width: 100%;
    padding-right: 10px;
    font-size: 60px;
    line-height: 60px;
  }
  .image-2 {
    left: 20px;
    width: 30px;
  }
  .columns {
    left: 20px;
    top: 115px;
    display: block;
    width: 90%;
    padding-top: 26%;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .column-2 {
    position: static;
    display: block;
    margin-top: 28%;
    padding-top: 0px;
    padding-right: 6%;
  }
  .heading-2 {
    margin-top: 5px;
    padding-right: 5px;
    font-size: 26px;
  }
  .heading-3 {
    margin-top: 30px;
    padding-right: 5px;
    font-size: 16px;
  }
  .paragraph {
    font-weight: 700;
    letter-spacing: 0.02em;
  }
}

@font-face {
  font-family: 'Fira sans';
  src: url('../fonts/FiraSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira sans';
  src: url('../fonts/FiraSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fira sans';
  src: url('../fonts/FiraSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}