@charset "UTF-8";
/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
p,
blockquote,
table,
th,
td,
input,
textarea,
select,
option,
.ui-inputfield {
  /*font-size: 14px;
  font-weight: 300;*/
}

a {
  color: #184e8d;
  text-decoration: underline;
  transition: all ease 0.5s;
}
a:hover,
a:hover .ui-icon:after,
a:hover a [data-icon]:after {
  color: #fece43;
}
a:focus,
a:active {
  transform: translateY(2px);
}

a .ui-icon:after,
a [data-icon]:after {
  color: #184e8d;
  transition: all ease 0.5s;
}
a .ui-icon:after:hover,
a [data-icon]:after:hover {
  color: #fece43;
}

/* ###################################################
#
# Header
#
################################################### */
#header {
  background-color: #fff !important;
  color: #184e8d !important;
}
#header #logo img {
  background-image: url("../image/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40px;
}
#header #logo img a {
  margin: 0.25rem;
}
#header a:hover,
#header a:focus,
#header #Navigation span:hover,
#header #Navigation span:focus {
  color: #184e8d;
  transition: all ease 0.5s;
}
#header #Navigation ul {
  background-color: rgba(51, 65, 99, 0.98);
}
#header #Navigation ul a {
  color: rgba(255, 255, 255, 0.7);
}
#header #Navigation ul a:hover,
#header #Navigation ul a:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
#header #Navigation .title {
  background-color: #184e8d;
}
#header #Navigation .title span {
  color: #fff;
}
#header #Navigation .title span:hover,
#header #Navigation .title span:focus {
  color: #fff;
}

.navbar__menu .dropdown {
  display: inline;
}

.dropdown--item {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.dropdown--logo {
  width: auto;
  height: 2rem;
  margin-top: 0.6rem;
}
.dropdown > .dropdown__menu {
  left: 0;
  top: 100%;
  position: absolute;
  padding: 6rem 1.2rem 1rem 1.2rem !important;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: grid !important;
  row-gap: 0.8rem;
  column-gap: 1.8rem;
  grid-template-rows: min-content;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  list-style: none;
  opacity: 0;
  display: none !important;
  min-width: 0px;
  transition: opacity 0.1s ease-in-out, min-width 0.2s ease-in;
}
.dropdown > .dropdown__menu li.dropdown__submenu a {
  color: #000;
}

.dropdown__submenu {
  padding: 0.5rem;
  margin-bottom: 1.4rem;
  border: none !important;
}
.dropdown__submenu span {
  list-style: none;
  padding-top: 1.2rem;
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
  display: inline-block;

  color: #fff !important;
  font-weight: 700;
}
.dropdown__submenu ul {
  min-width: 100%;
  list-style: none;
  box-shadow: none !important;
}

.dropdown__submenu ul li.title span {
  padding-top: 0.4rem !important;
}

.dropdown__submenu ul li:last-child {
  border-bottom: 0.5px solid #9b9b9b;
}

.dropdown__submenu li span:after {
  top: 30% !important;
}

.dropdown__submenu ul li a {
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
}
.dropdown.active .dropdown__menu {
  opacity: 1;
  min-width: 100%;
  min-height: 100vh;
  display: grid !important;
}

.dropdown__menu .title {
  padding-top: 0.5rem;
}

/* ###################################################
#
# Formularelemente
#
################################################### */
/* Eingabfelder */
select,
option {
  font-weight: 300;
  font-family: inherit;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input.ui-state-default:hover,
input.ui-state-default:focus {
  border-color: #184e8d;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.ui-state-default:focus {
  background-color: rgba(24, 78, 141, 0.05);
}

input.ui-state-default {
  font-weight: 300;
}

input.ui-state-hover {
  color: #000;
  border-color: #184e8d;
}

input.ui-state-focus {
  background-color: rgba(24, 78, 141, 0.05);
}

/*###################################################################
#																	                                  #
#	1010 Benutzermenü												                          #
#																	                                  #
###################################################################*/
/*#userProfil a:hover  {background-color:#004178; color: #FFF; background-image: url(../image/layout/userProfilH.png);}*/
#persMenu,
#settingsMenu {
  background-color: rgba(24, 78, 141, 0.95);
}
#persMenu a,
#settingsMenu a {
  color: #fff;
}

/* Buttons */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.btn,
.button {
  font-weight: 700;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus {
  background-color: #fff;
  color: #555;
  box-shadow: inset 0 0 0 3px #555, 0 4px 2px 0 rgba(0, 0, 0, 0.1);
}
input[type="submit"].confirm,
input[type="reset"].confirm,
input[type="button"].confirm,
button.confirm,
.btn.confirm,
.button.confirm {
  color: #fff;
  background-color: #184e8d;
  box-shadow: inset 0 0 0 3px #184e8d, 0 4px 2px 0 rgba(0, 0, 0, 0.1);
}
input[type="submit"].confirm:hover,
input[type="submit"].confirm:focus,
input[type="reset"].confirm:hover,
input[type="reset"].confirm:focus,
input[type="button"].confirm:hover,
input[type="button"].confirm:focus,
button.confirm:hover,
button.confirm:focus,
.btn.confirm:hover,
.btn.confirm:focus,
.button.confirm:hover,
.button.confirm:focus {
  color: #184e8d;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #184e8d, 0 4px 2px 0 rgba(0, 0, 0, 0.1);
}

.ui-widget-content a.button,
.ui-widget-content a.button {
  color: #fff;
}
.ui-widget-content a.button:hover,
.ui-widget-content a.button:focus,
.ui-widget-content a.button:hover,
.ui-widget-content a.button:focus {
  color: #555;
}

div#content_window_login h3,
div#content_window_error404 h3 {
  background-color: #184e8d;
  padding: 0.4rem;
  color: #fff;
}

.contentRight table th {
  font-weight: 700;
  color: #fff;
}

.breadcrumb {
  border-top: solid 1px #184e8d;
  border-bottom: solid 1px #184e8d;
}

.disabled {
  opacity: 0.3;
  cursor: none;
  pointer-events: none;
}

.flex-row {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.assigned-tasks-container {
  display: flex;
  row-gap: 0.3rem;
  flex-direction: column;
  padding: 0.3rem !important;

  .flex-row {
    a {
      padding-left: 10px !important;
    }
  }

  .task-item {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*###################################################################
#																	                                  #
#	Tabs Horizontal 												                          #
#																	                                  #
###################################################################*/
[data-module^="tabs_"] {
  margin: 0.5rem;
}

/* CSS Document */
[data-module="tabs_horizontal"] {
  & > ul {
    border-bottom: solid 2px #184e8d;
  }
  & > ul li {
    cursor: pointer;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0.5rem 1rem;
    background: transparent;
    color: #184e8d;

    &.active {
      background: #184e8d;
      color: #fff;
      cursor: default;
      border-radius: 6px 6px 0 0;
      &:hover,
      &:focus {
        color: #fff;
      }
    }
    &:hover,
    &:focus {
      color: #184e8d;
    }
  }
  .content {
    display: none;
    padding: 0.25rem;
    background: #fff;
    border-top: none;
  }
  .content.active {
    display: block;
  }
}
