/* 
Theme Name: Rössle Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Rössle Theme is a child theme of Hello Elementor, created by Schiefer.IT
Author: Schiefer.IT
Author URI: https://schiefer.it
Template: hello-elementor
Version: 1.1.13
Text Domain: roessle-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




/* Link Styling */

a, a:active, a:visited {
    color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

a:hover {
    color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.elementor-button {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;!important
}

.wp-block-file {
    line-height: 15px;
    margin: 0;
}

.wp-block-file a{
    font-size: 18px;
}

input.swpm-login-form-submit, input.swpm-submit-btn-default-style, input.swpm-login-form-submit:hover, input.swpm-submit-btn-default-style:hover {
    display: inline-block;
    min-width: 120px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 500;
    color: var(--e-global-color-text_on_primary);
    background-color: var(--e-global-color-primary);
    margin: 10px 0px 10px 0px;
    padding: 12px 24px 12px 24px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;!important
}

.wp-element-button, .wp-element-button:hover, .wp-element-button:active, .wp-element-button:visited,.wp-element-button:focus, a.wp-element-button, a.wp-element-button:hover, a.wp-element-button:active, a.wp-element-button:visited, a.wp-element-button:focus {
    display: inline-block;
    min-width: 120px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 500;
    color: var(--e-global-color-text_on_primary);
    background-color: var(--e-global-color-primary);
    margin: 10px 0px 10px 0px;
    padding: 12px 24px 12px 24px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;!important
}

.service-form-margin {
    margin-top: 70px;
}

.service-form-margin hr {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    height: 1px;
    border: none;
}


@media (max-width: 1024px) {
    .shadow-only-on-desktop {
        /* disable box shadow and border in tablet and mobile mode */
        box-shadow: none!important;
        border: none!important;
    }
}

@media (min-width: 1024px) {
    .shadow-only-on-mobile {
        /* disable box shadow and border in tablet and mobile mode */
        box-shadow: none!important;
    }
}

div.haendlertable > div > div > div:nth-child(even) {
    background-color: var(--e-global-bg_white);
    padding: 10px 20px 10px 20px;
}
div.haendlertable > div > div > div:nth-child(odd) {
    background-color: var(--e-global-color-bg_light_grey);
    padding: 10px 20px 10px 20px;
}
div.haendlertable > div > div > div:last-child {
    border-radius: 0px 0px 5px 5px;
}