/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


div.search_result {
  display: none;
  max-height:500px;
  height: auto;
  overflow:auto;
}

.search_result ul {
  padding:0px;
  margin:0px;
}

.search_result ul li {
  list-style: none;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #cccccc;
}

.search_result ul li a,
.search_result ul li a:link,
.search_result ul li a:visited {
  color:#000000;
  text-decoration: none;
  display: block;
  font-weight:bold;
}


.search_result_home {
  display: block;
  background:#ffffff;
  position: relative;
  padding-left:20px;
  padding-right:20px;
  width:520px;
  height:200px !important;
  top:0px;
  left:50%;
  transform: translateX(-50%);
  z-index:500;
}

.search_result_item {
  display: block;
  background:#ffffff;
  position: absolute;
  padding-left:20px;
  padding-right:20px;
  width:320px;
  height:auto !important;
  max-height: 220px;
  left: 0;
  top:50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 999;
}

@media (max-width: 767.98px) {
  .search_result_home {
    width:245px;
  }
  .search_result_item {
    right:auto;
    top:200px;
  }
}


.ref-logo {
  background-color:rgba(255,255,255,0.93);
}

.ref-logo img {
  width:300px;;
  height:100%;
  object-fit: contain;
  position: relative;
  left:37%;
  transform: translateX(-50%);
}

.post-type-archive-references .items--references__card {
  display: block;
  height:100%;
  text-decoration: none;
  color:#000000;
  transition: all 0.2s ease-in-out;
  position: relative;

}

.post-type-archive-references .items--references__card:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.post-type-archive-references .items--references__card .items--references__card-image{
  display: block;
  width:100%;
  height:150px;
  margin: auto;
  transition: all 0.1s ease-out;

}

.post-type-archive-references .items--references__card .items--references__card-image img{
  width:auto;
  height:100%;
  object-fit: contain;
  left:50%;
  top:20px;
  transform: translateX(-50%);
  position: relative;
}

.post-type-archive-references .items--references__card:hover .items--references__card-image {
  transform: scale(0.9);
}
.post-type-archive-references .items--references__card .ref-text {
  display: block;
  margin-top:10px;
  font-size:14px;
  padding:30px;
}
.post-type-archive-references .items--references__card .readmore{
  font-weight: bold;
  padding-top:20px;
  display:block;
  position: absolute;
  bottom:20px;
  right:20px;
  transition: all 0.2s ease-in;
}

.post-type-archive-references .items--references__card:hover .readmore{
  right:15px;
}

.visitekaartje {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  padding:40px;
  position: relative;
  color:#000000;
  margin-bottom:80px;
}

.visitekaartje h2{
  margin-bottom:15px;

}

.visitekaartje a{
  display:block;
  color:#6cb8e2;
  padding-top:5px;
  padding-bottom:5px;
}

.visitekaartje a svg{
  padding-right:5px;
}

.content--course__form-title {
  margin-bottom: 0px;
  margin-top:0px;
  font-size:30px;
  font-weight: 600;
}

.relpos {
  transition: all 0.1s ease-in;
}

.nav--fixed {
  position: fixed;
  top:400px;
  width:478px;
  /*height:calc(100% - 130px );*/
  max-height:816px;
  z-index:9999;
  background: #ffffff;
  transition: all 0.1s ease-in;
  overflow-y: inherit;
  transition: all 0.1s ease-in;
  opacity: 1;
}

.nav--fixed .scrollwrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nav--fixed .scrollwrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nav--fixed .scrollwrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.nav--fixed-fadeout {
  opacity: 0;
}

.wpcf7 select.date {
    margin-bottom:10px !important;

}

.radiobtn-wrapper {
  text-align: center;
  margin-bottom:10px;
  margin-top:-10px;
  padding-left:35px;
}

.radiobtn-wrapper .wpcf7-list-item{
  display: inline;
  margin:0px;
  text-align: center;
  margin-right:10px;
  margin-left:10px;
}

.wpcf7__amount {
    margin-top:10px;
}

.singlecourseprice {
  display:none;
}

.content--course__form {
  padding-top:30px !important;
}

.content--course__form .wpcf7__button {
  margin-top:0px;
}

.content--course__form  .wpcf7__price {
  margin-bottom:20px;
  margin-top:0px;
  padding-top:20px;
}

.content--course__form-links--contact {
 	margin-top:5px;
}


@media (max-width: 1024px){
  .nav--fixed {
    width: 400px;

  }
}

.nieuwsbrief-inschrijven-wrapper-mobiel {
  display: none;
}

@media (max-width: 991.98px){
  .ref-logo img {
    width:220px;
    left:50%;
    margin-top:20px;
    margin-bottom: 20px;
    transform: translateX(-50%);
  }
    .content--course__form-links--contact {
     margin-bottom: 25px;
   }
	.nav--fixed {
		position: inherit;
		width: 100%;
 		background: #ffffff;
 		overflow-y: inherit;
		height: 95%;
    max-height: 100%;
	}
	.nav--fixed .scrollwrapper {
  overflow-y: inherit;
  height: 100%;
}


}


.hero--blog__image {
  height:365px;
}

.hero--blog__image img {
  height:100%;
  width:100%;
  object-fit: cover;
}

.content--blog__quickmenu__inner {
  transition: all 0.1s ease-in-out;
}

.content--blog__quickmenu__inner ul {
    padding-left:12px;
}

.content--blog__quickmenu__inner ul li {
  list-style-type:circle;
}

.content--blog__quickmenu__inner ul li:hover,
.content--blog__quickmenu__inner ul li.active
{
  list-style-type:disc !important;
  color:#b1c35b !important;
}

.content--blog__quickmenu__inner ul li a {
top:-1px;
}
.content--blog__quickmenu__inner ul li a:hover,
.content--blog__quickmenu__inner ul li.active a
 {
  color:#b1c35b;
}


.quickmenu__menu-relative,
.content--blog__meta-relative {
    opacity: 1;
}

.content--blog__meta-relative {
  position: relative;
}

.content--blog-fixed .quickmenu__menu-relative,
.content--blog-fixed .content--blog__meta-relative
{
  opacity: 0;
  transition: all 0.1s ease-out;
}

.quickmenu__menu-fixed {
  opacity: 0;
  top:96px;
  left:25px;
  z-index:9999;
  transition: all 0.1s ease;

}

.content--blog__meta-fixed {
  opacity: 0;
  top:96px;
  right:0px;
  z-index:9999;
  transition: all 0.05s ease-out;
  position: fixed;
  display:none;
}

.content--blog-fixed .quickmenu__menu-fixed,
.content--blog-fixed .content--blog__meta-fixed {
  position: fixed;
  opacity: 1;
  display: block;
}

.content--blog__meta a,
.content--blog__meta a:link
.content--blog__meta a:visited,
.author-name-blog a,
.author-name-blog a:link,
.author-name-blog a:visited
{
  color:#2b3586;
  text-decoration: none;
}

.nieuwsbrief-inschrijven-wrapper {
  background: #2b3586;
  color:#ffffff;
  padding:40px;
  width: 320px;
  padding-top: 35px;
  border-radius: 15px 0 0 15px;
  margin-top:15px;
  text-align: center;
}

@media (max-width: 991.98px){
  .nieuwsbrief-inschrijven-wrapper {
    width:100%;
    border-radius: 15px;
  }

  .related--blog .flickity-button  {
    margin-top:-100px;
  }

  .nieuwsbrief-inschrijven-wrapper-2 {
      margin-top:-65px;
  }

  .content--blog-fixed .quickmenu__menu-fixed,
  .content--blog-fixed .content--blog__meta-fixed {
    display: none;
  }

  .intro--blog__meta__date {
    padding-right:10px;
    margin-right: 10px;
  }

}


.nieuwsbrief-inschrijven-wrapper .icoon {
  width:32px;
  height:24px;
  margin:auto;
  margin-bottom: 14px;

}

.nieuwsbrief-inschrijven-wrapper .icoon img {
  width:100%;
  height: 100%;
  object-fit: contain;
}


.nieuwsbrief-inschrijven-wrapper .wpcf7-email,
.nieuwsbrief-inschrijven-wrapper .wpcf7-form-control-wrap {
  width:100% !important;
}

.nieuwsbrief-inschrijven-wrapper .button--primary{
  margin-top:10px;
  margin-left:11%;
  margin-bottom: 0px;
}

.nieuwsbrief-inschrijven-wrapper .wpcf7-spinner {
  display: none;
}
.nieuwsbrief-inschrijven-wrapper h3 {
  color:#ffffff;
  font-size:16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top:10px;
}

.single-courses .info__image img {
  margin:0px;
}


.section--reviewsapi {
  background:#F5F4F9;
}

.review-normal-wrapper {
  background:#ffffff;
  padding:24px;
  border-radius: 24px;
}


.review-normal-wrapper {
    position: relative;
    height: 100%;
}

.review-normal-wrapper .geverifieerd{
  margin:1rem 0 0;
  font-size:12px;
  color:#dad7e0;
}

.review-normal-wrapper-active {
  overflow: show;
  height:auto;
}

.klapopen {
  color:#28358b;
  font-size:14px;
  cursor: pointer;
  margin-top:5px;
}
.klapopen svg {
  height:5px;
  width:auto;
}

.klapopen .leesminder {
  display: none;
}

.review-text-wrapper-active .klapopen svg{
  transform: rotate(180deg);
}

.review-text-wrapper .alletekst {
  display: none;
  color:#000000;
  font-size:16px;
}
.review-text-wrapper-active .klapopen .leesminder {
  display: inline-block;
}


.review-text-wrapper-active .klapopen .leesmeer {
  display: none;
}

.review-text-wrapper-active .alletekst {
  display: block;
}

.review-text-wrapper-active .kortetekst {
  display: none;
}

.review-docent-wrapper .header-wrapper {
 padding: 0;
 display: flex;
 margin: 1rem 0 1rem;
 gap: 2rem;
}

.review-docent-wrapper .header-wrapper .content {
  padding: 0;
  top: 0;
  margin: 0;
}

.trainer-slider-item {

}


.review-docent-wrapper .foto {

  border-radius: 50%;
  background: #efefef;
    width:100px;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #c9c9c9;
}


.review-docent-wrapper .foto img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 50%;
}

.review-docent-wrapper .content {
  display: inline-block;
  top:-10px;
  position: relative;
}

.review-docent-wrapper .content a,
.review-docent-wrapper .content a:link,
.review-docent-wrapper .content a:visited {
  color:#000000;
  text-decoration: none;
}

.review-docent-wrapper .content a:hover {
  text-decoration: underline;

}

.review-docent-wrapper .content h3 {
  font-size:25px;
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}


.trainer-slider-item {
  width:100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
}

.reviewtrainerslider {
 margin-bottom: 2rem;
}



.reviewtrainerslider .flickity-prev-next-button.previous{
  left:0px;
}

@media (max-width: 991.98px){

  .reviewtrainerslider .flickity-prev-next-button.next{
    right:0px;
  }


  .review-normal-wrapper {
    width:100%;
    margin:0px;
    margin-bottom:20px;
  }

  .review-docent-wrapper .content h3 {
    font-size:20px;
  }

  .trainer-slider-item {
    width:100%;
  }

  .reviewtrainerslider {
    margin-right: 0;
  }

  .reviews-container {
    margin-top: 2rem;
  }

}

.review-docent-wrapper .content .content-wrapper{
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}


.review-docent-wrapper .content .cursus {
  font-size:14px;
  font-weight:900;
}

.review-docent-wrapper .content .gemiddelde-score {
  display: inline-block;
  font-size:14px;
  display: flex;
  gap:0.1rem;
  align-items: center;
}


.review-docent-wrapper .content .gemiddelde-score span {
  margin-right: 0.5rem;
}

.review-normal-wrapper .content  h3 {
  margin-bottom: 0.5rem;
  font-size: 20px;
}

.review-normal-wrapper .content .gemiddelde-score {
display: inline-flex;
    gap: 0.1rem;
}

.review-normal-wrapper .content .gemiddelde-score svg{
  width:15px;
  height:auto;
}

.review-normal-wrapper .content .datum {
  font-size:12px;
  float:right;
}

.review-docent-wrapper .content .aantal-beoordelingen {
  display: inline-block;
  font-size:14px;
}

.review-docent-wrapper .content .aantal-studenten {
  font-size:12px;
      background: #f7f0f0;
    padding: 0.2rem;
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 20px;
}

.review-docent-wrapper .footer-wrapper {
  font-size:16px;
}

.review-normal-wrapper .footer-wrapper {
  clear:both;
  margin-top:20px;
  float:left;
  font-size:16px;
}




.scrolling-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.scrolling-progress-container {
  width: 100%;
  height: 4px;
  background: #ffffff;
}

/* The progress bar (scroll indicator) */
.scrolling-progress-bar {
  height: 4px;
  background: #b1c35b;
  width: 0%;
}






@media (max-width: 991.98px){

  .nieuwsbrief-inschrijven-wrapper-mobiel {
    display: block;
    position: fixed;
    bottom:0px;
    left:0px;
    z-index:9999;
    padding:10px !important;
    padding-top:15px !important;
    width:100% !important;
    overflow:hidden;
    margin:0px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.4);
    border-radius: 15px 15px 0px 0px !important;
  }
  .grecaptcha-badge {
    visibility: hidden !important;
  }
  .single-post .footer,
  .single-courses .footer {
    padding-bottom:100px;
  }

  .nieuwsbrief-inschrijven-wrapper-mobiel .wpcf7-email,
  .nieuwsbrief-inschrijven-wrapper-mobiel .wpcf7-form-control-wrap {
    width:60% !important;
    float:left !important;
  }

  .nieuwsbrief-inschrijven-wrapper-mobiel .icoon {
    float:left;
    margin-right:10px;
    margin-top:10px;
  }


  .nieuwsbrief-inschrijven-wrapper-mobiel .wpcf7-form-control-wrap input {
    width:100% !important;
    height:44px !important;
  }

  .nieuwsbrief-inschrijven-wrapper-mobiel .button--primary {
    margin-left: 10px !important;
    width:calc(40% - 10px);
    margin-top:0px !important;
  }

  .single-courses .nieuwsbrief-inschrijven-wrapper-mobiel {
    background: #28358B !important;
    bottom:-100px;
    left:0px;
    transition: all 0.2s ease-in;
    width:100%;
    border-radius: 0px;
    padding-top:22px !important;
  }

  .single-courses .nieuwsbrief-inschrijven-wrapper-mobiel .intro--course__meta__duration {
    float:left;
    display: inline-block;
    color:#ffffff;
    margin-left: 10px;
    margin-top:26px;
    width:calc(50% - 30px) !important;
  }

  .single-courses-active .nieuwsbrief-inschrijven-wrapper-mobiel {
    bottom:0px;
  }

  .nieuwsbrief-inschrijven-wrapper-mobiel a.button--primary {
    text-decoration: none;
    display: inline-block;
    width:calc(50% - 10px);
    padding-top:17px;
    height:60px;
    font-size:14px;
    margin-top:3px !important;
    margin-right:15px;
    float:right;
  }

}

.intro--course__meta__teacher {
  display: inline-block;
}

.intro--course__meta__teacher p{
  float:left;
  margin-right: 5px;
}
.teacherspan {
  float:left;
  margin-left:0px !important;
  margin:0px;
  margin-right:5px;
  display: inline-block;
  padding:0px;
}


.modal .btn-close {
  color:#000000 !important;;
  background: transparent !important;
 }

 .modal-lg .btn-close {
   position: relative;
   top:-20px;
}

.modal-lg .modal-content {
  max-width:600px;
  border-radius: 30px;
}

.modal-lg .modal-content h3.mainTitle {
  font-size:26px;
  color:#4ebae6;
}

 .modal .review-normal-wrapper {
   width:100%;
   border-top:1px solid #f5efef;
   padding:1rem 0;
   border-radius: 0;
 }

 .modal .review-normal-wrapper .content {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
 }

 .review-read-more {
  margin: 1rem 0;
  display: inline-block;
      color: #28358b;
    border-bottom: 1px solid #28358b;
    text-decoration: none;
        font-size: 14px;
 }

  .modal .review-normal-wrapper .content h3{
    margin: 0;
    flex:1;
  }

.modal .gemiddelde-score span{
  font-size: 12px;
  padding-top:3px;
}
.modal .gemiddelde-score svg{
  height:16px;
  width:auto;
}
 .modal .review-normal-wrapper .gemiddelde-score {
   padding:0;
}

 .modal .review-normal-wrapper .footer-wrapper {
   top:0px;
   margin:0px;
   float:none;
   width:100%;
   font-size:15px;
 }

.modal .review-normal-wrapper .footer-wrapper p {
  line-height: 30px;
}

 .blauwelink  {
   font-size:14px;
   color:#28358b;
   border-bottom:1px solid #28358b;
   display: inline-block;
   padding:0px;
   width:160px;
   position: relative;
   padding-bottom:5px;
 }

 .blauwelink  img {

   position: absolute;
   top:0px;
   right:10px;
   height:16px;
   width:auto;
   margin-top:5px;
   margin-left:2px;
   margin-right:0px;
}

.blauwelink:hover {
  width:160px;
}

.blauwelink:hover img{
  right:0px;
}

.sorterings-wrapper {
  border:1px solid #b2afc0;
  border-radius: 30px;
  margin-top:30px;
  overflow:hidden;
}

.sorterings-wrapper .tab {
  width:25%;
  display: inline-block;
  text-align: center;
  height:45px;
  line-height: 45px;
  border-right: 1px solid #b2afc0;
  font-size:16px;
  font-weight: bold;
  float:left;
  cursor: pointer;
}

.sorterings-wrapper .tab:last-child {
  border:0px;
}

.sorterings-wrapper .tab-active {
  background: #acc348;
  color:#ffffff;
}

.sortering-content {
  display: block;
  position: relative;

}

.nieuwste-sortering,
.hoogste-sortering,
.laagste-sortering {
  display: none;
}

.input-search-container {
  position: relative;
  width: 100%;
  border: 1px solid #B3AFC1;
  border-radius: 32px;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 400;
}

.items--filters-form-search {
  position: absolute;
  right: 24px;
}

#reset-filters {
  border-radius: 32px;
  border: 1px solid #28358B;
  color: #28358B;
  padding: 0 28px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
}

.breadcrumb__home {
  width: 12px;
  height: 14px;
  top: 1px;
}

.breadcrumb__inner a {
  color: #000;
  text-decoration: none;
}

.breadcrumb__inner a:hover {
  text-decoration: underline;
}

.content--home__block-title {
  font-size: 28px;
}
.intro--course__title {
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  .header__logo {
    width:300px;
  }
}

.breadcrumb__sep {
  height: 13px;
}

.intro--course__title-category-duration {
  padding-left: 0px;
}

.intro--about__video-placeholderimg {
  right: -130px;
}
.content--course__blocks-item.is-active .content--course__blocks-item-title svg {
  display:none;
}
a.notelink {
  color: #FFF;
  text-decoration: none;
}
.post-type-archive-courses .note {
  background: #4EBAE6;
}
.items--trainees__card-image img {
  height: 275px;
}

.intro--course__title-category {
  line-height: 62px;
  font-weight: 800;
}

.post-type-archive-courses .note, .post-type-archive-mooc .note {
  top: -187px;}

.items--trainees__card {
  height: 410px;
}
.content--course__form {
  padding: 40px 40px;
}
.wpcf7 select.date {
  width: 297px;
}
.content--course__blocks .flickity-button {
  display: block; }

a.notelink:hover {
  color: #000;
}

.items--courses__card-title {
  font-size: 30px;
  line-height: 46px;
}

.homeicon {
  background-image: url('https://geo-ict.nl/wp-content/uploads/2023/02/home-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.homeicon:hover, .homeicon:active {
  background-image: url('https://geo-ict.nl/wp-content/uploads/2023/02/home-icon-hover.svg');
  background-size: 22px;
}

.header__menu li.homeicon a {
  color: transparent;
  width: 40px;
}
.content--traineeships__title {
  margin-bottom: 50px;
}

.header__logo svg {
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .header__logo svg {
    width: 230px;
  }
}
@media only screen and (max-width: 320px) {
  .header__logo svg {
    width: 200px;
  }
}
.intro--about__video__inner {
  position: absolute;
  top: -290px;
  right: -190px;
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  height: 1100px;
  width: 1100px;
}

.phonenumberbelowform {
  position:absolute;
  bottom: 420px;
}

.html5-video-player {
  z-index: 5!important;
}

#video-placeholder {
  position: relative;
  height: 791px;
  z-index: 6!important;
  cursor: pointer;
}

.placeholderemblemdiv {
  width: 1100px;
  height: 791px;
}

.placeholderemblemdiv img {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.intro--about__video__inner {
  overflow: hidden;
  border-radius: 100%;
  max-width: 1100px;
  margin: 0 auto;
  object-fit: cover;
  z-index: 2;
}

.intro--about__video__inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  border: none;
}

.phonenumberbelowform {
  font-size: 16px!important;
  font-weight: 700!important;
  color: #303030;
  text-decoration: none;
  border-bottom: none;
}

.phonenumberbelowform a {
  font-size: 16px!important;
  font-weight: 700!important;
  color: #303030;
  text-decoration: none;
  border-bottom: none;
}

.phonenumberbelowform a:hover {
  text-decoration: underline;
  color: #303030;
}

.info {
  background-size: contain;
}

@media screen and (max-width: 1550px) {
  .intro--about__video__inner {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1360px) {
  .intro--about__video__inner {
    max-width: 900px;
  }
}

@media screen and (max-width: 1199px) {
  .intro--about__video__inner {
    max-width: 900px;
  }
  .post-type-archive-courses .note, .post-type-archive-mooc .note {
    top: -201px;}
  .items--courses__card-title {
    font-size: 24px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1030px) {
  .intro--about__video__inner {
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .intro--about__video__inner {
    max-width: 90%;
  }

  .placeholderemblemdiv img {
    left: 70%;
  }
  .post-type-archive-courses .note, .post-type-archive-mooc .note {
    top: -50px;}

  .intro--stap__title {
    padding-top: 50px;
  }

  .intro--traineeships, .intro--vacancies {
    padding: 84px 0 125px;
  }

}

@media screen and (max-width: 767px) {
  .intro--about__video__inner {
    max-width: 95%;
  }

  .hero--study {
    padding: 80px 0 0;
  }

  .post-type-archive-courses .note, .post-type-archive-mooc .note {
    top: -30px;}

  .cta--global__content-title {
    font-size: 26px;
  }
  .heading-xl {
    font-size: 36px;
    line-height: 48px;
  }
  .heading-md {
    font-size: 24px;
    line-height: 38px;
  }
}


@media screen and (max-width: 521px) {
  .intro--about__video__inner {
    position: static;
    max-width: 100%;
    margin-top: 20px;
    z-index: 1;
  }
}

/* Landscape mode on iPads */
@media only screen and (min-device-width: 768px) and (max-device-width: 1082px) and (orientation: landscape) {
  .intro--about__video {
    display: flex;
    flex-direction: column-reverse;
  }
  .intro--about__video__inner {
    height: 400px;
    width: 100%;
  }
  .intro--about__video__inner iframe {
    height: 400px;
    width: 100%;
  }
  .intro--about__title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 803px) and (max-width: 991px) {
  .intro--about__video__inner {
    top: -245px!important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 802px) {
  .intro--about__video__inner {
    top: -245px!important;
  }
}


/* Small screens */
@media only screen and (max-width: 767px) {
  .intro--about__video {
    height: calc(300px);
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 0!important;
  }

  .intro--about__video__inner {
    border-radius: 0%!important;
    height: 100%!important;
    width: 100%!important;
    right: 0!important;
    left: 1px!important;
    top: 180px!important;
  }
  .intro--course {
    padding: 70px 0;
  }

  #video-placeholder {
    display:none;
  }

  .placeholderemblemdiv {
    display: none!important;
  }
}

@media only screen and (max-width: 452px) {
  .phonenumberbelowform {
    bottom: 705px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .content--regular {
    line-height: 28px;
    padding-top: 40px;
  }
  .marginforunderform {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 441px) {
  .phonenumberbelowform {
    bottom: 710px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .content--regular {
    line-height: 28px;
    padding-top: 1px;
  }
  .marginforunderform {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 399px) {
  .phonenumberbelowform {
    bottom: 740px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .content--regular {
    line-height: 28px;
    padding-top: 1px;
  }
  .marginforunderform {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 384px) {
  .phonenumberbelowform {
    bottom: 770px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .content--regular {
    line-height: 28px;
    padding-top: 1px;
  }
  .marginforunderform {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .homeicon {
    background-image: none
  }

  .homeicon:hover, .homeicon:active {
    background-image: none
  }

  .header__menu li.homeicon a {
    color: #FFF;
  }

  .header__menu li.homeicon a {
    color: #F4A62A;
  }
}

.content--course__form .content--course__form-title {
  text-align:left;
  line-height:1.3;
  color: #000;
  display:inline-block;
}

.footer__info-social {
  flex-wrap:wrap;
  gap: 1rem;
  align-items: center;
}

.footer__info-social a svg {
  fill:#4EBAE6;
  width:30px;
}

.footer__info-social a:hover svg {
  fill:#F4A62A;
}

.footer__info-social a {
  margin:0;
  color:#4EBAE6;
}

.content--courses__image img {
  object-fit: contain;
}


.items--courses__card {
  height:100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin:0;
  position:relative;
  flex-direction:column;
  display:flex;
}

.sr-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.section--items .container .row {
  row-gap:1rem;
}

.items--courses__card a {
  background-image:none;
}

.items--courses__card-meta-price {
  margin:0;
  padding:0;
}

.card-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top: 1px solid #f9efef;
  padding: 1rem 0 0 0;
  transition:0.5s ease-in-out all;
}

.items--courses__card-review span {
  margin-right:0.3rem;
}
.items--courses__card-review  {
  display:flex;
  align-items:center;
  gap:0.1rem;
  margin-bottom: 1rem;
}

.items--courses__card-meta {
  padding: 1.5rem;
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}

.items--courses__card-header {
  padding:1.5rem;
  flex:1 0 170px;

}

.items--courses__card-meta .card-footer svg {
  transition:0.5s ease-in-out all;
}


.items--courses__card-header h3 {
  font-size:24px;
  line-height:1.3;
  margin-bottom:1rem;
}
.items--courses__card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.items--courses__card:hover > .items--courses__card-meta .card-footer svg {
  transform: translateX(10px);
}

.items--courses:before {
  height: 50vh;
}

.items--home .items--courses__card {
  height:auto;
}
.footer__menu--large ul li {
  margin:0;
}

.footer__menu--large ul li a {
  line-height:1.3;
}

@media screen and (min-width:991px) {

  .footer__menu {
    margin-bottom:0rem;
  }

  .footer__menu--small {
    display:inline-block;
    margin-left:3rem;
  }
}

.footer__info {
  margin:0;
}

.footer__reviews .intro--course__reviews {
  padding:0;
  margin-top:1rem;
}


.footer__menu {
  margin-bottom:1rem;
}

.footer {
  padding:4rem 0 1.4rem;
}

.footer__copyright:before {
  max-width: 1170px;
}

.items--filters-form {
  display: flex;
  gap:1rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (min-width: 991px) {
  .items--filters-form {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-wrap: unset;
  }

  .content--course__form {
    position: fixed;
    top: 400px;
    z-index: 10;
    transition: all 0.25s ease-out, opacity 0.25s ease-out;
    transform: translateY(10px);
    width: 478px;
    margin-top: -200px;
  }
  .content--course__form.fixed {
    transform: translateY(0);
    opacity: 1;
    margin-top: 0;
    top: 120px;
  }

  .content--course__form.hidden,
  .content--course__form.nav--fixed-fadeout {
    opacity: 0;
  }
  .content--blog-fixed .content--blog__quickmenu {
    position: sticky;
    top: 100px;
    z-index: 9;
  }
}


.review-grid {
  h2 {
    margin-bottom: 1rem;
  }
}


.reviewtrainerslider.no-arrows .flickity-button {
    display: none !important;
}

.review-header h2 {
  margin-bottom: 0;
}

.reviews-container{
  margin-bottom: 1rem;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
          margin-bottom: 1rem;
}

.section--info {
  position: relative;
  z-index: 99;
}
