/*FOOTER MENU STYLING*/
.widget_nav_menu ul li
{
    list-style-type:none;
    margin-bottom:10px;
    font-size:16px;
    line-height:26px;
    color:#FFF;
}
.widget_nav_menu ul
{
    margin-left: 0px;
    margin-bottom: 0px;

}
.widget_nav_menu ul li a:hover
{
    color:#fff !important;
}
.footersocialicons .iwithtext .iwt-icon img {
    width: 25px !important;
}
.footersocialicons .iwithtext .iwt-text {
    padding-left: 40px !important;
}

.dienstenminheight
{
    min-height:60px !important;
}

.nectar-flip-box h6
{
    color:#EEA342 !important;
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front .inner
{
    -webkit-transform: translateZ(190px) scale(.95);
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back .inner
{
    -webkit-transform: translateZ(190px) scale(.95);
}

.callicon .iwithtext .iwt-icon img {
    width: 50px !important;
}
.callicon .iwithtext .iwt-text {
    padding-left: 65px !important;
    padding-top:10px !important;
}
.open-quote
{
    color:#20515C;
}
.siximages .owl-carousel[data-desktop-cols] .owl-stage
{
    padding:0px 0px !important;
}
.newsletterform input[type="email"]
{
    background-color:transparent !important;
    border-color: #fff !important;
}


.social__icons {
    position: fixed;
    top: 0;
    left: -138px;
    height: 100%;
    display: none;
    align-content: center;
    z-index: 10000;
    max-width: 175px;
    background-color: #4E4D4F;

    @media screen and (min-width: 999px) {
        display: grid;
    }
}

.social__icons ul li a span {
    color: #FFFBF0;
    font-weight: 700;
    font-size: 13px;
    transition: color .3s ease-in-out;
}
.social__icons ul li a i {
    padding-right: 8px;
    color: #FFFBF0;
    transition: color .3s ease-in-out;
}
.social__icons ul li {
    list-style: none;
}
.social__icons ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 14px;
    display: flex !important;
    align-items: center;
    column-gap: 25px;
    transform: rotate(270deg);
}
.social__icons ul li a {
    display: flex;
    align-items: center;
}
.social__icons ul li a:hover i {
    color: #EEA342;
}
.social__icons ul li a:hover span {
    color: #EEA342;
}

/**/
@media only screen and (max-width: 767px) {
    .before-footer .iwithtext {
        width: 20%;
        margin: 0 auto;
        display: grid;
        grid-row-gap: 12px;
        justify-content: center;
    }
    .before-footer .wpcf7-form p span {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .before-footer .iwithtext .iwt-icon {
        left: -30px;
    }
}
@media only screen and (max-width: 600px) {
    .btnmobilecenter
    {
        margin-right:0px !important;
    }
}

.services .service {
    .img-with-aniamtion-wrap {
        img:not([src$=".svg"]) {
            aspect-ratio: 1;
            object-fit: cover;
        }
    }
}

.flickity-page-dots {
    .dot {
        opacity: 1 !important;
    }
    .dot:before {
        box-shadow: none !important;
        inline-size: 8px !important;
        block-size: 8px !important;
        border: 2px #EEA342 solid;
    }

    .dot.is-selected:before {
        background: #EEA342 !important;
        transform: none !important;
    }
}

body.material .nectar-button,
.wpcf7-form input[type=submit].wpcf7-submit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 10px !important;
    border-radius: 20px !important;
}

.img-with-aniamtion-wrap:has(img:not([src$=".svg"])) {
    transform: skewX(-5deg);
    overflow: hidden;

    .inner {
        transform: skewX(5deg);
        width: calc(100% + 40px);
        margin-left: -20px;
        display: block;
    }
}

.iwithtext {
    a {
        color: currentColor;
    }
}

body[data-form-style="minimal"] {
    input[type="text"],
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
        background-color: #1C1C1C;
        color: #FFFBF0;
        padding: 10px;
        border-color: #FFFBF0;
    }

    input,
    textarea {
        &::placeholder {
            color: #FFFBF0;
        }
        &:focus {
            border-color: #20515C !important;
        }
    }

    textarea {
        width: 100%;
        resize: vertical;
        field-sizing: content;
        min-height: 190px;
    }
}

.wpcf7-form {
    .wpcf7-not-valid-tip,
    .wpcf7-response-output{
        background: #4E4D4F;
        color: #FFFBF0;
    }
}

.iwithtext {
    text-align: left;
}