body {
	font-family: Comfortaa, Arial, sans-serif;
	margin: 20px;
	/*transition: all 0.3s ease;*/
	background-color: #fff;
}
.step {
	display: none;
	margin-bottom: 20px;
}
.active {
	display: block;
}
label {
	display: block;
	margin-bottom: 5px;
}
select, input {
	width: 100%;
	max-width: 400px;
	padding: 8px;
	margin-bottom: 10px;
}
button {
	padding: 10px 20px;
	background-color: #004986;
	color: #fff;
	border: none;
	cursor: pointer;
}
button:hover {
	background-color: #0056b3;
}
p, li, ul {
	max-width: 800px;
	line-height: 30px;
}
.error, .message {
	color: #A70002;
}
.grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom:10px;
}
.card {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	width: calc(20%);
	min-width:170px;
	background-color: #FFFFFF;
	transition: all 0.8s ease;
}

.card:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 25px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.card:hover .card-subtitle {
    color: #004986;
    transition: color 0.3s ease;
}

.card a {
	text-decoration: none;
}

.card .image {
	position: relative;
	display: inline-block;
}
.card img {
	max-width: 100%;
	display: block;
	height: auto;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.card .link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #004986;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	font-size: 18px;
}

.card:hover .link {
	opacity: 1;
}

.card .link:hover {
	background-color: #0056b3;
	transition: all 0.3s ease;
}

.card-title {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-decoration-color: #1d1d1d;
	color: #1d1d1d;
}

.card-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.4;
    text-transform: uppercase;
}
.uitleg-pakket, .vermogens-range {
	display: flex;
	width:100%;
	max-width: 800px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #0071BC; /* Highlight the selected option */
	border-radius: 5px;
	margin-bottom: 5px;
}

.vermogens-range {
	padding-left:5px;
}

.button-group {
	margin-top: 10px;
}

.uitleg-pakket:hover, .vermogens-range:hover {
	cursor: pointer;
	box-shadow: 1px 1px 10px #1d1d1d;
	transition: 0.2s;
}
.uitleg-pakket img {
	max-width:75px;
	align-self: center;
	padding:5px;
}

#progress-container {
    margin: 20px 0;
    text-align: center;
}

#step-indicator {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

#progress {
    width: 0;
    height: 100%;
    background-color: #4caf50; /* Groen voor de voortgang */
    border-radius: 10px;
}

.merk-options {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.merk-option {
    text-align: center;
    cursor: pointer;
    margin: 10px;
	padding:5px;
}

.merk-option img {
    width: 150px;
    height: auto;
    border: 2px solid transparent;
	border-radius: 5px;
    transition: border 0.3s;
}

.merk-option.selected {
    border: 2px solid #0071BC; /* Highlight the selected option */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
