header nav {
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.92);
}

.pre-header {
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.92);
}

.bg-success {
	background-color: #18ae41 !important;
}

.btn-secondary {
	background-color: #18ae41;
	border-color: #18ae41;
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #118132;
	border-color: #118132;
}

.btn-primary {
	background-color: #18448c;
	border-color: #18448c;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #112b5d;
	border-color: #112b5d;
}

.btn-outline-primary {
	border-color: #112b5d;
	color: #112b5d;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
	border-color: #112b5d;
	color: white;
	background-color: #112b5d;
}

.color-primary {
	color: #112b5d;
}

.bg-custom {
	background-image: url("../img/bg.png");
}

.custom-hearder {
	padding-top: 50px;
	padding-bottom: 40px;
}

.custom-hr {
	padding: 0;
	color: #6c757d;
	margin: 0 15px;
}

.light{
	color: #6c757d;
}

.card-info {
	background-color: #d9e9fb;
}

.text-success {
	color: #18ae41 !important;
}

footer {
	background-color: #d9e9fb;
}

footer a:link, footer a:visited {
	color: #18448c;
}

footer a:hover, footer a:focus {
	color: #112b5d;
}

a.link:link, a.link:visited {
	color: #18448c;
}

a.link:hover, a.link:focus {
	color: #112b5d;
}

.cookie-consent-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: #18448c;
	z-index: 2000;
	padding: 12px 0;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.cookie-consent-bar a {
	color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: #18448c;
	border-color: #18448c;
}

@media only screen and (min-width: 1000px) {
	.card-info-top {
		margin-top: -75px;
	}
}

.text-review-color{
	color: #fdd563
}

.bg-primary{
	background-color: #18448c !important;
}

.fs-7{
	font-size: 0.90rem;
}

.footer-box{
	background-color: rgba(24, 68, 140, 0.06);
}

.grey-image{
	filter: grayscale(100%);
	opacity: 70%
}

.grey-social-icons{
	filter: grayscale(100%);
	opacity: 40%;
	margin-right: 10px;
}

/* Fotka / video pri odpovedi v poradni */
.question-media {
	float: right;
	width: 40%;
	max-width: 360px;
	margin: 0.25rem 0 1rem 1.5rem;
	border-radius: 14px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 10px 24px rgba(17, 43, 93, 0.13),
	0 2px 6px rgba(17, 43, 93, 0.07),
	inset 0 0 0 1px rgba(17, 43, 93, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.question-media:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(17, 43, 93, 0.18),
	0 3px 8px rgba(17, 43, 93, 0.09),
	inset 0 0 0 1px rgba(17, 43, 93, 0.07);
}

.question-media img,
.question-media iframe {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: inherit;
}

.question-media .ratio iframe {
	height: 100%;
}

@media (max-width: 767.98px) {
	.question-media {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1.25rem;
	}

	.question-media:hover {
		transform: none;
	}
}

/* Náš tím */
.nas-tim .team-members-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nas-tim .team-members-list li {
	padding: 10px 5px;
}

.nas-tim .team-members-list li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.nas-tim .team-members-list .member {
	color: #18448c;
	text-decoration: none;
}

.nas-tim .team-members-list .member:hover {
	text-decoration: underline;
}

.nas-tim .boxes,
.nas-tim .single-box {
	border-left: 1px solid #ccc;
}

.nas-tim .boxes h4,
.nas-tim .single-box h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0;
	padding: 5px;
	color: #3e3e3e;
	background-color: #eee;
}

.nas-tim .boxes h4:not(:first-of-type),
.nas-tim .single-box h4:not(:first-of-type) {
	margin-top: 30px;
}

.nas-tim .box {
	margin-bottom: 30px;
}

.nas-tim .box img {
	width: 100%;
	border: 1px solid #ddd;
}

.nas-tim .box .info {
	padding: 10px 0;
	color: #000;
	font-size: 12px;
}

.nas-tim .box .info .title {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.nas-tim .box .info .description {
	color: #333;
	font-size: 90%;
	line-height: 20px;
	margin-bottom: 10px;
}

.nas-tim .box .info .contact i {
	padding-right: 10px;
}

.nas-tim .single-box {
	text-align: justify;
}

.nas-tim .single-box .box {
	float: left;
	max-width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.nas-tim .single-box h3 {
	color: #18448c;
	font-size: 1.2em;
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	.nas-tim .boxes,
	.nas-tim .single-box {
		border-left: none;
	}

	.nas-tim .single-box .box {
		float: none;
		max-width: 100%;
	}
}
