/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/*#content .brlbs-cmpnt-cb-preset-b a.brlbs-cmpnt-cb-btn {
    background-color: var(--e-global-color-53cb462);
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    font-size: 15px;
}*/

#buchungsanfragebutton {
    right: 100px;
    top: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%);
}

@media (max-width: 480px) {
    #buchungsanfragebutton {
        right: 70px;
    }
}

#buchungsanfragebutton a {
    font-weight: normal;
}

#buchungsanfragebutton a:hover {
    color: #fff;
}

#content .brlbs-cmpnt-cb-preset-b a.brlbs-cmpnt-cb-btn {
    background-color: transparent;
    fill: #fff;
    border: 1px solid;
    font-size: 15px;
    font-weight: 400;
}

#content .brlbs-cmpnt-cb-preset-b a.brlbs-cmpnt-cb-btn:after {
    content: "\f061";
    display: unset;
    font-family: 'Font Awesome 5 Free';
    margin-left: 7px;
}

#content .brlbs-cmpnt-cb-preset-b a.brlbs-cmpnt-cb-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}





#content .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main {
    background: rgba(66, 83, 111, .95);
    color: #fff;
    text-align: left;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 100;
    letter-spacing: 0.5px;
}


#content .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-content {
    padding: 0 60px;
}

#content .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description {
    padding-top: 16px;
}

#content .smoobuCalendarIframe iframe {
    max-width: 1000px;
}

#content .smoobuCalendarIframe {
    display: flex;
    justify-content: center;
}

#buchungskalender {
    background: #FCFAF8;
}

#buchungskalender h2 {
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    font-weight: 600;
}






#buchungskalender .elementor-divider {
    display: flex;
    text-align: center;
    padding-block-start: 2px;
    padding-block-end: 2px;
    justify-content: center;
}

#buchungskalender .elementor-divider-separator {
    width: 20%;
    margin: 0 auto;
    margin-center: 0;
    align-items: center;
    direction: ltr;
    display: flex;
    margin: 0;
}


#buchungskalender .elementor-divider-separator:after,
#buchungskalender .elementor-divider-separator:before {
    border-block-end: 0;
    border-block-start: 1.7px solid #BE986C;
    content: "";
    display: block;
    flex-grow: 1;
}

#buchungskalender .elementor-divider-separator .elementor-icon {
    color: #BE986C;
    border-color: #BE986C;
    margin: 20px;
    flex-shrink: 0;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}

#buchungskalender .elementor-divider-separator .elementor-icon svg {
    fill: #BE986C;
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

#buchungskalender .buchungsformular {
    margin-bottom: 100px;
}

#buchungskalender .brlbs-cmpnt-cb-thumbnail {
    opacity: .2;
}

#buchungskalender .bigDevices {
    display: none !important;
}

#buchungskalender .smallDevices {
    display: block !important;
}