/* 
 Theme Name:   Moebel Büchner Theme
 Theme URI:    
 Description:  
 Author:       MarkusWVOLL
 Author URI:   http://moebel.sales-gainer.de
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

#website-footer .footer--label{
    display: inline-block;
    width: 55px;
}



body:not(.elementor-editor-active) #contact-overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 33vw;
    min-width: 600px;
    background: #fff;
    box-shadow: -1px 0 3px rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 999;
    -webkit-transform: translate3d(3rem,0,0);
    -moz-transform: translate3d(3rem,0,0);
    transform: translate3d(3rem,0,0);
    visibility: hidden;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

body:not(.elementor-editor-active) #contact-overlay.is--in{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


@media screen and (max-width: 853px){
    body:not(.elementor-editor-active) #contact-overlay{
        width: 66vw;
        min-width: unset;
    }
}
@media screen and (max-width: 620px){
    body:not(.elementor-editor-active) #contact-overlay{
        width: 95vw;
        height: 100vh;
        min-width: unset;
        overflow:scroll;
    }
}


#contact-overlay .gfield_validation_message{
    border: 0;
    padding: 0;
    margin-bottom: 0.75rem;
}


#contact-overlay .gform_wrapper .gfield_error > label,
#contact-overlay .gform_wrapper .gfield_error > legend{
    color: #333;
    border-left: 2px solid #c02b0a;
    padding-left: 12px;
}

#contact-overlay .gform_wrapper .gfield_error .gchoice label{
    color: #333;
}

#contact-overlay .gform_wrapper .gfield_error [aria-invalid="true"] {
    border: 1px solid #666;
}