/* Deze css verbergt tijdelijk het telefoonnummer van de ab-actis in de foot van de website. */
body > footer > div > div > div:nth-child(3) > address > p:nth-child(2)
{
	display: none;
}


.ab-22-23 {
	/* width: 50%;*/
}

h4 {
	/* color: #8d2716; */
}

 .module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.col-md-12.paragraph-text {
    display: flex;
    flex-direction: column;
}

.heading-image {
    order: 2; /* Set the order to 2 for the image container */
    padding-bottom: 25%; 
}


#menu > li > a[href="https://lustrum.nsutrecht.nl/home"] {
	background-color: #6dcaf3;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	padding: .4em 0.9em;
	margin-top: 0.25em;
}

#menu > li > a[href="https://lustrum.nsutrecht.nl/home"]:hover {
	background-color: #f3a3c6;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	padding: .4em 0.9em;
	margin-top: 0.25em;
    border-color: none;
}

#menu > li:has(a[href="https://lustrum.nsutrecht.nl/home"]):hover {
	border: none;

}

.blog-image-inline-complete > .blog-image-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.blog-image-inline-complete > .blog-image-container > img {
  width: 100%;
  margin: 0;
}