@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;
}

/* ###################################################
#
# 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;
}
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;
}