/*------------------------------------*/
/*--- overwrite bootstrap defaults ---*/
/*------------------------------------*/
html {
	font-size: 1rem;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px; /* default is 1140px but our header image is always 1000px */
  }
}
a
,.page-link  {
  color: #d30145;
}
.text-primary {
  color: #d30145 !important;
}
.bg-primary
,.btn-primary
,.badge-primary
,.page-item.active .page-link {
  background-color: #d30145 !important;
}
.btn-primary
,.border-primary
,.page-item.active .page-link {
  border-color: #d30145 !important;
}
.border-secondary {
  border-color: #dee2e6 !important;
}
.page-item.active .page-link {
  color: #fff;
}
.page-item.disabled .page-link {
  color: #adb4ba;
}
h5, .h5 {
  font-size: 1.3rem;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb-item a {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\00bb";
}
.custom-select {
  /*custom arrow color*/
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23adb4ba' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #d30145;
	background-color: #d30145;
}

/*------------------*/
/*--- custom css ---*/
/*------------------*/

/* mainMenu */
.mainMenu .nav-link {
	color: rgba(255, 255, 255, 1) !important;
	font-weight: 500;
	font-size: 1.2rem;
	margin: 0;
	padding: 1rem !important;
	padding-top: 0.6rem !important;
	padding-bottom: 0.8rem !important;
}
.mainMenu .nav-link:hover
,.mainMenu .nav-link.active {
	background-color: black !important;
}

/* footerMenu */
.footerMenu .nav-link:hover {
	background-color: #e8e8e8;
}

/* filter */
.filter-az .nav-link {
	padding-bottom: 0.125rem !important;
}
.filter-az .nav-link.active {
	border-radius: 0.25rem;
}
.filter-az .nav-link.disabled {
	color: #ccc;
}
.filter-az .nav-link:hover {
	text-decoration: underline;
}

/* cards */
.card .datepublished {
	left: 0;
	top: -1.5rem;
	color: #6c757d;
}
.card .cardimage {
	height: 10rem;
}
.card img.border {
	border-width: 0.25rem !important;
}
.card .playbutton {
	top: 0;
	left: 0;
}
.card .playbutton .fa {
	border-radius: 50%;
	padding: 0.7rem 0.6rem 0.7rem 0.8rem;
	background-color: rgba(0,0,0,0.7);
	color: white;
}
.card .subtitle
,.card .companyname {
	height: 3rem;
}
.card .subtitle div {
	max-height: 3rem;
	bottom: 0;
}
.card .companyname.small {
	height: 2.625rem;
	font-size: 0.875rem;
	line-height: 1.3125rem;
}
/* text-overflow, class is also used in JS as indicator */
.card .text-overflow {
	overflow: hidden;
}
.card .text-overflow-ellipsis:after {
	content: '';/*\2026\00a0\00a0\00a0*/
	color: #bbb;
	height: 1.5rem;
	position: absolute;
	top: 1.5rem;
	right: 0;
	width: 8rem;
	text-align: right;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.card .text-overflow-ellipsis.small:after {
	top: 1.3125rem;
	height: 1.3125rem;
}
/* card hover effect */
.card .overlay {
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 2s ease;
}
.card:hover .overlay {
	visibility: visible !important;
	opacity: 0.2;
	transition: opacity 0.25s ease;
}
/* cards highlighting */
.card.highlighting .text-overflow-ellipsis:after {
	background-image: linear-gradient(to right, rgba(211,1,69,0), rgba(211,1,69,1));
}
.card.highlighting:hover .overlay {
	opacity: 0.35;
}

/* indextree */
.indextree a {
	text-decoration: underline;
}

/* company-detail */
.company-detail-logo img {
	max-height: 20rem;
}
.company-detail-text {
	line-height: 1.4;
}
.reachabilitydata TD {
	padding: 0;
}

/* img-container */
.img-container .CompanyTextImage {
	height: 10rem;
	max-width: 20rem;
	cursor: pointer;
}
.img-container .overlay {
	background-color: rgba(255,255,255,0.4);
	color: #333;
	bottom: 0;
	right: 0;
	padding: 0 0.3rem;
}

.video-container {

}
.video-container .playbutton {
	top: 0;
	left: 0;
}
.video-container .playbutton .fa {
	border-radius: 50%;
	padding: 1rem 0.8rem 1rem 1.2rem;
	background-color: rgba(0,0,0,0.7);
	color: white;
	cursor: pointer;
}


/* MARKERS */
.markers-in-menu.marker-specialcat01 {height: 1.5rem; width: 1.5rem; background-color: #39B54A;}
.markers-in-menu.marker-specialcat01 img {vertical-align: middle;}
.markers-on-card {height: 2rem; z-index: 99; right: 0;}
.markers-in-detail {height: 2rem;}
.markers-on-card .marker-specialcat01, .markers-in-detail .marker-specialcat01 {width: 2rem; background-color: #39B54A;}
/* /MARKERS */