/* Til Test */

/* Skjuler slideren Relateret Indhold */
.mt-64 > .slider {
  display: none;
}



/* Til Navigation Spots, lige opdeling af img og text. Testes for Studie */
.nav-spot__media {
  flex: 0 0 50%;
}

.nav-spot__text {
  flex: 0 0 50%;
}


/* Fjerner padding so Nav-spots står på samme linje */
.nav-spots--count-2 .nav-spots__item+.nav-spots__item {
	padding-top: 0;
}

@media (min-width: 768px) {
	/* Samme dimensioner på card-grid */
	.card-grid--count-4 .card-grid__item {
		width: 25%;
	}
	
	.card__title {
		font-size: 24px;
	}
	
	.card__tag {
		font-size: 14px;
	}
	
	.card-grid__item:nth-child(4) .card .card__media,
	.slider__item:nth-child(4n+3) .card .card__media,
	.card[data-variant=medium] .card__media {
		aspect-ratio: 1/1;
	}
	
	/* Fjerner Border fra første card i grids */
	.card-grid__item:nth-child(1) .card--has-media.card .card__media,
	.image-credited__no-image {
		border-width: 0px
	}
	
	/* Retter img i sidste item i card-grids */
	.card-grid__item .card__override-images {
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.opening-hours__row {
  background-color: #F4F3EB;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 7px;
  margin-bottom: 10px;
}