    p {
      font-family: 'Times New Roman', Times, serif;
      }  

    p {
      margin: 0px;
    }
    h1 {
      margin: 0px;
      text-align: center;
    }
    h2 {
      margin: 0px;
      text-align: center;
    }
    h3 {
      margin: 0px;
      text-align: center;
    }
    h4 {
      margin: 0px;
      text-align: center;
    }    
    a:link {
      text-decoration: underline;
	    color: black;
    }
    a:visited {
      text-decoration: none;
	    color: black;
    }
    a:hover {
      text-decoration: none;
	    color: black;
    }
    a:active {
      text-decoration: none;
	    color: black;
    }
    body {
      width: 100%;
      height: 100%;
      max-width: 100%;
      overflow-x: hidden;
      margin: 0px;
    }	
    /* Style the header */	
    .header {
      background-color: transparent;
      width: 320px;
      margin-left: auto;
      margin-right: auto;
      font-size: 22px;
      font-weight: normal;
      height: 35px;
      margin-top: 16px;
      text-align: center;
	    cursor: pointer;
    }
	@media (min-width: 600px) {
    .header {
      width: 350px;
      height: 50px;
      margin-top: 10px;
      font-size: 30px;
    }
    }	

    .header_w {
      background-color: transparent;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      font-size: 14px;
      font-weight: bold;
      height: 24px;
      margin-top: 5px;
      text-align: center;
	  }
	@media (min-width: 600px) {
    .header_w {
      font-size: 16px;
    }
    }	

   /* Style the footer */	
    .footer {
      background-color: transparent;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      font-size: 18px;
      font-weight: normal;
      height: 20px;
      margin-top: 10px;
      text-align: center;
    }
	@media (min-width: 600px) {
    .footer {
      font-size: 24px;
    }
    }	

    /* Style the textboxes */
    .textbox_1 {
      display: block;
	    margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      width: 98%;
      font-size: 14px;
      padding: 5px 5px;
	    border: none;
    }
	@media (min-width: 600px) {
    .textbox_1 {
      width: 100%;
      font-size: 16px;
    }    
    }

    .textbox_2 {
      display: block;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      width: 98%;
	    font-weight: normal;
	    font-size: 14px;
	    border: none;
    }
  	@media (min-width: 600px) {
	  .textbox_2 {
      width: 50%;
      border: none;
	  }
	  }	

    .textbox_center {
      display: block;
  	  margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      width: 96%;
      font-size: 14px;
      padding: 5 10px;
  	  border: none;
    }
	@media (min-width: 600px) {
    .textbox_center {
  	  margin-top: 10px;
      font-size: 16px;
      width: 60%;
      padding: 0;
    }
    }

  .title_1 {
      position: absolute;
      top: 80px;
      left: 0px;
      background-color: transparent;
      width: 100%;
      color: aliceblue;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
    }


  /* Style the containers */
.container_start {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow-x: hidden;
}
@media (min-width: 600px) {
    .container_start {
      width: 60%;
    }    
    }

.container_nielsen {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow-y: visible;
}
@media (min-width: 600px) {
    .container_nielsen {
      width: 60%;
    }    
    }

.container_urban {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow-y: visible;
}
@media (min-width: 600px) {
    .container_urban {
      width: 60%;
    }    
    }

.container_bager {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow-y: visible;
}
@media (min-width: 600px) {
    .container_bager {
      width: 60%;
    }    
    }

.container_elefant {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow-y: visible;
}
@media (min-width: 600px) {
    .container_elefant {
      width: 60%;
    }    
    }

    .container_fb{
      display: block;
      width: 160px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      border: none;
    }

    .container_youtube {
      display: block;
	    margin-top: 0px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
	    border: none;
    }
    @media (min-width: 600px) {
      .container_youtube {
      width: 50%;
    }
    }      
    .container_msg{
      display:none;
      position: absolute;
	    top: 50px;
      width: auto;
      height: auto;
      right: 0px;
      background-color:white ;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    @media (min-width: 600px) {
      .container_msg {
        top: 58px;
    }
    }      

    .container_line {
      display: block;
      background-color: black;
	    margin-top: 0px;
      margin-bottom: 10px;
      width: 100%;
      height: 2px;
      left: 0px;
    }

.container {
  display: block;        
  width: 100%;
  margin-top: 8px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 2px;
}

/* Style for individual images */
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Style the video */
.video_1 {  
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.video_center {  
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
@media (min-width: 600px) {
  .video_center {
    width: 60%;
  }
  }
  

.image_1 {
display: block;
margin-top: 8px;    
width: 100%;
height: auto;
}

.image_center {
  display: block; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
.image_center {
  width: 60%;
}
}

.image_front {
  display: none;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 700px) {
.image_front {
  display: block;
  width: 60%;
}
}

.image_front_b {
  display: block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 700px) {
.image_front_b {
  display: none;
}
}	

.image_front_c {
display: block;
margin-top: 8px;
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
}
@media (min-width: 700px) {
.image_front_c {
display: none;
}
}	


.image_down {
display: block;
margin-top: -50px;
margin-left: auto;
margin-right: auto;
width: 50px;
height: 40px;
cursor: pointer;
}
@media (min-width: 600px) {
.image_down {
display: none;
}
}	

.image_thumb {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  width: 80px;
  height: auto;
  padding: 2px;
  cursor: pointer;
  }    
.image_thumb:hover {
    transform: scale(1.2);
  } 
@media (min-width: 600px) {
    .image_thumb {
      width: 11.0%;
      padding: 5px;
    }
    }         

    .image_thumb_big {
      display: inline-block;
      margin-top: 0px;
      margin-left: 0px;
      width: 100%;
      height: auto;
      cursor: pointer;
      } 
      .image_2 {
        display: block;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        height: auto;
        cursor: pointer;
      }
    @media (min-width: 600px) {
    .image_2 {
      width: 30%;
    }
    }		
  
      .image_3 {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: auto;
        cursor: pointer;
      }    
      .image_4 {
        display: block;
        background-color: bisque;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        height: auto;
        border: 1px solid black;
        cursor: pointer;
      }
      .image_5 {
        position: absolute;
        top: 2px;
        right: 5px;
        width: 40px;
        height: auto;
        cursor: pointer;
      }
      .image_book {
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
        height: auto;
        border: 2px solid white;
        cursor: pointer;
      }
    
      .image_c4 {
        display: inline-block;
        margin-top: 0px;
        left: 0px;
        width: 40px;
        height: auto;
        cursor: pointer;
      }
    
      .image_c4b {
        display: inline-block;
        margin-top: 0px;
        margin-left: 70px;
        width: 40px;
        height: auto;
        cursor: pointer;
      }
    

/* Style a button */
.button_1{
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none;
  outline: none; 
  background-color: rgba(56, 55, 49, 0.299);
  color: rgb(0, 0, 0); 
  cursor: pointer; 
  padding: 5px 10px; 
  border-radius: 10px;
  font-size: 16px;       
}

    /* Style the iframe */
	.iframe {
	  display: block;
	  margin-top: 8px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
    height: 300px;
	  overflow-y: visible;
    border: none;
    }
	@media (min-width: 600px) {
    .iframe {
    width: 60%;
	}
	}
	
    /* Style the dropdown button */
    .dropbtn {
      display: block; 
	    background-image: url("https://svantevit.dk/newsvantevit/assets/menu-3.png");
      background-repeat: no-repeat;
      background-size: contain;
	    background-color: transparent;
      color: black;
      padding: 18px;
      border: none;
      cursor: pointer;
    }
  

    /* Style the dropdown menu */
    .dropdown {
      position: absolute;
	    left: 5px;
	    top: 20px;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #ffffff;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    /* Style the links inside the dropdown menu */
    .dropdown-content a {
      font-size: 14px;    
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    @media (min-width: 600px) {
      .dropdown-content a {
        font-size: 16px;      
    }
    }        


    /* Change the color of links on hover */
    .dropdown-content a:hover {background-color: #ddd;}

    /* Show the dropdown menu when the user clicks on the button */
    .show {display: block;}


	/* Style the menu bar */
    ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow:visible;
      background-color: transparent;
      cursor: pointer;
    }

    li {
     float: left;
    }

    li a {
     display: block;
     color: black;
     font-size: 14px;
     text-align: center;
     padding: 5px 5px;
     text-decoration: none;
    }
    @media (min-width: 600px) {
      li a {
        font-size: 16px; 
        padding: 5px 15px;     
    }
    }        


    li a:hover {
     background-color: #ddd;
    }
	