/* Til Test */

/* Opdeling af Media og Text i nav-spots--count-1 */
.paragraphs__item--nav_spots_manual .nav-spots--count-1 .nav-spot .nav-spot__text {
  flex: 0 0 50%;
}

/* Retter den hvide baggrund i nav-spots--count-1 */
.nav-spots--count-1 .nav-spot__content {
	background-color: #ECE7E3;
	border: 1px solid #dbdbdb;
}

@media (min-width: 768px) {
	/* Fjerner padding så nav-spots--count-2 står på samme linje */
	.nav-spots--count-2 .nav-spots__item+.nav-spots__item {
		padding-top: 0;
		/* Retter fejl i subpixel rounding */
		width: 40.9%;
	}
	
	.nav-spots--count-2 .nav-spots__item+.nav-spots__item img {
	  border-radius: 0 20px 0 20px;
		/* clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px)); */
	}
	
	.nav-spots--count-2 .nav-spots__item:nth-child(1) img {
		border-radius: 20px 0 20px 0;
		box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	}
}

/* Boks omkring dagene i åbningstider - gør det mere tydeligt/overskueligt */
.opening-hours__row {
  background-color: #F4F3EB;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 7px;
  margin-bottom: 10px;
}

/* Retter user registration til mobilvisning */
.paragraphs__item--user_registration_section a.paragraphs__item--user_registration_section__link {
	max-width: 100%;
	margin: 0 auto;
}