/* Base navbar style (transparent for homepage) */
.topnav {
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  padding: 10px 40px;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

/* Style for content pages navbar */
.content-page .topnav {
  background-color: transparent;
}

.contact-page {
  background-color: #fff7e8;
  margin: 0;
  min-height: 100vh;
}

.contact-page .topnav a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.topnav a {
  color: #ffffff;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: color 0.3s ease, transform 0.3s ease;
}

.topnav a:hover {
  color: #f7b85c;
  transform: translateY(-2px);
  background-color: transparent;
}

.topnav a.active {
  color: #f7b85c;
}

.nav-center {
  display: flex;
  align-items: center;
  gap: 1.2em;
  margin-left: auto;
  justify-content: flex-end;
}

.logo {
  display: flex;
  align-items: center;
  margin-right: 0.7em;
}

.logo img {
  height: 100px;
  width: auto;
  object-fit: contain;
}
.company-name {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: luminous;
  padding: 0.3em 1.2em;
  border-radius: 4px;
  margin-right: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-block;
}
.home {
  text-align: center;
  color: #333;
  font-family: "Arial", sans-serif;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  margin: 0;
}

.wrapper {
  max-inline-size: 1000px;
  margin-inline: auto;
}
.Aul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
}
a:hover {
  background: #217dbb;
}
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

/* HERO SECTION */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 1;
}
.welcome-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none !important;
  padding: 2.5rem 2rem 2rem 2rem;
  border-radius: 12px;
  box-shadow: none !important;
  gap: 0.5rem;
}
.welcome-text {
  font-family: "Oregano", cursive;
  font-size: 4.5rem;
  font-weight: bold;
  color: #f7b85c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
.to-text {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.2em;
  letter-spacing: 0.2em;
}
.subtitle {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2rem;
  color: #fff;
  background: none !important;
  padding: 0.7em 1.5em;
  border-radius: 6px;
  margin-top: 0.5em;
  text-align: center;
  box-shadow: none !important;
}

.topnav a {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.5em 1.3em;
  text-decoration: none;
  font-weight: 400;
  margin-right: 0.2em;
  transition: all 0.3s ease;
  letter-spacing: 0.04em;
  text-transform: none;
  background: transparent;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.content-page .topnav a {
  text-shadow: none;
}

.topnav a:hover {
  color: #f7b85c;
  transform: translateY(-2px);
}

.topnav a.active {
  color: #f7b85c;
}

/* Make all nav and hero boxes invisible */
.logo,
.company-name,
.nav-link,
.welcome-box,
.subtitle {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Content Page Layout */
.content-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100vw;
  padding: 40px;
  background: #e8f5e9;
}
.content-left {
  flex: 0 0 420px;
  background: #111;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 100vh;
}
.content-label {
  font-family: "Inter", sans-serif;
  font-size: 24pt;
  font-style: normal;
  text-transform: uppercase;
  background: #f7b85c;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
}
.content-title {
  background: #f7b85c;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  padding: 1.1em 0.7em 1.1em 0.7em;
  border-radius: 6px;
  margin: 1.2em 0 0.7em 0;
  line-height: 1.1;
}
.content-info-box {
  background: #0066cc;
  color: white;
  padding: 15px 20px;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 20pt;
  line-height: 1.4;
}
.content-info-font {
  font-size: 0.95em;
  color: #b3e0ff;
  display: block;
  margin-top: 0.2em;
}
.content-right {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2.5rem 2.5rem 2.5rem 1.5rem;
  background: #fff;
}
.website-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
}
.website-card {
  display: flex;
  align-items: center;
  background: #ff0000;
  padding: 15px;
  border-radius: 4px;
  height: 100px;
  width: 100%;
  margin-bottom: 15px;
}

.website-logo {
  min-width: 100px;
  height: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-family: "Inter", sans-serif;
}
.website-desc {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  flex-grow: 1;
}

.website-name {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 4px;
}

.website-details {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.9);
}

.website-explanation {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

.website-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
  opacity: 0.9;
}
.website-link {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-top: 0.2em;
  word-break: break-all;
}
@media (max-width: 900px) {
  .content-layout {
    flex-direction: column;
  }
  .content-left,
  .content-right {
    width: 100%;
    min-height: unset;
  }
  .website-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .welcome-text {
    font-size: 2.5rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
}
.team-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

.team-title {
  text-align: center;
  font-size: 36px;
  font-family: "Neue Einstellung", sans-serif;
  margin-bottom: 40px;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.team-member {
  text-align: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.team-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.team-member h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.team-member p {
  font-family: "Montserrat", sans-serif;
  color: #666;
  line-height: 1.6;
}
.contact-form-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-form-section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.form-group textarea {
  height: 120px;
  resize: vertical;
}

button[type="submit"] {
  background: #333;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  transition: background 0.3s;
}

button[type="submit"]:hover {
  background: #555;
}

@media (max-width: 768px) {
  .team-container {
    flex-direction: column;
    align-items: center;
  }

  .team-member {
    width: 100%;
    max-width: 300px;
  }

  .form-group input {
    width: calc(100% - 22px);
  }
}

/* Social Links Styles */
.page-social-links {
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
}

.page-social-links h3 {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.page-social-links.floating {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-social-links.floating .social-icons {
  flex-direction: column;
}

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #f7b85c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, background-color 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  transform: translateY(-3px);
  background-color: #333;
}

.social-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* Footer Styles */
.footer {
  background-color: #333;
  padding: 40px 0 20px;
  margin-top: 60px;
  width: 100%;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.social-profiles {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
}

.team-social {
  text-align: center;
}

.team-social h3 {
  font-family: "Montserrat", sans-serif;
  color: #f7b85c;
  font-size: 18px;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #f7b85c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, background-color 0.3s;
}

.social-icon:hover {
  transform: translateY(-3px);
  background-color: #fff;
}

.social-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.social-icon:hover img {
  filter: brightness(0);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #555;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

@media (max-width: 600px) {
  .social-profiles {
    flex-direction: column;
    gap: 30px;
  }
}
.website-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.website-card {
  width: 280px; /* reduce width */
  padding: 1rem; /* reduce padding */
  background-color: #d32f2f; /* red background */
  color: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Logo section */
.website-logo img {
  width: 40px; /* or try 30px for even smaller */
  height: auto;
}

/* Text section */
.website-desc {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem; /* smaller text */
}

.website-name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.website-details,
.website-explanation {
  font-size: 0.75rem;
  line-height: 1.2;
}
.website-logo img {
  width: 40px; /* or try 30px for even smaller */
  height: auto;
  margin-right: 0.75rem;
}
body {
  background: linear-gradient(135deg, #2e026d, #8e2de2, #ff6a00);
}
* {
  animation: none;
  transition: none;
}
