:root {
  --primeBg: #ff8000;
  --primeBgDark: #ff4000;
  --ciHeader: #ff6a00;
  --prime: #000000;
  --ciBlack: #000000;
  --ciLinkHover: #fcffb1;
  --ciWhite: #ffffff;
  --ciRed: #ff0000;
  --ciGreen: #00dc00;
  --ciHover: #ffa040;
  --ciHover2: #fb7e2a;
  --ciSecond: #6d6d6d;
  --headerHeight: 16rem;
  --primeShadow: #131010;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: rgb(245, 29, 29);
  background: linear-gradient(180deg, rgb(245, 29, 29) 0%, rgb(255, 128, 0) 50%, rgb(252, 176, 69) 100%);
  background-attachment: fixed;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}

body {
  height: 100vh;
  margin: 2rem auto;
}

body {
  width: 80%;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1rem;
}

#company_logo {
  height: 90%;
  background: var(--ciHover);
  border-radius: 1rem;
  padding: 0.5rem;
}

header {
  padding: 2rem 2rem;
  background-color: var(--ciHeader);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header nav {
  width: 850px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  gap: 0.7em;
}
header nav .linkLabel {
  max-height: 50%;
  font-size: 2rem;
  font-weight: bold;
  text-wrap: nowrap;
  text-align: center;
  border: none;
  border-radius: 3rem 0;
  padding: 1em 1.5em;
  transition: 250ms all;
}
header nav .linkLabel:hover {
  cursor: pointer;
  background-color: var(--ciHover);
  transform: translate(0, -0.5rem);
}
header .btn_preisrechner {
  display: inline-block;
  background-color: var(--primeBgDark);
  color: var(--ciWhite);
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3rem 0;
  padding: 1em 1.5em;
  transition: ease 150ms;
}
header .btn_preisrechner:hover {
  background-color: var(--ciHover);
  color: var(--ciBlack);
}

#toggle_button {
  display: none;
}

.bar > img {
  height: 5rem;
  display: none;
}

input[name=headerLink] {
  display: none;
}

.firstBox {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 25rem;
  transition: 250ms all;
}
.firstBox .slider {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 25rem;
}
.firstBox .slider p {
  font-size: 1.6rem;
  display: flex;
  width: 50%;
  padding: 3rem;
}
.firstBox .slider ul {
  width: 30%;
  margin: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}
.firstBox .slider ul li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  list-style: none;
  min-height: 25%;
  border: none;
  border-radius: 3rem 0;
  transition: 250ms all;
}
.firstBox .slider ul li:hover {
  cursor: pointer;
  background-color: var(--ciHover);
  transform: translate(0.5rem, 0);
}
.firstBox .slider .img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.firstBox .slider .img:hover > .item {
  position: relative;
  z-index: 3;
  transform: scale(1.1);
}
.firstBox .slider .img .item {
  height: 100%;
  transition: all 250ms;
  background-position: center center;
  background-size: cover;
}
.firstBox .item-1 {
  display: flex;
}

.kontakt,
.infoBox {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 1.5em;
}
.kontakt p,
.infoBox p {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding: 0 1rem;
}
.kontakt p a,
.infoBox p a {
  font-size: 1.6rem;
}

.kontakt {
  flex-direction: column;
}

.item-3, .item-2, .item-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  z-index: -1;
}

.deco3d,
.pdfPreislisten,
.infoBox,
.kontakt,
#company_logo,
header,
header .login button {
  box-shadow: 3px 3px 5px var(--primeShadow);
}

.boxmargin1rem {
  margin: 1rem 0;
}

#pdfPreislisten3,
#slider3link3 {
  display: none;
}

.priceSelect {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
  justify-content: start;
  align-items: center;
  transition: 250ms all;
}
.priceSelect li {
  min-width: 250px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.5rem;
  list-style: none;
  border: none;
  border-radius: 3rem 0;
  background-color: transparent;
  transition: 250ms all;
}
.priceSelect li:hover {
  cursor: pointer;
  background: var(--ciHover);
  transform: translate(0.5rem, 0);
}
.priceSelect input {
  display: none;
}

.displayNone {
  display: none;
  width: 100%;
}

.pdfPreislisten {
  display: flex;
  width: 100%;
  height: 1000px;
}
.pdfPreislisten embed {
  width: 100%;
  height: 100%;
}

.kontakt,
.infoBox {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: start;
  padding: 1.5rem;
  font-weight: bold;
}
.kontakt p,
.infoBox p {
  line-height: 2.5rem;
}
.kontakt .containerKontakt,
.infoBox .containerKontakt {
  min-width: 20%;
}
.kontakt .containerOeffnungzeiten,
.infoBox .containerOeffnungzeiten {
  max-width: 70%;
  font-weight: bold;
}

footer {
  padding: 1.5rem 1.5rem 4rem 1.5rem;
}

@media (max-width: 1000px) {
  .linkLabel {
    display: none;
  }
  .bar > img {
    display: block;
  }
  #toggle_button:checked ~ .linkLabel {
    display: flex;
    flex-wrap: wrap;
  }
  nav {
    width: 100%;
    flex-direction: column;
  }
  .pdfPreislisten {
    max-height: 50vh;
  }
}/*# sourceMappingURL=style.css.map */