﻿
@import "reset.css";

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  font-family: 'Source Sans Pro', sans-serif;
}

hr.cleaner {
   clear:both;
   height:1px;
   margin: -1px 0 0 0; padding:0;
   border:none;
   visibility: hidden;
}

hr {
  height: 3px;
  background: #E5F4F1;
  border: none;
  margin: 20px 0;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  background: url("images/body-texture.gif");
  padding: 0;
  margin: 0;
  min-width: 990px;
}

html {
  font-family: 'Source Sans Pro', sans-serif;
}

a {
  color: #005F4C;
}
p {
  font-weight: 400;
  line-height: 1.6;
}
li,
td {
  line-height: 1.5;
}
img {
  max-width: 100%;
}

img.radkovyObrazek {
    position: relative;
    top: 3px;
    margin-right: 2px;
    /* margin-left: 0px; */
    max-height: 16px;
}

b, strong {
  font-weight: 700;
}

iframe.supl {
	min-width: 100%;
    min-height: 400px;
	width: 100%;
}

/* General settings */
.container {
  width: 990px;
  margin: 0 auto;
}
/* main content */
main > .container {
  min-height: 500px;
}

main {
  background: url(images/body-bg.jpg) top center no-repeat;
  background-size: contain;
}

main.page {
  padding: 42px 0 30px 0;
}

main.homepage {
  padding: 0 0 30px 0;
  background-size: inherit;
}

main > .container .content-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  min-height: 500px;
}

main > .container .content-wrapper .content-pannel {
  position: relative;
  flex-basis: 650px;
  -webkit-flex-basis: 650px;
  -ms-flex-basis: 650px;
  background: #fff;
  padding: 2em 1.3em;
}

main > .container .content-wrapper .content-pannel--full {
    flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
}

main > .container .content-wrapper .side-pannel {
  flex-basis: 340px;
  -webkit-flex-basis: 340px;
  -ms-flex-basis: 340px;
  background: #F0EFEE;
}

.content-pannel h1 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #00614E;
  margin: 0 0 .8em 0;
}

.content-pannel h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #00614E;
  margin: 1em 0 .6em 0;
  line-height: 1.2;
}

.content-pannel h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #00614E;
  margin: 1em 0 .6em 0;
  line-height: 1.2;
}

main.homepage .content-pannel h2 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #00614E;
  padding: 0 0 8px 0;
  margin: 0 0 .8em 0;
  border-bottom: 1px solid #00624F;
}

main.homepage .content-pannel h2::after {
  content: '';
  width: 36px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 62px;
  background: url("images/heading-news-ico.png") no-repeat center center;
}

.content-pannel h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 18px 0 9px 0;
}

.content-pannel p {
  margin: .6em 0 .8em 0;
}

.content-pannel p.bezDiryNad {
  margin-top:-1.40em;
}

.content-pannel p > img.left {
  float: left;
  padding: 0 1em 0 0;
}

.content-pannel p > img.right {
  float: right;
  padding: 0 0 0  1em;
}

img.dvere {
float: right;
    margin-left: 35px;
    margin-bottom: 5px;
    max-height: 130px;
    margin-right: 35px;

}

.content-pannel img.title {
  float: left;
  padding: 4px 1em 0 0;
}

.content-pannel .text img {
    position: relative;
    top: 3px;
    margin-right: 2px;
    /* margin-left: 0px; */
    max-height: 16px;
}

.content-pannel a {
  font-weight: 700;
}

.content-pannel .button {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  padding: 1em;
  margin: .5em .5em .2em 0;
  color: #fff;
  text-decoration: none;
  background: -webkit-linear-gradient(#1E7060, #17594C);
  background: -o-linear-gradient(#1E7060, #17594C);
  background: -moz-linear-gradient(#1E7060, #17594C);
  background: linear-gradient(#1E7060, #17594C);
}

.content-pannel ul.list {
  margin: .5em 0 1.5em 0;
}

.content-pannel ul.list li {
  padding: 0 0 0 1em;
  background: url("images/list-bg.gif") 4px 10px no-repeat;
}

/* header */
.header {
  width: 100%;
  background: #fff;
}

.dobrocinnost{
  margin-bottom:20px;
}

.dobrocinnost img{
  float:left;
  margin-bottom:15px;
  margin-right:15px;
}

.header > .container {
  margin: 0 auto;
  padding: 14px 0;
}
@media screen and (min-width: 1200px) {
  .header > .container {
    width: 1140px;
  }
}

.header > .container a {
  text-decoration: none;
}

.header > .container .nav {
  float: right;
  display: inline-block;
  vertical-align: baseline;
  margin: 33px 0 0 0;
}

.nav .menu-button {
  display: none;
}

.header > .container .nav .menu {
  display: inline-block;
  z-index: 5;
}

.nav .menu li {
  display: inline-block;
  line-height: 1;
  position: relative;
  min-height: 32px;
  z-index: 5;
}

.nav .menu li::after {
  content: "";
  width: 6px;
  height: 16px;
  position: absolute;
  right: -1px;
  top: 13px;
  background: url(images/menu-separator.gif) no-repeat center center;
  z-index: 1;
}

.nav .menu li:last-child:after {
  content: none;
}
.nav .menu li.has-dropdown:hover::after {
  background: none;
}

.menu .dropdown-menu li::after {
  background: none;
}
.menu .dropdown-menu.dropdown-menu.is-visible {
  visibility: visible;
}

.nav .menu > li > a {
  color: #00604D;
  font-size: 17px;
  text-decoration: none;
  padding: 8px 14px 6px 8px;
  background: #fff;
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  cursor: pointer;
}

.nav .menu li.has-dropdown:hover a {
  border-top: 2px solid #016451;
  border-left: 2px solid #016451;
  border-right: 2px solid #016451;
  z-index: 1;
  position: relative;
  min-height: 37px;
}

.nav .menu li:hover .dropdown-menu {
  visibility: visible;
}

.nav .menu li:hover .dropdown-menu li a {
  border: none;
}

.nav .menu li a > span.home-mobile {
  display: none;
}

.menu li a:hover {
}

.menu li .icon-home {
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url(images/menu-home.png) 0px 0px no-repeat;
  vertical-align: middle;
}

.menu .dropdown-menu {
  visibility: hidden;
  position: absolute;
  height: auto;
  top: 35px;
  left: 0px;
  border: 2px solid #016451;
  background: #fff;
  display: block;
}

.menu .dropdown-menu li {
  display: block;
  min-height: 33px;
  background: #fff;
  font-size: 17px;
  color: #00604D;
  width: 190px;
  text-align: left;
  padding: 4px 8px 6px 6px;
  margin: 8px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}

.nav .menu .dropdown-menu li:last-child {
  border-bottom: none;
  height: 28px;
}

.nav .menu .dropdown-menu li + li {
  background: none;
}

.nav .menu-button-close {
  display: none;
}

.header > .container .header-logo {
  display: inline-block;
  vertical-align: baseline;
}

.header > .container .header-logo img {
  display: inline-block;
  vertical-align: baseline;
}

.mobile-menu-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  left: 0;
  top: 87px;
  background: rgba(51,51,51,0.6);
  opacity: 0.5;
  display: none;
}


/* homepage */

.hp-heading-box {
  position: relative;
  min-height: 438px;
  margin: 0 0 1em 0;
  z-index: 1;
  padding: .6em;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
}

.teaser {
  /*background: url(images/hp-heading-box-bg.png) right bottom 0px no-repeat;*/
  width: 460px;
  height: 349px;
  float: right;
  position: relative;
}

.teaser__wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 8px;
  /*overflow: hidden;*/
}

.teaser__prev {
    position: absolute;
    bottom: 30px;
    right: 30px;
    border: 0;
    width: 25px;
    height: 25px;
    background: url('../images/content/hp_slider_btn_left.png');
    cursor: pointer;
    z-index: 9999;
	text-indent: -9999em;
}

.teaser__next {
position: absolute;
    border: 0;
    right: 0;
    bottom: 30px;
    width: 25px;
    height: 25px;
  background: url('../images/content/hp_slider_btn_right.png');
  cursor: pointer;
  z-index: 9999;
  text-indent: -9999em;
}

.hp-slide {
  display: inline-block;
  height: 349px;
}

.opening-text {
  width: 550px;
  padding: 2em 0 0 0;
  color: #fff;
}

.opening-text h1 {
  font-size: 2.188em;
  line-height: 1.15;
  font-weight: 700;
}

.opening-text p {
  font-size: 18px;
  line-height: 1.45;
  margin: 1.5em 0;
}

.opening-text ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  position: relative;
  padding: 0 .25em 0 0;
}

.opening-text ul li:after {
  content: '/';
  color: #00604D;
  position: absolute;
  right: 7px;
  top: 0;
}

.opening-text ul li:last-child::after {
  content: none;
}

.opening-text ul li a {
  font-weight: 700;
  color: #fff;
  padding: 0 1em 0 0;
}

.opening-text ul li a:hover {
  text-decoration: none;
}

.hp-heading-box .citation--big {
  bottom: -79px!important;
}

.hp-heading-box .citation {
  position: absolute;
  right: 0;
  bottom: -62px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  border-radius: 6px;
  padding: 12px 16px 12px 32px;
  width: 623px;
  line-height: 1.45;
  text-align: center;
  background: #00624F url(images/citation-box-bg.png) left 6px top 8px no-repeat;
}

.hp-heading-box .citation::before {
  position: absolute;
  content: '';
  background: url(images/citation-box-arrow.png) center center no-repeat;
  width: 66px;
  height: 17px;
  top: -16px;
  left: 25%;
}

.hp-slider {
  height: 112px;
  width: 100%;
  background: #fff;
  position: relative;
}

.hp-slider > button {
  background: url(images/hp-slider-btn.png) no-repeat center;
  border: none;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 30px;
  cursor: pointer;
  z-index: 10;
  outline: none;
}

.hp-slider #prev {
  left: -20px;
  	text-indent: -9999em;
}

.hp-slider #next {
  right: -20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  	text-indent: -9999em;
}

.hp-slider .hp-slider-button {
  position: relative;
  right: 50px;
  float: right;
  top: 27px;
  z-index: 10;
  background: -webkit-linear-gradient(#1B8F72, #1B8F72);
  background: -o-linear-gradient(#1B8F72, #1B8F72);
  background: -moz-linear-gradient(#1B8F72, #1B8F72);
  background: linear-gradient(#1B8F72, #1B8F72);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  padding: 1em;
  margin: .5em .5em .2em 0;
}

.hp-slider .hp-slider-button--no-text {
  width: 100%;
  height: 100%;
  top: unset;
  right: unset;
  background: none;
  margin: 0;
}
.hp-slider-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hp-slider-wrapper .slide {
  display: inline-block;
  height: 112px;
  width: 100%;
  vertical-align: middle;
}

.link-w-icon {
  display: flex;
  gap: 15px;
  align-items: center;
  color: black;
  padding: 20px 0;
}


/* POP UP BOX */

.pop-up {
  position: fixed;
  bottom: 0;
  right: 20px;
  background-color: white;
  padding: 20px 10px;
  z-index: 3;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.pop-up__link {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-decoration: none;
  color: black;
}
.pop-up__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pop-up__smaller {
  font-size: 14px;
  color: #006154;
  margin-bottom: 5px;
  font-weight: bold;
}
.pop-up__main {
  font-size: 20px;
  color: #006154;
  margin-bottom: 5px;
  font-weight: bold;
}
.pop-up__date {
  color: black;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.pop-up__button {
  background: #006154;
  font-size: 14px;
  color: white;
  text-decoration: underline;
  padding: 5px 20px;
}
.pop-up__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* END POP UP BOX */


/* novinky boxy */
.news {
  display: table;
  border-bottom: 1px solid #EAEAE8;
  padding: 0 0 1em 0;
}
.news + .news {
  margin: 2em 0 0 0;
}

.news .photo {
  display: table-cell;
  width: 180px;
}

.news .photo img {
  max-width: 150px;
  padding: 4px;
  border: 1px solid #ccc;
}

.news .content {
  display: table-cell;
  vertical-align: top;
}

.news .content h3 {
  font-size: 20px;
  color: #00604D;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.news .content .date {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.news:last-of-type {
  border-bottom: none;
}

.starsiAktuality img {
    float:left;
    margin-right: 20px;
    min-width:150px;
    min-height:100px;
    max-width: 100%;
    padding: 0px;
    border: 1px solid #ccc;
    }

.starsiAktuality h3 {
  margin-top:0px;
}

.starsiAktuality span {
  color:#5e6666;
}

.achievement {
  text-align: center;
  margin: 1em 0;
}

.links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.links img,
.achievement img {
  margin: 0 0 1.5em 0;
}

.show-more-container {
  display: inline-block;
  width: 100%;
  background: url(images/show-more-line.png) repeat-x left center;
  margin: 0 0 1em 0;
}

.show-more-container > span {
  display: block;
  padding: 10px;
  width: 200px;
  margin: 0px auto;
  background: #fff;
}
.show-more {
  display: block;
  width: 158px;
  height: 43px;
  margin: 1em auto;
  padding: 0 0 0 2em;
  background: #D8EFEB url('images/show-more-arrow.png') 12px center no-repeat;
  border: none;
  font-size: 16px;
  color: #005F4C;
  text-decoration: underline;
  text-align: center;
  font-weight: 700;
  transition: all .2s ease 0s;
  cursor: pointer;
}

.show-more:hover {
  text-decoration: none;
}


/* galerie */
.gallery-switch {
  height: 50px;
  text-align: center;
}

.gallery-switch a {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 8px;
  color: #00614E;
  text-decoration: none;
  display: inline-block;
  margin: 0 .5em;
}

.gallery-switch a.active {
  border-bottom: 4px solid #00614E;
}

.gallery-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 1.1em 0;
  text-align: center;
}

.gallery .item {
  margin: 20px 0;
  flex-basis: 190px;
  -webkit-flex-basis: 190px;
}

.gallery .item a img{
  max-width: 180px;
  max-height: 130px;
}


.gallery.historie .item {
  margin: 10px 5px;
  flex-basis: 190px;
  -webkit-flex-basis: 140px;
}

.gallery.historie .item img {
  max-width: 95%;
}

.gallery.historie p {
  font-size: small;
      margin: 0 0 0 0;
}

.gallery .item .name a {
  font-size: 15px;
  font-weight: 700;
  color: #11856C;
  text-align: center;
  line-height: 1.5;
  padding: 4px 0;
  display: block;
  text-decoration: none;
}

.gallery .item .name a:hover {
  text-decoration: underline;
}

.gallery .item .date {
  font-size: 14px;
  color: #666;
  display: block;
  text-align: center;
}

.gallery .gallery-list {
  padding: 0;
}

.gallery .gallery-list li {
  line-height: 1.8;
  background: url("images/gallery-list-ico.png") 6px 8px no-repeat;
}

.gallery .gallery-list li a {
  color: #005F4C;
  font-size: 16px;
  font-weight: 700;
  padding-left: 24px;
}

.gallery .gallery-list li a:hover {
  text-decoration: none;
}

.video {
  display: none;
  min-height: 100px;
}

.contact-address-box {
  overflow: auto;
  margin: 0 0 2em 0;
}

.contact-address-box p {
  margin: .2em 0 .8em 0;
  line-height: 1.5;
}

.contact-address-box a {
  font-weight: 700;
}

.contact-address-box .contact-address {
  width: 204px;
  float: left;
}

.contact-address-box .contact-address .contact {
  margin: 2em 0;
}

.contact-address-box .contact-map {
  float: right;
  width: 380px;
}

.contact-address-box .contact-map a {
  display: block;
  float: right;
  margin-top: 8px;
}

.contact-section {
    line-height: 1.5;
}

.contact-section + .contact-section {
  margin: 1.1em 0 .5em 0;
}

.contact-registry {
  margin: 0 0 .5em 0;
  border-bottom: 3px solid #E5F4F1;
}

.contact-registry .info {
  font-size: 12px;
  display: block;
}

.contact-department {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-bottom: 3px solid #E5F4F1;
  margin: 0 0 1.5em 0;
}

.contact-department .col {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}

.contact-department .info {
  font-size: 12px;
  display: block;
  margin: 0 0 2em;
}

.opening-hours {
  display: table;
  margin: 0 0 2em 0;
}

.opening-hours .days {
  display: table-cell;
  padding: 0 1em 0 0;
  text-transform: uppercase;
}

.opening-hours .hours {
  display: table-cell;
}

.contact-info {
  margin: 0 0 1.5em 0;
  border-bottom: 3px solid #E5F4F1;
}

.contact-form {
  background: #F0EFEE;
  margin: 10px 0 0 0;
  padding: 20px 33px;
}

.contact-form label {
  margin: 4px 0px 12px 0px;
  display: block;
}

.contact-form label span {
  display: block;
  width: 280px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.contact-form label span.form-error {
  font-size: 14px;
  text-transform: inherit;
  color: #e60303;
  padding: 0px 0 10px 0;
  cursor: default;
  display: inline-block;
  width: 45%;
  padding: 0 0 0 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  display: inline;
  width: 280px;
  border-radius: 0;
  border: none;
  margin: 10px 0;
  padding: 8px 10px;
  font-size: 14px;
  height: 41px;
}

.contact-form textarea {
  border: none;
  min-width: 100%;
  height: 170px;
  resize: none;
  margin: 10px 0px 10px 0px;
  vertical-align: top;
  padding: 10px;
}

.contact-form button {
  background: #006350;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 133px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: block;
  color: white;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.contact-form {

}

.info-box {
  width: 100%;
  background: #E5F4F1;
  border: 1px solid #009473;
  padding: 1em;
  margin: 0 0 2em 0;
}

.info-box h4 {
  color: #009379;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1em 0;
}

.info-box ul {
  margin: .5em 0;
}

.info-box ul li {
  line-height: 1.5;
  font-size: 16px;
  min-height: 24px;
  font-weight: 100;
  padding: 0 0 9px 18px;
  background: url("images/info-box-list-bg.gif") 6px 8px no-repeat;
}

.subjects {
  margin: 2em 0 0 0;
}

.subjects h2 > span {
  text-transform: uppercase;;
}

.accordions {
  margin: 0 0 2em 0;
}

.accordions .accordion {
  overflow: hidden;
  max-height: 42px;
}

.accordions .accordion .accordion-title {
  cursor: pointer;
  padding: .5em 0 .5em 48px;
  background: #F0EFEE url(images/accordion-arrow-closed.png) 14px center no-repeat;
}

.accordions .accordion.is-open .accordion-title {
  background: #F0EFEE url(images/accordion-arrow-open.png) 14px center no-repeat;
}

.accordion-title span {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  height: 22px;
  border-left: 1px solid #ccc;
  padding: 3px 0 0 1em;
}
.accordion-title span.small-letters {
  text-transform: none;
}

.accordions .accordion.is-open {
  max-height: inherit;
}

.accordion .accordion-content {
  margin: .5em 0 0 0;
}

.accordion .accordion-content h4 {
  color: #006451;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.5em 0 0 0;
}

.accordion .accordion-content ul {
  margin: .5em 0 1.5em 0;
}

.accordion .accordion-content ul li {
  padding: 0 0 0 1em;
  background: url(images/list-bg.gif) 4px 10px no-repeat;
}

.accordion .accordion-content .sub {
  font-weight: 700;
  font-size: 15px;
}

.subjects-box {
  display: table;
  width: 100%;
  margin: 1em 0 0 0;
}

.subjects-box .col {
  display: table-cell;
  max-width: 300px;
  padding: 0 1em 0 0;
}

.subject-info {
  position: relative;
  top: -12px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

.text-big {
  font-size: 18px;
  line-height: 1.5;
}

.registration-box {
  min-height: 36px;
  background: #F0EFEE;
  font-size: 14px;
  font-weight: 700;
  color: #006600;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  border-radius: 10px;
  margin: 1.4em 0;
}

.registration-box a {
  color: #000;
  display: inline-block;
  padding: 0 1.2em;
}

.reference-box {
  display: flex;
  margin: 2em 0;
}

.reference-box .photo {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

.reference-box .photo img {
  border-bottom: 2px solid #26A48B;
  padding: 0 1em 0 0;
  max-width: 300px;
}

.reference-box .content {
  flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  padding: 0px 1.2em 0px 2.2em;
}

.reference-box .content .text {
  font-size: 18px;
  font-weight: 100;
  font-style: italic;
}

.reference-box .content .name {
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #000;
}

.reference-box .content .info {
  color: #666;
  font-size: 13px;
  font-weight: 100;
}

.contact-box {
  background: #109B83;
  line-height: 1.6;
  text-align: center;
  min-height: 80px;
  color: #fff;
  border-radius: 15px;
  padding: 1em;
}

.contact-box a {
  color: #fff;
}

.contact-box a:hover {
  text-decoration: none;
}

.calendar {
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}
.calendar .calendar-item:nth-child(even) {
	background: #fff;
}
.calendar-item {
  display: table-row;
  background: #F0EFEE;
  height: 44px;
}

.calendar-item .date {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  padding: 0 .4em 0 10px;
  text-align: left;
  line-height: 1.2;
}

.calendar-item .content {
  display: table-cell;
  width: 500px;
  vertical-align: middle;
  line-height: 1.5;
  padding: 0 0 0 10px;
}

.opening {
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  border-bottom: 4px solid #F0EFEE;
}

.opening p {
  font-style: italic;
}

.subjects-box-section {
  margin: 1em 0 2.5em 0;
  line-height: 1.5;
}

.subjects-box-section .subjects-box-item {
  min-height: 74px;
  display: block;
  padding: 1em;
  background: #F0EFEE url("images/subjects-box-item-arrow.png") right 20px center no-repeat;
  margin: .5em 0;
  text-decoration: none;
}

.subjects-box-section .subjects-box-item.no-arrow {
  background: #F0EFEE;
}

.subjects-box-item .name {
  font-size: 20px;
  display: block;
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}

.subjects-box-item.no-link .name {
  text-decoration: none;
}

.subjects-box-item .info {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.content-info-box {
  background: #E5F4F1;
  border: 1px solid rgba(0,148,115, 0.5);
  padding: 1em;
  margin: 1.7em 0;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
}

.content-info-box a {
  color: #000;
}

.applications a.button {
  display: inline-block;
}

.employees-section {
  margin: 0 0 2em 0;
}

.employee {
  border-bottom: 1px solid #E5F4F1;
  padding: 1em 0 1em 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.employee span img {
  max-width: 50px;
}

.employee a {
  color: #000;
}

/* postranní pannel  */
.side-pannel {
  padding: 1.8em 0.9em;
}

.side-pannel h2 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #00614E;
  padding: 0 0 8px 0;
  margin: 0 0 .8em 0;
  border-bottom: 1px solid #00624F;
}

.fast-nav {
  margin: 20px 0 20px 0;
}

/*.fast-nav li {
  margin-top: 0px;
  margin-right: 60px;
  width: 60px;
  display: inline-block;
  height: 7px;
  padding: 36px 0 0 0px;
}*/

.fast-nav li {
  margin-top: 0px;
  margin-right: 0;
  width: calc(50% - 10px);
  display: inline-block;
  height: 7px;
  padding: 36px 0 50px 0px;
  text-align: center;
  margin-bottom: 12px;
}

.fast-nav li:last-child {
  margin-right: 0px;
}

.fast-nav li a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  color: #666;
}

.fast-nav li.bachelors {
  background: url("images/bachelors-ico.png") center top no-repeat;
}

.fast-nav li.supply {
background: url("images/supply-ico.png") center top no-repeat;
}

.fast-nav li.moodle {
background: url("/assets/downloa2/presun/moodle-ico.png") center top no-repeat;
}
.fast-nav li.fb {
background: url("/assets/css/images/fb.png") center top no-repeat;
background-size: 35px;
}
.fast-nav li.yt {
background: url("/assets/css/images/youtube.png") center top no-repeat;
background-size: 35px;
}
.fast-nav li.tt {
background: url("/assets/css/images/tiktok.png") center top no-repeat;
background-size: 35px;
}
.fast-nav li.ig {
background: url("/assets/css/images/instagram.png") center top no-repeat;
background-size: 35px;
}
.fast-nav li.intranet {
  background: url("/assets/css/images/intranet.png") center top no-repeat;
  background-size: 35px;
}
.fast-nav li.virt_prohlidka {
  background: url("/assets/css/images/360.png") center top no-repeat;
  background-size: 35px;
}

.side-pannel .title-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.title-box {
  margin: 0 0 30px 0;
}

.title-box .photo {
  flex-basis: 142px;
  -webkit-flex-basis: 142px;
  line-height: 1.5;
}

.title-box .photo img {
  border-bottom: 1px solid #ccc;
  padding: 0 0 6px 0;
}

.title-box .photo .name {
  font-weight: 700;
  font-size: 15px;
}

.title-box .photo .info {
  color: #666;
  font-size: 13px;
}

.title-box > p {
  flex-basis: 152px;
  -webkit-flex-basis: 152px;
}

.title-box a {
  font-weight: 700;
  display: block;
  margin: 8px 0 0 0;
  color: #00604D;
}

.notice-board {
  margin: 0 0 1.5em 0;
}

.notice-board .notice-board-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: .8em 0;
  padding: 0 0 .5em 0;
  border-bottom: 1px solid #ccc;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.notice-board .notice-board-item:last-child {
  border-bottom: none;
}

.notice-board-item .date {
  flex-basis: 90px;
  -webkit-flex-basis: 90px;
  text-align: center;
  background: #fff;
  border: 1px solid #E1E1E1;
  color: #01957B;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.2em 0;
}

.notice-board-item .text {
  flex-basis: 200px;
  -webkit-flex-basis: 200px;
}

.notice-board-item .text a {
  color: #000;
  font-weight: 700;
}

.banners {
}

.banners .banner-item {
  background: #DCD9DA;
  margin: 0 0 1em 0;
  text-align: center;
  min-height: 225px;
}

.banners .banner-item:last-child {
    margin: 0;
}

.banner-item img {
  vertical-align: middle;
}

/* Footer */
.footer {
  min-width: 100%;
  width: 100%;
  min-height: 200px;
  background: #0E765F;
  font-size: 17px;
  color: #fff;
}

.footer > .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.footer .footer-copy {
  position: relative;
  background: #00624F;
  overflow: hidden;
  bottom: 0px;
  min-height: 52px;
}

.footer .footer-copy .footer-copy-right {
  color: #fff;
  right: 20px;
  top: -24px;
  font-size: 16px;
  float: right;
  position: relative;
}
.footer .footer-copy .footer-copy-right a {
	color: #fff;
}
.footer .footer-copy button {
  cursor: pointer;
  display: block;
  background: #004638 url("images/footer-arrow-up.png") no-repeat center;
  border: none;
  width: 55px;
  height: 39px;
  margin-bottom: 13px;
  text-indent: -9999em;
}

.footer > .container .footer-box {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  min-height: 200px;
  margin: 20px 10px;
}

.footer > .container .footer-box + .footer-box {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding: 0 0 0 2em;
}

.footer-box h2 {
  font-size: 1.65rem;
  color: #fff;
}

.footer-box .branch {
  display: table;
  margin: 0.5em 0 0 0;
  width: 100%;
}

 .footer-box .branch .col {
  display: table-cell;
  padding: 0 2em 0 0;
}

.footer-box .branch .col {
  display: table-cell;
  padding: 0 2em 0 0;
}

.footer-box .branch .col ul  {
  padding: 0;
  margin: 0;
}

.footer-box .branch .col ul li {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

.footer-box .branch .col ul li a {
  color: #fff;
  font-size: 17px;
}

.footer-box .branch .col ul li a:hover {
  text-decoration: none;
}

.footer-box .branch .col h3 {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin: 12px 0 4px 0;
}

.footer-box .branch .col p {
  line-height: 1.8;
  padding: 2px 0;
}

.footer-adress a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.footer-adress a:hover {
  text-decoration: none;
}

.footer-email {
  font-weight: 100;
  color: #fff;
}

.error-form,
.alert {
  border: 1px solid rgb(230, 3, 3);
  color: #e60303;
  border-radius: 0px;
  padding: 9px;
  line-height: 1.5;
  margin: 10px 0 20px 0;
  text-align: center;
}

.discipline-box {
  margin-top: 2em;
}

.discipline-box.rameckovy {
  margin-top: 24px;
}

.discipline-box-page.page1 {
	display: block;
}

.discipline-box-page.page1,
.discipline-box-page.page2,
.discipline-box-page.page3{
  margin-left: 10px;
  margin-right: 10px;
}

.page3 .application-documents:first-of-type {
	position: relative;
    left: 15px;
}

.page2 .application-documents:first-of-type {
	position: relative;
    left: 15px;
}

.page1 .application-documents:first-of-type {
	position: relative;
    left: 15px;
}

.discipline-box-page.page2,
.discipline-box-page.page3 {
	display: none;
}

.discipline-box__tabs {
    width: 100%;
    border-bottom: 2px solid #01957B;
    height: 34px;
}

.discipline-box__tabs-item {
  display: inline-block;
}

.discipline-box__tabs-link {
  color: #000;
  font-size: 1.0625rem;
  padding: 9px 21px;
  text-decoration: underline;
}

.discipline-box__tabs-link:hover {
  text-decoration: none;
}

.discipline-box__tabs-link.active {
  background: #01957B;
  color: #fff;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.discipline-box__tabs-link.active:hover {
  text-decoration: none;
}

.discipline-box__content {
    padding: 1em;
    background: #ebebeb;
    margin-top: .5em;
}

.discipline-box__content-wrapper {
  display: none;
}

.discipline-box__content-wrapper.show {
    display: block;
}

.discipline-box__heading {
    font-size: 1.25rem;
    margin-top: 0;
}

.discipline-box__info {
  font-size: 0.875rem;
  color: #666;
}

.discipline-box__list {
  position: relative;
}

.discipline-box__list-item {
  line-height: 1.65;
  font-size: 0.9375rem;
}

.discipline-box__list-item > a {
  font-weight: 600;
}

.discipline-box__list-item > a:hover {
  text-decoration: none;
}

.discipline-box__heading-small {
  font-size: 0.875rem;
  color: #333;
}

.discipline-box__list-item > a {
  font-weight: 700;
}
.discipline-box__list-item > span {
    color: #666;
    display: inline-block;
    font-weight: 500;
    padding-left: 4px;
}

.discipline-box__heading-small {
  font-size: 0.875rem!important;
  color: #666;
}

.application-box {
  margin-top: 2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.application-box__img {
    padding-right: 1em;
    min-width: 150px;
}

.application-documents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.application-item {
  height: 22px;
  display: block;
  padding-left: 45px;
  margin: 3px 0 3px 0;
}

.ramecek {
    border: 2px solid #efefef;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;

}

.marT0 {
  margin-top: 0px;
}

.neRamecek {
    /*border: 2px solid red;
    padding: 10px;*/
    margin-bottom: 5px;
}

.patakovy-odkazy {
  	display: block;
  	padding-left: 45px;
  	margin: 3px 0 3px 0;
}

.patakovy-odkazy ul.list li{
    padding-bottom: 5px;
}

.patakovy-odkazy a {
	color: #005F4C;
  	position: relative;
}

.patakovy-odkazy a:hover {
	text-decoration: none;
}

.patakovy-odkazy a::before {
	content: '';
    position: absolute;
    left: -60px;
    top: -1px;
    color: #fff;
    width: 53px;
    height: 21px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.8125rem;
    text-transform: uppercase;
    padding-top: 1px;
}

.patakovy-odkazy a.pdf::before {
	content: 'pdf';
    background: #CC0000;
}

.patakovy-odkazy a.www::before {
	content: 'www';
    background: #d1109d;
}

.patakovy-odkazy a.xls::before {
	content: 'xls';
    background: #01957B;
}

.patakovy-odkazy a.doc::before {
	content: 'doc';
    background: #002DB2;
}

.application-item > a {
  color: #00947A;
  position: relative;
      font-size: 0.875rem;
}
.application-item > a:hover {
  text-decoration: none;
}

.application-item > a::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -1px;
    color: #fff;
    width: 53px;
    height: 21px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.8125rem;
    text-transform: uppercase;
    padding-top: 4px;
}

.application-item.pdf > a::before {
    content: 'pdf';
    background: #CC0000;
}

.application-item.www > a::before {
    content: 'www';
    background: #d1109d;
}

.application-item.xls > a::before {
    content: 'xls';
    background: #01957B;
}

.application-item.doc > a::before {
    content: 'doc';
    background: #002DB2;
}

.history {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
    padding-top: 4em;
    padding-left: 0.75em;
    position: relative;
}

.history__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  padding-bottom: 2em;
}


.history .history__item:last-child {
  padding-bottom: 0;
}

.history__item::after {
  content: '';
  height: 100%;
  width: 2px;
  background: #E9E9E9;
  position: absolute;
  top: 0;
  left: 0;
}

.history .history__item:first-child::after {
  height: calc(100% + 20px);
  top: -20px;
}

.history::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 20px;
    width: 24px;
    height: 24px;
    z-index: 11;
  background: url('../images/content/history-circle-line.png');
}

.history__item::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 3px;
  width: 17px;
  height: 10px;
  z-index: 10;
  background: url('../images/content/history-arrow.png');
}

.history__date {
  min-width: 150px;
  padding-left: 2em;
  font-size: 0.9375rem;
  color: #999;
}

.history__content {
  padding-left: 0.5em;
}

.history__content-title {
  font-size: 1rem;
  color: #000;
  display: block;
  padding-bottom: 0.5em;
  font-weight: 700;
}
.history__content-text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.history__content-text img {
    position: relative;
    top: 3px;
    margin-right: 2px;
    /* margin-left: 0px; */
    max-height: 16px;
}

.photos-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.photos-list__item {
  flex-basis: 25%;
  width: 25%;
}

.photos-list__item a:hover {
  text-decoration: underline;
}

.photos-list__item a {
    margin: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #28aa90;
    color: #fff;
    height: 80px;
    text-decoration: none;
    font-size: 1.25rem;
}

.success-form  {
	background: #0e9376;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-weight: 700;
    border-radius: 4px;
}


.d-flex {
  display: flex;
  flex-direction: row;
}
.gap-25 {
  gap: 25px;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.align-items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.reditel {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 20px;
}
.vertical-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
a.more-photos {
  height: 100%;
  width: 150px;
  color: black;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 25px;
  background-color: #E5E5E5;
  text-align: center;
}
.more-photos span {
  font-weight: bold;
  text-decoration: underline;
}

/* General layout settings */
@media screen and (max-width: 980px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
  .header > .container img {
    padding: 0 0 0 .5em;
  }
  main.page {
    padding: 4px 0 0 0;
  }
  main.homepage {
    padding: 4px 0 0 0;
	  background: none;
  }
  .container {
    width: auto;
  }
  main > .container .content-wrapper .side-pannel,
  main > .container .content-wrapper .content-pannel {
    flex-basis: 100%;
  }
  .header > .container .nav {
    margin: 36px 0 0 0;
  }
  .footer-box .branch .col {
    display: table-footer-group;
  }
  .footer > .container .footer-box,
  .footer > .container .footer-box + .footer-box {
    padding: 0 0 0 1em;
  }
  .footer > .container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .footer > .container .footer-box {
    flex: auto;
    -webkit-flex: auto;
  }

  img.dvere {
    float: none;
    margin-left: 0;
    margin-bottom: 26px;
    max-height: 130px;
    margin-right: 0;
    display: block;
    margin-top: 10px;
  }


  .d-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gap-25 {
    gap: 25px;
  }
  .flex-1 {
    flex: 1;
    width: 100%;
  }
  .flex-2 {
    flex: 2;
    width: 100%;
  }
  .flex-3 {
    flex: 3;
    width: 100%;
  }
  .flex-4 {
    flex: 4;
    width: 100%;
  }
  .flex-5 {
    flex: 5;
    width: 100%;
  }
  .align-items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .reditel {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .vertical-gallery {
    display: flex;
    /* flex-direction: column; */
    flex-direction: row;
    gap: 12px;
  }


  /*mobile menu*/
  .header > .container {
    padding: 8px 0;
  }
  .nav .menu-button {
    display: inline-block;
    float: right;
    background: #ffffff url(images/mobile-menu.png) no-repeat left 7px center;
    color: #00604D;
    border: none;
    font-weight: 700;
    border-radius: 3px;
    font-size: 19px;
    padding: 9px 7px 9px 35px;
    text-transform: uppercase;
    margin-top: -2px;
    cursor: pointer;
    position: relative;
    right: 8px;
  }

  .nav .menu-button-close {
    background: #ffffff url(images/mobile-menu-close.png) no-repeat left 10px center;
    right: 8px;
    display: none;
    float: right;
    color: #00604D;
    border: none;
    font-weight: 700;
    border-radius: 3px;
    font-size: 19px;
    padding: 9px 7px 9px 35px;
    text-transform: uppercase;
    margin-top: -2px;
    cursor: pointer;
    position: relative;
  }
  .nav .menu {
    position: fixed;
    display: none;
    width: 300px;
    z-index: 100;
    right: 0;
    top: 88px;
    bottom: 0;
    background: #006350;
    border: none;
    padding: 0 0 10px 0;
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    overflow-y: auto;
  }
  .nav .menu .icon-home {
    display: none;
  }
  .nav .menu li {
    display: block;
    padding: 0 0 0 0;
    min-height: 42px;
    background: none;
  }
  .nav .menu.open li {
    border-top: 1px solid rgba(204, 204, 204, 0.35);
  }
  .nav .menu.open li.has-dropdown {
    height: auto;
  }

  .nav .menu.open .dropdown-menu {
    display: none;
  }

  .nav .menu.open .dropdown-menu.is-visible {
    display: block;
  }

  .nav .menu li:first-child {
    border-top: 1px solid rgba(204, 204, 204, 0.35);
  }

  .nav .menu li > a {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    background: none;
    border: none;
  }

  .nav .menu.open {
    webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .nav .menu.open > li:first-child {
    border: none;
  }

  .nav .menu.open li.has-dropdown {
    padding: 0 0 0 0;
  }

  .nav .menu li a > span.home-mobile {
    display: inline-block;
  }
  .nav .menu li::after {
    content: none;
  }

  .menu .dropdown-menu {
    visibility: collapse;
    position: relative;
    height: auto;
    top: initial;
    left: initial;
    border: none;
    background: none;
    display: block;
  }

  .menu .dropdown-menu li {
    width: 100%;
    margin: 0;
    border: none;
  }

  .menu.open .dropdown-menu li > a {
    font-weight: 300;
    padding-left: 50px;
  }
  .nav .menu .dropdown-menu li:last-child {
    border-bottom: none!important;
  }

  .nav .menu li.has-dropdown:hover a {
    height: auto;
    border-left: none;
    border-right: none;
    border-top: none;
  }

  .nav .menu > li > a {
    background: none;
    color: #fff;
  }

  .side-pannel .title-box {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .side-pannel .title-box iframe {
	max-width: 400px;
	margin: 0 auto;
  }
  .title-box .photo {
    -webkit-flex-basis: 230px;
    flex-basis: 230px;
    margin: 0 1em 0 0;
  }

  .title-box .photo .name {
    display: block;
  }

  .title-box > p {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .notice-board .notice-board-item {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .notice-board-item .date {
    margin: 0 1em 0 0;
    padding: 0.2em;
    flex-basis: 130px;
    -webkit-flex-basis: 130px;
  }

  .notice-board-item .text {
    flex-basis: 100%;
  -webkit-flex-basis: 100%;
  }

  .gallery-wrapper {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .gallery .item {
    margin: 8px;
    -ms-flex: 0 1 47%;
    -webkit-flex: 0 1 47%;
    flex: 0 1 47%;
  }
  .contact-form {
    padding: 1.4em;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"] {
    -webkit-appearance: none; -moz-appearance: none;
    display: block;
    width: 250px;
    height: 40px;
  }

  .contact-map {
    display: none;
  }

  .contact-map iframe {
        float: right;
        max-height: 330px;
        max-width: 330px;
  }

  .calendar-item .date {
    display: block;
    width: 100%;
    padding: 10px 10px 0px 10px;
    text-align: left;
  }
  .calendar-item .content {
    display: block;
    width: 100%;
    padding: 0 10px 10px 10px;
  }

  .hp-heading-box {
	  background: -webkit-linear-gradient(#006350, #009B7B);
    background: -o-linear-gradient(#006350, #009B7B);
    background: -moz-linear-gradient(#006350, #009B7B);
    background: linear-gradient(#006350, #009B7B);
	  -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 0 1em 0;
  }
  .hp-heading-box {
    margin: 0;
    min-height: 178px;
  }
  .opening-text {
	  width: 100%;
	  text-align: center;
    padding: .6em;
  }
  .teaser {
	  width: 100%;
    background-size: contain;
    display: none;
  }
  .hp-heading-box .citation {
  	right: auto;
  	margin: 0 .1em;
  	padding: .8em .3em .8em .3em;
  }

  .hp-heading-box .citation::before {
	  content: none;
	  background: none;
  }
  .hp-slider {
    display: none;
  }
  .history__item,
  .application-box {
    flex-direction: column;
  }
  .history__date {
    padding-bottom: 10px;
  }
  .discipline-box__tabs-link {
      font-size: .875rem;
      padding: 9px 4px;
  }
  .discipline-box__tabs {
      height: 33px;
  }
  .fast-nav li {
    width: calc(25% - 10px);
  }

  .fast-nav li.bachelors {
    background: url("images/bachelors-ico.png") center top no-repeat;
  }

  .fast-nav li.supply {
  background: url("images/supply-ico.png") center top no-repeat;
  }

  .fast-nav li.moodle {
  background: url("/assets/downloa2/presun/moodle-ico.png") center top no-repeat;
  }
  .fast-nav li.fb {
  background: url("/assets/css/images/fb.png") center top no-repeat;
  background-size: 35px;
  }
  .fast-nav li a {
    font-size: 16px;
  }
  .fast-nav li {
      margin-right: 0px;
  }
  .application-item {
    height: auto;
    margin: 6px 0 3px 0;
  }
}

/* Extra-large */
@media screen and (min-width: 1280px) {

}

/* Large */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* Mid-range */
@media screen and (min-width: 600px) and (max-width: 768px) {
	.hp-heading-box .citation {
		width: 90%;
    bottom: -40px;
	}

}

/* Small screens */
@media screen and (min-width: 300px) and (max-width: 600px) {
  .content-pannel h2 {
    margin: .7em 0 .4em 0
  }
  .reference-box .photo img {
	  display: block;
    margin: 0 auto;
  }

  .reference-box {
	flex-direction: column;
    justify-content: center;
  }

  .footer .footer-copy .footer-copy-right {
    right:auto;
    text-align: center;
    top: 14px;
    float: none;
    position: relative;
    display: block;
    font-size: 14px;
  }
  .photos-list__item {
    flex-basis: 50%;
    width: 50%;
  }
  .footer .footer-copy button {
    margin: 0px auto;
  }
  .footer .footer-copy {
    min-height: 90px;
  }
  .gallery .item {
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .contact-address-box .contact-address {
    width: 100%;
    float: none;
  }
  .contact-department {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }
  .contact-department .col {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .contact-form textarea {
    width:100%;
    height:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .contact-form input[type="text"], .contact-form input[type="email"] {
    width: 100%;
    height: 40px;
  }

  .contact-form label span.form-error {
    padding: 0px 0 10px 0px;
    width: 100%;
  }

  .subjects-box .col {
    display: block;
    width: 100%;
  }
  .content-pannel img.title {
    float: none;
  }
  .registration-box a {
    display: block;
  }
  .reference-box .content {
    text-align: center;
  }
  .accordions .accordion .accordion-title {
    line-height: 1.5;
  }
  .accordions .accordion .accordion-title {
    padding: .5em 0 .5em 25px;
    background: #F0EFEE url(images/accordion-arrow-closed.png) 7px center no-repeat;
    background-size: 12px;
  }
  .accordions .accordion.is-open .accordion-title {
    background: #F0EFEE url(images/accordion-arrow-open.png) 8px center no-repeat;
    background-size: 12px;
  }
  .accordions .accordion {
    margin-bottom: 6px;
  }
  .subjects-box-item .name {
    font-size: 18px;
  }
  .subjects-box-item .info {
    font-size: 13px;
  }
  .applications {
    text-align: center;
  }
  .employee {
    display: block;
  }
  .employee > span:first-child {
    float: left;
    margin: 0 1em 0 0;
  }
  .employee > span {
    display: block;
    padding: 4px 0;
  }
  	.hp-heading-box .citation {
		width: 90%;
	}
  .opening-text ul li {
    display: block;
    padding: 5px 0;
  }
  .opening-text ul li:after {
    content: none;
  }
  .opening-text h1 {
    font-size: 1.563em;
  }
  .opening-text p,
  .opening-text ul li {
    font-size: 1em;
  }
}

/* Extra small */
@media screen and (max-width: 340px) {
  .employee > span:first-child {
    float: none;
  }

  .gallery .item {
	margin: 8px;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .opening-text ul li:after {
    content: none;
  }
  .opening-text ul li {
    display: block;
    padding: 5px 0;
  }
  .hp-heading-box .citation {
    bottom: -27px!important;
  }
}

/* Specials */
@media screen and (max-width: 440px) {
  .footer > .container .footer-box + .footer-box {
    border-left: none;
  }
  .content-pannel img.title {
    min-width: 100%;
  }
  .fast-nav li {
    width: calc(50% - 10px);
  }
  .reference-box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .reference-box .photo,
  .reference-box .content {
    flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    padding: 0;
  }
  .reference-box .photo img {
    padding: 0 0em 0 0;
	max-width: 100%;
    /*margin-left: 50%;
    margin-right: 50%;*/
  }
  .calendar-item .content,
  .calendar-item .date {
    text-align: center;
  }
  .subjects-box-item .name {
    font-size: 16px;
  }
  .subjects-box-item .info {
    font-size: 11px;
  }
  .subjects-box-section .subjects-box-item {
    background-image: none;
    text-align: center;
  }
  	.hp-heading-box .citation {
		width: 90%;
		bottom: -44px;
	}
  .teaser {
    background: url(images/hp-heading-box-bg.png) -10px center no-repeat;
    background-size: contain;
    position: relative;
    top: -40px;
  }
  .news {
    display: block;
  }
  .news .photo {
    display: block;
    width: 100%;
    text-align: center;
  }
  .news .content {
    display: block;
    margin: 1em 0 0 0;
    text-align: center;
  }
  .news .content .text {
    text-align: left;
  }
  .hp-heading-box .citation {
        bottom: -70px;
  }
}

/* IE 10 fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

/* IE 9 fallback */
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {

}

.table, .table tr {
  border: 1px solid #000;
}
.table th {
  font-weight: bold;
}
.table th, .table td {
  border-right: 1px solid #000;
  padding: 3px 20px;
  text-align: left;
}

/* margin + padding + gap */
.m-0 {
  margin: 0!important
}

.mt-0,.my-0 {
  margin-top: 0!important
}

.mr-0,.mx-0 {
  margin-right: 0!important
}

.mb-0,.my-0 {
  margin-bottom: 0!important
}

.ml-0,.mx-0 {
  margin-left: 0!important
}

.gap-0 {
  gap: 0!important
}

.m-1 {
  margin: 4px!important
}

.mt-1,.my-1 {
  margin-top: 4px!important
}

.mr-1,.mx-1 {
  margin-right: 4px!important
}

.mb-1,.my-1 {
  margin-bottom: 4px!important
}

.ml-1,.mx-1 {
  margin-left: 4px!important
}

.gap-1 {
  gap: 4px!important
}

.m-2 {
  margin: 8px!important
}

.mt-2,.my-2 {
  margin-top: 8px!important
}

.mr-2,.mx-2 {
  margin-right: 8px!important
}

.mb-2,.my-2 {
  margin-bottom: 8px!important
}

.ml-2,.mx-2 {
  margin-left: 8px!important
}

.gap-2 {
  gap: 8px!important
}

.m-3 {
  margin: 12px!important
}

.mt-3,.my-3 {
  margin-top: 12px!important
}

.mr-3,.mx-3 {
  margin-right: 12px!important
}

.mb-3,.my-3 {
  margin-bottom: 12px!important
}

.ml-3,.mx-3 {
  margin-left: 12px!important
}

.gap-3 {
  gap: 12px!important
}

.m-4 {
  margin: 16px!important
}

.mt-4,.my-4 {
  margin-top: 16px!important
}

.mr-4,.mx-4 {
  margin-right: 16px!important
}

.mb-4,.my-4 {
  margin-bottom: 16px!important
}

.ml-4,.mx-4 {
  margin-left: 16px!important
}

.gap-4 {
  gap: 16px!important
}

.m-5 {
  margin: 24px!important
}

.mt-5,.my-5 {
  margin-top: 24px!important
}

.mr-5,.mx-5 {
  margin-right: 24px!important
}

.mb-5,.my-5 {
  margin-bottom: 24px!important
}

.ml-5,.mx-5 {
  margin-left: 24px!important
}

.gap-5 {
  gap: 24px!important
}

.m-6 {
  margin: 32px!important
}

.mt-6,.my-6 {
  margin-top: 32px!important
}

.mr-6,.mx-6 {
  margin-right: 32px!important
}

.mb-6,.my-6 {
  margin-bottom: 32px!important
}

.ml-6,.mx-6 {
  margin-left: 32px!important
}

.gap-6 {
  gap: 32px!important
}

.m-7 {
  margin: 40px!important
}

.mt-7,.my-7 {
  margin-top: 40px!important
}

.mr-7,.mx-7 {
  margin-right: 40px!important
}

.mb-7,.my-7 {
  margin-bottom: 40px!important
}

.ml-7,.mx-7 {
  margin-left: 40px!important
}

.gap-7 {
  gap: 40px!important
}

.m-8 {
  margin: 48px!important
}

.mt-8,.my-8 {
  margin-top: 48px!important
}

.mr-8,.mx-8 {
  margin-right: 48px!important
}

.mb-8,.my-8 {
  margin-bottom: 48px!important
}

.ml-8,.mx-8 {
  margin-left: 48px!important
}

.gap-8 {
  gap: 48px!important
}

.m-9 {
  margin: 56px!important
}

.mt-9,.my-9 {
  margin-top: 56px!important
}

.mr-9,.mx-9 {
  margin-right: 56px!important
}

.mb-9,.my-9 {
  margin-bottom: 56px!important
}

.ml-9,.mx-9 {
  margin-left: 56px!important
}

.gap-9 {
  gap: 56px!important
}

.m-10 {
  margin: 64px!important
}

.mt-10,.my-10 {
  margin-top: 64px!important
}

.mr-10,.mx-10 {
  margin-right: 64px!important
}

.mb-10,.my-10 {
  margin-bottom: 64px!important
}

.ml-10,.mx-10 {
  margin-left: 64px!important
}

.gap-10 {
  gap: 64px!important
}

.p-0 {
  padding: 0!important
}

.pt-0,.py-0 {
  padding-top: 0!important
}

.pr-0,.px-0 {
  padding-right: 0!important
}

.pb-0,.py-0 {
  padding-bottom: 0!important
}

.pl-0,.px-0 {
  padding-left: 0!important
}

.gap-0 {
  gap: 0!important
}

.p-1 {
  padding: 4px!important
}

.pt-1,.py-1 {
  padding-top: 4px!important
}

.pr-1,.px-1 {
  padding-right: 4px!important
}

.pb-1,.py-1 {
  padding-bottom: 4px!important
}

.pl-1,.px-1 {
  padding-left: 4px!important
}

.gap-1 {
  gap: 4px!important
}

.p-2 {
  padding: 8px!important
}

.pt-2,.py-2 {
  padding-top: 8px!important
}

.pr-2,.px-2 {
  padding-right: 8px!important
}

.pb-2,.py-2 {
  padding-bottom: 8px!important
}

.pl-2,.px-2 {
  padding-left: 8px!important
}

.gap-2 {
  gap: 8px!important
}

.p-3 {
  padding: 12px!important
}

.pt-3,.py-3 {
  padding-top: 12px!important
}

.pr-3,.px-3 {
  padding-right: 12px!important
}

.pb-3,.py-3 {
  padding-bottom: 12px!important
}

.pl-3,.px-3 {
  padding-left: 12px!important
}

.gap-3 {
  gap: 12px!important
}

.p-4 {
  padding: 16px!important
}

.pt-4,.py-4 {
  padding-top: 16px!important
}

.pr-4,.px-4 {
  padding-right: 16px!important
}

.pb-4,.py-4 {
  padding-bottom: 16px!important
}

.pl-4,.px-4 {
  padding-left: 16px!important
}

.gap-4 {
  gap: 16px!important
}

.p-5 {
  padding: 24px!important
}

.pt-5,.py-5 {
  padding-top: 24px!important
}

.pr-5,.px-5 {
  padding-right: 24px!important
}

.pb-5,.py-5 {
  padding-bottom: 24px!important
}

.pl-5,.px-5 {
  padding-left: 24px!important
}

.gap-5 {
  gap: 24px!important
}

.p-6 {
  padding: 32px!important
}

.pt-6,.py-6 {
  padding-top: 32px!important
}

.pr-6,.px-6 {
  padding-right: 32px!important
}

.pb-6,.py-6 {
  padding-bottom: 32px!important
}

.pl-6,.px-6 {
  padding-left: 32px!important
}

.gap-6 {
  gap: 32px!important
}

.p-7 {
  padding: 40px!important
}

.pt-7,.py-7 {
  padding-top: 40px!important
}

.pr-7,.px-7 {
  padding-right: 40px!important
}

.pb-7,.py-7 {
  padding-bottom: 40px!important
}

.pl-7,.px-7 {
  padding-left: 40px!important
}

.gap-7 {
  gap: 40px!important
}

.p-8 {
  padding: 48px!important
}

.pt-8,.py-8 {
  padding-top: 48px!important
}

.pr-8,.px-8 {
  padding-right: 48px!important
}

.pb-8,.py-8 {
  padding-bottom: 48px!important
}

.pl-8,.px-8 {
  padding-left: 48px!important
}

.gap-8 {
  gap: 48px!important
}

.p-9 {
  padding: 56px!important
}

.pt-9,.py-9 {
  padding-top: 56px!important
}

.pr-9,.px-9 {
  padding-right: 56px!important
}

.pb-9,.py-9 {
  padding-bottom: 56px!important
}

.pl-9,.px-9 {
  padding-left: 56px!important
}

.gap-9 {
  gap: 56px!important
}

.p-10 {
  padding: 64px!important
}

.pt-10,.py-10 {
  padding-top: 64px!important
}

.pr-10,.px-10 {
  padding-right: 64px!important
}

.pb-10,.py-10 {
  padding-bottom: 64px!important
}

.pl-10,.px-10 {
  padding-left: 64px!important
}

.gap-10 {
  gap: 64px!important
}


.container--header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.header-logos {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .header-logos__logo {
        display: block;
    }
    .header-logos__logo img {
        max-height: 70px;
    }
    .header-logos__text {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: center;
        padding-left: 24px;
        border-left: 4px solid #d9d9d9;
    }
    .header-logos__text .text {
        font-size: 14px;
        font-style: italic;
        color: #000;
        font-weight: bold;
    }
    .header-logos__text a {
        color: #000;
        text-decoration: none;
    }
    .header-logos__text img {
        max-height: 40px;
    }