#mitarbeiterMap {
  container: mmChart / inline-size;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mitarbeiterMap * {
  box-sizing: content-box;
  line-height: normal;
}

#mmPortraits *,
#mmInfoPopup * {
  margin: 0;
  padding: 0;
}
#mmContainer {
  overflow: hidden;
}

#mmContainer a:hover,
#mmContainer .mmLink:hover {
	text-decoration: underline;
}
#mmIntroText .desktop {
	display: block;
}
#mmIntroText .tablet {
	display: none;
}
#mmIntroText .mobile {
	display: none;
}

#mmContainer li {
  list-style: none outside none
}
#mmContainer a {
	color: #0082b4;
	text-decoration: none;
}
#mmContainer a:hover {
	text-decoration: underline;
}

/* the title section */
#mmTitle {
	position: absolute;
	width: 100%;
	height: 45px;
	overflow: hidden;
	background: #fff;
	z-index: 20;
}
#mmTitle span {
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
}

/* the data recency info */
#mmDataRecencyInfo {
	position: absolute;
  top: 692px;
  left: 20px;
	z-index: 10;
	display: block;
	text-align: center;
}
#mmDataRecencyInfo .mmTitle {
  display: inline-block;
  background: rgba(255,255,255,0.5);
  font-size: 12px;
  padding: 4px 8px;
}

/* the close button */
#mmClose {
	position: absolute;
	background: rgba(0,130,190,0.9);
	box-shadow: 0 0 5px 3px rgba(256,256,256, 0.2);
	width: 172px;
	height: 17px;
	padding: 6px 10px 12px 8px;
	border-radius: 3px;
	top: 255px;
	left: 20px;
	z-index: 9;
	display: none;
	font-size: 16px;
	text-align: center;
  color: #fff;
}
#mmClose:hover {
	text-decoration: underline;
	background: rgba(0,130,190,1);
	cursor: pointer;
}

/* the intro text */
#mmIntroText {
	position: absolute;
	top: 42px;
	width: 100%;
	height: 70px;
	overflow: hidden;
	background-color: #fff;
	z-index: 10;
}
#mmIntroText .mmTitle {
	width: 100%;
	margin: 0;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 150%;
	color: #333;
}

/* the portraits section */
#mmPortraitsWrapper {
	position: absolute;
	top: 105px;
	width: 100%;
	height: 131px;
	overflow: hidden;
	border-bottom: 3px solid #0082b4;
	background-color: #fff;
	z-index: 10;
}

#mmPortraits {
	height: 130px;
	background-color: #fff;
	transition: all 0.4s ease-in-out;
}
#mmPortraits .portrait {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}
#mmPortraits .portrait .mmTitle {
	margin-bottom: 2px;
	color: #000;
}

#mmPortraits .portrait .readPortrait {
	position: relative;
	margin: 0;
	color: #0082b4;
  cursor: pointer;
}

#mmPortraits .portrait .image {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 5px 5px 5px 10px;
	background-size: 80px 80px;
	opacity: 0.85;
	transition: opacity 0.5s ease-in-out;
}
#mmPortraits .portrait .image img {
	width: 80px;
	height: 80px;
}

#mmPortraits .portrait .new {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: #0082b4;
	padding: 1px 4px 2px 4px;
	text-transform: capitalize;
	font-weight: 400;
}

#mmPortraits .portrait .video {
	position: absolute;
	left: 4px;
	bottom: 3px;
}
#mmPortraits .portrait .video i.fa {
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

#mmPortraits .portrait:hover {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

#mmPortraits .portrait.mmFade .mmTitle {
	color: #666;
}
#mmPortraits .portrait.mmFade .image {
	opacity: 0.4;
}
#mmPortraits .portrait.mmFade .image:hover {
	opacity: 1;
}
#mmPortraitsPrevWrapper,
#mmPortraitsNextWrapper {
	position: absolute;
	top: 0;
	width: 70px;
	height: 130px;
	display: block;
	background: #fff;
	z-index: 10;
}
#mmPortraitsPrevWrapper .hide,
#mmPortraitsNextWrapper .hide {
	display: none;
}
#mmPortraitsPrevWrapper {
	left: 0;
	/*box-shadow: 3px 0 6px 0 rgba(256,256,256,0.6);*/
}
#mmPortraitsNextWrapper {
	right: 0;
	/*box-shadow: -3px 0 6px 0 rgba(256,256,256,0.6);*/
}
.mmPortraitsPrev, .mmPortraitsNext {
	position: absolute;
	top: 60px;
	left: 5px;
	width: 50px;
	height: 54px;
	transform: translateY(-50%);
	background: url("../../public/images/home/sprites.png") no-repeat;
	cursor: pointer;
}
.mmPortraitsPrev {
	background-position: -340px -1246px
}
.mmPortraitsNext {
	background-position: -388px -1246px
}
.mmPortraitsPrev:hover {
	background-position: -340px -1346px
}
.mmPortraitsNext:hover {
	background-position: -388px -1346px
}

#mmPortraitsArrowContainer {
	position: absolute;
	width: 20px;
	height: 10px;
	top: 238px;
	margin-left: -10px;
	left: 50%;
	overflow: hidden;
	z-index: 10;
}
#mmPortraitsArrowContainer .mmArrow {
	width: 20px;
	height: 20px;
	margin-top: -15px;
	transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out;
	background: #0082b4;
}

/* the GeoMap */
#mmMap {
	padding-top: 133px;
	width: 100%;
	height: 800px;
	background: #e1ecf2;
	z-index: 1;
}
#mmGeoMap {
	display: block;
	height: 680px;
	margin: -60px auto 0 auto;
	padding: 0;
	z-index: 2;
}
#mmGeoMap path { cursor: pointer; }
#mmGeoMap path[fill='#ffffff'] { cursor: default; }

/* style the map tooltip */
div.google-visualization-tooltip {
	position: absolute;
	background: rgba(256,256,256,0.95) !important;
	padding: 1px !important;
}
div.google-visualization-tooltip > ul > li:first-child {
	display: none;
}
div.tooltipp > span {
	font-family: 'voestalpine', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
div.tooltipp > span.small {
	font-size: 12px;
	color: #666;
}

/* the country selector */
#mmCountryDropDown {
	display: none;
	box-sizing: border-box;
	margin-top: 203px;
	width: 100%;
	height: 35px;
	padding: 8px 10px 3px 15px;
	background: rgba(0,130,190,0.9);
	border-radius: 3px;
	box-shadow: 0 0 5px 3px rgba(256,256,256, 0.2);
}
#mmCountryDropDown .left {
	width: 100%;
	height: 100%;
}
#mmCountryDropDown .right {
	position: absolute;
	top: 260px;
	right: 30px;
}
#mmCountryDropDown select {
	font-family: 'voestalpine', 'Neue Helvetica W02', 'Helvetica Neue', 'Segoe UI', Arial, Helvetica, sans-serif;
	background: transparent;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 0;
	width: 100%;
	border-radius: 0;
	font-size: 16px !important;
	font-weight: 300;
	color: #fff;
	white-space: nowrap;
}
#mmCountryDropDown select::-ms-expand {
	display: none;
}
#mmCountryDropDown select option {
	color: #333;
}

/* the stats boxes */
.mmCountryStats {
	position: absolute;
	width: 190px;
	height: 160px;
	background: rgba(256,256,256,0.9);
	box-shadow: 0 0 5px 3px rgba(0,130,190, 0.1);
	border-radius: 3px;
}
.mmCountryStats .mmTitle {
	width: 170px;
	height: 20px;
	background: rgba(102,102,102,0.9);
	border-radius: 3px 3px 0 0;
	padding: 10px 5px 10px 15px;
}
.mmCountryStats .mmTitle span {
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}
.mmCountryStats .mmContent {
	display: flex;
	flex-direction: column;
	height: 120px;
	padding: 0 10px 0 20px;
	justify-content: center;
	gap: 1rem;
	box-sizing: border-box;
}
.mmCountryStats .mmContent .mmRow {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.mmCountryStats .mmContent .mmRow span {
	font-size: 24px;
	font-weight: 300;
	color: #333;
	margin-left: 2rem;
}
.mmCountryStats .mmContent .mmRow div {
	width: 40px;
}
.mmCountryStats.locations {
	top: 316px;
	left: 20px;
}
.mmCountryStats.employees {
	top: 496px;
	left: 20px;
}
.mmCountryStats.gender {
	top: 316px;
	right: 20px;
}
.mmCountryStats.collar {
	top: 496px;
	right: 20px;
}

/* the map click info text */
#mmMapClickInfo {
	position: absolute;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 5px 3px rgba(256,256,256, 0.2);
	width: 500px;
	height: 17px;
	padding: 6px 12px 12px 12px;
	border-radius: 3px;
	top: 680px;
	left: 50%;
	margin-left: -250px;
	z-index: 10;
	display: block;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
}

body.en #mmMapClickInfo {
	width: 400px;
	margin-left: -200px;
}

/* the jobs link button */
#mmJobs {
	position: absolute;
	background: rgba(0,130,190,0.9);
	box-shadow: 0 0 5px 3px rgba(256,256,256, 0.2);
	width: auto;
	height: 17px;
	padding: 6px 12px 12px 12px;
	border-radius: 3px;
	top: 680px;
	right: 20px;
	z-index: 9;
	display: none;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
}
#mmJobs .invert {
	color: #fff;
}
#mmJobs .invert:hover {
	text-decoration: underline;
  cursor: pointer;
}
#mmJobs .countryLink {
	font-weight: 500;
}

#mmJobsLinkArrowContainer {
	position: absolute;
	width: 20px;
	height: 10px;
	top: 720px;
	margin-left: -10px;
	left: 50%;
	overflow: hidden;
	z-index: 10;
}
#mmJobsLinkArrowContainer .mmArrow {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out;
	background: #0082b4;
}

/* the stories section */
#mmStories {
	position: absolute;
	top: 730px;
	left: 0;
	width: 100%;
	height: 140px;
	overflow: hidden;
	background: #fff;
	border-top: 3px solid #0082b4;
	z-index: 10;
	color: #333;
	font-size: 16px;
}
#mmStories .mmTitle {
	width: 100%;
	margin: 12px 0 6px 0;
	float: left;
	text-align: left;
	line-height: 150%;
	color: #333;
}

#mmInfoPopup {
	position: absolute;
	left: 100px;
	top: 235px;
	width: 300px;
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: left 0.2s ease-in-out, top 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 5px;
	box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
	z-index: 20;
	background: rgba(256,256,256,0.95);
	border: 1px solid #0082b4;
}
#mmInfoPopup .mmArrowContainer {
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	margin-left: -10px;
	left: 50%;
	overflow: hidden;
}
#mmInfoPopup .mmArrowContainer .mmArrow {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	background: rgba(0,130,180,0.9);
	transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out;
}

#mmInfoPopupContent {
	padding: 4px 8px 12px 8px;
	text-align: center;
	line-height: 22px;
	color: #333;
	font-size: 16px;
	text-align: left;
}
#mmInfoPopupContent .name {
	font-weight: 400;
	line-height: 32px;
}
#mmInfoPopupContent ul {
	margin-top: 10px;
  margin-left: 0;
}
#mmInfoPopupContent .mmLink,
#mmStories .mmLink {
	line-height: 24px;
	color: #0082b4;
	cursor: pointer;
}
#mmStories .mmLink {
	line-height: 22px;
}
#mmInfoPopupContent .portraitLink {
	margin-right: 16px;
}
#mmInfoPopupContent .portraitLink:hover {
	text-decoration: underline;
}
#mmContainer i.fa {
	font-size: 28px;
	color: #0082b4;
}
#mmContainer i.fa.fa-play-circle {
	font-size: 18px;
	margin-right: 6px;
}
#mmContainer i.fa.fa-chevron-right {
	font-size: 10px;
	margin-right: 6px;
}
#mmContainer .readPortrait i.fa.fa-chevron-right {
	margin-right: 3px;
  transform: translateY(-1px);
}
#mmContainer i.fa.fa-chevron-down {
	font-size: 16px;
	margin-top: 2px;
	color: #fff;
}
#mmContainer i.fa.fa-arrow-left,
#mmContainer i.fa.fa-arrow-right {
	font-size: 16px;
	color: #fff;
}
#mmContainer i.fa.fa-arrow-left {
	margin: 4px 6px 0 0;
  transform: translateY(-1px);
}
#mmContainer i.fa.fa-arrow-right {
	margin: 4px 0 0 6px;
  transform: translateY(-1px);
}
#mmContainer i.fa.fa-male, i.fa.fa-wrench {
	margin-left: 2px;
	color: #666;
}
#mmContainer .mmCountryStats.employees i.fa.fa-male {
	margin-left: 4px;
}
#mmContainer i.fa.fa-laptop {
	margin-top: 2px;
}
#mmContainer i.fa.fa-building {
	margin-top: 0;
}

#mmContainer .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

@container mmChart (width < 870px) {
  #mmIntroText .desktop {
		display: none;
	}
	#mmIntroText .tablet {
		display: block;
	}
	#mmIntroText .mobile {
		display: none;
	}
}
@container mmChart (width < 700px) {
  #mmIntroText .tablet {
    letter-spacing: -0.15;
  }
}

@container mmChart (width < 670px) {
  #mitarbeiterMap * {
    box-sizing: border-box;
  }
	#mmIntroText .desktop {
		display: none;
	}
	#mmIntroText .tablet {
		display: none;
	}
	#mmIntroText .mobile {
		display: block;
	}
  #mmPortraitsArrowContainer {
    top: 236px;
  }
	#mmMap {
		padding: 50px 20px 0 20px;
	}
	#mmGeoMap {
		display: none;
	}
	#mmCountryDropDown {
		display: block;
	}
	.mmCountryStats {
		left: 20px;
		right: 20px;
		width: auto;
		height: 72px;
	}
	.mmCountryStats .mmTitle {
		width: 100%;
		height: 30px;
		padding: 4px 5px 8px 15px;
	}
	.mmCountryStats .mmContent {
		height: 45px;
		padding: 8px 15px;
		flex-direction: row;
		justify-content: flex-start;
	}
	.mmCountryStats .mmContent .mmRow span {
		font-size: 22px;
	}
	.mmCountryStats.locations {
		top: 298px;
	}
	.mmCountryStats.employees {
		top: 380px;
	}
	.mmCountryStats.gender {
		top: 462px;
	}
	.mmCountryStats.collar {
		top: 544px;
	}
  #mmContainer i.fa {
    font-size: 26px;
  }
	#mmJobs {
		top: 626px;
		left: 20px;
    height: auto;
    padding: 6px 12px 8px 12px;
		text-align: right;
	}
	#mmJobsLinkArrowContainer {
		top: 668px;
	}
	#mmStories {
		top: 678px;
	}
	#mmStories .mmTitle {
		margin: 8px 0 4px 0;
	}
}
