.top{  
  background: #367b3c;
  height: 15px;
}
.head-info {
  display: inline-block;
}
.titulek {
  font-weight: 600;
  font-size: 20px;
}
.head i {
  color: #367b3c;
  font-size: 30px;
}
.head {
  font-size: 13px;
}
.logo {
font-size: 19px;
  font-weight: 500;
  line-height: 55px;
  }
.head-icon {
display: inline-block;
  padding-top: 11px;
  padding-right: 10px;
  width: 55px;
  padding-left: 10px;
}
.obsah p {
  text-align: justify;
  font-size: 14px;
    line-height: 28px;
}
.obsah li{
  font-size: 14px;
    line-height: 28px;
}
.mark-top {
  position: absolute;
  top: 30px;
  width: 62px;
  height: 10px;
  display: inline-block;
}

.obsah {  
padding: 50px 10px 30px 0px;
  background: #1b1b1b;
}
.banner{
background-image: url("../img/img.jpg");
  background-size: auto 100%;
  background-position: right;
  background-color: #1b1b1b;
  background-repeat: no-repeat;
  color: #fff;
}
.obsah ul {
  padding: 0 0 0 10px;
  font-size: 14px;
}
.obsah h1 {
  font-size: 45px;
  font-weight: 300;
}

.paticka a{
color: #1b1b1b;
  text-decoration: underline;
  font-size: 14px;
}
.paticka {
  font-size: 14px;
}
.mark-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  display: inline-block;
  background-color: #276828;
}
.mark-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 2px;
  width: 100%;
  display: inline-block;
  background-color: #276828;
}
.bg_image{
background-image: url("../img/img.jpg");
  background-size: auto 100%;
  background-position: right;
  background-color: #1b1b1b;
  background-repeat: no-repeat;
}


@media (min-width: 1000px) {
.obsah h1 {
  font-size: 30px;
}
}
@media (min-width: 1200px) {
.obsah h1 {
  font-size: 35px;
}
}
@media (min-width: 800px) {
.obsah h1 {
  font-size: 35px;
}
}

@media (min-width: 1700px) {
.obsah  {
  padding: 100px 10px 50px 0px;
}
}


@media (max-width: 400px) {
.banner{
background-image: none;
}
}
