.text {
    width: 90%;
    text-align: justify;
    padding: 50px 0;
    margin: auto;
}
.topmezera{
    padding-top: 200px;
}
.faq h3{
    cursor: pointer;
}
sup{
    vertical-align: super;
    font-size: smaller;
}
.text em{
    font-size: 80% !important;
}
.text ol,.text p,.text ul {
    margin: 10px 0;
    font-size: 130%;
    line-height: 140%;
}

.text ol,.text ul {
    padding: 0 0 0 15px
}

.text ol li {
    background: 0;
    list-style: decimal;
    padding: 0
}

.text li {
    /*background: url(../images/li.png) no-repeat 0 10px;*/
    padding: 0 0 0 10px;
    margin: 5px 0;
}
.text ul li:before {
    content:"\2756";
    padding: 0 15px 0 0;
    color: var(--li-before);
}
.text strong{
    color: var(--color-strong);
}
/*.text img {
    margin: 0 45px 25px;
    border: #f2f3f3 solid 5px
}*/
.text a{
	color: var(--color-strong) ;
}
.text a:hover{
	color: var(--barva-textu);
    }

.text h1,.text h2, .text h3, .text h4 {
    color: var(--barva-textu);
	font-weight:200;
    line-height: 120%;
    position: relative;
    text-align: left;
}
.text h1 {
    font-size: 380%;
    line-height: 120%;
    padding: 40px 0 30px 0;
    text-transform:uppercase;
}
.text h2 {
    font-size: 280%;
    color: var(--barva-textu);
    padding: 15px 0 30px;
    line-height: 120%
}
.text h3 {
	color:var(--barva-textu);
    font-size: 180%;
    padding: 15px 0 20px;
    line-height: 120%;
	text-align:left;
}
.text h4 {
	color:var(--barva-textu);
    font-size: 130%;
    padding: 15px 0 20px;
    line-height: 120%;
}

  .placeholder{
    color: #b8b9bc;
  }

@media only screen and (max-width:768px) {
    .text h1 {
        text-align: center
    }

    .text,.text table {
        width: 100%
    }

    .text {
        float: none;
        padding: 0;
    }
}

@media only screen and (max-width:480px) {
    .text h1 {
        font-size: 220%;
		padding: 25px 0
    }

    .text h2 {
        font-size: 150%;
        padding: 20px 0
    }
	.text h3 {
        font-size: 130%;
        padding: 20px 0;
		text-align:center;
    }

    .text,.text table {
        width: 100%
    }

    .text{
		text-align:left;
    }
}