@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
.valdis {
    background-color:white;
    position:fixed;
    top: 0; /*LÆSA DÍSU Á TOPPINN */
    left:50%;
    transform: translate(-50%);
    z-index: 1000; /*Hafa Valdísi fremsta af öllu */
    width: 90%; /* BREYTA FYRIR BREIDD */
    max-width:1600px;
    font-family: 'Roboto', sans-serif;
}
.linkur {
    float:left;
    display: block;
    color: #333;
    text-align: center;
    padding: 30px 30px;
    text-decoration: none;
    font-size: 16px;
    cursor:pointer;
    list-style: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
} 
.linkur:hover {
  color:var(--fmn);
  cursor: pointer;
}
.utskra {float:right;}
.utskra:hover {
  color:rgba(200,0,0,0.7)!important;
}
.linkur-valinn{
  color:var(--fmn);
}
.fellaragluggi {
    float:left;
}
.fellilisti {
  display: none;
  overflow: hidden; /*Laga scroll gaura in internet explorer */
  -webkit-overflow-scrolling: touch;
  position: absolute;
  background: white;
  min-width: 160px;
  z-index: 1;
  margin-top:60px;
}
.felli-syna {
  display:block;
}
.fellilinkur {
  color: black;
  font-size: 14px;
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.fellilinkur:hover {
  color:var(--fmn);
}
.valdis .hamborgari {
    display: none;
}
.headermynd {
  width: 180px; 
  float:left;
  padding:10px;
  cursor: pointer;
}
.headermynd:hover{
  opacity: 0.9;
}
.valdisfelalinka{
  display:none;
}
.valdissynahamborgara{
  float: right;
    display: block !important;
    color: #333;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 18px;
    cursor:pointer;
}
/*.valdis li {
  list-style: none;
}*/
@media screen and (max-width: 880px) {
  .valdis {width:100%; margin-left:0;}
  .valdis a.linkur {display: none;}
  .valdis a.hamborgari {
    float: right;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor:pointer;
    margin-top:20px;
    margin-right: 20px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }
  .valdis.responsive {position: fixed;}
  .valdis.responsive a.hamborgari {
    position: absolute;
    right: 0;
    top: 0;
  }
  .valdis.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.valdis.responsive .fellaragluggi {
    float: none;
    display: block;
    text-align: left;
  }
 .valdis.responsive .fellilisti {
    position: relative;
    box-shadow: none;
    margin-top:0;
  }
  .headermynd {float:none;}
  .utskra {float:left;}
  .fellilisti {background: rgba(248,248,248,.2);}
  .fellaragluggi {display: none;}
  .fellilinkur {padding: 12px 16px 12px 40px;}
}