/*
Theme Name: AdlerPalast
Theme URI: http://example.com/
Author: Stackpearls Team
Author URI: http://example.com/
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
*/

:root {
  --primary-color: #adb5bd; 
  --primary-light-color: #dee2e6;
  --primary-dark-color: #212529;
  --secondary-color: #e4e4e4; 
  --gold-color: #443228;
  --gold-light-color: #cdc4ab;
}

  @font-face {
    font-family: 'Open Sans Condensed';
    src: url('assets/fonts/OpenSans-CondLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  body {
    font-family: "Open Sans Condensed", "Arial", "Helvetica", sans-serif;
    background-color: var(--primary-dark-color);
    color: var(--secondary-color);
  }
  
  .top-header {
    height: 30px;
    background-color: var(--primary-dark-color);
    padding: 0 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-header i {
    font-size: 20px;
    color: var(--secondary-color);
}

/* Logo */
.header-logo {
    background-color: var(--primary-color);
    padding: 30px 0;
    text-align: center;
}

.header-logo img {
    width: 150px;
}

/* Desktop Menu */
.header-menu {
    background-color: var(--primary-light-color);
    box-shadow: 0px 4px 6px var(--primary-dark-color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 67px;
}

.header-menu ul {
    width: 1280px;
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.header-menu ul li {
    padding: 20px 20px;
    color: var(--gold-color);
    font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease-in-out;
}

.header-menu ul li a {
    color: var(--gold-color);
    text-decoration: none;
    cursor: pointer;
}

.header-menu ul li:hover {
    border-bottom: 3px solid var(--gold-color);
    color: var(--secondary-color);
}

/* Mobile Overlay Menu Styles */
.overlay-menu {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    overflow-y: auto;
    padding-top: 60px;
}

.overlay-content {
    color: var(--gold-color);
    text-align: center;
}

.overlay-nav {
    list-style-type: none;
    padding: 0;
}

.overlay-nav li {
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    list-style-type: none;
}

.overlay-nav li a {
    color: var(--gold-color);
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.overlay-nav li:hover {
    background-color: var(--primary-dark-color);
}

.mobile-menu-icon {
	display: none;
	background-color: var(--primary-light-color);
  text-align: center;
}

.mobile-menu-icon button {
  color: var(--gold-color);
  padding: 10px;
}

.mobile-menu-icon button span {
  font-size: 20px;
}

/* Close Button */
.close-btn {
    font-size: 30px;
    color: var(--gold-color);
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}

/* Show Overlay on Menu Toggle */
.overlay-menu.show {
    display: block;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .header-menu {
      display: none;
  }
  .mobile-menu-icon {
      display: block;
  }
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
  .header-logo img {
      width: 80%;
  }
}
  
  /* Footer  */
  
  .footer {
    background-color: var(--primary-dark-color);
    color: var(--secondary-color);
  }
  
  .footer input[type=text] {
    border: 1px solid var(--primary-light-color);
    background-color: transparent;
  }
  
  .footer input:focus {
    border-color: var(--gold-color); /* Change border color */
    color: var(--secondary-color); /* Change text color */
    outline: none; /* Remove default outline */
    transition: all 0.3s ease; /* Smooth transition */
  }
  
  .footer hr {/* Very thin line */
    background-color: var(--primary-dark-color); /* Line color */
    width: 100%; /* Optional: Adjust the width */
    margin: 10px auto; 
    border-width: 0.1px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    gap: 50px;
  
  }
  
  .footer-column {
    padding: 20px 0;
    width: 25%;
  }
  .footer-column p {
    font-size: 13px;
    font-weight: lighter;
    line-height: 1.3rem;
  }
  
  .footer-column h3 {
    text-align: center;
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: lighter;
  }

  .footer-column h4{
    font-size: 18px;
  }
  
  .footer-column table {
    border: none;
    font-size: 13px;
    border-collapse: collapse;
  }
  
  .footer-column table th, .footer-column table td {
    border: none;
  }
  
  .newsletter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
  .newsletter span {
    font-weight: lighter;
    font-size: 13px;
  }
  .newsletter button {
    background-color: var(--gold-color);
    border: none;
    color: var(--secondary-color);
    width: fit-content;
    font-weight: 500;
    padding: 10px 20px;
    margin: auto;
  }
  
  .newsletter-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
  }
  
  .also_visit {
    text-align: center;
  }
  .also_visit img {
    width: 300px;
  }
  
  .excellentby-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  
  .excellentby-images img {
    width: 75px;
    height: 150px;
  }
  
  .contact-details {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  
  .openingtimes-2 table th {
    float: left;
    padding: 10px;
  }

  .openingtimes-2 table td {
    float: right;
    width: 200px;
    padding: 10px;
    text-align: end;
  }
  
/* Mobile Responsiveness */
 
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .footer-column {
      width: 100%; /* Make each column span the full width on small screens */
      text-align: center; /* Center-align content for better readability */
  }

  .footer-column h3 {
      font-size: 18px; /* Adjust heading size for mobile screens */
  }

  .footer-column p {
      font-size: 12px; /* Adjust paragraph text size */
  }

  .newsletter {
      align-items: center; /* Center-align newsletter form */
  }

  .newsletter button {
      font-size: 14px; /* Adjust button size */
      padding: 8px 16px; /* Adjust button padding */
  }

  .newsletter span {
      font-size: 12px; /* Adjust label text size */
  }

  .also_visit img {
      width: 200px; /* Reduce image size for smaller screens */
  }

  .excellentby-images img {
      width: 60px;
      height: 120px; /* Adjust image dimensions */
  }

  .contact-details {
      font-size: 14px; /* Adjust contact details font size */
  }

  .openingtimes-2 table td, .openingtimes-2 table th {
      font-size: 12px; /* Adjust table text size */
      width: auto; /* Auto-adjust column widths */
      float: none; /* Disable floating for better alignment */
      text-align: center; /* Center-align text in tables */
      padding: 8px; /* Adjust padding for smaller screens */
  }
}

@media (max-width: 576px) {
  .footer-column h3 {
      font-size: 16px; /* Further reduce heading size */
  }

  .footer-column p {
      font-size: 11px; /* Further reduce paragraph text size */
  }

  .newsletter button {
      font-size: 12px; /* Adjust button font size */
  }

  .also_visit img {
      width: 150px; /* Further reduce image size */
  }

  .excellentby-images img {
      width: 50px;
      height: 100px; /* Further adjust image dimensions */
  }

  .contact-details {
      font-size: 12px; /* Further adjust font size */
  }
}

/* =========================
   Google Language Translator Styling
   ========================= */
.header-menu #google_language_translator {
  display: inline-block;
  vertical-align: middle;
}

#google_language_translator select.goog-te-combo {
  padding: 5px 10px !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  color: #333 !important;
  cursor: pointer;
	margin: -0.25rem 0 0rem 0 !important;
}

.goog-logo-link, 
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0 !important;
}

@media (max-width: 768px) {
  .header-menu #google_language_translator {
    margin-top: 10px;
    display: block;
  }
}

