@charset "UTF-8";
.navbar-main {
  display: none !important;
}

.inhalte.has_sidebar > .row {
  padding-top: 70px;
}
@media screen and (max-width: 575.5px) {
  .inhalte.has_sidebar > .row {
    padding-top: 30px;
  }
}

/* Buttons */
.btn--burger {
  color: #000000;
  font-size: 0;
  box-shadow: none;
}
.btn--burger:active {
  box-shadow: none;
}
.btn--burger__label, .btn--burger__bars {
  display: inline-block;
  vertical-align: middle;
}
.btn--burger__label {
  font-family: "roboto_slabregular";
  font-size: 25px;
  line-height: 20px;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}
.btn--burger__label b {
  font-family: "roboto_slabbold";
}
.btn--burger__bars {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
.btn--burger__bars span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #59ac27;
  background-image: linear-gradient(to right, #000000 50%, #59ac27 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
}
.btn--burger__bars span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
  transition-delay: 0.1s;
}
.btn--burger__bars span:last-child {
  top: 100%;
  transform: translate(0, -100%);
  transition-delay: 0.2s;
}
.btn--burger:hover, .btn--burger_hover {
  color: #59ac27;
}
.btn--burger:hover .btn--burger__label, .btn--burger_hover .btn--burger__label {
  color: #59ac27;
}
.btn--burger:hover .btn--burger__bars span, .btn--burger_hover .btn--burger__bars span {
  background-color: #000000;
  background-position: 0 0;
}

/* Footer */
.footer .pageservice a.melden:before {
  background-image: url(../Icons/icon_melden.png);
  background-position: 0 6px;
  width: 30px;
  height: 36px;
}
.footer .pageservice a.melden:hover:before {
  background-position: -30px 6px;
}

/* Lists */
.nav.gremien {
  margin-top: 30px;
  display: block;
}
.nav.gremien .as_link_hover {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.nav.gremien .as_link_hover:first-child {
  border-top: 2px solid rgba(125, 145, 155, 0.25);
}
.nav.gremien .as_link_hover a {
  display: block;
  font-family: "roboto_slabbold";
  font-size: 24px;
  color: #006ea0;
  margin: 0;
  padding: 10px 0 10px 35px;
  position: relative;
}
@media screen and (max-width: 575.5px) {
  .nav.gremien .as_link_hover a {
    font-size: 18px;
  }
}
.nav.gremien .as_link_hover a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: currentColor;
  background-image: url(../Images/arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px auto;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575.5px) {
  .nav.gremien .as_link_hover a:before {
    top: auto;
  }
}
.nav.gremien .as_link_hover a:hover {
  background-color: transparent;
}
.nav.gremien .as_link_hover a:hover:before {
  left: 5px;
}

/*
 * Utilities
 */
/* Content line */
.content-line {
  padding-top: 70px;
}

.ajax-loading {
  background-repeat: no-repeat;
  background-position: center center;
}
.ajax-loading.large {
  background-image: url("../Images/ajax-loader_100x100.gif");
  height: 150px;
}

.app.size-1x05 > * {
  padding-top: calc(50% - 4px);
}
.app--form__wraper {
  position: relative;
  background-color: rgba(125, 145, 155, 0.25);
  border-color: rgba(125, 145, 155, 0);
  color: #59ac27;
}
.app--form__wraper div {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.app--form__wraper div h3 {
  font-family: "oswaldregular";
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
}
.app--form__wraper div form {
  position: relative;
}
.app--form__wraper div input {
  display: block;
  width: 100%;
  background-color: #ffffff;
  font-family: "roboto_slabregular";
  font-size: 20px;
  color: #006ea0;
  border: none;
  outline: none;
  padding: 11px 55px 11px 15px;
}
.app--form__wraper div input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7d919b;
  opacity: 1;
}
.app--form__wraper div input::-moz-placeholder { /* Firefox 19+ */
  color: #7d919b;
  opacity: 1;
}
.app--form__wraper div input:-ms-input-placeholder { /* IE 10+ */
  color: #7d919b;
  opacity: 1;
}
.app--form__wraper div input:-moz-placeholder { /* Firefox 18- */
  color: #7d919b;
  opacity: 1;
}
.app--form__wraper div button[type=submit] {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  color: #59ac27;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.app--form__wraper div button[type=submit]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
}
.app--form__wraper div button[type=submit]:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: currentcolor;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: 50% 100%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 575.5px) {
  .app--form__wraper div {
    padding: 0 15px;
  }
  .app--form__wraper div input {
    font-size: 14px;
  }
}

@keyframes badgeRotation {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-10deg);
  }
  10% {
    transform: rotate(0deg) scale(1.1);
  }
  15% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotations {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Topics list */
.tx-typo3forum-topic-list-container {
  margin-top: 40px;
  overflow-x: auto;
  overflow-y: visible;
}
.tx-typo3forum-topic-list-container .table thead {
  background-color: #e5e9eb;
  border: none;
}
.tx-typo3forum-topic-list-container .table thead th {
  border: none;
  padding: 20px;
  font-family: "oswaldregular";
  color: #7d919b;
  font-size: 18px;
  vertical-align: top;
}
.tx-typo3forum-topic-list-container .table tbody tr {
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.tx-typo3forum-topic-list-container .table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.tx-typo3forum-topic-list-container .table tbody td {
  border: none;
  background-color: transparent;
  padding: 20px;
  font-family: "roboto_slabregular";
  font-size: 15px;
  text-align: right;
  color: #7d919b;
}
.tx-typo3forum-topic-list-container .table tbody td .forum-link {
  display: block;
  text-align: left;
  font-size: 18px;
  color: #006ea0;
  font-family: "roboto_slabbold";
  transition: all 0.3s ease-in-out;
}
.tx-typo3forum-topic-list-container .table tbody td .forum-link:hover {
  text-decoration: none;
  opacity: 0.75;
}
.tx-typo3forum-topic-list-container .table tbody td .fragment {
  display: block;
  text-align: left;
  color: #000000;
}
.tx-typo3forum-topic-list-container .table tbody td .fragment b {
  font-family: "roboto_slabbold";
}

@media screen and (max-width: 991.55px) {
  .tx-typo3forum-topic-list-container .table thead th {
    width: 25%;
  }
  .tx-typo3forum-topic-list-container .table tbody td {
    width: 25%;
  }
}
@media screen and (max-width: 479.55px) {
  .tx-typo3forum-topic-list-container .table thead th {
    padding: 10px;
    font-size: 16px;
    width: 25%;
  }
  .tx-typo3forum-topic-list-container .table tbody td {
    padding: 10px;
    width: 25%;
  }
  .tx-typo3forum-topic-list-container .table tbody td .forum-link {
    font-size: 16px;
  }
}
.page-title {
  border: 2px solid rgba(125, 145, 155, 0.25);
  padding: 20px 30px;
  margin: 26px 0 0 0;
  color: #006ea0;
}
@media screen and (max-width: 575.5px) {
  .page-title {
    padding: 10px 15px;
  }
}
.page-title * {
  color: #006ea0;
}
.page-title .icon {
  display: inline-block;
  vertical-align: middle;
}
.page-title img {
  max-width: 80px;
  height: auto;
  margin-right: 30px;
  width: 100%;
}
@media screen and (max-width: 575.5px) {
  .page-title img {
    max-width: 40px;
    height: auto;
    margin-right: 15px;
  }
}
.page-title div {
  display: inline-block;
  vertical-align: middle;
}
.page-title h2 {
  display: inline-block;
  vertical-align: middle;
  font-family: "oswaldregular";
  font-size: 36px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575.5px) {
  .page-title h2 {
    font-size: 24px;
  }
}
.page-title h3 {
  font-family: "oswaldregular";
  font-size: 21px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575.5px) {
  .page-title h3 {
    font-size: 18px;
  }
}
.page-title h1 {
  font-family: "roboto_slabbold";
  font-size: 36px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media screen and (max-width: 575.5px) {
  .page-title h1 {
    font-size: 24px;
  }
}

/* Icons */
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon--spiner {
  width: 40px;
  height: 40px;
  position: relative;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in-out;
}
.icon--spiner span {
  display: block;
  width: 2px;
  height: 9px;
  background-color: #006ea0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  transform-origin: 50% 20px;
  left: 50%;
}
.icon--spiner span:first-child {
  transform: translate(-50%, 0) rotate(0);
}
.icon--spiner span:nth-child(2) {
  transform: translate(-50%, 0) rotate(30deg);
}
.icon--spiner span:nth-child(3) {
  transform: translate(-50%, 0) rotate(60deg);
}
.icon--spiner span:nth-child(4) {
  transform: translate(-50%, 0) rotate(90deg);
}
.icon--spiner span:nth-child(5) {
  transform: translate(-50%, 0) rotate(120deg);
}
.icon--spiner span:nth-child(6) {
  transform: translate(-50%, 0) rotate(150deg);
}
.icon--spiner span:nth-child(7) {
  transform: translate(-50%, 0) rotate(180deg);
}
.icon--spiner span:nth-child(8) {
  transform: translate(-50%, 0) rotate(210deg);
}
.icon--spiner span:nth-child(9) {
  transform: translate(-50%, 0) rotate(240deg);
}
.icon--spiner span:nth-child(10) {
  transform: translate(-50%, 0) rotate(270deg);
}
.icon--spiner span:nth-child(11) {
  transform: translate(-50%, 0) rotate(300deg);
}
.icon--spiner span:nth-child(12) {
  transform: translate(-50%, 0) rotate(330deg);
}
.icon--file {
  width: 33px;
  height: 40px;
}
.icon--conversation {
  width: 41px;
  height: 40px;
}

.side-nav {
  margin-top: 17px;
}
@media screen and (max-width: 575.5px) {
  .side-nav {
    margin-top: 60px;
  }
}
.side-nav nav {
  margin-top: 25px;
  padding: 25px 10px;
  border-top: 2px solid rgba(125, 145, 155, 0.25);
}
.side-nav nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-nav nav ul li {
  padding: 6px 0;
}
.side-nav nav ul li:first-child {
  padding-top: 0;
}
.side-nav nav ul li:last-child {
  padding-bottom: 0;
}
.side-nav nav ul li a {
  display: block;
  font-family: "roboto_slabregular";
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.side-nav nav ul li a:hover:not(.current) {
  color: #5aaf28;
  text-decoration: none;
}
.side-nav nav ul li a:hover:not(.current):before {
  left: 5px;
  border-left-color: #5aaf28;
}
.side-nav nav ul li a.current {
  font-family: "roboto_slabbold";
  color: #5aaf28;
}
.side-nav nav ul li a.current:before {
  transform: rotate(180deg);
  border-left-color: #5aaf28;
}
.side-nav nav ul li a:before {
  content: "";
  display: block;
  border-left: 8px solid #7d919b;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform-origin: 50% 50%;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.side-nav form {
  position: relative;
}
.side-nav form input {
  display: block;
  width: 100%;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #000000;
  padding: 11px 50px 10px 15px;
  border: 2px solid #e5e9eb;
  outline: none;
}
.side-nav form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7d919b;
}
.side-nav form input::-moz-placeholder { /* Firefox 19+ */
  color: #7d919b;
}
.side-nav form input:-ms-input-placeholder { /* IE 10+ */
  color: #7d919b;
}
.side-nav form input:-moz-placeholder { /* Firefox 18- */
  color: #7d919b;
}
.side-nav form button {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.side-nav form button:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border: 2px solid #5aaf28;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.side-nav form button:after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #5aaf28;
  transform-origin: 50% 100%;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* Top navigation line */
.vud-nav {
  padding: 26px 0;
  border-bottom: 2px solid #e5e9eb;
}
.vud-nav .btn--burger {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575.5px) {
  .vud-nav {
    padding: 15px 0;
  }
}

/* User actions */
.user-actions .d-none {
  display: none;
}
.user-actions .user {
  display: block;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.user-actions .user li {
  display: inline-block;
  font-size: 20px;
  font-family: "oswaldregular";
  color: #000000;
  position: relative;
}
.user-actions .user li:first-child {
  padding-right: 20px;
}
.user-actions .user li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -38%);
}
.user-actions .user li a {
  display: block;
  padding: 0 20px;
  position: relative;
}
.user-actions .user li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #5aaf28;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
}
.user-actions .user li a:hover {
  text-decoration: none;
  color: #000000;
}
.user-actions .user li a:hover:after {
  width: 40%;
  left: 30%;
}
.user-actions .user li.profile a:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 19px;
  height: 24px;
  background-image: url(../Images/user_full.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
  top: 4px;
  margin-right: 10px;
  transform-origin: 50% 100%;
}
.user-actions .user li.profile:hover a:before {
  animation: rotations 1.5s linear infinite;
}
.user-actions .user li.favorites a:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 21px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../Images/star2_full.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in-out;
}
.user-actions .user li.favorites a:after {
  left: 62%;
}
.user-actions .user li.favorites a:hover:after {
  left: 42%;
}
.user-actions .user li.favorites:hover a:before {
  transform: rotate(218deg);
}
.user-actions .user li.logout:after {
  display: none;
}
.user-actions .user li.logout a {
  color: #7d919b;
}
.user-actions .user li.logout a:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 21px;
  height: 22px;
  margin-right: 10px;
  background-image: url(../Images/exit_full.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
  left: 0;
  top: 4px;
  transition: all 0.3s ease-in-out;
}
.user-actions .user li.logout a:after {
  display: none;
}
.user-actions .user li.logout:hover a:before {
  left: 5px;
}
@media screen and (max-width: 575.5px) {
  .user-actions {
    margin-top: 15px;
  }
  .user-actions .user li {
    font-size: 18px;
  }
  .user-actions .user li.name {
    float: left;
    text-align: left;
    line-height: 35px;
    width: calc(100% - 120px);
  }
  .user-actions .user li.profile a, .user-actions .user li.favorites a, .user-actions .user li.logout a {
    line-height: 0;
    font-size: 0;
    color: transparent;
    float: left;
    border: 2px solid #e5e9eb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    padding: 0;
  }
  .user-actions .user li.profile a::before, .user-actions .user li.favorites a::before, .user-actions .user li.logout a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .user-actions .user li.profile:hover a:before, .user-actions .user li.favorites:hover a:before, .user-actions .user li.logout:hover a:before {
    animation: none;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .user-actions .user li:hover a::after {
    text-decoration: none;
    width: 0;
  }
  .user-actions .user li::after {
    content: none;
  }
}

/* Ajax Loader */
.opacity-wrapper,
.opacity-wrapper * {
  position: relative;
}

/* partial opacity hack, part III: IE6 support */
* html .opacity-wrapper {
  overflow: hidden;
}

* html .opacity {
  width: 2000px;
  height: 2000px;
}

.opacity-wrapper .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  -moz-opacity: 0.8; /* older Mozilla browser */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */
  filter: alpha(opacity=80); /* IE5.x -7.0 */
}
.opacity-wrapper .ajax-loading {
  background-color: #fff;
  z-index: 1000;
  display: none;
}

.tx_asaggregatesearch .tx_asaggregatesearch-left {
  margin-top: 25px;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation h4 {
  font-family: "oswaldregular";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation h4 a {
  color: #7d919b;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation h4 a:hover {
  text-decoration: none;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse {
  padding: 0;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse .tx_asaggregatesearch-domain-headline {
  font-size: 18px;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse .tx_asaggregatesearch-domain-headline div {
  font-family: "oswaldregular";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  margin-top: 15px;
  color: #7d919b;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul {
  font-size: 18px;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li {
  margin: 0 0 10px;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li a {
  color: #7d919b;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li a:before {
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #7d919b;
  margin-right: 5px;
  display: inline-block;
  margin-top: 1px;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li a:hover {
  text-decoration: none;
  color: #000000;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li a:hover:before {
  border-color: transparent transparent transparent #000000;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li a span {
  background-color: #7d919b;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li.tx_asaggregatesearch-domain_aktiv a {
  color: #000000;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li.tx_asaggregatesearch-domain_aktiv a:before {
  border-color: transparent transparent transparent #000000;
}
.tx_asaggregatesearch .tx_asaggregatesearch-left .kontextnavigation .collapse ul li.tx_asaggregatesearch-domain_aktiv a span {
  background-color: #000000;
}
.tx_asaggregatesearch .tx_asaggregatesearch-right .tx-indexedsearch-browsebox {
  margin-top: 25px;
  display: none;
}
.tx_asaggregatesearch .tx_asaggregatesearch-right .tx-indexedsearch-title a {
  font-family: "roboto_slabbold";
  font-size: 24px;
  line-height: 36px;
}
.tx_asaggregatesearch .tx_asaggregatesearch-right .tx-indexedsearch-descr {
  font-size: 18px;
  line-height: 24px;
}

#appbox .app, .tx_asapps .app {
  margin-bottom: 30px;
  position: relative;
  /* App Icons */
}
#appbox .app.app-brick a:before, .tx_asapps .app.app-brick a:before {
  background-image: url(../Icons/Apps/brick.svg);
}
#appbox .app.app-calendar2 a:before, .tx_asapps .app.app-calendar2 a:before {
  background-image: url(../Icons/Apps/calendar2.svg);
}
#appbox .app.app-collaboration a:before, .tx_asapps .app.app-collaboration a:before {
  background-image: url(../Icons/Apps/collaboration.svg);
}
#appbox .app.app-conversation a:before, .tx_asapps .app.app-conversation a:before {
  background-image: url(../Icons/Apps/conversation.svg);
}
#appbox .app.app-file a:before, .tx_asapps .app.app-file a:before {
  background-image: url(../Icons/Apps/file.svg);
}
#appbox .app.app-conversation2 a:before, .tx_asapps .app.app-conversation2 a:before {
  background-image: url(../Icons/Apps/conversation2.svg);
}
#appbox .app.app-notes a:before, .tx_asapps .app.app-notes a:before {
  background-image: url(../Icons/Apps/notes.svg);
}
#appbox .app.app-typo3 a:before, .tx_asapps .app.app-typo3 a:before {
  background-image: url(../Icons/Apps/typo3.svg);
}
#appbox .app a, .tx_asapps .app a {
  display: block;
  border: 2px solid #c6c6c6;
  border-radius: 5px;
  position: relative;
  color: #006ea0;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  z-index: 200;
}
#appbox .app a:before, .tx_asapps .app a:before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#appbox .app a:hover, .tx_asapps .app a:hover {
  background-color: #f1f1f1;
}
#appbox .app a .badge, .tx_asapps .app a .badge {
  background-color: #ff0000;
  position: absolute;
  right: 10px;
  top: 10px;
}
#appbox .app.marked a, .tx_asapps .app.marked a {
  border: 2px solid #fbbb00;
}
#appbox .app.marked a:hover, .tx_asapps .app.marked a:hover {
  background-color: #fff8e5;
}
#appbox .app.removable a .addel, .tx_asapps .app.removable a .addel {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #008A87;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
  cursor: pointer;
}
#appbox .app .text, .tx_asapps .app .text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 0.75em;
  font-family: "oswaldregular";
  font-size: 24px;
  line-height: 24px;
}
#appbox .app a.help, .tx_asapps .app a.help {
  display: block;
  z-index: 205;
  float: right;
  width: 24px;
  height: 24px !important;
  margin-bottom: -24px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYlJREFUeNqsVMFKw0AQnTYll55yKUJzKkJACUi8xE8IBU8F/Q5vol9Q6GcUKvYk9JhLcmlBgtBToCSXCJJLTy00IOtM2EiMazdVH7ywyc57OzsZpsEYAwEU5CVygDSQZ/z7CzJETpFPyPdvSjKs0EAumBwLHvtFXzW7QW5ZfWy5Rmg4ZL/HsPBp8BpeISflUqRpCkmSQBRFn990XQfTNKHdbovqfo18IEMVF6Tqlnc9z8tNqyAzx3FEhivkaYv/yW51lzIhQ8Mw8vf1eg2u68Jms8nXmqZVJcfkRYZ90XEkKItUVYUa6DfxcS6Loqzm87nwoAouKMOjfWZ0Pd/3Icsy6HQ6YNv2vvBuS5ZdGIa5Wa/XA8uyZOEZXflNlmHRMjXwSs04Zv+HMWU423ckNTZdu8hUglmTT46VsCBYuyAIYLlcQhzHMjMKmJJhhrwXRVDvFS1Cf1iC29yrNBxGf6jdSDRtFOQdcneA0Y5rlJ/m4aED9kQ2YMvZDpAT5HPJhNaPfE8RaT8EGADz1an9ie14jQAAAABJRU5ErkJggg==");
  background-position: -24px;
  background-size: 200%;
  border: none;
}
@media screen and (max-width: 575.5px) {
  #appbox .app, .tx_asapps .app {
    margin-bottom: 15px;
  }
  #appbox .app a, .tx_asapps .app a {
    height: 100px;
  }
  #appbox .app a:before, .tx_asapps .app a:before {
    width: 60%;
    height: 70%;
  }
  #appbox .app a .text, .tx_asapps .app a .text {
    font-size: 18px;
    padding-bottom: 0.5em;
  }
}

.tx_asapps .apps .ui-sortable-handle {
  -ms-touch-action: auto;
  touch-action: auto;
}
.tx_asapps .apps .apps-header a {
  font-size: inherit;
  cursor: pointer;
}
.tx_asapps .apps .apps-header a.edit, .tx_asapps .apps .apps-header a.add, .tx_asapps .apps .apps-header a.save {
  padding-right: 22px;
}
.tx_asapps .apps .apps-header a.add, .tx_asapps .apps .apps-header a.save {
  display: none;
}
.tx_asapps .apps .apps-header a.edit {
  color: #3c3c3c;
}
.tx_asapps .apps .apps-header a.add {
  color: #3c3c3c;
}
.tx_asapps .apps .apps-header a.save {
  color: #3c3c3c;
}
.tx_asapps .app.removable a .addel {
  display: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIdJREFUeNqM0lEKgCAMBuAdQ/BV6ADeviehSwSC98gX22LBWNso+KF0X0MZrLUKZsckDATJmIbZgF/oOQNIoHNd0wsW1PvZ20geoPXoj9UCGr1wcOFlAQsBd5gCVl0T3dL800mCzh2G+P6cSYNsnLHL2/MAeFBOhAUs+EwEzd4RAAmprtwCDADMYTf8LD3QCAAAAABJRU5ErkJggg==");
}

#appbox .modal-dialog {
  max-width: 60%;
}
#appbox .app {
  width: 25%;
}
#appbox .app.removable a .addel {
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNpi/P//PwMOgCzBiE0BEwMFYCRqZkELVWJCfpA4m3E0kdBJM0CAAQDN9AceOLnmlgAAAABJRU5ErkJggg==");
}
#appbox .app a.help {
  display: none;
}

/* Zustände: in Bearbeitung */
body.apps-edit .apps {
  padding: 0 10px;
  background-color: #fff;
}
body.apps-edit .apps .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
body.apps-edit .apps .apps-header {
  margin-left: -10px;
  margin-right: -10px;
}
body.apps-edit .apps .apps-header a.add, body.apps-edit .apps .apps-header a.save {
  display: block;
}
body.apps-edit .apps .apps-header a.edit {
  display: none;
}
body.apps-edit .apps .app-container {
  margin: 0 -10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAXCAYAAAB50g0VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNqsl89HRFEcxe/8KDMMaRiizVAiGhKllEpKi2gVsylapWmo/6UfprSJEi3aDBER0+aVlJgUaWgTZRiiTEqjczmPJ1693v0ePh6zuPO93/e959wXsCyrUyk1CmJKRpfgGLxKLBYGV+AGDIA+UGe4ZhfoAAVwCr5MFgvy+cFd58CtwMbrwRjIgnaJAm1VwB7YAs8ChcZBGsyAhESBth7ABjgAVYFCW0AGTIDof2fQTTVwDopgGPT8siGvzejmfOpxuuB/+OqgU+/gkPN5L9DNKDuZYWeNC7RVBjtgl7NqqgRnM81Z/fcrdtMdKPGVD4GIYaH6lLfRkgp0FF8ddEp7mwVWaMymCoF+sEgfNS7Q1hvIg3WefFPpNJsE86BZ/xBA1MWkYglKMTYbhNYrBtnWQYGIU7SkVdrIp8SGg4ylEbBgGkuULuyEhRZNF3POYCOP/CxoEij0BeyDTfAklcVaSTDnJ5Zc9MhDlPcz6+E/YilFbzrzEkse7onX9M5eWovvy4ItbcLjjKVWgW5qEz4Ca16vdV59UMfSNIkLFGpf67YZoSJZrNjFLLsaESi0xEuI67XOT5KE+Gmw9DOWfMq+1i3zWZOKuqgjlpIChVbZyRw7K5LFip6pvXNKKOLKnE09o5VvAQYALOhkQ9DIs78AAAAASUVORK5CYII=");
}
body.apps-edit .app a {
  cursor: default;
  background-color: #fff;
}
body.apps-edit .app.removable a .addel {
  display: block;
}
body.apps-edit .app a.help {
  display: none;
}

/* Tabs section */
.newsbox {
  margin-top: 70px;
}
.newsbox .nav-tabs {
  border: none;
  font-size: 0;
}
.newsbox .nav-tabs li {
  border: 2px solid #e5e9eb;
  border-bottom: none;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.newsbox .nav-tabs li .icon {
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  fill: #006ea0;
}
.newsbox .nav-tabs li:after {
  content: "";
  display: block;
  width: 50px;
  border-top: 15px solid transparent;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}
.newsbox .nav-tabs li:last-child {
  margin-right: 0;
}
.newsbox .nav-tabs li a {
  margin: 0;
  padding: 20px;
  border: none;
  background-color: transparent;
  font-family: "oswaldregular";
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
  outline: none;
  color: #006ea0;
}
.newsbox .nav-tabs li a:hover {
  border: none;
  background-color: transparent;
}
.newsbox .nav-tabs li a .badge {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 200;
  background-color: #d20000;
  border-radius: 50%;
  font-family: "oswaldbold";
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
}
.newsbox .nav-tabs li.active, .newsbox .nav-tabs li:hover {
  margin-bottom: 0;
  background-color: #006ea0;
  border-color: #006ea0;
}
.newsbox .nav-tabs li.active a, .newsbox .nav-tabs li:hover a {
  color: #ffffff;
  background-color: transparent;
  outline: none;
  border: none;
}
.newsbox .nav-tabs li.active a .badge, .newsbox .nav-tabs li:hover a .badge {
  animation: badgeRotation 1.5s linear;
}
.newsbox .nav-tabs li.active:after, .newsbox .nav-tabs li:hover:after {
  border-top-width: 20px;
  border-top-color: #006ea0;
}
.newsbox .nav-tabs li.active .icon, .newsbox .nav-tabs li:hover .icon {
  fill: #ffffff;
}
.newsbox .nav-tabs li.active .icon--spiner, .newsbox .nav-tabs li:hover .icon--spiner {
  transform: rotate(90deg);
}
.newsbox .nav-tabs li.active .icon--spiner span, .newsbox .nav-tabs li:hover .icon--spiner span {
  background-color: #ffffff;
}
.newsbox .tab-content {
  background-color: #e5e9eb;
  padding: 20px 60px;
}
.newsbox .tab-content .news {
  font-size: 0;
  color: #006ea0;
}
.newsbox .tab-content .news:after {
  content: "";
  display: block;
  clear: both;
}
.newsbox .tab-content .news:nth-child(odd) {
  color: #5aaf28;
}
.newsbox .tab-content .news__icon {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 80px;
  margin-right: 15px;
  padding: 45px 0 35px;
  text-align: right;
}
.newsbox .tab-content .news__icon * {
  display: inline-block;
  fill: currentColor;
  max-width: 100%;
  height: auto;
}
.newsbox .tab-content .news__details {
  display: inline-block;
  padding: 40px 0;
  vertical-align: top;
  width: 100%;
  max-width: calc(100% - 95px);
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.newsbox .tab-content .news__details h2 {
  font-family: "roboto_slabbold";
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.newsbox .tab-content .news__details h2 a {
  color: inherit;
}
.newsbox .tab-content .news__details p {
  font-family: "roboto_slabregular";
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 20px;
  padding: 0;
}
.newsbox .tab-content .news__type-and-date {
  float: left;
  font-family: "roboto_slabbold";
  font-size: 18px;
}
.newsbox .tab-content .news__type-and-date span:first-child:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0;
  position: relative;
  top: -4px;
}
.newsbox .tab-content .news__more-btn {
  display: block;
  float: right;
  font-family: "roboto_slabbold";
  font-size: 18px;
  color: currentColor;
  padding-right: 33px;
  position: relative;
}
.newsbox .tab-content .news__more-btn:hover {
  text-decoration: none;
}
.newsbox .tab-content .news__more-btn:hover:after, .newsbox .tab-content .news__more-btn:hover:before {
  right: -5px;
}
.newsbox .tab-content .news__more-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: currentColor;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
}
.newsbox .tab-content .news__more-btn:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-left: none;
  border-bottom: none;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 200;
  transform: translate(-75%, -50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575.5px) {
  .newsbox {
    margin-top: 30px;
  }
  .newsbox .nav-tabs li {
    margin-right: 0;
    margin-bottom: 2px;
    width: 100%;
  }
  .newsbox .nav-tabs li.active:after, .newsbox .nav-tabs li:hover:after {
    display: none;
  }
  .newsbox .nav-tabs li a {
    font-size: 18px;
    padding: 10px;
    width: 100%;
  }
  .newsbox .nav-tabs li a .badge {
    top: auto;
  }
  .newsbox .tab-content {
    padding: 10px;
  }
  .newsbox .tab-content .news__icon {
    padding: 20px 0;
    max-width: 30px;
  }
  .newsbox .tab-content .news__details {
    padding: 20px 0;
    max-width: calc(100% - 45px);
  }
  .newsbox .tab-content .news__details h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .newsbox .tab-content .news__details p {
    font-size: 14px;
    line-height: 20px;
  }
  .newsbox .tab-content .news__type-and-date {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .newsbox .tab-content .news__more-btn {
    margin-top: 15px;
    display: block;
    font-size: 14px;
  }
}

/* Mehr button */
.mehr {
  margin-top: 40px;
  position: relative;
}
.mehr a {
  transition: all 0.3s ease-in-out;
}
.mehr .dots {
  display: block;
  text-align: center;
}

.tx_asfalfilebrowser {
  margin-top: 30px;
}
.tx_asfalfilebrowser form {
  margin: 10px 0 20px;
}
.tx_asfalfilebrowser .b-panel {
  margin-bottom: 20px;
}
.tx_asfalfilebrowser .b-panel__content {
  padding: 25px;
  border: 2px solid rgba(125, 145, 155, 0.25);
}
.tx_asfalfilebrowser .b-panel__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tx_asfalfilebrowser .b-panel__content__files-list .text {
  display: flow-root;
  vertical-align: top;
  width: 87%;
}
@media screen and (max-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list .text {
    min-height: 61px;
    width: auto;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list .icon {
  display: inline-block;
  vertical-align: top;
  height: 51px;
  width: auto;
  margin: 0 20px 0 0;
  fill: #5AAF28;
}
@media screen and (max-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list .icon {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 575.5px) {
  .tx_asfalfilebrowser .b-panel__content__files-list .icon {
    height: 40px;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list img {
  display: inline-block;
  vertical-align: top;
  height: 51px;
  width: auto;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 575.5px) {
  .tx_asfalfilebrowser .b-panel__content__files-list img {
    height: 40px;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list li {
  padding: 30px 0 30px 0;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
  position: relative;
}
@media screen and (min-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list li {
    display: flex;
  }
}
@media screen and (max-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list li {
    padding: 30px 0 60px 0;
  }
}
@media screen and (max-width: 575.5px) {
  .tx_asfalfilebrowser .b-panel__content__files-list li {
    padding: 15px 0 50px 0;
  }
  .tx_asfalfilebrowser .b-panel__content__files-list li.folder {
    padding: 15px 0;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 575.5px) {
  .tx_asfalfilebrowser .b-panel__content__files-list li:first-child {
    padding-bottom: 0;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list li:last-child {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 575.5px) {
  .tx_asfalfilebrowser .b-panel__content__files-list li:last-child.folder {
    padding-bottom: 0;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list li:last-child .download-link {
  bottom: 0;
}
.tx_asfalfilebrowser .b-panel__content__files-list h4 {
  display: block;
  color: #5aaf28;
  font-family: "roboto_slabbold";
  font-size: 24px;
  margin: 0;
  padding: 0;
  width: 80%;
  word-wrap: break-word;
}
@media screen and (max-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list h4 {
    font-size: 18px;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list h4 .neu {
  display: inline-block;
  font-family: "oswaldregular";
  background-color: #d20000;
  color: #ffffff;
  margin-left: 15px;
  padding: 5px 6px 2px;
  line-height: 1;
  position: absolute;
}
.tx_asfalfilebrowser .b-panel__content__files-list span {
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
@media screen and (max-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list span {
    font-size: 14px;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list .fav {
  position: relative;
  top: -7px;
  right: -5px;
  padding-right: 0;
  color: #7d919b;
}
@media screen and (max-width: 767.55px) {
  .tx_asfalfilebrowser .b-panel__content__files-list .fav {
    position: absolute;
    top: 25px;
  }
}
.tx_asfalfilebrowser .b-panel__content__files-list .link-icon {
  text-decoration: none;
  float: left;
}
.tx_asfalfilebrowser .b-panel__content__files-list .download-link {
  color: #5aaf28;
  font-family: "oswaldbold";
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding-right: 30px;
  float: right;
}
.tx_asfalfilebrowser .b-panel__content__files-list .download-link:visited, .tx_asfalfilebrowser .b-panel__content__files-list .download-link:focus, .tx_asfalfilebrowser .b-panel__content__files-list .download-link:active {
  color: #5aaf28;
}
.tx_asfalfilebrowser .b-panel__content__files-list .download-link:after {
  content: "";
  display: block;
  width: 21px;
  height: 19px;
  background-image: url(../Images/download_green.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
}
.tx_asfalfilebrowser .b-panel__content__files-list .download-link:hover:after {
  transform: translate(0, -40%);
}

a.fav:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../Icons/Favorites/icon_fav.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
a.fav.loading:before {
  background-image: url(../Images/ajax-loader_30x30.gif);
  background-position: center center !important;
}
a.fav-add:before {
  background-position: 34% 42%;
}
a.fav-add:after {
  content: "";
}
a.fav-active:before {
  background-position: 67% 42%;
}
a.fav-remove:before {
  background-position: 100% 42%;
}

.pageservice a.fav:before {
  width: 33px;
  height: 38px;
  background-image: url(../Icons/Favorites/icon_fav.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
.pageservice a.fav:before.loading {
  background-image: url(../Images/ajax-loader_30x30.gif);
  background-position: center center !important;
}
.pageservice a.fav-add:before {
  background-position: 34% 42%;
}
.pageservice a.fav-add:after {
  content: "";
}
.pageservice a.fav-active:before {
  background-position: 67% 42%;
}
.pageservice a.fav-remove:before {
  background-position: 100% 42%;
}

.tx_asfavorites {
  margin-top: 30px;
  font-family: "roboto_slabbold";
}
.tx_asfavorites .panel-heading {
  color: #ffffff;
  background-color: #006ea0;
  font-size: 2rem;
  padding: 5px 20px 8px;
}
.tx_asfavorites .page-title {
  margin-bottom: 25px;
}
.tx_asfavorites .item {
  border-radius: 0;
  border: 2px solid rgba(125, 145, 155, 0.25);
  border-bottom: 0;
  font-size: 18px;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 20px;
}
.tx_asfavorites .item:last-child {
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.tx_asfavorites .item div.sp1 {
  display: inline-block;
  padding: 0 15px 0 0 !important;
  width: 85%;
}
.tx_asfavorites .item div.sp1 a {
  display: inline-block;
  color: #006ea0;
}
.tx_asfavorites .item div.sp1 small {
  color: #5aaf28;
}
.tx_asfavorites .item div.sp1 .text {
  display: none;
}
.tx_asfavorites .item div.sp2 a {
  /*
  &.fav {
    display: block;
    width: 33px; // orig: 30px
    height: 38px; // orig: 30px
    background-image: url(../Icons/Favorites/icon_fav.png);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    bottom: auto;
    position: static;
    margin-right: -20px;

    &.loading {
  	background-image: url(../Images/ajax-loader_30x30.gif);
  	background-position: center center !important;
    }
  }
  &.fav-remove {
    margin-right: -13px;
    margin-top: -5px;
    @media screen and (max-width: 768px) {
  	right: 0;
  	top: -10px;
    }
    background-position: 100% 42%; // orig: 100% 100%
  }
  &.fav-remove:after {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 2px solid #c6c6c6;
    font-size: 14px;
    color: #777;
    text-align: right;
    padding: 0 5px;
    margin-right: 35px;
    white-space: nowrap;
  }
  &.fav-remove:after {
    content: "aus Favoriten entfernen";
    right: 17px;
  }
  &.fav-remove:hover:after {
    display: inline-block;
  }
  */
}
.tx_asfavorites .item.no-entries {
  background-image: unset !important;
  padding-left: 10px !important;
}

.btn-toolbar a.fav {
  display: none;
}
.btn-toolbar a.fav-add, .btn-toolbar a.fav-active, .btn-toolbar a.fav-remove {
  display: block;
}

.news-single a.fav {
  display: inline-block;
}

.tx_asgremien {
  margin-top: 30px;
  /* Panels */
}
.tx_asgremien p.details {
  font-family: "roboto_slabregular";
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.tx_asgremien .ctype-list {
  margin-top: 30px;
}
.tx_asgremien .button-row {
  padding: 0;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
  text-align: justify;
  font-size: 0;
}
.tx_asgremien .button-row.downloads {
  margin-top: 0;
  border-top: none;
}
.tx_asgremien .button-row.text-left {
  text-align: left;
}
.tx_asgremien .button-row.text-left a {
  margin-right: 40px;
}
.tx_asgremien .button-row--in-middle {
  border-top: 2px solid rgba(125, 145, 155, 0.25);
  margin: 30px 0;
}
.tx_asgremien .button-row--in-middle.download-item {
  display: inline-block;
}
.tx_asgremien .button-row:after {
  content: "";
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
.tx_asgremien .button-row a {
  display: inline-block;
  margin: 20px 0;
  text-align: left;
  margin-right: 15px;
}
.tx_asgremien .button-row a:last-of-type {
  margin-right: 0;
}
.tx_asgremien .back-link {
  display: inline-block;
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.tx_asgremien .back-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #e5e9eb;
  margin-right: 15px;
}
.tx_asgremien .back-link:after {
  content: "";
  display: block;
  border-right: 8px solid #7d919b;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.tx_asgremien .back-link:hover {
  color: #7d919b;
  text-decoration: none;
}
.tx_asgremien .back-link:hover:after {
  left: 17px;
}
.tx_asgremien .tx_asfavorites_item {
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.tx_asgremien .tx_asfavorites_item:hover {
  color: #7d919b;
  text-decoration: none;
}
.tx_asgremien .tx_asfavorites_item:before {
  margin-bottom: -5px;
}
.tx_asgremien .anker-link, .tx_asgremien .download-item {
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.tx_asgremien .anker-link:hover, .tx_asgremien .download-item:hover {
  color: #7d919b;
  text-decoration: none;
}
.tx_asgremien .anker-link:hover:before, .tx_asgremien .download-item:hover:before {
  animation: rotations 1.5s linear infinite;
}
.tx_asgremien .anker-link:before, .tx_asgremien .download-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background-image: url(../Images/attachment.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.tx_asgremien .download-article {
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.tx_asgremien .download-article:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 21px;
  height: 19px;
  background-image: url(../Images/download.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.tx_asgremien .download-article--zip:before {
  background-image: url(../Images/folder.svg);
  width: 24px;
  height: 22px;
}
.tx_asgremien .download-article:hover {
  color: #7d919b;
  text-decoration: none;
}
.tx_asgremien .download-article:hover:before {
  top: 5px;
}
.tx_asgremien .list-type-asinformationssystem_pi1 .collapse {
  display: block;
}
.tx_asgremien .b-panel {
  margin-bottom: 20px;
}
.tx_asgremien .b-panel__title a {
  display: block;
  padding: 20px 35px 20px 15px;
  font-family: "roboto_slabbold";
  font-size: 24px;
  color: #006ea0;
  transition: all 0.3s ease-in-out;
  border: 2px solid rgba(125, 145, 155, 0.25);
  position: relative;
}
.tx_asgremien .b-panel__title a:hover {
  text-decoration: none;
  background-color: #5aaf28;
  border-color: #5aaf28;
  color: #ffffff;
}
.tx_asgremien .b-panel__title a:hover:after {
  border-color: #ffffff;
}
.tx_asgremien .b-panel__title a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #006ea0;
  border-top: none;
  border-left: none;
  transform-origin: 50% 50%;
  transform: translate(0, -80%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.tx_asgremien .b-panel.active .b-panel__title a {
  text-decoration: none;
  background-color: #5aaf28;
  border-color: #5aaf28;
  color: #ffffff;
}
.tx_asgremien .b-panel.active .b-panel__title a:after {
  border-color: #ffffff;
  transform: rotate(-45deg) scaleY(-1);
  top: 45%;
}
.tx_asgremien .b-panel__content {
  padding: 25px;
  display: none;
  border-left: 2px solid rgba(125, 145, 155, 0.25);
  border-right: 2px solid rgba(125, 145, 155, 0.25);
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.tx_asgremien .b-panel__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tx_asgremien .b-panel__content__articles-list li {
  padding: 30px 0;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.tx_asgremien .b-panel__content__articles-list li:first-child {
  padding-top: 0;
}
.tx_asgremien .b-panel__content__articles-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tx_asgremien .b-panel__content__articles-list a {
  display: block;
  color: #5aaf28;
  font-family: "roboto_slabbold";
  font-size: 24px;
}
.tx_asgremien .b-panel__content__articles-list span:not(.tx_asuserseen.neu) {
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.tx_asgremien .b-panel__content__files-list div {
  display: flow-root;
  vertical-align: top;
}
.tx_asgremien .b-panel__content__files-list img {
  display: inline-block;
  float: left;
  vertical-align: top;
  height: 51px;
  width: auto;
  margin: 0 20px 0 0;
}
.tx_asgremien .b-panel__content__files-list li {
  padding: 30px 110px 30px 0;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767.55px) {
  .tx_asgremien .b-panel__content__files-list li {
    display: flex;
  }
}
.tx_asgremien .b-panel__content__files-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tx_asgremien .b-panel__content__files-list li:last-child .download-link {
  bottom: 0;
}
.tx_asgremien .b-panel__content__files-list a, .tx_asgremien .b-panel__content__files-list h4 {
  display: block;
  color: #5aaf28;
  font-family: "roboto_slabbold";
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.tx_asgremien .b-panel__content__files-list h4 {
  word-break: break-all;
}
.tx_asgremien .b-panel__content__files-list span {
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.tx_asgremien .b-panel__content__files-list .download-link {
  color: #5aaf28;
  font-family: "oswaldbold";
  font-size: 18px;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding-right: 30px;
}
.tx_asgremien .b-panel__content__files-list .download-link:visited, .tx_asgremien .b-panel__content__files-list .download-link:focus, .tx_asgremien .b-panel__content__files-list .download-link:active {
  color: #5aaf28;
}
.tx_asgremien .b-panel__content__files-list .download-link:after {
  content: "";
  display: block;
  width: 21px;
  height: 19px;
  background-image: url(../Images/download_green.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
}
.tx_asgremien .b-panel__content__files-list .download-link:hover:after {
  transform: translate(0, -40%);
}
@media screen and (max-width: 991.55px) {
  .tx_asgremien .list-type-asinformationssystem_pi1 .nav {
    margin-bottom: 30px;
  }
  .tx_asgremien .list-type-asinformationssystem_pi1 .nav .as_link_hover a {
    font-size: 18px;
    padding-left: 26px;
  }
  .tx_asgremien .list-type-asinformationssystem_pi1 .nav .as_link_hover a:before {
    width: 20px;
    height: 20px;
    background-size: 9px auto;
    top: 13px;
  }
}
@media screen and (max-width: 767.55px) {
  .tx_asgremien {
    /* Page title */
    /* Panels */
  }
  .tx_asgremien .page-title {
    padding: 10px 20px;
  }
  .tx_asgremien .page-title img {
    max-width: 40px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .tx_asgremien .page-title div {
    display: inline;
  }
  .tx_asgremien .page-title h3 {
    font-size: 16px;
    display: inline-block;
  }
  .tx_asgremien .page-title h1, .tx_asgremien .page-title h2 {
    font-size: 26px;
  }
  .tx_asgremien .b-panel__title a {
    padding: 15px 10px;
    font-size: 18px;
  }
  .tx_asgremien .b-panel__title a:after {
    width: 12px;
    height: 12px;
  }
  .tx_asgremien .b-panel__content {
    padding: 15px;
  }
  .tx_asgremien .b-panel__content__articles-list li {
    padding: 25px 0;
  }
  .tx_asgremien .b-panel__content__articles-list a {
    font-size: 18px;
  }
  .tx_asgremien .b-panel__content__articles-list span {
    font-size: 14px;
  }
  .tx_asgremien .b-panel__content__files-list img {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .tx_asgremien .b-panel__content__files-list li {
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .tx_asgremien .b-panel__content__files-list h4 {
    font-size: 18px;
  }
  .tx_asgremien .b-panel__content__files-list span {
    font-size: 14px;
  }
  .tx_asgremien .b-panel__content__files-list .download-link {
    text-align: right;
    position: relative;
    margin: 15px 0;
    bottom: 0;
    font-size: 16px;
  }
  .tx_asgremien .b-panel__content__files-list .download-link:after {
    top: 45%;
  }
}

.tx_asuserseen {
  cursor: pointer;
}
.tx_asuserseen.neu {
  display: inline-block;
  font-family: "oswaldregular";
  background-color: #d20000;
  color: #ffffff;
  font-size: 20px;
  margin-left: 15px;
  padding: 5px 6px 2px;
  line-height: 1;
}
.tx_asuserseen:after {
  content: "Als gelesen markieren";
  font-size: 14px;
  text-transform: none;
  margin-left: 5px;
  display: none;
  line-height: normal;
}
.tx_asuserseen:hover:after {
  display: inline;
}
.tx_asuserseen.autoadd {
  cursor: default;
}
.tx_asuserseen.autoadd:hover:after {
  display: none;
}
@media screen and (max-width: 575.5px) {
  .tx_asuserseen.neu {
    font-size: 14px;
    margin-left: 0;
    padding: 3px 6px;
  }
}

.footer .pageservice a.check:before {
  background-image: url(../Icons/icon_check.png);
  width: 18px;
  height: 15px;
}
.footer .pageservice a.check:hover:before {
  background-position: -18px 0;
}

.container header {
  margin-top: 45px;
}
.container .page-title {
  margin-top: 26px;
}

.tx-felogin-pi1 {
  margin-top: 70px;
}
@media screen and (max-width: 575.5px) {
  .tx-felogin-pi1 {
    margin-top: 30px;
  }
}
.tx-felogin-pi1 .login-panel {
  border: none;
}
.tx-felogin-pi1 .login-panel .panel-body {
  padding: 0;
}
.tx-felogin-pi1 .form-group {
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 575.5px) {
  .tx-felogin-pi1 .form-group {
    font-size: 14px;
  }
}
.tx-felogin-pi1 form {
  background-color: #e5e9eb;
  padding: 35px 30px;
  margin: 30px 0 25px;
  font-size: 0;
}
.tx-felogin-pi1 form .form-group {
  width: 33%;
  vertical-align: bottom;
  display: inline-block;
}
.tx-felogin-pi1 form .form-control {
  width: 100%;
}
.tx-felogin-pi1 form #remember {
  margin-top: 15px;
}
.tx-felogin-pi1 label {
  font-family: "oswaldregular";
  font-size: 24px;
  font-weight: 400;
  color: #006ea0;
  margin: 0 0 20px;
}
@media screen and (max-width: 575.5px) {
  .tx-felogin-pi1 label {
    font-size: 18px;
  }
}
.tx-felogin-pi1 input, .tx-felogin-pi1 .btn {
  display: block;
  border: none;
  background-color: #ffffff;
  height: 50px;
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 575.5px) {
  .tx-felogin-pi1 input, .tx-felogin-pi1 .btn {
    font-size: 18px;
  }
}
.tx-felogin-pi1 input.form-control, .tx-felogin-pi1 .btn.form-control {
  width: calc(100% - 20px);
}
.tx-felogin-pi1 input[type=checkbox] {
  height: auto;
}
.tx-felogin-pi1 .checkbox label {
  font-family: "oswaldlight";
  margin-bottom: 0;
}
.tx-felogin-pi1 .checkbox#remember label {
  font-size: 18px;
}
.tx-felogin-pi1 .btn {
  background-color: #006ea0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-family: "roboto_slabregular";
}
.tx-felogin-pi1 .btn:hover {
  background-color: rgba(0, 110, 160, 0.9);
}
.tx-felogin-pi1 .forgot {
  display: block;
  text-align: right;
}
.tx-felogin-pi1 .forgot a {
  display: inline-block;
  font-family: "roboto_slabbold";
  color: #5aaf28;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 575.5px) {
  .tx-felogin-pi1 .forgot a {
    font-size: 14px;
  }
}
.tx-felogin-pi1 .forgot a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 8px;
  height: 16px;
  border-left: 8px solid currentColor;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.tx-felogin-pi1 .forgot a:hover {
  text-decoration: none;
}
.tx-felogin-pi1 .forgot a:hover:after {
  left: 5px;
}

.padlock {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 28px;
  background-image: url(../Images/padlock.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: containe;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 767.55px) {
  .tx-felogin-pi1 form {
    padding: 15px 10px;
    margin: 15px 0 10px;
  }
  .tx-felogin-pi1 form .form-group {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }
  .tx-felogin-pi1 form .form-group:first-child {
    margin-top: 0;
  }
  .tx-felogin-pi1 form .form-control {
    width: 100%;
  }
  .tx-felogin-pi1 label {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.tx-femanager .femanager_edit {
  font-size: 18px;
}
@media screen and (max-width: 767.55px) {
  .tx-femanager .femanager_edit {
    margin-top: 30px;
  }
}
.tx-femanager .femanager_edit legend {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 1.75em;
  font-size: 25px;
  line-height: 20px;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
@media screen and (max-width: 767.55px) {
  .tx-femanager .femanager_edit legend {
    padding-bottom: 40px;
  }
}
.tx-femanager .femanager_edit legend .change-password-link {
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.tx-femanager .femanager_edit legend .change-password-link:after {
  content: "";
  background-image: url(../../../../as_template/Resources/Public/Icons/pfeil-kreis.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 2px 2px -2px 5px;
}
.tx-femanager .femanager_edit .femanager_fieldset {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.55px) {
  .tx-femanager .femanager_edit .femanager_fieldset {
    margin-bottom: 15px;
  }
}
.tx-femanager .femanager_edit .femanager_fieldset label {
  display: block;
  float: left;
  width: 20%;
  margin-right: 5%;
  text-align: left;
  cursor: pointer;
  padding-top: 12px;
}
@media screen and (max-width: 767.55px) {
  .tx-femanager .femanager_edit .femanager_fieldset label {
    font-size: 14px;
  }
}
.tx-femanager .femanager_edit .femanager_fieldset .controls {
  float: left;
  width: 75%;
}
.tx-femanager .femanager_edit .femanager_fieldset .controls .form-control {
  font-size: 18px;
  border: 2px solid #e5e9eb;
  padding: 10px 15px;
  height: auto;
}
@media screen and (max-width: 767.55px) {
  .tx-femanager .femanager_edit .femanager_fieldset .controls .form-control {
    font-size: 14px;
  }
}
.tx-femanager .femanager_edit .femanager_fieldset .controls input.btn {
  font-size: 18px;
  padding: 10px 15px;
}
@media screen and (max-width: 767.55px) {
  .tx-femanager .femanager_edit .femanager_fieldset .controls input.btn {
    font-size: 14px;
  }
}
.tx-femanager .femanager_edit .femanager_fieldset.femanager_submit {
  margin-left: 25%;
}

@media screen and (max-width: 481px) {
  .tx-femanager .femanager_edit .femanager_fieldset label {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .tx-femanager .femanager_edit .femanager_fieldset .controls {
    float: none;
    width: 100%;
  }
  .tx-femanager .femanager_edit .femanager_fieldset.femanager_submit {
    margin-left: 0;
  }
}
.tx-indexedsearch .results {
  padding: 0;
}
.tx-indexedsearch .results .result-title a {
  font-weight: bold;
  font-size: 1rem;
}
.tx-indexedsearch .results .result-url a {
  color: #28a745 !important;
}
.tx-indexedsearch .results .result-description {
  margin: 10px 0;
}
.tx-indexedsearch .results .result-bar {
  width: 100px;
  height: 12px !important;
  margin: 5px 5px 0;
  border: 1px solid #ccc;
  font-size: 1px;
  padding: 1px;
}
.tx-indexedsearch .results .result-bar .result-percent {
  background-color: #ababab !important;
  margin-right: 0 !important;
  height: 8px;
  padding: 0;
  float: left;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../Images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../Images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../Images/jquery-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../Images/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../Images/jquery-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../Images/jquery-ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../Images/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* Search results */
.list-type-news_pi1, .ctype-ce_news_search {
  /* Filter form */
  /* Buttons row */
  /* Details */
  /* Image */
  /* Downloads */
}
.list-type-news_pi1 .form--filter, .ctype-ce_news_search .form--filter {
  background-color: #e5e9eb;
  padding: 20px;
  margin-top: 25px;
  color: #006ea0;
  font-size: 0;
}
.list-type-news_pi1 .form--filter .row div, .ctype-ce_news_search .form--filter .row div {
  position: relative;
  padding: 0 10px;
}
.list-type-news_pi1 .form--filter .row div:last-child input, .ctype-ce_news_search .form--filter .row div:last-child input {
  padding-right: 55px;
}
.list-type-news_pi1 .form--filter .row div.dropdown input, .ctype-ce_news_search .form--filter .row div.dropdown input {
  display: none;
}
.list-type-news_pi1 .form--filter .row div.dropdown span, .ctype-ce_news_search .form--filter .row div.dropdown span {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  font-family: "roboto_slabregular";
  font-size: 18px;
  line-height: 23px;
  color: currentColor;
  outline: none;
  padding: 8px 15px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.list-type-news_pi1 .form--filter .row div.dropdown span:after, .ctype-ce_news_search .form--filter .row div.dropdown span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-top: none;
  border-left: none;
  transform-origin: 50% 50%;
  transform: translate(0, -80%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .form--filter .row div.dropdown span.active:after, .ctype-ce_news_search .form--filter .row div.dropdown span.active:after {
  transform: translate(0, -40%) rotate(225deg);
}
.list-type-news_pi1 .form--filter label, .ctype-ce_news_search .form--filter label {
  display: block;
  font-size: 18px;
  color: #7d919b;
  text-align: left;
  font-family: "oswaldregular";
  font-weight: normal;
  margin-bottom: 10px;
}
.list-type-news_pi1 .form--filter input[type=text], .ctype-ce_news_search .form--filter input[type=text] {
  display: block;
  width: 100%;
  border: none;
  font-family: "roboto_slabregular";
  font-size: 15px;
  line-height: 18px;
  color: currentColor;
  outline: none;
  padding: 8px 15px;
  min-height: 40px;
}
.list-type-news_pi1 .form--filter input[type=text]::-webkit-calendar-picker-indicator, .ctype-ce_news_search .form--filter input[type=text]::-webkit-calendar-picker-indicator {
  display: none;
}
.list-type-news_pi1 .form--filter input[type=text]::-webkit-input-placeholder, .ctype-ce_news_search .form--filter input[type=text]::-webkit-input-placeholder {
  visibility: hidden !important;
}
.list-type-news_pi1 .form--filter button[type=submit], .ctype-ce_news_search .form--filter button[type=submit] {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 10px;
  background-color: currentColor;
  border: none;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .form--filter button[type=submit]:before, .ctype-ce_news_search .form--filter button[type=submit]:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}
.list-type-news_pi1 .form--filter button[type=submit]:after, .ctype-ce_news_search .form--filter button[type=submit]:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #ffffff;
  transform-origin: 50% 100%;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.list-type-news_pi1 .form--filter button[type=submit]:hover, .ctype-ce_news_search .form--filter button[type=submit]:hover {
  opacity: 0.9;
}
.list-type-news_pi1 .form--filter ul, .list-type-news_pi1 .form--filter ol, .ctype-ce_news_search .form--filter ul, .ctype-ce_news_search .form--filter ol {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  z-index: 100;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  text-align: left;
  height: auto;
  max-height: 100vh;
  transition: all 0.3s ease-in-out;
  overflow: auto;
  border: 1px solid #e5e9eb;
}
.list-type-news_pi1 .form--filter ul.collapsed, .list-type-news_pi1 .form--filter ol.collapsed, .ctype-ce_news_search .form--filter ul.collapsed, .ctype-ce_news_search .form--filter ol.collapsed {
  overflow: hidden;
  max-height: 0;
}
.list-type-news_pi1 .form--filter ul li, .list-type-news_pi1 .form--filter ol li, .ctype-ce_news_search .form--filter ul li, .ctype-ce_news_search .form--filter ol li {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .form--filter ul li:hover, .list-type-news_pi1 .form--filter ul li.current, .list-type-news_pi1 .form--filter ol li:hover, .list-type-news_pi1 .form--filter ol li.current, .ctype-ce_news_search .form--filter ul li:hover, .ctype-ce_news_search .form--filter ul li.current, .ctype-ce_news_search .form--filter ol li:hover, .ctype-ce_news_search .form--filter ol li.current {
  background-color: #006ea0;
  color: #ffffff;
}
.list-type-news_pi1 .form--filter ul li.current, .list-type-news_pi1 .form--filter ol li.current, .ctype-ce_news_search .form--filter ul li.current, .ctype-ce_news_search .form--filter ol li.current {
  cursor: default;
}
.list-type-news_pi1 .search-results, .ctype-ce_news_search .search-results {
  margin-top: 1rem;
}
.list-type-news_pi1 .search-results .rundschreiben.item, .ctype-ce_news_search .search-results .rundschreiben.item {
  padding: 25px 0;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.list-type-news_pi1 .search-results .rundschreiben.item p, .ctype-ce_news_search .search-results .rundschreiben.item p {
  font-family: "oswaldregular";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  padding: 0;
  margin: 0;
}
.list-type-news_pi1 .search-results .rundschreiben.item p span.neu, .ctype-ce_news_search .search-results .rundschreiben.item p span.neu {
  display: inline-block;
  font-family: "oswaldregular";
  background-color: #d20000;
  color: #ffffff;
  margin-left: 15px;
  padding: 5px 6px 0;
  line-height: 1.5;
}
.list-type-news_pi1 .search-results .rundschreiben.item a, .list-type-news_pi1 .search-results .rundschreiben.item h3, .ctype-ce_news_search .search-results .rundschreiben.item a, .ctype-ce_news_search .search-results .rundschreiben.item h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "roboto_slabbold";
  font-size: 24px;
  line-height: 36px;
  color: #006ea0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .search-results .rundschreiben.item a:hover, .list-type-news_pi1 .search-results .rundschreiben.item h3:hover, .ctype-ce_news_search .search-results .rundschreiben.item a:hover, .ctype-ce_news_search .search-results .rundschreiben.item h3:hover {
  opacity: 0.8;
}
.list-type-news_pi1 .search-results .rundschreiben.item h3:hover, .ctype-ce_news_search .search-results .rundschreiben.item h3:hover {
  opacity: 1;
}
.list-type-news_pi1 .search-results .rundschreiben.item h3 span.neu, .ctype-ce_news_search .search-results .rundschreiben.item h3 span.neu {
  display: inline-block;
  font-family: "oswaldregular";
  background-color: #d20000;
  color: #ffffff;
  margin-left: 15px;
  padding: 0 4px;
  line-height: 1.5;
}
.list-type-news_pi1 .search-results .rundschreiben.item span, .ctype-ce_news_search .search-results .rundschreiben.item span {
  font-family: "roboto_slabregular";
  font-size: 18px;
  line-height: 36px;
  color: #7d919b;
}
.list-type-news_pi1 .search-results .pagination, .ctype-ce_news_search .search-results .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  margin-top: 30px;
  border-radius: 4px;
}
.list-type-news_pi1 .search-results .pagination li.page-item, .ctype-ce_news_search .search-results .pagination li.page-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: roboto_slabregular;
  font-size: 18px;
  border: none;
  border-radius: 0 !important;
  color: #7d919b !important;
}
.list-type-news_pi1 .search-results .pagination li.page-item.active span,
.list-type-news_pi1 .search-results .pagination li.page-item.active a, .list-type-news_pi1 .search-results .pagination li.page-item:hover span,
.list-type-news_pi1 .search-results .pagination li.page-item:hover a, .ctype-ce_news_search .search-results .pagination li.page-item.active span,
.ctype-ce_news_search .search-results .pagination li.page-item.active a, .ctype-ce_news_search .search-results .pagination li.page-item:hover span,
.ctype-ce_news_search .search-results .pagination li.page-item:hover a {
  border-radius: 0;
  color: #006ea0;
}
.list-type-news_pi1 .search-results .pagination li.page-item.next a, .ctype-ce_news_search .search-results .pagination li.page-item.next a {
  overflow: hidden;
  text-indent: -1000px;
}
.list-type-news_pi1 .search-results .pagination li.page-item.next a:after, .ctype-ce_news_search .search-results .pagination li.page-item.next a:after {
  content: "";
  display: block;
  border-left: 8px solid #7d919b;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .search-results .pagination li.page-item.next:hover a:after, .ctype-ce_news_search .search-results .pagination li.page-item.next:hover a:after {
  border-left-color: #006ea0;
}
.list-type-news_pi1 .search-results .pagination li.page-item.prev a, .ctype-ce_news_search .search-results .pagination li.page-item.prev a {
  overflow: hidden;
  text-indent: -1000px;
}
.list-type-news_pi1 .search-results .pagination li.page-item.prev a:after, .ctype-ce_news_search .search-results .pagination li.page-item.prev a:after {
  content: "";
  display: block;
  border-right: 8px solid #7d919b;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .search-results .pagination li.page-item.prev:hover a:after, .ctype-ce_news_search .search-results .pagination li.page-item.prev:hover a:after {
  border-right-color: #006ea0;
}
.list-type-news_pi1 .search-results .pagination li.page-item.last, .ctype-ce_news_search .search-results .pagination li.page-item.last {
  display: none;
}
.list-type-news_pi1 .search-results .pagination li.page-item span,
.list-type-news_pi1 .search-results .pagination li.page-item a, .ctype-ce_news_search .search-results .pagination li.page-item span,
.ctype-ce_news_search .search-results .pagination li.page-item a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #e5e9eb;
  width: 40px;
  height: 40px;
  font-family: roboto_slabregular;
  font-size: 18px;
  line-height: 40px;
  color: #7d919b;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .search-results .pagination li.page-item span.current,
.list-type-news_pi1 .search-results .pagination li.page-item a.current, .ctype-ce_news_search .search-results .pagination li.page-item span.current,
.ctype-ce_news_search .search-results .pagination li.page-item a.current {
  border-radius: 0;
  color: #006ea0;
}
.list-type-news_pi1 .button-row, .ctype-ce_news_search .button-row {
  padding: 0;
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
  text-align: justify;
  font-size: 0;
}
.list-type-news_pi1 .button-row.downloads, .ctype-ce_news_search .button-row.downloads {
  margin-top: 0;
  border-top: none;
}
.list-type-news_pi1 .button-row.text-left, .ctype-ce_news_search .button-row.text-left {
  text-align: left;
}
.list-type-news_pi1 .button-row.text-left a, .ctype-ce_news_search .button-row.text-left a {
  margin-right: 40px;
}
.list-type-news_pi1 .button-row--in-middle, .ctype-ce_news_search .button-row--in-middle {
  border-top: 2px solid rgba(125, 145, 155, 0.25);
  margin: 30px 0;
}
.list-type-news_pi1 .button-row--in-middle.download-item, .ctype-ce_news_search .button-row--in-middle.download-item {
  display: inline-block;
}
.list-type-news_pi1 .button-row:after, .ctype-ce_news_search .button-row:after {
  content: "";
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
.list-type-news_pi1 .button-row a, .ctype-ce_news_search .button-row a {
  display: inline-block;
  margin: 20px 0;
  text-align: left;
  margin-right: 15px;
}
.list-type-news_pi1 .button-row a:last-of-type, .ctype-ce_news_search .button-row a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 480.55px) {
  .list-type-news_pi1 .button-row a, .ctype-ce_news_search .button-row a {
    display: block;
  }
}
@media screen and (max-width: 575.5px) {
  .list-type-news_pi1 .button-row a, .ctype-ce_news_search .button-row a {
    font-size: 15px;
  }
}
.list-type-news_pi1 .button-row #zipButton, .ctype-ce_news_search .button-row #zipButton {
  background-color: #ffffff;
  border: 0 none;
  border-top: 2px dashed rgba(125, 145, 155, 0.25);
  margin-top: -10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .list-type-news_pi1 .button-row #zipButton, .ctype-ce_news_search .button-row #zipButton {
    text-align: left;
  }
}
.list-type-news_pi1 .button-row .back-link, .ctype-ce_news_search .button-row .back-link {
  display: inline-block;
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.list-type-news_pi1 .button-row .back-link:before, .ctype-ce_news_search .button-row .back-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #e5e9eb;
  margin-right: 15px;
}
.list-type-news_pi1 .button-row .back-link:after, .ctype-ce_news_search .button-row .back-link:after {
  content: "";
  display: block;
  border-right: 8px solid #7d919b;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .button-row .back-link:hover, .ctype-ce_news_search .button-row .back-link:hover {
  color: #7d919b;
  text-decoration: none;
}
.list-type-news_pi1 .button-row .back-link:hover:after, .ctype-ce_news_search .button-row .back-link:hover:after {
  left: 17px;
}
.list-type-news_pi1 .button-row .tx_asfavorites_item, .ctype-ce_news_search .button-row .tx_asfavorites_item {
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
  /*
  &:hover {
      color: $light-blue;
      text-decoration: none;
      &:before {
          transform: rotate(218deg);
          top: 2px;
      }
  }
  */
}
.list-type-news_pi1 .button-row .tx_asfavorites_item:before, .ctype-ce_news_search .button-row .tx_asfavorites_item:before {
  position: relative;
  top: 5px;
  /*
      content: '';
      display: inline-block;
      vertical-align: baseline;
      width: 21px;
      height: 20px;
      margin-right: 10px;
      background-image: url(../Images/star2_full.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      transform-origin: 50% 50%;
      transition: all .3s ease-in-out;
  */
}
.list-type-news_pi1 .button-row .download-article, .ctype-ce_news_search .button-row .download-article {
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
@media screen and (max-width: 575.5px) {
  .list-type-news_pi1 .button-row .download-article, .ctype-ce_news_search .button-row .download-article {
    font-size: 15px;
  }
}
.list-type-news_pi1 .button-row .download-article:before, .ctype-ce_news_search .button-row .download-article:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 21px;
  height: 19px;
  background-image: url(../Images/download.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .button-row .download-article--zip:before, .ctype-ce_news_search .button-row .download-article--zip:before {
  background-image: url(../Images/folder.svg);
  width: 24px;
  height: 22px;
}
.list-type-news_pi1 .button-row .download-article:hover, .ctype-ce_news_search .button-row .download-article:hover {
  color: #7d919b;
  text-decoration: none;
}
.list-type-news_pi1 .button-row .download-article:hover:before, .ctype-ce_news_search .button-row .download-article:hover:before {
  top: 5px;
}
.list-type-news_pi1 .details, .ctype-ce_news_search .details {
  margin-top: 30px;
}
.list-type-news_pi1 .details p, .ctype-ce_news_search .details p {
  font-family: "roboto_slabregular";
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.list-type-news_pi1 .details p + p, .ctype-ce_news_search .details p + p {
  margin-top: 27px;
}
.list-type-news_pi1 .details p + ul, .list-type-news_pi1 .details p + ol, .ctype-ce_news_search .details p + ul, .ctype-ce_news_search .details p + ol {
  margin-top: 27px;
}
@media screen and (max-width: 779px) {
  .list-type-news_pi1 .details p, .ctype-ce_news_search .details p {
    font-size: 14px;
    line-height: 23px;
  }
}
.list-type-news_pi1 .details a, .ctype-ce_news_search .details a {
  color: #006ea0;
}
.list-type-news_pi1 .details ul, .list-type-news_pi1 .details ol, .ctype-ce_news_search .details ul, .ctype-ce_news_search .details ol {
  font-family: "roboto_slabregular";
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 27px;
}
.list-type-news_pi1 .details ul li, .list-type-news_pi1 .details ol li, .ctype-ce_news_search .details ul li, .ctype-ce_news_search .details ol li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 779px) {
  .list-type-news_pi1 .details ul, .list-type-news_pi1 .details ol, .ctype-ce_news_search .details ul, .ctype-ce_news_search .details ol {
    font-size: 14px;
    line-height: 23px;
  }
}
.list-type-news_pi1 .details ul, .ctype-ce_news_search .details ul {
  list-style-type: square;
}
.list-type-news_pi1 .news-img-wrap, .ctype-ce_news_search .news-img-wrap {
  position: relative;
  margin-bottom: 27px;
}
.list-type-news_pi1 .news-img-wrap .news-img-caption, .ctype-ce_news_search .news-img-wrap .news-img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  padding: 15px;
  font-family: "roboto_slabbold	";
}
.list-type-news_pi1 .downloads, .ctype-ce_news_search .downloads {
  margin-top: 27px;
  padding: 30px 0;
  border-top: 2px solid rgba(125, 145, 155, 0.25);
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.list-type-news_pi1 .downloads .download-item, .ctype-ce_news_search .downloads .download-item {
  display: block;
}
.list-type-news_pi1 .downloads .download-item + .download-item, .ctype-ce_news_search .downloads .download-item + .download-item {
  margin-top: 15px;
}
.list-type-news_pi1 .downloads h4, .ctype-ce_news_search .downloads h4 {
  font-family: "roboto_slabbold";
  font-size: 21px;
  color: #006ea0;
  margin: 0 0 25px;
  padding: 0;
}
.list-type-news_pi1 .downloads--inline, .ctype-ce_news_search .downloads--inline {
  padding: 11px 20px 25px;
  font-size: 0;
}
.list-type-news_pi1 .downloads--inline .download-item, .ctype-ce_news_search .downloads--inline .download-item {
  display: inline-block;
  margin-right: 40px;
  color: #7d919b;
}
.list-type-news_pi1 .downloads--inline .download-item:last-child, .ctype-ce_news_search .downloads--inline .download-item:last-child {
  margin-right: 0;
}
.list-type-news_pi1 .downloads--inline .download-item:before, .ctype-ce_news_search .downloads--inline .download-item:before {
  background-image: url(../Images/download.svg);
}
@media screen and (max-width: 767.55px) {
  .list-type-news_pi1 .downloads, .ctype-ce_news_search .downloads {
    padding-bottom: 17px;
  }
}
.list-type-news_pi1 .download-item, .ctype-ce_news_search .download-item {
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.list-type-news_pi1 .download-item b, .ctype-ce_news_search .download-item b {
  font-family: "roboto_slabbold";
}
.list-type-news_pi1 .download-item span, .ctype-ce_news_search .download-item span {
  color: #7d919b;
}
.list-type-news_pi1 .download-item:hover, .ctype-ce_news_search .download-item:hover {
  color: #006ea0;
  text-decoration: none;
}
.list-type-news_pi1 .anker-link, .list-type-news_pi1 .download-item, .ctype-ce_news_search .anker-link, .ctype-ce_news_search .download-item {
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
}
.list-type-news_pi1 .anker-link:hover, .list-type-news_pi1 .download-item:hover, .ctype-ce_news_search .anker-link:hover, .ctype-ce_news_search .download-item:hover {
  color: #7d919b;
  text-decoration: none;
}
.list-type-news_pi1 .anker-link:hover:before, .list-type-news_pi1 .download-item:hover:before, .ctype-ce_news_search .anker-link:hover:before, .ctype-ce_news_search .download-item:hover:before {
  animation: rotations 1.5s linear infinite;
}
.list-type-news_pi1 .anker-link:before, .list-type-news_pi1 .download-item:before, .ctype-ce_news_search .anker-link:before, .ctype-ce_news_search .download-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background-image: url(../Images/attachment.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.list-type-news_pi1 .news-related, .ctype-ce_news_search .news-related {
  margin-top: 27px;
  padding: 30px 0;
  border-top: 2px solid rgba(125, 145, 155, 0.25);
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
  font-size: 18px;
}
.list-type-news_pi1 .news-related h4, .ctype-ce_news_search .news-related h4 {
  font-family: "roboto_slabbold";
  font-size: 21px;
  color: #006ea0;
  margin: 0 0 25px;
  padding: 0;
}
.list-type-news_pi1 .news-related ul, .list-type-news_pi1 .news-related ol, .ctype-ce_news_search .news-related ul, .ctype-ce_news_search .news-related ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-type-news_pi1 .news-related ul li, .list-type-news_pi1 .news-related ol li, .ctype-ce_news_search .news-related ul li, .ctype-ce_news_search .news-related ol li {
  margin: 0 0 10px;
}
.list-type-news_pi1 .news-related ul li a, .list-type-news_pi1 .news-related ol li a, .ctype-ce_news_search .news-related ul li a, .ctype-ce_news_search .news-related ol li a {
  position: relative;
  padding: 0 0 0 30px;
  color: #7d919b;
}
.list-type-news_pi1 .news-related ul li a:before, .list-type-news_pi1 .news-related ol li a:before, .ctype-ce_news_search .news-related ul li a:before, .ctype-ce_news_search .news-related ol li a:before {
  content: "";
  background-image: url(../Images/arrow_blue.png);
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 5px;
}
.list-type-news_pi1 .news-related ul li a:hover, .list-type-news_pi1 .news-related ol li a:hover, .ctype-ce_news_search .news-related ul li a:hover, .ctype-ce_news_search .news-related ol li a:hover {
  text-decoration: none;
}
.list-type-news_pi1 .news-related ul li a:hover:before, .list-type-news_pi1 .news-related ol li a:hover:before, .ctype-ce_news_search .news-related ul li a:hover:before, .ctype-ce_news_search .news-related ol li a:hover:before {
  animation: rotations 1.5s linear infinite;
}
.list-type-news_pi1 .downloads + .news-related, .ctype-ce_news_search .downloads + .news-related {
  border-top: 0;
  margin-top: 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background-color: #006ea0;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #fff;
  background-color: #5aaf28 !important;
}

.ctype-ce_icon_header .details {
  margin-top: 30px;
}
.ctype-ce_icon_header .details p {
  font-family: "roboto_slabregular";
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.ctype-ce_icon_header .details p + p {
  margin-top: 27px;
}
@media screen and (max-width: 575.5px) {
  .ctype-ce_icon_header .details p {
    font-size: 14px;
    line-height: 20px;
  }
  .ctype-ce_icon_header .details p + p {
    margin-top: 20px;
  }
}

.ctype-uploads .downloads {
  margin-top: 27px;
  padding: 30px 0 45px;
  border-top: 2px solid rgba(125, 145, 155, 0.25);
  border-bottom: 2px solid rgba(125, 145, 155, 0.25);
}
.ctype-uploads .downloads .download-item {
  display: block;
}
.ctype-uploads .downloads h4 {
  font-family: "roboto_slabbold";
  font-size: 21px;
  color: #006ea0;
  margin: 0 0 25px;
  padding: 0;
}
.ctype-uploads .downloads--inline {
  padding: 13px 20px 25px;
  font-size: 0;
}
.ctype-uploads .downloads--inline .download-item {
  margin-top: 11px;
  display: inline-block;
  margin-right: 40px;
  color: #7d919b;
}
.ctype-uploads .downloads--inline .download-item:last-child {
  margin-right: 0;
}
.ctype-uploads .downloads--inline .download-item:before {
  background-image: url(../Images/download.svg);
}
.ctype-uploads .download-item {
  position: relative;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #7d919b;
  transition: all 0.3s ease-in-out;
}
.ctype-uploads .download-item b {
  font-family: "roboto_slabbold";
}
.ctype-uploads .download-item span {
  color: #7d919b;
}
.ctype-uploads .download-item:hover {
  color: #006ea0;
  text-decoration: none;
  color: #7d919b;
  text-decoration: none;
}
.ctype-uploads .download-item:hover:before {
  animation: rotations 1.5s linear infinite;
}
.ctype-uploads .download-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background-image: url(../Images/attachment.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
/*# sourceMappingURL=intranet.css.map */
