html, body {
	height: 100%;
	margin: 0;
	scroll-behavior: smooth;
}

a {
	font-family: 'Roboto', sans-serif;
	color: #f2f2f2;
}



/*HEADER*/

.flex_center {
	z-index: 9999;
    position: fixed;
    top: 0;
    align-items: center;
    width: 100vw;
    height: 60px;
    padding: 0;
}


.topnav {
    z-index: 9999;
    position: fixed;
    background-color: #313131;
    width: 100vw;
    height: 60px;
    margin: auto;
    box-shadow: 0px 0px 15px 0px #000000;
    color: #f2f2f2;
}

.topnav ul  {
	color: #f2f2f2;
    opacity: .9999;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    max-width: 960px;
    width: 100%;
    height: 0px;
    padding: 23px 0;
    margin: 0px auto;
    list-style-type: none;
}

.topnav ul li  {
    opacity: .9999;
    z-index: 9999;
    float: left;
    margin: -1px auto;
    padding: 0px;
}

.topnav ul li:first-child  {
	margin-left: 0;
}

@media (max-width: 800px) {
	.topnav ul  {
		justify-content: center;
	}
	.topnav ul li  {
		opacity: .9999;
		z-index: 9999;
		float: left;
		margin: 0;
		padding: 0px;
	}
	.topnav ul li a {
		opacity: .9999;
		z-index: 9999;
		text-decoration: none;
		font-weight: 400;
		font-size: 0.8em;
		letter-spacing: 1px;
		color: black;
		/* margin: auto; */
		padding: 20px 8px 20px 8px;
		color: #f2f2f2;
		-webkit-transition: color 0.3s;
		white-space: nowrap;
	}
}

@media (min-width: 800px) {
	.topnav ul li a {
		opacity: .9999;
		z-index: 9999;
		text-decoration: none;
		font-weight: 400;
		font-size: 0.9em;
		letter-spacing: 5px;
		color: black;
		/* margin: auto; */
		padding: 20px 3px 20px 3px;
		color: #f2f2f2;
		-webkit-transition: color 0.3s;
	}
}

.topnav ul li a:hover  {
	color: #cccccc;
}

.dropdown2:hover .menudropdown {
	visibility: visible;
}

.menudropdown {
    opacity: 1;
    z-index: 10000;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    visibility: hidden;
    background-color: rgb(0 0 0);
    /* top: 54px; */
    /* left: -20px; */
    /* height: 90px; */
    /* width: 100%; */
    margin: 20px -30px 20px -24px;
    padding: 0px 41px 20px 15px;
    box-shadow: 0px 0px 3px 0px #111111;
    border-bottom: solid #232323 1px;
}

.topnav ul li .menudropdown a  {
	padding: 20px 24px;
	font-size: 0.7em;
}
@media (min-width: 800px) {
.topnav ul li .menudropdown a  {
	font-size: 0.9em;
}}

.menu_drpdwn_block {
	z-index: 10000;
    position: relative;
    display: -webkit-flex;
    display: flex;
    /* margin: auto; */
    /* width: 70%; */
    flex-direction: column;
    text-align: left;
}

/*SCROLLPOS*/

.demo {
	position: fixed;
	top: 800px;
	text-align: center;
}


/*TESTIMONIAL*/

@media (max-width: 520px) {
	#testimonial {
	background-image: url("biuro_a&m/testimonialbg.jpg");
    background-position: 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
	position: relative;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: white;
    width: 100%;
	margin-top: 50px;
	left: 0;
	height: 30%;
	}
}

@media (min-width: 520px) {
	#testimonial {
	background-image: url("biuro_a&m/testimonialbg.jpg");
    background-position: 50% -60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
	position: relative;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: white;
    width: 100%;
	margin-top: 60px;
	left: 0;
	height: 60%;
	}
}

@media (max-width: 520px) {
	#testimonial div {
	-webkit-flex: 1; /* Safari 6.1+ */
    flex: 1;
	padding: 10px 50px;
	font-size: 25px;
	}
}

@media (min-width: 520px) {
	#testimonial div {
	-webkit-flex: 1; /* Safari 6.1+ */
    flex: 1;
	padding: 10px 50px;
	font-size: 4.2em;
	margin-bottom: 50px;
	}
}


/*WHAT WE DO*/

#whatwedo {
	display: block;
	position: relative;
	left: 0;
	height: 60%;
	width: 100%;
	background-color: #436074;
	background-image: linear-gradient(90deg, #436074 0%, #253655 100%);
}

@media (min-width: 800px) {
	#whatwedo {
	height: 40%;
	}
}

#leftline {
	height: 20px;
}

@media (min-width: 800px) {
#leftline {
	height: 151px;
}
}

#whatwedo div {
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
	position: relative;
	margin-top: 30px;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: white;
	bottom: 0px;
	-webkit- transition: bottom 0.3s;
	transition: bottom 0.3s;
}
@media (min-width: 800px) {
	#whatwedo div {
	width: 20%;
	height: 200px;
	font-size: 1.5em;
	}
}
@media (min-width: 1100px) {
	#whatwedo div {
	width: 20%;
	height: 200px;
	font-size: 2em;
	}
}
@media (min-width: 1550px) {
	#whatwedo div {
	width: 20%;
	height: 200px;
	font-size: 3em;
	}
}

#whatwedo div:hover {
	bottom: 3px;
}

#whatwedo div div:nth-child(2) {
	margin: 0px 0;
	padding: 0px;
	align-items: flex-start;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 1em;
}

@media (min-width: 800px) {
#whatwedo div div:nth-child(2) {
	height: 200px;
	text-align: left;
	font-size: 1em;
}}

#whatwedo div:nth-child(2) div:first-child {
	height: 30px;
}

#whatwedo div:nth-child(5) div:first-child {
	height: 30px;
}

@media (min-width: 800px) {
#whatwedo div:nth-child(2) div:first-child {
	height: 94px;
}}

@media (min-width: 800px) {
#whatwedo div:nth-child(5) div:first-child {
	height: 94px;
}}

#whatwedo div div a {
	text-decoration: none;
}

#whatwedo div div:first-child {
	align-self: flex-start;
	top: 12px;
	margin: 0px 0;
	width: 11px;
	height: 34px;
	margin-right: 15px;
	background-color: white;
}

#whatwedo h4 {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 1em;
	letter-spacing: 7px;
	color: white;
	margin-left: 60%;
	bottom: 66px;
}
@media (min-width: 800px) {
#whatwedo h4 {
	text-align: center;
	bottom: 20%;
	width: 100%;
	margin-left: auto;
	}
}	

#whatwedo h4 a {
	text-decoration: none;
	border: 1px solid white;
	border-radius: 35px;
	padding: 13px 20px;
	color: white;
	border-color: white;
	background-color: transparent;
	-webkit- transition: font-weight 0.2s;
	-webkit- transition: border 0.2s;
	transition: font-weight 0.2s;
	transition: border 0.2s;
	line-height: 0.8;
}

#whatwedo h4 a:hover {
	border: 3px solid white;
	font-weight: 300;

}

/*CENNIK*/

.cennik-container {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 60px;
	min-height: 100vh;
}

@media (min-width: 900px) {
	.cennik-container {
		flex-direction: row;
	}
}

.cennik-column {
	text-align: left;
    align-self: flex-start;
    padding-top: 60px;
    box-sizing: border-box;
	position: relative;
    width: 100%;
}

#my-reform span,
#my-reform h1,
#my-reform label {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}

.basic-article-text {
	max-width: 60ch;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #314862;
	margin: 0 2rem 0 2rem;
}

@media (min-width: 900px) {
	.basic-article-text {
		margin: 0 auto;
	}
}

.basic-article-text h1 {
	font-size: 3rem;
	font-weight: 300;
}

.cennik {
	top: 20%;
}

@media (max-width: 900px) {
	.cennik {
		top: 5rem;
	}
}

.cennik h1, .cennik h2, .cennik h3, .cennik h4, .cennik h5, .cennik h6, .cennik p, .cennik ul, .cennik li, .cennik td, .cennik th, .cennik label, .cennik input, .cennik button, .cennik textarea {
	position: relative;
	max-width: 960px;
	margin: auto;
	font-size: 1rem;
	font-weight: 300;
	padding: 10px 50px;
	cursor: default;
	line-height: 155%;
}

@media (max-width: 900px) {
	.cennik h1, .cennik h2, .cennik h3, .cennik h4, .cennik h5, .cennik h6, .cennik p, .cennik ul, .cennik li, .cennik td, .cennik th, .cennik label, .cennik input, .cennik button, .cennik textarea {
		margin: auto;
		font-size: 1rem;
		font-weight: 300;
		padding: 10px 20px;
		line-height: 155%;
	}
}

.cennik p {
	margin-bottom: 1.5rem;
}
.cennik br {
	display: block;
	height: 2rem;
}

.cennik h1 {
	margin-bottom: 70px;
	padding: 10px 50px;
	font-weight: 300;
	font-size: 3rem;
	line-height: 100%;
}

@media (max-width: 900px) {
	.cennik h1 {
		font-size: 2rem;
		margin-bottom: 40px;
		padding: 10px 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.cennik h2 {
	margin-top: 30px;
	margin-bottom: 1rem;
	padding: 10px 0 0 0;
	font-weight: 500;
	font-size: 2rem;
	line-height: 90%;
	padding-top: 10%; margin-top: -10%;
	z-index: -1;
}

@media (max-width: 900px) {
	.cennik h2 {
		padding: 10px 20px;
	}
}

.cennik h2 .subtitle {
	font-weight: 300;
	font-size: 1rem;
	font-style: italic;
	color: #878997;
}

.cennik h3 {
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	font-weight: 500;
	font-size: 1.3rem;
	padding-top: 10%; margin-top: -10%;
}

@media (max-width: 900px) {
	.cennik h3 {
		padding: 3rem 20px 0px 20px;
	}
}

.cennik h1:target::before, .cennik h2:target::before, .cennik h3:target::before {
	content: '🡢';
	position: absolute;
	left: -3rem;
}

.cennik ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 50px 6rem 50px;
}

.cennik ul h1, .cennik ul h2, .cennik ul h3, .cennik ul h4, .cennik ul h5, .cennik ul h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 50px 10px 0px;
}

.cennik li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0px;
}

.paragraphleftalign {
	position: relative;
	max-width: 960px;
	margin: auto;
	margin-bottom: 70px;
	padding: 10px 50px;
	font-weight: 300;
	font-size: 0.3em;
	cursor: default;
}

#footerabsolute {
	position: absolute;
	bottom: 0;
}

/*O NAS*/

#titleabout {
	position: relative;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 3em;
	color: #314862;
	cursor: default;
}

#titleabout p:first-child {
	margin: 20px 0 0px 0;
	font-size: 0.8em;
}

@media (min-width: 560px) and (max-width: 900px) {
	#titleabout p:first-child {
	font-size: 0.9em;
	}
}

@media (min-width: 900px) {
	#titleabout p:first-child {
	font-size: 1em;
	}
}

#onasunderline {
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#onasunderline div {
	width: 97px;
	height: 5px;
	margin: 20px auto;
	background-color: #314862;
}

@media (min-width: 560px) and (max-width: 900px) {
	#onasunderline div {
		width: 107px;
		height: 6px;
	}
}

@media (min-width: 900px) {
	#onasunderline div {
		width: 114px;
		height: 8px;
	}
}

#onastext {
	position: relative;
	max-width: 960px;
	margin: auto;
	margin-bottom: 70px;
	padding: 10px 50px;
	font-weight: 300;
	font-size: 0.3em;
	cursor: default;
}

@media (min-width: 560px) and (max-width: 900px) {
	#onastext {
	font-size: 0.4em;
	}
}

@media (min-width: 900px) {
	#onastext {
	font-size: 0.5em;
	}
}

/*BIURO*/

.biurocontainer {
	position:relative;
	width: 100%;
	height: 800px;
	background-color: #eee;
}

.biurocontainer2 {
	position:relative;
	width: 100%;
	height: 800px;
	background-color: #fff;
}

@media (min-width: 1300px) {
.biurocontainer, .biurocontainer2 {
	height: 600px;
}}

.biuro {
	margin-top:20px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	float: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;

	color: #314862;
	cursor: default;
}

@media (min-width: 1300px) {
	.biuro {
	width: 33%;
	    height: 500px;
	float: left;
	}
}

.biurotitleelement {
	position: relative;
	width: 11px;
	height: 94px;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 15px;
	float: left;
}

.biurotitleelement div {
	position: absolute;
	background-color: #314862;
	margin: 0;
	width: 11px;
	height: 34px;
}

.biurotitle  {
	margin-top: -12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 3em;
	letter-spacing: 1px;
	color: #314862;
}

.biuro div:first-child div:nth-child(2) span {
		font-weight: 500;
		font-size: 0.75em;
}

@media (min-width: 1570px) {
	.biuro div:first-child div:nth-child(2) span {
		font-weight: 500;
		font-size: 1em;
	}	
}

.biuro div:nth-child(2) p {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 1em;
		color: #314862;
		margin-left: 26px;
		padding-right: 26px;
}

.ullist {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 1em;
		color: #314862;
}


.map {	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0 64px 0;
}
.map-wide {	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0 64px 0;
}

@media (min-width: 1300px) {
	.map {	width: 33%;
	}
}

.biuro h3 {
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 0px;
	margin-left: 20px;
}

.listmenu {
	margin: 0 40px 40px 20px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid black;
	border-radius: 8px;
	cursor: pointer;
}

.listmenu li {
	border-bottom: 1px solid black;
	padding: 10px;
}

.listmenu > li {
	background-color: #fff;
	color: #314862;
	-webkit- transition: background-color 0.8s;
	transition: background-color 0.8s;
	-webkit- transition: color 0.8s;
	transition: color 0.8;
}

.listmenu > li:hover {
	background-color: #3c5777;
	color: white;
	-webkit- transition: background-color 0.2s;
	transition: background-color 0.2s;
	-webkit- transition: color 0.2s;
	transition: color 0.2;
}

.listmenu > li:first-child {
	border-radius: 8px 8px 0 0;
}

.listmenu > li:not(:first-child) {
	border-top: 1px solid black;
}


#listmenuul1 {
	visibility: visible;
}

.listmenuul {
	cursor: pointer;
	display: none;
}

.listmenuul li{
	padding: 3px 0 0 30px;
	margin-left: -40px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	opacity: 0.8;
	-webkit- transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.listmenuul li:first-child {
	padding-top: 5px;
	border-bottom: none;
	border-radius: 0 0 8px 8px;
}

.listmenuul li:last-child {
	padding-bottom: 5px;
	border-bottom: none;
	border-radius: 0 0 8px 8px;
}
.listmenuul li:hover {
	opacity: 0.98;
}

/* ____________ */

.dropbox {
	border: 1px solid black;
	border-radius: 8px;
	margin: -20px 20px 20px 20px;
	outline: none;
	position: relative;
}
@media (min-width: 1300px) {
.dropbox {
	position: absolute;
}}

.dropbox div:first-child button {
	border-radius: 8px 8px 0 0;
}
.dropbox div:last-child button {
	border-radius: 0 0 8px 8px;
}
.dropbox div:last-child button:focus {
	border-radius: 0 0 0px 0px;
}
.dropbox div:last-child button:focus {
	border-bottom: 1px solid black;
}
.dropbox div:not(:last-child) button {
	border-bottom: 1px solid black;
}
	
.dropbtn {
	width: 100%;
	text-align: left;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
	padding: 10px;
	background-color: #fff;
	color: #314862;
	-webkit- transition: background-color 0.8s;
	transition: background-color 0.8s;
	-webkit- transition: color 0.8s;
	transition: color 0.8;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #3c5777;
	color: white;
	-webkit- transition: background-color 0.2s;
	transition: background-color 0.2s;
	-webkit- transition: color 0.2s;
	transition: color 0.2;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;	
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 16px;
	color: #314862;
	cursor: default;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: relative;
    background-color: white;
    min-width: 160px;
    z-index: 1;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.dropbox div:last-child > div:last-child {
	border-radius: 0 0 8px 8px;
}

/* Links inside the dropdown */
.dropdown-content div {
    color: black;
    text-decoration: none;
    display: block;
	padding: 3px 0 0 30px;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	opacity: 0.8;
	-webkit- transition: opacity 0.2s;
	transition: opacity 0.2s;
}

/* Change color of dropdown links on hover */
.dropdown-content div:hover {opacity: 0.98;}

.dropdown-content div:first-child {
	padding-top: 5px;
}

.dropdown-content div:last-child {
	padding-bottom: 5px;
	border-bottom: none;
}

.dropdown-content div:not(:last-child) {
	border-radius: 0;
}

.dropbox div:last-child div div:last-child {
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 5px 10px 0px rgba(35, 35, 35, 0.8);
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/*FOOTER*/

.footer {
	float:left;
	position: relative;
	margin: 100px 0 0 0;
	padding-bottom: 0px;
	bottom: 0;
	background-color: #232323;
	width: 100%;
	height: 120px;
	font-family: "Quicksand", sans-serif;
	color: #f2f2f2;
}

.cprtDate {
	position: absolute;
	display: inline;
	left: 20px;
	bottom: 18px;
}

.footerLine {
	position: absolute;
	display: inline;
	left: 350px;
	right: 11px;
	bottom: 0px;
	height: 26px;
	border-top: 1px #f2f2f2 solid;
	border-right: 1px #f2f2f2 solid;
	border-radius: 0 5px 0 0;
}

.siteAuthor {
	position: absolute;
	display: inline;
	right: 20px;
	bottom: 6px;
	font-size: 12px;
	opacity: 0.5;
}

.profile-showcase {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
	grid-gap: 128px;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	margin-bottom: 70px;
	padding: 60px 50px 0 50px;
	z-index: 99;
}

@media (max-width: 600px) {
	.profile-showcase {
		padding: 0 10px;
		max-width: calc( 100vw - 20px - 3rem );
		gap: 3rem;
	}	
}

.profile-showcase img {
	max-width: 200px;
	height: auto;
	aspect-ratio: 1 / 1.5;
	object-fit: cover;
	align-self: flex-start;
}

@media (max-width: 600px) {
	.profile-showcase img {
		margin: auto;
    	margin-top: -1rem;
		position: relative;
		box-shadow:
			0px 0px 2px 0 rgba(0,0,0,0.2),
			0px 0px 8px 0 rgba(0,0,0,0.16),
			0px 0px 16px 0 rgba(0,0,0,0.08),
			0px 0px 32px 0 rgba(0,0,0,0.04),
			0px 0px 64px 0 rgba(0,0,0,0.02);
	}
}

.profile-showcase h2 .subtitle-top {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	line-height: 40px;
}

.profile-showcase h2 {
	font-weight: 500;
	font-size: 2.5rem;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -0.9rem;
	margin-left: 0;
	margin-right: auto;
	z-index: 0;
}

@media (max-width: 600px) {
	.profile-showcase h2 {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
		display: block;
		z-index: 1;
		margin-top: -3rem;
	}
	.profile-showcase h2::before {
		content: '';
		width: 100%;
		height: 150px;
		background: #436074;
		background: linear-gradient(
			0deg,
			rgba(28,30,37,1) 0%,
			rgba(28,30,37,1) 10%,
			rgba(28,30,37,0) 100%
		);
		display: block;
		position: absolute;
		left: 0;
		bottom: 90px;
		z-index: -1;
	}
	.profile-showcase .button {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4rem;
		display: block;
		background-color: #1dd140;
		border-color: #1dd140;
	}
	.profile-showcase h3 {
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 3rem;
		display: block;
		padding: 10px 0 0 0;
	}
}

.profile-showcase h3 {
	font-size: 1rem;
	margin-bottom: 0px;
	padding-bottom: 0px;
	z-index: 0;
}

.profile-showcase ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0;
}

.profile-showcase li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0.3rem 0 0.2rem 0;
	list-style: none;
	border-bottom: 1px solid #474b66;
}

.profile-showcase li:first-child {
	border-top: 1px solid #474b66;
}

.profile-showcase .col-2:first-child {
	padding-top: 2rem;
	padding-bottom: 2rem;
	align-self: end;
    position: relative;
    height: -webkit-fill-available;
}

@media (max-width: 600px) {
	.profile-showcase .col-2:first-child {
		order: 2;
	}	
}

.profile-showcase .col-2:first-child img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}

.profile-showcase p {
	padding-bottom: 40px;
    color: #878997;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.featuredSection--dark {
	margin: 0 auto;
	width: 100%;
	max-width: 100vw;
	margin: 0;
	padding: 0;
	color: white;
	background-color: #1d1e25;
}

.profile-showcase__heading {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap-reverse;
	margin-bottom: 2rem;
}

@media (min-width: 600px) {
	.profile-showcase__heading {
		flex-wrap: nowrap;
	}	
}

#przejdz-do {
	margin-top: -2rem;
	margin-bottom: 2rem;
	max-width: 280px;
}

@media (max-width: 600px) {
	#przejdz-do {
		max-width: fit-content;
	}	
}

#przejdz-do > ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0;
}
#przejdz-do > li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0.3rem 0 0.2rem 0;
	list-style: none;
	border-bottom: 1px solid #474b66;
}
@media (max-width: 600px) {
	#przejdz-do > ul > li > a:after {
		content: '🡢';
		position: absolute;
		display: block;
		right: 0;
		top: 0.3rem;
	}	
}
#przejdz-do li > ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 1rem;
}
#przejdz-do li > ul li {
	border: none;
	line-height: 120%;
	padding-bottom: 1rem;
	color: #878997;
}

#przejdz-do a {
	text-decoration: none;
	color: inherit;
	text-underline-offset: 3px;
	transition: color 0.2s;
}
#przejdz-do a:hover {
	text-decoration: underline;
	color: white;
}

a.button {
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	color: #232323;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.2s;
	margin-bottom: 2rem;
}

.article {
	padding-top: 12rem;
	padding-bottom: 6rem;
	/* width: 100vw; */
}

@media (max-width: 600px) {
	.article {
		padding-top: 3rem;
	}	
}

@media (min-width: 800px) {
	.article__col-2 {
		font-size: 1rem;
		grid-template-columns: 50% 50%;
		display: grid;
		position: relative;
		max-width: 960px;
		margin: auto;
		margin-bottom: 70px;
		font-weight: 300;
		/* font-size: 0.3em; */
		cursor: default;
		gap: 3rem;
	}
	.article__col-2 > p {
		padding: 10px 0px !important;
		margin: 0 0 64px 0 !important;
		font-size: 1rem !important;
	}
}

.article__col-2 > p {
	font-size: 1rem !important;
}

/*#titleabout*/

#titleabout {
	padding-top: 60px;
	text-align: left;
    height: auto;
}

.location-tag {
	display: block;
    width: fit-content;
    line-height: 13px;
    padding: 0.6rem 1rem 0.6rem 1rem;
    background-color: #ffffff;
    color: #232323;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px;
	margin: 0.6rem auto 0 auto;
    text-shadow: none;
}

@media (min-width: 900px) {
	.location-tag {
		margin: 0.6rem auto 0 0;
	}
}

.mainpagepicture {
	text-align: left;
    height: 114px;
    background-image: url(./biuro_a&m/zielona-gora.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 186px;
    background-position-y: 26%;
	position: relative;
}

@media (max-width: 900px) {
	.mainpagepicture {
		padding-top: 125px;
    	padding-bottom: 64px;
	}
}

.mainpagepicture::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
}

@media (max-width: 900px) {
	#titleabout {
		padding-top: 60px;
	}
}

#titleabout h1 {
	color: white;
	z-index: 1;
	text-shadow: 0px 2px #1d1e25;
}

#titleabout h1:before {
	content: '';
    position: absolute;
    background-color: #000000;
    height: 80%;
    z-index: -1;
    width: 100%;
    filter: blur(59px);
}

#titleabout h1, #titleabout h2, #titleabout h3, #titleabout h4, #titleabout h5, #titleabout h6, #titleabout p, #titleabout ul, #titleabout li, #titleabout td, #titleabout th, #titleabout label, #titleabout input, #titleabout button, #titleabout textarea {
	position: relative;
	max-width: 960px;
	margin: auto;
	font-size: 1rem;
	font-weight: 300;
	padding: 10px 50px;
	cursor: default;
	line-height: 155%;
}

@media (max-width: 900px) {
	#titleabout h1, #titleabout h2, #titleabout h3, #titleabout h4, #titleabout h5, #titleabout h6, #titleabout p, #titleabout ul, #titleabout li, #titleabout td, #titleabout th, #titleabout label, #titleabout input, #titleabout button, #titleabout textarea {
		margin: auto;
		font-size: 1rem;
		font-weight: 300;
		padding: 10px 20px;
		line-height: 155%;
	}
}

@media (max-width: 900px) {
	.paragraphleftalign p {
		padding: 10px 20px !important;
	}
}

#titleabout p:not(.paragraphleftalign) {
	margin-bottom: 1.5rem;
}
#titleabout br {
	display: block;
	height: 2rem;
}

#titleabout h1 {
	margin-bottom: 70px;
	padding: 10px 50px;
	font-weight: 300;
	font-size: 3rem;
	line-height: 100%;
}

@media (max-width: 900px) {
	#titleabout h1 {
		font-size: 2rem;
		margin-bottom: 40px;
		padding: 10px 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

#titleabout h2 {
	margin-top: 30px;
	margin-bottom: 1rem;
	padding: 10px 0 0 0;
	font-weight: 500;
	font-size: 2rem;
	line-height: 90%;
	padding-top: 10%; margin-top: -10%;
	z-index: 1;
}

@media (max-width: 900px) {
	#titleabout h2:not(#anna-opali-ska-rzeczoznawca-maj-tkowy) {
		padding: 120px 20px 10px 20px;
	}
}

#titleabout h2 .subtitle {
	font-weight: 300;
	font-size: 1rem;
	font-style: italic;
	color: #878997;
}

#titleabout h3 {
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	font-weight: 500;
	font-size: 1.3rem;
	padding-top: 10%; margin-top: -10%;
}

@media (max-width: 900px) {
	#titleabout h3 {
		padding: 3rem 20px 0px 20px;
	}
}

#titleabout h1:target::before, #titleabout h2:target::before, #titleabout h3:target::before {
	content: '🡢';
	position: absolute;
	left: -3rem;
}

#titleabout ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#titleabout ul h1, #titleabout ul h2, #titleabout ul h3, #titleabout ul h4, #titleabout ul h5, #titleabout ul h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 50px 10px 20px;
}

#titleabout li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 20px;
}

.icon {
	width: 24px;
    height: 24px;
    display: block;
	margin-bottom: 24px;
}

.link-list {
	margin-left: 1rem;
	margin-right: 1rem;
}
@media (min-width: 900px) {
	.link-list {
		margin-left: 0;
		margin-right: 0;
	}
}

.link-list li {
	list-style-type: none !important ;
	padding: 4px 12px !important;
    background-color: #f2f2f2 !important;
    margin-bottom: 0.5rem !important;
}
.link-list a {
	color: #314862;
    font-size: 0.8rem;
	text-decoration: none;
}
.link-list h2 {
    font-size: 1.2rem !important;
    line-height: 120% !important;
	height: 3.2rem;
	padding-left: 0 !important;
	margin-top: 1rem !important;
}

.link-list--buttons h2 {
	margin-bottom: 3rem;
}
.link-list--buttons ul {
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
	gap: 1rem;
}

.link-list--buttons li {
	background-color: #f2f2f2 !important;
	width: 100% !important;
	height: auto !important;
	padding-bottom: 1rem !important;
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

@media (min-width: 900px) {
	.link-list--buttons li {
		--block-size: calc( (960px / 4) - (4 * 1rem) );
		background-color: #f2f2f2 !important;
		width: var(--block-size) !important;
		height: var(--block-size) !important;
		padding-bottom: 1rem !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
.link-list--buttons a {
	color: #314862;
	text-decoration: none;
	font-size: 0.8rem !important;
	cursor: pointer !important;
}
.link-list--buttons h3 {
	color: #314862;
	text-decoration: underline;
	font-size: 1rem !important;
	padding: 0 !important;
	padding-top: 1rem !important;
	cursor: pointer !important;
}

/* Language Switcher Styles */
.language-switcher {
    position: relative;
    display: inline-block;
}

.language-dropdown {
    display: none;
    position: absolute;
    background-color: #313131;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
    top: 100%;
    right: 0;
}

.language-dropdown a {
    color: #f2f2f2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.language-dropdown a:hover {
    background-color: #555;
}

.language-dropdown.show {
    display: block;
}