/*tagy*/

/*font-size*/
.size1{
    font-size: 1.1em;
}
.size2{
    font-size: 1.2em;
}
.size3{
    font-size: 1.3em;
}
.size4{
    font-size: 1.4em;
}
.size5{
    font-size: 1.5em;
}
.size6{
    font-size: 1.6em;
}
.size7{
    font-size: 1.7em;
}
.size8{
    font-size: 1.8em;
}
.size9{
    font-size: 1.9em;
}

.sizebig{
    font-size: 2em;
}
.sizebig1{
    font-size: 2.1em;
}
.sizebig2{
    font-size: 2.2em;
}
/*odkazy*/
a {
    transition: all ease-in-out 250ms;
    color: rgba(var(--primary_tr),1);
}

a:hover, a:hover b, a:hover strong{
color: rgba(var(--black_tr),1);
}

a:active {
    color: rgba(var(--secondary_tr),1)
}
a:visited {}

.textScaleHover li a{
position: relative;
display: block;
transition: all ease-in-out 300ms;
text-decoration: none;
margin: 1px 0;
}

.textScaleHover li a:hover{
    padding: 0 20px;
    background: rgba(var(--primary_tr),1);
    color: rgba(var(--whiteFull_tr),1);
}



/**/

b,
strong{
    font-weight: 700;
    color: rgba(var(--black_tr),1);
}
strong{
    color: rgba(var(--primary_tr),1);
}
em{font-style:italic;}

i{font-weight:900}
sup{position:relative;top:-3px;font-size:100%;}
p,li{
    letter-spacing:0px;
}
p{
    padding: 0;
    margin: 20px 0;
}

hr.clearfix {height:0; border:none}
address,pre{
    text-align:left;
    font-style: normal;
}
hr{
    border: none;
    height: 0px;
    margin: 30px auto;
    text-align: center;
    clear: both;
    width: 100%;
    border-top: rgba(var(--black_tr),.1) 4px dashed;
}
hr.line {
    border-top: none;
    margin: 0;
    height: 4px;   
}
.borderTop{
    border-top: rgba(var(--primary_tr),1) 3px solid;
}

small{font-size:70%}


.big{
    font-size: 2.6em;
    line-height: 1em;
}
.big p{
    padding: 5px 0;
    margin: 0;
}
.bigger{font-size:200%!important}
.large{
    font-size: max(1.2em, 2.2vw);
    font-weight: 900;
}
@media (max-width: 980px){
    cite,
    .big{
        font-size: 5vw;
    } 
}
.plusSize {font-size: 130%!important}
.mensi{font-size:90%!important}
.fleft{float:left}
.fright{float:right}
.aright a{float:right;clear:both;margin-bottom:10px}
.uppercase {text-transform: uppercase}

.textRight{text-align:right}
.textCenter{text-align:center}
.textJustify{text-align:justify}
.textLeft, .textLeft p, .textLeft h1, .textLeft h2, .textLeft h3{text-align:left}

.vp10{padding:10px 0;}
.vp15{padding:15px 0;}
.vp30{padding:30px 0;}
.vp50{padding:50px 0;}
.vp70{padding:70px 0;}
.vp100{padding:100px 0;}
.vp10030{padding:100px 0 30px;}
.vp100-0{padding:100px 0 0px;}
.vp1030{padding:10px 0 30px;}
.vp1000{padding:100px 0 0px;}
.vp150{padding:150px 0;}
.vp200{padding:200px 0}
.vp7030{padding:70px 0 30px;}
.vp8030{padding:80px 0 30px;}
.vp12030{padding:120px 0 30px;}
.vpb50{padding-bottom: 50px}
.hp10{padding:0 10px;}
.hp30{padding:0 30px;}
.hp50{padding:0 50px;}
.hp200{padding:0 200px;}
.fp50{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.pad1 {padding-left:50px!important}
.pad2 {padding-left:100px!important}
.vpt50{
    padding-top: 50px;
}

.moveUp50{
    position: relative;
    top: -50px;
    margin-bottom: -30px;
}
.moveUp30{
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

@media screen and (max-width: 1200px){
    .moveUp50,
    .moveUp30{
        top: 0;
        margin: 0;
        padding: 30px 0;
    }
}

/*for-menu*/
.vpt72{border-top: transparent solid 72px;} 
@media screen and (max-width: 1200px) {
    .vpt72 {
        border-top: transparent solid 20px; 
    }
}/*//for-menu*/

.no-margin,.nopm h1, .nopm h2{margin:0!important}
.no-margin-r{margin-right:0!important}
.nopm h1,.nopm h2{padding:0!important}

p{margin:15px 0;padding:0;}

.no-border{border:none!important}
.no-border-l{border-left:none!important}
.no-border-r{border-right:none!important}
.no-pad-right{padding-right:0px!important}


/*homepage*/
.homePage *{
    text-align: center;
}

.mirorPage *,
.subPage *{
    text-align: left;
}


/*nadpisy*/
h1,h2,h3,h4,h5,h6{
    text-align: left;
    letter-spacing: -1px;
    font-weight: 700;
    position: relative;
}


h4,h5,h6{font-weight:400}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none}

@media (max-width: 980px){
    h1,h2,h3,h4,h5,h6{
        letter-spacing: 0px;
    }
}
/*homepage*/
h1,h2 {
    font-size: 2.8em; 
    line-height: 1.2em;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    text-align: center;
    margin: 0;
}
h1{

}
h2 {
    font-size: 1.9em;
    font-weight: 600;
    text-transform: none; 
}
h3 {
    font-size: 1.7em;
    font-weight: 700; 
}
.bene h3{
    padding: 0;
    margin: 0;
}
.bigSpec{
    margin: 30px 0;
    padding: 25px 0 15px;
    font-weight: 900;
    font-size: 2.2em;
    line-height: 1em;
    display: inline-flex;
    /*color: rgba(var(--darkgrey_tr),1)*/
}
.bigSpec::before{
    content:"";
    position: absolute; 
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 3px;
    width: 110px;
    background: rgba(var(--secondary_tr),1);
}
.title{
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.title h1,
.title h2,
.title sup{
    text-align: left;
}
.title sup{
    text-align: left;
    position: absolute;
    left: 70px;
    top: -40px;
    line-height: auto;
    font-weight: 700;
    font-size: 1.2em;
    color: rgba(var(--black_tr),.3);
}
.title sup::before{
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background: rgba(var(--black_tr),.3);
}
@media (max-width: 1480px){
    .title{
        text-align: left;
        position: relative;
        margin: 0 auto;
        width: calc(100% - 100px);
        margin-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }  
}
@media (max-width: 660px){
    .title sup{
        display: none;
    }
}

.homepage header h1{
    font-weight: 900;
    text-transform: uppercase;
}
.homepage header h2{
    text-align: left;
}

/*zarovnani-textu*/
.textRight{text-align:right!important}
.textCenter{text-align:center!important}
.textJustify{text-align:justify!important}

.textLeft, 
.textLeft p, 
.textLeft li,
.textLeft blockquote,  
.textLeft cite, 
.textLeft h1, 
.textLeft h2, 
.textLeft h3,
.textLeft h4{
    text-align:left;
}

.textRight, 
.textRight p, 
.textRight li,
.textRight blockquote,  
.textRight cite, 
.textRight h1, 
.textRight h2, 
.textRight h3{
    text-align:right;
}

.textCenter, 
.textCenter p, 
.textCenter h1, 
.textCenter h2, 
.textCenter h3,
.textCenter .button{
    text-align: center!important;
}

/*seznamy*/
.textSimply {
    font-size: 1.3em;
}
.textSimply ul{
    margin: 70px 0;
}
.textSimply ul li{
    margin: 10px 0 10px 20px;
    position: relative;
}
.liArr,
.liGraf{
    margin-left: 0px;
    margin-bottom: 20px;
}
.liArr li,
.liGraf li{
    font-weight: 200;
    font-size: 1em;
    display: flex;
    align-items: flex-start;
}
.liGraf li{
    padding: 14px 0;
    line-height: 20px;
    border-bottom: rgba(var(--black_tr),.3) 1px dashed
}
.liArr li::before,
.liGraf li::before{
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}
.liArr li::before{
    content: '\f054';
    font-weight: 900;
    font-size: 1.1em;
}
.liGraf li::before{
    content: '\f5a0';
    font-weight: 900;
    font-size: 1.4em;
}


.bene ol{
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bene li{
    padding: 10px 20px 10px 30px;
    margin: 0;
    background: rgba(var(--black_tr),.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.bene li{
    position: relative;
    z-index: 1;
}
.bene li::before{
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(var(--black_tr),1);
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top;
}
.bene li:nth-child(2)::before{
    background: rgba(var(--primary_tr),1);
}
.bene li:nth-child(3)::before{
    background: rgba(var(--secondary_tr),1);
}
.bene li:nth-child(4)::before{
    background: rgba(var(--secondary_tr),1);
}
.bene li:nth-child(5)::before{
    background: rgba(var(--darkgrey_tr),1);
}
.bene li:nth-child(6)::before{
    background: rgba(var(--primary_tr),1);
}
.bene li span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    z-index: 999;
}
.bene li span i{
    font-size: 300%;
}
.beneMore ol{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
}
.beneMore li{
    justify-content: space-between;
}
@media (max-width: 980px){
    .bene ol,
    .beneMore ol{
      display: block;
    }
    .bene li {
        margin: 5px;
        text-align: left;
    }
  }

/*=======obrazky=========*/
img.alignleft,
.alignleft{
    float: left;
    margin: 0px 40px 20px 0;
    max-width: 50%;
}
img.alignright,
.alignright{
    float: right;
    margin: 0px 0 20px 40px;
    max-width: 50%;
}
img.aligncenter,
img.alignnone,
.aligncenter{
    float: none;
    display: block;
    margin: 20px auto;
    width: 100%;
}

.wp-caption {
    width: auto;
    height: auto;
    max-width: 360px;
    box-shadow: 0 0 0 0px rgba(var(--black_tr),.05);
    padding: 20px;
    margin-top: 20px;
}
.wp-caption figcaption{
    font-size: .9em;
    color: rgba(var(--black_tr),.5);
    margin-top: 15px;
    text-align: center;
    font-style: italic;
}
.cover img{
    object-fit: cover;
}
.contain img{
    object-fit: contain;
}
.portret{
    border-radius: 100%;
    overflow: hidden;
    max-width: 200px;
    outline: rgba(var(--black_tr),.1) 5px solid;
    outline-offset: 5px;
    margin: 50px;
}

@media screen and (max-width: 1200px) {
    img.alignleft,
    img.alignright,
    img.alignnone,
    .alignleft,
    .alignright,
    .alignnone {
        float: none;
        display: block;
        margin: 20px auto;
        max-width: 100%;
        width: 100%;
    } 
    .portret{
        max-width: 80%;
        outline: none;
        margin: 20px auto;
    }
}

/*tabulky-ruzna-nastaveni*
table {
    margin: 15px 0;
    color: var(--black);
    width: 100%;
    box-sizing: border-box
  }
  table td, table th {
    padding: 6px 20px;
    text-align: left;
    vertical-align: middle
  }
  table th {
    background: transparent;
    color: var(--white);
    font-weight: 700;
    border: none
  }
  table tr:first-child th{
    background:var(--secondary-color);
    border: rgba(var(--white_tr),.1) 1px solid;
    color: var(--white)
  }
  table th b,table th strong{
    color:var(--white)
  }
  
  tr:nth-child(even) td {
    background: rgba(var(--black_tr),.05);
    color: var(--black);
  }
  tr:nth-child(odd) td {
    background:transparent
  }
  
  table td em{color:#444;font-size:80%;display:block}
  table td b {color:#232228}
*/

/*@media (max-width: 1480px){
    .fp50{
        padding-left: 30px!important;
        padding-right: 30px!important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}*/
@media (max-width: 600px) {
    .vp30,.vp50,.vp70,.vp100,.vp10030,.vp150,.vp200,.hp10,.hp30,.hp50,.hp100,.hp200,.vpb50,.vp1030,.vpt50{
    padding: 0 ;
    }
    .fp50 {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .vmM200,
    .vmminus200 {
        margin: 0;
        transform: translateY(0px);
        margin-bottom: 0px;
    }
    .text p,
    .text li {
        font-size: 16px!important;
    }
}
  
@media (max-width: 1480px){
    .mobilePad{
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
}
@media (max-width: 980px){
    .mobileVPad{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
}
@media (max-width: 660px) {
    h1,h2,h3 {
        font-size: 1.45em;
        margin: 5px 0;
        padding: 5px 0;
    }
    .homepage h1,.homepage h2,.homepage h3 {
        font-size: 1.25em;
        margin: 10px 0;
        padding: 10px;
        text-align: center;
        font-weight: 700;
        line-height: 1.3em;
    }
    .mobilePad{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    
} 
@media (max-width: 1080px){
    .title{
        max-width: 95vw;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .title sup{
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
        line-height: auto;
        font-weight: 500;
        font-size: 1em;
        color: rgba(var(--black_tr),.3);
    }
    .title sup::before{
        display: none;
    }
    .title h1,
    .title h2{
        line-height: 1em!important;
        margin: 0!important;
        padding: 0!important;
        text-align: center!important;
        font-size: 1.2em;
    }
    .title h1{
        margin-top: 30px!important;
        font-size: 1.4em;  
    }
    .simplyText .title h1,
    .simplyText .title h2,
    .simplyText .title sup{
        text-align: left!important;
        left: 0;
        top: 0;
        transform: translateX(0);
    }
}