body {
	position: relative;
	background: #FCF9F0;
	color: #333;
	overflow-x: hidden;
}

.hvid { color: white!important; }
.bg-hvid { background: white!important; }
.bg-hvid { background-color: white!important;}
.lys_blaa { color: #e1f3f8!important; }
.bg_lys_blaa { background: #e1f3f8!important; }
.sort { color: #333!important; }
.bg-sort { background: #293241!important; }
.groen {color: #15581A!important;}



/* Navbar */

	.navbar .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
	}

	.nav {

	}
	.nav li {
		padding-right: .8rem;
	}
	.NavCol {
	background-color: #15581A!important;	
	}
	.NavCol a {
		color: white;
		font-weight: bold;
		font-size: 1.2rem;
	}
	.NavCol a:active {
		font-weight: bolder!important;
		color: white!important;
	}
	.NavCol a:hover {
		color: white;
	}

	.navbar .nav .nav-item .hjem.active,
	.navbar .nav .nav-item .hjem:hover {
		color: white;
	}
	.navbar .nav .nav-item .program.active,
	.navbar .nav .nav-item .program:hover {
		color: white;
	}
	.navbar .nav .nav-item .kontakt.active,
	.navbar .nav .nav-item .kontakt:hover {
		color: white;
	}


/* Program */
	.pTitel {
		font-size: 1.3rem;
		text-decoration: underline;
		color: #333;
	}
	.pName {
		font-size: 1.1rem;
		text-decoration: underline;
		color: #333;
	}
	.pText {

	}

.om-os {}
.hjem {}
.offset::before {
	height: 1.8rem;
	margin-top: -3.8rem;
	content: "";
	display: block;
}
.kontaktLink a {
	color: #15581A!important;
}
.kontaktLink a:hover, .kontaktLink a:active {
	color: #053D09!important;
}
.kontaktLink a:visited {
	color: #333!important;
}

/*Carousel*/
	#carouselHero .carousel-item img {
	  object-fit: cover;
	  object-position: center;
	  height: 60vh;
	  width: 100%;
	  overflow: hidden;
	}
	#carouselHero .carousel-item:before {
	  content: "";
	  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
	  display: block;
	  position: absolute;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	}
	.RyLogo {
		width: 10em;
		height: auto;
		display: inline-block;
	/*	text-shadow: 2px 2px #0E0E0E;*/
	filter: drop-shadow(2px 2px #0E0E0E);
	}
	.RyLogoCarousel {
		position: absolute;
		top: 25%;
		left: 20%;
		z-index: 1;
	}
	.RyLogoCarousel h1 {
		color: white;
		text-shadow: 2px 2px #0E0E0E;
	}

/* Gallery  */
	.imgWidth a {

	}
	.imgWidth img {
		margin-bottom: 1.5em;
	}
	/* Small devices (landscape phones, 576px and up) */
	@media (min-width: 576px) {
		.imgWidth img {
			width: 47.75%;
		}
	}

	/* Medium devices (tablets, 768px and up) */
	@media (min-width: 768px) {
		.imgWidth img {
			width: 32.25%;
		}
	}

	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		.imgWidth img {
			width: 32.45%;
		}
	}

	/* X-Large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {
		.imgWidth img {
			width: 32.65%;
		}
	}

	/* XX-Large devices (larger desktops, 1400px and up) */
	@media (min-width: 1400px) {
		.imgWidth img {
			width: 32.75%;
		}
	}

/* Sponsor */
	.sponsor-text a {
		color: #198754;
	}