/* cmsms stylesheet: Theme modified: 17-10-22 13:06:23 */
html {font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size: 16px;font-weight: normal;line-height: 150%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;background: #ffffff;color: #666666;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}em {color: #999999;}h1, h2, h3, h4, h5, h6 {font-weight: 500;display: block;}.uk-heading-bullet::before {border-color: #2186f1;}body.zoeken .uk-article > h3 {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}body.zoeken .uk-article .uk-cover-container.uk-height-medium {height: 150px;}.ps-space-small {padding-top: 20px;padding-bottom: 20px;}.ps-space-medium {padding-top: 40px;padding-bottom: 40px;}.ps-space-large {padding-top: 80px;padding-bottom: 80px;}.uk-container {box-sizing: border-box;width: 100%;}.uk-logo {padding: 25px 0;}.uk-logo img {height: 30px;}.uk-search-large {width: 800px;box-sizing: border-box;}.uk-search-large .uk-search-input {font-weight: 300;border: 1px solid #eee;padding: 0 15px;}.uk-slideshow .uk-container {max-width: 1200px;}.uk-offcanvas-bar {background: #ffffff;}.uk-offcanvas-bar .uk-offcanvas-close svg line {stroke: #999 !important;}.uk-offcanvas-bar .uk-offcanvas-close:hover svg line {stroke: #333 !important;}.uk-offcanvas-bar svg line {stroke: #999 !important;}.uk-nav-default li a {color: #999 !important;}.uk-nav-default li.uk-active a {color: #333 !important;}.uk-navbar-dropdown-nav,.uk-nav-default {font-size: 14px;}.uk-navbar-container {background: none;}input[type="text"], select, textarea {max-width: 100%;width: 100%;box-sizing: border-box;border: 0 none;padding: 0 10px;background: #fff;color: #666;border: 1px solid #e5e5e5;-webkit-transition: .2s ease-in-out;transition: .2s ease-in-out;-webkit-transition-property: color,background-color,border;transition-property: color,background-color,border;}.uk-form-label {font-size: 14px;}.uk-form-danger .uk-form-label {color: #f0506e;}.uk-form-danger input,.uk-form-danger textarea {border-color: #f0506e;}@media (max-width: 639px) {.ps-space-small {padding-top: 20px;padding-bottom: 20px;}.ps-space-medium {padding-top:20px;padding-bottom: 20px;}.ps-space-large {padding-top: 20px;padding-bottom: 20px;}}
/* cmsms stylesheet: BTS Fire Protection modified: 21-11-22 14:25:36 */
*, .uk-navbar-nav li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
}
h1, h2 {
	position: relative;
	display: block;
	margin-bottom: 40px;
	font-size: 2rem;
}
h1::after, h2::after,
h3::after {
	content: '';
	width: 13rem;
	height: 0.4rem;
	border-radius: 2rem;
	display: block;
	position: absolute;
	background: #9C0013;
}
h1::after, h2::after {
	bottom: -1.75rem;
}
.home h3::after {
	content: none;
}
.nieuws h3::after {
	bottom: auto;
}

.uk-text-center h1::after, .uk-text-center h2::after {
	left: 0;
	right: 0;
	margin: auto;
}

h3 a {
	font-weight: 500;
	color: #fff;
}
h3 a:hover {
	color: #fff;
}

.black-background {
	background: #000;
}
.black-background * {
	color: #fff;	
}
.gradient-background {
	background-color: black;
	background: url(../../uploads/files/bts_background.svg);
	color: #fff;

	background-size: 100%;
	background-repeat: repeat;
}

.text-white {
	color: #fff;
}

.text-bold,
.uk-breadcrumb li span {
	font-weight: 700;
}

.black-background:first-of-type {
	margin-top: -5rem;
}
ul li {
	font-weight: 500;	
}

.uk-breadcrumb li,
.uk-breadcrumb li a,
.uk-breadcrumb li span {
	font-size: 16px;
}

.uk-navbar-nav>li>a {
	font-weight: 700;
	color: #fff;
	font-family: 'Lato', sans-serif;
	height: auto;
	padding: 1rem 1rem 0.5rem 1rem;	
	text-transform: none;
	font-size: 1rem;
}
.uk-navbar-nav>li.uk-active>a {
	border-bottom: 4px solid #9C0013;
	color: #fff;
}
.uk-logo img {
 	height: 40px;
}

p {
	font-weight: 500;
}

.uk-link, a {
	color: #000;	
}

.uk-label, .uk-badge {
	background: #9C0013;
	color:#fff;
	font-weight: 500;
}

.uk-button.uk-button-default {
	border: .2rem solid #fff;
	border-radius: 2px;
	color: #fff;
	font-weight: 500;
}
.uk-button.uk-button-default:hover {
	background: #fff;
	color: #000;
	border: .2rem solid #fff;
}

.ps-project {
	text-decoration: none;	
}
.ps-project:hover {
	text-decoration: none;	
}
.ps-project .uk-cover-container {
	width: 100%;
	height: 200px;
	background: rgba(255,255,255,0.1);
	border-radius: 2px;
}
.ps-project .uk-cover-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: block;
	opacity: 0;
	background: rgba(156, 0 , 19,0.75);
	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-ms-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}
/* .ps-project .uk-cover-container::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	border: 2px solid #fff;
	background-size: 30px;
	background-position: center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzIwMCcgd2lkdGg9JzIwMCcgIGZpbGw9IiNmZmZmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTM4LjIsMjguMWwyMS4xLDIxLjFMMzguMiw3MC40Yy0xLjUsMS41LTEuNSwzLjgsMCw1LjNjMS41LDEuNSwzLjgsMS41LDUuMywwbDIzLjgtMjMuOGMxLjUtMS41LDEuNS0zLjgsMC01LjNMNDMuNCwyMi45ICBjLTEuNS0xLjUtMy44LTEuNS01LjMsMEMzNi43LDI0LjMsMzYuNywyNi43LDM4LjIsMjguMXoiPjwvcGF0aD48L3N2Zz4=);
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate3d(-50%,-25%,0);
	z-index: 20;
	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-ms-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
} */
.ps-project:hover .uk-cover-container::after {
	opacity: 1;
	transform: translate3d(-50%,-50%,0);
}
.ps-project:hover .uk-cover-container::before {
	opacity: 1;
}
.ps-project .ps-product-info {
	margin-top: 15px;
	text-align: left;	
}

.project-item-a .project-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	display: block;
	opacity: 0;
	background: rgba(156, 0 , 19,0.75);
	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-ms-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}

.project-item-a:hover .project-item::before {
	opacity: 1;
}

.uk-navbar-toggle {
	color: #fff !important;
}

input[type="text"], select, textarea {
	border: 2px solid #fff;
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	background: none;
}
input[type="text"]:focus, select:focus, textarea:focus {
	border-color: #000;
	outline: 0;
}

textarea {
	padding-top: 8px;	
}

input::-webkit-input-placeholder {
	color: #999;
}
input::-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
textarea::-webkit-input-placeholder {
	color: #999;
}
textarea::-moz-placeholder {
	color: #999;
}
textarea:-ms-input-placeholder {
	color: #999;
}
textarea:-moz-placeholder {
	color: #999;
}

@media (max-width: 639px) {
	.uk-logo img {
		height: 30px;
	}
}

.slideshow-top {
	top: -5rem;
}
/* li.uk-active.uk-transition-active {
	height: 25rem;
} */

article.uk-article.uk-text-left {
	margin-bottom: 2rem;
}

.w-half {
	width: 48%;
}

.w-full {
	width: 100%;
}

.w-12 {
	width: 3rem;
}

::marker,
.text-thema {
	color: #9C0013;
}

.blokje {
	display: flex;
	border: 0.2rem solid #fff;
	padding: 1.5rem;
	border-radius: 0.2rem;
}

.blokje:last-of-type {
	margin-top: 2rem;
}

.blokje img {
	height: 4rem;
	margin-right: 1rem;
}

.blokje div p {
	margin: 0;
}

.flex {
	display: flex;
}

.space-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.flex-column {
	flex-direction: column;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.text-center {
	text-align: center;
}

.project-title {
	position: absolute;
	bottom: 0.5rem;
	margin: 0;
	width: 90%;
	text-align: left;
}

.contact-info div div {
	margin: 1rem 0 0 0
}

.contact-info div div div {
	margin: 0;
}

.contact-info div div img {
	height: 2rem;
}
.contact-info div div p {
	margin: 0;
	margin-left: 0.5rem;
}

.footer-logo img {
	height: 1.8rem;
}

.p-0 {
	padding: 0;
}

.p-4 {
	padding: 1rem;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pt-0 {
	padding-top: 0;
}

.nav-background {
	background: rgba(0, 0, 0, .7) !important;
	height: 4.1rem;
	padding-bottom: 0.75rem;
}

.project-link {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0.25rem;
	height: 2rem;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.gradient::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
	z-index: 0;
}

.h-4 {
	height: 2rem;
}

.h-8 {
	height: 2rem;
}

.h-12 {
	height: 3rem;
}

.h-\[19rem\] {
	height: 19rem;
}

.m-auto {
	margin: auto;
}

.m-custom {
	margin: auto 0;
}

.m-special p {
	margin: 0;
	margin-left: 1rem;
}

.m-0 {
	margin: 0;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-20 {
	margin-top: 4rem;
}

.mt-28 {
	margin-top: 7rem;
}

.mr-2 {
	margin-right: .5rem;
}

.mr-8 {
	margin-right: 2rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mb-\[-3rem\] {
	margin-bottom: -3rem !important;
}

.ml-4 {
	margin-left: 1rem;
}

.left-0 {
	left: 0;
}

.right-0 {
	right: 0;
}

.bg-\[\#222\] {
	background-color: #222;
}

.bg-nav {
	background-color: rgba(0, 0, 0, .7);
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.text-white,
.cat-white a {
	color: #fff;
}

.breadcrumb-line {
	border-top: .1rem solid #9C0013;
}

.uk-breadcrumb>:last-child>* {
	color: #fff;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	content: none;
}

.text-size\[0\.9rem\] {
	font-size: 0.9rem;
}

.text-small {
	font-size: 1.5rem;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inherit {
	position: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.top-0 {
	top: 0;
}

.top-3 {
	top: 0.75rem;
}

.bottom-4 {
	bottom: 1rem;
}

.left-4 {
	left: 1rem;
}

.right-4 {
	right: 1rem;
}

.font-bold {
	font-weight: 700;
}

.font-boldest {
	font-weight: 900;
}

.leading-normal {
	line-height: normal;
}

.intro-title-style h1 {
	margin-top: 1rem;
}

.intro-title-style a {
	margin-top: 0.5rem;
}

.intro-bg-style img {
	min-width: 100%;
	max-width: 200%;
	min-height: 19rem;
}

.cms_form {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 1rem;
}

@media (min-width: 405px) {

}

@media (min-width: 640px) {
	.sm\:w-half {
		width: 50%;
	}

	.sm\:mt-\[5\.3rem\] {
		margin-top: 5.3rem;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 2.6rem;
	}

	h2 {
		font-size: 2rem;
	}

	.md\:w-half {
		width: 50%;
	}

	.md\:w-48\% {
		width: 48%;
	}

	.md\:mt-0 {
		margin-top: 0;
	}

	.md\:text-left {
		text-align: left;
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:mt-4 {
		margin-top: 1rem;
	}

	.md\:h-auto {
		height: auto;
	}

	.md\:ml-4 {
		margin-left: 1rem;
	}

	.md\:mr-8 {
		margin-right: 2rem;
	}

	.nieuws .md\:flex-row {
		flex-direction: row-reverse;
	}
}

@media (min-width:1024px) {
	.lg\:h-6 {
		height: 2.5rem;
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:w-fit {
		width: fit-content;
	}
}
