@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//scout-umzug.de/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(211,42,104);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgb(72,206,255);
	--btn-default-bgcolor-hover: rgb(211,42,104);
	--btn-accented-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(72,206,255);
	--btn-accented-bgcolor-hover: rgb(211,42,104);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(72,206,255);
	--notices-success-color: rgb(0,0,0);
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(http://scout-umzug.de/wp-content/uploads/2021/10/black-friday-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: url(http://scout-umzug.de/wp-content/uploads/2021/10/black-friday-top-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(198,198,198);
	background-image: url(http://scout-umzug.de/wp-content/uploads/2024/10/umzugsunternehmen-berlin-scoutumzug.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #f7f7f7;
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 0px;
	--wd-arrow-icon-size: 30px;
	--wd-arrow-offset-h: 52px;
	--wd-arrow-color: rgb(72,206,255);
	--wd-arrow-color-hover: rgb(211,42,104);
	--wd-arrow-bg: rgb(72,206,255);
	--wd-arrow-bg-hover: rgb(211,42,104);
}
.wd-nav-scroll {
	--wd-nscroll-bg: rgb(72,206,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

@media (min-width: 1320px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-nav-vertical>li>a {
    font-size: 17px;
}
.video-el .wd-el-video .wd-el-video-control {
    display: none;
}
/* General Form Styling */
.wpcf7 {
    background-color: #d32a68;
    padding: 10px; /* Reduced overall padding for a more compact form */
    border-radius: 10px;
    max-width: 600px;
    /* REMOVED: max-height:300px; - This causes content to be cut off */
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* Crucial for consistent sizing */
}

/* Title Styling (assuming you have an H1 or similar with form-title class inside your CF7 form) */
.form-title {
    font-size: 22px; /* Slightly smaller title */
    color: #fff;
    text-align: center;
    margin-bottom: 10px; /* Reduced space below title */
}

/* Form Rows */
.form-row {
    display: flex;
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
    gap: 8px; /* Further reduced gap between columns for tightness */
    margin-bottom: 8px; /* Reduced spacing between rows */
    justify-content: space-between;
}
/* Ensure no margin-bottom on the very last form-row before the submit button */
.form-row:last-of-type {
    margin-bottom: 0;
}


.form-col {
    flex: 1;
    min-width: 180px; /* Adjusted min-width for columns, so they stack on smaller screens */
}

/* Input Fields (Text, Email, Tel, Date, Select) */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
    width: 100%;
    padding: 8px 10px; /* Reduced padding inside inputs for a shorter height */
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #333333; /* Darker text color for better visibility */
    background-color: #fff;
    box-sizing: border-box;
    margin: 0; /* Ensures no extra margins below inputs */
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus { /* Apply focus style consistently */
    border-color: #a0a0a0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

/* Placeholder text styling */
input::placeholder,
textarea::placeholder { /* Also apply to textarea */
    color: #666666; /* Darker grey for placeholder */
    font-style: normal; /* Remove italic from your previous code if you want it to match the screenshot */
    opacity: 1;
}
/* For select placeholders if using a default "include_blank" option */
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required[aria-invalid="false"] option[value=""] {
    color: #666666;
}

/* Styling for the Textarea */
textarea.wpcf7-textarea { /* Use the specific class for better targeting */
    width: 100%;
    min-height: 60px; /* Significantly reduced min-height for a very short textarea */
    max-height: 100px; /* Adjusted max-height as well */
    padding: 8px 10px; /* Match input padding */
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #333333; /* Consistent text color */
    background-color: #fff;
    box-sizing: border-box;
    resize: vertical;
    overflow-y: auto;
    margin-top: 8px; /* Small space above textarea if it follows another field directly without a row */
}


/* Submit Button */
.wpcf7-submit {
    background-color: #8c8c8c; /* Grey background for button as in screenshot */
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 10px 15px; /* Reduced button padding for a shorter height */
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px; /* Reduced space above the button */
    font-size: 15px; /* Adjusted font size */
    transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #666;
}

/* Checkbox and Disclaimer */
.wpcf7-acceptance {
    margin-top: 10px; /* Reduced space above the acceptance line */
    display: flex;
    align-items: flex-start; /* Aligns text to the top of the checkbox */
    gap: 8px;
    font-size: 13px;
    color: #ffffff; /* Explicitly set text to white for high contrast */
}

.wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0; /* Prevent checkbox from shrinking */
    margin-top: 2px; /* Slight adjustment for better vertical alignment with text */
    border: 1px solid #fff; /* White border for checkbox */
    accent-color: #d32a68; /* Makes the actual checkmark color match your form background */
}

/* Privacy Policy Link within acceptance */
.wpcf7-acceptance a {
    color: #ffffff !important; /* Ensure privacy link is white */
    text-decoration: underline;
    font-weight: normal;
}

/* Validation and Response Messages */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 8px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
.wpcf7-mail-sent-ok {
    background-color: #28a745; /* Green for success */
    border-color: #218838;
}

.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
    background-color: #dc3545; /* Red for errors */
    border-color: #c82333;
}

/* Responsive Design */
@media screen and (max-width: 640px) { /* Adjusted breakpoint for typical mobile */
    .form-row {
        flex-direction: column; /* Stack columns */
        gap: 0; /* No gap when stacked */
        margin-bottom: 0; /* Remove row margin as inputs will have their own */
    }

    .form-col {
        margin-bottom: 8px; /* Add space below each column on mobile */
    }

    /* Adjust padding for inputs on smaller screens if desired */
    .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
        padding: 8px 10px;
    }

    .wpcf7 {
        padding: 8px; /* Reduced overall form padding on small screens */
    }

    .wpcf7-submit {
        padding: 8px 12px; /* Smaller button on mobile */
        font-size: 14px;
    }

    textarea.wpcf7-textarea {
        min-height: 40px; /* Even smaller textarea on mobile */
        margin-top: 8px;
    }
}@media (max-width: 576px) {
	.wd-toolbar-label {
    font-size: 15px !important;
}
.wd-toolbar-link .wd-custom-icon img {
    height: 30px !important;
    margin-bottom: 15px;
    
}
.wd-toolbar {
    height: 70px !important
}

.wd-tools-element .wd-tools-icon:before {
    font-size: 30px !important;
    margin-bottom: 10px;
}
body .wd-toolbar {
    background-color: #48ceff ;
}
}

