/* Enter Your Custom CSS Here */

@media only screen and (min-width: 1600px) {
					
					
   div#img-banner-height {
    position: relative;
    left: 40px;
}
  }

 
  @media only screen and (min-width: 1680px) {
					
					
   div#img-banner-height {
    position: relative;
    left: 90px;
}
  }
 @media only screen and (min-width: 2048px) {
					
					
   div#img-banner-height {
    position: relative;
    left: 180px;
  }
}
 @media only screen and (min-width: 1920px) {
					
					
   div#img-banner-height {
    position: relative;
    left:104px;
  }
}



@media only screen and (min-width: 1900px) {
					
div#img-container-banner {
    position: relative;
    left: 100px;
}
 
}



.hero-text {
  font-size: 28px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;

}

h4.menu-title {
  font-family: 'Quicksand';
  color: ;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
}

.header-button {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #003087;
  border-radius: 5px;
  background-color: transparent;
  color: #003087;
}

.price-button {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #003087;
  border-radius: 5px;
  background: transparent;
  color: #003087;

}

.img-check {

  margin-right: 20px
}

.last-button {
  color: #003087;
  background: transparent;
  border: 1px solid #003087;
  margin-Left: 10px;
}

.last-button:hover {
  background-color: #003087 !important;
}

.header-button {

  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #003087;
  border-radius: 5px;

}

.header-button:hover {
  background-color: #003087;
  border: 1px solid #003087;
}

.kontakt-button:hover {

  background-color: #003087;
  border: 1px solid #003087;
}

.price-button:hover {


  background-color: #003087;
  border: 1px solid #003087;
}

button.btn.btn-primary.btn-lg.kontakt-button {
  background-color: transparent;
  border: 1px solid #003087;
  color: #003087;
}



.p-menu1 {
  height: 100%;
}

button.btn.btn-outline-secondary.artikler-button {
  background-color: #003087;
}

.bestile-time {
  background-color: #003087;
  border: 1px solid #003087;
}

.bestile-time:hover {
  background-color: #003087;
  border: 1px solid #003087;
}

.banner-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #003087;
  font-family: Quicksand;


}

.button-arrow {
  padding-left: 10px;
}

/*Menu Code*/

.menu-title {
  display: inline;
  float: left;
  font-family: QuickSand;
  color: #003087;
  font-weight: 600;
  cursor: pointer;
  padding-right: 10px;
  font-size: 20px;
  margin-top: 0px;
}

/* General Styling for the Navigation */
.navigation {
  display: flex;
  /* Using Flexbox for alignment */
  align-items: center;
  /* Centers the items vertically */
  justify-content: center;
  /* Centers the navigation horizontally */
}

/* Hamburger Icon Styling */
.hamburger1 {
  height: 24px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  cursor: pointer;
  /* Makes it clear that it's clickable */
}

.hamburger1 div {
  background-color: #003087;
  /* Changed to white for visibility */
  position: relative;
  width: 26px;
  height: 2px;
  margin-top: 4px;
  transition: all 0.2s ease-in-out;
  /* Smooth transition for transform effects */
}

/* Checkbox for toggling the menu */
#toggle1 {
  display: none;
}

/* Transformations for checked state (open menu) */
#toggle1:checked+label .hamburger1 .top {
  transform: rotate(-45deg);
  margin-top: 11px;
  /* Adjust margin for alignment */
}

#toggle1:checked+label .hamburger1 .meat {
  opacity: 0;
  /* Hide the middle bar */
}

#toggle1:checked+label .hamburger1 .bottom {
  transform: rotate(45deg);
  margin-top: -8px;
  /* Adjust margin for alignment */
}

/* Expanding the hidden menu */
#toggle1:checked~.menu1 {
  height: 340px;
  /* Height to reveal the menu */
  background-color: #02173F;
  /* Background color for the menu */
}

/* Menu Styling */
.menu1 {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr repeat(4, 0.5fr);
  grid-row-gap: 25px;
  padding: 0;
  list-style: none;
  clear: both;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  /* Smooth height transition */
  z-index: 120;
}

/*Menu Code*/

.N5jDAuMzNYQk2MMjjY4NYgTy1DMzzYAtheme--light {
  /* background: red; */
  /* color: #454545; */
  display: none !important;
}

.npf {
  display: none !important
}

a#videokonsulation {
  text-decoration: none;
}

.menu-box {
  /* display: inline; */
  float: left;
  padding-right: 4%;

}

p.box-text {
  border-bottom: 1px solid #003087;
  padding-bottom: 5px;
  font-size: 17px;
  font-family: QuickSand;
  font-weight: 400;
  color: #003087;
}


h4.menu-text {
  display: inline;
  float: left;

  font-family: QuickSand;
  color: #003087;
  font-weight: 600;
  cursor: pointer;
  padding-right: 10px;
  font-size: 20px;
}





.elementor-accordion .elementor-accordion-item {
  /* border: 1px solid #d5d8dc; */
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

@media only screen and (max-width: 700px) {
  .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: relative !important;
    z-index: none !important;

    top: 0.5px !important;

    width: 350px !important;
    left: -308px !important;
  }

}

.price-button-page {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #003087;
  border-radius: 5px;
  background: transparent;
  color: #003087;

  float: right;

}

h4.bestil-time {
  font-size: 18px;
  font-family: 'Quicksand';
  font-weight: 600;
  color: #003087;
  text-decoration: none;
}

.bestil-time-link {
  text-decoration: none !important;
}

.menu-heading {
  font-size: 18px;
  font-family: 'Quicksand';
  font-weight: 600;
  color: #003087;
  text-decoration: none;

}

input#elementor-search-form-be0f2f7 {
  padding-top: 10px;

}

div#search {
  outline-width: 0px;

}



.content-loading {
  width: 100%;
  height: 500px;

}

.bestil-link {
  text-decoration: none;
  color: white;
}


.page-content-box {
  font-size: 18px;
  font-family: QuickSand;
  font-weight: 400;
  color: #212121;
  line-height: 33px;
}

span.time {
  /* text-align: center; */
  /* position: relative; */
  /* left: 150px; */
  float: right;
  padding-right: 50px;
}

ul.timings {
  list-style: none;
  line-height: 35px;
}


.page-id-22943 .elementor-accordion .elementor-tab-title {
  margin: 0;
  padding: 20px 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}


.page-id-22943 .elementor-accordion .elementor-accordion-item {
  border: 1px solid black;
  border-top: 0px !.important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.mobile-slider-text {

  font-family: QuickSand;
  margin-bottom: 20px;
  font-size: 18px;
  color: #003087;



}

h2.working-days {
  font-family: QuickSand;
  font-weight: 700;
  font-size: 34px;
  color: #212121;

}

.page-id-22943 .elementor-accordion .elementor-accordion-item {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

#border-bottom p {
  border-bottom: 1px solid #C8C8C8;
  width: 95%;
  padding-bottom: 23px;
}

