.da {
  box-shadow: var(--box-shadow);
  height: 600px;
  position: relative;
}
.da.loaded #da-result {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  transform: translateX(0px);
}
.da.loaded .da-inner {
  transform: translateX(-20px);
  transition: 0.3s;
}
.da-inner {
  padding: 30px;
  transition: 0.3s;
}
.da h3 {
  text-align: center;
}
.da-areas {
  display: flex;
  justify-content: space-around;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 50px;
}
.da-areas-item {
  cursor: pointer;
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.da-areas-item:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.da-areas-item:hover span {
  color: #e50043;
  transition: 0.3s;
}
.da-areas-item img {
  width: 100px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.da-areas-item span {
  font-size: 20px;
  color: #1b1919;
  text-align: center;
  line-height: 1.2em;
  transition: 0.3s;
}
.da .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.da .loader .line {
  background-color: #e50043;
}
.da #da-result {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(20px);
}
.da #da-result .btn.btn-primary:hover i {
  transform: none;
}
.da-header {
  display: flex;
  align-content: center;
  height: 70px;
  padding: 0 15px;
  border-bottom: 1px solid #eeeeee;
}
.da-header > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.da-header .da-back a {
  cursor: pointer;
}
.da-header .da-back span, .da-header .da-back i {
  color: #e50043;
}
.da-header .da-back i {
  margin-right: 20px;
}
.da-header .da-back span {
  font-weight: 600;
  text-transform: uppercase;
}
.da-header .da-title {
  justify-content: center;
}
.da-header .da-title img {
  width: 30px;
  margin-right: 1em;
}
.da-header .da-title span {
  font-size: 20px;
  color: #1b1919;
}
.da-header .da-search {
  position: relative;
  justify-content: flex-end;
}
.da-header .da-search input {
  width: 70%;
}
.da-header .da-search i {
  position: absolute;
  right: 10px;
}
.da-body {
  height: 100%;
  display: flex;
  position: relative;
}
.da-body .sidebar-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  pointer-events: none;
  z-index: 98;
  transition: 0.3s;
}
.da-body .da-sidebar {
  width: 300px;
  height: calc(100% - 70px);
  overflow-y: scroll;
  border-right: 1px solid #eee;
  flex-shrink: 0;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner {
  padding: 15px;
  cursor: pointer;
  position: relative;
  padding-right: 25px !important;
  transition: 0.3s;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner:hover {
  background-color: rgba(239, 122, 0, 0.2);
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner:not(.collapsed) {
  background-color: #e50043;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner:not(.collapsed) span {
  color: #fff;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner:not(.collapsed) i {
  color: #fff;
  transition: 0.3s;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner:not(.collapsed) i:before {
  transform: rotate(90deg);
  transition: 0.3s;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner span {
  color: #1b1919;
  transition: 0.3s;
  font-weight: 600;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner i {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  width: 25px;
  justify-content: center;
  color: #1b1919;
  transition: 0.3s;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-inner i:before {
  transition: 0.3s;
}
.da-body .da-sidebar > .da-sidebar-item:first-child .da-sidebar-item-inner:not(.collapsed) {
  background-color: rgba(239, 122, 0, 0.2);
}
.da-body .da-sidebar > .da-sidebar-item:first-child .da-sidebar-item-inner:not(.collapsed) i, .da-body .da-sidebar > .da-sidebar-item:first-child .da-sidebar-item-inner:not(.collapsed) span {
  color: #e50043;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product {
  padding: 6px 15px;
  display: block;
  cursor: pointer;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product.active, .da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product .da-sidebar-item-inner:first-child:not(.collapsed) {
  background-color: rgba(239, 122, 0, 0.2);
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product.active i, .da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product.active span, .da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product .da-sidebar-item-inner:first-child:not(.collapsed) i, .da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product .da-sidebar-item-inner:first-child:not(.collapsed) span {
  color: #e50043;
}
.da-body .da-sidebar > .da-sidebar-item .da-sidebar-item-product span {
  font-size: 14px;
}
.da-body .da-sidebar > .da-sidebar-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.da-body .da-body-inner {
  width: 100%;
  padding: 30px;
  overflow-y: scroll;
  height: calc(100% - 70px);
  position: relative;
}
.da-body .da-body-inner .da-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
}
.da-body .da-body-inner .da-item > div:last-child {
  padding: 10px;
  gap: 10px;
  display: flex;
  position: relative;
}
.da-body .da-body-inner .da-item > div:first-child {
  display: flex;
  align-items: center;
  width: 65%;
}
.da-body .da-body-inner .da-item > div img {
  /* height: 100%; */
  /* aspect-ratio: 9/16; */
  background-color: #e50043;
  flex-shrink: 0;
  height: 55px;
}
.da-body .da-body-inner .da-item > div img.video-icon {
  padding: 10px;
  padding-right: 0;
  background-color: transparent;
}
.da-body .da-body-inner .da-item > div .pdf-thumb {
  width: 40px;
  position: relative;
}
.da-body .da-body-inner .da-item > div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 30px;
}
.da-body .da-body-inner .da-item > div a {
  margin: 0;
  padding: 5px 15px;
  flex-shrink: 0;
}
.da-body .da-body-inner .da-item > div a.btn-default {
  background-color: #eeeeee;
  color: #1b1919;
  cursor: pointer;
}
.da-body .da-body-inner .da-item > div a.btn-default:hover {
  background-color: #ddd;
}
.video-modal .modal-dialog {
  pointer-events: auto;
}
.video-modal .modal-dialog .modal-content {
  height: auto;
  margin: 0 auto;
  width: auto;
}
.video-modal .modal-dialog .modal-content .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background-color: #e50043;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.video-modal .modal-dialog .modal-content .close i {
  font-size: 20px;
  color: #fff;
}
.video-modal .modal-dialog .modal-content video {
  width: 100%;
  max-height: calc(100vh - 100px);
}
/*# sourceMappingURL=../../template/css/_maps/downloadbereich.map */