.rental-process {
    height: inherit;
}

.spline {
    padding: 3rem 0;
    margin: 1rem 0;
}

.wrapper {



}

.slide {
	z-index: 10;
	display: none;
	float: left;
	width: 100%;	
}

input[type="radio"] {
    display: none;
}

[id^="slide"]:checked + .slide {
	z-index: 100;
	display: block;
	background-color: #9FC;
}

.button-wrapper {
    position: absolute;
    top: 375px;
    left: 0;
}

.button {
    background-color: red;
}

.button label {
    cursor: pointer;
}

.button label,
.button label a {
    color: #fff;
}

.circles {
    margin-top: 2rem;
}

.circles .step {
    color: darkgrey;
    background-color: lightgrey;
    border-radius: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    padding: 0.25rem;
}

input[id="slide-1-content"]:checked ~ .circles li #step-1,
input[id="slide-2-content"]:checked ~ .circles li #step-2,
input[id="slide-3-content"]:checked ~ .circles li #step-3 {
    color: #fff;
    background-color: red;
}
