
.wrapper_afkastberegner {
    max-width: 800px;
    margin: auto;
    text-align: center;
    background-color: #AFCEDD36;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
	border: 1px solid #53768b2b;
}

.container_afkastberegner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider-container_afkastberegner {
    margin: 20px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 9px;
    background: #1B374D; /* Change this color for the slider track */
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
	border-radius: 3px;
}

input[type=range]:hover {
    opacity: 1;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #EEF5F8; /* Change this color for the slider thumb */
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #EEF5F8; /* Change this color for the slider thumb */
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.result_afkastberegner {
    margin-top: 20px;
    font-size: 1.5em;
    color: #354652;
}

.disclaimer {
	font-size: 12px;
}

#toggleDiv {
    display: none;
}

input[type="checkbox"]:checked + #toggleDiv {
    display: block;
}
