/* BEGIN OFFICE-LISTING CSS -------------------------------------> */

body
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

#header
{
	background: #ffffff !important;
}

#aboveContent
{
	position: relative;
	z-index: 90;
}

#waterMarkAnimation.drawMark
{
	display: none !important;
}

#content
{
	position: relative;
	z-index: 50;
	max-width: none;
	min-height: auto;
	margin: auto;
}

#mainContent
{
	margin: 0;
	padding: 30px 0px;
	background: #013C4D;
}

#staticIntro
{
	position: relative;
	z-index: 80;
	max-width: 960px;
	margin: 0px auto;
	padding: 0 0 8px 0;
}

#footer
{
	position: relative;
	z-index: 60;
	/*margin-top: auto;*/
}

#officeBG
{
	position: relative;
	position: fixed;
	top: 151px;
	/*top: 0px;*/
	top: 111px;
	left: 0px;
	z-index: 1;
	width: calc(100% + 160px);
	height: 100%;
	margin: 0 0 0 -80px;
	background: #00242E;
	overflow: hidden;
}

#officeBG .image
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: calc(100vh - 269px);
	height: 100%;
	overflow: hidden;
}

#officeBG .image:first-of-type
{
	z-index: 6;
	display: block;
}

/*
#officeBG .image::after
{
	content: '';
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,0.80) 30%, transparent);
}
*/

#officeBG .image img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#officeList
{
	position: relative;
	z-index: 100;
	max-width: 960px;
	margin: 0px auto;
}

#officeList ul,
#officeList ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#officeList ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

#officeList ul li
{
	width: 100%;
	margin: 0 0 20px 0;
}

#officeList ul li .info
{
	position: relative;
	z-index: 200;
}

#officeList ul li .title
{
	font-weight: 700;
}

#officeList ul li .address
{
	margin: 10px 0;
}

#officeList ul li .contactperson
{
	margin: 10px 0;
}

.lowerStaticText 
{
	display: none;
}

#contact h1,
#contact p
{
	position: relative;
	z-index: 60;
	color: #fff;
}

@media (min-width: 768px)
{
	#officeList ul li
	{
		float: left;
		width: calc(100% / 2 - 10px);
		margin: 0 0 10px 0;
		padding: 0 20px 0 0;
		box-sizing: border-box;
	}
}

#officeList ul li
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-right: 2px;
	margin-bottom: 2px;
	flex-direction: row;
	background-color: #013d4dc2;
	overflow: hidden;
}

#officeList ul li:hover
{
	background-color: #008066c9;
}

#officeList ul li .phone
{
	/*margin-left: auto;*/
	position: absolute;
	z-index: 8;
	right: 30px;
}

#officeList ul li .phone a 
{
	color: #BBCED5 !important;
	font-weight: lighter;
}

#officeList ul li .image
{
	display: none;
}

#officeList ul li .title
{
	position: relative;
	font-weight: 400;
	/*margin-right: auto;*/
	width: 100%;
	white-space: nowrap;
}

#officeList ul li .title a:not(.sp_pencil)
{
	display: inline-block;
	width: 100%;
	padding: 30px;
	color: #fff;
	z-index: 5;
}

#officeList ul li .title a.sp_pencil
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

@media (max-width: 1349px)
{
	#officeBG
	{
		width: calc(100% + 80px);
		margin: 0 0 0 -40px;
	}
}

@media (max-width: 1024px)
{
	
}

@media (max-width: 919px)
{
	#officeBG
	{
		width: calc(100% + 32px);
		margin: 0 0 0 -16px;
	}
}


/* END OFFICE-LISTING CSS ---------------------------------------> */