@charset "UTF-8";
@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

body {
  position: relative;
}

a:hover {
  cursor: pointer;
}

#ab_header {
  padding-top: 7rem;
  padding-bottom: 7rem;
  color: #fff;
  position: relative;
  background: none;
  min-height: 60vh;
  overflow: hidden;
}
#ab_header > * {
  position: relative;
  z-index: 1;
}
#ab_header h1 b {
  display: block;
  font-size: 5rem;
  line-height: 8rem;
}
#ab_header h1 span {
  font-size: 1.8rem;
  background: #fff;
  color: #000;
  padding: 7px 26px;
  border-radius: 3px;
}
#ab_header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 4.5em;
}
#ab_header li a {
  padding: 1rem;
  border: 2px solid #000;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  color: #fff;
  background: #000;
}
#ab_header li:first-child {
  margin-right: 30px;
}
#ab_header li:first-child a {
  background: #dc0000;
  color: #fff;
  border: 2px solid #dc0000;
}

#ab_header::before {
  content: "";
  position: absolute;
  inset: -10px;
  background-image: url("SimonGarage2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(2px) brightness(0.65);
  z-index: 0;
}

#ab_nav {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
#ab_nav main {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
}
#ab_nav main a {
  max-width: 22vw;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
}
#ab_nav main a img {
  width: 100%;
}
#ab_nav main ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#ab_nav main ul * {
  margin: auto;
}
#ab_nav main .ab_contact {
  background: #dc0000;
  padding: 1em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}
#ab_nav main #lang {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1.5px solid #d0d5dd;
  border-radius: 8px;
  padding: 8px 36px 8px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#ab_nav main #lang:hover {
  border-color: #dc0000;
}
#ab_nav main #lang:focus {
  outline: none;
  border-color: #3b4fcf;
  box-shadow: 0 0 0 3px rgba(59, 79, 207, 0.15);
}
#ab_nav main #lang option[value=DE]::before {
  content: "🇩🇪 ";
}
#ab_nav main #lang option[value=FR]::before {
  content: "🇫🇷 ";
}
#ab_nav main #lang option[value=EN]::before {
  content: "🇬🇧 ";
}
#ab_nav main option[value=DE] {
  background: #fff url("") no-repeat;
}

#ab_main section {
  padding: 6.4em 0;
}
#ab_main ul.main {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
#ab_main li.main {
  list-style: none;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: box-shadow 0.2s, transform 0.2s;
  z-index: 0;
}
#ab_main li.main {
  background-color: #fff;
  background-size: cover;
  background-position: center bottom;
}
#ab_main li.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0.97) 55%, rgb(255, 255, 255) 80%);
  z-index: 1;
  border-radius: 8px;
}
#ab_main li.main > * {
  position: relative;
  z-index: 2;
}
#ab_main li.main:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  transform: translateY(-3px);
}
#ab_main li.main > img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#ab_main li.main > h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
}
#ab_main li.main > h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #dc0000;
  margin: 8px auto 0;
  border-radius: 2px;
}
#ab_main li.main > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#ab_main li.main > ul > li {
  list-style: none;
  display: flex;
  justify-content: center;
}
#ab_main li.main > ul > li > p {
  margin: 0;
  font-size: 0.875rem;
  color: #000;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
}
#ab_main .offer {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 5px 7px;
  border: 1.5px solid #dc0000;
  background: #dc0000;
  border-radius: 10px;
}
#ab_main .offer:hover {
  cursor: pointer;
}

section h2 + p {
  padding: 20px 0 50px;
  margin: auto;
  text-align: center;
}

#ab_about img {
  max-width: clamp(100px, 100%, 1000px);
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}

#kontakt {
  display: grid;
  gap: 12px 40px;
  align-items: start;
}

#kontakt div {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 20px;
}
#kontakt div a {
  margin: 0;
}

#kontakt > h2 {
  grid-column: 1/-1;
  margin-bottom: 8px;
}

#kontakt-intro {
  grid-column: 1/-1;
  color: #555;
  margin: 0 0 8px;
  padding-bottom: 0;
}

#kontakt a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a2e;
  text-decoration: none;
  padding: 12px 16px;
  border: 1.5px solid #dc0000;
  background: #fff;
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin: 0 auto;
}

#kontakt a.accent {
  background: #dc0000;
  color: #fff;
  max-width: 320px;
}

#kontakt > a:hover {
  border-color: #dc0000;
  box-shadow: 0 2px 8px rgba(197, 6, 50, 0.1);
  cursor: pointer;
}

#kontakt > a img {
  width: 22px;
  height: 22px;
}

#kontakt > h3 {
  grid-column: 1/-1;
  margin: 4em auto 0.7em;
  font-size: 1.2rem;
  color: #1a1a2e;
}

#kontakt > h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #dc0000;
  margin: 6px 0 0;
  border-radius: 2px;
}

#kontakt > address {
  grid-column: 1/-1;
  font-style: normal;
  color: #555;
  font-size: 0.95rem;
}

#maps-google, #maps-apple {
  justify-content: center;
  font-size: 0.9rem !important;
  background: #f5f7fa;
}

#kontakt > p {
  grid-column: 1/-1;
  margin: 0 auto;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

#kontakt address {
  margin: 0 auto;
}

#kontakt time {
  font-style: italic;
}

#kontakt > p:first-of-type {
  margin: 0 auto;
}

#heute-status {
  font-weight: 700 !important;
  font-size: 1rem !important;
}

#kontakt > img {
  grid-column: 1/-1;
  align-self: start;
  height: auto;
  width: clamp(100px, 90%, 700px);
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  display: block;
}

iframe {
  display: none;
}

@media (max-width: 768px) {
  #kontakt {
    grid-template-columns: 1fr;
  }
  #maps-google, #maps-apple {
    grid-column: 1;
  }
}
#ab_footer {
  background: #dc0000;
  color: #fff;
  padding: 48px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

#ab_footer > p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

#ab_footer > a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
  margin: 0 8px;
}

#ab_footer > a:hover {
  color: #ffffff;
}

#ab_footer div > a:nth-of-type(1) {
  order: 0;
}

#ab_footer > a:nth-of-type(2) {
  margin-top: -16px;
}

#ab_footer > img {
  border-radius: 8px;
  opacity: 0.85;
  width: clamp(100px, 20vw, 600px);
}

#ab_footer > hr {
  border: none;
  border-top: 1px solid #a80202;
  width: 100%;
  margin: 8px 0;
}

#ab_footer > em {
  font-style: normal;
  font-size: 0.8rem;
  color: #fff;
}

body > * {
  padding: 0 clamp(5vw, 3rem + 8vw, 20vw);
}

h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
}

h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #dc0000;
  margin: 8px auto 0;
  border-radius: 2px;
}

h2 + p {
  margin: 8px auto 0;
  font-size: 1rem;
  color: #555;
  max-width: 540px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1280px) {
  #ab_header h1 b {
    font-size: 4rem;
    line-height: 5rem;
  }
  #ab_header h1 span {
    font-size: 1.2rem;
    padding: 7px 16px;
  }
  #ab_main ul.main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  body > * {
    padding: 0 8vw;
  }
  #ab_nav {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  #ab_nav main > a:first-of-type {
    display: none;
  }
  #ab_footer {
    padding: 48px 24px 125px;
  }
}
@media (max-width: 600px) {
  #ab_main ul.main {
    grid-template-columns: 1fr;
  }
  body > * {
    padding: 0 3vw;
  }
  #ab_header h1 span {
    font-size: calc(0.5rem + 1vw);
    padding: 7px 8px;
  }
  #ab_header li:first-child {
    margin-bottom: 50px;
  }
  #ab_nav main {
    font-size: 0.9em;
  }
  #ab_nav main .ab_contact {
    background: #dc0000;
    padding: 0.5em 0.7em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    color: white;
    text-decoration: none;
    border-radius: 8px;
  }
}/*# sourceMappingURL=main.css.map */