/*!
Theme Name: frey-baukostenberatung
Author: Creafactory
Author URI: https://www.creafactory.ch
Description: Description
Version: 1.0.0
Text Domain: baukostenberatung
*/
@font-face {
  font-family: "Figtree";
  font-style: normal;
  /* See note below */
  src: url(fonts/Figtree-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-style: italic;
  /* See note below */
  src: url(fonts/Figtree-Italic-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "FunnelSans";
  font-style: normal;
  /* See note below */
  src: url(fonts/FunnelSans-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "FunnelSans";
  font-style: italic;
  /* See note below */
  src: url(fonts/FunnelSans-Italic-VariableFont_wght.ttf) format("truetype");
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (max-width: 575px) {
  html {
    font-size: 38%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 43%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 48%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 55%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 67%;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 75%;
  }
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#page {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

body.active #page {
  opacity: 1;
}

body {
  font-family: FunnelSans;
  font-weight: 300;
  position: relative;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow: auto;
  color: #000;
  font-size: 3.3rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 3.8rem;
  }
}

sup {
  position: relative;
  font-size: 62%;
  line-height: 0;
  vertical-align: baseline;
}

p {
  margin-bottom: 4rem;
}

p + ul {
  margin-top: -4rem;
}

ul {
  padding-left: 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  ul {
    padding-left: 3.25rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  ul {
    padding-left: 4rem;
  }
}

p a, p a:focus, p a:active, p a:visited {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}
p a:hover {
  color: #666;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

header {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  pointer-events: none;
}

.site-branding {
  font-family: Figtree;
  font-weight: 900;
  position: absolute;
  top: 2rem;
  left: 10rem;
  font-size: 8.5rem;
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.site-branding sup {
  top: -2.75rem;
}
@media (max-width: 575px) {
  .site-branding {
    left: 6rem;
    font-size: 7.5rem;
  }
}

.menu-branding {
  font-family: Figtree;
  font-weight: 900;
  font-size: 2.25rem;
  position: absolute;
  left: 10rem;
  top: 6.25rem;
}
@media (max-width: 575px) {
  .menu-branding {
    top: 5rem;
    left: 6rem;
    font-size: 3.25rem;
  }
}
.menu-branding a, .menu-branding a:hover, .menu-branding a:focus, .menu-branding a:visited, .menu-branding a:active {
  color: #000;
  text-decoration: none;
}

.scrollheader .site-branding {
  opacity: 0.15;
}

.menu-toggle {
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  right: 6rem;
  top: 5.5rem;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  pointer-events: all;
}
@media (max-width: 575px) {
  .menu-toggle {
    right: 3rem;
    top: 2.5rem;
  }
}
.menu-toggle .toggle-fill path {
  transition: all 0.3s ease-in-out;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle:hover .toggle-fill path {
  fill: #666666;
}
.menu-toggle.is-active {
  transform: rotate(45deg);
}

.main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.main-navigation.show {
  opacity: 1;
  pointer-events: all;
}

.menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(190, 212, 227, 0.9);
}

.main-menu {
  list-style-type: none;
  position: absolute;
  left: 10rem;
  padding: 0;
  top: 12rem;
}
@media (max-width: 575px) {
  .main-menu {
    left: 6rem;
  }
}
.main-menu .sub-menu {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10rem;
}
.main-menu .sub-menu .nav-link {
  font-size: 4.25rem;
}
.main-menu .nav-link {
  display: block;
  padding: 0;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 6rem;
}
.main-menu .nav-link:hover {
  color: #666;
}

.image-col {
  position: relative;
}
.image-col .label {
  position: absolute;
  top: 3rem;
  margin-left: 3rem;
  font-family: Figtree;
  font-weight: 900;
  font-size: 2rem;
  color: #FFF;
  padding: 1.75rem 2.75rem;
  border-radius: 5rem;
}
.image-col img {
  border-radius: 1.5rem;
}

.image-col-rounded {
  position: relative;
}
@media (max-width: 575px) {
  .image-col-rounded {
    height: 27rem;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1999px), (min-width: 2000px) {
  .image-col-rounded {
    overflow: hidden;
  }
}
.image-col-rounded .image-rounded {
  border-radius: 100%;
  overflow: hidden;
  width: calc(100%/3);
  position: absolute;
}
.image-col-rounded .image-rounded:nth-child(2) {
  margin-left: 30%;
  transition: all 0.9s ease-in-out 1.6s;
}
.image-col-rounded .image-rounded:nth-child(3) {
  margin-left: 60%;
  transition: all 0.9s ease-in-out 1.6s;
}
.image-col-rounded.aos-animate .image-rounded:nth-child(2) {
  margin-left: calc(100%/3/2);
}
.image-col-rounded.aos-animate .image-rounded:nth-child(3) {
  margin-left: calc(100%/3);
}

section {
  margin-bottom: 11rem;
  padding-top: 5rem;
  margin-top: -5rem;
  position: relative;
}
section h1 {
  font-size: 8.5rem;
  font-weight: 300;
  padding-left: 8rem;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  section h1 {
    padding-left: 4rem;
    font-size: 7.5rem;
  }
}

section:last-of-type {
  min-height: calc(100vh - 29rem);
}

section:first-of-type {
  padding-top: 20rem;
}

h1 {
  font-size: 8.5rem;
  font-weight: 300;
  padding-left: 8rem;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  h1 {
    padding-left: 4rem;
    font-size: 7.5rem;
  }
}

.row .row:last-of-type {
  margin-bottom: 4rem;
}

#produkte {
  margin-top: 8rem;
}
#produkte:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #bed4e3 0%, rgba(190, 212, 227, 0) 100%);
  height: 60rem;
  z-index: -1;
}

.container-fluid {
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
}
.container-fluid .row {
  margin-bottom: 10rem;
}
@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1999px), (min-width: 2000px) {
  .container-fluid .row .col-sm-6:first-of-type {
    padding-right: 3.5rem;
  }
  .container-fluid .row .col-sm-6:last-of-type {
    padding-left: 3.5rem;
  }
}
@media (max-width: 575px) {
  .container-fluid .row .col-sm-6:first-of-type {
    margin-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .wp-block-image:first-of-type {
    margin-bottom: 3rem;
  }
}

.outlined {
  padding-left: 8rem;
}
@media (max-width: 575px) {
  .outlined {
    padding-left: 4rem;
  }
}
.outlined img {
  border: 2px solid #6ca1bc;
}

.wp-block-buttons {
  margin-top: 2rem;
}

.row + .wp-block-buttons {
  margin-top: -8rem;
  margin-bottom: 10rem;
}

.wp-block-button {
  margin-left: 8rem !important;
}
@media (max-width: 575px) {
  .wp-block-button {
    margin-left: 4rem !important;
  }
}
.wp-block-button a {
  position: relative;
  font-family: Figtree;
  font-weight: 900;
  font-size: 2rem;
  color: #FFF;
  padding: 1.75rem 5rem 1.75rem 2.75rem;
  border-radius: 5rem;
  background-color: #6ca1bc;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wp-block-button a {
    font-size: 3.25rem;
    padding: 2rem 5.5rem 2rem 3.25rem;
  }
}
.wp-block-button a:hover {
  background-color: #86bad4;
}
.wp-block-button [href]:after {
  content: "";
  position: absolute;
  top: 1.9rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: transparent url("img/linkarrow.svg") no-repeat scroll center center/1.5rem auto;
}
@media (max-width: 575px) {
  .wp-block-button [href]:after {
    top: 2.75rem;
    right: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent url("img/linkarrow.svg") no-repeat scroll center center/2rem auto;
  }
}
.wp-block-button a:not([href]) {
  font-family: Figtree;
  font-weight: 900;
  font-size: 2rem;
  color: #FFF;
  padding: 1.75rem 2.75rem;
  border-radius: 5rem;
  pointer-events: none;
  background-color: #6ca1bc;
  content: none;
}
@media (max-width: 575px) {
  .wp-block-button a:not([href]) {
    font-size: 3.25rem;
    padding: 2rem 3.25rem;
  }
}

.fancybox__content {
  background-color: #FFF;
  width: 100%;
  padding: 0;
  color: #000;
}
.fancybox__content .wp-block-columns {
  gap: 3rem !important;
}

.fancybox__slide {
  padding: 0;
}

.carousel__button svg {
  width: 7rem;
  height: 7rem;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: none;
  pointer-events: none;
}

.fancybox__content > .carousel__button.is-close {
  top: 2rem;
  right: 2rem;
}

.fancybox__container {
  z-index: 10500;
}

.fancybox__content .container {
  min-height: 100vh;
}

.fancybox__backdrop {
  background: #FFF;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
  box-shadow: none;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: 0;
}

footer {
  background-color: #e9f0f5;
  height: 18rem;
  display: flex;
  align-items: flex-end;
}

.footerlinks {
  text-align: center;
  margin-bottom: 2rem;
}
.footerlinks a, .footerlinks a:active, .footerlinks a:focus, .footerlinks a:visited {
  color: #000;
  text-decoration: none;
  font-family: Figtree;
  font-size: 1.75rem;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .footerlinks a, .footerlinks a:active, .footerlinks a:focus, .footerlinks a:visited {
    font-size: 2.5rem;
  }
}
.footerlinks a:hover {
  color: #666666;
  text-decoration: none;
}
.footerlinks a:first-child {
  margin-right: 2rem;
}

.page-id-94 .site {
  height: 100%;
}
.page-id-94 .site-main {
  padding-top: 0;
  height: 100%;
}
.page-id-94 section {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-94 .kilink {
  z-index: 1;
  position: relative;
  font-family: Figtree;
  font-weight: 500;
  font-size: 4rem;
  color: #000;
  padding: 2.25rem 7rem 2.25rem 4.5rem;
  border-radius: 5rem;
  border: none;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.page-id-94 .kilink:hover {
  background-color: #d0e1ea;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.35);
}
.page-id-94 .kilink:after {
  content: "";
  position: absolute;
  top: 3.25rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  background: transparent url("img/linkarrow-ki.svg") no-repeat scroll center center/2rem auto;
}
.page-id-94 .ki-footer {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  font-size: 2.5rem;
}
.page-id-94 .ki-footer p {
  margin-bottom: 0;
}
.page-id-94 .menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(190, 212, 227, 0.9);
}

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