/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Block styling.
 */

.block__title {
  margin-block: 0 var(--sp);
  letter-spacing: 0.02em;
  color: var(--color-text-primary-medium);
  font-size: var(--font-size-l);
  line-height: 1.5rem;
}

.site-footer .block__title {
  color: var(--color--gray-65);
}


.headermain {
padding-bottom: 70px;
border-bottom: 3px dashed #E4E4E4;
}


.headerh2 h2{
   font-size: 3em;
   text-align: center;
   padding-top: 100px;
   font-family: 'Raleway', sans-serif;
   font-weight: 900;
}

.headerh2 img  {
margin: 0 auto;
width: 150px;
 padding-top: 20px;
}

.headerh2 p  {
   font-size: 2em;
   text-align: center;
   padding-top: 50px;
  
   font-family: 'Raleway', sans-serif;
  
}


.headerh2 h4{
   font-size: 2em;
   text-align: center;
   text-transform: uppercase;
   font-family: 'Raleway', sans-serif;
   font-weight: 200;
}


.headerh3 h3 {
  font-size: 17px;
   font-family: 'Raleway', sans-serif;
  text-align: center;
  padding-top: 20px;
  font-weight: 200px;
}

.headerhtlacitka {
  width: 100%;
  display: flex;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  margin-top: 50px;
  justify-content: space-between;
   -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
}

.tlacitko {
   display: flex;
   width: 258px;
   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
   font-size: 1em;
  
   background: #77C21D;
   -webkit-box-shadow: 4px 4px 5px 0px rgba(23,22,23,0.23);
-moz-box-shadow: 4px 4px 5px 0px rgba(23,22,23,0.23);
box-shadow: 4px 4px 5px 0px rgba(23,22,23,0.23);
-webkit-transition: -moz-transform .5s ease-out; 
   -moz-transition: -webkit-transform .5s ease-out; 
   -o-transition: -o-transform .5s ease-out; 
    transition: transform .5s ease-out; 
}

.tlacitko:hover {
     moz-transform: scale(1.05);
   -webkit-transform: scale(1.05);
   -o-transform: scale(1.05);
   transform: scale(1.05);
  cursor: pointer; 
   background: #333;
}

.tlacitko img{
   margin: 0px;
   float: right;
}

.tlacitko h3{
    color: #fff;
   font-size: 1.3em;
   width: 190px;
   line-height: 45px;
   padding-left: 20px; 
}

.sluzbymain {
   
  display: flex;
  text-align: left;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  margin-top: 40px;
  justify-content: space-between;
   -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
}

.sluzbyleft {
    width: 30%;
}

.sluzbyright {
   width: 68%;
   margin-bottom: 50px;
}
