@charset "UTF-8";
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundcentercenter {
  background-position: center !important;
}

.backgroundbottomcenter {
  background-position: center bottom !important;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundtopleft {
  background-position: left top !important;
}

.backgroundcenterleft {
  background-position: left center center !important;
}

.backgroundtopright {
  background-position: right top !important;
}

.backgroundcenterright {
  background-position: right center !important;
}

.backgroundbottomright {
  background-position: right bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 1rem;
}

.margintop3 > div > div.row {
  margin-top: 1.5rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 1rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 1.5rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 1rem;
}

.paddingtop3 > div > div.row {
  padding-top: 1.5rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 1rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 1.5rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

.imageposition1 {
  background-position: left top;
}

.imageposition2 {
  background-position: center top;
}

.imageposition3 {
  background-position: right top;
}

.imageposition4 {
  background-position: left center;
}

.imageposition5 {
  background-position: right center;
}

.imageposition6 {
  background-position: left bottom;
}

.imageposition7 {
  background-position: center bottom;
}

.imageposition8 {
  background-position: right bottom;
}

.colbackgroundsize1 {
  background-size: cover;
}

.colbackgroundsize2 {
  background-size: contain;
}

.progrescol {
  background-repeat: no-repeat;
}

body {
  background-color: #fff;
  padding-top: 0px;
  margin-top: 0px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1370px;
  }
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #3C3C3B;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #3C3C3B;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #3C3C3B;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3C3C3B;
}

input.form-control, .btn {
  border-radius: 0;
  border: 0;
}

.white-panel {
  background-color: #fff;
}

.panel-grey {
  background-color: #3C3C3B;
  color: #fff;
}
.panel-grey ul {
  list-style-image: url(/images/list.svg);
}
.panel-grey ul li:before {
  content: none;
}
.panel-grey a {
  color: #fff;
}
.panel-grey h2 {
  font-size: 1.1em;
  font-family: League;
  font-weight: normal;
  color: #fff;
}

.in .responsive-item {
  padding-bottom: 1rem;
}

.bigger {
  font-size: 18px;
}

.padding {
  padding: 20px;
}
.padding .padding {
  padding: 0;
}

.search-result {
  background-color: yellow;
}

header {
  width: 100%;
  background-color: #fff;
  margin: 0;
  text-align: center;
  border-top: 10px solid #dcddde;
}
@media screen and (min-width: 993px) {
  header {
    border-top: 25px solid #dcddde;
  }
}
header .navbar {
  background-color: transparent;
  border: 0;
  margin: 0;
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  header .navbar {
    justify-content: center;
    padding-top: 27px;
    padding-bottom: 0px;
  }
}
header .navbar .container {
  /* 992 breakpoint*/
}
header .navbar .container .navbar-brand {
  display: block;
  padding-top: 1em;
}
@media screen and (min-width: 993px) {
  header .navbar .container .navbar-brand {
    width: 100%;
    padding-top: 0.3em;
  }
}
header .navbar .container .navbar-brand .navbar-toggle .icon-bar {
  width: auto;
}
header .navbar .container .navbar-collapse ul.navbar-nav {
  text-align: right;
}
@media only screen and (min-width: 993px) {
  header .navbar .container .navbar-collapse ul.navbar-nav {
    display: table;
    width: 100%;
    margin-left: -4%;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .container .navbar-collapse ul.navbar-nav {
    width: 100%;
  }
}
header .navbar .container .navbar-collapse ul.navbar-nav > li {
  position: static;
  max-width: 100%;
  /*  &.open {
        background-image: none !important;
        @media only screen and (min-width: 992px) {
            &.dropdown {
                position:static;

            }
            &>a:before {
                content:" ";
                position: absolute;
                height:30px;
                width:100%;
                left:0;
                bottom:-10px;
                background-image: url(/images/menu-arrow.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-color:$darkgrey;
            }

        }
        &>a {
            background-color: transparent !important;
            &:active {
                color:$grey;
                background-color: transparent !important;
            }
            &:hover {
                color:$grey;
                background-color: transparent !important;
            }
            &:focus {
                color:$grey;
                background-color: transparent !important;
            }
        }
    }*/
}
header .navbar .container .navbar-collapse ul.navbar-nav > li:before {
  content: none;
}
@media only screen and (max-width: 993px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li {
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
    background-size: 14px 8px;
    padding-right: 1rem;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.hover0 {
    background-image: url(/images/menu-arrow0.svg);
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.hover1 {
    background-image: url(/images/menu-arrow1.svg);
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.hover2 {
    background-image: url(/images/menu-arrow2.svg);
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.hover3 {
    background-image: url(/images/menu-arrow3.svg);
  }
}
@media only screen and (min-width: 993px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li {
    display: table-cell;
    width: auto;
    float: none;
    text-align: center;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li:hover {
    background-position: center bottom 5px;
    background-repeat: no-repeat;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li:hover.hover0 {
    background-image: url(/images/menu-arrow0.svg);
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li:hover.hover1 {
    background-image: url(/images/menu-arrow1.svg);
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li:hover.hover2 {
    background-image: url(/images/menu-arrow2.svg);
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li:hover.hover3 {
    background-image: url(/images/menu-arrow3.svg);
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.menuon {
    border-bottom: 8px solid #005C7E;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.menuon:hover {
    background-image: none;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.menuon.hover1 {
    border-color: #C94D1B;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.menuon.hover2 {
    border-color: #3a9948;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.menuon.hover3 {
    border-color: #005C7E;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li.menuon a {
    color: #3C3C3B;
  }
}
header .navbar .container .navbar-collapse ul.navbar-nav > li > a {
  text-transform: uppercase;
  color: #006081;
  font-family: League;
  font-size: 19px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media only screen and (min-width: 992px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li > a {
    padding-bottom: 27px;
    padding-top: 27px;
  }
}
header .navbar .container .navbar-collapse ul.navbar-nav > li > a:focus {
  background-color: transparent;
}
header .navbar .container .navbar-collapse ul.navbar-nav > li > a:hover, header .navbar .container .navbar-collapse ul.navbar-nav > li > a:active {
  background-color: transparent;
  color: #006081;
}
header .navbar .container .navbar-collapse ul.navbar-nav > li > a:after {
  content: none;
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  width: 100vw;
  z-index: 99998;
  left: 0;
  right: 0;
  padding-bottom: 0;
  padding-top: 0;
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu {
    margin-top: 0px; /*8px*/
    background-color: #3C3C3B;
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu {
    position: static;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li {
    width: 100%;
    text-align: right;
  }
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu.columns {
    /*   height: 200px;
       overflow-y:scroll;*/
  }
}
@media screen and (min-width: 993px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu .columns {
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
  }
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > div > div > li > a {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li {
  padding-bottom: 7px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li:before {
  content: none;
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li a {
  color: #3C3C3B;
}
@media only screen and (min-width: 992px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li a {
    color: #fff;
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li a {
    padding-right: 0;
  }
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li a:hover {
  text-decoration: none;
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li a.external:after {
  top: 5px;
  right: -23px;
}
@media only screen and (min-width: 992px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li a.external:after {
    right: 0;
    background-image: url(/images/arrow-square-out-light-white.svg);
  }
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li ul {
  margin-bottom: 1em;
  list-style-position: inside;
}
@media screen and (min-width: 992px) {
  header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li ul {
    padding-left: 0;
  }
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li ul.list0 {
  border-radius: 0;
  list-style-image: url(/images/list.svg);
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li ul.list1 {
  border-radius: 0;
  list-style-image: url(/images/list-red.svg);
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li ul.list2 {
  border-radius: 0;
  list-style-image: url(/images/list-orange.svg);
}
header .navbar .container .navbar-collapse ul.navbar-nav > li .dropdown-menu li ul.list3 {
  border-radius: 0;
  list-style-image: url(/images/list-blue.svg);
}
header .navbar .container .navbar-collapse .search-button {
  display: block;
  background-color: #507EA0;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 6px;
  height: 45px;
  width: 45px;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .container .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar .container .navbar-collapse.collapse.in {
    display: block !important;
  }
  header .navbar .container .navbar-header .collapse, header .navbar .container .navbar-toggle {
    display: block !important;
  }
  header .navbar .container .navbar-header, header .navbar .container .navbar-nav > li {
    float: none;
  }
}

.in header {
  position: absolute;
  top: 0;
  z-index: 9999;
  box-shadow: 8px 0px 8px #878787;
}
@media only screen and (max-width: 992px) {
  .in header {
    padding-bottom: 0.4rem;
  }
}

/* hamburger */
.hamburger {
  float: right;
  position: relative;
  border: 0;
  top: 3rem;
}
@media only screen and (max-width: 993px) {
  .hamburger {
    position: absolute;
    right: 1rem;
  }
}
.hamburger .text {
  display: block;
  position: absolute;
  left: -22px;
  top: -35px;
  font-size: 0.8em;
  color: #006081;
  font-weight: normal;
}
.hamburger .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: 0;
}
.hamburger .toggle:focus {
  background-color: yellow;
}
.hamburger .toggle:hover, .hamburger .toggle:active {
  background-color: transparent !important;
}
.hamburger .toggle.active span {
  box-shadow: 50px -12px 0 #006081, -50px 12px 0 #006081;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(-315deg);
  transition-property: box-shadow, transform;
  transition-delay: 0s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle.active span:before {
  top: 50%;
  transition-delay: 1s;
}
.hamburger .toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: calc(100% - 14px);
  height: 3px;
  background: #006081;
  box-shadow: 0 -12px 0 #006081, 0 12px 0 #006081;
  transition-property: transform, box-shadow;
  transition-delay: 0s, 1s;
  transition-duration: 0.5s, 0.5s;
}
.hamburger .toggle span:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 37px;
  background: #006081;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.search {
  height: 38px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 4.4rem;
  display: flex;
}
@media (min-width: 768px) {
  .search.searchmobile {
    display: none;
  }
}
.search:hover {
  border-color: #EEEEEE;
}
@media (min-width: 768px) {
  .search {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.search .form-control {
  border-radius: 0;
  border: 0;
  background-color: #F3F4F4;
  box-shadow: none;
  height: 38px;
  border: 1px solid #8FA4BA;
  display: block;
}
@media (min-width: 768px) {
  .search .form-control {
    width: 100%;
  }
}
.search .input-group-btn {
  background-color: #8FA4BA;
  width: 38px;
  height: 38px;
  text-align: center;
  display: block;
}
.search .input-group-btn:hover {
  background-color: #005C7E;
}
.search .input-group-btn button {
  margin: 0;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
.search .input-group-btn button:focus {
  outline: 5px dotted #006081;
}
.search .input-group-btn button:hover, .search .input-group-btn button:active {
  outline: none;
}

div.slideshow {
  position: relative;
}
div.slideshow .over-gallery-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9990;
  height: 300px;
}
@media only screen and (min-width: 993px) {
  div.slideshow .over-gallery-wrapper {
    height: 400px;
  }
}
div.slideshow .over-gallery-wrapper .over-gallery {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  right: 10px;
  max-width: 100vw;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  div.slideshow .over-gallery-wrapper .over-gallery {
    bottom: 0px;
    right: 10px;
  }
}
div.slideshow .over-gallery-wrapper .over-gallery li {
  padding: 8px;
  margin: 0 0 10px 10px;
  background-color: white;
  border-radius: 10px;
  list-style: none;
}
div.slideshow .over-gallery-wrapper .over-gallery li:before {
  content: none;
}
@media only screen and (min-width: 993px) {
  div.slideshow .over-gallery-wrapper .over-gallery li {
    margin: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 992px) {
  div.slideshow .over-gallery-wrapper .over-gallery li img {
    width: 25px;
  }
}
div.slideshow #gallery {
  height: 300px;
}
@media only screen and (min-width: 993px) {
  div.slideshow #gallery {
    height: 400px;
  }
}
div.slideshow #gallery > div {
  /*   box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,.5);*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.news {
  padding-top: 2rem;
}
.news h2 {
  color: #006081;
  font-family: League;
  font-size: 22px;
  margin-bottom: 15px;
}
.news h2 a {
  color: #BC481A;
  line-height: 36px;
  text-decoration: underline;
}
.news h2 a:hover, .news h2 a:active {
  text-decoration: none;
  color: #BC481A;
}
.news h2 a:focus {
  color: white;
}
.news .slick .slick-slide {
  margin-right: 2px;
  border-bottom: 10px solid white;
}
.news .slick .slick-slide:hover a {
  color: #C94D1B;
  text-decoration: underline;
}
.news .slick .slick-slide img {
  width: 100%;
}
.news .slick .slick-slide a {
  display: block;
  width: 100%;
  color: #3C3C3B;
}
.news .slick .slick-slide a:hover, .news .slick .slick-slide a:active {
  color: #C94D1B !important;
}
.news .slick .slick-slide a:focus {
  color: white;
}
.news .slick .slick-slide .text {
  padding: 10px;
  background-color: #fff;
  display: block;
  height: 14em;
  overflow: hidden;
}
.news .slick .slick-slide .text .date {
  padding-bottom: 0;
  margin-bottom: 0.3em;
}
.news .slick .slick-slide .text h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 0.3em 0 0.4em 0;
  font-size: 1.5em;
}
.news .slick .text-right {
  margin-top: 1rem;
}
.news .slick .text-right .info {
  display: inline-block;
  color: #8C380D;
}
.news .slick .text-right .prev_next {
  display: inline-block;
}
.news .slick .text-right .prev_next a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  margin: 2px;
  border: 0;
  padding: 8px 13px;
  background-color: #C94D1B;
}
.news .slick .text-right .prev_next a.slick-disabled {
  background-color: #6f6f6e;
}
.news .slick .text-right .prev_next a:hover, .news .slick .text-right .prev_next a:active {
  background-color: #C94D1B;
}
.news .slick .text-right .prev_next a:focus {
  background-color: black;
}

.in .news {
  margin-bottom: 4rem;
}
.in .news .media-left img {
  width: 70px;
}
@media only screen and (min-width: 993px) {
  .in .news .media-left img {
    width: 120px;
  }
}
@media only screen and (min-width: 993px) {
  .in .news .media-body {
    padding-left: 1rem;
  }
}
.in .news h2 {
  margin-top: 0;
}
.in .news a {
  color: #C94D1B;
}

@media only screen and (max-width: 768px) {
  .in #obsah {
    padding-top: 2rem;
  }
}

.newsin {
  padding-top: 1rem;
}
.newsin h2 {
  color: #3C3C3B !important;
  padding: 15px 30px;
}
.newsin .newsitem {
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px;
}
.newsin .newsitem a {
  text-decoration: none;
}
.newsin .newsitem:nth-child(odd) {
  background: #EEEEEE;
}

.contact {
  width: 100%;
  background-color: #fff;
}
.contact tr:nth-child(even) {
  background-color: #EEEEEE;
}
.contact td {
  padding: 10px 20px;
}
.contact td:nth-child(1) {
  min-width: 240px;
}
.contact td:nth-child(4) {
  min-width: 240px;
}
.contact.healthcare .email {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact a {
  color: #005C7E;
}
.contact a:focus {
  color: white;
}
.contact a:hover, .contact a:active {
  color: #005C7E;
}

.contact-in h1 {
  text-transform: none !important;
}

.contact2 {
  background-color: #EEEEEE;
  margin-bottom: 10px;
}
.contact2 h3 {
  /* margin-top:0;*/
}
.contact2 > div {
  padding: 0;
}
.contact2 > div .padding {
  padding-left: 25px;
  padding-bottom: 0px;
}

.static-map, #map, #map3 {
  width: 100%;
  height: 400px;
}

.alphabet {
  margin-bottom: 15px;
}
.alphabet a {
  display: inline-block;
  min-width: 30px;
  padding: 10px 15px;
  color: #005C7E !important;
  background-color: #fff !important;
  text-decoration: none;
  text-align: center;
  margin-right: 1px;
  margin-bottom: 5px;
}
.alphabet a.active, .alphabet a:hover {
  color: #fff !important;
  background-color: #005C7E !important;
}
.alphabet a:focus {
  color: #fff !important;
  background-color: #C94D1B !important;
}

.links {
  padding-top: 3em;
}
.links h2 {
  display: inline-block;
  color: #575756;
}
.links a.index {
  float: right;
  background-color: #575756;
  color: #fff;
  padding: 9px 2em;
  display: inline-block;
  text-decoration: underline;
}
.links a.index:focus {
  color: white;
  background-color: #006081;
}
.links a.index:active, .links a.index:hover {
  color: #fff;
  background-color: #575756;
}
.links .links-panel {
  padding: 1rem 2rem;
}
.links .links-panel h3 {
  font-family: League;
  font-weight: normal;
  color: #fff;
}
.links .links-panel a {
  color: #fff;
}
.links .links-panel a:focus {
  background-color: white;
  color: black;
}
.links .links-panel a:hover, .links .links-panel a:active {
  background-color: transparent;
}
.links .citizen {
  background-color: #C94D1B;
  color: #fff;
}
.links .bussines {
  background-color: #575756;
  color: #fff;
}
.links .other {
  background-color: #005C7E;
  color: #fff;
}

.banners4 {
  margin-top: 4rem;
}
.banners4 img {
  max-width: 100%;
}

footer {
  margin-top: 1rem;
}
footer > div:first-child {
  padding: 4rem 0;
}
footer > div:last-child {
  padding: 1rem 0 4rem 0;
}
footer > section > .container > .row {
  margin-top: 0;
  margin-bottom: 0;
}
footer .social {
  padding-bottom: 2rem;
}
footer .social .flex-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
footer .social .flex-box p {
  margin-bottom: 0;
}
footer #regmail a {
  display: inline-block;
  margin-top: 1rem;
  background-color: #ED9A00;
  color: #3C3C3B;
  font-weight: bold;
  text-decoration: none;
  padding-top: 9px;
  height: 38px;
}
footer #regmail a:focus {
  color: white;
  background-color: #C94D1B;
}
footer #regmail .form-control {
  height: 38px;
}
footer table td {
  color: white;
}
footer .white-panel {
  background-color: transparent;
}
footer .padding {
  padding: 0;
}

.hp footer {
  margin-top: 0rem;
}

.level1 {
  padding-bottom: 5rem;
}

.padding .level1-menu {
  padding: 20px;
}
.padding .level1-menu h2 {
  margin-top: 0;
}

.reg_mail button {
  display: inline-block;
  margin-top: 1rem;
  background-color: #ED9A00;
  color: #575756;
  font-weight: bold;
  text-decoration: none;
  padding-top: 9px;
  height: 38px;
}
.reg_mail .form-control {
  height: 38px;
  border: 1px solid #555;
}

.panel-group .menu-panel {
  margin-bottom: 2rem;
  box-shadow: 3px 3px 6px #ccc;
}
.panel-group .menu-panel.boxs {
  box-shadow: none;
}
.panel-group .panel {
  padding: 20px 20px 15px 20px;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: none;
}
.panel-group .panel:hover {
  background-color: #575756;
  color: #fff;
  /*cursor: pointer;*/
}
.panel-group .panel:hover a {
  color: #fff !important;
}
.panel-group .panel-title {
  margin-top: 0;
}
.panel-group .panel-title a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 22px;
  line-height: 28px;
}
.panel-group .panel-collapse {
  padding: 20px;
}
.panel-group .panel-collapse.in {
  margin: 0;
  box-shadow: none;
}
.panel-group .panel-collapse .panel-body {
  margin: 0;
  padding: 0;
}
.panel-group .panel-collapse .panel-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-group .panel-collapse .panel-body ul li {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.panel-group .panel-collapse .panel-body ul li:before {
  content: none;
}

.col-sm-9 .panel-group .panel .panel-title a {
  max-width: calc(100% - 40px);
  padding-right: 5px;
  letter-spacing: 2px;
  /* background-image: url(/images/arrow_up.svg); 
   &.collapsed {
       background-image: url(/images/arrow_down.svg);
   }*/
}
.col-sm-9 .panel-group .panel .panel-title a.link {
  display: inline-block;
  background: none;
}
.col-sm-9 .panel-group .panel .panel-title a.span {
  display: block;
  height: 16px;
  padding: 0;
  width: 29px;
  float: right;
  margin-top: 4px;
  outline: none;
  background-image: url(/images/arrow_up.svg);
}
.col-sm-9 .panel-group .panel .panel-title a.span.collapsed {
  background-image: url(/images/arrow_down.svg);
}

#menuleft h3.panel-title {
  color: #878787;
}
#menuleft h3.panel-title a {
  color: #575756;
  text-transform: uppercase;
  line-height: 32px;
}
#menuleft h3.panel-title a.h3in {
  color: #575756;
}
#menuleft h3.panel-title a:focus {
  color: white;
}
#menuleft .panel-body li {
  font-weight: bold;
}
#menuleft .panel-body li:before {
  content: none;
}
#menuleft .panel-body li a.linkgrey {
  color: #575756 !important;
}
#menuleft .panel-body li a:focus {
  color: white !important;
}
.color1 #menuleft .panel:hover {
  background-color: #C94D1B;
}
.color1 #menuleft .panel:hover a {
  color: #fff;
}
.color1 #menuleft .panel .panel-body a {
  color: #C94D1B;
}
.color1 #menuleft .panel .panel-body a:focus {
  color: white !important;
}
.color1 h2, .color1 h2 a, .color1 .col-sm-9 a, .color1 .col-md-9 a, .color1 a {
  color: #C94D1B;
}
.color1 h2:focus, .color1 h2 a:focus, .color1 .col-sm-9 a:focus, .color1 .col-md-9 a:focus, .color1 a:focus {
  color: white !important;
}
.color1 h2:hover, .color1 h2:active, .color1 h2 a:hover, .color1 h2 a:active, .color1 .col-sm-9 a:hover, .color1 .col-sm-9 a:active, .color1 .col-md-9 a:hover, .color1 .col-md-9 a:active, .color1 a:hover, .color1 a:active {
  color: #C94D1B;
}
.color1 .pagination > li > a.prev, .color1 .pagination > li > a.first, .color1 .pagination > li > a.next, .color1 .pagination > li > a.last {
  background-color: #C94D1B;
}
.color1 .pagination > li > a.prev.disabled, .color1 .pagination > li > a.first.disabled, .color1 .pagination > li > a.next.disabled, .color1 .pagination > li > a.last.disabled {
  background-color: #E5A983;
}
.color1 #menubottom li {
  border-radius: 0;
  list-style-image: url(/images/list-red.svg);
}
.color1 li::before {
  color: #C94D1B;
}

.color2 #menuleft .panel:hover {
  background-color: #3a9948;
}
.color2 #menuleft .panel .panel-body a {
  color: #31853d;
}
.color2 a {
  color: #31853d;
}
.color2 a:focus {
  color: white !important;
}
.color2 a:hover, .color2 a:active {
  color: #31853d;
}
.color2 .pagination > li > a.prev, .color2 .pagination > li > a.first, .color2 .pagination > li > a.next, .color2 .pagination > li > a.last {
  background-color: #3a9948;
}
.color2 .pagination > li > a.prev.disabled, .color2 .pagination > li > a.first.disabled, .color2 .pagination > li > a.next.disabled, .color2 .pagination > li > a.last.disabled {
  background-color: #F9CF8F;
}
.color2 #menubottom li {
  border-radius: 0;
  list-style-image: url(/images/list-orange.svg);
}
.color2 li::before {
  color: #ED9A00;
}

.color3 #menuleft .panel:hover {
  background-color: #005C7E;
}
.color3 #menuleft .panel:hover a {
  color: #fff;
}
.color3 #menuleft .panel .panel-body a {
  color: #005C7E;
}
.color3 a {
  color: #005C7E;
}
.color3 a:focus {
  color: white;
}
.color3 a:hover, .color3 a:active {
  color: #005C7E;
}
.color3 #menubottom li {
  border-radius: 0;
  list-style-image: url(/images/list-blue.svg);
}
.color3 li::before {
  color: #005C7E;
}

.pagination > li > a.prev, .pagination > li > a.first, .pagination > li > a.next, .pagination > li > a.last {
  background-color: #005C7E;
}
.pagination > li > a.prev.disabled, .pagination > li > a.first.disabled, .pagination > li > a.next.disabled, .pagination > li > a.last.disabled {
  background-color: #8FA4BA;
}

#menubottom .col-sm-6 > div:nth-child(even) {
  background-color: #005C7E;
}
#menubottom .col-sm-6 > div:nth-child(odd) {
  background-color: #575756;
}
#menubottom .col-sm-6 .panel {
  box-shadow: none;
  break-after: column;
  margin-bottom: 25px;
}
#menubottom .col-sm-6 .panel a {
  color: #fff;
}
#menubottom .col-sm-6 .panel > h3 > a {
  text-transform: uppercase;
}
#menubottom .col-sm-6 .panel > h3 > a:focus {
  background-color: #006081;
  color: white;
}
#menubottom .col-sm-6 .panel > h3 > a:hover, #menubottom .col-sm-6 .panel > h3 > a:active {
  background-color: transparent;
}
#menubottom .col-sm-6 .panel .panel-collapse .panel-body ul li {
  line-height: 26px;
}
#menubottom .col-sm-6 .panel .panel-collapse .panel-body ul li a {
  color: #fff;
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-box.flex-center {
  align-items: center;
}
.flex-box .flex-image {
  margin-right: 2rem;
}
.breadcrumb-wrapper {
  margin-bottom: 0rem;
  padding-left: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-wrapper {
    padding-left: 0.3rem;
    margin-bottom: 3rem;
  }
}
.breadcrumb-wrapper .breadcrumb {
  padding: 8px 3px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
  color: #ccc;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-wrapper .breadcrumb {
    padding: 8px 15px;
  }
}
.breadcrumb-wrapper .breadcrumb > li + li::before {
  content: "› ";
  padding-left: 6px;
  padding-right: 2px;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-wrapper .breadcrumb > li + li::before {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.breadcrumb-wrapper .breadcrumb a {
  color: #005C7E;
}
.breadcrumb-wrapper .breadcrumb a:hover, .breadcrumb-wrapper .breadcrumb a:active {
  color: #575756;
}
.breadcrumb-wrapper .breadcrumb a:focus {
  color: white;
}
.breadcrumb-wrapper .icons {
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-wrapper .icons .icon {
  align-items: stretch;
  border-left: 1px solid #878787;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.fontsize1 {
  font-size: 150%;
}

.fontsize2 {
  font-size: 150%;
}

.content h1 {
  text-transform: uppercase;
}
.content .col-sm-9 .container, .content .col-md-9 .container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.content .col-sm-9 .container .grey3, .content .col-md-9 .container .grey3 {
  padding: 5px 15px 15px 15px;
}

.in .content {
  padding-top: 100px;
  background-color: #F3F4F4;
}
@media only screen and (min-width: 992px) {
  .in .content {
    padding-top: 240px;
  }
}

.filter {
  margin-bottom: 2rem;
}
.filter h1 {
  margin-top: 0;
}
.filter.padding {
  padding: 20px;
}
.filter .form-control {
  border-radius: 0;
  border: 0;
  height: 38px;
}
.filter .form-control#filter-search {
  background-image: url(/images/zoom-grey.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.filter .form-control:focus {
  outline: 3px dotted white;
}
.filter .inline {
  display: inline;
  padding-left: 0;
  margin-left: 0;
}
.filter .inline:before {
  content: none;
}
.filter .inline a {
  color: white;
}
.filter .underline {
  text-decoration: underline;
}
.filter .submit {
  background-color: #005C7E;
  color: #F3F4F4 !important;
  text-decoration: none;
  padding: 10px 20px;
  height: 38px;
  display: inline-block;
  border: 0;
}
.filter .submit:focus {
  outline: 3px dotted white;
}
.filter .submit:hover, .filter .submit:active {
  outline: none;
}

.datepicker-days {
  padding: 5px;
}

.photo {
  display: inline-block;
  max-width: 33.33%;
  background-color: #fff;
  margin-right: 0;
  color: #005C7E;
  vertical-align: top;
}
@media (min-width: 768px) {
  .photo {
    /*margin:0 0 2% 2%;*/
    padding: 1rem 2rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .photo {
    max-width: 100%;
  }
}
.photo a {
  width: 100%;
  display: block;
  background-color: transparent;
}
.photo a img {
  width: 100%;
}
.photo .text {
  padding: 1rem 0 2rem 0;
}
@media (max-width: 767px) {
  .photo .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.photo .text h3 {
  margin-top: 0.5em;
  padding-top: 0;
  font-size: 1.4em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .photogallery .photo {
    max-width: 31.33%;
    margin: 0 0 2% 2%;
    padding: 0;
  }
}
.photogallery .photo .text {
  padding: 1rem 2rem 2rem 2rem;
}

.photo-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.photo-in .photo {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .photo-in .photo {
    width: 33.3333333333%;
    max-width: 31.33%;
  }
}
@media (max-width: 767px) {
  .photo-in .photo {
    width: 100%;
  }
}
.photo-in .photo img {
  margin: 0 0 30px 0;
}

a.photo-back {
  background-color: #005C7E;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 20px;
  height: 38px;
  display: inline-block;
}
a.photo-back:focus {
  background-color: #C94D1B !important;
}
@media (min-width: 768px) {
  .photo-left {
    margin-left: 2%;
  }
}

.pagination {
  border-radius: 0;
}
.pagination > li {
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination > li:before {
  content: none;
}
.pagination > li:first-of-type {
  display: none;
}
@media only screen and (min-width: 992px) {
  .pagination > li:first-of-type {
    display: inline-block;
  }
}
.pagination > li:first-of-type a {
  width: auto;
  padding: 8px;
}
.pagination > li:last-of-type {
  display: none;
}
@media only screen and (min-width: 992px) {
  .pagination > li:last-of-type {
    display: inline-block;
  }
}
.pagination > li.mright {
  margin-right: 1rem;
}
.pagination > li > a {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  padding: 8px;
  border-radius: 0 !important;
  border: 0;
  color: #575756 !important;
  text-decoration: underline;
  vertical-align: middle;
}
.pagination > li > a.active {
  font-weight: bold;
  text-decoration: none;
  color: #3C3C3B !important;
}
.pagination > li > a.next {
  padding: 3px;
}
.pagination > li > a.first, .pagination > li > a.last, .pagination > li > a.prev, .pagination > li > a.next {
  text-decoration: none;
  color: #fff !important;
}
.pagination > li > a.first:focus, .pagination > li > a.last:focus, .pagination > li > a.prev:focus, .pagination > li > a.next:focus {
  outline: 5px dotted #006081;
}
.pagination > li > a.disabled {
  pointer-events: none;
  cursor: default;
}
.pagination > li > a.last {
  width: auto;
  padding: 8px;
}
.pagination > li > a:focus {
  background-color: #006081;
  color: white;
}

.index-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 1024px) {
  .index-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .index-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.links-panel ul {
  list-style-image: url(/images/list.svg);
}

/* search */
.search-all {
  padding-top: 20px;
}
.search-all .search .form-control {
  border-radius: 0;
  border: 0;
  background-color: #F3F4F4;
  box-shadow: none;
}
.search-all .search .form-control.blue-select option {
  background-color: #005C7E;
}
.search-all .search .input-group-btn {
  background-color: #8FA4BA;
}
.search-all .search .input-group-btn:hover {
  background-color: #005C7E;
}
.search-all .search .input-group-btn button {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.search-item {
  margin: 0rem 0 5rem 0;
}

.search-paginator .pagination > li > a.prev, .search-paginator .pagination > li > a.first, .search-paginator .pagination > li > a.next, .search-paginator .pagination > li > a.last {
  background-color: #005C7E;
}
.search-paginator .pagination > li > a.prev.disabled, .search-paginator .pagination > li > a.first.disabled, .search-paginator .pagination > li > a.next.disabled, .search-paginator .pagination > li > a.last.disabled {
  background-color: #8FA4BA;
}

.searchfaq {
  display: flex;
}
.searchfaq .form-control {
  display: table-cell;
  border-radius: 0;
  border: 0;
  background-color: #F3F4F4;
  box-shadow: none;
}
.searchfaq .form-control.blue-select option {
  background-color: #005C7E;
}
.searchfaq .input-group-btn {
  display: table-cell;
  background-color: #8FA4BA;
}
.searchfaq .input-group-btn:hover {
  background-color: #005C7E;
}
.searchfaq .input-group-btn button {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.categoryfaq {
  width: 100%;
}
.categoryfaq select {
  width: 100%;
}

/* boostrap align */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ED9A00 url(/images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top:hover, .cd-top:active {
  background-color: #ED9A00;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
}
.modal .modal-content .modal-footer {
  border-top: 0;
}
.modal .modal-content .modal-footer .btn {
  background-color: #005C7E;
  color: #fff;
  padding: 4px 30px;
}
.modal .modal-content .modal-footer .btn:focus {
  background-color: #C94D1B;
}
.modal .modal-content .modal-footer .btn:hover, .modal .modal-content .modal-footer .btn:active {
  background-color: #005C7E;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.font22 {
  font-size: 22px;
}

.login, .change-visitor {
  margin-bottom: 30px;
}
.login .form-group .form-control, .change-visitor .form-group .form-control {
  border: 1px solid #EEEEEE;
  box-shadow: none;
}
.login .btn, .change-visitor .btn {
  border: 1px solid #EEEEEE;
  background-color: #EEEEEE;
}

.logged {
  margin-bottom: 30px;
}

.catalog {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}

.nowrap {
  white-space: nowrap;
}

ul.dropdown-menu li:before {
  content: none;
}

@media only screen and (min-width: 992px) {
  .hp .navbar-default ul.dropdown-menu {
    margin-top: 8px !important;
  }
}

.skryj {
  display: none;
}

.back {
  background-color: #575756 !important;
}

.news-alert {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 0;
}

.fancybox-caption {
  text-align: center;
}

@media print {
  body {
    padding-top: 0;
  }
  header, footer, .links, .banners4, .back, .pagination, .filter, #progres-id {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}
.progres_form {
  padding: 2rem 0;
}
.progres_form > div {
  margin: 1rem 0;
}
.progres_form .form-control {
  border-radius: 0;
  border: 1px solid #575756;
}
.progres_form .btn {
  background-color: #005C7E;
  color: #fff;
}
.progres_form a.btn {
  background-color: #005C7E;
  color: #fff;
  text-decoration: none;
}
.progres_form .has-error.checkbox2, .progres_form .has-error.radio {
  background-color: #FFB8B8;
  padding-top: 1em;
  padding-bottom: 1em;
}
.progres_form .has-error .form-control {
  outline: 3px solid red;
}
.progres_form .has-error .form-control-radio {
  /*outline:3px solid red;*/
}
.progres_form .has-error .form-control-radio .form-check-label {
  color: black;
}

/* pristupnost */
.support {
  position: absolute;
  top: -99999px;
  left: 0;
  color: #006081;
  background-color: white;
}
.support:focus {
  top: -30px;
  padding: 1rem;
  color: #006081;
  background-color: white;
}

.jump {
  position: relative;
}
.jump h2, .jump p {
  position: absolute;
  top: 0;
  left: -99999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 99999;
}
.jump ul {
  padding: 0;
  margin: 0;
}
.jump ul li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.jump ul li:before {
  content: none;
}
.jump ul li a {
  position: absolute;
  top: -99999px;
  left: 0;
}
.jump ul li a:focus {
  top: 30px;
  color: black;
  background-color: white;
  padding: 1rem;
}

a.support:not([href]):not([tabindex]) {
  color: #006081 !important;
}

.checkcolumn {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkcolumn li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkcolumn li:before {
  content: none;
}

#accordion h2 {
  margin-top: 3em;
}

.faq-item a {
  text-decoration: none;
}
.faq-item p.heading {
  padding: 1em 0 0 0;
  display: block;
  overflow: hidden;
}
.faq-item p.heading a {
  font-size: 1.3em;
  min-height: 29px;
  display: block;
  padding-left: 3em;
  outline: 0;
  color: black;
}
.faq-item p.heading a:focus, .faq-item p.heading a:hover {
  background-color: transparent;
  color: black !important;
}
.faq-item p.heading a:before {
  position: absolute;
  margin-top: 3px;
  margin-left: -3em;
  display: block;
  content: " ";
  width: 29px;
  height: 16px;
  background-image: url(/images/arrow-faq-down.svg);
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.5s;
  transition-timing: ease-in-out;
}
.faq-item .faq-detail {
  padding-left: 3.7em;
}
.faq-item .faq-detail .date {
  font-style: italic;
  padding-bottom: 1em;
}
.faq-item .faq-detail .answer {
  padding-left: 3em;
  background-image: url(/images/office.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
.faq-item + .faq-item {
  border-top: 1px solid #ccc;
}

/* ORG structure */
.in .orgchart .node .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 60px;
  line-height: 1;
  white-space: normal;
}
.in .orgchart .oci-leader {
  display: none;
}
.in .orgchart ul li::before {
  margin-left: inherit;
}

.help-block {
  color: black;
}

/* payment */
.payment {
  margin-bottom: 4rem;
  background-color: #EEE;
  padding: 1rem 2rem;
}

#variable {
  border: 1px solid #ccc;
}

/* boostrap 3 fix */
.radio input[type=radio] {
  margin-left: 0;
}

.form-check {
  margin-bottom: 5px;
}

/* slick */
.linksslick {
  width: 100%;
  overflow: hidden;
}
.linksslick .slick-slide {
  text-align: center;
  float: inherit;
  display: inline-block !important;
  vertical-align: middle;
}
.linksslick .slick-slide a {
  text-decoration: none;
  color: #3C3C3B;
}
.linksslick .slick-slide a:focus {
  color: white;
}
.linksslick .slick-slide .img {
  min-height: 100px;
}
.linksslick .slick-slide .img img {
  margin: 0 auto;
  max-height: 180px;
  max-width: 270px;
}
.linksslick .slick-prev, .linksslick .slick-next {
  height: 51px;
  z-index: 400;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 19px;
  height: 51px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.linksslick .slick-prev {
  left: 0px;
}
.linksslick .slick-next {
  right: 0px;
}

.slick-dots {
  display: none !important;
}

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

ul.poi-types-list {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 1em;
}
ul.poi-types-list .me-2 {
  margin-right: 0.5rem !important;
}
ul.poi-types-list .ps-0 {
  padding-left: 0 !important;
}
ul.poi-types-list .ms-0 {
  margin-left: 0 !important;
}
ul.poi-types-list .mb-3 {
  margin-bottom: 1rem !important;
}
ul.poi-types-list .d-flex {
  display: flex !important;
}
ul.poi-types-list .p-2 {
  padding: 0.5rem !important;
}
ul.poi-types-list .pb-0 {
  padding-bottom: 0 !important;
}
ul.poi-types-list .mb-0 {
  margin-bottom: 0 !important;
}

.search-block {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 100%;
  transition: 0.5s all;
  z-index: 99999;
}
.search-block.on {
  bottom: 0;
}
.search-block .close-search {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.search-block .searchform {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-block .searchform form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-block .searchform form input {
  display: block;
  padding: 1rem;
  min-width: 250px;
  border: 1px solid #006081;
}
.search-block .searchform form button {
  padding: 1rem;
  display: block;
  border: 0;
  background-color: #006081;
  color: white;
  border: 1px solid #006081;
}
.search-block .searchform form button:focus {
  outline: 5px dotted #006081;
}
.search-block .searchform form button:active {
  outline: none;
}
.search-block .searchform form a {
  border-left: 1px solid #006081;
  padding: 0 0.8rem;
}

.search-item {
  margin-bottom: 2rem;
}

.alignitemscenter > div > .row {
  align-items: center !important;
}

.news-hp .col-image img {
  border: 1px solid #046181;
}
.news-hp .date {
  color: #046181;
}
.news-hp .annotation p {
  display: inline;
}
.news-hp h3 {
  margin-top: 0px;
}
.news-hp .premium {
  background-color: #DCDDDE;
  margin-right: 0;
}
.news-hp > .row {
  border-bottom: 1px solid #006081;
}
@media only screen and (min-width: 768px) {
  .news-hp > .row {
    border-bottom: 0px;
  }
}

#full-clndr {
  width: 100%;
  /* min-height: 454px;*/
}
#full-clndr .clndr-controls {
  clear: both;
  padding: 0 0 0 0;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid white;
}
#full-clndr .clndr-controls .current-month {
  display: inline-block;
  padding: 0 2rem;
}
#full-clndr .clndr-controls .clndr-previous-button {
  display: inline-block;
  text-align: left;
}
#full-clndr .clndr-controls .clndr-next-button {
  display: inline-block;
  text-align: right;
}
#full-clndr .clndr-controls .clndr-previous-button, #full-clndr .clndr-controls .clndr-next-button {
  padding: 0 1rem;
  text-align: center;
  cursor: pointer;
}
#full-clndr .clndr-controls .clndr-previous-button:focus, #full-clndr .clndr-controls .clndr-next-button:focus {
  outline: 3px dotted white;
}
#full-clndr .clndr-controls .clndr-previous-button:hover, #full-clndr .clndr-controls .clndr-previous-button:active, #full-clndr .clndr-controls .clndr-next-button:hover, #full-clndr .clndr-controls .clndr-next-button:active {
  opacity: 0.5;
  outline: none !important;
}
#full-clndr .clndr-grid .days-of-the-week {
  width: 100%;
  color: white;
}
#full-clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#full-clndr .clndr-grid .days {
  width: 100%;
}
#full-clndr .clndr-grid .days .day, #full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 50px;
  padding: 12px 0;
  text-align: center;
}
#full-clndr .clndr-grid .days .day.event .day-number, #full-clndr .clndr-grid .days .empty.event .day-number {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0.1em;
  background-image: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 17px;
}
#full-clndr .clndr-grid .days .day.event .day-number:focus, #full-clndr .clndr-grid .days .empty.event .day-number:focus {
  background-color: white;
  color: #006081;
}
#full-clndr .clndr-controls {
  color: white;
  border-bottom: 0px;
}
#full-clndr .clndr-grid .days-of-the-week {
  color: white;
  border-bottom: 1px solid white;
}
#full-clndr .clndr-grid .days .day, #full-clndr .clndr-grid .days .empty {
  color: white;
}
#full-clndr .clndr-grid .days .day.event .day-number, #full-clndr .clndr-grid .days .empty.event .day-number {
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  top: -6px;
  width: 34px;
  height: 34px;
  padding-top: 5px;
}
#full-clndr .clndr-grid .days .day.event .day-number:focus, #full-clndr .clndr-grid .days .empty.event .day-number:focus {
  background-color: white;
  color: #006081;
}
#full-clndr .clndr-grid .days .day.today, #full-clndr .clndr-grid .days .empty.today {
  /*
  .day-number {
     color: $main;

  }*/
}
#list {
  font-size: 1.1em;
  padding: 1em;
}
#list a {
  font-weight: bold;
  text-decoration: underline;
}

.premium-wrapper {
  overflow-y: hidden;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 993px) {
  .premium-wrapper {
    max-width: 200px;
    margin-bottom: 0;
  }
}

#premiumaction {
  height: 100%;
  width: 100%;
}
#premiumaction div {
  height: 100%;
  width: 100%;
}
#premiumaction .carousel-item {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 993px) {
  #premiumaction .carousel-item {
    min-height: 400px;
  }
}
#premiumaction .carousel-item img {
  max-width: 100%;
  /*  position: absolute;
    width:100%;
    min-width: 100%;
    @media only screen and (min-width: 1200px)  {
        width:auto;
        max-height: 100%;
    }*/
}
#premiumaction .carousel-item .carousel-caption {
  height: auto;
  width: auto;
  max-width: 100%;
  background-color: #006081;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  left: 1rem;
  right: auto;
  padding: 1rem 2rem;
  text-align: left;
  font-size: 1.2em;
}
#premiumaction .carousel-item .carousel-caption a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.event-listing {
  margin-left: -1px;
  padding: 0 0.8rem;
  color: white;
}
@media only screen and (min-width: 768px) {
  .event-listing {
    padding: 0 0.8rem;
    height: 100%;
  }
}
.event-listing .event-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.event-listing .event-item:first-of-type {
  margin-top: 0;
}
.event-listing .event-item.active {
  background-color: white;
  color: #006081;
}
.event-listing .event-item.active .event-info {
  background-color: #006081;
  color: white;
}
.event-listing .event-item.active .event-name, .event-listing .event-item.active .event-link {
  color: #006081;
}
.event-listing .event-item .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.event-listing .event-item .event-name {
  color: white;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  margin-top: 0;
}
.event-listing .event-item .event-name a {
  font-size: 1em;
  text-decoration: underline;
  font-weight: normal;
}
.event-listing .event-item .event-link {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.event-listing .event-item .event-info {
  background-color: white;
  color: black;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
.event-listing .event-item .event-info .event-date {
  height: 100%;
  text-align: center;
  display: grid;
  grid-template-rows: 65% 35%;
}
.event-listing .event-item .event-info .event-date .event-calendar-day {
  align-self: end;
  font-weight: bold;
  font-size: 1.7em;
}
.event-listing .event-item .event-info .event-date .event-calendar-month {
  text-transform: uppercase;
  font-size: 0.8em;
}
.event-listing .event-item .event-info .event-time {
  font-weight: normal;
}
/* virtual */
.vrb {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  height: 100%;
  padding: 2em;
}
@media only screen and (min-width: 768px) {
  .vrb {
    width: 30%;
  }
}
.vrb h2 {
  color: white;
  font-size: 3em;
  line-height: 1.2;
}
.vrb h2 span {
  font-weight: 700;
}

.vrbutton {
  margin: 2rem auto;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .vrbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
}
.vrbutton a {
  background-color: #006081;
  color: white;
  letter-spacing: 3px;
  padding: 1em 3em;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: bold;
}
.vrbutton a:hover, .vrbutton a:focus {
  background-color: black;
}

.footermenu3 {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (min-width: 993px) {
  .footermenu3 {
    padding-left: 0;
  }
}
.footermenu3 li:before {
  content: none;
}
.footermenu3 > li {
  padding-left: 0;
}
.footermenu3 .footermenu3-list-item .footermenu3-headline {
  display: block;
  background-color: #507EA0;
  color: white;
  padding: 0.6em 1em;
  text-decoration: none;
  font-family: League;
  font-size: 1.07143em;
}
.footermenu3 .footermenu3-list-item .footermenu3-submenu-block {
  padding: 0.6em 1em;
  display: block;
}
.footermenu3 .footermenu3-list-item .footermenu3-submenu-block .footermenu3-submenu {
  text-decoration: none;
}
.footermenu3 .footermenu3-list-item .footermenu3-submenu-block .footermenu3-submenu:not(:last-of-type):after {
  content: ", ";
}
.footermenu3 .footermenu3-list-item .footermenu3-submenu-block .footermenu3-submenu:not(:first-of-type) {
  text-transform: lowercase;
}
.footermenu3 .footermenu3-list-item:hover {
  background-color: #dcddde;
}
.footermenu3 .footermenu3-list-item:hover .footermenu3-headline {
  background-color: #2f5f80;
}
/* booking  2 */
.booking2-places {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.booking2-places li {
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.booking2-places li:before {
  content: none;
}

#full-clndr-booking {
  width: 100%;
}
#full-clndr-booking .clndr-controls {
  clear: both;
  padding: 0 0 1.5rem 0;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 1px solid white;
}
#full-clndr-booking .clndr-controls .current-month {
  display: inline-block;
  padding: 0 2rem;
}
#full-clndr-booking .clndr-controls .clndr-previous-button {
  display: inline-block;
  text-align: left;
}
#full-clndr-booking .clndr-controls .clndr-next-button {
  display: inline-block;
  text-align: right;
}
#full-clndr-booking .clndr-controls .clndr-previous-button, #full-clndr-booking .clndr-controls .clndr-next-button {
  padding: 0 1rem;
  text-align: center;
  cursor: pointer;
}
#full-clndr-booking .clndr-controls .clndr-previous-button:focus, #full-clndr-booking .clndr-controls .clndr-next-button:focus {
  outline: 3px dotted white;
}
#full-clndr-booking .clndr-controls .clndr-previous-button:hover, #full-clndr-booking .clndr-controls .clndr-previous-button:active, #full-clndr-booking .clndr-controls .clndr-next-button:hover, #full-clndr-booking .clndr-controls .clndr-next-button:active {
  opacity: 0.5;
  outline: none !important;
}
#full-clndr-booking .clndr-grid .days-of-the-week {
  width: 100%;
  color: white;
}
#full-clndr-booking .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}
#full-clndr-booking .clndr-grid .days {
  width: 100%;
}
#full-clndr-booking .clndr-grid .days .day, #full-clndr-booking .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 50px;
  padding: 12px 0;
  text-align: center;
}
#full-clndr-booking .clndr-grid .days .day.event .day-number, #full-clndr-booking .clndr-grid .days .empty.event .day-number {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0.1em;
  background-image: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 17px;
}
#full-clndr-booking .clndr-grid .days .day.event .day-number:focus, #full-clndr-booking .clndr-grid .days .empty.event .day-number:focus {
  background-color: white;
  color: #006081;
}
#full-clndr-booking .clndr-controls {
  color: #006081;
  border-bottom: 1px solid grey;
}
#full-clndr-booking .clndr-grid .days-of-the-week {
  color: #006081;
}
#full-clndr-booking .clndr-grid .days .day, #full-clndr-booking .clndr-grid .days .empty {
  color: #006081;
}
#full-clndr-booking .clndr-grid .days .day.event .day-number, #full-clndr-booking .clndr-grid .days .empty.event .day-number {
  color: #006081;
  border: 1px solid #006081;
  border-radius: 19px;
  top: -4px;
  width: 34px;
  height: 34px;
  padding-top: 5px;
}
#full-clndr-booking .clndr-grid .days .day.event .day-number:focus, #full-clndr-booking .clndr-grid .days .empty.event .day-number:focus {
  background-color: #006081;
  color: #ffffff;
}
#full-clndr-booking .clndr-grid .days .day.today, #full-clndr-booking .clndr-grid .days .empty.today {
  /*
  .day-number {
     color: $main;

  }*/
}
#list.calendar-list {
  color: #3C3C3B;
  padding: 0;
}

/*# sourceMappingURL=sass.css.map */
