/*****************************
******************************
CONTACT PERSONS
******************************
*****************************/

.e5-contact-persons-img {
	background-image: url('/wp-content/mu-plugins/limodor/images/europe-map.svg');
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 800px;
	width: 100%;
	position: absolute;
	margin-top: -430px;
	z-index: -1;
}

.e5-contact-persons-search-container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 200px;
}

.e5-contact-persons-search-headline {
	text-align: center;
}

.e5-contact-persons-search {
	display: flex;
	align-items: center;
	border: 2px solid #0069b4;
	border-radius: 5px;
	background-color: #ffffff;
}

.e5-contact-persons-search-input {
	border: unset !important;
	box-shadow: unset !important;
	margin-bottom: 0 !important;
}

.e5-contact-persons-search-lens {
	height: 24px;
	width: 24px;
	margin-right: 16px;
	margin-left: 16px;
	cursor: pointer;
}

.e5-contact-persons-search-flag-container {
	display: flex;
	align-items: center;
	padding-right: 20px;
	cursor: pointer;
}

.e5-contact-persons-search-flag {
	height: 24px;
	width: 24px;
	margin-right: 8px;
}

.e5-contact-persons-search-chevron::after {
	display: block;
	content: '';
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4yIDcuNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtzdHJva2Utd2lkdGg6MHB4O308L3N0eWxlPjwvZGVmcz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMiAxLjQgNy42IDYuMSA2LjEgNy42IDQuNyA2LjEgMCAxLjQgMS40IDAgNi4xIDQuNyAxMC44IDAgMTIuMiAxLjQiLz48L3N2Zz4=");
	background-position: center center;
	width: 12px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(0deg);
}

.e5-contact-persons-search-chevron-active {
	transform: rotate(180deg);
}

.e5-contact-persons-countries-dropdown {
	position: absolute;
	right: 0%;
	z-index: 9999;
	background: white;
	border: 2px solid #0069b4;
	border-radius: 5px;
	max-height: 250px;
	overflow-y: auto;
	display: none;
}

.e5-contact-persons-countries-dropdown-ele {
	display: flex;
	padding: 8px;
	cursor: pointer;
}

.e5-contact-persons-countries-dropdown-ele:hover {
	background-color: #C8CDD0;
}

.e5-contact-persons-countries-dropdown-ele-flag {
	height: 24px;
	width: 24px;
	margin-right: 8px;
}

.e5-contact-persons-address-invalid {
	position: absolute;
	color:red;
	display: none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

/*****************************
******************************
SLIDER
******************************
*****************************/

.e5-contact-slider-container {
	display: none;
	flex-direction: row;
	gap: 50px;
	justify-content: center;
}

.e5-contact-slider-container .owl-stage {
	display: flex;
}

.e5-slider-elements.owl-carousel {
	display: flex;
	margin-top: 30px;
}

.e5-slider-element-container {
	width: 305px;
	padding: 5px 10px 25px;
}

.e5-slider-element {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}

/***   IMAGE   ***/
.e5-slider-img {
	height: 200px;
}

.slider-img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}

/***   TEXT   ***/
.e5-slider-content {
	padding: 25px 25px 30px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 200px);
}

.e5-slider-company {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.e5-slider-box-text {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.e5-slider-name {
	color: var(--primary-color);
	font-size: 1.3em;
	font-weight: bold;
}

.e5-slider-role {
	font-weight: bold;
	font-size: 1em;
}

.e5-slider-box-info {
	display: flex;
	flex-direction: column;
}

.e5-slider-box-info a {
	text-decoration: underline;
	word-break: break-all;
	text-transform: lowercase;
}

.e5-slider-box-address {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
}

/***   NAVIGATION   ***/
.e5-slider-navigation {
	display: flex;
	justify-content: flex-end;
	gap: 35px;
	padding-right: 10px;
}

.arrow-left {
	rotate: 180deg;
}

.arrow-left, .arrow-right {
	width: 35px;
	cursor: grab;
}

/*****************************
******************************
RESPONSIVE
******************************
*****************************/

@media screen and (max-width: 849px) {
	.e5-contact-slider-container {
		flex-direction: column;
	}

	.e5-slider-navigation {
		padding-right: 25px;
	}
}

@media screen and (max-width: 549px) {
	.e5-contact-persons-search-container {
		width: 95%;
	}

	.e5-slider-content {
		padding: 15px 15px 20px;
	}

	.e5-slider-element-container {
		width: 260px;
	}

	.arrow-left, .arrow-right {
		width: 30px;
	}

	.e5-slider-company {
		font-size: 1.2em;
		margin-bottom: 12px;
	}

	.e5-slider-box-text {
		margin-bottom: 8px;
	}

	.e5-slider-box-address {
		margin-bottom: 8px;
	}

	.e5-slider-name {
		font-size: 1.2em;
	}

	.e5-slider-role {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 399px) {
	.e5-contact-persons-img {
		margin-top: 0;
		height: 600px;
	}
}

@media screen and (min-width: 399px) and (max-width: 449px) {
	.e5-contact-persons-img {
		margin-top: -50px;
		height: 600px;
	}
}

@media screen and (min-width: 449px) and (max-width: 549px) {
	.e5-contact-slider-container > div {
		flex-basis: 100%;
		max-width: 100%;
	}

	.e5-contact-persons-img {
		margin-top: -120px;
	}
}

@media screen and (min-width: 549px) and (max-width: 699px) {
	.e5-contact-persons-img {
		margin-top: -225px;
	}
}

@media screen and (min-width: 699px) and (max-width: 849px) {
	.e5-contact-persons-img {
		margin-top: -330px;
	}
}

@media screen and (min-width: 549px) and (max-width: 849px) {
	.e5-contact-slider-container > div {
		flex-basis: 100%;
		max-width: 100%;
	}

	.e5-contact-persons-search-container {
		width: 65%;
	}

	.e5-slider-content {
		padding: 20px 20px 25px;
	}

	.e5-slider-element-container {
		width: 280px;
	}

	.e5-slider-company {
		font-size: 1.2em;
		margin-bottom: 15px;
	}

	.e5-slider-box-text {
		margin-bottom: 10px;
	}

	.e5-slider-box-address {
		margin-bottom: 10px;
	}

	.e5-slider-name {
		font-size: 1.2em;
	}

	.e5-slider-role {
		font-size: 1em;
	}
}

@media screen and (min-width: 849px) and (max-width: 999px) {
	.e5-slider-navigation {
		padding-right: 70px;
	}
}

@media screen and (min-width: 849px) and (max-width: 1399px) {
	.e5-contact-slider-container > div {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 999px) and (max-width: 1399px) {
	.e5-slider-navigation {
		padding-right: 100px;
	}
}

@media screen and (min-width: 1250px) {
	.e5-slider-container-col-b2b {
		flex-basis: 100% !important;
		max-width: 50% !important;
	}

	.e5-slider-element-container-b2b {
		width: 550px;
	}

	.e5-slider-element-b2b {
		flex-direction: row;
		width: 550px;
	}

	.e5-slider-img-b2b {
		width: 50%;
		height: auto;
	}

	.e5-slider-content-b2b {
		width: 50%;
	}
}