﻿.about-content{padding:50px 0}.about-content .about-text{text-align:center}.about-content .about-text p{margin-bottom:0}.about-content .about-text p:not(:last-of-type){margin-bottom:10px}.about-content .info-list{list-style:none}.about-content .info-list li:hover a{color:var(--main-color-shade)}.about-content .info-list li:not(:last-of-type){margin-bottom:10px}.about-content .info-list li a{display:flex;align-items:center;color:var(--main-color);text-decoration:none}.about-content .info-list li a i{margin-right:5px}.about-content .info-list li a span{font-size:14px;font-weight:bold;line-height:normal}@media only screen and (max-width:768px){.about-content .sidebar{margin-top:20px}}

.dropdownList{
	width: auto !important;
}

.btn-slider {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color-shade);
}

header nav .aLogo img{
	max-width: 300px  !important;
}

.introBanner .title-header{ width: 100%; white-space: pre-wrap;	 }

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 15px;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.masterclassBanner {
	min-height: calc(45vh + 100px) !important;
}


.masterBanner {
	min-height: calc(25vh + 100px) !important;
}
.introBanner .title-header.align-bottom {
	top:none !important;	
	bottom :-20px !important;
}

.introBanner .title-header {
	width:65%;
	white-space: inherit !important;
}

.introSliderSection .swiper-slide .imgWrapper{
	right:0;
	bottom:0;
}

.intro-usp {
    position: relative;
    padding: 50px 0 !important;
    background:  var(--main-color-transparent)  !important;
}

.intro-usp .usp-item .contentWrapper p {
	height: 115px !important ;
    overflow: auto!important ;
}

.intro-usp .usp-item {
    margin-bottom: 0px !important;
}

.blog-home {
	text-align:center !important;
	padding: 40px 0!important;
}

.blog-home .blog-item .contentWrapper p {
    height: 70px !important;
    overflow: auto!important;
    color: #949494;
    font-weight: bold;
    font-size: 13px;
    /* margin-bottom: 20px; */
}
.blog-home .blog-item .contentWrapper .date {
    overflow: auto!important;
    color: var(--main-color);
    font-weight: bold;
    font-size: 12px;
	text-align: right;
    margin-bottom: 10px; 
}

.blog-home .blog-item .contentWrapper {
    padding: 20px;
    max-height: 250px;
    height: 250px;
}

.blog-home .blog-item .contentWrapper h2 {
    display: block;
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 10px;
    height: 60px;
}

.blog-home h3 {
    color: var(--main-color);
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
}

.blog-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.blog-content h2 {
	color: var(--main-color);
    font-size: 30px;
    margin-bottom: 10px;
}


footer .copyright a{
	color: var(--footer-links-color) !important;
}

footer nav h3 {
    display: block;
    color: var(--footer-head-color);
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
	list-style: none !important;
}

footer nav a{
	color: var(--footer-links-color) !important;
}

footer nav li{
    color: var(--footer-links-color);
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .5s ease-in-out;
	list-style: none !important;
} 
/*
footer nav li::before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    color: var(--footer-links-color);
    font-family: icofont;
}
*/
.fa {
	margin-right: 10px !important;
}
.btn.btn-small { 
	padding: 5px 10px !important; 
	font-size: 12px !important;
}
	
.details-card {
	background: #ecf0f1;
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	margin-bottom:40px;
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 175px;
	min-height: 175px;
}

/*
.card-img span {
	position: absolute;
    top: 15%;
    left: 15%;
    background: var(--main-color);
    padding: 7px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
*/

.card-img span {
  position: absolute;
  top: 0%;
  right: 0%;
  background: var(--main-color);
  padding: 7px;
}

.card-img span h4{
	color: #fff;
	font-size: 14px;
	margin:0;
	padding:10px 5px;
	line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 14px;
	padding: 0;
	text-align: left;
	height: 35px; 
}

.card-desc p {
	color: #747373;
	font-size: 14px;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	height: 100px;
}

.btn-card{
	background-color: var(--main-color);
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .44rem 1.04rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: var(--secondary-color);
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End card section */


/* diensten 1*/
.features-boxed {
  color:#313437;
  background-color:#666;
}

.features-boxed p {
  color:#7d8285;
}

.features-boxed h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.features-boxed .intro p {
  margin-bottom:0;
}

.features-boxed .features {
  padding:50px 0;
}

.features-boxed .item {
  text-align:center;
}

.features-boxed .item .box {
  text-align:center;
  padding:30px;
  background-color:#fff;
  margin-bottom:30px;
}

.features-boxed .item .icon {
  font-size:60px;
  color:#1485ee;
  margin-top:20px;
  margin-bottom:35px;
}

.features-boxed .item .name {
  font-weight:bold;
  font-size:18px;
  margin-bottom:8px;
  margin-top:0;
  color:inherit;
}

.features-boxed .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:20px;
}
/*
.introBanner {
	margin-bottom:30px !important;
	background:  var(--main-color-transparent) !important;
}
*/
.contentSection {
    background:  var(--main-color-transparent) !important;
}

.contentSection .formWrapper h2 {
	font-size:30px !important;
}
.blog-page .container {
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    border-radius: 5px;
    overflow: hidden;
	padding:20px;
}

.contentSection .container {
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
    border-radius: 5px;
    overflow: hidden;
	padding:20px;
	background: #fff;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
	background-color:white;
}

/* FIXES */

    
@media only screen and (max-width: 992px) {
	.introSliderSection .swiper-slide .contentWrapper .text-wrapper h1{ 
	font-size: 20px; }
	  
	.introSliderSection .swiper-slide .contentWrapper { 
		left:0;
		right:0;
		transform:translateY(-35%);
		padding: 0 20px;
	}
}

.media-heading{
	font-size: 14px;
	 font-weight: 400;
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.masterclassVideoBtn {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .5s ease-in-out;
    cursor: pointer;
	color:#fff;
	font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

.masterclassVideoBtn{position:relative;display:block;height:60px;width:60px;border-radius:50%;border:2px solid #fff;margin:0 auto 20px;transition:all .5s ease-in-out;cursor:pointer} 
.masterclassVideoBtn:hover{background:#fff} 
.masterclassVideoBtn:hover i{color:var(--main-color)} 
.masterclassVideoBtn i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:22px;transition:all .5s ease-in-out}
.modal-video-body{max-width:1320px !important;width:100%;height:100%;margin:0 auto;display:table}
.imgWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100px;
  z-index: 0;
  right: 0;
  bottom: 0;
  object-fit: cover; 
}

.imgWrapper{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.imgWrapper .youtube {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* UPDATE 29-8-2020 */ 


.ytWrapper{
	 position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.ytWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
.intro-usp .usp-item .imgWrapper.contain img{
	object-fit: contain;
}

.partners h3{
	position: relative;
    display: table;
    margin: 0 auto 50px;
}

.partners h3::after{
	content: "";
    height: 3px;
    width: 60%;
    display: table;
    background: black;
    margin: 5px auto;
}

footer .colLinks ul li{
	position: relative;
}

footer .colLinks ul li:not(:last-of-type){
	margin-bottom: 10px;
}

footer .colLinks ul li:before{
	position: absolute;
    content: "\eaa0";
    top: 0;
    left: -20px;
    color: var(--footer-links-color);
    font-family: icofont;
}
  
@media only screen and (max-width: 767.5px){
	footer{
		text-align: left;
	}
	
	footer .rowCols .colItem:not(:nth-of-type(3)):not(:nth-of-type(4)){
		margin-bottom: 30px;
	}
	
	footer .colLinks ul li:before{
		position: relative;
		    left: unset;
    top: unset;
    margin-right: 5px;
	}
}

@media only screen and (max-width: 576px){
	header nav .aLogo img{
		width: 250px !important;
	}
	
	footer .footerAbout{
		max-width: 250px;
	}
	
	footer .legal{
		padding: 20px 0;
	}
	
	footer .legal .copyright {
	
		text-align: center;
    margin: 0 auto;
	}
	
	footer .legal .copyright:first-of-type{
		max-width: 250px;
	}
	
	footer .legal .mobileBreak{
		margin-top: 10px;
	}
	
	.introBanner {
		min-height: inherit !important;
		max-height: inherit !important;
	}
	
	.introBanner .title-header {
		position: relative;
		display: flex;
		padding: 100px 0;
		min-height: 60vh;
		justify-content: center;
		flex-direction: column;
		top: 0;
		left: 0;
		transform: unset;
	}
	
	
}

@media only screen and (max-width: 480px){
	.introSliderSection .swiper-slide .contentWrapper .text-wrapper{
		max-width: 160px;
	}
}

/*accordion*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#integration-list {
    width: 100%;
    margin: 10px auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 10px;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    color: var(--main-color);
}
#integration-list ul:hover {
    color: var(--main-color);
}
#integration-list h5{
	font-size:20px;
	line-height: 35px;
}
#integration-list h5:hover{
	color:var(--secondary-color);
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.detail a {
    text-decoration: none;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 6px 10px 5px;
}

.detail-list a {
  text-decoration: none;
  color: var(--main-color);
}

.detail-list a:hover {
  text-decoration: underline;
  color: var(--main-color-shade);
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
}

.detail span{
  margin: 0;
}

.left-arrow {
    /* margin-top: 12px; */
    margin-right: 10px;
    /* width: 25px; */
    height: 100%;
    float: left;
    font-weight: bold;
    font-size: 25px;
}

 