* {
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 120%;
  color: #333;
}
body.navOpen {
  overflow: hidden;
}

p {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #FF8A3F;
}

h1, h2, h3, h4 {
  position: relative;
  z-index: 10;
  font-weight: 700;
}

h1, h2 {
  font-size: 2rem;
}

i {
  font-family: "FontAwesome";
  font-style: normal;
  display: inline-block;
}

#site-bar {
  background: #FF8A3F;
  position: relative;
  z-index: 150;
  font-size: 0.8rem;
}

#site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #eceff1;
  z-index: 99;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
#site-header.navOpen {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
}

.site-bar-content {
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin: auto;
  padding: 0.5rem 0;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 999;
}
.site-bar-content a {
  color: inherit;
  text-decoration: none;
}
.site-bar-content .bar-mail {
  margin-left: 1rem;
}

.header-wrapper {
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.reset,
ul.reset li,
ul.reset ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: 0;
  display: block;
}

.header-logo {
  max-height: 5rem;
  width: auto;
  display: block;
  margin: 1rem;
  margin-left: 0rem;
}

#primary-menu {
  display: flex;
}
#primary-menu .btn {
  margin-left: 0.5rem;
}
#primary-menu li.current-menu-item > a,
#primary-menu li.current-page-ancestor a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
#primary-menu li > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
#primary-menu li.btn a:hover {
  text-decoration: none;
}

.primary-menu a {
  color: #333;
  text-decoration: none;
}

.primary-menu > li > a {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0.5rem;
  color: #333;
  font-weight: 500;
}

.primary-menu > li > .sub-menu {
  position: absolute;
  background-color: #eee;
  padding: 3rem 1rem 1rem 1rem;
  border-bottom: 4px solid #FF8A3F;
  display: none;
}
.primary-menu > li > .sub-menu a {
  font-size: 1rem;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.menu-sub-arrow {
  display: inline-block;
  margin-left: 0.25rem;
}
.menu-sub-arrow svg {
  height: 0.5rem;
  width: auto;
}

.header-hero {
  background-image: url("lex.jpg");
  height: 40rem;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.hero-content {
  color: #fff;
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin: auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}

.heroh2 {
  position: relative;
  display: inline-block;
}
.heroh2::before {
  position: absolute;
  width: 150%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.4);
  filter: blur(30px);
  border-radius: 100%;
  content: "";
  z-index: -1;
  left: -25%;
  top: -50%;
}
.heroh2.funky {
  font-family: "Fuzzy Bubbles";
  font-size: 1.5rem;
}

.bggradient {
  display: inline-block;
  position: relative;
}
.bggradient:before {
  position: absolute;
  content: "";
  width: 105%;
  left: -2.5%;
  height: 75%;
  top: 7%;
  background: #FF8A3F;
  z-index: -1;
}

.wp-block-button__link,
.wp-block-button__link:active,
.wp-block-button__link:visited,
.btn a {
  border: 2px solid #333;
  background-color: transparent;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: #333;
  font-size: inherit;
  transition: all 0.3s ease-out;
}
.wp-block-button__link:hover, .wp-block-button__link:focus,
.wp-block-button__link:active:hover,
.wp-block-button__link:active:focus,
.wp-block-button__link:visited:hover,
.wp-block-button__link:visited:focus,
.btn a:hover,
.btn a:focus {
  background-color: #FF8A3F;
  color: #fff;
  border-color: #FF8A3F;
}

.entry-content > *:not(.align-wide) {
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.entry-content > p {
  margin-bottom: 0.5rem;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
  margin: 3rem auto 0.5rem auto;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child {
  margin-top: 0;
}

.block-box {
  background-color: #eceff1;
  margin: 3rem 0;
}
.block-box .box-grid {
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  grid-gap: 2rem;
}
.block-box .box-img {
  background-size: cover;
  background-position: center;
  min-height: 20rem;
}

.content-section > .entry-content:last-child {
  margin-bottom: 4rem;
}

.content-section > .entry-content:first-child {
  margin-top: 4rem;
}

.get-more-link {
  text-decoration: none;
  font-size: 2rem;
  color: inherit;
  display: inline-block;
}
.get-more-link svg {
  height: 1.4rem;
  width: auto;
  margin-left: 0.5rem;
  transition: all 0.3s ease-out;
}
.get-more-link:hover svg {
  margin-left: 1.5rem;
}

.news-item {
  color: inherit;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
}
.news-item .date {
  color: #FF8A3F;
  margin-bottom: 0;
  font-size: 1rem;
}
.news-item h3 {
  margin: 0;
  font-size: 1.2rem;
}

#site-footer {
  background-color: #eceff1;
  padding: 3rem 0 4rem;
}
#site-footer .footer-wrapper {
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin: auto;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(100px, 250px));
}
#site-footer .footer-wrapper .fotoer-ele > li {
  display: block;
  list-style-type: none;
}
#site-footer p {
  font-size: 1rem;
}
#site-footer a {
  color: inherit;
}
#site-footer h4 {
  margin-bottom: 1rem;
  color: #aaa;
  font-size: 1rem;
  text-transform: uppercase;
}

#site-copyright {
  background: #FF8A3F;
  color: #fff;
  padding: 1rem 0;
}
#site-copyright .copyright-wrapper {
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin: auto;
}
#site-copyright p {
  font-size: 1rem;
}
#site-copyright a {
  color: inherit;
}

.burger {
  display: block;
  background: 0 0;
  border: none;
  width: 65px;
  height: 80px;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 2rem;
}
.burger .line1 {
  position: absolute;
  top: 29px;
  display: block;
  height: 4px;
  background-color: #000;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.43, 0.32, 0.12, 1.28);
}
.burger .line2 {
  display: block;
  height: 4px;
  background-color: #000;
  width: 100%;
  transition: all 0.45s cubic-bezier(0.43, 0.32, 0.12, 1.28);
  position: absolute;
  top: 47px;
}

#site-header.navOpen .burger .line1, #site-header.navOpen .burger .line2 {
  background-color: #000;
}

.burger.navOpen .line2 {
  transform: rotate(-45deg) translate(4px, -10px);
}
.burger.navOpen .line1 {
  transform: rotate(45deg) translate(2px, 9px);
}

.mobile-menu-wrapper {
  position: fixed;
  background-color: #eceff1;
  padding: 10rem 0 0 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: auto;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.mobile-menu-wrapper.navOpen {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.mobile-menu-wrapper a {
  text-decoration: none;
  color: inherit;
  line-height: 1;
  display: block;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
}
.mobile-menu-wrapper li {
  display: block;
  transition: all 0.3s ease-out;
}
.mobile-menu-wrapper li.current-menu-item > a {
  background-color: #c4ced4;
}
.mobile-menu-wrapper .mobile-menu > li {
  margin-bottom: 1rem;
}
.mobile-menu-wrapper .mobile-menu > li .sub-menu {
  transition: all 0.3s ease-out;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}
.mobile-menu-wrapper .mobile-menu > li.aufklappen {
  margin: 2rem 0;
  background-color: #d3dadf;
  padding: 0.5rem 0;
}
.mobile-menu-wrapper .mobile-menu > li.aufklappen .sub-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper .mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu-wrapper li > .sub-menu > li {
  margin-bottom: 0.1rem;
}
.mobile-menu-wrapper li > .sub-menu > li > a {
  font-size: 1.5rem;
}
.mobile-menu-wrapper .menu-sub-arrow {
  transition: all 0.3s ease-out;
}
.mobile-menu-wrapper .sub-menu-open .menu-sub-arrow {
  transform: rotate(180deg);
}

.fom-table {
  margin: 2rem auto;
}
.fom-table tr {
  border-bottom: 3px dotted #eceff1;
}
.fom-table tr td {
  padding: 1rem 0.5rem;
}
.fom-table tr td:nth-child(2) {
  text-align: right;
}
.fom-table tr td:last-child {
  text-align: right;
}
.fom-table tr td:last-child a {
  display: inline-block;
  border: 2px solid #333;
  background-color: transparent;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: #333;
  font-size: inherit;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.fom-table tr td:last-child a:hover {
  background-color: #FF8A3F;
  color: #fff;
  border-color: #FF8A3F;
}
.fom-table tr:last-child {
  border-bottom: 0;
}

label {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date] {
  display: block;
  width: 100%;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 0.5rem;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}

input[type=submit] {
  border: 2px solid #333;
  background-color: transparent;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: #333;
  font-size: inherit;
  transition: all 0.3s ease-out;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=submit]:hover {
  background-color: #FF8A3F;
  color: #fff;
  border-color: #FF8A3F;
}

label.console input {
  font-family: "Courier New", Courier, monospace;
  font-size: 2rem;
  font-weight: 800;
}

.wp-block-table td, .wp-block-table th {
  border: 0;
}

.wpcf7-form h2, .wpcf7-form h3 {
  margin: 1.5rem auto 0.5rem auto;
}
.wpcf7-form .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
}
.wpcf7-form > * {
  margin-bottom: 1rem;
  display: block;
}

.wpcf7-radio {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  margin-right: 0.25rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem auto 2rem auto;
  border: 0;
  background-color: #FF8A3F;
  border-radius: 10px;
  padding: 1rem 1rem;
}

.wpcf7-acceptance {
  display: block;
  margin-bottom: 1rem;
}

#header-contact .wpcf7-checkbox label input {
  opacity: 0;
  color: black !important;
  opacity: 1;
  margin: auto;
  height: 50px;
  width: 50px;
  margin-top: -15px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
}
input[type=checkbox]::before,
input[type=radio]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #333;
  display: block;
  border-radius: 3px;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  background-color: #333;
}

input[type=radio]::before {
  border-radius: 99px;
}

.wpcf7-list-item {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-list-item input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.news-page-item {
  text-decoration: none;
  color: inherit;
  border-bottom: 3px dotted #eceff1;
  display: block;
  padding-bottom: 2rem;
}
.news-page-item .date {
  color: #FF8A3F;
}

.referenzen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  grid-gap: 1rem;
}
.referenzen-grid .pswp-gallery__item {
  position: relative;
}
.referenzen-grid .pswp-gallery__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.referenzen-grid .pswp-gallery__item .hidden-caption-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
}

.pswp__custom-caption {
  background: #fff;
  font-size: 16px;
  color: #333;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}

@media screen and (min-width: 890px) {
  #hamburger, .mobile-menu-wrapper {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  .primary-menu-wrapper {
    display: none;
  }
  .site-bar-content {
    text-align: center;
  }
  .column-section {
    margin: 2rem auto;
    flex-wrap: wrap-reverse;
  }
  .column-section .column-section-img {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .column-section .column-section-text {
    margin-right: 0 !important;
    margin-top: 0;
  }
  .column-section.reverse {
    flex-wrap: wrap;
  }
  .header-logo {
    max-width: 9rem;
  }
  #hamburger {
    display: block;
  }
  .fom-table tr {
    display: block;
    padding: 1rem 0;
  }
  .fom-table tr td {
    display: block;
    text-align: left !important;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .header-hero {
    height: 20rem;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 110%;
  }
  .bar-mail {
    display: none;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */