/*** BODY ***/
.subsite-header {
  text-align: center;
}
.subsite-header h1 span {
  line-height: 2em;
  color: #000000;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 1px 5px 15px 2px #000000;
}
.subsite-header h2 span {
  font-size: 25px;
  color: #000000;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 1px 5px 15px 2px #000000;
}

/*** NAVI ***/
.main-header-menu > .menu-item > .menu-link {
  height: 50%;
  padding: 0 15px;
}

.site-logo-img img {
  filter: drop-shadow(3px 3px 5px rgb(0 0 0 / 1));
}

/*** START-PARALLAX ***/
.parallax-clip {
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}

.parallax-html {
  text-align: center;
}
.parallax-html h3 {
  font-size: 35px;
  line-height: 2em;
}
.parallax-html p {
  font-size: 20px;
}
.parallax-html h3 span, .parallax-html p span {
  color: #000000;
  padding: 10px 20px;
  font-weight: 700;
  background-color: #ffffff;
  box-shadow: 1px 5px 15px 2px #000000;
}

/*** GALLERY ***/
.elementor-slideshow__title {
  display: none;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: #ffffff;
  border: none;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 12px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: #ffffff;
  border: none;
  margin-bottom: 5px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
input[type="submit"] {
  color: #ffffff;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*** FOOTER ***/
.widget {
  text-align: center;
}
.ast-footer-copyright a, .widget a, .widget p {
  color: #000000;
}
.ast-footer-copyright a:hover, .widget a:hover {
  text-decoration: underline;
}

/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 700px) {
  .parallax-html h3, .subsite-header h1 span { font-size: 25px; line-height: 2em; }
  .parallax-html p, .subsite-header h2 span { font-size: 15px; }
}
@media (max-width: 480px) {
  .parallax-html h3, .subsite-header h1 span { font-size: 20px; line-height: 2em; }
  .parallax-html p, .subsite-header h2 span { font-size: 10px; }
  .parallax-html p span { padding: 10px 5px; }
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}

