body
{
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: #F1f1f1;
	color: #666666;
	font-family: 'Alegreya', serif;
}

.cont
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.inforect
{
	width: 100%;
	height: 50px;
	background-color: #dddddd;
	margin: 0;
}

.infokontakt
{
	padding-top: 10px;
	margin-left: 15px;
	width: 200px;
	font-size: 16px;
	color: #666666;
}

.oPoradni
{
	width: 92px;
	font-size: 16px;
	color: grey;
	position: absolute;
	top: 10px;
	right: 60px;
}

.oPoradni > a
{
	text-decoration: none;
}

.infofb
{
	width: 20px;
	font-size: 18px;
	color: grey;
	position: absolute;
	top: 8px;
	right: 15px;
}

.menurect
{
	width: 100%;
	height: 65px;
	background-color: #dddddd;
	margin: 0;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top: -1px!important;
	z-index: 100;
}

.logo
{
	width: 295px;
	height: auto;
	margin-left: 100px;
	float: left;
}	

@media (max-width: 720px) 
{
	.logo
	{
		width: 220px;
		margin-left: 70px;
		margin-top: 10px;
	}
}

.bootmenu
{
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Alegreya', serif;
}


@media (max-width: 720px) 
{
	.bootmenu
	{
		width: 100%
	}
}

@media (max-width: 1080px) 
{
	.directions
	{
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 90;
		width: 50px;
		height: 50px;
		background-image: url("img/directions.png");
		background-color: rgb(0, 29, 79);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 50% 50%;
		border-radius: 25px;
	}
}

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334; 
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925; 
}