/* Styles for POI-Travel */
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
} 
.poi-anchor {
    padding-top:100px;
    margin-top:-100px;
}
h2, h3, h4, h5, h6 { 
  display: block;
  font-size: 1.5em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h1 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
p {
 color: #555555;
}
.text-center {
    text-align: center;
}
picture {
      position:relative;
        z-index:2;  
}
.btn {
  background-color: #28a745; /* Green color */
  color: white; /* Text color */
  border: none; /* Removes border */
  padding: 10px 20px; /* Adds padding */
  font-size: 16px; /* Adjusts font size */
  border-radius: 5px; /* Rounds corners */
  cursor: pointer; /* Changes cursor to pointer on hover */
}
.btn:hover {
  background-color: #218838; /* Darker green on hover */
}

.btn-blue {
  background-color: #007bff; /* Blue color */
  color: white; /* Text color */
  border: none; /* Removes border */
  padding: 5px 10px; /* Adds padding */
  font-size: 16px; /* Adjusts font size */
  border-radius: 5px; /* Rounds corners */
  cursor: pointer; /* Changes cursor to pointer on hover */
}
.btn-blue:hover {
  background-color: #0056b3; /* Darker Blue on hover */
}

.btn-gray {
  background-color: #A9A9A9; /* Gray color */
  color: white; /* Text color */
  border: none; /* Removes border */
  padding: 5px 10px; /* Adds padding */
  font-size: 16px; /* Adjusts font size */
  border-radius: 5px; /* Rounds corners */
  cursor: pointer; /* Changes cursor to pointer on hover */
}
.btn-gray > a, .btn-gray > a:visited, .btn-gray > a:hover, .btn-gray > a:active {
  color: white; /* Text color */
}

.btn-gray:hover {
  background-color: #6c757d; /* Dark Gray on hover */
}

.image-fluid {
  display: block;
  width: 100%;
  height: auto;
}
.responsive-thumb-div {
    position: relative;
    width: 100%; /* Adjusts to the width of its container */
    max-width: 400px; /* Ensures it doesn't exceed 400px */
    height: auto; /* Maintains aspect ratio */
    height:300px;
    background: url(../img/spinner800x400.gif)no-repeat;
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
}

.poi-hero {
    position: relative;
    background:url(../img/disney.jpg)no-repeat; 
    background-position:center;
    background-size:cover;
    text-align: center;
    margin: 0,0;
    left: 0px;
    width: 100%;
    height:600px;
    z-index: 2;
}
.poi-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}

.color-red {
  color: #dc3545 !important;
  text-decoration: none;
}
.color-black {
  color: #000000 !important;
  text-decoration: none;
}
.color-white {
  color: #ffffff !important;
  text-decoration: none;
}
.link-color-red a {
  color: #dc3545 !important;
  text-decoration: none;
}
.link-color-red a:hover,  .link-color-red a:focus {
    color: darkred !important;
    text-decoration: none;
}
.link-color-black a, .link-color-black a:hover, .link-color-black a:focus {
  color: #000000 !important;
  text-decoration: none;
}

/* ul li nebeneinander */
.list-group-horizontal ul {
  list-style-type: none; /* Entfernt die Standard-Punkte */
  padding: 0;
  margin: 0;
}

.list-group-horizontal ul li {
  display: inline-block;
  margin-right: 10px; /* Abstand zwischen den Elementen */
}
/* CSS Card */

.card {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 20px;
}

.card-title {
  font-size: 1.5rem;
  margin: 0 0 10px;
  color: #333;
}

.card-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

.card-footer {  
    position:relative;
    padding: 20px;
    z-index:2;
}

.card-footer ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc; /* Adjust color and style as needed */
    list-style: none; /* Optional: Removes default bullet points */
}

/* CSS Navbar */        
.container{
	max-width: 1200px;
	margin:auto;
}

.container-content{
    margin:auto;
    margin-top: 80px;
	max-width: 1200px;
}
.background-grey {
    background-color: #f9f9f9;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}

/* header */
.header {
    position: fixed;
}
.navbar {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    display: block;
	padding:15px;
    z-index: 1000;
}
.navbar .item-left, .bottom .item-left {
	flex:0 0 17%;
}
.logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.navbar .item-center{
	flex:0 0 66%;
}
.navbar .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.navbar .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.navbar .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.navbar .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.navbar .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.navbar .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.navbar .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.navbar .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.navbar .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.navbar .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.navbar .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.navbar .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.navbar .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.navbar .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.navbar .menu > ul > li .sub-menu > ul > li > a:hover,
.navbar .item-right a:hover,
.navbar .menu > ul > li:hover > a{
	color:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.navbar .item-center{
		order:3;
		flex:0 0 100%;
	}
	.navbar .item-left,
	.navbar .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.navbar .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.navbar .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.navbar .mobile-menu-trigger span:before,
	.navbar .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.navbar .mobile-menu-trigger span:before{
		top:-6px;
	}
	.navbar .mobile-menu-trigger span:after{
		top:6px;
	}
	.navbar .item-right{
		align-items: center;
	}

	.navbar .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.navbar .menu.active{
	   transform: translate(0%);	
	}
	.navbar .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.navbar .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.navbar .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.navbar .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.navbar .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.navbar .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.navbar .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.navbar .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.navbar .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.navbar .menu > ul > li .sub-menu.mega-menu,
	.navbar .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.navbar .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.navbar .menu > ul > li .sub-menu > ul > li > a,
	.navbar .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.navbar .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}


/* styles.css */
.grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px; /* Space between items */
    padding: 10px;
}
.grid-item {
    color: black;
    padding: 10px;
}

/* Responsive Grid System */
@media (min-width: 992px) {
    .col-1 { grid-column: span 1; }
    .col-2 { grid-column: span 2; }
    .col-3 { grid-column: span 3; }
    .col-4 { grid-column: span 4; }
    .col-5 { grid-column: span 5; }
    .col-6 { grid-column: span 6; }
    .col-7 { grid-column: span 7; }
    .col-8 { grid-column: span 8; }
    .col-9 { grid-column: span 9; }
    .col-10 { grid-column: span 10; }
    .col-11 { grid-column: span 11; }
    .col-12 { grid-column: span 12; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .grid-container {
        grid-template-columns: repeat(6, 1fr);
    }

    .col-md-1 { grid-column: span 1; }
    .col-md-2 { grid-column: span 2; }
    .col-md-3 { grid-column: span 3; }
    .col-md-4 { grid-column: span 4; }
    .col-md-5 { grid-column: span 5; }
    .col-md-6 { grid-column: span 6; }
}


@media (min-width: 576px) and (max-width: 767px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .col-sm-1 { grid-column: span 1; }
    .col-sm-2 { grid-column: span 2; }
    .col-sm-3 { grid-column: span 3; }
    .col-sm-4 { grid-column: span 4; }
} 

@media (max-width: 575px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-item {
        grid-column: span 1;
    }
}
/* Spinner */
/*
.poi-outer {
    display:table;
    width:100%;
}
.poi-container {
    display:table-row;
}
.poi-content{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    width:100%;
}
.loader {
 display: inline-block;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/
/* Leaflet */

#map { position: relative; z-index: 10; height: 500px; width: 100%;}

/* cookie-bar */

#cookie-popup { 
  text-align: center; 
  background: #000;
  position: fixed;
  bottom: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
 
#cookie-popup.hidden {
  display: none;
}
.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-135deg);
}

.burger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 25px;
    cursor: pointer;
}

.burger-icon div {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-icon:hover div {
    background-color: #555;
}

