* {
	box-sizing:	border-box;
	font-family: Lato, sans-serif;
}



/*        */
/* HEADER */
/*        */

#header {
    width: 100%;
}

.header-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 11px 22px;
    gap: 11px 22px;
}

.header-logo {
    flex: 1;
}

.header-logo img {
    height: 55px;
    width: auto;
    display: block;
}

.header-contact {
    flex: 1;
    text-align: right;
    color: #5e8dce;
    font-size: 14px;
    line-height: 1.9em;
}

.header-contact a {
    color: #5e8dce;
    text-decoration: none;
}

.header-nav {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e0e0e0;
}

.header-nav a {
    flex: 1 0 100px;
    text-decoration: none;
}

.menuitem {
    width: 100%;
    height: 38px;
    display: block;
    background: transparent;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #75afff;
}

.menuitem.selected {
    background: linear-gradient(180deg, #99c4ff, #75afff);
    color: #eeeeee;
}

.menuitem:hover {
    background: linear-gradient(180deg, #99c4ff, #75afff);
    color: #eeeeee;
}




/*       */
/* other */
/*       */

body {
	background: linear-gradient(180deg, #f8f8f8, #75afff) fixed;
	margin:0;
	line-height: 1.5;
}

h1 {
	font-size:28px;
	line-height:2em;
	font-weight:bold;
	text-align:center;
}

p {
	font-size:20;
}

h2 {
	font-size:22;
	font-weight:bold;
}


.viewbox {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	border-radius:10px;
	overflow: hidden;
	background-color:#f8f8f8;
	margin-top:8px;
}

.page-content {
    padding: 0 33px;
    margin-top: 44px;
    margin-bottom: 66px;
}

.textbar {
	background: transparent;
	border: none;
	width: 100%;
	position: relative;
}

#footer {
	width: 100%;
	text-align: center;
	background: linear-gradient(270deg, #e3e3e3, #dddddd);
	padding: 15px;
}

.bottomitem {
	display: inline-block;
	text-align: left;
	border: none;
	margin: 4px auto;
}

.kontakt-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

.kontakt-info-col {
    flex: 1 0 200px;
    line-height: 1.9em;
}

.kontakt-info-col p {
    margin: 0;
}
