::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  transition: background-color 5000s ease-in-out 0s;
}
.disabled-overlay {
  position: relative;
}
.disabled-overlay:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(242, 242, 240, 0.7);
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
html {
  height: 100%;
}
body {
  overflow: hidden;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.8px;
  word-break: break-word;
}
body.dark-theme {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  body.dark-theme.sidebar-open {
    -moz-transform: translateX(220px);
    -webkit-transform: translateX(220px);
    -o-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
  }
}
.border-1-main {
  border: 1px solid;
}
/*--------------------------------------------------------
Typography
---------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 35px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 20px;
  font-weight: 600;
}
h2 a.breadcrumb-link {
  font-weight: 300;
}
h2 a.breadcrumb-link.active,
h2 a.breadcrumb-link:hover,
h2 a.breadcrumb-link:active,
h2 a.breadcrumb-link:focus {
  text-decoration: none;
  outline: none;
}
h2 .breadcrumb-item {
  font-weight: 300;
}
h2 .breadcrumb-item:before {
  content: "\00a0|\00a0";
  display: inline-block;
}
h3.form-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
figure {
  margin: 0;
  position: relative;
}
ul,
ol,
li {
  margin: 0;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.hint-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.label {
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.rotate-180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline;
}
/*--------------------------------------------------------
Anchor
---------------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s all ease;
  position: relative;
  outline: none;
}
a.active,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
button {
  transition: 0.3s all ease;
}
/*--------------------------------------------------------
Photoswiper
---------------------------------------------------------*/
.open-img {
  cursor: pointer;
}
/*--------------------------------------------------------
Form Elements
---------------------------------------------------------*/
label,
input {
  outline: none;
  margin: 0;
}
input {
  display: block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  padding: 10px 14px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
label.error {
  margin-top: 5px;
}
.btn-pink {
  font-size: 1rem;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
  padding: 1px 22px 0 22px;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .btn-pink {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-pink {
    font-size: 16px;
  }
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
  outline: none !important;
  box-shadow: none !important;
}
.btn-height {
  line-height: 48px;
}
.file-loadingbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  z-index: 999;
}
.file-loadingbar-fixed .progress-circle-indeterminate {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
}
/*--------------------------------------------------------
Expanded Image
---------------------------------------------------------*/
.img-fluid-expanded {
  max-width: 150%;
  height: auto;
}
/*--------------------------------------------------------
Loader
---------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
#preloader .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.ajax-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.ajax-loading .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.ajax-loading h3 {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
}
.ajax-loading-inline {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.ajax-loading-inline .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
/*--------------------------------------------------------
Upload Container
---------------------------------------------------------*/
.upload-container .close {
  position: absolute;
  right: 18px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97998px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.5136px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.567324px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
}
/*--------------------------------------------------------
Page Wrapper
---------------------------------------------------------*/
video {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------
Page Wrapper
---------------------------------------------------------*/
#page-wrapper {
  height: 100vh;
}
/*--------------------------------------------------------
Widths/Heights
---------------------------------------------------------*/
.w-h-10px {
  width: 10px;
  height: 10px;
}
.w-h-20px {
  width: 20px;
  height: 20px;
}
.w-h-25px {
  width: 25px;
  height: 25px;
}
/*--------------------------------------------------------
Language Switcher
---------------------------------------------------------*/
.switch-content-lang {
  position: relative;
}
.switch-content-lang:not(.active) img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.switch-content-lang:not(.active) img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.switch-content-lang:not(.active).missing:not(:hover):after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f05e";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 6px;
  font-size: 10px;
  text-align: center;
  font-weight: 900;
}
/*--------------------------------------------------------
Sidebar
---------------------------------------------------------*/
#sidebar {
  width: 260px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  #sidebar {
    width: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  #sidebar {
    -moz-transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    -o-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px);
  }
}
#sidebar .sidebar-top {
  width: 100%;
  height: 214px;
  padding: 40px 0;
}
#sidebar .sidebar-top figure {
  width: 100px;
  height: 100px;
  display: block;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  margin: 0 auto 24px auto;
  overflow: hidden;
}
#sidebar .sidebar-top p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
#sidebar .sidebar-top p a img {
  display: inline-block;
  width: 28px;
  height: 16px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#sidebar .sidebar-top p a:hover img {
  -webkit-filter: none;
  filter: none;
}
#sidebar .sidebar-nav {
  width: 100%;
  height: calc(100% - 214px - 100px);
  overflow-y: auto;
}
#sidebar .sidebar-nav nav {
  padding-top: 10px;
}
#sidebar .sidebar-nav nav ul {
  padding: 0;
}
#sidebar .sidebar-nav nav ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
#sidebar .sidebar-nav nav ul li:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  #sidebar .sidebar-nav nav ul li {
    font-size: 12px;
  }
}
#sidebar .sidebar-nav nav ul li a {
  padding: 6px 0 6px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#sidebar .sidebar-nav nav ul li a i {
  display: inline-block;
  margin-right: 14px;
  width: 28px;
  text-align: center;
  font-size: 18px;
}
#sidebar .sidebar-nav nav ul li a i.mdi {
  font-size: 20px;
}
#sidebar .sidebar-nav nav ul li a i img {
  display: block;
  width: 28px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1199px) {
  #sidebar .sidebar-nav nav ul li a i img {
    width: 20px;
    height: 20px;
  }
}
#sidebar .sidebar-nav nav ul li a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#sidebar .sidebar-nav nav ul li.active a i img,
#sidebar .sidebar-nav nav ul li:hover a i img {
  -webkit-filter: none;
  filter: none;
}
#sidebar .sidebar-bottom {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  text-align: center;
}
#sidebar .sidebar-bottom .bottom-logo img {
  padding: 20px 50px;
}
/*--------------------------------------------------------
Main Content Panel
---------------------------------------------------------*/
#main-content-panel {
  width: 100%;
  min-height: 96vh;
  padding-left: 260px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #main-content-panel {
    padding-left: 0;
  }
}
#main-content-panel .img-rounded-wrapper .img-rounded {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
#main-content-panel .img-rounded-wrapper .img-rounded.extra-small {
  width: 20px;
  height: 20px;
}
#main-content-panel .img-rounded-wrapper .img-rounded.small {
  width: 50px;
  height: 50px;
}
#main-content-panel .img-rounded-wrapper .img-rounded.large {
  width: 200px;
  height: 200px;
}
#main-content-panel .img-rounded-wrapper .img-rounded.center-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 50% 0;
  margin-top: -25px;
  text-align: center;
  font-size: 50px;
}
#main-content-panel .img-rounded-wrapper .img-rounded img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "Ändern";
  padding: 50% 0;
  margin-top: -5px;
  text-align: center;
}
#main-content-panel .img-rounded-wrapper .bubble {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -50px;
  left: 50%;
  margin-left: -40px;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  text-align: center;
  display: table;
}
#main-content-panel .img-rounded-wrapper .bubble.icon {
  width: 40px;
  height: 40px;
  bottom: -20px;
  margin-left: -20px;
}
#main-content-panel .img-rounded-wrapper .bubble div {
  display: table-cell;
  vertical-align: middle;
}
#main-content-panel .img-rounded-wrapper .bubble div a {
  display: block;
  line-height: 40px;
}
#main-content-panel .inner-content-panel {
  padding: 60px;
  position: relative;
  /*--------------------------------------------------------
    Header
    ---------------------------------------------------------*/
  /*--------------------------------------------------------
    Main Content Area
    ---------------------------------------------------------*/
}
@media only screen and (max-width: 1199px) {
  #main-content-panel .inner-content-panel {
    padding: 60px 20px;
  }
}
#main-content-panel .inner-content-panel .mobile-sidebar {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) {
  #main-content-panel .inner-content-panel .mobile-sidebar {
    display: none;
  }
}
#main-content-panel .inner-content-panel header {
  margin-bottom: 60px;
}
#main-content-panel .inner-content-panel header .date-container {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
#main-content-panel .inner-content-panel .main-content-area .box-container {
  margin-bottom: 30px;
  position: relative;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header {
  padding: 30px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header h3 {
  text-transform: uppercase;
  font-size: 24px;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-header h3 {
    font-size: 16px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header a {
  padding: 18px;
  position: relative;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header a.link-select:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-control {
  text-align: right;
  width: 100%;
  height: 50px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-control a.btn-pink {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body {
  padding: 30px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body.no-gutters {
  padding: 0;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title {
  margin-bottom: 38px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title h3 {
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title h3 {
    font-size: 16px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title h4 {
  font-size: 18px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .big-no {
  font-size: 55px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .big-no {
    font-size: 40px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .label {
  font-size: 18px;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .label {
    font-size: 14px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body img.img-vektor {
  display: block;
  width: 50px;
  height: 42px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  text-align: center;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 1199px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body img.img-vektor {
    width: 20px;
    height: 20px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .icon-vektor {
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 50px;
}
@media only screen and (max-width: 1199px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .icon-vektor {
    font-size: 30px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .grid-box {
  margin-left: 0;
  margin-right: 0;
}
#main-content-panel .inner-content-panel .main-content-area .grid-box > div {
  padding: 10px 15px;
}
#main-content-panel .inner-content-panel .main-content-area .grid-box > div .label {
  padding-top: 10px;
}
/*--------------------------------------------------------
Copyright Panel
---------------------------------------------------------*/
#copyright-panel {
  width: 100%;
  padding-left: 260px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  #copyright-panel {
    padding-left: 0;
  }
}
#copyright-panel .inner-content-panel {
  padding: 0 60px 10px 60px;
  position: relative;
  font-size: 12px;
}
@media only screen and (max-width: 1199px) {
  #copyright-panel .inner-content-panel {
    padding: 0 20px 10px 20px;
  }
}
/*--------------------------------------------------------
Unread Badge
---------------------------------------------------------*/
.unread-badge {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  right: 0;
  z-index: 9999;
}
.quadratic-badge {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*--------------------------------------------------------
Lottie
---------------------------------------------------------*/
#lottie-player {
  width: 100%;
  margin: auto;
}
/*--------------------------------------------------------
Sweet Alert
---------------------------------------------------------*/
.swal-footer {
  text-align: center;
}
/*--------------------------------------------------------
Modal
---------------------------------------------------------*/
.modal.modal-max {
  overflow-y: hidden;
}
.modal.modal-max .modal-dialog {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
  height: 100%;
  margin-top: 0 !important;
}
.modal.modal-max .modal-dialog .modal-content-wrapper {
  height: 100%;
}
.modal.modal-max .modal-dialog .modal-content-wrapper .modal-content {
  height: 100%;
  border: 0;
}
.modal.modal-max .modal-dialog .modal-content-wrapper .modal-content .modal-header {
  padding: 12px 25px 12px 25px;
}
.modal.modal-max .modal-dialog .modal-content-wrapper .modal-content .modal-body {
  padding: 0;
}
.modal.modal-max .modal-dialog .modal-content-wrapper .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=Base.css.map */