/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: rgb(240, 240, 240);
}

main > .container {
  padding: 60px 15px 0;
}

.container2{
  height: 65px;
  text-align: center;
  background-color: white;
}

.footer {
  font-size: 11pt;
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

section {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

h1{
  font-size: 18pt;
  color: hotpink;
  margin-left: 10px;
  margin-right: 10px;
  }

.daheader{
  font-size: 16;
  color: hotpink;
}

.daheader2{
  font-size: 18pt;
  color: hotpink;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 15pt;
  color: hotpink;
}

h4 {
  font-size: 15pt;
  background: white;
}

bh4 {
  font-size: 15pt;
  padding-left: 20px;
}

h5 {
  font-size: 15pt;
  background: white;
  text-align: right;
}

h6 {
  font-size: 11pt;
  padding-top: 8px;
}

h7 {
  font-size: 15pt;
  color: hotpink;
  text-align: start;
}

h8 {
  font-size: 15pt;
  text-align: center;
}

p {
  font-size: 1.15rem;
}

p2 {
  display: inline-block;
  font-size: 1.15rem;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  opacity: .85;
}

bb {
  font-size: 12;
  color: hotpink;
}

bb:hover {
  opacity: .85;
}

c {
  font-size: 1.15rem;
}

h22 {
  font-size: 15pt;
  text-align: center;
}

h221 {
  font-size: 11pt;
  text-align: center;
}

small2{
  font-size: 8pt;
  text-align: center;
}

.pmg {
  font-size: 15pt;
  color: green;
}

.pmg2 {
  font-size: 13pt;
  color: green;
}

.pmr {
  font-size: 15pt;
  color: red;
}

smoco {
  font-size: 10pt;
  color: rgb(85, 141, 160);
  margin-right: 8px;
}

.pmr2 {
  font-size: 13pt;
  color: red;
}

aktr {
  font-size: 11pt;
  color: red;
}

aktg {
  font-size: 11pt;
  color: green;
}

dnend {
  color: rgb(85, 141, 160);
  font-size: 11pt;
  text-align: end;
}

.h4end {
  font-size: 15pt;
  padding-right: 15px;
  padding-top: 10px;
  background: white;
  text-align: end;
}

.work-data{
  font-size: 12pt;
  padding-left: 15px;
}

.work-data2{
  font-size: 12pt;
  text-align: center;
}

.rider-name {
  font-size: 15pt;
  color: hotpink;
  text-align: start;
}

.banner {
  display: block;
  width: 100%;
  max-width: 800px;
}

.kom-autor-start{
  font-size: 12pt;
  text-align: start;
}

.kom-autor-start-link{
  font-size: 12pt;
  text-align: start;
  color: pink;
}

.kom-autor-end{
  font-size: 12pt;
  text-align: end;
}

.kom-text-start{
  font-size: 1.15rem;
  text-align: start;
}

.user-name {
    font-size: 1.3em;
    font-weight: 600;
    color: #222;
}
.page-title-small {
    font-size: 1em;
    color: #888;
    font-weight: 400;
}

.dnnr-label{
  color: rgb(85, 141, 160);
  text-align: end;
  font-size: 12pt;
  padding-right: 10px;
}

.at-label{
  padding-left: 10px;
}

.kom-text-end{
  font-size: 1.15rem;
  text-align: end;
}

.kom-date-start{
  font-size: 8pt;
  text-align: start;
}

.kom-date-end{
  font-size: 8pt;
  text-align: end;
}

.post-header{
  font-size: 25pt;
  color: rgb(254, 123, 201);
}

.post-thema{
  font-size: 14pt;
}

.rider-entry-banner{
  background-color: rgb(247, 246, 246);
  border-color: rgb(255, 215, 221);
  border-width: 0.2cm;
  border-radius: 15px;
  padding: 17px 17px 17px 17px;
}


.form-with-validation {
  max-width: 600px;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.form-buttons {
  display: flex;
  gap: 1em;
  margin-top: 1.5em;
}

.form-with-validation div {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.form-with-validation input {
  padding: 0.25rem;
  max-width: 300px;
}

.form-with-validation button {
margin: auto;
}


.form-submit {
  padding: 0.5rem;
  width: 125px;
}

.helptext {
  font-size: 1rem;
  margin-left: 1rem;
}

.helptext ul {
  list-style-type: none;
}

.errorlist {
  color: #F00;
  margin-left: 2rem;
}

.logout {
  display: inline-block;
}

.logout-button {
  background-color: rgb(248, 248, 248);
  color: hotpink;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border: none;
}

.logout-button:hover {
  opacity: .85;
}

.dt_label {
color: rgb(119, 119, 119);
font-size: 1.5rem;
font-weight: 400;
}

.buttons {
margin: auto;
max-height: 28px;
}

.button-container {
display: inline-grid;
grid-template-columns: 1fr 1fr;
grid-gap: 15px;
justify-content: center;
}

.links_unten {
margin-top: 10px;
margin-left: 15px;
font-size: 11pt;
color: hotpink;
}

.body {
border: hotpink;
padding: 3px;
}

.label {
font-size: 12pt;
}

.text { 
font-size: 13pt;
padding: 3px; 
}

.edit-post{
  font-size: 9pt;
  color: hotpink;
  border: none;
  background-color: transparent;
}

.delete-post{
  font-size: 9pt;
  color: red;
  border: none;
  background-color: transparent;
}

.post-header{
  font-size: 14pt;
  color: hotpink;
}

.uname {
color: hotpink;
margin-left: 10px;
margin-right: 10px;
}

.cont1 {
display: flex;
flex-flow: row;
}

.cont2 {
  display: grid;
  grid-template-columns: 1fr 1fr 0.75fr;
  }

.cont2 {
  display: grid;
  grid-template-columns: 1fr 1fr 0.75fr;
  position: sticky;
  top: 0;
  background: white;
  }

.cont3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

.sticky-date-btn {
  position: sticky;
  top: 80px; /* Höhe deiner Navbar anpassen! */
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: white;
  z-index: 101;
  padding: 0.2em 0;
}

.dispo-entry-wrapper {
  padding-top: 4em;   /* Abstand zur Navbar */
  padding-bottom: 4em; /* Abstand zum Footer */
}

.global-sticky-plus {
  position: fixed;
  top: 105px; /* Höhe deiner Navbar */
  right: calc(50vw - 550px);
  z-index: 200;
  background: white;
  border-radius: 1.5em 0 0 1.5em;
  display: flex;
  align-items: center;
}

.cont4 {
  display: inline-block;
  padding-left: 10px;
  }

.comdat {
font-size: 1rem;
margin-left: 10px;
margin-bottom: 10px;
}

.home-container{
  padding-top: 15px;
}

.home-container2{
  display: grid;
  grid-template-columns: 3fr 5fr 2fr;
  padding-top: 15px;
}

.rider-info-container{
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 3fr 2fr;
  padding-top: 15px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 22px;
  border: none;
  border-radius: 9.5px;
  background-color: rgb(217, 243, 251);
  margin-bottom: 1.25em;
}

.inactive-rider-info-container{
  display: grid;
  grid-template-columns: 2fr 4fr 2fr 3fr; 
  padding-top: 15px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 22px;
  border: none;
  border-radius: 9.5px;
  background-color: rgb(217, 243, 251);
  margin-bottom: 1.25em;
}

.rider-btn-container{
  display: grid;
  grid-template-columns: 3fr 4fr 4fr 3fr 3fr;
  padding-top: 15px;
  position: sticky;
  top: 0;
  background: white;
}

.rider-container{
  display: grid;
  grid-template-columns: 2fr 4fr 2fr;
  padding-top: 15px;
}

.rider-info{
  font-size: 12pt;
  text-align: center;
}

.info-header{
  font-size: 15pt;
  text-align: center;
  background: white;
}

@media screen and (max-width: 1000px) {
  .home-container{
    display: grid;
    grid-template-columns: 0.25fr 3fr 0.25fr;
  }
 
}

.login-data-container{
  display: grid;
  grid-template-columns: 4fr 3fr 4fr;
}

@media screen and (max-width: 1000px) {
  .login-data-container{
    display: grid;
    grid-template-columns: 0.5fr 3fr 0.5fr;
  }
 
}

.dispo-date-container{
  display: grid;
  grid-template-columns: 2fr 6fr 1fr 1fr;
  padding-top: 15px;
}

.profile-data-container{
  display: grid;
  grid-template-columns: 3fr 2fr 2fr; 
  gap: 2em;
}

.profile-dispo-frame,
.profile-rider-frame {
    border-style: solid;
    border-width: 1px;
    border-radius: 5pt;
    padding: 10px;
    margin-left: 25px;
    margin-right: 25px;
    min-height: 110px; /* gleiche Mindesthöhe für beide */
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Unterschiedliche Farben kannst du über border-color steuern, falls gewünscht */
.profile-dispo-frame {
    border-color: lightpink;
}
.profile-rider-frame {
    border-color: black;
}

.stick-it {
    position: sticky;
    top: 67px; /* Höhe deiner Navbar */
    z-index: 102;
    background: white;
}

.profile-dispo-frame,
.profile-rider-frame {
    margin-bottom: 1.2em;
}

.dispo-section-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1.2em 1.5em 1.2em 1.5em;
    margin-bottom: 2em;
}

.rider-section-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1.2em 1.5em 1.2em 1.5em;
    margin-bottom: 2em;
}

.filter-form {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    max-width: 600px; /* optional, für bessere Optik */
}

.stick-it2{
  position: sticky;
  top: 67px;
  padding: 5px;
  height: 45;
}

.navbar{
  overflow: visible;
  height: 67px;           /* gewünschte Höhe */
  min-height: 67px;
}

.bn-entry-button{
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  background-color: rgb(255, 209, 232);
  transition: background-color 0.3s ease;
}

.bn-entry-button:hover{
  background-color: rgb(252, 177, 215);
}

.astext {
    display: inline-block;
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
    color: hotpink;
    font-size: 15pt;
}

.entry-button {
    background: rgb(255, 209, 232);   /* schönes Rosa */
    color: black;
    border: none;
    border-radius: 5px;
    padding: 0.35em 0.9em;
    font-size: 0.95em;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 500;
    box-shadow: 0 1px 3px #e0e0e0;
    flex-shrink: 0;
}
.entry-button:hover {
    background: rgb(252, 177, 215);   /* etwas helleres Rosa beim Hover */
}

.entry-button-exp{
  position: relative;
  right: -1100px;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  outline: none;
  background-color: rgb(255, 209, 232);
  transition: background-color 0.3s ease;
}

.date-entry-button{
  border: none;
  cursor: pointer;
  color: pink;
  margin-right: 50px;
  height: max-content;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.grey-button{
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  padding-top: 3px;
  cursor: pointer;
  outline: none;
  background-color: rgb(235, 235, 235);
  transition: background-color 0.3s ease;
}

.alert-banner{
  background-color: rgb(251, 222, 222);
  border: none;
  text-align: left;
  color: rgb(254, 105, 105);
  border-radius: 3px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 0.5px;
  vertical-align: middle;
}

.button-right{
  text-align: right;
}

.grey-button:hover{
  background-color: rgb(213, 213, 213);
}

@media screen and (max-width: 1000px) {
  .grey-button{
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    outline: none;
    color: black;
    background-color: rgb(235, 235, 235);
    transition: background-color 0.3s ease;
  }
 
}

.red-button{
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  padding-top: 3px;
  margin-top: 5px;
  cursor: pointer;
  outline: none;
  background-color: rgb(249, 205, 205);
  transition: background-color 0.3s ease;
}

.red-button:hover{
  background-color: rgb(251, 173, 173);
}

@media screen and (max-width: 1000px) {
  .red-button{
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    outline: none;
    color: black;
    background-color: rgb(249, 205, 205);
    transition: background-color 0.3s ease;
  }
 
}

.info-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 2em;
    text-align: center;
    color: #888;
    margin-top: 2em;
}
.data-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    max-width: 1200px;
    margin: 2em auto 0 auto;
    justify-content: flex-start;
}
.data-card {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px 0 rgba(233, 30, 99, 0.12); /* kräftiges Pink, aber sehr dezent */
    padding: 1.5em 1.5em 1em 1.5em;
    max-width: 340px;
    cursor: pointer;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.data-card:hover {
    box-shadow: 0 4px 32px 0 rgba(233, 30, 99, 0.22); /* beim Hover etwas stärker */
}
.data-card-title {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color: #333;
}

.date-data-card {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px 0 rgba(233, 30, 99, 0.12); /* kräftiges Pink, aber sehr dezent */
    padding: 1.5em 1.5em 1em 1.5em;
    max-width: 700px;
    cursor: pointer;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.date-data-card:hover {
    box-shadow: 0 4px 32px 0 rgba(233, 30, 99, 0.22); /* beim Hover etwas stärker */
}
.weekday {
    color: #aaa;
    font-size: 1em;
}
.data-list-details {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
}
.status-badge {
    display: inline-block;
    padding: 0.1em 0.7em;
    border-radius: 4px;
    font-size: 0.95em;
    margin-right: 0.5em;
}
.status-badge-danger {
    background: #a2a2a2;
    color: #fff;
}
.muted {
    color: #bbb;
    margin: 1em 0;
}
.card-footer {
    font-size: 0.95em;
    color: #aaa;
    text-align: right;
    margin-top: 1em;
}

.date-row {
  display: grid;
  grid-template-columns: 2fr 6fr 2fr;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 2em;
}

.dispo-table {
  width: 100%;
  border-collapse: collapse;
}

.dispo-table tr {
  height: 2.5em; 
}

.plus-col {
  position: sticky; 
  top: 0px; /* Höhe deiner Navbar anpassen! */
  width: 15%;
  vertical-align: top;
}
.data-col {
  width: 70%;
  vertical-align: top;
}

.data-col .entry-card {
  margin-bottom: 1.5em;
}

@media (max-width: 1000px) {
  .date-row {
    grid-template-columns: 0.25fr 3fr 0.25fr;
  }
}

.main-wrapper {
    max-width: 1200px;
    margin: 0;
    padding-top: 40px;
}

.main-wrapper-date {
    max-width: 1200px;
    margin: 0;
    padding-top: 40px;
    padding-left: 170px;
    padding-bottom: 3em;
}

.calendar-week-badge {
    display: inline-block;
    background: rgb(192, 234, 247);
    color: darkblue;
    border-radius: 12px;
    padding: 0.2em 0.8em;
    margin-bottom: 8px;
    font-size: 0.9em;
    margin-left: 0.5em;
}

.date-col {
    position: sticky;
    top: 75px;         /* etwas weiter unten, z.B. 75px statt 67px */
    z-index: 102;
    background: white;
    padding-left: 0.5em; /* weiter nach links */
}

.settings-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
.settings-title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #222;
}
.settings-buttons {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-wrap: wrap;
  align-items: center;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin-top: 2em;
    gap: 2em;
}
.page-title {
    margin: 0;
    font-size: 1.3em;      /* kleiner als vorher */
    font-weight: 600;
    color: #222;
    flex-shrink: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-date-pick{
  margin: auto;
  position: sticky;
  right: auto;
  margin-top: 5px;
  border-radius: 5px;
}

.list-date{
  font-size: 15pt;
  margin-right: 25px;
  text-align: end;
  background: white;
}

.new-rider-btn{
  text-align: end;
  padding-bottom: 8px;
}

.date-list-counter{
  font-size: 12pt;
  color:lightpink;
  padding-left: 10px;
}

.profile-dispo-frame{
  border-style: solid;
  border-color: lightpink;
  border-width: 1px;
  padding: 10px;
  border-radius: 5pt;
  margin-left: 25px;
  margin-right: 25px;
}

.profile-rider-frame{
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 10px;
  border-radius: 5pt;
  margin-left: 25px;
  margin-right: 25px;
}

.profile-rider-frame2{
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 10px;
  border-radius: 5pt;
  margin-right: 25px;
}

.dispo-label1{
  padding-left: 25px;
}

.rider-label1{
  padding-left: 25px;
}

.data-label1{
  padding-bottom: 16px;
  font-size: 15pt;
}

.stunden-label{
  color: hotpink;
  font-size: 1.15rem;
}

.pr-header1{
  display: inline-block;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 13pt;
}

.pr-header2{
  display: inline-block;
  font-size: 12pt;
  color: red;
}

.pr-header3{
  display: inline-block;
  font-size: 12pt;
  color: green;
}

.pr-header4{
  display: inline-block;
  font-size: 13pt;
  color: green;
}

.pr-header5{
  display: inline-block;
  font-size: 13pt;
  color: red;
}

.pr-header6{ 
  display: inline-block;
  border: none;
  background-color: transparent;
  color: pink;
  font-size: 13pt;
  font-weight: 40pt;
}

.profile-header1{
  display: inline-block;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 13pt;
}

.profile-header2{
  display: inline-block;
  padding-top: 4px;
  padding-left: 20px;
  font-size: 12pt;
  color: red;
}

.profile-header3{
  display: inline-block;
  padding-top: 4px;
  padding-left: 20px;
  font-size: 12pt;
  color: green;
}

.profile-header4{
  display: inline-block;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 13pt;
  color: green;
}

.profile-header5{
  display: inline-block;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 13pt;
  color: red;
}

.profile-header6{ 
  display: inline-block;
  border: none;
  background-color: transparent;
  color: pink;
  font-size: 13pt;
  font-weight: 40pt;
}

.settings-section {
  margin-top: 2em;
}
.settings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7em 2em;
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.plus-minus-value {
  font-weight: bold;
  color: #e67e22;
}
.urlaub-null {
  color: #e74c3c;
  font-weight: bold;
}
.urlaub-rest {
  color: #27ae60;
  font-weight: bold;
}

.dispo-header-sticky {
    position: sticky;
    top: 67px; /* Höhe deiner Navbar anpassen */
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 105;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.03);
}

.set-header1{
  padding-top: 4px;
  padding-right: 60px;
  font-size: 13pt;
}

.set-header2{
  padding-top: 4px;
  font-size: 12pt;
  color: red;
}

.set-header3{
  padding-top: 4px;
  font-size: 12pt;
  color: green;
}

.set-header4{
  padding-top: 4px;
  padding-right: 60px;
  font-size: 13pt;
  color: green;
}

.set-header5{
  padding-top: 4px;
  padding-right: 60px;
  font-size: 13pt;
  color: red;
}

.set-header6{ 
  display: inline-block;
  border: none;
  background-color: transparent;
  color: pink;
  font-size: 13pt;
  font-weight: 40pt;
}

.date-nav-btn {
    background: #fff;
    border: none;
    color: hotpink;
    width: 2em;
    height: 2em;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.date-picker {
    border: 1px solid #e91e63;      /* kräftiges Pink */
    color: black;                 /* Text in Pink */
    border-radius: 4px;
    font-size: 1em;
    outline: none;
    background: #fff;
    text-align: center;
    transition: box-shadow 0.2s;
}

.date-picker:focus {
    border: 1px solid #e91e63;
    box-shadow: 0 0 6px 1px #e91e63;
}

.ui-datepicker {
    margin-top: 13px !important;      /* kleinerer Abstand nach oben */
    margin-left: -10px !important;   /* Popup etwas nach links verschieben */
    min-width: 220px !important;
    max-width: 260px !important;
    font-size: 0.97em !important;
    padding: 0.2em 0.5em 0.7em 0.5em !important;
    z-index: 500 !important;
    border: hotpink 0.5px solid !important;
    box-shadow: 0 0 6px 0.5px hotpink;
    border-radius: 8px !important;
    background: #fff !important;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    font-size: 0.85em !important;
    padding: 0.1em 0.3em !important;
}

.ui-datepicker-header {
    background: none;
    border: none;
    color: #e91e63;
    font-weight: 600;
    padding: 0.5em 0;
}

.ui-datepicker-title {
    color: #e91e63;
    font-size: 1.1em;
}

.ui-datepicker-prev, .ui-datepicker-next {
    background: none !important;
    border: none !important;
    color: #e91e63 !important;
    font-size: 1.1em !important;
    width: 1.8em !important;
    height: 1.8em !important;
    line-height: 1.8em !important;
    border-radius: 50% !important;
    transition: background 0.2s;
    box-shadow: none !important;
    opacity: 0.7;
}

.ui-state-default {
    background: none;
    border: none;
    color: #222;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.ui-state-active,
.ui-state-highlight,
.ui-state-hover {
    background: #e91e63;
    color: #222 !important;
    border-radius: 4px;
}

.ui-state-disabled {
    color: #ccc !important;
    background: none !important;
}

.corplabel {
  font-size: 9pt;
  vertical-align: text-top;
  text-align: end;
}

.mobile-form-section {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 500px;
    margin: 0 auto;
    min-height: 80vh; /* sorgt dafür, dass die Section mindestens 80% der Höhe einnimmt */
    box-sizing: border-box;
}

.toggle-arrow {
    color: hotpink;   /* Pink */
    font-size: 1em;   /* Kleiner als der Button-Text */
    vertical-align: middle;
    transition: transform 0.2s;
}

.dispo-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5em;
}

.loginheader{
  font-size: 22pt;
  color: black;
  text-align: center;
  padding-top: 0px;
}

.loginheader2{
  text-align: center;
  margin-bottom: 10px;
}

.loginheader3{
  font-size: 13pt;
  text-align: center;
  margin-bottom: 10px;
}

.login-logo{
  padding-top: 10px;
  text-align: center;
  padding-bottom: 1px;
}

.home-header{
  display: flex;
  flex-direction: row;
}

.home-header2{
  display: flex;
  flex-direction: row;
  text-align: center;
}

.dispo-entry form {
  max-width: 640px;   /* oder z.B. 400px */
  margin: 0 auto;
}

.dispo-entry{
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .dispo-entry{
    display: grid;
    grid-template-columns: 0.25fr 3fr 0.25fr;
  }
 
}

.home-header3{
  display: inline-block;
}

.settings-divider {
    width: 100%;
    border: none;
    border-top: 1.5px solid #b8b7b7;
    margin: 0.5em 0;
}

.navbar-toggler {
    padding: 0.15rem 0.4rem;
    font-size: 1.05rem;
    line-height: 1;
    border-radius: 0.2rem;
    width: 2em;
    height: 2em;
    margin-right: 1em;
}

@media (max-width: 600px) {
    .main-wrapper, .data-list {
        max-width: 100%;
        margin: 0 0 1.5em 0;
        padding: 0 0.5em;
    }
    .navbar {
    min-height: 44px; /* etwas kleiner als Bootstrap-Standard */
    height: auto;
    }
    .navbar .navbar-brand,
    .navbar .nav-link {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      font-size: 0.95em; /* optional: Schrift etwas kleiner */
    }
    
    .data-card {
        max-width: 100%;
    }
    .settings-buttons {
    display: flex;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
    align-items: center;
    }
    .settings-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    margin-top: 2em;
    }
    .settings-grid {
      grid-template-columns: 1fr;
    }
    .date-row {
      grid-template-columns: 1fr;
      gap: 0.5em;
    }
    .date-col, .plus-col {
      justify-content: flex-start;
    }
    .calendar-week-badge {
        font-size: 0.8em;
        padding: 0.1em 0.4em;
        border-radius: 0.8em;
        margin-left: 0.5em;
    }
}

.btn-cont {
  display: inline;
}

.form-buttons button,
.form-buttons a {
    margin: 0 !important;
    width: auto !important;
    min-width: 0 !important;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border: 0.5px solid hotpink !important;
    box-shadow: 0 0 6px 0.5px hotpink !important;
}