/*Kalender*/
.calender {
  padding: 14px;
  width: 485px;
  border: 1px solid #ccc;
  margin: 0 auto; /* Zentriert das Element horizontal */
  background: #fff;
}
* html .calender,
* + html .calender {
  /*    width:282px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
}

html {
  height: 100%;
}

body {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-top: 80px; /* Abstand unter die Navbar einfügen */
  background-color: #ececec;
}

.calender div.after,
.calender div.before {
  color: silver;
}
.day {
  float: left;
  width: 60px;
  height: 30px;
  /*  line-height: 20px;*/
  text-align: center;
  font-size: 1.2em;
  margin: 2px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "NotoSans-VariableFont", sans-serif;
  color: black;
}
.day.headline {
  background: #036e6f;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
  color: white;
  border: none;
}
.day.current {
  font-weight: bold;
  font-family: "NotoSans-VariableFont", sans-serif;
  color: #b83350;
}
.day:hover {
  background: #3aa19a;
  border: none;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
  color: white;
}

.clear {
  clear: left;
}

a {
  color: #2a225d;
}

.card-section ol{
    margin-left:50px;
}

.callout.gold,.test-button-gold ,.gold{
    background: linear-gradient(135deg, #d4af37 0%, #f6e27a 50%, #d4af37 100%);
    color: #3a2f00;
    border: 1px solid #c9a227;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

.answer-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 6px 0;
}

.answer-label {
    display: flex;
    align-items: center;
    flex: 1;
    cursor: pointer;
}

.answer-text {
    flex: 1;
}

.answer-label input[type="checkbox"] {
    transform: scale(2);
}
.answer-label input[type="radio"] {
    transform: scale(2);
}

/*
Header slogan
*/
.welcomeMSG {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  padding: 3%;
  width: 25%;
}
/*
* Suchen css
*/

.suchen-container {
  background-color: white;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-bottom: 0rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 9px 0 rgba(0, 0, 0, 0.03);
}

.my-title-design-search {
  font-weight: bold;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/search_title_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; /* Scale image to fit */
  background-position: center; /* Center the background image */
  text-align: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  color: white;
  font-family: "NotoSans-VariableFont", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-bottom: 10px solid;
  border-color: #3aa19a;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.my-title-design-kurse {
  font-weight: bold;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/meine_kurse_title_bg.png");
  background-repeat: no-repeat;
  background-size: cover; /* Scale image to fit */
  background-position: center; /* Center the background image */
  text-align: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  color: white;
  font-family: "NotoSans-VariableFont", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-bottom: 10px solid;
  border-color: #3aa19a;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.my-title-design-calender {
  font-weight: bold;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/calendar_title_bg.jpg");
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: white;
  font-family: "NotoSans-VariableFont", sans-serif;
  text-transform: uppercase;
  font-size: large;
  border-bottom: 10px solid;
  border-color: #3aa19a;
  letter-spacing: 0.1rem;
  margin-left: 40%;
  margin-right: 40%;
  min-width: 500px;
}

.my-title-design-wiedervorlagen {
  font-weight: bold;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/list_title_bg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: white;
  font-family: "NotoSans-VariableFont", sans-serif;
  text-transform: uppercase;
  font-size: large;
  border-bottom: 10px solid;
  border-color: #3aa19a;
  letter-spacing: 0.1rem;
}

.my-title-design-anrufe {
  font-weight: bold;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/phone_title_bg.jpg");
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: white;
  font-family: "NotoSans-VariableFont", sans-serif;
  text-transform: uppercase;
  font-size: large;
  border-bottom: 10px solid;
  border-color: #3aa19a;
  letter-spacing: 0.1rem;
}

.my-title-design-abmeldung {
  font-weight: bold;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/abmeldung_bg.jpeg");
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: white;
  font-family: "NotoSans-VariableFont", sans-serif;
  text-transform: uppercase;
  font-size: large;
  border-bottom: 10px solid;
  border-color: #3aa19a;
  letter-spacing: 0.1rem;
}

.my-title-design-anrufe:hover,
.my-title-design-calender:hover,
.my-title-design-wiedervorlagen:hover,
.my-title-design-search:hover,
.my-title-design-kurse:hover {
  transform: scale(1.013);
  transition: transform 0.3s ease-in-out;
}
/* Table css
*/

.rowhow {
  max-width: 90vw !important;
  margin-left: 0% !important;
  margin-right: auto !important;
}

.table thead th {
  vertical-align: middle !important;
}

.table th,
.table td {
  vertical-align: middle !important;
}

.wiedervorlagen-titel-box {
  margin-bottom: 1rem;
  background-color: #a805058a;
  color: white;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0.363),
    rgba(139, 0, 0, 0.467)
  );
  box-shadow: 0 2px 5px 0 rgba(172, 4, 4, 0.363),
    0 4px 12px 0 rgba(135, 0, 0, 0.19);
}

.pagination .current {
  color: white;
  border-radius: 5px;
  height: 25px;
}

/* Ändere die Hintergrundfarbe der ersten (usw) Spalte */
.table-hover tbody tr td:first-child {
  color: rgb(0, 0, 0);
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-hover tbody tr td:nth-child(2) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.updates-section {
  display: flex;
  justify-content: center; /* Zentriert das Element horizontal */
  align-items: center; /* Zentriert das Element vertikal */
}

#wv-section {
  max-height: 500px; /* Maximale Höhe */
  min-height: 500px;
  overflow-y: auto; /* Scrollen bei Überlauf in der Höhe */
  overflow-x: auto; /* Scrollen bei Überlauf in der Breite */
}

.table-hover tbody tr td:nth-child(3) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-hover tbody tr td:nth-child(4) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-hover tbody tr td:nth-child(5) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}
.table-hover tbody tr td:nth-child(6) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-hover tbody tr td:nth-child(7) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-hover tbody tr td:nth-child(8) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-hover tbody tr td:nth-child(10) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-hover tbody tr td:nth-child(11) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}
.table-hover tbody tr td:nth-child(12) {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.table-header,
.dataTable thead {
  background-color: #303030 !important;
  height: 70px;
  color: white;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
  font-size: medium;
  text-transform: uppercase;
  position: sticky;
  top: 0;
}

.dt-column-order::before {
  color: rgb(255, 255, 255) !important;
  opacity: 1 !important;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th,
.sorting_1:hover,
.dataTable tbody tr:hover {
  background-color: #036d6f6c !important; /* Ändere die Hintergrundfarbe beim Hover */
}

/*
Navigation
*/

.top-bar {
  background-color: #004445;
  justify-content: center; /* Zentriert die Elemente horizontal */
  align-items: center; /* Zentriert die Elemente vertikal */
  position: fixed;
  z-index: 1000; /* Stellt sicher, dass die Navbar im Vordergrund bleibt */
  width: 100%;

  top: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19);
}

.top-bar ul {
  background-color: #004445;
  display: flex;
  justify-content: center; /* Zentriert die Elemente horizontal */
  align-items: center; /* Zentriert die Elemente vertikal */
}

.dropdown.menu {
  background-color: #004445;
  justify-content: center;
}

.top-bar-right ul.menu {
  background-color: #004445;
}

/* Textfarbe Navigationsbar */
.top-bar a {
  color: #ffffff;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
}

.dropdown .is-dropdown-submenu a {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.dropdown .is-dropdown-submenu {
  border: none !important;
  margin-top: 0.69rem !important;
  background-color: #004445 !important;
  border: none !important;
}

.dropdown .is-dropdown-submenu:hover {
  background-color: #046466;
  color: #ffffff !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  color: white !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #ffffff transparent transparent;
}

.nav-menu a {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.nav-menu a:hover {
  color: #ffffff !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 68, 69, 0.663),
    rgba(44, 120, 115, 0.663)
  ) !important;
  height: 100%;
}

.nav-menu2 a {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.nav-menu2 a:hover {
  color: #ffffff;
  background: linear-gradient(
    to bottom,
    rgba(0, 68, 69, 0.663),
    rgba(44, 120, 115, 0.663)
  ) !important;
}

.hidden {
  display: none;
}

.login-box {
  background-color: #d6d6d6;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 10px;
}

/*
Login Form css
*/
.sign-in-form {
  padding: 1rem 1.5em;
  border-radius: 0.5rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 68, 69, 0.663),
    rgba(44, 120, 115, 0.663)
  );
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  top: 50%;
  left: 50%;
  perspective: 800px;
  cursor: pointer;
  transform-style: preserve-3d;
}

.sign-in-form:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 8%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 45px 35px rgba(0, 0, 0, 0.5);
  transform: translateZ(-100px);
}

.sign-in-form h4 {
  margin-top: 1rem;
  color: white;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
}

.sign-in-form label {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
}

.sign-in-form input {
  color: #212121;
  font-family: "NotoSans-VariableFont", sans-serif;
}

.sign-in-form input:focus {
  opacity: 0.8;
}

.sign-in-form-username,
.sign-in-form-password {
  border-radius: 5px;
  border: none;
  background-color: #f0f0f0;
  margin-bottom: 2rem;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-icon input {
  flex: 1;
  padding-left: 2.5rem; /* Platz für das Icon */
}

.input-with-icon i {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #004445;
}

.sign-in-form-button {
  border-radius: 5px;
  border: 1px solid white;
  color: #004445;
  background-color: white;
  text-transform: uppercase;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  letter-spacing: 1px;
  width: 50%;
  padding: 1rem;
  display: block;
  margin: 2rem auto 0.5rem auto;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
  /*box-shadow: 8px 8px 12px rgba(235, 0, 0, 0.1);*/
}

.sign-in-form-button:hover {
  background-color: transparent;
  border-color: #fff;
  color: white;
}

/*
  Ausloggen Button css
  */
.sign-out-button {
  color: #ffffff !important;
  font-size: 2rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.sign-out-button:hover {
  color: #3aa19a !important;
}

/*
Profil bearbeiten Button css
*/
.nav-info-button {
  color: #ffffff !important;
  font-size: 2rem;
  margin-left: 1rem;
  margin-right: 0rem;
}
.nav-info-button:hover {
  color: #3aa19a !important;
}
.edit-profile-icon {
  color: #ffffff !important;
  font-size: 2rem;
  margin-left: 1rem;
  margin-right: 0rem;
}
.fa-spin-hover:hover {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #3aa19a !important;
}

/*
Benutzername css
*/
.user-name {
  font-size: 16px; /* Schriftgröße anpassen */
  color: #ffffff; /* Textfarbe anpassen */
  font-weight: bold; /* Fettschrift */
  text-align: center; /* Text zentrieren */
  display: flex; /* Flexbox verwenden, um Icon und Text auszurichten */
  align-items: center; /* Vertikale Ausrichtung */
  justify-content: center; /* Horizontale Ausrichtung */
  margin: 10px 0; /* Abstand nach oben und unten */
}

.user-name i {
  margin-right: 0.3rem; /* Abstand zwischen Icon und Text */
  margin-left: 2rem; /* Abstand zwischen Icon und Text */
  color: #ffffff; /* Icon-Farbe anpassen */
  font-size: 2rem;
}

/*
Suchleiste
*/

.input-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
}

.search-input {
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  color: rgb(30, 30, 30);
  border: none;
  border-radius: 5px 0 0 5px; /* Abgerundete Ecken nur links */
  font-size: 16px;
}

.search-input:focus {
  outline: none; /* Entfernt die Hervorhebung beim Fokussieren */
  box-shadow: none; /* Entfernt jegliche Box-Schatten beim Fokussieren */
  padding: 10px 20px; /* Stellt sicher, dass das Padding gleich bleibt */
  border: none; /* Stellt sicher, dass keine zusätzliche Border hinzugefügt wird */
}

.search-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #004445;
  border-left: solid 2px #004445;
  border-radius: 0 5px 5px 0; /* Abgerundete Ecken nur rechts */
  cursor: pointer;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-button i {
  font-size: 16px;
}

.search-button:hover {
  background-color: #2c7873; /* Optional: Hover-Effekt */
  color: #ffffff;
}

/*
Form Placeholder css
*/
::-webkit-input-placeholder {
  /* Chrome */
  color: #21212179;
  font-family: "NotoSans-VariableFont", sans-serif;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #21212179;
  font-family: "NotoSans-VariableFont", sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #21212179;
  opacity: 1;
  font-family: "NotoSans-VariableFont", sans-serif;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #21212179;
  opacity: 1;
  font-family: "NotoSans-VariableFont", sans-serif;
}

/* Ändert die input Farbe von Autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f0f0f0 inset !important; /* Hintergrundfarbe ändern */
  -webkit-text-fill-color: #000 !important; /* Textfarbe ändern */
}

/* Footer */
.kati-site-footer {
  background: linear-gradient(to bottom, #004445 15%, #021c1e 77%);
  color: #e2e8e4;
  padding: 1rem 0 0;
}

.kati-site-footer .kati-site-footer-menu-social a {
  color: #fefefe;
}

.kati-site-footer .column-block {
  margin-bottom: 30px;
}

.kati-site-footer > .row {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .kati-site-footer .columns {
    margin-bottom: 2rem;
  }
}

.kati-site-footer-name {
  color: #e2e8e4;
  margin-bottom: 0rem;
  font-size: 2rem;
}
.kati-site-slogan-name {
  color: #e2e8e4;
  margin-bottom: 0rem;
  font-size: 0.85rem;
}

.kati-site-footer-title {
  color: #e2e8e4;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
}

.kati-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -0.5rem;
}

.kati-site-footer-block .fa {
  font-size: 2rem;
  color: #021c1e;
}

.kati-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}

.kati-site-footer-bottom {
  background: #021c1e;
}

.kati-site-footer-bottom p,
.kati-site-footer-bottom .menu {
  margin-bottom: 0;
}

.kati-site-footer-bottom .kati-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kati-site-footer-bottom .kati-site-footer-bottom-links a {
  color: #e8e2e2;
}

/* Scroll-to-Top-Pfeil */
.up-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Standardmäßig ausblenden */
  z-index: 1000; /* Stellt sicher, dass der Pfeil im Vordergrund bleibt */
}

.up-arrow.show {
  display: block; /* Anzeigen, wenn die Klasse 'show' hinzugefügt wird */
}
.up-arrow i {
  font-size: 2rem; /* Hier kannst du die gewünschte Größe anpassen */
  color: rgb(39, 132, 163);
}

@media screen and (max-width: 63.9375em) {
  .kati-site-footer-bottom .kati-site-footer-bottom-links {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .kati-site-footer-bottom {
    text-align: center;
  }
}

.liste {
  background-color: #ffffff;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 9px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 3%;
  padding-top: 3%;
}

.page-container {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 3%;
  margin-right: 3%;
}
/* Hintergrundbild für die Startseite */
.page-container-lp {
  background-image: url("../img/platzhalter_bg.jpg");
  background-size: cover;
  /* Passt das Hintergrundbild an die Größe des Containers an */
  background-position: center;
  /* Zentriert das Hintergrundbild */
  background-repeat: no-repeat;
  margin-top: -1rem;
  /* Verhindert das Wiederholen des Hintergrundbildes */
}

.login-container {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

/*
card design
*/

.answer-row.excluded .answer-text {
    text-decoration: line-through;
    opacity: 0.6;
}

.answer-row.excluded input[type="checkbox"],
.answer-row.excluded input[type="radio"] {
    display: none;
}

.card-divider {
  background-color: #353535;
  color: white;
}

* {
  transition: 0.5s;
}

.align-middle {
  margin-bottom: 2rem;
}

.column {
  margin-top: 2rem;
  padding-left: 2rem;
  &:hover {
    .card {
      background: #c4e0e0;
      transform: scale(1.1);
      text-decoration: none; /* Entfernt den Unterstrich von Links */
    }
    .txt {
      h1,
      p {
        color: rgb(0, 0, 0);
        font-weight: bold;
        opacity: 1;
      }
    }
    a {
      color: rgb(0, 0, 0);
      font-weight: bold;
      &:after {
        width: 10%;
      }
    }
  }
}
.card {
  min-height: 130px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 1);
  font-family: "Oswald", sans-serif;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
  .card-icon {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    i {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 09rem;
      line-height: 0;
      opacity: 0.2;
      z-index: 0;
    }
  }

  .txt {
    margin-left: 1rem;
    z-index: 1;
    h1 {
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
    }
    p {
      font-size: 0.7rem;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      letter-spacing: 0rem;
      margin-top: 33px;
      opacity: 0;
      color: rgb(0, 0, 0);
    }
  }
  .ico-card {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 12%;
    margin-right: 4%;
    width: 20%;
    height: 20%;
  }
  .ico-card2 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 52%;
    margin-right: 100%;
    width: 5%;
    height: 5%;
  }
  i {
    position: relative;
    left: -0%;
    top: 60%;
    /*font-size: 12rem;*/
    line-height: 0;
    opacity: 0.2;
    color: rgb(0, 100, 177);
    z-index: 0;
    overflow: visible;
  }
}

.infotext-container {
  margin-top: 30rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: white;
  border-radius: 0.5rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 68, 69, 0.663),
    rgba(44, 120, 115, 0.663)
  );
  top: 50%;
  left: 50%;
  perspective: 800px;
  cursor: pointer;
  transform-style: preserve-3d;
}

.infotext-container:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 8%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 45px 35px rgba(0, 0, 0, 0.5);
  transform: translateZ(-100px);
}

.infotext-container h1 {
  font-size: 2.5rem;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
}

.infotext-container p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.reveal {
  height: 410px;
  width: 600px;
  top: calc(50% - 200px) !important;
  left: calc(50% - 300px) !important;
  margin: 0 !important;
}

.reveal1 {
  height: 400px;
  width: 600px;
  top: calc(50% - 200px) !important;
  left: calc(50% - 300px) !important;
  margin: 0 !important;
}

.reveal2 {
  height: 600px;
  width: 800px;
  position: absolute;
  top: calc(50% - 300px) !important;
  left: calc(50% - 400px) !important;
  /*  margin: 0 !important;*/
}

.reveal3 {
  height: 800px;
  width: 1000px;
  top: calc(50% - 400px) !important;
  left: calc(50% - 500px) !important;
  margin: 0 !important;
}

.pagination {
  text-align: center;
  height: 60px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 6.15rem;
  padding-top: 1rem;
  background-color: #303030;
  border-radius: 5px;
}
.pagihead {
  background: white;
  margin-top: 4px;
  width: 140px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: #303030;
  font-family: "NotoSans-VariableFont", sans-serif;
}
.pagination a {
  width: 20px;
  height: 20px;
  display: inline;
  color: rgb(255, 255, 255);
  font-family: "NotoSans-VariableFont", sans-serif;
}

.pagination a:hover {
  background-color: #3aa19a;
  color: white;
  border-radius: 5px;
}

.selectcolor {
  background-color: #3aa19a;
  border: none;
  color: white;
}

.weekend {
  background-color: #e68f8f !important;
}

.holiday {
  background-color: #666 !important;
}

/*hack für table?*/
.grid-x > .auto {
  max-width: 200px;
}

.pdficons {
  /*float: left;*/
  padding: 10px;
  text-align: center;
  width: 150px;
}

/*
my Test-Button
*/
.test-button {
  min-width: 230px;
  max-height: 70px;
  padding: 15px 25px !important;
  background-color: #015c5d;
  margin: 0.5rem;
  font-size: 0.9rem !important;
}

.test-button:focus,
.test-button:hover {
  background-image: linear-gradient(to right, #3aa19a, #2c7873);
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.test-button .btn-label,
.test-button .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.test-button .btn-caption {
  font-size: 1.1rem;
}

/*
my Test-Button Blau
*/
.test-button-blau {
  min-width: 100%;
  max-height: 70px;
  color: rgb(32, 32, 32) !important;
  padding: 15px 25px !important;
  background-color: #def0fc;
  margin: 0.5rem;
  margin-left: 0rem !important;
  font-size: 0.9rem !important;
}

.test-button-blau:focus,
.test-button-blau:hover {
  background-image: linear-gradient(to right, #def0fc, #c3e8ff);
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.test-button-blau .btn-label,
.test-button-blau .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.test-button-blau .btn-caption {
  font-size: 1.1rem;
}

/*
my Test-Button Grün
*/
.test-button-gruen {
  min-width: 100%;
  max-height: 70px;
  color: rgb(32, 32, 32) !important;
  padding: 15px 25px !important;
  background-color: #e1faea;
  margin: 0.5rem;
  margin-left: 0rem !important;
  font-size: 0.9rem !important;
}

.test-button-gruen:focus,
.test-button-gruen:hover {
  background-image: linear-gradient(to right, #e1faea, #b1efc8);
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.test-button-gruen .btn-label,
.test-button-gruen .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.test-button-gruen .btn-caption {
  font-size: 1.1rem;
}

/*
my Test-Button Gelb
*/
.test-button-gelb {
  min-width: 100%;
  max-height: 70px;
  color: rgb(32, 32, 32) !important;
  padding: 15px 25px !important;
  background-color: #fff3d9;
  margin: 0.5rem;
  margin-left: 0rem !important;
  font-size: 0.9rem !important;
}

.test-button-gelb:focus,
.test-button-gelb:hover {
  background-image: linear-gradient(to right, #fff3d9, #f6e2b8);
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.test-button-gelb .btn-label,
.test-button-gelb .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.test-button-gelb .btn-caption {
  font-size: 1.1rem;
}

/*
my Test-Button Rot
*/
.test-button-rot {
  min-width: 100%;
  max-height: 70px;
  color: rgb(32, 32, 32) !important;
  padding: 15px 25px !important;
  background-color: #fce6e2;
  margin: 0.5rem;
  margin-left: 0rem !important;
  font-size: 0.9rem !important;
}

.test-button-rot:focus,
.test-button-rot:hover {
  background-image: linear-gradient(to right, #fce6e2, #fccac2);
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.test-button-rot .btn-label,
.test-button-rot .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.test-button-rot .btn-caption {
  font-size: 1.1rem;
}
/*
my Test-Button schwarz
*/
.test-button-schwarz {
  min-width: 100%;
  max-height: 70px;
  color: rgb(255, 255, 255) !important;
  padding: 15px 25px !important;
  background-color: #2d2d2d;
  margin: 0.5rem;
  margin-left: 0rem !important;
  font-size: 0.9rem !important;
}

.test-button-schwarz:focus,
.test-button-schwarz:hover {
  background-image: linear-gradient(to right, #1e1e1e, #353535);
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.test-button-schwarz .btn-label,
.test-button-schwarz .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.test-button-schwarz .btn-caption {
  font-size: 1.1rem;
}

/*
my Test-Button grau
*/
.test-button-grau {
  min-width: 100%;
  max-height: 70px;
  color: rgb(32, 32, 32) !important;
  padding: 15px 25px !important;
  background-color: #ebebeb;
  margin: 0.5rem;
  margin-left: 0rem !important;
  font-size: 0.9rem !important;
}

.test-button-grau:focus,
.test-button-grau:hover {
  background-image: linear-gradient(to right, #ebebeb, #cfcdcd);
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.test-button-grau .btn-label,
.test-button-grau .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.test-button-grau .btn-caption {
  font-size: 1.1rem;
}

.button {
  margin-top: 0rem;
  border-radius: 5px;
  color: white;
  background-color: #015c5d;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  letter-spacing: 0.5px;
  padding: 1rem 2rem;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center !important;
}

.button span {
  text-transform: uppercase;
}

.button.alert {
  background-image: linear-gradient(to bottom right, #ec5840, #d84930);
}

.button.success {
  margin-top: 0rem;
  border-radius: 5px;
  color: white;
  background-color: #3adb76;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  letter-spacing: 0.5px;
  padding: 1rem 2rem;
  font-family: "NotoSans-VariableFont", sans-serif;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center !important;
}

.callout.alert a:hover {
  color: #791b0c;
}

.callout.alert a {
  color: #811200 !important;
}

.button.success:hover {
  background-color: #3aa19a;
}

.button:hover {
  background-color: #3aa19a;
}

.button.warning {
  background-image: linear-gradient(to bottom right, #ffae00, #eda600);
}

.button.secondary {
  background-image: linear-gradient(to bottom right, #777, #666);
}

.button.hollow.alert,
.button.hollow.success,
.button.hollow.warning,
.button.hollow.secondary {
  background-image: linear-gradient(to bottom right, #fff, #eee);
}

.card {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px !important;
  background-image: #ffffff;
}

/*
  Custom Breite
*/
.custom-medium-12-3 {
  width: 33.333%; /* Standardbreite für mittlere Bildschirme */
  float: left;
  padding: 15px;
}
.custom-col-md-4 {
  width: 33.3333%; /* Standardbreite für mittlere Bildschirme */
  float: left;
  padding: 15px;
}

.custom-col-md-4-3 {
  width: 41.666667%; /* Standardbreite für mittlere Bildschirme */
  float: left;
  padding: 15px;
}

.custom-col-md-4-3r {
  width: 41.666667%; /* Standardbreite für mittlere Bildschirme */
  float: left;
  padding: 15px;
}

.custom-col-md-3 {
  width: 25%; /* Standardbreite für mittlere Bildschirme */
  float: left;
  padding: 15px;
}

.custom-col-md-2 {
  width: 16.666667%; /* Standardbreite für mittlere Bildschirme */
  float: left;
  padding: 15px;
}

.col-lg-1-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*
.col-lg-1-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
*/

@media (min-width: 992px) {
  .col-lg-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*mobile*/
@media only screen and (max-width: 1200px) {
  .tab {
    height: auto !important;
  }
  .top-bar {
    background-color: #004445;
    display: flex;
    /*position: relative;*/
    justify-content: center; /* Zentriert die Elemente horizontal */
    align-items: center; /* Zentriert die Elemente vertikal */
    z-index: 1000; /* Stellt sicher, dass die Navbar im Vordergrund bleibt */
    width: 100%;
    top: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2),
      0 4px 12px 0 rgba(0, 0, 0, 0.19);
  }

  .page-container {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0%;
    margin-right: 0%;
  }

  body {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    /*padding-top: 0px !important; *//* Abstand unter die Navbar einfügen */
    background-color: #ececec;
  }

  .my-title-design-search {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../img/search_title_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover; /* Scale image to fit */
    background-position: center; /* Center the background image */
    text-align: center;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .my-title-design-kurse {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../img/meine_kurse_title_bg.png");
    background-repeat: no-repeat;
    background-size: cover; /* Scale image to fit */
    background-position: center; /* Center the background image */
    text-align: center;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .my-title-design-calender {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../img/calendar_title_bg.jpg");
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .my-title-design-wiedervorlagen {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
      url("../img/list_title_bg.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .my-title-design-anrufe {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
      url("../img/phone_title_bg.jpg");
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .my-title-design-abmeldung {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
      url("../img/abmeldung_bg.jpeg");
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .welcomeMSG {
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    width: 80%;
    height: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
  }
  .welcomeImg {
    display: none !important;
  }
  .section-center {
    margin-top: 2rem !important;
  }
  .container {
    max-width: 100% !important;
  }
  .section {
    height: 800px !important;
  }
  .landingpage-cta h1 {
    font-size: 30px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
  }
  .landingpage-cta h4 {
    font-size: 20px !important;
    color: rgb(237, 237, 237);
    font-weight: 600;
    padding: 4%;
    background-color: rgba(0, 58, 59, 0.689);
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.41);
  }
}

@media (max-width: 768px) {
  .reveal {
    height: 100%;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }

  .card {
    width: 100%;

    .ico-card {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-bottom: 12%;
      margin-right: 4%;
      width: 15%;
      height: 15%;
    }
  }

  .page-container {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0%;
    margin-right: 0%;
  }

  body {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding-top: 0px !important; /* Abstand unter die Navbar einfügen */
    background-color: #ececec;
  }

  .top-bar {
    background-color: #004445;
    display: flex;
    position: relative;
    justify-content: center; /* Zentriert die Elemente horizontal */
    align-items: center; /* Zentriert die Elemente vertikal */
    z-index: 1000; /* Stellt sicher, dass die Navbar im Vordergrund bleibt */
    width: 100%;
    top: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2),
      0 4px 12px 0 rgba(0, 0, 0, 0.19);
  }

  .menu-button {
    display: none;
    background-color: #004445;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
  }

  .menu-button {
    display: block;
  }

  #nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  #nav-menu.show {
    display: flex;
  }

  .top-bar ul li {
    width: 100%;
  }

  .top-bar ul li a {
    padding: 10px 0;
    text-align: left;
  }
  .dropdown-link {
    background-color: #007476 !important;
  }

  .top-bar-right ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .my-title-design-search {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../img/search_title_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover; /* Scale image to fit */
    background-position: center; /* Center the background image */
    text-align: center;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: 0%;
    margin-right: 0%;
  }

  .my-title-design-kurse {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../img/meine_kurse_title_bg.png");
    background-repeat: no-repeat;
    background-size: cover; /* Scale image to fit */
    background-position: center; /* Center the background image */
    text-align: center;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
  }

  .my-title-design-calender {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../img/calendar_title_bg.jpg");
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
  }

  .my-title-design-wiedervorlagen {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
      url("../img/list_title_bg.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: 0%;
    margin-right: 0%;
    min-width: 300px;
  }

  .my-title-design-anrufe {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
      url("../img/phone_title_bg.jpg");
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: 0%;
    margin-right: 0%;
    min-width: 300px;
  }

  .my-title-design-abmeldung {
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
      url("../img/abmeldung_bg.jpeg");
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: white;
    font-family: "NotoSans-VariableFont", sans-serif;
    text-transform: uppercase;
    font-size: large;
    border-bottom: 10px solid;
    border-color: #3aa19a;
    letter-spacing: 0.1rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  .welcomeMSG {
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    width: 80%;
    height: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
  }
  .welcomeImg {
    display: none !important;
  }

  .landingpage-form {
    background-color: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 3rem;
  }

  .landingpage-cta h1 {
    font-size: 25px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
  }
  .landingpage-cta h4 {
    font-size: 15px !important;
    color: rgb(237, 237, 237);
    font-weight: 600;
    padding: 4%;
    background-color: rgba(0, 58, 59, 0.689);
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.41);
  }
  .section-center {
    margin-top: 0rem !important;
  }

  .custom-col-md-4 {
    width: 100% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }

  .custom-col-md-4-3 {
    width: 100% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }

  .custom-col-md-3 {
    width: 100% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }

  .custom-col-md-2 {
    width: 100% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }
}


/* GPT Hack für Tablet*/
@media (max-width: 1200px) {

  /* Hamburger-Leiste */
  .title-bar{
    display: flex !important;
    position: fixed !important;
    top: 0; left: 0; right: 0;
    z-index: 1200;
    background: #004445;
  }

  /* Seiteninhalt exakt darunter starten */
  body{
    padding-top: 48px !important; /* ggf. an echte Höhe anpassen */
  }

  /* Menü unter der Title-Bar */
  #responsive-menu{
    position: fixed !important;
    top: 48px !important;
    left: 0; right: 0;
    width: 100%;
    z-index: 1100;
  }
}

/* =========================
   DESKTOP
   ========================= */
@media (min-width: 1201px){
  .title-bar{ display:none !important; }
  body{ padding-top: 80px; }
}
/* HAck Ende*/


.phasen {
  text-align: center;
  border: 1px solid #666;
}

.phase1 {
  background-color: #e9ecef !important;
}
.phase2 {
  background-color: #bac8ff !important;
}
.phase3 {
  background-color: #fff3bf !important;
}
.phase4 {
  background-color: #ffe066 !important;
}
.phase5 {
  background-color: #fcc419 !important;
}
.phase6 {
  background-color: #94d82d !important;
}
.phase9 {
  background-color: #F7765C !important;
}

/* ...existing code... */

.disabled-link {
  pointer-events: none;
  color: grey; /* Optional: Ändern Sie die Farbe, um den deaktivierten Zustand anzuzeigen */
}

/* ...existing code... */

/* Style the tab */
.tab,
.tabs-title > a,
.tabs-title > a[aria-selected="false"],
.tabs-title > a,
.tabs-title > a[aria-selected="true"] {
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Zentriert die Elemente horizontal */
  align-items: center; /* Zentriert die Elemente vertikal */
  height: 80px;
  width: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button,
.tabs-title > a,
.tabs-title > a[aria-selected="false"],
.tabs-title > a,
.tabs-title > a[aria-selected="true"] {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  height: 4.1rem;
  width: 11.3rem;
  transition: 0.3s;
  color: rgb(0, 0, 0); /* Textfarbe ändern, um besser sichtbar zu sein */
  background-color: #036d6f38;
  font-family: "NotoSans-VariableFont", sans-serif;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tab button.active,
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background-color: #036d6f62 !important;
  border-bottom: 6px solid #036e6f !important;
}

.tab button:focus {
  border-bottom: 6px solid #036e6f !important;
}

.tab button:hover,
.tabs-title > a:hover,
.tabs-title > a[aria-selected="true"] {
  border-bottom: #036e6f 6px solid;
  transition: border-bottom 0.3s ease-in-out;
  background-color: #036d6f62;
}

/* Change background color of buttons on hover for exam_usertests */
.button.btn-blue,
a.button.btn-blue {
  background-color: #1592ff !important;
  border-color: #1592ff !important;
}
.button.btn-blue:hover,
a.button.btn-blue:hover,
.button.btn-blue:focus,
a.button.btn-blue:focus {
  background-color: #005fa3 !important;
  border-color: #005fa3 !important;
  /* Wichtig: !important überschreibt Foundation/Bootstrap */
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  margin-top: 2rem;
}

/* ...existing code... */

/*
  Kontakt css
*/

.contact-form {
  background: #fff;
  margin-top: 2%;
  margin-bottom: 5%;
}

.contact-image {
  text-align: center;
}
.contact-image img {
  width: 11%;
}
.contact-form form {
  padding: 14%;
}
.contact-form form .row {
  margin-bottom: -7%;
}
.contact-form h3 {
  margin-bottom: 2%;
  margin-top: -13%;
  color: #036e6f;
}
.contact-form .btnContact {
  width: 50%;
  border: none;

  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

/*
first contact css
*/

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}
.h-100 {
  height: 100% !important;
}
.shadow-none {
  box-shadow: none !important;
}

/*
  loading css
*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f9fb;
  z-index: 9999; /* Ensures the loader is in the foreground */
}

.loader::after {
  content: "";
  width: 100px;
  height: 100px;
  border: 10px solid #eeeeee;
  border-top-color: #004445;
  border-radius: 50%;
  animation: loading 1s ease infinite;
}

@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

/*
  landingpage css
*/

.section {
  position: relative;
  height: 100vh;
}

.section .section-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#landingpage {
  font-family: "Montserrat", sans-serif;
  background-image: url("../img/background_lp.png");
  background-size: cover;
  background-position: center;
}

#landingpage::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(47, 158, 132, 0.566);
}

.landingpage-form {
  background-color: #fff;
  padding: 50px 20px;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.landingpage-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.landingpage-form .form-control {
  background-color: #ebecee;
  border-radius: 4px;
  border: none;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e485c;
  font-size: 14px;
}

.landingpage-form .form-control::-webkit-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.landingpage-form .form-control:-ms-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.landingpage-form .form-control::placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.landingpage-form input[type="date"].form-control:invalid {
  color: rgba(62, 72, 92, 0.3);
}

.landingpage-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.landingpage-form select.form-control + .select-arrow {
  position: absolute;
  right: 0px;
  bottom: 4px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: rgba(62, 72, 92, 0.3);
  font-size: 14px;
}

.landingpage-form select.form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.landingpage-form .form-label {
  display: inline-block;
  color: #3e485c;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 7px;
}

.landingpage-form .submit-btn {
  display: inline-block;
  color: #fff;
  background-color: #1e62d8;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.landingpage-form .submit-btn:hover,
.landingpage-form .submit-btn:focus {
  opacity: 0.9;
}

.landingpage-cta {
  margin-top: 80px;
  margin-bottom: 30px;
}

.landingpage-cta h1 {
  font-size: 42px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.landingpage-cta h4 {
  font-size: 25px;
  color: rgb(237, 237, 237);
  font-weight: 600;
  padding: 4%;
  background-color: rgba(0, 58, 59, 0.689);
  border-radius: 5px;
  box-shadow: 0px 4px 8px #00000069;
}

.landingpage-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 1050px) and (max-width: 2424px) {
  .custom-medium-6 {
    width: 50% !important;
  }

  .custom-medium-12 {
    width: 100% !important;
  }
  
  .custom-medium-12-3 {
    width: 100% !important;;
  }

  .custom-col-md-4 {
    width: 65% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }

  .custom-col-md-4-3 {
    width: 65% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }

  .custom-col-md-4-3r {
    width: 100% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }

  .custom-col-md-3 {
    width: 50% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }
  .custom-col-md-2 {
    width: 35% !important; /* Volle Breite für kleinere Bildschirme */
    float: none !important; /* Kein Float, damit die Elemente untereinander angeordnet werden */
    padding: 10px !important; /* Optional: Weniger Padding für kleinere Bildschirme */
  }
}

/*
  Floating Popup CSS for dashboard.php
  This CSS styles a floating popup that can be dragged around the screen.
  It includes a header with a title and a toggle button to show/hide content.
  The content area can scroll if it exceeds a certain height.
*/
.floating-popup {
  position: fixed;
  top: 60px;
  left: 30px;
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  min-width: 320px;
  max-width: 400px;
  transition: box-shadow 0.2s;
}
.floating-popup-header {
  cursor: move;
  padding: 12px 16px;
  background: #004445;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floating-popup-content {
  padding: 12px 16px;
  display: none;
  max-height: 350px;
  overflow-y: auto;
}
.floating-popup.open .floating-popup-content {
  display: block;
}
.floating-popup-toggle {
  font-size: 1.2em;
  margin-left: 10px;
  transition: transform 0.2s;
}
.floating-popup.open .floating-popup-toggle {
  transform: rotate(180deg);
}
.floating-popup ul {
  margin: 0;
  padding-left: 18px;
}
.floating-popup li {
  margin-bottom: 6px;
  font-size: 1em;
}
.main-breadcrumb .row.expanded {
  max-width: 95% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main-breadcrumb a[class*="columns"] {
  flex: 1 1 0;
  min-width: 0;
  margin: 0 !important;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-align: center;
}

@media print {
  body * { visibility: hidden !important; }
  #map-de, #map-de * { visibility: visible !important; }
  #map-de { position: fixed !important; left:0; top:0; width:100% !important; height:100% !important; }
  .leaflet-control-container { display:none !important; }
}

.lp-appointment{ display:flex; gap:18px; align-items:flex-start; width:100%; }
.lp-col{ background:#fff; border:1px solid rgba(0,0,0,.12); border-radius:14px; padding:16px; box-shadow:0 6px 22px rgba(0,0,0,.06); }
.lp-cal{ flex:0 0 360px; }
.lp-times{ flex:1 1 auto; min-width:260px; }

.lp-times-head{ margin-bottom:12px; }
.lp-times-title{ font-weight:700; font-size:16px; }
.lp-times-sub{ font-size:13px; opacity:.75; margin-top:4px; }

.lp-times-list{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap:10px;
}

.lp-slot{
  appearance:none;
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  cursor:pointer;
  font-weight:600;
}
.lp-slot:hover{ transform: translateY(-1px); }
.lp-slot.is-active{
  border-color:#000;
  outline:2px solid rgba(0,0,0,.18);
}
.lp-slot.is-disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
}


@media (max-width: 820px){

  /* Landingpage Section: auf Mobile nicht fixed zentrieren */
  .section{
    height: auto !important;
    min-height: 100vh !important;
  }
  .section .section-center{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 1rem !important;
    padding-bottom: 2rem !important;
  }

  /* Layout untereinander */
  .lp-appointment{
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .lp-cal, .lp-times{
    width: 100%;
  }

   .lp-cal{ flex: 0 0 auto; } 
   
  /* Zeiten-Box soll nicht "über" den Kalender legen */
  .lp-times{
    max-height: none;
    overflow: visible;
  }

  /* Kopf bleibt sichtbar */
  .lp-times-head{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  /* Liste scrollt intern (damit Seite nicht endlos wird) */
  .lp-times-list{
    max-height: 50vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Button bleibt erreichbar */
  #lpSubmitBtn{
    position: sticky;
    bottom: 0;
    width: 100%;
    margin-top: 12px;
    z-index: 2;
  }
}

/* Basis: verhindert Überlappungs-/Breitenprobleme */
.lp-appointment{ width:100%; }
.lp-col{ min-width:0; } /* wichtig bei flex/grids */

.lp-change-date a{ font-size:14px; text-decoration: underline; }





@media (max-width: 480px){
  .lp-times-list{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (min-width: 481px) and (max-width: 820px){
  .lp-times-list{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}





/*   GRID für Dealansicht*/
/* 1800px bis 2599px */
@media (min-width: 1800px) and (max-width: 2599px) {
  .layout-row {
    display: grid;
    grid-template-columns: 2fr 1fr;   /* links breit, rechts schmal */
    grid-template-rows: auto auto;
    grid-template-areas:
      "A C"
      "B C";
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .layout-row .block-a {
    grid-area: A;
    width: 100%;
    max-width: 100%;
  }

  .layout-row .block-b {
    grid-area: B;
    width: 100%;
    max-width: 100%;
  }

  .layout-row .block-c {
    grid-area: C;
    width: 100%;
    max-width: 100%;
  }

  /* Foundation large-6/3/3-Maxwidth neutralisieren */
  .layout-row .cell {
    max-width: 100%;
  }
}

/* Optional, um <1800 explizit zu resetten (sonst macht Foundation weiter seinen Job) */
/* Unter 1800px: alle 12/12 */
@media (max-width: 1799px) {

  .layout-row {
    display: flex;
    flex-wrap: wrap;
  }

  .layout-row .block-a,
  .layout-row .block-b,
  .layout-row .block-c {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Reihenfolge wieder „normal“ */
  .layout-row .block-a { order: 1; }
  .layout-row .block-b { order: 2; }
  .layout-row .block-c { order: 3; }
}


@keyframes blinkGreen {
  0% { background: #00ff00; }
  50% { background: transparent; }
  100% { background: #00ff00; }
}
.blink-green { animation: blinkGreen 1s infinite; }