/* contact template */
.page-template-contact .content-page-main {
	/*padding-top: 0;*/
}

.page-template-contact .right-content-block .content-block-container {
	 /*width: 70%;
	margin-right: auto;
	display: grid;
	place-content: center;*/
	height: 100%;
	place-content: center;
}

#contact_carousel .carousel-item {
	height: auto;
}
#contact_carousel .carousel-indicators {
	margin: 0;
	position: relative;
}
#contact_carousel .carousel-indicators [data-bs-target]:not(.active) {
    border: 1px solid #1955a9;
	padding: 13px 0px;
}
.carousel-indicators .active {
	background: #0a1d37 !important;
}
#contact_carousel .carousel-indicators [data-bs-target].active {

}
.page-template-contact .section-2 a {
	color: #fff;
	text-decoration: none;
}

.afdeling-info .address p {
    margin-bottom: 0;
}
.afdeling-info .address a {
    color: inherit;
    text-decoration: none;
}
.afdeling-title {
    min-height: 4rem;
}

@media (max-width: 767px) {
	.contact-main-section .left-content-block {
		padding-left: 0;
		padding-right: 0;
	}
}