    p {
      font-family: Cormorant Garamond;
      font-weight: normal;
      }  
      .cancel {
        color: #ff0000;
    }     
    .cancel_bu {
      color: #ff0000;
      font-weight: bold;
      text-decoration: underline;
  }     

    p {
      margin: 0px;
    }
    h1 {
      margin: 0px;
      text-align: center;
    }
    h2 {
      margin: 0px;
      text-align: center;
    }
    h3 {
      margin: 5px 0px;
      text-align: center;
    }
    h4 {
      margin: 5px 0px;
      text-align: center;
    }
    h5 {
      margin: 0px;
      text-align: center;
    }

    a:link {
      text-decoration: underline;
      font-weight: bold;
	    color: black;
    }
    a:visited {
      text-decoration: none;
	    color: black;
    }
    a:hover {
      text-decoration: none;
      background-color: #ddd;
    }
    a:active {
      text-decoration: none;
	    color: black;
    }
    
    body {
      /* background-image: url(https://atelierskoven.dk/assets/white_wall.png);  */
      background-image: none;
      width: 100%;
      height: 100%;
      max-width: 100%;
      overflow-x: hidden;
      margin: 0px;
    }	
    .p1 {
      font-family:'Times New Roman', Times, serif;
      font-size: 14px;
      font-weight: normal;
    }
    @media (min-width: 600px) {
      .p1 {
        font-size: 16px;
      }
      }	    
    .p3 {
      display: block;
      font-family: "Lucida Console", "Courier New", monospace;
      font-weight: bold;
      font-size: 14px;
      padding: 10px 5px;
      opacity: 1;
    }
    @media (min-width: 600px) {
      .p3 {
        font-weight: normal;
        font-size: 14px;
      }
      }	
    /* Style the header */	
    .header {
      background-color: transparent;
      top: 0px;
      width: 250px;
      margin-left: auto;
      margin-right: auto;
      font-size: 26px;
      padding: 5px;
      font-weight: normal;
      text-align: center;
      cursor: pointer;
    } 
  	@media (min-width: 600px) {
    .header {
      top: 0px;
      font-size: 40px;
    }
    }	
    .header_2 {
      background-color: transparent;
      display: block;
      margin-top: -620px;
      width: 300px;
      left: 50%;
      margin-left: -150px;
      font-size: 20px;
      padding: 5px;
      color: white;
      font-weight: normal;
      text-align: center;
    } 
  	@media (min-width: 600px) {
    .header_2 {
      font-size: 24px;
    }
    }	

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

   /* 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: 16px;
      font-family: Cormorant Garamond;
      font-weight: normal;
	    text-align: center;
      line-height: 1.5;
	    padding: 5px 5px;
    }
	@media (min-width: 600px) { 
    .textbox_1 {
      font-size: 18px;
    }
    }	

    .infobox_c {
      display:block;
      margin-top: 0;
      color: black;
      background-color:transparent ;
      width: auto;
      right: 10px;
      padding: 5px 10px;
    }

    .textbox_3 {
      display: block;
      position: absolute;
      background-color: transparent;
	    top: 15px;
      right: 0px;
      margin-right: 10px;
      color: white;
      font-weight: normal;
      font-size: 16px;
      padding: 0px 10px;
      cursor: pointer;
      border: 1px solid white;
    }
	@media (min-width: 600px) {
    .textbox_3 {
      top: 5px;
      right: 10px;
      font-size: 18px;
    }
    }    
    .textbox_3b {
      display: block;
      position: absolute;
      background-color: transparent;
	    top: 15px;
      right: 0px;
      margin-right: 10px;
      color: black;
      font-weight: normal;
      font-size: 16px;
      padding: 0px 10px;
      cursor: pointer;
      border: 1px solid black;
    }
	@media (min-width: 600px) {
    .textbox_3b {
      top: 10px;
      right: 10px;
      font-size: 18px;
    }
    }    

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

    .textbox_info {
      display: block;
  	  margin-top: 5px;
      margin-left: auto;
      margin-right: auto;
      width: 98%;
      font-size: 14px;
      font-weight: 700;
      padding: 10px;
    }
	@media (min-width: 600px) {
    .textbox_info {
      font-size: 16px;
      font-weight: 700;
      width: 60%;
      padding: 0px;
    }
    }


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

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


  .textbox_rightTop {
    display: none;
    position: absolute;
    top: 25px;
    right: 10px;
    margin-right: 10px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    border: none;
  }
@media (min-width: 600px) {
  .textbox_rightTop {
    display: block;
    font-size: 18px;
  }
  }  
  
  .textbox_100 {
    display: block;
    width: 100%;
    margin-top: 10px;
    left: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 5px;
    border: none;
  } 
  @media (min-width: 600px) {
    .textbox_100 {
      padding: 0px;
      font-size: 16px;
      font-weight: 700;
    }
    }  
    .textleft {
      position: absolute;
      top: 635px;
      left: 0px;
      color: black;
      background-color: lightgray;
      font-size: 12px;
      padding: 5px;
      font-weight: bold;
      border: none;
    }
    @media (min-width: 600px) {
      .textleft {
        left: 20%;
        top: 655px;
      }
      }    
    

  .text_left_top {
    position: absolute;
    top: 50px;
    left: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
  }
  @media (min-width: 600px) {
    .text_left_top {
      top: 70px;
      left: 20.3%;
      font-size: 24px;  
    }
    }    
    .text_top_black {
      display: block;
      margin-top: 80px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: black;
      font-size: 16px;
      font-weight: bold;
      font-family: Cormorant Garamond;
      border: none;
    }

    .text_center_top {
      position: absolute;
      top: 70px;
      left: 0px;
      width: 100%;
      text-align: center;
      color: white;
      font-size: 18px;
      font-weight: bold;
      border: none;
    }
    @media (min-width: 600px) {
      .text_center_top {
        top: 80px;
        font-size: 22px;  
      }
      }      
    /* Style the textboxes */
    .textbox_2 {
      display: block;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 98%;
	    font-weight: normal;
	    font-size: 14px;
    }
  	@media (min-width: 600px) {
	  .textbox_2 {
      width: 60%;
      font-size: 16px;
	  }
	  }	

    .text-block {
      display: block;
      width: 98%;
      margin-top: 10px;
      background-color: transparent;
      color: black;
      padding-left: 5px;
      padding-right: 5px;
    }

    .mySlides {
      display: none;
      width: 100%;
      height: auto;
    }

    /* Fading animation */
    .fade {
      animation-name: fade;
      animation-duration: 5s;
    }

    @keyframes fade {
      from {opacity: 0.6} 
      to {opacity: 1}
    }  
    
    /* Style the containers */
.horizontal-menu {
  display: flex;
  margin-top: 70px; 
  width: 100%; 
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 5px 2px;
  justify-content: center;
}
/* Styling for menupunkter */
.horizontal-menu a {
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: black; 
  text-align: center;
  background-color: #ddd;
  padding: 5px 5px; 
  border: 1px solid black;
  border-radius: 6px;
}
.horizontal-menu a:hover {
  background-color: #a6a4a4;
}
.horizontal-menu2 {
  display: none;
}
@media (min-width: 700px) {
.horizontal-menu2 {
  display: flex;
  margin-top: 70px; 
  width: 100%; 
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 5px 2px;
  justify-content: center;
}

.horizontal-menu2 a {
  display: block;
  width: auto;
  height: auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: black; 
  text-align: center;
  background-color: transparent;
  padding: 5px 5px; 
  /* border: 1px solid black; */
  border-radius: 6px;
}
.horizontal-menu2 a:hover {
  background-color: #a6a4a4;
}
}
/* Grundmenu */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #333;
  justify-content: center;
}

.menu li {
  position: relative;
}

.menu a {
  display: block;
  padding: 14px 20px;
  color: white;
  text-decoration: none;
}

.menu a:hover {
  background-color: #555;
}

/* Dropdown-menu */
.dropDown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 160px;
}

.dropDown-menu li a {
  padding: 10px 15px;
  color: white;
}

.dropDown:hover .dropDown-menu {
  display: block;
}


.image-container {
  display: inline-block; 
  width: 380px;
  height: auto;
  text-align: center; /* Centrer tekst under billedet */
  margin: 0px;
}
@media (min-width: 700px) {
 .image-container {
 width: 350px;  
}
}

   /*  @media (min-width: 700px) {
      .image-container {
        width: 33%;
        height: auto;
      }
      } */    
    .image-text {
      font-size: 14px;
      margin-top: 5px;
      color: black;
    }    
    .container_scroll {
        width: 100%;
        height: auto;
        overflow-x: auto;
        /* background-color: black; */
        white-space: nowrap;
        scrollbar-width: none; /* Hide scrollbar in Firefox */
        -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
      }
      .item {
        display: inline-block;
        width: 200px;
        height: 200px;
        /* background-color: lightblue; */
        margin: 0px;
      }
      .item_2 {
        display: inline-block;
        user-select: none;
        pointer-events: none;
        width: 400px;
        height: 533px;
        /* background-color: lightblue; */
        margin: 0px;
      }
      .item_3 {
        display: inline-block;
        user-select: none;
        pointer-events: none;
        width: 380px;
        height: auto;
        /* background-color: lightblue; */
        margin: 0px;
      }
      @media (min-width: 700px) {
        .item_3 {
          width: 380px;
          height: auto;
        }
        }
    .item_4 {
        display: inline-block;
        width: 340px;
        height: auto;
        /* background-color: lightblue; */
        border: 1px solid black;
        border-radius: 6px;
        margin: 0px 8px;
        cursor: pointer;
      }
      @media (min-width: 700px) {
        .item_4 {
          width: 240px;
          height: auto;
        }
        }

    .item_4:hover{background-color: #ddd;}  
    
    .item_6 {
        display: inline-block;
        width: 45px;
        height: auto;
        /* background-color: lightblue; */
        border: 1px solid black;
        border-radius: 6px;
        margin: 0px 8px;
        cursor: pointer;
      }
      @media (min-width: 700px) {
        .item_6 {
          width: 60px;
          height: auto;
        }
        }

    .item_6:hover{background-color: #ddd;}    

    .img_c {
        display: inline-block;
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
      }
      @media (min-width: 700px) {
        .img_c {
          width: 400px;
          height: auto;
        }
        }

.button {
  background-color: #E8EDE7; 
  border: none;
  color: black;
  width: 58px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  border: solid 1px black;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
@media (min-width: 700px) {
  .button {
  width: 80px;
  height: 40px;
  font-size: 14px;
  }
}
.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
  /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 20px 0 rgba(0,0,0,0.19); */
  transform: scale(1.1);
}    

    .fade-container {
      position: relative;;
      width: 60%;
      aspect-ratio: 16/9;
  	  /* height: auto;       */
  	  margin-top: 80px;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      }
      
    .fade-container img {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 6s ease-in-out; /* Transition-effekt */
    }
      
    img.show {
      opacity: 1;
    }  

    .container_left{
      display:none;
      background-color:transparent ;
    }
    @media (min-width: 700px) {
    .container_left {
      display: flex;
      position: absolute;
      top: 70px;
      left: 0px;
      width: 19%;
      height: 650px;
      left: 0;
      z-index: 0;
      overflow: hidden;
    }
    }

    .container_center{
      display: inline-block;
      background-color:transparent;
      width: 100%;
      height: 650px;
    }
    @media (min-width: 700px) {
    .container_center {
      width: 60%;
    }
    }
    
    .container_right{
      display:none;
      background-color:transparent ;
    }
    @media (min-width: 700px) {
    .container_right {
      display: flex;
      position: absolute;
      top: 70px;
      right: 0px;
      width: 19.8%;
      height: 650px;
      z-index: 1;
      overflow: hidden;
    }
    }

    .container_midt{
      display: block;
      background-color:transparent;
      width: 100%;
      margin-top: 8px;
      margin-left: auto;
      margin-right: auto;
      overflow-x: hidden;
      height: auto;
      border: none;
    }
    @media (min-width: 700px) {
    .container_midt {
      width: 60%;
      margin-top: 0px;
      padding: 5px;
      border: 1px solid black;
    }
    }
    .container_cafe {
      display: block;
      width: 94%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      background-color:  rgba(237, 236, 236, 0.3);
      text-align: center;
      /* border: 1px solid black; */
      overflow-x: hidden;
  }
  @media (min-width: 700px) {
      .container_cafe {
        width: 50%;
      }    
      }

    .container_top {
      display: block;
      width: 94%;
      height: auto;
      margin-top: 80px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      background-color:  rgba(237, 236, 236, 0.3);
      text-align: center;
      /* border: 1px solid black; */
      overflow-x: hidden;
  }
  @media (min-width: 700px) {
      .container_top {
        width: 70%;
      }    
      }

      .container_cafe-bg {
        display: block;
        background-image: url("../selskab/assets/skov-bg.jpg");
        width: 99%;
        height: 750px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid black;
        overflow-x: hidden;
    }
    @media (min-width: 600px) {
        .container_cafe-bg {
          width: 60%;
        }    
        }
  
      .container_cafeb {
        display: block;
        width: 98%;
        height: 700px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: white;
        border: 1px solid black;
        opacity: 0.5;
        z-index: 99;
        overflow-x: hidden;
    }
    @media (min-width: 600px) {
        .container_cafeb {
          width: 60%;
          height: 630px;
        }    
        }
        
    .container_gallery{
      display: block;
      width: 98%;
      margin-left: auto;
      margin-right: auto;
      overflow-x: hidden;
      height: auto;
    }


    .container_slide{
      position: absolute;
      top: 200px;
      left: 0px;
      background-color:transparent;
      width: 100%;
      overflow-x: hidden;
      height: auto;
    }
    @media (min-width: 600px) {
      .container_slide {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
      }
      }
    .container_40{
      display: inline-block;
      background-color:transparent;
      width: 100%;
      overflow-x: hidden;
      height: auto;
      border: none;
    }
    @media (min-width: 600px) {
    .container_40 {
      width: 39%;
      margin-left: auto;
      margin-right: auto;
    }
    }


    .container_60{
      display: inline-block;
      background-color:transparent;
      width: 100%;
      overflow-x: hidden;
      height: auto;
      border: none;
    }
    @media (min-width: 600px) {
    .container_60 {
      width: 59%;
      margin-left: auto;
      margin-right: auto;
    }
    }

    .container_fb{
      display: block;
      width: 160px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      border: none;
    }
    .container_tube {
      display: block;
	    margin-top: 5px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
	    border: none;
    }
    @media (min-width: 600px) {
      .container_tube {
      width: 60%;
    }
    }      


    .container_youtube {
      display: block;
	    margin-top: 60px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
	    border: none;
    }
    @media (min-width: 600px) {
      .container_youtube {
      width: 70%;
      margin-top: 80px;
    }
    }      

    .container_full {
      display: block;
	    margin-top: 5px;
      width: 98%;
      margin-left: auto;
      margin-right: auto;
	    border: none;
    }
    @media (min-width: 700px) {
      .container_full {
      width: 100%;
    }
    }      
  .container_standard {
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    overflow-x: hidden;
    margin-bottom: 20px;
    border: none;
  }
  @media (min-width: 700px) {
    .container_standard {
    width: 100%;
  }
  }  

    .container_msg{
      display:none;
      position: absolute;
	    top: 0px;
      min-width: 160px;
      max-width: 250px;
      height: auto;
      right: 0px;
      background-color:white ;
      z-index: 1;
    }

    .msg_left{
      display:flex;
      position: absolute;
	    top: 80px;
      width: auto;
      height: auto;
      left: 10px;
      z-index: 1;
      animation-name: obs2;
      animation-duration: 2s;
      animation-direction: alternate;
      animation-iteration-count: infinite;      
    }
  @keyframes obs2 {
    from {opacity: 1;}
    to {opacity: 0.5;}
  }

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

    .container_cater {
      max-width: 100%;
      margin: 0 auto;
      margin-top: 0px;
    }	

    .container-flex {
      display: none;
      width: 100%;
      height: auto;
      justify-content: space-between;
      align-items: center;
      padding: 0px;
      background-color: transparent;
    }
    @media (min-width: 600px) {
      .container-flex {
      display: flex;  
    }
    }    

 	div.gallery {
		border: 1px solid #ccc;
	}

	div.gallery:hover {
		border: 1px solid #777;
	}

	div.gallery img {
		width: 100%;
		height: auto;
	}

	div.desc {
		padding: 15px;
		text-align: center;
	}

	.responsive {
		padding: 1px 1px;
		float: left;
		width: 100%;
	}


	@media (min-width: 700px)  {
    .responsive {
        width: 24.5%;
    }
	}

	.responsive_3 {
		padding: 1px 1px;
		float: left;
		width: 100%;
	}


	@media (min-width: 980px)  {
    .responsive_3 {
        width: 32.8%;
    }
	}

	.clearfix:after {
		content: "";
		display: table;
		clear: both;
	}

    /* Style videos */
    .video_1{
      display: block;  
      background-color: black;
      margin-top: 0px;
      width: 100%;
      aspect-ratio: 16/9;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      border: none;
      }    

    .video_2{
      float: left;
      background-color: black;
      margin-top: 0px;
      width: 300px;
      aspect-ratio: 16/9;
      margin-left: 5px;
      height: auto;
      border: none;
      }    

    .video_center{
        /* display: inline-block; */
        float: left;
        background-color: transparent;
        margin-top: 0px;
        width: 200px;
        /* aspect-ratio: 9/16; */
        margin-right: 10px;
        border: none;
    } 
    .video-container {
          display: block;;
          width: 360; /* Portræt bredde */
          max-width: 360px;
          height: 640px; /* Portræt højde */
          margin-left: auto;
          margin-right: auto;
    }
      
    .video{
          width: 100%;
          height: 100%;
          object-fit: cover; /*Sikrer korrekt skaleret video */
          object-position: bottom;
    } 

    /* Style the images */   
    .background_image {
      display: none;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 0.8; /* Adjust the opacity */
      z-index: -99; /* Ensure it stays behind the content */
    }    
    @media (min-width: 600px) {
      .background_image {
        display: block;
        position: fixed;
      }
      }

      .background_image2 {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.8; /* Adjust the opacity */
        z-index: -99; /* Ensure it stays behind the content */
      }    
      @media (min-width: 600px) {
        .background_image2 {
          display: none;
        }
        }
    .background_image3 {
      display: block;
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: auto;
      opacity: 0.9; /* Adjust the opacity */
      z-index: -99; /* Ensure it stays behind the content */
    }    
  
    .image_float_l{
      float: left;
      width: 180px;
      height: auto;
      padding-right: 10px;
      user-select: none;
      pointer-events: none;
    }

    .image_float_2{
      float: left;
      width: 200px;
      height: auto;
      padding-right: 10px;
      user-select: none;
      pointer-events: none;
    }
    @media (min-width: 700px) {
      .image_float_2 {
        width: 280px;
        height: auto;        
      }
      }	
    .image_float_s{
      float: left;
      width: 100px;
      height: auto;
      padding-right: 10px;
      user-select: none;
      pointer-events: none;
    }

    .image_100 {
      display: flex;
      position: absolute;
      top: 85px;
      left: 0px;
      width: 100%;
  	  height: 650px;
      z-index: 0;
      opacity: 0.3;
    }
    .image_skov {
      position: absolute;
  	  top: 2px;
      left: 10px;
      width: 120px;
      height: auto;
    }    
    @media (min-width: 600px) {
      .image_skov {
        width: 170px;
        height: auto;        
      }
      }	
    .image_note {
      display: block;
  	  margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
  	  height: auto;
    }

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

    .image_head {
      display: block;
  	  margin-top: 5px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
  	  height: auto;
    }    
    .image_social {
      display: inline-block;
      width: 40px;
  	  height: auto;
    }    

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

    .image_midt {
      display: block;
      width: 100%;
      height: auto;
  	  margin-top: 85px;
      margin-left: auto;
      margin-right: auto;
      z-index: -1;
    }
	@media (min-width: 700px) {
    .image_midt {
      width: 50%;
    }
    }

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

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

.image_soc{
  width: 30px;
  height: auto;
}


  .image_down {
    display: block;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 40px;
    height: 20px;
    cursor: pointer;
    animation-name: obs;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @media (min-width: 600px) {
  .image_down {
    display: none;
  }
  }	
  @keyframes obs {
    from {opacity: 1;}
    to {opacity: 0.2;}
  }
  .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;
  }

  .image_c5 {
    position: absolute;
    top: 5px;
    right: 1px;
    width: 30px;
    height: auto;
    cursor: pointer;
  }  
  @media (min-width: 600px) {
    .image_c5 {
      right: 5px;
  }
  }
  .image_c7 {
    position: absolute;
    top: 60px;
    width: 200px;
    height: auto;
    left: 50%;
    margin-left: -100px;
    /* z-index: 1; */
  }  


  .image_thumb {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0px;
    width: 90px;
    height: auto;
    cursor: pointer;
    }    
    .image_thumb:hover {
      transform: scale(1.5);
    } 
    @media (min-width: 600px) {
      .image_thumb {
        width: 11.8%;
      }
      }         

    .image_thumb_big {
      display: inline-block;
      margin-top: 0px;
      margin-left: 0px;
      width: 100%;
      height: auto;
      cursor: pointer;
      } 

      .image_2 {
        display: block;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        height: auto;
        cursor: pointer;
      }
    @media (min-width: 600px) {
    .image_2 {
      width: 30%;
    }
    }	

    .image_shop {
      display: inline-block;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      width: 60%;
      height: auto;
    }
  @media (min-width: 600px) {
  .image_shop {
    width: 32%;
  }
  }		

  .image_center {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
  }
  .image_descript {
    display: block;
    user-select: none;
    pointer-events: none;
    margin: 0;
    width: 100%;
    height: auto;
  }  

  .image-bager{
    display: block;
    position: fixed;
    bottom: 0px;
    width: 200px;
    height: auto;
    left: 0px;
    opacity: 0.8;
    z-index: -1;
  }
  @media (min-width: 700px) {
  .image-bager {
    left: 0px;
    width: 240px;
  }
  }		
  .image-bager-animate{
    display: none;
    bottom: 0px;
    z-index: -1;
  }
  @media (min-width: 700px) {
  .image-bager-animate {
    display: block;
    position: fixed;
    animation-name: moveIt;
    animation-duration: 3s;  
    animation-delay: 2s;
    width: 240px;
    height: auto;
    opacity: 1;
  }
  }		
@keyframes moveIt {
  from {left: 0px; opacity: 1;}
  to {left: 600px; opacity: 0.8;}
}
      .image_3 {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: auto;
        cursor: pointer;
      }    
      .image_4 {
        display: block;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
        height: auto;
      }
      .image_5 {
        position: absolute;
        top: 2px;
        right: 5px;
        width: 40px;
        height: auto;
        cursor: pointer;
      }
      .image_events {
        display: block;
        margin-top: 10px;
        width: 100%;
        height: auto;
        left: 0px;
      }        
      .image_takeaway {
        position: absolute;
        top: 35px;
        left: 0px;
        width: 96%;
        height: auto;
        opacity: 0.5;
      }        
      @media (min-width: 600px) {
        .image_takeaway {
          top: 46px;
          width: 24%;
          height: auto;
          left: 54%;
        }
        }
        .image_cater {
          display: block;
          margin-top: 20px;
          width: 269;
          height: 650px;
          left: 0;
          opacity: 0.5;
        }
          .image_side {
            display: none;
            margin-top: 10px;
            width: 100%;
            height: auto;
            left: 0;
            opacity: 0.4;
          }
          @media (min-width: 600px) {
            .image_side {
              display: block;
            }
            }
            .image_logo {
              display: block;
              margin-top: 0px;
              width: 10%;
              height: auto;
              margin-left: auto;
              margin-right: auto;
            }
            @media (min-width: 600px) {
              .image_logo {
                width: 260px;
              }
              }  
    /* Style a button */
      .button_1{
        position: fixed; 
        bottom: 40px; 
        right: 30px; 
        z-index: 99; 
        border: 1px solid lightgray;
        outline: none; 
        background-color: black;
        color: lightgray; 
        cursor: pointer; 
        padding: 2px 10px; 
        border-radius: 10px;
        font-size: 14px;       
      }

    .left-button,
    .right-button {
      padding: 0px 5px;
      font-size: 24px;
      font-weight: bold;
      background-color: transparent;
      border: none;
      cursor: pointer;
    } 
    .left-button:hover,
    .right-button:hover {
      background-color: lightgray;
    }       
    .Btn_contact{
      position: absolute;
      top: 0px;
      right: 10px;
      width: 90px;
      height: auto;
      cursor: pointer; 
      }

    .Btn_right{
      display: none;
      position: absolute;
      top: 80px;
      left: 85%;
      padding: 2px 2px;
      font-size: 30px;
      font-weight: bold;
      opacity: 1;
      cursor: pointer; 
      }
      @media (min-width: 700px) {
      .Btn_right {
        display: block;
      }
      }

    .Btn_left{
      display: none;
      position: absolute;
      top: 80px; 
      left: 12%;
      padding: 2px 2px;
      font-size: 30px;
      font-weight: bold;
      opacity: 1;
      cursor: pointer; 
     }
     @media (min-width: 700px) {
     .Btn_left {
      display: block;
      }
      }

    .arrow_right{
      position: absolute;
      top: 330px;
      right: 0px;
      width: 40px;
      height: auto;
      cursor: pointer; 
      opacity: 0;
      }
      @media (min-width: 600px) {
        .arrow_right {
          opacity: 1;
          top: 340px;
          right: 20%;
      }
      }
    .arrow_left{
      position: absolute;
      top: 330px; 
      left: 0px;
      width: 40px;
      height: auto;
      cursor: pointer; 
      opacity: 0;
      }
      @media (min-width: 600px) {
        .arrow_left {
          opacity: 1;
          top: 340px;
          left: 20%;
      }
      }
          
      .img_left{
        position: absolute;
        top: 30px; 
        width: 15%;
        height: auto;
        left: 10px;
        }
      @media (min-width: 600px) {
      .img_left {
        top: 120px;
        width: 15%;
        height: auto;
        left: 20.2%;
        }
        }
  
    /* Style the iframes */
    .iframe_narrow {
      display: inline-block;
      margin-top: 10px;
      width: 300px;
      height: 533px;
      left: 0px;
      }    

      .iframe_center {
        display: block;
        margin-top: 0px;
        width: 200px;
        aspect-ratio: 9/16;
        margin-left: auto;
        margin-right: auto;
        }    
  
	.iframe_c {
	  display: block;
	  margin-top: 0px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
    color: white;
	  height: 640px;
    scrollbar-width: thin;
	  border: 1px solid black;
    }

	.iframe_0 {
	  display: block;
	  top: 0px;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  height: 640px;
    scrollbar-width: thin;
	  border: 1px solid black;
    }

    .iframe_youtube{
      display: block;
      background-color: black;
      margin-top: 0px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      aspect-ratio: 16/9;
      height: auto;
      border: none;
      }

      .iframe_cater {
        display: block;
        margin-top: 0px;
        width: 99%;
        margin-left: auto;
        margin-right: auto;
        height: 700px;
        scrollbar-width: thin;
        border: 1px solid black;
      }
      @media (min-width: 600px) {
        .iframe_cater {
          width: 100%;
          height: 630px;
      }
      }        
          
    /* Style the dropdown button */
    .dropbtn {
      width: 40px;
      height: auto;
	    background-color: transparent;
      right: 0px;
      padding: 5px 10px 0px 0px;
      opacity: 0.8;
      border: none;
      cursor: pointer;
    }

    /* Style the dropdown menu */
    .dropdown {
      position: absolute; 
      top: 10px;
      right: 0px;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      right: 0;
      top: -10px;
      background-color: #ffffff;
      min-width: 180px;
      font-family: Cormorant Garamond;
      font-weight: normal;
      text-align: left;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 99;
    }

    /* Style the links inside the dropdown menu */
    .dropdown-content a {
      color: black;
      font-weight: normal;
      padding: 10px 16px;
      text-decoration: none;
      display: block;
    }

    /* 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;}

    .dropbtn_c {
      width: 200px;
      height: 30px;
	    background-color: transparent;
      border: solid 2px black;
      border-radius: 10px;
      cursor: pointer;
    }
      @media (min-width: 600px) {
      .dropbtn_c {
        width: 400px;
        height: 60px;
        /* margin-left: -200px; */
      }    
      }

    .dropbtn_c:hover{background-color: #ddd;}

    .dropdown_c {
      position: absolute; 
      top: 70px;
      left: 50%;
      margin-left: -100px;
    }
      @media (min-width: 600px) {
      .dropdown_c {
        width: 400px;
        height: auto;
        margin-left: -200px;
      }    
      }
    .dropdown_c-content {
      display: none;
      position: absolute;
      top: 100px;
      left: 50%;
      margin-left: -100px;
      /* background-color: #ddd; */
      width: 200px;
      font-family: Cormorant Garamond;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      z-index: 1;
    }
      @media (min-width: 600px) {
      .dropdown_c-content {
        width: 400px;
        margin-left: -200px;
      }    
      }

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

    .menu-item{
      padding: 10px 0px;
      cursor: pointer;
    }

    .menu-item:hover{background-color: #aba2a2;}

    .menu-header{
      position: absolute;
      top: 92px;
      left: 50%;
      width: 160px;
      margin-left: -86px;
      font-family: Cormorant Garamond;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      /* background-color: rgba(243, 240, 240, 0.4); */
      /* border: solid 1px black; */
    }

    .menuBtn {
      width: 200px;
      height: auto;
	    background-color: transparent;
      text-align: center;
      font-family: Cormorant Garamond;
      font-size: 18px;
      font-weight: bold;
      padding: 5px 0px;
      border: groove 2px black;
      border-radius: 10px;
      cursor: pointer;
    }
        @media (min-width: 600px) {
      .menuBtn {
        width: 400px;
        height: auto;
      }    
      }


    /* Style the menu bar */
    ul {
      display: none;
      list-style-type: none;
      margin-bottom: 5px;
      padding: 0;
      overflow: hidden;
      background-color: transparent;
      cursor: pointer;
    }
    @media (min-width: 600px) {
      ul {
        display: block;
        margin-top: 0px;
      }
      }
    li {
     float: left;
    }

    li a {
     display: block;
     color: black;
     text-align: center;
     font-family: Cormorant Garamond;
     font-size: 16px;
     font-weight: bold;
     padding: 2px 20px;
     text-decoration: none;
    }
    @media (min-width: 600px) {
      li a {
      font-size: 18px;
      font-weight: bold;
    }
    } 

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

    .column {
      float: left;
      padding: 10px;
      height: 650px;
    }
    
    /* Left and right column */
    .column.side {
      width: 20%;
      overflow: hidden;
    }
    
    /* Middle column */
    .column.middle {
      width: 60%;
    }
    
    /* Clear floats after the columns */
    .row:after {
      content: "";
      display: table;
      clear: both;
    }
    @media (max-width: 600px) {
      .column.side {
        display: none;
      }
      .column.middle {
        width: 100%;
      }
    }    
     
  