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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
text-rendering: optimizeSpeed;
margin: 0px;
min-height: 100%;
word-wrap: break-word;
overflow-wrap: break-word;

  outline: none;
font-family: Ubuntu, "Segoe UI", system-ui, -apple-system, sans-serif;
resize: none;
font-style: normal;
font-variant: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
font-size: 19px;
line-height: 27px;
background-image: url('images/output-onlinepngtools\ \(1\).png');
background-repeat: repeat;
justify-content: center;
align-items: center;


}




/*MOBILE*/
@media (min-width: 200px) {

  .text-overlay {
    display: none;
  }
  .top-header-small {
    background-color: #e0e0e0;
    width: 100%;
    height: 32px;
    z-index: 50;
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
  }

  .top-header {
    background-color: #fff;
    width: 100%;
    height: 65px;
    z-index: 49;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    position: fixed;
    top: 32px;
    left: 0;
    padding: 0 24px;
    display: flex;
    align-items: center;
    transition: top 0.3s ease;
  }
    .top-header-inner {
      width: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 70% 30%;
    }
    .top-header-logo {
      display: block;
      float: left;
      height: 55px;
      margin-left: 30px;
      margin-top: 7px;
      
    }
    .top-header-nav {
      width: 100%;
      height: 64px;
      margin-left: 250px;
    }

    .top-header-search-bar{
      height: 100px;

    }

    a.top-header-standard-link {
      text-decoration: none;
      line-height: 64px;
      color: #000000;
      display: block;
      font-weight: 500;
      margin: 0;
      padding: 0 24px;
      float: left;
      
    }
    a.top-header-standard-link:hover {
      background: #f6f6f6;
    }
    a.top-header-standard-link[active] {
      box-shadow: 0 -2px 0 #0fa867 inset;
    }

    .transparent-background {
      opacity: 0.5; 
    }

  
    .content-container {

      margin-top: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      
       }

       .content-container.white {
        background-color: white;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
         }

       .content-container-image {

        margin-top: -85px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        
         }


        
           

    .content-container-center {
      max-width: 1200px;
      text-align: right;
      text-align: center;
      background-color: #fff;
      padding: 10px;

      }

    h1 {
    text-align: center;
    font-size: 2em;
    line-height: 55px;
    }

    h4, h2 {
      margin-bottom: 5px !important;
      line-height: 40px;
    }

    p {
      margin-bottom: 20px !important;
    }

    .grid-container {
      display: grid;
      max-width: 1200px;
      width: 100%; 
      justify-content: center;
      grid-template-columns: 25% 25% 25% 25%;
    }

    .grid-container-inner {
      margin:15px;
      padding: 0px;
      min-height: 500px;
      background-color: #ffffff;
      justify-content: center;
      border-left: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      border-radius: 5px 5px 5px 5px;
      
    }

   

    .grid-container-box img {
      width: 100%;           /* Make the width 100% of its container */
      height: 300px;         /* Set a fixed height (or adjust to your needs) */
      object-fit: cover;     /* This ensures the image maintains its aspect ratio and crops the excess */
    }

    .grid-container-box {
    margin: 10px;
    padding: 10px;
    grid-template-columns:  repeat(auto-fit, minmax(400px, 1fr));
    max-width: 1200px;
    min-height: 300px;
    background-color: #ffffff;
    justify-content: center;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  
    border-radius: 5px 5px 5px 5px;
  }

    .divWithPadding{padding: 10px;}

    img{border-radius: 5px 5px 0px 0px;}

    .grid-container-two {
      display: grid;
      grid-template-columns: 70% 30%;
      max-width: 1200px;
    
      }

      .grid-container-one {
        display: grid;
        max-width: 1200px;
        background-color: #fff;
        justify-content: center;
        }

      .grid-container-two-30-70 {
        display: grid;
        grid-template-columns: 70% 30%;
        max-width: 1200px;
      
        }

      .grid-container-two-same-size {
        display: grid;
        max-width: 1200px;
        width: 100%; 
        justify-content: center;
        grid-template-columns:  repeat(auto-fit, minmax(350px, 1fr));

      }

      .grid-container-two-image {
        display: grid;
        width: 100%; 
        margin-top: -40px;
        grid-template-columns: 50% 50%;
        width: 100%;          
       
      }

  

    .grid-container-left-small {
      display: grid;
      max-width: 1200px;
      width: 100%; 
      justify-content: center;
      grid-template-columns: 34% 66%
      }


    .grid-container-three {
      display: grid;
      max-width: 1200px;
      width: 100%; 
      justify-content: center;
      grid-template-columns:  repeat(auto-fit, minmax(400px, 1fr));
    }

    .grid-container-six {
      display: flex;
      text-align: center;
      grid-template-columns: 33% 33% 33% ;
      justify-content: center; /* Center horizontally */
      align-items: center;    /* Center vertically */
    }


    .six-inner {
      text-align: center;
      padding: 10px;
      margin-right: 15px;
      min-width: 50px;
      justify-content: center; /* Center horizontally */
      align-items: center;    /* Center vertically */
    }

    .grid-container-border {
      width: 100%;
      float: left;
      border-left: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      padding: 20px;
      border-radius: 0 0 5px 5px;
    }

    .grid-container-right {
      padding: 0px;
      margin-top: 60px;
      min-height: 200px;
    }

    .grid-container-box {
      
      padding: 0px;
      background-color: #ffffff;
      min-width: 325px;
      border-left: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
  
      border-radius: 5px 5px 5px 5px;
      margin: 20px;
      margin-bottom: 30px;
    }

    .grid-container-one {
      grid-template-columns: 80%;
      display: grid;
      text-align: center;
      
    }


    .grid-Read-more {
      text-decoration-line: underline;
    }

    }

    .adjustScroll
    {
      padding: 0px;
    }

    .search-container {
      line-height: 64px;
    }

    /* Basic input field styling */
    input[type="text"] {
      padding: 10px;
      font-size: 16px;
      border: 2px solid #ccc;
      border-radius: 5px;
      width: 300px;
      transition: border-color 0.3s ease;
    }

    /* Focus state (when user clicks on the input) */
    input[type="text"]:focus {
      outline: none; /* Remove default focus outline */
      border-color: #28a745; /* Change border color on focus */
      box-shadow: 0 0 5px rgba(40, 167, 69, 0.5); /* Add subtle shadow */
    }

    /* Placeholder text styling */
    input::placeholder {
      color: #aaa;
      font-style: italic;
    }

    /* Style disabled input */
    input[disabled] {
      background-color: #f0f0f0;
      border-color: #d0d0d0;
    }

    /* Style input on hover */
    input[type="text"]:hover {
      border-color: #007bff;
    }

  





    .image-container {
      position: relative;
      display: inline-block;
      width: 100%;
  }
  
  .image-container img {
      display: block;
      margin-bottom: 15px;
      width: 100%;
      height: auto; /* Adjust as needed */
  }
  
  .text-overlay {
  position: absolute;
  top: 40px; /* Adjust to position text vertically */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 30px; /* Font size */
  font-weight: bold;
 
  text-align: center; /* Center the text */
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
  }

  

  .text-overlay-two {
    position: absolute;
    top: 45%; /* Adjust to position text vertically */
    left: 15%; /* Adjust to position text horizontally */
    transform: translate(-50%, -50%); /* Center the text */
    color: rgb(238, 236, 236); /* Text color */
    font-size: 24px; /* Font size */
    font-weight: bold;
    width: 300px;
  }

  .text-overlay-one-home  {
    position: absolute;
    top: 30%; /* Adjust to position text vertically */
    left: 8%; /* Adjust to position text horizontally */
    text-align: center;
    color: rgb(238, 236, 236); /* Text color */
    font-size: 24px; /* Font size */
    font-weight: bold;
    text-align: center; /* Center the text */
    width: 500px;
    
    padding: 10px; /* Padding around text */
    border-radius: 5px; /* Rounded corners */
}

  .text-overlay-logo {
    position: absolute;
    top: 85%; /* Adjust to position text vertically */
    left: 15%; /* Adjust to position text horizontally */
    transform: translate(-50%, -50%); /* Center the text */
    text-align: center; /* Center the text */
    padding: 10px; /* Padding around text */
    border-radius: 5px; /* Rounded corners */
}

.text-overlay-email {
  position: absolute;
  top: 70%; /* Adjust to position text vertically */
  left: 75%; /* Adjust to position text horizontally */
  transform: translate(-50%, -50%); /* Center the text */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 24px; /* Font size */
  font-weight: bold;
  text-align: center; /* Center the text */
  
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

.text-overlay-one{
  position: absolute;
  top: 30%; /* Adjust to position text vertically */
  left: 80%; /* Adjust to position text horizontally */
  transform: translate(-50%, -50%); /* Center the text */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 24px; /* Font size */
  font-weight: bold;
  text-align: center; /* Center the text */
  width: 500px;
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

.text-overlay-two-diseases{
  position: absolute;
  top: 60%; /* Adjust to position text vertically */
  left: 30%; /* Adjust to position text horizontally */
  transform: translate(-50%, -50%); /* Center the text */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 24px; /* Font size */
  font-weight: bold;
  text-align: center; /* Center the text */
  max-width: 30%;
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

.text-overlay-two-species{
  position: absolute;
  top: 50%; /* Adjust to position text vertically */
  left: 22%; /* Adjust to position text horizontally */
  transform: translate(-50%, -50%); /* Center the text */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 24px; /* Font size */
  font-weight: bold;
  text-align: center; /* Center the text */
  max-width: 40%;
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

@media (max-width: 1303px) {
  a.top-header-standard-link {
    display: none;
  }
}

/* Skjul elementet, når skærmen er mindre end 1200px */
@media (max-width: 1200px) {

  .text-overlay-header {
    display: none;
  }
  .text-overlay-two-species {
    display: none;
  }

 
  .text-overlay-header-male-or-female {
    display: none;
  }

  .text-overlay-one {
    display: none;
  }

  .text-overlay-one-home {
    display: none;
  }

  .text-overlay-two-home {
    display: none;
  }
  .text-overlay-two {
    display: none;
  }
  .text-overlay-one-male-or-female {
    display: none;
  }

  .text-overlay-two-diseases {
    display: none;
  }
}

@media (max-width: 1000px) {
  .divWithPadding-hidden-div {
    display: none;
  }

  .text-overlay-two-diseases {
    display: none;
  }

  .hideOnSmallDevices {
    display: none;
  }

  .grid-container-two-same-size {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));

  }

  .grid-container-left-small {
    display: grid;
    max-width: 1000px;
    width: 100%; 
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(350px,1fr))
    }


}

  .hidden-div {
    display: none; /* Gør synlig på små skærme */
  }



@media (max-width: 1200px) {
 .hidden-div {
  display: block;
 }

 
}

.text-overlay-two-home{
  position: absolute;
  top: 40%; /* Adjust to position text vertically */
  left: 65%; /* Adjust to position text horizontally */
 
  color: rgb(238, 236, 236); /* Text color */
  font-size: 24px; /* Font size */
  font-weight: bold;
  width: 500px;
  text-align: center; /* Center the text */
  max-width: 30%;
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

.text-overlay-header{
  position: absolute;
  top:80px; /* Adjust to position text vertically */
  left:40px; /* Adjust to position text horizontally */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 50px; /* Font size */
  font-weight: bold;
 
  
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

.text-overlay-header-male-or-female{
  position: absolute;
  top: 100px; /* Adjust to position text vertically */
  left: 330px; /* Adjust to position text horizontally */
  transform: translate(-50%, -50%); /* Center the text */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 40px; /* Font size */
  font-weight: bold;
  text-align: center; /* Center the text */
  
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

.text-overlay-one-male-or-female{
  position: absolute;
  top: 70%; /* Adjust to position text vertically */
  left: 75%; /* Adjust to position text horizontally */
  transform: translate(-50%, -50%); /* Center the text */
  color: rgb(238, 236, 236); /* Text color */
  font-size: 24px; /* Font size */
  font-weight: bold;
  width: 600px;
  text-align: center; /* Center the text */
  padding: 10px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
}

a {
  color: #0073c1;
  text-decoration: none;
}




/* off-screen-menu */
.off-screen-menu {
  background-color: #f5f5f5;
  height: 100vh;
  width: 100%;
  max-width: 350px;
  position: fixed;
  top: 107px;
  right: -450px;
  display: flex;
  flex-direction: column;
  align-items: center;    
  justify-content: top;
  text-align: left;
  font-size: 16px;
  padding-top: 2px;
  line-height: 35px;
  transition: .3s ease;
  font-weight: 400;
  
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);

 
}

.background-text-color {
  display: inline-block;  
  background-color: rgb(255, 255, 255);
  width: 350px;
  margin: 2px;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
  padding-left: 20px;
}


.off-screen-menu.active {
  right: 0;
}

.off-screen-menu a {
  color: #000000;
  text-decoration: none;
}

.off-screen-menu li {
  list-style: none;
}
/* nav */
.nav {
  padding: 1rem;
  display: flex;
  background-color: rgb(0, 0, 0);
}



/* ham menu */
.ham-menu {
  height: 60px;
  width: 40px;
  margin-left: auto;
  position: relative;
}
.ham-menu span {
  height: 5px;
  width: 100%;
  background-color: #000000;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease;
}
.ham-menu span:nth-child(1) {
  top: 25%;
}
.ham-menu span:nth-child(3) {
  top: 75%;
}
.ham-menu.active span {
  background-color: rgb(0, 0, 0);
}
.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
  opacity: 0;
}
.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-group .button {
  background-image: url(/images/photo.jpg); 
  border: 1px solid rgb(0, 0, 0);
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
 
  width: 300px;
 
  margin: 10px;
}




.container-circle {
  display: flex;
  flex-direction: column;
  gap: 10px;
 
  margin: 20px auto;
  justify-content: left;
}
.item-circle {
  display: flex;
  align-items: left;
  
  gap: 10px;
}
.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000000;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.text-circle {
  font-size: 16px;
}


.container-small {
  display: grid;
  max-width: 1250px;
  margin: 0 auto; /* Center containeren */
  grid-template-columns: 70% 30%;

}
.left-col {
  flex: 1;
  padding: 10px; 
}

.right-col {
  flex: 1;
 padding-top: 10px;

 

}
/* Når skærmen er smal, rykker højre kolonne under venstre */
@media (max-width: 1050px) {
  .container-small {
    flex-direction: column;
    display: flex;
    width: 100%;
  }

  .left-col {
    flex: 1;
    padding: 10px; 
    width:100%;
  }

  .right-col {
    flex: 1;
    padding: 10px; 
    width:100%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.joke-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.joke {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.fun-facts {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #fefefe;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  line-height: 1.6;
}

.fun-facts h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

.fun-facts ol {
  padding-left: 20px;
}

.fun-facts li {
  margin-bottom: 10px;
}

.bbody {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.vvideo-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.vvideo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

body { margin: 0; font-family: Arial, sans-serif; }
.top-header {
  position: fixed;
  background: #ffffff;
  padding: 0 24px;
  height: 75px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px rgba(60,64,67,0.15);
  position: fixed;
  top: 32px;
  left: 0;

  z-index: 100;
}

.top-header-inner {
  display: flex;
  margin-top: 10px;
  
  
}



.top-header-nav.only-desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  
  background-color: rgb(255, 255, 255);
}

.menu-item {
  position: relative;
}

.top-header-standard-link {
  color: #000;
  font-weight: 600;
  font-size: 20px; /* Større tekst */

  line-height: 65px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.dropdown {
  display: none;
  position: absolute;
  top: 64px; /* Under det aktuelle menupunkt */
  left: 0;
  background: #fff;
  
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  min-width: auto;
  z-index: 1000;
  border-radius: 0 0 4px 4px;
  width: 100%;
}

.dropdown a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #222;
  font-size: 15px;
}

.dropdown a:hover {
  background: #f6f6f6;
}

/* Når man holder musen over menu-item, vis dropdownen */
.menu-item:hover .dropdown {
  display: block;
}

