/*
Theme Name: ATS Aqua EXPO XXL Divi Child
Theme URI: https://www.aquaexpoxxl.de/
Description: Schlankes Child Theme fuer die Aqua EXPO XXL Divi-5-Portierung. Enthält nur projektspezifisches CSS und kleine, update-sichere Anpassungen.
Author: ATS EDV-Service / Andreas Tanke
Author URI: https://www.ats-edv-service.de/
Template: Divi
Version: 0.1.0
Text Domain: ats-aquaexpo-divi-child
License: GPL-2.0-or-later
*/


:root {
  --aexxl-blue: #103868;
  --aexxl-blue-2: #184878;
  --aexxl-blue-dark: #083058;
  --aexxl-light: #e8f0f8;
  --aexxl-white: #ffffff;
  --aexxl-text: #092b4c;
  --aexxl-line: rgba(255,255,255,.78);
  --aexxl-radius: 14px;
}

body .aexxl-header-shell,
body .aexxl-page,
body .aexxl-plugin-footer-wrapper {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
}

body .aexxl-header-shell * {
  box-sizing: border-box;
}

.aexxl-header-shell {
  width: 100%;
  background: var(--aexxl-blue);
  color: #fff;
  position: relative;
  z-index: 9999;
}

.aexxl-desktopbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  background: var(--aexxl-blue);
}

.aexxl-desktop-logo {
  display: flex;
  align-items: center;
  width: 210px;
  min-width: 210px;
  margin-left: 0;
}

.aexxl-desktop-logo img {
  display: block;
  width: 210px;
  height: auto;
}

.aexxl-desktop-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding-right: 18px;
}

.aexxl-desktop-nav a,
.aexxl-nav-item a,
.aexxl-nav-item span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .02em;
  text-decoration: none;
  padding: 28px 10px;
  line-height: 1;
}

.aexxl-nav-item {
  display: flex;
  align-items: center;
}

.aexxl-nav-item span {
  padding-left: 0;
}

.aexxl-mobilebar {
  display: none;
  min-height: 102px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--aexxl-blue);
}

.aexxl-mobile-logo img {
  display: block;
  width: min(235px, 68vw);
  height: auto;
}

.aexxl-burger {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.aexxl-burger span {
  display: block;
  height: 4px;
  background: #fff;
  border-radius: 999px;
}

.aexxl-menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.aexxl-mobile-panel {
  display: none;
}

.aexxl-page {
  background: var(--aexxl-blue);
  color: #fff;
  overflow-x: hidden;
}

.aexxl-countdown-section {
  background: #fff;
  color: #061d34;
  text-align: center;
  padding: 24px 16px 31px;
}

.aexxl-countdown-section h1 {
  margin: 0 0 18px;
  font-size: clamp(22px, 5.6vw, 31px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .01em;
}

.aexxl-countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.aexxl-countdown div {
  background: var(--aexxl-light);
  border: 1px solid #d6e0ea;
  border-radius: var(--aexxl-radius);
  width: 88px;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aexxl-countdown strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(31px, 7vw, 42px);
  line-height: 1;
  color: #061d34;
  font-weight: 900;
}

.aexxl-countdown span {
  margin-top: 9px;
  font-size: 13px;
  color: #53697e;
  font-family: Arial, Helvetica, sans-serif;
}

.aexxl-blue-section {
  background: var(--aexxl-blue);
  color: #fff;
  text-align: center;
  padding: clamp(48px, 7vw, 72px) 18px;
}

.aexxl-blue-section h2,
.aexxl-footerlike-section h2 {
  margin: 0 0 18px;
  font-size: clamp(25px, 5.2vw, 34px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .03em;
}

.aexxl-blue-section h3 {
  font-size: clamp(19px, 4.8vw, 25px);
  font-weight: 900;
  line-height: 1.45;
  margin: 22px 0 16px;
}

.aexxl-blue-section p {
  max-width: 710px;
  margin: 0 auto 24px;
  line-height: 1.8;
  font-size: clamp(15px, 2.5vw, 18px);
}

.aexxl-line {
  max-width: 760px;
  height: 2px;
  background: var(--aexxl-line);
  margin: 0 auto 24px;
}

.aexxl-wide-line {
  max-width: 880px;
  height: 3px;
  background: var(--aexxl-line);
  margin: 0 auto 18px;
}

.aexxl-garnelen {
  opacity: .75;
  font-size: clamp(20px, 5vw, 34px);
  line-height: 1;
  margin: 20px auto 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.aexxl-video-thumb {
  position: relative;
  display: block;
  max-width: 930px;
  margin: 0 auto 24px;
  border-radius: 9px;
  overflow: hidden;
  text-decoration: none;
}

.aexxl-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.aexxl-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 72px;
  height: 50px;
  border-radius: 12px;
  background: #e11d13;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 6px 18px rgba(0,0,0,.3);
}

.aexxl-pill {
  display: inline-block;
  background: #fff;
  color: #1b2530;
  border-radius: 999px;
  padding: 13px 31px;
  font-size: 16px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.aexxl-about-section {
  padding-top: 0;
}

.aexxl-about-section .aexxl-strong {
  font-weight: 900;
  line-height: 1.65;
}

.aexxl-thank-img {
  display: block;
  width: min(100%, 700px);
  margin: 10px auto 0;
  height: auto;
}

.aexxl-interview-section {
  padding-top: 0;
}

.aexxl-interview-thumb {
  max-width: 930px;
}

.aexxl-footerlike-section {
  background: var(--aexxl-blue-2);
  color: #fff;
  text-align: center;
  padding: 60px 20px 36px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.aexxl-socials {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 28px 0 48px;
}

.aexxl-socials a {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 31px;
  text-decoration: none;
}

.aexxl-socials .fb { background: #526fb4; }
.aexxl-socials .ig { background: #ff2f68; }
.aexxl-socials .yt { background: #df1b09; }
.aexxl-socials .rss { background: #ff943b; font-size: 14px; text-transform: uppercase; }

.aexxl-contact-info-grid {
  max-width: 760px;
  margin: 0 auto 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.aexxl-contact-info-grid h3 {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 900;
}

.aexxl-contact-placeholder {
  text-align: left;
}

.aexxl-contact-placeholder h3 {
  text-align: center;
}

.aexxl-contact-placeholder p {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.aexxl-contact-placeholder code {
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}

.aexxl-form-mock label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin: 18px 0 8px;
}

.aexxl-form-mock input,
.aexxl-form-mock textarea {
  width: 100%;
  border: 0;
  background: #fff;
  min-height: 33px;
}

.aexxl-form-mock textarea {
  min-height: 118px;
}

.aexxl-form-mock button {
  display: block;
  width: 180px;
  height: 41px;
  border: 0;
  background: var(--aexxl-blue);
  color: #fff;
  font-weight: 700;
  margin: 18px auto 0;
}

.aexxl-info-links {
  text-align: center;
}

.aexxl-info-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 0 12px;
  font-size: 16px;
}

.aexxl-powered {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 34px;
  margin-top: 20px;
}

.aexxl-powered p {
  font-size: 13px;
  margin-bottom: 30px;
}

.aexxl-powered img {
  width: min(230px, 60vw);
  height: auto;
}

.aexxl-ats-footer-shortcode {
  margin-top: 34px;
  font-size: 13px;
  opacity: .9;
}

@media (max-width: 980px) {
  .aexxl-desktopbar { display: none; }
  .aexxl-mobilebar { display: flex; }

  .aexxl-mobile-panel {
    position: fixed;
    inset: 0;
    display: block;
    background: #e8f0f8;
    color: #092b4c;
    transform: translateX(-105%);
    transition: transform .25s ease;
    z-index: 10000;
    overflow-y: auto;
  }

  .aexxl-menu-toggle:checked ~ .aexxl-mobile-panel {
    transform: translateX(0);
  }

  .aexxl-mobile-panel-head {
    background: var(--aexxl-blue);
    color: #fff;
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 900;
  }

  .aexxl-mobile-panel-head label {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
  }

  .aexxl-mobile-nav {
    display: block;
  }

  .aexxl-mobile-nav > a,
  .aexxl-mobile-nav summary {
    display: block;
    color: #092b4c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    padding: 26px 26px;
    border-bottom: 1px solid #d3dde7;
    cursor: pointer;
    list-style: none;
  }

  .aexxl-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .aexxl-mobile-nav summary:after {
    content: "+";
    float: right;
    font-weight: 400;
  }

  .aexxl-mobile-nav details[open] summary:after {
    content: "–";
  }

  .aexxl-mobile-nav details a {
    display: block;
    color: #092b4c;
    text-decoration: none;
    font-size: 16px;
    padding: 16px 42px;
    background: rgba(255,255,255,.45);
    border-bottom: 1px solid #dbe4ec;
  }

  .aexxl-countdown {
    gap: 8px;
  }

  .aexxl-countdown div {
    width: calc((100vw - 58px) / 4);
    max-width: 79px;
    min-height: 72px;
  }

  .aexxl-countdown strong {
    font-size: 29px;
  }

  .aexxl-countdown span {
    font-size: 11px;
  }

  .aexxl-blue-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .aexxl-contact-info-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 300px;
  }

  .aexxl-socials {
    gap: 13px;
  }

  .aexxl-socials a {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .aexxl-mobilebar {
    min-height: 104px;
  }

  .aexxl-mobile-logo img {
    width: 210px;
  }

  .aexxl-blue-section h2,
  .aexxl-footerlike-section h2 {
    font-size: 24px;
  }

  .aexxl-video-section {
    padding-top: 57px;
  }

  .aexxl-garnelen {
    font-size: 22px;
  }
}