* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Raleway", sans-serif;
  color: #555;
  flex-wrap: wrap;
}

/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../fonts/raleway-v28-latin-regular.woff2") format("woff2"), url("./../fonts/raleway-v28-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Berlin Sans FB Demi */
@font-face {
  font-family: "Berlin Sans FB Demi";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../fonts/BRLNSDB.woff2") format("woff2"), url("./../fonts/BRLNSDB.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*audio*/
.playBtn {
  float: right;
  position: absolute;
  top: 300px;
  right: 20%;
  width: 50px;
  height: auto;
  z-index: 999999999999;
}

.playBtn img {
  opacity: 0.5;
  width: 50px;
  height: 50px;
}

.playBtn:hover {
  cursor: pointer;
}

.playBtn img:hover {
  opacity: 1;
}

@media screen and (max-width: 990px) {
  .playBtn {
    top: 220px;
    right: 10%;
  }
}
@media screen and (max-width: 750px) {
  .playBtn {
    top: 150px;
    right: 10%;
  }
  .playBtn img {
    width: 40px;
    height: 40px;
  }
}
span {
  color: #da9527;
  font-size: 60px;
  font-family: "Berlin Sans FB Demi", sans-serif;
}

hr {
  width: 280px;
  color: #da9527;
}

h1 {
  font-family: "Berlin Sans FB Demi", sans-serif;
}

em {
  padding: 10px 20px;
  background: #da9527;
  color: #fff;
  border-radius: 0 40px 0 40px;
  transition: 0.5s;
}

em a {
  text-decoration: none;
  color: #fff;
}

em:hover {
  cursor: pointer;
  border-radius: 40px 0 40px 0;
}

p {
  font-size: 16px;
}

nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgb(255, 234, 193) 38%, rgb(218, 149, 39) 84%);
  z-index: 1;
  padding-bottom: 20px;
  box-shadow: 2px 2px 10px #999;
}

.logo {
  width: 100px;
  height: 100px;
  margin: 20px 0 0 20px;
}

.logo img {
  width: 100%;
  height: auto;
}

nav .menu {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

nav .menu ul li {
  display: inline-block;
  border-radius: 0 40px 0 40px;
}

nav .menu ul li .fa {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: blue;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}

nav .menu ul li .fa:hover {
  opacity: 50%;
}

nav .menu ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

nav .menu ul li.active {
  background-color: #da9527;
  transition: 0.3s ease background-color;
}

nav .menu ul li.active a {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.social-head {
  width: 100px;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin: -100px 10px 0 0;
}

.social-head img {
  position: absolute;
  width: 300px;
  height: 300px;
}

.section {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(248, 240, 223, 0.3882352941);
}

.home-container h1 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #da9527;
}

.home-container h3,
hr {
  margin-bottom: 20px;
}

.home-content {
  max-width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 40px;
}

.roof img {
  filter: drop-shadow(0 5px 10px rgb(170, 170, 170));
  width: 500px;
  height: auto;
}

.button-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.button-container img {
  width: 300px;
  height: auto;
  filter: drop-shadow(0 5px 10px rgb(170, 170, 170));
}

.button {
  padding: 10px 30px;
  background-color: #da9527;
  border-radius: 0 40px 0 40px;
  transition: 0.5s;
}

.button a {
  color: #fff;
  text-decoration: none;
}

.button:hover {
  border-radius: 40px 0 40px 0;
  color: #da9527;
}

/*.......................*/
.service-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f0df;
}

.service-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card {
  width: 580px;
  height: 350px;
  padding: 20px;
}

.service-card p {
  letter-spacing: 1px;
  line-height: 25px;
}

.service-card img {
  width: 100%;
  height: 100%;
}

/**/
#contact {
  background-color: rgba(248, 240, 223, 0.3882352941);
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(248, 240, 223, 0.3882352941);
}

.footer img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: -1;
}

.emblem-down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.emblem-down img {
  width: 300px;
  height: 300px;
  margin: 0 0 10px 15px;
}

/**/
.footer_container {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_content1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 20px;
}

.footer_content2 {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer_content2 p {
  margin-bottom: 30px;
}

.formWidth {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}

.formText {
  resize: none;
}

.captcha p {
  font-size: 20px;
  font-weight: 500;
}

.lable p {
  font-size: 20px;
  font-weight: 500;
}

.input-height {
  height: 40px;
}

.sendenBtn {
  padding: 10px 30px;
  background-color: #da9527;
  border-radius: 0 40px 0 40px;
  transition: 0.5s;
  border: none;
  color: #fff;
  margin-top: 30px;
}

.sendenBtn:hover {
  border-radius: 40px 0 40px 0;
  color: #da9527;
  color: #fff;
  cursor: pointer;
}

.footer_content3 {
  position: relative;
  width: 1000px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_card {
  width: 50%;
  min-width: 300px;
  height: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer_card ul li h1 {
  margin-bottom: 20px;
}

.footer_card li {
  list-style: none;
  text-decoration: none;
  line-height: 24px;
}

.footer_card a {
  list-style: none;
  text-decoration: none;
}

.footer_card a:hover {
  color: chocolate;
}

.credit {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 20px;
}

.credit a {
  text-decoration: none;
}

.credit a:hover {
  color: chocolate;
}

/**/
.preisliste_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prisliste_content {
  max-width: 800px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.prisliste_content img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/**/
.flagge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.flagge img {
  width: 400px;
  height: auto;
  filter: drop-shadow(0 5px 10px rgb(170, 170, 170));
}

/**/
@media screen and (max-width: 1180px) {
  body {
    display: non;
  }
  .content-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .service-card {
    height: auto;
  }
}
/**/
@media screen and (max-width: 990px) {
  body {
    display: non;
  }
  nav {
    position: sticky;
    top: 0;
  }
  .social-head {
    width: 150px;
    height: auto;
  }
  .social-head img {
    width: 150px;
    height: 150px;
  }
  .logo {
    width: 90px;
    height: auto;
    margin: 10px 0 0 10px;
  }
  nav .menu ul li {
    display: none;
  }
  /**/
  hr {
    width: 200px;
  }
  .section {
    padding: 30px 0;
  }
  /**/
  .home-container h1 {
    font-size: 30px;
  }
  .home-content {
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
    text-align: center;
  }
  .roof img {
    width: 100%;
    height: auto;
  }
  .button-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .button-container img {
    width: 300px;
    height: auto;
    filter: none;
  }
  .button {
    margin: 20px 0;
  }
  .button a {
    font-size: 18px;
  }
  /*.......................*/
  .service-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f0df;
  }
  .service-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }
  .service-card {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
/**/
@media screen and (max-width: 750px) {
  body {
    display: non;
  }
  .footer_content3 {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */