/*
Theme Name:     Kölner Münzkabinett
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Jan Didier
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.4
*/
/*----------------------------------------------------------------------------------------
	- Farben -
	
	

----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
	- ALLGEMEINE ANPASSUNGEN -
----------------------------------------------------------------------------------------*/
a,
a:link,
a:hover,
a:focus,
a:active,
a:visited{
	outline: none;
}

.mk-header-right {
	margin-right: 30px
}
@media handheld, only screen and (max-width: 780px){
	.mk-header-right {
		display: block!important;
	}
}
@media handheld, only screen and (min-width: 1140px) and (max-width: 1440px) {
	.mk-main-navigation {
		padding-right: 100px;
	}
}
#menu-item-de > a::after {
	content: "|";
	position: absolute;
	right: -2px;
	margin-top: 1px;
	color: #cc0000;
}