.frame-petitionFormCounter {
    background: #F2B739;
    margin-top: 42px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'FFMetaWebProRegular','Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.signaturesCounter {
    padding: 5px 0 15px 0;
    text-align: center;
    color: #1B5079;
}
.signaturesCounter .number {
    font-size: 62px;
    font-weight: bold;
    line-height: normal;
}
.signaturesCounter .supporters {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}
.frame-petitionForm {
    margin-bottom: 30px;
    padding: 0 0 10px;
    border: 1px #D2D2D2 solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: 'FFMetaWebProRegular','Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.frame-petitionForm .typo3-messages {
    list-style-type: none;
    padding-left: 0;
}
.frame-petitionForm .frame-inner {
    padding: 20px;
}
.frame-petitionForm .frame-header {
    margin-bottom: 0.5rem;
}
.frame-petitionForm h2.element-header {
    font-size: 30px;
    font-weight: bold;
    color: #1B5079;
}
.frame-petitionForm .clearfix {
    font-size: 13px;
}
.frame-petitionForm .btn-toolbar {
    display: inherit;
}
.frame-petitionForm .btn-group {
    display: inline;
}
.frame-petitionForm .btn-primary {
    width: 100%;
    font-size: 30px;
    color: #FFFFFF;
    background: #8E271D;
    border-radius: 0;
}

.floating-button {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 20%;
    min-width: 200px;
    max-width: 30%;
    padding: 12px 24px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    background: #8E271D;
    border: 0;
    z-index: 9999;
    display: none;
    text-align: center;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .floating-button {
        width: 43%;
        max-width: 43%;
    }
}
.floating-button .chevron-down {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 6px auto 0;
}

.floating-button .chevron-down::before,
.floating-button .chevron-down::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: white;
    top: 6px;
}

.floating-button .chevron-down::before {
    transform: rotate(40deg);
    left: 0;
}

.floating-button .chevron-down::after {
    transform: rotate(-40deg);
    right: 0;
}
