/*
Theme Name: MountainiTheme
Theme URI: https://www.mountain-it.nl
Description: Theme for Mountain IT
Author: Justin Sijbolts
Version: 1.0
Tags: mountain it
*/
.primary-green {
  color: #01C876;
}

.bg-primary-green {
  background-color: #01C876;
}

.bg-transparent {
  background-color: transparent;
}

.opac-0 {
  opacity: 0;
}

.opac-10 {
  opacity: 0.1;
}

.opac-20 {
  opacity: 0.2;
}

.opac-30 {
  opacity: 0.3;
}

.opac-40 {
  opacity: 0.4;
}

.opac-50 {
  opacity: 0.5;
}

.opac-60 {
  opacity: 0.6;
}

.opac-70 {
  opacity: 0.7;
}

.opac-80 {
  opacity: 0.8;
}

.opac-90 {
  opacity: 0.9;
}

.whiteFilter {
  filter: invert(91%) sepia(71%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(101%);
}

.greenFilter {
  filter: invert(49%) sepia(100%) saturate(947%) hue-rotate(114deg) brightness(96%) contrast(99%);
}

.gfield_label {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
}

.gfield_required {
  font-size: 13px !important;
  color: #01C876 !important;
}

.gform_button {
  border-radius: 500px !important;
  background-color: #01C876 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}

::-moz-placeholder {
  color: #201630 !important;
  opacity: 0.5 !important;
}

::placeholder {
  color: #201630 !important;
  opacity: 0.5 !important;
}

.textarea {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  border: 2px solid #F8F8F8 !important;
}

.ginput_container input {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  border: 2px solid #F8F8F8 !important;
}

.validation_message {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

.gform_validation_errors {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

.gform_confirmation_message {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 15px;
}

* {
  transition: 0.2s;
}

body {
  margin: 0px;
  padding: 0px;
}

::-moz-selection {
  background-color: rgba(1, 200, 118, 0.4);
}

::selection {
  background-color: rgba(1, 200, 118, 0.4);
}

a {
  text-decoration: none;
}

span3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #201630;
}

.spanbutton-green {
  cursor: pointer;
}

.spanbutton-green:hover {
  color: #01C876;
}

.h1 {
  font-size: 55px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 993px) {
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .h1 {
    font-size: 25px;
  }
}

.h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 993px) {
  .h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .h2 {
    font-size: 17px;
  }
}

.h5 {
  font-size: 19px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 993px) {
  .h5 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .h5 {
    font-size: 15px;
  }
}

.t1 {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 993px) {
  .t1 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .t1 {
    font-size: 13px;
  }
}

.t2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 993px) {
  .t2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .t2 {
    font-size: 15px;
  }
}

.page-content {
  margin: 0 auto;
}

.page-section {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 993px) {
  .page-section {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .page-section {
    padding: 25px;
  }
}

.warning_error {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 25px;
  width: 50%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;
  border-radius: 500px;
  color: white;
  background-color: rgba(231, 62, 48, 0.4);
}
@media (max-width: 768px) {
  .warning_error {
    width: 75%;
  }
  .warning_error span {
    font-size: 14px;
  }
  .warning_error img {
    display: none;
  }
}

.program-card {
  width: 255px;
  height: 130px;
  border-radius: 10px;
  padding: 25px;
  color: white;
  filter: grayscale(0%) brightness(1);
  cursor: pointer;
  background-size: cover;
  margin-bottom: 15px;
  background-position: center;
}
@media (max-width: 768px) {
  .program-card {
    width: 122px;
  }
}

.program-card:hover {
  transform: translateY(-10px);
}

.program-card img {
  filter: invert(100%) brightness(100%) contrast(100%);
  width: 85px;
}

.program-card:hover img {
  width: 65px;
}

.program-card:hover .program-card-info {
  transform: translate(-50%, -45%);
}

.program-card-info {
  filter: none;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -30%);
  text-align: center;
  width: 85%;
}
@media (max-width: 768px) {
  .program-card-info {
    top: 56%;
  }
}

.program-card .program-card-info p {
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.program-card:hover .program-card-info p {
  opacity: 1;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 993px) {
  .mobile-hidden {
    display: none !important;
  }
}

.flexblock {
  display: flex;
}
@media (max-width: 993px) {
  .flexblock {
    display: block;
  }
}

.flexgrid {
  display: flex;
}
@media (max-width: 768px) {
  .flexgrid {
    display: grid;
  }
}

.textalign-unsetcenter {
  text-align: unset;
}
@media (max-width: 768px) {
  .textalign-unsetcenter {
    text-align: center;
  }
}

#section-two-text {
  max-width: 50%;
}
@media (max-width: 993px) {
  #section-two-text {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.two-button-container button {
  width: 100%;
}

.info-box {
  padding: 25px 40px 25px 40px;
  border-radius: 10px;
  background-image: url("/wp-content/uploads/2023/10/Barbara-2.webp");
  background-position: center;
  background-size: cover;
  min-height: 130px;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.78);
}

.header-container {
  display: flex;
  justify-content: right;
  -moz-column-gap: 25px;
       column-gap: 25px;
  width: calc(100% - 50px);
  padding: 25px;
  background-color: white;
  align-items: center;
  height: 50px;
}
@media (max-width: 768px) {
  .header-container {
    background-color: rgba(32, 22, 48, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    justify-content: unset;
    transition-duration: 0.5s;
    -webkit-backdrop-filter: blur(10px) brightness(0.8);
            backdrop-filter: blur(10px) brightness(0.8);
  }
  .header-container.hidden {
    transform: translateY(-100%);
    transition-duration: 0.5s;
  }
}

header {
  background-color: #201630;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  header {
    display: none;
  }
}

a {
  color: white;
}

.headerButtonExpertices {
  padding: 25px 25px 25px 0px;
}

#headerButtonExperticesTxt {
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
}
#headerButtonExperticesTxt:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: 0.2s;
}

#headerIcons {
  font-size: 12px;
  font-weight: 400;
}

#homeLogo img {
  width: 80%;
  height: auto;
  min-width: 160px;
}
@media (max-width: 768px) {
  #homeLogo img {
    filter: brightness(0) invert(1);
    width: 75%;
  }
}

.button-main-big {
  border-radius: 500px;
  border: none;
  padding: 20px 45px 20px 45px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  max-width: unset;
}
@media (max-width: 768px) {
  .button-main-big {
    max-width: 100%;
  }
}

.button-main-big:hover {
  opacity: 0.8;
}

.button-main-big:hover .fas {
  margin-left: 10px;
}

.button-main-big .fas {
  margin-left: 2px;
}

#topSection {
  padding: 200px 75px;
  box-shadow: inset 0 0 0 2000px rgba(32, 22, 48, 0.8);
  display: flex;
  justify-content: center;
  border-bottom: 5px solid #01C876;
}
@media (max-width: 768px) {
  #topSection {
    padding: 150px 30px 65px 30px;
  }
}

#rightSectionHome {
  background-color: rgba(248, 248, 248, 0.8);
  border-radius: 10px;
}

.home-section-two, .home-section-five {
  background-color: #201630;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  background-image: url(/wp-content/uploads/2023/10/SVG-Wave-W.svg);
  background-size: 150%;
  background-position: bottom;
  background-repeat: repeat-x;
  box-shadow: inset 0 0 0 2000px rgba(32, 22, 48, 0.8);
}
.home-section-two .h1, .home-section-five .h1 {
  color: white;
}
.home-section-two .h2, .home-section-five .h2 {
  color: white;
}
.home-section-two .h5, .home-section-five .h5 {
  color: white;
}
.home-section-two .t1, .home-section-five .t1 {
  color: white;
}

#home-video-iframe {
  max-width: unset;
  height: 378px;
}
@media (max-width: 768px) {
  #home-video-iframe {
    max-width: 166%;
    height: 250px;
  }
}

#hero-subtext {
  max-width: 50%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #hero-subtext {
    margin: 0 auto;
    padding-top: 5px;
    max-width: 100%;
  }
}

#hero-button-container button {
  margin-top: 25px;
}

#frontpage-cards-container {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
  justify-content: right;
  min-width: 360px !important;
}
@media (max-width: 993px) {
  #frontpage-cards-container {
    justify-content: left;
    margin: 0 auto;
  }
}

#section-two-text-container {
  margin-left: 40px;
}
@media (max-width: 993px) {
  #section-two-text-container {
    margin-left: 0px;
  }
}

#page-section-two-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 993px) {
  #page-section-two-title {
    text-align: unset;
    margin-bottom: 10px;
  }
}

#page-section-three-title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 993px) {
  #page-section-three-title {
    text-align: unset;
    margin-bottom: 10px;
  }
}

#page-section-five-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 993px) {
  #page-section-five-title {
    text-align: unset;
    margin-bottom: 10px;
  }
}

#erkenningen-blok-title {
  width: 9%;
  padding-left: 40px;
  background-color: #01C876;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  border-radius: 0px 500px 500px 0px;
  z-index: 1;
}

#erkenningen-blok {
  display: flex;
  align-items: center;
  background-color: rgba(1, 200, 118, 0.05);
}
#erkenningen-blok .image {
  height: 35px !important;
  margin-right: 20px !important;
}

#program-card-container_section-four .program-card {
  width: 75%;
  height: 204px;
}
#program-card-container_section-four .program-card-info {
  transform: translate(-50%, -18%);
}
#program-card-container_section-four .program-card:hover .program-card-info {
  transform: translate(-50%, -43%);
}
