/* Stylesheet */
/* Fonts*/
/* cormorant-garamond-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/cormorant-garamond-v21-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/cormorant-garamond-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/cormorant-garamond-v21-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.cancel {
  color: #ff0000;
}

.cancel_bu {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

h1 {
  margin: 0px;
  text-align: center;
}

h2 {
  margin: 0px;
  text-align: center;
}

h3 {
  margin: 5px 0px;
  text-align: center;
}

h4 {
  font-family: Cormorant Garamond;
  text-align: center;
}

h5 {
  margin: 0px;
  text-align: center;
}

a:link {
  text-decoration: underline;
  font-weight: 500;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  font-weight: 600;
  background-color: #ddd;
}

a:active {
  text-decoration: none;
  color: black;
}
    
body {
 background-image: none;
 width: 100%;
 height: 100%;
 max-width: 100%;
 overflow-x: hidden;
 margin: 0px;
 font-family: Cormorant Garamond;
 font-weight: normal;
}	

.p {
  font-family: Cormorant Garamond;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1030px) {
  .p {
  font-size: 16px;
}
}	    


.p1 {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 1030px) {
  .p1 {
  font-size: 16px;
}
}	    

.p3 {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 5px;
  opacity: 1;
}
@media (min-width: 1030px) {
  .p3 {
  font-weight: normal;
  font-size: 14px;
}
}	

/* Style the images */ 

.image_jul {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 98%;
  background-color: black;
  height: auto;
}
@media (min-width: 1030px) {
  .image_jul {
  width: 100%;
}
}	

.image_c5 {
  position: absolute;
  top: 5px;
  right: 1px;
  width: 50px;
  height: auto;
  cursor: pointer;
}  
@media (min-width: 1030px) {
 .image_c5 {
  right: 5px;
}
}

.image_note {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.image_descript {
  display: block;
  user-select: none;
  pointer-events: none;
  margin: 0;
  width: 100%;
  height: auto;
}  

.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_menu{
  width: auto;
  height: 20px;
}

.image_skov {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 120px;
  height: auto;
}    
@media (min-width: 1030px) {
  .image_skov {
  width: 170px;
  height: auto;        
}
}	

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

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

.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_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: 1030px) {
  .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: 1030px) {
  .image_side {
  display: block;
  }
}

.image_logo {
  display: block;
  margin-top: 0px;
  width: 10%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1030px) {
  .image_logo {
  width: 260px;
  }
}

.image_social {
  display: inline-block;
  width: 40px;
  height: auto;
}

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

.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: 1030px) {
  .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-bager{
  display: block;
  position: fixed;
  bottom: 0px;
  width: 200px;
  height: auto;
  left: 0px;
  opacity: 0.8;
  z-index: -1;
}
@media (min-width: 1030px) {
  .image-bager {
  left: 0px;
  width: 240px;
}
}		

.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: 400px;
  height: auto;
  /* border: 1px solid black; */
  /* background-color: lightblue; */
  margin: 0px -2px;
}
@media (min-width: 1030px) {
  .item_3 {
  width: 288px;
  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: 1030px) {
  .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: 1030px) {
  .item_6 {
  width: 60px;
  height: auto;
}
}

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

/* Style a button */
.menuBtn{
  background-color: transparent; 
  width: 170px;
  font-size: 16px;
  font-family: Garamond;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  border: none;
}
.menuBtn:hover{
  background-color: darkgray;
}

.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: 1030px) {
  .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);
}    

.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: 1030px) {
  .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: 1030px) {
  .Btn_left {
  display: block;
}
}

.arrow_right{
  position: absolute;
  top: 330px;
  right: 0px;
  width: 40px;
  height: auto;
  cursor: pointer; 
  opacity: 0;
}
@media (min-width: 1030px) {
  .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: 1030px) {
  .arrow_left {
  opacity: 1;
  top: 340px;
  left: 20%;
}
}

/* iframe styles */
.iframe_0 {
  display: block;
  margin-top: 0px;
  width: 100%;
  margin-left: 0px;
  height: 400px;
  scrollbar-width: thin;
  border: 1px solid black;
}
@media (min-width: 1030px) {
  .iframe_0 {
  height: 500px;
}
}

.iframe_menu {
  display: block;
  margin-top: 0px;
  width: 100%;
  margin-left: 0px;
  height: 2500px;
  background-color: transparent;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
 -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */  
}

.iframe_open {
  display: block;
  margin-top: 0px;
  width: 170px;
  margin-left: 10px;
  height: 190px;
  border: none;
  background-color: transparent;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
 -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */  
}

/* Menu styles */
.menu-social{
  display: flex;  
  list-style-type: none;
  width: fit-content;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 5px 10px;
  justify-content: center;   
}

.menu-social li {
  position: relative;
}

.menu-social a {
  display: inline-block;
  font-size: 17px;
  padding: 5px 10px;
  /* color: black; */
  text-decoration: none;
}

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

.menu {
  list-style: none;
  display: none;
  margin-top: 70px; 
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 5px 5px;
  justify-content: center;
}
@media (min-width: 1030px) {
 .menu {
 display: flex;
 }
}

.menu li {
  position: relative;
}

.menu li a {
  display: block;
  padding: 5px 15px;
  font-family: Cormorant Garamond;
  font-size: 18px;
  font-weight: 500;
  color: black;
  text-decoration: none;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ddd;
  list-style: none;
  padding-left: 5px;
  margin: 0;
  min-width: 180px;
}

.submenu li a {
  padding: 5px 10px;
  color: black;
  display: block;
}

.submenu li a:hover {
  background-color: #a6a4a4;
}


.horizontal-menu {
  display: flex;
  margin-top: 70px;
  width: 100%; 
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 5px 2px;
  justify-content: center;
}
@media (min-width: 1030px) {
.horizontal-menu {
  display: none;
}
}

.horizontal-menu a {
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 12px;
  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: 1030px) {
.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;
}
}

/* Dropdown-menu */
.dropDown {
  background-color: transparent;
}
.dropDown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: transparent;
  list-style: none;
  font-size: 16px;
  padding-left: 0px;
  min-width: 170px;
}

.dropDown-menu li a {
  padding-left: 20px;
  font-weight: normal;
  color: black;
  line-height: 1.0;
  cursor: pointer;
}

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

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

 /* 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;
}
@media (min-width: 1030px) {
 .dropdown {
 display: none;
 }
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: -10px;
  background-color: #ddd;
  min-width: 200px;
  font-family: Cormorant;
  font-weight: normal;
  font-size: 16px;
  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-size: 16px;
  font-weight: normal;
  padding: 10px 10px;
  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: 1030px) {
  .dropbtn_c {
  width: 400px;
  height: 60px;
}    
}

.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%;
}
}

/* Textbox styles */
.opening-hours::before {
  font-family: Cormorant Garamond;
  font-weight: 500;
  content: "Mandag: Lukket\A Tirsdag: Lukket\A Onsdag: Lukket\A Tordag: 10.00 - 17.00\A Fredag: 10.00 - 17.00\A Lørdag: 10.00 - 17.00\A Søndag: 10.00 - 16.00";
  white-space: pre;
}
.textbox_1 {
  display: block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  font-family: Cormorant Garamond;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 5px 10px;
}
@media (min-width: 1030px) { 
  .textbox_1 {
  font-weight: 400;
  width: 100%;
}
}	

.text_inframe{
  font-family:  Cormorant Garamond;
  font-size: large;
  font-weight: 400;
  text-align: center;
  padding: 5px;
}

.infobox_c {
  display:block;
  margin-top: 5px;
  color: black;
  background-color:transparent ;
  width: auto;
  left: 0px;
  font-weight: bold;
  text-align: left;
  padding-left: 2px;
  cursor: default;
}

.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: 1030px) {
  .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: 1030px) {
  .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: 16px;
  font-weight: bold;
  padding: 5 10px;
  border: none;
}
@media (min-width: 1030px) {
  .textbox_center {
  margin-top: 10px;
  width: 60%;
  padding: 0;
}
}

.textbox_info {
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 10px;
}
@media (min-width: 1030px) {
  .textbox_info {
  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: 1030px) {
  .textbox_om {
  font-size: 16px;
  width: 100%;
  padding: 0;
}
}

.textbox_event {
  display: block;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
}
@media (min-width: 1030px) {
  .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: 1030px) {
  .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: 1030px) {
  .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: 1030px) {
  .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: 1030px) {
  .text_left_top {
  top: 70px;
  left: 20.3%;
  font-size: 24px;  
}
}    

.text_top_black {
  display: block;
  margin-top: 70px;
  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: 1030px) {
  .text_center_top {
   top: 80px;
   font-size: 22px;  
}
}      
    
.textbox_2 {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
}
@media (min-width: 1030px) {
 .textbox_2 {
  width: 60%;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 20px;
}
}	

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

/* Container styles */
.image-container {
  display: inline-block; 
  width: 400px;
  height: auto;
  text-align: center; /* Centrer tekst under billedet */
  margin: 0px -2px;
}
@media (min-width: 1030px) {
 .image-container {
 width: 288px;  
}
}

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

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

.container_midt{
  display: block;
  background-color:transparent;
  width: 99%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  height: auto;
  border: none;
}
@media (min-width: 1030px) {
 .container_midt {
  width: 60%;
  margin-top: -20px;
  padding: 0px 5px;
  border: 1px solid black;
}
}

.container_cafe {
  display: block;
  width: 94%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-color:  transparent;
  text-align: center;
  /* border: 1px solid black; */
  overflow-x: hidden;
}
@media (min-width: 1030px) {
  .container_cafe {
  width: 50%;
}    
}

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

/* Video styles */
.video_center{
  float: left;
  background-color: transparent;
  margin-top: 0px;
  width: 200px;
  margin-left: 5px;
  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;
} 



