#head, .section, .footer {
	--sirka: 1200px;
	width: var(--sirka);
  max-width: calc(100vw - 30px);
  padding: 30px 15px;
}

#head {
  padding: 0px;
  max-width: 100vw;
  height: 50px;
}

.headcontent {
  height: auto;
}

.footer {
  flex-direction: column;
  text-align: center;
}

.footer p {
	text-align: center;
}

.footer * {
	font-size: 15px;
  text-align: center;
}

.footer-left, .footer-right {
  justify-content: center;
  margin: 20px 0px;
  flex-direction: column;
}

.footer .soc {
  justify-content: center;
}

.social {
	justify-content: center;
}

.logo {
  padding: 0px 0px !important;
  background: none;
  justify-content: start;
}

.logo img {
  height: 51px;
}

.soc {
  float: right;
}

.top .right {
  width: 100%;
}

.desktop {
  display: none;
}

.menu {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100vw;
  display: none;
}

.menu li {
  display: block;
  background: white;
  margin: 0px;
  border-bottom: 1px solid rgb(232 237 247);
}

.menu li a {
  padding: 24px 24px;
}

.mobile-menu {
  display: flex;
  width:  50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.mobile-menu img {
  width: 40px;
}


h1 {
  font-size: 26px;
  line-height: 1.4em;
  display: flex;
  margin: 0px auto 0px;
  padding: 20px 30px;
  position: relative;
}
 
h2 {
  font: 700 32px var(--font);
  margin: 10px 0px 20px;
  letter-spacing: 0px;
}

h3, h4, h5, h6 {
  font: 700 22px var(--font);
  margin: 20px 0px 10px 0px;
}

p, li {
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0px;
  margin: 0px 0px;
}

.box {
  padding: 20px 15px ;
}

.section p, .section h1, .section h2 {

}

.mobile {		display: flex !important;	}
.desktop {		display: none !important;	}

.page-cover {
	width: 100vw;
	height: 50vh;
	object-position: -69px 40px; 
	object-fit: cover;
  position: relative;
  top: auto;
  left: auto;
  
}


.section-1 {
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  min-height:    35vh;
	padding: 0px;
  width: 100vw;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
}

.home-s1 {

}

.hlavicka {
	max-width: 100%;
}


.podstranky {
  flex-direction: column;
}

.podstranky li a {
  min-height: auto;
}

.karty .wp-block-image {
  display: flex;
}

.karty .box {
  flex-direction: row;
  justify-content: space-between;
  padding: 20px !important;
  margin: 0px 0px 8px 0px !important;
  min-height: unset;
}

.karty img {
  max-width: 60px;
}

.karty a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	width: calc(100% - 110px);
	height: calc(100% - 0px);
	bottom: 0px;	
	left: 0px;
	text-align: left;
	padding: 0px 0px 0px 110px;
}

.karty .aligncenter {
  margin: 0px !important;
}


.recenzie h3 {
  font-size: 50px !important;
  line-height: 30px;
}

.objednajte {
  flex-direction: column;
}

.objednajte .obj-1 {
  text-align: left;
}

.alignleft, .alignright  {
  width: 100%;
	margin: 0px 0px 40px 0px !important;
}

iframe {
  max-width: 100%;
  margin: 0px !important;
}

.wp-block-image .alignleft img, .wp-block-image .alignright img {
  width: 100% !important;
	margin: 0px 0px 0px 0px;
}

.tim {
    flex: 0 0 50%;   /* don't grow, don't shrink, take 50% width */
  max-width: calc(50% - 48px);
	padding: 15px 15px 0px;
}

.popis {
  max-width: calc(100vw - 170px);
}

.tim:nth-child(1) .popis,
.tim:nth-child(3) .popis {
	margin-left: 0px;
}
.tim:nth-child(2) .popis,
.tim:nth-child(4) .popis {
	margin-left: -200px;
}

.top .left, .top .right {
  font-size: 13px;
}

.top .right {
  width: 100%;
}
 
.post {
  flex: 0 0 100%;   /* take up half of row */
  box-sizing: border-box;
  padding: 20px 20px 40px;	
  position: relative;
}

.thumbnail {
	width: 100%;
	height: 240px;
	max-width: unset;
}

.intro p, .intro h3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image img {
  max-height: 30vh;
}

.vyzva {
  max-width: 100%;
  margin-top: -230px;
}

.podpora {
  max-width: 90%;
}