.sekce_1 {
    width: 100%;
    height: 740px;
	position: relative;
	overflow: hidden;
}
.topwrap{
	position:fixed;
	left:0;
	right:0;
	top:0;
	text-align:left;
	z-index:990;
}
.toplista{
	background: #ced9db;
	color: var(--barva-textu);
	padding: 10px;
	text-align: right;
	font-size: 90%;
}
.top{
	padding: 10px;
	color:#000;
	background: #fff;}

.topgr{
	display:grid;
	grid-template-columns: auto auto;
	align-items: center;
	text-transform:uppercase;
}

.topgr .menu{
	text-align: right;
}

.logo{
	display:inline-block !important;
	margin:auto;
	position:relative;
}
.logo img{
	width: 100%;
	height: auto;
	transition: all 1s ease;
	height: auto;
}
.logo-mensi{
		width: 75% !important;
		height: auto;
		transition: all 1s ease;
}
.sliderwrap{
	max-width: var(--stranka-max-width);
	margin: 0 auto;
	display: grid;
	grid-template-rows: 200px 1fr 80px;
	width: 100%;
	height: 100%;
}
.sipkadolu{
	background: url('../images/sipka-dolu.png') no-repeat;
	width: 60px;
	height: 50px;
	display: block;
	margin: 20px auto;
}
.motto{
	max-width: 50%;
position: absolute;
z-index: 890;
top: 25%;
left: 100px;
color:#000;
}
.motto h2{
	font-weight:400;
	font-size:350%;
	line-height:110%;
	padding:10px 0;
	margin: 10px 0;
	text-transform: uppercase;
}
.motto p{
	font-weight:200;
		font-size:120%;
	line-height:110%;
}
.motto a{
	background: transparent;
	color: #000;
	border: solid 1px #000;
	border-radius: 999px;
	padding: 15px 30px;
	text-decoration: none;
	margin: 30px 0 0 0;
	display: inline-block;
	transition: background 0.3s ease; 
}
.motto a:hover{
	background: #000;
	color: #fff;
	transition: background 0.3s ease; 
}

.slider{
	max-width: var(--stranka-max-width);
	height: 100%;
	border-radius: 70px;
	overflow: hidden;
}

.slider div{
	height: 100%;
}

.slider .bgimg {
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sliderspodek{
	width:100%;
	height: 800px;
	background: url('../images/sliderspodek.jpg') no-repeat top;
	background-size: cover;
	display: grid;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.sliderspodek div{
	width: 50%;
	border-radius: 70px;
	backdrop-filter: blur(8px) brightness(90%);
	-webkit-backdrop-filter: blur(8px) brightness(90%);
	background: rgba(91, 202, 239, 0.1);
	text-align: center;
	font-size: 160%;
	padding: 100px 50px;
	margin: auto;
	line-height: 140%;
}
.sliderspodek h2{
	font-size: 270%;
	padding: 20px 0 40px 0;
}



@media only screen and (max-width:768px) {

.slider{
	border-radius: 30px;
}	
	.sekce_1 h2{
		font-size:160%;
	}

	.logo img{
			max-width: 75%;
			height: auto;
		}
		.motto p{
				font-size:170%;
			line-height:120%;
		}
}

@media only screen and (max-width:480px) {
	.toplista{
		text-align: center;
	}
	.slider div{
		width:100vw;
		height: 100%;
	}
	.slider{
		border-radius: 0;
	}	
		.motto{
			max-width: 100vh;
			top: 50%;
			text-align: center;
			left: 0;
		}
		.motto h2{
			font-size:150%;
			padding:5px 0 0 0;
		}
		.motto p{
				font-size:120%;
			padding:20px 0 0 0;
		}

		.sliderspodek div{
			width: 90%;
			border-radius: 40px;
			font-size: 130%;
			padding: 80px 20px;
			margin: auto;
			line-height: 130%;
		}
		.sliderspodek h2{
			font-size: 200%;
			padding: 10px 0 40px 0;
		}

}