@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Jura', sans-serif;
}


/* START MENY */

nav{
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #4d0f0c;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #4d0f0c;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #4d0f0c;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease!important;
  top: 70px!important;
  opacity: 1!important;
  visibility: visible!important;
}
.nav-links li a:visited,
.row .mega-links li a:visited {
  color: #f2f2f2;
}

.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px!important;
  font-weight: 500;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #4d0f0c;
  padding: 25px 20px!important;
  display: flex!important;
  width: 100%;
  justify-content: space-between!important;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15)!important;
}
.mega-box .content .row{
  width: calc(25% - 30px)!important;
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: auto;
  padding-left:30px;
  padding-right:8px;
  padding-top:25px;
}
.content .row header{
  color: #7c8df9;
  font-size: 20px;
  font-weight: 600;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
  background-color:#721c19;
}
.wrapper .btn{
  font-size: 20px;
  cursor: pointer;
  display: none;
  color:#f2f2f2;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
input.showMega:checked ~ .mega-box {
  max-height: 100%;
  display: block;
}


/* CTA knapp med font awesome ===

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="tel:40311917" class="les-mer" target="_blank" style="font-family:jura;color:#000;">
<i class="fa fa-facebook-square ny-knapp" aria-hidden="true"> </i> FÃ¸lg oss for tilbud og kampanjer!</a>

=== END CTA knapp med font awesome */

.les-mer {
	display:table;
	margin:auto;
	font-family:jura!important;
	color:#721c19;
	margin-top:10px!important;
	margin-bottom:10px;
	padding: 10px 20px;
	border: 2px solid #721c19;
	border-bottom: 2px solid #000753!important;
	text-decoration:none;
	
}
.les-mer p {
	font-family:jura!important;
}
.les-mer a:hover {
	color:#000780;
}
.les-mer:hover {
		
}
.ny-knapp{
	font-size:18px;
	}
	
	
/* Galleri 

/* Basic Styles */
@import url('https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap');

img {width: 100%;height: auto;}

/* Here we go */

.portfolio {
	width: 350px;
	margin: 30px auto;
	
	display: grid;
	grid-gap: 15px;
}

.portfolio-item {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Overlay effect */

.overlay {
	background-color: #fff;
	color:#000;
    opacity: 70%;
    display: flex;
    justify-content: left;
    align-items: center;
	width:100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.overlay h3 {
	color:#000;
	font-family:jura;
	margin-top: 0;
	padding-top:0;
	padding-bottom:0:
}

.overlay .description {
	color:white;
    padding: 5px 15px;
}

.overlay .description, .overlay a {
	font-family:jura;
    color: #000;
    text-align: left;
}

.overlay:hover {
    opacity: 85%;
}

/* CTA fire bilder */

@media (min-width: 750px){
	.portfolio {
		width: 950px;
		margin: 50px auto;

		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
	}

	.medium {
		grid-row: span 1;
	}

	.large {
		grid-row: span 2;
	}

	.wide {
		grid-column: span 2;
		grid-row: span 1;
	}
}
/* SLUTT CTA fire bilder */

/* TOGGLE */
.trekkspill {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      margin: 0;
    }

    .box {
      width: 80%;
      height: flex;
      border: none;
	  margin-left:20px;
      margin-right: 20px; /* Add some space between the divs */
}
.accordion {
	margin-top:20px;
  background-color: #4d0f0c;
  font-family:jura;
  font-size:14px;
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  font-weight:bold;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #721c19;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  background-color: white;
  margin-bottom:10px;
  width:flex;
  max-width:100%;
  max-height: 0;
  font-weight:500;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media screen and (max-width: 970px) {
	

.toppfoto img{
	width:auto;
	margin-top:60px;
}	
	
  .wrapper .btn{
    display: block;
	z-index:999;
  }
  .wrapper .nav-links{
    position: fixed;
    max-height: 700px;
    width: 100%;
    top: 0;
    left: -100%;
    background: #4d0f0c;
    display: block;
    padding: 50px 20px;
    line-height: 50px;
	overflow-y:auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
	display:none;
    width: 0px;
  }
  ::-webkit-scrollbar-track {
    display:none;
  }
  ::-webkit-scrollbar-thumb {
    display:none;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 20px 0px;
  }
  .nav-links li a{
    padding: 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
	display:none;
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
	display:block;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0px;
	padding-bottom:14px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #4d0f0c;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
	font-weight: 600;
  }
  .drop-menu li a:active {
	  color:#f2f2f2;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
	background:#4d0f0c;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
 .mega-box .content .row {
    width: calc(100% - 30px)!important;
}
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
  .content .row img {
	  display:none;;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
	

.toppfoto img{
	width:auto;
}	
