.obsah{
	margin-top: auto;
	padding-top: 105px;
	overflow: hidden;
}
.topwrap{
	color:#000;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 900;
}
.top{
	display:grid;
	grid-template-columns: auto auto;
	max-width: var(--stranka-max-width);
	padding: 40px 0;
	text-align: right;
	margin: auto;
	position: relative;
}

.logo{
	position:absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
.logo img{
	width: auto;
	height: auto;
	transition: all 1s ease;
	transform-origin: left;
}
.logo-mensi{
	width: 150px !important;
	height: auto;
	transition: all 1s ease;
	transform-origin: left;
}
.sliderwrap{
	max-width: var(--stranka-max-width);
		width: 100%;
	height: 600px;
	border-radius: 25px;
	overflow: hidden;
}
.slider{
	max-width: var(--stranka-max-width);
	height: 100%;
	overflow: hidden;
}

.slider div{
	height: 100%;
}
.slider a.cudlik{
margin: 30px 0 0 0;
}
.motto {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Vertikálně zarovná celý text */
	align-items: center; /* Horizontálně vycentruje text */
	text-align: center;
	width: 100%;
	height: 100%; /* Aby byl text zarovnán i vertikálně, pokud je potřeba */
}
.motto h2{
font-size: 400%;
color: #fff;
text-shadow: 3px 3px 3px #000;
max-width: 90%;
margin: auto;
}
.motto p{
	font-size: 250%;
	color: #fff;
	text-shadow: 3px 3px 3px #000;
	max-width: 90%;
	margin: auto;
	}
.motto a{
	background: #c39f00;
	border-radius: 9999px;
	text-decoration: none;
	color: #fff;
	padding: 20px 40px;
	margin: 0 auto;
	display: inline-block !important;
}
.motto h2, .motto p {
	margin: 0; /* Odstranění výchozích mezer mezi elementy */
	line-height: 1.2; /* Menší výška řádků mezi textem */
}

.franch a:hover{
	background: #000;
	color: #fff;
}

.slider .bgimg {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.prichuteseznam{
	width: 90%;
	margin: 100px auto;
	padding: 0;
}
.prichuteseznam div{
	text-align: center;
}
.prichuteseznam img{
	padding: 0;
	margin: 0;
	border-radius: 25px;
}

.prichuteseznam .slick-prev, .prichuteseznam .slick-next{
	display: inline-block;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid rgba(0,0,0,.9);
  border-left: 2px solid rgba(0,0,0,.9);
  text-decoration: none;
  color: transparent;
	height: 30px;
  width: 30px;
}


.prichuteseznam .slick-prev{
	left:-30px !important;
	z-index:100;
	transform: rotate(-45deg);
}
.prichuteseznam .slick-next{
	right:-30px !important;
	z-index:100;
	transform: rotate(135deg);
}

@media only screen and (max-width:768px) {
.top{
	max-width: none;
	width: 100%;
}
	.logo img{
			max-width: 75%;
			height: auto;
		}
		.prichuteseznam .slick-prev{
			left:0px !important;
			z-index:100;
			transform: rotate(-45deg);
		}
		.prichuteseznam .slick-next{
			right:0px !important;
			z-index:100;
			transform: rotate(135deg);
		}
}

@media only screen and (max-width:480px) {

	.sliderwrap{
		height: 400px;
	}
	.slider div{
		width:100vw;
		height: 100%;
	}
	.produkt{
		width: 90%;
		width: 160px;
	}
	.motto h2{
		font-size: 150%;
		}
		.motto p{
			font-size: 110%;
			}
}