@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;
  }
:root{
--regular-border-radius: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  :root{
  --regular-border-radius: 12px;
  }
}

  ::selection {
  background: #FF8F77;
  color: #11201C;
  }
  ::-moz-selection {
  background: #FF8F77;
  color: #11201C;
  }
  html {
      scroll-behavior: smooth;
  }
  #stem, #jury, #om{
    scroll-margin-top: 40px;
  }
body {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "TiseDiatype", sans-serif;
  color: #173229;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFECE8;
}
@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: 52px;
  line-height: 1.1;
  margin-bottom: 40px;
}
h2{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 18px;
}
h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 30px;
}
h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
h1{
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-size: 22px;
  line-height: 30px;
}
h3 {
  font-size: 22px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
}}


p {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 300;
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }}
.medium-p{
  font-size: 18px;
  line-height: 1.3;
}
.smallp {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}
.bold{
  font-weight: 700;
}

a {
  font-family: "TiseDiatype", sans-serif;
  color: #173229;
  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;
}

.wrapper-padding{
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
  /* animation: wrapperLoad 1s cubic-bezier(0.65, 0, 0.35, 1) 3s forwards; */
}

/* @keyframes wrapperLoad {
  from {
    padding: 0;
  }
  to {
    padding: 20px;
  }
} */

@media only screen and (max-width: 1920px) {
.wrapper-padding{
  height: 100vh;
  /* background: #fff; */
  /* background: #FF8F77; */
  /* background: #173229; */
  background: #FFECE8;
}}
@media only screen and (max-width: 801px) {
  .wrapper-padding{
    /* animation: wrapperLoad 1s cubic-bezier(0.65, 0, 0.35, 1) 3s forwards; */
    padding: 8px;
  }

  /* @keyframes wrapperLoad {
    from {
      padding: 0;
    }
    to {
      padding: 8px;
    }
  }*/
}


.topvideo{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: var(--regular-border-radius);
  /* animation: borderRadius 1s cubic-bezier(0.65, 0, 0.35, 1) 3s forwards; */
}
/* @keyframes borderRadius {
  from {
    border-radius: 0;
  }
  to {
    border-radius: var(--regular-border-radius);
  }
} */

.topvideo video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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


.topcontent{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 32px;
  box-sizing: border-box;
  z-index: 1;
}
.flexbox{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.flexbox a{
  color: #fff;
}
.header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:30px;
  max-width: 380px;
  text-align: center;
}
@media only screen and (max-width: 801px) {

}

.header h2, .header p{
  margin-bottom: 0;
}
.logo {

}
.logo img{
  width: 60px;
}

.logo a{
  display: block;
}




.big-wrapper{
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  margin: auto;
  overflow: visible;
  gap: 200px;
}
@media only screen and (max-width: 801px) {
  .big-wrapper{
    gap:130px;
  }
}


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


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







#stem{
  /* background: #FFECE8; */
  padding-bottom:0;
}




.votebox{
  height: 80vh;
}
.innibox{
  height: 100%;
  /* border-radius: var(--regular-border-radius);
  overflow: hidden; */
}











.divider-pink{
  height: 8px;
  margin: 100px 0;
  background: #173229;
}


#nominer{
  scroll-margin-top: 500px;
  /* padding-top: 80px; */
}
@media only screen and (max-width: 1120px) {
  #nominer{
    padding-top: 80px;
  }
  .divider-pink{
    display: none;
  }
}
#om{
  /* background: #FFECE8; */
  /* color:#11201C; */
  gap: 100px;
  flex-direction: row;
  align-items: flex-start;
}

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

button{
  font-family: "TiseDiatype", sans-serif;
  background: #FF8F77;
  color: #173229;
  padding: 20px 20px;
  max-height: 52px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 16px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
button:hover{
  filter: brightness(1.1);
}
button:active{
  transform: scale(0.95);
}
.flexbox a{
  text-decoration: none;
}

.generalbutton{
  transition: all 0.2s ease;
}
.generalbutton:hover{
  filter: brightness(1.4);
}
.generalbutton:active{
  transform: scale(0.95);
}
.generalbutton:focus{
  filter: brightness(0.8);
}















.bottom-half{
  /* color: #FFECE8; */
  /* color: #173229; */
  /* background: #FFECE8; */
}








#sponsors{
  text-align: center;
  padding-top: 0;
}

.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{
  padding: 12px 16px;
  margin-bottom: 0;
  font-size: 14px;
  /* border-radius: var(--regular-border-radius); */
  font-weight: 500;
  transition: 0.3s;
  background: #173229;
  color: #FFECE8;

}
.categorymenu button:hover{
  background-color: #275445;
}


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

  }
}
#andre-kategorier{
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 140px 0px 0 0px;
}




.internal{
  display: flex;
  gap: 100px;
  width: 100%;
}
.internalaward{
  background: #fff;
  border-radius: var(--regular-border-radius);
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.internalaward p{
  margin-bottom: 0;
  text-align: center;
}
.internalaward .uppercase {
    margin-bottom: 18px;
}





.internalaward img{
  margin: 0px 0 16px 0;
}

.internalaward a{
  color: #173229;
  text-decoration: underline;
  text-underline-offset: 4px; /* Øker avstanden */
}
.internalaward a:hover{
  /* color: #255243; */
  text-underline-offset: 6px; /* Øker avstanden */
}
@media only screen and (max-width: 1200px) {
  .internal{
    flex-direction: column;
    gap: 20px;
  }
  .internalaward{
    width: 100%;
  }
}

#arets-tiser{
  display: grid;
  color: #173229;
  background: none;
}
#arets-tiser video,
.at-content{
  grid-area: 1 / 1;
}
#arets-tiser video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.at-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* position: absolute;
  z-index: 10000;
  top:0;
  width: 100%;
  box-sizing: border-box; */
}
.at-content, .sc-content{
  padding: 60px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .at-content, .sc-content{
    padding: 50px 20px;
  }
}

#arets-sc-brand{
  background: #fff;
  color: #173229;
}
@media only screen and (max-width: 1200px) {
  #arets-sc-brand{
    min-height: auto;
    height: auto;
  }
}













/* 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: var(--regular-border-radius); /* 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: #fff;
  font-family: "TiseDiatype", sans-serif;
  font-size: 16px;
  color: #173229;
}
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: var(--regular-border-radius);
  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: #FFA28F;
}

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

#footer{
  text-align: center;
  height: 600px;
  background-color: #11201C;
  margin: 200px 0px 0px 0px;
  /* border-radius: var(--regular-border-radius); */
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  color: #173229;
}

#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 0 0 0;
  }
}
#footer a{
  color: #173229;
  text-decoration: none;
}
#footer li{
  line-height: 30px;
}
.footerlogo{
  margin-bottom: 20px;
}









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


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

.gallery div img {
    /* width: 520px; */
    height: 540px;
    border-radius: var(--regular-border-radius);
    display: block;
}

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

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

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

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

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

  .imagetext{
    opacity: 0.7;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
    margin-bottom: 0;
    /* white-space: nowrap; */
    min-width: 242px;
  }












#sendinn{
  position: sticky;
  bottom:40px;
}
@media only screen and (max-width: 801px) {
  #sendinn{
    bottom:16px;
  }
}


  .promovideo {
    /* position: relative; */
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    position: sticky;
    top: 40px;
    height: calc(100vh - 80px);
    border-radius: var(--regular-border-radius);
    background: #FFECE8;
  }
  #small-promovideo{
    display: none;
  }
  @media only screen and (min-width: 1920px) {
  .promovideo{
    height: auto;
  }}

  .promovideo video {
    /* position: absolute;
    inset: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@media only screen and (max-width: 1120px) {
  .promovideo {
    aspect-ratio: 4 / 5;
    position: static;
    top: 40px;
    height: auto;
  }
  #large-promovideo{
    display: none;
  }
  #small-promovideo{
    display: block;
  }
}
















#jury{
  padding-bottom: 0;
}

#jury h2{
  width: 100%;
}

.jurymedlemmer{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 4%;
  width: 100%;
}
@media only screen and (max-width: 925px) {
  .jurymedlemmer{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 619px) {
  .jurymedlemmer{
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0px;
    column-gap: 16px;
  }
}

.jurymedlem{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.circle-image{
  border-radius: 26px;
  background: #fff;
  width: 160px;
  aspect-ratio: 3 / 4;
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .circle-image{
    width: 100%;
    border-radius: 20px;
  }
}
.jurymedlem img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.jurymedlem p{
  opacity: 0.7;
}
