/**
 ** KfZG Digital Sitepackage Stylesheet
 ** ng@credia.de
 ** ks@credia.de
 */
input:-webkit-autofill::first-line {
  font-size: 14px;
}

.frame-type-felogin_login input[type=text],
.frame-type-felogin_login input[type=password] {
  border-radius: 0;
  border: 1px solid #707070;
  box-shadow: unset;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  border: none;
}

.tx_kfzgdigital_sitepackage {
  border-top: 1px solid #707070;
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
}
.tx_kfzgdigital_sitepackage thead {
  border-top: 2px solid #707070;
}
@media (max-width: 991px) {
  .tx_kfzgdigital_sitepackage thead {
    display: none;
  }
}
.tx_kfzgdigital_sitepackage tr td:first-child a {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .tx_kfzgdigital_sitepackage tr {
    position: relative;
  }
}
.tx_kfzgdigital_sitepackage td {
  font-weight: 300;
}
.tx_kfzgdigital_sitepackage th {
  color: #123061;
  padding: 9px 18px;
}
.tx_kfzgdigital_sitepackage td {
  background-color: #E8E8E8;
  vertical-align: top;
  padding: 18px;
  color: #393939;
}
@media (max-width: 991px) {
  .tx_kfzgdigital_sitepackage td {
    padding-inline: 18px;
    padding-block: 8px;
    display: block;
  }
  .tx_kfzgdigital_sitepackage td:nth-child(1) {
    padding-top: 18px;
  }
  .tx_kfzgdigital_sitepackage td:last-child {
    padding-bottom: 0;
  }
  .tx_kfzgdigital_sitepackage td:last-child div {
    position: absolute;
    right: 12px;
    bottom: 8px;
  }
  .tx_kfzgdigital_sitepackage td .sub {
    font-size: 16px;
  }
}
.tx_kfzgdigital_sitepackage td .sub {
  font-size: 0.9em;
}
.tx_kfzgdigital_sitepackage td p {
  margin: 0;
}

#audio-table td {
  vertical-align: middle;
}

.kfzgdigital_sitepackage_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-inline: 4px;
}

@media (max-width: 991px) {
  #ebook-table tbody td:nth-child(2) {
    display: none;
  }
}

.title-spacer {
  background-color: #E8E8E8;
  padding: 12px;
  margin-top: 32px;
}

/
.table-details {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.table-details th,
.table-heading {
  color: #123061;
  font-weight: 700;
}

.list-of-content .content-item {
  margin-block: 24px;
}
.list-of-content .h5 {
  font-weight: 700;
}

#results {
  margin-left: 18px;
  color: #123061;
}

#searcher {
  background-color: #C6D1DB;
  padding: 18px;
  margin-bottom: 48px;
}
#searcher .icon-searcher {
  display: none;
}
@media (min-width: 992px) {
  #searcher .icon-searcher {
    display: inline-block;
  }
}
#searcher form fieldset {
  display: flex;
  align-items: center;
}
#searcher input[type=text],
#searcher input[type=search] {
  background-color: unset;
  border: 0;
  padding-block: 18px;
  width: 88%;
  color: #393939;
  font-weight: lighter;
}
#searcher input[type=text]:focus,
#searcher input[type=search]:focus {
  outline: none;
}
#searcher input[type=text]::placeholder,
#searcher input[type=search]::placeholder {
  color: #123061;
  font-weight: lighter;
}
#searcher .dropdown-toggle {
  background-color: unset;
  color: #123061;
  text-transform: none;
  padding: 0;
}
#searcher .dropdown-toggle:focus {
  box-shadow: unset;
}
#searcher .dropdown-menu {
  width: 100%;
  background-color: #C6D1DB;
}

.line-gray {
  background-color: #E8E8E8;
  height: 1px;
  width: 100%;
}
@media (min-width: 992px) {
  .line-gray {
    background-color: #E8E8E8;
    height: 1px;
    width: 100%;
    margin-block: 16px;
  }
}

.item-filter {
  display: flex;
  justify-content: space-between;
}
.item-filter .kfzgdigital_sitepackage_icon {
  vertical-align: middle;
}
.item-filter .btn.btn-warning {
  background-color: unset;
  border: 1px solid #E8E8E8;
  color: #123061;
}
@media (max-width: 991px) {
  .item-filter.active {
    display: flex;
  }
}
.item-filter .sort-dropdown-toggle {
  position: relative;
  background-color: unset;
  color: #123061;
  text-transform: none;
  padding: 0;
  border: 0;
}
.item-filter .sort-dropdown-toggle:after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  top: 25%;
  width: 13px;
  height: 7px;
  background: url("../Icons/icon-arrow-down.svg") center/cover no-repeat;
  vertical-align: middle;
}
.item-filter .sort-dropdown-toggle:focus {
  box-shadow: unset;
  border: 0;
  outline: 0;
}
.item-filter .sort-dropdown-toggle.active {
  border-bottom: 2px solid #123061;
}
.item-filter .sort-dropdown-toggle.active + .sort-dropdown-menu {
  display: block;
}
.item-filter .sort-dropdown-toggle.active:after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .item-filter .sort-dropdown-toggle {
    text-align: start;
    width: 100%;
  }
}
.item-filter .sort-dropdown-menu {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #C6D1DB;
  padding: 18px;
  display: none;
  z-index: 999;
}
.item-filter .sort-dropdown-menu label {
  color: #123061;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  margin-left: 8px;
}
.item-filter .sort-dropdown-options {
  max-height: 300px;
  overflow-y: scroll;
}
.item-filter .sort-dropdown-options::-webkit-scrollbar {
  width: 0.25em;
}
.item-filter .sort-dropdown-options::-webkit-scrollbar-track {
  background-color: #E8E8E8;
}
.item-filter .sort-dropdown-options::-webkit-scrollbar-thumb {
  background-color: #123061;
}
@media (max-width: 991px) {
  .item-filter {
    display: none;
    flex-direction: column;
  }
  .item-filter > div {
    padding-block: 18px;
    border-top: 1px solid #E8E8E8;
  }
  .item-filter > div:first-child {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .item-filter {
    display: flex;
  }
}

#toggleFilterOptions {
  display: none;
}
@media (max-width: 991px) {
  #toggleFilterOptions {
    position: relative;
    display: block;
    font-weight: 700;
    color: #123061;
    width: 100%;
    padding-top: 18px;
  }
  #toggleFilterOptions:after {
    position: absolute;
    content: "+";
    right: 0;
  }
}

.audio-transcription {
  border: 1px solid #E8E8E8;
  border-top-right-radius: 28px;
  border-top-left-radius: 28px;
}
.audio-transcription table {
  margin: 0;
  border: 0;
}
.audio-transcription table tr.current {
  background-color: #E8E8E8;
}
.audio-transcription table td {
  border: 0;
}
.audio-transcription table td:hover {
  cursor: pointer;
}
.audio-transcription table td:first-child {
  width: 20%;
  padding: 1rem 0 1rem 1rem;
}
.audio-transcription table td:last-child {
  padding: 1rem 1rem 1rem 0;
}

#tableNav {
  display: flex;
  justify-content: end;
  gap: 8px;
  flex-wrap: wrap;
}
#tableNav .btn {
  border-radius: 0;
}
#tableNav .btn.btn-secondary {
  background-color: #E8E8E8;
  color: #393939;
  font-weight: 900;
}
#tableNav .btn.btn-secondary:hover {
  background-color: #C6D1DB;
}

/*LOADING*/
#loading-overlay-wrapper {
  position: fixed;
  z-index: 10000;
  color: #393939;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.3s linear;
  top: 0;
  left: 0;
}
#loading-overlay-wrapper.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.3s linear;
}
#loading-overlay-wrapper .spinner-border {
  width: 5rem;
  height: 5rem;
  border-width: 0.5rem;
}
#loading-overlay-wrapper .loading-overlay {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  background: transparent;
  width: 100vw;
  height: 100vh;
}
#loading-overlay-wrapper .loading-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(20px);
  background: rgba(255, 255, 255, 0.5);
}

#sfrForm {
  padding: 0 !important;
}

#permission-dropdown,
#permission-dropdown .dropdown-toggler {
  position: relative;
}
#permission-dropdown .dropdown-toggler {
  width: 100%;
  background-color: #C6D1DB;
  color: #123061;
  border: 0;
  padding: 8px 12px;
}
#permission-dropdown .dropdown-toggler:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 40%;
  width: 16px;
  height: 10px;
  background: url("../Icons/icon-arrow-down.svg") center/cover no-repeat;
  transition: all 50ms ease-in-out;
}
#permission-dropdown.active .dropdown-container {
  display: block;
}
#permission-dropdown.active .dropdown-toggler:after {
  transform: rotate(180deg);
}
#permission-dropdown p, #permission-dropdown label {
  margin: 0;
}
#permission-dropdown label {
  margin-left: 6px;
}
#permission-dropdown .dropdown-container {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #C6D1DB;
}
#permission-dropdown .dropdown-container .dropdown-entry {
  padding: 8px 16px;
}
#permission-dropdown .dropdown-container .dropdown-entry:hover {
  cursor: pointer;
  background-color: #C6D1DB;
}

#comments {
  display: none;
}

#sfrForm {
  /*
  input[type=text],
  input[type=email],
  select,
  input[type=password] {
    border-radius: 0;
    border: 1px solid $color-grey;
    box-shadow: unset;
  }
  */
}
#sfrForm .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
  border: 2px solid #707070;
}

#c1447 {
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #c1447 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #c1447 {
    width: 70%;
  }
}
@media (min-width: 992px) {
  #c1447 {
    width: 50%;
  }
}

#c1447.frame-layout-default .frame-container-default {
  padding: 0;
}

/*
.error-msg {
  color: red;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 0.5rem;
  display: block;
  display: none;
}
*/
.audio-transcription-container {
  max-height: 672px;
  overflow-y: scroll;
}

#searcher {
  position: relative;
}

:root {
  --bs-border-radius: 0;
}

.navbar-mainnavigation .navbar-brand-image img {
  height: 60px;
  width: auto;
}

#mainnavigation .navbar-nav {
  margin-right: -0.5rem;
}

.frame-header h2.element-header {
  border: none;
  padding: 0;
}

.frame-header *:last-child {
  margin-bottom: 1.5rem;
}

.contentcontainer {
  margin-left: -20px;
  margin-right: -20px;
}

#page-footer .contentcontainer {
  margin-left: 0;
  margin-right: 0;
}

/*# sourceMappingURL=styles.css.map */
