/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Minimaxsol Team
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/
/* Disappearing Header Start */
.scrollingHeader , .logo-cont{
    transition:all 0.25s linear !important;
    left: 0;
}
.fixed{
     position: fixed !important;
    top: 0px !important;
	border-radius:0 0 50px 50px !important;


}
.fixed .logo-cont{
	margin: -7px 0 -60px 0 !important;
}

.invisible{
    top: -70px !important;
}
.invisible .logo-cont{
	margin-bottom:-75px !important;
}

@media screen and (max-width:1023px){
	.fixed{
		border-radius:0 0 20px 15px !important;
	}
	.invisible{
    top: -65px !important;
	}
	
	.fixed .logo-cont{
	margin:-5px 0 -55px 0 !important;
	}
	.invisible .logo-cont{
	margin-bottom:-62px !important;
	}
	
}

@media screen and (max-width:767px){
	.invisible{
    top: -55px !important;
	}
	
	.fixed .logo-cont{
	margin:-5px 0 -45px 0 !important;
	}
	.invisible .logo-cont{
	margin-bottom:-55px !important;
	}
}

/* Disappearing Header End */

/* ================================
   SayCheese Blog – Style Isolation
   ================================ */

/* 1. Baseline für den gesamten Blogpost */
.sc-blogpost {
  font-family: inherit;
  color: #ffab00;
  line-height: 1.6;
}

/* 2. Überschriften – erzwingen */
body.single-post .sc-blogpost h1,
body.single-post .sc-blogpost h2,
body.single-post .sc-blogpost h3,
body.single-post .sc-blogpost h4 {
  color: #ffff00;
  font-weight: 700;
}

/* Fließtext */
body.single-post .sc-blogpost p,
body.single-post .sc-blogpost li {
  color: #ffab00;
  text-align: justify;
  hyphens: auto;
}

body.single-post .sc-blogpost p {
  font-weight: 400;
}

/* Bilder im Blogpost leicht abrunden */
body.single-post .sc-blogpost .wp-block-image img {
    border-radius: 8px; /* z.B. 8px = dezente Abrundung */
    display: block;
    max-width: 100%;
    height: auto;
}
/* Bildunterschriften */
body.single-post .sc-blogpost figcaption,
body.single-post .sc-blogpost .wp-element-caption {
  color: #ffab00;
  font-size: 0.9em;
  font-style: italic;
  text-align: left;
  margin-top: 0.5em;
}

/* 4. Links */
body.single-post .sc-blogpost a {
  color: #ffff00;
  text-decoration: none;
}

body.single-post .sc-blogpost a:hover {
  text-decoration: underline;
}

/* 5. Blockeditor-Farben neutralisieren */
body.single-post .sc-blogpost .wp-block,
body.single-post .sc-blogpost .entry-content {
  color: inherit;
  font-family: inherit;
}

/* 6. Inline-Farben der Blöcke überschreiben */
body.single-post .sc-blogpost [style*="color"] {
  color: inherit !important;
}

/* 7. Sicherheit: Theme-Absätze schlagen */
body.single-post .sc-blogpost p {
  margin-bottom: 1em;
}