﻿.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;
	}

	.founder-image img {
		width: 100% !important;
		height: auto;
		text-align: center;
	}
}

@media only screen and (max-width:767.5px) {
	.about-content .sidebar {
		margin-top: 20px;
	}

	.card-header {
		width: 100%;
		height: auto;
		text-align: center;
	}
}

.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: 180px  !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: 150px !important;
	overflow: auto!important;
}

.intro-usp .usp-item {
	margin-bottom: 0px !important;
}

.blog-home {
	text-align: center !important;
	padding: 40px 0!important;
	background: var(--main-color-transparent) !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;
}

.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: 50px;
}

.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;
	}

	.founder-image img {
		width: 100%;
		height: auto;
	}
}

.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;
}

.contentSection .about-text h2 {
	margin-bottom: 15px;
	color: var(--main-color) !important;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.container .about-text h2 {
	color: var(--main-color) !important;
	font-size: 31px;
	margin-bottom: 20px;
}

.contentSection .about-text ul {
	margin-left: 30px;
}

.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: 40px;
	}

	.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;
}

.titleWrapper h2 {
	color: #000;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.titleWrapper h2:a {
	color: #000;
}

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: "\f101";
	top: 0;
	left: -20px;
	color: var(--footer-links-color);
	font-family: FontAwesome;
}

@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;
  }
  .founder-image img{
    width: 100%;
    height: auto;
  }
} */

/*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 h5 {
	font-size: 20px;
	line-height: 35px;
}

.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;
}

.video-holder img {
	width: 100%;
	max-height: 350px;
}


.homeTitle h2 {
    color: var(--main-color);
    font-size: 27px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    letter-spacing: 3px;
    osition: relative;
    display: table;
    margin: 0 auto 25px;
    text-transform: uppercase;
}

/*

.c-btn-nav {
	padding: 5px 34px!important;
	color: #fff!important;
}

.dropdown-toggle::after {
	color: var(--copyright-background-color);
}


.introSliderSection .swiper-slide::after {
	background: var(--copyright-background-color);
}

.contentWrapper .text-wrapper h1 {
	font-size: 70px;
	text-align: center!important;
	margin-bottom: 0;
}

.contentWrapper .text-wrapper h1 span {
	color: var(--nav-links-hover);
}

.slider-sub-header {
	font-weight: bolder;
	font-size: 19px;
	text-align: center;
}
*/
.btn-center-position {
	text-align: center;
}

.introSliderSection .swiper-slide .contentWrapper .text-wrapper h1 {
	letter-spacing: 5px;
}

.c-pl-5 {
	padding-left: 3rem!important;
}

.c-pr-5 {
	padding-right: 3rem!important;
}

.bg-cover-diensten {
	background-size: cover!important;
	min-height: 500px!important;
	max-width: 26%;
	margin-left: 34px!important;
}

.custom-bg-diensten {
	background-color: #ffffffde;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 24px 24px;
	min-height: 60%;
	height: auto;
}

.text-diensten {
    color: var(--nav-links-color) !important;
    font-size: 1.5vw;
    line-height: 1.4;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.p-diensten {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}

.p-diensten p{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}


.mt-20 {
	margin-top: 20px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.diensten-panel {
	position: relative;
	box-sizing: border-box;
	text-align: left;
}

.btn-diensten {
    margin-top: 17px;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    background-color: var(--nav-links-color);
    color: #fff;
    border: 1px solid var(--main-color-shade);
}

.btn-diensten:hover {
	background-color: var(--main-color-shade);
	color: #fff;
	border-color: transparent;
	text-decoration: none;
}

.btn-diensten:not(:disabled) {
	cursor: pointer;
}

.btn-position {
	position: absolute;
	bottom: 10%;
}

.custom-text-h2 {
	color: var(--main-color-shade);
	line-height: 1.1;
    font-size:35px;
    text-align:center;
    font-weight:700;
    letter-spacing:4px;
	text-transform: uppercase;
	position: relative;
	display: table;
	margin: 0 auto 50px;
}

.custom-text-h2::after {
	color: var(--main-color);
	content: "";
	height: 3px;
	width: 60%;
	display: table;
	background: black;
	margin: 5px auto;
}

.space-between-section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.intro-usp .container .row .about-text h2 {
	color: var(--main-color-shade)!important;
}

.intro-usp-2 .container .row .about-text h2 {
	color: #fff!important;
}

.intro-usp-2 .container .row .about-text p {
	color: #fff!important;
}

.intro-usp-2 .container .row .about-text .btn-center-position .btn-diensten {
	background-color: #fff;
	color: var(--main-color-shade);
	border-color: transparent;
}

.intro-usp-2 .container .row .about-text .btn-center-position .btn-diensten:hover {
	background-color: var(--nav-links-color);
	color: #fff;
	border-color: transparent;
}

.introSliderSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #8888;
	opacity: 1;
}

#testomiel {
	max-width: 900px;
	margin: auto;
}

.carousel-caption {
	position: initial;
	z-index: 10;
	padding: 5rem 8rem;
	color: var(--main-color-shade)!important;
	text-align: center;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 700;
	line-height: 2rem;
}

.carousel-caption img {
	width: 6rem;
	border-radius: 5rem;
	margin-top: 2rem;
}

#image-caption {
	font-style: normal;
	font-size: 1rem;
	margin-top: .5rem;
}

.icon-slider i {
	background-color: var(--nav-links-hover);
	padding: 1.2rem;
}

.carousel-control-prev {
	justify-content: flex-start;
}

.carousel-control-next {
	justify-content: flex-end;
}

.carousel-control-next,.carousel-control-prev {
	transition: none;
	opacity: unset;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 0 12px 1px rgb(0 0 0 / 9%);
	-moz-box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
	box-shadow: 0 0 12px 1px rgb(0 0 0 / 9%);
}

.contact-page {
	background: #fff;
}

.form-group .form-label {
	color: #1b1b1d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 6px;
	display: block;
}

sup {
	color: var(--nav-links-hover);
}

.form-group .form-control {
	vertical-align: middle;
	display: inline-block;
	border: 0;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	color: #888;
	background-color: #fff;
	border-color: #1b1b1d;
	border-radius: 5px;
	font-size: 13px;
	padding: 11px 13px;
	height: 42px;
}

.form-group textarea.form-control {
	height: auto;
	border: 1px solid #1b1b1d;
}

.btn.btn-main {
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    margin: 15px;
    font-size: 18px;
    background-color: var(--main-color);
}

.widgets_div .icon_div {
	display: inline-block;
	margin-left: 15px;
}

.widgets_div .icon_div span i {
	font-size: 35px;
	color: var(--nav-links-color);
}

.icon_div>span {
	display: table;
}

.widgets_div .text_div {
	display: inline-block;
	margin-left: 10px;
}

.widgets_div .text_div h2 {
	font-size: 13px;
	font-weight: 800;
}

.widgets_div .text_div span {
	color: var(--nav-links-hover);
	font-weight: 400;
	font-size: 15px;
}

.widget-bg {
	background: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
}

.social-media {
	text-align: center;
}

.custom-text-sepa {
	text-align: center;
	font-size: 24px!important;
	font-weight: 600!important;
	padding: 10px 0;
	text-transform: uppercase!important;
}

.social-media .fa:hover {
	opacity: .7;
	color: #fff;
}

.social-media .fa {
	padding: 20px;
	font-size: 30px;
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-media .fa-facebook {
	background: #3b5998;
	color: #fff;
}

.social-media .fa-twitter {
	background: #55acee;
	color: #fff;
}

.social-media .fa-linkedin {
	background: #007bb5;
	color: #fff;
}

.social-media .fa-instagram {
	background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
	color: #fff;
}

.social-media .fa-whatsapp {
	background: #25d366;
	color: #fff;
}

.social-media .fa-pinterest {
	background: #cb2027;
	color: #fff;
}

.el-item::before {
	content: "\f0da"!important;
}

.el-item-w::before {
	content: "\f0da"!important;
	color: #fff;
}

.icon-slider-b i {
	background-color: transparent;
	color: #000;
	padding: 1.2rem;
	font-size: 20px;
}

.custom-img-bg {
	margin-right: -15px;
	margin-left: -15px;
	padding-bottom: 62.5%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.content {
	height: 100%;
	padding: 20px 20px 10px;
	color: #fff;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.carousel-caption-b {
	padding: 1rem 8rem;
}

.widgets_div .icon_div {
	display: inline-block;
	margin-left: 15px;
}

.widgets-div .icon-div span i {
	font-size: 60px;
	color: var(--nav-links-color);
	width: 100%;
	margin-bottom: 10px;
}

.widgets-div .text-div {
	display: inline-block;
}

.widgets-div .text-div h2 {
	font-size: 13px;
	font-weight: 800;
}

.widgets-div .text-div span {
	color: var(--nav-links-hover);
	font-weight: 400;
	font-size: 15px;
}

.c-mr-5 {
	margin-right: 3rem!important;
}

.intro-usp-2 {
	background: #1b1b1d !important;
	padding: 50px 0!important;
}

.legal .container .row {
	margin-bottom: 0!important;
}

footer nav .row.rowCols {
	padding: 14px 0;
}

.footer-padding {
	padding-left:60px;
}

.logoFooter {
    width: 68%;
	max-width: 170px;
}

.footerAbout {
	padding-top:10px;
}

@media(max-width:767px) {
	#image-caption {
		font-style: normal;
		font-size: .6rem;
		margin-top: .5rem;
	}

	.carousel-caption {
		position: initial;
		z-index: 10;
		padding: 2rem 2rem;
		color: var(--main-color-shade)!important;
		text-align: center;
		font-size: .7rem;
		font-style: italic;
		font-weight: 700;
		line-height: 1.5rem;
	}

	.c-pl-5 {
		padding-left: 0!important;
	}

	.c-pr-5 {
		padding-right: 0!important;
	}

	carousel-caption img {
		width: 4rem;
		border-radius: 4rem;
		margin-top: 1rem;
	}

	.bg-cover-diensten {
		max-width: 80%;
	}

	.bg-cover-diensten {
		margin-left: 0!important;
	}

	.text-diensten {
		font-size: 4vw;
	}

	.p-diensten {
		font-size: 3.4vw;
	}

	.bg-cover-diensten {
		margin-bottom: 20px;
	}

	header nav .aLogo img {
		max-height: 75px;
	}

	header nav .toggleMobileMenu span {
		margin: 6px 0;
	}

	.btn-diensten {
		font-size: 3vw;
	}

	.custom-center {
		text-align: center;
	}

	footer .footerAbout {
		max-width: 100%!important;
	}

	.introSliderSection .swiper-slide {
		height: auto;
		min-height: 60vh;
		max-height: 60vh;
		width: 100%;
	}

	.intro-usp .container .row .about-text h2 {
		text-align: center!important;
	}

	.custom-text-h2 {
		font-size: 7vw!important;
	}

	.intro-usp {
		position: relative;
		padding: 24px 0!important;
	}

	.c-mr-5 {
		margin-right: 0!important;
	}

	.intro-usp-2 .container .row .about-text .btn-center-position .btn-diensten {
		width: 100%;
	}

	.btn-diensten {
		width: 100%!important;
	}

	.icon-slider-b i {
		padding: .2rem;
		font-size: 20px;
	}

	.div-order {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.div-order-1 {
		order: 1;
	}

	.div-order-2 {
		order: 2;
	}

	.social-media .fa {
		padding: 10px;
		font-size: 20px;
	}

	.widget-bg {
		text-align: left;
		display: flex;
	}
}

@media only screen and (max-width:992px) {


	header nav .navWrapper .links {
		align-items: center;
		display: block;
	}

	header nav .navWrapper .links li a {
		margin: 0!important;
	}

	header nav .navWrapper .links li {
		margin: 0 10px!important;
	}

	.introBanner .title-header {
		width: 100%;
	}

	.btn-position {
		position: relative;
	}
	.footer-padding {
		padding-left:0px;
	}
}


