.noTopSpace{
	margin-top: 0 !important;
	padding-top: 0 !important;
}

figcaption.image-caption{
	text-align: right;
	font-size: .866em;
	font-style: italic;
	font-weight: 300;
}

figure.table tbody{
	background: none;
	border: none;
}

.card-body h3 a{
	color: var(--bs-secondary);
	text-decoration: none;
}
.card-body h3 a:hover {
	color: var(--bs-btn-hover-bg);
}

.rx-bgimage .btn-primary{
	box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}

.news-single{
	margin-bottom: 2em;
}

.news-hero{
	position: relative;
	margin-bottom: 2em;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	height: 500px;
	background: var(--bs-beige);
}
.news-hero img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%!important;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: 50%;
	mix-blend-mode: multiply;
	opacity: .6;
	filter: saturate(0);
}
.news-hero .responsive-image{
	
}

.news-next-container{
	margin: 3em 0 2em 0;
}

.news-next-container .col{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.news-next-container .btn{
	margin-right: 1em;
}
.news-next-container .btn:last-child{
	margin-right: 0;
}

.news-single .tags{
	margin-bottom: 1em
}

.news-single .badge{
	color: var(--bs-secondary);
	border: 1px solid var(--bs-secondary);
	border-radius: .125em;
}

.news-single .listimage{
	display: block;
}

.news-cat-container{
	margin: 3em 0 2em 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.news-cat-container .btn{
	margin-right: 1em;
}

.news-related-news{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	align-content: center;
	
}
.news-related-news div{
	max-width: 120px;
	display: flex;
	flex-direction: column;
	margin-right: 1em;
	text-align: center;
}
.news-related-news div img{
	max-width: 100px;
	height: auto;
}
.news-related-news div a{
	text-decoration: none;
	line-height: 1.2em;
}

.multiply{
	mix-blend-mode: multiply;
}

.ce-bodytext .btn{margin-bottom: 1rem}

/* Layout ------------------------------------------ */
.row {
  --bs-gutter-y: 1.5rem;
}

.max-w-30{ max-width: 30%}
.max-w-40{ max-width: 40%}
.max-w-50{ max-width: 50%}
.max-w-60{ max-width: 60%}
.max-w-70{ max-width: 70%}
.max-w-80{ max-width: 80%}

.equal-height .container, .equal-height .container > div { height: 100%}

.no-img-padding {
	overflow: hidden;
}
.no-img-padding .ce-gallery {
	width: calc(100% + 2rem);
	margin-left: -1rem !important;
	margin-right: -1rem !important;
	margin-bottom: -1rem !important;
}
.no-img-padding .ce-row, .no-img-padding .ce-textpic{
	overflow: visible;
}

@media (max-width: 768px) {
	.max-w-30{ max-width: 100%}
	.max-w-40{ max-width: 100%}
	.max-w-50{ max-width: 100%}
	.max-w-60{ max-width: 100%}
	.max-w-70{ max-width: 100%}
	.max-w-80{ max-width: 100%}
}

/* Typografie ------------------------------------------ */
.eyebrow{
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .8em;
}

.small {
 font-size: 0.7em;
}

/* Mautic ------------------------------------------ */
.mauticform-message:empty {display: none}
.mauticform-error:empty {display: none}