/*
Theme Name:     beroun
Author:         Drakon
Author URI:     https://drakon.cz
Version:        1.1.5
Text Domain:    beroun
*/
/*Import stylů*/
@import url('lightbox/lightbox.css');

/*Admin lišta*/
#wp-admin-bar-duplicate-post,#wp-admin-bar-customize,#wp-admin-bar-site-name .ab-sub-wrapper,#wp-admin-bar-search,#contextual-help-link-wrap,#wp-admin-bar-wp-logo,#wp-admin-bar-updates,#wp-admin-bar-comments,#wp-admin-bar-new-content,#wp-admin-bar-wpseo-menu,#wp-admin-bar-under-construction-page,#wp-admin-bar-updraft_admin_node,#wpseo_meta{display:none !important;}

.cmplz-buttons button {
	font-family: "Roboto", sans-serif;
}

/* Na mobilních zařízeních (maximálně do šířky 768px) zobrazíme pouze obrázek */
@media (max-width: 768px) {
    .wp-video {
        display: none; /* Skrytí videa na mobilních zařízeních */
    }
    .background-image {
        display: block; /* Zobrazení obrázku na mobilních zařízeních */
		height: 100%;		
    }
}

/* Na desktopových zařízeních (od šířky 768px a výše) zobrazíme pouze video */
@media (min-width: 768px) {
    .wp-video {
        display: block; /* Zobrazení videa na desktopech */
    }
    .background-image {
        display: none; /* Skrytí obrázku na desktopech */
    }
}

a.cky-banner-element {
        padding: 8px 30px;
        background: #F8F9FA;
        color: #858A8F;
        border: 1px solid #DEE2E6;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
}

html {
    box-sizing: border-box;
	margin-top: 0 !important;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
section{
	scroll-margin-top: 0px;
}

.podstrana section {
    scroll-margin-top: 0px;
}

@media(max-width:1600px) {
section{
	scroll-margin-top: 20px !important;
}
.podstrana section {
    scroll-margin-top: 0px !important;
}	
}

.grecaptcha-badge{
	visibility: hidden;
}

*,
:after,
:before {
    box-sizing: inherit;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

:root {
    --sectionMargin: 50px;
    --sectionPadding: 25px;
	--sectionWidth: 1400px;
	--defaultSectionWidth: 1400px;
}

html, body {font-family: "Roboto", sans-serif;}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
	overflow-x: hidden;
}

.row img {max-width: 100%}

.modre .obs {
	background: #00a0e3;
	border-radius: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.modre p, .modre h1, .modre h2, .modre h3, .modre h4, .modre h5, .modre h6, .modre li, .modre ul, .modre ol {
	color: #fff !important;
}

/*Podstrana banner*/
 .bannerpodstrany {
	 border-radius: 25px;
     position: relative;
     overflow: hidden;
     padding-top: 80px;
     padding-bottom: 80px;
     background-repeat: no-repeat;
     background-size: cover;
     margin-bottom: 0px;
     background-position: center;
}
@media(max-width:1200px){
 .bannerpodstrany {
     padding-top: 30px;
     padding-bottom: 30px;
	 background-size: auto !important;
}
}

.bannerpodstrany .container {
	z-index: 2;
	position: relative;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Zajistí, že překrytí bude nad obrázkem */
}
 .bannerpodstrany h1 {
	 font-size: 45px;
	 line-height: 125%;
	 color: #fff;
 	 font-weight: 300;
     text-transform: none;
     margin-bottom: 0 !important;
     display: block;	 
}
.projekt .bannerpodstrany h1 {
	color: #000 !important;
}
.bannerpodstrany h1 strong {
	font-weight: 600;
}

p {
	font-size: 16px;
	line-height: 133%;
	color:#000;
	font-weight: 400;
}

a {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
    font-size: 30px;
    line-height: 125%;
    color: #00a0e3;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}


.podstrana h4 {
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 18px;
}

.novinky h2 {
	color: #000;
	margin-bottom: 30px;
}
h2.stred {
	text-align: center;
}

h3 {
    font-size: 24px;
    line-height: 125%;
    color: #00a0e3;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}

h4 {
    font-size: 18px;
    line-height: 125%;
    color: #00a0e3;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}
.sluzby p:last-child {
	margin-bottom: 0;
}

.uvod h2 {
    font-size: 30px;
    line-height: 125%;
    color: #00a0e3;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}

.podstrana h2 {
	padding-top: 15px;
    padding-bottom: 20px;
}
.podstrana h3 {
    font-size: 24px;
    line-height: 125%;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.podstrana h4 {
    font-size: 18px;
    line-height: 125%;
    color: #00a0e3;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}
.podstrana h5 {
    font-size: 16px;
    line-height: 125%;
    color: #000;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0;
}
.podstrana h6 {
    font-size: 14px;
    line-height: 125%;
    color: #000;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}
h3.stred {
	text-align: center;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

.buttonp a {
	background: #00a0e3;
	color: #fff;
	border-radius: 10px;
}
.buttonp a:hover {
	background: #007bbd;
}
.buttonp a {
    display: inline-block;
    color: #fff !important;
    padding: 10px 15px !important;
    float: left;
}
.buttonp span {
    line-height: 100%;
    padding-left: 10px;
    float: left;
    text-align: left;
}
.buttonp img {
	width: 30px;
	float: left;
}
@media(max-width:400px) {
.topbar a {
    font-size: 12px !important;
}
}
 .topbar {
     background: #2b2a29;
     height: 40px;
}
.topbar .informace {
	font-size: 14px;
	color: #fff;
}
.topbar a {
	font-size: 14px;
	color: #fff;
}
.topbar a:first-of-type {
	margin-right: 10px;
}
.header {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 165px;
    transition: all 1s;
    z-index: 99;
    position: relative;
    width: 100%;
	top: 0;
}
.hlavnimenu {
    height: 125px !important;
    padding-top: 0px;
}

.header.sticky{
-webkit-box-shadow: 0px 8px 30px -2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 8px 30px -2px rgba(0,0,0,0.1);
box-shadow: 0px 8px 30px -2px rgba(0,0,0,0.1);
}

.header .row, .header .container{
	height: 100%
}



.menu ul li {
	display:inline-block;
	list-style: none;
}


.menu ul li:last-child {
	padding-right: 0;
}

.menu ul li a {
	color: #000;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 15px;
}
.menu ul li:first-child a {
	padding-left: 0 !important;
}


.menu ul li a:hover {
	color:#00a0e3;
}

.podpis {
	color: #00a0e3;
	display: block;
	margin-top: 30px;
}

.sub-menu {
    background: #fff;
    display: none;
    left: auto;
    position: absolute;
    top: 150%;
	z-index: 9999;
	-webkit-box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
	width: 215px;
	text-align: left !important;
}

.sub-menu li {
	margin: 0;
    padding: 0;
	width: 100%;
}

.sub-menu a:hover{
    color: #000;
	text-decoration: none;
}

.sub-menu a {
	padding: 10px 15px !important;
	font-size: 14px !important;
	display: block;
	width: 100%;
}
.podnadpis {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 0;
	margin: 0;
	max-width: 600px;
}
.sub-menu2 {
    padding-left: 15px !important;
    padding-bottom: 0 !important;
    background: #f5f5f5;	
}
.sub-menu2 a {
	color:#000;
}
.sub-menu2 {
	display: block !important
}
.odsazeni {
    display: block;
    height: 90px;
    margin-top: -50px;	
}
@media(max-width:1600px) {
.odsazeni {
    height: 0px;
    margin-top: 0px;	
}
}

@media (min-width: 1099px) {
.current-menu-item a {color:#00a0e3 !important}
.domov .current-menu-item a {color:#000 !important}
.domov .current-menu-item a:hover {color:#000 !important}	
	
	
.header_opener {
    display: none !important;
}
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.header_cart, .header_opener {
    flex: none;
    position: relative;
    z-index: 2;
}
.header_opener {
    color: #000;
	width: 30px;
	height: 30px;
	float: right;
}
.menuOpener {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
}

.header button {
	background: none;
    border: 0;
	outline: 0;
    padding: 0;
}

header_opener:focus, button:focus {
	border: none!important;
	outline: none!important;
}


@media (max-width: 767px) {
	.sluzba img {
		max-width: 40px !important;
	}		
	.logo_image{
		width:100%;
		max-width: 150px !important
	}
	
}
	
@media (max-width: 576px) {
	footer {
		padding-bottom: 50px !important;
	}
.copy .soc {
    justify-content: center !important;
    margin-top: 20px;
}	
	.footer .profil {
		justify-content:center;
	}	
	.hidden-xs {display:none !important}
}
@media (min-width: 767px) {
.logo_image {
	width:100%;
	max-width: 170px !important
	}
}

.hamburgerCross.isActive:after, .isActive .hamburgerCross:after {
    top: 0.6875rem;
    transform: rotate(45deg);
    transition-delay: 0s,.08s;
}
.hamburgerCross:after {
    background: #00a0e3;
    top: 1.375rem;
    transition-delay: .12s,0s;
    transition-duration: .08s,.12s;
    transition-property: top,transform;
    transition-timing-function: ease-in-out;
}
.hamburgerCross span, .hamburgerCross:after, .hamburgerCross:before {
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform-origin: 50% 50%;
    width: 30px;
}

.hamburgerCross.isActive:before, .isActive .hamburgerCross:before {
    top: 0.6875rem;
    transform: rotate(-45deg);
    transition-delay: 0s,.08s;
}
.hamburgerCross:before {
    background: #00a0e3;
    top: 0;
    transition-delay: .12s,0s;
    transition-duration: .08s,.12s;
    transition-property: top,transform;
    transition-timing-function: ease-in-out;
}

.hamburgerCross.isActive span, .isActive .hamburgerCross span {
    opacity: 0;
}
.hamburgerCross span {
    background: #00a0e3;
    top: 0.6875rem;
    transition-delay: .08s;
    transition-duration: 0s;
    transition-property: opacity;
    transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
    .video-background {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
    }
    
    .video-background video {
        display: none; /* Skrytí videa na mobilních zařízeních */
    }
}
@media(max-width:1200px){
	.banner h1 {
		font-size: 30px !important;
	}	
.banner p {
    font-size: 16px !important;
}	
.button {
    padding: 12px 20px !important;
    font-size: 16px !important;
}
.hero-slider {
  height: 200px !important;
}
.podstrana .hero-slider {
  height: 200px !important;
}	
.fotogalerie .gallery {
	margin-bottom: 0px !important;
}	
.sluzby {
    margin-top: -20px !important;
}	
.menu ul li a{
	font-size:16px;
	padding-right: 20px !important;
}
	.row { margin-left: 0 !important; max-width: 100%;}
}
#menu-hlavni-menu {
	padding-left: 0 !important;
}
@media (max-width: 1099px) {
.buttonp {
	display: flex !important;
    justify-content: center !important;	
}	
h2 {
	font-size: 25px !important;
}	
h3 {
	font-size:20px !important;
}		
	
.menu ul li a {
		padding-left: 0 !important;
		padding-right: 0 !important;
}
.menu ul .buttonp a {
		padding-left: 10px !important;
		padding-right: 10px !important;
}	
.menu ul li a {
		color: #fff !important;
	}	
#menu-hlavni-menu {
		padding-top: 10px;
	}
.header_mobileMenu.isOpened .header_menu {
    opacity: 1;
	display: block;
}
.header .menu-item-has-children a:after { content:"\f067";font-family: "Font Awesome 6 Free"; font-weight: 900; margin-left: 10px;}
.header .sub-menu li a:after{display: none !important}
}
	
@media (max-width: 1099px) {
.header_mobileMenu{
		position: unset !important;
	}
.menu ul li {
    display: block;
    list-style: none;
    padding-right: 0;
	text-align: center !important;
}
.menu ul li a {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
}

.header_menu {
    opacity: 0;
	background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 165px;
	z-index: 999;
	display: none;
}
.menu ul li a {
    padding-top: 0;
    padding-bottom: 0px;
	margin-bottom: 20px;
}
.sub-menu {
    background: none;
    display: none;
    left: auto;
    position: relative;
    z-index: 99;
    width: 100%;
    text-align: center;
	box-shadow: none;
}
.sub-menu a {
    padding: 0 !important;
    font-size: 17px !important;
    display: block;
    width: 100%;
    color: #00a0e3 !important;
}

}


.header .fa-phone {
    font-size: 14px;
    color: #fff;
    text-align: center;
	margin-right: 5px;
}
.header .fa-envelope {
    font-size: 14px;
    color: #fff;
    text-align: center;
	margin-right: 5px;
}

.header .fa:hover, .header .fab:hover {
	background-color: #000;
}

.uvod ul {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: foo;
}

.uvod ul > li {
    counter-increment: foo;
    display: table-row;
    font-size: 17px;
    line-height: 130%;
    color: #000;
    font-weight: 400;
}

.uvod ul > li::before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00a0e3;
    font-size: 7px;
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    width: 12px;
}


table {
	margin:0 auto;
	border:1px solid #00a0e3;
	border-spacing: 0;
}
table tbody tr:first-child td {
	background: #00a0e3;
	border:1px solid #0084bb;
	padding: 10px;
	color: #fff;
}
table tbody td {
	background: #fff;
	border:1px solid #00a0e3;
	padding: 10px;
}

/*PATIČKA*/
.copy {
	background: #ebecec;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copy .informace {
	font-size: 14px;
}
.copy i {
	font-size: 20px;
	color: #00a0e3;
}
.copy a:hover i {
	color: #000;
}
.copy .soc {
    display: flex;
	justify-content: flex-end;	
    gap: 12px;	
}
footer {
    background-color: #00a0e3;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 0px;
	overflow: hidden;
}
footer .row {
    position: relative;
    z-index: 2;	
}
footer .container {
	position: relative;
}
footer .container:after {
	background: url('/wp-content/themes/beroun/img/vodoznak.png');
	background-repeat: no-repeat;
	background-size: contain;
    content: "";
    width: 500px;
    height: 417px;
    position: absolute;
	z-index: 1;
    right: -50px;
    top: -140px;
}
.footer .profil i {
	color: #fff;
    font-size: 20px;
	margin-right: 7px;
}
.domov footer {
    margin-top: 0px;
}



@media(min-width:600px) and (max-width:767px) {
	footer .social a, footer .social p {
		text-align: center;
	}

	footer .social p br {
		content: " ";
		margin-right: 6px;
	}
	footer .social p {
		padding-left: 0px;
		padding-top: 20px;
		text-align: center;
		display: block;
	}
	footer .social {
		margin-top: 30px;
	}
}
@media(max-width:600px) {
	footer .social a, footer .social p {
		text-align: center;
	}

	footer .social p br {

	}
	footer .social p {
		padding-left: 0px;
		padding-top: 20px;
		text-align: center;
		display: block;
	}
	footer .social {
		margin-top: 30px;
	}
	footer .info2 {
		margin-top: 30px;
	}
}

footer .info a {
	display: inline-block;
	font-size: 16px;
}
footer .info a:hover{
	text-decoration: none;
}

footer .info2 h4 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #fff !important;
	font-size: 18px;
}
footer .informacc {
    display: flex;
    flex-direction: column;	
}
footer .informacc p, footer .informacc a {
    color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 0;
}
footer .informacc a:hover {
    color: #fff;
	text-decoration: underline;
}
footer .info2 ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

footer .info2 ul li {
	margin-bottom: 5px;
}
footer .info2 ul li a {
	text-decoration: none;
	color: #fff;	
}
footer .info2 ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
::marker {
  font-size: 0 !important;
}
footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  display: flex;
  align-items: center; /* vertikální zarovnání na střed */
  gap: 8px; /* mezera mezi čtverečkem a textem */
}

footer ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00a0e3;
  display: inline-block;
  flex-shrink: 0;
}


footer .info p {
    margin-bottom: 5px;
    padding-bottom: 0;
}
footer .fa-location-dot {
	width: 20px;
    display: flex;
    justify-content: center;	
}
footer .profil {
	font-size: 16px;
	font-weight: 400;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-self: start;
    align-items: start;
	margin-top: 0px;
	margin-bottom: 10px;
}
footer .clear {
	height: 10px;
	clear: both;
}
footer .profil h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

footer .loga img {
	max-width: 140px !important;
	height: auto;
}
footer .loga a {
	display: block;
	margin-top: 25px;
}

footer .social p {
	padding-top: 0px;
	margin-bottom:0px !important;
}

footer .fa-facebook-f {
	width: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

footer .fa-instagram {
	width: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

footer .fab:hover {
	opacity: 0.8;
}
footer .logo_image {
	margin-bottom: 5px;
}

/*Tlačítko*/
.button {
	background-color: #00a0e3;
	border-radius: 5px;
	color: #fff;
	padding: 12px 40px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button:hover {
	background-color: #61bf1a;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	text-decoration: none !important;
}
.button i {margin-left: 5px;	-webkit-transition: all .3s ease;   transition: all .3s ease;}
.button:hover i {margin-left: 10px;}

/*Úvodní banner*/
.banner {
    position: relative;
    overflow: hidden;
    background-position: bottom center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 15px;
}
.banner h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 5px;
}
.banner p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 40px;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Zajistí, že překrytí bude nad obrázkem */
}
.carousel-cell .col-xs-12 {
	z-index: 2;
	position: relative;
	height: 100%;
}
.carousel-cell .row {
	height: 100%;
}
.mejs-controls {
	display: none !important;
}

.carousel-cell .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carousel-cell:after {
    background: url('/wp-content/themes/beroun/img/vodoznak.png');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 575px;
    height: 490px;
    position: absolute;
    z-index: 1;
    right: -200px;
    top: -45px;
}
.carousel-cell .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw; /* nebo 100%, pokud chcete, aby se iframe choval responsivně */
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.hero-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 25px;
}
.hero-slider .carousel-cell {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
transition: opacity 1.5s ease-in-out;	
}
.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

@media(max-width:1099px) {
.uvod {
	width: 100% !important;
}	
.hero-slider .carousel-cell {
		background-size: cover;
}
}
.flickity-slider img {
	max-width: none !important;
}

.obecne_obrazek img {
	max-height: 500px;
}
/*Kontakt*/
#kontakt a:hover {
	color: #000;
}
#kontakt h2 {
	margin-bottom: 30px !important;
}
.navigate {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 20px !important;
    display: block;
}
.profil {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-self: center;
    align-items: center;
}

@media(max-width:1200px) {
.hero-slider .flickity-prev-next-button {
    width: 40px !important;
    height: 40px !important;
}		
	.formular {
    border-radius: 5px !important;
	padding: 30px 15px 30px 15px !important;	
	}
	.wpcf7-acceptance{
		font-size: 14px !important;
		margin: 0 !important
	}
}
@media(min-width:1200px) {
	.textkontakty {
		padding: 50px !important;
	}
	.formular {
	padding: 50px 50px 50px 50px !important;
	}
}

.wpcf7-list-item {
    margin: 0 !important;
}

.formular {
	background-color: #f7fbff;
	border-radius: 5px;
}

.formular h3{ margin-bottom:20px !important}

.wpcf7-spinner { position: absolute !important;}



input, textarea, select{font-size: 16px; border:1px solid #d2e5fa !important; margin-bottom:15px; border-radius:5px !important;  font-family: "Roboto", sans-serif; background-color: #fff;}
input:hover, textarea:hover, input:focus, select:hover, select:focus, textarea:focus, input:focus-visible, textarea:focus-visible {outline: none;   border: 1px solid #000000 !important;}

.cf7ascaptcha {
	text-align: center;
}

::placeholder, select {color: #262626;}
.wpcf7-acceptance{font-size:16px;}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin-top: -7px;
    margin-bottom: 10px;
}

select{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
textarea{ height: 80px; min-height: 80px; max-height: 500px;}

form p {
	margin-top: 0;
	margin-bottom: 10px;
}

.wpcf7-submit {
	background-color: #00a0e3;
	border-radius: 5px;
	color: #fff;
	padding: 12px 40px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.wpcf7-submit:hover {
	background-color: #000000;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;	
}

.padding0 p {
	padding: 0;
	margin: 0;
}

.wpcf7-spinner{ position:absolute;}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 500;
    display: block;
    text-align: center;
}


.wpcf7-acceptance{
    width: 100%;
    text-align: center;
    display: block;
}

.close:hover, .close:focus {
    color: #fff !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #4CAF50 !important;
    background: #4CAF50 !important;
    text-align: left;
    color: #ffff !important;
    font-size: 15px;
    text-align: center;
    margin: 0 !important;
    border-radius: 5px;
	padding: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #dc3232 !important;
    background: #dc3232 !important;
    color: #fff !important;
	font-size: 13px;
	border-radius: 5px;
    font-weight: bold;
	padding: 4px;
}


.screen-reader-response p {
    font-size: 16px !important;
    line-height: 150%;
    padding-bottom: 0;
	color: #dc3232;
	font-weight: bold;
}
.screen-reader-response ul {
	padding: 0;
}
.screen-reader-response ul li {
    font-size: 16px !important;
    line-height: 150%;
    padding-bottom: 0;
	color: #dc3232;
	font-weight: bold;
}
.screen-reader-response ul li::marker {
    font-size: 16px !important;
}

.kontakt .informace {
	max-width: 100% !important;
	padding: 30px 50px;
}
.kontakt i {
    color: #00a0e3;
    font-size: 30px;
    margin-bottom: 25px;
    width: 30px;
    text-align: center;
}
.kontakt .infor h4 {
    font-size: 16px;
    color: #262626;
    margin-top: 5px;
    font-weight: 300;
}
.kontakt .infor a {
	font-size: 24px;
    color: #00a0e3;
	text-decoration: none;
}
.kontakt .infor a:hover {
	text-decoration: underline;
}
.kontakt h3 {
    margin-bottom: 20px !important;
    font-size: 24px;
    color: #000000;
}

/*Sekce*/
@media(min-width:767px) {
.fotogalerie {
	padding-top: 0px;
	padding-bottom: 0px !important;
}
.uvod{
	padding-top: 0px;
	padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.bannerpodstrany h1 {
		font-size: 30px !important;
	}	
.fotogalerie {
	padding-top: 0px;
	padding-bottom: 0px !important;
}	
.uvod{
	padding-top: 0px;
	padding-bottom: 40px;
}	
}

/*Pop UP*/
.modal-content {
    background-color: #000000 !important;
    border: none !important;
    border-radius: 20px !important;
}
.modal-content h3 {
    font-size: 23px;
    line-height: 100%;
    margin-bottom: 0px !important;
}
.modal-content p {
    font-size: 18px !important;
    color: #fff;
    line-height: 100%;
    font-weight:500;
	padding-bottom: 0px;
	clear: both;
}

@media(max-width:768px) {
	.modal-body {
    padding: 20px 8px !important;
	}
	.wpcf7-checkbox .wpcf7-list-item{
		font-size: 14px;
	}
	.modal {
		padding-right:0 !important;
	}
	.modal-open{
		padding-right:0px !important;
	}
	.close {
		margin-top: -20px !important;
		margin-right: 0px !important;
	}
}

/*Obecná podstrana*/
.podstrana{
    position: relative;
    z-index: 1;	
}
.pagination {
	text-align: center;
    margin-top: 50px;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination ul li :marker{
	font-size: 0;
}
.pagination ul li {
	display: inline-block;
	margin-right: 6px;
}
.pagination ul li:last-child{
	margin-right: 0;
}
.pagination .inactive{
	 width: 30px;
    height: 30px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    background: #eee;
    color: #000;
    text-align: center;
    padding: 2px 5px;
	border-radius: 10px;
}
.pagination .current{
	 width: 30px;
    height: 30px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    background: #d0ebab;
    color: #000;
    text-align: center;
    padding: 2px 5px;
	border-radius: 10px;
}
.pagination a:hover{
	background: #000;
	color:#fff;
}

.fulllink {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}


/*Galerie*/
.fotogalerie .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 50px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.fotogalerie .gallery.jedna {
    grid-template-columns: 1fr;
    justify-items: center; /* zarovnání na střed */
}

.fotogalerie .gallery.jedna .gallery-item {
    width: 100%; /* zachová šířku jako u dvousloupcového režimu */
    max-width: 500px; /* nebo dle potřeby, aby nebyla moc úzká */
}


.zm .gallery {
	margin-bottom: 100px;
}

.gallery-item a:hover img {
	transform: scale(1.03);
	transition: all 0.5s;
	border:none;
}
.gallery-item a:hover {
	text-decoration: none !important;
}
.gallery-item a img {
	transition: all 0.5s;
}
.bordernone .gallery-item a img {
	border: none !important;
}
.gallery-item {
    text-align: left;
	overflow: hidden;
}

.gallery-item img {
	border-radius: 25px;
    width: 100%;
    height: auto;
    display: block;
}

.gallery-item h3 {
    font-size: 20px;
    line-height: 125%;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0;
}

.gallery-item p {
    font-size: 16px;
    margin-top: 5px;
}

/* Responzivita */
@media (max-width: 1200px) {
    .fotogalerie .gallery {
        column-gap: 25px;
    }
}

@media (max-width: 767px) {
    .fotogalerie .gallery {
        column-gap: 25px;
		row-gap: 15px;		
    }
}

@media (max-width: 600px) {
    .fotogalerie .gallery {
        grid-template-columns: 1fr;
        column-gap: 0px;
		row-gap: 25px;
    }
}

.gallery-item:hover a h3 {
	color: #00a0e3 !important;
}

.partneri-slider .carousel-cell {
    width: 20%;
}

@media (max-width: 1024px) { 
    .partneri-slider .carousel-cell {
        width: 25%;
    }
}

.mobil {
		display: none;
}
@media (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.mobil {
		display: block !important;
	}
	.kontakt .infor a {
		font-size: 18px !important;
	}
	.kontakt .informace {
		padding: 15px 0px !important;
	}	
    .partneri-slider .carousel-cell {
        width: 100%;
    }
	.kontakt .infor h4 {
    font-size: 14px !important;
	}
}

.sportoviste-wrap .karta-box {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}


/* Obrázek nahoře */
.sportoviste-wrap .karta-obrazek {
	display: block;
}
.sportoviste-wrap .karta-obrazek img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 400px;
}

/* Obsah 2 sloupce */
.sportoviste-wrap .karta-content {
  padding: 25px;
  align-items: flex-start;	
}


@media(max-width:600px) {
.sportoviste-wrap .karta-meta {
    row-gap: 15px;
}
}
@media(min-width:600px) and (max-width:767px) {
.sportoviste-wrap .karta-meta {
    flex-direction: row !important;
    justify-content: start !important;
	margin-top: 20px !important;
}
}
@media(min-width:1000px) and (max-width:1200px) {
.sportoviste-wrap .karta-meta {
    flex-direction: row !important;
    justify-content: start !important;
	margin-top: 20px !important;
}
}
@media(max-width:1000px) {
.sportoviste-wrap .karta-meta {
	margin-top: 20px !important;
}
}
@media(min-width:1200px) {
.sportoviste-wrap .karta-content p {
  min-height: 65px;
}
}
.sportoviste-wrap .karta-content p {
  	font-weight: 600;
}
.sportoviste-wrap .karta-obsah h3 {
  margin-bottom: 0px;
}
.sportoviste-wrap .karta-obsah h3 a {
    color: #009fe3;
	font-weight: 600;
}


.sportoviste-wrap .karta-tlacitko {
  background-color: #009fe3;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: all .3s ease;	
}

.sportoviste-wrap .karta-tlacitko:hover {
  background-color: #007bbd;
  transition: all .3s ease;	
}

/* Pravý sloupec – info bloky */
.sportoviste-wrap .karta-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.sportoviste-wrap .meta-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sportoviste-wrap .meta-block i {
  font-size: 24px;
  color: #009fe3;
  margin-top: 1px;
}

.sportoviste-wrap .meta-block h4 {
  font-weight: 400;
  color: #009fe3;
}

.sportoviste-wrap .meta-block a {
  color: #000;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 0;
  margin: 0;
  display: block;
	font-weight: 600;
}
.sportoviste-wrap .meta-block p {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.sportoviste-wrap .meta-block a:hover {
  text-decoration: underline;
}

/* Mobilní rozpad */
@media (max-width: 1000px) {
  .sportoviste-wrap .karta-content {
    flex-direction: column;
  }
}
