@font-face {
  font-family: "SegoePrint";
  src: url("../SegoePrintV1.woff") format('woff');
}

@keyframes floating {
  0%{
    margin-left: 20%;
  }
  50%{
    margin-left: 20.1%;
    margin-bottom: -2px;
  }
  100%{
    margin-left: 20%;
    margin-bottom: 0;
  }
}

@keyframes bloat{
  0%{
    transform: scale(1);
    filter: brightness(1);
  }
  50%{
    transform: scale(1.02);
    filter: brightness(1.1);

  }
  100%{
    transform: scale(1);
    filter: brightness(1);
  }
}


body {
  overflow-y: hidden;
  font: SegoePrint 16px/20px, Georgia, serif;
  color: #4A7487;
}
img{
  max-width: 100%;
}

  #play {
    padding-top: 3%;
    width: 10%;
        position: fixed;
        padding-left: 88%;
        z-index: 99999;
         display: none;
}
#play:hover {
    cursor:pointer;
}

#pause {
  Padding-left: 10%;
     padding-top: 3%;
    width: 10%;
        position: fixed;
        padding-left: 88%;
        z-index: 99999;
    display: none;
}

#pause:hover {
    cursor: pointer;
}
#credit {
  display: none;
}

* {
  margin: 0;
}

h1 {
  font-family: Cabin Sketch;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#forsidetitel {
  display: none;
}

h2 {
  font-family: Ranga;
  padding-bottom: 2%;
}

.wrapper {
  position: relative;
  max-height: 100%;
}

/* Skjul scrollbar*/


/* Skjul overskrifter */
.headline {
  padding-top: 50%;
}
.checkpoint{
  position: sticky;
  width: 5px;
  height: 5px;

}
/* baggrundsbillede */
.desktop-background-vid {
  display: none;
}

/*logo*/
.brand {
  position: absolute;
  width: 50%;
  left: 25%;
  z-index: 9999
}


/*pil på forsiden*/
.swipe {
  position: sticky;
  margin-left: 85%;
  top: 50%;
}

/*main element*/
.all-content {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  max-height: 100vh;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

/* de enkelte articles */
.content {
  max-height: 100vh;
  min-width: 100%;
  background: url('../images/mobile-cinemagraph-ship.jpg') no-repeat;
  background-size: cover;
  overflow-y: hidden;
}

.content2 {
  max-height: 100vh;
  min-width: 100%;
  background: url('../images/mobile-cinemagraph-water-reversed.jpg') no-repeat;
  background-size: cover;
  overflow-y: hidden;
}

#cafe2, #kutterlife2 {
  display: none;
}

#about2, #cafe, #kutterlife3 {
  background: url('../images/mobile-cinemagraph-water.jpg') no-repeat;
  background-size: cover;
}

/* forside baggrund mobil */
#ship-mobile {
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* stor videoholder */
.video-big {
  margin-top: 70%;
  margin-left: 0;
  width: 100%;
  z-index: 2;
}

.video-medium {
  margin-top: 70%;
  margin-left: 0;
  width: 100%;
  z-index: 2;
}

.video-medium video, .video-small video {
  max-width: 100%;
  box-sizing: border-box;
  border: 2px solid #8B4D48;
}

.video-small{
  display: none;
}

/* Videoer */
.video-big video {
  width: 98%;
  margin-left: 1%;
  height: auto;
  box-sizing: border-box;
  border: 2px solid #8B4D48;
}

#intro-video {
  margin-top: -70%;
}

/* Tekst felterne */
.text-field-mobile {
  margin-top: 52%;
  margin-left: 4%;
  width: 90%;
  height: 45%;
  overflow-y: scroll;
  background: rgba(254, 252, 235, 0.5);
  font-family: SegoePrint;
  z-index: 999;
  border: 2px solid #8B4D48;
}
#ordbog-desk{
  overflow: auto;
}
#gps-img2{
  margin-top: 2%;
  height: 50%;

}
.text-field-desktop {
  display: none;
  font-family: SegoePrint;
}
.text-field-desktop::-webkit-scrollbar, .text-field-mobile::-webkit-scrollbar {
  display: none;
}
/* Padding på tekstfelterne */
#history, #history-desk, #kutter, #kutter-desk, #ordbog, #cafetekst {
  padding: 1%;
}
#ordbog-desk h2{
  padding-left: 1%;
}

/* Café */

.varer {
  margin-top: 50%;
  margin-left: 8%;
}

#is, #kaffe, #saft {
  width: 20%;
  margin-left: 7%;
}

#kaffe {
  margin-bottom: -10%;
}

#is {
  margin-bottom: 8%;
}

#isinfo, #kaffeinfo, #saftinfo{
  display: none;
  padding: 2%;
  width: 80%;
  height: 60%;
  margin: 20% 8% 0 8%;
  background: #FEFefe;
  font-family: Segoe Print;
  overflow: auto;
  border: 1px solid #8B4D48;
}

.vareinfo{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* The Close Button */
.close-btn {
  cursor: pointer;
  float: right;
}
.video-close-btn {
  cursor: pointer;
  float: right;
  margin: 2% 2% 0 0;
  filter: brightness(200%);
}
.stop-btn{
  cursor: pointer;
  float: right;
  z-index: 9999999999999999;
}


/* tabel */
table {
  border-collapse: collapse;
  width: 100%;
    font-family: SegoePrint;
}

th {
  text-align: center;
  border-collapse: collapse;
  width: 50%;
}

td {
  text-align: left;
  padding: 15px;
}

tr {
  width: 46%;
  margin: 2%;
}
/* Hver anden tabelrækkes baggrundsfarver */
tr:nth-child(even) {
  background-color: rgba(254, 252, 235, 0.5);
}
tr:nth-child(odd) {
  background-color: rgba(139, 77, 72, 0.5);
}

/* Navigation */
.nav {
  display: none;
  z-index: 10;
}

.nav img {
  max-width: 90%;
}
.nav-icon{
  animation-name: bloat;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.mobile-nav {
  padding-top: 10px;
  text-align: center;
  background-image: url(../images/red-bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  z-index: 9;
  bottom: -200px;
  left: 40%;
  width: 20%;
}

.mobile-nav img {
  max-width: 90%;
}

#menu, #mobile-menu {
  width: 100%;
  padding: 10% 0 0 0;
  text-align: center;
}

#menu li, #mobile-menu li, #menu a, #mobile-menu a {
  list-style: none;
  text-decoration: none;
  color: white;
  font-family: Ranga;
  font-size: 1.2em;
}
.desktop-vplayer{
  display: none;
  z-index: 99999999999999999999999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

@media screen and (min-width:480px){

}


@media screen and (min-width:760px){
  /* Video-popup */
.vid-btn{
  cursor: pointer;

}
     #play {
    padding-top: 1%;
    width: 3%;
        position: fixed;
        padding-left: 94%;
        z-index: 99999;
         display: none;
}

#pause {
  Padding-left: 10%;
     padding-top: 1%;
    width: 3%;
        position: fixed;
        padding-left: 94%;
        z-index: 99999;
    display: block;
}
.videoholder{
  width: 70%;
  margin: 5% 0 0 15%;
  /*border-radius: 100%;
  overflow: hidden;*/
}
.videoholder video{
  max-width: 100%;
}

  /* navigation */
  .mobile-nav {
    display: none;
  }

  .nav {
    position: fixed;
    padding-top: 10px;
    text-align: center;
    display: block;
    background-image: url(../images/red-bar.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -130px;
    left: 85%;
    width: 8%;
    transition: all 0.5s;
  }

  .nav:hover {
    cursor: pointer;
    bottom: 0;
  }
  .text-field-desktop::-webkit-scrollbar{
    display: block;
  }
  /* Scrollbar styling */
    ::-webkit-scrollbar{
        height: 8px;
        width: 8px;
        background: rgba(37, 54, 140, 0.5);
        opacity: 0.1;
    }
  ::-webkit-scrollbar-button{
    background: rgba(0,0,0,0.1);
  }
    ::-webkit-scrollbar-track {

        border-radius: 3px;
        background: rgba(0,0,0,0.1);
    }
  ::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,0.1);
  }
    ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 6px rgba(139, 77, 73, 0.5);
        background: rgba(139, 77, 73, 0.9);
      }
    ::-webkit-scrollbar-corner{
      background: rgba(0,0,0,0.1);
    }
    ::-webkit-resizer{
      background: rgba(0,0,0,0.1);

    }


}

/* Siden på skærme større end 1000px */
@media screen and (min-width:1000px) {
  h1{
    z-index: 0;
  }
  .brand img{
    z-index: 10;
  }
  .headline {
    position: absolute;
    font-size: 4em;
    padding: 0;
    top: 5%;
  }
  .desktop-text-field img{
    max-width: 100%;
  }


  /* baggrunde */
  .desktop-background-vid {
    position: absolute;
    top: 0;
    display: block;
    max-width: 100vw;
    z-index: -1;
  }
  #about2, #cafe, #kutterlife, #where-is-sokrates, #kutterlife3 {
    background: url('../video/cinemagraph-water-compressed.mp4') no-repeat;
    background-size: cover;
  }

  /* Roter hver anden baggrundsvideo */
  #water-desktop2, #water-desktop5, #water-desktop7, #water-desktop9 {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
    -moz-transform: rotateY(180deg);
    /* Firefox */
  }

  /* Væk med "about2" og "cafe2"*/
  #about2, #kutterlife {
    display: none;
  }

  .brand {
    width: 10%;
    left: 1%;
    z-index: 1;
  }

  h2 {
    font-size: 2em;
  }

  .swipe {
    display: none;
  }



  #ship {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
  }

  video {
    width: 100vw;
  }

/* sections and articles */
  .content, .content2 {
    background: none;
  }
  .all-content {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 100vh;
    scroll-behavior: smooth;
  }
  .flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    flex-wrap: nowrap;
  }

  .text-field-mobile {
    display: none;
  }
  .text-field-desktop {
    display: block;
    margin: 11% 0 0 0;
    height: 50%;
    z-index: 9;
    border: 2px solid #8B4D48;
    background: rgba(254, 252, 235, 0.5);
  }

  #kutter-desk {
  position: absolute;
  padding: 1%;
  width: 25%;
  top: 0;
  left: 65%;
  font-family: Segoe Print;
  overflow: auto;
  }


  .galleri {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  z-index: 2;
  top: 0%;
  left: 0;
    }

    /* Slideshow container */
.slideshow-container {
   max-width: 45%;
    margin-left: 10%;
        margin-top: 11%;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(254, 252, 235, 0.5);
  border-radius: 50%;
    border: 2px solid #8B4D48;
  display: inline-block;
  transition: background-color 0.6s ease;

}

    #prikker {text-align: center;
   max-width: 45%;
        margin-left: 10%;}

.active {
  background-color: #FEFCEB;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




  #history-desk {
    font-family: SegoePrint;
    line-height: 20px;
    flex-basis: 40%;
    overflow: auto;
  }
  #ordbog-desk{
    width: 60%;
    margin-left: 20%;
    overflow: auto;
  }

  #gps-img{
    width: 40%;
    margin-left: 30%;
    height: auto;
  }
  #gps-img p{
    padding-left: 1%;
    font-size: 1.1em;
  }

  #gps-img img{
    width: 100%;
    height: auto;
  }

    #cafetekst {position: relative;
  width: 30%;
  height: auto;
  left: 52%;
  font-family: Segoe Print;
  overflow: auto;}

  .varer {
    position: absolute;
    width: 30%;
    bottom: 7%;
    padding-left:35%;
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  #isinfo, #kaffeinfo, #saftinfo{
    overflow: auto;
    display: none;
    padding: 2%;
    width: 30%;

    background: rgba(254, 254, 254, 0.75);
    font-family: Segoe Print;


  }

  .vareinfo{
    width: 30%;
    height: auto;
    position: relative;
    top: -15%;
    left: 50%;
    display: block;
    background: none;
  }
/* Knapper til produkter */
  #is, #kaffe, #saft {
    width: 20%;
    margin-left: 7%;
  }

  #kaffe {
    margin-bottom: -2%;
  }

  #is {
    margin-bottom: 7%;
  }
  #saft{
    margin-bottom: 6%;
    transform: rotate(12deg);
  }
  #cafe2, #kutterlife2 {
    display: block;
    z-index: 0;
  }
  /* videoindstillinger */
  .video-flex {
    flex-basis: 38%;
  }
  .video-big {
    position: absolute;
    max-width: 50%;
    z-index: 9;
    bottom: 20%;
    margin-left: 25%;
  }
  .video-medium {
    margin-top: 29%;
  }
  .video-medium video {
    max-width: 100%;
  }
.video-small{
  display: block;
  position: absolute;
  width: 32%;
  z-index: 9;
  top: 40%;
  margin-left: 12%;
}
.video-small video {
  max-width: 100%;
}
.video-group{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  z-index: 2;
  top: 0%;
  left: 0;
}
.video-group video{
  max-width: 100%;
  border: 2px solid #8B4D48;
}

/* café side med 3 videoer og tekst */
#stories-headline{
  width: 25%;
  position: relative;
  top: 50%;
  left: 37%;
  font-size: 2.5em;
}
#mood-desk{
  position: absolute;
  padding: 1%;
  width: 20%;
  top: 0;
  left: 70%;
  font-family: Segoe Print;
  overflow: auto;
}
#story1{
  position: absolute;
  width: 20%;
  top: 10%;
  left:40%;

}
#story2{
position: absolute;
width: 20%;
top: 35%;
left:15%;
}
#story3{
  position: sticky;
  width: 20%;
  top: 60%;
  left:40%;
}

    .some {
        position: absolute;
        width: 14%;
        display: flex;
        margin-left: 23%;
        margin-top: 40%;
        z-index: 2;
    }

    #instagram {
        width: 42%;
        margin-left: 20%;
    }

    .some:hover {
        cursor:pointer;
    }

}
@media screen and (min-width:1440px){}
