/** Breadcrumb **/

.breadcrumb-item.active a {
	color: #A2A2A2;
}

/* Sidebar nav */
ul.sidebar-nav__list.mobile-dropdown-nav-enabled {
	background: none;
	color: #000;
	padding: 0;
}



/*** Glyphter font import fix ***/
@font-face {
    font-family: 'Glyphter';
    src: url("../fonts/glyphter/glyphter.eot");
    src: url("../fonts/glyphter/glyphter.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphter/glyphter.woff") format("woff"), url("../fonts/glyphter/glyphter.ttf") format("truetype"), url("../fonts/glyphter/glyphter.svg#Glyphter") format("svg");
    font-weight: normal;
    font-style: normal;
}


.sidebar-nav a.nav-link {
	padding: 0!important;
}

.mb-100 {
	margin-bottom: 100px!important;
}




.text-black {
	color: #000!important;
}

a.fancybox-item.fancybox-close {
	top:0;
	right:0;
	text-decoration: 0;
}

.fancybox-next span {
    background: none;
}

.fancybox-next span::before {
	font-size: 36px;
	color: #000;
	content: '\0042';
	display: inline-block;
	font-family: 'Glyphter';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.fancybox-prev span {
    background: none;
}

.fancybox-prev span::before {
	font-size: 36px;
	color: #000;
	content: '\0041';
	display: inline-block;
	font-family: 'Glyphter';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/*Cookie Popup*/
.privacy-popup__wrapper {
	padding:15px 0;
}

/*
img.dreier-box__img {
		width: 100%;
	}

@media screen and (min-width: 1024px) {
	img.dreier-box__img {
		width: 70%;
	}
}
*/

.emo--home {
	margin-bottom:20px;
}
.emo-new__content__icon img {
	max-width:120px;
}
@media (min-width: 769px) {
	.emo-new__content__icon img {
		max-width:none;
	}
}