@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@500;700&family=Montserrat&display=swap");
@font-face {
  font-family: sk-modernist;
  src: url(/fonts/Sk-Modernist-Regular.otf);
}

@font-face {
  font-family: centrano2;
  src: url(/fonts/CentraNo2-Black.ttf);
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #fef6dc;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #000000;
  /* color: rgb(129, 18, 18); */
}

h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 55px;
  margin: 5px;
}

h2 {
  font-size: 20px;
}

a,
p,
ul {
  font-family: adobe-garamond-pro, serif;
  font-size: 20px;
  font-weight: lighter;
  /* color: rgb(129, 18, 18); */
  color: #000000;
  letter-spacing: 0.5px;
  text-align: left;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}

#h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  color: #000000;
  font-size: 2em;
  margin: 50px;
}

@media (max-width: 700px) {
  #h1 {
    display: none;
  }
  header nav ul {
    margin: 40px 10px;
  }
}

.hide {
  display: none;
  transition: 5s ease-out;
}

.kategori {
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
  margin: 6vh 0;
}

.underkategorier {
  font-size: 17px;
  text-decoration: underline;
}

.grey-text {
  /* opacity: 0.5; */
  color: #a4ba7f;
}

.menu_tider {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: "sk-modernist";
  margin-bottom: 10vh;
}

#menu p {
  font-size: 15px;
}
#bestil {
  background: #0a5700;
  padding: 10px 20px;
  color: #fef6dc;
  border-radius: 55px;
}

#bestil:hover {
  background: #046e29;
}

.grid_1fr-1fr-1fr img:hover {
  z-index: 1;
}
.grid_1fr-1fr-1fr-1fr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 15vw;
}

.footer_icons {
  display: grid;
  grid-auto-flow: row;
  justify-items: center;
}
.footer_icons p {
  font-size: 13px;
}
.footer_icons a {
  font-size: 13px;
}

.footer_icons img {
  width: 8%;
}

footer {
  background-color: rgb(212, 196, 173);
  padding: 40px 100px;
}

#about img {
  width: 4%;
  aspect-ratio: 1/1;
}

@media (max-width: 900px) {
  footer {
    padding: 20px 10px;
  }
}

@media (max-width: 1200px) {
  .grid_1fr-1fr-1fr-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 5vw;
  }
}

.description p {
  text-align: center;
}

.description h2 {
  font-size: 21px;
}

/* Contact side */
#contact_felt {
  margin: 25vh 25vw;
}

@media (max-width: 750px) {
  #contact_felt {
    margin: 25vh 10vw;
  }
}

#contact_text p,
h1 {
  text-align: center;
}

#contact_text p {
  font-size: calc(12px + 5 * ((100vw - 400px) / 800));
}
#contact_text h1 {
  font-size: calc(25px + 5 * ((100vw - 400px) / 800));
}

div.formfield {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
}

form div label {
  font-family: dosis;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(12px + 5 * ((100vw - 400px) / 800));
  line-height: 55px;
  letter-spacing: 0.7px;
  color:#000000;
}

input {
  font-size: 20px;
}

div form button {
  width: 150px;
  height: 50px;
  margin-top: 20px;
  background-color: #d3c4ad;
  color:#000000;
  border-radius: 15px;
  font-family: dosis;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(12px + 5 * ((100vw - 400px) / 800));
  letter-spacing: 0.7px;
}

div div form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Om os */
#play {
  background-image: url("/t5/redesign/img/play-icon.png");
}
#stop {
  background-image: url("/t5/redesign/img/stop_btn.png");
}

#intro_section_about {
  margin: 25vh 20vw 10vh 20vw;
}

@media (max-width: 750px) {
  #intro_section_about {
    margin: 25vh 10vw 10vh 10vw;
  }
}

#intro_section_about p {
  text-align: center;
}

#intro_section_about video {
  max-width: 100%;
  margin-top: 10vh;
}

.description img {
  max-width: 100%;
  margin-top: 15vh;
}

#about-us {
  column-count: 2;
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 10vh;
}

#about-us p {
  font-size: 14px;
  text-align: left;
}

#play,
#stop {
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d3c4ad;
  width: 6%;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: 1px solid black;
  padding: 3px;
  border-radius: 5px;
}
#controls {
  display: flex;
}

/* Down facing arrow */

html body [data-ca3_iconfont="ETmodules"]::before {
  font-family: "ETmodules";
}
[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(/t5/redesign/img/pilned.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #0a5700;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
