@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(./assets/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 400;
  src: url(./assets/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}
body, html {
  height: 100%;
  margin: 0;
  width: 100%;
}

a {
  font-size: 20;
  font-weight: bold;
}

p.overline {
  font-size: 1.5rem;
  color: #707070;
}

p.white {
  font-size: 1.25rem;
  color: #fff;
}

a.white {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
}

h2.display-5 {
  font-size: 3rem;
}

h2.display-4 {
  font-size: 2.5rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

figcaption {
  font-size: 1rem !important;
}

#leistungen,
#us {
  overflow-x: hidden;
}

#us {
  overflow-y: hidden;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.big-image {
  width: 100%;
  height: 120vh;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-clip: url("./assets/video.mp4");
}
.big-image::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.7;
}
.big-image .impressum-img {
  background-color: #fff;
}
.big-image .top-menu {
  position: relative;
  z-index: 3;
}
.big-image .hero-text {
  top: 25%;
  z-index: 2;
}
.big-image .hero-btn {
  font-size: 25px;
}

.nav-link {
  font-weight: bold !important;
}

.container {
  position: relative;
}

figcaption {
  font-size: 0.75rem;
  padding-top: 1em;
}

.btn {
  font-size: 24;
  font-weight: bold;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li {
  display: inline;
}
nav li:hover a {
  color: #E22226 !important;
}

li {
  color: #fff;
}
li span {
  position: relative;
  left: 40px;
}

li:hover a {
  color: #E22226 !important;
}

.carousel-item {
  display: inline-block;
  width: 700px;
  height: 620px;
  background-color: #E22226;
}

.kontakt {
  background-color: #E22226;
}

.navbar .logo-white {
  display: block;
}
.navbar .logo-black {
  display: none;
}
.navbar.fixed-top {
  position: fixed;
  top: 0;
  z-index: 8;
  background-color: #fff;
  margin-top: 0 !important;
}
.navbar.fixed-top .container-fluid {
  margin-top: 0 !important;
}
.navbar.fixed-top .logo-white {
  display: none;
}
.navbar.fixed-top .logo-black {
  display: block;
  width: 148px;
  height: 68px;
  margin-right: 0 !important;
}
.navbar.fixed-top .container-fluid {
  margin: 0;
}
.navbar.fixed-top ul li a {
  color: #000 !important;
}
.navbar.fixed-top li:hover a {
  color: #E22226 !important;
}

section#icons {
  margin-top: -5em;
}

.panelle {
  width: 100% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.ref-img {
  display: block !important;
  padding: none !important;
}

.navbar.fixed-top {
  padding: 1rem 9em 1rem 9em !important;
}

.maps {
  font-weight: 400;
}

.underline:hover {
  text-decoration: underline;
}

.owl-theme .owl-dots .owl-dot span {
  background: #E18183 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #E22226 !important;
}

.owl-carousel .owl-nav button {
  color: #E22226 !important;
  background: #fff !important;
  font-size: 25px !important;
}

.owl-theme .owl-nav {
  text-align: left !important;
}
.owl-theme .owl-nav button.owl-prev {
  margin-left: 13em;
}
.owl-theme .owl-nav button.owl-next {
  margin-left: 9em;
}

.red-square button.owl-next {
  margin-left: 7em !important;
}
.red-square .owl-theme .owl-dots {
  top: 94.8%;
}

.owl-theme .owl-dots {
  pointer-events: all;
  position: absolute;
  top: 95.5%;
  left: 18.8%;
}

.red-square .owl-theme .owl-dots {
  top: 94.6%;
  left: 18.7%;
}

.container-text {
  position: absolute;
  bottom: -3.5em;
  right: 8%;
  width: 38.5vw;
  z-index: 5;
}
.container-text .text-row {
  display: flex;
  justify-content: space-between;
}

.info {
  color: #E22226;
  cursor: default;
}
.info .date {
  font-size: 8em;
  font-weight: 400;
}
.info .date-text {
  font-size: 1em;
  font-weight: 400;
}

.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.second-button {
  border: none;
}

.animated-icon2 span {
  background: #000 !important;
}

#carousel-kundendienst,
#carousel-sicherheit,
#carousel-haushalt,
#carousel-maschinenbau,
#carousel-erneuerbare,
#carousel-gebaeudetechnik {
  height: 630px !important;
}

.kunden-list {
  line-height: 100%;
}

.panelle {
  width: 100% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.owl-carousel {
  margin-left: 8.4em;
}

.container-text {
  display: block;
}

.karriere-text {
  max-width: 19.6em;
  font-weight: 500;
}

.job-title {
  max-width: 15em;
}

section {
  overflow-x: hidden;
}

.nav-mobile {
  text-decoration-color: #000;
}

#jobs-container .row .job:first-child {
  margin-right: 0.75rem;
}
#jobs-container .row .job:last-child {
  margin-left: 0.75rem;
}

/* Add a media query for tablets (e.g., iPad) */
@media (max-width: 820px) {
  body {
    font-size: 16px; /* Adjust the font size for better readability on smaller screens */
  }
  .navbar.fixed-top {
    padding: 1em 4em !important;
  }
  .offcanvas {
    max-width: 80%;
  }
  .job-title {
    max-width: 100% !important;
  }
  .custom-margin {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  #jobs-container .row .job:first-child {
    margin-right: 0 !important;
  }
  #jobs-container .row .job:last-child {
    margin-left: 8.33333333% !important;
  }
  .container-carousel {
    margin: 12px !important;
  }
  .owl-carousel {
    margin: 12px !important;
  }
  p {
    margin: 1px !important;
  }
  .karriere-text {
    padding: 0 4em;
    max-width: 100%;
  }
  .kunden-list {
    line-height: 200% !important;
    padding-right: 1rem !important;
  }
  .container-text {
    display: none;
  }
  /* Adjust the position of owl-nav buttons on smaller screens */
  .owl-theme .owl-nav {
    text-align: center !important;
  }
  .owl-theme .owl-nav button.owl-prev {
    margin-right: 4.5em !important;
  }
  .owl-theme .owl-nav button.owl-next {
    margin-left: 4.5em !important;
  }
  .red-square .owl-theme .owl-nav button.owl-prev {
    margin-right: 3.5em !important;
  }
  .red-square .owl-theme .owl-nav button.owl-next {
    margin-left: 3.5em !important;
  }
  .red-square .owl-theme .owl-dots {
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
    top: 95% !important;
    margin: 0 !important;
  }
  .owl-theme .owl-dots {
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
    top: 95% !important;
    margin: 0 !important;
  }
  /* Adjust the position of owl-nav buttons on phones */
  .owl-theme .owl-nav {
    text-align: center;
  }
  .owl-theme .owl-nav button.owl-prev,
  .owl-theme .owl-nav button.owl-next {
    margin-left: 0.2em;
  }
}
/* Add a media query for phones */
@media (max-width: 480px) {
  body {
    font-size: 14px; /* Further reduce the font size for better readability on phones */
  }
  .navbar.fixed-top {
    padding: 1em 1em !important;
  }
  h2.display-5 {
    font-size: 2rem;
  }
  p.white {
    font-size: 1rem;
  }
  .ref-text {
    max-width: 100% !important;
  }
  #referenzen .ref-img {
    padding: 1em !important;
  }
  .custom-margin {
    margin-left: 1em;
    margin-right: 1em;
  }
  /* Adjust the width and height of the carousel items for smaller screens */
  .carousel-item {
    width: 100%;
    height: 400px;
  }
  /* Adjust the height of the carousel items for phones */
  .carousel-item {
    height: 300px;
  }
  .owl-theme .owl-dots {
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
    top: 92.3% !important;
    margin: 0 !important;
  }
  #jobs-container .row .job:first-child {
    margin-right: 0 !important;
  }
  #jobs-container .row .job:last-child {
    margin-left: 8.33333333% !important;
    margin-top: 3em;
  }
  /* Hide the background video on phones to save bandwidth and improve performance */
  .animated-icon2 span {
    background: #000;
  }
  .owl-carousel {
    margin: 0px !important;
  }
  .container-carousel {
    margin: 0px !important;
  }
  .karriere-text {
    padding: 2em;
  }
  .item {
    padding: 50px 0 0 15px;
  }
  .red-icon {
    top: 0%;
    left: 2%;
  }
}/*# sourceMappingURL=styles.css.map */