h2 {
  line-height: 125%;
}

.box-lide:hover {
	color: #ffffff;
    h5: #ffffff;
    background: #2a3bb9;
}

.box-lide h5:a {
  color: #ffffff; /* Základní barva textu pro H5 uvnitř .box-lide */
}

.jmeno-lide {
  font-size: 140%;
  font-weight: 500;
}

.box-lide h5:hover {
  color: #ffffff; /* Barva textu pro H5 uvnitř .box-lide při najetí myší */
}

.menu-podpolozka a {
  color: #ffffff !important;
}

.menu-podpolozka a:hover {
  color: #567eff !important;
}

.nase-hodnoty-content {
  font-size: 120%; 
  line-height: 180%;   
}

.nase-hodnoty-padding {
	padding: 80px 0 0 0;
}

.kdo-jsme-padding {
	padding: 80px 0px 80px 0px;
}

.sluzby-content {
  font-size: 115%; 
  line-height: 180%;   
}

.sluzby-nadpis {
	padding: 120px 20px 20px 20px;
}

.kontakty-content {
  font-size: 130%; 
  line-height: 200%;   
}

.kontaktni-formular-padding {
	padding: 50px 0 0 0;
}

.kontaktni-formular-section {
	padding: 20px 0px 0px 0px;
}

.background-stranka-kontakty {
  background-image: url(/images/bg/kontakty.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-spoluprace {
  background-image: url(/images/bg/spoluprace.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-o-nas {
  background-image: url(/images/bg/o-nas.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-eticky-kodex {
  background-image: url(/images/bg/eticky-kodex.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-nase-hodnoty {
  background-image: url(/images/bg/nase-hodnoty.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-nas-pribeh {
  background-image: url(/images/bg/nas-pribeh.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-kdo-jsme {
  background-image: url(/images/bg/kdo-jsme.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-sluzby {
  background-image: url(/images/bg/sluzby.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.background-stranka-reference {
  background-image: url(/images/bg/reference.jpg);
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}

.section-hp-nase-hodnoty {
	width: 100%;
	height: auto;
	margin: 0;
	float:left;
}

.section-hp-loga-partneru {
	background-color: #4064d7;
}

.hp-partneri-padding {
	padding: 80px 0px 0px 0px;
}

.hp-counter-icon {
	color: #4064d7 !important;
    border: 1px solid #4064d7 !important;    
}




.hp-sluzby-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 150px; /* Nastavte požadovanou minimální výšku */
  	padding: 15px 25px 10px 25px !important;
  background: #4064d7 !important;   
}

.hp-sluzby-content {
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 120% !important;    
}




.reference-skupiny {
	padding-bottom: 0px !important;
    padding-bottom: 15px !important;        
}


.contact-map iframe {
  width: 100%;
  max-width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

.contact-map {
  width: 100%;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.kontakty-row {
  display: block;
}

@media (max-width: 991px) {
  .kontakty-row {
    display: block;
  }

  .contact-map iframe {
    height: 380px;
  }
}





