.elementor-4833 .elementor-element.elementor-element-08840c1{padding:0px 0px 0px 0px;overflow:visible;}.elementor-4833 .elementor-element.elementor-element-412e063 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4833 .elementor-element.elementor-element-dcba777 .elementor-heading-title{color:#000000;}/* Start custom CSS */select, input:not([type="checkbox"]):not([type="radio"]){    
    border-radius: 5px;
    border: none;
    background-color: #F6F5F8;
    height: 2.7rem;
    margin-bottom: 20px !important;
    width: 50%;
    padding: 3px 10px;
}

label {
    font-weight: 600
}

form a{
    text-decoration: underline !important; 
}

.checkbox-container {
    display: grid;
    align-items: baseline; 
    grid-template-columns: 25px 1fr;
    max-width: 100%;
}

 #zuZahlungsoptionenId{
    background-color: #F49200;
    color: white;
    border: none;
    border-radius: 5px;
    width:100%;
    height: 2.5rem;
}

.hideLabel {
    display: none;
}

.smaller-text{
    font-size: 0.8rem;
}

@media only screen and (max-width: 1024px) {
   select, input:not([type="checkbox"]):not([type="radio"]){    

    width: 100%;
    }
}

@media only screen and (max-width: 767px) {
   select, input:not([type="checkbox"]):not([type="radio"]){    

    width: 100%;
   }
}

@media only screen and (max-width: 500px) {
    input[type="checkbox"] {
            width: 15px !important;
            height: 15px !important;
        }
}/* End custom CSS */