
.brx-body {
    min-height: 100vh;
}

.brxe-accordion .accordion-content-wrapper a,
.brxe-icon-box .content-wrapper a,
.brxe-list a,
.brxe-post-content a:not(.bricks-button),
.brxe-posts .dynamic p a,
.brxe-shortcode a,
.brxe-tabs .tab-content a,
.brxe-team-members .description a,
.brxe-testimonials .testimonial-content-wrapper a,
.brxe-text a,
a.brxe-text,
.brxe-text-basic a,
a.brxe-text-basic,
a {
    transition: 0.4s !important;
}

/*Markieren
::-moz-selection {
    background: var(--white);
    color: var(--black);
}
::selection {
    background: var(--white);
    color: var(--black);
}
*/
/* Header*/

#brx-header.x-header_sticky-active .header__logo {
  height: 5em; /* Breite auf 5em setzen */
  margin-top: 0; /* margin-top auf 0 setzen */
  margin-bottom: 0; /* margin-bottom auf 0 setzen */
}

/* Fluent Forms*/

.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover{
    opacity:1!important;
}
.form--light .frm-fluent-form .ff-btn:not(.ff_upload_btn){
    transition: 0.4s !important;
}
.form--light .frm-fluent-form .ff-btn:not(.ff_upload_btn):hover{
     transform: translateY(5px); 
}




