﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* =========================
   RESET
========================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
 
}

body {
				/*font-family: Montserrat, Arial, Helvetica, sans-serif;
				font-weight: 500;*/
				background: linear-gradient(to bottom, rgba(128,128,128,1) 0%,rgba(0,0,0,1) 100%,rgba(30,87,153,1) 100%);
				background-size: 100%;
				background-repeat: no-repeat;
				background-position: center 0px;
				background-attachment: fixed;
				color: #000000;
}

/*Testar det här*/

/* =========================
   NAVIGATION
========================= */
.navigation {
				/*background: #000000;
				color: white;*/
}

.nav-container {
				width: 100%;
				max-width: 1200px;
				margin: auto;
				padding: 5px 10px 5px 10px;
				display: flex;
				justify-content: space-between;
				align-items: center;
				background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
				/*border-bottom-width: 1px;
				border-bottom-color: #272727;*/
				color: #000000;
}
nav ul li a,
nav ul li a:visited {
				/*display: block;*/
				/*padding: 0 10px 0 10px;*/
 /*padding: 0 5px 0 5px;*/
  padding: 0 2px 0 2px;
  				/*line-height: 70px;*/
				/*background: #ffffff;*/
				     background: ffffff; /*Jobba med detta*/

				/*2026-03-05*/
				/*color: #000000;
				text-decoration: none;*/
}

nav ul li a:visited:hover {
				/*background: #2581DC;*/
				color: #FF6F0F;
				/*background: #F4F4F4;*/
				/*border-top-width: 1px;
				border-bottom-width: 1px;*/
				-o-transition: 0.9s;
				-ms-transition: 0.9s;
				-moz-transition: 0.9s;
				-webkit-transition: 0.9s;
				transition: 0.9s;
}

/* =========================
   LOGGA
========================= */
.brand img {
  height: 65px;
  padding-left: 5px;
  				float: left;
				padding-top: 1px;
				-webkit-filter: drop-shadow(3px 3px 3px #000000);
				filter: drop-shadow(3px 3px 3px #000000);

}
.navigation {
	
font-size: clamp(0.85rem, 0.3rem + 1.0667vw, 1.1rem);
}

.brand {
				/*padding-left: 18px;
  				float: left;
				padding-top: 5px;
				-webkit-filter: drop-shadow(3px 3px 3px #000000);
				filter: drop-shadow(3px 3px 3px #000000);*/
				color: #000000;
				text-decoration: none;

}

.brand a:visited {
				color: #000000;
				text-decoration: none;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);

  opacity: 0;
  pointer-events: none;

  transition: opacity 0.3s ease;
  z-index: 900;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
/* =========================
   DESKTOP MENU
========================= */
.nav-list {
  list-style: none;
  display: flex;
  gap: 10px;
 
}

.nav-list li {
				position: relative;
}

.nav-list a {
  /*2026-03-05*/
  /*color: black;
  text-decoration: none;*/
    /*2026-03-05*/
  padding: 8px 6px;
  display: block;
  /*color: #ffd34d;*/
  /*text-shadow: 0 0 6px rgba(255,211,77,0.6);*/

}

/* dropdown desktop */
.nav-dropdown {
				display: none;
				position: absolute;
				top: 100%;
				left: 0;
				list-style: none;
				min-width: 200px;
				color: #FF6F0F;
								background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
				border-bottom-width: 1px;
				border-bottom-color: #272727;
z-index: 3000;
font-size: clamp(0.85rem, 0.3rem + 1.0667vw, 1.1rem);


}

.nav-dropdown a {
  padding: 10px;
}

.nav-list li:hover .nav-dropdown {
  display: block;
}

/* =========================
   HAMBURGER
========================= */
.nav-mobile {
  display: none;
}

#nav-toggle {
  background: none;
  border: none;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FF6F0F;
  content: "";
  left: 0;
  transition: 0.35s;
}

#nav-toggle span { top: 10px; }
#nav-toggle span:before { top: -8px; }
#nav-toggle span:after { top: 8px; }

/* X animation */
#nav-toggle.active span { background: transparent; }
#nav-toggle.active span:before { transform: rotate(45deg); top: 0; }
#nav-toggle.active span:after { transform: rotate(-45deg); top: 0; }

/* =========================
   📱 MOBIL
========================= */
@media (max-width: 900px) {

   /* Huvudrubriker */
  .nav-list > li > a {
    font-size: 1.05rem;
  }

  /* Undermenyer */
  .nav-dropdown a {
    font-size: 0.95rem;
  }
 
  
  .brand {

				/*margin-right:75%;*/
								margin-right: auto;
								}

  .nav-container {
    justify-content: flex-end;
    width: 98%;

  }

  .nav-mobile {
    display: block;

  }

  /* FULLSCREEN OVERLAY */
  .nav-list {
				position: fixed;
				top: 0;
				left: -100%;
				height: 100vh;
				width: 100%;
				background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
				border-bottom-width: 1px;
				border-bottom-color: #272727;
				display: flex;
				flex-direction: column;
				/*justify-content: center;*/
				justify-content: flex-start;
				/*align-items: center;*/
				/*justify-content: flex-start;*/
  padding-top: 50px;  /* justera efter smak */
				align-items: left;
				/*gap: 25px;*/
				gap: 10px;
				/*transition: right 0.35s ease;*/
				transition: left 0.4s cubic-bezier(.77,0,.18,1);
								z-index: 3000;

}


  .nav-list.active {
    left: 0;
        				  

  }

  .nav-list a {
				/*font-size: 1.05rem;*/
				
}

  /* ===== MOBILE DROPDOWN ===== */
  .nav-dropdown {
				position: static;
				display: none;
				background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
				border-bottom-width: 1px;
				border-bottom-color: #272727;
				width: 100%;
				text-align: left;

				
}

  .nav-dropdown a {
    /*font-size: 16px;*/
    padding: 8px;
   
  }

  .has-dropdown.open .nav-dropdown {
    display: block;

  }
}
/* =========================
   MENU LINKS STYLE
========================= */

.nav-list a {
				font-family: Montserrat, Arial, Helvetica, sans-serif;
				font-weight: 500;
				/*2026-03-05*/
				color: #000;
				text-decoration: none;
				position: relative;
				transition: color 0.3s ease;
				/*font-size: clamp(0.85rem, 0.3rem + 1.0667vw, 1.09rem);*/
								/*font-size: 1.0em;*/


}


/* underline (gömd först) */
.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;

  width: 0%;
  height: 2px;

  background: #FF6F0F;
  transition: width 0.3s ease;
}


/* hover effekt */
.nav-list a:hover {
  color: #FF6F0F;
}

.nav-list a:hover::after {
  width: 100%;
}


.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);


  opacity: 0;
  pointer-events: none;

  transition: opacity 0.3s ease;
  z-index: 900;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

#nav-toggle {
				/*position: relative;*/
   /*position: fixed; /* flyt ovanpå allt */;
				top: 5px; /* avstånd uppifrån */;
				right: 15px; /* avstånd från höger */;
				z-index: 5000;
				
}

.nav-dropdown a {
				font-size: 0.9rem;
				
}

.aktiv {
				/*color:  green;*/
       font-weight: 600;
				color: #FF6F0F;
				
}
