.online h2::after {
    background-color: #FB6461;
}

.button-blue, button, .abutton {
    border-radius: 5px;
}

.kurs h3 .ticket_type, .register h3 .ticket_type, .register-selection h3 .ticket_type {
    border-radius: 5px;
}

.register h3::after, .register-selection h3::after {
    background-color: #FB6461;
}

.buttons>div {
    background-color: #FB6461;
    border-color: #FB6461;
    border-radius: 5px;
}

.buttons>div:nth-child(2) {
    border-radius: 5px;
    border-color: #FB6461;
    color: #FB6461;
}

.buttons>div:nth-child(2)>a {
    color: #FB6461;
}

.register-selection {
    border-radius: 5px;
}