@media (min-width: 768px) {
  .herobild {
    height: 600px!important;
  }
}

.herobild {
  height: 500px;
  background: url("../../assets/img/hero/Gruppenbild-4.jpeg") center / cover;
}

.container-intro {
}

.cta-feld {
  padding: 40px 20px;
  background-color: rgba(255,255,255,0);
  width: 50%;
  /*max-width: 700px!important;*/
  /*min-height: 200px;*/
  /*flex-grow: 1;*/
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  margin-top: -100px;
}

.introfeld {
  padding: 40px 20px;
  background-color: white;
  width: 50%;
  max-width: 700px!important;
  min-height: 200px;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  margin-top: -100px;
  position: relative;
}

@media (min-width: 576px) {
  .introfeld {
    padding: 40px 40px;
  }
}

.introtext {
  font-size: 1.1rem;
  margin-top: 30px;
}

main .container, footer .container {
  max-width: 940px;
}

.hero-team-flur {
  background: url("../../assets/img/hero/twist-team-flur.webp") top / cover;
}

.hero-weltkarte {
  background: url("../../assets/img/hero/hero-weltkarte.jpg") center / cover;
}

.hero-kunden {
  background: url("../../assets/img/hero/hero-collage-kunden.jpg") top / cover;
}

.hero-prozessbegleitung {
  background: url("../../assets/img/hero/hero-prozessbegleitung.webp") top / cover;
}

.hero-team-flur-2 {
  background: url("../../assets/img/hero/twist-team-flur-2.jpg") top / cover;
}

.hero-meeting {
  background: url("../../assets/img/hero/twist-meeting.webp") top / cover;
}

.hero-kernteam {
  background: url("../../assets/img/hero/hero-kernteam.jpg") top / cover;
}

.hero-rundgang {
  background: url("../../assets/img/hero/besprechungsraum.jpeg") top / cover;
}

.hero-stadtplan {
  background: url("../../assets/img/hero/twist-fassade-1.webp") center / cover no-repeat, #e5ffb5;
}

.hero-training {
  background: url("../../assets/img/hero/hero-training-2400.webp") top / cover;
}

.hero-touche {
  background: url("../../assets/img/hero/touche.jpg") top / cover;
}

.hero-bueroraum {
  background: url("../../assets/img/hero/bueroraum.jpg") center / cover;
}

.hero-arbeitsplatz {
  background: url("../../assets/img/hero/twist-arbeitsplatz.webp") top / cover;
}

.hero-team-vernissage {
  background: url("../../assets/img/hero/twist-team-vernissage-2.webp") top / cover;
}

.hero-berater {
  background: url("../../assets/img/hero/twist-team-vernissage-1.webp") top / cover;
}

.hero-workshop {
  background: url("../../assets/img/hero/hero-expertenforum.webp") top / cover;
}

.hero-bibliothek {
  background: url("../../assets/img/hero/bibliothek.jpg") center / cover;
}

.hero-dna {
  background: url("../../assets/img/hero/dna.png") center / cover;
}

.hero-mitarbeit {
  background: url("../../assets/img/hero/hero-mitarbeit.webp") top / cover;
}

.hero-aktuell {
  background: url("../../assets/img/hero/hero-aktuelles.webp") center / cover;
}

.container-breit {
  max-width: 1280px;
}

.footer-twist {
  color: var(--bs-primary);
}

.footer-twist h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-twist li a {
  /*color: rgba(255,255,255,0.66);*/
  text-decoration: none;
}

.footer-twist li a:hover {
  color: rgba(96,226,255,0.8);
}

.hero {
  margin-top: 60px;
}

.kacheln-diagnostik {
  background-color: #fbceb1;
}

.container-breit {
  max-width: 1280px!important;
}

.rounded-top-only {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.container-breit {
}

.bg-verlauf-nach-secondary {
  background: linear-gradient(rgba(255,255,255,0), var(--bs-secondary));
}

.abstand-ohne-hero {
  margin-top: 100px;
}

#logo35 {
  top: 300px;
  left: 10px;
  background-color: rgba(255,255,255,.9);
  padding: 10px;
  width: 100px;
  z-index: 100;
}

@media (min-width: 576px) {
  #logo35 {
    top: 160px;
    left: 20px;
    width: 100px;
  }
}

@media (min-width: 992px) {
  #logo35 {
    top: 180px;
    width: 140px;
  }
}

@media (min-width: 992px) {
  body.startseite #logo35 {
    top: 180px;
    width: 240px;
  }
}

.region-block {
  margin-top: 40px;
  border: 1px solid #dcdcdc;
}

