body {
    font-family: 'Avenir', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff5;
    color: #333;
    font-size: 18px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

h1, h2 {
    font-family: 'Mrs Eaves', serif;
    text-align: center;
}

h1 {
    color: #fff;
    margin-bottom: 10px;
}

h3 {
    color: #032D3D;
    font-size: 35px;
	text-align: center;
}

h4 {
    color: #FFFFFF;
    font-size: 35px;
    padding-top: 8%;
    padding-left: 5%;
}

h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.header {
    background-color: #032D3D;
    color: #fff;
    padding: 0.3%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
}

.logo {
    max-width: 9%;
    margin-bottom: 3% !important;
    margin-right: 1%;
    margin-top: 1%;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1%;
}

.site-title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 1%;
    margin-top: 5%;
}

.header-content p {
    margin-top: 0;
}

.nav {
    background-color: #09546B;
    color: #fff;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	width: auto;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10%;
    font-weight: bold;
    transition: color 0.3s;
    font-size: 20px;
}

nav a:hover {
    color: #ffd700;
}

section {
    padding: 1%;
}

.container {
    max-width: 55%;
    margin: 0 auto;
}

.container-slider {
	width: 90% !important;
	margin: 0 auto;
	
}

.first-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.footer {
    background-color: #032D3D;
    color: #fff;
    text-align: center;
    padding: 1%;
    position: inherit;
    bottom: 0;
}

p {
    line-height: 1.6;
}

.slideshow-container {
    max-width: 100%; 
    max-height: auto;
    overflow: hidden;
    position: relative;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: #555;
}

.booking-content {
    text-align: center;
}

.contact-section {
    margin-bottom: 2%;
}

.summary {
  text-align: justify;
  display: block;
  margin: 0 auto;
  width: 55%;
}

.imprint {
    text-align: center;
}

.Welcome-box {
    widows: auto;
    height: 800px;
    background-color: #454545;
    background-image: url("images/online_low/DSC01826.avif");
    background-size: cover;
    margin: 0;
    padding: 0;
	background-attachment: fixed;
    background-position: center;
	margin-top: -70px;
	top: -5px;
}

.award {
	bottom: 4%;
	right: 4%;
	height: 150px;
}

.nav {
    background-color: #09546B;
    color: #fff;
    text-align: center;
    padding: 0.7%;
    width: 100%;
}

.booking-button {
            display: inline-block;
			margin-left: 4%;
            padding: 0.8% 1%;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            background-color: rgba(9, 84, 107, 0.8); 
            color: #fff; 
            border: 0px solid #09546B; 
            border-radius: 5px; 
            transition: background-color 0.3s; 
        }

        .booking-button:hover {
            background-color: #032D3D; 
            color: #fff; 
        }

.contact {
	text-align: center;
}


.luxury-house {
    background-color: #fff;
    padding: 1%;
    border-radius: 2%;
    text-align: center;
}

.luxury-house img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 0px;
    display: block;
}

.googlemap {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
}

.center-table {
  width: 70%;
  margin: 0 auto;
}

.center-table table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.center-table td,
.center-table th {
  padding: 8px;
  text-align: center;
  border: none;
}

.center-table th {
  padding: 9px;
}


/*
.image-container {
      position: relative;
      display: inline-block;
		width: calc(31.8% - 1%);
      margin: 1%;
    }

.image-container img {
      width: 100%;
      height: auto;
      display: block;
    }

.overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

.image-container h5 {
      margin-top: -31px; 
		text-align: left;
    }

.overlay-text {
      padding: 5%;
	  text-align: left;
}
    

.image-container:hover .overlay {
      opacity: 1;
    }
*/

.image-container {
    position: relative;
    display: inline-block;
    width: calc(31.8% - 1%);
    margin: 1%;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay-text {
    padding: 10px;
    text-align: center;
    font-size: 95%; 
}

.image-container h5 {
    /* margin-top: 50px; */ 
    position: absolute;
    top: -100px; 
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px); 
    text-align: center;
}


@media only screen and (max-width: 1150px) {
	.image-container {
        width: calc(50% - 1%);
		margin: 10%;
    }
}

@media only screen and (max-width: 576px) {
    #menu {
        width: 100%; 
        padding: 0px; 
        margin: 0; 
        opacity: 1; 
        -webkit-transform: none;
        transform: none;
    }
    
    main {
        width: calc(100% - 30px); 
        margin: auto; 
        padding: 10px; 
    }
	
	h4 {
		font-size: 20px !important;
		text-shadow: 0 0 5px black;
		padding-top: 17%;
		padding-left: 10%;
		max-width: 70%;
	}
	
	.Welcome-box {
		max-width: 100% !important;
		max-height: auto !important;
		position: relative !important;
		background-image: url("images/online_low/DSC01779.avif") !important;
		background-attachment: inherit !important;
	}
	
	.booking-button {
        padding: 3% 4% !important;
        border: 0px solid #09546B !important;
		margin-top: 10%;
		margin-left: 0%; 
	}
	
	.no {
		display: none !important;
	}
	
	.logo {
		max-width: 23%!important;
		margin-bottom: 14% !important;
		margin-left: 10%!important;
		margin-top: 0 !important;
	}
	
	.site-title{
		font-size: 32px !important;
	}
	
	.header {
		padding: 0 !important;
		height: 150px !important;
	}
	.image-container {
		width: calc(100% - 6%) !important;
      	margin: 6% 0 6% 0 !important;
    }
	
	.image-container h5 {
		top: -70px !important;
	}
	
	.center-table {
    	width: 100%; /* Anpassung der Breite für Mobilgeräte */
	  }

	 .center-table td,
	 .center-table th {
		display: block; /* Tabellenzellen als Blockelemente anzeigen */
		width: 100%; /* Volle Breite für kleine Bildschirme */
		box-sizing: border-box; /* Hinzugefügt, um das Box-Modell zu berücksichtigen */
	  }
	.container {
    	max-width: 90% !important;
	}
	
	.summary{
		width: 90% !important;
		text-align: left;
	}
	
	.header-content{
		margin-bottom: 18%;
		margin-right: 8%;
	}
	
}