
.button.start.left.desktop {
    clear: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.button.start {
    margin-top: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    color: #1b1b1b;
    font-weight: 400;
}
.button:hover {
    background-color: #fff;
    color: #1b1b1b;
    font-weight: 500;
}
a:active, a:hover {
    outline: 0;
}
.button {
    display: block;
    height: 70px;
    margin-right: 20px;
    margin-left: 0px;
    padding: 20px 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    float: left;
    clear: left;
    border-radius: 3px;
    background-image: linear-gradient(315deg, #85ffbd, #fffb7d 100%, #fff 101%);
    -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
    transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
    font-family: Montserrat, sans-serif;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.buttonsw {
    display: block;
    height: 70px;
    margin-right: 20px;
    margin-left: 0px;
    padding: 20px 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    clear: left;
    border-radius: 3px;
    background-color: black; /* Änderung für schwarzen Hintergrund */
    -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
    transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
    font-family: Montserrat, sans-serif;
    color: white; /* Änderung für weißen Text */
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}


.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
html, body, b, li, a, h1, h2, h3, h4, h5, span {
    font-family: Montserrat, sans-serif;
}
a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pp_header_section.center {
    font-family: Montserrat, sans-serif;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}