html {
    line-height: 1.6;
    letter-spacing: 0.4px;
}

footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 5px;
	padding: 10px;
	opacity: 0.9;
	z-index:4;

}

#socialMediaContainer {
	display: none;
	position: absolute;
    bottom: 40px;
	right: 0;
	padding: 10px;
	background-color: #555;
	border-radius: 5px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.3s ease-out, opacity 0.3s ease-out;


}

#socialMediaContainer a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 5px 0;

}

#socialMediaContainer i {
	font-size: 20px;
	margin-right: 2px;
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #d6d6d6;
	padding: 10px;
	text-align: center;
	z-index: 300;
}

#cookie-accept {
	background-color: #4d7f8a;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	z-index: 301;
}

/* Style for content2-flexbox*/
#content2-flexbox img {
	top: 0;
	left: 0;
	transition: opacity 0.4s ease-in-out;
	cursor: pointer;
	width: 270px;
	height: fit-content;
	position: relative;
	border: 1px solid white;

}

.visible {
	opacity: 1;
	z-index: 2;
}

.hidden {
	opacity: 0.7;

}

/* Style for content2-flexbox*/


/* Style for Nasze doświadczenie*/
#content2-1 {
	background: #4d7f8a;
	color: white;
	width: 100%;
}

.content2-box-1 {
	width: 50%;
	min-width: 200px;

	padding-bottom: 40px;
}

#content2-position-1 {
	width: 70%;
	padding-bottom: 50px;
	max-width: 1500px;
	display: flex;
	margin: auto;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#content2-flexbox {
	display: flex;
	max-width: 310px;
	margin: auto;
}


.content2-box-2 {
	width: 300px;
	;

}

/* Style for Nasze doświadczenie*/


/* Style for dropdown container */
.dropdown-container {
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px 50px 20px 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #262626;
}


.dropdown {
	position: relative;
	margin-left: 20px;
}


.dropbtn {
	padding: 10px;
	font-size: 15px;
	border: none;
	cursor: pointer;

	background: white;
	float: left;


}

a {
	text-decoration: none;
	color: #262626;

}

.dropdown-content {
	display: none;
	position: absolute;
	top: 40px;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	width: 270px;
}


.dropdown-content a {

	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ccc;
}


.dropdown-content a:hover {
	background-color: #f1f1f1;
}


.dropdown:hover .dropdown-content {
	display: block;
}

/* Style for dropdown container */
/* Style for container3 */

#container3 {
    background-color: white;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;

}

#container3-position {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    margin: auto;
    max-width: 1300px;
    flex-wrap: wrap;

}
.subcont {
	color: #4d7f8a;
	width: 230px;
	margin-top: 10px;
	border-radius:10px;
	text-align: center;
	padding: 0px 20px 20px 20px;
	border: 1px solid #4d7f8a;
	margin:20px;
}

.subcont:hover{
	box-shadow: inset 0px 0px 10px 0.3px rgba(77, 127, 138, 0.6);


}

/* Style for container3 */


/* Style for FAQ  */
.faq-container {
	max-width: 80%;
	margin: auto;
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.faq-question {
	position: relative;
	cursor: pointer;
	padding: 15px;
	background-color: white;
	font-weight: bold;
}

.faq-question i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 1px solid gray;
	background-color: #fff;
	transition: max-height 0.5s ease;

}

.faq-answer p {
	padding: 15px;
	margin: 0;
}

.faq-answer.active {
	max-height: 500px;
	transition: max-height 0.5s ease;
}

.faq-question.active i {
	transform: translateY(-50%) rotate(180deg);
}

#background {
	background: #262626;
	width: 100%;

}

/* Style for FAQ  */



body {
	margin: 0px;
	padding: 0px;
	font-family: 'Nunito', sans-serif;
	background: #262626;

}

li {
	list-style: none;

}

h1 {
	margin: 0px;

}


p {
	margin-left: 20px;
	margin-right: 20px;
}

#header {
	background: white;
	width: 100%;
	height: 85px;
	box-shadow: 0px 0px 5px black;
	font-size: 14px;
	position: fixed;
	z-index: 10;

}

#header-main {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;

}



#content1 {

	max-height: 800px;
	width: 100%;
	background-image: url("pics/biuro.jpg");
	background-size: cover;
	background-position: center;
	resize: both;
}


#sys {
	float: left;
}



#dos {
	display: none;
}

#list1 {
	width: 400px;
	height: 200px;
	display: none;
	padding: 20px;
	cursor: auto;
	top: 31px;
	border-bottom: 1px solid black;
	position: relative;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}





#color {
	color: #4d7f8a;

}

#footer {
	background: #262626;
	width: auto;
	height: auto;
	color: white;
	padding-top: 20px;

}

#main-footer {
    width: 80%;
    margin-left: auto;
	margin-right: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #262626;
    color: #d8d8d8;
}


#line-pion {
	width: 1px;
	height: 190px;
	background: #7b7b7b;
	margin: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#copyright {
	color: #a3a3a3;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #7b7b7b;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#copyright1 {
	color: #a3a3a3;
	font-size: 13px;
	text-align: center;
	bottom: 0px;
	background: #262626;
	display: none;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #7b7b7b;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#sub-footer1 {

    margin: 30px;
    padding: 20px;

}

#sub-footer4 {
	height: 45px;
	top: 200px;
	position: relative;
}

#face {
	width: 35px;
	height: 35px;
	background: #f6f6f6;
	border-radius: 20px;
	border: 2px solid #f6f6f6;
	margin-top: 3px;
	float: right;

}

#bottom {
	text-align: center;
	background: white;
	width: 100%;
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: 500px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}



#bottom-text1 {

	color: black;
	padding-bottom: 10px;

	border-bottom: 1px solid #4d7f8a;
	width: fit-content;
	margin: auto;
}




#tel {
	font-size: 20px;


}


#bottom2 {
	min-height: 250px;
	width: 100%;
	background: #4d7f8a;
	color: #f6f6f6;
}


#bottom2-foreground {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

#bottom-button {
	border-radius: 10px;
	border: 2px solid #4d7f8a;
	background: white;
	width: 160px;
	height: 35px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	cursor: pointer;
	text-decoration: none;
}

#container {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 330px;
	height: 50px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}


#container-sub2 {
	background: #4d7f8a;
	border-radius: 30px;
	border: 2px solid #f6f6f6;
	width: 160px;
	height: 35px;
	text-align: center;
	padding-top: 13px;
	cursor: pointer;
	font-size: 18;
	text-decoration: none;
}

#container-sub1 {
	margin: 0px;
	font-size: 25px;
	letter-spacing: 1px;
	padding-top: 7px;

}




#container1 {
	display: flex;
	padding-top: 210px;
	padding-bottom: 210px;
	width: 80%;
	height: 300px;
	justify-content: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;

}

#slogan {
	font-size: 130px;
	color: white;
	width: 80%;
	margin: 0px;
	letter-spacing: -1px;
	font-family: Poppins, 'Oswald', sans-serif;
	font-weight: 700;


}

#sub-slogan {
	font-size: 35px;
	color: white;
	height: 50px;
	font-family: Poppins, 'Oswald', sans-serif;
	margin: 0px;
}

#facebook-text {
	width: 0px;
	height: 0px;
	font-size: 15px;
	position: relative;
	left: 12px;
	top: 20px;
}

#content2 {
	text-align: center;
	background: #F8F7F7;
	color: black;
	width: 100%;
	min-height: 200px;
	padding-top: 30px;
	font-size: 15px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;

}

#content2-h4 {
	text-align: left;
	font-size: 23px;
	max-width: 1500px;
	width: 70%;
	margin: auto;
}

#content2-text {
	width: 70%;
	text-align: left;
	max-width: 1500px;
	margin: auto;
	padding: 30px;
}


#content2-header {
	border-bottom: 1px solid #4d7f8a;
	padding-bottom: 10px;
	font-size: 25px;
	width: clamp(200px, 40%, 400px);
	margin: auto;
	text-align: center;
}

#container2 {
	width: 100%;
	overflow: auto;
}

#menu-flexbox-1 {
	float: left;
	width: 200px;
	height: 200px;
}

#menu-flexbox-2 {
	float: left;
	width: 200px;
	height: 200px;
}


.menu {
	position: relative;
	top: 7px;
	width: 25px;
	height: 25px;
}





.left {
	float: left;

}

.kontakt {
	width: 35px;
	height: 35px;
	background: #f6f6f6;
	border-radius: 20px;
	border: 2px solid #f6f6f6;
	margin-top: 10px;

}


.kontakt-text {
	width: 220px;
	position: relative;
	left: 50px;
	top: -37px;
	font-size: 15px;

}




.menu1 {
	display: none;
	position: fixed;
	top: 0;
	right: -250px;
	width: 250px;
	height: 100%;
	background-color: #262626;
	box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
	transition: right 0.3s ease-in-out;
	z-index: 150;
	overflow-y: auto;
}

.container2-image {
	width: 25%;
	float: left;
}

.header1-content {
	color: white;
	text-decoration: none;
	width: 220px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	display: block;
}

.header1-content2 {
	color: white;
	text-decoration: none;
	width: 220px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	cursor: default;
	display: block;
}

#header1-content1 {
	color: white;
	text-decoration: none;
	width: 150px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	display: block;
}




#header1-button {
	position: fixed;
	width: 50px;
	height: 50px;
	z-index: 200;
	display: none;
}



#header1-button:hover {
	cursor: pointer;
}









#bottom-button:hover {
	box-shadow: inset 0px 0px 10px 0.3px rgba(77, 127, 138, 0.6);

}


.header1-content:hover {
	background: #4b4b4b;

}

#container-sub2:hover {
	box-shadow: inset 0px 0px 10px 0.3px rgba(77, 127, 138, 0.6);

}

@media only screen and (max-width: 1200px) {

	.title {
		font-size: 35px;
	}

	.content2-box-1 {
		width: auto;
	}

	#container1 {
		padding-bottom: 50px;
		padding-top: 50px;

	}

	.container2-image {
		width: 100%;
	}

	.cookie-banner {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #d6d6d6;
		padding: 10px;
		height: 370px;
		text-align: center;
		font-size: 25px;
	}

	.cookie-banner p {
		padding: 50px;
	}

	#cookie-accept {
		background-color: #4d7f8a;
		color: #fff;
		padding: 20px 40px;
		font-size: 25px;
		border: none;
		cursor: pointer;
	}

	#header1 {
		display: block;
	}


	.dropdown-container {
		display: none;

	}

	#header1-button {
		display: block;
		margin-top: 10px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
		right: 5px;

	}

	.menu1 {
		display: block;
	}

	#sub-slogan {
		font-size: 20px;

	}

	#slogan {
		font-size: 40px;
	}

	#copyright1 {
		display: block;

	}

	#copyright {
		display: none;

	}
}


@media only screen and (max-width: 600px) {
    #main-footer {
        width:100%;
    }

	#sys {
		height: 40px;
	}

	#header-logo {
		height: 40px;
	}


	#header {
		height: 63px;


	}

	#cookie-banner {
		height: 200px;
		font-size: 13px;



	}

	#header1-button {

		width: 30px;
		height: 30px;


	}

	.cookie-banner p {
		padding: 20px;
	}

	#cookie-accept {
		padding: 10px;
		font-size: 13px;


	}
}