/* @font-face {
    font-family: 'Lato';
    src: url('../../assets/fonts/lato-regular-webfont.woff') format('woff'),
         url('../../assets/fonts/lato-regular-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../../assets/fonts/lato-regular-webfont.woff') format('woff'),
         url('../../assets/fonts/lato-regular-webfont.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
} */
/* @font-face {
    font-family: 'Lato';
    src: url('../../assets/fonts/lato-regular-webfont.woff') format('woff'),
         url('../../assets/fonts/lato-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Lato';
    src: url('../../assets/fonts/lato-regular-webfont.woff') format('woff'),
         url('../../assets/fonts/lato-regular-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
} */
/* *** GENERAL *** */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lato", sans-serif;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

h1,
h2 {
  font-weight: 500;
}

h1 {
  line-height: 1.2;
  color: #73b321;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  text-align: center;
  font-style: italic;
  letter-spacing: 3px;
}
h1 span {
  font-weight: 700;
}
@media screen and (max-width: 48.6875rem) {
  h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64rem) {
  h1 {
    margin-top: 1rem;
  }
}

h2 {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 48.6875rem) {
  h2 {
    font-size: 1rem;
  }
}

p {
  line-height: 1.8;
  font-weight: 300;
}

hr {
  margin: 2rem auto;
  width: 50%;
}

blockquote {
  width: 80%;
  color: #73B321;
  font-weight: bold;
  line-height: 2;
  margin: 1rem auto 0;
}
blockquote i {
  color: black;
  padding-top: 0.7rem;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

button {
  letter-spacing: 1px;
  border: none;
}

header {
  max-width: 1200px;
  position: relative;
}

.scrolltop {
  display: none;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 40px;
  padding: 10px;
}

.scroll {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border: 1px solid #73B321;
  border-radius: 50%;
}

.scroll i {
  color: #73B321;
}

.scroll:hover {
  background: #73B321;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover i {
  color: #fff;
}

.scroll .fa {
  font-size: 20px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (min-width: 40rem) {
  blockquote {
    width: 60%;
    font-weight: lighter;
  }
  p,
  blockquote,
  li,
  strong {
    font-size: 1.1rem;
  }
  br {
    display: none;
  }
}
main {
  padding: 0 1rem;
}

header {
  position: relative;
}
header .logo {
  width: 10rem;
}
header .logo.logo-gh {
  width: 9rem;
}
@media screen and (max-width: 960px) {
  header .logo.logo-gh {
    display: none;
  }
}

@media screen and (min-width: 48.75rem) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo {
    width: 15rem;
  }
}
/* *** NAVIGATION *** */
/* Trigger */
.toggler {
  display: block;
  position: fixed;
  width: 45px;
  height: 45px;
  right: 2rem;
  top: 2.5rem;
  z-index: 200;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.toggler .burger {
  display: block;
  position: relative;
  margin: auto;
  top: 1.4rem;
  width: 30px;
  height: 2px;
  background-color: #686868;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  border-radius: 2px;
}
.toggler .burger:before, .toggler .burger:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 3px;
  background: #8ec04b;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  border-radius: 3px;
}
.toggler .burger:before {
  margin-top: -8px;
}
.toggler .burger:after {
  margin-top: 8px;
}
.toggler.nav--opened {
  opacity: 0.5;
}
.toggler.nav--opened .toggler {
  position: fixed !important;
}

/* Navigation */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

.nav--opened .nav {
  opacity: 1;
  background-color: white;
}

.nav__list {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.nav__list img {
  width: 250px;
  position: relative;
  top: 0;
}

.nav__item {
  list-style-type: none;
  text-align: center;
  padding: 1rem 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}
@media screen and (orientation: landscape) {
  .nav__item {
    padding: 1rem 0;
  }
}
.nav__item:hover {
  color: #73B321;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nav__link {
  font-size: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: #232323;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  padding: 1rem;
}
.nav__link.active {
  color: #73B321;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 48.75rem) {
  .nav__link.active {
    font-size: 1.2rem;
  }
}

.nav--opened .nav__link {
  opacity: 1;
}

.nav--opened .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav--opened .burger {
  background: rgba(0, 0, 0, 0);
}
.nav--opened .burger:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--opened .burger:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 48.75rem) {
  .toggler {
    display: none;
  }
  .nav {
    position: static;
    opacity: 1;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
  .nav img {
    display: none;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__link {
    opacity: 1;
    font-size: 0.8rem;
    padding: 2rem 1rem;
  }
  .nav__link:hover {
    color: #73B321;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media screen and (min-width: 64rem) {
  .nav__link {
    font-size: 1.1rem;
  }
}
.homepage button {
  cursor: pointer;
}

.hp-slider {
  width: 100%;
  height: 100%;
}

.slick-slider button.slick-arrow {
  position: absolute;
  top: 30%;
  right: 2rem;
  z-index: 99;
  height: 3rem;
  width: 3rem;
}

.hp-slide {
  position: relative;
  width: 100%;
  height: 500px;
}
.hp-slide div {
  position: absolute;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.911);
  left: 0;
  bottom: 0;
  width: 400px;
}
@media screen and (max-width: 39.9375rem) {
  .hp-slide div p {
    display: none;
  }
}
.hp-slide div button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11rem;
  height: 2.5rem;
  background-color: #515151;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 39.9375rem) {
  .hp-slide div button {
    margin-top: 0.5rem;
  }
}

.hp-slide-1 {
  position: relative;
  background: url("../../img/balkon1.jpg") center/cover no-repeat;
}
@media screen and (max-width: 39.9375rem) {
  .hp-slide-1 h2 {
    text-align: center;
  }
}

.hp-slide-2 {
  background: url("../../img/fassade.jpg") center/cover no-repeat;
}

.hp-slide-3 {
  background: url("../../img/dietrichgasse.jpg") center/cover no-repeat;
}

.philosophy {
  padding: 0 1rem;
}
.philosophy h2 {
  text-align: center;
  margin: 2rem 0 1.5rem;
}
.philosophy img {
  width: 100%;
}
.philosophy > div {
  padding-bottom: 2rem;
}
.philosophy p {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48.75rem) {
  .philosophy img {
    position: relative;
    left: 50%;
    width: 30%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* @import 'partials/projects'; */
.projects-wrapper {
  margin-bottom: 2rem;
}
.project h2 {
  margin: 2rem 0 0.3rem;
}
.project img {
  max-width: 70%;
  margin: 0 auto 1rem;
}
.project.hilde img {
  height: auto;
  width: auto;
}
@media screen and (max-width: 39.9375rem) {
  .project.hilde a {
    line-height: 1.5;
  }
}

.project-gallery-hilde {
  text-align: center;
  margin-top: 2rem;
}

.project-gallery {
  margin: 3rem 0 4rem;
}
.project-gallery img {
  height: 22rem;
  width: auto;
}
@media screen and (max-width: 39.9375rem) {
  .project-gallery {
    margin: 2rem 0 1rem;
  }
}
.project-gallery .slick-prev:before, .project-gallery .slick-next:before {
  color: #73B321;
  font-size: 40px;
}
@media screen and (max-width: 950px) {
  .project-gallery .slick-prev:before, .project-gallery .slick-next:before {
    font-size: 30px;
  }
}
.project-gallery .slick-prev {
  left: 8rem;
}
@media screen and (max-width: 950px) {
  .project-gallery .slick-prev {
    left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .project-gallery .slick-prev {
    left: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .project-gallery .slick-prev {
    left: 0.5rem;
  }
}
.project-gallery .slick-next {
  right: 8rem !important;
}
@media screen and (max-width: 950px) {
  .project-gallery .slick-next {
    right: 3rem !important;
  }
}
@media screen and (max-width: 640px) {
  .project-gallery .slick-next {
    right: 1.5rem !important;
  }
}
@media screen and (max-width: 500px) {
  .project-gallery .slick-next {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .project-gallery img {
    height: auto;
    width: auto;
  }
}

.slick-slider button.slick-arrow {
  top: 50% !important;
}

.project-description {
  margin-top: 3rem;
}
.project-description p {
  margin-bottom: 0.8rem;
}
.project-description ol {
  margin-top: 1rem;
}
.project-description ol li {
  margin-bottom: 0.5rem;
}
.project-description ol li a {
  color: #73B321;
}
@media screen and (max-width: 39.9375rem) {
  .project-description {
    margin-top: 0;
  }
}

@media screen and (max-width: 25rem) {
  .picture-gallery a {
    height: 12rem;
    min-height: 12rem !important;
  }
}
/* .parkett {
    img {
        margin-top: 2rem;
        width: 100%;
    }

    p {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 48.75rem) {
    .parkett {
        img {
            position: relative;
            left: 50%;
            width: 35%;
            transform: translateX(-50%);

        }
    }
} */
.carbon p {
  padding: 0 0 2rem;
}
.carbon h2 {
  margin-bottom: 1rem;
}
.carbon h3 {
  margin-bottom: 1rem;
}
.carbon > div {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 39.9375rem) {
  .carbon > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 2rem;
  }
  .carbon > div div:first-of-type {
    margin-bottom: 2rem;
  }
}
.carbon ul {
  position: relative;
  padding: 0 2rem;
  list-style-type: none;
}
.carbon li {
  padding: 0.3rem 0 0.8rem;
}
@media screen and (max-width: 39.9375rem) {
  .carbon li {
    font-size: 0.9rem;
  }
}
.carbon li:first-of-type {
  padding-top: 0.5rem;
}
.carbon li::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  width: 28px;
  height: 28px;
  background-image: url("/img/windrad.png");
  background-size: cover;
}
.carbon hr {
  margin: 4rem auto;
}
.advantages {
  margin-bottom: 2rem;
}

.structure div p {
  max-width: 700px;
}
.structure div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
}
.structure img {
  width: 250px;
}
@media screen and (max-width: 39.935rem) {
  .structure img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 39.9375rem) {
  .structure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.img-container.carbon {
  padding: 1rem 0 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img-container.carbon img {
  padding: 0 3rem 0 0;
  max-width: 33%;
}
@media screen and (max-width: 40rem) {
  .img-container.carbon {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .carbon-slider {
    display: none !important;
  }
}
.carbon-slider div {
  margin-bottom: 0 !important;
}
.carbon-slider div img {
  width: 100%;
}
.carbon-slider .slick-arrow {
  position: relative;
  top: 40% !important;
}

.contact h1 {
  margin-bottom: 0;
  text-align: center;
}
.contact p {
  text-align: center;
}
.contact img {
  width: 100%;
  margin: 2rem 0;
}
.contact a {
  color: #000;
  font-weight: bolder;
}

@media screen and (max-width: 48.74rem) {
  .contact-details {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 48.75rem) {
  .contact > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact > div div {
    width: 50%;
    margin: 2rem 0;
  }
  .contact img {
    width: 50%;
    height: auto;
  }
  .contact hr {
    width: 50%;
  }
  .contact > hr {
    display: none;
  }
}
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer span {
  text-transform: uppercase;
}