/* Global Css start*/
* {
  margin: 0;
  padding: 0;
  font-family: "Calibri";
  box-sizing: border-box;
}

header {
  width: 100%;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #edf1f5;
}

section {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  display: flex;
  max-width: 85%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.col-01 {
  width: 8.33%;
}
.col-02 {
  width: 16.67%;
}
.col-03 {
  width: 25%;
}
.col-04 {
  width: 33.33%;
}
.col-05 {
  width: 41.66%;
}
.col-06 {
  width: 50%;
}
.col-07 {
  width: 58.33%;
}
.col-08 {
  width: 66.66%;
}
.col-09 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

h1 {
  font-size: 50px;
  font-family: Calibri;
  font-weight: 400;
  color: #fff;
  line-height: 1.2em;
}

h2 {
  font-size: 34px;
  font-family: Calibri;
  font-weight: 700;
  color: #095981;
  line-height: 1.2em;
}
h3 {
  font-size: 24px;
  font-family: Calibri;
  font-weight: 300;
  color: #fff;
  line-height: 1.4em;
}
p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.top-space {
  margin-top: 20px;
}

.top-space-for-h2 {
  margin-top: 30px;
}

.paragraph-top-space {
  padding-top: 10px;
}

.step-number {
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #000 !important;
}
/* Global Css End*/

/* Main Css Start */

/**** Header Start ****/
header .logo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

header .site-logo {
  max-width: 250px;
  max-height: 80px;
}
/**** Header End ****/

/**** Hero Section Start ****/
.miraminds-hero {
  background-color: #095982;
  position: relative;
}
.miraminds-hero .container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.miraminds-hero .miraminds-hero-content-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
 flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.miraminds-hero .shape-divider-bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
}

.miraminds-hero .shape-divider-bottom svg {
  height: 80px;
  transform: translateX(-50%) rotateY(180deg);
  width: 100%;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
}

.miraminds-hero .shape-divider-bottom svg .shape-fill {
  fill: #edf1f5;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/**** Hero Section End ****/

/**** Main Content Start ****/

.miraminds-main-content a {
  text-decoration: none;
}

.miraminds-main-content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #edf1f5;
}

.miraminds-main-content .main-content-top {
  width: 100%;
}

.miraminds-main-content h3 {
  color: #095981 !important;
  font-weight: 400;
}

.miraminds-main-content .divider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 50px;
  box-sizing: border-box;
}

.miraminds-main-content .divider .divider-separator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #000;
}

.miraminds-main-content .stap-image {
  width: 100%;
  margin-top: 50px;
}

.miraminds-main-content .stap-image-small {
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}

/*
.miraminds-main-content ul {
  list-style: none;
}
*/

/*
.miraminds-main-content ul li {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
*/

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  font-size: 20px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  font-size: 20px;
}

.link-text {
  color: #095981;
  text-decoration: none;
}

/**** Main Content End ****/
/**** Footer Start ****/
footer .back-to-top-wrap {
  display: inline-block;
}

footer svg {
  width: 20px;
  height: 20px;
}

footer svg #Background {
  fill: #095981;
}

#go-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
}
/**** Footer End ****/
/* Main Css end */

/* Responsive Css Start */

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
  }

  h2 {
    font-size: 28px;
    font-weight: 700;
    color: #095981;
    line-height: 1.2em;
  }
  h3 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4em;
  }
  p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
  }

  #go-to-top {
    display: none;
    position: fixed !important;
    bottom: 20px !important;
    right: 10px !important;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
  text-do
  }
}
/* Responsive Css End */

/* --- NEUE STILE FÜR DOKUMENTATIONS-LAYOUT (Hinzugefügt in vorheriger Antwort) --- */

/* Haupt-Layout-Container für Navigation und Inhalt */
.documentation-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* Abstand zwischen Navigation und Inhalt */
  align-items: flex-start;
}

/* Linke Spalte: Navigation */
.documentation-nav {
  flex: 1; /* Nimmt verfügbaren Platz ein */
  min-width: 220px; /* Mindestbreite */
  max-width: 280px; /* Maximalbreite */
  position: sticky; /* Bleibt beim Scrollen sichtbar */
  top: 20px; /* Abstand zum oberen Rand */
}

.documentation-nav h3 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.documentation-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.documentation-nav li {
  margin-bottom: 10px;
}

.documentation-nav a {
  text-decoration: none;
  color: #095981;
  font-weight: 500;
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.documentation-nav a:hover,
.documentation-nav a:focus {
  background-color: #f0f5f8;
  color: #07435f;
}

/* Rechte Spalte: Inhalt */
.documentation-content {
  flex: 3; /* Nimmt dreimal so viel Platz ein wie die Navigation */
  min-width: 60%; /* Stellt sicher, dass der Inhalt nicht zu schmal wird */
}

/* Styling für jeden Dokumentations-Abschnitt/Kapitel */
.doc-section {
  margin-bottom: 80px; /* Großer Abstand zwischen den Kapiteln */
  padding-top: 20px; /* Platz für die Anker-Navigation */
  margin-top: -20px; /* Kompensiert den Padding-Top */
}

/* --- NEUE STILE FÜR MONTAGEANLEITUNG --- */

/* Boxen für Sicherheitshinweise */
.notice {
    padding: 15px 20px;
    margin: 20px 0;
    border-left: 5px solid;
    border-radius: 4px;
    background-color: #f8f8f8;
}
.notice p {
    margin: 0;
}
.notice.danger {
    border-color: #d9534f;
    background-color: #f2dede;
    color: #a94442;
}
.notice.warning {
    border-color: #f0ad4e;
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.notice.info {
    border-color: #5bc0de;
    background-color: #d9edf7;
    color: #31708f;
}

/* Styling für Daten- und Fehlersuchtabellen */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
}
.data-table th, .data-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}
.data-table thead tr {
    background-color: #095981;
    color: #ffffff;
    font-weight: bold;
}
.data-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.data-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.data-table tbody tr:last-of-type {
    border-bottom: 2px solid #095981;
}
.data-table td:first-child {
    font-weight: bold;
}

/* --- NEUE STILE FÜR INDEX-SEITE --- */

.selection-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding: 40px 0;
}

.selection-card {
    flex: 1;
    max-width: 400px;
    min-width: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Stellt sicher, dass der Radius eingehalten wird */
}

.selection-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.selection-card .card-content {
    padding: 30px;
}

.selection-card h2 {
    margin-bottom: 15px;
    font-size: 28px;
}

.selection-card p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .selection-container {
        flex-direction: column;
        align-items: center;
    }
}

/* --- NEUE STILE FÜR LOGIN-SEITE --- */

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

#login-form {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-button {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #095981;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-button:hover {
    background-color: #07435f;
}

.error-message {
    color: #d9534f;
    margin-bottom: 15px;
    font-weight: bold;
}

/* --- STIL FÜR "ZURÜCK ZUR ÜBERSICHT" BUTTON --- */

.back-to-index-button {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 25px;
    background-color: #6c757d;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.back-to-index-button:hover {
    background-color: #5a6268;
}

/* --- STILE FÜR REGISTRIERUNG & LOGIN --- */

.success-message {
    color: #28a745;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.form-link {
    text-align: center;
    margin-top: 20px;
}
.form-link p, .form-link a {
    font-size: 16px;
}

/* --- STILE FÜR HEADER USER INFO & LOGOUT --- */

.header-user-info {
    display: flex;
    align-items: center;
    margin-left: auto; /* Pushes it to the right */
}

.header-user-info span {
    color: #333;
    font-weight: bold;
    margin-right: 15px;
}

.logout-button {
    display: inline-block;
    padding: 6px 12px;
    background-color: #6c757d;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.logout-button:hover {
    background-color: #5a6268;
}

/* --- STILE FÜR CONFIRM.PHP --- */

.confirmation-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 550px;
}

.confirmation-box h1 {
    color: #095981;
    font-size: 32px;
}

/* --- STILE FÜR CHECKBOXEN IM REG-FORMULAR --- */

.form-group-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form-group-checkbox input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 10px;
    width: auto;
}

/* --- STILE FÜR NDA-SEITE --- */

.nda-content p, .nda-content ul li {
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 1em;
}

.nda-content h3.step-heading {
    text-align: left;
}

.nda-content ul {
    padding-left: 60px; /* Etwas mehr Einzug für die Listen */
}

/* --- STIL FÜR ZUGANGSDATEN-HINWEIS --- */

.credentials-list {
    margin-top: 1em; /* Sorgt für den Abstand nach der ersten Zeile */
}
.credentials-list strong {
    display: inline-block;
    width: 120px; /* Richtet die "admin"-Werte untereinander aus */
}

/* --- STILE FÜR RELEASE NOTES --- */

.release-note {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 40px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.release-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.release-header time {
    font-size: 16px;
    font-weight: bold;
    color: #6c757d;
}

.release-body h3 {
    color: #333;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
}
