@charset "UTF-8";
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;
  -webkit-text-size-adjust: 100%;}

  * {-webkit-font-smoothing: antialiased;}


  @font-face {
  	font-family: "TiseDiatype";
  	src: url("../fnt/TiseDiatype-Regular.woff2") format("woff2");
  	font-weight: 300;
    font-style: normal;
  }
  @font-face {
  	font-family: "TiseDiatype";
  	src: url("../fnt/TiseDiatype-Medium.woff2") format("woff2");
  	font-weight: 500;
    font-style: normal;
  }
  @font-face {
  	font-family: "TiseDiatype";
  	src: url("../fnt/TiseDiatype-Bold.woff2") format("woff2");
  	font-weight: 700;
    font-style: normal;
  }



  ::selection {
  background: #FF8F77;
  color: #11201C;
  }
  ::-moz-selection {
  background: #FF8F77;
  color: #11201C;
  }

body {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background: #11201C;
  font-family: "TiseDiatype", sans-serif;
  color: #FFECE8;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
h1, h2, h3, h4 {
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  display: block; }
h1{
  font-size: 72px;
  line-height: 82px;
  margin-bottom: 28px;
}
h2{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 18px;
}
h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 801px) {
h1{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
h2 {
  font-size: 22px;
  line-height: 30px;
}
h3 {
  font-size: 22px;
  line-height: 30px;
}}


p {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 300;
  opacity: 1;
}
.smallp{
  font-size:16px;
  line-height: 1.5;
}

@media only screen and (max-width: 801px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }}
  .imagetext{
    opacity: 0.7;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
    margin-bottom: 0;
    /* white-space: nowrap; */
    min-width: 242px;
  }

.bold{
  font-weight: 700;
}

a {
  font-family: "TiseDiatype", sans-serif;
  color: #FFECE8;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;}
a:hover {
  text-decoration: underline;
}

ion-icon {
  font-size: 26px;
  vertical-align: bottom
}
@media only screen and (max-width: 801px) {
ion-icon {
  font-size: 24px;
}}
ul {
  list-style-type: none;
}



.usertags{
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
}
.usertag{
  display: flex;
  border: 1.5px solid #FFECE8;
  border-radius: 100px;
  padding: 5px 25px 5px 5px;
  column-gap: 12px;
  width: fit-content;
  margin-bottom: 20px;
  align-items: center;
}
.usertag:hover{
  background: #FFECE8;
  color: #11201c;
  text-decoration: none;
}
.usertag img{
  width: 32px;
  height: 32px;
}
.usertag p{
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width: 801px) {
  .usertag{
    padding: 5px 25px 5px 5px;
  }
  .usertag p{
    font-size: 18px;
  }
  .usertag img{
    width: 28px;
    height: 28px;
  }
}





.topvideo{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #173229;
  padding: 28px;
  box-sizing: border-box;
}
@media only screen and (max-width: 801px) {
  .topvideo{
    padding: 8px;
  }
}

.topvideo video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media only screen and (max-width: 801px) {
  .topvideo video{
    transform: scale(1);
  }
}



.header{
  padding-top: 40px;
  border-radius: 12px;
  margin-top: 28px;
  z-index: 2000;
  position: absolute;
  width: calc(100% - 56px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:0px;
  height: 300px;
  text-align: center;

  background: #11201C;
  background: linear-gradient(180deg, rgba(17, 32, 28, 1) 0%, rgba(17, 32, 28, 0) 100%);
  /* background: #173229;
  background: linear-gradient(180deg,rgba(23, 50, 41, 1) 0%, rgba(23, 50, 41, 0) 100%); */
}
.header h2{
  margin: 32px 0 8px 0;
}
@media only screen and (max-width: 801px) {
  .header{
    width: calc(100% - 16px);
    margin-top: 8px;
  }
}

.logo {

}
.logo img{
  width: 60px;
}

.logo a{
  display: block;
}




.big-wrapper{
  background: #173229;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  margin: auto;
  overflow: visible;
}



  .wrapper{
    clear: both;
    text-align: left;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 200px 70px 200px 70px;
    width: 100%;
    box-sizing: border-box;
  }


@media only screen and (max-width: 801px) {
.wrapper{
  padding: 130px 5.5% 130px 5.5%;
}}

#arets-vinnere{
  background: #173229;
  color: #FFECE8;
  padding-bottom: 0;
}
@media only screen and (max-width: 801px) {
  #arets-vinnere{
    padding-bottom: 0;
  }
}
#om{
  background: #FFECE8;
  color:#11201C;
}

.max900{
  text-align: left;
  width: 100%;
}

.categorygrid h2{
  font-weight: 300;
}

.categorygrid{
  display: flex;
  flex-direction: row;
  column-gap:70px;
  padding-top: 70px;
  margin-top: 140px;
}
.categorygridleft{
  flex-direction: row-reverse;
}
.categorygrid1, .categorygrid2{
  width: 50%;
}
@media only screen and (max-width: 1009px) {
  .categorygrid{
    flex-direction: column;
    margin-top: 70px;
  }
  .categorygrid1, .categorygrid2{
    width: 100%;
  }
  .categorygrid2{
    margin-top: 20px;
  }
}
.categorygrid2 img{
  width: 100%;
  border-radius: 12px;
  display: block;
}







/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: none;
  cursor: pointer;
  padding: 0px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  color:#ffece8;
  font-size: 22px;
  border-radius: 12px;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 801px) {
  .accordion {
    font-size: 18px;
  }
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background: none;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: '+';
  display: inline-block;
  font-size: 16px;
  color: white;
  border: 2px solid #ffece8;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: right;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.active:after {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
  transform: rotate(180deg); /* <- rotasjon ved aktiv tilstand */
}








.flexbox{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 52px;
  box-sizing: border-box;
}
button{
  font-family: "TiseDiatype", sans-serif;
  background: #FF8F77;
  color: #11201C;
  padding: 18px 30px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 40px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
button:hover{
  background: #FFECE8;
}
.flexbox a{
  text-decoration: none;
}

.texticon{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.texticon p{
  margin: 0 0 0 18px;
}










.finalist{
  border-top: 1px solid #2E473E;
  margin-bottom: 0;
  opacity: 0.7;
  font-size: 18px;
  line-height: 26px;
  padding: 8px 0;
  transition: 0.2s;
}

/* .finalist:hover{
  background: #2E473E;
  padding-left: 16px;
  padding-right: 16px;
  opacity: 1;
} */

.finmote{
  padding: 16px 0;
}






.votebox{
  width: 900px;
}

@media only screen and (max-width: 900px) {
.votebox{
  width: 340px;
}
}

#sponsors{
  text-align: center;
}

.brands{
  float: left;
}
.brand{
  width: 50%;
  height: 120px;
  float: left;
  display: flex;
  align-items: center;
}
.brand img{
  width: 50%;
}
@media only screen and (max-width: 801px) {
  .brand{
    width: 50%;
    height: 100px;
}
.brand img{
  width: 80%;
}}
.uppercase{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.5;
}

.lottie-container{
  width: 500px;
  height: 100%;
  box-sizing: border-box;
}
#lottie3{

}



@media only screen and (max-width: 801px) {
.lottie-container{
  width: 300px;
}}


.categorymenu{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
  flex-direction: row;
}
.categorymenu a{
  text-decoration: none;
}
.categorymenu button{
  background-color: #204639;
  padding: 12px 16px;
  margin-bottom: 0;
  border-radius: 12px;
  font-weight: 500;
  transition: 0.3s;
  color: #FFECE8;
}
.categorymenu button:hover{
  background-color: #275445;
  /* color: #173229; */
}


.categorytext{
  text-align: center;
}
@media only screen and (max-width: 801px) {
  .categorytext {

  }
}














/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 20px 22px 22px 22px; /* Some padding */
  border: none; /* Gray border */
  border-radius: 12px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  background-color: #11201C;
  font-family: "TiseDiatype", sans-serif;
  font-size: 16px;
  color: #FFECE8;
}
textarea:focus{
  outline: 2px solid #FF8F77;     /* oranges! yey */
}
input[type=text]:focus{
  outline: 2px solid #FF8F77;     /* oranges! yey */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  font-family: "TiseDiatype", sans-serif;
  background-color: #FF8F77;
  color: #11201C;
  padding: 20px 20px 20px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  width: 100%;
  margin-top: 20px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #FFECE8;
}

/* Add a background color and some padding around the form */
.container {
  text-align: left;
}
.container label{
  color: #FFECE8;
  opacity: 0.5;
}
.container h2{
  padding-bottom: 0px;
}
/* #arets-moteprofil{
  padding-top: 70px;
} */
#category{
  color: #FFECE8;
}

#footer{
  text-align: center;
  height: 600px;
  background-color: #11201C;
  margin: 200px 70px 70px 70px;
  border-radius: 12px;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}

#footer video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-links{
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 801px) {
  #footer{
    margin: 130px 5.5% 5.5% 5.5%;
  }
}
#footer a{
  color: #FFECE8;
  text-decoration: none;
}
#footer li{
  line-height: 30px;
}
.footerlogo{
  margin-bottom: 20px;
}





.gallery-title{
  padding: 0 70px;
}
@media only screen and (max-width: 801px) {
  .gallery-title{
    padding: 0 5.5%;
  }
}


.gallery{
    margin: auto;
    display: flex;
    overflow-x: scroll;
    padding: 0px 70px 0px 70px;
    width: 100%;
    box-sizing: border-box;
}
.gallery div{
    display: inline-flex;
    column-gap: 48px;
    margin: 0 0;
}

.gallery div img {
    /* width: 520px; */
    height: 600px;
    border-radius: 12px;
    display: block;
}

.gallery::-webkit-scrollbar {
    display: none;
}

.gallerynav{
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
  margin: 10px 70px 0 70px;
}
@media only screen and (max-width: 801px) {
  .gallery{
      padding: 0px 5.5% 0px 5.5%;
  }
  .gallery div{
      column-gap: 20px;
  }
  .gallery div img {
      /* width: 400px; */
      height: 430px;
      border-radius: 12px;
  }
.gallerynav{
  display: none;
}}

#backBtn, #nextBtn {
    width: 50px;
    cursor: pointer;
}

#jury{
  padding-bottom: 0;
}

#jury h2{
  width: 100%;
}

.jurymedlemmer{
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 4%;
  width: 100%;
}

.jurymedlem{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%;
}

.jurymedlem img{
  border-radius: 400px;
  width: 160px;
  margin-bottom: 20px;
}

.jurymedlem h3, .jurymedlem p{
  text-align: center;
}

.jurymedlem h3{
  margin-bottom: 0px;
  font-weight: 500;
}

.jurymedlem p{
  opacity: 0.5;
}

@media only screen and (max-width: 801px) {
  .jurymedlemmer{
    row-gap: 0px;
    column-gap: 4%;
  }

  .jurymedlem{
    width: 46%;
  }
  .jurymedlem img{
    width: 90px;
    margin-bottom: 20px;
  }
}










.lazy-img {
    opacity: 0;
    transition: opacity 0.6s ease;
  }

  .lazy-img.loaded {
    opacity: 1;
  }








#sponsnxtyr{
  padding: 200px 70px 0px 70px;
  text-align: center;
}
@media only screen and (max-width: 801px) {
  #sponsnxtyr{
  padding: 130px 5.5% 0px 5.5%
  }
}
