@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Thin.woff2') format('woff2'); font-weight: 200; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'); font-weight: 300; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'); font-weight: 600; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Black.woff2') format('woff2'); font-weight: 900; font-style: normal;}

@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-ThinItalic.woff2') format('woff2'); font-weight: 200; font-style: italic;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'); font-weight: 300; font-style: italic;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'); font-weight: 400; font-style: italic;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-MediumItalic.woff2') format('woff2'); font-weight: 500; font-style: italic;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-MediumItalic.woff2') format('woff2'); font-weight: 600; font-style: italic;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'); font-weight: 700; font-style: italic;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-BlackItalic.woff2') format('woff2'); font-weight: 900; font-style: italic;}

@font-face {font-family: 'BebasN'; src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal;}

*{
  position: relative;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'RobotoCond';
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

html, body{
  min-height: 100vh;
  background-color: #f7f7f7;
}

body{
  background-image: url('../img/back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

p{
  color: #2a344d;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

p strong{
  font-weight: 500;
}

.both{
  clear: both;
}

.page{
  background-color: #e5e8da;
}


.menu2{
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #123b50;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  z-index: 9999;
  display: none;
}

.menu2 span{
  color: #d0e3ed;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #d0e3ed00;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
}

.menu{
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #123b50;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  z-index: 9999;
}

.menu a{
  color: #d0e3ed;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #d0e3ed00;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.menu a:hover{
  border-bottom: 2px solid #fff;
  color: #fff
}

.intro{
  margin-top: 40px;
  background-image: url('../img/horineves_skola.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*background-size: auto 100%;*/
  background-size: cover;
  height: 510px;
  background-position: center;
  letter-spacing: 0.5px;
  padding-top: 15px;
  color: #fff;
}

.intro h1{
  font-family: "BebasN";
  font-weight: 400;
  font-style: normal;
  font-size: 180px;
  text-align: center;
  line-height: 140px;
}

.intro h1 span{
  font-family: "BebasN";
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

.intro h2{
  font-family: "BebasN";
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}

.cont{
  /*max-width: 1580px;*/
  margin: 0px auto;
  background-color: #f7f7f7;
}

.riboon{
  position: absolute;
  top: -20px;
  height: 250px;
  width: 100%;
  background-image: url('../img/riboon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.info{
  max-width: 730px;
  margin: 0px auto;
}

.info h2{
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  /*background-image: url('../img/graypoint.png');*/
  border-bottom: 2px solid #2a344d30;
  color: #2a344d;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  margin: 20px 0px 10px 0px;
  clear: both;
}

.info h2 span{
  background-color: #f7f7f7;
  /*padding: 0px 10px;*/
}


.info .video h2{
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-image: url('../img/whitepoint.png');
  color: #fff;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  max-width: 595px;
  margin: 0px auto;
  border: 0px;
}

.info .video h2 span{
  background-color: #a1bd20;
  padding: 0px 10px;
}

.video{
  padding-top: 35px;
  text-align: center;
  margin-bottom: 10px;
}

.video iframe{
  margin-top: 30px;
  cursor: pointer;
  max-width: 100%;
  width: 600px;
  height: 337px;
  box-shadow: 0px 0px 10px 0px #000000a3;
}

.info_1{
  /*
  background-image: url('../img/kluk.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding: 40px 0px 40px 104px;
  */
  padding: 40px 0px 40px 0px;
  line-height: 140%;
  margin-bottom: 10px;
  
}

.info_1 img{
  float: left;
  /*shape-outside: url('../img/kluk_o.png');*/
  left: -13px;
}

.info_1 p{
  text-align: justify;
}

.info_2{
  /*
  background-image: url('../img/holka.png');
  background-position: right top;
  background-repeat: no-repeat;
  text-align: justify;
  */
  padding: 10px 0px 40px 0px;
}

.info_2 img{
  float: right;
  /*shape-outside: url('../img/holka_o.png');*/
  right: -13px;
}

.info_2 p{
  text-align: justify;
}

.info_3{
  /*
  padding: 10px 104px 40px 0px;
  background-image: url('../img/kluk.png');
  background-position: right top;
  background-repeat: no-repeat;
  */
  padding: 10px 0px 40px 0px;
  text-align: justify;
}

.info_3 img{
  float: right;
  /*shape-outside: url('../img/holka_o.png');*/
  right: -13px;
}


.info h2.h2_l{
  text-align: left;
  clear: both;
}

.info h2.h2_l span{
  padding-left: 0px;
}

.bublina_otazka{
  background: #90D5E6;
  background: linear-gradient(127deg,rgba(144, 213, 230, 1) 0%, rgba(107, 204, 228, 1) 100%);
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  color: #fffefe;
  letter-spacing: 0.3px;
  padding: 16px 20px 16px 33px;
  mask-image: url('../img/bublina_2.svg');
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  margin-bottom: 6px;
  font-size: 19px;
  width: calc(100% - 30px);
  margin-left:30px;
}

.bublina_otazka_p{
  content: url('../img/kluk_s.png');
  position: absolute;
  left: 5px;
  bottom: 0px;
  display: inline-block;
}
.bublina_odpoved_p{
  content:url('../img/holka_s.png');
  position: absolute;
  right: 5px;
  bottom: -5px;
  display: inline-block;
}

.bublina_odpoved{
  background: #EB90BD;
  background: linear-gradient(127deg,rgba(235, 144, 189, 1) 0%, rgba(239, 172, 205, 1) 100%);
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  color: #fffefe;
  letter-spacing: 0.3px;
  padding: 16px 33px 16px 20px;
  mask-image: url('../img/bublina.svg');
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  font-size: 19px;
  margin-bottom: 20px;
  width: calc(100% - 27px);
}

.bublina_vice{
  display: inline-block;
  color: #507179;
  text-decoration: none;
  font-size: 18px;
  margin: 0px 0px 30px ;
  border-bottom: 2px solid #f7f7f7;
}

.bublina_vice span{
  /*border-bottom: 1px solid #507179;*/
}

.bublina_vice::after{
  color: #507179;
  content: "\25B6";
  padding-left: 10px;
}

.bublina_vice:hover{
  border-bottom: 2px solid #000;
  color: #000
}
.bublina_vice:hover::after{
  color: #000
}

.info_half{
  padding-top: 20px;
  margin-bottom: 30px;
}

.info_half img{
  width: calc(55% - 20px);
  float: left;
  margin: 0px 20px 0px 0px;
}

.info_half div{
  width: 45%;
  display: inline-block;
}

.info_half h3{
  text-transform: uppercase;
  color: #2a344d;
  letter-spacing: 0.3px;
}

.info_half_2{
  padding-top: 20px;
  margin-bottom: 30px;
}

.info_half_2 img{
  width: calc(55% - 20px);
  float: right;
  margin: 0px 0px 0px 20px;
}

.info_half_2 div{
  width: 45%;
  display: inline-block;
}

.info_half_2 h3{
  text-transform: uppercase;
  color: #2a344d;
  letter-spacing: 0.3px;
}

.zapis_1{
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  margin-top: 20px;
}
.zapis_2{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-top: 5px;
}
.zapis_3{
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #a1bd20;
  margin: 15px 0px;
}
.zapis_4{
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color: #000;
  margin: 15px 0px;
}
.zapis_link{
  line-height: 65px;
  vertical-align: middle;
  color: black;
  font-size: 18px;
  margin: 25px auto;
  display: block;
  width: 241px;
}
.zapis_link img{
  float: left;
  margin-right: 10px;
}

.zapis_4 a{
  line-height: 65px;
  vertical-align: middle;
  color: black;
  font-size: 18px;
  margin: 25px auto;
  display: block;
  width: 241px;
}
.zapis_4 a img{
  float: left;
  margin-right: 10px;
}
.zapis_5{
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}
.zapis_6{
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

.pastelky{
  width: 100%;
  height: 240px;
  background-image: url('../img/pastelky.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.pata{
  min-height: 250px;
  width: 100%;
  top: -11px;
  background-image: url('../img/riboon_2.svg'), linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 23%, rgba(161, 189, 32, 1) 24%, rgba(161, 189, 32, 1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pata_cont{
  max-width: 730px;
  margin: 0px auto;
  padding: 60px 0px 0px 0px;
}

.pata h2{
  color: white;
  font-size: 21px;
  font-weight: 700;
}

.pata_1 strong{
  font-weight: 700;
}

.pata_1{
  font-size: 18px;
  color: white;
  line-height: 150%;
  font-weight: 300;
  max-width: 190px;
  float: left;
  margin-right: 70px;
}

.pata_2{
  font-size: 18px;
  color: white;
  line-height: 150%;
  font-weight: 300;
  max-width: 250px;
  float: left;
  margin-right: 50px;
}

.pata_12{
  margin-top: 20px;
  float: left;
}

.pata_mapa{
  position: relative;
  top: -35px;
}

.podstranka_margin{
  height: 60px;
}

.podstranka{
  line-height: 180%;
  padding-bottom: 100px;
}

.ref_block{
  margin-bottom: 50px;
}

.podstranka h1{
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2a344d;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 120%;
}

.podstranka h2{
  margin-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #2a344d30;
}

/*
.podstranka h2 span{
  background-color: #f7f7f7;
  padding: 0px 10px;
  display: inline-block;
}
*/

.podstranka h3{
  text-align: left;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2a344d;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  margin-bottom: 5px;
}

.phobo_cont{
  
}

.fotogalerie_foto_cont{
  width: 33.3%;
  float: left;
  padding: 5px;
  height: 193px;
}

.fotogalerie_foto{
  width: 100%;
  height: 130px;
  object-fit: cover;
  box-shadow: 1px 1px 2px #0000007d;
  cursor: pointer;
}

.fotogalerie_foto:hover{
  filter: contrast(1.2) brightness(1.1);
}

.fotogalerie_galerie_cont{
  width: calc(33.3% - 10px);
  float: left;
  padding: 15px;
  background-color: #fff;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px #0000002e;
  cursor: pointer;
  height: 199px;
}

.fotogalerie_galerie_cont:hover{
  background-color: #f3efec;
}

.fotogalerie_galerie{
  width: 100%;
  height: 130px;
  object-fit: cover;
  
  cursor: pointer;
}

.fotogalerie_galerie:hover{
  filter: contrast(1.2) brightness(1.1);
}

.phobo_text{
  font-size: 13px;
  display: inline-block;
  line-height: 20px;
}

.blok_tab{
  width: 100%;
}

.blok_tab a{
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.blok_tab tr{
  height: 30px;
}

.blok_tab td{
  padding: 5px 10px;
}
.blok_tab th{
  padding: 5px 10px;
}

.blok_tab tr:nth-child(even){
background: #ffffff;
}
.blok_tab tr:nth-child(odd){
background: #123b5017;
}

.blok_tab_small{
  width: 100%;
  display: none;
}

.blok_tab_small a{
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.blok_tab_small tr{
  height: 30px;
}

.blok_tab_small td{
  padding: 5px 10px;
}
.blok_tab_small th{
  padding: 5px 10px;
}

.blok_tab_small tr:nth-child(even){
background: #ffffff;
}
.blok_tab_small tr:nth-child(odd){
background: #123b5017;
}

.submenu{
  position: absolute;
  width: 170px;
  top: 30px;
  background-color: #5e5e5ead;
  z-index: 99;
  text-align: left;
  margin: 0px auto;
  left: 0px;
  display: none;
  padding-bottom: 3px;
}

.submenu a{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #d0e3ed00;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  width: calc(100% - 6px);
  margin: 0px 3px;
}

.submenu a:hover{
  border-bottom: 2px solid #fff;
  color: #fff
}

.menu_hide{
  display: none;
}

.blok_tab_small tr td{
  line-height: 150%;
}
.none{
  display: none;
}

.gal_next_button{
  margin: 0px auto;
  display: block;
  padding: 8px 55px;
  text-transform: uppercase;
  background-color: #123b50;
  border: 0px solid #7794a3;
  border-radius: 3px;
  color: #d0e3ed;
  cursor: pointer;
}

.rb_img img{
  max-width: 100%;
}

.rb_01 div.rb_txt{
  width: 50%;
  float: left;
  padding-right: 20px;
}
.rb_01 div.rb_img{
  width: 50%;
  float: left;
}
.rb_02 div.rb_txt{
  width: 50%;
  float: left;
  padding-right: 20px;
}
.rb_02 div.rb_img{
  width: 50%;
  float: left;
  padding-right: 20px;
}

.rb_06 div.rb_img{
  width: 50%;
  float: left;
  padding-right: 20px;
}

.rb_07 div.rb_img{
  width: 33.3%;
  float: left;
  padding-right: 10px;
}

.rb_11 div.rb_txt{
  width: 50%;
  float: left;
  padding-right: 15px;
}

.rb_11 div.rb_txt img{
  max-width: 100%;
}
.rb_11 div.rb_txt iframe{
  max-width: 100%;
}

.podstranka li{
  margin-left: 16px;
  padding-left: 4px;
}

.rb_txt table tr td, .rb_txt table tr th{
  padding: 3px 10px;
}

.soubor_blok{
  display: block;
  padding: 5px 15px;
  background-color: #a1bd20;
  border-radius: 8px;
  float: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-image: url('../img/dn.png');
  background-repeat: no-repeat;
  background-position: 7px 4px;
  padding-left: 37px;
  line-height: 24px;
  font-size: 15px;
}

.soubor_blok:hover{
  opacity: 0.7;
}

.teed_list_1{
  list-style-type: disc;
}
.teed_list_2{
  list-style-type: circle;
}
.teed_list_3{
  list-style-type: square;
}
.teed_list_4{
  list-style-type: decimal;
}
.teed_list_5{
  list-style-type: lower-alpha;
}
.teed_list_6{
  list-style-type: upper-alpha;
}
.teed_list_7{
  list-style-type: upper-roman;
}
.teed_list_8{
  list-style-type: none;
}

.nowrap{
  white-space: nowrap;
}


.aktuality{
  text-align: center;
  vertical-align: top;
  position: absolute;
  bottom: 140px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.aktualita{
  display: inline-block;
  margin: 10px;
  width: 299px;
  height: 360px;
  background-color: #f9f8f2cf;
  box-shadow: 1px 1px 0px #00000033;
  cursor: pointer;
  text-decoration: none;
}

.aktualita:hover{
  box-shadow: 2px 2px 0px #00000033, 4px 4px 0px #00000033;
  background-color: #f9f8f2;
}

.aktualita img{
  margin: 10px;
  width: calc(100% - 20px);
  aspect-ratio: 1;
  object-fit: contain;
}

.aktualita:hover img{
  filter: brightness(1.2) contrast(90%);
}

.aktualita_text{
  display: block;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.aktualita_text span{
  font-size: 12px;
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 15px;
}

.aktualita_blok{
  padding: 30px;
  clear: both;
}

.aktualita_blok h1{
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
}

.aktualita_img{
  width: 50%;
  max-width: 300px;
  float: left;
  margin-right: 30px;
}

.aktualita_img img{
  width: 100%;
}

.aktualita_dat{
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}