.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

@font-face {
  font-family: myriad;
  src: url(../fonts/MyriadPro-BoldCond.eot#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-BoldCond.otf) format("opentype");
}

@font-face {
  font-family: myriad2;
  src: url(../fonts/MyriadPro-SemiboldCond.eot) format("embedded-opentype"), url(../fonts/MyriadPro-SemiboldCond.otf) format("opentype");
}

html {
  font-size: 62.5%;
  font-family: 'Open Sans', sans-serif;
}

body {
  background: white;
}

a {
  text-decoration: none;
}

.more {
  color: #2DABFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 2.5rem;
  display: inline-block;
  font-weight: 400;
}

.block-title {
  color: #035287;
  text-transform: uppercase;
  font-size: 4.8rem;
}

.gray {
  color: #444444;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#tagszCollapse {
  background: #E5EDF3;
  padding: 20px;
  font-size: 1.6rem;
}

#tagszCollapse ul {
  padding: 0;
  list-style: none;
}

#tagszCollapse ul ul {
  padding-left: 15px;
}

#tagszCollapse .overlay-header {
  font-weight: bold;
  text-transform: uppercase;
  color: #035287;
}

#tagszCollapse a {
  color: #035287;
  line-height: 2rem;
  margin: 7px 0;
  display: block;
}

#tagszCollapse a:hover {
  color: #2DABFF;
}

#topnav {
  background: #E5EDF3;
}

#topnav .socicons {
  position: absolute;
  width: 180px;
  right: 0;
  text-align: right;
  top: 5px;
  z-index: 100;
}

#topnav .nav-item a {
  color: #035287;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 0;
  padding: 0;
}

#topnav .nav-item a:hover {
  color: #2DABFF;
}

#topnav .navbar-toggler {
  margin-left: 15px;
  border: none;
  padding: 0;
}

#topnav .navbar-toggler span {
  display: block;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  background: #035287;
}

#topnav .navbar-collapse.collapse.show,
#topnav .navbar-collapse.collapsing {
  padding-top: 10px;
}

#topnav .navbar-collapse.collapse.show a,
#topnav .navbar-collapse.collapsing a {
  margin-left: 15px;
  font-size: 1.8rem;
  padding: 0.4rem 0;
  border-top: 1px solid #6896B7;
}

.vdsz-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'myriad', sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #444444;
}

.vdsz-logo:hover {
  color: #444444;
}

.vdsz-logo img {
  margin-right: 1.5rem;
}

.big-btn {
  background: #035287;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 4rem;
  width: 100%;
  text-align: center;
  border-radius: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.big-btn:hover {
  color: white;
  background: #2DABFF;
}

.big-btn.wita {
  width: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.main-nav {
  background: #035287;
  border-top: 20px solid #035287;
  border-bottom: 20px solid #035287;
}

.main-nav a {
  color: white;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  margin-right: 2rem;
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-nav a:hover {
  color: #2DABFF;
}

.main-nav a.active {
  color: #2DABFF;
  border-bottom: 2px solid #2DABFF;
}

.main-nav .search-input {
  background: #E5EDF3;
  border: none;
  height: 40px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 40px;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
}

.main-nav form {
  position: relative;
}

.main-nav .magnifi {
  position: absolute;
  right: 15px;
  z-index: 100;
  top: 8px;
}

.main-nav .navbar-toggler {
  margin: 0 auto;
  border: none;
  padding: 0;
  height: 36px;
  width: 35px;
}

.main-nav .navbar-toggler span {
  display: block;
  height: 4px;
  width: 35px;
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
}

.main-nav .navbar-toggler span:first-child {
  margin-top: -10px;
}

.main-nav .navbar-toggler span:last-child {
  margin-top: 10px;
}

.main-nav .navbar-toggler.open span:first-child {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  margin-top: -2px;
}

.main-nav .navbar-toggler.open span:last-child {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
  margin-top: -2px;
}

.main-nav .navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}

.main-nav .navbar-collapse.collapse.show,
.main-nav .navbar-collapse.collapsing {
  padding-top: 10px;
}

.main-nav .navbar-collapse.collapse.show a,
.main-nav .navbar-collapse.collapsing a {
  margin: 10px 0;
  font-size: 2rem;
  padding: 0.5rem 0;
  text-align: center;
}

.main-nav .navbar-collapse.collapse.show a.active,
.main-nav .navbar-collapse.collapsing a.active {
  border: none;
}

.carousel-item .cont {
  position: relative;
}

.carousel-item .title {
  background: #035287;
  color: white;
  background: rgba(3, 82, 135, 0.8);
  font-size: 3.6rem;
  line-height: 140%;
  padding: 1.5rem 3rem;
  bottom: 30px;
  right: 50%;
  left: 0;
  position: absolute;
}

#events {
  padding-top: 80px;
}

.event-thumb {
  display: block;
  position: relative;
}

.event-thumb img {
  width: 100%;
}

.event-thumb .title {
  background: #035287;
  color: white;
  background: rgba(3, 82, 135, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  font-size: 2.4rem;
}

.social-block {
  background: white;
  border: 1px solid #C0D3E0;
  text-align: center;
}

.social-block a {
  margin: 10px;
}

.social-block a img {
  height: 150px;
}

.news-thumb {
  display: block;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.news-thumb .pic-container {
  position: relative;
  overflow: hidden;
}

.news-thumb .pic-container img {
  width: 100%;
}

.news-thumb .text {
  background: #035287;
  color: white;
  background: rgba(3, 82, 135, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  min-height: 10px;
}

.news-thumb .text .title {
  font-weight: normal;
  font-size: 2.4rem;
}

.news-thumb .text .lead {
  position: absolute;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 1.6rem;
  padding-top: 15px;
  left: 30px;
  right: 30px;
}

.news-thumb:hover .text {
  min-height: 100%;
  padding-top: 30px;
}

.news-thumb:hover .lead {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

#aktualis,
#media,
#docs,
#facebook,
#menuContent {
  padding: 80px 0;
}

#aktualis {
  background: #E5EDF3;
}

#aktualis .logos {
  background: white;
  border: 1px solid #C0D3E0;
  text-align: center;
}

#aktualis .logos a {
  margin: 10px;
  display: inline-block;
}

#aktualis .logos a img {
  height: 95px;
}

.gal-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.gal-thumb div {
  position: relative;
  overflow: hidden;
}

.gal-thumb div img {
  width: 100%;
}

.gal-thumb div .title {
  background: #035287;
  color: white;
  background: rgba(3, 82, 135, 0.8);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: center;
  font-size: 2rem;
  padding: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.gal-thumb .bgpic {
  display: block;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gal-thumb:hover .bgpic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gal-thumb:hover .title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.video-thumb {
  color: #444444;
  margin-bottom: 15px;
  display: block;
  color: #444444;
}

.video-thumb .title {
  font-size: 1.8rem;
}

.video-thumb .lead {
  font-size: 1.6rem;
}

.video-thumb .pic {
  overflow: hidden;
  position: relative;
}

.video-thumb .pic::after {
  content: '';
  position: absolute;
  background: url(../images/button_play.png);
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.video-thumb .pic img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-thumb:hover {
  color: #444444;
}

.video-thumb:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

#docs {
  background: #E5EDF3;
}

#docs .doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#docs .doc-list .doc-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  background-color: white;
  padding: 20px 20px 20px 60px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #444444;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-wrap: break-word;
}

.doc-item.pdf {
  background-image: url(../images/ikon_pdf.png);
}

.doc-item.ppt {
  background-image: url(../images/ikon_ppt.png);
}

.doc-item.doc {
  background-image: url(../images/ikon_doc.png);
}

.doc-item.xls {
  background-image: url(../images/ikon_xls.png);
}

.doc-item.mp3 {
  background-image: url(../images/ikon_mp3.png);
}

.doc-item.www {
  background-image: url(../images/ikon_www.png);
}

.docs-block {
  padding-top: 15px;
}

.docs-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 20px 20px 60px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #E5EDF3;
  color: #444444;
  margin-bottom: 10px;
}

section#facebook {
  background: #C0D3E0;
  text-align: center;
}

.nl-inp {
  border-radius: 0.4rem;
  border: none;
  border: none;
  width: 100%;
  margin-bottom: 1rem;
  height: 4rem;
  padding: 0 1rem;
}

.nl-btn {
  background: #035287;
  color: white;
  border-radius: 0.4rem;
  border: none;
  width: 100%;
  height: 4rem;
  text-transform: uppercase;
}

#bottom-nav {
  background: #6896B7;
  color: white;
  font-size: 1.4rem;
}

#bottom-nav a {
  color: white;
  text-decoration: none;
}

#bottom-nav ul, #bottom-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer {
  background: #035287;
  color: white;
  font-size: 1.4rem;
}

footer .web {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 300;
}

.blue {
  color: #035287;
}

.order-link {
  color: #035287;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}

.static-content {
  font-size: 1.6rem;
}

.static-content a {
  color: #035287;
}

.sub-title {
  font-size: 3.6rem;
  font-weight: 400;
  margin: 20px 0;
}

.person-item {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.login-box {
  font-size: 1.4rem;
  background: #6896B7;
  color: white;
  text-align: center;
  padding: 2rem;
}

.login-box input {
  text-align: center;
}

.login-box .nl-btn {
  margin-top: 1rem;
}

.login-box .links a {
  color: white;
}

.box-title {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  display: block;
}

.calendar-box {
  background: #E5EDF3;
  color: #035287;
  padding: 2rem;
}

#tag-header {
  margin-top: 10px;
  background: #6896B7;
}

#tag-header h2 {
  font-size: 3.6rem;
  color: white;
  padding: 3.6rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#tag-header h2::before {
  content: '';
  width: 40px;
  position: absolute;
  left: 0;
  height: 300px;
  bottom: 0;
  background: #427DA4;
  z-index: -1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

#tag-header h2::after {
  content: '';
  width: 40px;
  position: absolute;
  left: 40px;
  height: 300px;
  bottom: 0;
  background: #4E86AE;
  z-index: -1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.modal {
  font-size: 1.4rem;
}

.modal .modal-title {
  font-size: 1.8rem;
}

.modal .btn {
  font-size: 1.4rem;
}

.clndr {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}

.clndr .clndr-controls {
  font-family: myriad;
  height: 4rem;
  line-height: 4rem;
  color: white;
  background-color: #025287;
}

.clndr .clndr-controls .clndr-previous-button, .clndr .clndr-controls .clndr-next-button {
  float: left;
  cursor: pointer;
  width: 25%;
  display: block;
  text-align: center;
}

.clndr .clndr-controls .month {
  float: left;
  text-align: center;
  width: 50%;
  text-transform: uppercase;
  font-size: 2.2rem;
}

.clndr .days-of-the-week {
  border-top: 1px solid #5480a5;
  height: 4rem;
  background-color: #427da5;
  font-family: myriad;
  color: white;
  text-transform: uppercase;
}

.clndr .days-of-the-week .header-day {
  float: left;
  width: 14.28%;
  line-height: 4rem;
  text-align: center;
}

.clndr .days .day {
  float: left;
  width: 14.28%;
  border: 1px solid #f3f3f3;
  background: white;
  font-size: 1.6rem;
  text-align: center;
  line-height: 4rem;
  color: #444444;
}

.clndr .days .day.adjacent-month {
  color: #C0D3E0;
}

.clndr .days .today {
  border: 1px solid #f3f3f3;
  background: #437baa;
  color: white;
  font-weight: bold;
}

.clndr .days .event {
  background: #aa0000 !important;
}

.clndr .days .event a {
  color: white;
}

.sub-site .clndr {
  width: 302px;
}

.sub-site .clndr .month {
  width: 223px;
}

.sub-site .clndr .header-day {
  width: 43px;
}

.sub-site .clndr .day {
  width: 41px;
}

.sub-site .clndr .clndr-controls {
  background: #444444;
}

.sub-site .clndr .days-of-the-week {
  background: #737373;
  border-top: 1px solid #444444;
}

.pager {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

.pager .paginator {
  display: block;
}

.pager .paginator li {
  display: inline;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  border-left: 1px solid #C0D3E0;
}

.pager .paginator li a {
  color: #035287;
}

.pager .paginator li a:hover {
  color: #6896B7;
}

.pager .paginator li a.active {
  color: red;
}

.pager .paginator li:first-child {
  border-left: 0;
}

.basic-link {
  color: #6896B7;
  text-decoration: underline !important;
}

.program-item {
  color: #444444;
  margin-bottom: 3rem;
  display: block;
}

.program-item .title {
  color: #035287;
}

.program-item .lead {
  font-size: 1.6rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.resp {
  width: 100%;
  height: auto;
}

.deco.flr {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.fll {
  float: left;
}

.deco.fll {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.deco.clear {
  clear: both;
  display: block;
  margin: 0 auto 30px;
}

.klubradio-flyer {
  position: fixed;
  bottom: 30px;
  right: 0;
  padding: 10px;
  background: #00000044;
  z-index: 1000;
}

.klubradio-flyer .toggler {
  cursor: pointer;
  width: 80px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px black;
}

.klubradio-flyer .toggler img {
  width: 100%;
}

.event-form {
  background: #E5EDF3;
  padding: 30px;
  margin-top: 30px;
}

.event-form label {
  font-weight: bold;
  margin-bottom: 3px;
}

.event-form .form-control {
  font-size: 16px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .news-thumb .text {
    padding: 1rem;
  }
  .news-thumb .text .title {
    font-size: 1.8rem !important;
  }
  .news-thumb:hover .text {
    min-height: inherit;
    padding-top: 1rem;
    background: #035287;
  }
  .news-thumb:hover .lead {
    -webkit-transform: none;
            transform: none;
  }
}

.news-list-item {
  font-size: 1.6rem;
  color: #444444;
}

.news-list-item .title {
  font-size: 2rem;
  color: #035287;
}

.news-list-item .lead {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  #events,
  #aktualis,
  #media,
  #docs,
  #facebook,
  #menuContent {
    padding: 30px 0;
  }
  .block-title {
    font-size: 3.2rem;
  }
  .more {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
  .carousel-inner {
    background: #035287;
  }
  .carousel-item .cont {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-item .title {
    position: relative;
    width: 100% !important;
    display: block;
    bottom: 0 !important;
    font-size: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 11.8rem;
  }
  .social-block a img,
  .logos a img {
    height: 95px !important;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 50%;
  }
}

@media (min-width: 767px) {
  #tagszCollapse {
    position: absolute;
    width: 600px;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}

@media (min-width: 992px) {
  #mainNav.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: #26394d 0px 20px 30px -10px;
            box-shadow: #26394d 0px 20px 30px -10px;
  }
}
/*# sourceMappingURL=vdsz.css.map */