@charset "UTF-8";
.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .wrap {
    max-width: 100%;
  }
}
body.offcanvas-open .page-content {
  overflow: hidden;
}
#offcanvas-open-btn, #offcanvas-close-btn {
  cursor: pointer;
  width: 36px;
  height: auto;
}
#offcanvas-open-btn img, #offcanvas-close-btn img {
  width: 36px;
}
#offcanvas-close-btn {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
#offcanvas-open-btn {
  display: none;
}
#offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
  z-index: 9999;
  top: 0;
  grid-row: 1;
  grid-column: 1;
}
#offcanvas > * {
  grid-row: 1;
  grid-column: 1;
}
#offcanvas .offcanvas-background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: delay;
  transition-timing-function: ease;
}
#offcanvas .offcanvas-container {
  width: 18rem;
  height: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: delay;
  transition-timing-function: ease;
}
#offcanvas .offcanvas-container .content {
  padding: 24px;
}
#offcanvas .offcanvas-container .content .offcanvas-content {
  grid-row: auto;
  grid-column: auto;
  gap: 24px;
}
@media (max-width: 1400px) {
  #offcanvas {
    display: grid;
  }
  #offcanvas.hide {
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-background {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
  #offcanvas.hide .offcanvas-container {
    transform: translateX(-18rem);
  }
  #offcanvas.show {
    visibility: visible;
  }
  #offcanvas.show .offcanvas-background {
    visibility: visible;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: fixed;
  }
  #offcanvas.show .offcanvas-container {
    transform: translateX(0);
  }
}
body {
  min-width: 320px;
}
@media (max-width: 1024px) {
  body .sixth {
    width: 33.3333%;
  }
  body .clear-1024 {
    clear: both;
  }
  body .collapse-1024 {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}
@media (max-width: 800px) {
  body .clear-1024 {
    clear: none;
  }
  body .clear-800 {
    clear: both;
  }
  body .collapse-800 {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}
@media (max-width: 720px) {
  body .fourfifths {
    width: 100%;
  }
  body .fifth, body .sixth {
    width: 50%;
  }
  body .clear-1024, body .clear-800 {
    clear: none;
  }
  body .clear-720 {
    clear: both;
  }
  body .collapse-720 {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}
@media (max-width: 640px) {
  body .third-left, body .third-right, body .half-left, body .half-right, body .third, body .half, body .twothirds, body .fourth, body .fourfifths, body .fifth, body .sixth {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  body .space-horizontal, body .space-left, body .space-right {
    padding-left: 0;
    padding-right: 0;
  }
  body .clear-1024, body .clear-800, body .clear-720 {
    clear: none;
  }
  body .clear-640 {
    clear: both;
  }
  body .collapse-640 {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}
@media (max-width: 480px) {
  body .third-left, body .third-right, body .third {
    width: 100% !important;
    float: none !important;
    margin: 10px 0 !important;
    clear: both;
  }
  body .left, body .right {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  body .clear-1024, body .clear-800, body .clear-720, body .clear-640 {
    clear: none;
  }
  body .clear-480 {
    clear: both;
  }
  body .collapse-480 {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  body ul.menu li {
    float: none !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?gmc3u9");
  src: url("../fonts/icomoon.eot?#iefixgmc3u9") format("embedded-opentype"), url("../fonts/icomoon.woff?gmc3u9") format("woff"), url("../fonts/icomoon.ttf?gmc3u9") format("truetype"), url("../fonts/icomoon.svg?gmc3u9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "";
}
button.hamburg {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: none;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
  text-align: left;
}
button.hamburg span.icon-menu {
  margin-right: 10px;
}
body {
  background: #dfdfdf;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
body a {
  color: #8eb7ed;
}
body img {
  margin: 0;
}
body .header-container {
  height: 450px;
  background: url("../../../images/bg/default.jpg") no-repeat top center;
  background-size: cover;
}
body .header-container .header {
  max-width: 1200px;
  margin: 0 auto;
}
body .header-container .header .topmenu {
  padding-bottom: 20px;
}
body .header-container .header .topmenu ul.menu li {
  float: right;
  padding-left: 15px;
}
body .header-container .header .topmenu ul.menu li a {
  color: #aaa;
  font-size: 12px;
}
body .header-container .header .box-static {
  height: 400px;
}
body .header-container .header .logo p {
  margin: 0;
  line-height: 0;
}
body .header-container .header .logo p a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  line-height: 0;
  display: inline-block;
}
body .header-container .header .mainmenu {
  font-size: 14px;
  font-weight: 300;
}
body .header-container .header .mainmenu a {
  text-decoration: none;
  color: #333;
}
body .header-container .header .mainmenu ul.menu {
  display: table;
  width: 100%;
}
body .header-container .header .mainmenu ul.menu li.active > a, body .header-container .header .mainmenu ul.menu li:hover > a {
  background: #8eb7ed;
}
body .header-container .header .mainmenu ul.menu > li {
  display: table-cell;
  position: relative;
  width: 25%;
}
body .header-container .header .mainmenu ul.menu > li > a {
  background: url("../images/mainmenu.png");
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}
body .header-container .header .mainmenu ul.menu > li:last-child {
  padding-right: 0;
}
body .header-container .header .mainmenu ul.menu > li:last-child > a {
  background: url("../images/mainmenu2.png");
  color: white;
}
body .header-container .header .mainmenu ul.menu > li:last-child:hover > a, body .header-container .header .mainmenu ul.menu > li.active:last-child > a {
  background: #2e2383;
}
body .header-container .header .mainmenu ul.menu li.item-157, body .header-container .header .mainmenu ul.menu li.item-158, body .header-container .header .mainmenu ul.menu li.item-170, body .header-container .header .mainmenu ul.menu li.item-171, body .header-container .header .mainmenu ul.menu li.item-172, body .header-container .header .mainmenu ul.menu li.item-173, body .header-container .header .mainmenu ul.menu li.item-174 {
  display: none;
}
body .header-container .header .mainmenu ul.menu li ul {
  display: none !important;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: url("../images/mainmenu.png");
}
body .header-container .header .mainmenu ul.menu li ul li a {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}
body .header-container .header .mainmenu ul.menu li ul li.active a, body .header-container .header .mainmenu ul.menu li ul li:hover a {
  background: transparent;
  font-weight: 700;
}
body .header-container .header .mainmenu ul.menu li:hover ul {
  display: block !important;
}
body .container {
  margin: 0 auto;
  max-width: 1200px;
}
body .container .body {
  padding: 0 20px;
  background: white;
  overflow: hidden;
}
body .container .body .content {
  padding-right: 50px;
  box-sizing: border-box;
}
body .container .body .content h1, body .container .body .content h2, body .container .body .content h3 {
  color: #8eb7ed;
  font-weight: 500;
}
body .container .body .content h1 {
  font-size: 28px;
  margin-bottom: 35px;
}
body .container .body .content .item-page {
  padding-right: 50px;
}
body .container .body .content img {
  height: auto;
}
body .container .body .sidebar {
  color: #888;
  padding-top: 20px;
}
body .container .body .sidebar h3 {
  color: #8eb7ed;
  font-size: 16px;
  margin-top: 0;
}
body .container .body .sidebar .mod-languages {
  padding-bottom: 30px;
}
body .container .body .sidebar .moduletable {
  padding-bottom: 20px;
}
body .container .body .sidebar .nspArts {
  padding: 0;
}
body .container .body .sidebar .nspArts .nspArt {
  padding-bottom: 15px !important;
}
body .container .body .sidebar .nspArts .nspArt a.readon {
  display: block;
}
body .container .footer {
  padding: 30px 20px 20px;
  font-size: 14px;
}
body .container .footer .moduletable {
  float: left;
}
body .container .footer .moduletable ul.menu {
  overflow: hidden;
}
body .container .footer .moduletable ul.menu li {
  float: left;
  padding-right: 30px;
}
body .container .footer .mod-languages ul {
  overflow: hidden;
}
body .container .footer .mod-languages ul li {
  float: left;
}
body .container .footer .moduletable-search {
  float: right;
}
body .container .footer .moduletable-search label {
  display: none;
}
body .container .footer .moduletable-search input {
  color: #444;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
}
body.tlid-118 .mainmenu .parent li:not(.current) a, body.tlid-118 .mainmenu .parent li:hover a, body.tlid-135 .mainmenu .parent li:not(.current) a, body.tlid-135 .mainmenu .parent li:hover a {
  color: white;
}
body.tlid-118 ul.menu li:hover, body.tlid-118 ul.menu li.active, body.tlid-135 ul.menu li:hover, body.tlid-135 ul.menu li.active {
  background-color: #2e2383;
}
body.tlid-118 ul.menu li:hover a, body.tlid-118 ul.menu li.active a, body.tlid-135 ul.menu li:hover a, body.tlid-135 ul.menu li.active a {
  color: white;
}
body.tlid-118 a, body.tlid-135 a {
  color: #2e2383;
}
body.tlid-118 .header-container .header .mainmenu ul.menu > li.active > a, body.tlid-118 .header-container .header .mainmenu ul.menu > li:hover > a, body.tlid-135 .header-container .header .mainmenu ul.menu > li.active > a, body.tlid-135 .header-container .header .mainmenu ul.menu > li:hover > a {
  background: #2e2383;
}
body.tlid-118 .header-container .header .mainmenu ul.menu > li > a, body.tlid-135 .header-container .header .mainmenu ul.menu > li > a {
  background: url("../images/mainmenu2.png");
  color: white;
}
body.tlid-118 .header-container .header .mainmenu ul.menu > li:last-child > a, body.tlid-135 .header-container .header .mainmenu ul.menu > li:last-child > a {
  background: url("../images/mainmenu.png");
}
body.tlid-118 .header-container .header .mainmenu ul.menu > li:last-child:hover > a, body.tlid-118 .header-container .header .mainmenu ul.menu > li.active:last-child > a, body.tlid-135 .header-container .header .mainmenu ul.menu > li:last-child:hover > a, body.tlid-135 .header-container .header .mainmenu ul.menu > li.active:last-child > a {
  background: #8eb7ed;
}
body.tlid-118 .header-container .header .mainmenu ul.menu li ul, body.tlid-135 .header-container .header .mainmenu ul.menu li ul {
  background: url("../images/mainmenu2.png");
}
body.tlid-118 .container .body a, body.tlid-118 .container .body h1, body.tlid-118 .container .body h2, body.tlid-118 .container .body h3, body.tlid-135 .container .body a, body.tlid-135 .container .body h1, body.tlid-135 .container .body h2, body.tlid-135 .container .body h3 {
  color: #2e2383;
}
@media (max-width: 1220px) {
  body .header-container .header .logo {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  body .container .body .content {
    padding-right: 0;
  }
  body .container .body .sidebar {
    width: 150px !important;
    padding-bottom: 20px;
  }
  body .container .body .sidebar div.moduletable {
    float: left;
    padding-right: 40px;
    width: 150px;
  }
}
@media (max-width: 800px) {
  body .header-container .header .mainmenu {
    position: absolute;
    z-index: 300;
    right: 60px;
    top: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    width: 240px;
  }
  body .header-container .header .mainmenu ul.menu {
    display: block;
  }
  body .header-container .header .mainmenu ul.menu li {
    display: block;
    border-bottom: 1px rgba(112, 153, 207, 0.95) solid;
    width: auto;
  }
  body .header-container .header .mainmenu ul.menu li a {
    display: block;
  }
  body .header-container .header .mainmenu ul.menu li ul {
    display: none !important;
    position: static;
    font-size: 16px;
    background: white !important;
  }
  body .header-container .header .mainmenu ul.menu li ul li {
    border-bottom: none;
  }
  body .header-container .header .mainmenu ul.menu li ul li a {
    padding: 0;
  }
  body .header-container .header .mainmenu ul.menu li ul li:hover a {
    background: transparent !important;
  }
  body .header-container .header .mainmenu ul.menu li:hover ul {
    display: none !important;
  }
  body .header-container .header .mainmenu ul.menu li.active ul {
    display: block !important;
  }
  body .header-container .header .mainmenu ul.menu li:last-child {
    border-bottom: none;
  }
  body .header-container .header .mainhidden {
    display: none;
  }
  body .header-container .header a.openmenu {
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
    background: url("../images/menu.png") no-repeat top left;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 720px) {
  body .container .body .content .item-page {
    padding-right: 0;
  }
  body .container .footer div.third {
    width: 50%;
  }
  body .container .footer img.third-left {
    width: 100% !important;
    float: none !important;
    margin: 10px 0 !important;
  }
}
@media (min-width: 481px) {
  body .container .mainmenu ul {
    display: block !important;
  }
}
@media (max-width: 480px) {
  body {
    padding: 0;
  }
  body .header-container .header .logo img {
    max-width: 230px;
    height: auto;
  }
  body .container {
    padding: 10px;
  }
  body .container .mainmenu .hamburg {
    display: block;
  }
  body .container .mainmenu ul.menu {
    display: none;
  }
  body .container .mainmenu ul.menu li {
    padding: 0;
  }
  body .container .mainmenu ul.menu li a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px #f8f8f8 solid;
  }
  body .container .mainmenu ul.menu li ul {
    position: static !important;
    display: block !important;
    font-size: 0.8em;
    padding-top: 0;
    box-shadow: none;
  }
  body .container .mainmenu ul.menu li ul li {
    margin-bottom: 0;
  }
  body .container .mainmenu ul.menu li ul li a img {
    display: none !important;
  }
  body .container .mainmenu ul.menu li ul li a span {
    line-height: 25px;
    margin-left: 0;
  }
  body .container .body .sidebar div.moduletable {
    width: 100%;
  }
  body .container .body .sidebar div.moduletable:nth-child(2n) {
    padding-right: 0;
  }
  body .container .footer .moduletable, body .container .footer .moduletable-search {
    float: none;
    padding-bottom: 20px;
  }
  body .container .footer li {
    padding-bottom: 10px;
  }
}
html, body {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
body a img {
  border: none;
}
body a:hover {
  text-decoration: underline;
}
body .container .body img {
  max-width: 100%;
  display: block;
}
body .container .body p {
  overflow: hidden;
}
body .overflow {
  overflow: hidden;
}
body .clear {
  clear: both;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .full {
  width: 100%;
}
body .third {
  width: 33.3333%;
}
body .twothirds {
  width: 66.6666%;
}
body .half {
  width: 50%;
}
body .fourth {
  width: 25%;
}
body .fourfifths {
  width: 80%;
}
body .fifth {
  width: 20%;
}
body .sixth {
  width: 16.6666%;
}
body .space-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}
body .space-vertical {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .space-left {
  padding-left: 15px;
}
body .space-right {
  padding-right: 15px;
}
body img.third-left, body img.half-left {
  margin: 10px 10px 10px 0;
}
body img.third-right, body img.half-right {
  margin: 10px 0 10px 10px;
}
body ul.menu, body ul.menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body .footer {
  display: flex;
  gap: 25px;
}
body .footer .form-search {
  margin-left: auto;
}
body .footer .form-search input.form-control {
  color: #444;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
}
body .footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .footer .mod-languages__list, body .footer ul.mod-menu {
  display: inline-flex;
  gap: 25px;
}
body .footer div.mod-languages ul li.lang-active {
  background-color: inherit;
}
body div.mod-languages li {
  margin: 0;
}
body div.mod-languages a {
  padding: 0;
}
.visually-hidden {
  display: none;
}
@media (max-width: 480px) {
  body .container .footer {
    flex-direction: column;
    gap: 15px;
  }
  body .container .footer .mod-languages {
    order: 2;
    padding-top: 15px;
  }
  body .container .footer .form-search {
    order: 1;
    margin-left: 0;
  }
  body .container .footer .mod-menu {
    order: 3;
    padding: 0;
  }
}
