/*------------------------------------------------------------------------------------------------- 
    
    Sass File

-------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------- 
    Variables
-------------------------------------------------------------------------------------------------*/
/* HEX-colors */
/* Font Family */
/*----------------------------------
            Mixins 
----------------------------------*/
/*------------------------------------
     Mixin for media queries 
--------------------------------------*/
/* Regular phone and tablet breakpoints */
/* Bootstrap breakpoint */
/* Specific phone breakpoints */
/* How to use */
/* body {
      background-color: rgba(#1abc9c, .5);
      @include respond-to($medium-screens) {
        background-color: rgba(#2ecc71, .5);
      }
      @include respond-to($small-screens) {
        background-color: rgba(#3498db, .5);
      }
      @include respond-to($extra-small-screens) {
        background-color: rgba(#9b59b6, .5);
      }  
    }
*/
/*------------------------------------------------------------------------------------------------- 
    Defaults
-------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  font-size: 26px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.header-text, .article-text {
  color: #4C4E56;
}

.header-text-white, .article-text-white {
  color: #FFFFFF;
}

.link {
  color: #C53527;
}
.link:hover, .link:focus, .link:active {
  color: #C53527;
  text-decoration: underline;
}

img {
  width: 100%;
}

.img-microsoft img {
  width: 80%;
  text-align: center;
  margin-left: 4rem;
}

*::-ms-backdrop, .img-microsoft img {
  width: 100%;
  height: 100%;
}

/* IE11 */
.img-position-absolute {
  position: absolute;
  top: -265px;
}
@media screen and (max-width: 992px) {
  .img-position-absolute {
    position: relative;
    top: auto;
  }
}

@media screen and (max-width: 992px) {
  .cloud-img {
    display: none;
  }
}
.cloud-img img {
  width: auto;
  position: relative;
  bottom: -47.9px;
}
@media screen and (min-width: 993px) and (max-width: 1201px) {
  .cloud-img img {
    bottom: 17.1px;
    left: -75px;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: landscape) {
  .cloud-img img {
    left: -40px;
  }
}

@media screen and (max-width: 992px) {
  .server-img {
    display: none;
  }
}
.server-img img {
  width: auto;
  position: relative;
  top: -77px;
}
@media screen and (min-width: 993px) and (max-width: 1201px) {
  .server-img img {
    top: -142px;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: landscape) {
  .server-img img {
    top: -146px;
    left: -52px;
  }
}
.server-img:before {
  content: "";
  background: #ED5543;
  width: 31px;
  height: 122px;
  position: absolute;
  top: -74.3333px;
  left: -16px;
}
@media screen and (min-width: 993px) and (max-width: 1201px) {
  .server-img:before {
    content: "";
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .order-column .column:nth-child(1) {
    order: 2;
  }
  .order-column .column:nth-child(2) {
    order: 1;
  }
}

/*------------------------------------
	Padding / Margin overrides
-------------------------------------*/
/* Ophogen met 0.5rem. Zie Bootstrap https://getbootstrap.com/docs/4.1/utilities/spacing/ */
.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

@media screen and (max-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 665px) {
  .pt-xs-0 {
    padding-top: 0 !important;
  }
}

.py-7 {
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
}

.py-8 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/*------------------------------------
	Width override
--------------------------------------*/
@media screen and (max-width: 992px) {
  .w-75 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .w-75 {
    width: 100% !important;
  }
}

/*-----------------------------------------------
	Buttons
------------------------------------------------*/
.btn {
  text-decoration: none;
  min-width: 100px;
  border-radius: 6rem;
  padding: 0.8rem 3rem;
}
.btn-contact {
  background: linear-gradient(to right, #C63527, #E95241);
  color: #FFFFFF;
  font-weight: 600;
}
.btn-contact:hover, .btn-contact:focus, .btn-contact:active, .btn-contact:not(:disabled):not(.disabled).active, .btn-contact:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #bd2f21, #d64838);
  color: #FFFFFF;
}
.btn-white {
  background: transparent;
  border: 2px solid;
  color: white;
  font-weight: 600;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #FFFFFF;
}

/*-------------------------------------
	Header
--------------------------------------*/
header .header-text {
  width: 552px;
  margin: 7rem auto;
}
@media screen and (max-width: 768px) {
  header .header-text {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
header .header-text section article p {
  font-size: 26px;
}

.onzevisie-page header {
  position: relative;
  width: 100%;
}
.onzevisie-page header .background {
  background: url("/media/1034/visie_top.png") bottom no-repeat;
  position: relative;
  width: 100%;
  height: 618px;
  background-size: contain;
  top: 2px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .onzevisie-page header .background {
    height: 420px;
  }
}
@media screen and (max-width: 992px) {
  .onzevisie-page header .background {
    height: 530px;
  }
}
@media screen and (max-width: 768px) {
  .onzevisie-page header .background {
    height: 385px;
  }
}
@media screen and (max-width: 665px) {
  .onzevisie-page header .background {
    height: 350px;
  }
}

/*-------------------------------------
	Navigation
--------------------------------------*/
.navbar {
  padding: 3rem 0;
}
@media screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: landscape) {
  .navbar {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    padding: 1rem 0 0;
  }
}
.navbar .navbar-brand .brand {
  display: inline-block;
  width: 240px;
  height: 60px;
  margin-top: 0.01rem;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-nav {
    text-align: right;
  }
}
.navbar .navbar-nav .nav-link {
  font-weight: 400;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.navbar .navbar-nav .active .nav-link {
  font-weight: 600;
}

/*------------------------------------------
	Theming website
--------------------------------------------*/
.home-page header {
  position: relative;
  height: 780px;
}
@media screen and (max-width: 665px) {
  .home-page header {
    height: 750px;
  }
}
.home-page header .navbar-color {
  background: #C63527;
}
.home-page header .background {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-page header .drop {
  background: url("/media/1031/druppel-03.svg") center center no-repeat;
  width: 100%;
  height: 110px;
  position: relative;
}
@media screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .home-page header .drop {
    top: -6px;
  }
}

/*---------------------------------------
	Onze visie
----------------------------------------*/
.onzevisie-page .umb-grid .grid-section .container {
  background: #C83728;
}
@media screen and (min-width: 993px) and (max-width: 1201px) {
  .onzevisie-page .umb-grid .grid-section .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .onzevisie-page .umb-grid .grid-section .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .onzevisie-page .umb-grid .grid-section .container {
    max-width: 100%;
  }
}
.onzevisie-page .content-drop {
  background: url("/media/1035/visie_bottom.png") top no-repeat;
  width: 100%;
  height: 216px;
  display: block;
  position: relative;
  background-size: contain;
}

/*----------------------------------------
	Nieuwsoverzicht
-----------------------------------------*/
.news-container {
  padding: 0 0 10rem;
}
.news-container section {
  border-bottom: 1px solid #000000;
  padding: 2rem 0;
}
.news-container section:last-child {
  border-bottom: none;
}

/*----------------------------------------
	Vacature
------------------------------------------*/
.vacature-bg {
  background: #F2F2F2;
}

.vacature-container {
  background: #FFFFFF;
  margin: 6rem auto 50px;
  padding: 3rem 2.5rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.vacature-container h3 {
  color: #4C4E56;
  margin-bottom: 3rem;
}
.vacature-container p {
  color: #4C4E56;
}
.vacature-container strong {
  font-weight: bold;
}
.vacature-container ul {
  margin-bottom: 3rem;
}
.vacature-container .article-text:nth-child(3), .vacature-container .article-text:nth-child(6) {
  margin-bottom: 3rem;
}
.vacature-container .tel-link {
  color: #4C4E56;
  font-weight: 400;
}
.vacature-container .tel-link:hover {
  text-decoration: none;
}

/*--------------------------------------
	Contact
----------------------------------------*/
.contact-page .navbar {
  padding: 3rem 0 1rem;
}
@media screen and (max-width: 992px) {
  .contact-page .navbar {
    padding: 1rem 0 0;
  }
}
.contact-page .g-maps {
  background: url("/media/1095/kaartharderwijkweg5b.png") center center no-repeat;
  width: 100%;
  height: 117vh;
  background-size: cover;
}
@media screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: landscape) {
  .contact-page .g-maps {
    height: 105vh;
  }
}
@media screen and (max-width: 992px) {
  .contact-page .g-maps {
    display: none;
  }
}
.contact-page .round-container {
  height: 830px;
}
@media screen and (max-width: 665px) {
  .contact-page .round-container {
    height: auto;
  }
}
.contact-page .round-column {
  position: absolute;
  background: white;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 780px;
  height: 780px;
  margin-top: 60px;
  padding: 5rem;
  left: 340px;
}
.contact-page .round-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: -339px;
  display: block;
  width: 345px;
  height: 780px;
  background: #FFFFFF;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact-page .round-column {
    left: auto;
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 992px) {
  .contact-page .round-column {
    position: relative;
    width: 100%;
    height: auto;
    left: 32px;
  }
  .contact-page .round-column:before {
    display: none;
  }
}
@media screen and (max-width: 665px) {
  .contact-page .round-column {
    padding: 2rem;
    left: auto;
  }
}
.contact-page .link {
  font-weight: 800;
}
.contact-page .mailto {
  color: #4C4E56;
  text-decoration: none;
  font-weight: 400;
}
.contact-page .mailto:hover {
  text-decoration: underline;
}
.contact-page ul {
  -webkit-padding-start: 0;
  padding: 0;
  list-style-type: none;
}

/*-------------------------------------
	More Info
--------------------------------------*/
.more-info {
  background: #F0F0F0;
  padding: 2rem 0;
}
.more-info section p {
  font-weight: 600;
  text-align: center;
  margin: 0.5rem 0 2rem;
}
.more-info section .btn-contact {
  margin: 0 auto 1.5rem;
}

/*-------------------------------------
	Footer
--------------------------------------*/
footer {
  position: relative;
  background: #314E68;
  padding: 2rem 0 1rem;
}
footer p {
  color: #FFFFFF;
  text-align: center;
}
footer p a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 300;
}
footer p a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer p a .youtube {
  background: url("/media/1097/youtube.svg") no-repeat center center;
  display: inline-block;
  width: 40px;
  height: 30px;
}
footer p a .linkedin {
  background: url("/media/1096/linkedin.svg") no-repeat center center;
  display: inline-block;
  width: 30px;
  height: 30px;
}
footer .copyright {
  color: #9FB5C9;
}
