*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    opacity:0.8;
}
.popup{
    background-color: #e2e2e2;
    width: 420px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 0px 0px 45px 0px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    z-index: 5;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
		background: #4d4e57;
		border-radius: 100%;
		width: 40px;
		height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	margin-top: -20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #4d4e57;
		border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}


* {box-sizing: border-box}
body {font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif; margin:0}
body {overflow: hidden}
.mySlides {display: none}
.mySlides2 {display: none}
img {vertical-align: middle;}

.dynamic-content {
    display:none;
}

h1 {
  color:#4D4E57;
  text-align: right;

}

h2 {
  text-align: left;
}


h3 {
  color:#4f4f50;
  margin-bottom: -20px;
}


h4 {
  color:#4f4f50;
  text-align: left;
  margin-left:  15px;
  margin-bottom: 10px;
  margin-top: 10px;
  
}

h5 {
  color:#4f4f50;
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 15px; /* Increased text to enable scrolling */
    font-weight: 600;

}


hr.new1 {
  border: 2px solid #D1E5E3;
  border-radius: 2px;
  width: 120px;
  float: left;
  margin-left:  15px;
  margin-top: 5px;
  margin-bottom: 10px;


}

.fixedButtonEN{
  position: fixed;
  top: 0px;
  right: 0px; 
  padding: 20px;
  z-index: 10000;
}

.fixedButtonDK{
  position: fixed;
  top: 0px;
  right: 50px; 
  padding: 20px;
  z-index: 10000;
}


.fixedButtonLogo{
  position: fixed;
  bottom: 0px;
  right: 5px; 
  padding: 20px;
  z-index: 10000;
}

.fixedButtonLogoImage{
 
  height: 75px;
  width: 60px; 
  line-height: 80px;  
  background-image: url("https://slider.epifloors.com/img/EPI%20-%20Logo%20zwart-01.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.5; 

  }

  .fixedButtonLogoImage:hover{
 
   
    opacity: 1.0; 
  
    }

.roundedFixedBtnEN{
height: 40px;
line-height: 80px;  
width: 40px;  
font-size: 2em;
font-weight: bold;
border-radius: 50%;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/f/fc/Flag_of_Great_Britain_%28English_version%29.png");
background-size: cover;
background-position: center;
cursor: pointer;
border-color: rgb(255, 255, 255);
border-width: 3px;
}

.roundedFixedBtnDK{
height: 40px;
line-height: 80px;  
width: 40px;  
font-size: 2em;
font-weight: bold;
border-radius: 50%;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/9/9c/Flag_of_Denmark.svg");
background-size: cover;
background-position: center;
cursor: pointer;
border-color: rgb(255, 255, 255);
border-width: 3px;
}
.hidden{
 display:none;
 visibility: hidden;
  }

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  border-right: 1px solid #868686;
  overflow-y: scroll; /* Add the ability to scroll */

}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidenav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 285px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  text-align: left;
  padding: 0px 10px;
  overflow-y: scroll; /* Add the ability to scroll */
 
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}



@media screen and (max-width: 1100px) {
  .sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    border-right: 1px solid #868686;
    overflow-y: scroll; /* Add the ability to scroll */
  
  }

 
  .sidenav a {
    padding: 6px 8px 6px 6px;
    text-decoration: none;
    font-size: 8px;
    color: #818181;
    display: block;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
.sidenav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}


   
 

.main {
  margin-left: 120px; /* Same as the width of the sidenav */
  margin-top: -60px;
  font-size: 28px; /* Increased text to enable scrolling */
  text-align: left;
  padding: 0px 10px;
  overflow-y: scroll; /* Add the ability to scroll */
  
 
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
 

}
 



.logo {

margin: 10px;

}

.interior {

margin-left: 0px;
margin-right: 0px;
Margin-top: 10px;
margin-bottom: 10px;



}

.interiorimage {

  width: 100%;
  height: auto;
  border-radius: 5px 5px 5px 5px;
  
  
  
  }

.floor {

  margin-left: 5px;
  margin-right: 5px;
  Margin-top: 10px;
  margin-bottom: 10px;
  
  
  
  }
  .floorimage {
 

      width: 100%;
      height: auto;
      border-radius: 5px 5px 5px 5px;  
        }
     
    
    
  

div {
  border: 0px solid white;

}

div.container {
  display: flex;  /* <---------- required */
  width: 1010px;
  margin: auto;

}

div.child {
  flex: 1;  /* <---------------- required */
  cursor: pointer;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 13px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 0.8em;
 font-weight: 400;

  transition: 0.4s;
  margin: 0px;
  border-radius: 0px 0px 0px 0px;
  
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow-y: scroll; /* Add the ability to scroll */
  

}



.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: left;
  margin-left: 5px;
  padding-right: 10px;
  
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
 }




/* Slideshow container */
.slideshow-container {
  top: -970px;
  width: 1700px;
  position: relative;
  margin: auto;
  z-index: -2;
  
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 3px #0a0a0a;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #c5c5c5;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/* 2e slider

/* Slideshow container */
.slideshow-container2 {

  width: 1700px;
  position: relative;
  margin: auto;


}



/* Next & previous buttons */
.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: none;
}

/* Position the "next button" to the right */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover, .next2:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text2 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext2 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active2, .dot2:hover {
  background-color: #d3d3d3;
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 1.5s;
  animation-name: fade2;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade2 {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade2 {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev2, .next2,.text2 {font-size: 11px}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1200px) {
  .slideshow-container2 {
    
  width: 800px;
  position: relative;
  margin: auto;
  
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1200px) {

.slideshow-container {
  top: -450px;
  width: 800px;
  position: relative;
  margin: auto;
  z-index: -2;
  
}
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 1100px) {
  .slideshow-container2 {
    
  width: 1000px;
  position: relative;
  margin: auto;
  
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1100px) {

.slideshow-container {
  top: -600px;
  width: 1000px;
  position: relative;
  margin: auto;
  z-index: -2;
  
}
}
.center{
  transform: translate(-50%, -50%);
  position: fixed;
  bottom: -50px;
  left: 140px; 
  padding: 20px;
  z-index: 10000;
 }
 
 #scroll {
   animation: animateHeight 1.62s linear 0.3s 16;
 }
 #circle-roll {
   animation: animateRoll 1.7s linear 0.3s 16;
 }
 
 @keyframes animateRoll {
  50% {
     cy: 90;
     opacity: 0.1;
   }
 }
 
 @keyframes animateHeight {
   70% {
     height: 120px;
   }
 }
   