* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*
		<div id="pop-up" style="display: none">
			<div>
				<img src="./img/logo/Logo_QualityEdging_Favicon_2024.png" />
				<img class="pop-up-preview-image" src="./img/company/pop-up/SecondWeek-t-2.png" />
				<img class="pop-up-preview-image" src="./img/company/pop-up/SecondWeek-t-1.png" />
				<p style="font-weight: 600; font-size: 25px">Stand NO. 3 E94</p>

				<button id="pop-up-close" type="button">Close</button>
			</div>
		</div>
*/

/*
		<div id="pop-up" style="display: none">
			<div>
				<img src="./img/logo/Logo_QualityEdging_Favicon_2024.png" />
				<h2>EXPERIENCE THE EDGING DIFFERENCE</h2>
				<ul>
					<li>Sept. 25th 2024: Ras Al Khaimah, Compass Coworking Center</li>
					<li>Sept. 26th 2024: Abu Dhabi, German Chamber of Commerce</li>
					<li>Sept. 27th 2024: Dubai, Amway Rotana</li>
				</ul>
				<p>
					<b>Information – Conversation – Delicious Treats</b>
					<br />
					It’s free! To participate please contact us
				</p>
				<button id="pop-up-close" type="button">Close</button>
			</div>
		</div>
*/
/*
		<div id="pop-up" style="display: none">
			<div>
				<img src="./img/logo/Logo_QualityEdging_Favicon_2024.png" />
				<h2>WORLD NOVELTY</h2>
				<img class="pop-up-preview-image" src="./img/company/06/limaflex_sand.png" />
				<ul>
					<li>Perfect and amazingly beautiful! Sand coloured edging for heritage buildings and landscaping: Limaflex 200/10mm</li>
					<li>Inquiries to <a href="mailto:info@qualityedging.com">info@qualityedging.com</a></li>
				</ul>
				<button id="pop-up-close" type="button">Close</button>
			</div>
		</div>
		*/
/*
		<div id="pop-up" style="display: none">
			<div>
				<img src="./img/logo/Logo_QualityEdging_Favicon_2024.png" />
				<img class="pop-up-preview-image only-image" src="./img/company/pop-up/BIG5_Hall5_218_German-Bavarian_Pavilion.jpg" />
				<button id="pop-up-close" type="button">Close</button>
			</div>
		</div>*/
#pop-up .pop-up-preview-image {
	width: 50%;
	border-radius: 15px;
}

#pop-up {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 15;
	top: 0%;
	left: 0%;
	background-color: #000000cc;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: scroll;
}

#pop-up img {
	width: 50px;
}
#pop-up .only-image {
	width: 95%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#pop-up div {
	width: 450px;
	height: 350px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 15px;
	border-radius: 25px;
	color: #706f6f;
}
/*
#pop-up div {
	width: 350px;
	height: 450px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 15px;
	border-radius: 25px;
	color: #706f6f;
}*/
#pop-up div h2 {
	margin: 10px 0px;
	font-size: 20px;
}
#pop-up div p {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

#pop-up div ul {
	text-align: left;
	box-sizing: border-box;
	padding: 10px 20px;
	line-height: 25px;
	font-size: 18px;
}
#pop-up div ul li a {
	color: #706f6f;
}
#pop-up-close {
	margin-top: 20px;
	width: 80%;
	height: 35px;
	font-size: 16px;
	font-weight: 600;
	background: #76b82ab2;
	color: #ffffff;
	border: 2px solid #76b82ab2;
	transition: 350ms;
	border-radius: 10px;
}
#pop-up-close:hover {
	cursor: pointer;
	background: none;
	color: #76b82ab2;
	transition: 350ms;
}
@media (max-width: 450px) {
	#pop-up div {
		width: 100%;
		height: 100%;
		border-radius: 0;
		overflow-y: scroll;
	}
	#pop-up .pop-up-preview-image {
		width: 80%;
	}
}
/*
@media (max-width: 400px) {
	#pop-up div {
		width: 100%;
		height: 100%;
		border-radius: 0;
		overflow-y: scroll;
	}
}
*/
