html, body {
    overflow-x: auto;
}

body {
    background: #FFF;
}

.section_wrapper {
    width: 100%;
    max-width: 1140px;
    background: #FFF;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.section_header {
    background-color: #FFF;
    height: 139px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: url('../img/logo-stadt-hilden.png') no-repeat scroll left center;*/    
}

.section_header img {
    display: block;
  }

.section_main {
    background-color: #FFF;
    margin: 0 auto;
    padding: 0 20px;
    flex: 1;
    font-family: sans-serif;
    font-size: 16px;
    max-width: 1180px;
    width: 100%;
}

.form_1, .form_2, .form_3 {
    width: 100%;
    max-width: 1180px;
    box-sizing: border-box;
    margin: 25px 0;
    background-color: #e9f5e8;
}

form h2,
form h3 {
    padding: 0 26px;
    color: #036715;
}

.container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .listbox {
    width: 100%;
  }
  
  select {
    width: 100%;
    max-width: 100%;
  }
  
  /* --- Select2 Fixes --- */
  .select2-container {
    width: 100% !important;
  }
  
  .select2-selection {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .select2-selection__rendered {
    white-space: normal; /* für lange Straßennamen */
    word-break: break-word;
  }
  
  .select2-search__field {
    width: 100% !important;
    box-sizing: border-box;
  }

input[type="submit"] { /*Weiter-Button*/
    background: #036715;
    color: #FFF;
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="submit"]:hover { /*Speicher-Button*/
    background: #FFF;
    color: #036715;
    border: 2px solid #036715;
}

input[type="button"] { /*Zurück-Button*/
    background: #036715;
    color: #FFF;
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

input[type="button"]:hover {
    background: #FFF;
    color: #036715;
    border: 2px solid #036715;
}

.explanation,
label span {
    font-size: 13px;
    padding-left: 5px;
}

input[type="checkbox"] {
    appearance: auto !important; /* für moderne Browser */
    -webkit-appearance: checkbox !important; /* Safari */
    -moz-appearance: checkbox !important; /* Firefox */
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    cursor: pointer !important;
    background: initial !important;
    border: initial !important;
  }

.checkbox_container label {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    font-size: 16px;
    ;
}

.checkbox_container_wrapper{
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
}

.checkbox_container_wrapper .column {
    flex: 1;
    max-width: 400px;
}

/*Sperrgut auswahl Formular Seite 2:*/


.sperrgut-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 100%;
    max-width: 500px;
}

.sperrgut-label {
    display: flex;
    align-items: center;
    flex: 1; /* nimmt ganze verfügbare Breite ein */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sperrgut-menge { /* Eingabefeld für Stückzahl */
    width: 100px !important;
    height: 26px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    flex-shrink: 0;
    appearance: textfield;
    -webkit-appearance: textfield;

}

.sperrgut-liste {
    margin-left: 20px;
    list-style-type: disc;
}

/*Metallschrott-auswahl Formular Seite 2:*/
.metallschrott-item {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.metallschrott-item label {
    display: flex;
    align-items: center;
    max-width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metall-menge {
    width: 100px !important;
    height: 26px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    flex-shrink: 0;
    appearance: textfield;
    -webkit-appearance: textfield;
}

.metallschrott-liste {
    margin-left: 20px;
    list-style-type: disc;
}

/*Elektroschrott-auswahl Formular Seite 2:*/
.elektroschrott-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 100%;
    max-width: 500px;
}

.elektroschrott-item label {
    display: flex;
    align-items: center;
    flex: 1; /* nimmt ganze verfügbare Breite ein */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elektro-menge {
    width: 100px !important;
    height: 26px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    flex-shrink: 0;
    appearance: textfield;
    -webkit-appearance: textfield;
}

.elektro-liste {
    margin-left: 20px;
    list-style-type: disc;
}

/*footer*/
.section_footer {
    margin: 0;
}

footer {
    border-top: 10px solid #FC5136;
   
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
    
    
}

.footer-row {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    flex-wrap: wrap;

}

.footer-column {
    flex-basis: 33%;
    box-sizing: border-box;
}



.footer-column h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #036715;
   
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin: 8px 0;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    
}

.footer-column li a {
    text-decoration: none;
    color: #0a0a0a;       
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    
    
}

.footer-column a {
    text-decoration: none;
    color: #0a0a0a;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    gap: 8px;     
   
}

.link-text { /*Barriere melden | Feedback zur Internetpräsenz*/
    display: inline;
    white-space: normal;
  }

.footer-column a:hover {
    color: #036715;
}

.link-icon {
    font-family: 'MeineIconFontTtf', 'MeineIconFontWoff', 'MeineIconFontWoff2';
    font-size: 18px;
    color: #036715;
    margin-right: 6px;   
  }

.mod_copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9rem;
    color: #555;
}



  