/*
Theme Name: Vollmann Karriere
Author: PSMJonas
Author URI: https://www.pechschwarzmedia.de
Version: 1.0
Text Domain: vollmannkarriere
*/

.video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.video-overlay video {
	width: 100%;
	max-width: 1000px;
	height: auto;
}

.video-overlay .close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #004d9d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
}

.areas-section .areas-container .single-area img {
	height: 150px;
	width: 150px;
}

.main-link {
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 99999;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	background: #004d9d;
	color: #fff !important;
	transform: translatex(-100%);
	transition: all 0.3s ease;
}

.main-link:hover {
	transform: translateX(0);
}

.main-link span {
	position: absolute;
	left: 100%;
	top: 0;
	width: 50px;
	height: 50px;
	background: #004d9d;
	border-left: solid 1px #00458d;
}

.main-link span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Footer Social */

footer .footer__top {
	padding: 120px 0;
}

.footer-wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.footer-social {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	margin-right: 20px;
}

.footer-social li {
	display: inline-block;
	margin-right: 15px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-social li a {
	display: block;
	position: relative;
}

.footer-social li a img {
	height: 26px;
	width: auto;
}