/*
Theme Name: Child for Twenty Twenty
Theme URI: 
Description:  Child theme for the Twenty Twenty theme | Bewegte Schule
Author:  Anne Schulz
Textdomain:  
Author URI:  https://lsj-sachsen.de/
Template:  twentytwenty
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

body {
	/*background: #fcfcfc !important;*/
	/*color: #343434 !important;*/
}

.site-description {
	color: #00A493 !important;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -0.1em;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

#site-content a:not(.wp-block-button__link):not(.wp-block-navigation-item__content){
	text-decoration: unerline;
	text-decoration-color: #FF4A27; 
	color: #000000;
	text-decoration-thickness: 4px;
	text-underline-offset: 5px;
}

#site-content a:hover:not(.wp-block-button__link):not(.wp-block-navigation-item__content){ 
	text-decoration: underline !important;
	text-decoration-color: #FF4A27; 
	color: #FF4A27;
	text-decoration-thickness: 4px !important;	
	text-underline-offset: 5px !important;	
}

#site-content a:active:not(.wp-block-button__link):not(.wp-block-navigation-item__content){ 
	text-decoration: none !important;
}

/*--------------------------------------------------------------
Sub Menu in Hauptmenü
--------------------------------------------------------------*/

.primary-menu ul {
	background: #00A493 !important;
}

.sub-menu li a:hover{
	color: #000000 !important;
	text-decoration: none;
}

.sub-menu .current-menu-item {
	color: #000000 !important;
	text-decoration: none !important;
}

/*--------------------------------------------------------------
Untermenü: Bereiche
--------------------------------------------------------------*/

ul.wp-block-navigation__submenu-container li.wp-block-navigation-item.wp-block-navigation-link {
	font-size: 1.4rem;
}

ul.wp-block-navigation__submenu-container li.wp-block-navigation-item.wp-block-navigation-link:hover {
	color: #00A493;
}

ul.wp-block-navigation__container {
	margin-left: -20px !important;
}

/*--------------------------------------------------------------
Accordion
--------------------------------------------------------------*/

.c-accordion__item {
	border-bottom: 2px solid #FF4A27; 
} /* The accordion item container */

.c-accordion__item.is-open {} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */

.c-accordion__title {
	font-family: Nunito, sans-serif;
	font-weight: 600 !important;
	font-size: 1.8rem;
	font-weight: normal; 
	color: #FF4A27; 
	line-height: 1;
	text-rendering: optimizeLegibility;
	background: none;
}

.c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {} /* An accordion item content container */