.loader-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  background: rgba(30, 134, 200, 0.95);
  z-index: 1;
}

.whistle{
  min-width: 100%;
}

@media (height > 740px){
  @media (width > 1400px){
    .whistle footer{
      position: fixed;
      bottom: 0;
      width: 100%;
    }
  }
}

@media (height > 790px){
  @media (width > 1100px){
    .whistle footer{
      position: fixed;
      bottom: 0;
      width: 100%;
    }
  }
}

.bg-nav{
  background-color: rgb(30, 134, 200) !important;
}

.odkazGDPR{
  color: rgb(30, 134, 200);
}

.odkazGDPR:hover{
  text-decoration: underline;
  color: rgb(30, 134, 200, 0.9);
}

.odkazGDPR:active{
  color: rgb(30, 134, 200, 0.3);
}

.btnGDPR:hover{
  background-color: rgba(0, 0, 0, 0.75);
}

.btnGDPR:active{
  color: rgb(30, 134, 200);
  background-color: rgba(0, 0, 0, 0);
}

.deco{
  text-decoration: none;
  transition: 150ms;
}

.deco:hover{
  color: black !important;
}

.fotky{
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.35);
  border-radius: 8px !important;
  transition: 200ms ease-in-out;
}

.fotky:hover{
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
  transform: scale(1.4);
}

.fotky3{
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.35);
  border-radius: 8px !important;
  transition: 200ms ease-in-out;
}

.fotky3:hover{
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
  transform: scale(1.15);
}

.fotky3:active{
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
  transform: scale(0.9);
}

.fotky2{
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px !important;
  transition: 200ms ease-in-out;
}

.fotky2:hover{
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
  transform: scale(1.75);
}

.pt-x{
  padding-top: 5.5px;
}

.milniky{
  display: unset;
}

.milniky-mobile{
  display: none;
}

a{
  text-decoration: none;
}

.spinner {
  position: fixed;
  width: 775px;
  height: 775px;
  background-image: url("../img/LogoMME-bile.png");
  background-size: cover;
  opacity: 15%;
  animation: spin-anim 2500ms linear infinite;
}

.pozdrav{
  position: fixed;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 550%;
}

.nacitani{
  position: fixed;
  margin-top: 150px;
  color: rgb(255, 255, 255, 0.85);
  font-weight: bold;
  font-size: 250%;
}

.loader-container-hidden {
  display: none;
}

@keyframes spin-anim {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.tecka{
  animation: blik 1000ms infinite;
}
.tecka2{
  animation: blik 1000ms infinite;
  animation-delay: 200ms;
}
.tecka3{
  animation: blik 1000ms infinite;
  animation-delay: 400ms;
}

@keyframes blik {
  0% {
      opacity: 0%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}


::selection {
  background-color: rgb(65, 185, 255);
  color: rgb(0, 0, 0);
}

[id]{
  scroll-margin-top: 27px !important;
}

body{
  height: 100vh;
}

.padding{
  padding-top: 7%;
}

.nahoru{
  position: relative;
  top: -1px;
}

@media (max-width: 265px){
  body{
    display: none;
  }
}

.modra{
  background-color: rgb(26, 120, 185);
  background-image: url("../img/LogoMME.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90vh;
}

.dole{
  position: absolute;
  bottom: 10%;
}

.back{
  background-color: rgb(30, 134, 200);
}

.hlava {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 12% 0 0 0;
  background: linear-gradient(to bottom, rgba(12, 100, 160, 0.85) 0%, rgba(5, 55, 105, 0.65) 25%, rgba(5, 55, 105, 0.8) 80%, rgb(0, 85, 140) 100%), url("../img/EN_2033.JPG");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.onas {
  padding-top: 10rem;
  background: linear-gradient(to bottom, rgb(0, 85, 140) 0%, rgb(0, 110, 170) 100%);
}

.pata{
    background: linear-gradient(to bottom, rgb(35, 139, 205) 0%, rgb(5, 70, 150) 100%);
}

html {
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  letter-spacing: 0.05em;
}

#mainNav {
  min-height: 3.5rem;
  background-color: rgb(30, 134, 200, 90%);
  transition: 1500ms;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #fff;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #fff;
  font-weight: 700;
  padding: 0.9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: #fff 80%;
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

#navbarSupportedContent{
  position: relative;
  top: -1px;
}

@media (min-width: 1400px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: 200ms ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: #fff;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background-color: rgb(30, 134, 200, 90%);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgb(200, 200, 200);
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: rgb(200, 200, 200, 0.25);
  }
  #mainNav.navbar-shrink .nav-link.active {
    margin-top: 6px !important;
    padding-bottom: 6px !important;
    text-decoration: overline 2px !important;
  }
}

.toggle{
  position: relative;
  width: 50px;
  height: 50px;
  background:transparent;
  border: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  border: none;
}

.toggle span{
  position: absolute;
  width: 29px;
  height: 3px;
  background: #fff;
  display: block;
  border-radius: 4px;
  transition: 500ms;
}

.toggle span:nth-child(1){
  transition-delay: 0ms;
  transform: translateY(-10px);
}

.toggle.active span:nth-child(1){
  transition-delay: 200ms;
  transform: translateY(10px) rotate(-180deg);
}

.toggle span:nth-child(2){
  transition-delay: 100ms;
  transform: translateX(0);
}

.toggle.active span:nth-child(2){
  transition-delay: 100ms;
  transform: translateY(0) rotate(-180deg);
}

.toggle span:nth-child(3){
  transition-delay: 200ms;
  transform: translateY(10px);  
}

.toggle.active span:nth-child(3){
  transition-delay: 0ms;
  transform: translateY(-10px) rotate(-180deg);
}

.navbar-toggler{
  border: 0px;
}

.barvaNadps{
  color: rgb(65, 185, 255);
  text-shadow: 2px 2px rgba(18, 18, 18, 0.9), 4px 4px rgba(18, 18, 18, 0.6), 5px 5px rgba(18, 18, 18, 0.3);
  font-weight: 900;
  font-size: 850%;
}

.barvaNadps2{
  color: rgb(140, 215, 255);
  text-shadow: 2.5px 2.5px rgb(18, 18, 18);
  opacity: 90%;
  font-size: 315%;
  position: relative;
  top: -15px;
}

.noDeco{
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.dolu{
  position: relative;
  top: -8px;
  font-size: 60%;
}

.dolu2{
  position: relative;
  top: 2px;
  left: 5px;
}

.zalozka{
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  color: white;
  transition: 300ms;
}

.zalozka:hover{
  background-color: rgba(255, 255, 255, 0.35);
}

.zalozka2{
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  color: white;
}

.mme-modre{
  position: absolute;
  opacity: 3%;
  width: 87vw;
}

.pad{
  display: none;
}

.pad2{
  display: none;
}

.ikonka{
  width: 125px;
  position: relative;
  top: -5px;
}

.brnd{
  position: relative;
  top: 4px;
}

.sirkab{
  width: 316px;
  transition: 300ms;
}

.sirkab:hover{
  opacity: 75%;
}

.sirkab:active{
  opacity: 25%;
}

.velik{
  font-size: 110%;
}

.sipka{
  position: relative;
  top: 3.5px;
}

.obrz{
  width: 18vw;
  position: relative;
  top: 0px;
}

.odsaz{
  position: relative;
  top: 11px;
}

@media (min-width: 1800px){
  .mme-modre{
    width: 70vw;
  }
  .barvaNadps{
    font-size: 950%;
  }
  .barvaNadps2{
    font-size: 325%;
  }
  
  .hlava{ 
    padding: 12% 0 0 0;
  }

  .obrz{
    width: 15vw;
    position: relative;
    top: 0px;
  }
}

@media (max-width: 1600px){
  .obrz{
    width: 20vw;
    position: relative;
    top: 5px;
  }

  .hlava{ 
    padding: 11% 0 0 0;
  }
  .spinner {
    position: fixed;
    width: 625px;
    height: 625px;
    background-image: url("../img/LogoMME-bile.png");
    background-size: cover;
    opacity: 15%;
    animation: spin-anim 2500ms linear infinite;
  }
  
  .pozdrav{
    position: fixed;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 450%;
  }
  
  .nacitani{
    position: fixed;
    margin-top: 150px;
    color: rgb(255, 255, 255, 0.85);
    font-weight: bold;
    font-size: 225%;
  }
}

@media (max-width: 1500px){
  .hlava{ 
    padding: 14% 0 0 0;
  }
}

@media (max-width: 1400px){
  .barvaNadps{
    text-shadow: 3.5px 3.5px rgba(0, 0, 0); 
    font-size: 700%;
  }

  .mme-modre{
    width: 93vw;
  }

  .spinner {
    position: fixed;
    width: 600px;
    height: 600px;
    background-image: url("../img/LogoMME-bile.png");
    background-size: cover;
    opacity: 15%;
    animation: spin-anim 2500ms linear infinite;
  }
  
  .pozdrav{
    position: fixed;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 425%;
  }
  
  .nacitani{
    position: fixed;
    margin-top: 150px;
    color: rgb(255, 255, 255, 0.85);
    font-weight: bold;
    font-size: 210%;
  }
}

.objev2{
  display: none;
}

@media(max-width: 1400px){
  .zmiz2{
    display: none;
  }

  .objev2{
    display: unset;
  }

  .obrz{
    width: 20vw;
    position: relative;
    top: 10px;
  }
}

@media (max-width: 780px){
  .barvaNadps{
    font-size: 345%;
    text-shadow: 2.5px 2.5px rgba(0, 0, 0);
  }

  .padding{
    padding-top: 25%;
  }

  .ikonka{
    width: 110px;
    position: relative;
    top: -3px;
  }

  .brnd{
    position: relative;
    top: 3px;
  }

  .hlava {
    padding: 40% 0 0 0;
  }
  
  .barvaNadps2{
    font-size: 150%;
    position: relative;
    top: -10px;
  }

  .mme-modre{
    width: 95vw;
  }

  .pad{
    padding-top: 500px;
    display: block;
  }

  .velik{
    font-size: 90%;
  }

  .velik3{
    font-size: 90%;
  }

  .obrz{
    width: 40vw;
    position: relative;
    top: -10px;
  }
  
  .odsaz{
    position: relative;
    top: 6px;
  }

  .spinner {
    position: fixed;
    width: 475px;
    height: 475px;
    background-image: url("../img/LogoMME-bile.png");
    background-size: cover;
    opacity: 15%;
    animation: spin-anim 2500ms linear infinite;
  }
  
  .pozdrav{
    position: fixed;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 325%;
  }
  
  .nacitani{
    position: fixed;
    margin-top: 110px;
    color: rgb(255, 255, 255, 0.85);
    font-weight: bold;
    font-size: 170%;
  }
}
@media (max-width: 1000px){
  .sirkaPodLg{
    width: 74% !important;
  }

  .vystejneni{
    width: 100% !important;
  }

  .zmiz3{
    display: none;
  }
}

@media (max-width: 500px){
  .pad{
    padding-top: 450px;
    display: block;
  }

  .milniky{
    display: none;
  }
  
  .milniky-mobile{
    display: unset;
  }

  .pad2{
    padding-top: 900px;
    display: block;
  }

  .sirkab{
    width: 100%;
  }

  .velik2{
    font-size: 115%;
  }

  .sipka{
    top: 1.5px;
  }

  [id]{
    scroll-margin-top: 8.5px !important;
  }

  .obrz{
    width: 50vw;
    position: relative;
    top: -10px;
  }

  .spinner {
    position: fixed;
    width: 300px;
    height: 300px;
    background-image: url("../img/LogoMME-bile.png");
    background-size: cover;
    opacity: 15%;
    animation: spin-anim 2500ms linear infinite;
  }
  
  .pozdrav{
    position: fixed;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 200%;
  }
  
  .nacitani{
    position: fixed;
    margin-top: 75px;
    color: rgb(255, 255, 255, 0.85);
    font-weight: bold;
    font-size: 125%;
  }

  .zmiz{
    display: none;
  }

  .fotky:hover{
    transform: scale(1.25);
  }
  
  .fotky2:hover{
    transform: scale(1.25);
  }
}

@media (max-width: 360px){
  .barvaNadps{
    font-size: 300%;
  }
  
  .barvaNadps2{
    font-size: 130%;
  }
}

@media (max-width: 315px){
  .barvaNadps{
    font-size: 250%;
  }
  
  .barvaNadps2{
    font-size: 100%;
  }
  .spinner {
    position: fixed;
    width: 250px;
    height: 250px;
    background-image: url("../img/LogoMME-bile.png");
    background-size: cover;
    opacity: 15%;
    animation: spin-anim 2500ms linear infinite;
  }
  
  .pozdrav{
    position: fixed;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 150%;
  }
  
  .nacitani{
    position: fixed;
    margin-top: 50px;
    color: rgb(255, 255, 255, 0.85);
    font-weight: bold;
    font-size: 100%;
  }
}

.chciZdePracovat{
  background-color: #41b9ff;
  color: black;
  transition: 300ms ease-in-out;
}

.chciZdePracovat:hover{
  background-color: #1e86c8;
  color: white;
}

.chciZdePracovat:active{
  background-color: rgb(2, 96, 154);
  color: rgba(255, 255, 255, 0.5);
  transition: 200ms ease-in-out;
}

.chciZdePracovat2{
  background-color: rgb(50, 165, 255);
  color: rgb(255, 255, 255);
  transition: 300ms ease-in-out;
  margin-left: 4px;
}

.chciZdePracovat2:hover{
  background-color: rgb(30, 130, 205);
  color: rgb(255, 255, 255);
}

.chciZdePracovat2:active{
  background-color: rgb(2, 96, 154);
  color: rgba(255, 255, 255, 0.5);
  transition: 200ms ease-in-out;
}

.chciZdePracovat3{
  background-color: rgb(65, 185, 255);
  color: rgb(255, 255, 255);
  transition: 300ms ease-in-out;
  margin-left: 4px;
}

.chciZdePracovat3:hover{
  background-color: rgb(47, 160, 222);
  color: rgba(0, 0, 0, 0.9);
}

.chciZdePracovat3:active{
  background-color: #1e86c8;
  color: rgba(0, 0, 0, 0.1);
  transition: 200ms ease-in-out;
}

.icn{
    color: rgb(30, 134, 200);
    text-decoration: none;
}

.navcol{
  color: rgb(255, 255, 255) !important;
}

.navcol:hover{
  color: rgb(200, 200, 200) !important;
}

.navcol:active{
  color: rgb(200, 200, 200, 0.25) !important;
}

.jemnabarva{
  color: rgba(255, 255, 255, 0.8) !important;
}

.jemnabarva2{
  color: rgba(255, 255, 255, 0.9) !important;
}

.jemnabarvaC{
  color: rgba(0, 0, 0, 0.7) !important;
}

.moto{
  text-shadow: 2.5px 2.5px rgba(0, 0, 0, 0.5);
}

.helper{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.poz{
  background: linear-gradient(to bottom, rgb(0, 110, 170) 0%, rgb(15, 122, 185) 100%);
  color: white;
}

.poz2{
  background: linear-gradient(to bottom, rgb(15, 122, 185) 0%, rgb(30, 134, 200) 100%);
  color: white;
}

.podnadpis{
  color: rgb(0, 110, 170);
}

.logaREFE{
  width: 90%;
  transition: 150ms ease-in-out;
  filter: grayscale(30%);
}

.logaREFE:hover{
  filter: grayscale(0%);
  width: 93%;
}

.logaREFE:active{
  filter: grayscale(100%);
}

.logaREFE2{
  width: 75%;
  padding-top: 15px;
  transition: 150ms ease-in-out;
  filter: grayscale(30%);
}

.logaREFE2:hover{
  filter: grayscale(0%);
  width: 83.5%;
}

.logaREFE2:active{
  filter: grayscale(100%);
}

.odkz{
  text-decoration: none;
  transition: 150ms;
  color: rgba(255, 255, 255, 0.5);
}

.odkz:hover{
  color: rgb(255, 255, 255);
}

.odkz:active{
  color: #00bbff;
  opacity: 90%;
}

.odkz2{
  text-decoration: none;
  transition: 150ms;
  color: rgba(0, 0, 0, 0.5);
}

.odkz2:hover{
  color: rgb(0, 0, 0);
}

.odkz2:active{
  color: rgba(0, 0, 0, 0.25);
}

.light{
  font-weight: 100;
}

.prac{
  border: 0.25px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  background-color: rgb(24, 122, 186);
}

.flinks{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  transition: 150ms;
}

.flinks:hover{
  color: rgba(255, 255, 255);
}

.flinks:active{
  color: #00bbff;
  opacity: 90%;
}






.dropdown{
  padding-top: 2px;
  cursor: pointer;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -58px;
  top: calc(100% + 30px);
  padding: 8px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgb(35, 139, 205, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: 0.3s;
  list-style: none;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}

.navbar .dropdown ul li {
  width: 250px;
  padding: 4px 0;
}

.navbar .dropdown ul li:hover {
  background: rgb(35, 139, 205, 0.9);
}

.navbar .dropdown ul li:hover a:hover {
  color: white !important;
}

.navbar .dropdown ul a {
  padding: 10px 0px;
  font-size: 15px;
  text-transform: none;
  color: snow;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 90%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (min-width: 100px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
  left: -90%;
}

.navbar .dropdown .dropdown:hover>ul {
  left: -100%;
}
}

.dropdownMobile{
  display: none;
}

@media (max-width: 1400px) {
  .dropdown{
    display: none;
  }

  .dropdownMobile{
    display: unset;
  }
  

  .liststyle{
    list-style: none;
    padding: 0;
  }
}