/*
Theme Name: wrage studio
Theme URI: https://wrage-studio.de/
Description: clone of kgs theme that was a spinoff of wrage.de theme based on Genesis Sample.
Author: bavariansocialclub.de
Author URI: https://www.bavariansocialclub.de/

Version: 1.0.8

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column,D right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */


:root {
	/*
	--------------------------------------------------
	Headlines:  	Black Jack
	Copy:       	Open Sans
	--------------------------------------------------
	*/
	/* --headline-font: 		'Black Jack', serif; */
	--copy-font:     		'Zona Pro', sans-serif;
	--headline-font:  		'Abhaya Libre', serif;
	--handwriting-font: 	'Beyond Infinity', sans-serif;
	/*
		--------------------------------------------------
	Colors:
		primary: dark violet
		secondary: orange
	--------------------------------------------------
	*/
	--primary-color:    		#8D3541;
	--secondary-color:  		#FF966D;
	--secondary-medium-color:  	#FACDB6;
	--secondary-light-color:  	#FDE6DB;
	--tertiary-color:  			#8D8888;
	--quartiary-color:  		rgba(108,75,106,0.5);
	--white-color:      		#ffffff;
	--black-color:      		#000000;
 	--highlight-color:  		#FFFF9F;
	
	--nav-hover-color:			#EA6F42;
	--nav-hover-color2:			#B29BB1;
	--header-color:				rgba(224,217,223,0.95);

	/* WP Style Gap */
	--wp--style--block-gap:	 				22px;

	/* Box Shadow */
	--box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}
@media (min-width: 600px) {
	:root {
		--wp--style--block-gap:				32px;
	}
}
@media (min-width: 1200px) {
	:root {
		--wp--style--block-gap:				40px;
	}
}

/* Typography
--------------------------------------------------
*/

/* Font smoothing: https://gist.github.com/hsleonis/55712b0eafc9b25f1944 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body {
	position: relative;
  font-family: var(--copy-font);
  font-weight: 400;
  font-size: 15px;
  line-height: calc(25/17);
	letter-spacing: 0.02em;
  color: var(--primary-color);
  background-color: var(--white);
  margin: 0;
	overflow-x: hidden!important;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
  margin: 0;
}
p {
	margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  	font-family: var(--headline-font);
  	font-weight: 400;
	letter-spacing: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  	font-weight: 500;
	letter-spacing: 0;
}
h1, .h1,
h2, .h2,
h3, .h3 {
	font-size: 38px;
	line-height: calc(48/38);
}
h4, .h4 {
	font-family: var(--copy-font);
	font-size: 45px;
	line-height: calc(49/45);
}
h5, .h5,
h6, .h6 {
	font-size: 15px;
  line-height: calc(25/17);
}
.impressum h3, .impressum .h3,
.impressum h4, .impressum .h4,
.impressum h5, .impressum .h5 {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 5px;
}
.has-lead-font-size {
	font-size: 15px;
	letter-spacing: 0.3px;
}
p:empty {
	margin-bottom: 0!important;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
  font-weight: 700;
}
small,
.has-small-font-size,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-size: 10px;
	line-height: calc(16/10);
}
em {
  font-style: italic;
}
ul, ol {
  list-style: none;
  padding: 0;
}
li:not(:last-child) {
	margin-bottom: 8px;
}
/* Buttons */
.wp-block-button a,
._form ._button-wrapper button,
input[type="submit"].wpcf7-submit {
	font-size: 17px;
	line-height: calc(25/17);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
}
/* Menu Item */
.menu-item a {
	font-size: 25px;
	line-height: calc(30/25);
	color: var(--primary-color);
	font-weight: 700;
	display: inline-block;
}
.menu-item a:hover,
.menu-item.active a {
	text-decoration: none;
	/* color: var(--nav-hover-color); */
}
.menu-is-open .social-media-links a {
	font-size: 20px;
	line-height: calc(30/25);
	color: var(--primary-color);
}

/* Form, FAQ */
label, input, textarea,
.is-faq, .gb-block-accordion {
	font-size: 17px;
	line-height: calc(25/17);
	letter-spacing: 0.02em;
}
.footer-widgets,
.footer-widgets .menu-item a {
	font-size: 17px;
	line-height: calc(25/17);
	font-weight: 400;
	letter-spacing: 0.02em;
	color: var(--white-color);
}
.title-area .site-title {
	font-family: var(--copy-font);
	font-size: 30px;
	line-height: calc(33/30);
	font-weight: 400;
	color: var(--primary-color);
}
.site-description {
	font-family: var(--handwriting-font);
	font-size: 18px;
	line-height: calc(25/17);
	letter-spacing: 0.05em;
	color: var(--primary-color);
	text-align: center;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: currentColor;
	margin: 1.65em auto;
}
/* Typewriter */
.has-typewriter {
	font-family: var(--headline-font);
	font-size: 30px;
	line-height: calc(26/22);
  	font-weight: 400;
	letter-spacing: 0.02em;
}
/* Overrides ----------------------- */
/* Transforms */
.is-uppercase {
  text-transform: uppercase!important;
}
.is-normalcase {
  text-transform: none!important;
}
/* Font-Families */
.has-sans-font {
	font-family: var(--copy-font)!important;
}
.has-handwriting-font {
	font-family: var(--handwriting-font)!important;
}
/* Font-Weights */
.is-regular,
.is-regular strong {
	font-weight: 400!important;
}
.is-semibold,
.is-semibold strong {
	font-weight: 600!important;
}
.is-bold,
.is-bold strong {
	font-weight: 700!important;
}
/* Helper */
.has-no-margin {
	margin-bottom: 0!important;
}


@media only screen and (min-width: 375px) {
	.menu-is-open .social-media-links a {
		font-size: 24px;
	}
}

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

	body {
	  font-size: 18px;
	  line-height: calc(25/18);
		letter-spacing: 0;
	}
	h1, .h1,
	h2, .h2,
	h3, .h3 {
		font-size: 48px;
		line-height: calc(53/48);
	}
	h4, .h4 {
		font-size: 55px;
		line-height: calc(60/55);
	}
	h5, .h5,
	h6, .h6 {
		font-size: 18px;
	  line-height: calc(25/18);
	}
	.impressum h3, .impressum .h3,
	.impressum h4, .impressum .h4,
	.impressum h5, .impressum .h5 {
		font-size: 42px;
		margin-top: 40px;
	}
	small,
	.has-small-font-size,
	.wpcf7 .wpcf7-not-valid-tip,
	.wpcf7-response-output {
		font-size: 11px;
		line-height: calc(17/11);
	}
	.has-lead-font-size {
		font-size: 20px;
		letter-spacing: 0.6px;
	}
	/* Buttons */
	.wp-block-button a,
	._form ._button-wrapper button,
	input[type="submit"].wpcf7-submit {
		font-size: 18px;
		line-height: calc(25/18);
	}
	/* Form, FAQ */
	label, input, textarea,
	.is-faq, .gb-block-accordion {
		font-size: 18px;
		line-height: calc(25/18);
		letter-spacing: 0em;
	}
	.footer-widgets,
	.footer-widgets .menu-item a {
		font-size: 18px;
		line-height: calc(25/18);
		letter-spacing: 0;
	}
	.site-description {
		font-size: 30px;
		line-height: calc(25/20);
	}
	.has-typewriter {
		font-size: 55px;
		line-height: calc(50/45);
		letter-spacing: 0;
	}

}



@media only screen and (min-width: 960px) {

	.title-area .site-title {
		font-size: 74px;
	}


}


@media only screen and (min-width: 1200px) {

	body {
	  font-size: 20px;
	  line-height: calc(29/20);
		letter-spacing: 0.02;
	}
	h1, .h1,
	h2, .h2,
	h3, .h3 {
		font-size: 64px;
		line-height: calc(70/64);
	}
	h5, .h5,
	h6, .h6 {
		font-size: 20px;
	  line-height: calc(29/20);
	}
	small,
	.has-small-font-size,
	.wpcf7 .wpcf7-not-valid-tip,
	.wpcf7-response-output {
		font-size: 13px;
		line-height: calc(18/13);
		letter-spacing: 0.02em;
	}
	/* Menu Item */
	.menu-item a {
		font-size: 20px;
		line-height: calc(24/20);
		color: var(--secondary-color);
	}
	.menu-item a:hover,
	.menu-item.active a {
		color: var(--nav-hover-color);
	}
	.is-scrolled .menu-item a {
		color: var(--primary-color);
	}
	.is-scrolled .menu-item a:hover,
	.is-scrolled .menu-item.active a {
		color: var(--nav-hover-color2);
	}
	.footer-widgets,
	.footer-widgets .menu-item a {
		font-size: 18px;
		line-height: calc(28/18);
	}
	.site-description {
		font-size: 40px;
		line-height: calc(38/30);
	}
	.has-typewriter {
		font-size: 55px;
		line-height: calc(60/55);
	}


}



@media only screen and (min-width: 1400px) {

	/* body {
	  font-size: 22px;
	  line-height: calc(30/22);
	} */
	h1, .h1,
	h2, .h2,
	h3, .h3 {
		font-size: 70px;
		line-height: calc(70/64);
	}
	h5, .h5,
	h6, .h6 {
		font-size: 22px;
	  line-height: calc(30/22);
	}
	/* Menu Item */
	.menu-item a {
		font-size: 25px;
		line-height: calc(30/25);
	}
	.site-description {
		font-size: 60px;
		line-height: calc(50/40);
	}
	.has-typewriter {
		font-size: 85px;
	}

}


* {
	outline: none;
}
:focus,
:focus-visible,
:-webkit-direct-focus,
div:focus,
div:focus-visible,
div:-webkit-direct-focus,
summary:focus,
summary:focus-visible,
summary:-webkit-direct-focus
{
	outline: none!important;
	border: none!important;
	box-shadow: none!important;
}



/* Colors
--------------------------------------------- */
/* Font Colors */
.has-primary-color 				{ color: var(--primary-color); }
.has-secondary-color 			{ color: var(--secondary-color); }
.has-secondary-medium-color 	{ color: var(--secondary-medium-color); }
.has-secondary-light-color 		{ color: var(--secondary-light-color); }
.has-tertiary-color 			{ color: var(--tertiary-color); }
.has-quartiary-color 			{ color: var(--quartiary-color); }
.has-white-color 				{ color: var(--white-color); }
.has-black-color 				{ color: var(--black-color); }
.has-highlight-color 			{ color: var(--highlight-color); }

/* Background Colors */
.has-primary-background-color 			{ background-color: var(--primary-color); }
.has-secondary-background-color 		{ background-color: var(--secondary-color); }
.has-secondary-medium-background-color 	{ background-color: var(--secondary-medium-color); }
.has-secondary-light-background-color 	{ background-color: var(--secondary-light-color); }
.has-tertiary-background-color 			{ background-color: var(--tertiary-color); }
.has-quartiary-background-color 		{ background-color: var(--quartiary-color); }
.has-white-background-color 			{ background-color: var(--white-color); }
.has-black-background-color 			{ background-color: var(--black-color); }



/* Content Boxes
---------------------------------------------
FAQ-Box:				.gb-block-accordion
--------------------------------------------- */

/* FAQ-Box: Accordion  */
.gb-block-accordion {
	margin-bottom: 30px!important;
	border-bottom: 1px solid var(--primary-color);
	background: var(--white-color);
}
.gb-block-accordion:last-child {
	margin-bottom: 0;
}
.gb-block-accordion summary.gb-accordion-title {
	position: relative;
	padding: 10px 45px 10px 0;
	background: none;
	color: var(--primary-color);
	font-weight: 600;
	cursor: pointer;
}
.gb-block-accordion summary.gb-accordion-title {list-style: none}
.gb-block-accordion summary.gb-accordion-title::-webkit-details-marker {display: none; }
.gb-block-accordion summary.gb-accordion-title::after {
	position: absolute;
	top: 18px;
	right: 15px;
	content: '';
	display: block;
	width: 20px;
	height: 12px;
	background: url(assets/img/icon-sprite.svg) no-repeat 0 -444px;
	background-size: 220px auto;
	transform: rotate(180deg);
}
.gb-block-accordion [open] summary.gb-accordion-title::after {
	transform: rotate(0deg);
}

.gb-block-accordion div.gb-accordion-text {
	padding: 10px 0 20px;
}
.gb-block-accordion div.gb-accordion-text p:last-child {
	margin-bottom: 0;
}


@media only screen and (min-width: 960px) {

	/* .gb-block-accordion summary.gb-accordion-title {
		padding: 10px 20px;
	} */
	.gb-block-accordion summary.gb-accordion-title::after {
		right: 20px;
	}

}
@media only screen and (min-width: 1200px) {

}

/*
 ----------------------------------------------------
	 Content Sections
 ----------------------------------------------------
*/
[class*="is-section"] {
	position: relative;
	margin-bottom: 50px;
}


/* Stripe: dotted */
[class*="is-section"]::after {
	display: block;
	width: calc(100% + 32px);
	height: 61px;
	margin: 50px -16px 0;
	content: '';
	background: url(assets/img/bg_dots.svg) repeat 0 0;
	background-size: auto 100%;
}

@media (min-width: 600px) {
	[class*="is-section"]::after {
		margin-left: calc( (100% / 2) - (100vw / 2) );
		margin-right: calc( (100% / 2) - (100vw / 2) );
		width: 100vw;
	}
}

/* Section: Hero -------------------------------- */
/* -- Home, Event Landingpages */
.is-section-hero::after {
	margin-top: 8px;
}
.is-section-hero h1 {
	font-family: var(--headline-font);
	font-size: 60px;
	line-height: calc(50/60);
  	font-weight: 400;
	letter-spacing: 0.02em;
	/* text-transform: lowercase;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.45); */
	margin: 0 0 -5px;
}
.prehead,
.impressum .prehead {
	font-size: 14px;
	line-height: calc(26/14);
  	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.is-section-hero .prehead {
	font-size: 18px;
	line-height: calc(28/18);
	font-weight: 500;
}
.is-section-hero .wp-block-cover {
	min-height: 460px;
}
/* .is-section-hero .wp-block-cover > .wp-block-cover__inner-container {
	padding: 0 0 21vw;
} */



@media only screen and (min-width: 600px) {
	.is-section-hero h1 {
		font-size: 95px;
		line-height: calc(85/95);
		margin: 0 0 -20px;
	}
	.prehead,
	.impressum .prehead {
		font-size: 20px;
		line-height: calc(28/18);
		font-weight: 400;
	}
	.is-section-hero .prehead {
		font-size: 18px;
		line-height: calc(28/18);
	}
	.is-section-hero .wp-block-cover {
		min-height: 570px;
	}
	/* .is-section-hero .wp-block-cover > .wp-block-cover__inner-container {
		padding: 0 0 14vw;
	} */
}

@media only screen and (min-width: 960px) {
	.is-section-hero .wp-block-cover {
		min-height: 650px;
	}
	/* .is-section-hero .wp-block-cover > .wp-block-cover__inner-container {
		padding: 0 0 12vw;
	} */
}

@media only screen and (min-width: 1200px) {
	.is-section-hero h1 {
		font-size: 120px;
		line-height: calc(128/120);
	}
	.prehead,
	.impressum .prehead {
		font-size: 20px;
		line-height: calc(25/20);
	}
	.is-section-hero .prehead {
		font-size: 20px;
		line-height: calc(28/20);
		font-weight: 400;
	}
	.is-section-hero .wp-block-cover {
		min-height: 675px;
	}
	/* .is-section-hero .wp-block-cover > .wp-block-cover__inner-container {
		padding: 0 0 12vw;
	} */
}

@media only screen and (min-width: 1400px) {
	.is-section-hero h1 {
		font-size: 157px;
		line-height: calc(157/157);
	  	font-weight: 400;
		letter-spacing: 0;
	}
	.prehead,
	.impressum .prehead {
		font-size: 24px;
		line-height: calc(30/22);
	  	font-weight: 400;
		letter-spacing: 0;
	}
	.is-section-hero .prehead,
	.hero-landingpage .prehead {
		font-size: 27px;
		line-height: calc(33/27);
		font-weight: 400;
	}
	.is-section-hero .wp-block-cover {
		min-height: 800px;
	}
	/* .is-section-hero .wp-block-cover > .wp-block-cover__inner-container {
		padding: 0 0 16vw;
	} */
}




/* Section: Intro -------------------------------- */

.is-section-intro {}

.is-section-intro .owl-carousel-magazine {
	width: 100vw;
	margin-top: 60px;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 600px) {
	.is-section-intro .owl-carousel-magazine {
		max-width: 638px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px) {
	.is-section-intro::after {
		content: none;
	}
	.is-section-intro .owl-carousel-magazine {
		max-width: 1088px;
		margin-top: 80px;
	}
	.is-section-intro .owl-carousel-magazine .wp-block-image {
		width: 152px;
	}

}
@media (min-width: 1400px) {
	.is-section-intro::after {
		position: absolute;
		bottom: 300px;
		right: 0;
		left: calc(50% + 1em);
		z-index: -1;
		width: 52vw;
		height: 93px;
		margin: 0;
		content: '';
	}

	.is-section-intro .wp-block-column ul {
		max-width: 550px;
	}

	.is-section-intro .owl-carousel-magazine {
		max-width: 1286px;
		margin-top: 100px;
	}
	.is-section-intro .owl-carousel-magazine .wp-block-image {
		width: 180px;
	}

}

/* Typewriter */
.has-typewriter p {
	display: block;
	text-align: center;
}
.has-typewriter p span,
span.typewriter {
	display: inline-block;
}






/* Section: studio -------------------------------- */

.is-section-studio {}

.owl-carousel-studio {
	width: 100%;
}
.owl-carousel-studio .wp-block-image {
	width: 100%;
	padding: 10px;
}


@media (min-width: 600px) {
	.is-section-grundriss::after,
	.is-section-studio::after {
		content: none;
	}
}
@media (min-width: 1200px) {
	.is-section-grundriss::after {
		position: absolute;
		top: 130px;
		left: 0;
		content: '';
		width: calc((100vw / 2) - (100% / 2) + 340px );
		height: 93px;
		margin-top: 0;
		background-position: 100% 0;
	}
	.is-section-studio::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: calc((100vw / 2) - (100% / 2) - 30px );
		height: 93px;
		margin-top: 0;
		background-position: 100% 0;
	}

}
/* @media (min-width: 1400px) {
	.is-section-studio::after {
		top: 250px;
	}

} */

/* Section: About------------------------------- */

.is-section-about {}
.is-section-about h2 {
	margin-top: -40px;
}

.is-mag-cover-old {

}
.is-mag-cover-new {

}
.is-section-about .owl-carousel-about {
	width: 100vw;
	margin-left: -15px;
	margin-right: -15px;
}
.is-section-about .owl-carousel-about .wp-block-image {
	width: 160px;
}
.is-section-about .owl-carousel-about .wp-block-image.is-spread {
	width: 320px;
}


@media (min-width: 600px) {
	.is-section-about::before {
		position: absolute;
		top: 26px;
		left: 38%;
		z-index: -1;
		display: block;
		width: calc(69vw - 30px);
		height: 61px;
		margin: 0;
		content: '';
		background: url(assets/img/bg_dots.svg) repeat 0 0;
		background-size: auto 100%;
	}

	.is-section-about .wp-block-column:first-child {
		flex-basis: 42%!important;
	}
	.is-section-about .wp-block-column:last-child {
		flex-basis: 58%!important;
	}
	.is-section-about .wp-block-columns {
		gap: 30px;
	}

	.is-section-about h2 {
		margin-top: 120px;
	}

	.is-mag-cover-old {
		/* margin-left: -28px!important;
		margin-right: -28px!important; */
	}
	.is-mag-cover-new {

	}

	.is-section-about .owl-carousel-about {
		max-width: 626px;
		margin-top: -65px;
		margin-left: auto;
		margin-right: auto;
	}
	.is-section-about .owl-carousel-about .owl-stage-outer {
		padding-left: 9px;
	}
	.is-section-about .owl-carousel-about .wp-block-image {
		width: 79px;
	}
	.is-section-about .owl-carousel-about .wp-block-image.is-spread {
		width: 158px;
	}

}
@media (min-width: 782px) {
	.is-section-about::before {
		left: 31%;
	}
}
@media (min-width: 1200px) {
	.is-section-about {
	}
	.is-section-about .wp-block-columns {
		gap: 50px;
	}
	.is-section-about .wp-block-column:first-child {
		flex-basis: 42%!important;
	}
	.is-section-about .wp-block-column:last-child {
		flex-basis: 58%!important;
	}

	.is-section-about h2 {
		margin-top: 166px;
	}

	.is-section-about::before {
		top: 0;
		left: 26%;
		width: 71vw;
		height: 93px;
	}
	.is-section-about::after {
		content: none;
	}

	.is-mag-cover-old {
		margin-left: -18px!important;
		margin-right: -18px!important;
	}
	.is-mag-cover-new {
		margin-left: 40px!important;
		margin-top: 10px!important;
	}

	.is-section-about .owl-carousel-about {
		max-width: 1112px;
		margin-top: -180px;
		margin-left: -118px;
		margin-right: -118px;
	}
	.is-section-about .owl-carousel-about .owl-stage-outer {
		padding-left: 16px;
	}
	.is-section-about .owl-carousel-about .wp-block-image {
		width: 140px;
	}
	.is-section-about .owl-carousel-about .wp-block-image.is-spread {
		width: 280px;
	}

}
@media (min-width: 1400px) {
	.is-section-about {
	}
	.is-section-about .wp-block-column:first-child {
		flex-basis: 560px!important;
	}
	.is-section-about .wp-block-column:last-child {
		flex-basis: 590px!important;
	}

	.is-section-about h2 {
		margin-top: 210px;
	}

	.is-section-about::before {
		top: 0;
		left: 43%;
		width: calc(64vw - 80px);
	}

	.is-mag-cover-old {
		margin-left: -30px!important;
		margin-right: -30px!important;
	}
	.is-mag-cover-new {
		margin-left: -140px!important;
		margin-top: 0!important;
	}

	.is-section-about .owl-carousel-about {
		max-width: 1400px;
		margin-top: -180px;
		margin-left: -60px;
		margin-right: -140px;
	}
}


/* Section: Contact -------------------------------- */

.is-section-contact {}

@media (min-width: 600px) {
	.is-section-contact::before {
		position: absolute;
		top: -50px;
		right: -150px;
		z-index: -1;
		display: block;
		width: 329px;
		height: 315px;
		content: '';
		background: url(assets/img/Kugel-Peach.jpg) repeat 0 0;
		background-size: auto 100%;
	}
}
@media (min-width: 1200px) {
	.is-section-contact {
		padding-top: 115px;
		margin-bottom: 50px;
	}
	.is-section-contact::before {
		top: 0;
		right: -70px;
		width: 340px;
		height: 325px;
	}
	.is-section-contact::after {
		position: absolute;
		top: 115px;
		left: 0;
		width: calc((100vw / 2) - (100% / 2) - 20px );
		height: 93px;
		margin-top: 0;
		background-position: 100% 0;
	}
}
@media (min-width: 1400px) {
	.is-section-contact {
		padding-top: 215px;
		margin-bottom: 50px;
	}
	.is-section-contact::before {
		top: 48px;
		right: -282px;
		width: 517px;
		height: 494px;
	}
	.is-section-contact::after {
		top: 215px;
	}
}


/* Section: FAQ -------------------------------- */

.is-section-faq {
	margin-bottom: 130px;
}
.is-section-faq h2,
.is-section-faq .h4 {
	text-align: center;
}

.is-section-faq::after {
	content: none;
}
.is-section-faq::before {
	display: block;
	width: calc(100% + 32px);
	height: 61px;
	margin: 50px -16px 0;
	content: '';
	background: url(assets/img/bg_dots.svg) repeat 0 0;
	background-size: auto 100%;
	margin-left: calc( (100% / 2) - (100vw / 2) );
	
}

@media (min-width: 600px) {
	.is-section-faq::before {
	}
	.is-section-faq h2,
	.is-section-faq .h4 {
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.is-section-faq {
		margin-bottom: 150px;
	}
	.is-section-faq::after {
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc((100vw / 2) - (100% / 2) - 20px );
		height: 93px;
		margin-top: 0;
		content: '';
	}
	.is-section-faq::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: calc((100vw / 2) - (100% / 2) - 30px );
		height: 93px;
		margin-top: 0;
		background-position: 100% 0;
	}
}
@media (min-width: 1400px) {
	
}

/* Section: Testimonials -------------------------------- */
.is-section-testimonials {
	padding: 50px 15px;
}

.is-section-testimonials::after {
	content: none;
}
.owl-carousel-testimonials .wp-block-group {
	max-width: 1200px;
	margin: auto;
}
.owl-carousel-testimonials .wp-block-group p {
	letter-spacing: 0.03em;

}
.owl-carousel-testimonials .wp-block-group p:last-child {
	margin: 0;
	text-transform: uppercase;
}
.owl-carousel-testimonials .wp-block-group p.has-text-align-right {
	text-align: center!important;
}
.owl-carousel-testimonials .owl-dots {
	text-align: center;
	margin-top: 28px;
}
.owl-carousel-testimonials .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-radius: 50%;
	background: #fff;
	opacity: .5;
}
.owl-carousel-testimonials .owl-dots .owl-dot.active {
	opacity: 1;
}

@media (min-width: 1200px) {

	.is-section-testimonials {
		padding: 175px 15px 55px;
	}
	.owl-carousel-testimonials .wp-block-group p:last-child {
		padding-right: 35px;
	}
	.owl-carousel-testimonials .wp-block-group p.has-text-align-right {
		text-align: right!important;
	}
	.owl-carousel-testimonials .owl-dots {
		margin-top: 80px;
	}

}

/*
 ----------------------------------------------------
	 Content Margins / Max-Width
 ----------------------------------------------------
*/

@media (min-width: 600px) {
	.has-content-overflow-left {
		margin-left: -44px;
	}
	.has-content-overflow-right {
		margin-right: 0;
	}
}
@media (min-width: 960px) {
	/* overflow rigth for Map */
	.has-overflow-right {
		margin-right: -140px;
	}
}
@media (min-width: 1200px) {
	.has-content-overflow-left {
		margin-left: -102px;
	}
	.has-content-overflow-right {
		margin-right: -102px;
	}
	.has-maxwidth {
		max-width: 835px
	}
}
@media (min-width: 1400px) {
	.has-content-overflow-left {
		margin-left: auto;
	}
	.has-content-overflow-right {
		margin-right: auto;
	}
	.has-maxwidth {
		max-width: 1080px
	}

}

/*
 ----------------------------------------------------
	 Article Landingpage: Styling
 ----------------------------------------------------
*/
.has-article-header {}
.has-article-content {}

.is-article-content {}
.is-article-divider {
	display: none;
}
.is-article-sidebar {
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
}

.is-article-teaser {
	flex-basis: calc((100% - 27px) / 2);
	margin-bottom: 13px;
}
.is-article-teaser .wp-block-image,
.is-article-teaser h3 {
	margin: 0;
}
.is-article-teaser .is-uppercase {
	margin: 10px 0 0px;
}
.is-article-teaser a {
	text-decoration: underline;
}

.is-article-page .is-quote {
	margin: 35px 0 45px;
	padding: 15px 0;
	border-top: 1px solid var(--secondary-color);
	border-bottom: 1px solid var(--secondary-color);
}

@media only screen and (min-width: 768px) {

	.is-article-content {

	}
	.is-article-divider {
		display: block;
		border-right: 1px solid var(--secondary-color);
	}
	.is-article-sidebar {
		display: block;
	}

	.is-article-teaser {
		margin-bottom: 50px;
	}
	.is-article-teaser .is-uppercase {
		margin: 20px 0 10px;
	}


	.is-article-page .is-quote {
		margin: 50px 0;
		border: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.has-article-header .is-article-content {
		flex-basis: 100%!important;
	}
	.has-article-header > div:not(.is-article-content) {
		display: none;
	}

}


/* Decorations
--------------------------------------------- */


/* Has Images with Border & Dropshadow:
--------------------------------------------- */
.has-dropshadow img {
	border: 7px solid #fff;
	box-shadow: var(--box-shadow);
}
.has-shadow,
.has-shadow img {
	box-shadow: var(--box-shadow);
}
figure.wp-block-image.has-shadow {
	box-shadow: none;
}
.has-outline img {
	border: 1px solid rgba(0, 0, 0, 0.25);
}



/* Social Media Links:
---------------------------------------------

--------------------------------------------- */

.social-media-links li {
  display: inline-block;
  margin: 6px 3px 0 0;
}

/* Icons */
[class*="is-icon"] {
  display: inline-block;
  background: url(assets/img/icon-sprite.svg) no-repeat 0 0;
  background-size: 220px auto;
}
.is-icon-facebook {
	width: 21px;
	height: 21px;
	margin-bottom: 3px;
  background-position: 0 0;
	vertical-align: middle;
}
.is-icon-mail {
	width: 30px;
	height: 17px;
	margin-right: 5px;
	margin-bottom: 3px;
	background-position: 0 -49px;
	vertical-align: middle;
}
.is-icon-phone {
	width: 18px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 1px;
	background-position: 0 -99px;
	vertical-align: middle;
}

/* in footer */
.footer-widget-area [class*="is-icon"] {
}
.footer-widget-area .is-icon-mail,
.footer-widget-area .is-icon-phone {
  background-position-x: -50px;
}

/* Curly Arrow: Left side of Facebook Icon */
.has-curly-arrow-left {
	margin: 35px 0;
	text-align: center;
}
.has-curly-arrow-left a {
	position: relative;
}
.has-curly-arrow-left a::before {
	position: absolute;
	top: -35px;
	left: -180px;
	display: block;
	width: 212px;
	height: 96px;
	content: '';
	background: url(assets/img/icon-sprite.svg) no-repeat 0 -250px;
	background-size: 220px auto;
	transform: scale(0.79);
	transform-origin: 0 0;
	pointer-events: none;
}
.has-curly-arrow-left .is-icon-facebook {
	transform: scale(1.86);
}

/* Curly Arrow: Right side of Submit Button */
.has-curly-arrow-right {
	position: relative;
}
.has-curly-arrow-right::before {
	position: absolute;
	top: -35px;
	left: 280px;
	display: none;
	width: 212px;
	height: 96px;
	content: '';
	background: url(assets/img/icon-sprite.svg) no-repeat 0 -250px;
	background-size: 220px auto;
	transform: scale(0.79) scaleX(-1) translate(-190px, -65px) rotate(20deg);
	transform-origin: 0 0;
}
/* quick fix */
.has-curly-arrow-right::before {
	top: 15px;
	left: 320px;
	transform: scale(0.79) scaleX(-1) translate(-190px, -65px) rotate(3deg);
}



@media (min-width: 600px) {

	.has-curly-arrow-left {
		margin: 0;
		text-align: right;
	}
	.has-curly-arrow-right::before {
		display: block;
	}

}
@media (min-width: 1200px) {

	.has-curly-arrow-left {
		text-align: center;
	}

}


/* Content Blocks
---------------------------------------------------------------------------- */

/* Columns Block: Tablet behaviour on iPad Mini  */
@media (min-width: 600px) and (max-width: 781px) {
	div.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	  flex-basis: 0!important;
	  flex-grow: 1;
	}
}

/* Column Stacks on Tablets */
@media (min-width: 600px) and (max-width: 959px) {
	.is-stacked-tablet.wp-block-columns {
		flex-wrap: wrap!important;
	}
	.is-stacked-tablet.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child),
	.is-stacked-tablet.wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
		margin-left: 0;
	}
	.is-stacked-tablet.wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}

@media (min-width: 600px) and (max-width: 1199px) {
	.is-stacked-tablet-landscape.wp-block-columns {
		flex-wrap: wrap!important;
	}
	.is-stacked-tablet-landscape.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child),
	.is-stacked-tablet-landscape.wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
		margin-left: 0;
	}
	.is-stacked-tablet-landscape.wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}

/* Column Blocks */
.wp-block-columns {
	margin-bottom: 0!important;
}
/* Image Blocks */
.wp-block-image {
	margin-bottom: 0!important;
}


/* Owl Slider
---------------------------------------------------------------------------- */
/* Slide Styling */
.owl-carousel .wp-block-image img {
	margin: 5px 0 15px;
	box-shadow: var(--box-shadow);
}

/* Navigation */
.owl-carousel .owl-nav {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	margin: 0 3px;
	background: url(assets/img/icon-sprite.svg) no-repeat 6px -142px!important;
  	background-size: 220px auto!important;
}
.owl-carousel .owl-nav button.owl-next {
	transform: scaleX(-1);
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


@media (min-width: 600px) {

	.owl-carousel .owl-nav {
		display: block;
		margin: 0;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
		position: absolute;
		top: 50%;
		left: -50px;
		transform: translateY(-50%);
	}
	.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: -50px;
		transform: scaleX(-1) translateY(-50%);
	}

}
@media (min-width: 768px) {
}
@media (min-width: 960px) {
}
@media (min-width: 1100px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}


/* Helper Classes
---------------------------------------------------------------------------- */
/* hide-on-mobile ---- */
.hide-on-mobile {
  display: none!important;
}
.bold-breaks-on-mobile strong {
	display: block!important;
}
.wp-block-buttons.hide-on-mobile {
  display: none!important;
}

/* hide-on-tablet ---- */
@media (min-width: 600px) {
  .hide-on-mobile {
    display: block!important;
  }
  .hide-on-tablet {
    display: none!important;
  }

	.wp-block-cover.hide-on-mobile,
	.wp-block-columns.hide-on-mobile,
	.wp-block-buttons.hide-on-mobile {
    display: flex!important;
  }
	.wp-block-cover.hide-on-tablet,
	.wp-block-columns.hide-on-tablet,
	.wp-block-buttons.hide-on-tablet {
    display: none!important;
  }

	.bold-breaks-on-mobile strong {
		display: inline!important;
	}

}


/* hide-on-laptop ---- */
@media (min-width: 1024px) {
  .hide-on-mobile {
    display: block!important;
  }
  .hide-on-tablet {
    display: block!important;
  }
	.hide-on-laptop {
    display: none!important;
  }

	.wp-block-cover.hide-on-mobile,
	.wp-block-columns.hide-on-mobile,
	.wp-block-buttons.hide-on-mobile {
		display: flex!important;
	}
	.wp-block-cover.hide-on-tablet,
	.wp-block-columns.hide-on-tablet,
	.wp-block-buttons.hide-on-tablet {
		display: flex!important;
	}
	.wp-block-cover.hide-on-tablet,
	.wp-block-columns.hide-on-tablet,
	.wp-block-buttons.hide-on-tablet {
		display: none!important;
	}

}
/* hide-on-desktop ---- */
@media (min-width: 1400px) {
  .hide-on-mobile {
    display: block!important;
  }
  .hide-on-tablet {
    display: block!important;
  }
  .hide-on-laptop {
    display: block!important;
  }
  .hide-on-desktop {
    display: none!important;
  }

	.wp-block-cover.hide-on-mobile,
	.wp-block-columns.hide-on-mobile,
	.wp-block-buttons.hide-on-mobile {
		display: flex!important;
	}
	.wp-block-cover.hide-on-tablet,
	.wp-block-columns.hide-on-tablet,
	.wp-block-buttons.hide-on-tablet {
		display: flex!important;
	}
	.wp-block-cover.hide-on-laptop,
	.wp-block-columns.hide-on-laptop,
	.wp-block-buttons.hide-on-laptop {
		display: flex!important;
	}
	.wp-block-cover.hide-on-desktop,
	.wp-block-columns.hide-on-desktop,
	.wp-block-buttons.hide-on-desktop {
		display: none!important;
	}

}

/* show-on-tablet-landscape */
@media (min-width: 1024px) and (max-width: 1199px) {
	.show-on-tablet-landscape {
		display: block!important;
	}
}
/* hide-on-tablet-landscape */
@media (min-width: 1024px) and (max-width: 1199px) {
	.hide-on-tablet-landscape {
		display: none!important;
	}
}


.has-z-minus-2 {
	z-index: -2;
}

.do-not-break {
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: unset;
	hyphens: unset;
}

.post-edit-link {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 1000;
	padding: 5px 10px;
	background: rgba(255,255,255,.6);
	color: #444;
	font-size: 12px;
}

/* Adminbar */
@media screen and (max-width: 600px) {
	.admin-bar .header-widget-area {
		top: 57px;
	}
	.admin-bar.menu-is-open .menu-toggle {
		top: 60px;
	}
	.admin-bar .has-icon-phone,
	.admin-bar .has-icon-mail {
		top: 58px;
	}
	.admin-bar .menu-wrapper {
		/* margin-top: 46px; */
	}
	#wpadminbar {
		top: -46px;
	}
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}


/* Buttons:
--------------------------------------------- */

/* Button without Link */
.has-no-link a {
	pointer-events: none;
	cursor: text;
}

/* Styling */
.wp-block-button a,
._form ._button-wrapper button,
input[type="submit"].wpcf7-submit {
	padding: 6px 10px 7px;
	border-radius: 0!important;
	border-width: 1px;
	border-style: solid;
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
	color: var(--white-color);
}
.wp-block-button a:hover,
._form ._button-wrapper button:hover,
input[type="submit"].wpcf7-submit:hover {
	background-color: var(--white-color);
	color: var(--secondary-color);
}

/* Size + Alignment */
.wp-block-buttons {
	justify-content: center;
}

.wp-block-button a,
._form ._button-wrapper button,
input[type="submit"].wpcf7-submit {
	width: auto;
	min-width: 250px;
	margin: 0 auto;
}

@media (min-width: 600px) {
	/* Size + Alignment */
	.wp-block-buttons {
		justify-content: flex-start;
	}
	.wp-block-button a,
	._form ._button-wrapper button,
	input[type="submit"].wpcf7-submit {
		min-width: 280px;
	}
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	padding: 5px 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid var(--secondary-color);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: var(--primary-color);
	opacity: 0.5;
}

::placeholder {
	color: var(--primary-color);
	opacity: 0.5;
}

/* WPCF7 */
.wpcf7-textarea {
	margin-top: 5px;
}
input[type="submit"].wpcf7-submit {
	/* see Buttons above */
}

.input-wrap {
	margin-bottom: 15px;
	text-align: left;
}
.submit-wrap {
	position: relative;
	margin: 30px 0;
	text-align: center;
}
.submit-wrap .wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: var(--secondary-color);
}
.wpcf7-response-output {
	padding: 20px!important;
	margin: 0 0 10px!important;
	border: 1px solid var(--primary-color)!important;
	color: var(--primary-color);
}
.invalid .wpcf7-response-output {
	border-color: var(--secondary-color)!important;
	color: var(--secondary-color);
}

/* Active Campaign */

._form ._form_element > *,
._form ._button-wrapper,
._form-thank-you {
	max-width: 620px;
	margin: 0 auto;
}
._form ._form_element ._form-title {
	max-width: none;
	margin-bottom: 30px;
}
._form ._form_element ._form-label {
	display: block;
}
._form ._form_element {
	margin-bottom: 15px;
}
._form ._html-code {
	margin-top: 25px;
}
._form ._button-wrapper {
	margin: 30px auto;
	text-align: center;
}

._form ._form-title {
	font-family: var(--copy-font);
	font-size: 46px!important;
	line-height: 1!important;
	font-weight: 500;
	text-align: center;
	color: var(--decoration-color);
}
._form ._html-code {
  font-size: 12px!important;
  line-height: calc(18/12)!important;
}
._form ._error-inner {
	color: var(--ek-highlight-color);
}
._form ._form-thank-you {
	padding: 15px 20px;
	margin: 0 auto;
	border: 1px solid var(--decoration-color);
	color: var(--decoration-color);
}
._form ._button-wrapper button {
	/* see Buttons above */
}

._form ._form-fieldset {
	padding: 0;
	border: none;
}


div._form {
	padding: 0 20px 20px;
}
._form ._form-label {
	/* text-align: center; */
}

/* form is left-aligned */
.is-left-aligned ._form ._form_element > *,
.is-left-aligned ._form ._button-wrapper,
.is-left-aligned ._form-thank-you {
	margin-left: 0!important;
}
.is-left-aligned ._form ._form-title,
.is-left-aligned ._form ._form-label,
.is-left-aligned ._form ._button-wrapper {
	text-align: left!important;
}

/* hide Radio Butons */
.dont-show-radio ._checkbox-radio {
	display: none;
}


/* recatcha */
._form .g-recaptcha > div {
	margin: 0 auto;
}
.is-left-aligned ._form .g-recaptcha > div {
	margin: 0;
}

@media (min-width: 600px) {

	input,
	select,
	textarea {
		padding: 11px 15px 12px;
		width: 100%;
	}

	.input-wrap,
	.submit-wrap {
		text-align: left;
	}
	.submit-wrap {
		margin-top: 40px;
	}
	.is-section-newsletter .submit-wrap {
		text-align: center;
	}


	div._form {
		padding: 0 0 40px;
	}
	._form ._form-label {
		text-align: left;
	}

	.is-left-aligned ._form-content {
		justify-content: flex-start!important;
	}



}
@media (min-width: 960px) {

}
@media (min-width: 1200px) {

	.wpcf7-text,
	.wpcf7-select {
		max-width: 580px;
	}
	.wpcf7-textarea {
		max-width: 800px;
	}

	.is-section-newsletter .submit-wrap {
		text-align: left;
	}
	/* ._form ._form_element > *,
	._form ._button-wrapper,
	._form-thank-you {
		max-width: 620px;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
	._form ._form-label {
		text-align: left;
	} */

	/* form is left-aligned @ desktop */
	.is-left-aligned-desktop ._form ._form_element > *,
	.is-left-aligned-desktop ._form ._button-wrapper,
	.is-left-aligned-desktop ._form-thank-you {
		margin-left: 0!important;
	}
	.is-left-aligned-desktop ._form ._form-title,
	.is-left-aligned-desktop ._form ._form-label,
	.is-left-aligned-desktop ._form ._button-wrapper {
		text-align: left!important;
	}

	._form .g-recaptcha > div {
		margin: 0;
	}



}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.sr-only,
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	/* overflow: hidden; */ /* <-- disables .is-sticky !!!! */
}
/* ScrollReveal Animations
	@ home overflow hidden */
/* .home .site-container,
.is-topicpage .site-container, */
body:not(.is-event-landingpage) .site-container {
	overflow: hidden;
}
.has-sticky-portrait .site-container {
	overflow: visible!important;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	position: relative;
	z-index: 1;
	clear: both;
	min-height: calc(100vh - 110px);
	margin: 0 auto;
	padding: 116px 15px 0;
}
.is-subpage .site-inner {
	padding-top: 80px;
}
.is-home-alt .site-inner {
	padding-top: 0;
}

.full-width-content .entry-content > .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

@media (min-width: 600px) {
	.site-inner {
		/* 608 + 2x15 */
		max-width: 638px;
	}

	.full-width-content .entry-content > .alignwide {
	  	margin-left: -44px;
		margin-right: -44px;
		max-width: calc(100% + 88px + 30px);
		width: auto;
	}

	.alignfull .alignwide,
	.alignwide .alignwide {
	}
	
}

@media (min-width: 960px) {
	.site-inner {
		max-width: 682px;
		padding-top: 222px;
	}

}

@media (min-width: 1200px) {
	.site-inner {
		/* 876 + 2x15 */
		max-width: 906px;
		padding-top: 394px;
	}
	.full-width-content .entry-content > .alignnarrow {
		/* 800 */
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
		width: auto;
	}
	.full-width-content .entry-content > .alignwide {
		/* 876 + 102x2 = 1080 */
		margin-left: -102px;
		margin-right: -102px;
		max-width: calc(100% + 204px + 30px);
		width: auto;
	}
	.alignfull .alignwide,
	.alignwide .alignwide {
	}

	.is-subpage .site-inner {
		padding-top: 260px;
	}
	
}

@media (min-width: 1400px) {
	.site-inner {
		/* 1200 + 2x15 */
		max-width: 1230px;
	}
	.full-width-content .entry-content > .alignwide {
		/* 1200 + 140x2 = 1480 */
		margin-left: -140px;
		margin-right: -140px;
		max-width: calc(100% + 280px + 30px);
		width: auto;
	}
	.alignfull .alignwide,
	.alignwide .alignwide {
	}

}


/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}



/* Plugins
---------------------------------------------------------------------------- */


/* Google Recaptcha
--------------------------------------------- */
.grecaptcha-badge {
	display: none;
}

/* Fancybox GUI (from Shortcode)
--------------------------------------------- */
a[data-fancybox] {
	text-decoration: none;
}
.fancybox-button:hover {
	background: rgba(30,30,30,.6)!important;
	color: #fff;
}

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

.genesis-skip-link {
	position: absolute;
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Site Header, Logo, Menus
---------------------------------------------------------------------------- */
/* Menu Overlay, Scroll-lock -- */
body.menu-is-open {
	overflow: hidden!important;
}
.menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.2); */
}
.menu-is-open .menu-overlay {
	display: block;
}



/* Site Header -- */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	min-height: 110px;
	padding: 0 15px;
	background: var(--white-color);
	border-bottom: 2px solid var(--primary-color);
}
.site-header::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: url(assets/img/Wrage-Logo-SternKreiss.svg) no-repeat 50.25% 23px;
	background-size: 224px 223px;
}
.is-scrolled .site-header {
	position: fixed;
	min-height: 50px;
	background: var(--header-color);
	border: none;
}
.menu-is-open .site-header {
	position: fixed;
	height: 100vh;
	overflow-y: scroll;
	padding: 80px 16px 40px;
	background: var(--header-color);
}
.is-scrolled .site-header::after,
.menu-is-open .site-header::after {
	content: none;
}


/* is Subage, 404 */
.is-subpage .site-header {
	min-height: 60px;
}
.is-subpage.is-scrolled .site-header {
	min-height: 50px;
}

/* .is-subpage.menu-is-open .site-header,
.error404.menu-is-open .site-header {
	background: var(--gradient-openmenu);
} */


/* is Home Alternative */
.is-home-alt .site-header {
	min-height: 82px;
	background: transparent;
	border-bottom: none;
}
.is-home-alt .site-header::after {
	content: none;
}
.is-home-alt .title-area .site-title {
	margin: 40px 0 20px;
}
.is-home-alt .site-description {
	display: none;
}
.is-home-alt .nav-primary {
	position: static;
}
.is-home-alt.is-scrolled .site-header {
	min-height: 50px;
	background: var(--header-color);
}

.is-home-alt .menu-item a {
	font-size: 20px;
	line-height: calc(30/20);
	font-weight: 400;
	color: var(--secondary-color);
}
.is-home-alt .menu-item a:hover,
.is-home-alt .menu-item.active a {
	font-weight: 600;
}
.is-home-alt .has-handwriting-font {
	font-size: 110px;
}



/* Menu Toggle --  */
.menu-toggle {
	width: 40px;
	height: 35px;
	border: none;
	background: url(assets/img/icon-sprite.svg) no-repeat 0 -200px;
	background-size: 220px auto;
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 100;
	border-radius: 0;
}
.is-scrolled .menu-toggle {
	position: fixed;
	top: 15px;
}
/* .is-subpage .menu-toggle,
.is-subpage.is-scrolled .menu-toggle,
.error404 .menu-toggle,
.error404.is-scrolled .menu-toggle  {
	top: 0;
	background-position: -50px 0;
} */
.menu-is-open .menu-toggle {
	position: fixed;
	top: 16px;
	background-position: -50px -200px;
}
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: transparent;
}

/* Logo / Title Area -- */
.title-area .site-title {
	text-align: center;
	margin: 33px 0 0;
}
.title-area a {
	text-decoration: none;
}
.site-description {
	max-width: 280px;
	margin: 0 auto;
}

.is-scrolled .title-area,
.menu-is-open .title-area {
	display: none;
}

/* .is-subpage .title-area,
.error404 .title-area {

} */

.is-subpage .title-area .site-title {
	margin: 14px 0 0;
}
.is-subpage .title-area a {
	width: 100px;
	height: 32px;
	margin: 0 0 0 50px;
}
.is-subpage .site-description {
	display: none;
}


/* Menu Wrapper Items -- */
.nav-primary,
.account-menu,
.nav-secondary,
.nav-legal {
	display: none;
}
.menu-is-open .nav-primary,
.menu-is-open .account-menu,
.menu-is-open .nav-secondary,
.menu-is-open .nav-legal {
	display: block;
}
.home.menu-is-open .nav-secondary {
	display: none;
}



/* Navigations */
.menu-is-open .menu-wrapper {
	padding-bottom: 50px;
}
.menu-wrapper ul {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.menu-is-open .nav-primary ul {
	margin: 0 0 0 50px;
}
.menu-is-open .nav-primary li:not(:last-child) {
	margin-bottom: 20px;
}

.menu-item span {
	display: inline-block;
	white-space: nowrap;
}


/* Social Media Links */
.social-media-links {
	position: absolute;
	top: 15px;
	right: 15px;
}
.social-media-links li:not(:last-child) {
	margin-right: 28px;
}
.social-media-links a span {
	display: none;
}
.is-scrolled .social-media-links {
	display: none;
}
.menu-is-open .social-media-links {
	position: static;
	display: block;
	margin: 30px 0 30px 20px;
	padding: 30px 0;
	border-top: 1px solid var(--primary-color);
}
.menu-is-open .social-media-links li {
  display: block;
}
.menu-is-open .social-media-links li:not(:last-child) {
	margin-right: 0;
  margin-bottom: 20px;
}
.menu-is-open .social-media-links a span {
	display: inline;
}
.menu-is-open .social-media-links [class*="is-icon"] {
	margin-right: 15px;
	transform: scale(1.2941);
}



@media (min-width: 600px) {


	.site-header::after {
		/* height: 243px;
		background-size: 537px 533px; */
	}

	.title-area .site-title {
		margin: 57px 0 0;
	}
	.title-area a {
		width: 464px;
		height: 157px;
	}
	.site-description {
		max-width: none;
	}

	.menu-is-open .menu-wrapper {
		max-width: 608px;
		margin: 0 auto;
	}
	.menu-is-open .menu-wrapper li {
		margin-bottom: 7px;
	}
	.menu-is-open .nav-primary li {
		margin-left: 0;
	}

}

@media (min-width: 960px) {
	.site-header {
		min-height: 194px;
	}
	.site-header::after {
		background-size: 450px;
    	background-position-y: -10px;
	}
	.is-subpage .menu-toggle,
	.error404 .menu-toggle {
		top: 7px;
	}
	.menu-wrapper {
		max-width: none;
	}
	/* .is-scrolled .nav-primary {
		margin-top: 1px;
		margin-bottom: 2px;
	} */
	.nav-primary .menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.is-scrolled:not(.menu-is-open) .nav-primary .menu {
		padding-left: 50px;
		padding-right: 50px;
	}
	.nav-primary .menu li {
		margin: 0;
		padding: 0 12px;
	}
	.menu-is-open .nav-primary {
		text-align: left;
	}
	.menu-is-open .nav-primary .menu {
		display: block;
	}
	.menu-is-open .nav-primary .menu li {
		padding: 0;
	}


}

@media (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}
	.site-header {
		min-height: 242px;
	}
	.site-header::after {
		background-size: 541px 538px;
		background-position-y: 33px;
	}

	.title-area .site-title {
		margin: 77px 0 0;
	}
	.title-area a {
		width: 625px;
		height: 212px;
	}

	/* .is-scrolled:not(.menu-is-open) .nav-primary .menu {
		padding-left: 120px;
		padding-right: 120px;
	} */

	.social-media-links {
		display: block;
		position: absolute;
		top: 13px;
		left: 50px;
		right: 50px;
	}
	.social-media-links li:last-child a {
		position: absolute;
		top: 0;
		right: 0;
	}
	.social-media-links a span {
		display: inline-block;
	}

	.is-scrolled .social-media-links {
		top: 0;
		display: block;
		height: 1px;
	}
	.is-scrolled .social-media-links ul {
		height: 1px;
	}
	.is-scrolled .social-media-links li a {
		position: absolute;
		top: 15px;
	}
	.is-scrolled .social-media-links a span {
		display: none;
	}
	.is-scrolled .social-media-links li:last-child a {
		right: 35px;
	}

	.nav-primary {
		position: absolute;
		/* bottom: -57px; */
		bottom: -75px;
		left: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	.is-scrolled .nav-primary {
		position: static;
		margin-top: 15px;
	}
	.nav-primary .menu li {
		padding: 0 20px;
	}

	/* is Subage */
	.is-subpage .title-area,
	.error404 .title-area {
		display: block;
	}
	.is-subpage.is-scrolled .title-area,
	.is-subpage.menu-is-open .title-area,
	.error404.is-scrolled .title-area,
	.error404.menu-is-open .title-area {
		display: none;
	}

	.is-subpage .site-header,
	.error404 .site-header {
		background: var(--gradient-header);
	}
	.is-subpage.is-scrolled .site-header,
	.error404.is-scrolled .site-header {
		background: var(--header-color);
	}
	.is-subpage.menu-is-open .site-header,
	.error404.menu-is-open .site-header {
	  background: var(--gradient-openmenu);
	}
	.is-subpage .menu-toggle,
	.error404 .menu-toggle {
		top: 20px;
		position: absolute;
		background-position: -50px 0;
	}
	/* .is-subpage.is-scrolled .menu-toggle,
	.error404.is-scrolled .menu-toggle {
		background-position: -50px 0;
	} */
	.is-subpage.menu-is-open .menu-toggle,
	.error404.menu-is-open .menu-toggle {
		position: fixed;
		top: 16px;
		left: auto;
		right: 10px;
		background-position: -100px -35px;
	}
	/* .is-subpage .title-area a,
	.error404 .title-area a {
		background-image: url(assets/img/wrage-logo-subpage.svg);
	} */

	.is-subpage .site-header {
		min-height: 140px;
	}

	.is-subpage .title-area .site-title {
		margin: 55px 0 5px;
	}
	.is-subpage .title-area a {
		width: 625px;
		height: 78px;
		margin: 0 auto;
	}
	.is-subpage .site-description {
		display: none;
	}
	
	



}

@media (min-width: 1400px) {
	.menu-toggle {
		left: 50px;
	}
	/* .site-header::after {
		height: 341px;
		background-size: 724px 718px;
	} */
	.nav-primary .menu li {
		padding: 0 30px;
	}
	.is-scrolled .nav-primary {
		position: static;
		margin-top: 10px;
	}


}


/* Special Menu Sizes for small device heights
------------------------------------------------ */

@media (min-width: 1200px) and (max-height: 900px) {

	.menu-is-open .menu-item a {
		font-size: 30px;
		line-height: calc(50/30);
	}
	.menu-is-open .nav-secondary .menu-item a {
		font-size: 20px;
		line-height: calc(32/20);
	}
	.menu-is-open .nav-legal .menu-item a {
		font-size: 16.5px;
		line-height: calc(26/16.5);
	}
	.menu-is-open .menu-wrapper li {
	  margin-bottom: 0;
	}

}


/* Special Button: Online Shop
------------------------------------------------ */
body:not(.is-scrolled):not(.menu-is-open) .is-button-onlineshop {
	position: relative;
}
body:not(.is-scrolled):not(.menu-is-open) .is-button-onlineshop a {
	position: absolute;
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background: var(--secondary-color);
	/* line-height: 1; */
	color: var(--white-color);
	transform: translateY(-40px);
	font-size: 16px;
}
body:not(.is-scrolled):not(.menu-is-open) .is-button-onlineshop a span {
	width: auto!important;
	white-space: normal;
}
body.is-scrolled:not(.menu-is-open) .is-button-onlineshop br,
body.menu-is-open .is-button-onlineshop br {
	display: none;
}




/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
}

.entry-content ul {
	padding-left: 1em;
}
.entry-content ol {
	padding-left: 2.5em;
}	
.entry-content ol > li {
	list-style-type: none;
}
.entry-content ol {
	counter-reset: item 0;
}
.entry-content ol > li:not(:last-child) {
	margin-bottom: 1em;
}
.entry-content ol > li {
	position: relative;
	counter-increment: item;
}
.entry-content ol > li::before {
	position: absolute;
	left: -2em;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5em;
	height: 1.5em;
	border-radius: 100%;
	content: counter(item);
	background-color: var(--primary-color);
	color: white;
	font-weight: 500;
}


.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

/* Background */
.footer-widgets {
	position: relative;
	margin-top: calc(150px - 20px);
	padding: 40px 30px;
	clear: both;
	text-align: center;
	color: var(--white-color);
	background: var(--secondary-color);
}
.footer-widgets::before {
	position: absolute;
	top: -150px;
	left: 0;
	z-index: 1;
	display: block;
	content: '';
	width: 100%;
	height: 150px;
	background: url(assets/img/bg-footer-skyline_@15x.png) repeat-x 50% 50%;
	background-size: auto 100%;
}


/* Footer: Logo */
.footer-widget-area .widget_media_image {
	margin-bottom: 15px;
}
.footer-widget-area .widget_media_image img {
	width: 205px;
	height: auto;
	margin: 0 auto;
}
/* Footer: Menu */
.footer-widget-area .widget_text {
	margin: 0;
}
.footer-widget-area .widget_text li {
	margin: 0 0 8px 0;
}
.footer-widget-area .widget_text li:last-child {
	margin-right: 0;
}



@media (min-width: 600px) {
	.footer-widgets {
		margin-top: calc(188px - 50px);
	}
	.footer-widgets::before {
		top: -188px;
		height: 188px;
	}
	.footer-widget-area .widget_media_image img {
		width: 158px;
	}
	.footer-widget-area .widget_text li {
		display: inline-block;
		margin-right: 24px;
	}
	.footer-widget-area .widget_text li:last-child {
		margin-right: 0;
	}

}
@media (min-width: 1200px) {
	.footer-widgets {
		margin-top: calc(277px - 72px);
	}
	.footer-widgets::before {
		top: -277px;
		height: 277px;
	}
	.footer-widget-area .widget_media_image img {
		width: 205px;
	}
	.footer-widget-area .widget_text li {
		margin-bottom: 0;
	}

}
@media (min-width: 1400px) {
	.footer-widgets {
		margin-top: calc(365px - 120px);
	}
	.footer-widgets::before {
		top: -365px;
		height: 365px;
	}
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	display: none;
}

.to-top-link {
	position: fixed;
	right: 10px;
	top: 6px;
	z-index: -1;
	display: block;
	width: 35px;
	height: 35px;
	background: url(assets/img/icon-sprite.svg) no-repeat 9px -390px;
	background-size: 220px auto;
	transform: rotate(-90deg);
	opacity: 0;
	/* transition: opacity .1s; */
}
.is-scrolled .to-top-link {
	z-index: 100;
	opacity: .8;
}
.to-top-link:hover {
	opacity: 1;
}

.menu-is-open .to-top-link {
	display: none;
}

@media (min-width: 1200px) {
	.to-top-link {
		right: 40px;
	}
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}






/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
