@font-face {
  font-family: 'Rye';
  src: url('../fonts/Rye-Regular.ttf') format('truetype');
}

.title3 {
  font-family: 'Rye';
}


#textAddress {
  max-width: fit-content;
  min-width: 160px;
}

.textContainerCenter {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
}

.textContainer {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.2;
}

.titleContainer {
  width: 100%;
  max-width: 240px;
  height: 50px;
  line-height: 46px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-top: 5px;
  font-size: 30px;
  font-weight: 400;
  color: var(--brown-color);
  text-align: center;
  background-color: #faf5eb;
  box-shadow: 2px 2px 7px 1px #000000;
}

.insta {
  background-image: url("../assets/sprites/InstaTransparent.png");
}

.mail {
  background-image: url("../assets/sprites/MailTransparent.png");
}

.chholz {
  position: absolute;
  right: 20px;
  margin-top: 6px;
  background-image: url("../assets/sprites/ch_holz_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 48px;
  box-shadow: 0px 10px 13px -7px #000000;
  border-radius: 5px;
  cursor: pointer;
  top: 0px;
  display: inline-block;
  overflow: hidden;
}

.chholz:hover {
  box-shadow: 3px 3px 8px 1px #000000;
}

.homeButton {
  position: absolute;
  left: 15px;
  margin-top: 6px;
  background-image: url("../assets/sprites/LogoTransparent.png");
  background-size: contain;
  width: 8vw;
  height: 8vw;
  min-width: 70px;
  min-height: 70px;
  max-width: 160px;
  max-height: 160px;
  box-shadow: 0px 10px 13px -7px #000000;
  border-radius: 50%;
  cursor: pointer;
  top: 0px;
  display: inline-block;
  overflow: hidden;
}

.homeButton:hover {
  box-shadow: 2px 12px 15px -4px #000000;
}

.shopButton {
  width: 100%;
  height: 100%;
}

.shopButtonBackground {
  position: absolute;
  right: 10vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='160px' height='160px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath style='opacity:0.986' fill='%23fff0e0f3' d='M -0.5,-0.5 C 52.8333,-0.5 106.167,-0.5 159.5,-0.5C 159.5,52.8333 159.5,106.167 159.5,159.5C 106.167,159.5 52.8333,159.5 -0.5,159.5C -0.5,106.167 -0.5,52.8333 -0.5,-0.5 Z M 21.5,17.5 C 37.9885,14.9991 46.6552,21.9991 47.5,38.5C 78.5875,38.0152 109.588,38.5152 140.5,40C 143.394,42.9087 144.227,46.4087 143,50.5C 140.176,65.9562 136.842,81.2895 133,96.5C 130.708,100.788 127.208,103.622 122.5,105C 99.8333,105.667 77.1667,105.667 54.5,105C 48.736,102.659 44.9026,98.4921 43,92.5C 39.9068,72.5142 36.9068,52.5142 34,32.5C 29.4686,30.7532 24.6353,29.9198 19.5,30C 13.7658,24.8354 14.4324,20.6687 21.5,17.5 Z M 58.5,110.5 C 68.7342,110.4 74.7342,115.4 76.5,125.5C 73.256,138.119 65.5894,142.285 53.5,138C 46.4146,132.407 44.9146,125.574 49,117.5C 51.529,114.115 54.6956,111.782 58.5,110.5 Z M 106.5,111.5 C 121.631,109.797 128.131,116.464 126,131.5C 121.699,139.114 115.199,141.614 106.5,139C 98.8916,134.652 96.3916,128.152 99,119.5C 100.69,115.979 103.19,113.312 106.5,111.5 Z'/></g></svg>");
  background-size: contain;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  top: 12px;
  display: inline-block;
  overflow: hidden;
}

#shopTextButton {
  position: absolute;
  right: calc(10vw + 44px);
}

.wideImage {
  width: 100%;
  height: calc(100svh - 180px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 10px 13px -7px #000000;
}

.imageCollage {
  background-image: url("../assets/sprites/Header.jpg");
}

.headerImage {
  width: 100%;
  height: auto;
  box-shadow: 0px 10px 13px -7px #000000;
}

.headerImage img {
  width: 100%;
  margin-bottom: -8px;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  max-width: 1400px;
  margin: auto;
  gap: 20px;
}

.image-item {
  max-height: 278px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  box-shadow: 2px 4px 13px -1px #000000c7;
  background-color: #faf5eb;
}

.image-item img {
  background-size: cover;
  max-height: 208px;
  max-width: 417px;
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}


.angebotTitle {
  text-align: left;
  padding-left: 15px;
  font-size: 24px;
  line-height: 24px;
  color: var(--brown-color);
  margin-top: 15px;
}

.angebotDescription {
  text-align: left;
  padding-left: 15px;
  line-height: 16px;
  font-size: 16px;
  color: var(--brown-color);
  margin-bottom: 15px;
}

body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: var(--background-color);
  margin: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
  touch-action: pan-y;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --background-color: #fff0e0;
  --background2-color: #ffdcb4;
  --container-color: #fff0e0c0;
  --sky-color: rgb(38, 99, 182);
  --text-color: #3f1e0e;
  --menu-color: rgb(90, 150, 230);
  --green-color: rgb(117, 226, 184);
  --brown-color: #3f1e0e;
}

.layout1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.layout1::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.layout1::-webkit-scrollbar-track {
  border-radius: 5px;
}

.layout1::-webkit-scrollbar-button {
  display: none;
}

main {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
}

div {
  color: var(--text-color);
}

.emptySpace {
  width: 100%;
  min-height: 10px;
  position: relative;
}

.menuBar {
  width: 100%;
  height: 60px;
  display: block;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 10;
  box-shadow: 0px 10px 13px -7px #000000;
  background-color: var(--background-color);
  background-image: url("../assets/sprites/woodboard.jpg");
  background-position: center;
  background-size: contain;
  background-color: #ffffff99;
  background-blend-mode: lighten;
  transition: transform 0.4s ease-in-out;
  transform: translateY(0%);
}

.menuBar.hidden {
  transform: translateY(-165px);
}

.social-link {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 60px;
  height: 58px;

  cursor: pointer;
  margin: 0px 10px;
  top: 1px;
  display: inline-block;
  overflow: hidden;
  background-size: contain;
  border-radius: 15px;
}

.button {
  flex: 1 1 auto;
  padding: 3px 6px;
  text-decoration: none;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  margin: 8px 2px;
  cursor: pointer;
  color: var(--text-color);
  background-color: var(--container-color);
  border-radius: 5px;
  box-shadow: 2px 2px 7px 1px #000000;
}

.button:hover {
  box-shadow: 3px 3px 8px 1px #000000;
}

.iframe {
  width: 100%;
  height: 100%;
  bottom: 0;
}

.contactInfoContainer {
  margin: auto;
  max-width: 500px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.copyrightContainer {
  width: fit-content;
  position: relative;
  font-size: 14px;
  margin-top: 15px;
  z-index: 1;
  max-width: 800px;
  height: auto;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.mapsButtonContainer {
  margin: auto;
}

.mapsButton {
  background-image: url("../assets/sprites/maps_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 2px 2px 7px 1px #000000;
  height: 40px;
  width: 40px;
  margin: auto;
}

.mapsButton:hover {
  box-shadow: 3px 3px 8px 1px #000000;
  background-color: #a0d6c375;
}

.map {
  height: calc(100vh - 280px);
  min-height: 400px;
}

a {
  color: var(--brown-color);
}

#coloredText {
  color: rgb(64, 126, 177);
  text-decoration: underline;
}

p {
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 5px;
  color: var(--brown-color);
}

h1 {
  font-family: 'Rye';
  font-size: 35px;
  font-weight: 400;
  margin-top: 8px;
  color: var(--brown-color);
}

h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  color: var(--brown-color);
  min-width: 150px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .shopButtonBackground {
    right: 5px;
  }

  .imageCollage {
    background-image: url("../assets/sprites/HeaderSmall.jpg");
  }

  #shopTextButton {
    right: 49px;
  }

  #anfrageTextButton {
    position: absolute;
    left: calc(50vw - 50px);
  }

  .chholz {
    right: 5%;
  }
}

@media screen and (max-width: 440px) {
  .mapsButtonContainer {
    width: 100%;
  }
}

@media screen and (max-width: 344px) {
  .map{
    height: calc(100vh - 420px);
  }
}