:root {
  --primary: rgb(245, 255, 250);
  --secondary: #20161d;
  --third: #292026;
  /* --secondary: rgb(58, 64, 70); */
  --font-color: rgb(58, 64, 70);
  --aktiv-color: rgb(154, 233, 35);
  --shadow: rgba(0, 0, 0, 0.4);

  --mobileSmallFontsize: 20px;
  --mobileFontsize: 32px;
  --deskFontsize: 18px;

  /* --navFontsizeMob: 36px; */
  /* --navFontsizeDesk: 24px; */
}

.aktive {
  color: var(--aktiv-color);
}

body {
  width: 100%;
  min-height: 100vh;
  height: fit-content;
  position: relative;
}

header {
  /* background-image: url("../img/header/bild12.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 170%; */
  /* height: 400px; */
  width: 100%;
  text-align: center;
  /* margin: 0 0 30px 0; */
  position: relative;
  overflow: hidden;
  background: var(--secondary);
  /* height: unset; */
}

header a {
  display: flex;
  height: 100%;
}

header a img {
  width: 60%;
  margin: auto;
}

.header-logo {
  background-color: #20161d57;
}

.lines {
  z-index: 2001;
  height: 100px;
  width: 80px;
  position: absolute;
  top: 0px;
  right: 20px;
  padding: 35px 0 0px 10px;
  cursor: pointer;
  transition: 0.5s;
  /* background-color: red; */
}

.linest:hover {
  height: 96px;
  width: 96px;
  padding: 32px 0;
  top: 40px;
  left: 40px;
}

.tepKollektionLine,
.line {
  border: 3px solid var(--secondary);
  height: 9px;
  width: 64px;
  background: #fff;
  /* background: black; */
  margin: 0;
  transition: 0.5s;
}

.line2 {
  margin: 7px 0px;
}

.indexNav {
  z-index: 500;
  width: 100%;
  height: 50px;
  position: sticky;
  top: 0px;
}

.indexNav ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  background-color: var(--secondary);
}

.indexNav ul li {
  color: var(--primary);
  line-height: 50px;
}

.teppichDeskMobNav {
  width: 100%;
  height: 50px;
  z-index: 500;
  display: flex;
  /* background-color: red; */
  background-color: var(--secondary);
  position: sticky;
  top: 0;
}

.teppichDeskMobNav ul {
  display: flex;
  width: 90%;
  height: 80%;
  margin: auto;
  justify-content: space-evenly;
}

.teppichDeskMobNav ul a {
  width: 25%;
}

.teppichDeskMobNav ul li {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 40px;
  background-image: url("../img/sliderbilder/natural/iceland.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary);
  text-shadow: 0 0 3px black;
  border-radius: 10px 0 0 10px;
}

.teppichDeskMobNav ul a:nth-child(2) li {
  background-image: url("../img/sliderbilder/urban/Girsch.jpg");
  border-radius: 0;
}

.teppichDeskMobNav ul a:nth-child(3) li {
  background-image: url("../img/sliderbilder/flavouring/bild.jpg");
  border-radius: 0;
}

.teppichDeskMobNav ul a:nth-child(4) li {
  background-image: url("../img/sliderbilder/new/Grace1.jpg");
  border-radius: 0 10px 10px 0;
}

.activeBorder {
  border: 2px solid var(--aktiv-color);
}

.tepKollektion {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: pink;
  z-index: 99999;
  transition: width 0.3s;
  overflow: hidden;
}

.tepKollektion .tepKollektionLines {
  height: 100px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  z-index: 99999;
}

.tepKollektion .tepKollektionLine {
  z-index: 999999;
  background-color: #fff;
  transform: rotate(45deg) translateX(35px);
  margin: 30px auto;
  /* border-color: var(--aktiv-color); */
}

.tepKollektion .tepKollektionLine:nth-child(2) {
  transform: rotate(-45deg) translateX(-35px);
}

nav {
  z-index: 1000;
  background-color: var(--secondary);
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.3s;
}

nav ul {
  /* background-color: red; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* background-color: red; */
}

nav > ul {
  padding: 60px 0;
}

nav ul li {
  text-align: center;
  transform: translateX(500px);
  transition: transform 0.6s;
  width: 100%;
  /* background-color: #fff; */
  /* min-height: 60px;
  line-height: 60px; */
}

nav ul span,
nav ul li a {
  /* font-size: 10px; */
  font-size: var(--navFontsizeMob);
  color: var(--primary);
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
}

nav ul.teppich {
  background-color: var(--third);
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  margin: 0;
}

nav ul.teppich li {
  margin: 10px 0;
}

.linkBar {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 500;
  background-color: var(--secondary);
  padding: 5px;
  border-radius: 5px;
}

.linkBar.dark {
  background-color: var(--font-color);
}

.linkBar a {
  margin: 0 10px;
}

.linkBar i {
  color: rgba(154, 233, 35, 0.678);
  font-size: 40px;
}

.linkBar a:hover i {
  color: var(--aktiv-color);
}

.teppich-desk-menu,
.tep-desk {
  display: none;
}

.contactForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--secondary);
  padding: 40px 0;
  margin: 30px 0 50px 0;
  border-radius: 30px;
}

.contactForm textarea,
.contactForm input {
  width: 80%;
  margin: 15px auto 0 auto;
  min-height: 40px;
  padding: 4px;
  border: none;
  transition: 0.4s;
  border-radius: 5px;
}

.contactForm textarea:focus,
.contactForm input:focus {
  outline: none;
}

.contactForm textarea {
  resize: none;
}

.contactForm .checkbox-wrapper {
  display: flex;
  width: 80%;
  margin: 20px auto;
  color: var(--primary);
  border: 1px transparent solid;
  border-radius: 10px;
}

.contactForm .checkbox-wrapper input {
  width: unset;
  margin: 5px 10px 0 0;
  min-height: unset;
}

.contactForm .checkbox-wrapper label {
  color: var(--primary);
}

.contactForm button {
  width: fit-content;
  margin: 30px auto 0px auto;
  font-weight: bold;
  padding: 12px 30px;
  background-color: var(--aktiv-color);
  border-radius: 10px;
  border: 3px solid var(--aktiv-color);
  transition: 0.3s;
  position: relative;
}

.contactForm button:hover {
  color: var(--aktiv-color);
  background-color: var(--secondary);
}

.contactForm button[disabled] {
  cursor: not-allowed;
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  max-width: 1000px;
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  /* max-width: 1000px;
  background-color: red;
  margin: 0 auto; */
}

.header-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  column-gap: 10px;
  margin: 10px;
  max-width: 1000px;
}

.header-column-left {
  display: grid;
  grid-template-areas:
    "a1 b1"
    "ab2 ab2"
    "a3 b3";
  grid-template-columns: 2fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}

.header-column-center {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "center1"
    "center2"
    "center2";
  row-gap: 10px;
}

.header-column-right {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas:
    "c12 d1"
    "c12 d1"
    "c12 d2"
    "c3 d2"
    "c3 d3"
    "c3 d3";
  column-gap: 10px;
  row-gap: 10px;
}

.header-column-item {
  border-radius: 10px;
  overflow: hidden;
}

.header-column-item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ///////////////////////////////////////////////////////////Tablets */
@media only screen and (min-width: 800px) {
  nav ul span,
  nav ul li a {
    font-size: var(--navFontsizeDesk);
  }

  .header-wrapper {
    column-gap: 20px;
  }

  .header-column-left {
    column-gap: 20px;
    row-gap: 20px;
  }

  .header-column-center {
    row-gap: 20px;
  }

  .header-column-right {
    column-gap: 20px;
    row-gap: 20px;
  }

  .header-column-item {
    border-radius: 20px;
  }
}
/* ///////////////////////////////////////////////////////////Desktop */
@media only screen and (min-width: 1100px) {
  .indexNav ul {
    padding: 0 10%;
  }

  .header-wrapper {
    column-gap: 30px;
  }

  .header-column-left {
    column-gap: 30px;
    row-gap: 30px;
  }

  .header-column-center {
    row-gap: 30px;
  }

  .header-column-right {
    column-gap: 30px;
    row-gap: 30px;
  }

  .header-column-item {
    border-radius: 20px;
  }
}
