@import url('https://fonts.googleapis.com/css2?family=Modak&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;900&display=swap');



body, html{
	font-family: 'Abril Fatface', cursive;
	background-color: white;
	padding: 0;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

* {
	box-sizing: border-box;
}

.row {
	display: flex;
	grid-auto-flow: column;
	justify-content: space-between;
}


.column {
	float: left;
	width: 50%;
	margin-right: 30px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}


p{
	font-size: 37px;
	line-height: 40px;
	font-family: 'Modak', cursive;
	letter-spacing: 1px;
}

h2{
	font-size: 30px;
	font-weight: bold;
}

h3{
	font-size: 40px;
	font-weight: bold;
}

h4{
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}

a {
	color: black;
	text-decoration: none;
}

a:active {
	color: red;
}

a:hover {
	color: blue;
}

.DVK{
	width: 460px;
	margin: 0 auto;
	box-sizing: border-box;

}

.DVK-obsah{
	width: 460px;
	font-size: 17px;
	margin: 0 auto;
}

.SZZ-BC{
	width: 460px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 17px;
}

.SZZ-MGA{
	width: 460px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 17px;
}
 
.design{
	width: 460px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 17px;
}

.moderni-um{
	width: 460px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 17px;
}


a.cta:hover,
button.cta:hover{
	opacity: .6;
	color: #4DDA43;
}


a.cta,
button.cta.alt a{
	color: blue;
}

a.cta.alt,
button.cta.alt{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color: black;
	background: #4DDA43;
	border: none;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	height: 50px;
	width: 460px;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	padding: 12px 20px;
	box-sizing: border-box;
}



nav{
	height: 100px;
	background-color: white;
	box-shadow: 0 5px 8px rgba(0,0,0,.2);
	position: sticky;
	top: 0;
	z-index: 1;
}

nav .logo{
	display: block;
	width: 300px;
	height: 70px;
	position: absolute; top: 50%; left: 0;
	margin-top: -20px;
	margin-left: 30px;
	background: url(img/katze.png) no-repeat 0 0;
	background-size: 100%;
	overflow: hidden;
	text-indent: -999px;
	}

nav ul{
	padding: 0;
	margin: 0 20px 0 0;
}

nav ul li{
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}

nav ul li a{
	display: block;
	height: 100%;
	box-sizing: border-box;
	font-size: 30px;
	columns: #111111;
	font-weight: bold;
	text-decoration: none;
	padding: 35px 10px
	}


.sep {
	width: 700px;
	height: 5px;
	margin: 70px auto;
	border-top: 4px dashed #000000;
	border-radius: 5px;

}

.nb-list{
	width: 470px;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
	background-color: #EDEDED;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;


}
.nb-list li{
	height: 70px;
	border-radius: 10px;
	font-size: 40px;
	color: white;
	display: block;
	margin-bottom: 20px;
	padding: 5px 20px;
	box-sizing: border-box;
}


.qr-img{
	display: block;
	margin: 0 auto;
}

footer{
	font-family: 'Modak', cursive;
	font-size: 27px;
	text-align: center; 
	margin: 45px 0 45px;
}

footer a{
	color: #4DDA43;

}

.popup{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.popup.show{
	display: block;
}

.popup .blanket{
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.popup .content{
	box-sizing: border-box;
	padding: 30px 40px;
	width: 960px;
	height: 500px;
	background-color: white;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -480px;
}

.popup h2{
	margin: 10px 0 20px;
}

.popup .cta{
	margin-top: 40px;

}

.popup .close{
	width: 90px;
	height: 90px;
	background: #FF3300 url(img/close.png); no- repeat center center;
	background-size: 100%;
	position: absolute;
	top: -40px;
	right: -40px;
	border-radius: 50%;
	border: none;
	outline: none;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}

.popup .row{

}

.popup .row:after{
	content= '';
	display: table;
	clear: both;
}

.popup .item{
	float: left;
	width: 415px;
	margin-left: 40px;
	text-align: left;
}

.popup .item:first-child{
	margin-left: 0;
}

.popup .item label{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.popup .item input[type='text']{
	 display: block;
	 font-size: 30px;
	 font-weight: bold;
	 border: 4px solid #111111;
	 height: 70px;
	 box-sizing: border-box;
	 width: 100%;
	 padding: 15px 20px;

}



