/*
Theme Name: Camberov.cz
Theme URI: 
Author: 
Author URI: 
Version: 1.0
*/

img{display:block} button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}/*figure{margin:0em 40px 1em 40px}*/hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline: transparent dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
font-family: 'Alegreya Sans', Arial, sans-serif;
		font-weight: 300;
	font-style: normal;
	color: #2a3437;
	font-size: 18px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1330px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
header {
	width: 100%;
	float: left;
	padding: 15px 0;
	z-index: 400;
	position: absolute;
	top: 0;
	left: 0;
}
body#logged header {
	top: 32px;
}
.logo {
	float: left;
}
header .main-menu {
	width: calc(100% - 380px);
	float: right;
	margin-top: 105px;
	position: relative;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	display: inline-table;
	position: relative;
	margin-right: 40px;
}
header .main-menu li a {
	font-size: 30px;
	display: inline-table;
	color: #fff;
	font-weight: 700;
	position: relative;
	border-bottom: 6px solid transparent;
}
header .main-menu li a:hover, header .main-menu li.current-menu-item > a {
	border-color: #ff8c00;
}
a.button {
	background-color: #58ABD5;
	color: #1E435C;
	padding: 0 15px;
	min-width: 176px;
	line-height: 54px;
	height: 54px;
	border-radius: 8px;
	display: table;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
a.button:hover {


}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	margin: 0 auto;
}
a.button.inline {
	display: inline-block;
	margin: 0 20px;
}
header .menu-show {
	position: absolute;
	right: 22px;
	top: 18px;
	display: none;
	width: 25px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 25px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 33px;
}
header .menu-show span:nth-child(4) {
	top: 41px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile {
	overflow: hidden;
}
.open-mobile header .main-menu {
	background: #fff;
	position: absolute;
	top: 110px;
	width: calc(100% - 40px);
	z-index: 400;
	overflow-y: auto;
	left: 20px;
	margin: 0;
	padding: 0;
	border-radius: 16px;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: table;
	width: 100%;
	padding: 30px 0;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 12px 0;
	text-align: center;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {
	color: #000;
	font-size: 22px;
}
.wpml-ls-legacy-list-horizontal li {
	opacity: 0.5;
}
.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language {
	opacity: 1;
}
.wpml-ls-legacy-list-horizontal {
	border: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 20px;
}
.wpml-ls-legacy-list-horizontal img {
	width: 30px;
	height: auto;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 0px;
}
header .row {
	position: relative;
}
.otgs-development-site-front-end {
	display: none !important;
}
.half {
	float: left;
	width: 50%;
}
.main {
	background-image: url('img/main.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 90vh;
	float: left;
	max-height: 600px;
	position: relative;
}
.main .icons {
	width: 100%;
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: 0;
	padding-bottom: 40px;
	left: 0;
}
.main .icons:after {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 10;
}
.main .icons .item {
	float: left;
	width: calc(100% / 6);
	position: relative;
	z-index: 100;
	padding: 0 5px;

  
}
.main .icons .item img {
	margin: 0 auto;
}







.entry {
	
}
.entry h1 {
	margin: 0 0 25px;
	color: #ff8c00;
	font-weight: 700;
	font-size: 35px;
}
.entry p {
	margin-bottom: 22px;
	line-height: 145%;
}
section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
section.content {
	padding: 60px 0;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.entry p a {
	color: #ff8c00;
	text-decoration: underline;
}
.entry h2 a {
	color: #ff8c00;
	text-decoration: underline;
}
.entry p a:hover {
	text-decoration: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	display: none !important;
}









footer {
	float: left;
	width: 100%;
}
footer .col {
/**	padding-right: 5%;    **/
	float: left;
	width: 50%;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 20px;
}
footer ul li a {
	font-size: 20px;
	color: #fff;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .name {
	font-size: 24px;
	font-weight: 400;
	color: #dfdfdf;
	margin: 10px 10px;
    line-height: 40px;
	text-shadow: 2px 2px #414141;
}
footer .name a{
/**text-decoration: underline;  **/
	color: #dfdfdf;
	text-shadow: 2px 2px #414141;

}

footer .pata {
margin-top: 2em;
}
footer .pata3 {
/**	border: 6px solid #fff;	    **/
		margin: 10px 0px;
        float: right;
}
footer .footer-top {
		background-image: url('img/pata.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	width: 100%;
	padding: 20px 0;
}
footer .footer-bottom {
background-color: #c1c1c1;
	float: left;
	width: 100%;
	padding: 4px 0;
	color: #000;
	font-size: 12px;
	text-align: center;
}
footer .footer-bottom a {
	color: #000;
	text-decoration: underline;
}
footer .footer-bottom a:hover {
	text-decoration: none;
}
.clear {clear: both;}
.only-mobile {display: none;}



@media (max-width: 1100px) {
	.main-menu ul {display: none;}



}
@media (max-width: 940px) {
	

}
@media (max-width: 800px) {
	footer .col {width: 100%; padding-right: 0;}
	.main {min-height: auto;}
	.logo {width: 180px;}
	header .menu-show {display: block;}
	
	
	
}
@media (max-width: 620px) {
	
	
}
