/* oswald-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/oswald-v53-latin-200.woff2') format('woff2'),
         url('../fonts/oswald-v53-latin-200.woff') format('woff');
}

/* oswald-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-v53-latin-300.woff2') format('woff2'),
         url('../fonts/oswald-v53-latin-300.woff') format('woff');
}

/* oswald-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'),
         url('../fonts/oswald-v53-latin-regular.woff') format('woff');
}

/* oswald-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald-v53-latin-500.woff2') format('woff2'),
         url('../fonts/oswald-v53-latin-500.woff') format('woff');
}

/* oswald-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald-v53-latin-600.woff2') format('woff2'),
         url('../fonts/oswald-v53-latin-600.woff') format('woff');
}

/* oswald-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2'),
         url('../fonts/oswald-v53-latin-700.woff') format('woff');
}

/* outfit-100 - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/outfit-v11-latin-100.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-100.woff') format('woff');
}

/* outfit-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/outfit-v11-latin-200.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-200.woff') format('woff');
}

/* outfit-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/outfit-v11-latin-300.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-300.woff') format('woff');
}

/* outfit-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/outfit-v11-latin-regular.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-regular.woff') format('woff');
}

/* outfit-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/outfit-v11-latin-500.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-500.woff') format('woff');
}

/* outfit-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/outfit-v11-latin-600.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-600.woff') format('woff');
}

/* outfit-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/outfit-v11-latin-700.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-700.woff') format('woff');
}

/* outfit-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/outfit-v11-latin-800.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-800.woff') format('woff');
}

/* outfit-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/outfit-v11-latin-900.woff2') format('woff2'),
         url('../fonts/outfit-v11-latin-900.woff') format('woff');
}

body {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 16px; /* Basis-Schriftgröße explizit auf 16px gesetzt */
    background-color: #FFFFFF;
    color: #3A3A3A;
    margin: 0;
    padding: 0;
}

/* Headings */
h1, h2, h4 {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    color: #AF6F25;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2.5rem; /* 40px bei 16px Basis, wie in der Original-CSS */
    margin-bottom: 1.5rem;
}

h1 small{
    font-weight: 200;
}

h2 {
    font-size: 2rem; /* 32px bei 16px Basis, wie in der Original-CSS */
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem; /* 20px bei 16px Basis, wie in der Original-CSS */
}

p, li, label {
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 300;
    font-size: 1.4rem; /* 16px bei 16px Basis, angepasst an Hauptseite */
    color: #3A3A3A;
}

p{
    margin-bottom: 1.5rem;
}

li{
    list-style: none;
}

/* Links */
a {
    color: #3A3A3A;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #AF6F25;
}

/* Buttons */
.btn.product-btn, .btn.delivery-btn, .btn.send-btn, .btn.back-btn {
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    background-color: #49A0B0;
    border: none;
    color: #FFFFFF;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 0;
    border: solid 3px #49A0B0;
    margin-bottom: 1.5rem;
}

.btn.product-btn:hover, .btn.delivery-btn:hover, .btn.send-btn:hover, .btn.back-btn:hover,
.btn.product-btn.active, .btn.delivery-btn.active {
    background-color: #FFFFFF;
    color: #49A0B0;
}

/* Form Inputs */
.form-control {
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 300;
    border: 1px solid #AF6F25;
    border-radius: 0;
    padding: 10px;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #3A3A3A;
    box-shadow: none;
}

.form-label {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    color: #AF6F25;
}

/* Progress Bar */
.progress {
    height: 25px;
    background-color: #F5F5F5;
    border-radius: 0;
    margin-top: 2rem;
}

.progress-bar {
    background-color: #86B89B;
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px; /* Beibehalten, da spezifisch für dieses Element */
    line-height: 25px;
    text-align: center;
}

/* Back Link */
#step-back {
    color: #3A3A3A;
    cursor: pointer;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 300;
    display: inline;
    transition: color 0.3s ease;
    background-color: #AF6F25;
    color: #fff;
    border: 3px solid #AF6F25;
    padding: 0.5rem 0.7rem;
    font-size: 1.2rem;
}

#step-back:hover {
    color: #AF6F25;
    background-color: #fff;
}

#step-back img {
    max-width: 25px;
}

/* Content Section */
.content {
    padding: 2rem 0;
}

#wizardContent{
    margin-top: 1.5rem;
}

#wizardContent p {
    color: #3A3A3A;
}

/* Footer */
footer {
    padding: 1rem 0;
    text-align: center;
}

footer a {
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 400;
    color: #3A3A3A;
    margin: 0 0.5rem;
}

footer a:hover {
    color: #AF6F25;
}

/* Result Section */
#step-result .head-titel {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    color: #AF6F25;
    font-size: 1.5rem; /* 24px bei 16px Basis, wie in der Original-CSS */
}

#step-result p {
    color: #3A3A3A;
}

/* Hide Element */
.no-display {
    display: none !important;
}

.choice{
    text-align: right;
    margin-top: -5rem;
}

.choice p{
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: -5rem;
}

@media only screen and (max-width: 900px) {
    .choice{
        margin-top: 7rem;
        text-align: left;
    }
}

.choice small{
    font-size: 1.2rem;
}