CamperBase

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Fjern vandret rullebjælke, hvis nødvendigt */
}

body {
  background-color: #105D50;
}

.container {
  width: 100%; /* Ensure the container inside footer is also 100% */
  padding: 0;
  margin: 0 auto;
}

.astroid-component-section {
    padding: 0 0 !important; 
}


/* HEADER */
.astroid-section.header-section {
  display: flex; /* Brug flexbox til at justere layoutet */
  align-items: center; /* Vertikal centering */
  justify-content: space-between; /* Placer elementerne jævnt fordelt */
  height: 100px; /* Sæt den ønskede højde på headeren (fast højde) */
  width: 100%; /* Sørg for at headeren fylder hele bredden */
  margin: 0; /* Fjern margin på headeren */
  padding: 0; /* Fjern padding på headeren */
      z-index: 1000;
    background-color: #467069;
  position: sticky !important;
}

.container {
  width: 100%; /* Containeren fylder hele skærmen */
  padding: 0; /* Fjern padding på containeren */
  margin: 0 auto; /* Sikrer at containeren er centreret */
}

.color1, .color2 {
  height: 100px; /* Sæt minimumshøjde */
  display: flex;
  justify-content: center;
  align-items: center; /* Centrer indholdet */
      width: 400px;
}

.color1 {
  background-color: #708A8A; /* Farve for color1 */
}

.color2 {
  background-color: #C4998B; /* Farve for color2 */
}

/* Logo */
.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1; /* Gør logoet responsivt */
}

.logo img {
  width: 60%;
  height: auto;
  position: relative;
  top: 20px;
}

#b-64f815f0d7e6a067539342 {
    width: 600px;
}

dd.readtime,
.article-info-muted dd.readtime,
dd[ class*="readtime" ] {
  display: none !important;
}
    

#astroid-backtotop {
    display: none;
    line-height: 0;
    position: fixed;
    right: 40px;
    bottom: 20px;
    padding: 10px;
    z-index: 1020;
}

/* Hero - Full Width */

.com-content-article:has(.hero) {
  padding: 0 !important;
  margin: 0 !important;
}

.com-content-article:has(.hero) .container {
  max-width: none;
  padding: 0;
}

.bg-primary {
   --bs-bg-opacity: 1;
   background-color: #779993 !important;
}


.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 550px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
   top: -30px;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Sørg for at videoen fylder hele baggrunden uden at miste proportioner */
}

.hero__welcome, .hero__title, .hero__text, .hero__slogan {
  margin: 0;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0; /* Fyld hele området af .hero */
  background: rgba(0, 0, 0, 0.1); /* Sort baggrund med 50% opacity */
  z-index: 5; /* Sørg for, at baggrunden er bag indholdet */
}

.hero__content {
  position: relative;
  width: 820px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  background: none;
  z-index: 6;
  margin-top: 150px;
}

.hero__welcome {
  font-size: 28px;
  margin-bottom: -15px;
  opacity: 0.9;
  font-weight: bolder !important;
  color: white !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero__title {
  font-size: 96px !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-weight: bolder !important;
  color: white !important;
}

.hero__text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bolder !important;
  color: white !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero__slogan {
  font-size: 20px !important;
  letter-spacing: 1px;
  font-weight: bolder !important;
  color: white !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}


@media (max-width: 768px) {
.hero{
  height: 300px; }

  .hero__content {
    width: 300px;
    padding: 0px 0px;
    margin-bottom: 20px;
  }

  .hero__welcome {
    font-size: 18px !important;
    margin-bottom: 3px;
  }

  .hero__title {
    font-size: 32px !important;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .hero__text {
    font-size: 15px !important;
    line-height: 1.5;
  }

  .hero__slogan {
    font-size: 12px !important;

  }
}

/* FORSIDE */

.autocamper-plads {
   display: flex;
    color: white;
    padding: 70px 150px;
    width: 100vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    position: relative;
      z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.content {
  flex: 1;
  padding-right: 20px;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

p {
  font-size: 16px;
  margin-bottom: 20px;
}



.image {
     width: 40%;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 0
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.image img {
  width: 100%;
  height:  550px;
  object-fit: cover;
}
/* RESPONSIVE DESIGN */

/* For Tablets */
@media (max-width: 768px) {
  .autocamper-plads {
    flex-direction: column; /* Stabler indholdet vertikalt */
    padding: 40px 30px; /* Justerer padding for tablet */
  }

  .image {
    width: 100%; /* Gør billedet større på tablet */
    margin-bottom: 20px; /* Giver lidt afstand mellem tekst og billede */
  }

  .image img { height:  250px;}

  h2 {
    font-size: 24px; /* Justerer fontstørrelse på tablet */
  }

  p {
    font-size: 14px; /* Justerer fontstørrelse for tablet */
  }
}

/* De 5 cirkler */

.features {
  background-color: #f4f4f4;
  padding: 60px 0;
}

.features__container {
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    background-color: #708A8A;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    position: relative;
    padding: 70px 0px;
  display: flex
}


.features__item {
  border-radius: 8px;
  width: 17%;
  text-align: center;
}
.features__item:hover {
  transform: scale(1.05); /* Slightly enlarge the item on hover */
}

.features__item img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

.features__item:hover img {
  transform: scale(1.1); /* Slightly enlarge the image on hover */
}

.features__item h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.features__item p {
  font-size: 14px;
  color: white;
}

.feature-image {
     width:100%;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 0;
  margin-bottom: -250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.feature-image img {
  width: 100%;
  height:  700px;
  object-fit: cover;
}

/* RESPONSIVE DESIGN */

/* For Tablets */
@media (max-width: 768px) {
  .features__container {
            padding: 50px 20px 300px;
  }

  .features__item {
    width: 65%; /* Gør elementerne mindre og stabel dem to i bredden */
    margin-bottom: -20px;
  }
      
  .features__item img {
    width: 70px;
    height: 70px;
 }
  .features__item h4 {
    font-size: 18px; /* Mindre fontstørrelse for tablet */
  }

  .features__item p {
    font-size: 13px;
  }
.feature-image {
      border-top-right-radius: 50px;
    border-bottom-left-radius: 50px; 
}
.feature-image img {
      height: 250px;
}
}

.booking-container {
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 100px;
    background-color: #A68076;
    border-radius: 8px;
    width: 100%;
    margin-top: 250px;
  border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
  margin-bottom: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.booking-text {
 font-size: 35px;
    font-weight: bold;
    color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.booking-button {
    padding: 20px 30px;
    background-color: #105D50;
    color: white;
    border: none;
    font-size: 36px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.booking-button:hover {
  background-color: #2f8c74;  /* Ændrer farve når knappen er hoveret */
}

@media (max-width: 768px) {
.booking-container {    margin-top: 50px;
                        padding: 30px 20px;
                   margin-bottom: 15px;}
                        
.booking-text {    font-size: 16px;}
.booking-button {
  font-size: 16px;            
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
   padding: 5px 10px;}
  }
  
  /* FOOTER */

.footer {
color: white;
    padding: 40px 0px 0;
    width: 100vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    position: relative;
}

.footer__content {
  display: flex;
}

.footer__section {
  padding: 20px;
}

/* Farver på de fire sektioner */
.footer__section-kontakt {
  background-color: #467069; /* Farve 1 */
  width: 100%;
  padding: 50px 50px;
}

.footer__section-follow {
  background-color: #708A8A; /* Farve 2 */
   width: 100%;
  padding: 50px 50px;
}

.footer__section-empty {
  background-color: #C4998B; /* Farve 3 */
   width: 100%;
}

.footer__section-video {
  background-color: #A68076; /* Farve 4 */
   width: 100%;
}

.footer__section h4 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.footer__section p {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer__section a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer__section a:hover {
  text-decoration: underline;
}

.footer__bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

.section-video {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 40px;
}

#logo-video {
  width: 100%;
  max-width: 600px; /* juster efter behov */
  height: auto;
  mask-image: radial-gradient(circle, black 40%, transparent 55%);
  margin-top: -40px;
    margin-bottom: -80px;
}


/* RESPONSIVE DESIGN FOR TABLET AND MOBILE */
@media (min-width:768px) and (max-width:1199.98px){
  .hero__slogan {font-size: 23px !important;}
  
  .autocamper-plads {
    padding: 70px 60px;
    gap: 20px;}
  
  .content {padding-right: 80px;}

  .image {width: 45%;}
  .image img {height: 750px;}
    
  .features__item img {
    width: 100px;
    height: 100px;}
  
  .features__item h4 {font-size: 18px;}
  .features__item p {font-size: 12px;}
  .features__item { width: 15%;}

  .booking-container {padding: 50px 60px}
  .booking-text {font-size: 35px;}
  
.footer { }
  .footer__section-kontakt {padding: 25px 50px;}
  .footer__section-follow { padding: 25px 50px;}

#logo-video { width: 23%;transform: translate(-5%, 0%);}  
}

@media (max-width: 768px) {
  .footer__content {
  }

  .footer__section h4 {
    font-size: 14px;
  }

  .footer__section p {
    font-size: 14px;
  }

  .footer__section a {
    font-size: 14px;
  }
  .footer__section-empty {
   width: 0%;
      background-color: #A68076;
    padding: 0;
}

  .footer__bottom {
    font-size: 12px;
    margin-top: 20px;
  }
  
.footer__section-kontakt{
  width: 50%;
    padding: 20px 14px; }
  
  .footer__section-follow{
  width: 100%;
    padding: 20px 14px; }
  
.footer__section-video{
  width: 50%;}
  
   #logo-video {
        height: auto;
        top: 210px;
        left: 298px;
        width: 20%;

  }
  
    #astroid-offcanvas.active {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
        margin-left: -154px;
        width: 250px;
}

.my-burger-toggle {
  background: transparent !important;
  border: 0;
  padding: 10px;
  cursor: pointer;
  display: inline-flex !important;
  flex-direction: column;
  gap: 5px;
}

.my-burger-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
}

/* Burger knap - gennemsigtig baggrund */
button.my-burger-toggle {
  background: transparent !important;
  border: none;
  padding: 8px;
  cursor: pointer;
}

button.my-burger-toggle:hover {
  background: rgba(255, 255, 255, 0.15);   /* let hover-effekt når man holder musen over */
  border-radius: 6px;
}

/* Hvis ikonet skal være hvidt og tydeligt */
.burger-img {
position: absolute;
    width: 52px;
    height: 52px;
    right: 200px;
    top: -20px;
}

/* OFFCANVAS MENU STYLING */
.astroid-offcanvas {
  position: absolute;
    top: 53px;

    width: 400px;
    height: 80vh;
    background: #1e3a2f;
    transition: right 0.4s ease;
    z-index: 9999;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  border-radius: 0px 12px 0px 12px;
}

.astroid-offcanvas.active {
  right: 0;
}

/* Menu items - forskellige baggrundsfarver som på billedet */
.offcanvas-menu .menu-item {
  display: flex;
  align-items: center;
  padding: 18px 25px;
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.offcanvas-menu .menu-item:nth-child(1) { background: #708A8A; }   /* Camping */
.offcanvas-menu .menu-item:nth-child(2) { background: #C4998B; }   /* Hytter */
.offcanvas-menu .menu-item:nth-child(3) { background: #105D50; }   /* Faciliteter */
.offcanvas-menu .menu-item:nth-child(4) { background: #467069; }   /* Oplevelser */
.offcanvas-menu .menu-item:nth-child(5) { background: #A68076; }   /* Kontakt */


.menu-item .icon {
  width: 32px;           /* juster størrelsen hvis nødvendigt */
  height: 32px;
  margin-right: 18px;
  object-fit: contain;   /* vigtigt for at ikonerne ser pæne ud */
 
}

.menu-item img.icon {
  opacity: 0.95;
}
.offcanvas-header {
  padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.offcanvas-close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.offcanvas-footer {
  padding: 25px 25px 30px;
  background: #1e3a2f;
  position: sticky;
  bottom: 0;
}

.book-btn {
  display: block;
  background: #8cc4a8;
  color: #1e3a2f;
  text-align: center;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.15rem;
  border-radius: 0px 12px 0px 12px;
}

.book-btn:hover {
  background: #a5d9c0;
}

.astroid-component-section {
    padding: 0 0 !important;
    margin-top: -20px;
}

.py-2 {
    background-color: transparent !important;
}

@media (max-width: 768px) {

 .burger-img { right: 20px;
    width: 22px;
    height: 22px;}


.color1, .color2 {
    height: 70px;
}
  .logo img {
        width: 80%;
    left: 8px;
}

}

/* ====================== CUSTOM ARTICLE FIELDS ====================== */

.article-custom-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.hero-container {
    display: flex;
    min-height: 520px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 3rem;
}

.hero-video {
    flex: 1;
    min-width: 50%;
}

.hero-video img,
.hero-video video,
.hero-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  border-radius: 0px 12px 0px 12px;
  border-radius: 0px 100px 0px 100px;
}

.hero-content {
    flex: 1;
    min-width: 50%;
    padding: 80px 60px;
    align-items: center;
    color: white;
}

.hero-overskrift {
      font-size: 50px !important;
}

.hero-content h1 {
      font-size: 15px;
}

/* Mobil */
@media (max-width: 992px) {
    .hero-section { flex-direction: column; }
    .hero-video, .hero-content { min-width: 100%; }
    .hero-content { 
        padding: 50px 25px; 
        text-align: center; 
    }
    .hero-content h1 { font-size: 2.5rem; }
}

.icon-circle {
    width: 90px;
    height: 90px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.icon-circle img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Responsiv justering */
@media (max-width: 768px) {
    .icon-circle {
        width: 75px;
        height: 75px;
    }
    .icon-circle img {
        width: 42px;
        height: 42px;
    }
}
/* INFO SECTION */
.info-section {
    color: #e8f1eb;
    padding: 3rem 0;
    border-radius: 16px;
}

.info-section .container {
    max-width: 1100px;
}

/* TO BILLEDER */
.images-section {
 padding: 4rem 5rem;
    background-color: #467069 !important;
}


.images-section img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-radius: 0px 100px 0px 100px;
}
/*menu-items*/

.menuitems-section {
    background-color: #708A8A !important;
}

/* BOTTOM IMAGE */
.bottom-section img {
    width: 100%;
    max-width: 1100px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  border-radius: 0px 100px 0px 100px;
}


