html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-color: #e9ecef;
  overflow-x: hidden;
}
body > .container {
  padding: 60px 15px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.small-header .h2 {
    margin-bottom: 0px;
}
.small-header header {
  height: 65px;
}
header {
  height: 120px;
  background-color: #fff;
  border: solid rgba(0, 0, 0, .15);
  border-width: 0 0 1px 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  overflow: hidden;
}
header .p-3 {
  padding: 15px 0 !important;
}
header .container,
main .container  {
  padding: 0 !important;
}
header .container .btn-group {
  width: 100%;
}
header .btn-group .btn {
  width: 33.33%;
  line-height: 16px;
  padding: 3px 20px;
}
header .btn-group.big .btn {
  line-height: 32px;
}

.small-header main {
  margin-top: 65px;
}
main {
  margin-top: 120px;
  padding: 20px 15px;
}
.href-index,
.href-todo {
  cursor: pointer;
}

#todo,
#top-todo,
#top-zeiterfassung,
#top-mehr,
#vorherige,
#nicht-terminiert,
#zeiterfassung,
#zeiterfassung-gesamt,
#mehr {
  display: none;
}


.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 10px;
  background-color: #f5f5f5;
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0 0 0;
  box-shadow: 0 -0.125rem 0.25rem rgba(0,0,0,.075) !important;
}
.footer-icons {
  font-size: 20px;
}
.footer-links {
  display: block;
  font-size: 12px;
  cursor: pointer;
}
.footer span,
.footer span:hover {
  color: #aaa;
  text-decoration: none;
}
.footer span.active,
.footer span.active:hover {
  color: #000;
}

code {
  font-size: 80%;
}
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus,
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: unset;
}
.btn-sm {
    padding: 7px 14px;
    border-radius: 0;
}
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active, .btn-outline-secondary:hover {
    color: #fff;
    background-color: #233646;
    border-color: #233646;
}
.btn-orange,
.btn-orange:hover {
    padding: 7px 14px;
    border-radius: 0;
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
    font-weight: 600;
    color: #fff;
}
.orange {
  color: #ff9c00;
}
.text-left {
  text-align: left;
}
.text-lright {
  text-align: right;
}
.border-primary {
  border: solid rgba(0, 0, 0, .15) !important;
  border-width: 0 0 1px 0 !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;

}
.card {
    border-radius: 0;
}

.card a,
.card a:hover,
.card a:active,
.card a:focus {
    color: unset;
    text-decoration: unset;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #369;
    font-weight: 600;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: 0;
}
.back {
    margin: -3px -15px 0px 0px;
    font-size: 24px;
    float: left !important;
}
.back.orange a,
.back.orange a:hover {
    color: #ff9c00;
}

.accordion-flush .accordion-item {
    margin-bottom: 10px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #369;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #369;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width: 769px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 738px;
  }
}

@media (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 100%;
  }
}