@charset "UTF-8";
/* CSS Document */
a {
  color: #334163;
  text-decoration: underline;
  transition: all ease 0.5s;
}
a:hover,
a:hover .ui-icon:after,
a:hover a [data-icon]:after {
  color: #ce0303;
}
a:focus,
a:active {
  transform: translateY(2px);
}

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

/* ###################################################
#
# Header
#
################################################### */
#header {
  background-color: #fff !important;
  color: #334163 !important;
}
#header #logo img {
  background-image: url("../image/logo.svg");
  background-repeat: no-repeat;
  background-size: 260px auto;
  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: .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-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

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: #334163;
}
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(51, 65, 99, 0.05);
}

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

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

input.ui-state-focus {
  background-color: rgba(51, 65, 99, 0.05);
}

/*###################################################################
#																	                                  #
#	1010 Benutzermenü												                          #
#																	                                  #
###################################################################*/
/*#userProfil a:hover  {background-color:#004178; color: #FFF; background-image: url(../image/layout/userProfilH.png);}*/
#persMenu,
#settingsMenu {
  background-color: rgba(51, 65, 99, 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: #334163;
  box-shadow: inset 0 0 0 3px #334163, 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: #334163;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #334163, 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: #334163;
  padding: 0.4rem;
  color: #fff;
}

table th {
  font-weight: 700;
  color: #fff;
  text-align: start;
}
table th a,
table th a.ui-icon:after {
  color: #fff;
}

.buttonsArea {
  border-top-color: #334163;
}

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

.content td {
  background-color: #ededed;
  border: solid 1px #ffffff;
  padding: 6px;
  color: #000;
  max-width: 400px;
  word-wrap: break-word;
  text-align: start;
}

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

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

.assigned-tasks-container {
  display: flex;
  row-gap: 0.3rem;
  flex-direction: column;
  padding: 0.3rem !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: .5rem;
}

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

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