#header_top {
	max-height: 100vh;
}

.sub .oferta_box {
	position: relative;
}

@media screen and (max-width: 1680px) {
	.hide-1680, .h-1680 {
		display: none;
	}
}

@media screen and (max-width: 1600px) {
	.hide-1600, .h-1600 {
		display: none;
	}
}

@media screen and (max-width: 1536px) {
	.hide-1536, .h-1536 {
		display: none;
	}
}

@media screen and (max-width: 1440px) {
	.hide-1440, .h-1440 {
		display: none;
	}
}

@media screen and (max-width: 1366px) {
	.hide-1366, .h-1366 {
		display: none;
	}
}

@media screen and (max-width: 1360px) {
	.hide-1360, .h-1360 {
		display: none;
	}
}

@media screen and (max-width: 1280px) {
	.hide-1280, .h-1280 {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.hide-1199, .h-1199 {
		display: none;
	}
	.container {
		max-width: 94%;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.navbar-nav>li {
		margin-left: 20px;
	}
	.navbar-nav>li:first-child {
		margin-left: 0;
	}
	.oferta_box {
		padding: 0 60px;
		height: 600px;
	}
	#news .col-4 a .caption strong {
		font-size: 1.1rem;
	}
	#who {
		height: 553px;
	}
	#main .hero_img {
		margin-bottom: 120px;
	}
	.sub #realizacje .row a .caption {
		padding: 5px 15px;
	}
	.caption_title {
		font-size: 0.9rem;
	}
	.logo img {
		height: 33px;
	}
	#navbar_right .has_dropdown {
		margin-left: 30px;
	}
	#header_top h1 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1023px) {
	.hide-1023, .h-1023 {
		display: none;
	}
	h2.lead {
		line-height: 1.1;
	}
	.navbar__toggler {
		display: block;
		padding: 0;
		border: 1px solid transparent;
		background: #fff;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		margin-left: 10px;
	}
	.navbar__toggler span {
		width: 30px;
		height: 2px;
		display: block;
		background: #dd0019;
		margin: 5px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler.show {
		border-color: transparent;
		padding: 0;
	}
	.navbar__toggler.show span:nth-child(2) {
		opacity: 0;
		height: 0;
	}
	.navbar__toggler.show span:first-child {
		-webkit-transform: rotate(-45deg) translateY(4.5px);
		transform: rotate(-45deg) translateY(4.5px);
	}
	.navbar__toggler.show span:last-child {
		-webkit-transform: rotate(45deg) translateY(-4.5px);
		transform: rotate(45deg) translateY(-4.5px);
	}
	.navbar-nav {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999999;
		width: 50vw;
		min-width: 270px;
		height: 100vh;
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
	}
	.navbar-nav.show {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
	.navbar-nav li, .navbar-nav a {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav li::after, .navbar-nav a::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: white;
	}
	.navbar-nav a:hover, .navbar-nav a:focus, .navbar-nav a.active {
		background: #dd0019;
		color: white;
	}
	.navbar-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.05);
		max-height: 0;
	}
	.navbar-nav .dropdown a:hover, .navbar-nav .dropdown a:focus, .navbar-nav .dropdown a.active {
		background: #81000f !important;
		color: white;
	}
	.navbar-nav li:hover>.dropdown {
		max-height: 100%;
	}
	.btn.alt img {
		display: block;
		margin-left: 50px;
	}
	.sticky {
		top: 0;
	}
	#realizacja-info {
		margin-top: 0;
	}
	.sub #galeria {
		margin-top: 0;
	}
	[lang="de"] .oferta_box h2 {
		font-size: 2.7rem;
	}
	[lang="de"] #header_top h1 {
		max-width: 70%;
	}
}

@media screen and (max-width: 800px) {
	.hide-800, .h-800 {
		display: none;
	}
	#main .col-3, #main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#news .col-4 h3 strong {
		line-height: 1.3;
	}
	.realizacja>img:first-of-type {
		width: 25vw;
		height: 50vh;
		object-fit: cover;
	}
	.realizacja>img:nth-of-type(2) {
		width: 45vw;
		height: 50vh;
		object-fit: cover;
	}
	[lang="de"] #header_top h1 {
		font-size: 2rem;
	}
	#scroll {
		bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.hide-768, .h-768 {
		display: none;
	}
	#main .col-4, #main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.btn.alt img {
		display: block;
		margin-left: 20px;
	}
	.realizacja a {
		padding: 10px 0 10px 15px;
		width: auto;
		min-width: 200px;
	}
	.realizacja a strong {
		font-size: 0.85rem;
		margin-right: 15px;
	}
}

@media screen and (max-width: 640px) {
	.hide-640, .h-640 {
		display: none;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		margin-right: 30px;
	}
	.five-cols a:nth-child(5n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 0;
	}
	#header_top h1 {
		font-size: 2rem;
		max-width: 55%;
	}
	#scroll {
		display: none;
	}
	h2, .h2 {
		font-size: 2rem;
	}
	.oferta_box {
		padding: 0 30px;
		height: 400px;
	}
	#realizacje h3, #news h3 {
		margin: 0;
		font-size: 1.925rem;
	}
	#news .col-4, #kontakt .col-8, #kontakt .col-4 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#news .col-4 a img {
		max-height: 40vh;
		min-height: 150px;
		object-fit: cover;
		object-position: center;
	}
	#who .col-6 {
		width: 80%;
		max-width: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		margin-right: 0;
	}
	#kontakt .ic {
		margin-bottom: 0;
	}
	.sub .oferta_box {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		height: 300px;
	}
	#promo_popup iframe {
		max-width: 100%;
		display: block;
	}
	.filter_tag {
		font-size: 11px;
		padding: 0.5rem;
	}
	.sub #realizacje .col {
		margin: 0;
		flex-basis: 50%;
	}
	#realizacja-info, .sub #galeria {
		margin-top: 0;
		position: relative !important;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	[lang="de"] .oferta_box h2 {
		font-size: 2rem;
	}
	[lang="de"] .oferta_box .btn {
		font-size: 0.8rem;
	}
	[lang="de"] .kariera_box {
		padding: 15px;
	}
	[lang="de"] .kariera_box p {
		max-width: 67%;
		margin-bottom: 20px;
	}
	[lang="de"] .btn.alt {
		font-size: 0.8rem;
		background-color: rgba(255, 255, 255, .2);
		backdrop-filter: blur(5px);
	}
}

@media screen and (max-width: 600px) {
	.hide-600, .h-600 {
		display: none;
	}
	.four-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.four-cols a:nth-child(2n) {
		margin-right: 0;
	}
	form fieldset.col {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.col-5, .col-7, .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	header .swiper-slide img {
		width: 100%;
		height: 40vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	.btn {
		padding: 1rem;
		font-size: 0.925rem;
	}
	#kariera {
		margin: 30px 0;
	}
	#additional-info .offer, #additional-info .col-6 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.accordion-content .grid-1 .col-12, .accordion-content .grid-1 .col-12 img, .accordion-content .grid-1 .col-12 div, .accordion-content .col-3, .accordion-content .col-4, .accordion-content .col-5, .accordion-content .col-6, .accordion-content .col-7, .accordion-content .col-8, .accordion-content .col-9 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin: 0;
		margin-bottom: 15px;
		display: block;
		float: none;
	}
	.filter_tag.btn {
		font-size: 11px;
		padding: 0.5rem;
	}
	#additional-info .grid-2 .col-6.mt-5 {
		text-align: center;
	}
	.accordionTitle, .accordion__Heading {
		line-height: 1.1;
	}
}

@media screen and (max-width: 480px) {
	.hide-480, .h-480 {
		display: none;
	}
	.three-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.three-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.three-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.col-6, .col-4 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	footer .cb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.madeby {
		margin-top: 15px;
	}
	.oferta_box {
		width: 100%;
		height: 275px;
	}
	#realizacje .row.cb {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#realizacje h3 {
		margin-bottom: 15px;
	}
	.realizacja>img:first-of-type {
		width: 15vw;
	}
	#who h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.kariera_box {
		padding: 15px;
	}
	.kariera_box p {
		max-width: 65%;
	}
	.sub h1, .sub .h1 {
		font-size: 2.5rem;
	}
	.container-fluid {
		max-width: 90%;
	}
	.sub h3, .sub .h3 {
		font-size: 2rem;
	}
	.sub h2, .sub .h2 {
		font-size: 2.3125rem;
	}
	[lang="de"] #header_top h1 {
		font-size: 1.5rem;
	}
	.realizacja>img:first-of-type {
		display: none;
	}
	.realizacja>img:nth-of-type(2) {
		width: 100%;
		margin: 0;
		height: auto;
	}
	.realizacja a {
		bottom: 15px;
		right: 15px !important;
		left: auto !important;
		min-width: 150px;
	}
	.realizacja a img {
		height: 30px;
	}
	.okna .thumbnail {
		float: right;
		max-width: 45%;
		max-height: 170px;
		display: block;
		margin: 0 0 10px 10px;
	}
	.sub h3, .sub .h3 {
		font-size: 1.2rem;
		margin-top: 0;
	}
	#pliki {
		margin-bottom: 30px;
	}
	.downloads a strong {
		display: block;
		line-height: 1.2;
	}
}

@media screen and (max-width: 435px) {
	.hide-435, .h-435 {
		display: none;
	}
}

@media screen and (max-width: 425px) {
	.hide-425, .h-425 {
		display: none;
	}
}

@media screen and (max-width: 414px) {
	.hide-414, .h-414 {
		display: none;
	}
	.container {
		max-width: 90%;
	}
	.grid-6 .col-2, .grid-4 .col-3, .col-2, .col-3 {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.grid-6 .col-2:nth-child(2n), .grid-4 .col-3:nth-child(2n) {
		margin-right: 0;
	}
	.col-9, .col-10, .col-11, .col-12 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.sub #realizacje .col {
		flex-basis: 100%;
	}
	#news .row.cb {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#news h3 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 375px) {
	.hide-375, .h-375 {
		display: none;
	}
	.downloads a {
		padding: 15px;
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.downloads .text strong {
		line-height: 1.3em;
	}
	.downloads a img {
		max-width: 25px;
		margin-right: 15px;
	}
	/*
	.realizacja > img:first-of-type {
		width: 35vw;
		height: 40vh;
		margin-left: 0;
	}

	.realizacja > img:nth-of-type(2) {
		width: 52vw;
		height: 40vh;
		object-fit: cover;
		margin-right: 0;
		margin-left: 0;
	}

	.row.realizacja {
		justify-content: space-between;
	}

	.realizacja a {
		padding: 0 0 0 15px;
		max-width: 60vw;
		min-width: 10px;
		right: 15px;
		bottom: 15px;
		font-size: 1.025rem;
		line-height: 1.1;
	}

	.realizacja.reversed a {
    	left: 15px;
    	right: auto;
	} */
	.kariera_box .btn {
		margin-right: 0;
		margin-bottom: 10px;
		min-width: 200px;
		backdrop-filter: blur(3px);
		background-color: rgba(255, 255, 255, .1);
	}
	[lang="de"] .sub h3 {
		font-size: 1.2rem;
	}
	[lang="de"] .sub h5 {
		font-size: 1rem;
	}
}

@media screen and (max-width: 360px) {
	.hide-360, .h-360 {
		display: none;
	}
}

@media screen and (max-width: 320px) {
	.hide-320, .h-320 {
		display: none;
	}
	/* .realizacja > img:first-of-type {width: 30vw;}
	.realizacja > img:nth-of-type(2) {width: 56vw;} */
}

/*# sourceMappingURL=rwd.min.css.map */