/*INHALT

1.Farbdefinitionen
2.Schriften Monserrat und Bebas Neue
3.Seiten Aufbau (Horizontal Scroll)
4.Navigation Header
5.Footer
6.Content Home
7.Content Arbeiten
8.Content Über Mich
9.Content Kontakt
10.Diverses

*/

/*Farbdefinitionen*/
farben {
    color: #333333;
    color: #ffffff;
    color: #e0bb91;
    color: #523B35;
  }

  /*Schriften Monserrat und Bebas Neue*/
@font-face {
    font-family: "Montserrat";
    src: url(/fonts/Montserrat-Light.ttf);
    font-style: normal;
    font-weight: 300;
  }
  
  @font-face {
    font-family: "Montserrat";
    src: url(/fonts/Montserrat-Regular.ttf);
    font-style: normal;
    font-weight: 400;
  }
  
  @font-face {
    font-family: "Montserrat";
    src: url(/fonts/Montserrat-Medium.ttf);
    font-style: normal;
    font-weight: 500;
  }
  
  @font-face {
    font-family: "Montserrat";
    src: url(/fonts/Montserrat-Bold.ttf);
    font-style: normal;
    font-weight: 600;
  }

  @font-face {
    font-family: "Bebas Neue";
    src: url(/fonts/BebasNeue-Regular.ttf);
    font-style: normal;
    font-weight: normal;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  body,
  html {
    overflow:scroll;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scroll-snap-type: y mandatory;
    scroll-padding-top: 20px;
    height: 100vh;
    background-image: radial-gradient(
    circle at center center,
    #ffffff,
    #e0bb91,
    #523B35
  );
  background-size: 200% 200%;

  animation: move-bg 25s linear infinite;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
  body::-webkit-scrollbar {
  display: none;
}

@keyframes move-bg {
  0% {
    background-position: left top;
  }
  25% {
    background-position: right top;
  }
  50% {
    background-position: right bottom;
  }
  75% {
    background-position: left bottom;
  }
  100% {
    background-position: left top;
  }
}

.item {
  border: 1px solid white;
  position: relative;
  height: calc(100vh - 40px);
  color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 20px;
  padding-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 6vh;
  scroll-snap-align: start;
  background-image: url(/img/holzhintergrund_main.jpg);
  isolation: isolate;
}

.b2 {
  background-image: url(/img/holzhintergrund_unserearbeiten.jpg);
}

.b3 {
  background-image: url(/img/holzhintergrund_ueberuns.jpg);
}

.b4 {
  isolation: isolate;
  background-image: url(/img/holzhintergrund_kontakt.jpg);
}

.item:last-child {
  border: none;
}

 /*.color {
  width: fit-content;
  height: fit-content;
  position: relative;
  padding: 30px;
}

.color::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #523B35;
}
*/

.logo {
  display: flex;
  width: 558px;

}

.wuerfel {
  width: 155px;
  filter: drop-shadow(0 0 0.75rem #333333);
}

.schrift {
  width: 403px;
  filter: drop-shadow(0 0 0.75rem #333333);
}

h1 {
  margin-top: 30px;
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #333333, 0 0 1em #333333, 0 0 0.2em #333333
}

ul {
  z-index: 2;
  list-style-type: none;
  font-size: 40.5px;
  font-weight: bold;
}

li:hover {
  color: #e0bb91;
}

ul li img {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease;
  transform: scale(0);
}

.moebeldesign {
  bottom: 550px;
  left: 50px;
  z-index: -1;
}

.innenausbauten{
  bottom: 430px;
  left: 350px;
  z-index: -1;
}

.parkettarbeiten {
  bottom: 70px;
  left: 70px;
  z-index: -1;
}

.fassaden {
  bottom: 370px;
  left: 20px;
  z-index: -1;
}

.zimmerei {
  bottom: 90px;
  left: 350px;
  z-index: -1;
}

.tueren {
  bottom: 240px;
  left: 120px;
  z-index: -1;
}

ul li:hover img {
  visibility: visible;
  transform: scale(1);
}

ul li span:hover {
  padding: 5px;
  background-color: #523B35;
  transition: 0.2s;
}

p {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 560px;
  font-size: 18px;
  font-weight: lighter;
  text-shadow: 1px 1px 2px #333333, 0 0 1em #333333, 0 0 0.2em #333333
}

a {
  text-decoration: none;
  color: #e0bb91;
}

a:hover{
  color: #ffffff;
  background-color: #e0bb91;
  transition: 0.3s ease-in;
}

.container_kontakt {
  position: relative;
  width: 753px;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
}


.grid-col-span-2 {
  grid-column: span 2;
}

.kontakt01 {
  position: relative;
  width: 350px;
 }
 
 .kontakt02 {
  position: relative;
  margin-top: 30px;
  width: 403px;
  }

  .map {
    filter: drop-shadow(1px 1px 3px #333333);
  }

  .google {
    z-index: 9999;
    position: absolute;
    top: 85px;
    right: 110px;
    width: 80px;
    height: 80px;
  }
 
/*Partner*/

.partner {
  margin-top: 30px;
  display: flex;
  height: 125px;
}

.partner hr {
  width: 1px;
  height: 125px;
  color: #ffffff;
  box-shadow: 1px 1px 3px #333333;
}

.logomt {
  width: 285px;
  padding: 2px 30px 0px 30px;
  filter: drop-shadow(1px 1px 3px #333333);
}

.logomo {
  width: 285px;
  padding: 23px 30px 0px 30px;
  filter: drop-shadow(1px 1px 3px #333333);
}

.logoge {
  width: 177px;
  padding: 6px 30px 0px 30px;
  filter: drop-shadow(1px 1px 3px #333333);
}

/*Footer*/

.footer {
  height: 20px;
  width: 100vw;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  color: #523B35;
}

.footer h5 {
  font-weight: 300;
  font-size: 0.8em;
}

/*Diverses*/

::-webkit-scrollbar {
  display: none;
}

::selection {
  background-color: #523B35;
  color: #e0bb91;
}