/**
Theme Name: Astra Child
Author: Renate Hermanns
Author URI: https://www.css-manufaktur.de
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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
Template: astra
*/

/* Farben:


*/

/*******************************************************
********************** Allgemein ***********************
********************************************************/
a:focus {
  outline: 2px dotted #333;
}
figure, .entry-content .no-margin {
	margin-bottom: 0;
}
.entry-content p a:not(.wp-block-button__link) {
  text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: bold;
}
.entry-content p a:hover, .entry-content p a:focus, .entry-content p a:active {
	text-decoration: none;
}
blockquote {
	border-left: none;
}
.wp-block-pullquote blockquote::before {

}
.wp-block-quote.special-quote {
  border-left: 0 !important;
	padding-left: 130px;
}
.special-quote::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 120px;
  height: 125px;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 417 330' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-575.687,79.0074)'%3E%3Cpath d='M818.851,250.875L807.133,231.539C873.539,196.383 906.742,163.18 906.742,131.93C906.742,118.649 894.242,105.563 869.242,92.672C846.976,80.954 831.449,69.235 822.66,57.516C813.871,45.797 809.476,30.563 809.476,11.813C809.476,-13.187 818.363,-34.574 836.136,-52.347C853.91,-70.121 875.101,-79.007 899.711,-79.007C927.054,-79.007 949.222,-68.07 966.215,-46.195C983.207,-24.32 991.703,4.196 991.703,39.352C991.703,97.164 969.828,146.774 926.078,188.18C911.234,201.852 896.683,212.887 882.425,221.286C868.168,229.684 846.976,239.547 818.851,250.875ZM587.406,250.875L575.687,231.539C642.093,195.993 675.297,162.789 675.297,131.93C675.297,124.508 672.562,117.965 667.093,112.301C661.625,106.637 651.859,100.094 637.797,92.672C616.312,81.735 600.98,70.114 591.8,57.809C582.621,45.504 578.031,30.172 578.031,11.813C578.031,-13.578 586.82,-35.062 604.398,-52.64C621.976,-70.218 643.07,-79.007 667.679,-79.007C695.414,-79.007 717.777,-68.07 734.769,-46.195C751.761,-24.32 760.258,4.196 760.258,39.352C760.258,67.086 754.691,93.649 743.558,119.039C732.425,144.43 715.922,167.477 694.047,188.18C668.656,211.618 633.109,232.516 587.406,250.875Z' style='fill:rgb(243, 182, 27);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 1;
}
.ast-container {
  padding-left: 30px;
  padding-right: 30px;
}

/* Listen */
.entry-content ul {
	padding-left: 0.5em;
	width: calc(100% - 30px) !important;
  margin-left: 0 !important;
}
.entry-content ul li {
	margin: 0 1em 0.2em 1em;
  text-indent: -1.3em;
  list-style: none;
}
.entry-content ul:not(.slick-dots) li::before {
  content: '\25B8';
	font-size: 1.5rem;
  color: #CC1939;
	position: relative;
	top: 0.1em;
}
.entry-content ol li {
	margin: 0 1em 0 1em;
}
.entry-content p + ul {
	margin-bottom: 0;
	margin-top: -1.4em;
}

.uagb-post__no-posts {
  padding: 1em;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 10px;
}
input[type="checkbox"]:focus, input[type="checkbox"]:active, input[type="radio"]:focus, input[type="radio"]:active {
  outline: 3px dotted var(--ast-global-color-1);
}

/* Video - Poster */
.hd-bcve-wrapper .play-button:focus {
  outline: 4px dotted var(--ast-global-color-4);
}
/*******************************************************
*********************** Header *************************
********************************************************/
.site-header {
	border-top: 20px solid #EE7C03; /*#b31532;  oder #EE7C03; */
}
.ast-builder-grid-row > .site-header-section {
	flex-wrap: wrap;
}
.site-logo-img a {
	display: block;
}
.lang-item .menu-text {
  width: 24px;
}

/*******************************************************
*********************** Content ************************
********************************************************/
/* Headline */
.text-shadow {
	position: relative;
	z-index: 1;
}
.text-shadow::before {
	content: "Sabine Jainski";
  position: absolute;
  display: block;
  font-family: "Dosis";
  font-size: 2.5em;
  color: #ffe18e;
  z-index: -1;
  margin: -0.7em 0.5em 0 0;
  line-height: 1.2;
  white-space: pre;
  left: calc(50% - 340px);
}

.width-control-text .uagb-container-inner-blocks-wrap {
	width: clamp(min(93.75vw, 50ch), 70vw, 75ch) !important;
}

/* Start-Grid - Grid-Images
.custom-grid.wp-block-uagb-container.uagb-layout-grid {
	grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr)) !important;
	grid-template-rows: auto !important;
}
*/

/* Startseite */
.start-gradient.wp-block-uagb-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	background: linear-gradient(-195deg,rgba(255, 205, 35, 0) 0%, rgba(255, 205, 35,0) 80%, rgb(255, 205, 35) 80%, rgb(255, 205, 35) 100%), linear-gradient(-190deg,rgba(237,124,2,0) 0%,rgba(237,124,2,0) 50%,rgb(255, 225, 142) 50%,rgb(255, 225, 142) 97%);
	background-repeat: no-repeat;
	transform: scaleY(1);
	width: 100%;
	height: 100px;
}
.start-gradient.wp-block-uagb-container::before {
  content: "";
  background-image: linear-gradient(164deg,rgba(237,124,2,0) 0%,rgba(237,124,2,0) 55%,rgb(238,124,3) 55%,rgb(238,124,3) 97%), linear-gradient(155deg,rgba(237,124,2,0) 0%,rgba(237,124,2,0) 44%,rgb(255, 205, 35) 44%,rgb(255, 205, 35) 97%);
  display: block;
  width: 45%;
  height: 15em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.start-image.wp-block-uagb-container::before {
  content: "";
  background-image: url(https://jainski.de/wp-content/uploads/2025/09/film-reel-only-start.svg);
  z-index: 100;
  position: absolute;
  display: block;
  background-size: 100%;
  width: 12em;
  height: 10em;
  right: 0;
  bottom: 0;
  overflow: visible;
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* Start-Blog */
.start-blog.wp-block-uagb-post-grid .uagb-post__image {
	margin-bottom: 2em;
}

.wp-block-uagb-container.filmstreifen-beide::before {
  content: "";
  background-image: url(https://jainski.de/wp-content/uploads/2025/10/filmkante.png);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
	background-size: 20em;
	opacity: 0.8;
}
.wp-block-uagb-container.filmstreifen-beide::after {
  content: "";
  background-image: url(https://jainski.de/wp-content/uploads/2025/10/filmkante.png);
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
	background-size: 20em;
	opacity: 0.8;
}

/* Allgemein */
.single .wp-block-image, .single .wp-block-uagb-image__figure {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 0;
}
.single .wp-block-image figcaption, .single .wp-block-uagb-image__figure figcaption {
  display: block !important;
  text-align: center;
  margin-bottom: 0.5em;
}
figure.wp-block-image.alignleft {
	margin-right: 20px;
}
figure.wp-block-image.alignright {
	margin-left: 20px;
}
.ast-separate-container.single .post-navigation a {
  border: 2px dashed var(--ast-global-color-4);
  background: var(--ast-global-color-0);
  width: 15em;
  height: 7em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 10px;
}
.ast-separate-container.single .post-navigation .nav-links {
	padding: 0;
}
.single .nav-links .nav-next {
  display: flex;
  justify-content: flex-end;
}
.post-navigation .nav-previous::after {
    width: 0;
}
.ast-separate-container.single .post-navigation a:hover {
  color: var(--ast-global-color-3);
  background: var(--ast-global-color-6);
}

/* Video 
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
*/
/*******************************************************
*********************** Footer *************************
********************************************************/
#secondary {
	line-height: 1.4;
}
.site-footer .widget {
	margin-bottom: 1.25em;
}
.site-footer .ast-footer-copyright {
	margin: 0;
}
.wp-mailchimp-forms, .site-footer .wp-mailchimp-forms, .secondary .wp-mailchimp-forms {
  margin-top: 0;
  background-color: var(--ast-global-color-0);
  border: 8px dashed var(--ast-global-color-1);
  padding: 20px;
}
.site-footer .uagb-forms-main-form .uagb-forms-input-label, .secondary .uagb-forms-main-form .uagb-forms-input-label {
  font-size: 14px;
  margin-bottom: 4px;
}
.site-footer .wp-block-button .wp-block-button__link, .secondary .wp-block-button .wp-block-button__link, 
#mc-embedded-subscribe.button {
  background-color: var(--ast-global-color-1);
  color: var(--ast-global-color-4);
}
.site-footer .wp-block-button .wp-block-button__link:hover, .site-footer .wp-block-button .wp-block-button__link:focus, .site-footer .wp-block-button .wp-block-button__link:active, 
#mc-embedded-subscribe.button:hover, #mc-embedded-subscribe.button:focus, #mc-embedded-subscribe.button:active, 
.secondary .wp-block-button .wp-block-button__link:hover, .secondary .wp-block-button .wp-block-button__link:focus, .secondary .wp-block-button .wp-block-button__link:active {
  background-color: #F3B61B;
  color: var(--ast-global-color-3);
}
#mc-embedded-subscribe-form .indicates-required {
  font-size: 0.815em;
  text-align: right;
}
#mc-embedded-subscribe-form #mergeRow-gdpr {
  margin: 1em;
}
#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  background-color: var(--ast-global-color-4);
  padding: 10px;
  margin-bottom: 1em;
}
#mc-embedded-subscribe-form p {
	margin-bottom: 1em;
	font-size: 0.9em;
}
.site-footer .uagb-forms-main-form .uagb-forms-input, .secondary .uagb-forms-main-form .uagb-forms-input {
  background-color: var(--ast-global-color-5);
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: var(--ast-global-color-8);
  border-style: dashed;
}
.site-footer .uagb-forms-main-form .uagb-forms-input:hover, .site-footer .uagb-forms-main-form .uagb-forms-input:focus, .site-footer .uagb-forms-main-form .uagb-forms-input:active, 
.secondary .uagb-forms-main-form .uagb-forms-input:hover, .secondary .uagb-forms-main-form .uagb-forms-input:focus, .secondary .uagb-forms-main-form .uagb-forms-input:active {
  background-color: var(--ast-global-color-4);
  border-color: var(--ast-global-color-1);
}
.site-below-footer-wrap {
	padding: 20px;
}
.site-footer-primary-section-2 .wp-block-uagb-image__figure a img {
  max-width: 180px;
}
.site-footer-primary-section-3.site-footer-section.site-footer-section-3 {
  max-width: 400px;
  border: 8px dashed  var(--ast-global-color-1);
  padding: 20px;
  background-color: var(--ast-global-color-0);
}
.site-footer-primary-section-4 .widget_block {
	display: flex;
	justify-content: center;
}
.wp-block-uagb-image.uagb-block-6f36c22d {
  display: flex;
  justify-content: center;
}
/*******************************************************
********************* Responsive ***********************
********************************************************/
@media only screen and (min-width: 545px) {
	.ast-builder-grid-row-container.ast-builder-grid-row-4-equal .ast-builder-grid-row {
		grid-template-columns: 1fr 1fr;
	}	
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 2,1fr );
  }
}
@media only screen and (min-width: 600px) {
	.blog.ast-plain-container #primary, .single.ast-plain-container #primary, .archive.ast-plain-container #primary {
			margin-top: 3.5em;
			margin-bottom: 1.5em;
	}
	
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(100%/3 - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
  }	
	
	/* Blog */
	.blog-layout-3 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.blog-layout-3 .post-thumb.ast-width-md-6 {
		width: 180px;
		float: none;
		margin-bottom: 20px;
	}
	.blog-layout-3 .post-content.ast-width-md-6 {
		width: calc(100% - 180px);
		float: none;
	}	
	.read-more {
		font-size: 1em;
	}
	


}
@media only screen and (min-width: 600px) and (max-width: 921px) {


	#secondary .sidebar-main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0 2em;
	}
	.widget:first-child {
		width: 100%;
	}
}
@media only screen and (min-width: 660px) {
	.special-quote::before {
	  top: -30px;
	  width: 120px;
	}
}
@media only screen and (min-width: 768px) {
	/* Startseite */
	.wp-block-uagb-container.start-key-visual::after {
		content: "";
		width: 100%;
		height: 150px;
		position: absolute;
		background: linear-gradient(170deg,rgba(237,124,2,0) 0%,rgba(237,124,2,0) 60%,rgb(255,205,35) 60%,rgb(255,205,35) 100%);
		bottom: 0;
		left: 0;
	}
	
	/* Start-Blog */
	.start-blog.wp-block-uagb-post-grid .uagb-post__image {
		width: 50%;
		margin-bottom: 0;
	}
	.start-blog.wp-block-uagb-post-grid article:nth-child(2n+2) {
		flex-direction: row-reverse;
	}
	.start-blog.wp-block-uagb-post-grid article {
		position: relative;
		top: 0;
	}
	.site-below-footer-wrap {
		padding: 10px 35px;
	}

}
@media only screen and (min-width: 989px) {
	#ast-desktop-header {
		display: block !important;
	}
	#ast-mobile-header.ast-mobile-header-wrap  {
		display: none !important;
	}
	.wp-block-quote.special-quote {
		padding-left: 150px;
	}
	.special-quote::before {
	  top: -90px;
	  width: 180px;
	}
}
@media only screen and (min-width: 923px) {
  .ast-separate-container #primary {
    margin: 4em auto;
    padding: 0;
    max-width: 60em;
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(100%/6 - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
  }
	/* Footer */
	.site-footer {
		overflow: hidden;
	}
	.site-below-footer-wrap {
		padding: 10px 35px;
	}
	.ast-builder-grid-row-container.ast-builder-grid-row-4-equal .ast-builder-grid-row {
		grid-template-columns: 1fr 1fr 1.5fr 0.5fr;
	}	
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
    grid-template-columns: 1fr 1fr 1.5fr 0.5fr;
  }	
	.site-footer-primary-section-4 .widget_block {
		display: flex;
		justify-content: flex-end;
	}
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1099px) {
	.site-logo-img a img {
		max-width: 250px;
	}
	.main-header-menu .menu-link {
		padding: 0 0.7em;
	}

}
@media only screen and (min-width: 977px) and (max-width: 1600px) {
	.start-content.wp-block-uagb-container .uagb-heading-text {
		font-size: 1.5em;
	}
}
@media (min-width: 1400px) {
	.start-image.wp-block-uagb-container::before {
		width: 15em;
		height: 12em;
	}
}
@media (min-width: 1600px) {
	.start-image.wp-block-uagb-container::before {
		width: 17em;
		height: 14em;
	}
}


@media only screen and (max-width: 767px) {
	.content-center p {
		text-align: center;
	}
}
@media (max-width: 544px) {
  .ast-separate-container #content .ast-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}