/*
Theme Name: HJS Dienstleistungen
Template: Impreza
Version: 1.0
Author:	Dirk Schneider
Theme URI: http://impreza.us-themes.com/
Author URI: https://www.tailor-made-webdesign.de/
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/


/* --------------------- Typografie ----------------------*/ 

p a {
    text-decoration: underline;
    color: #026633!important;
	font-weight:500;
}
p a:hover {
    text-decoration: none;
    color: #92c021!important;
}

/* --------------------- Styling ------------------------ */

#page-footer p a {
    color: #fff!important;
}

/* --------------------- Responsive --------------------- */

@media only screen and (min-width: 480px) {
.hide-on-desktop { display: none !important;
}
}
@media only screen and (max-width: 479px) {
.hide-on-mobile { display: none !important;
}
.w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
    line-height: 1.1em;
	font-weight: 500;
}
}