*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  text-decoration: none;
}

html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 1199px) {
  html {
    font-size: 61%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 60%;
  }
}

::-moz-selection {
  color: #fff;
  background: #455a64;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

::selection {
  color: #fff;
  background: #455a64;
  transition: 0.2s;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(76.5, 76.5, 76.5);
  border-radius: 10px;
  background-color: #cbd8de;
}

::-webkit-scrollbar-track:hover {
  background-color: #718792;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #455a64;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6c0b0b;
}

body {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background-color: rgba(69, 90, 100, 0.08);
  font-family: reg, sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3;
  hyphens: auto;
}

@font-face {
  font-family: thin;
  src: url(Sofia_Sans/static/SofiaSans-Thin.ttf) format("truetype");
}
@font-face {
  font-family: light;
  src: url(Sofia_Sans/static/SofiaSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: lighti;
  src: url(Sofia_Sans/static/SofiaSans-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: reg;
  src: url(Sofia_Sans/static/SofiaSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: regi;
  src: url(Sofia_Sans/static/SofiaSans-Italic.ttf) format("truetype");
}
@font-face {
  font-family: med;
  src: url(Sofia_Sans/static/SofiaSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: demi;
  src: url(Sofia_Sans/static/SofiaSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: bold;
  src: url(Sofia_Sans/static/SofiaSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: black;
  src: url(Sofia_Sans/static/SofiaSans-Black.ttf) format("truetype");
}
.bold {
  font-family: bold;
}

.tac {
  text-align: center !important;
}

.tt {
  text-transform: uppercase;
}

.small {
  font-size: 1.2rem !important;
}

.bold {
  font-family: bold;
}

.black {
  font-family: black;
}

.white {
  color: #fff;
}

.reg {
  font-family: reg;
}

.light {
  font-family: light;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left;
}

.tt {
  text-transform: uppercase;
}

.small {
  font-size: 1.2rem !important;
}

h1 {
  padding: 0 0 0.5rem 0;
  font-family: bold;
  font-size: clamp(3rem, 5.5vw, 4rem);
  line-height: 1.1;
  hyphens: none;
}
h1 span {
  font-family: thin;
}

h2 {
  padding: 0 0 0.5rem 0;
  font-family: bold;
  font-size: clamp(3.5rem, 5.5vw, 4.2rem);
  line-height: 1.1;
  hyphens: none;
}
h2 span {
  font-family: thin;
}

h3 {
  padding: 0 0 0.5rem 0;
  font-family: med;
  color: #455a64;
  letter-spacing: -0.8px;
  font-size: clamp(2.2rem, 5vw, 2.8rem);
  line-height: 1.1;
  hyphens: none;
}
h3 span {
  font-family: thin;
}

.sub-h1h2 {
  padding: 0 0 1rem 0;
  font-family: reg;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2rem);
  letter-spacing: -0.8px;
  line-height: 1.1;
  color: #666666;
  hyphens: none;
}
@media (max-width: 550px) {
  .sub-h1h2 {
    margin: 0 0 clamp(1.23rem, 2.7vw, 2rem);
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  h1,
  h2 {
    font-size: clamp(3rem, 5.5vw, 3.5rem);
    padding: 0 0 0.5rem 0;
  }
  .sub-h1h2 {
    font-size: 2rem;
    letter-spacing: -0.8px;
  }
}
h4 {
  font-family: med;
  letter-spacing: -0.5px;
  font-size: clamp(1.7rem, 3.5vw, 2rem);
  hyphens: none;
}

p.col {
  font-family: light;
  font-size: 1.6rem;
  line-height: 1.4;
  hyphens: auto;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  p.col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    -moz-column-fill: balance;
         column-fill: balance;
    text-align: justify;
    -moz-column-rule: 1px dotted rgb(178.5, 178.5, 178.5);
         column-rule: 1px dotted rgb(178.5, 178.5, 178.5);
  }
}
p.col span.bold {
  font-family: demi;
}
p.col:not(:last-child) {
  margin-bottom: clamp(1rem, 2.8vw, 1.5rem);
}

p {
  font-family: reg;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
  line-height: 1.4;
  hyphens: auto;
  margin-bottom: 1rem;
}

a.neg {
  text-decoration: none;
  color: #fff;
}
a.neg:hover {
  color: #98898a;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.abstand1 {
  height: 1rem;
}

.abstand2 {
  height: 2rem;
}

.abstand3 {
  height: 3rem;
}

.abstand4 {
  height: 4rem;
}

.abstand5 {
  height: 5rem;
}

.abstand6 {
  height: 6rem;
}

.abstand7 {
  height: 7rem;
}

.abstand8 {
  height: 8rem;
}

.abstand9 {
  height: 9rem;
}

.abstand10 {
  height: 10rem;
}

.abstand13 {
  height: 13rem;
}

@media (max-width: 1024px) {
  .abstand2 {
    height: 1rem;
  }
  .abstand3 {
    height: 1.5rem;
  }
  .abstand4 {
    height: 2rem;
  }
  .abstand5 {
    height: 2rem;
  }
  .abstand6 {
    height: 3.6rem;
  }
  .abstand7 {
    height: 3rem;
  }
  .abstand8 {
    height: 4rem;
  }
  .abstand9 {
    height: 5rem;
  }
  .abstand10 {
    height: 7rem;
  }
  .abstand13 {
    height: 10rem;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    margin: 0 4rem;
  }
}

.flexHor {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.dib {
  display: inline-block;
}

.panorama {
  position: relative;
  width: 100%;
  height: 550px;
}
.panorama img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.panoramadark {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panoramadark img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.panoramadark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#777, rgb(30, 30, 30));
  mix-blend-mode: multiply;
}
.panoramadark-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.panoramadark-text .headline {
  font-size: clamp(2.2rem, 4vw, 5rem);
  color: #fff;
  margin-bottom: 2rem;
}
.panoramadark-text .fliesstext {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.panoramadark-text .fliesstext a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.panoramadark-text .fliesstext a:hover {
  text-decoration: underline;
  color: #718792;
}
@media (max-width: 450px) {
  .panoramadark {
    height: 300px;
  }
  .panoramadark-text {
    padding: 0 2rem;
    transform: translateY(-50%) scale(0.9);
    line-height: 1.2;
  }
  .panoramadark-text .headline {
    margin-bottom: 0.7rem;
  }
}

.linedivider {
  display: block;
  margin: 4rem auto;
  width: 130px;
  height: 3px;
  background-color: #455a64;
  transition: all 0.4s;
}
@media (max-width: 850px) {
  .linedivider {
    width: 75px;
    margin: 2.6rem auto;
  }
}

.linie {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #333333;
  padding-bottom: 2px;
}

.top {
  position: fixed;
  right: 2rem;
  bottom: 40%;
  width: 30px;
  height: 30px;
  padding-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #455a64;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  font-size: 1.6rem;
  border: 1px solid #666666;
  transition: all 0.3s;
}
.top:hover {
  transition: all 0.2s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background-color: #634f51;
  border: 1px solid #fff;
}
.top.active {
  bottom: 3.5%;
  opacity: 1;
  visibility: visible;
  transition: all 0.9s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes shadow {
  0% {
    background-position: 130% 0%;
  }
  33% {
    background-position: 50% 0%;
  }
  55% {
    background-position: 0% 0%;
  }
  80% {
    background-position: -50% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}
.hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url(./images/Baustellen-Hero-Image.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero .blackBack {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.hero .company {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .company-text {
  padding: 15px 25px;
  font-family: light;
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  color: #fff;
  border-top: 1px solid #e0a902;
  border-bottom: 1px solid #e0a902;
}
.hero .company-logo {
  height: 200px;
  margin-bottom: 4.5rem;
}
.hero .company-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero .footer-copy {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  font-size: 1.35rem;
  color: #fff;
}
.hero .footer-copy .divider {
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
.hero .footer-copy a {
  color: #e0a902;
}
.hero .contact {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .contact-text {
  max-width: 60ch;
  font-family: reg;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  hyphens: none;
}
.hero .contact a {
  display: inline;
  margin-top: 2.6rem;
  position: relative;
  padding: 12px;
  border: 2px solid #e0a902;
  color: #e0a902;
}
.hero .contact a:hover {
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 990px) and (orientation: landscape) {
  .hero .company {
    height: 55%;
  }
  .hero .company-logo {
    height: 100px;
    margin-bottom: 2rem;
  }
  .hero .company-text {
    padding: 10px 20px;
    font-size: 2.1rem;
  }
  .hero .contact-text {
    max-width: 60ch;
    font-family: reg;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    hyphens: none;
  }
  .hero .contact a {
    display: inline;
    margin-top: 2.1rem;
    position: relative;
    padding: 9px;
    border: 2px solid #e0a902;
    color: #e0a902;
  }
  .hero .contact a:hover {
    border: 2px solid #fff;
    color: #fff;
  }
}
@media (max-width: 550px) {
  .hero .company-text {
    font-size: 2.5rem;
  }
}

.breite {
  position: fixed;
  top: 5px;
  right: 5px;
  color: rgb(76.5, 76.5, 76.5);
  font-weight: 300;
  font-size: 1rem;
}
.breite span {
  font-size: 1rem;
}

ul li {
  list-style-type: none;
}
ul li a {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */