/* compiled by scssphp v0.6.3 on Thu, 19 Nov 2020 18:46:33 +0100 (0.0379s) */

@font-face {
  font-display: swap;
  font-family: Avenir-Black;
  src: local(Avenir-Black), url("../draadcore-child/fonts/Avenir/Avenir-Black.woff2") format('woff2'), url("../draadcore-child/fonts/Avenir/Avenir-Black.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Avenir-Book;
  src: local(Avenir-Book), url("../draadcore-child/fonts/Avenir/Avenir-Book.woff2") format('woff2'), url("../draadcore-child/fonts/Avenir/Avenir-Book.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Avenir-Heavy;
  src: local(Avenir-Heavy), url("../draadcore-child/fonts/Avenir/Avenir-Heavy.woff2") format('woff2'), url("../draadcore-child/fonts/Avenir/Avenir-Heavy.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U0-5FF;
}
/* line 7, sass/header.scss */
/* line 9, sass/header.scss */
/* line 11, sass/header.scss */
html #root #wrap_all .section.header .container {
  position: initial;
}
@media only screen and (max-width: 989px) {
  html #root #wrap_all .section.header .container {
    padding: 0;
  }
  /* line 18, sass/header.scss */
  html #root #wrap_all .section.header .container .image-container {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 26, sass/header.scss */
  html #root #wrap_all .section.header .container .image-container img {
    width: 300px;
    height: auto;
  }
}
/* line 34, sass/header.scss */
html #root #wrap_all .section.header .right {
  position: absolute;
  top: -180px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  html #root #wrap_all .section.header .right {
    position: relative;
    top: 0;
    order: 1;
    margin: 0 17.5px;
  }
}
/* line 53, sass/header.scss */
html #root #wrap_all .section.header .background-image {
  max-width: 100vw;
  height: 900px;
  -webkit-transform: translate(0);
  transform: translate(0);
  left: 0;
  top: -310px;
}
/* line 69, sass/header.scss */
@media only screen and (max-width: 767px) {
  html #root #wrap_all .container {
    width: 100%;
    margin: 0;
  }
}
/* line 77, sass/header.scss */
@media only screen and (max-width: 767px) {
  html #root #wrap_all .one-half {
    min-width: calc(100% - (17.5px * 2));
    order: 2;
  }
}
/* line 86, sass/header.scss */
/* line 87, sass/header.scss */
html #root:not(.home) #wrap_all .section.header {
  padding-top: 200px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  html #root:not(.home) #wrap_all .section.header {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
/* line 96, sass/header.scss */
html #root:not(.home) #wrap_all .section.header .column:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 101, sass/header.scss */
html #root:not(.home) #wrap_all .section.header .right {
  position: initial;
  top: 0;
}
/* line 106, sass/header.scss */
html #root:not(.home) #wrap_all .section.header .image-container {
  display: inline-block;
  overflow: visible;
  z-index: 1;
}
/* line 112, sass/header.scss */
html #root:not(.home) #wrap_all .section.header .image-container:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 390px;
  height: 337px;
  background-color: #e00017;
  border-radius: 10px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  html #root:not(.home) #wrap_all .section.header .image-container:after {
    display: none;
  }
}
/* line 130, sass/header.scss */
html #root.msie #wrap_all .section.header .background-image {
  min-width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
