/* ========== CSS-Variablen (Ergänzt) ========== */
:root {
  /* ... bestehende Variablen ... */
  --footer-bg: #ffffff;
  --footer-text: #000;
  --footer-link-hover: #ff0000;
  --footer-gray-link: #808080;
}



/* ========== Footer-Styles ========== */
.footer {
  background-color: var(--footer-bg);
  padding: 20px 0;
  font-family: var(--font-main);
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1;
  text-align: left;
  padding: 0 10px;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--footer-text);
}

.footer-column a {
  display: block;
  color: var(--footer-text);
  text-decoration: none;
  margin: 5px 0;
  transition: color 0.3s;
}

.footer-column a:hover,
.footer-column a:active,
.footer-column a:focus {
  color: var(--footer-link-hover);
}

.footer-column a:visited {
  color: var(--footer-text);
}

.footer-column a:visited:hover {
  color: var(--footer-link-hover);
}

.footer-column a:first-of-type {
  margin-top: 20px;
}

/* Footer-Zusatzzeile */
.footer-extra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
}

.left-links, .right-links {
  display: flex;
}

.left-links {
  flex-wrap: wrap;
}

.right-links {
  margin-left: auto;
  justify-content: flex-end;
}

.left-links a {
  margin-right: 10px;
}

.right-links a {
  margin-left: 10px;
}

.left-links a, .right-links a {
  color: var(--footer-gray-link);
  text-decoration: none;
  transition: color 0.3s;
}

.left-links a:hover, .right-links a:hover {
  color: var(--footer-text);
}

/* ========== Responsive Footer ========== */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-extra {
    flex-direction: column;
    gap: 10px;
  }

  .left-links, .right-links {
    justify-content: center;
    margin-left: 0;
  }



.rounded-button:hover {
    background-color: #ff2400; /* Dunkleres Rot bei Hover */
}



    .custom-button {
        background-image: url('img/butt_konf_start.jpg');
        background-size: cover;
        width: 260px; /* Hier die Breite des Bildes anpassen */
        height: 40px; /* Hier die Höhe des Bildes anpassen */
        border: none;
        cursor: pointer;
        padding: 0; /* Um den Abstand zwischen dem Inhalt und den Rändern des Buttons zu entfernen */
    }
    .custom-button1 {
        background-image: url('img/butt_neu_dr_teil-2.jpg');
        background-size: cover;
        width: 330px; /* Hier die Breite des Bildes anpassen */
        height: 50px; /* Hier die Höhe des Bildes anpassen */
        border: none;
        cursor: pointer;
        padding: 0; /* Um den Abstand zwischen dem Inhalt und den Rändern des Buttons zu entfernen */
    }
    .custom-button2 {
        background-image: url('img/butt_neu_fr_teil-2.jpg');
        background-size: cover;
        width: 330px; /* Hier die Breite des Bildes anpassen */
        height: 50px; /* Hier die Höhe des Bildes anpassen */
        border: none;
        cursor: pointer;
        padding: 0; /* Um den Abstand zwischen dem Inhalt und den Rändern des Buttons zu entfernen */
    }
    .custom-button_leer_rot_30 {
        background-image: url('img/butt_rot_leer.jpg');
        background-size: cover;
        width: 120px; /* Hier die Breite des Bildes anpassen */
        height: 30px; /* Hier die Höhe des Bildes anpassen */
        border: none;
        cursor: pointer;
        padding: 0; /* Um den Abstand zwischen dem Inhalt und den Rändern des Buttons zu entfernen */
        font-size: 14px; /* Größe des Textes */
        color: white; /* Farbe des Textes */
    }
    .custom-button_leer_rot_auto {
       // background-image: url('img/butt_rot_leer.jpg');
      //  background-size: cover;
      //  width: 290px; /* Hier die Breite des Bildes anpassen */
      //  height: 32; /* Hier die Höhe des Bildes anpassen */
       // border: none;
       // cursor: pointer;
       // padding: 0; /* Um den Abstand zwischen dem Inhalt und den Rändern des Buttons zu entfernen */
       // font-size: 14px; /* Größe des Textes */
      //  color: white; /* Farbe des Textes */
    }
.styled-button {
    width: 100px; /* gleiche Breite */
    height: 32px; /* gleiche Höhe */
    background-color: #B22222;
    //red; /* roter Hintergrund */
    color: white; /* weiße Beschriftung */
    font-weight: bold; /* fette Beschriftung */
    border: none; /* keine Umrandung */
    border-radius: 5px; /* abgerundete Ecken, optional */
    cursor: pointer; /* Cursor ändern, wenn über dem Button */
    text-align: center; /* Text zentrieren */
    font-size: 16px; /* Schriftgröße */
}
.styled-button-lang {
    width: 120px; /* gleiche Breite */
    height: 32px; /* gleiche Höhe */
    background-color: #B22222;
    //red; /* roter Hintergrund */
    color: white; /* weiße Beschriftung */
    font-weight: bold; /* fette Beschriftung */
    border: none; /* keine Umrandung */
    border-radius: 5px; /* abgerundete Ecken, optional */
    cursor: pointer; /* Cursor ändern, wenn über dem Button */
    text-align: center; /* Text zentrieren */
    font-size: 16px; /* Schriftgröße */
}
.styled-button_rot_disabled {
    width: 100px; /* gleiche Breite */
    height: 32px; /* gleiche Höhe */
    background-color: #FF6868;
    color: #FFCBAF; // white; /* weiße Beschriftung */
    font-weight: bold; /* fette Beschriftung */
    border: none; /* keine Umrandung */
    border-radius: 5px; /* abgerundete Ecken, optional */
    cursor: pointer; /* Cursor ändern, wenn über dem Button */
    text-align: center; /* Text zentrieren */
    font-size: 20px; /* Schriftgröße */
}
.styled-button_lang {
    width: 172px; /* gleiche Breite */
    height: 32px; /* gleiche Höhe */
    background-color: #B22222;
    //red; /* roter Hintergrund */
    color: white; /* weiße Beschriftung */
    font-weight: bold; /* fette Beschriftung */
    border: none; /* keine Umrandung */
    border-radius: 5px; /* abgerundete Ecken, optional */
    cursor: pointer; /* Cursor ändern, wenn über dem Button */
    text-align: center; /* Text zentrieren */
    font-size: 16px; /* Schriftgröße */
}
.styled-button_lang_hoch {
    width: 172px; /* gleiche Breite */
    height: 44px; /* gleiche Höhe */
    background-color: #B22222;     //button Hintergrund
    color: white; /* weiße Beschriftung */
    font-weight: bold; /* fette Beschriftung */
    border: none; /* keine Umrandung */
    border-radius: 5px; /* abgerundete Ecken, optional */
    cursor: pointer; /* Cursor ändern, wenn über dem Button */
    text-align: center; /* Text zentrieren */
    font-size: 16px; /* Schriftgröße */
}
.styled-button_lang_grun {       //Konfiguration starten
    width: 172px; /* gleiche Breite */
    height: 44px; /* gleiche Höhe */
    background-color: #ADEBAC;   // #A3DFA3   //#ADEBAC //#C2FFC3 //red;  Hintergrund
    color: white; /* weiße Beschriftung */
    font-weight: bold; /* fette Beschriftung */
    border: none; /* keine Umrandung */
    border-radius: 5px; /* abgerundete Ecken, optional */
    cursor: pointer; /* Cursor ändern, wenn über dem Button */
    text-align: center; /* Text zentrieren */
    font-size: 16px; /* Schriftgröße */
}
