/*
  TOP NAV
----------------------- */
#topnav {
  background-color: #333;
  color: #fff;
}
#topnav .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
#topnav .container .navbar-toggler.hamburger-button:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
#topnav .container .navbar-toggler.hamburger-button .hamburger-icon {
  color: #fff;
}
#topnav #logo {
  width: 250px;
}
#topnav #navbarSupportedContent a {
  color: #fff;
  padding: 5px 15px;
}
#topnav #navbarSupportedContent a:hover {
  text-decoration: underline;
}

/* Hamburger Menu
   hamburger icon animation
----------------------*/
.hamburger-button {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  top: -2px;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.hamburger-button:focus {
  outline: none;
  box-shadow: unset;
}

.hamburger-icon {
  width: 40px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  border-radius: 5rem;
}

.hamburger-icon {
  top: 50%;
}

.hamburger-icon::before {
  top: -13px;
}

.hamburger-icon::after {
  top: 13px;
}

.hamburger-icon::after,
.hamburger-icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  border-radius: 5rem;
}

.hamburger-button[aria-expanded=true] .hamburger-icon {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.hamburger-button[aria-expanded=true] .hamburger-icon::before {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger-button[aria-expanded=true] .hamburger-icon::after {
  top: 0;
  transform: rotate(45deg);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

/*

--------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #333;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: normal;
  padding-top: 100px;
}

h1 {
  font-weight: 700;
  color: #333;
}

a {
  color: #333;
}

div#page {
  flex: 1 0 auto;
}

footer#sitefooter {
  flex-shrink: 0;
}

/*
  Background Images
------------------------ */
body {
  background-image: url("assets/img/frontpage_bg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:after {
  width: 100%;
  height: 10rem;
}

p {
  font-family: PT_Sans;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

body.page-id-30 {
  background-image: url("assets/img/fenster_bg.jpg");
  background-position-y: 0%;
}

body.page-id-26 {
  background-image: url("assets/img/wintergarten_bg.jpg");
  background-position-y: 80%;
}

body.page-id-28 {
  background-image: url("assets/img/baumanagement_bg.jpg");
  background-position-y: 80%;
}

/*
    HOME PAGE
----------------------------- */
body.home h2 {
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 3rem;
}
body.home h3 {
  text-align: center;
  font-family: "PT Sans";
  font-weight: 900;
  font-style: italic;
}
body.home .homepage-menu {
  margin-top: 5rem;
}
body.home .homepage-menu .box-homemenu {
  max-width: 275px;
  margin: 1rem auto;
}
body.home .homepage-menu .box-homemenu .card img {
  height: 275px;
}

@media (min-width: 768px) {
  body.home .homepage-menu .box-homemenu {
    max-width: none;
  }
  body.home .homepage-menu .box-homemenu .card img {
    height: auto;
  }
}
@media (min-width: 992px) {
  body.home .homepage-menu {
    margin-top: 20vh;
  }
  body.home .homepage-menu h2 {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-menu {
    margin-top: 25vh;
  }
  body.home .homepage-menu .box-homemenu {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
  body.home .homepage-menu .box-homemenu.offset-xl-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-menu {
    position: absolute;
    bottom: 7vh;
    margin-right: 5rem;
  }
  body.home .homepage-menu h2 {
    font-size: 80px;
  }
  body.home .homepage-menu h3 {
    font-size: 24px;
  }
}
/*
    PAGE Styles
----------------------------- */
.page-content {
  background-color: #fff;
  margin-top: 400px;
  border-radius: 20px;
  padding: 25px;
}
.page-content h1 {
  font-family: "Copperplate";
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  color: #5E6C86;
  letter-spacing: 0.1625rem;
  margin-bottom: 5rem;
}
.page-content h2 {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  margin: 3rem 0;
}
.page-content .wp-block-pullquote blockquote p {
  font-size: 42px;
  font-family: "PT Sans";
  font-weight: 900;
  font-style: italic;
  color: #5E6C86;
}

@media (min-width: 1200px) {
  p {
    font-size: 20px;
  }

  .page-content {
    margin-top: 350px;
    padding: 30px 100px;
  }
  .page-content h1 {
    font-size: 45px;
  }
}
.circle-img-block {
  position: relative;
  background-color: #332F2D;
  padding: 0 0 3rem 0;
  margin-left: -100px;
  margin-right: -100px;
}
.circle-img-block .container {
  padding-left: 100px;
  padding-right: 100px;
}
.circle-img-block .container header h2 {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}
.circle-img-block .container img.rounded-circle {
  width: 100%;
  margin: 1rem;
}

#footer-top {
  background-color: #333;
  padding: 2rem 0;
  color: #fff;
}
#footer-top a {
  color: #fff;
  padding: 1rem;
}
#footer-top a:hover {
  color: #fafafa;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
