@font-face {
  font-family: "Jura";
  src: url("/fonts/Jura/jura.ttf") format("truetype");
}
@font-face {
  font-family: "Jura";
  src: url("/fonts/Jura/static/Jura-Bold.ttf") format("truetype");
  font-weight: bold;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
  --border-radius: 1rem;
  --padding: 5rem 0;
  --padding-single: 5rem;
  --shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  --c_blue: #98C1D9;
  --c_blue_light: #84A59D;
  --c_blue_dark: #3D5A80;
  --c_red: #E07A5F;
  --c_red_dark: #A33B20;
  --c_white: #FFFFFF;
  --c_yellow: #FBFF1F;
  --c_orange: #FA6B04;
  --c_gold: #FFD400;
  --c_black: #000000;
  --c_grey: rgba(0, 0, 0, 0.76);
  --step--4: clamp(0.8192rem, 0.8724rem + -0.0222vw, 0.868rem);
  --step--3: clamp(0.9261rem, 0.9172rem + 0.0445vw, 1.024rem);
  --step--2: clamp(0.9882rem, 0.9616rem + 0.1327vw, 1.28rem);
  --step--1: clamp(1.0544rem, 1.0048rem + 0.248vw, 1.6rem);
  --step-0: clamp(1.125rem, 1.0455rem + 0.3977vw, 2rem);
  --step-1: clamp(1.2004rem, 1.0822rem + 0.5907vw, 2.5rem);
  --step-2: clamp(1.2808rem, 1.1131rem + 0.8383vw, 3.125rem);
  --step-3: clamp(1.3666rem, 1.1357rem + 1.1544vw, 3.9063rem);
  --step-4: clamp(1.4582rem, 1.1468rem + 1.5567vw, 4.8828rem);
  --step-5: clamp(1.5559rem, 1.1425rem + 2.0671vw, 6.1035rem);
  --step-6: clamp(1.6601rem, 1.1175rem + 2.7133vw, 7.6294rem);
  --step-7: clamp(1.7713rem, 1.0654rem + 3.5297vw, 9.5367rem);
  --step-8: clamp(1.89rem, 0.9781rem + 4.5595vw, 11.9209rem);
}

body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: var(--step--1);
  font-family: "Jura", sans-serif;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

.my-btn {
  font-size: var(--step--1) !important;
  width: fit-content;
  height: fit-content;
  background-color: var(--c_grey);
  color: white;
  padding: 1rem 2.5rem;
  border-radius: var(--border-radius);
  margin: 3.5rem 0;
  text-decoration: none;
}

.content-container {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: fit-content;
  min-height: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.content-limiter {
  width: min(70%, 80rem);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.navbar {
  --bs-navbar-padding-y: 0 !important;
  box-shadow: 0 0 3px;
  justify-content: center;
  align-items: center !important;
}
.navbar .navbar-limiter {
  width: min(70%, 80rem);
  justify-content: space-between;
  align-items: center;
}
.navbar .container-fluid {
  width: 100%;
  justify-content: center !important;
  padding: 1rem 0;
  background-color: var(--c_white);
  align-items: center !important;
}
.navbar .navbar-collapse {
  align-items: flex-end;
  flex-grow: 0 !important;
}
.navbar .navbar-brand {
  display: flex;
  background-image: url("/graphics/logo/unikat_logo_text_black.svg");
  background-size: contain;
  height: 30%;
  width: 10rem;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-expand-lg {
  --bs-navbar-padding-y: 0 !important;
}
.navbar .nav-btn {
  display: flex;
  background-color: var(--c_blue_dark);
  color: var(--c_white) !important;
  padding: 0 3rem;
  border-radius: var(--border-radius);
  align-items: center;
  justify-content: center;
}
.navbar .dropdown {
  padding-right: 1rem;
}

.opening {
  background-color: var(--c_blue);
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}
.opening ul {
  display: flex;
  list-style: none;
}
.opening li {
  position: absolute;
  left: 5%;
  top: 3rem;
  background-size: cover;
  width: 90%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.opening li:nth-child(2) {
  background-image: url("/graphics/backgrounds/layer1.svg");
}
.opening li:nth-child(3) {
  background-image: url("/graphics/backgrounds/layer2.svg");
}
.opening .mobile-contact-button {
  display: none;
}

.opening-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(61, 90, 128, 0.9), transparent);
  z-index: 1;
}

.services {
  background-image: url("/graphics/backgrounds/camper4.jpg");
  background-attachment: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.services .card-item {
  background-color: rgba(255, 255, 255, 0.85);
}

.services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}

.about-section {
  background-color: var(--c_blue_dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding);
  background-image: url("/graphics/logo/logo_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30rem;
}

.contact-section {
  background-image: url("/graphics/backgrounds/logo_text_angled_4.svg");
  background-attachment: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  align-content: center;
  justify-content: center;
  display: flex;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: fit-content;
}
.section h1 {
  padding: 7rem 5rem 0 0;
}
.section h1, .section h2, .section h3 {
  width: 100%;
  color: white;
  z-index: 200;
  font-weight: bold;
  align-items: center;
  font-size: var(--step-4);
}
.section h2, .section h3 {
  padding: 3rem 0;
}
.section .opening-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 60svh;
  max-height: min(60svh, 45rem);
  min-height: 30rem;
  width: 100%;
  margin: 3rem 0 3rem 0;
}
.section .opening-grid .item-left-top {
  grid-column: 1/2;
  grid-row: 1/2;
}
.section .opening-grid .card-item {
  margin: 0;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: var(--padding) 0 0;
  position: relative;
  z-index: 3;
}
.section .opening-grid .card-item .card-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  margin: 1rem;
}
.section .opening-grid .card-item .card-icon .gears {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  bottom: 0;
  right: 0;
}
.section .opening-grid .item-left-bot {
  grid-column: 1/2;
  grid-row: 2/3;
}
.section .opening-grid .carousel {
  grid-column: 2/5;
  grid-row: 1/3;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  z-index: 2;
}
.section .opening-grid .carousel-inner,
.section .opening-grid .carousel-item {
  height: 100%;
}
.section .opening-grid .carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .opening-grid .carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 1;
}
.section .opening-grid .carousel-caption {
  z-index: 2;
}

.background-elektrik {
  background-image: url("elektrik/graphics/subpage-background_elektrik.jpg");
}

.background-heizung-klimaanlage {
  background-image: url("heizung-klimaanlage/graphics/subpage-background_heizung-klimaanlage.jpg");
}

.background-fenster-dach {
  background-image: url("fenster-dach/graphics/subpage-background_fenster-dach.jpg");
}

.background-gas-kochen {
  background-image: url("gas-kochen/graphics/subpage-background_gas-kochen.jpg");
}

.background-isolierung {
  background-image: url("isolierung/graphics/subpage-background_isolierung.jpg");
}

.background-pv-anlage {
  background-image: url("pv-anlage/graphics/subpage-background_pv-anlage.jpg");
}

.background-sitze-bodensysteme {
  background-image: url("sitze-bodensysteme/graphics/subpage-background_sitze-bodensysteme.jpg");
}

.background-smart-camper {
  background-image: url("smart-camper/graphics/subpage-background_smart-camper.jpg");
}

.background-wasser-sanitaer {
  background-image: url("wasser-sanitaer/graphics/subpage-background_wasser-sanitaer.jpg");
}

.background-reparatur {
  background-image: url("reparatur/graphics/subpage-background_reparatur.jpg");
}

.subpage-content-container {
  background-attachment: fixed;
  min-height: 100svh;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
}
.subpage-content-container .subpage-content {
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.92);
  width: 100%;
  height: fit-content;
  min-height: 30rem;
  margin-top: 5rem;
  border-radius: var(--border-radius);
  color: var(--c_grey);
  padding: var(--padding-single) var(--padding-single);
}
.subpage-content-container .subpage-content h1 {
  color: var(--c_grey);
  padding: 0;
}
.subpage-content-container .subpage-content h2 {
  color: rgba(0, 0, 0, 0.68);
  padding: 0;
  font-size: var(--step-1);
  padding-top: 1rem;
}
.subpage-content-container .subpage-content .subpage-list {
  width: 100%;
  flex-direction: column;
  list-style-type: disc !important;
  height: fit-content;
  padding: 2rem 0 0 2rem;
  margin: 0;
}
.subpage-content-container .subpage-content .subpage-list li {
  color: var(--c_grey);
  position: relative;
  transform: translate(0);
  width: 100%;
  background-image: none;
  padding: 0 0 1rem 1rem;
  list-style-type: circle;
  margin: 0;
  font-weight: bold;
}

.card-item {
  border-radius: var(--border-radius);
  justify-content: center;
  text-decoration: none;
  box-shadow: var(--shadow);
  background-color: white;
  font-weight: bold;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 100;
  width: 48%;
  transition: ease-in 0.1s;
}
.card-item .card-text {
  width: 70%;
  font-size: var(--step-1);
  height: 100%;
  align-items: center;
  color: var(--c_grey);
}

.card-container {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  padding-bottom: var(--padding-single);
}
.card-container .card-item {
  padding-left: 2rem;
}
.card-container .card-icon {
  width: 30%;
  align-items: center;
  overflow: hidden;
  height: 7rem;
  position: relative;
  justify-content: center;
}
.card-container .card-icon img {
  height: 3rem;
}

/* ABOUT */
.about {
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: var(--border-radius);
  width: 100%;
  height: fit-content;
  padding: 3rem;
  opacity: 1;
  flex-direction: row;
}
.about .text {
  width: 70%;
  font-weight: lighter;
  line-height: 1.5;
  font-size: var(--step-0);
}
.about .text h3 {
  padding-bottom: 2rem;
}
.about .images {
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  opacity: 1;
  gap: 1rem;
}
.about .circle {
  width: 15rem;
  height: 15rem;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
}
.about .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.contact-container {
  height: 40rem;
  min-height: fit-content;
  flex-direction: row;
  padding: var(--padding);
  width: 100%;
  justify-content: space-between;
}
.contact-container .contacts {
  width: 50%;
  background-color: var(--c_blue_dark);
  padding: 2rem;
  align-items: center;
  justify-content: center;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.contact-container .contacts h3 {
  color: white;
  padding: 2rem;
}
.contact-container .contact-button {
  width: 90%;
  height: 5.5rem;
  background-color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  color: black;
  border-radius: 0.5rem;
  font-size: var(--step-0);
  box-shadow: var(--shadow);
}
.contact-container .maps-container {
  width: 50%;
}
.contact-container .maps-container .card-activation {
  background-color: var(--c_blue_dark);
  width: 100%;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 1rem;
}
.contact-container .maps-container .card-activation button {
  border: none;
}
.contact-container .maps-container .card-activation img {
  height: 10rem;
  width: 100%;
}
.contact-container .maps-container .card-activation .card-button {
  cursor: pointer;
  height: 3rem;
}
.contact-container .maps-container .card-activation .card-text {
  width: 80%;
  font-size: var(--step--4);
  color: white;
  height: fit-content;
  text-decoration: none;
  text-align: center;
}
.contact-container .maps-container .card-activation .card-text .text-color {
  display: inline;
  color: #fec75f;
  text-decoration: underline;
}
.contact-container .maps-container .maps {
  display: none;
  width: 100%;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.footer-container {
  background-color: var(--c_black);
  color: var(--c_white);
  font-size: var(--step--3);
  justify-content: center;
}
.footer-container .footer-group {
  width: 33%;
  align-items: flex-start;
  padding: 1rem;
  justify-items: flex-start;
  align-content: flex-start;
  height: 100%;
}
.footer-container .footer-group .sub-group {
  width: 49%;
}
.footer-container .footer-group .headline {
  font-weight: 800;
  width: 100%;
  padding: 1rem 0 3rem 0;
}
.footer-container .footer-group a {
  height: fit-content;
  padding-bottom: 1rem;
  text-decoration: none;
  color: grey;
  width: 100%;
}

@media (max-width: 80rem) {
  .content-limiter {
    width: 80%;
  }
  .navbar .navbar-limiter {
    width: 80%;
  }
  .about .text {
    width: 100%;
  }
  .about .images {
    padding-top: 2rem;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 2rem;
  }
}
.subpage-law {
  width: 95%;
  padding: 8rem 0;
}
.subpage-law ol {
  padding: 0 0 0 2rem;
}
.subpage-law ol li {
  padding-top: 2rem;
}
.subpage-law h4, .subpage-law h3, .subpage-law h2, .subpage-law h5 {
  padding-top: 2rem;
}

@media (max-width: 61.94rem) {
  .dropdown {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47rem) {
  .content-limiter {
    width: 95%;
  }
  .navbar .navbar-limiter {
    width: 95%;
  }
  .card-item {
    display: flex;
    width: 48%;
  }
  .card-container .card-icon {
    width: 30%;
    align-items: center;
    overflow: hidden;
    height: 5rem;
    position: relative;
  }
  .card-container .card-icon img {
    height: 3rem;
  }
  .card-item {
    width: 100%;
  }
  .card-item .card-text {
    width: 70%;
    font-size: var(--step-1);
    height: 100%;
    align-items: center;
    padding-left: 2rem;
    color: var(--c_grey);
  }
  .content-limiter {
    width: 90%;
  }
  .content-limiter-100 {
    width: 100% !important;
  }
  .about-section {
    padding: 0 0;
    width: 100%;
    background-size: 80%;
  }
  .about {
    margin: 0;
    flex-direction: column;
    width: 100%;
    border-radius: 0;
  }
  .about .text {
    width: 100%;
  }
  .contact-section {
    background-image: none;
  }
  .contact-container {
    flex-direction: column;
    height: fit-content;
    padding: 0;
    background-image: none;
  }
  .contact-container .contacts {
    width: 100%;
    border-radius: 0;
    gap: 1rem;
    padding: 2rem 0 2rem 0;
  }
  .contact-container #card-button {
    height: 6rem;
  }
  .contact-container .contact-button {
    height: 6rem;
    width: 90%;
    font-size: var(--step-2);
  }
  .contact-container .maps-container {
    width: 100%;
    border-radius: 0;
    height: 50%;
  }
  .contact-container .maps-container .card-activation {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 1rem;
    height: fit-content;
  }
  .contact-container .maps-container .maps {
    height: 100%;
    min-height: 70svh;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .subpage-content-container {
    min-height: fit-content;
    background-image: none;
  }
  .subpage-content-container .content-limiter {
    width: 100%;
  }
  .subpage-content-container .subpage-content {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 6rem 1rem 1rem 1rem;
    background-color: rgb(255, 255, 255);
  }
  .marquee-container {
    padding: 3rem 0 3rem 0 !important;
  }
  .marquee-container .marquee-headline {
    padding-bottom: 3rem !important;
    font-size: var(--step-4) !important;
  }
  .marquee-container .marquee__content img {
    height: 60px !important;
  }
  section {
    padding: 0;
  }
  section .opening-grid {
    height: fit-content;
    max-height: fit-content;
    margin: 0;
  }
  .opening {
    padding: 0;
    height: fit-content;
    background-image: none;
    background-attachment: scroll;
    background-color: var(--c_blue);
  }
  .opening .mobile-contact-button {
    display: flex;
  }
  .opening ul {
    display: none;
  }
  .opening h1, .opening h2, .opening h3 {
    width: 90%;
    padding: var(--padding-single) 0;
  }
  .opening h1 {
    padding-top: 7rem;
    padding-bottom: 0;
    font-size: var(--step-8);
  }
  .opening .opening-grid {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    max-height: 100svh;
    gap: 1rem;
    margin: 0;
    justify-content: center;
  }
  .opening .opening-grid #carousel {
    display: none;
  }
  .opening .opening-grid .card-item {
    width: 90% !important;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.91);
    height: 5rem;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .opening .opening-grid .card-item .card-text {
    position: relative;
    padding-left: 4rem;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .opening .opening-grid .item-left-top {
    align-items: center;
    justify-content: center;
  }
  .opening .opening-grid .item-left-top .text {
    width: 100%;
    height: 100%;
  }
  .opening .opening-grid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    z-index: 1;
  }
  .services {
    background-image: none;
    background-attachment: scroll;
    background-color: #D4F0C4;
  }
  .navbar .navbar-limiter {
    width: 90%;
  }
  .card-item {
    display: flex;
    width: 100%;
  }
  .footer-container .footer-group {
    width: 100%;
    height: fit-content;
    justify-content: center;
  }
  .footer-container .footer-group .sub-group {
    width: 100%;
  }
}
@media (hover: hover) {
  .card-item:hover {
    transform: scale(1.05);
  }
}

/*# sourceMappingURL=main.css.map */
