/*

#e68836
*/

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap');

body {
  overflow-x: hidden !important;
}
.ccm-page p, body {
  font-family: 'Lato', sans-serif;
    line-height: 1.8;
    font-size: 16px;
}
.ivo-header {
  background: #000000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1c1b1b, #000000);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1c1b1b, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 15px 0;
}
.ivo-banner {
  height:450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.ivo-banner::after {
  content: '';
  position: absolute;
  right: 250px;
  bottom: -650px;
  background-image: url("../assets/ivo.png");
  background-size: contain;
  height: 1000px;
  width: 500px;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.9;
}


.ivo-banner h1 {
  color:white;
  display: inline-block;
  width: auto;
  margin-bottom: 50px;
  font-size: 66px;
}
.ivo-nav .nav-link.nav-selected {
  color: white;
  position: relative;
}
.ivo-nav .nav-link.nav-selected::after {
  content: '';
  display: block;
  margin: 0 auto;
  background: white;
  bottom: -35px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.ivo-nav .nav-link {
  color: #f8F8F8;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccm-page h1 {

}
.ivo-home-banner {
  background: #000000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1c1b1b, #000000);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1c1b1b, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: relative;
  padding-top: 60px;
  overflow: hidden !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 5px;
  padding-right: 5px;
}
.ivo-home-banner::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -134px;
  border-radius: 30%;
  background: white;
  width: 40%;
  height: 237px;
  transform: rotate(15deg);
}
.ivo-home-banner::after {
  content: '';
  position: absolute;
  right:-10%;
  bottom: -134px;
  border-radius: 30%;
  background: white;
  width: 40%;
  height: 237px;
  transform: rotate(-15deg);
}
.services {
  z-index: 1;
  position: relative;
}
.ivo-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ivo-left {
  flex: 2;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ivo-right {
  flex: 3;
  padding: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ivo-right h1 {
  font-size: 80px;
  color: white;
  font-family: 'Playfair Display', serif;
  margin-bottom:110px;
}
.ivo-right p {
  color: #03636a;
  font-weight: bold;
  font-size: 30px;
}
.service-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
}
.service-section > div {
  flex: 0 0 50%;
}
.ccm-block-hero-image-cover.blue .ccm-block-hero-image-image {
    border-bottom-right-radius: 50px;
}
.ccm-block-hero-image-cover .ccm-block-hero-image-image {
    border-top-right-radius: 50px;
}

.service-section .left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  min-height: 800px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.ccm-block-hero-image-text {
  text-align: center;
  padding: 45px;
}
.ccm-block-hero-image-text p {
  color: white;

}
.ccm-block-hero-image-text h2 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size:60px;
}
div.ccm-block-hero-image div.ccm-block-hero-image-image, div.ccm-block-hero-image div.ccm-block-hero-image-cover, div.ccm-block-hero-image div.ccm-block-hero-image-text {
  height: auto !important;
}
.ccm-block-hero-image-cover.blue {
  position: relative;
}
.ccm-block-hero-image-cover.blue::before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
}
.full-area {
  padding: 120px 0;
}
.about {
  margin-top: 100px;
  background: #4B79A1;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #283E51, #4B79A1);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: linear-gradient( rgba(40, 62, 81, 0.2), rgba(75, 121, 161, 0.1) ), url('../images/pattern.png');
  background-size: cover;
  color: white;

}
.ccm-page .about h2 {
  color: white;
  font-size: 100px;
  position: relative;
}
.about h2::before {
  content:'';
  left: -40px;
  top: 0;
  width: 10px;
  height: 130px;
  background: rgb(230 136 54);
  position: absolute;
}
.about p {
  padding-left: 45px;
  padding-top: 40px;
  font-size: 21px;
}
.about a {
  margin-top: 25px;
  margin-left: 45px;
}
.ivo-footer {
  background: #000000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1c1b1b, #000000);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1c1b1b, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-top: 60px;
  padding-bottom: 30px;
}
.ccm-page h2 {
  font-size: 60px;
}
.btn-primary {
  background: #03636a;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.btn-tertiary {
  background: rgb(230 136 54);
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.btn-primary:hover {
  background: rgb(230 136 54)
}
.btn-secundary {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 1s;
}
.btn-secundary:hover {
  background: #03636a;
  color: white;
}
.ivo-footer img {
  margin-bottom: 60px;
}

.ivo-footer a, .ivo-footer p, .ivo-footer h4, .ivo-footer i  {
  font-size: 18px;
  text-decoration: none;
  color: #91aa8f;
}
div.ccm-block-feature-item i {
  border-right: 2px solid rgb(230 136 54);
  padding-right: 15px;
}
.ivo-footer .links h4 {
  color: #03636a;
  font-size: 33px;
  margin-bottom: 60px;
  position: relative;
}
.ivo-footer .links h4::after {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 100%;
  background: rgb(230 136 54);
  height: 1px;
  left: 0;
}
.links ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.links ul li {
  flex: 0 0 50%;
  padding-bottom: 10px;
}
ol.breadcrumb li {
  padding-right: 15px;
}
ol.breadcrumb li a, ol.breadcrumb li {
  color: white;
  text-decoration: none ;
  font-weight: bold;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li::after {
  content '>';
  display: inline-block;
  color: white;
  font-weight: bold;
}
.breadcrumb li:not(:last-of-type)::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    display: inline-block;

}
.copyright {
  color: #91aa8f;
  border-top: 1px solid #dedede;
  padding-top: 10px;
  margin-top: 30px;
}
.ccm-block-hero-image-cover.blue .ccm-block-hero-image-image {
  border-top-right-radius: 50px !important;
}
.puzzle {
  color: white; text-decoration: none;
}
.ccm-block-testimonial-wrapper {
  padding: 65px;
  background: #f9f9f9;
  border-left: 20px solid #03636a;
  margin-bottom: 60px;
  background-image: linear-gradient( rgb(234 234 234 / 20%), rgb(247 247 247 / 43%) ), url('../images/pattern.png');
  position: relative;
}
.ccm-block-testimonial-wrapper::before {
  content: "\f10e ";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: rgb(230 136 54);
  opacity: 0.2;
  z-index: 111;
  font-weight: bold;
}
.ccm-block-testimonial-name {
  font-weight: bold;
  color: #03636a;
  font-size: 30px;
}
.ccm-block-testimonial-paragraph {
  font-size: 22px;
}
.ccm-block-testimonial-wrapper::after {
  content: '';
  background: rgb(230 136 54);
  width: 2px;
  z-index: -1;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0.2;
}
.ccm-block-testimonial-wrapper.owl-carousel::after {
  display: none !important;
}
.cta-area {
  padding-bottom: 60px;
}
.cta-area h2 {
  margin-bottom: 30px;
}

.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: rgb(230 136 54);
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}
.download {
  border-radius: 30px;
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  justify-content: center;
  position: relative;
  background-image: linear-gradient( rgb(137 137 137 / 20%), rgb(10 97 106 / 29%) ),  url('../images/pattern.png');
}
.download .download-image {
  position: relative;
  margin-left: -50px;
  flex:1;
}
.download .download-image img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  border: 5px solid rgb(230 136 54);
}
.download .download-right {
  padding: 100px;
  flex:2;
}
.download-title {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}
.download-content {
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.download-list {
  padding-top: 15px;
}
.btn-download {
  background: rgb(230 136 54);
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  border: none;
}
.btn-download i {
  padding-right: 10px;
  border-right: 2px solid white;
  margin-right: 10px;
}
/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  padding: 50px;
  background: white;
  z-index: 10000;
}


/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.ccm-dashboard-express-form label {
  font-weight: bold;
  color: #03636a;
}
.ccm-dashboard-express-form .form-control {
  background-color: #fafafa;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control {
  box-shadow: none !important;
  outline: none !important;
}
.form-control:active, .form-control:focus {
  border: 1px solid rgb(230 136 54);
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.login {
  color: white;
  float: right;
  text-decoration: none;
}
.loginnav a{
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
font-weight: bold;
margin-right: 15px;
  color: rgba(255, 255, 255, 0.55);
}
.loginnav{
padding-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.loginnav:first-of-type::before {
  content: '';
  height: 40%;
  width: 1px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: -5px;
  position: absolute;
  background: rgba(255, 255, 255, 0.50);
}
.loginnav .fas {
  color: rgba(255, 255, 255, 0.55);
  padding-right: 15px;
}
.opleidingen {
  display: flex;
  flex-wrap: wrap;
}
.opleiding {
  flex: 0 0 50%;
  padding: 15px;

}
.opleiding-surround {
  border-radius: 10px;
  border: 1px solid #F9F9F9;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  background-image: linear-gradient( rgb(137 137 137 / 20%), rgb(10 97 106 / 29%) ),  url('../images/pattern.png');
}
.opleiding-thumbnail {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom-right-radius: 50%;
  background-repeat: no-repeat;
}
.opleiding-dates {
  position: absolute;
  left: 20px;
  top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.opleiding-dates .opleiding-date {
  background:  #03636a;
  padding: 3px 10px;
  font-weight: bold;
  color: white;
  margin-top: 3px;
}
.opleiding-text {

  padding: 30px;
}
@keyframes bounce {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(-100px); }
  100% { transform: translateX(0); }
}
.pagelink {
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  transition: all 0.5s ease-out 100ms;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: left;
}
.opleiding-button:hover {

}
.pagelink .fas {
  padding-left: 5px;
}
.pagelink:hover {
  animation-name: bounce;
  animation-timing-function: ease;
  color: rgb(230 136 54);
}
.pagelink:hover + .pagelink .fas {
  padding-left:30px !important;
}

.opleiding-text h3 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
}
.opleiding-description{
  margin-bottom: 15px;
  font-size: 18px;
}
h2.login-page-title {
  margin-bottom: 30px;
}
.concrete-login-form .mb-3:nth-last-of-type(1) {
  display: none !important;
}
.seminar {
  padding: 90px 0;
}
.login-page-content .sign-up-container {
  padding: 10px;
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.login-page-content .sign-up-container .btn-link {
  color: black;
}
.concrete-login-form .btn-link {
  color: black;
}
.ccm-8u51-seminar-form .btn {
  margin-top: 15px;
}
.meta {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #03636a;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ececec !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: rgb(230 136 54) !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-dots span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.ccm-block-testimonial-text h3 {
  font-weight: bold;
  color: #03636a;
  font-size: 30px;
}
.testimonials {
  margin-top: 70px;
}
body {
  overflow-x: hidden;
}
.ccm-block-file {
    background: #f3f5f7;
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 5px;
}
.ccm-block-file a {
    padding: 15px 34px;
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
    text-decoration: none;
    color: black;
}
.ccm-block-file a::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 16px;
    padding-right: 13px;
    margin-left: -13px;
    border-right: 1px solid #085696;
    color: #fabb06;
    font-size: 16px;
}
button.close {
  border: none !important;
  position: absolute;
  top: 5px;
  right: 6px;
  font-weight: normal;
  background: none !important;
}
.meta-content-seminar li {
  margin-right: 15px;
}
.meta-content-seminar {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-left: 0;
}
.ccm-block-feature-item a {
  text-decoration: none;
  color: black;
}
.ivo-footer .ccm-block-feature-item a {
  text-decoration: none;
  color: #91aa8f;
}
