/*

grijs: #efefef
geel: #ffaa00
rood: #d40000
beige: #ece1c8

*/

#contentCntr {
	background-color: #efefef;
}

/* partners */
.partners .foto {
	padding-right: 10px;
}

.partners .row {
	padding-bottom: 15px;
}

h1 {
	padding: 15px 0;
	font-size: 20px;
}

h1:first-child {
	padding-top: 0;
}

h2 {
	font-size: 18px;
}

a {
	color: #d40000;
}

/* nieuws */
.row > .nieuws {
	padding-bottom: 15px;
}

.nieuws {
	background-color: #ffffff;
}

.nieuws h1 {
	background-color: #000000;
	color: #ffffff;
}

.nieuws h1 span {
	float: right;
	font-size: 12px;
}

.nieuws .col-md-12,
.nieuws .col-md-10,
.nieuws .col-md-8,
.nieuws .col-md-4 {
	float: left;
}

/* leden */
.leden h1 {
	background-color: #ffffff;
}

.menuBox ul li {
	font-size: 15px;
}

.menuBox {
	width: calc((100% - 1200px) / 2);
}

.newsBox p {
	color: #777777;
}

ul.dropdown {
	background: aqua;
}

.square-box {
	float: left;
	position: relative;
	width: 50%;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: pointer;
	background: #f1f1f1;
}

.square-box:before {
	content: "";
	display: block;
	padding-top: 125%;
}

.square-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: white;
	text-align: center;
}

.mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(99, 100, 103, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.square-box:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.square-box h4 {
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 5px;
	background: #0087cc;
	margin: 60px 0 0 0;
	line-height: 20px;
}

.square-box h5 {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}

/* blok / tekstpagina */
.tekstpagina h1 {
	background-color: #0087cc;
	color: #ffffff;
}

.blok + .blok {
	margin-top: 20px;
}

.breadcrumb {
	background: #ffaa00;
	color: #000000;
}

.breadcrumb-item.active,
.breadcrumb-item a {
	color: #000000;
}

.breadcrumb-item {
	font-weight: bold;
}

.breadcrumb-item.active {
	font-weight: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #000000;
}

#textpage {
	margin-top: 10px;
	margin-bottom: 20px;
}

h4.card-title {
	font-size: 16px;
}

.card-header {
	font-size: 16px;
	border-radius: 0;
}

.card,
.card-img-top,
.card-footer:last-child,
.card-header:first-child,
.alert,
.btn,
.breadcrumb,
.card-group .card:only-child .card-img-top {
	border-radius: 0;
}

.card-footer {
	background: none;
	border-top: none;
}

.alert-lid {
	padding: 20px;
	font-size: 20px;
	color: #ffffff;
	background: linear-gradient(
		232deg,
		rgb(154 154 154 / 56%) 1%,
		rgb(161 159 159 / 77%) 36%,
		rgba(85, 84, 84, 1) 100%
	);
	border: 0;
}

.alert-lid a {
	color: #ffffff;
}

.btn {
	cursor: pointer;
}

.bg-primary,
.btn-primary,
.alert-primary {
	background-color: #d40000 !important;
	color: #ffffff;
	border: none;
}

.card-body ul li a {
	color: #000000;
}

.card-body ul li a:hover {
	color: #b36b00;
}

.btn-primary {
	border: 1px solid #d40000;
}

.btn-primary:hover {
	border: 1px solid #ffaa00;
}

.content {
	margin-left: 0px;
}

.mainContent {
	padding: 20px;
	background: #ffffff;
}

div.sidebar + div.sidebar {
	margin-top: 20px;
}

.lidfoto {
	/*border: 2px solid #0087CC;*/
}

.bgimage:after {
	content: "";
	background: #ffffff;
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

#headerCntr {
	background-repeat: no-repeat;
	background-size: cover;
}

#headerCntr .mobileMenu {
	cursor: pointer;
	z-index: 15;
	float: left;
	width: 54px;
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/mobile-trigger.svg) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
}

.taglineBox {
	background: white;
}

.brandBox .title {
	background: #ffaa00;
}

#footerCntr {
	background: #ffaa00;
	min-height: 0;
}

#footerCntr p a:hover {
	color: #990000;
}

/* .mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4 {
		font-weight: 500;
} */

.mainContent h3 {
	font-size: 18px;
}

/* .mainContent p {
		color: #777777;
} */

.partners .card {
	border: none;
}

.card-container {
	position: relative;
}

.img-date {
	position: absolute;
	top: 8px;
	left: 0;
	background: #d40000;
	padding: 8px;
	color: #ffffff;
}

.sliderBox .cycle-pager span.cycle-pager-active {
	background: #d40000;
}

.requiredstar {
	color: red;
	font-weight: bold;
	font-family: Courier, "Courier New", Mono, monospace;
}

.error {
	color: red;
	font-weight: bold;
}

label {
	padding: 5px;
}

form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
form textarea {
	width: 100%;
	border: solid 1px #ccc;
	padding: 5px;
}

form textarea {
	height: 100px;
}

.activityBox li {
	font-size: 13px;
}

.activityBox li a span {
	margin-top: 10px;
	font-size: 14px;
}

.activityBox h3 {
	color: #d40000;
}

.activityBox {
	background: #ede2ce;
}

.activityBox li a span {
	color: #000000;
	font-weight: bold;
}

.activityBox li a {
	color: #000000;
}

.activityBox li:before {
	background: #000000;
}

.newsBox p,
.memberBox p {
	font-size: 14px;
}

.memberBox p a {
	color: gray;
}

.newsBox .title {
	background: #ffaa00;
}

.newsBox .title.black {
	background: white;
}

.newsBox .title.black h3,
.newsBox .title.black a {
	color: black;
}

.newsBox .title h3 {
	color: white;
}

.newsBox .title a {
	color: white;
}

.newsBox h4 {
	color: #d40000;
}

.newsBox p a {
	color: black;
}

#link-footer {
	color: black;
}

#footerCntr {
	padding-bottom: 5px;
}

img.img-responsive {
	max-width: 100%;
	margin-top: 3%;
}

img.linkedinshare {
	max-width: 100px;
	width: 100px;
	margin-top: 10px;
	float: right;
}

.partnerslider {
	position: absolute;
	left: 10px;
	top: 50px;
	bottom: 50px;
	right: 10px;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
	animation-name: partnerslider;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-duration: 7s;
}

#headerCntr .logo img {
	width: 250px;
	height: 100%;
}

#footerCntr p {
	font-size: 15px;
}

.menuBox ul {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.leden-gallery {
	display: flex;
	flex-wrap: wrap;
}

.leden-gallery .gallery-item {
	flex-basis: 25%;
	padding: 5px;
	min-width: 245px;
	position: relative;
}

.leden-gallery .gallery-item .background-image {
	width: 100%;
	height: 0;
	padding-bottom: calc(283 / 256 * 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.leden-gallery .gallery-item .background-image .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.leden-gallery .gallery-item .background-image:hover .image-overlay {
	opacity: 1;
}

.leden-gallery .gallery-item .background-image .image-overlay .title {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	width: 100%;
}

.leden-gallery .gallery-item .background-image .image-overlay .title .lid-name:has(+ .lid-company) {
	background: #ffaa00;
	width: calc(100% + 20px);
	padding: 10px 5px;
	display: block;
	color: black;
	margin: 0 -10px;
}

nav#nav {
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

h2 {
	color: #d40000;
	font-size: 18px;
}

h3 {
	color: #d40000;
	font-size: 16px;
}

a#btn-gray {
	background-color: #ece1c8 !important;
	border-color: #ece1c8 !important;
	color: #000000 !important;
}

a#btn-gray:hover {
	border-color: #000000 !important;
}

p.logo-ondertekst {
	color: black;
	font-size: small;
	padding-top: 148px;
	padding-bottom: 20px;
}

.taglineBox figure {
	padding: 30px 0 20px;
}

img#logo-rechts-onder {
	padding: 50px 50px 90px 50px;
}

p.logo-ondertekst-sidebar {
	padding: 15px;
	color: black;
}

.col-md-4.boardBox {
	background-color: white;
}

p.logo-ondertekst-sidebar {
	font-size: 14px;
}

.taglineBox figure img {
	max-width: 230px;
}

@media screen and (min-width: 1200px) {
	.menuBox {
		min-width: 216px;
	}
}

@keyframes partnerslider {
	0% {
		background-position: 50% 50%, calc(50% + 400px) 50%;
	}

	85% {
		background-position: 50% 50%, calc(50% + 400px) 50%;
	}

	100% {
		background-position: calc(50% - 400px) 50%, 50% 50%;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.card-group {
		-ms-flex-flow: row wrap;
	}

	/*media all*/
	.card-group {
		display: -ms-flexbox;
		display: inline;
		-ms-flex-direction: column;
		flex-direction: column;
		flex: 0 0 auto;
	}

	.card-group .card {
		flex: 0 0 auto;
	}
}

@media only screen and (max-width: 1199px) {
	.menuBox {
		width: 35vw;
	}

	.menuBox ul:first-child {
		position: initial;
		background: none;
		width: unset;
	}
}

@media only screen and (max-width: 768px) {
	.card-block.px-3 {
		margin-top: 5px;
		padding-left: 0px !important;
	}

	.card-title {
		margin-bottom: 0.5rem;
	}

	.card .img-fluid {
		min-width: 100%;
	}

	.mainContent img {
		max-width: 100%;
	}

	.row {
		margin-left: 0px;
		margin-right: 0px;
	}

	.menuBox {
		width: 50vw;
	}

	.menuBox ul:first-child {
		position: initial;
		background: none;
		width: unset;
	}
}

@media only screen and (max-width: 758px) {
	.title.wij-werken-bij {
		background: white;
	}
	.title.wij-werken-bij h3 {
		color: #d40000;
	}
}

@media only screen and (max-width: 1200px) {
	#headerCntr .logo {
		float: right;
		margin-right: 1vw;
		margin-top: 35px;
	}

	#headerCntr .logo img {
		width: 33vw;
	}

	#headerCntr {
		height: 20vw;
		min-height: 118px;
	}
}

@media only screen and (max-width: 1024px) {
	header#headerCntr {
		position: fixed;
		top: 0;
	}

	.mobile-height {
		margin-top: 21vw;
	}

	.sliderBox {
		margin-top: 20vw;
	}
}

@media screen and (max-width: 600px) {
	.sliderBox {
		margin-top: 118px;
	}

	.mobile-height {
		margin-top: 130px;
	}
}

.boardBox p {
	position: relative;
	top: 0%;
	text-transform: none;
	color: #000;
	z-index: 100;
	padding-top: 10px;
}

.mainContent ul,
.mainContent ol,
.mainContent dl {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2.5em;
}

.mainContent li {
	list-style-type: disc;
}

select#optie {
	max-width: 400px;
}
