/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2023 | 13:03:10 */
button.rm-toggle {
    margin: auto;
    display: block;
    background: none;
    border: none;
    color: #2A499E;
	font-size: 20px;
}
button.rm-toggle svg {
	transition: all 0.2s ease-in-out;
    transform: rotate(180deg);
}
button.rm-toggle.active svg {
    transform: rotate(0deg);
}
p.rm-data {
    color: #000;
    text-align: center;
    font-family: HomepageBaukasten;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.5px;
    width: 330px;
    margin: 20px auto 0;
}
.rlv-form button.elementor-button span {
    font-weight: 700 !important;font-family: "HomepagebaukastenBold", Sans-serif !important;
}
.rlv-form input{
    padding: 10px 10px 10px 14px;
}