#bestellformular{font-family:var(--e-global-typography-text-font-family),Sans-serif}#bestellformular .step{display:none;width:100%;opacity:0;transform:translateX(100%);transition:opacity 0.5s ease,transform 0.5s ease}#bestellformular .step.active{display:block;opacity:1;transform:translateX(0)}}#bestellformular .logo-container img{width:100px;height:100px}#bestellformular .text-container{font-family:var(--e-global-typography-text-font-family),Sans-serif;flex-direction:column;justify-content:center}#bestellformular .text-container h1,#bestellformular .text-container h4{margin:0}#bestellformular .text-container h1{font-size:1.4rem}#bestellformular .text-container h4{font-size:1.2rem}@media (min-width:576px){#bestellformular .text-container{height:80%}#bestellformular .text-container h1,#bestellformular .text-container h4{line-height:1.1}#bestellformular .text-container h1{font-size:calc(0.4 * 80px)}#bestellformular .text-container h4{font-size:calc(0.3 * 80px)}}#bestellformular h1,#bestellformular h2{color:#577432;font-weight:700}#bestellformular .card{border:1px solid #ddd;display:flex;flex-direction:column;height:100%}#bestellformular .card-title{color:#577432;font-weight:700}#bestellformular .form-group label{font-weight:700}#bestellformular button{font-weight:700}#bestellformular .radio-group{display:flex;justify-content:space-around;align-items:center}#bestellformular .radio-option{flex:1;padding:20px;margin:10px;border:2px solid #ddd;border-radius:10px;text-align:center;cursor:pointer;transition:all 0.3s ease;background-color:#fff}#bestellformular .radio-option:hover{border-color:#577432;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}#bestellformular .radio-option.selected{border-color:#577432;background-color:#e6f9ec;box-shadow:0 2px 4px rgba(0,0,0,.2);transform:scale(1.03)}#bestellformular .radio-option input[type="radio"]{display:none}@media (max-width:768px){#bestellformular .radio-group{flex-direction:column;gap:15px}#bestellformular .radio-option{width:100%;padding:10px;font-size:1rem}#bestellformular .radio-option label{font-size:1rem}#bestellformular .radio-option:hover{transform:none;box-shadow:none}#bestellformular .radio-option .icon{font-size:1.5rem;margin-right:8px}}