.fat-header {
     background-image: url('../images/header.jpg');
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.fat-header-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    display: inline-block;
    max-width: 800px;
    margin: auto;
}

.fat-question {
    margin: 20px;
}

.fat-options button {
    margin: 5px;
    padding: 10px 15px;
    cursor: pointer; /* Zeigt an, dass es klickbar ist */
    transition: background-color 0.3s; /* Sanfter Übergang für Hover-Effekte */
}

.fat-options button:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Beispiel für Hover-Effekt */
}

.fat-bar-container {
    margin-top: 30px;
}

.fat-bar {
    margin-bottom: 15px;
}

.fat-bar-fill {
    height: 30px;
    line-height: 30px;
    color: white;
    padding-left: 10px;
    transition: width 0.3s; /* Sanfter Übergang für die Breite */
}
.fat-question {
    margin-bottom: 1.5em;
}
.fat-answer {
    margin: 0 5px;
    padding: 0.5em 1em;
    font-size: 16px;
}
.fat-answer.selected {
    background-color: #f7931e;
    color: white;
    font-weight: bold;
}
#fat-progress {
    margin-bottom: 20px;
}
.fat-progress-bar {
    width: 100%;
    height: 10px;
    background: #eee;
}
.fat-progress-bar > div {
    height: 10px;
    background: #f7931e;
    transition: width 0.3s ease;
}
.fat-bar {
    margin-bottom: 1.5em;
}
.fat-bar-outer {
    background: #eee;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.fat-bar-inner {
    height: 100%;
    transition: width 0.5s ease;
}
.fat-result-text {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fdfdfd;
    border-left: 4px solid #FF6B00; /* Orange-Akzent */
}
.fat-result-text h2 {
    margin-top: 0;
    color: #333;
}
.antreiber-disclaimer {
    font-size: 0.7em;
    color: #666;
	margin-top: 1em; 
}
.fat-contact-button {
    display: inline-block;
    margin-top: 2rem auto 0;
    padding: 1rem 2rem;
    background-color: #ff6600;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.fat-contact-button:hover {
    background-color: #e05500;
}
.fat-contact-wrapper {
    text-align: center;
    margin-top: 40px;
}
