@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");

body {
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-y: 425px;
	background-size: cover;
	position: relative;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #646363;
	overflow-x: hidden;
}

a.telefon {
	text-decoration: none;
	cursor: pointer;
}

.container {}

@media (max-width: 991px) {
	.right {
		display: none
	}

	#abc,
	#ab {
		clear: both;
	}

	body {
		font-size: 15px;
	}
}

.logo {
	float: left;
	margin-right: 10px;
}

.left {
	float: left;
	margin-left: 80px;
}

a {
	color: black;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: black;
}

button:focus {
	outline: 0;
}

.ml-0 {
	margin-left: 0;
}

.ml-1 {
	margin-left: 1rem;
}

.ml-2 {
	margin-left: 2rem;
}

.ml-3 {
	margin-left: 3rem;
}

.ml-4 {
	margin-left: 4rem;
}

.ml-5 {
	margin-left: 5rem;
}

.ml-6 {
	margin-left: 6rem;
}

.ml-7 {
	margin-left: 7rem;
}

.inline-block {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: black;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.form-control {
	border-radius: 15px;
	max-width: 80%;
}

.form-control:focus {
	border-color: #7D9855;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 152, 85, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 152, 85, 0.6);
}

textarea.form-control {
	resize: vertical;
}

.input-form.has-error input[type="text"],
.input-form.has-error input[type="email"],
.input-form.has-error textarea {
	border-color: #a94442;
}

.btn-warning {
	background-color: #f79d0b;
	border-color: #f79d0b;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:hover {
	background-color: #e18e07;
	border-color: #e18e07;
}

.btn-success {
	background-color: #ffe32e;
	border-radius: 15px;
	max-width: 80%;
	border-color: #272727;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
	background-color: #ff7534;
	border-color: #272727;
}

.btn-group-xl>.btn,
.btn-xl {
	padding: 14px 37px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 12px;
}

header {
	height: 82px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #111111;
	z-index: 100;
}

header .brand {
	display: table-cell;
	vertical-align: middle;
	width: 260px;
	padding-left: 20px;
	font-weight: bold;
	color: black;
	font-size: 16px;
	height: 82px;
}

#hb {
	display: none;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	text-align: center;
}

.languages a {
	margin: 0 1px;
}

@media (min-width: 992px) {
	.nav-home.mobile {
		display: none
	}

	.page-wrapper {
		padding: 110px 0 60px;
	}

	nav {
		padding-left: 172px;
		padding-right: 30px;
		display: block;
		position: relative;
		right: -2px;
		float: left;
		width: 75%;
		#border-radius: 8px 0 0 8px;
		#box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
		font-size: 18px;
		font-weight: bold;
	}

	nav>ul {
		margin-top: 20px;
		margin-left: 50px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	nav>ul>li {
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	nav>ul>li:not(.languages):after {
		position: absolute;
		content: ' ';
		bottom: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: #e74520;
		transition: height .1s;
	}

	nav>ul>li>a,
	nav>ul>li>span {
		display: table-cell;
		vertical-align: middle;
		height: 53px;
	}

	nav>ul>li>a:hover,
	nav>ul>li>a:focus,
	nav>ul>li>span:hover,
	nav>ul>li>span:focus {
		color: #646363;
		text-decoration: none;
	}

	nav>ul>li a,
	nav>ul>li span {
		color: #646363;
	}

	nav>ul>li a:hover,
	nav>ul>li a:focus,
	nav>ul>li span:hover,
	nav>ul>li span:focus {
		color: #646363;
		text-decoration: none;
	}

	nav>ul>li.active:after,
	nav>ul>li:hover:after {
		height: 8px;
	}

	nav>ul>li ul {
		transition: visibility .2s, opacity .2s;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		border: #ffe32e solid;
		border-width: 2px 0 2px 0;
		box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	}

	nav>ul>li ul li {
		position: relative;
		white-space: nowrap;
		background-color: #ffffff;
	}

	nav>ul>li ul li:hover {
		background-color: #eee;
	}

	nav>ul>li ul li a,
	nav>ul>li ul li span {
		display: block;
		padding: 10px;
	}

	nav>ul>li>ul {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	nav>ul>li>ul>li ul {
		top: -2px;
		left: 100%;
	}

	nav>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
	}

	nav .nav-home {
		float: left;
		color: #ff7534;
		font-size: 25px;
		padding: 8px 15px;
	}

	nav .languages {
		background-color: #f79d0b;
		padding: 0 4px 4px 4px;
		border-bottom-left-radius: 5px;
		position: absolute;
		right: 0;
		bottom: -42px;
	}

	nav .languages a {
		display: inline-block;
		height: auto;
	}

	nav .languages a img {
		transition: all 0.1s;
	}

	nav .languages a:hover img {
		transform: scale(0.88);
	}
}

@media (max-width: 991px) {
	.logo {
		float: left;
		margin-right: 10px;
	}

	.left {
		float: left;
		margin-left: 5px;
	}

	.right {}

	#hb {
		display: block;
		position: absolute;
		top: 15px;
		right: -2px;
		background-color: #ffffff;
		border: solid #e74520;
		border-width: 2px 0 2px 2px;
		border-radius: 8px 0 0 8px;
		box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
		font-size: 28px;
		color: #ffffff;
		cursor: pointer;
		width: 70px;
		height: 50px;
	}

	#hb span {
		background-color: #e74520;
		position: absolute;
		left: 18px;
		top: 12px;
		width: 30px;
		height: 4px;
		border-radius: 3px;
		transition: all 0.2s;
	}

	#hb span:nth-child(2) {
		top: 21px;
	}

	#hb span:nth-child(3) {
		top: 21px;
	}

	#hb span:nth-child(4) {
		top: 30px;
	}

	#hb.open span:nth-child(1),
	#hb.open span:nth-child(4) {
		opacity: 0;
	}

	#hb.open span:nth-child(2) {
		transform: rotate(-45deg);
	}

	#hb.open span:nth-child(3) {
		transform: rotate(45deg);
	}

	nav {
		position: fixed;
		background-color: #ffffff;
		overflow-y: auto;
		top: 82px;
		bottom: 0;
		left: 100%;
		width: 100%;
		transition: left 130ms ease-in;
	}

	nav.open {
		transition: all 230ms ease-out;
		left: 0;
	}

	nav.open>ul ul {
		opacity: 1;
	}

	nav .nav-home {
		display: none;
	}

	nav ul li>a,
	nav ul li>span {
		#font-weight: bold;
		font-size: 14px;
		display: block;
		padding: 20px 0;
		color: #ffffff;
	}

	nav ul li>a:hover,
	nav ul li>a:focus,
	nav ul li>span:hover,
	nav ul li>span:focus {
		text-decoration: none;
	}

	nav>ul>li {
		margin-top: 5px;
		background-color: #111111;
	}

	nav>ul>li>a:hover,
	nav>ul>li>a:focus,
	nav>ul>li>span:hover,
	nav>ul>li>span:focus {
		color: #ffffff;
	}

	nav>ul>li>ul>li {
		background-color: #ffffff;
	}

	nav>ul>li>ul>li a,
	nav>ul>li>ul>li span {
		color: #646363;
	}

	nav>ul>li>ul>li a:hover,
	nav>ul>li>ul>li span:hover {
		background-color: #eee;
	}

	nav>ul>li>ul>li ul {
		border: #eee solid;
		border-width: 1px 0 1px 0;
	}

	nav>ul>li>ul>li ul li a,
	nav>ul>li>ul>li ul li span {
		font-size: 13px;
		padding: 8px 0;
	}

	nav .languages {
		background-color: #fcd99f;
	}

	nav .languages a {
		display: inline-block;
		padding: 10px 0;
	}
}

.slide-wrapper {
	margin-top: 82px;
	position: relative;
}

.slide-wrapper .slide {
	display: none;
	opacity: 0;
	position: relative;
	#max-width: 1240px;
	height: 300px;
	margin: auto;
}

.slide-wrapper .slide.show {
	display: block;
}

.slide-wrapper .slide .slide-text-bg {
	height: 100%;
	position: relative;
	z-index: 10;
}

.slide-wrapper .slide .slide-text-bg .slide-text {
	max-height: 100%;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.homepage-boxes {
		padding: 40px 20px;
	}

	.boxes-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	.box {
		display: flex;
		flex-wrap: wrap;
		width: 700px;
		height: 460px;
		border: 1px solid #ccc;
		overflow: hidden;
		box-sizing: border-box;
	}

	.box-left,
	.box-right {
		width: 50%;
		height: 100%;
		box-sizing: border-box;
		padding: 20px;
	}

	.box-left {
		background-color: #ffffff;
	}

	.box-left h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.box-left img {
		max-width: 100%;
		height: auto;
		display: block;
		border: 1px solid #eee;
	}

	.box-right {
		background-color: #272727;
		color: #ffffff;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.box-content {
		overflow: hidden;
		max-height: 320px;
		text-align: justify;
	}

	.read-more {
		display: inline-block;
		padding: 10px 15px;
		color: #e74520;
		border: 2px solid #e74520;
		text-decoration: none;
		background-color: #272727;
		margin-top: 10px;
		transition: 0.3s;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
	}

	img.responsive-image {
		width: 100%;
		height: auto;
		display: block;
	}

	.read-more:hover {
		background-color: #e74520;
		color: #272727;
	}

	@media (min-width: 992px) {
		.boxes-grid {
			justify-content: space-between;
		}

		.box {
			width: calc(50% - 10px);
			/* 2 boxy w wierszu z odstępem */
		}
	}

	#ab>.logo {
		margin-left: 110px;
	}

	.slide-wrapper {
		#border-bottom: 6px solid #f79d0b;
		height: 400px;
	}

	.slide-wrapper:after {
		position: absolute;
		display: block;
		bottom: -12px;
		content: ' ';
		height: 6px;
		left: 0;
		right: 0;
		#background-color: #7D9855;
	}

	.slide-text-bg {
		position: absolute;
	}

	.slide-wrapper .slide .slide-text-bg {
		width: 30%;
	}

	.slide-wrapper .slide .slide-img {
		width: 70%;
		position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
		z-index: 5;
		direction: rtl;
	}
}

@media (max-width: 991px) {
	.box-content {
		text-align: justify;
	}

	img.responsive-image {
		width: 100%;
		height: auto;
		display: block;
	}

	.slide-wrapper .slide {
		text-align: center;
		height: auto;
	}

	.slide-wrapper .slide .slide-text-bg {
		height: 200px;
		width: 100%;
	}

	.slide-wrapper .slide .slide-text-bg .slide-button {
		text-align: center !important;
	}

	.slide-wrapper .slide .slide-img img {
		max-width: 100%;
	}
}

.page-wrapper {
	#padding: 110px 0 60px;
}

.page-wrapper .breadcrumbs {
	margin-top: -60px;
}

footer {
	background-color: #272727;
	color: #ffffff;
	padding: 10px 0 5px;
	font-size: 15px;
	line-height: 1.2;
}

footer a {
	color: #ffffff;
}

footer a:hover,
footer a:focus {
	color: #ffffff;
	text-decoration: underline;
}

footer .row>div {
	margin-bottom: 10px;
}

footer .footer-contact {
	display: inline-block;
}

@media (max-width: 767px) {
	footer .footer-contact {
		display: block;
	}
}

.gallery-box {
	display: block;
	text-align: center;
	color: #646363;
	margin: 20px 0;
}

.gallery-box:hover,
.gallery-box:focus {
	color: #646363;
	text-decoration: none;
}

.gallery-box img {
	max-width: 100%;
	transition: all 0.3s;
}

.gallery-box:hover img {
	opacity: 0.8;
}

.gallery-box .gallery-box-title {
	font-family: "Just Another Hand", cursive;
	font-size: 25px;
}

.gallery-box small {
	font-size: 10px;
}

.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 999;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #ecf0f1;
	background: #1a4360;
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert .cookiealert-text {
	display: inline-block;
	margin-bottom: -10px;
}

.cookiealert a {
	text-decoration: underline;
}

.cookiealert a:hover,
.cookiealert a:focus {
	color: #ecf0f1;
}

.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
}

@media screen and (max-width: 960px) {
	.rwd-table {
		overflow-x: scroll;
	}
}

.offer-icons {
	#background-color: #fff;
	position: relative;
	padding: 0px 0 30px;
}

.offer-icons:after {
	width: 100%;
	height: 15px;
	content: ' ';
	display: block;
	bottom: -15px;
	position: absolute;
	z-index: 1;
}

.offer-icons .offer-icon-box {
	width: 25%;
	text-align: center;
	font-size: 25px;
	#color: #a3b55c;
	display: inline-block;
	margin: 10px 0;
	vertical-align: top;
	padding: 0 5px;
	#cursor: pointer;
}

.offer-icons .offer-icon-box:focus {
	text-decoration: none;
}

.offer-icons .offer-icon-box img {
	max-width: 100%;
}

.offer-icons .offer-icon-box .offer-icon-text {
	margin-top: 5px;
	text-transform: uppercase;
	word-break: break-word;
}

@media (max-width: 991px) {
	.offer-icons .offer-icon-box {
		font-size: 2.1vw;
	}
    .read-more {color:#e74520}
}

/*# sourceMappingURL=style.css.map */
