/** Define editor-style.css from parent theme new **/

/* vollkorn-regular - latin */
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/vollkorn-v8-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Vollkorn Regular'), local('Vollkorn-Regular'),
	url('./fonts/vollkorn-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./fonts/vollkorn-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('./fonts/vollkorn-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('./fonts/vollkorn-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('./fonts/vollkorn-v8-latin-regular.svg#Vollkorn') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
	url('./fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('./fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('./fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('./fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*------------ Schriften ------------------*/

/* Font: Open Sans=fob-font1 */
.fob-font1 {
	font-family: 'Open Sans', sans-serif;
}

/* Font: Vollkorn=fob-font2 */
.fob-font2 {
	font-family: 'Vollkorn', serif;
}

/*------------ Schriftgrößen ------------*/

/* Font-Size: Bigger=fob-bigger */
.fob-bigger {
	font-size: 1.4em !important;
	line-height: 1.4em !important;
}

/* Font-Size: Big=fob-big */
.fob-big {
	font-size: 1.2em !important;
	line-height: 1.2em !important;
}

/* Font-Size: Small=fob-small */
.fob-small {
	font-size: 0.9em !important;
	line-height: 0.9em !important;
}

/* Font-Size: Smaller=fob-smaller */
.fob-smaller {
	font-size: 0.8em !important;
	line-height: 0.8em !important;
}

/*------------ Farben ---------------------*/
/*------------ Diesen Block bitte als Standard lassen ------------*/
/* Color: Weiß=fob-color1 */
.fob-color1 {
	color: #ffffff;
}

.mce-content-body .fob-color1 {
	text-shadow: -1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}

.mce-content-body img.size-fob-one-quarter {
	width: 25%;
}

.mce-content-body img.size-fob-half {
	width: 50%;
}

.mce-content-body img.size-fob-three-quarters {
	width: 75%;
}

.mce-content-body img.size-fob-full {
	width: 100%;
}

.fob-bg-color1 {
	background-color: #ffffff;
}

/* Color: Schwarz=fob-color2 */
.fob-color2 {
	color: #000000;
}

.fob-bg-color2 {
	background-color: #000000;
}

/*------------ Schmuckfarben ------------*/
/* Color: Orange=fob-color3 */
.fob-color3 {
	color: #e28e07;
}

.fob-bg-color3 {
	background-color: #e28e07;
}

/* Color: Grau=fob-color4 */
.fob-color4 {
	color: #38383b;
}

.fob-bg-color4 {
	background-color: #38383b;
}


/*------------ Section Layouts ------------*/

/* Section: weißer HG, Abst. oben/unten=fob-section-style10 */
.fob-section-style10,
.content-section.fob-section-style10 {
	background-color: #fff;
	padding: 5rem 0;
}

/* Section: grauer HG, Abst. oben/unten=fob-section-style20 */
.fob-section-style20,
.content-section.fob-section-style20 {
	background-color: #38383b;
	color: #fff;
	padding: 5rem 0;
	text-align: center;
}

/*------------ Fontzuweisung ------------*/
h1,
h1 * {
	font-family: 'Vollkorn', serif;
	color: #e28e07;
	font-size: 2rem;
	;
	hyphens: none;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 0 0 1.5rem;
	margin: 0;
}

h2,
h2 * {
	text-align: center;
	font-size: 2rem;
	hyphens: none;
	text-transform: uppercase; 
}

h2::before,
h2::after {
	content: "\2014";
	display: inline-block;
	-webkit-transform: scale(4,0.2);
	-moz-transform: scale(4, 0.2);
	-ms-transform: scale(4, 0.2);
	-o-transform: scale(4, 0.2);
	transform: scale(4, 0.2);
	margin: 0 3.5rem;
}

h3,
h3 * {
	font-family: 'Vollkorn', serif;
	font-size: 1.5rem;
	hyphens: manual;
	text-transform: uppercase;
}

p,
p * {
	font-size: 1rem;
}

html,
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #38383b;
	background-color: #fff;
}
