	@charset "UTF-8";
/* CSS Document */
@font-face {
	  font-family: Bree_Serif;
	  src: url(../fonts/Bree_Serif/BreeSerif-Regular.ttf);
}

body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-height: 30px;
	font-weight: 300;
	line-height: 28px;
	color: rgb(28, 61, 116);
	background-color: #FFF;
	-webkit-tap-highlight-color: transparent;
}

h1,h2,h3,h4,h5 {
	font-family: "Poppins", sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 48px;
	text-alignment: center;
	color: rgb(28, 61, 116);
	margin-bottom: 2rem;
}
h1 {
	font-family: Bree_Serif;
	font-size: 58px;
	font-weight: 600;
	framer-line-height: 66px;
	line-height: 70px;
	color: rgb(0, 142, 212);
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 4rem;
}
p strong {
	font-weight: 500;
}
.btn {
	border-radius: 80px;
	padding: 12px 25px;
}

/* MAIN */
.container {
	width: 100%;
	max-width: 100%;
	padding: 3em 5em;
	margin: 0;
}
.container-top{
	padding-top: 8em;
}
.row {
	width: 100% !important;
	max-width: 1340px;
	margin: 0 auto;
}
.blue {
	background-color: #f3fbff;
	background-image: url("../images/wawe-white-background.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100%;
}
.col-md-7,.col-lg-7{
	padding: 0;
}
.pr-1 {padding-right: 1em;} .pr-2 {	padding-right: 2em;} .pr-3 {padding-right: 3em;} .pr-4 {padding-right: 4em;} .pr-5 {padding-right: 5em;} .pr-6 {padding-right: 6em;}
.pl-1 {padding-left: 1em;}.pl-2 {	padding-left: 2em;}.pl-3 {padding-left: 3em;}.pl-4 {padding-left: 4em;}.pl-5 {	padding-left: 5em;}.pl-6 {padding-lkeft: 6em;}

.border_box {
	border: 0px solid rgba(234, 232, 232, 1);
	animation-duration: 1200ms;
	background-color: #fefefe;
	border-radius: 1.5rem;
	box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.10),0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
	content-gap: 3rem;
	media-horizontal-padding: 0.5rem;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.kotva{
	margin-top:-95px;
	padding-bottom:90px;
}

/* MENU */
.navbar {
display: block;
width: 1400px;
padding: 10px 150px;
padding: 13px 8px 12px 50px;
margin: 0 auto;
margin-top: 2em;
font-size: 16px;
background-color:white;
-webkit-backdrop-filter: blur(20px);
opacity: 1;
border-radius: 100px;
}
.navbar-nav {
  --bs-nav-link-padding-y: 0rem;
}
.fixed-top {
	position: fixed;
	transition: all 0.3s ease;
}
.scrool{
	width: 1400px;
	padding: 10px 150px;
	padding: 13px 8px 12px 50px;
	margin: 0 auto;
	margin-top: 0em;
	font-size: 16px;
	background-color: white;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 32px 0px;
	transition: all 0.3s ease;
	border-radius: 100px;
	z-index: 100;
}
.bg-light {
	--bs-bg-opacity: 0;
	background-color:white!important;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 2px 32px 0px;
	-webkit-animation: headerSlideDown 0.95s ease forwards;
	animation: headerSlideDown 0.95s ease forwards;
	will-change: transform;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.55);
	border-color: rgba(0,0,0,0);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(28, 61, 116);
}
.nav-link {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.65;
	position: relative;
	display: inline-block;   /* důležité – šířka jen podle textu */
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.navbar a {
	font-size: 16px;
	cursor: pointer;
}
/* podtržení */
.nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transform: translateX(-50%);
	transition: width 0.35s ease, height 0.2s ease;
}
/* hover efekt */
.nav-link:hover::after {
	width: 70%;
	height: 2px;
}

.nav-link.active::after {
	width: 70%;
	transition: width 0.5s ease, height 0.2s ease;
}


.volejte, .volejte a {
	color: rgba(0,0,0,.55);
	text-decoration: none;
}
.volejte a:hover {
	color: rgb(28, 61, 116);
}
.btn a {
	text-decoration: none;
}
.napiste_blue {
	background-color: rgb(3, 100, 148);
	color: white;
}
.napiste_red a, .napiste_blue a {
	color: white;
}
.napiste_red {
	background-color:#d30c18;
	border-radius: 80px;
	color: white;
}
.napiste_red:hover {
	background-color: #ab0610;
	color: white;
}
.napiste_blue:hover {
	background-color: rgb(2, 63, 93);
	color: white;
}
.btn_litle {
	width: 200px;
	margin: 0 auto;
}
@media(max-width:1200px) {
	.navbar {
		width: 1190px;
		padding: 13px 5px 12px 40px;
		background-color: white;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.napiste_red {
		padding: 10px 20px;
	}
}
@media(max-width:992px) {
	.navbar {
		width: 100%!important;
		padding: 14px 16px;
		margin-top: 0;
		border-radius: 0px;
		box-shadow: 0 2px 16px rgba(0,0,0,.10);
	}
	.scrool {
		width: 100%!important;
		margin-top: 0;
		border-radius: 0px;
	}
}

/* ── Hamburger tlačítko ─────────────────────────────────────────── */
.ham-btn {
	border: none !important;
	background: transparent !important;
	padding: 8px !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	outline: none !important;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s ease;
}
.ham-btn:focus,
.ham-btn:focus-visible {
	box-shadow: none !important;
	outline: none !important;
}
.ham-btn:hover {
	background: rgba(211, 12, 24, .08) !important;
}
/* tři čárky */
.ham-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 26px;
	height: 20px;
	position: relative;
}
.ham-line {
	display: block;
	width: 100%;
	height: 2.5px;
	background-color: rgb(28, 61, 116);
	border-radius: 3px;
	transition: transform .35s cubic-bezier(.23,1,.32,1),
	            opacity   .25s ease,
	            width     .3s ease;
	transform-origin: center;
}
/* stav "otevřeno" – aria-expanded="true" */
.ham-btn[aria-expanded="true"] .ham-line--top {
	transform: translateY(8.75px) rotate(45deg);
}
.ham-btn[aria-expanded="true"] .ham-line--mid {
	opacity: 0;
	width: 0;
}
.ham-btn[aria-expanded="true"] .ham-line--bot {
	transform: translateY(-8.75px) rotate(-45deg);
}

/* ── Mobilní rozbalené menu ────────────────────────────────────── */
@media (max-width: 991.98px) {

	/* Bootstrap collapse si řídí animaci sám – my jen doladíme přechod */
	#navbarResponsive.collapsing {
		transition-duration: .35s !important;
		transition-timing-function: cubic-bezier(.23,1,.32,1) !important;
	}

	/* Panel menu */
	#navbarResponsive .navbar-nav {
		margin: 0;
		padding: 8px 0 4px;
		border-top: 1px solid rgba(28,61,116,.10);
	}

	/* Jednotlivé položky */
	#navbarResponsive .nav-item {
		border-bottom: 1px solid rgba(28,61,116,.07);
	}
	#navbarResponsive .nav-item:last-child {
		border-bottom: none;
	}

	/* Odkaz v položce */
	#navbarResponsive .nav-link {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: .03em;
		text-transform: uppercase;
		color: rgb(28, 61, 116);
		padding: 13px 8px !important;
		justify-content: flex-start;
		display: flex;
		align-items: center;
		transition: color .2s ease;
	}
	#navbarResponsive .nav-link:hover,
	#navbarResponsive .nav-link.active {
		color: #d30c18;
	}
	/* potlačit desktop podtržení */
	#navbarResponsive .nav-link::after {
		display: none;
	}

	/* Sekce telefon + tlačítko */
	#navbarResponsive .d-flex {
		flex-direction: column !important;
		align-items: stretch !important;
		padding: 12px 8px 16px;
		gap: 10px !important;
		border-top: 1px solid rgba(28,61,116,.10);
	}
	#navbarResponsive .volejte {
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 15px;
		font-weight: 500;
		color: rgb(28,61,116) !important;
		padding: 8px 0;
	}
	#navbarResponsive .volejte a {
		color: rgb(28,61,116) !important;
		font-weight: 600;
	}
	#navbarResponsive .volejte .bi-telephone-outbound {
		font-size: 18px;
	}
	#navbarResponsive .napiste_red {
		text-align: center;
		width: 100%;
		padding: 12px 20px;
		font-size: 15px;
		font-weight: 600;
		border-radius: 80px;
	}
}



/* NOVINKY */
.img_redaktor {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	border-radius: 15px;
	margin-bottom:11px;
	margin-right: 10px;
	margin-top: 9px;
}
.box-datum {
	font-size: 14px;
}
.news .content-picture {
	height: 280px;
}
.img_redaktor img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.content-picture h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 15px;
	padding-top: 50px;
	text-align: left;
	background: linear-gradient(to top, rgba(30, 52, 74, 0.8)50%, rgba(0, 0, 0, 0)); /* přechod od černé do průhledné */
	background-color: linear-gradient(to top,#0080c2 50%,transparent 75%);
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.content-picture a h3 {
	font-size: 24px;
	line-height: 150%;
	font-weight: 600;
	color: white;
	text-decoration: none;
}
.content-picture a img {
	transition: all 0.3s ease-in-out;
}
.content-picture a:hover img {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.btn_litle {
	margin-top: 3em;
}
.news-picture {
	height: 25em;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 1em;
	border-radius: 15px;
}
.news-picture img {
	max-width: inherit;
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-right: 20px;
}
h2 a {
	color: rgb(28, 61, 116);
	text-decoration: none;
}


/* CAROUSEL SLIDER */
#carouselExampleCaptions{
 height:100vh;
 overflow: hidden;
 background-size: cover;
 }
 .carousel-item img {
	 position: relative;
	  width: 100%;
	  height:auto;
	  top: 0;
	  left: 0;
  }
.carousel {
	margin-top: 0px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  z-index: 0;
}
.carousel-overlay h5 {
	font-family: Bree_Serif;
	font-size: 5rem;
	line-height: 5.5rem;
	font-weight: 600;
	color: white;
	margin-bottom: 2rem;
	margin-left: 0rem;
}
.carousel-overlay p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.9;
}

.zoom {
animation: zoomIn 10s linear infinite alternate;
background-position: center;
background-size: cover;
}

@media(max-width:834px) {
	.carousel-item img {
		position: relative;
		height: 100vh;
		top: 0;
		left: 0;
		object-fit: cover;
		width: 100%;
	}
	.carousel-item-logo img {
		position: relative;
		top: 0;
		left: 0;
		object-fit: cover;
		width: 100%;
	}
	.carousel-overlay {
		padding: 15px;
		font-size: 0.9rem;
		flex-direction: column;
	}
	.carousel-overlay h5 {
		font-size: 2.5rem;
		line-height: 2em;
	}
	
	.carousel-overlay p {
		font-size: 0.9rem;
	}
}

/* CONTENT */
.head {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-color: rgb(28, 61, 116);
}
.content-picture {
	height: 23em;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 1em;
	border-radius: 15px;
}
.content-picture img {
	max-width: inherit;
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/* LOGO CAROUSEL */
.logoSwiper {
  padding-bottom: 98px; /* prostor pod logy pro pagination */
  position: relative;
}

.logoSwiper .swiper-pagination {
  position: absolute;
  bottom: 0; /* ukotví dole */
  left: 0;
  width: 100%;
  
  text-align: center;
}
.logoSwiper .swiper-slide img {
  max-height: 180px;
  object-fit: contain;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.logoSwiper .swiper-slide img:hover {
  transform: scale(1.05);
  opacity: 1;
}
/* Swiper pagination (volitelně, pokud použito) */

.swiper-pagination-bullet {
	background-color: #ced4da;
	opacity: 1;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-pagination-bullet-active {
	background-color: rgb(3, 100, 148)!important; /* Bootstrap primary */
	transform: scale(1);
}
.swiper-button-next, .swiper-button-prev{
	color: rgba(157, 157, 157, 1)!important;
	margin-bottom: 50px;
}  
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
}



/* Responsivita */
@media (max-width: 1000px) {
	#logoCarousel img {
		max-height: 150px;
	}
	.carousel-control-prev,
	.carousel-control-next, .swiper-button-next, .swiper-button-prev {
		display: none!important; /* Volitelné skrytí šipek na mobilech */
	}
	.swiper-pagination {
		display: none!important; /* Volitelné skrytí šipek na mobilech */
	}
}

/* FOOTER */
.footer{
	text-align: center;
	font-size: +13px;
	line-height: 20px;
	max-width: 100%!important;
	padding: 5em 0 1em;
	background-color: #2d2d2d;
	color: rgb(177, 177, 177);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100%;
}
.footer a {
	color: #B1B1B1;
	text-decoration: underline;
}
.copy {
	width: 100%;
	text-align: center;
}
.logo-footer {
	width: 150px;
	margin-top: 1em;
	margin-bottom: 0px;
}
.footer-menu{
	margin-bottom: 15px;
}
.footer-menu a{
	font-size: 15px;
	margin: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-menu a:hover{
	text-decoration: underline;
}
/* FORMULAR */
.grey {
	background-color: #f3f7fd;
	background-image: url("../images/wawe-white-background.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100%;
}
.form {
	width: 800px;
	margin: 0 auto;
	padding: 80px 90px;
	background-color: white;
	box-shadow: 0 9px 20px 0 rgba(0,0,0,.075);
	box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.10),0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	margin-bottom: 8em;
}
textarea:focus, input:focus{
	outline: none;
}
.polozka {
	width: 100%;
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	border-radius: 0;
	color: rgb(55, 55, 55);
	border: 0;
	border-bottom: 2px solid #d1d1d1;
	transition: border-color .3s ease-in-out;
}
.povinna_polozka {
	margin-left: .37037rem;
	color: #e83f3e;
}
input[type=checkbox] {
	transform: scale(1.3);
}
.bi-cloud-upload {
	font-size: 23px;
	vertical-align: middle;
}
.bi-telephone-outbound {
	color: rgb(28, 61, 116);
	
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: rgb(28, 61, 116);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: 80px;
  --bs-pagination-hover-color: rgb(28, 61, 116);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: rgb(28, 61, 116);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #d30c18;
  --bs-pagination-active-border-color: #d30c18;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  list-style: none;
  margin-top: 2rem;
}

@media (min-width:1600px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
padding-top: 3em;
padding-left: 5em;
padding-right: 5em;
padding-bottom: 3em;
}

@media (min-width:1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
padding-top: 3em;
padding-left: 5em;
padding-right: 5em;
padding-bottom: 3em;
}
/* Responsive Styles Tablet na vysku 768x1024 (991)*/
@media(max-width:834px) {
	p, table p, table {
		font-size: 18px;
		text-align: left;
	}
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.pr-1, .pr2, .pr-3, .pr-4,.pr-5,.pr-6,.pr-7 {padding-right: 0em;}
	.pl-1,.pl-2,.pl-3,.pl-4,.pl-5,.pl-6,.pl-7 {padding-left: 0em;}

	.container{
		width: 100% !important;
		max-width: 100% !important;
		padding: 3em 1.4em;
	}
	.brand-box {
		margin: 0;
	}
	.nav-link {
		font-size: 18px;
	}
	.container-top {
		width: 100% !important;
		max-width: 100% !important;
		padding-top: 9em;
		pading-left: 1.4em;
		pading-right: 1.4em;
	}
	.content-picture {
		height: 23em;
		margin-top: 1.5em;
		margin-bottom: 0em;
	}
	.pagination {
		--bs-pagination-font-size: 0.75rem;
		margin-top: 3rem;
	}
	.form {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		padding: 50px 20px;
		box-shadow: 0 5px 10px 0 rgba(0,0,0,.075);
	}
	.footer p {
		font-size: 13px;
		text-align: center;
	}
}


#goTopBtn {
	display: none;                /* Skryté na začátku */
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	background: rgba(3, 100, 148, 0);
	color: #36a;
	border: none;
	padding: 15px;
	border-radius: 80px;
	cursor: pointer;
	font-size: 32px;
	transition: opacity 0.5s ease;
}
#goTopBtn span {
	display: block;
	font-size: 14px;
}
#goTopBtn.show {
	display: block;
	opacity: 1;
}