/* header */
/* footer */
a {
	color: #8c195f;
}

a:hover, a:focus {
	color: #d72864 !important;
}

ul li {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAYAAAD+WDajAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxEAAAsRAX9kX5EAAAAZSURBVChTY+yRjP/HgAMwQWmsYNhIMjAAABCHAhSgbNDyAAAAAElFTkSuQmCC);
}

.btn-primary {
	color: #8c195f !important;
	background-color: transparent;
	border: 1px solid #8c195f !important;
	border-radius: 18px;
	padding: 7px 35px 5px !important;
	color: #8c195f;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #d72864;
	border-color: #d72864 !important;
}

#teaserimage {
	margin-top: 40px;
}


.postlist__featuredimage {
	display: block;
	margin-bottom: 12px;
	margin-top: 8px;
}

.postmetagroup {
	font-size: 15px;

	a {
		color: #1a171b;
	}
}

#breadcrumb a {
	color: #8c195f;
}

#breadcrumb ~ .hsr-devtools-carousel {
	margin-top: 40px;
}

.mm-menu {
	background-color: #d72864;
}

.mm-panels > .mm-panel::before,
.mm-panels > .mm-panel::after {
	height: 40px;
}

.mm-listview > li,
.mm-listview > li::before,
.mm-listview > li::after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next::before {
	border-color: #fff;
}

.mm-navbar {
	border-color: #fff;
}

.mm-close {
	display: none;
}

.descText {
	margin-top: -40px;
}

.pagination {
	margin-left: -25px;
}

.pagination li a {
	color: #8c195f;
	border: none;
	padding: 8px;
}

.pagination li a:hover {
	background-color: #d72864;
	color: #fff !important;
}

.pagination .active a {
	background-color: #8c195f !important;
}

@media (max-width: 839px) {
	#breadcrumb {
		display: none;
	}

	#teaserimage {
		margin-top: 40px;
	}
}

@media (max-width: 1220px) {
	.descText {
		display: none;
	}
}

#mainNav {
	background-color: #8c195f;
}

#mainNav > ul {
	background-color: #f2f2f2;
}

#mainNav > ul a {
	color: #8c195f;
}

#metaAndLangNavWrap {
	margin-left: -11px;
	margin-right: -11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f2f2f2;
	padding-left: 22px;
	padding-right: 22px;
	height: 40px;
}

@media (max-width: 1220px) {
	#metaAndLangNavWrap {
		display: none;
	}
}

#metaAndLangNavWrap a {
	color: #8c195f;

}

.language-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;

	align-items: center;
}

#mainNav .language-menu li {
	margin-right: 0;
}

.language-menu li {
	list-style: none;
	display: inline;
}

.language-menu li:not(:last-child)::after {
	content: "|";
	margin: 0 4px;
	color: #8c195f;
}

.language-menu li a {
	text-decoration: none;
}

.language-menu li.active a {
	font-weight: bold;
}

#mainNav > ul a:focus, #mainNav > ul a:hover {
	border-bottom: none !important;
}

#mainNav h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 75px;
}

#mainNav h2, #mainNav h3 {
	margin-left: 10px;
	color: #fff;
}

#sidebarInner {
	margin-top: 35px;
}


#mobile-description {
	background-color: #8c195f;
	margin-top: -20px;
	padding: 10px 20px;
}

#mobile-description h3 {
	color: #fff;
	margin-top: 30px;
}

#mobileNavToggle {
	background-color: #8c195f !important;
}

#mobileNavToggle:hover {
	background-color: #d72864 !important;
}

#mobileNav a:hover {
	color: #fff !important;
	text-decoration: underline;
}
#mobileNav .mm-divider {
	padding-top: 4px;
	color: #fff;
}

@media (min-width: 840px) {
	#mobile-description {
		display: none;
	}
}

#footer {
	background-color: #8c195f;
}

#footer .socialMedia {
	border-top: none;
	padding: 20px 0;
}

#footer .quali {
	text-align: right;
}

@media (max-width: 839px) {
	#footer address {
		text-align: center;
	}

	#footer .socialMedia {
		text-align: center;
	}

	#footer .quali {
		text-align: center;
	}
}

#sidebar h3 {
	color: #8c195f;
}

.blogwidgetlist__item {
	/*display: inline;*/
}

.blogbadge {
	padding: 0;
	border-radius: 0;
	border: none;
	line-height: inherit;
}

.blogwidgetlist {
	a {
		color: #1a171b;
		/*text-decoration: underline;*/
		/*text-decoration-color: #8c195f;*/
	}

	a:hover {
		color: #8c195f;
		text-decoration: underline;
	}
}

.blogpagination__list {
	padding-top: 20px;
}

.blogpagination__item {
	margin: 0;
	list-style: none;
}


.blogpagination__item.blogpagination__item--active .blogpagination__link {
	background-color: #8c195f;
	color: #fff;
	border: 0;
}

.blogpagination__link {
	padding: 6px 6px 2px;
	margin-left: 4px;
	margin-right: 4px;
	list-style: none;
	border: 0;
	text-align: center;
}

.blogpagination__link:hover {
	background-color: #d72864;
	color: #fff !important;
	text-decoration: none;
}

.blogpagination__link:active {
	background-color: #8c195f;
	color: #fff;
}

.postcommentsform__content .form-group {
	margin-bottom: 12px;
	font-size: 16px;
}

.postcommentsform__content .form-group:nth-child(4) {
	margin-bottom: 0px;
}


.postcomment__author {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.postcomment__author a {
	color: #1a171b;
}

.postcomment__time {
	font-size: 14px;
	color: #777;
}


.post #teaserimage {
	margin-top: 20px;
}

.media-left {
	display: none;
}

.fa-rss-square {
	margin-left: 4px;
}

.comments-link {
	display: none;
}

.label-category,
.label-tag {
	margin-left: 10px;
}

.panel-body {
	margin-top: 15px;
}

aside.tx-blog-widget:nth-child(4), aside.tx-blog-widget:nth-child(5) {
	display: none;
}

/*# sourceMappingURL=custom.css.map */
