/*** NAVI ***/
button.navi-tel, button.navi-tel:hover, button.navi-tel:active {
  background-color: #ffffff;
  padding: 0 0 0 0 ;
}
.navi-tel a {
  color: #ffffff;
  background: #009ee0;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-tel a:hover {
  color: #009ee0;
  background: #ffffff;
  border: 2px solid #009ee0
}
.navi-tel .fa, .navi-tel .fas {
  color: #ffffff;
  margin-right: 5px;
}

.main-header-menu > .menu-item > .menu-link {
  border-radius: 5px;
}

/* TOP-NAV */
.ast-above-header.ast-above-header-bar {
  z-index: 9;
  position: relative;
}
a.upper-nav {
  color: #000000;
  font-size: 14px;
}
a.upper-nav:hover {
  color: #009ee0;
}
.upper-nav .fa, .upper-nav .fas {
  color: #000000;
}

.ast-below-sticky-header-active .ast-below-header-wrap .ast-below-header {
  background: #009ee0;
}
.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation {
  line-height: 1;
}

/* SUB-NAVI */
.main-header-menu .sub-menu .menu-link {
  padding: 5px 20px;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  font-size: 18px;
  border-radius: 5px;
}

/*** LOGO ***/
.ast-logo-title-inline .site-logo-img {
  width: 200px;
}


/*** SUBPAGES ***/
.elementor-toggle .elementor-tab-title {
  border-radius: 5px;
}


/*** TEAM-FLIP-BOX ***/
.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__inner {
  background-color: #009ee0CC;
  padding: 15px 15px 15px 15px;
}
.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__inner .fa, .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__inner .fas {
  color: #ffffff;
}
.elementor-icon-wrapper.elementor-view-default {
  float: right;
  margin-bottom: -35px !important;
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__inner {
  background-color: #009ee0CC;
  padding: 15px 15px 15px 15px;
  line-height: 2;
}

/*.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
  text-shadow: 0px 0px 8px #009ee0;
}
.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
  text-shadow: 0px 0px 6px #009ee0;
  font-size: 16px;
}*/


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: none;
  border: none;
  border-bottom: 5px dotted #009ee0;
  border-radius: 0;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 5px dotted #009ee0;
  margin-bottom: 5px;
  border-radius: 0;
}
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;
}
.sent-button {
  text-align: left;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #009ee0;
  border: 2px solid #009ee0;
}
input[type="submit"]:hover {
  color: #009ee0;
  background-color: #ffffff;
  border: 2px solid #009ee0;
}

/*** FOOTER ***/
.widget {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
/*
#block-11.widget {
  text-align: center;
}*/
.fa-solid, .fas {
  color: #000000;
  margin-right: 5px;
}
.site-footer a {
  color: #009ee0;
}
.site-footer a:hover {
  color: #000000;
}

.site-footer .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  height: auto;
  width: 90px;
}
.wp-block-image.size-full {
  max-width: 90px;
  margin: 5px 5px;
}
.wp-block-gallery {
  margin-bottom: 0em;
}
#block-13.widget.widget_block {
  margin: 0 0 10px 0;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  /*.site-main { margin-top: 0px; }
  .main-header-bar, .site-header { position: relative; width: 100%; }*/
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  a.upper-nav { font-size: 14px; }
  
  /*** FAQ-TABS ***/
  .elementor-toggle-icon-closed, .elementor-toggle-icon.elementor-toggle-icon-left { height: 55px; }

  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
  
  .site-footer .widget { font-size: 16px; }
}
@media (max-width: 360px) {
  a.upper-nav { font-size: 12px; }
  
  .site-footer .widget { font-size: 14px; }
  .site-footer .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img { height: auto; width: 75px; }
  .wp-block-image.size-full { max-width: 75px; margin: 5px 5px; }
}
