/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ----------- Barrierefreiheit ----------- */
.external-link-icon {
  margin-left: 4px;
  font-size: 0.8em;
  display: inline-block;
  line-height: 1;
}

/* External-Link-Pfeil im Accessibility Widget ausblenden */
.asw-container .external-link-icon,
.asw-widget .external-link-icon, .uagb-block-c3a63f83 .external-link-icon {
  display: none !important;
}

/* ----------- ENDE Barrierefreiheit ----------- */
/* Anpassungen Barrierefreiheits-Widget */
.asw-menu .asw-menu-header, .asw-menu .asw-menu-reset-footer-btn {
  background-color: #2F2F30 !important;
}

.asw-widget .asw-menu-btn {
	outline: 5px solid #2F2F30  !important;
	background: #2F2F30 !important;
}

.asw-footer {
    display: none;
}

.asw-menu .asw-menu-reset-footer-btn:hover {
  background-color: #2F2F30 !important;
}

.asw-widget .asw-menu-btn:hover {
	outline: 5px solid #2F2F30  !important;
	background: #2F2F30 !important;
}

.asw-menu-header svg {
    fill: #2F2F30 !important;
}

.asw-btn:hover, .asw-btn.asw-selected {
    border-color: #2F2F30 !important;
}

/* ----------- Styling des Interessentenbogens ----------- */
/* --- Spezifisches Styling für das Interessenten-Formular --- */
#wowi-ivm-form {
  margin: 0 auto;
  font-family: inherit;
  color: inherit;
}

#wowi-ivm-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#wowi-ivm-form .form-group {
  flex: 1 1 calc(50% - 10px);
  min-width: 200px;
  display: flex;
  flex-direction: column;
}

#wowi-ivm-form .form-group-full {
  flex: 1 1 100%;
}

#wowi-ivm-form label {
  margin-bottom: 5px;
  font-weight: 500;
	font-size: 16px;
}

#wowi-ivm-form input[type="text"],
#wowi-ivm-form input[type="email"],
#wowi-ivm-form input[type="tel"],
#wowi-ivm-form input[type="number"],
#wowi-ivm-form input[type="date"],
#wowi-ivm-form select,
#wowi-ivm-form textarea {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

#wowi-ivm-form button[type="submit"] {
  margin-top: 30px; /* mehr Abstand zur Datenschutzerklärung */
}

#wowi-ivm-form input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 8px;
  appearance: auto;
  -webkit-appearance: checkbox;
  margin-top: 3px;
  flex-shrink: 0;
}

#wowi-ivm-form .privacy-group label[for="privacy_check"] {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  flex-wrap: wrap;
  max-width: 100%;
}
#wowi-ivm-form .privacy-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  flex-wrap: wrap;
  max-width: 100%;
}

/* Zusätzlicher Abstand vor Button */
#wowi-ivm-form .privacy-group {
  margin-top: 40px;
}

/* Responsive Anpassungen */
@media (max-width: 600px) {
  #wowi-ivm-form .form-group,
  #wowi-ivm-form .form-group-full {
    flex: 1 1 100%;
  }
}
/* ----------- ENDE Styling des Interessentenbogens ----------- */