@charset "utf-8";
/*	CSS Dokumentet	*/

/*	Justerer slik at enkelte nettlesere ikke ødelegger .SVG filer og bilder grunnet mørk modus.	*/
:root {
	color-scheme: light only;
}
/* NAVBAR FØLGER SKJERMEN */
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Variable.ttf") format("truetype");
}
@font-face {
	font-family: "Open Sans Italic";
	src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
}
.overskriftHvit150 {
	font-family: 'Open Sans';
	font-size: 150px;
	color: white;
}
.overskrift00 {
	font-family: 'Open Sans';
	font-size: 28px;
	color: rgba(0, 0, 0, 1);
}
.overskrift01 {
	font-family: 'Open Sans Italic';
	font-size: 12px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
}
.overskrift02 {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
}
.overskrift03 {
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: bold;
	color: rgba(90, 90, 90, 1);
}
.overskrift04 {
	font-family: 'Open Sans';
	font-size: 12px;
	color: rgba(0, 0, 0, 1);
}
.overskrift05 {
	font-family: 'Open Sans';
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
}
.skrift {
	font-family: 'Open Sans';
}
.skrift00 {
	font-family: 'Open Sans';
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}
.skriftV {
	text-align: left !important;
}
.skriftH {
	text-align: right !important;
}
.skriftS {
	text-align: center !important;
}
.skriftP {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.skrift01 {
	font-family: 'Open Sans';
	font-size: 14px;
	color: rgba(0, 0, 0, 1);
}
.skrift02 {
	font-family: 'Open Sans';
	font-size: 18px;
	color: rgba(121, 121, 121, 1);
	padding: 0px;
	margin: 0px;
}
.skrift02:hover {
	color: rgba(255, 255, 255, 1);
}
body {
	padding-top: -1px;	/*	Juster denne verdien avhengig av navigasjonsbarens høyde.	*/
	padding-bottom: 0px;
	background-color: rgba(250,250,250,1) !important;
	/* background-color: rgba(0,250,250,1) !important; */	/* Test */
}
.navbar {
	transition: top 0.3s;	/*	Legg til smooth overgangs effekt	*/
}
.navbar.fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000; /*	Juster z-index ved behov	*/
}
.navbar.fixed-top.navbar-scrolled {
	background-color: rgba(52, 52, 52, 1);	/*	Endre bakgrunnsfargen når man ruller.	*/
}
/*	SLUTT PÅ NAVBAR FØLGER SKJERMEN	*/
/*	Bunnen av nettsiden	*/
.footer {
	height: 200px;
	background-color: rgba(52, 52, 52, 1);
	text-align: left;
	display: flex;
	padding-top: 15px;
	padding-left: 20px;
}
.grid-container {
	display: grid;
	/*	grid-template-columns: 20% 20% 20% 20% 20%;	*/
	grid-template-columns: 20% 20%;
}
.hvit-tekst {
	color: white;
	font-size: 12px;
}
.margin {
	margin: 10px;
}
/*	SLUTT PÅ BUNNEN AV NETTSIDEN	*/

.Force-white-text {
	color: black !important;
}
.bakgrunn {
	margin: 0 auto;
	padding: 0px;
	background-image: url("../img/Fasade_1920x851.jpg");
	background-repeat: none;
	background-size: cover;
	height: 400px;
	background-position: center;
}
.dropdown-menu .dropdown-item:nth-child(even) {
/*	Grå bakgrunnsfarge for hver andre gjenstand	*/
	background-color: #f2f2f2 !important;
}
.hr-farge {
	background-color: rgba(255, 0, 0, 1);
}

/*
.KortKnapp {
	display: inline-block;
	font-weight: 400;
	color: #79131c;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
*/

.KortKnapp {
	display: inline-block;
	font-weight: 400;
	color: #79131c;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 5px;
	font-size: 14px;
	/* line-height: 1.5; */
	border-radius: 20px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.KortKnapp:hover {
	color: #0000ff;
	text-decoration: none;
}
.KortKnapp-dark {
	color: #000000;
	background-color:rgba(220, 220, 220,1);
	border-color: #343a40;
}
.KortKnapp-dark:hover {
	color: #070404;
	background-color:rgba(116, 116, 116, 1);
	border-color: #1d2124;
}
.KortKnapp-outline-success {
	color: #28a745;
	border-color:rgba(220, 220, 220,1);
}
.KortKnapp-outline-success:hover {
	color: #000000;
	background-color:rgba(120, 120, 120, 1);
	border-color:rgba(120, 120, 120, 0);
}
.liste {
	background-color: rgba(255,255,255,0);
}
.liste:hover {
	background-color: rgba(0,0,0,0.1);
}



/* Visning av bilder */

.navFarge {
	background-color: rgba(250,250,250,0.95) !important;
	color: rgba(0,0,0,1) !important;
	filter: drop-shadow(8px 8px 20px gray);
}
.navFarge:hover {
	/* background-color: rgba(0,0,0,0.6) !important; */
	background-color: rgba(255,255,255,1) !important;
	color: rgba(0,0,0,1) !important;
}

/* Overstyrer bootstrap sin farge i navigasjonsbaren med hvit */
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-brand {
	color: black !important;
}

/* Overstyrer bootstrap sin farge i navigasjonsbaren med svart når hover */
.navbar-dark:hover .navbar-nav .nav-link,
.navbar-dark:hover .navbar-brand {
	/* color: white !important; */
	color: black !important;
}

/* Overstyrer bootstrap sin farge i navigasjonsbaren med svart når hover */
.navbar-nav .nav-link:hover {
	background-color: rgba(248,249,250,1) !important;
}

@media screen and (max-width: 1600px) {	/* Hvis skjermen er 1600px eller mindre, så... */
	.beholder {
		max-width: 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.beholder .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.beholder .row > [class^="col"] {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (min-width: 1600px) {	/* Hvis skjermen er ##px eller større, så... */
	.beholder {
		max-width: 1600px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-left: auto;
		margin-right: auto;
	}
}

.carousel {
	position: relative;
	top: 42px;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	transition: none;
}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
	transition: none;
}
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
	transition: none;
}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}


.kortoverlegg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	/* background-color:rgba(119, 123, 124, 0.8); */
	background-color:rgba(0,0,0, 0.6);
	border-radius: 0.25rem;
}

.kortoverleggEpost {
	/* position: absolute; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* height: 100%; */
	/* height: 200px; */
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	/* background-color:rgba(119, 123, 124, 0.8); */
	background-color:rgba(0,0,0,0);
	border-radius: 0.25rem;
}
.kortoverleggtekstEpost {
	color: rgba(0,0,0,1);
	font-size: 20px;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/*
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	*/
	text-align: center;
}

.kortoverleggbeholder:hover .kortoverlegg {
	opacity: 1;
}

.kortoverleggtekst {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
