
.box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  background-color: #f6f8fb;
  font-weight: 300; }

.box__icon {
  position: absolute;
  right: 15px;
  top: 15px; }

.box__title {
  margin-bottom: 10px;
  padding-right: 40px;
  color: #1f72bc;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4em;
  overflow: hidden; }

.box__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 10px;
/*  color: #3A5082; Zmena MK */
  color: #23527B;
  height: 4.2em;
  max-height: 4.2em;
  line-height: 1.4em;
  overflow: hidden; }

.box__row {
  display: -ms-flexbox;
  display: flex; }

.box__column--first {
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
  display: block;
  display: -webkit-box;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 1.4em; }

.e-services {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #d1d1d1; }

.e-services__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.e-services__title {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  margin-bottom: 10px;
  color: #4D4D4D;
  font-weight: 300; }

.e-services__swiper {
  margin-bottom: 35px; }

.e-services__more:hover {
  text-decoration: none; }
  .e-services__more:hover .e-services__more-span {
    text-decoration: underline; }

.icon-prev,
.icon-next {
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-top: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0; }

.icon-prev {
  transform: rotate(-135deg); }

/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper {
  position: relative; }

.swiper-container {
  width: 100%;
  height: auto;
  padding-bottom: 80px; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 24px; }

.swiper-pagination {
  line-height: 0;
  text-align: center;
  padding: 0 10px; }
  @media (max-width: 768px) {
    .swiper-pagination {
      display: none; } }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background-color: #d0d0d0;
  transition: all .3s ease; }
  .swiper-pagination-bullet-active {
    background-color: #3087c5; }

.swiper-slide {
  height: auto; }

.swiper-button-next,
.swiper-button-prev {
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  background: none;
  padding: 20px;
  z-index: 100; }

.swiper-button-next {
  margin-right: -26px; }

.swiper-button-prev {
  margin-left: -26px; }

html, body {
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 24px;
  font-weight: 300; }
a {
     color: #224F77;
}

.container-fluid {
  padding: 0; }

header {
  background-color: #3a63af;
  background-image: linear-gradient(to left, #3a63af, #69aad5);
  overflow: visible; }
  @media screen and (min-width: 768px) {
    header {
      background-image: linear-gradient(to right, #3a63af, #69aad5); } }
  header .mhsr-navbar {
    margin: 0;
    padding: 0; }
  header .navbar-collapse.in {
    overflow-y: visible; }
  @media screen and (min-width: 768px) {
    header .mobile {
      display: none; } }
  header .mobile img {
    height: 34px;
    margin-top: 8px; }
  header .mobile .navbar-toggle {
    margin-right: -10px;
    z-index: 20001; }
  header .mobile .icon-bar {
    background-color: #fff; }
  header .header {
    background-color: #fff;
    padding: 25px 0 0; }
    @media screen and (min-width: 768px) {
      header .header {
        margin-top: 7px; } }
  @media screen and (min-width: 768px) {
    header .small-header-nav {
      text-align: right; } }
  header .small-header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    header .small-header-nav ul li {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        header .small-header-nav ul li.small-header-nav__print {
          display: none; } }
      header .small-header-nav ul li:after {
        content: '';
        display: inline-block;
        width: 4px;
        height: 12px;
        margin: 0 10px;
        background: url(../images/nav-delimeter.png) repeat-x; }
      header .small-header-nav ul li:last-of-type:after {
        content: none; }
  header .header-logo-search {
    position: relative;
    height: 60px; }
    header .header-logo-search .header-logo {
      display: none; }
      @media screen and (min-width: 768px) {
        header .header-logo-search .header-logo {
          height: 60px;
          display: inline-block; } }
    header .header-logo-search .search {
      position: absolute;
      top: 25px;
      right: 0;
      margin: 0; }
      header .header-logo-search .search input {
        width: 350px; }
  header .search {
    position: relative;
    margin: 12px;
    color: #3961ae; }
    header .search input {
      height: 30px;
      width: 100%;
      background-color: #edece9;
      border: none;
      padding: 0 12px; }
    header .search input::-ms-clear {
      display: none; }
    header .search button {
      padding: 6px 12px;
      border: none;
      background: none;
      position: absolute;
      top: 0;
      right: 0; }
  header ul.with-subs li.main .sub {
    background-color: #2a467f;
    color: #fff; }
  @media screen and (max-width: 767px) {
    header ul.with-subs li {
      display: block; }
      header ul.with-subs li a {
        display: block;
        text-decoration: none;
        white-space: nowrap; }
        header ul.with-subs li a:after {
          content: "\e258";
          font-family: 'Glyphicons Halflings';
          margin-left: 5px;
          font-size: 80%; }
      header ul.with-subs li.main {
        position: relative; }
        header ul.with-subs li.main .sub {
          position: absolute;
          top: 0;
          right: 0;
          display: none;
          z-index: 100; }
          header ul.with-subs li.main .sub li a {
            display: block;
            padding: 10px;
            border-bottom: 1px solid #3d7bb2;
            position: relative;
            line-height: normal; } }
  @media screen and (min-width: 768px) {
    header ul.with-subs li {
      text-align: center; }
      header ul.with-subs li a {
        display: block;
        text-decoration: none; }
      header ul.with-subs li.main {
        position: relative; }
        header ul.with-subs li.main .sub {
          position: absolute;
          top: 100%;
          left: 0;
          display: none;
          z-index: 100;
          width: 600px;
          padding: 40px 20px;
          font-size: 0;
          text-align: left; }
          header ul.with-subs li.main .sub li {
            width: 50%;
            font-size: 14px;
            vertical-align: top;
            text-align: left;
            display: inline-block; }
            header ul.with-subs li.main .sub li a {
              display: block;
              margin: 0 20px;
              padding: 20px;
              border-top: 1px solid #3d7bb2;
              position: relative;
              line-height: normal; }
              header ul.with-subs li.main .sub li a:before {
                content: '';
                position: absolute;
                top: 26px;
                left: 0;
                display: block;
                width: 8px;
                height: 8px;
                border: 1px solid #5289ba;
                transition: background-color .3s, border-color .3s; }
              header ul.with-subs li.main .sub li a.active:before, header ul.with-subs li.main .sub li a:hover:before {
                background-color: #f2cc02;
                border-color: #f2cc02; }
            header ul.with-subs li.main .sub li:first-of-type a, header ul.with-subs li.main .sub li:nth-of-type(2) a {
              border-top: none; }
        header ul.with-subs li.main .sub-right {
          left: auto;
          right: 0; }
        header ul.with-subs li.main .sub-mid {
          left: -200px; } }
  header ul.with-subs:not(.with-subs--click) li.main:hover {
    background-color: #2a467f; }
    header ul.with-subs:not(.with-subs--click) li.main:hover, header ul.with-subs:not(.with-subs--click) li.main:hover a {
      color: #fff; }
    header ul.with-subs:not(.with-subs--click) li.main:hover .sub {
      display: block; }
  header .big-header-nav {
    text-align: center; }
    header .big-header-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header .big-header-nav ul.with-subs {
        text-align: left; }
        @media screen and (min-width: 768px) {
          header .big-header-nav ul.with-subs {
            text-align: right; } }
        header .big-header-nav ul.with-subs > li {
          display: block;
          font-size: 22px; }
          header .big-header-nav ul.with-subs > li a {
            color: #252525;
            padding: 10px; }
            @media screen and (min-width: 768px) {
              header .big-header-nav ul.with-subs > li a {
                padding: 20px; } }
          header .big-header-nav ul.with-subs > li:last-of-type {
            margin-right: -10px; }
          header .big-header-nav ul.with-subs > li:hover {
            border-top-color: #f2cc02; }
          @media screen and (min-width: 768px) {
            header .big-header-nav ul.with-subs > li {
              display: inline-block;
              border-top: 3px solid transparent; } }
  header .main-navigation {
    line-height: 40px; }
    header .main-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        header .main-navigation ul {
          display: -ms-flexbox;
          display: flex; }
          header .main-navigation ul li.main {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            background-image: url("../images/nav-delimeter.png"), url("../images/nav-delimeter.png");
            background-position: left center, right center;
            background-size: 2px 12px;
            background-repeat: no-repeat; }
            header .main-navigation ul li.main:first-of-type {
              background-size: 4px 12px, 2px 12px; }
            header .main-navigation ul li.main:last-of-type {
              background-size: 2px 12px, 4px 12px; } }
      header .main-navigation ul li, header .main-navigation ul li a {
        color: #fff; }

section.header-carousel {
  background-color: #315394; }
  @media screen and (max-width: 767px) {
    section.header-carousel .container {
      padding: 0; } }
  section.header-carousel .item img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      section.header-carousel .item img {
        width: 66%; } }
  section.header-carousel .item .carousel-caption {
    padding: 0;
    bottom: 25px; }
    @media screen and (max-width: 767px) {
      section.header-carousel .item .carousel-caption {
        position: static;
        padding: 0 10px 50px; } }
    @media screen and (min-width: 768px) {
      section.header-carousel .item .carousel-caption {
        right: 0;
        top: 0;
        left: 67%;
        text-align: left;
        margin-left: 20px; } }
    section.header-carousel .item .carousel-caption h1 {
      font-size: 18px;
      line-height: 20px;
      height: 40px;
      overflow: hidden;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        section.header-carousel .item .carousel-caption h1 {
          font-size: 22px;
          line-height: 24px;
          height: auto;
          max-height: 90px; } }
      @media screen and (min-width: 992px) {
        section.header-carousel .item .carousel-caption h1 {
          font-size: 23px;
          line-height: 26px;
          max-height: 110px; } }
    section.header-carousel .item .carousel-caption p {
      font-weight: 300;
      line-height: 16px;
      height: 48px;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        section.header-carousel .item .carousel-caption p {
          line-height: 20px;
          height: auto;
          max-height: 100px;
          overflow: hidden; } }
      @media screen and (min-width: 992px) {
        section.header-carousel .item .carousel-caption p {
          line-height: 25px;
          max-height: 125px;
          overflow: hidden; } }
    section.header-carousel .item .carousel-caption a {
      color: #fff; }
  section.header-carousel .carousel-indicators {
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10px;
    width: auto; }
    section.header-carousel .carousel-indicators .carousel-pause {
      border: none; }
    @media screen and (min-width: 768px) {
      section.header-carousel .carousel-indicators {
        right: 34%;
        text-align: left; } }
    @media screen and (min-width: 992px) {
      section.header-carousel .carousel-indicators {
        right: 0;
        left: 67%; } }
    @media screen and (min-width: 1200px) {
      section.header-carousel .carousel-indicators {
        margin: 20px; } }
    section.header-carousel .carousel-indicators .carousel-pause {
      position: absolute;
      right: 0;
      top: 0; }
    section.header-carousel .carousel-indicators li {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 2px;
      text-indent: 0;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 991px) {
        section.header-carousel .carousel-indicators li:not(.active) {
          background-color: rgba(0, 0, 0, 0.2); } }
      section.header-carousel .carousel-indicators li.active {
        color: #315394;
        border-color: #315394; }

section.aktuality {
  background-color: #ededed;
  background-image: repeating-linear-gradient(-45deg, #fff, #ededed 2px, #ededed 4px, #fff 6px); }
  section.aktuality h1 {
    color: #4a4a49;
    margin-bottom: 0; }
  section.aktuality .white-card {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin: 10px 0; }
    section.aktuality .white-card a {
      color: #000;
      text-decoration: none; }
    section.aktuality .white-card h1 {
      font-size: 16px;
      line-height: 18px;
      max-height: 18px;
      overflow: hidden;
      font-weight: 500;
      margin: 0 0 10px; }
    section.aktuality .white-card h2 {
      font-size: 14px;
      line-height: 16px;
      max-height: 16px;
      overflow: hidden;
      font-weight: 300;
      margin: 0; }
    section.aktuality .white-card.orange-border, section.aktuality .white-card.red-border {
      background-color: transparent;
      padding: 0;
      max-width: 165px;
      height: 75px;
      margin: 10px auto;
      line-height: 75px;
      text-align: center; }
      section.aktuality .white-card.orange-border a, section.aktuality .white-card.red-border a {
        background-color: #fff; }
      section.aktuality .white-card.orange-border img, section.aktuality .white-card.red-border img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
  section.aktuality #aktuality-carousel {
    padding: 15px 50px;
    margin-bottom: 55px; }
    section.aktuality #aktuality-carousel .carousel-control {
      background-image: none;
      width: 30px;
      height: 30px;
      top: 50%;
      margin-top: -15px; }
    section.aktuality #aktuality-carousel .carousel-indicators-block {
      position: absolute;
      top: 100%;
      bottom: auto;
      left: 0;
      margin: 20px 0 0; }
      section.aktuality #aktuality-carousel .carousel-indicators-block .carousel-indicators-label {
        color: #4a4a49; }
      section.aktuality #aktuality-carousel .carousel-indicators-block .carousel-indicators {
        position: static;
        display: inline;
        width: auto;
        margin: 0 0 0 10px; }
        section.aktuality #aktuality-carousel .carousel-indicators-block .carousel-indicators li {
          border: none;
          background-color: #cacaca; }
          section.aktuality #aktuality-carousel .carousel-indicators-block .carousel-indicators li.active {
            background-color: #3c67b1; }

section .main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (min-width: 992px) {
    section .main {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 100px; }
      section .main .next-news {
        position: absolute;
        top: 100%; } }
  section .main .main-left {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative; }
  section .main .main-right {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: #f6f8fb; }
  @media screen and (min-width: 992px) {
    section .main .main-left {
      width: 68%;
      -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
      padding-right: 42px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
    section .main .main-right {
      width: 32%;
      -ms-flex-preferred-size: 32%;
      flex-basis: 32%; }
    section .main .main-full {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; } }

section.news-section h1 {
  margin-bottom: 0; }

section.news-section .news {
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
  text-align: center; }
  @media screen and (min-width: 992px) {
    section.news-section .news {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }
  section.news-section .news img {
    max-height: 164px;
    border-bottom: 4px solid #68a9e6;
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    vertical-align: top; }
  section.news-section .news .news-content {
    overflow: hidden;
    max-height: 164px;
    position: relative;
    text-align: left; }
    @media screen and (min-width: 992px) {
      section.news-section .news .news-content {
        margin-left: 40px; } }
    section.news-section .news .news-content .news-header {
      font-size: 11px;
      font-weight: 300;
      white-space: nowrap; }
      @media screen and (max-width: 991px) {
        section.news-section .news .news-content .news-header {
          text-align: center; } }
    section.news-section .news .news-content h1 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      margin: 18px 0;
      max-height: 44px;
      overflow: hidden; }
    section.news-section .news .news-content p {
      font-weight: 300;
      max-height: 50px;
      line-height: 20px;
      max-height: 40px;
      overflow: hidden; }
    section.news-section .news .news-content .read-more {
      font-weight: 700; }
      @media screen and (min-width: 992px) {
        section.news-section .news .news-content .read-more {
          position: absolute;
          left: 0;
          bottom: 0; } }

section.news-section .next-news {
  margin: 30px 0;
  color: #195A86;
  font-size: 14px;
  font-weight: 700; }

section .minister {
  background-color: #f0f3f8;
  padding: 40px;
  text-align: center; }
  section .minister img {
    max-height: 190px; }
  section .minister h1 {
    font-size: 18px;
    color: #27527C;
    font-weight: 500;
    margin: 20px 0 8px; }
  section .minister h2 {
    font-size: 16px;
    font-weight: 300;
    margin: 0; }

section .right-panel {
  margin: 12px; }
  section .right-panel h2 {
    font-size: 24px;
    font-weight: 300; }

  section .right-panel a {
    display: block;
    border-top: 1px solid #e5e4e0;
    padding: 15px 15px;
    font-weight: 300;
    color: #23527B;
    position: relative; }

    section .right-panel a:before {
      content: "\e080";
      font-family: 'Glyphicons Halflings';
      position: absolute;
      top: 13px;
      left: -5px; }

section.bannerbar {
  background-color: #315394; }
  section.bannerbar .bannerbar-item {
    position: relative;
    padding: 20px 5px; }
    @media screen and (min-width: 992px) {
      section.bannerbar .bannerbar-item {
        padding: 50px 5px 40px; } }
    section.bannerbar .bannerbar-item img {
      width: 100%; }
    section.bannerbar .bannerbar-item h2 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      padding: 15px 25px;
      margin: 0 5px 5px;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
      @media screen and (min-width: 992px) {
        section.bannerbar .bannerbar-item h2 {
          bottom: 40px; } }
    section.bannerbar .bannerbar-item.red-border img {
      border-bottom: 5px solid #ff5e5e; }
    section.bannerbar .bannerbar-item.blue-border img {
      border-bottom: 5px solid #68a9e6; }
    section.bannerbar .bannerbar-item.green-border img {
      border-bottom: 5px solid #2abd7d; }

section.partners {
  background-color: #f9f9f9; }

section.contact {
  background-color: #f0f0f0;
  font-size: 16px; }
  section.contact h1 {
    margin: 50px 0 40px; }
  section.contact address {
    font-weight: 300;
    line-height: 24px; }
  section.contact .contact-info a {
    line-height: 30px;
    color: #000; }
    section.contact .contact-info a .glyphicon, section.contact .contact-info a .fb-icon {
      color: #878787;
      margin-right: 10px; }
    section.contact .contact-info a .fb-icon {
      display: inline-block;
      font-size: 20px;
      line-height: 16px;
      width: 16px;
      text-align: center; }
  section.contact .map-col {
    padding: 0; }
    section.contact .map-col #footer-map {
      height: 365px;
      width: 100%; }

section.sitemap {
  background-color: #315394;
  padding: 30px 0;
  position: relative; }
  section.sitemap .sitemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch; }
    section.sitemap .sitemap, section.sitemap .sitemap a {
      color: #fff; }
    section.sitemap .sitemap a {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        section.sitemap .sitemap a {
          padding: 4px 0; } }
    section.sitemap .sitemap ul {
      list-style: none;
      font-size: 0;
      margin-bottom: 20px; }
      section.sitemap .sitemap ul li {
        font-size: 11px;
        font-weight: 300; }
        section.sitemap .sitemap ul li.title {
          font-size: 13px;
          font-weight: 700;
          margin: 30px 0; }
          @media screen and (max-width: 767px) {
            section.sitemap .sitemap ul li.title {
              border-top: 1px solid #466db1;
              padding: 20px 0;
              margin: 0; } }
      section.sitemap .sitemap ul:first-child li.title {
        border-top: 0; }
    section.sitemap .sitemap:before, section.sitemap .sitemap:after {
      content: none; }

section #up {
  position: absolute;
  right: 20px;
  top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  background-color: #2abd7d;
  color: #fff;
  transform: rotate(45deg); }
  section #up .glyphicon {
    transform: rotate(-45deg); }

section.article-header {
  height: 400px;
  background-color: #315394;
  background-size: cover;
  background-position: center center; }
  section.article-header .container {
    height: 100%;
    position: relative; }
    section.article-header .container .article-title {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fff;
      padding: 12px; }
      section.article-header .container .article-title img {
        height: 50px; }
      section.article-header .container .article-title span {
        vertical-align: middle;
        font-size: 30px;
        line-height: 50px;
        height: 50px;
        padding: 0 30px;
        text-transform: uppercase;
        color: #5f5d5d; }

section.article .breadcrumb {
  background-color: inherit;
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  font-size: 0; }
  section.article .breadcrumb li {
    font-size: 14px; }
  section.article .breadcrumb li, section.article .breadcrumb .active, section.article .breadcrumb a, section.article .breadcrumb > li + li:before {
    color: #525252; }
  section.article .breadcrumb > li + li:before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    padding: 0 10px; }

section.article .article-nav, section.article .article-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

section.article .article-nav > li {
  border-bottom: 1px solid #e8e8e8; }
  section.article .article-nav > li:last-of-type {
    border-bottom: none; }
  section.article .article-nav > li > a {
    display: block;
    font-size: 16px;
    padding: 13px 20px;
    color: #000;
    font-weight: 300;
    position: relative;
    transition: color .3s; }
    section.article .article-nav > li > a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%; }
    section.article .article-nav > li > a:not(.active):before {
      width: 5px;
      height: 5px;
      margin-top: -3px;
      border-radius: 50%;
      background-color: #c9c7c7;
      transition: background-color .3s; }
    section.article .article-nav > li > a:hover {
      text-decoration: none;
      color: #284682; }
      section.article .article-nav > li > a:hover:not(.active):before {
        background-color: #284682; }
    section.article .article-nav > li > a.active {
      font-weight: 400;
      color: #284682; }
      section.article .article-nav > li > a.active:before {
        content: "\e258";
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
        margin-top: -8px; }
  section.article .article-nav > li ul {
    margin-bottom: 13px; }
    section.article .article-nav > li ul > li {
      display: block;
      padding: 7px 20px;
      font-weight: 300;
      position: relative; }
      section.article .article-nav > li ul > li a {
        color: #284682; }
        section.article .article-nav > li ul > li a:hover {
          text-decoration: none; }
      section.article .article-nav > li ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 5px;
        width: 1px;
        height: 100%;
        background-color: #c9c7c7; }
      section.article .article-nav > li ul > li:first-of-type:before {
        top: -13px;
        height: calc(100% + 13px); }
      section.article .article-nav > li ul > li:last-of-type:before {
        height: 16px; }
      section.article .article-nav > li ul > li:after {
        content: '';
        position: absolute;
        top: 16px;
        left: 5px;
        width: 10px;
        height: 1px;
        background-color: #c9c7c7; }

section.article article {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px; }
  section.article article b {
    font-weight: 500; }
  section.article article h1, section.article article h2, section.article article h3, section.article article h4, section.article article h5 {
    color: #315395;
    margin-bottom: 30px; }
  section.article article h1, section.article article h2 {
    font-weight: 300; }
  section.article article h3, section.article article h4, section.article article h5 {
    color: #315395;
    font-weight: 400; }
  section.article article h1 {
    font-size: 44px; }
  section.article article h2 {
    font-size: 38px; }
  section.article article h3 {
    font-size: 28px; }
  section.article article h4 {
    font-size: 22px; }
  section.article article h5 {
    font-size: 18px; }
  section.article article .rectangle {
    padding: 40px;
    color: #fff;
    line-height: 34px;
    margin: 60px 0;
    background: #518ec6; }
  section.article article .btn-default, section.article article .btn-primary, section.article article .btn-dark {
    color: #fff;
    background-color: #5591c8;
    display: inline-block;
    padding: 25px 100px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500; }
    section.article article .btn-default .glyphicon-menu-right, section.article article .btn-primary .glyphicon-menu-right, section.article article .btn-dark .glyphicon-menu-right {
      margin-left: 20px; }
    section.article article .btn-default .glyphicon-triangle-bottom, section.article article .btn-primary .glyphicon-triangle-bottom, section.article article .btn-dark .glyphicon-triangle-bottom {
      margin-right: 20px; }
    section.article article .btn-default.btn-small, section.article article .btn-small.btn-primary, section.article article .btn-small.btn-dark {
      padding: 15px 70px;
      font-size: 16px; }
    section.article article .btn-default.btn-mini, section.article article .btn-mini.btn-primary, section.article article .btn-mini.btn-dark {
      padding: 10px 20px;
      font-size: 12px; }
  section.article article .btn-primary {
    color: #5591c8;
    background-color: transparent;
    border: 2px solid #5591c8; }
  section.article article .btn-dark {
    background-color: #385c99; }
  section.article article .download {
    clear: both;
    position: relative; }
    section.article article .download .btn-default, section.article article .download .btn-primary, section.article article .download .btn-dark, section.article article .download .btn-primary, section.article article .download .btn-dark {
      width: 100%;
      padding: 25px 40px;
      cursor: pointer; }
    section.article article .download > ul {
      display: none;
      background-color: #385c99;
      list-style: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding: 25px;
      z-index: 10; }
      section.article article .download > ul li {
        display: block;
        font-size: 14px;
        line-height: 16px; }
        section.article article .download > ul li > a {
          display: block;
          width: 100%;
          padding: 7px 5px;
          color: #fff;
          text-decoration: none; }
          section.article article .download > ul li > a:hover {
            background: rgba(255, 255, 255, 0.16); }
          section.article article .download > ul li > a > i, section.article article .download > ul li > a > div {
            display: inline-block;
            vertical-align: middle; }
        section.article article .download > ul li .glyphicon {
          margin-right: 15px;
          font-size: 20px; }
          section.article article .download > ul li .glyphicon.glyphicon-folder-close, section.article article .download > ul li .glyphicon.glyphicon-folder-open {
            cursor: pointer; }
          section.article article .download > ul li .glyphicon.glyphicon-folder-close2 {
            background: url("/images/Folder_closed.png");
            width: 25px;
            height: 22px;
            background-size: 25px 22px;
            cursor: pointer; }
          section.article article .download > ul li .glyphicon.glyphicon-folder-open2 {
            background: url("/images/Folder_open.png");
            width: 25px;
            height: 22px;
            background-size: 25px 22px;
            cursor: pointer; }
        section.article article .download > ul li div > span {
          font-size: 10px;
          color: rgba(255, 255, 255, 0.5); }
        section.article article .download > ul li.sub-download > ul {
          display: none;
          padding: 0; }
          section.article article .download > ul li.sub-download > ul > li {
            position: relative;
            padding-left: 40px; }
            section.article article .download > ul li.sub-download > ul > li:before {
              content: '';
              position: absolute;
              top: 0;
              left: 15px;
              width: 1px;
              height: 100%;
              background-color: #6b88b4; }
            section.article article .download > ul li.sub-download > ul > li:last-of-type:before {
              height: 24px; }
            section.article article .download > ul li.sub-download > ul > li:after {
              content: '';
              position: absolute;
              top: 24px;
              left: 15px;
              width: 15px;
              height: 1px;
              background-color: #6b88b4; }
        section.article article .download > ul li.sub-download.active > ul {
          display: block; }
    section.article article .download.active {
      background-color: #385c99; }
      section.article article .download.active > ul {
        display: block; }
  section.article article .download-section {
    background-color: #f4f4f4;
    margin: 20px 0;
    max-width: 560px; }
    section.article article .download-section ul {
      padding: 15px 25px;
      display: block;
      position: static;
      background-color: transparent;
      border: none; }
      section.article article .download-section ul li, section.article article .download-section ul li a, section.article article .download-section ul li a > span {
        color: #315395; }
      section.article article .download-section ul li div {
        padding: 7px 5px;
        position: relative; }
        section.article article .download-section ul li div:hover {
          background-color: #eaebef; }
      section.article article .download-section ul li .date {
        position: absolute;
        top: 7px;
        right: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 11px; }
      section.article article .download-section ul.download-sort {
        border-bottom: 1px solid #cecece;
        margin: 0; }
        section.article article .download-section ul.download-sort li {
          color: #000; }
          section.article article .download-section ul.download-sort li a {
            margin: 0 4px;
            text-decoration: none; }
            section.article article .download-section ul.download-sort li a.active {
              font-weight: 700; }
            section.article article .download-section ul.download-sort li a:first-of-type {
              margin-left: 20px; }
          section.article article .download-section ul.download-sort li div:hover {
            background-color: inherit; }
  section.article article .paginator div {
    text-align: center; }
    section.article article .paginator div a {
      display: block;
      padding: 15px 0;
      font-size: 16px;
      font-weight: 400;
      text-align: center; }
      section.article article .paginator div a .glyphicon-menu-left {
        margin: 0 10px 0 0; }
      section.article article .paginator div a .glyphicon-menu-right {
        margin: 0 0 0 10px; }
    section.article article .paginator div .paginator-center, section.article article .paginator div .paginator-center-numbers {
      font-size: 14px;
      color: #a7a7a7;
      padding: 17px 25px;
      background: #fff;
      display: inline-block; }
      section.article article .paginator div .paginator-center span, section.article article .paginator div .paginator-center-numbers span {
        color: #5591c8;
        font-weight: 400; }
      section.article article .paginator div .paginator-center:before, section.article article .paginator div .paginator-center-numbers:before {
        content: '';
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: #d0d7e3;
        position: absolute;
        z-index: -1; }
    section.article article .paginator div .paginator-center-numbers {
      padding: 0px 25px; }
      section.article article .paginator div .paginator-center-numbers a {
        display: inline-block; }
      section.article article .paginator div .paginator-center-numbers a.active-page {
        text-decoration: underline;
        font-weight: bold; }
  section.article article .line {
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    margin: 15px 0; }
  section.article article .contact-line {
    line-height: 36px; }
    section.article article .contact-line .glyphicon {
      margin-right: 15px;
      color: #315395; }

#partners-slider {
  padding: 50px 40px;
  position: relative; }
  #partners-slider img {
    height: 60px;
    width: auto; }
  #partners-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    font-size: 40px;
    line-height: 1; }
    #partners-slider .owl-nav .owl-prev {
      position: absolute;
      left: 0; }
    #partners-slider .owl-nav .owl-next {
      position: absolute;
      right: 0; }

footer {
  background-color: #2c4b89; }
  footer .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .container .row > div {
      padding: 15px;
      vertical-align: middle; }
  footer .container img {
    max-width: 230px; }
  footer .container, footer .container a {
    color: #fff; }
  footer .container a {
    display: inline-block;
    margin: 10px; }
  @media screen and (max-width: 767px) {
    footer, footer .text-center, footer .text-right {
      text-align: center; } }

.page-404 {
  text-align: center;
  padding: 150px 0; }

.page-404__title {
  text-transform: uppercase;
  color: #538ec6;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  transition: background .4s;
  color: #fff;
  z-index: 20000; }
  .mobile-menu a {
    color: #fff; }
  .mobile-menu .search {
    box-shadow: 0 0 0 14px #274988; }
  .mobile-menu__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50px;
    background: #274988;
    transform: translateX(-100%);
    transition: transform .4s; }
  .mobile-menu.in {
    background: rgba(0, 0, 0, 0.8); }
    .mobile-menu.in .mobile-menu__inner {
      transform: translateX(0); }
  .mobile-menu__logo {
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    padding: 12px 18px;
    height: 64px;
    max-height: 64px; }
    .mobile-menu__logo img {
      display: block;
      height: 100%; }
  .mobile-menu__mid {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #18386f;
    position: relative;
    z-index: 20010; }
    .mobile-menu__mid.opened {
      overflow-y: hidden; }
  .mobile-menu__footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 12px 18px;
    background: #133063;
    font-weight: 300; }
  .mobile-menu__nav ul {
    margin: 0;
    padding: 0; }
    .mobile-menu__nav ul.with-subs li.main {
      display: block;
      position: static; }
      .mobile-menu__nav ul.with-subs li.main a {
        position: relative;
        white-space: normal; }
        .mobile-menu__nav ul.with-subs li.main a:after {
          position: absolute;
          color: #83a6e5;
          top: 15px;
          right: 12px; }
        .mobile-menu__nav ul.with-subs li.main a.with-subs--click__back {
          background: #315494;
          font-weight: 300; }
          .mobile-menu__nav ul.with-subs li.main a.with-subs--click__back:after {
            right: auto;
            top: 13px;
            left: 0;
            transform: rotate(180deg); }
        .mobile-menu__nav ul.with-subs li.main a.with-subs--sub-header {
          background: #133063; }
      .mobile-menu__nav ul.with-subs li.main .sub {
        z-index: 20011;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        transform: translateX(100%);
        transition: transform .3s;
        background: #274988; }
        .mobile-menu__nav ul.with-subs li.main .sub.active {
          transform: translateX(0); }
        .mobile-menu__nav ul.with-subs li.main .sub li {
          border: 0; }
          .mobile-menu__nav ul.with-subs li.main .sub li a {
            border-color: #133063; }
  .mobile-menu__nav li {
    border-bottom: 1px solid #133063; }
    .mobile-menu__nav li a {
      padding: 12px 24px 12px 18px !important; }
    .mobile-menu__nav li .sub a {
      padding-left: 24px !important; }
      .mobile-menu__nav li .sub a.with-subs--sub-header {
        padding-left: 18px !important; }
  .mobile-menu__nav--main {
    background: #274988; }
  .mobile-menu__nav--sub {
    font-weight: 300; }

.strong {
  font-weight: 500 !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-l-0 {
  margin-left: 0 !important; }

.content #main p a, .content #main span a {
  color: #284682; }

.content #main p a:hover {
  text-decoration: none; }

.two-line-main-menu-item {
  padding: 6px 10px !important; }

.col-s4 .new-text h3 {
  display: block;
  height: 95px; }

h2 .btn-default {
  line-height: normal; }

#top-logo {
  display: block; }
  #top-logo img {
    visibility: hidden; }

.full-width {
  width: 100%; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.download.active > ul {
  position: relative !important; }
  .download.active > ul li {
    float: none; }

header .nav li.sub.active::after {
  background: none; }

.highlight {
  background: #cdf; }

.search-result .title {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  margin: 20px 0; }

.search-result a.title {
  text-decoration: none; }

.search-result h4 {
  margin-bottom: 5px !important; }

.search-result img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto; }

.sub-download .icon-label {
  cursor: pointer; }

.nav > li.active {
  background: #2a467f;
  border-right: 1px solid #2a467f;
  border-bottom: 1px solid #2a467f; }

.sec-cat span {
  padding-bottom: 15px !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.38+46,0.56+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.38) 46%, rgba(0, 0, 0, 0.56) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8f000000',GradientType=0 );
  /* IE6-9 */ }

.sitemap-page li {
  list-style: none; }

.sitemap-page ul {
  margin-bottom: 15px;
  margin-top: 5px; }

.page-block {
  padding: 3px;
  display: block; }
  .page-block a {
    padding: 15px;
    display: block;
    vertical-align: middle;
    background: #5591c8;
    color: white;
    text-align: center;
    text-decoration: none; }
  .page-block a:hover {
    background: #3978b1; }

.new-item {
  margin: 0 0 60px; }
  .new-item h3 {
    margin: 30px 0;
    color: #000; }
  .new-item h4 {
    max-height: 56px; }
  .new-item .new-text-intro {
    height: 150px; }
  .new-item .new-text-label {
    height: 50px; }
  .new-item .new-text h3 {
    display: block;
    height: 65px;
    margin-bottom: 10px; }
  .new-item .new-text a {
    color: #000;
    text-decoration: none; }
  .new-item p.new-date {
    margin: 10px 0 0; }

.brd-btm-red {
  border-bottom: 10px solid #ff5e5e; }

.brd-btm-blue {
  border-bottom: 10px solid #68a9e6; }

.brd-btm-green {
  border-bottom: 10px solid #2abd7d; }

.img-responsive {
  z-index: 10;
  display: block; }

.top-title {
  width: auto;
  height: auto;
  background: #fff;
  color: #5f5d5d;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-top: -80px;
  z-index: 0;
  position: relative;
  font-size: 30px;
  padding: 12px; }

.top-title img {
  display: block;
  float: left;
  height: 50px; }

.top-title span {
  display: block;
  float: left;
  padding: 7px 30px; }

.line {
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  margin: 40px 0; }

#navbar .main-navigation nav > ul > li.active {
  background: #2d5e8a; }

#navbar nav.big-header-nav > ul > li.active {
  text-decoration: underline; }

.main-right .announcements a {
  padding: 15px 15px 10px; }

.main-right .announcements .date {
  padding: 5px 15px;
  font-size: 13px;
  color: #333; }

.article-detail-img {
  float: left;
  margin: 20px 50px 12px 0;
  border-bottom: 4px solid #68a9e6; }

#aktuality-carousel {
  min-height: 75px; }

@media (min-width: 768px) {
  .page-block {
    display: table; }
    .page-block a {
      height: 110px;
      display: table-cell; }
  .line {
    margin: 15px 0; } }

@media (min-width: 992px) {
  .two-line-main-menu-item {
    padding: 15px 10px !important; } }

/*# sourceMappingURL=app.css.map */
