/**
Theme Name: DM Neustart
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: dm-neustart
Template: astra
*/


:root {
    --color-white: #fff;
    --color-green: #92BB5B;
    --transition-checkbox: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.base-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    background-color: var(--color-green);
    border: 2px solid #002E40;
    border-radius: 50px;
    padding: 18px;
    cursor: pointer;
    max-width: 186px;
    width: 100%;
    position: relative;
    height: 54px;
    transition: all 0.15s ease-in-out;
}

.wpcf7-newsletter .base-btn {
    margin: 25px auto 0 auto;
}

.base-btn input {
    color: #002E40 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
    line-height: normal;
}

.base-btn::after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_242_75' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_242_75)'%3E%3Cpath d='M16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20L10.575 18.6L16.175 13Z' fill='%23002E40'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.base-btn:hover {
    border: 2px solid var(--color-green);
    background: #002E40;
    transition: all 0.15s ease-in-out;
}

.base-btn:hover input {
    color: var(--color-green) !important;
}

.base-btn:hover::after {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_242_75' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_242_75)'%3E%3Cpath d='M16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20L10.575 18.6L16.175 13Z' fill='%2392BB5B'/%3E%3C/g%3E%3C/svg%3E");
}


.wpcf7 .input {
    border: 2px solid var(--color-white);
    border-radius: 50px;
    font-size: 20px !important;
    padding: 15px !important;
    font-weight: normal !important;
    height: auto;
    background: transparent;
}

.wpcf7-newsletter input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-white);
}

.wpcf7-newsletter input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-white);
}

.wpcf7-newsletter input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-white);
}

.wpcf7-newsletter input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-white);
}

.wpcf7-wrap {
    max-width: 885px;
    margin: 0 auto;
    text-align: center;
    color: var(--color-white);
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    min-width: auto;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 20px;
}


.wpcf7 label {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.checkbox-group {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.wpcf7-newsletter .wpcf7-acceptance .wpcf7-list-item {
    margin: 25px 0;
    text-align: left
}

.checkbox-group .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .wpcf7-list-item .checkbox-input,
.wpcf7 .checkbox-input input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-white);
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
    transition: var(--transition-checkbox);
    margin: 0;
    flex-shrink: 0;
}

.form-wrap .checkbox-input {
    border: 2px solid var(--color-green) !important;
}

.wpcf7 .checkbox-input input+span,
.wpcf7 .wpcf7-text,
textarea {
    font-weight: 700;
    font-size: 24px;
    color: var(--color-white);
}

.wpcf7-newsletter .wpcf7-text {
    line-height: 30px;
}

.wpcf7 .wpcf7-list-item-label {
    font-weight: normal;
    font-size: 24px;
    color: var(--color-white);
}

.wpcf7-list-item-label a {
    font-weight: 700;
    color: var(--color-white) !important;
    transition: color 0.15s ease-in-out;
}

.wpcf7-list-item-label a:hover {
    color: var(--color-green) !important;
    transition: color 0.15s ease-in-out;
}


.wpcf7 .wpcf7-list-item .checkbox-input:focus,
.wpcf7 .checkbox-input input:focus {
    border-color: var(--color-green);
    outline: none;
}

.wpcf7 .wpcf7-list-item .checkbox-input:checked,
.wpcf7 .checkbox-input input:checked {
    background-color: var(--color-green);
    border-color: var(--color-green);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

.wpcf7 .wpcf7-list-item .checkbox-input input:disabled,
.wpcf7 .checkbox-input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wpcf7 .wpcf7-list-item .checkbox-input input:disabled+span,
.wpcf7 .checkbox-input:disabled+span {
    opacity: 0.5;
    cursor: not-allowed;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: red;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
input[type=date],
select {
    height: auto;
}

.elementor-button-link svg {
    fill: #002E40;
}

.form-row {
    display: flex;
    gap: 50px;
}

.form-flex {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 0 !important;
}

.form-input,
textarea {
    border-radius: 50px !important;
    padding: 24px 30px !important;
    border: 2px solid var(--color-green) !important;
    color: #878786 !important;
}

textarea {
    resize: none;
}

.site-footer #menu-footer,
.menu-footer-column-2-container ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.site-footer #menu-footer li {
    line-height: normal !important;
    /* padding: 12px 0; */
}

.site-footer #menu-footer>li:nth-child(1),
.site-footer #menu-footer>li:nth-child(2),
.site-footer #menu-footer>li:nth-child(3),
.site-footer #menu-footer>li:nth-child(4) {
    flex-shrink: 0;
}

.site-footer #menu-footer li,
.menu-footer-column-2-container li {
    line-height: normal;
}

.site-footer #menu-footer a,
.menu-footer-column-2-container a {
    /* color: var(--color-white); */
    font-size: 19px;
    transition: color 0.15s ease-in-out;
}

/* .site-footer #menu-footer a:hover {
    color: var(--color-green);
    transition: color 0.15s ease-in-out;
} */

.site-footer #menu-footer a .dropdown-menu-toggle,
.site-footer #menu-footer a .icon-arrow {
    display: none;
}

.site-footer .footer-icons img {
    width: 130px !important;
    height: 130px !important;
    ;
}

.site-footer .footer-icons figure {
    width: auto !important;
    flex-grow: 0 !important;
}

@media(max-width:1024.98px) {

    .no-background {
        /* background: none !important; */
       background-image: none !important;
    }
}


@media(max-width:767.98px) {

    .wpcf7 .checkbox-input input+span,
    .wpcf7 .wpcf7-text {
        font-size: 22px;
    }

    .form-row {
        flex-wrap: wrap;
    }

    .site-footer .footer-icons img {
        width: 100px !important;
        height: 100px !important;
    }
}

@media(max-width: 575.98px) {

    .form-row,
    .form-flex {
        gap: 30px;
    }

    .wpcf7 .wpcf7-text {
        line-height: normal;
    }

    .site-footer #menu-footer {
        margin: 20px 0;
    }

    .site-footer #menu-footer,
    .menu-footer-column-2-container ul {
        gap: 20px;
    }

    .site-footer .footer-icons img {
        width: 80px !important;
        height: 80px !important;
    }

}