/**
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
*/

/* Basis-Styling für Select */
.cf7-bdw .wpcf7-form-control.wpcf7-select {
  appearance: none;           /* Standard-Pfeile entfernen (Safari/Chrome/Edge) */
  -webkit-appearance: none;   /* Safari */
  -moz-appearance: none;      /* Firefox */
  background-color: #fff;     /* Hintergrundfarbe */
  border: 1px solid #ccc;     /* Rand */
  border-radius: 6px;         /* abgerundete Ecken */
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}

/* Eigenen Pfeil mit Hintergrundbild */
.cf7-bdw .wpcf7-form-control.wpcf7-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><polygon points='0,0 12,0 6,8' style='fill:%23333;'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px; /* Platz für den Pfeil */
}


.wpcf7-form {
    font-family: 'Inter', sans-serif;
}

.wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 18px;
	line-height: 1.65;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
    background-color: #fff;
    border-color: #46b450;
    font-size: 18px;
    font-weight: 700;
    padding: 1rem;
    margin: 2rem 0;
}

.cf7-bdw {
    --bdw-blue: #4c6687;
    --bdw-input-bg: #fff;
    --bdw-shadow: 0 2px 0 rgba(0, 0, 0, .15);
    color: #000;
    
}


.cf7-bdw__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .cf7-bdw__grid {
        grid-template-columns: 1fr;
    }
}


.cf7-bdw__field {
    margin-bottom: 5px !important;
}

.cf7-bdw__field p {
    margin-bottom: 0;
}

.cf7-bdw__input,
.cf7-bdw__textarea,
.cf7-bdw__select,
.cf7-bdw .wpcf7-form-control.wpcf7-select {
    width: 100%;
    color: #223;
    border: 0;
    border-radius: 8px;
    padding: 17px 18px;
    font: 16px/1.3 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    outline: none;
    height: auto !important;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]),
.wpcf7 textarea.wpcf7-form-control {
    padding: 14px 16px !important;
    border-radius: 8px;
}

.cf7-bdw__textarea {
    height: 134px !important;
    resize: vertical;
}


.cf7-bdw ::placeholder {
    color: #8a97a8;
    opacity: 1;
}

.cf7-bdw .wpcf7-form-control.wpcf7-select {
    height: 52px;
}
@media (max-width: 1366px) {
	
	.wpcf7-checkbox .wpcf7-list-item-label,.wpcf7-acceptance .wpcf7-list-item-label {
		font-size: 16px;

	}
	.wpcf7 form.sent .wpcf7-response-output {

		font-size: 16px;
		font-weight: 300;

	}

}

@media (max-width: 768px) {
    .cf7-bdw__checks {
        grid-template-columns: 1fr;
    }

}

.cf7-bdw__check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.45;

}

.cf7-bdw__check p .wpcf7-form-control-wrap label {
    color: #ffffff;
}

.cf7-bdw__check input[type="checkbox"],
.cf7-bdw__check input[type="checkbox"]+.wpcf7-list-item-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cf7-bdw__check .wpcf7-list-item {
    margin: 0;
}


.cf7-bdw__check .wpcf7-list-item input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background: #fff;
    border: 0;
    box-shadow: var(--bdw-shadow);
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

.cf7-bdw__check .wpcf7-list-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(#9fd1ca, #9fd1ca);
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><path d="M1 5l3 3 7-7" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/12px 10px no-repeat;
    border-radius: 3px;
}


.cf7-bdw__actions {
    margin-top: 24px;
}

.cf7-bdw__btn {
    display: inline-block;
    width: 360px;
    max-width: 100%;
    background: #cde3df;

    color: #4c6687;
    border: 0;
    border-radius: 12px;
    padding: 16px 22px;
    font-weight: 600;
    font-size: 22px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: transform .05s ease, box-shadow .05s ease, opacity .2s ease;
}

.cf7-bdw__btn:hover {
    opacity: .95;
}

.cf7-bdw__btn:active {
    transform: translateY(1px);
    box-shadow: 0 6px 0 rgba(0, 0, 0, .15);
}


.cf7-bdw .wpcf7-not-valid-tip {
    color: #ffe1e1;
    font-size: 13px;
    margin-top: 6px;
}

.cf7-bdw .wpcf7-response-output {
    color: #fff;
    border: 1px dashed rgba(255, 255, 255, .4);
}



.wpcf7-acceptance .wpcf7-list-item>label {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.cf7-bdw__check .wpcf7-form-control-wrap .wpcf7-list-item label {
    display: flex;
    column-gap: 16px;
    align-items: start;

}

.leader-line text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}