body {
  font-family: "Raleway";
  font-weight: 500;
  color: #F0F7F7;
}

h1, h2, h3, h4, h5 h6 {
  font-weight: 600;
}

.lightContainer {
  background-color: #f4decb;
  color: #3a2317;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #a87e62;
  padding: 16px 32px 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  float: right;
}

.menu {
  top: 0;
  height: 0;
}
.menu--button {
  display: none;
  text-decoration: none;
  color: #F0F7F7;
  padding: 16px 32px 16px 32px;
  font-size: x-large;
}
@media (min-width: 768px) {
  .menu--button {
    display: flex;
  }
}
.menu a:hover {
  color: #f4decb;
}
.menu img {
  height: 3em;
  width: auto;
}
@media (min-width: 1366px) {
  .menu img {
    height: 7em;
    width: auto;
  }
}

.menuScroll {
  background-color: #3a2317;
  height: -moz-fit-content;
  height: fit-content;
}

.banner {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Images/banner.jpg") no-repeat center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #F0F7F7;
}
.banner h1 {
  font-size: 2em !important;
  padding-top: 50vh;
  width: 50%;
}
@media (min-width: 375px) {
  .banner h1 {
    font-size: 2em !important;
  }
}
@media (min-width: 576px) {
  .banner h1 {
    font-size: 3em !important;
  }
}
@media (min-width: 768px) {
  .banner h1 {
    font-size: 4em !important;
  }
}

@media (min-width: 1900px) {
  .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Images/banner.jpg") no-repeat left center;
    background-size: 100% auto;
  }
}
.services {
  padding: 0%;
}
.services--box--text {
  padding: 15%;
}
@media (min-width: 576px) {
  .services--box--text {
    padding: 5%;
  }
}
@media (min-width: 1366px) {
  .services--box--text {
    padding: 5%;
  }
}
.services--box--image {
  height: 100%;
  padding: 0;
}
.services--box--image img {
  display: none;
}
@media (min-width: 576px) {
  .services--box--image img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}
@media (min-width: 1366px) {
  .services--box--image img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

.vision--box {
  text-align: center;
  padding: 15%;
  margin-left: 0;
}
.vision p {
  font-size: larger;
}
@media (min-width: 576px) {
  .vision--box {
    background: url("../Images/Grafik/PNG/Kedjor2.png") right top -5em no-repeat, url("../Images/Grafik/PNG/Kedjor1.png") left bottom -7em no-repeat;
    background-size: 25%, 32%;
    padding: 15% 23%;
  }
}
@media (min-width: 1366px) {
  .vision--box {
    padding: 15% 23%;
  }
}

.case {
  background-color: #3a2317;
}
.case--box {
  height: 30em;
}

.contact--box {
  padding: 15% 0% 15% 0%;
}

form input, textarea, select, option {
  font-size: 100%;
  color: #F0F7F7;
  width: 98.6%;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 0.2em;
  padding: 2%;
  border: none;
  border-radius: 100px;
  background-color: #3a2317;
}

textarea {
  border-radius: 23px;
}

input:active {
  border-color: #3a2317;
}

form ::-moz-placeholder {
  color: #a87e62;
  text-align: left;
  width: 95%;
}

form ::placeholder {
  color: #a87e62;
  text-align: left;
  width: 95%;
}

form #lastName {
  display: none;
}

#checkbox {
  margin-left: 15%;
  margin-right: 1em;
  margin-bottom: 0em;
}

#checkboxlabel {
  padding-top: 1.3em;
}

.footer {
  background-color: #3a2317;
}
.footer--box {
  height: 20em;
}
@media (min-width: 576px) {
  .footer--box {
    height: 16em;
  }
}
.footer .fa {
  display: block;
}
.footer a {
  text-decoration: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #F0F7F7;
}
.footer a:hover {
  color: #f4decb;
}

.fa:hover {
  color: #f4decb;
}

.fadeIn {
  opacity: 0;
  position: relative;
  bottom: -50px;
}

.integretylink {
  text-decoration: none;
  color: #3a2317;
}
.integretylink:hover {
  color: #F0F7F7;
}/*# sourceMappingURL=index.css.map */