@font-face {
  font-family: "BiloxiScript";
  src: url("/wp-content/themes/benesh/fonts/BiloxiScript.eot");
  src: url("/wp-content/themes/benesh/fonts/BiloxiScript.eot")
      format("embedded-opentype"),
    url("/wp-content/themes/benesh/fonts/BiloxiScript.woff2") format("woff2"),
    url("/wp-content/themes/benesh/fonts/BiloxiScript.woff") format("woff"),
    url("/wp-content/themes/benesh/fonts/BiloxiScript.ttf") format("truetype"),
    url("/wp-content/themes/benesh/fonts/BiloxiScript.svg#BiloxiScript")
      format("svg");
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #1a1a1a;
  color: #ffffff;
  line-height: 1.6;
  padding: 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header styles */
.header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.phone {
  color: #ffffff;
  text-decoration: none;
}

.logo {
  font-weight: 500;
  font-size: 1.2em;
}

/* Main content styles */
.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.thanks {
  font-size: 100px;
  margin-bottom: 30px;
  font-family: "BiloxiScript";
  color: white !important;
}

.message {
  max-width: 800px;
  margin-bottom: 20px;
}

.message.light {
  font-weight: 200;
}

/* Footer styles */
.footer {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: auto;
}

.contact-info {
  margin-bottom: 20px;
}

.contact-info a {
  color: #ffffff;
  text-decoration: none;
}

.opening-times {
  margin-bottom: 20px;
}

.imprint {
  text-align: center;
  margin-top: 20px;
}

.imprint a {
  color: #ffffff;
  text-decoration: none;
}

/* Additional styles for legal pages */
.legal-content {
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.legal-content .thanks {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.legal-text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.legal-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.legal-text p {
  margin-bottom: 20px;
}

.legal-text a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

.legal-text a:hover {
  border-bottom: 2px solid #ffffff;
}

@media (max-width: 768px) {
  .legal-content {
    padding: 20px;
  }

  .legal-text {
    font-size: 14px;
  }

  .legal-text h2 {
    font-size: 1.2em;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer * {
    text-align: center;
  }

  .logo {
    height: 20px;
  }

  div,
  p {
    font-size: 14px;
  }

  .main-content {
    padding: 10px;
  }

  .footer-switch {
    display: flex;
    flex-direction: column-reverse;
  }

  .thanks {
    font-size: 60px;
  }
}

.spacer {
  height: 25px;
}
