/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/* Sticky-header color*/
#site-header {
	
	position: fixed !important;
	background-color: white !important;
	box-shadow: 0px 5px 10px grey;
}

/*Farbwechsel bei unterstrichenem Text*/
#underline {
	text-decoration-color: #BF1438;
}

/*Rahmen bei aktivem Link*/
a:focus {
	outline: none !important;
}

.blue {
	text-decoration: underline;
	text-decoration-color: #BF1438;
}
.blue a:hover {
	color: #223A76 !important;
	text-decoration: underline !important;
	text-decoration-color: #223A76 !important;
}