h1,
h2,
h3 {
	font-weight: 300;
	text-align: left;
}

strong {
	font-weight: 300;
	letter-spacing: 0.2ex;
}

a {
	color: #006894;
	text-decoration: none;
}

main a,
footer a {
	border-bottom: 1px dotted #006894;
}

main a:hover,
footer a:hover {
	border-bottom: 1px solid #006894;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark strong {
	color: #fff;
	/*font-weight: 400;*/
}

.dark a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.dark a:hover {
	border-bottom: 1px solid #fff;
}

html {
	background: #eee;
	scroll-behavior: smooth;
}

body {
	color: #000;
	background: #fff;
	text-align: justify;
	margin: 0;
	font-family: Lato, LatoLatin, sans-serif;
	font-weight: 300;
	hyphens: auto;
}

#covidbox a {
	font-weight: 300;
	text-align: center;
	background: #000;
	color: #fe0;
	border: 4px solid #fe0;
	padding: 1ex 0;
	display: block;
}

#covidbox a:hover {
	background: #eee;
	color: #000;
	border-color: #000;
}

header {
	background: #eee;
	box-shadow: 0 -2px 8px #eee;
	text-align: center;
	position: relative;
}

#logo {
	padding: 8px 0;
	line-height: 0;
	display: block;
}

#logo img {
	height: 44px;
}

header nav a:hover {
	background: #fff;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}

header nav li a {
	display: block;
	margin: 0;
	padding: 1ex;
	/*width: 80%;*/
	border-top: 1px solid #ddd;
}

@media screen and (min-width:700px) {
	header nav li {
		display: inline-block;
	}
	header nav li a {
		border-top: none;
		border-bottom: 4px solid #eee;
	}
	header nav li a:hover {
		border-bottom: 4px solid #006894;
	}
	#covidbox a {
		font-size: 120%;
	}
}

@media screen and (min-width:1150px) {
	#logo {
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	header nav ul {
		text-align: right;
		padding-right: 16px;
	}
	header nav li a {
		padding-top: 58px;
		font-size: 120%;
	}
	#logo {
		margin-left: 16px;
	}
	#logo:hover {
		opacity: 0.85;
	}
	#logo img {
		height: 66px !important;
		padding: 12px;
	}
	.index header nav li a {
		padding: 1ex;
		padding-top: 73px;
	}
	.index #logo img {
		height: 80px !important;
		padding: 10px 15px;
	}
}

.slideshow {
	height: 77vh;
	max-height: 77vw;
	width: 100%;
	position: relative;
}
.slideshow .slide {
	height: 100%;
	width: 100%;
	background: no-repeat center/cover;
	position: absolute;
	opacity: 0;
	animation-name: xfade;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.slidetext {
	display: table;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.slidetext p{
	margin: 20px 0;
}
.slidetext .head,
.slidetext .sub {
	text-shadow:
		-1px -1px 0 #006894,  
		1px -1px 0 #006894,
		-1px 1px 0 #006894,
		1px 1px 0 #006894;
	background-color: rgba(0, 102, 148, 0.8);
	color: #fff;
	padding: 1ex 1em 1ex 1ex;
}
.slidetext .head {
	font-size: xx-large;
	text-transform: uppercase;
}
.slidetext .sub {
	font-size: x-large;
}
.slidetext .link {
	text-align: center;
	margin-top: 30px;
}
.slidetext .link a {
	color: #006894;
	background: rgba(255, 255, 255, 0.9);
	padding: 1ex 1em;
	font-size: x-large;
	display: inline-block;
}

main {
	min-height: 33vh;
}

footer {
	background: #eee;
	margin-top: 2em;
	text-align: left;
	padding-bottom: 4em;
}

footer>p {
	text-align: center;
}

#kontakt {
	color: #fff;
	background: #006894;
	margin: 2em 0;
	text-align: left;
}

#kontakt>div {
	padding: 1ex;
}

#kontakt p {
	margin: 1ex 0;
}

@media screen and (min-width:800px) {
	#kontakt>div {
		display: table;
		margin: 0 auto;
		padding: 0;
		height: 100%;
	}
	#kontakt .column {
		display: table-cell;
		vertical-align: top;
		height: 100%;
		padding: 2em;
		max-width: 41ex;
	}
	#kontakt p {
		margin-top: 0;
	}
	#kontakt .map {
		min-width: 378px;
		padding: 1ex 2em;
	}
}

#kontakt .column:first-child p {
	font-size: 130%;
	font-style: italic;
}

#kontakt span {
	font-size: 120%;
}

#kontakt .map a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-image: url(mapc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	filter: saturate(0%);
}

#kontakt .map a:hover {
	filter: saturate(100%);
}

#kontakt .map a div {
	display: inline-block;
	font-size: 66%;
	background: #fff;
	opacity: 0.66;
	margin: 1ex;
	padding: 0.5ex;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 2px;
}

#kontakt .map a:hover div {
	opacity: 1;
}

.index header p {
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	padding: 0.5ex 0;
	width: 100%;
	margin: 0;
	font-size: 2em;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.index #logo img {
	height: 66px;
}

.text {
	margin: 2em auto;
	max-width: 100ex;
	padding: 1ex;
}

.index .cta {
	margin: 0 auto;
	max-width: none;
	font-size: 1.1em;
	display: table;
}

.index .cta p {
	text-align: center;
}

.index .cta ul {
	list-style: none;
	padding: 0;
}

.index .cta li::before {
	content: '\200b \200b';
	background-image: url(icon/tooth.svg);
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5em;
	display: inline-block;
	margin: 1ex 0;
}

.index .point {
	padding: 2em 0;
}

.index .point h2,
.index .point p {
	margin: 0 1ex;
	padding: 1ex 0;
}

.index .point h2 {
	padding: 2ex 0;
}

.index .point div {
	min-height: 10em;
	max-width: 82ex;
	margin: 0 auto;
}

.index #wand {
	background: #eee;
}

.index #wand h2 {
	background: url(wand2.svg) no-repeat center left/3em;
	padding-left: 4em;
}

.index #dsd {
	background: #006894;
	color: #fff;
}

.index #dsd h2 {
	background: url(dsd.svg) no-repeat center right/3em;
	padding-right: 4em;
}

.index #team {
	background: #eee;
}

.index #team h2 {
	background: url(team.svg) no-repeat center left/3em;
	padding-left: 4em;
}

@media screen and (min-width:80ex) {
	.index .point h2,
	.index .point p {
		min-height: 0;
		background: none !important;
		padding: 1ex 0 !important;
	}
	.index #wand div {
		background: url(wand2.svg) no-repeat center left/10em;
		padding-left: 13em;
	}
	.index #dsd div {
		background: url(dsd.svg) no-repeat center right/10em;
		padding-right: 13em;
	}
	.index #team div {
		background: url(team.svg) no-repeat center left/10em;
		padding-left: 13em;
	}
}

.index main nav {
	margin: 0 auto;
	max-width: none;
	display: table;
	font-size: 1.3em;
}

.index main nav ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

.index main nav li {
	display: inline-block;
	margin: 1ex;
	border-bottom: 4px solid #fff;
}

.index main nav li a {
	display: block;
	padding: 0.4em 0 0.4em 2.2em;
	border: 1ex solid #fafafa;
	color: #000;
	background-color: #fafafa;
	background-size: 1.6em;
	background-repeat: no-repeat;
	background-position: left center;
}

.index main nav li:hover {
	border-bottom-color: #006894;
}

.index main nav li a:hover {
	background-color: #fff;
	border-color: #fff;
}

h1.icon {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 1em;
	padding-right: 1.1em;
}

.icon-anaesthesia {
	background-image: url(icon/anaesthesia.svg);
}

.icon-braces {
	background-image: url(icon/braces.svg);
}

.icon-bright {
	background-image: url(icon/bright.svg);
}

.icon-cavity {
	background-image: url(icon/cavity.svg);
}

.icon-clean {
	background-image: url(icon/clean.svg);
}

.icon-crown {
	background-image: url(icon/crown.svg);
}

.icon-happy {
	background-image: url(icon/happy.svg);
}

.icon-implant {
	background-image: url(icon/implant.svg);
}

.icon-root {
	background-image: url(icon/root.svg);
}

.icon-tooth {
	background-image: url(icon/tooth.svg);
}

.icon-wand {
	background-image: url(icon/wand.svg);
	background-size: auto 2em !important;
	padding-right: 8em !important;
	min-height: 2em;
}

.icon-xray {
	background-image: url(icon/xray.svg);
}

#uslugi>p {
	max-width: 82ex;
	margin: 1em auto;
}

.showhide .desc,
.showhide .closed .desc {
	display: none;
	height: 0;
	max-width: 82ex;
	margin: 1em auto;
}

.showhide :target .desc,
.showhide .open .desc {
	display: revert;
	padding-bottom: 1ex;
	height: auto;
}

.showhide h2 {
	font-size: 100%;
	max-width: 82ex;
	margin: 0 auto;
}

.showhide h2>a {
	display: block;
	font-size: 125%;
	padding: 1ex 0;
	border-bottom: none;
	color: #000;
}

.showhide h2>a::after,
.showhide .closed h2>a::after {
	content: ' ▾ ';
}

.showhide :target h2>a::after {
	content: '';
}

.showhide .open h2>a::after {
	content: ' ▴ ';
}

.showhide h2>a:hover {
	background: #fafafa;
}

.showhide h2>a>span,
.showhide h2>a::after {
	border-bottom: 1px dotted #000;
}

.showhide h2>a:hover>span,
.showhide h2>a:hover::after {
	border-bottom: 1px solid #000;
}

.o-nas .teamlist {
	text-align: center;
}

.o-nas .teamlist .deg {
	font-size: 90%;
}

@media screen and (max-width: 1660px) {
	.teamlist {
		max-width: 1200px;
		margin: auto;
	}
}

.o-nas .team {
	max-width: 100vw;
	width: 290px;
	display: inline-block;
	background: #eee;
	border-radius: 2px;
	margin: 1ex;
	padding: 1ex;
	color: #000;
	text-align: left;
	vertical-align: top;
}

.o-nas .team p {
	min-height: 2.5em;
}

.o-nas .team * {
	margin: 0;
}

.o-nas .team img {
	width: 100%;
}

#gallery {
	text-align: center;
}

#gallery a {
	width: 300px;
	height: 300px;
	vertical-align: middle;
	display: inline-block;
	border: 1ex solid #eee;
	border-radius: 2px;
	background: no-repeat center/cover;
	margin: 1ex;
}

#gallery a:hover {
	border: 1ex solid #006894;
}

#galleryshow {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	transition: opacity 100ms ease-in-out;
	z-index: 999;
}

#gallerypic {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: no-repeat center/contain;
}

#galleryctl {
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0 0 1px #fff, 0 0 2px #000, 0 0 3px #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 40px;
	line-height: 100vh;
}

#galleryctl div {
	display: inline-block;
	position: absolute;
	padding: 0 20px;
	cursor: pointer;
}

#galleryctl :hover {
	color: #fff;
}

#galleryprev {
	left: 0;
}

#gallerynext {
	right: 0;
}

#galleryclose {
	top: 0;
	right: 0;
	line-height: 60px;
}

#gallerydesc {
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: initial;
	position: absolute;
	bottom: 1vh;
	left: 1vh;
	right: 1vh;
}

.pricelist {
	width: 100%;
	border-collapse: collapse;
}

.pricelist td {
	padding: 1ex;
}

.pricelist tr:nth-child(even) {
	background: #fafafa;
}

.pricelist td:last-child {
	text-align: right;
	vertical-align: bottom;
}

.pricelist td:first-child {
	vertical-align: top;
}

.pricelist tr.white {
	background: #fff;
}

.pricelist tr.light {
	background: #fafafa;
}

.pricelist .indent td:first-child {
	padding-left: 8ex;
}

.covid #questlink {
	font-size: 120%;
	text-align: center;
}

.ankieta label,
.ankieta input {
	text-align: left;
}

.ankieta form>label,
.ankieta form>label>input,
.ankieta form>div>label>input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	/*font-family: Lato, sans-serif;*/
	font-size: 100%;
}

.ankieta label {
	padding: 1ex 0;
}

.ankieta fieldset label {
	padding: 0;
}

.ankieta form div {
	display: table;
}

.ankieta form div label {
	display: table-cell;
}

.ankieta fieldset label {
	display: table-cell;
	min-width: 6em;
}

.ankieta #postcode {
	width: 30%;
	min-width: 13ex;
	padding-right: 1em;
}

.ankieta fieldset {
	border: none;
	margin: 2ex 0;
	padding: 0;
	display: table;
}

.ankieta input[type=submit] {
	padding: 1ex 1em;
}

.metamorfozy main h1 {
	text-align: center;
}

.metamorfozy #gallery a {
	width: 700px;
	max-width: 90%;
	height: auto;
	display: block;
	margin: 1em auto;
	background: #eee;
	color: #000;
}

.metamorfozy #gallery a:hover {
	background: #006894;
	color: #fff;
}

.metamorfozy #gallery a div {
	height: 200px;
	background: no-repeat center/cover;
}

.metamorfozy #gallery a p {
	margin: 1ex 0 0 0;
}

.metamorfozy #gallery a p::before,
.metamorfozy #gallerydesc::before {
	content: 'Leczenie: ';
}


/***********************
/* 2021 */


/**********************/

.dark a {
	border-bottom: none;
}

header nav {
	display: flex;
	justify-content: space-between;
}

header nav .nav__logo {
	width: 302px;
	min-width: 302px;
}

header nav .nav__info {
	width: calc(100% - 302px);
}

header nav .top-bar {
	width: calc(100% - 20px);
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
}

header nav .top-bar p {
	position: relative;
	font-size: 16px;
	background: none;
}

header nav .top-bar .icon {
	width: 14px;
	position: relative;
	top: 1px;
	margin-right: 2px;
}

header nav .top-bar .icon--map {
	width: 12px;
}

header nav .top-bar__column {
	margin-left: 18px;
}

header nav .top-bar a:hover {
	background: none;
	opacity: 0.8;
}

header nav ul {
	padding-right: 0;
}

a.btn {
	padding: 8px 20px;
	background: #006894;
	border: 2px solid #006894;
	color: #fff;
	text-transform: uppercase;
}

a.btn:hover {
	background: #fff !important;
	color: #006894;
	opacity: 1 !important;
	cursor: pointer;
}

@media screen and (min-width: 1150px) {
	.index header nav li a {
		padding-top: 16px;
	}
}

footer #kontakt .contact-info__row {
	display: flex;
	align-items: flex-start;
	font-style: initial !important;
	margin-top: 20px;
}

footer #kontakt .contact-info__title {
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
	font-size: 17px;
	color: #fff !important;
}

footer #kontakt .contact-info p {
	font-size: 16px !important;
	font-style: initial !important;
}

footer #kontakt .contact-info span {
	font-size: 100%;
}

footer #kontakt .contact-info a {
	font-size: 16px !important;
}

footer #kontakt .icon {
	width: 14px;
	min-width: 14px;
	margin-right: 20px;
	position: relative;
	top: 4px;
}

#kontakt .column:first-child p {
	font-size: 100%;
	font-style: initial;
}

.popup {
	display: none;
}

.popup .popup-bg {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 104, 148, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup .popup-box {
	width: 600px;
	max-width: 95%;
	height: auto;
	background: #006894;
	position: relative;
	padding: 20px 30px;
	min-height: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup .popup-box #popup-close {
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: 20px;
	right: 20px;
}

.popup .popup-box #popup-close:hover {
	opacity: 0.9;
	cursor: pointer;
}

.booking-form {
	width: 770px;
	max-width: 100%;
	background: #006894;
	color: #fff;
	padding: 20px 15px;
}

.booking-form .booking-form__title {
	margin-bottom: 20px;
}

.booking-form .booking-form__row.flex {
	display: flex;
	justify-content: space-between;
}

.booking-form input,
.booking-form textarea {
	border: none;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 0 !important;
	padding: 15px 15px 15px 20px;
	margin-bottom: 13px;
	font-family: Lato, LatoLatin, sans-serif;
}

.booking-form .booking-form__row.flex input {
	width: calc(30% - 20px);
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
	opacity: 0.8;
	font-weight: 300;
}

.booking-form textarea {
	width: calc(100% - 35px);
	height: 40px;
}

.booking-form input[type='checkbox'] {
	margin-left: 0;
	width: auto;
}

.booking-form input[type='submit'] {
	background: #2a95c3;
	color: #fff;
	text-transform: uppercase;
	float: right;
	padding: 25px 20px;
	margin-top: 20px;
	width: auto;
}

#kontakt .column p {
	hyphens: none;
}

@media screen and (max-width: 1300px) {
	#kontakt>div {
		justify-content: center;
	}
	.booking-form {
		max-width: calc(100% - 20px);
	}
	#kontakt .column {
		padding: 35px 15px !important;
	}
	#kontakt .column--form {
		max-width: calc(100% - 360px) !important;
	}
}

@media screen and (max-width: 1199.98px) {
	header nav li a {
		font-size: 100%;
	}
}

@media screen and (min-width: 800px) {
	#kontakt>div {
		width: 1180px;
		max-width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#kontakt .column {
		display: block;
		padding: 35px 0;
		max-width: initial;
	}
	#kontakt .column--info {
		width: 300px;
		min-width: 300px;
	}
	#kontakt .column--form {
		width: 770px;
		max-width: calc(100% - 300px);
	}
}

@media screen and (max-width: 991.98px) {
	.booking-form .booking-form__row.flex {
		flex-direction: column;
	}
	.booking-form .booking-form__row.flex input {
		width: calc(100% - 35px);
	}
	#kontakt>div {
		display: flex;
		width: 100%;
		padding: 0;
	}
	#kontakt .column--info {
		width: 250px;
	}
}

header nav li.has-child {
	position: relative;
}

header nav ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 1;
	font-size: 14px;
	text-transform: initial;
	width: 250px;
	background: #fff;
	padding: 15px 0;
	text-align: left;
}

header nav ul.sub-menu.show {
	display: block;
}

header nav ul.sub-menu a {
	font-size: 100%;
	padding: 8px 15px !important;
	border: none;
}

header nav ul.sub-menu a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 575.98px) {
	#kontakt>div {
		flex-direction: column;
	}
	#kontakt .column--info {
		width: 100%;
		max-width: calc(100% - 30px);
		padding-bottom: 0!important;
	}
	#kontakt .column--form {
		width: 100%;
		max-width: calc(100% - 30px)!important;
	}
	.booking-form {
		max-width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 1199px) {
	header nav .top-bar__column:nth-child(1),
	header nav .top-bar__column:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {
	header nav .top-bar__column:nth-child(2) {
		display: none;
	}
}

@media screen and (max-width: 575.98px) {
	header nav .top-bar__column:nth-child(4) {
		display: none;
	}
	header nav .top-bar {
		display: none;
	}
}

.hamburger {
	display: none;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 20px;
	margin-top: 2px;
	height: 30px;
}

.hamburger.is-active {
	display: flex;
	position: fixed;
	z-index: 999;
	top: 20px;
	right: 0;
}

.hamburger .hamburger-inner {
	position: relative;
	top: 0px;
	width: 31px;
	height: 3px;
	background: #006894;
	transition: all 0.3s ease-in-out;
}

.hamburger.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger .hamburger-inner::before {
	display: block;
	content: '';
	position: relative;
	top: 10px;
	width: 31px;
	height: 3px;
	background: #006894;
	transition: all 0.3s ease-in-out;
}

.hamburger.is-active .hamburger-inner::before {
	display: none;
}

.hamburger .hamburger-inner::after {
	display: block;
	content: '';
	position: relative;
	top: 17px;
	width: 31px;
	height: 3px;
	background: #006894;
	transition: all 0.3s ease-in-out;
}

.hamburger.is-active .hamburger-inner::after {
	transform: rotate(-90deg);
	top: 0;
}

header nav ul.menu .show-sub-menu {
	display: none;
}
header nav ul.menu .main.show-sub-menu {
	display: inline-block;
}

@media screen and (max-width: 991.98px) {
	header nav ul.menu {
		display: none;
		padding: 30px 15px;
		overflow-y: scroll;
	}
	header nav li:first-child>a {
		border-top: none;
	}
	header nav ul.menu.show {
		position: fixed;
		width: calc(100vw - 30px);
		height: calc(100vh - 60px);
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.97);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 999;
	}
	.hamburger {
		display: flex;
	}
	header nav ul.menu .main {
		border-bottom: none;
	}
	header nav ul.menu .show-sub-menu {
		display: block;
	}
	header nav ul.menu .show-sub-menu:hover {
		background: none;
		border-bottom: none!important;
	}
	header nav ul.menu .show-sub-menu::before {
		content: '- rozwiń -';
		display: block;
		font-size: 12px;
		text-transform: initial;
		border-top: none;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	header nav li.has-child .show-sub-menu.active::before {
		margin-bottom: -10px;
		content: '- zwiń -';
	}
	header nav ul.menu ul.sub-menu {
		display: none!important;
	}
	header nav ul.menu ul.sub-menu.show {
		display: block!important;
		width: auto;
		background: none;
		text-align: center;
		position: relative;
	}
	header nav ul.menu ul.sub-menu.show li {
		display: block;
	}
}

@media screen and (max-width: 991.98px) and (max-height: 670px) {
	header nav li.has-child.active {
		padding-top: 120px;
	}
}

@media screen and (max-width: 575.98px) {
	.hamburger {
		margin-top: 15px;
		padding-right: 15px;
	}
	header nav .nav__logo {
		width: 210px;
		min-width: 210px;
		padding-left: 15px;
	}
}

.call-now-button {
	display: flex;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 60px;
	background-color: #006894;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	z-index: 99;
}

.call-now-button img {
	width: 25px;
	margin-right: 10px;
}

@media screen and (max-width: 575.98px) {
	.call-now-button {
		display: flex;
	}
}

#contact-page main {
	min-height: 0;
}

#contact-page #kontakt,
#contact-page #kontakt .booking-form {
	color: #000;
	background: #fff;
}

#contact-page #kontakt .booking-form {
	margin-top: 90px;
}

#contact-page #kontakt a,
#contact-page #kontakt a,
#contact-page footer #kontakt .contact-info__title {
	color: #000!important;
}

#contact-page #kontakt .booking-form input,
#kontakt .booking-form textarea {
	background: #fbfbfb;
}

#contact-page #kontakt .booking-form input[type='submit'] {
	background-color: #006894;
}

#contact-page footer #kontakt .icon {
	filter: grayscale(1);
}

#contact-page footer #kontakt h1 {
	color: #006894;
	font-size: 60px;
	margin-top: 0;
}

@media screen and (max-width: 575.98px) {
	#contact-page #kontakt .booking-form {
		margin-top: 0px;
	}
}

div.map {
	position: relative;
	margin-top: -2em;
	text-align: center;
}

div.map img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: top center;
	max-width: 100%;
}

div.map a.btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div.map a.btn:hover {
	border: 2px solid #fff;
}

#logo img {
	height: 66px;
}

.index h1 {
	text-align: center;
	padding: 0 15px;
}

header nav ul.sub-menu {
	z-index: 9999999;
}

@media screen and (min-width: 1150px) {
	#logo img {
		height: 80px !important;
		padding: 10px 15px;
	}
	header nav li a {
		padding-top: 16px;
	}
}

@media screen and (min-width: 992px) {
	header nav li.has-child:hover>ul.sub-menu {
		display: block;
	}
	header nav li.has-child:hover>a.main {
		border-bottom: 4px solid #006894;
		background: #fff;
	}
}

@media screen and (max-width: 991.98px) {
	.hamburger {
		display: flex;
		width: 30px;
		float: right;
		position: relative;
		z-index: 999;
	}
}

.offer-img {
	width: 100%;
	max-height: 77ex;
	object-fit: cover;
}

.btn-holder--mobile {
	display: none;
}

@media screen and (max-width: 575.98px) {
	.btn-holder--mobile {
		display: block;
		text-align: center;
		margin: 45px 0;
	}
}

p.ctabtn {
	text-align: center;
	margin: 3ex;
}

p.ctabtn a {
	border-bottom-width: 2px;
}
