* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}

@font-face {
  src: url("../assets/Helvetica\ Neu\ Bold.ttf");
  font-family: HelveticaNeueBold;
}

@font-face {
  src: url("../assets/HelveticaNeue\ Thin.ttf");
  font-family: HelveticaNeueThin;
}

@font-face {
  src: url("../assets/Shopping Script.otf");
  font-family: ShoppingScript;
}

@font-face {
  src: url("../assets/printedmoments.ttf");
  font-family: PrintedMoments;
}

body {
  background: #ffffff;
  color: #282828;
  font-family: HelveticaNeueThin;
}

a {
  text-decoration: none;
}

.socialMedia,
.menuItems,
.galleriContainer {
  list-style-type: none !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.active {
  font-family: HelveticaNeueBold !important;
}

section {
  /* height: calc(100vh - 100px); */
  /* min-height: calc(100vh - 100px);
  width: 100vw;
  margin-top: 100px;
  overflow: hidden;
  overflow-y: scroll; */
  min-height: calc(100vh - 100px);
  width: 100%;
  margin-top: 65px;
  overflow: hidden;
  margin-right: -10px;
}

.hideElement {
  display: none !important;
}

#formfeedback {
  text-align: center;
}

img {
  pointer-events: none;
}

footer {
  width: 100%;
  height: 150px;
  background: #282828;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer div {
  display: flex;
}

footer .footerMenu {
  flex-wrap: wrap;
  padding: 0 35px;
  justify-content: center;
}

footer a {
  color: white;
  margin-top: 10px;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
}

footer a:last-of-type {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}

.couldnotfoundHeader {
  text-align: center;
  margin-top: 150px;
  font-size: 250px;
  color: #dcdcdc;
}

.couldnotfoundbody {
  text-align: center;
  color: #dcdcdc;
}


@media only screen and (min-width: 1040px) {
  section {
    margin-top: 100px;
  }
}

/*********************************************************************************************************/
/*              MENU              */
/*********************************************************************************************************/

.burger-menu {
  position: fixed;
  z-index: 100;
  top: 25px;
  left: 25px;
  width: 35px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  /* height: 40px; */
}

.burger-menu .bar {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  width: 100%;
  display: block;
  background-color: black;
}

.index_desktop_menu .bar {
  background-color: black;
}

.burger-menu .bar:nth-of-type(2) {
  margin: 8px 0;
}

.burger-menu--closed {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.burger-menu--closed .bar {
  float: right;
}

.burger-menu--closed .bar:nth-of-type(2) {
  width: 75%;
  -webkit-transition-property: margin, height, width;
  -o-transition-property: margin, height, width;
  transition-property: margin, height, width;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  -o-transition-delay: 0.3s, 0.3s, 0s;
  transition-delay: 0.3s, 0.3s, 0s;
}

.burger-menu--closed .bar:nth-of-type(3) {
  width: 50%;
}

.burger-menu--closed .bar:nth-of-type(2) {
  width: 100%;
}

.burger-menu--closed .bar:nth-of-type(3) {
  width: 100%;
}

.burger-menu--opened {
  padding-top: 12px;
  position: fixed;
}

.burger-menu--opened .bar {
  background-color: black;
}

.burger-menu--opened .bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  height: 1px;
}

.burger-menu--opened .bar:nth-of-type(2) {
  opacity: 0;
  height: 0;
  margin: -3px;
}

.burger-menu--opened .bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  height: 1px;
}

.openMenu {
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  background: white;
  z-index: 3;
  top: 0;
  left: 0;

  padding-top: 100px;
  color: black;
}

/* .openMenu .menuItems {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 45px;
  } */

.openMenu .menuItems {
  min-height: 350px;
  display: grid;

  max-width: 350px;
  margin: 0 auto;
  margin-top: 50px;
  /* display: flex; */
  justify-content: center;
  flex-direction: column;
  padding: 0 45px;
}

.openMenu .menuItems li {
  text-align: center;
  align-items: center;
  display: flex;
}

.openMenu .menuItems a {
  /* padding: 15px 0; */
  color: black;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: HelveticaNeueThin;
  /* padding-left: 40px; */
  position: relative;
  width: 100%;
}

/* .openMenu .menuItems a:before {
    content: "";
    height: 1px;
    top: 26px;
    width: 20px;
    position: absolute;
    background: black;
    left: 0;
  } */

.logo {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top: 7px;
}

.logo img {
  width: 170px;
}

.openMenu .socialMedia {
  width: 70px;
  font-size: 20px;
  
  margin: 0 auto;
  text-align: right;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  /* display: flex;
  justify-content: space-around;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  justify-content: center;
}

.openMenu .socialMedia {
  cursor: pointer;
}

.flag-dk {
  width: 20px;
  height: 20px;
  background-image: url(/assets/dk.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.flag-uk {
  width: 20px;
  height: 20px;
  background-image: url(/assets/uk.svg);
  background-size: contain;
  background-repeat: no-repeat;
}



button {
  width: 180px;
  height: 40px;
  background: #282828;
  color: white;
  border: none;
  margin-top: 25px;
  cursor: pointer;

  margin: 0 auto;
    margin-top: 20px;
    width: 100%;  
}

















.searchBox {
  min-width: 300px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  position: relative;
}

.searchBox input {
  background: none;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  text-indent: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  min-width: 300px;
  border-radius: 30px;
}

.searchBox div {
  display: flex;
  justify-content: flex-end;
  top: 7px;
  padding-right: 30px;
  min-width: 300px;
  position: absolute;
  z-index: -1;
}

.searchBox div img {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.25);
}

.active_menu {
  display: block !important;
}

.navigationBackground {
  height: 65px;
  width: 100vw;
  background: white;
  position: fixed;
  top: 0;
  z-index: 2;
  box-shadow: 3px 10px 30px -25px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 1040px) {
  .burger-menu {
    display: none;
  }

  .logo {
    width: 250px;
    margin-top: 25px;
  }

  .logo img {
    width: 220px;
    margin-left: 70px;
  }
  

  .navigationBackground {
    opacity: 0;
    height: 100px;
  }

  .openMenu {
    display: block;
    height: 100px;
    background: transparent;
    padding-top: 0px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  }

  .openMenu .menuItems {
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    position: fixed;
    flex-direction: row;
    margin-top: 0px;
    right: 0px;
    top: 45px;

    height: 30px;
    min-height: 30px;
    align-items: center;
    /* max-width: 700px; */
    max-width: 770px;
  }

  .openMenu .menuItems a {
    /* color: white; */
    color: black;
    font-size: 14px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 10px;
  }

  .openMenu .menuItems a:before {
    content: none;
  }

  .openMenu .socialMedia {
    position: fixed;
    /* right: 55px; */
    right: 62px;
    top: 20px;
    justify-content: end;
    font-size: 15px;
    grid-gap: 15px;
  }

  .flag-dk {
    width: 15px;
    height: 15px;
  }
  
  .flag-uk {
    width: 15px;
    height: 15px;
  }

  .openMenu .socialMedia a {
    /* color: white; */
    color: black;
  }

  .searchBox {
    display: none;
  }
}
