/*
Theme Name: Haus Pension Dorfer
Theme URI: https://haus-dorfer.at
Author: Thomas Dorfer
Author URI: https://haus-dorfer.at
Description: Modernes, responsives Theme für Haus Pension Dorfer mit Elementor-Kompatibilität, braun-goldenem Design und externem Slider.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hausdorfer
Tags: custom-menu, custom-logo, elementor, responsive
*/

/* WordPress Theme: Haus Pension Dorfer */
/* Beschreibung: Elementor-kompatibles Theme in Braun/Gold */

/* style.css */
/* Theme Header für WordPress */

/*
Theme Name: Haus Pension Dorfer
Theme URI: https://haus-dorfer.at
Author: Thomas Dorfer
Description: Modernes, responsives Theme für Haus Pension Dorfer mit Elementor-Kompatibilität, braun-goldenem Design und externem Slider.
Version: 1.0
*/

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f9f7f5;
  color: #3e2f1c;
}
a {
  color: #bfa76a;
  text-decoration: none;
}
a:hover {
  color: #d6b866;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #2e2012;
  color: white;
  z-index: 999;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.logo {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.logo img {
  max-height: 50px;
  height: auto;
  width: auto;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #bfa76a;
  margin: 4px 0;
  border-radius: 2px;
}

.menu {
  flex: 2;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background: #2e2012;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  color: #f9f7f5;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(191, 167, 106, 0.1);
  margin: 0 2px;
  border-radius: 3px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.menu a:hover, .menu a:focus {
  background-color: #bfa76a;
  color: #2e2012;
  border-bottom: 2px solid #d6b866;
}

@media (max-width: 768px) {
  .menu {
    display: none;
    width: 100%;
    flex-direction: column;
    background: white;
    padding: 10px 0;
  }
  .menu.active {
    display: flex;
  }
  .menu a {
    padding: 15px;
    text-align: center;
    margin: 0;
    background-color: transparent;
    color: #2e2012;
  }
  .menu a:hover {
    background-color: #bfa76a;
    color: white;
  }
  .menu-toggle {
    display: flex;
  }
}

.slider {
  margin-top: 80px;
  height: 400px;
  background: url('https://via.placeholder.com/1600x400?text=Slider+Platzhalter') center center no-repeat;
  background-size: cover;
}

.airbnb-section {
  background: #e8ddc7;
  text-align: center;
  padding: 30px;
}
.airbnb-section a {
  background: #bfa76a;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 18px;
}
.airbnb-section a:hover {
  background: #d6b866;
}

footer {
  background: #3e2f1c;
  color: white;
  padding: 20px;
  text-align: center;
}
.footer-menu {
  margin-bottom: 10px;
}
.footer-menu a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin: 0 8px;
}
.footer-menu a:hover {
  text-decoration: underline;
}
