html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea:focus, input:focus{
    outline: none;
    border: none;
}
img, button, img,
img, button:active img
img, button:focus img {
  border: none;
  outline: 0;
  padding: 0;
}
input[type=button]{
    border: none;
    padding: 0;
}
input[type=submit]{
    border: none;
    padding: 0;
}
input{
    border: none;
}

/* -- Font links -- */

  @font-face {                                                                                                                                                                                                                                                                              
      font-family: 'SpaceGrotesk-Bold';                                                                                                                                                                                                                                                                
      src: url(SpaceGrotesk/SpaceGrotesk-Bold.woff) format("woff");                                                                                                                                                                                                                                                                                                                                                                                                                                       
  }
  @font-face {                                                                                                                                                                                                                                                                              
      font-family: 'SpaceGrotesk-Medium';                                                                                                                                                                                                                                                                
      src: url(SpaceGrotesk/SpaceGrotesk-Medium.woff) format("woff");                                                                                                                                                                                                                                                                                                                                                                                                                                       
  }
  @font-face {                                                                                                                                                                                                                                                                              
      font-family: 'SpaceGrotesk-Semibold';                                                                                                                                                                                                                                                                
      src: url(SpaceGrotesk/SpaceGrotesk-SemiBold.woff) format("woff");                                                                                                                                                                                                                                                                                                                                                                                                                                       
  }
  @font-face {                                                                                                                                                                                                                                                                              
      font-family: 'SpaceGrotesk-Regular';                                                                                                                                                                                                                                                                
      src: url(SpaceGrotesk/SpaceGrotesk-Regular.woff) format("woff");                                                                                                                                                                                                                                                                                                                                                                                                                                       
  }


body{
  background-color: #F2F2F2;
}

header{
  background-color: white;
  height: 93px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-container{
  width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-container{
  display: flex;
  align-items: center;
}
header .nav{
  margin-top: 1px;
  display: flex;
  font-family: "SpaceGrotesk-Medium";
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.345px;
  margin-left: 30px;
}
header .nav li:not(:first-child){
  margin-left: 23px;
}
header .nav li:hover{
  cursor: pointer;
  color: #F15431;
}
.logo{
  margin-bottom: 7px;
}
.logo:hover{
  cursor: pointer;
}
.dot-menu{
  margin-right: 15px;
}
.dot-menu:hover{
  cursor: pointer;
}
.nav-icons-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-icons-container div:hover{
  cursor: pointer;
}
.nav-icons-container div:not(:first-child){
  margin-left: 17px;
}
.profile-icon{
  background-image: url("Icons/Profile-Icon.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
}
.profile-icon:hover{
  background-image: url("Icons/Profile-Icon-Red.svg");
  transition: 100ms;
}
.search-icon{
  background-image: url("Icons/search-icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 15px !important;
}
.search-icon:hover{
  background-image: url("Icons/search-Icon-Red.svg");
  transition: 100ms;
}
.paper-icon{
  background-image: url("Icons/Paper-Icon.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  margin-left: 16px !important;
}
.paper-icon:hover{
  background-image: url("Icons/paper-Icon-Red.svg");
  transition: 100ms;
}
.hamburger-menu{
  background-image: url("Icons/Hamburger-Menu.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 17px;
  margin-left: 13px !important;
}
.tooltip{
  display: none;
  transform: translate(-47.5%, 120%);
  position: absolute;
  z-index: 1;
}
.tt-hamburger-menu{
  transform: translate(-48.5%, 35%);
}
.tt-hamburger-menu:hover{
  cursor: default;
}
.profile-icon:hover>.tooltip, .search-icon:hover>.tooltip, .paper-icon:hover>.tooltip, .hamburger-menu:hover>.tooltip{
  display: flex;
}
.hamburger-menu:hover{
  background-image: url("Icons/Hamburger-Menu-X.svg") !important;
  background-position: 2px 0px;

}
.tooltip-label{
  font-family: "SpaceGrotesk-Medium";
  font-size: 13px;
  padding: 5px 8px 5px 8px;
  background-color: white;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.345px;
  box-shadow: 0px 10px 14px rgba(0,0,0,0.07);
  border-top: 2px solid #F15431;
}
.tt-hamburger-menu-label{
  font-size: 20px;
  padding: 20px 25px 20px 14px;
  text-align: left;
}
.tt-hamburger-menu-label li:not(:first-child){
  margin-top: 15px;
}
.tt-hamburger-menu-label li:hover{
  color: #F15431;
}
.tooltip-triangle{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(65%, -100%);
  background-image: url("Icons/Tooltip-Triangle.svg");
  height: 4px;
  width: 7px;
  background-repeat: no-repeat;
}
.Dot-Menu-Opened{
  display: none;
  padding: 8px;
  background-color: white;
  border-top: 2px solid #F15431;
  box-shadow: 0px 10px 14px rgba(0,0,0,0.07);
  transform: translate(-43%, 63%);
  position: absolute;
  width: 178px;
  z-index: 1;
}
.Dot-Menu-Triangle{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-90%, -149%);
  background-image: url("Icons/Tooltip-Triangle.svg");
  height: 4px;
  width: 7px;
  background-repeat: no-repeat;
}
.Dot-Menu-Content ul{
  margin-top: 2px;
}
.Dot-Menu-Content li{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  box-shadow: 0px 4px 14px rgba(0,0,0,0.12);
}
.dm-mannlif{
  background-repeat: no-repeat;
  background-image: url("Icons/Dot-Menu-Logos/mannlif_logo.svg");
  background-color: #F15431;
  background-position: center 9px;
}
.dm-gestgjafinn{
  background-repeat: no-repeat;
  background-image: url("Icons/Dot-Menu-Logos/gestgjafinn_logo.svg");
  background-position: center 12px;
}
.dm-gestgjafinn:hover{
  background-image: url("Icons/Dot-Menu-Logos/gestgjafinn_logo_white.svg");
  background-color: #06B3CB;
}
.dm-hus{
  background-repeat: no-repeat;
  background-image: url("Icons/Dot-Menu-Logos/hus_logo.svg");
  background-position: center 6px;
}
.dm-hus:hover{
  background-image: url("Icons/Dot-Menu-Logos/hus_logo_white.svg");
  background-color: #000;
}
.dm-vikan{
  background-repeat: no-repeat;
  background-image: url("Icons/Dot-Menu-Logos/Vikan_logo.svg");
  background-position: center 12px;
}
.dm-vikan:hover{
  background-image: url("Icons/Dot-Menu-Logos/vikan_logo_white.svg");
  background-color: #A6D646;
}
.dm-albumm{
  background-repeat: no-repeat;
  background-image: url("Icons/Dot-Menu-Logos/albumm_logo.svg");
  background-position: center 12px;
}
.dm-albumm:hover{
  background-image: url("Icons/Dot-Menu-Logos/albumm_logo_white.svg");
  background-color: #A6D646;
}
.Dot-Menu-Content:hover{
  cursor: pointer;
}
.Dot-Menu-Content li:not(:first-child){
  margin-top: 10px;
}



.mobile-hamburger-menu{
  display: none;
  width: 29px;
  height: 24px;
  background-image: url("Icons/Mobile-Icons/Hamburger-Menu-Mobile.svg")
}
.mobile-hamburger-menu:active{
  width: 29px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url("Icons/Mobile-Icons/Hamburger-Menu-X-Mobile.svg")
}
.mobile-paper-icon{
  display: none;
  width: 31px;
  height: 27px;
  background-image: url("Icons/Mobile-Icons/Paper-Icon-Mobile.svg")
}
.header-mobile-open{
  display: none;
}
.hm-icon-section{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SpaceGrotesk-Medium";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.345px;
  width: 100vw;
  height: 91px;
  background-color: #F0F0F0;
}
.hm-nav-section{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "SpaceGrotesk-Semibold";
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  letter-spacing: -0.345px;
  width: 100vw;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
.hm-about{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "SpaceGrotesk-Semibold";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.345px;
  width: 100vw;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  background-color: #FCFCFC;
}
.hm-bottom-about{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "SpaceGrotesk-Regular";
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.345px;
  color: #707070;
  width: 100vw;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.hm-about li:not(:first-child){
  margin-top: 15px;
}
.hm-other-sites-section{
  width: 100vw;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  background-color: #FAFAFA;
}
.hm-icon-section ul{
  display: flex;
}
.hm-icon-section li{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  margin-top: 2px;
}
.hm-icon-section li div{
  margin-top: 6px;
}
.hm-nav-section li:not(:first-child){
  margin-top: 20px;
}
@media only screen and (max-width: 1240px) {
    .header-container {
      padding: 0px 30px 0px 30px;
    }
}

@media only screen and (max-width: 775px) {
    .header-container {
      padding: 0px 20px 0px 20px;
    }
    body{
      background-color: #fff;
    }
    header{
      height: 72px;
    }
    header .nav{
      display: none;
    }
    .nav-icons-container{
      display: none;
    }
    .dot-menu{
      display: none;
    }
    .mobile-hamburger-menu{
      display: flex;
    }
    .mobile-paper-icon{
      display: flex;
    }
    .nav-container{
      width: 100%;
      justify-content: space-between;
    }
    .logo{
      width: 121px;
    }
    .header-mobile-open{
      display: flex;
      flex-direction: column;
    }
    .Dot-Menu-Content li {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      box-shadow: none;
    }
    .Dot-Menu-Content li:not(:first-child) {
      background-color: white;
    }
    .dm-mannlif{
      background-repeat: no-repeat;
      background-image: url("Icons/Dot-Menu-Logos/mannlif_logo.svg");
      background-color: #F15431;
      background-position: center 18px;
    }
    .dm-gestgjafinn{
      background-repeat: no-repeat;
      background-image: url("Icons/Dot-Menu-Logos/gestgjafinn_logo.svg");
      background-position: center 21px;
    }
    .dm-gestgjafinn:hover{
      background-image: url("Icons/Dot-Menu-Logos/gestgjafinn_logo.svg");
      background-color: #06B3CB;
    }
    .dm-hus{
      background-repeat: no-repeat;
      background-image: url("Icons/Dot-Menu-Logos/hus_logo.svg");
      background-position: center 16px;
    }
    .dm-hus:hover{
      background-image: url("Icons/Dot-Menu-Logos/hus_logo.svg");
      background-color: #000;
    }
    .dm-vikan{
      background-repeat: no-repeat;
      background-image: url("Icons/Dot-Menu-Logos/Vikan_logo.svg");
      background-position: center 21px;
    }
    .dm-vikan:hover{
      background-image: url("Icons/Dot-Menu-Logos/vikan_logo.svg");
      background-color: #A6D646;
    }
    .dm-albumm{
      background-repeat: no-repeat;
      background-image: url("Icons/Dot-Menu-Logos/albumm_logo.svg");
      background-position: center 19px;
    }
    .dm-albumm:hover{
      background-image: url("Icons/Dot-Menu-Logos/albumm_logo.svg");
      background-color: #A6D646;
    }
}













