html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    padding-top: 75px;
}
 
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* custom styles */

.navbar-brand img {
    width: 100px;
}

.navbar {
    background-color: var(--bs-light);
}

/* Sticky footer styles -------------------------------------------------- */

.footer {
    width: 100%;
    /* Set the fixed height of the footer here */    
    background-color: #f5f5f5;

}

/* die Fußzeilenelemente nebeneinander anordnen*/
.footer .container {
    text-align: right;
    padding-right: 1.5em;
}

.footer span {
    display: inline-block;
}

.footer span:first-of-type {
    float: left;
}

.footer span:not(:first-of-type) {
    margin-left: 1em;
}

/* Kurstermin Styles ---------------------*/
.mit-kurs-termine span.mit-kurs-termin {
    display: block;
}

.mit-cat-kurs-item {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.mit-cat-item {
    margin-bottom: 15px;
    font-size: 1.1em;
}

img.img-category {
    max-width: 600px;
}

/* various input styles */
#divPriceForm #numPrice {
    max-width: 22em;
}

#divPriceForm #numTn { /* <select> Teilnehmeranzahl */
    max-width: 5em;
}

/* Mitarbeiter Seite */
img.img-ma-thumbnail {
    width: 100px;
}

img.img-ma-profile {
    width: 200px;
}

.ma-row {
    margin-bottom: 0.5em;
}