/**
* Version: 0.1.7
* Datum: 02.03.2023
* Autor: B.Sc. Maximilian Borm
* (c) Kindertagespflege Ruehme
* Alle Rechte bleiben vorbehalten.
*/

:root {
  --theme-color: #e28001;
  --bs-body-font-family: 'Open Sans';
  --theme-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--theme-color);
}

.nav-link {
  text-decoration: underline;
}

.fs-4 {
  color: var(--theme-color);
}

html, main {
  background-color: var(--theme-color);
  width: 100%;
  min-height: 100%;
  margin-bottom: 50px;
}

body {
  min-height: 100vh;
  padding: 0;
  height: 100vh;
}

nav {
  background-color: var(--bs-gray-100);
}

.maincontent, .sidebar {
  margin: 1rem;
  padding: 1rem;
  background-color: white;
  box-shadow: var(--theme-shadow);
}

.mainarea {
  background-color: var(--theme-color);
}

.sidebar {
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  .row {
    margin-right: 1rem !important;
  }
}

footer {
  position : fixed;
  bottom : 0;
  width: 100%;
  height: 50px;
  background-color: var(--bs-gray-100);
}

h1 {
  font-size: 2rem;
}

.img-thumbnail {
  margin: 1rem !important;
}
