@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: #5AA1E2;
  text-decoration: underline;
  transition: all ease 0.5s;
}
a:hover, a:hover .ui-icon:after, a:hover a [data-icon]:after {
  color: #8c969e;
}
a:focus, a:active {
  transform: translateY(2px);
}

a .ui-icon:after, a [data-icon]:after {
  color: #5AA1E2;
  transition: all ease 0.5s;
}
a .ui-icon:after:hover, a [data-icon]:after:hover {
  color: #8c969e;
}

/* ###################################################
#
# Header
#
################################################### */
#header {
  background-color: #fff;
  color: #5AA1E2;
}
#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, #header #Navigation span {
  color: #5AA1E2;
}
#header a:hover, #header a:focus, #header #Navigation span:hover, #header #Navigation span:focus {
  color: #8c969e;
  transition: all ease 0.5s;
}
#header #Navigation ul {
  background-color: rgba(90, 161, 226, 0.95);
}
#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: #8c969e;
}
#header #Navigation .title span {
  color: #fff;
}
#header #Navigation .title span:hover, #header #Navigation .title span:focus {
  color: #fff;
}

#header .dropdown--item {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
#header .dropdown--logo {
  width: 4.4rem;
  height: 1.2rem;
}
#header .dropdown > ul {
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 999;
  background: #fff;
  max-width: 100%;
  padding: 3rem;
  list-style: none;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem);
  transition: opacity 0.1s ease, transform 0.3s ease, visibility 0.3s ease;
}
#header .dropdown > ul li a {
  color: #000;
  padding: 0.6rem 0.3rem;
  border-bottom: 1px solid transparent;
}
#header .dropdown__submenu {
  padding: 0.5rem;
  margin-bottom: 1.4rem;
}
#header .dropdown__submenu span {
  list-style: none;
  font-weight: bolder;
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 1.6rem;
  color: #3b3a3a;
  flex: 1 1 200px;
  min-width: 150px;
}
#header .dropdown__submenu ul {
  list-style: none;
}
#header .dropdown__submenu ul li {
  cursor: pointer;
  padding-left: 0.4rem;
  border-bottom: 0.5px solid #fff;
  background-color: #334163;
}
#header .dropdown__submenu ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1px;
  display: inline-block;
}
#header .dropdown__submenu ul li.title {
  background-color: #d22321;
}
#header .dropdown:hover .dropdown__menu {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ###################################################
#
# 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: #5AA1E2;
}
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(90, 161, 226, 0.05);
}

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

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

input.ui-state-focus {
  background-color: rgba(90, 161, 226, 0.05);
}

/*###################################################################
#																	                                  #
#	1010 Benutzermenü												                          #
#																	                                  #
###################################################################*/
/*#userProfil a:hover  {background-color:#004178; color: #FFF; background-image: url(../image/layout/userProfilH.png);}*/
#persMenu, #settingsMenu {
  background-color: rgba(90, 161, 226, 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: #5AA1E2;
  box-shadow: inset 0 0 0 3px #5AA1E2, 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: #5AA1E2;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #5AA1E2, 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: #5AA1E2;
  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: #5AA1E2;
}

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

.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;
}
/*###################################################################
#																	                                  #
#	Tabs Horizontal 												                          #
#																	                                  #
###################################################################*/
[data-module^=tabs_] {
    margin: .5rem;
}

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

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