/*.container-header .fa-solid {
        color: var(--white)!important;
        margin-right: 1rem;
*/
/*icon-angebote*/
.fa-paint-brush, .fa-paintbrush {
    --fa: "\f1fc";
    background-color: #21333d;
    padding: 16px;
    border-radius: 10px;
    border: grey solid 1px;
}  



.check::before{
    content: "\f560";
    color: #FFC13D;
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    margin-right: 10px;
    font-weight: 900;
    font-weight:bold; 
}
.arrows::after{
    content: "\f061";
    color: #FFC13D;
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    margin-left: 5px;
    font-weight: 900;
    font-weight:bold; 
}
.faq::before{
    content: "\f059";
    color: #FFC13D;
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    margin-right: 10px;
    font-weight: 900;
    font-weight:bold; 
}
.law::before{
    content: "\e447";
    color: #FFC13D;
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    margin-right: 10px;
    font-weight: 900;
    font-weight:bold; 
}
/*button mit icons*/
.i-btn {
  background-color: green;
  border: none !important;
  color: white !important;
  padding: 12px 16px;
  font-size: inherit;
 
  cursor: pointer;
 
 
}