:root {
  /* ///////////Farben */
  --primary: rgb(245, 255, 250);
  --secondary: #20161d;
  /* --secondary: rgb(58, 64, 70); */
  --font-color: rgb(58, 64, 70);
  --aktiv-color: rgb(154, 233, 35);
  --shadow: rgba(0, 0, 0, 0.4);

  /* ////////Font-Size */
  --mobileSmallFontsize: 15px;
  --mobileFontsize: 25px;
  --deskFontsize: 20px;

  /* ////////Nav-Font-Size */
  --navFontsizeMob: 20px;
  --navFontsizeDesk: 24px;

  /* /////////Überschriften */
  --h1Mob: 30px;
  --h2Mob: 28px;
  --h3Mob: 30px;

  --h1Desk: 30px;
  --h2Desk: 30px;
  --h3Desk: 22px;
}
/* Allgemein */

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--font-color);
  scroll-behavior: smooth;
  font-family: "Source Sans Pro", sans-serif;
  font-family: "Roboto";
  font-size: var(--mobileSmallFontsize);
  scrollbar-width: 13px;
  scrollbar-color: rgb(189, 189, 189);
}
*::-webkit-scrollbar {
  width: 13px;
}
*::-webkit-scrollbar-track {
  /* background: red; */
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgb(189, 189, 189);
  /* background-color: var(--secondary); */
  border-radius: 20px;
  border: transparent;
  padding: 0 1px;
  /* border: 1px solid red; */
}
::selection {
  /* background-color: var(--secondary); */
  background-color: var(--aktiv-color);
  color: #fff;
}
a {
  text-decoration: none;
  color: var(--font-color);
}
nav ul li span:hover,
a:hover {
  color: var(--aktiv-color);
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
/* // */
body {
  min-height: 100vh;
}
main {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.active {
  color: var(--aktiv-color);
}
.covidInfo {
  width: 100%;
  padding: 20px;
  /* background-color: rgba(32, 22, 29, 0.13); */
  border: 2px solid red;
  border-radius: 10px;
  text-align: justify;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: red;
  hyphens: auto;
}
.covidInfo a {
  text-decoration: underline;
  color: red;
}
.covidInfo a:hover {
  color: var(--secondary);
}
.mainArticle {
  min-height: calc(100vh - 500px);
}
main p {
  text-align: justify;
  margin: 10px 0 30px 0;
}

/* /////////////////////////////////////////Sticky Cards */
.mainContentContainer {
  height: 100vh;
  width: 100%;
  /* position: sticky;
  top: 0; */
  margin: 100px 0;
}
.mainContentContainer h2 {
  height: var(--h2Mob);
  width: 100%;
  font-size: var(--h2Mob);
  margin: 0 0 20px 0;
  text-align: center;
  /* background-color: purple; */
}

/* /////////////////////////////////////////Produkte */
.produktContainer {
  height: calc(100vh - var(--h2Mob));
  background-color: coral;
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
}
.produktContainer .produktBox {
  height: 33.333%;
  width: 100%;
  position: relative;
}
.produktContainer a {
  height: 100%;
  width: 100%;
  background-color: pink;
}
.produktContainer .produktBox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.produktContainer a {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.produktContainer a > p {
  font-size: var(--h2Mob);
  text-align: center;
  padding: 20% 0;
  color: #fff;
}
.produktContainer .produktBox > p {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: var(--h2Mob);
  text-align: center;
  padding: 20% 0;
  color: #fff;
  margin: 0;
}
.produkteDesk {
  display: none;
}
/* /////////////////////////////////////////mobile Kollektion Menu */
.tepKollektion a {
  height: 25%;
}
.tepKollektionRows {
  /* background-color: red; */
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.tepKollektionRow {
  height: 100%;
  width: 100%;
  background-color: cyan;
  position: relative;
}
.tepKollektionRow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tepKollektionRow div {
  opacity: 0;
  transition: opacity 0.1s;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-evenly;
}
.tepKollektionRow div span {
  font-size: 35px;
  color: #fff;
  margin: auto;
  width: 50%;
}
.tepKollektionRow div ul {
  width: 50%;
  /* background-color: red; */
  margin: auto 0;
}
.tepKollektionRow div ul li {
  text-align: left;
  font-size: 23px;
  color: var(--aktiv-color);
}

/* /////////////////////////////////////////Ausstellungen */
#ausstellungen {
  background-color: #fff;
  height: fit-content;
  padding: 60px 0 0 0;
}
.ausHeader {
  background-color: #fff;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 100px;
}
.ausHeader .left {
  width: 70%;
}
.ausHeader .right {
  text-align: end;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.ausHeader .right a:hover h3 {
  color: var(--aktiv-color);
}
.ausHeader .cancelled {
  position: absolute;
  height: 85px;
  margin: 0 20%;
}
/* /////////////////////////////////////////Kontakt */
#kontakt {
  background-color: #fff;
  height: fit-content;
  padding: 60px 0 0 0;
}
.kontaktContainer {
  /* height: calc(100vh - var(--h2Mob)); */
  display: flex;
  flex-direction: column;
}
.kontaktContainer .left {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  /* height: fit-content; */
}
.kontaktContainer .left .kontaktText,
.kontaktContainer .left img {
  width: 100%;
}
.kontaktContainer .left .kontaktText p {
  margin: 10px;
}
.kontaktContainer .left .kontaktText a {
  color: var(--aktiv-color);
  font-weight: 700;
}
.kontaktText p:first-child {
  text-align: justify;
}
.kontaktText p:nth-child(2) {
  margin-top: 50px !important;
}
.kontaktContainer .right {
  height: 60%;
}
.kontaktContainer .right iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin: 20px 0;
}

/* /////////////////////////////////////////Scroll Arrows */
.scrollHint {
  /* background-color: red; */
  position: sticky;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 40px auto;
  text-align: center;
}
.scrollHint i {
  position: relative;
  font-size: 40px;
  color: var(--secondary);
  animation: bounce 1s infinite linear;
}
.scrollHint i::after {
  content: "\f078";
  position: absolute;
  top: 10px;
  left: 0px;
  color: var(--aktiv-color);
}
.scrollHint i:nth-child(2) {
  animation-delay: 0.1s;
}
.scrollHint i:nth-child(3) {
  animation-delay: 0.2s;
}

/* /////////////////////////////////////////Slider */

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  user-select: none;
  width: 60% !important;
}

.swiper a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.swiper a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.slider-btn-prev::after,
.slider-btn-next::after {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free" !important;
  color: var(--secondary);
}
.slider-btn-prev::after {
  content: "\f053" !important;
}
.slider-btn-prev:hover::after,
.slider-btn-next:hover::after {
  color: var(--aktiv-color);
}

.swiper-pagination {
  background-color: var(--font-color);
  width: unset !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  display: flex;
  border-radius: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--secondary);
  opacity: 1;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--aktiv-color);
}

/* /////////////////////////////////////////Teppich */
.slider {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.slider-selector {
  width: 100%;
  height: 100px;
  /* min-height: 150px; */
  max-height: 250px;
  display: flex;
  justify-content: space-evenly;
  background-color: var(--secondary);
  border-radius: 10px;
  margin: 0 0 75px 0;
}
.slider-selector .teppichbox {
  width: 18%;
  height: 67%;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.teppichboxImg {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.slider-selector .teppichbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 3px black;
}
.natural-slider {
  width: 500%;
  display: flex;
  transition: 0.3s;
  /* background-color: red; */
}
.natural-slider-box {
  width: 20%;
}
.natural-slider-box h3 {
  width: 100%;
  height: 50px;
  /* background-color: green; */
  position: relative;
}
.natural-slider-box h3 i {
  position: absolute;
  right: 0;
  font-size: 30px;
  color: var(--aktiv-color);
}
.main-img {
  width: 100%;
  /* background-color: aquamarine; */
  /* height: fit-content; */
}
.main-img img {
  width: 100%;
}
.sec-slider {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.sec-sliderBox {
  display: flex;
  justify-content: space-evenly;
  transition: 0.3s;
}
.sec-sliderBox a {
  width: 50%;
  display: flex;
}
.sec-sliderBox a img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
/* .arrowBar {
  display: none;
} */
#infoLeft,
.infoRight {
  width: 80%;
  margin: 0px auto 20px auto;
  background-color: rgba(112, 112, 112, 0.192);
  padding: 10px 20px;
  border-radius: 10px;
  text-align: justify;
}
#infoLeft {
  text-align: unset;
  padding: 5px 0 0 0;
}
#infoLeft p {
  padding: 10px 20px;
}

:is(#infoLeft, .infoRight) p {
  hyphens: auto;
}

small {
  font-size: 12px;
}

.kontaktBtn {
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 12px 30px;
  background-color: var(--aktiv-color);
  border-radius: 10px;
  width: fit-content;
  margin: 10px auto;
  border: 3px solid var(--aktiv-color);
  transition: 0.3s;
  hyphens: none;
}

.kontaktBtn:hover {
  color: var(--aktiv-color);
  background-color: var(--secondary);
}

.iMob {
  display: block;
}

.iDesk {
  display: none !important;
  color: red;
}

.toTop {
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: var(--secondary);
  line-height: unset;
  transition: 0.3s;
  opacity: 0;
}

.toTop i {
  font-size: 40px;
  color: var(--aktiv-color);
  margin: auto;
}

/* /////////////////////////////////////////Sitze */
.sitz-slider-selector {
  width: 100%;
  height: 150px;
  background-color: var(--secondary);
  display: flex;
  justify-content: space-evenly;
  margin: 100px 0;
  border-radius: 10px;
}
.rund {
  width: 25%;
  height: 125px;
  margin: auto;
  position: relative;
  border-radius: 2px;
}
.sitz-slider-selector img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sitz-slider-selector p {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  color: var(--primary);
  font-weight: 500;
  font-size: 25px;
}
.sitz-slider {
  width: 100%;
  overflow: hidden;
}
.sitz-block {
  width: 200%;
  display: flex;
  transition: 0.3s;
}
.sitzcontainer {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  height: fit-content;
}
.sitzcontainer a {
  width: 48%;
  margin: 7px auto;
  /* background-color: red; */
  /* width: 50%; */
}
.sitzcontainer a img {
  width: 100%;
  /* width: 100%; */
}

/* /////////////////////////////////////////KL Formate */
.natural-slider-box.kl-form {
  /* width: 100%; */
  /* background-color: red; */
  display: flex;
  flex-flow: wrap;
}
.natural-slider-box.kl-form a {
  width: 49%;
  height: 350px;
  margin: 7px auto;
}
.natural-slider-box.kl-form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* /////////////////////////////////////////Kontakt */
.kontaktMap .map iframe {
  width: 100%;
}

/* /////////////////////////////////////////Footer */
footer {
  background-color: var(--secondary);
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
}
footer a {
  line-height: 100px;
  color: var(--primary);
}
footer #insta {
  position: absolute;
  left: 10px;
  top: 13px;
}
footer #insta i {
  color: var(--primary);
  font-size: 50px;
  transition: 0.3s;
}
footer #insta i:hover {
  color: var(--aktiv-color);
}

/* //////////////////////////////////////////////////////////Größere Handys */
@media only screen and (min-width: 600px) {
  * {
    font-size: var(--mobileSmallFontsize);
  }
  .infoBox {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
  }
  #infoLeft,
  .infoRight {
    width: 45%;
    margin: 0px auto 20px auto;
    border-radius: 10px;
  }
  #infoLeft {
    text-align: unset;
  }
}
/* ///////////////////////////////////////////////////////////Tablets */
@media only screen and (min-width: 768px) {
  * {
    font-size: var(--deskFontsize);
  }
  main {
    width: 80%;
  }
  h2 {
    font-size: var(--h2Desk) !important;
  }
  h3 {
    font-size: var(--h3Desk) !important;
  }
  .scrollHint i {
    font-size: 35px;
  }
  .produktContainer a > p,
  .produktContainer .produktBox > p {
    padding: 10% 0;
  }
  .tepKollektionRow div span {
    font-size: 50px;
  }
  .tepKollektionRow div ul li {
    font-size: 34px;
  }
  .sec-img {
    overflow: hidden;
    height: 400px;
  }
  .sec-slider {
    flex-direction: row;
    height: 100%;
    transition: 0.3s;
  }
  .arrowBar {
    background-color: red;
    display: flex;
    height: 50px;
    justify-content: space-between;
  }
  .arrowBar i {
    width: 50%;
    line-height: 50px;
    font-size: 30px;
    transition: background 0.5s;
  }
  .arrowBar i:hover {
    color: var(--aktiv-color);
  }
  .arrowBar i:nth-child(2) {
    text-align: end;
  }
  .produktContainer a > p,
  .produktContainer .produktBox > p {
    font-size: var(--h2Desk);
  }
  .sitzcontainer a {
    width: 32%;
    margin: 7px auto;
    /* background-color: red; */
    /* width: 50%; */
  }
  #werkstattImg {
    width: 100%;
    width: 100%;
    /* height: fit-content; */
    height: unset !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ///////////////////////////////////////////////////////////IPad quer */
@media only screen and (min-width: 1024px) {
  /* /////////////////////////////////////////Kontakt */
  .kontaktMap,
  .kontaktText {
    width: 100%;
  }
  .kontaktMap .map {
    width: 47%;
  }
  .kontaktMap .map iframe {
    width: 100%;
  }

  .kontaktMap {
    display: flex;
    justify-content: space-between;
  }
  .kontaktContainer .left {
    display: flex;
  }
  .kontaktContainer .left #werkstattImg {
    margin: auto;
  }

  .kontaktContainer .left .kontaktText,
  .kontaktContainer .left #werkstattImg {
    width: 50%;
    /* height: fit-content; */
    height: unset !important;
  }
  #kontaktForm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ///////////////////////////////////////////////////////////Desktop */
@media only screen and (min-width: 1100px) {
  main {
    width: 60%;
  }
  main.index {
    width: 100%;
  }
  main.index > article,
  main.index > div {
    margin: 50px 20%;
    width: 60%;
  }
  .covidInfo {
    position: absolute;
    right: 1.5%;
    width: 17% !important;
    margin: 0 !important;
  }
  .mainContentContainer {
    height: unset;
  }
  .produktContainer a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .produktContainer a:hover p {
    color: var(--aktiv-color);
  }
  .scrollHint i::after {
    top: 5px;
  }
  .podukteMob {
    display: none;
  }
  .produkteDesk {
    display: block;
  }
  #produkte {
    background-color: var(--secondary);
    width: 100% !important;
    margin: 50px 0 !important;
    padding: 50px 0;
  }
  #produkte h2 {
    color: var(--primary);
  }
  .mainContentContainer h2 {
    font-size: var(--h2Desk);
  }
  .infoBar {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    /* background-color: red; */
    display: flex;
  }
  .infoBar span {
    width: 50%;
    height: 100%;
    line-height: 50px;
    /* background-color: #fff; */
    font-size: 25px;
    color: var(--primary);
  }
  .slider-selector {
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 250px;
    display: flex;
    justify-content: space-evenly;
    background-color: var(--secondary);
    border-radius: 10px;
    margin: 0 0 55px 0;
  }
  .produktBox.teppich {
    width: 80vw;
    height: fit-content;
    display: flex;
    margin: 0 auto 50px auto;
    flex-flow: row wrap;
  }
  .deskTeppichKollektionBox {
    width: 50%;
    height: 400px;
    max-height: 40vh;
    background-color: aqua;
    /* margin: 4px; */
    position: relative;
  }
  .deskTeppichKollektionBox a {
    width: 100%;
    height: 100%;
  }
  .deskTeppichKollektionBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .produktBoxKlein {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
  .deskTeppichKollektionBox .produktDeskText {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    /* background-color: red; */
    /* background-color: rgba(0, 0, 0, 0.5); */
  }
  .deskTeppichKollektionBox .produktDeskText:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .deskTeppichKollektionBox .produktDeskText:hover span {
    transform: translateX(0%);
  }
  .deskTeppichKollektionBox .produktDeskText:hover .right ul li {
    opacity: 1;
  }
  .deskTeppichKollektionBox .produktDeskText div {
    width: 100%;
    height: 100%;
  }
  .deskTeppichKollektionBox .produktDeskText .right,
  .deskTeppichKollektionBox .produktDeskText .left {
    display: flex;
  }
  .deskTeppichKollektionBox .produktDeskText .right ul,
  .deskTeppichKollektionBox .produktDeskText span {
    transition: 0.2s;
    margin: auto;
    font-size: 35px;
    color: var(--primary);
  }
  .deskTeppichKollektionBox .produktDeskText span {
    text-align: center;
    width: 100%;
    transform: translateX(50%);
    text-shadow: 0 0 3px black;
  }
  .deskTeppichKollektionBox .produktDeskText .right ul li {
    font-size: 25px;
    font-weight: 500;
    transition: 0.7s;
    color: var(--aktiv-color);
    opacity: 0;
  }
  .deskTeppichKollektionBox.kollektionBoxSmall span {
    transform: translateX(0%);
  }
  #produkte hr {
    background-color: #fff;
    margin: 30px auto;
    width: 80%;
  }
  .kontaktContainer .left .kontaktText,
  .kontaktContainer .left img {
    width: 50%;
  }
  .right iframe {
    min-height: unset !important;
    height: 50vh !important;
  }
  .kontaktTextFormWrapper {
    display: flex;
  }
  .kontaktTextFormWrappe .kontaktText,
  .kontaktTextFormWrappe .contactForm {
    width: 50% !important;
  }
  .kontaktTextFormWrappe .kontaktText {
    padding: 30px;
    background: red;
  }

  #infoLeft,
  .infoRight {
    position: absolute;
    right: 1%;
    top: 850px;
    width: 18%;
    /* text-align: justify; */
  }
  #infoLeft {
    right: unset;
    left: 1%;
    text-align: unset;
  }
  .infoRightKl,
  .infoLeftKl {
    top: 620px !important;
  }
  .iMob {
    display: none !important;
  }
  .iDesk {
    display: inline-block !important;
    color: var(--aktiv-color);
  }
  footer {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 2400px) {
  .slider-selector {
    height: 8vw;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(13px);
  }
  100% {
    transform: translateY(0px);
  }
}
