.hbspt-form{
    background-color: #cfedf2;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    max-width: 600px;
    border-radius: 10px;
}

.hbspt-form span {
    color:#000;
    font-size:14px;
}

.hbspt-form .hs-error-msg {
    font-size:14px;
}

.hbspt-form .hs-input {
    border:1px solid #bcbcbc;
    border-color:#cbcbcb;
    color: #626262 !important;
}

.hbspt-form .hs-input:focus {
    border:1px solid #bcbcbc !important;
    border-color:#cbcbcb;
}

.hs-button {
    border: 2px solid #002e4e;
    padding: 10px 20px;
    line-height: 18px;
    transition: 0.3s !important;
    transition: background-color 1s;
    color: #002e4e;
    border-radius: 40px;
    width: 100%;
    max-width: 250px;
}

.hs-button:hover {
    background-image: linear-gradient(90deg, #002e4e 0%, rgba(0,33,61,0.74) 100%);
    color: #fff;
    border: 2px solid transparent !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-size: 120% 100%;
    background-position: center;
}


.hbspt-form a{
    color: #ff7d2b;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

.hbspt-form .hs-richtext a::before {
    content: '';
    display: inline-block;
    width: 20px;
    margin-left: 5px ;
    height: 10px;
    background-image: url(https://www.yaveon.de/wp-content/uploads/2023/05/arrow-hs.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: unset;
}

.hs-form .hs-form-booleancheckbox-display input{
    margin-right: 7px;
}
 
.hbspt-form ul, .hbspt-form ul li {
  list-style-type: none;
}