/*
 Theme Name:   FBS Unna Theme
 Description:  Ocean WP Child Theme
 Author:       WG Mediendesign
 Author URI:   https://www.wiebke-gerwin.de
 Template:     oceanwp
 Version:      1.0
 Text Domain:  ocean-wp-child
*/

/* MENÜ */

#site-navigation-wrap {
	margin-bottom: 20px !important;
}
.menu-link {
	letter-spacing: 0 !important;
}

a:focus { 
	 outline: 0 !important; 
}

/* FOOTER */

.fbs-footer {
	font-weight: bold;
	text-align: center !important;
}

/* BEITRAGSSEITEN HEADER */

.tax-desc {
	font-family: "HappyParadise", Sans-serif;
  	font-size: 62px;
  	color: #585B61;
	text-align: center;
}
.category-aktuelles .tax-desc {
	margin-bottom: 50px;
}

.category-schuelerparlament .tax-desc {
	height: 400px;
	background-image: url(https://schule-am-friedrichsborn.de/wp-content/uploads/2025/10/Schuelerparlament_Friedrichsborn_Logo.jpg);
	background-size: 330px;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
.tax-desc {
    font-size: 40px;
  }
}