/**
Theme Name: Astra Child – Meine Faustformel
Author: Florian Ubr
Author URI: http://ubr.media
Description: Created with love for Faustformel by Florian Ubr 2019 & 2020.

V 1.0.0 created on Jan 15th 2020.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-meine-faustformel
Template: astra
*/

.category-wprezepte h1.elementor-heading-title,
.category-rezepte h1.elementor-heading-title {
	display: none !important;
}



/* Styling von rotem Download-Button - benutzt in Learn Dash Seiten > Unterlagen */
.FFDownloadButton {
    display: inline-block;
    background-color: #f05751;
    border-radius: 33px;
    color: white;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    margin: 15px;
}

.FFDownloadButton:hover {
    background-color: #ef3a34;
    color: white;
}

.FFDownloadButton::after {
    content: "\f019";
    font-size: 12px;
    line-height: 12px;
    margin-top: 9px;
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: 900; /* exact value needed for Chrome */
    margin-left: 10px; 
}



/* Nutzungsbedingungen-Disclaimer Box - shown right after first login and until accepted */
.FFDisclaimerContainer {
	position: fixed;
	background-color: rgba(255,255,255,0.5);
	left: 0;top:0;right:0;bottom:0;
	z-index: 999;
	-webkit-backdrop-filter: blur(5px); /*Safari needs this*/
	backdrop-filter: blur(5px); /*Chrome needs this*/
/* 	display: none; */
}

.FFDisclaimerText {
	background-color: rgba(255,255,255,1);
	width: 900px;
	max-width: 90%;
	margin: auto;
	margin-top: 75px; /*24vh;*/
	height: 80vh;
	height: calc(100vh - 200px);
	border-radius: 10px 10px 0 0;
	color: rgba(0,0,0,1);
	padding: 30px; /*5px 15px;*/
	overflow-y: scroll;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.FFDisclaimerTextAcceptButton {
	width: 900px;
	max-width: 90%;
	background-color: #f05751; /*black;*/
	padding: 5px 10px;
	margin: auto;
/* 	margin-top: 10px; */
	border-radius: 0 0 10px 10px;
	color: white;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	transition: background-color 0.75s ease;
	font-weight: bold;

}

.FFDisclaimerTextAcceptButton:hover {
	background-color: #ef3a34;
}


.toolbox-aufgaben .elementor-tab-content br {
	/*Fehlerhaft eingebaute break tags zwischen Checkboxen und Label ignorieren */
	display: none;
}

.toolbox-aufgaben .elementor-tab-content label {
	padding-left: 0em;
	display: inline-block;
	width: 90%;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 0.5em;
	margin-bottom: 0.25em;
}

.toolbox-aufgaben .elementor-tab-content label.aufgabe_erledigt {
	text-decoration: line-through;
	color: gray;
}



/*Merkliste im Dashboard stylen*/
.favorites-list {
	margin-left:0;
}

.favorites-list img {
	width: 50px;
	height: auto;
	border-radius: 40px;
}

.favorites-list li {
	padding: 3px !important;
	border-top: none !important;
}

.favorites-list p {
	margin-bottom: 0 !important;
} 

.favorites-list a {
	text-decoration: none !important;
	margin-top: 12px;
	display: inline-block;
}

.merkliste-delete-button {
	text-align: center;
}




/* Allgemeines Styling Zeugs */

.elementor-button {
	background-color: #f05751;
	border-radius: 33px;
	color: white;
	font-weight: bold;
	padding-top: 13px;
	
}

.elementor-popup-modal .frm_submit {
	text-align: center;
}

.frm_button_submit{
	background-color: #f05751 !important;
	border-radius: 33px !important;
	color: white !important;
	font-weight: bold !important;
	padding-top: 13px !important;
	border-color: none !important;
	border-color: rgba(0,0,0,0) !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	
	
}

.elementor-button:hover {
	background-color: #408a8d;
}

.frm_button_submit:hover {
	background-color: #408a8d !important;
}

.elementor-button a,
.elementor-button a:hover {
	color: white;
}


h1 {
	font-family: "Merriweather", Sans-serif !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 1.2em;
}

.simplefavorite-button {
	text-align: right;
	background-color: rgba(0,0,0,0) !important;
}

.simplefavorite-button i {
	cursor: pointer;
}

/* Ausklapp-Pfeilchen-Button Learndash Übersichten */
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
	background-color: #408a8d;
}

.wpupg-item-image img {
	width: 100%;
}

.wpupg-item-title {
	font-family: "Merriweather", Sans-serif;
}
.wpupg-item {
	box-shadow: 0 0 10px rgba(0,0,0,0) !important;
	transition: all 0.3s ease-out !important;	
}

.wpupg-item:hover {
	transform: scale(1.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.3) !important;
}



/* Note several more styles are added for navigation through Elementor Header Template > Advanced > Own Css */

nav .e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
	display: none !important;
}
nav li {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

nav li a {
	padding: 8px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
nav li a .sub-arrow {
	display: none !important;
}
nav li:hover,
nav li.current_page_item {
	background-color: #f05751 !important;
	color: white !important;
	
}
nav li:hover a,
nav li.current_page_item a {
	color: white !important;
}
nav li a:hover {
	color: white !important;
	font-weight: bold !important;
}

nav .elementor-nav-menu--dropdown {
	background-color: #f05751 !important;
}

nav .elementor-nav-menu--dropdown li a {
	color: black !important;
	padding-left: 0 !important;
	text-transform: initial;
}

nav .elementor-nav-menu--dropdown li:hover a,
nav.elementor-nav-menu--dropdown a:hover,
nav.elementor-nav-menu--dropdown a.highlighted{
	background-color: rgba(0,0,0,0) !important;
	color: white !important;	
	
}

nav .elementor-nav-menu--dropdown li .elementor-item-active,
nav.elementor-nav-menu--dropdown li .elementor-item-active {
	background-color: rgba(0,0,0,0) !important;
	color: white !important;		
}

/* Größe begrenzen der "Durschschnittsgewicht hinzufügen" Checkbox-Liste im 2023er Dashboard */
#frm_field_17_container .frm_opt_container {
	max-height: 80px;
	overflow-y: scroll;
	padding-bottom: 2px;
}


/*Break in Gewichtstable nach Inline-Bearbeiten button entfernen*/
.frm_edit_link_container br {
	display: none;
}

.gewichtEdtiTable-formidable td p {
	margin-bottom: 0;
}