@charset "UTF-8";
/*
 Theme Name:   Webskipper ws110 Theme
 Theme URI:    https://generatepress.com
 Description:  based on Default GeneratePress child theme from Tom Usborne
 Author:       Webskipper
 Author URI:   https://webskipper.de
 Template:     generatepress
 Version:      0.1
*/
/*#region [Constants]*/
/*#endregion*/
#login {
  padding: 5% 0 0;
}

body.login #login > h1 a {
  background-image: url("dist/img/webskipper-logo.png");
  margin-bottom: 0px;
  overflow: visible;
  padding-bottom: 10px;
  position: relative;
  background-size: 300px;
  height: 260px;
  width: 300px;
}

/*#region [Custom Stuff]*/
/*#endregion*/
ol, ul {
  margin: 1.5em 0 1.5em 0;
}

.widget ul li {
  margin-bottom: 0em;
}

/* für einfache fettung im intro-text */
p strong.bold {
  color: #000;
}

.intro-cols p strong.bold {
  color: #000;
  margin-top: 0;
  display: inline;
}

strong {
  font-family: "Alegreya Sans", sans-serif !important;
  font-weight: 700 !important;
  display: inline;
}

h1 {
  margin: 1em 0;
}
h1 strong {
  display: block;
}

label.everest-forms-field-label-inline a:focus {
  outline: 2px solid #1c1484;
}

input#evf-511-field_gvxC1CHDzT-11_1:focus {
  outline: 2px solid #1c1484;
  margin-top: 32px;
  bottom: 15px;
  position: relative;
}

input[type=radio]:focus {
  outline: 2px solid #1c1484;
}

.error404 .entry-content:before, .error404 .site-content:before {
  background: none;
}

.main-col .seo-block {
  margin: 40px 0;
}
.main-col .seo-block h2 {
  margin: 0;
}
.main-col .seo-block h2:before {
  content: "";
  display: none;
}

.icon-exterior .main-col .seo-block h2 + p:before,
.icon-indoor .main-col .seo-block h2 + p:before,
.icon-renovation .main-col .seo-block h2 + p:before {
  background-image: none;
  content: "";
  display: none;
}

.ws-form-grid .ws-form-row {
  display: grid;
  margin-bottom: 20px;
}
.ws-form-grid .ws-form-row.c20-80 {
  grid-template-columns: 20% 80%;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.ws-form-grid .ws-form-row.c50 {
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-column-gap: 0%;
  grid-row-gap: 20px;
}
.ws-form-grid .ws-form-row.c80-20 {
  grid-template-columns: 80% 20%;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.ws-form-grid p {
  position: relative;
  top: 10px;
}
.ws-form-grid input[type=email],
.ws-form-grid input[type=tel],
.ws-form-grid input[type=text],
.ws-form-grid select,
.ws-form-grid textarea {
  border: 1px solid;
  border-radius: 0;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
}
.ws-form-grid input[type=email]:focus,
.ws-form-grid input[type=tel]:focus,
.ws-form-grid input[type=text]:focus,
.ws-form-grid select:focus,
.ws-form-grid textarea:focus {
  border-radius: 0px !important;
}
.ws-form-grid textarea {
  resize: none;
  height: 150px;
}
.ws-form-grid textarea:focus {
  border-radius: 0px !important;
}

span.wpcf7-form-control.wpcf7-checkbox,
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}

input[type=radio],
input[type=checkbox] {
  accent-color: #1c1484;
  margin-right: 12px;
  transform: scale(1.5);
}

select.wpcf7-form-control.wpcf7-select {
  font-size: 20px;
  font-family: "Roboto";
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #333;
}

.cf7ic-style1 {
  padding: 10px 0 !important;
  text-align: left !important;
}
.cf7ic-style1 span.cf7ic-icon-wrapper {
  display: inline-flex;
  vertical-align: middle;
  padding-left: 15px;
}

::-moz-placeholder {
  font: 400 20px/25px "Lato", sans-serif;
  color: #1c1484;
  opacity: 1;
}

::placeholder {
  font: 400 20px/25px "Lato", sans-serif;
  color: #1c1484;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .ws-form-grid .ws-form-row.c50 {
    grid-template-columns: 49% 49%;
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 0px;
  }
  .ws-form-grid .ws-form-row.c20-80 {
    grid-template-columns: 19% 79%;
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 0px;
  }
  .ws-form-grid .ws-form-row.c80-20 {
    grid-template-columns: 79% 19%;
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 0px;
  }
}
@font-face {
  font-family: Icons;
  src: url(../icons/icons.eot);
  src: url(../icons/icons.eot#iefix) format("embedded-opentype"), url(../icons/icons.woff2) format("woff2"), url(../icons/icons.woff) format("woff"), url(../icons/icons.ttf) format("truetype"), url(../icons/icons.svg#icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
*,
:after,
:before {
  box-sizing: border-box;
}

body,
html {
  background-color: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote {
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
}

@media (max-width: 1199px) {
  blockquote {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  blockquote {
    font-size: 24px;
  }
}
p strong {
  color: #c30533;
}

.text-box ul {
  padding: 0;
}

.text-box ul li {
  position: relative;
  display: block;
  padding-left: 20px;
}

.text-box ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c30533;
  left: 1px;
  top: 0.7em;
  margin-top: -3px;
}

.text-box ul.checklist li {
  padding-left: 24px;
}

.text-box ul.checklist li:before {
  content: "\e805";
  font-family: Icons;
  background-color: transparent;
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  color: #c30533;
  top: 0;
  margin: 0 10px 0 -24px;
}

.text-box ul.checklist li:after {
  content: "";
  position: relative;
  display: block;
  clear: left;
}

.site-content {
  display: block;
  padding-top: 100px;
}

.entry-content,
.site-content {
  position: relative;
  background-image: url(../img/wallpaper.svg);
  background-size: 100px;
  background-position: 50px 30px;
}

.entry-content:before,
.site-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #fff 70%);
}

section {
  position: relative;
  z-index: 1;
}

.page-content {
  overflow: hidden;
}

.site-content .container,
.site-main .everest-forms {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 240px);
  padding: 0 20px;
  position: relative;
}

@media (max-width: 1299px) {
  .site-content .container,
  .site-main .everest-forms {
    width: 90%;
  }
}
@media (max-width: 999px) {
  .site-content .container,
  .site-main .everest-forms {
    width: 100%;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .site-content .container,
  .site-main .everest-forms {
    padding: 0 32px;
  }
}
@media (min-width: 1000px) {
  .content-area.container,
  .site-main .content-area.everest-forms {
    padding-bottom: calc(2% + 60px);
  }
  .content-area.container .row,
  .site-main .content-area.everest-forms .row {
    display: flex;
    margin: 0 -20px;
  }
  .content-area.container .site-main,
  .site-main .content-area.everest-forms .site-main {
    flex: 1 1 66.6667%;
    max-width: 66.6667%;
    padding: 0 100px 100px 20px;
  }
  .content-area.container .sidebar,
  .site-main .content-area.everest-forms .sidebar {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
    padding: 0 20px;
  }
}
@media (max-width: 999px) {
  .content-area.container .sidebar,
  .site-main .content-area.everest-forms .sidebar {
    background-color: #f7f7f8;
    padding: 20px 0 5px;
    margin-top: calc(4% + 40px);
    box-shadow: -200px 0 0 #f7f7f8, 200px 0 0 #f7f7f8;
  }
}
.content-area.container.text-page,
.site-main .content-area.text-page.everest-forms {
  margin-top: calc(2% + 30px);
  margin-bottom: calc(2% + 30px);
}

.button,
.site-main .everest-forms button.button:not(.button-large),
.site-main .everest-forms button[type=submit] {
  position: relative;
  display: inline-block;
  background-color: #1c1484;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  transition: 0.2s ease;
}

.button:before,
.site-main .everest-forms button.button:not(.button-large):before,
.site-main .everest-forms button[type=submit]:before {
  position: relative;
  content: "\e804";
  font-family: Icons;
  left: -4px;
  margin-right: 3px;
  font-size: 13px;
  top: -1px;
}

@media (max-width: 1200px) {
  .button,
  .site-main .everest-forms button.button:not(.button-large),
  .site-main .everest-forms button[type=submit] {
    font-size: 15px;
  }
}
@media (max-width: 567px) {
  .button,
  .site-main .everest-forms button.button:not(.button-large),
  .site-main .everest-forms button[type=submit] {
    font-size: 14px;
  }
  .button:before,
  .site-main .everest-forms button.button:not(.button-large):before,
  .site-main .everest-forms button[type=submit]:before {
    font-size: 12px;
    top: 0;
  }
}
.button:hover,
.site-main .everest-forms button.button:hover:not(.button-large),
.site-main .everest-forms button:hover[type=submit] {
  background-color: #c30533;
}

a.m span + span:before {
  content: "@";
}

a[href^="tel:"] {
  white-space: nowrap;
}

.site-main .everest-forms button:focus[type=submit] {
  background-color: #c30533;
  border: 2px solid #1c1484;
}

@media (min-width: 1200px) {
  .home .site-content {
    padding-top: 0;
  }
  .home .site-header:not(.scrolled) {
    background-color: transparent;
    padding: 64px 0 40px;
    box-shadow: none;
  }
  .home .site-header:not(.scrolled):before {
    box-shadow: none;
    top: 10px;
    left: 49%;
    margin-left: -600px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.2), 0 0 0 0 #fff;
  }
  .home .site-header:not(.scrolled) .logo {
    overflow: hidden;
  }
  .home .site-header:not(.scrolled) nav .sub-menu {
    padding: 46px 20px 12px 3px;
    margin-left: -3px;
    margin-top: -44px;
    overflow: hidden;
  }
  .home .site-header:not(.scrolled) nav .sub-menu:before {
    left: 0;
    width: 100%;
    margin-top: -46px;
    background: linear-gradient(70deg, #fff 0, rgba(255, 255, 255, 0) 200%);
  }
  .home .site-header:not(.scrolled) .menu > li > a {
    position: relative;
    color: #1c1484;
    opacity: 1;
  }
  .home .site-header:not(.scrolled) .menu > li.current-menu-item > a,
  .home .site-header:not(.scrolled) .menu > li:hover > a {
    color: #1c1484;
    z-index: 1;
  }
  .home .site-header:not(.scrolled) nav ul.menu > li:hover > a:not(:last-child) {
    margin-bottom: 0;
  }
}
.site-header {
  position: fixed;
  display: block;
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -20px 15px 30px rgba(0, 0, 0, 0.05);
  z-index: 100;
  font-size: 0;
  line-height: 0;
}
.site-header .inside-header {
  max-width: 1220px;
}
.site-header .nav {
  top: 70px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 70px);
  background-color: rgba(247, 247, 248, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 1000px 0 1000px rgba(9, 7, 43, 0.8);
  overflow: auto;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, z-index 0.3s linear, transform 0.3s ease !important;
}

@media (min-width: 1000px) {
  .site-header {
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s ease;
    pointer-events: none;
  }
  .site-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 -20px 15px 30px rgba(0, 0, 0, 0.05), 0 -30px 0 0 #fff;
    transition: 0.3s ease;
  }
  .site-header .site-logo {
    position: relative;
    display: block;
    margin: 14px -20px 12px -25px;
    pointer-events: all;
  }
  .site-header .site-logo img {
    position: relative;
    width: 200px;
    display: block;
    margin-left: -20px;
  }
  .site-header .container,
  .site-header .site-main .everest-forms,
  .site-main .site-header .everest-forms {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .site-header nav {
    padding-top: 2px;
    transition: 0.3s ease;
    pointer-events: all;
  }
  .site-header nav li {
    display: inline-block;
    position: relative;
  }
  .site-header nav a {
    position: relative;
    display: block;
    color: #323841;
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s ease;
  }
  .site-header nav .current-menu-item > a {
    color: #1c1484;
    opacity: 1;
  }
  .site-header nav .sub-menu {
    position: absolute;
    padding: 20px 20px 20px 0;
    margin: 0;
    overflow: visible;
    height: auto;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, z-index 0.3s linear, transform 0.3s ease !important;
    z-index: -1;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .site-header nav .sub-menu {
    overflow: visible !important;
    height: auto !important;
    display: block !important;
    padding: 20px 20px 20px 0 !important;
  }
}
@media (min-width: 1000px) {
  .site-header nav .sub-menu:before {
    content: "";
    position: absolute;
    left: -100vw;
    width: 200vw;
    top: 0;
    bottom: 0;
    background-color: rgba(247, 247, 248, 0.9);
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
  }
  .site-header nav .sub-menu li {
    display: block;
  }
  .site-header nav .sub-menu .current-menu-item a,
  .site-header nav .sub-menu .current-menu-item a:hover {
    color: #c30533 !important;
  }
  .site-header nav .sub-menu a {
    position: relative;
    padding: 5px 10px;
    white-space: nowrap;
    transition: 0.3s ease;
  }
  .site-header nav .sub-menu a:after {
    content: "";
    position: absolute;
    display: block;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 0;
    transition: 0.3s ease;
  }
  .site-header nav .sub-menu a:before {
    content: "\e804";
    font-family: Icons;
    position: absolute;
    left: -10px;
    font-size: 14px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    opacity: 0;
    color: #c30533;
    transition: 0.3s ease;
    pointer-events: none;
  }
  .site-header nav .sub-menu a:hover {
    transform: translate3d(17px, 0, 0);
    color: #1c1484;
  }
  .site-header nav .sub-menu a:hover:before {
    opacity: 1;
    left: -6px;
  }
  .site-header nav .sub-menu a:hover:after {
    width: 17px;
  }
  .site-header nav ul {
    display: block;
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
  }
  .site-header nav ul ul {
    position: absolute;
    top: 100%;
  }
  .site-header nav ul.menu > li > a {
    font-weight: 700;
    opacity: 0.6;
    text-transform: uppercase;
  }
  .site-header nav ul.menu > li > a::after {
    background-color: #1c1484;
    bottom: 10px;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    transition: 0.3s ease;
  }
  .site-header nav ul.menu > li.current-menu-item > a,
  .site-header nav ul.menu > li.current-menu-parent > a,
  .site-header nav ul.menu > li:hover > a {
    opacity: 1;
    color: #1c1484;
  }
  .site-header nav ul.menu > li.current-menu-item > a::after,
  .site-header nav ul.menu > li.current-menu-parent > a::after,
  .site-header nav ul.menu > li:hover > a::after {
    left: 10px;
    opacity: 1;
    right: 10px;
  }
  .site-header nav ul.menu > li.current-menu-item > a,
  .site-header nav ul.menu > li.current-menu-parent > a {
    color: #1c1484;
  }
  .site-header .toggle-nav {
    display: none;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .site-header nav {
    max-height: calc(100vh - 80px);
    top: 80px;
  }
}
@media (max-width: 999px) {
  .site-header ul {
    list-style: none;
  }
  .site-header a {
    text-decoration: none;
  }
  .site-header .menu {
    padding: 20px 10px;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .site-header {
    height: 80px;
  }
  .site-content {
    padding-top: 80px;
  }
  .site-header .menu {
    padding: 22px 28px 22px 22px;
  }
  .site-header .site-logo img {
    height: 62px;
    margin-left: -34px;
  }
}
@media (max-width: 768px) {
  .site-header {
    height: 70px;
  }
  .site-content {
    padding-top: 70px;
  }
  .site-header .site-logo img {
    height: 52px;
    width: auto;
    margin-left: 10px;
    display: block;
  }
}
@media (max-width: 999px) {
  .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: rgba(247, 247, 248, 0.9);
  }
  .main-navigation .main-nav ul ul {
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
  }
  .main-navigation .main-nav ul ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
  }
  .main-navigation .main-nav ul ul li a {
    text-transform: none;
    padding: 4px 10px;
    color: #323842;
    font-size: 18px;
    line-height: 1.2;
  }
  .main-navigation .main-nav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .main-navigation .main-nav ul li:last-child {
    border-bottom: 0px solid;
  }
  .main-navigation .main-nav ul li > a {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.5;
    color: #1c1484;
    padding: 5px 10px;
    text-transform: uppercase;
  }
}
.main-navigation ul ul {
  background-color: transparent;
}

.mobile-menu-control-wrapper .menu-toggle {
  background-color: transparent;
}

.main-navigation .menu-toggle {
  color: #1c1484;
  font-size: 32px;
}
.main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:focus {
  color: #1c1484;
}

@media (min-width: 1000px) {
  .contact-wrapper {
    position: sticky;
    display: flex;
    justify-content: flex-end;
    height: 0;
    z-index: 9999;
    top: -200px;
    font-size: 0;
    line-height: 0;
    transform: translate(0, 246px);
    pointer-events: none;
  }
  .contact-wrapper ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .contact-wrapper ul {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .contact-wrapper a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    margin: 15px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
    pointer-events: all;
    border: 4px solid #fff;
    color: #1c1484;
    transition: 0.3s ease;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .contact-wrapper a {
    width: 50px;
    height: 50px;
    margin: 20px 15px -10px;
  }
}
@media (min-width: 1000px) {
  .contact-wrapper a:hover {
    background-color: #1c1484;
    color: #fff;
  }
  .contact-wrapper a.m:before {
    content: "\e803";
    font-family: Icons;
    font-size: 28px;
    line-height: 1;
  }
  .contact-wrapper a.p:before {
    content: "\e802";
    font-family: Icons;
    font-size: 28px;
    line-height: 1;
  }
  html.mobile .site-header nav ul.menu > li.open .sub-menu,
  html:not(.mobile) .site-header nav ul.menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, z-index 0.3s linear, transform 0.3s ease !important;
  }
}
@media (max-width: 999px) {
  .contact-wrapper {
    position: fixed;
    top: 40px;
    right: 100px;
    z-index: 999999;
    font-size: 0;
    line-height: 0;
    margin-top: -20px;
  }
  .contact-wrapper ul {
    margin: 0;
    padding: 0;
  }
  .contact-wrapper li {
    display: inline-block;
  }
  .contact-wrapper a {
    color: #1c1484;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
  }
  .contact-wrapper a.m:before {
    content: "\e803";
    font-family: Icons;
    font-size: 24px;
    line-height: 1;
  }
  .contact-wrapper a.p:before {
    content: "\e802";
    font-family: Icons;
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .contact-wrapper {
    top: 35px;
    right: 65px;
  }
}
.admin-bar .site-header {
  margin-top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    z-index: 100000;
    margin-top: 0;
  }
}
@media (max-width: 782px) {
  .admin-bar .contact-wrapper {
    z-index: 999999;
  }
}
@media (min-width: 1000px) {
  .admin-bar .contact-wrapper {
    transform: translate(0, 280px);
  }
}
.admin-bar .site-content {
  margin-top: -32px;
}

@media (max-width: 999px) {
  .admin-bar .site-content {
    margin-top: -46px;
  }
}
@media (min-width: 1200px) {
  .admin-bar:not(.home) .site-content {
    padding-top: 128px;
  }
}
.footer-widgets .widget {
  margin-bottom: 0;
}

.site-footer .site-info {
  font-size: 17px;
  padding: 24px 0;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info p {
  margin: 0 0 0;
}
.site-footer .site-info .copyright-bar {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.site-footer .site-info .copyright-bar .col {
  display: inline-flex;
}
.site-footer .site-info .copyright-bar .col.left {
  width: 100%;
  order: 1;
}
.site-footer .site-info .copyright-bar .col.legal {
  width: 100%;
  justify-content: flex-start;
  order: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
}
.site-footer .site-info .copyright-bar .col.legal a {
  padding-right: 20px;
}
.site-footer .site-info .copyright-bar .col.right {
  order: 2;
  padding-bottom: 20px;
}

@media only screen and (min-width: 440px) {
  .site-footer .site-info {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer .site-info .copyright-bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .site-footer .site-info .copyright-bar .col {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .site-footer .site-info .copyright-bar .col.left {
    width: 25%;
  }
  .site-footer .site-info .copyright-bar .col.legal {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .site-info .copyright-bar {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .site-footer .site-info .copyright-bar .col {
    display: inline-flex;
    max-width: 100%;
  }
  .site-footer .site-info .copyright-bar .col.left {
    max-width: 35%;
  }
  .site-footer .site-info .copyright-bar .col.legal {
    max-width: 36%;
    order: 2;
    border-top: 0px solid rgba(255, 255, 255, 0.3);
    padding-top: 0px;
  }
  .site-footer .site-info .copyright-bar .col.right {
    max-width: 31%;
    order: 3;
    padding-bottom: 0px;
  }
}
.site-footer p strong {
  color: #1c1484;
}

.site-footer .col:first-child img {
  width: 200px;
  height: auto;
  margin: 0 -38px 25px;
  display: block;
}

.site-footer .col:last-child img {
  width: 70px;
  margin: 12px 0 5px;
}

.site-footer .row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .site-footer .row {
    display: block;
  }
}
.site-footer a {
  color: #1c1484;
  text-decoration: none;
}

.site-footer nav a,
.site-footer p:last-child > a {
  position: relative;
  display: inline-block;
  transition: 0.3s ease;
}

.site-footer nav a:before,
.site-footer p:last-child > a:before {
  content: "\e804";
  font-family: Icons;
  position: absolute;
  color: #c30533;
  left: -30px;
  transition: 0.3s ease;
  opacity: 0;
  font-size: 14px;
  line-height: 1;
  top: 52%;
  margin-top: -8px;
  pointer-events: none;
}

.site-footer nav a:hover,
.site-footer p:last-child > a:hover {
  padding-left: 18px;
}

.site-footer nav a:hover:before,
.site-footer p:last-child > a:hover:before {
  left: 1px;
  opacity: 1;
}

.site-footer nav {
  padding: 2px 0;
}

.site-footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs {
  margin: 20px auto;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: block;
  max-width: 1200px;
  width: calc(100% - 240px);
  padding: 0 20px;
}

@media (max-width: 1000px) {
  .breadcrumbs {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 15px auto 0;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px;
    width: 100%;
  }
}
.breadcrumbs a {
  color: #323841;
  text-decoration: none;
  transition: 0.3s ease;
}

.breadcrumbs a:hover {
  color: #c30533;
}

.breadcrumbs .breadcrumb_last {
  color: #1c1484;
}

.breadcrumbs .seperator {
  font-size: 0;
  line-height: 0;
}

.breadcrumbs .seperator:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 6px;
  content: "\e804";
  font-family: Icons;
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  margin: 0 2px;
}

.breadcrumbs > span {
  margin-left: 3px;
}

.has-icon .main-col h2 + p:before {
  content: "";
  position: relative;
  display: block;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  float: left;
  margin: -0.1em 0.8em 0.1em -0.2em;
}

.has-icon .main-col h2 + p:after {
  content: "";
  position: relative;
  display: block;
  clear: left;
}

.main-col h2 + .wp-block-image {
  position: relative;
  display: block;
  float: left;
  width: 4em;
  height: 4em;
  margin: -0.1em 0.8em 0.1em -0.2em;
}

.main-col h2 + .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.icon-exterior .main-col h2 + p:before {
  background-image: url(../img/icon-exterior.svg);
}

.icon-wood .main-col h2 + p:before {
  background-image: url(../img/icon-wood.svg);
}

.icon-indoor .main-col h2 + p:before {
  background-image: url(../img/icon-indoor.svg);
}

.icon-floor .main-col h2 + p:before {
  background-image: url(../img/icon-floor.svg);
}

.icon-special .main-col h2 + p:before {
  background-image: url(../img/icon-special.svg);
}

.icon-renovation .main-col h2 + p:before {
  background-image: url(../img/icon-renovation.svg);
}

.main-col h2 {
  margin: 1.8em -0.03em 0.4em;
}

.main-col h2:before {
  content: "";
  position: relative;
  display: block;
  height: 0.14em;
  margin: 0 0.03em 0.4em;
  background-color: #1c1484;
}

.site-main .everest-forms {
  margin: calc(2% + 20px) auto calc(3% + 30px);
}

.site-main .everest-forms label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 1.2;
  color: #1c1484;
}

@media (max-width: 567px) {
  .site-main .everest-forms label {
    font-size: 12px;
  }
}
.site-main .everest-forms .options ul {
  display: flex;
  margin: 5px 0 20px !important;
}

.site-main .everest-forms .options label {
  padding-right: 20px;
}

.site-main .everest-forms [data-row=row_5] .evf-frontend-grid:first-child {
  flex: 1 1 75% !important;
  max-width: 75% !important;
}

.site-main .everest-forms [data-row=row_5] .evf-frontend-grid:last-child {
  flex: 1 1 25% !important;
  max-width: 25% !important;
}

.site-main .everest-forms [data-row=row_4] .evf-frontend-grid:first-child {
  flex: 1 1 30% !important;
  max-width: 30% !important;
}

.site-main .everest-forms [data-row=row_4] .evf-frontend-grid:last-child {
  flex: 1 1 70% !important;
  max-width: 70% !important;
}

.site-main .everest-forms input[type=email],
.site-main .everest-forms input[type=number],
.site-main .everest-forms input[type=text] {
  height: 42px;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .site-main .everest-forms input[type=email],
  .site-main .everest-forms input[type=number],
  .site-main .everest-forms input[type=text] {
    height: 36px;
    margin-bottom: 2px;
  }
}
.site-main .everest-forms textarea {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.3;
}

.site-main .everest-forms button.button:not(.button-large),
.site-main .everest-forms button:not(.button-large)[type=submit],
.site-main .everest-forms button[type=submit] {
  border-radius: 0;
  font-family: inherit;
  margin-top: 30px !important;
}

.site-main .everest-forms input::-webkit-inner-spin-button,
.site-main .everest-forms input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.site-main .everest-forms input[type=number] {
  -moz-appearance: textfield;
}

.site-main .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.has-text {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.site-main .everest-forms .evf-field-container .evf-frontend-row .evf-field-description {
  font-size: inherit;
  line-height: inherit;
  order: -1;
}

.site-main .everest-forms h2 {
  margin-bottom: 0.6em;
}

@media (max-width: 999px) {
  .site-main .everest-forms h2 {
    margin-top: 0;
  }
}
.site-main .everest-forms input[type=checkbox] + label,
.site-main .everest-forms input[type=radio] + label {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .site-main .everest-forms input[type=checkbox],
  .site-main .everest-forms input[type=radio] {
    margin-top: 4px !important;
  }
}
@media (max-width: 999px) {
  .site-main .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) {
    margin: 0 -12px;
    flex-direction: row;
  }
  .site-main .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) > div {
    padding: 0 12px;
  }
}
@media (max-width: 567px) {
  .site-main .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) {
    margin: 0 -2px;
  }
  .site-main .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) > div {
    padding: 0 2px;
  }
}
.folgen-social,
.teilen-social {
  margin-bottom: 18px;
}
.folgen-social p,
.teilen-social p {
  margin: 0;
}

.social {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 4px 0 20px;
}

.social li {
  margin-right: 16px;
}

.social a {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #1c1484;
  text-decoration: none;
}

.social a:before {
  display: block;
}

.social a.facebook:before {
  content: "\f230";
  font-family: Icons;
  font-size: 28px;
  line-height: 30px;
}

.social a.linkedin:before {
  content: "\f0e1";
  font-family: Icons;
}

.social a.xing:before {
  content: "\e800";
  font-family: Icons;
  font-size: 26px;
  padding-top: 2px;
}

.social a.twitter:before {
  content: "\e801";
  font-family: Icons;
}

.social a.mail:before {
  content: "\e803";
  font-family: Icons;
  font-size: 28px;
  padding-top: 1px;
}

.social a.instagram:before {
  content: "\f16d";
  font-family: Icons;
  padding-top: 1px;
}

.toggle-button {
  position: absolute;
  right: 2%;
  bottom: 10%;
  z-index: 99;
}
.toggle-button button {
  display: inline-block;
  cursor: pointer;
  background-color: #1c1484 !important;
  background: url("../icons/pause-light-full.svg") center center no-repeat;
  background-size: 75%;
  width: 50px;
  height: 50px;
}
.toggle-button button.paused {
  background: url("../icons/play-light.svg") center center no-repeat;
  background-size: 60%;
}

.stage-slider {
  position: relative;
  overflow: hidden;
}

.stage-slider .swiper-slide {
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
}

.stage-slider .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/stage-wallpaper.png);
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 767px) {
  .stage-slider .swiper-slide:after {
    background-size: 1000px;
  }
}
@media (min-width: 768px) {
  .stage-slider .image-box {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .site-main .stage-slider .everest-forms,
  .stage-slider .container,
  .stage-slider .site-main .everest-forms {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 40px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-main .stage-slider .everest-forms,
  .stage-slider .container,
  .stage-slider .site-main .everest-forms {
    min-height: calc(100vh - 96px);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .site-main .stage-slider .everest-forms,
  .stage-slider .container,
  .stage-slider .site-main .everest-forms {
    min-height: calc(60vh - 80px);
  }
}
@media (min-width: 768px) {
  .site-main .stage-slider [data-slides="1"] .everest-forms,
  .stage-slider [data-slides="1"] .container,
  .stage-slider [data-slides="1"] .site-main .everest-forms {
    min-height: calc(250px + 20vw);
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .stage-slider [data-slides="1"] .swiper-slide:after {
    visibility: hidden;
  }
  .stage-slider .text-box {
    position: relative;
    max-width: 64%;
    padding: 30px 40px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .stage-slider .text-box {
    margin-left: -32px;
    padding: 24px 32px;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .stage-slider .text-box * {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stage-slider .text-box br {
    display: none;
  }
}
@media (min-width: 768px) {
  .stage-slider h1,
  .stage-slider h2 {
    color: #fff;
    font-family: Alegreya, serif;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 2%;
  }
}
.stage-slider .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0 10px !important;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .stage-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
}
.stage-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1c1484;
  box-shadow: 0 0 0 2px #fff, 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.stage-slider .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -5px;
  border-radius: 50%;
}

.stage-slider .background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(70deg, #354068 0, #65d0ff 300%);
}

@media (max-width: 767px) {
  .stage-slider .background {
    height: 0;
    width: 0;
  }
}
.stage-slider [data-color=red] .background {
  background: linear-gradient(90deg, #c30533 0, #feb1b1 300%);
}

.stage-slider [data-color=light-blue] .background {
  background: linear-gradient(90deg, #87bce6 0, #c7e4fb 300%);
}

.stage-slider [data-color=gold] .background {
  background: linear-gradient(90deg, #a66127 0, #e4a640 50%, #f7e6ca 300%);
}

.stage-slider [data-color=dark-grey] .background {
  background: linear-gradient(90deg, #48474d 0, #9e918c 300%);
}

.stage-slider [data-color=light-grey] .background {
  background: linear-gradient(90deg, #48474d 0, #9e918c 300%);
}

.stage-slider [data-color=beige] .background {
  background: linear-gradient(90deg, #e7dfc8 0, #aca289 300%);
}

.stage-slider [data-color=blue-yellow] .background {
  background: linear-gradient(90deg, #93c1b6 0, #f0d56d 300%);
}

@media (max-width: 767px) {
  .stage-slider {
    overflow: visible;
    background: linear-gradient(70deg, #354068 0, #65d0ff 100%);
    transition: background 0.4s ease;
  }
  .stage-slider [data-slides="1"] .text-box .background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: -1;
    margin-top: -100px;
  }
  .stage-slider .backgrounds {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .stage-slider .backgrounds .bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0s ease 0.4s;
  }
  .stage-slider .backgrounds .bg.current {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.4s ease 0s;
  }
  .stage-slider h1,
  .stage-slider h2 {
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
    font-family: Alegreya, serif;
    font-size: 32px;
    font-weight: 400;
  }
  .stage-slider .text-box {
    padding-bottom: 20px;
  }
  .stage-slider .image-box {
    position: relative;
    display: block;
    height: calc(80px + 40vw);
  }
  .stage-slider .swiper-pagination {
    top: 100%;
    bottom: auto;
    padding-top: 10px;
  }
  .stage-slider .swiper-pagination-bullet {
    box-shadow: none !important;
    background-color: #ddd;
  }
}
.stage-slider img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-right {
  position: relative;
  margin-top: calc(2% + 30px);
}

@media (min-width: 1000px) {
  .left-right h2 {
    margin: 1.5em 0;
  }
  .left-right section {
    position: relative;
    display: flex;
    min-height: calc(15vw + 240px);
    align-items: center;
  }
  .left-right section + section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 3%;
    background-image: url(../img/shadow-half.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.4;
  }
  .left-right section:nth-child(even) {
    background-color: #fff;
  }
  .left-right section:nth-child(even) .text-box {
    margin-right: 50%;
    padding-left: 0;
  }
  .left-right section:nth-child(even) .image-box {
    left: 50%;
  }
  .left-right section:nth-child(odd) {
    background-color: #f7f7f8;
  }
  .left-right section:nth-child(odd):before {
    left: 50%;
    transform: scale(-1, 1);
  }
  .left-right section:nth-child(odd) .text-box {
    margin-left: 50%;
    padding-right: 0;
  }
  .left-right .text-box {
    padding: 3%;
  }
  .left-right .image-box {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 999px) {
  .left-right {
    background-color: #fff;
  }
  .left-right .image-box {
    position: relative;
    display: block;
    height: calc(100px + 40vw);
    width: 100%;
  }
  .left-right .text-box {
    padding: 3% 0 6%;
  }
}
.left-right img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-right h3 {
  margin-top: 10px;
}

.two-cols {
  position: relative;
  display: block;
  margin: calc(2.5% + 20px) 0 calc(2.5% + 30px);
}

.two-cols.lightgrey {
  margin: 0;
  padding: calc(3% + 20px) 0 calc(3.5% + 30px);
  background-color: rgba(68, 68, 85, 0.025);
}

.two-cols.lightgrey h1,
.two-cols.lightgrey h2 {
  margin-top: 12px;
}

.two-cols.lightgrey h2 .subline {
  font-weight: normal;
}

@media (min-width: 768px) {
  .two-cols [data-cols="2"],
  .two-cols [data-cols="3"],
  .two-cols [data-cols="4"] {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .two-cols [data-cols="2"] p,
  .two-cols [data-cols="3"] p,
  .two-cols [data-cols="4"] p {
    margin-block-start: 0;
  }
}
@media (min-width: 1000px) {
  .two-cols [data-cols="3"] {
    -moz-column-count: 3;
    column-count: 3;
  }
  .two-cols [data-cols="4"] {
    -moz-column-count: 4;
    column-count: 4;
  }
}
.intro-cols {
  margin: calc(2% + 20px) 0 calc(3% + 30px);
}

.intro-cols h1 {
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}

.intro-cols h1 strong {
  display: block;
}

.intro-cols .container > h1,
.intro-cols .site-main .everest-forms > h1,
.site-main .intro-cols .everest-forms > h1 {
  margin-top: 1.6em;
}

.intro-cols p strong {
  margin-top: 1.2em;
  display: block;
}

.intro-cols .row {
  display: flex;
  margin: 0 -20px;
}

@media (max-width: 999px) {
  .intro-cols .row {
    flex-direction: column;
  }
  .intro-cols .row .col {
    padding: 12px 20px;
  }
}
@media (min-width: 1000px) {
  .intro-cols .col {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
    padding: 0 20px;
  }
  .intro-cols .col:first-child {
    flex: 1 1 66.6667%;
    max-width: 66.6667%;
  }
  .intro-cols .col:first-child .text-box {
    padding-right: 60px;
  }
  .intro-cols .col:first-child .text-box h1 {
    margin-right: -60px;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .intro-cols .col:first-child .text-box {
    padding-right: 120px;
  }
  .intro-cols .col:first-child .text-box h1 {
    margin-right: -120px;
  }
}
.intro-cols img {
  display: block;
  max-width: 100%;
}

.intro-cols .image-box {
  position: relative;
  display: block;
  max-width: 90%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 12px 18px rgba(50, 56, 65, 0.35);
  margin: 4% -1% 8%;
}

.intro-cols .image-box:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 100%;
}

.intro-cols .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 999px) {
  .intro-cols .image-box {
    max-width: 240px;
    margin: 6% auto 8%;
    z-index: 1;
    box-shadow: 0 8px 18px rgba(50, 56, 65, 0.35);
  }
}
@media (max-width: 999px) and (min-width: 568px) {
  .intro-cols .image-box {
    margin: 20px auto;
  }
}
@media (max-width: 999px) {
  .intro-cols .image-box + .text-box {
    text-align: center;
    background-color: #f7f7f8;
    box-shadow: 0 -70px 0 70px #f7f7f8;
    padding-bottom: 20px;
  }
}
.sidebar .teasers,
.teasers-round .teasers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2% -20px 5%;
}

.sidebar .teaser,
.teasers-round .teaser {
  position: relative;
  padding: 20px;
  text-align: center;
  flex: 1 1 33.3333%;
  max-width: 33.3333%;
}

@media (max-width: 999px) {
  .sidebar .teaser,
  .teasers-round .teaser {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 567px) {
  .sidebar .teaser,
  .teasers-round .teaser {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.sidebar .image-box,
.teasers-round .image-box {
  position: relative;
  display: block;
  margin: 0 10px 5%;
}

.sidebar .image-box:before,
.teasers-round .image-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 999px) {
  .sidebar .image-box,
  .teasers-round .image-box {
    max-width: 260px;
    margin: 0 auto 5%;
  }
}
.sidebar .image-box.has-icon:after,
.teasers-round .image-box.has-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 70%;
  right: 70%;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  background-size: 100%;
}

.sidebar .image-box.icon-exterior:after,
.teasers-round .image-box.icon-exterior:after {
  background-image: url(../img/icon-exterior.svg);
}

.sidebar .image-box.icon-wood:after,
.teasers-round .image-box.icon-wood:after {
  background-image: url(../img/icon-wood.svg);
}

.sidebar .image-box.icon-indoor:after,
.teasers-round .image-box.icon-indoor:after {
  background-image: url(../img/icon-indoor.svg);
}

.sidebar .image-box.icon-floor:after,
.teasers-round .image-box.icon-floor:after {
  background-image: url(../img/icon-floor.svg);
}

.sidebar .image-box.icon-special:after,
.teasers-round .image-box.icon-special:after {
  background-image: url(../img/icon-special.svg);
}

.sidebar .image-box.icon-renovation:after,
.teasers-round .image-box.icon-renovation:after {
  background-image: url(../img/icon-renovation.svg);
}

.sidebar img,
.teasers-round img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 12px 18px rgba(50, 56, 65, 0.35);
}

@media (min-width: 768px) {
  .sidebar .text-box,
  .teasers-round .text-box {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .sidebar .text-box,
  .teasers-round .text-box {
    padding-bottom: 90px;
  }
}
.sidebar .checklist,
.teasers-round .checklist {
  margin: 10px 0;
}

.sidebar .button,
.sidebar .site-main .everest-forms button.button:not(.button-large),
.sidebar .site-main .everest-forms button[type=submit],
.site-main .everest-forms .sidebar button.button:not(.button-large),
.site-main .everest-forms .sidebar button[type=submit],
.site-main .everest-forms .teasers-round button.button:not(.button-large),
.site-main .everest-forms .teasers-round button[type=submit],
.teasers-round .button,
.teasers-round .site-main .everest-forms button.button:not(.button-large),
.teasers-round .site-main .everest-forms button[type=submit] {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .sidebar .button,
  .sidebar .site-main .everest-forms button.button:not(.button-large),
  .sidebar .site-main .everest-forms button[type=submit],
  .site-main .everest-forms .sidebar button.button:not(.button-large),
  .site-main .everest-forms .sidebar button[type=submit],
  .site-main .everest-forms .teasers-round button.button:not(.button-large),
  .site-main .everest-forms .teasers-round button[type=submit],
  .teasers-round .button,
  .teasers-round .site-main .everest-forms button.button:not(.button-large),
  .teasers-round .site-main .everest-forms button[type=submit] {
    position: absolute;
    bottom: 40px;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
}
.sidebar a,
.teasers-round a {
  text-decoration: none;
}

.sidebar h3,
.teasers-round h3 {
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .teasers-round .teasers[data-length="2"] .teaser {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .teasers-round .teasers[data-length="2"] .teaser .image-box {
    width: calc(100% - 20px);
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .sidebar .teaser {
    max-width: 100%;
    flex: 1 1 100%;
    text-align: left;
    padding-top: 0;
  }
  .sidebar .teaser .button,
  .sidebar .teaser .site-main .everest-forms button.button:not(.button-large),
  .sidebar .teaser .site-main .everest-forms button[type=submit],
  .site-main .everest-forms .sidebar .teaser button.button:not(.button-large),
  .site-main .everest-forms .sidebar .teaser button[type=submit] {
    transform: none;
    bottom: 46px;
  }
  .sidebar .teaser .image-box {
    max-width: 280px;
    margin-left: -6px;
  }
}
.teasers-boxes {
  background-color: rgba(68, 68, 85, 0.025);
  padding: calc(2.5% + 20px) 0 calc(2% + 10px);
}

@media (max-width: 567px) {
  .teasers-boxes {
    padding-bottom: 0;
  }
}
.teasers-boxes .teasers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 2% -20px 5%;
}

@media (max-width: 999px) {
  .teasers-boxes .teasers {
    margin: 2% -10px 5%;
  }
}
@media (max-width: 567px) {
  .teasers-boxes .teasers {
    margin: 2% -20px 0;
  }
}
.teasers-boxes .teaser {
  position: relative;
  padding: 20px;
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 999px) {
  .teasers-boxes .teaser {
    padding: 10px;
  }
}
@media (max-width: 567px) {
  .teasers-boxes .teaser {
    padding: 0;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.teasers-boxes .inner {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
}

.teasers-boxes .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 5%;
}

.teasers-boxes .image-box:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.teasers-boxes img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teasers-boxes .text-box {
  padding: 0 25px 90px;
}

@media (max-width: 999px) {
  .teasers-boxes .text-box {
    padding: 0 20px 90px;
  }
}
.site-main .everest-forms .teasers-boxes button.button:not(.button-large),
.site-main .everest-forms .teasers-boxes button[type=submit],
.teasers-boxes .button,
.teasers-boxes .site-main .everest-forms button.button:not(.button-large),
.teasers-boxes .site-main .everest-forms button[type=submit] {
  position: absolute;
  bottom: 26px;
  white-space: nowrap;
}

.teasers-boxes a {
  text-decoration: none;
}

.teasers-boxes h3 {
  line-height: 1.2;
}

.image-cols .row {
  display: flex;
  margin: 0 -20px;
}

.image-cols .image-box {
  flex: 1 1 100%;
  padding: 0 20px;
}

.image-cols [data-images="2"] .image-box {
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 567px) {
  .image-cols [data-images="2"] .row {
    margin: 0 -5px;
  }
  .image-cols [data-images="2"] .image-box {
    padding: 0 5px;
  }
}
.image-cols [data-images="3"] .image-box {
  flex: 1 1 33.3333%;
  max-width: 33.3333%;
}

.image-cols a,
.image-cols img {
  display: block;
}

.image-cols img {
  max-width: 100%;
}

.image-cols:last-child [data-images="3"] .row {
  flex-wrap: wrap;
  margin: -30px -40px calc(30px + 4vw);
  justify-content: center;
}

@media (max-width: 999px) {
  .image-cols:last-child [data-images="3"] .row {
    margin: -15px -15px calc(30px + 3vw);
  }
}
.image-cols:last-child [data-images="3"] .image-box {
  flex: 1 1 33.3333%;
  max-width: 33.3333%;
  padding: 0 40px;
}

@media (max-width: 999px) {
  .image-cols:last-child [data-images="3"] .image-box {
    padding: 15px;
  }
}
@media (max-width: 567px) {
  .image-cols:last-child [data-images="3"] .image-box {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.quotes {
  position: relative;
  margin: calc(3% + 30px) 0;
  background-color: #fff;
  box-shadow: 0 0 120px 120px #fff;
  z-index: 0;
}

.quotes:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-image: url(../img/quotes-bottom.png);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .quotes:after {
    height: auto;
    padding-top: 6.35%;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .quotes:after {
    height: 10vw;
    background-size: auto 10vw;
  }
}
.quotes .quotes-wrapper {
  position: relative;
  margin: calc(30px + 2.5%) -50px;
  padding: calc(20px + 7%) 12% calc(9% + 90px);
  background: linear-gradient(90deg, #b7c6c2 0, #edd470 100%);
}

@media (max-width: 999px) {
  .quotes .quotes-wrapper {
    margin: calc(30px + 2.5%) -32px;
    padding: calc(20px + 7%) 32px calc(15% + 20px);
  }
}
@media (max-width: 767px) {
  .quotes .quotes-wrapper {
    margin: calc(30px + 2.5%) -20px;
    padding: calc(20px + 7%) 10px calc(20% + 20px);
  }
}
@media (min-width: 1000px) {
  .quotes .quotes-wrapper:after,
  .quotes .quotes-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 80px;
    width: 125px;
    background-image: url(../img/quotes-right.png);
    background-size: 100% 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .quotes .quotes-wrapper:after,
  .quotes .quotes-wrapper:before {
    margin-bottom: 6.35%;
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .quotes .quotes-wrapper:before {
    left: 0;
    background-image: url(../img/quotes-left.png);
  }
}
.quotes .quotes-outer {
  background-color: #fff;
  text-align: center;
}

.quotes .quotes-outer:after,
.quotes .quotes-outer:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 100px;
  transform: rotate(16deg);
  margin: 3% 6% calc(5% + 80px);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 1199px) {
  .quotes .quotes-outer:after,
  .quotes .quotes-outer:before {
    width: 210px;
    height: 70px;
    margin: 15px -10px calc(10% + 25px);
  }
}
@media (max-width: 767px) {
  .quotes .quotes-outer:after,
  .quotes .quotes-outer:before {
    width: 150px;
    height: 50px;
    margin: 15px -30px calc(10% + 25px);
  }
}
.quotes .quotes-outer:before {
  top: 0;
  right: 0;
  background-image: url(../img/tesa-01.png);
}

.quotes .quotes-outer:after {
  left: 0;
  bottom: 0;
  background-image: url(../img/tesa-02.png);
}

.quotes .swiper-slide {
  padding: 5%;
}

.quotes .author {
  font-weight: 500;
  color: #1c1484;
}

.quotes blockquote {
  margin-top: 10px;
}

.quotes .button,
.quotes .site-main .everest-forms button.button:not(.button-large),
.quotes .site-main .everest-forms button[type=submit],
.fmain .everest-forms .quotes button.button:not(.button-large),
.site-main .everest-forms .quotes button[type=submit] {
  margin-top: 16px;
}

.quotes .swiper-container {
  position: static;
}

.quotes .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .quotes .swiper-pagination {
    padding: 10px;
  }
}
@media (max-width: 999px) {
  .quotes .swiper-pagination {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .quotes .swiper-pagination {
    bottom: 0 !important;
  }
}
.quotes .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #323841;
  opacity: 0.5;
  margin: 0 6px;
  transition: 0.3s ease;
}

.quotes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #323841;
  opacity: 0.5;
}

.map {
  transition: 0.4s ease;
  position: relative;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  background-color: #eee;
  opacity: 0;
  height: calc(250px + 20vw);
  padding: 1px 0;
}

.googlemap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.map.loaded {
  opacity: 1;
}

.gm-style .gm-style-iw {
  overflow: visible;
  max-height: none !important;
  min-width: 260px;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  font-size: 0;
  line-height: 0;
  max-width: none !important;
  box-shadow: none;
  background-color: transparent;
}

.gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
  min-width: 260px;
}

.gm-style-iw-t::before {
  border-top: 0;
  display: none;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}

.gm-style-iw {
  background-color: transparent;
}

.gm-style-iw > div {
  font-family: "Alegreya Sans", sans-serif;
  position: relative;
  width: 360px;
  max-width: 90vw;
  background-color: #fff;
  box-shadow: 0 3px 20px -8px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 22px 16px;
  top: 7px;
}

@media (max-width: 767px) {
  .gm-style-iw > div {
    font-size: 16px;
  }
}
.gm-style-iw > div .underline {
  margin-top: 0;
  margin-bottom: 5px;
}

.gm-style-iw > div p {
  margin: 0 0 6px;
}

.gm-style-iw > div h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .gm-style-iw > div h3 {
    font-size: 18px;
  }
}
.gm-style-iw > div .btn {
  margin: 3px 0;
}

.gm-style-iw > div::after,
.gm-style-iw > div::before {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #fff transparent transparent;
  box-shadow: 0 2px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.gm-style-iw > div::after {
  box-shadow: none;
  z-index: 1;
  border-width: 20px 20px 0;
  margin: -8px -20px;
}

.gm-style-iw > div + button {
  margin: 10px 12px !important;
}

.gm-style-iw > div + button img {
  width: 24px !important;
  height: 24px !important;
}

.history {
  position: relative;
  display: block;
  background: linear-gradient(0deg, rgba(242, 240, 237, 0) 0, #f2f0ed 90%);
  color: #75695d;
  padding: calc(30px + 2vw) 0;
}

.history .like-h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.history h1,
.history h2,
.history h3 {
  color: #75695d;
}

.history .row {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .history .row {
    margin: 0 -5px;
  }
}
.history .col {
  padding: 20px 20px 40px;
}

@media (max-width: 767px) {
  .history .col {
    padding: 20px 5px;
  }
}
.history .col:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 567px) {
  .history .col:last-child {
    padding-top: 0;
  }
}
.history .col:last-child p {
  margin-top: 0;
}

.history .col:last-child p:last-child {
  margin-bottom: 0;
}

.history .col:last-child em {
  font-size: 46px;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .history .col:last-child em {
    margin-bottom: 27px;
    display: block;
  }
}
@media (max-width: 1199px) {
  .history .col:last-child em {
    font-size: 34px;
  }
}
@media (max-width: 999px) {
  .history .col:last-child em {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .history .col:last-child em {
    font-size: 3.3vw;
  }
}
@media (max-width: 567px) {
  .history .col:last-child em {
    font-size: 20px;
  }
}
.history .subhead {
  max-width: 80%;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .history .subhead {
    padding: 0 5px;
    max-width: 100%;
  }
}
.history .subhead ~ .col {
  flex: 1 1 50%;
  max-width: 50%;
}

.history img {
  display: block;
  max-width: 100%;
}

@media (max-width: 567px) {
  .history .col:last-child,
  .history .image-box:nth-child(5) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.history .image-box p,
.today .image-box p {
  margin-top: 8px;
  font-style: italic;
}

@media (max-width: 767px) {
  .history .image-box p,
  .today .image-box p {
    font-size: 14px;
  }
}
.today {
  background-color: #f7f7f8;
  padding: calc(2.5vw + 30px) 0;
  margin-bottom: calc(2.5vw + 30px);
}

.today h2 {
  margin-top: 0;
}

@media (min-width: 767px) {
  .today .col-text {
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-count: 2;
    column-count: 2;
  }
  .today .col-text p {
    margin-block-start: 0;
  }
}
.today h5 {
  margin-top: 2em;
}

.today img {
  max-width: 100%;
}/*# sourceMappingURL=ws-style.css.map */