@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("/site/templates/assets/fonts/Roboto-VariableFont_wdth_wght.ttf") format("truetype");
  font-optical-sizing: auto;
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS */
::selection {
  background: #4D4651;
}

::marker {
  color: #1e87f0;
}

*, :after, :before {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: 300;
  font-style: normal;
}

ul {
  text-align: left;
  list-style: disc;
  margin: 0 0 1rem 1rem;
  padding: 0 0 0 10px;
}
@media (max-width: 640px) {
  ul {
    padding-left: 5px;
  }
}

caption, th {
  text-align: left;
}

h1, h2, h3 {
  font-weight: 300;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* Custom CSS */
html {
  color: #4D4651;
  font-size: 100%;
  box-sizing: border-box;
  font-weight: 300;
  background: #f2f2f2;
  line-height: 1.4;
}

body {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3 {
  color: #1e87f0;
  text-transform: none;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 1rem;
}

.headline {
  color: #ffffff;
  margin-left: 0px;
  padding: 10px 15px;
  background: #1e87f0;
}
.headline h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.headline .title {
  color: #ffffff;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 500;
}
.headline .description {
  color: #ffffff;
  font-size: 0.8rem;
}

.uk-link, a, a:link, a, a:visited {
  color: #1e87f0;
}

ol, ul {
  list-style: none;
  padding-left: 0px;
}

.strong {
  font-weight: 500;
}

.blue {
  padding: 8px;
  background: #f2f2f2;
}

.padding-small-right {
  padding-right: 15px;
}

/* uk-table */
.uk-table th {
  padding: 0 10px 10px 10px;
  font-weight: 300;
  color: #888888;
  font-size: 1rem;
  text-transform: none;
}

.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
  background: none;
}

/* datatables */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #4D4651;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 20px 10px 10px;
  font-weight: 300;
  color: #888888;
  white-space: nowrap;
}

table.dataTable td {
  white-space: nowrap;
  color: #4D4651;
}

/*** header navbar ***/
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #ffffff;
}

.nav-header {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.logo {
  background: #1e87f0;
  width: 230px;
}
.logo img {
  width: 180px;
}

.main-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
}

/* circle with letter*/
[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  letter-spacing: 1px;
  font-size: 1.3em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.35em;
  text-align: center;
  border-radius: 50%;
  background: #1e87f0;
  vertical-align: middle;
  color: #ffffff;
  padding: 2px 0 0 0;
}

.uk-navbar-nav {
  gap: 0;
}
.uk-navbar-nav > li a {
  color: #4D4651;
  height: 45px;
  min-height: 80px;
  padding: 0 20px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}

.uk-navbar-nav > li.active > a, .uk-navbar-nav > li > a:active, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
  color: #1e87f0;
}

.uk-navbar-toggle {
  padding: 20px;
  color: #4D4651;
}
.uk-navbar-toggle:hover {
  color: #1e87f0;
}

/* offcanvas */
.uk-offcanvas-bar {
  background: #4D4651;
}
.uk-offcanvas-bar .uk-nav-default > li > a, .uk-offcanvas-bar .uk-offcanvas-bar .uk-close {
  color: #ffffff;
  text-transform: uppercase;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-close:focus, .uk-offcanvas-bar .uk-close:hover {
  color: #1e87f0;
}

/**** general all sides ****/
#home .uk-card-body {
  padding: 30px 30px;
}
#home .LoginRegisterPro .InputfieldHeader {
  font-weight: 300;
}
#home .LoginRegisterPro .LoginRegisterLinks {
  margin: 20px 0 0 0;
}

/* sidebar */
#sidebar {
  position: fixed;
  left: 0;
  top: 80px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  width: 230px;
  height: 100%;
}
#sidebar .nav-sidebar {
  margin-top: 20px;
}
#sidebar .nav-sidebar li {
  padding: 8px 20px;
}
#sidebar .nav-sidebar li a {
  color: #4D4651;
}
#sidebar .nav-sidebar li .title:hover {
  background: none;
}
#sidebar .nav-sidebar > li:hover {
  background: #0e6dcd;
}
#sidebar .nav-sidebar > li.uk-active {
  background: #1e87f0;
}
#sidebar .nav-sidebar > li.uk-active a {
  color: #ffffff;
}
#sidebar .nav-sidebar > li:hover a {
  color: #ffffff;
}
#sidebar .nav-sidebar-lower {
  margin-top: 60px;
}
@media (max-width: 960px) {
  #sidebar {
    display: none;
  }
}

/**** formular ****/
.InputfieldForm fieldset, .InputfieldForm .InputfieldFieldset {
  margin: 0 0 0 0;
  padding-bottom: 0;
}

.uk-legend {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.InputfieldForm .InputfieldSubmit {
  margin-bottom: 0;
}

.InputfieldFormWidths textarea {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #4D4651;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #1e87f0;
}

.uk-button-primary {
  background-color: #1e87f0;
}

.uk-button-primary.uk-active, .uk-button-primary:active, .uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #0e6dcd;
}

.uk-alert-primary {
  background: #0e6dcd;
  color: #ffffff;
}

.uk-radio:checked, .uk-radio:checked:focus, .uk-checkbox:checked, .uk-checkbox:checked:focus {
  background-color: #1e87f0;
}

/*** reload datepicker in modal ***/
#ui-datepicker-div {
  z-index: 1100 !important;
}

/**** content ****/
#content {
  padding: 20px 20px 0 20px;
  margin-left: 230px;
  height: 100%;
}
@media (max-width: 960px) {
  #content {
    margin-left: 0px;
  }
}

.uk-section {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .uk-section {
    padding-top: 30px;
  }
}

.uk-modal {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.uk-card-body {
  padding: 20px 20px;
}

.uk-card-default {
  background: #fff;
  color: #4D4651;
}

/*** home login page ***/
.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
  margin: 0 0 15px 0;
  padding: 0px;
  border: none;
  background: none;
}

/*** tagesübersicht ***/
.tagesuebersicht {
  margin-bottom: 10px;
}

.tages-eintrag {
  padding: 20px;
  margin-bottom: 10px;
  background: #ffffff;
}

/**** igel/tagespflege editieren ****/
a.new-igel-tag, a.new-ausleihliste-item, a.edit-ausleihliste-item, a.delete-ausleihliste-item, a.edit-tagespflege {
  color: #ffffff;
}

/*** suche ***/
/* subnav */
.sub-nav {
  margin-bottom: 10px;
  background: none !important;
}

.sub-nav .uk-navbar-nav > li {
  background: #ffffff;
  padding: 0;
}

.sub-nav .uk-navbar-nav > li > a {
  color: #4D4651;
  height: auto;
  min-height: auto;
  padding: 12px 30px;
  margin: 0;
  font-size: 1rem;
  text-transform: none;
  font-weight: 300;
}

.sub-nav .uk-navbar-nav > li > a:hover, .sub-nav .uk-navbar-nav > li.uk-active a {
  color: #ffffff;
  background: #0e6dcd;
}

.sub-nav .uk-navbar-nav > li.uk-active a {
  color: #ffffff;
  background: #1e87f0;
}

/* search */
.uk-search-default .uk-search-input {
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
