body {
    font-family: 'Roboto Slab', serif;
    background: #eaeaea;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
}
h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    color: white;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-shadow: 0px 0px 4px black;
}
.content-head-image {
    position: relative;
}
h2 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    font-size: 26.5px;
    line-height: 26.4px;
    color: #af7d00;
    font-weight: 400;
    margin-bottom: 12.5px;
}
h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;	
    font-weight: 400;
}
.content-citat {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
	font-family: 'Roboto Slab', serif;
}
span.text-right {
    display: block;
    text-align: right;
    padding: 0 20px;
}
a {
	color: #af7d00;	
}
a:hover, a:focus {
	text-decoration: none;
}
a, button {
	outline: none;
	transition: all 0.4s;
}
button.submit {
    background: white;
    border: 1px solid #af7d00;
    padding: 12px 45px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}
button.submit:hover, button.submit:focus {
    background: #af7d00;
    color: white;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-head {
    background: #fff;
}
.content-body {
    padding: 15px;
}
.menu a {
    font-family: 'Roboto Slab', serif;
    display: block;
    text-align: center;
    padding: 38px 15px 39px;
    flex: 1 1 auto;
	background: linear-gradient(#fff, #f2f2f2);
	color: #666;
	text-decoration: none;
    font-size: 20px;
}
.menu a.active, .menu a:hover, .menu a:focus {
    color: #af7d00;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
}
.flex-row .flex-col {
    padding: 0 15px;
	margin-bottom: 30px;
	width: 100%;
}
.galerie .flex-row {
    margin: 0 -3px;
}
.galerie .flex-row .flex-col {
    padding: 0 3px;
	margin-bottom: 6px;
}
.galerie {
    margin: 50px 0 55px;
}
.galerie img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
	border-radius: 5px;
}
.icon {
	display: inline-block;
	padding-left: 26px;
	position: relative;
}

.icon-phone.icon .mob-btn:before {
	background-position: 0 0;
}
.icon-mail.icon .mob-btn:before {
    background-position: 0 -32px;
}
.icon-web.icon .mob-btn:before {
    background-position: 0 -48px;
}
footer.content-footer {
    margin-top: 50px;
}
footer.content-footer .fb-like {
    margin-bottom: 75px;
}
.row-aeto {
    text-align: center;
}
.mapa {
	width: 100%;
	height: 520px;
    margin: 50px 0 60px;
}
form label {
    display: block;
}
form input {
    height: 32px;    
}
form input, form textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 13px;
    padding: 10px 10px;
}
.content-dekujeme .content-body h2, .content-dekujeme .content-body h3 {
    text-align: center;
}
.content-dekujeme .content-body {
    padding: 80px 30px 25px;
}
.content-dekujeme footer.content-footer {
    margin-top: 95px;
}
span.error-captcha {
    margin-top: 5px;
    display: inline-block;
    color: red;
}
.content-citat img {
    width: 100%;
    max-width: 100%;
}
.row-aeto a {
    display: inline-block;
    text-decoration: none;
    color: black;
    position: relative;
}
.row-aeto a:after {
    content: "";
}
.row-aeto a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
	opacity: 1;
    bottom: 4px;
    height: 1px;
    background: black;
	transition: all 0.4s;
}
.row-aeto a:hover:after {
    left: 50%;
    right: 50%;
	opacity: 0;    
}
.hl-img {
    width: 100%;
    max-width: 100%;
    display: block;
}
@media (min-width: 768px){
	body {
		margin: 28px 0 40px;
	}
	.flex-row .flex-col.flex-col-3 {
		width: 50%;		
	}
	.content-body {
		padding: 40px 30px 25px;
	}
	.content {
		max-width: 975px;
		background: #fff;
		width: 100%;
		border-radius: 10px;
		margin: 0 auto;
		overflow: hidden;
		box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	}
	.mobil-menu {
		display: none;
	}
	.menu {
		display: flex;
		flex-wrap: wrap;
	}
	button.submit {
		float: right;
	}
}
@media (min-width: 992px){
}
@media (min-width: 1200px){
	.flex-row .flex-col.flex-col-2 {
		width: 50%;		
	}
	.flex-row .flex-col.flex-col-3 {
		width: 33.33333333%;
	}
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){
	.content-citat {
		text-align: center;
		font-size: 3vw;
		line-height: 1.6;
		padding: 10px 15px 50px;
		width: max-content;
		margin: 0 auto;
		max-width: 100%;
	}
	.content {
		max-width: 975px;
		background: #fff;
		width: 100%;
		border-radius: 30px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media (max-width: 767px){
	body {
		margin: 0;
	}
	span.hamb-icon {
		font-size: 0;
		width: 26px;
		display: block;
		height: 2px;
		background: white;
		margin-bottom: 6px;
	}
	span.hamb-icon:last-child {
		margin-bottom: 0;
	}
	.mobil-menu {
		background: #222;
		text-align: right;
	}
	span.hamb-wrap {
		display: inline-block;
		padding: 17px 17px 18px;
		margin: 0;
		color: #fff;
		border-radius: 5px;
		line-height: 1px;
		cursor: pointer;
	}
	span.hamb {
		display: inline-block;
		position: relative;
		top: 0;
		margin-right: 0;
		margin: 0;
	}
	nav.menu {
		position: absolute;
		top: 52px;
		left: 0;
		right: 0;
		display: none;
	}
	.menu a {
		text-align: left;
		padding: 20px 15px;
	}
	.content {
		background: white;
		border-radius: 0;
	}
	h1 {
		font-size: 30px;
	    padding: 45px 0 5px;
	}
	.galerie {
		margin: 30px 0 35px;
	}
	a.icon {
		background: #af7d00;
		display: block;
		text-align: center;
		color: white;
		text-decoration: none;
		padding: 8px 15px;
		border-radius: 5px;
		border: 1px solid #af7d00;
	}
	a.icon:hover, a.icon:focus {
		background: white;
		color: #af7d00;
	}
	span.mob-btn {
		display: inline-block;
		position: relative;
	}
	.content-citat {
		text-align: center;
		font-size: 3.5vw;
		line-height: 1.6;
		padding: 10px 15px 50px;
		width: max-content;
		margin: 0 auto;
		max-width: 100%;
	}
}
