body {
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  color: #3C3C3B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

h1, .h1 {
  font-size: 3em; }

h2, .h2 {
  font-size: 3em; }

h3, .h3 {
  font-size: 3em; }

h4, .h4 {
  font-size: 3em; }

h5, .h5 {
  font-size: 3em; }

h1, h2, h3, h4, h5 {
  font-family: teko, sans-serif;
  font-weight: 400;
  font-style: normal; }

p {
  font-size: 1em; }

a {
  color: #e8730e; }
  a:hover {
    text-decoration: underline;
    color: #e8730e; }

.btn-primary {
  background: #d63923;
  background: linear-gradient(180deg, #d63923 0%, #f49b00 100%);
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: teko, sans-serif;
  font-size: 1.5em;
  transition: all 0.2s ease; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background: #f49b00;
    background: linear-gradient(90deg, #d63923 0%, #f49b00 100%);
    transition: all 0.2s ease; }

.btn-newsletter:before {
  display: inline-block;
  content: ' ';
  background: url("/wp-content/themes/medtech/img/newsletter.svg");
  height: 18px;
  width: 60px;
  background-repeat: no-repeat; }

.form-control {
  border-radius: 0px; }

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em; }

.py-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.py-7 {
  padding-top: 7.5em;
  padding-bottom: 7.5em; }

.py-10 {
  padding-top: 10em;
  padding-bottom: 10em; }

.py-15 {
  padding-top: 15em;
  padding-bottom: 15em; }

.py-20 {
  padding-top: 20em;
  padding-bottom: 20em; }

.pt-1 {
  padding-top: 1em; }

.pt-5 {
  padding-top: 5em; }

.pt-10 {
  padding-top: 10em; }

.pt-20 {
  padding-top: 20em; }

.pb-1 {
  padding-bottom: 1em; }

.pb-5 {
  padding-bottom: 5em; }

.pb-10 {
  padding-bottom: 10em; }

.pb-20 {
  padding-bottom: 20em; }

.entry-header h2 {
  font-size: 4em;
  color: #fff; }

header#masthead {
  margin-bottom: 0;
  background: #fff;
  padding: 0px;
  position: fixed;
  height: 95px;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 3;
  border: none;
  box-shadow: none; }
  header#masthead .logo-holder {
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: all 0.2s ease; }
    header#masthead .logo-holder .navbar-brand {
      padding: 0px; }
    header#masthead .logo-holder img {
      max-height: 70px;
      margin-top: 10px;
      padding: 15px;
      transition: all 0.2s ease; }
  header#masthead .nav-holder {
    width: 100%;
    margin-top: 30px; }
    header#masthead .nav-holder #main-nav {
      text-align: right;
      z-index: 999; }
      header#masthead .nav-holder #main-nav li a.nav-link {
        color: #3C3C3B;
        border: none;
        font-size: 1em;
        font-weight: bold;
        padding: 0.5em 2em; }
      header#masthead .nav-holder #main-nav li.current-menu-item a {
        color: #e8730e; }

@media (max-width: 992px) {
  header#masthead .nav-holder nav#mainNav {
    position: absolute;
    background: white;
    right: 0px;
    top: 95px;
    min-width: 300px; }
  header#masthead .nav-holder #main-nav {
    text-align: right;
    z-index: 999; }
    header#masthead .nav-holder #main-nav li a.nav-link {
      color: #3C3C3B;
      border: none;
      font-size: 2em;
      font-weight: bold;
      padding: 1em 2em; }
    header#masthead .nav-holder #main-nav li.current-menu-item a {
      color: #e8730e; } }
header#masthead.scrolled-nav {
  height: 62px;
  top: 0px;
  transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

header#masthead.scrolled-nav .logo-holder,
header#masthead.scrolled-nav .nav-holder {
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

header#masthead.scrolled-nav .logo-holder img {
  max-height: 60px;
  margin-top: 0px;
  transition: all 0.2s ease; }

header#masthead.scrolled-nav .navbar-bg {
  height: 50px;
  padding-top: 30px;
  top: 0px; }

header#masthead.scrolled-nav .navbar-bg #main-nav {
  top: -15px; }

header#masthead.scrolled-nav .navbar-bg div#hamburger-1 {
  height: 62px;
  width: 80px;
  padding: 7px;
  background: #2d2d2b; }

header#masthead.scrolled-nav .nav-holder {
  margin-top: 10px; }

.hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

div#hamburger-1 {
  position: absolute;
  right: 0px !important;
  top: 0px;
  padding: 21px;
  border-radius: 0px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  z-index: 9; }

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg); }

@media (min-width: 992px) {
  div#hamburger-1 {
    display: none; } }
section#home {
  background: #fdc100;
  background-color: linear-gradient(90deg, #fdc100 30%, #ed7700 100%);
  background-image: url("/wp-content/themes/solarhome/img/pattern.png");
  min-height: 45vh;
  height: 100%;
  padding: 50px 0px;
  padding-top: 250px;
  margin-bottom: 5em;
  overflow: hidden;
  position: relative; }
  section#home p {
    font-size: 1.4em; }

#slider {
  margin-top: 95px; }
  #slider .carousel-item img {
    max-height: 630px;
    object-fit: cover; }
  #slider .overlay {
    position: absolute;
    bottom: -1px;
    right: -20px;
    mix-blend-mode: overlay; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }

.white-bg {
  background: #fff;
  padding: 1em 3em; }

.grey-bg {
  background: #3C3C3B;
  color: #fff;
  padding: 1em 3em; }
  .grey-bg h1, .grey-bg h2, .grey-bg h3, .grey-bg h4 {
    color: #fff; }

.lightgrey-bg {
  background: #EEEEEE; }

#content-1 .grey-bg {
  background: #3C3C3B;
  color: #fff;
  margin-top: -30em;
  padding: 1em 3em; }
  #content-1 .grey-bg h1, #content-1 .grey-bg h2, #content-1 .grey-bg h3, #content-1 .grey-bg h4 {
    color: #fff; }

@media (max-width: 992px) {
  #content-1 .grey-bg {
    margin-top: -2px;
    padding: 1em 3em; } }
.imageblock {
  max-height: 620px;
  object-fit: cover; }

#content-2 .grey-bg {
  margin-top: -10em; }

@media (max-width: 992px) {
  #content-2 .grey-bg {
    margin-top: -2px; } }
#content-3.lightgrey-bg {
  margin-top: -5em; }

@media (max-width: 992px) {
  #content-3.lightgrey-bg {
    margin-top: 0em;
    padding-top: 5em;
    background: #fff; } }
#content-4 > div > div div:nth-child(odd) {
  padding-right: 40px; }
#content-4 > div > div div:nth-child(even) {
  padding-left: 40px; }

@media (max-width: 992px) {
  #content-4 > div > div div:nth-child(odd) {
    padding-right: 15px; }
  #content-4 > div > div div:nth-child(even) {
    padding-left: 15px; } }
section.header {
  min-height: 300px;
  margin-top: 95px;
  margin-bottom: 5em;
  position: relative; }
  section.header .header-image {
    min-height: 300px;
    height: 100%; }
  section.header .overlay {
    position: absolute;
    bottom: -1px;
    right: -20px;
    mix-blend-mode: overlay; }

.actueel a {
  text-decoration: none;
  display: block;
  padding: 10px; }
  .actueel a .news {
    color: #3C3C3B;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2em;
    background: #fff; }
    .actueel a .news img {
      height: 200px;
      width: 100%;
      object-fit: cover; }
    .actueel a .news .title-wrapper {
      padding: 20px; }
      .actueel a .news .title-wrapper h3 {
        font-size: 2em;
        margin-top: 10px;
        margin-bottom: 10px; }
      .actueel a .news .title-wrapper time {
        font-size: 0.7em;
        color: #ccc;
        margin-bottom: 20px; }
    .actueel a .news p {
      word-break: break-word; }

span.readmore {
  color: #e8730e;
  text-align: right;
  display: block;
  font-weight: bold;
  padding-right: 15px; }

nav a.page-numbers {
  display: inline;
  padding: 0px; }

section.content-padding {
  padding-top: 100px; }

.news-bg {
  background: #f9f9f9; }

#footer {
  background-image: url("/wp-content/themes/medtech/img/footer.jpg");
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 5em; }

footer.site-footer {
  background: #3C3C3B;
  color: #fff;
  text-align: center; }
  footer.site-footer .site-info {
    text-align: center; }
    footer.site-footer .site-info img.footer-logo {
      padding-top: 1em !important;
      padding-bottom: 1em !important; }

.grecaptcha-badge {
  display: none !important; }

/*# sourceMappingURL=custom.css.map */
