body, html {
  height: 100%;
  font-family: "Vollkorn", Sans-serif;
  
}
a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    text-decoration:none;
}
a:hover {
    color: #a7a7a7;
    text-decoration:none;
}
.menu-hr  {
    border-bottom: 1px dashed #dee2e6;
    margin-bottom: 1rem;
}
.bgimg-1, .bgimg-2{
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/2.jpg");
  min-height: 500px;
}

.bgimg-2 {
  background-image: url("../img/1.jpg");
  min-height: 500px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px;
  color: #111;
}

@media only screen and (max-device-width: 0px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}
@media only screen and (max-device-width: 767.9px) {
  .bgimg-1 {
  background-image: url("../img/c9164a6c-e2cc-11ea-97b9-4a0eb75e6e55_wolt_20.07.07_pico_pizza17386.jpg");
  min-height: 300px;
}

.bgimg-2 {
  background-image: url("../img/BG-sektion3.jpg");
  min-height: 300px;
}
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facebook:before {
    content: "\ecbd";
    font-family: 'remixicon';
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}
.twitter:before {
    content: "\f23b";
    font-family: 'remixicon';
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}
.instagram:before {
    content: "\ee66";
    font-family: 'remixicon';
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}
.phone:before {
    content: "\ee05";
    font-family: 'remixicon';
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
}
.arrow-up:before {
    content: "\ea78";
    font-family: 'remixicon';
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
}
.map:before {
    content: "\ef14";
    font-family: 'remixicon';
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
}
.fixed {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #000000b0!important;
}
.fixed-top {
    background: #0000007d!important;
    border-bottom: 1px solid #0000007d;
}
.dropdown-item {
  color: #fff!important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 1rem 1.5rem!important;
}
.dropdown-menu {
    background-color: #000000!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff!important;
    text-decoration: none!important;
    background-color: #2b2b2b!important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
    text-decoration: none!important;
    background-color: #464646ad!important;
}
.dropdown-toggle::after {
    display: inline-block!important;
    margin-left: 0em!important;
    vertical-align: text-bottom;
    content: "\ea4e"!important;
    font-family: 'remixicon';
    border-top: 0em solid!important;
    border-right: 0em solid transparent!important;
    border-bottom: 0!important;
    border-left: 0em solid transparent!important;
}