@font-face {
    font-family: Gt Walsheim Regular;
    src: url(gt-walsheim-regular.woff2);
}


body {
  margin: 0;
  font-family: Gt Walsheim Regular;
  font-size: 22px;
	line-height: 1.4;
 	background-color: #fafafa;
	color: #000000;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px 20px;
  position: fixed;        /* <--- Fixiert die Leiste */
  top: 0;                 /* Oben an der Seite */
  left: 0;
  right: 0;
	z-index: 1000;          /* Damit sie über dem Inhalt liegt */
}

.site-title {
  color: #000000;
  font-size: 22px;
  margin: 0;
}

.site-title a {
  color: #000000;
	text-decoration: none;
}

.site-title a:hover {
  color: #599473;
}

.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: black;
  margin: 2px 0;
  transition: 0.3s;
}

/* Menü Styling */
.menu {
  position: fixed; /* fixiert das Menü relativ zum Viewport */
  top: 45px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #8ea092;
  display: none; /* wird per Toggle sichtbar */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 40px;
  padding-bottom: 120px;
}

.menu li {
  padding-bottom: 35px;
}

.menu li a {
  color: white;
  text-decoration: none;
}

.menu li a:hover {
  color: #4b554e;
  text-decoration: none;
}

.menu-toggle {
  display: none;
}

.menu-toggle:checked + .hamburger + .menu {
  display: flex;
}







section {
  padding: 12px;
}

section.titelzeile {
  background-color: #e4f0e9;
  text-align: center;
  width: 100%;
  margin-top: 35px;
  height: 50px;
}

section.titelzeile h2 {
  font-size: 22px;
}

section.einstieg {
  background-color: #f0fcfc;
  width: 100%;
	padding: 130px 0 132px 0;
	}

section.einstieg p {
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

section.text {
  background-color: #fafafa;
  padding: 145px 0px 125px 0px;
}

section.text p {
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  
  padding-bottom: 20px;
}

section.photo {
  min-height: 100vh;
}

section.photo img {
	min-height: 100vh;
  width: 100%;
}

section.intro {
  background-color: #bfd6c3;
}

section.intro img {
  object-fit: cover;
  object-position: center;
}

section.landschaft {
  background-color: #fff9ed;
}

section.landschaft img {
  object-fit: cover;
  object-position: left 0px;
}

section.haeuschen {
  background-color: #c9d6d6;
}

section.haeuschen img {
  object-fit: cover;
  object-position: 30% top;
}

section.eingang {
  background-color: #dfede3;
}

section.eingang img {
  object-fit: cover;
  object-position: left top;
}

section.kueche {
  background-color: #f8ebd1;
}

section.kueche img {
  object-fit: cover;
}

section.wohnen {
  background-color: #fff9ed;
}

section.wohnen img {
  object-fit: cover;
}

section.treppe {
  background-color: #f8ebd1;
}

section.treppe img {
  object-fit: cover;
}

section.balkon {
  background-color: #dceff2;
}

section.balkon img {
  object-fit: cover;
  object-position: center top;
}

section.aussicht {
  background-color: #dfede3;
}

section.aussicht img {
  object-fit: cover;
  object-position: right top;
}

section.blumen {
  background-color: #bfd6c3;
}

section.blumen img {
  object-fit: cover;
  object-position: left center;
}

section.schnee {
  background-color: #dceff2;
}

section.schnee img {
  object-fit: cover;
  object-position: left 0px;
}

section.stoerche {
  background-color: #e8eefa;
}

section.stoerche img {
  object-fit: cover;
  object-position: center center;
}

footer {
  margin-bottom: 50px;
}





.responsiveWrapper {
  padding: 0px; /* gleichmäßiger Abstand rundherum */
  box-sizing: border-box;
  background-color: #ffffff; /* optional, für bessere Sichtbarkeit */
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Verhältnis */
  height: 0;
  width: 100%;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 80%;
  transform: translate(-50%, -50%);
  border: 0;
}











div.buchen {
  background-color: #c13e43;
  text-align: center;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.buchen a {
  text-decoration: none;
  color: #fff;
  border: 1.8px solid white;
  padding: 20px;
}

footer {
  background-color: #fff;
  color: #000;

  display: flex;
  justify-content: space-between;
  align-items: center;
  
  height: 100px;  
  padding: 0 40px 0 30px;
}

footer div.infozeilen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

footer p {
  float: left;
  font-size: 16px;
  margin-left: 18px;
  margin-right: 18px;
}

footer div.socialicons {
  margin-right: 0px;
}

footer img {
  width: 14px;
  display: inline-block;
  float: right;
  margin-left: 5px;
}

footer img.storchlogo {
  width: 40px;
}

footer div.nachweise {
  font-size: 16px;
  margin-left: 18px;
  margin-right: 18px;
}

footer a {
  text-decoration: none;
  color: #000000;
}

footer a:hover {
  color: #c13e43;
}

.ueber {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;

  margin-top: 100px;
  max-width: 25em;

  padding-bottom: 200px;
}

.ueber p {
  padding-bottom: 20px;
}

.ueber a {
  text-decoration: underline;
  color: #000000;
}

.ueber a:hover {
  color: #599473;
}

section.ueber img {
  width: 200px;
  height: auto;
  border: 5px solid #e8eefa;
  margin-bottom: 50px;
}

.buchung {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;

  margin-top: 120px;
  max-width: 25em;

  padding-bottom: 200px;
}

.buchung p {
  padding-bottom: 20px;
}

.buchung a {
  text-decoration: none;
  color: #000000;
}

.buchung a:hover {
  color: #c13e43;
}

.kontakt {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;
  
  margin-top: 120px;
  max-width: 20em;
}

.kontakt p {
  padding-bottom: 15px;
}

.kontakt a {
  text-decoration: none;
  color: #000000;
}

.kontakt a:hover {
  color: #c13e43;
}

.kontakt div img {
  width: 15px;
}

.kontakt div {
	padding-top: 5px;
}

.regeln {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  padding-top: 120px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 30px;
}

.regeln p {
  padding-bottom: 15px;
}

.regeln a {
  color: #000;
}

section.regeln h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

section.regeln h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

section.regeln h3 {
  font-size: 16px;
  margin-bottom: 3px;
}

section.rabatt {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: yellow;
  text-align: center;
  line-height: 1.2;
}

section.rabatt a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}


.angebote {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;

  margin-top: 100px;
  max-width: 25em;

  padding-bottom: 100px;
}

.angebote p {
  padding-bottom: 20px;
}

section.angebote h1 {
  font-size: 30px;
  margin-bottom: 40px;
}
















@media (max-width: 930px) {

footer {  
  height: 100px;  
  padding: 0 40px 0 30px;
  margin-bottom: 0px;
}

footer p {
  font-size: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

footer img {
  width: 13px;
  margin-left: 3px;
}

footer img.storchlogo {
  width: 35px;
}

footer div.nachweise {
  font-size: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

section.rabatt {
  padding-left: 50px;
  padding-right: 50px;
}

}








@media (max-width: 770px) {
  
body {
	font-size: 20px;
}
  
section, footer {  
  padding: 10px;  
}

footer {
  padding-right: 20px;
}
  
section.titelzeile {
  margin-top: 50px;
} 
  
section.einstieg {
  background-color: #fff;
  padding: 50px 0 52px 0;
 }
  
section.einstieg p {
  max-width: 70%;
  font-size: 24px;
  line-height: 1.4;
}
  
section.text p {
  max-width: 80%;
}
  
section.photo {
	max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.photo img {
  max-width: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}
  
section.intro img {
  object-position: center top;
}

section.landschaft img {
  object-position: left bottom;
}  
  
section.haeuschen img {
  object-position: left center;
}  
  
section.eingang img {
  object-position: left center;
}    
  
section.kueche img {
  object-position: center top;
}  
  
section.balkon img {
  object-position: center top;
}      
  
section.aussicht img {
  object-position: right top;
}     
  
section.blumen img {
  object-position: left center;
}    
  
section.schnee img {
  object-position: left center;
}     
  
section.stoerche img {
  object-position: center center;
}       
    
.ueber {
  font-size: 21px;
  padding-bottom: 100px;
  margin-top: 90px;
}

.ueber p {
  padding: 10px;
}
  
section.ueber img {
  margin-bottom: 30px;
}
    
.buchung {
  font-size: 21px;
  margin-top: 90px;
}
  
.kontakt {
  font-size: 21px;
  margin-top: 90px;
}
  
.kontakt p {
 	padding-bottom: 10px;
} 

.kontakt div img {
  width: 15px;
}

.kontakt div {
  padding-top: 10px;
}  
  
.regeln {
  font-size: 16px;
  padding-top: 70px;
}

section.rabatt {
  padding-left: 30px;
  padding-right: 30px;
}
  
}
 
  







@media (max-width: 730px) {
  
section.titelzeile {
  margin-top: 50px;
}
  
div.mapouter {
  height: 50%;
  max-width: 100%;
  padding: 20px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.mapouter div.gmap_canvas {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
    
footer {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 500px;
  padding: 50px 20px 20px 20px;
}
  
footer div.infozeilen {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  order: 2;
}
  
footer p {
  font-size: 16px;
  padding: 5px 5px;
  text-align: center;
  margin-right: 0px;
}

footer div.socialicons {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  order: 3;
}

footer img {
  width: 16px;
}

footer img.storchlogo {
  width: 55px;
  order: 1;
  margin-left: 0px;
  margin-top: 0px;
}
  
footer div.nachweise {
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
} 
  
}










@media (max-width: 550px) {
  
section.titelzeile {
  margin-top: 40px;
}  
  
body {
	font-size: 20px;
}
  
header {
  display: block;
  height: 90px;
  padding: 16px 50px 10px 50px;
}
  
header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
    
header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
 	margin-top: 5px;
}
  
header nav a {
  font-size: 20px;
}  
  
div.mapouter {
  height: 50%;
  max-width: 100%;
  padding: 20px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.mapouter div.gmap_canvas {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
    
footer {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 500px;
  padding: 50px 20px 20px 20px;
}
  
footer div.infozeilen {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  order: 2;
}
  
footer p {
  font-size: 16px;
  padding: 5px 5px;
  text-align: center;
  margin-right: 0px;
}

footer div.socialicons {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  order: 3;
}

footer img {
  width: 16px;
}

footer img.storchlogo {
  width: 55px;
  order: 1;
  margin-left: 0px;
  margin-top: 0px;
}
  
footer div.nachweise {
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
} 
  
.regeln {
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}
  
}









  
@media (max-width: 430px) {
  
body {
	font-size: 19px;
}
  
section, footer {  
  padding: 8px;  
}
  
.site-title {
  font-size: 20px;
}
  
  section.titelzeile {
  height: 50px;
  margin-top: 35px;
}  

section.titelzeile h2 {
  font-size: 20.5px;
  padding-top: 3px;
}

section.einstieg { 
 	padding: 50px 0 55px 0;
}

section.einstieg p {
  max-width: 85%;
  font-size: 22px;
  line-height: 1.4;
}
  
section.text {
 	width: auto;   
  padding: 35px 0px 40px 0px;
  background-color: #fff;
}  
 
section.text p {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px 0;
  max-width: 90%;
}
  
div.mapouter {
  height: 50%;
  max-width: 100%;
  padding: 20px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.mapouter div.gmap_canvas {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
    
footer {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 500px;
  padding: 50px 20px 20px 20px;
}
  
footer div.infozeilen {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  }
  
footer p {
  font-size: 16px;
  padding: 5px 5px;
  text-align: center;
  margin-right: 0px;
}

footer div.socialicons {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

footer img {
  width: 16px;
}

footer img.storchlogo {
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
}
  
footer div.nachweise {
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
}
  
.ueber {
	font-size: 20px;
	line-height: 1.4;
  padding-bottom: 100px;
  margin-top: 125px;
}

.ueber p {
  padding: 10px;
}
 
section.ueber img {
  margin-bottom: 25px;
}  
  
.buchung {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 180px;
  margin-top: 110px;
}

.buchung p {
  padding: 10px 10px;
}

.kontakt {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 110px;
}

.kontakt p {
  padding: 10px 10px 0px 10px;
}

.kontakt div img {
  width: 16px;
}

.kontakt div {
  padding-top: 15px;
}
  
.regeln {
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4;
}
  
.regeln p {
  padding-bottom: 15px;
}

section.regeln h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

section.regeln h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 6px;
}

section.regeln h3 {
  font-size: 15px;
  margin-bottom: 5px;
}  
 
.angebote {
  margin-top: 110px;
  padding-bottom: 80px;
}
  
section.angebote h1 {
  font-size: 25px;
  margin-bottom: 30px;
}
  
section.photo {
  min-height: 1vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.photo img {
  min-height: 1vh;
  width: auto;
  object-fit: cover;
  object-position: center;
}
  
section.intro {
  min-height: 90vh;
}
  
section.intro img {
  height: 90vh;
  object-position: center center;
}

section.landschaft {
  min-height: 45vh;
}  
  
section.landschaft img {
  height: 45vh;
  object-position: left center;
}
  
section.haeuschen {
  min-height: 45vh;
}   
  
section.haeuschen img {
  height: 45vh;
  object-position: 35% center;
}
 
section.eingang {
  min-height: 45vh;
}   
  
section.eingang img {
  height: 45vh;
  object-position: left center;
}  
      
section.kueche {
  min-height: 45vh;
}

section.kueche img {
  height: 45vh;
  object-position: center top;
}
  
section.balkon {
  min-height: 45vh;
} 
  
section.balkon img {
  height: 45vh;
  object-position: center top;
}
   
section.aussicht {
  min-height: 45vh;
}    
  
section.aussicht img {
  height: 45vh;
  object-position: right center;
}
  
section.blumen {
  min-height: 45vh;
} 

section.blumen img {
  height: 45vh;
  object-position: center;
}
  
section.schnee {
  min-height: 45vh;
}    
  
section.schnee img {
  height: 45vh;
  object-position: center;
}
  
section.stoerche {
  min-height: 45vh;
}    
  
section.stoerche img {
  height: 45vh;
  object-position: center center;
}

section.rabatt {
  line-height: 1.3;
  padding: 18px;
}

 
}

  
  







