body{
	background-color: #f5f5f5;
    font-weight: 400;
    font-style: normal;
}

.pageHeader, .pageFooter {
	background-color: #4c4c4c;
	color: #ffffff;
}

.button{
	border-radius: 4px;
}

.logout > .copy{
	color: #a7893d;
}

.navi-mobile{
	background-color: #ffffff;
	color: #a7893d;
	width: 40px;
	height: 40px;
}

.mobile-navigation--menu .mobile-navigation--subnavigation .mobile-navigation--subentry{
	background-color: #ebebeb;
}

.mobile-navigation--menu .mobile-navigation--subnavigation .mobile-navigation--subentry-subentry{
	background-color: #f5f5f5;
}

.deleteBtn{
	color: #424242;
}

.deleteBtn:hover{
    color: #a7893d;
	cursor: pointer;
 }

.button-combi>.button:first-child{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0px;
}
.button-combi>.button:last-child{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.filter-tags-container .filter-tags--autocompleter .select-tags .tag.tag-selected{
	color: #ffffff;
}

@media screen and (min-width: 1001px) {
    .footer .postDetails .posting-action .button {
        width: 230px;
    }
}
