.uk-button-primary {
    background-color: #0075BF;
    border-radius: 5px;
}

.uk-button-primary:hover {
    background-color: #00619f;
}

.uk-button-default {
    border-radius: 5px;
}

.uk-button-default:hover {
    background-color: #e3e3e3;
}

.gesamtpreis{
margin-top:20px;
font-weight:800;
font-size:25px;
color: #000;
}

.preiszusatz{
font-size:12px;
}

@media only screen and (max-width:600px){
.uk-width-2-3 {
    width: 100%;
}

.uk-width-1-3 {
    width: 100%;
    padding-top: 250px;
}
}