/* Zaklad */
body {
	background-color: #D7D7D7;
	background-image: url(../img/bg-page.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* Barvicky */
.color-white {
	color: #fff;
}

.color-white-bg {
	background-color: #fff;
}

.color-black {
	color: #000;
}

.color-black-bg {
	background-color: #000;
}

.color-primary {
	color: #FFF600;
}

.color-primary-bg {
	background-color: #FFF600;
}

.color-primary-bg-rgba {
	background-color: rgba(255, 246, 0, 0.95);
}

.color-secondary {
	color: #132429;
}

.color-secondary-bg {
	background-color: #132429;
}

.color-secondary-bg-rgba {
	background-color: rgba(19, 36, 41, 0.95);
}

/* Typo */
body,
html {
	font-family: 'Poppins', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600 !important;
}

.text-link {
	color: #132429;
}

.micro-text {
	font-size: 60%;
}

.smaller-text {
	font-size: 80%;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline !important;
}

/* Tvary, ohraniceni */
.border-radius {
	border-radius: 0.5rem;
}

.shadow {
	-webkit-box-shadow: 0 0 1rem 0 rgba(5, 11, 37, 0.5);
	-moz-box-shadow: 0 0 1rem 0 rgba(5, 11, 37, 0.5);
	box-shadow: 0 0 1rem 0 rgba(5, 11, 37, 0.5);
	border: 0;
}

/* Kontejnery */
.container-sm {
	max-width: 540px !important;
}

.container-md {
	max-width: 720px !important;
}

.container-lg {
	max-width: 960px !important;
}

.container-xl {
	max-width: 1140px !important;
}

.container-xxl {
	max-width: 1320px !important;
}

/* Buttony */
.btn.btn-primary {
	background-color: #FFF600;
	border-color: #FFF600;
	color: #132429;
}

.ico-btn {
	width: 3rem;
	height: 3rem;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
	box-shadow: 0 0 0 0;
	outline: 0;
	background-color: #FFF600;
	border-color: #FFF600;
	color: #132429;
}

/* Header */
.nav-item {
	font-weight: 700;
}

#mute #pause {
	display: none;
}

#mute.playing #pause {
	display: block;
}

#mute.playing #play {
	display: none;
}

.menu-ico {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}

.navbar-toggler {
	padding: 0.25rem 0;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
}

.navbar-toggler-icon {
	width: 1.5em;
	height: 1.5em;
	background-image: none;
}

.navbar-collapse {
	background-color: rgba(19, 36, 41, 0.95);
	padding: 1rem;
}

.nav-link.selected {
	color: #FFF600 !important;
}

/* Uvod */
.welcome {
	background-image: url(../img/bg-mobil.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.welcome.subpage {
	min-height: unset !important;
}

/* .absolute-welcome {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}
*/

/* Prehled sluzeb */
.card {
	border-radius: 0.75rem;
}

.card.mb-4.border-0 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
}

/* Odkazy */
.white-link,
.white-link a {
	color: #ffffff;
	text-decoration: none;
}

.dark-text-link {
	color: #132429;
	text-decoration: none;
}

/* Ostatni */
::-moz-selection {
	color: #132429;
	background: #FFF600;
}

::selection {
	color: #132429;
	background: #FFF600;
}

.relative {
	position: relative;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #3D3D3D !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #3D3D3D !important;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #3D3D3D !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #3D3D3D !important;
	opacity: 1 !important;
}

/* Formular */
.form-control,
.input-group-text,
.form-select {
	font-family: 'Poppins', sans-serif;
	border: 2px solid #D7D7D7;
	-webkit-appearance: none;
}

input.form-check-input {
	width: 1.5rem;
	border: 2px solid #D7D7D7;
	height: 1.5rem;
}
.form-check label.form-check-label {
    padding-left: 0.4rem !important;
    line-height: 120%;
}
.form-check {
	margin-bottom: 1rem;
	min-height: 2rem;
	line-height: 2rem;
}

.form-label {
	font-size: 0.85rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

/* Paticka */
.footer {
	background-image: url(../img/bg-mobil.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* Podstrany */
.content-img {
	width: 100%;
	max-width: 576px;
	margin: 0 auto;
	display: block !important;
}

.w-32 {
	max-width: 32px !important;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
}

.accordion-button.fw-bold {
	color: #132429;
}

.accordion-item:first-of-type .accordion-button {
	border: 0 !important;
}

.accordion-button:not(.collapsed) {
	box-shadow: 0 0 0 0;
}

.accordion-item {
	border: 0;
	background-color: white;
}

.accordion {
	--bs-accordion-bg: transparent;
	--bs-accordion-btn-focus-border-color: transparent;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0;
}

.accordion-item:first-of-type {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}

#service .accordion-item {
	font-size: 0.5em;
	border-top: 1em solid blue;
	border-bottom: 1em solid blue;
	border-left: 1em solid blue;
	border-right: 1em solid blue;
	border-radius: 14px;
}

.accordion .accordion-item+.accordion-item {
	margin-top: 1rem;
	border-top: 1em solid blue;
}

.accordion ul,
.card ul {
	list-style-image: url(../img/ikony/ok.svg);
}

.accordion-button {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.card.border-0.shadow-lg.price {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
img.content-img {
    width: 100% !important;
}

/* Media queries */
@media (max-width: 576px) {

	/* Header */
	.navbar-brand img {
		max-width: 200px;
		height: auto;
	}

	/* Links */
	.links .btn.btn-primary {
		width: 60%;
		margin-bottom: 0.75rem;
	}
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
	background-image: url(../img/ikony/arrow-top.svg);
	background-position-y: center !important;
}

#service li,
.card-body.px-3.py-4.mb-0 li {
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}

@media (min-width: 992px) {

	/* Hovery */
	.white-link:hover {
		text-decoration: underline;
	}

	.white-link a:hover {
		color: #FFF600;
		text-decoration: none !important;
	}

	ul.nav.nav-pills.white-link.ms-auto {
		text-decoration: none !important;
	}

	.btn-primary:hover,
	.btn:hover {
		background-color: #132429 !important;
		border-color: #132429 !important;
		color: #FFF600 !important;
	}

	.dark-text-link:hover {
		text-decoration: underline;
	}

	/* Uvod */
	.welcome {
		background-image: url(../img/bg-desktop.jpg);
	}

	/* Header */
	.navbar-collapse {
		background-color: transparent;
		padding: 0;
	}

	/* Paticka */
	.footer {
		background-image: url(../img/bg-desktop.jpg);
	}

	.footer .col-12 {
		width: fit-content;
	}

	.footer .row {
		justify-content: space-evenly;
	}

	/* Podstrany */
	.accordion ul {
		max-width: 85%;
	}
}

@media (max-width: 992px) {

	/* Header */
	.nav-item {
		width: 100%;
	}

	.nav-link:focus,
	.nav-link:hover {
		color: #fff;
	}
	/* Footer */
	.container-fluid.d-flex.justify-content-center {
	padding-left: 0;
	padding-right: 0;
	font-size: 0.8rem;
}	
	/* Podstranky */
ul.text-start.fs-6.py-4.mb-0.pricelist {
    list-style: none !important;
    margin-left: -1.5rem;
}
ul.text-start.fs-6.py-4.mb-0.pricelist li {
    list-style: none !important;
}
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}