@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/questrial-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/questrial-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/questrial-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/questrial-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/questrial-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/questrial-v12-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Questrial', sans-serif;
  scroll-behavior: smooth;
}
.pad {
  margin-bottom: 8%;
  display: block;
}
#kontakt picture {
  width: 100%;
  margin-top: 2%;
}
#kontakt picture img {
  max-width: 50%;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  overflow-x: hidden;
}
/* NAV */
#hamburger {
  position: fixed;
  top: 3%;
  right: 1%;
  width: 3%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
}

#close {
  position: fixed;
  top: 3%;
  right: -30%;
  width: 2%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
}
nav {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
}

.nav {
  width: 100%;
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.5s;
  padding-right: 5%;

}
.nav a {
  text-decoration: none;
  color: white;
  font-weight: 900;
  font-size: 160%;
  margin: 2% 0;
}
#logo {
  transition: all 0.3s;
}
.logo {
  display: block;
  width: 15%;
  text-decoration: none;
  color: white;
  position: fixed;
  left: 1%;
  top: 3%;
}
/* NAV */
/* HEADER */
header {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(images/geil.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 10%;
}

.profi {
  font-size: 600%;
  max-width: 40%;
  font-weight: 900;
}
h1 {
  max-width: 50%;
  color: lightgray;
}
h2 {
  font-size: 600%;
  color: #860003;
}
/* HEADER */
/* UEBERUNS + ZITAT*/
.plus {
  font-size: 300%;
  color: #860003;
  position: relative;
  right: 10px;
}
.ueberuns {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10%;
}
.versprechen {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 100vh;
  width: 100%;
  padding: 10%;
}
#promise {
  color: #860003;
  font-size: 400%;
  margin-bottom: 10%;
}
.versprechen p {
  font-size: 150%;
  width: 80%;
}
.wirsind {
  max-width: 50%;
}
.wirsind p {
  font-size: 160%;
}
.punkt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 1%;
}
.counter {
  color: #860003;
  font-size: 800%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nummern {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.zitat  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 130vh;
  background-image: url(images/alu.jpg);
  background-size: cover;
  background-position: center;
}
.zitat p {
  width: 50%;
  font-size: 300%;
  color: white;
  text-align: center;
  line-height: 100px;
  font-style: italic;
}
/* UEBERUNS + ZITAT */
/* PROFILE */
.profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 200vh;
  padding: 10%;
}
.profile h2 {
  margin-bottom: 10%;
}
.profile img {
  width: 100%;
  align-self: center;
}
.profile picture {
  width: 100%;
}

.trenner {
  color: #860003;
  font-size: 300%;
  align-self: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* PROFILE */
/* FARBPALETTE */
.farben {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 100vh;
  padding: 10%;
}
.farbpalette {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 75vh;
  width: 100%;
}
.farbpalette div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  height: 20vh;
  transition: all 0.5s ease;
}
.farbpalette div:hover {
  transform: scale(2);
  z-index: 2;
}
.rb {
  background: #64312a;
  color: white;
}
.ag {
  background: #363d43;
  color: white;
}
.gw {
  background: #dadbd5;
}
.wa {
  background: #A3A8AC;
}
.ga {
  background: #8F9190;
}
.or {
  background: #6d312b;
  color: white;
}
.kb {
  background: #904e3b;
  color: white;
}
.nb {
  background: #5b3927;
  color: white;
}
.mg {
  background: #0e4438;
  color: white;
}
.he {
  background: #eadebd;
}
.lg {
  background: #c4caca;
}
.holzoptik {
  background-image: url(images/holzoptik.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}
/* FARBPALETTE */
/* KANTTEILE */
.kantteile {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10%;
  min-height: 150vh;
  width: 100%;
}
.elements {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 80%;
  min-height: 100vh;
  margin-top: 10%;
}
.kantteil {
  min-height: 20vh;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.kantteil img {
  width: 40%;
}
/* KANTTEILE */
/* ZUBEHÖR */
.zubehoer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10%;
  min-height: 150vh;
  width: 100%;
}
.zubelements {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 80%;
  min-height: 80vh;
}
.zubelement {
  min-height: 20vh;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

}

.zubelement img {
  width:40%;

  transition: transform 0.2s linear;
}
.zubelement:hover img {
  transform: scale(1.5);
}
#lichtplatte {
  width: 40%;
}
/* ZUBEHÖR */
/* KONTAKT */
.kontakt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10%;
  min-height: 150vh;
  width: 100%;
}
.gscheids {
  font-size: 400%;
  color: #860003;
}
.kontakt ul {
  list-style-type: none;
  font-size: 150%;
}
/* KONTAKT */
/* FOOTER */
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #860003;
  width: 100%;
  min-height: 10vh;
  padding: 0 10%;
}
footer a {
  color: white;
  font-size: 120%;
  text-decoration: none;
}
@media (max-device-width: 480px) {
  #kontakt picture img {
    max-width: 80%;
  }
    #hamburger {
      min-width: 15%;
    }
    #close {
      min-width: 15%;
    }
    .profi {
      font-size: 400%;
      max-width: 100%;
    }
    h1 {
      max-width: 100%;
      font-size: 150%;
      margin-top: 5%;
      padding-left: 2%;
    }
    .logo {
      left: 3%;
      top: 3%;
      width: 35%;
    }
    h2 {
      font-size: 400%;
    }
    .wirsind {
      max-width: 100%;
    }
    .wirsind p {
      font-size: 120%;
    }
  #promise {
    width: 100%;
    font-size: 300%;
  }
.nummern {
  width: 100%;
  min-height: 300vh;
  justify-content: space-between;
}
#kantteile p {
  font-size: 110%;
}
#zubehoer p {
  font-size: 110%;
}
#kontakt ul li {
  font-size: 110%;
}
#ueberuns {
  padding: 3% 10%;
  min-height: 100vh;
}
footer a {
  font-size: 70%;
}
.punkt {
  flex-direction: column;
  width: 100%;
  margin: 20% 0;
}
.counter {
  align-self: flex-start;
}
.punkt p {
  align-self: flex-start;
  margin-left: 10%;
}
.versprechen {
  padding: 40% 2%;
  min-height: 200vh;
}
.zitat p {
  width: 100%;
  font-size: 200%;
  line-height: 35px;
  text-align: left;
  padding: 0 5%;
}
#profile {
  padding: 20% 5%;
  min-height: 100vh;
}
#profile img {
  width: 100%;
}
#farben {
  padding: 20% 5%;
}
#farben p {
  margin-left: 1%;
  margin-top: 5%;
  font-size: 100%;
}
.farbpalette {
  flex-direction: column;
  width: 100%;
  padding-top: 10%;
}
.farbpalette div {
  min-width: 100%;
  height: 30vh;
  margin: 3% 0;
}
#kantteile {
  padding: 20% 5%;
}
.elements {
  width: 100%;
  flex-direction: column;
  align-items: center;
  min-height: 300vh;
}
.kantteil {
  width: 80%;
}
.zubehoer {
  padding: 20% 5%;

}
.zubelements {
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 200vh;
  margin: 30% 0;
}
.zubelement {
  width: 80%;
}
.zubelement p {
  text-align: center;
}
.zubelement img {
  width: 50%;
}
#kontakt {
  padding: 20% 5%;
}
.gscheids {
  font-size: 250%;
}
#kontakt ul {
  font-size: 130%;
}
footer {
  font-size: 80%;
}
#promise {
  padding-left: 5%;
  font-size: 220%;
}



 }
@media (max-device-width: 1024px) {
#hamburger, #close {
  width: 7%;
}
.profi {
  max-width: 70%;
}
.punkt {
  width: 90%;
}
.nummern {
  min-height: 100vh;
}
.zitat p {
  font-size: 200%;
  line-height: 60px;
}
.profile img {
  width: 100%;
}
header {
  padding: 0 5%;
}
.versprechen {
  padding: 10% 5%;
}
.profile {
  padding: 10% 5%;
}
.farben {
  padding: 10% 5%;
}
.farbpalette {
  flex-direction: column;
  justify-content: space-around;
  min-height: 300vh;
  padding-top: 10%;
}
.farbpalette div {
  width: 50%;
}
.kantteile {
  padding: 10% 5%;
}
.elements {
  width: 100%;
}
.zubehoer {
  padding: 10% 5%;
}
.zubelements {
  width: 100%;
}
.nav a {
  font-size: 300%;
}
.farbpalette div p {
  font-size: 150%;
}
.farben p {
  font-size: 150%;
}
.kantteile p {
  font-size: 150%;
}
.zubelement p {
  font-size: 150%;
}
.kontakt ul li {
  font-size: 150%;
}
footer {
  font-size: 150%;
}
 }
