/*!
Theme Name: clipdesign
Author: webcreations
Author URI: https://www.webcreations.ch
Description: Description
Version: 1.0.0
Text Domain: clipdesign
*/
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  /* See note below */
  src: url(fonts/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  /* See note below */
  src: url(fonts/OpenSans-Italic-VariableFont_wdth,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: OpenSans;
  font-weight: 300;
  position: relative;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow: auto;
  color: #000;
  font-size: 2.25rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 2.9rem;
  }
}

h2 {
  font-size: 4.25rem;
  font-weight: 600;
  margin-bottom: 6rem;
}

h3 {
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 2.9rem;
  }
}

p {
  margin-bottom: 5rem;
}
p a, p a:active, p a:focus, p a:visited {
  color: #FBA502;
  text-decoration: none;
}
p a:hover {
  color: #FBA502;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

ol li {
  margin-bottom: 5rem;
}

.site-branding {
  display: block;
  width: 26rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-branding {
    width: 23rem;
  }
}
.site-branding img {
  height: auto;
  width: 26rem;
  -webkit-transform: all ease 0.2s;
  -ms-transform: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-branding img {
    width: 20rem;
  }
}

.callwrap {
  display: block;
  width: 20rem;
  height: auto;
}
@media (max-width: 575px), (min-width: 768px) and (max-width: 991px) {
  .callwrap {
    width: 2.5rem;
    position: absolute;
    top: 16rem;
    right: 4rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .callwrap {
    width: 2.5rem;
    position: absolute;
    top: 4rem;
    right: 13rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .social-icons {
    position: absolute;
    right: 14rem;
    top: 3.75rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .social-icons {
    position: absolute;
    right: 15rem;
    top: 3.25rem;
  }
}
.social-icons img {
  width: 2rem;
  vertical-align: sub;
  margin-left: 2rem;
  transition: opacity 0.2s ease;
  opacity: 0.75;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-icons img {
    width: 2.5rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .social-icons img {
    width: 2.75rem;
  }
}
.social-icons a:hover img {
  opacity: 1;
}

.navbar-toggler {
  position: absolute;
  right: 2rem;
  top: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    top: 1.5rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .navbar-toggler {
    top: 0.75rem;
  }
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #FBA502;
  height: 3px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #FBA502;
}

.navbar {
  padding: 3rem 5rem;
  background-color: #FFF;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .navbar {
    padding: 3rem 3rem;
  }
}

.navbar.open {
  background-color: #FFF;
}

.navbar-collapse.show {
  height: 100vh;
}
.navbar-collapse.show .navbar-nav {
  padding-top: 25%;
}
@media (min-width: 576px) and (max-width: 767px), (min-width: 767px) and (max-width: 991px) and (orientation:landscape) {
  .navbar-collapse.show .navbar-nav {
    padding-top: 0;
  }
}
.navbar-collapse.show .nav-link {
  color: #FBA502;
  font-size: 6rem;
}
@media (min-width: 767px) and (max-width: 991px) and (orientation:landscape) {
  .navbar-collapse.show .nav-link {
    font-size: 3.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-collapse.show .nav-link {
    font-size: 4rem;
  }
}

.navbar-nav li {
  text-align: center;
  padding: 0 1.25rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav li {
    padding: 0 1rem;
  }
}
.navbar-nav li a, .navbar-nav li a:focus, .navbar-nav li a:visited, .navbar-nav li a:active {
  font-weight: 400;
  color: #707070;
  font-size: 1.75rem;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav li a, .navbar-nav li a:focus, .navbar-nav li a:visited, .navbar-nav li a:active {
    font-size: 1.65rem;
  }
}
.navbar-nav li a:hover, .navbar-nav li a.active {
  font-weight: 700;
  color: #FBA502;
}
.navbar-nav li a::before {
  display: block;
  content: attr(href);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.scrollheader .navbar {
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1999px), (min-width: 2000px) {
  .scrollheader .navbar {
    padding: 1.5rem 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1999px), (min-width: 2000px) {
  .scrollheader .navbar .site-branding img {
    width: 14rem;
  }
}

.site-main {
  position: relative;
}

.home-wrapper {
  margin-top: 7rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.home-wrapper p {
  color: #FFF;
  font-size: 3.25vw;
  font-weight: 600;
  margin: 0;
  position: absolute;
}
@media (max-width: 575px) {
  .home-wrapper p {
    font-size: 5vw;
  }
}
.home-wrapper p:first-child {
  top: 11vw;
  left: 23vw;
}
@media (min-width: 2000px) {
  .home-wrapper p:first-child {
    top: 11vw;
    left: 24vw;
  }
}
@media (max-width: 575px) {
  .home-wrapper p:first-child {
    top: 28vw;
    left: 9vw;
  }
}
.home-wrapper p:nth-child(2) {
  top: 15.5vw;
  left: 34vw;
}
@media (min-width: 2000px) {
  .home-wrapper p:nth-child(2) {
    top: 15.25vw;
    left: 34vw;
  }
}
@media (max-width: 575px) {
  .home-wrapper p:nth-child(2) {
    top: 35.5vw;
    left: 19vw;
  }
}

.scrollheader .home-wrapper {
  margin-top: 6rem;
}

.home-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (min-width: 2000px) {
  .home-section {
    height: 40vw;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  .home-section {
    height: 40vw;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .home-section {
    height: 45vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-section {
    height: 48vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section {
    height: 50vw;
  }
}
@media (min-width: 767px) and (max-width: 991px) and (orientation:landscape) {
  .home-section {
    height: 45vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-section {
    height: 45vw;
  }
}
@media (max-width: 575px) {
  .home-section {
    height: 100vw;
    background-position: left;
  }
}

.section-wrapper {
  position: relative;
  background-color: white;
}

.sections {
  position: relative;
  padding-top: 35rem;
}
@media (max-width: 575px) {
  .sections {
    padding-top: 55rem;
  }
}

section:not(.home-section) {
  margin-bottom: 20rem;
  margin-top: -10rem;
  padding-top: 10rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  section:not(.home-section) {
    margin-top: -15rem;
    padding-top: 15rem;
  }
}
@media (max-width: 575px) {
  section:not(.home-section) {
    margin-bottom: 10rem;
  }
}

.intro-links-wrapper {
  position: absolute;
  top: -7vw;
  z-index: 1;
}
@media (min-width: 2000px) {
  .intro-links-wrapper {
    top: -6vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1999px), (min-width: 2000px) {
  .intro-links-wrapper {
    padding: 0 9vw;
  }
}
.intro-links-wrapper .row {
  justify-content: center;
}
.intro-links-wrapper .intro-link-wrap {
  text-align: center;
  margin-bottom: 5rem;
}
.intro-links-wrapper .intro-link-wrap a {
  display: flex;
  justify-content: center;
}
.intro-links-wrapper .intro-link-wrap .intro-illu {
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 2000px) {
  .intro-links-wrapper .intro-link-wrap .intro-illu {
    width: 10.5vw;
    height: 10.5vw;
  }
}
@media (max-width: 575px) {
  .intro-links-wrapper .intro-link-wrap .intro-illu {
    width: 18.5vw;
    height: 18.5vw;
  }
}
.intro-links-wrapper .intro-link-wrap .intro-illu img {
  max-width: 100%;
  height: auto;
  transition: all 500ms ease;
  transform: scale(1);
}
.intro-links-wrapper .intro-link-wrap a:hover img {
  transform: scale(1.1);
}
.intro-links-wrapper .intro-link-wrap span {
  font-weight: 400;
  font-size: 2.5rem;
  hyphens: none;
  display: block;
  margin: 0 auto;
}

@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 {
    max-width: 90vw;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 3rem;
  }
}

.bluebox {
  background-color: #009BEB;
  padding: 3rem 5rem;
  border-radius: 3.5rem;
}
.bluebox strong {
  font-weight: 700;
}
.bluebox ul {
  font-weight: 600;
}
.bluebox ul li {
  margin-bottom: 1rem;
}

.first-col {
  padding-right: 24vw;
}
@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) {
  .first-col {
    padding-right: 2vw;
  }
}

.wp-block-button__link {
  color: #009BEB;
  font-weight: 600;
  background-color: transparent;
  border: 3px solid #009BEB;
  border-radius: 2.25rem;
  padding: 1.75rem 2rem 1.75rem 6rem;
  position: relative;
  font-size: 2.25rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-button__link {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .wp-block-button__link {
    font-size: 2.9rem;
  }
}
.wp-block-button__link:hover {
  color: #009BEB;
}
.wp-block-button__link:before {
  content: "";
  position: absolute;
  background-image: url("img/linkbox-arrow.svg");
  background-size: 3rem;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  top: 1.75rem;
  left: 1.25rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-button__link:before {
    top: 1.5rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .wp-block-button__link:before {
    top: 2.25rem;
  }
}

.contact {
  margin-top: -5rem;
  padding-top: 5rem;
  color: #FFF;
  font-weight: 400;
}
.contact .contact-wrapper {
  padding-top: 5rem;
  background-color: #FDCA55;
}
.contact a, .contact a:active, .contact a:focus, .contact a:visited {
  color: white;
  text-decoration: underline;
}
.contact a:hover {
  color: white;
  text-decoration: none;
}

div.wpcf7 {
  padding-top: 2rem;
}
div.wpcf7 .wp-block-columns {
  margin-bottom: 0;
}
@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) {
  div.wpcf7 :where(.wp-block-columns.is-layout-flex) {
    gap: 8rem;
  }
}
div.wpcf7 p {
  margin-bottom: 0 !important;
}
div.wpcf7 p a {
  color: #000 !important;
}
div.wpcf7 p.footnote {
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem !important;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  div.wpcf7 p.footnote {
    font-size: 2.25rem;
  }
}
div.wpcf7 textarea {
  background-color: #FFF;
  padding: 1rem;
  width: 100%;
  resize: none;
  outline: none;
  color: #000;
  border-radius: 3rem;
  padding: 1.25rem 2rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}
div.wpcf7 [data-name=anrede] {
  position: relative;
  display: block;
  width: 100;
}
div.wpcf7 [data-name=anrede] .anrede {
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  color: #FDCA55;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-radius: 3rem;
  padding: 0.9rem 1.75rem;
  background-color: #FFF;
  cursor: pointer;
  font-weight: 600;
  outline: none;
}
div.wpcf7 [data-name=anrede] .anrede.checked {
  color: #000 !important;
}
div.wpcf7 [data-name=anrede] .anrede:focus {
  outline: none;
  padding: 0.9rem 1.75rem;
  border: none;
  width: 100%;
  background-color: #FFF;
  cursor: pointer;
}
div.wpcf7 [data-name=anrede]:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 1.5rem;
  right: 1.75rem;
  width: 2rem;
  height: 2rem;
  background: transparent url("img/downarrow.svg") no-repeat scroll center center/2rem auto;
}
div.wpcf7 input {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
div.wpcf7 input[type=text], div.wpcf7 input[type=email] {
  background-color: #FFF;
  outline: none;
  width: 100%;
  border-radius: 3rem;
  padding: 0.9rem 1.75rem;
  border: none;
  font-weight: 600;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}
div.wpcf7 input[type=submit] {
  color: #FFF;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 3rem;
  padding: 0.9rem 1.75rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
div.wpcf7 input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
div.wpcf7 input[type=submit]:focus {
  outline: none;
}
div.wpcf7 span.wpcf7-list-item {
  margin: 2rem 0 2rem 5rem;
  position: relative;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  div.wpcf7 span.wpcf7-list-item {
    margin: 1rem 0 1rem 5rem;
  }
}
div.wpcf7 input.ppcheck, div.wpcf7 .nlcheck input {
  display: none;
  height: 0;
  margin: 0;
  visibility: hidden;
  width: 0;
}
div.wpcf7 .ppcheck + .wpcf7-list-item-label, div.wpcf7 .wpcf7-list-item-label a, div.wpcf7 .nlcheck input + .wpcf7-list-item-label {
  cursor: pointer;
  color: #000;
}
div.wpcf7 .privacy, div.wpcf7 [data-name=privacy] {
  font-size: 1.35rem;
  display: block;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  div.wpcf7 .privacy, div.wpcf7 [data-name=privacy] {
    font-size: 2rem;
  }
}
div.wpcf7 .privacy label, div.wpcf7 [data-name=privacy] label {
  width: 100%;
}
div.wpcf7 .wpcf7-list-item-label a, div.wpcf7 .wpcf7-list-item-label a:focus, div.wpcf7 .wpcf7-list-item-label a:active {
  text-decoration: underline;
  color: #FFF !important;
}
div.wpcf7 .wpcf7-list-item-label a:hover {
  text-decoration: none;
  color: #FFF !important;
}
div.wpcf7 .ppcheck + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input + .wpcf7-list-item-label::before {
  background-color: #FFF;
  border: none;
  content: "";
  height: 3rem;
  left: 0.7rem;
  position: absolute;
  width: 3rem;
}
@media (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1999px), (min-width: 2000px) {
  div.wpcf7 .ppcheck + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input + .wpcf7-list-item-label::before {
    margin-top: 0.4rem;
    margin-left: -5.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  div.wpcf7 .ppcheck + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input + .wpcf7-list-item-label::before {
    margin-top: 0.3rem;
    margin-left: -5.5rem;
  }
}
@media (max-width: 575px) {
  div.wpcf7 .ppcheck + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input + .wpcf7-list-item-label::before {
    margin-top: 0.6rem;
    margin-left: -5.5rem;
  }
}
@media (max-width: 575px) {
  div.wpcf7 .ppcheck + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input + .wpcf7-list-item-label::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -5.5rem;
  }
}
div.wpcf7 input.ppcheck:checked + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input:checked + .wpcf7-list-item-label::before {
  background: #FFF url("img/x.svg") no-repeat scroll center center/30px auto;
  content: "";
  height: 3rem;
  left: 0.7rem;
  position: absolute;
  width: 3rem;
}
@media (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1999px), (min-width: 2000px) {
  div.wpcf7 input.ppcheck:checked + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input:checked + .wpcf7-list-item-label::before {
    margin-top: 0.4rem;
    margin-left: -5.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  div.wpcf7 input.ppcheck:checked + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input:checked + .wpcf7-list-item-label::before {
    margin-top: 0.3rem;
    margin-left: -5.5rem;
  }
}
@media (max-width: 575px) {
  div.wpcf7 input.ppcheck:checked + .wpcf7-list-item-label::before, div.wpcf7 .nlcheck input:checked + .wpcf7-list-item-label::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -5.5rem;
  }
}
div.wpcf7 .wpcf7-response-output {
  font-family: OpenSans;
  color: #000;
  padding: 5px 10px;
}
div.wpcf7 div.wpcf7-response-output {
  margin: 2rem 0;
}

.objectnr {
  margin-top: 3rem;
  margin-bottom: 2rem !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FDCA55;
  font-family: OpenSans;
  opacity: 1;
  /* Firefox */
  font-weight: 600;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FDCA55;
  font-family: OpenSans;
  font-weight: 600;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FDCA55;
  font-family: OpenSans;
  font-weight: 600;
}

span.wpcf7-not-valid-tip {
  font-size: 1.5rem;
  clear: left;
}

[data-name=PLZ] span.wpcf7-not-valid-tip {
  display: none !important;
}

@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) {
  .PLZ {
    width: 29% !important;
    float: left;
    padding-right: 15px;
  }
  .PLZ br {
    height: 0;
  }
}

@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) {
  .Ort {
    width: 68% !important;
    float: right;
    padding-left: 15px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: auto;
}

footer {
  background-color: #000;
  padding: 2rem 0;
}
footer .wp-block-columns {
  margin-bottom: 0;
}
footer p {
  color: #FFF;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.75rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  footer p {
    font-size: 2.25rem;
  }
}
footer p a, footer p a:active, footer p a:focus, footer p a:visited {
  color: white;
  text-decoration: underline;
  margin-right: 3rem;
}
footer p a:hover {
  color: white;
  text-decoration: none;
}

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