<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Willkommen bei eigenen CSS-Anpassungen!

CSS (Cascading Style Sheets) ist eine Art von Stilanweisungen, die dem
Browser mitteilen, wie dieser eine Webseite darzustellen hat. Du kannst
diese Kommentare löschen und mit Deinen Anpassungen beginnen.

Standardmäig wird dieses eigene Stylesheet *nach* dem Stylesheet Deines
derzeit aktiven Themes geladen. Dadurch können auch CSS-Regeln des Themes
überschrieben werden. Trage hier einfach ein, was Du ändern möchtest. Du
brauchst aber auf keinen Fall alle Regeln des Themes hierher kopieren.
*/
body {
	-moz-opacity: .9;
	filter: alpha(opacity=9);
	opacity: .9;
}

.column-text {
	font-family: 'calibri', arial, sans-serif;
	text-align: center;
	font-weight: none;
	padding: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 16px;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0,-55%);
	-o-transform: translate(0,-55%);
	-webkit-transform: translate(0,-55%);
	-ms-transform: translate(0,-55%);
	transform: translate(0,-55%);
	z-index: 251;
	left: 100%;
	color: #DDD;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.columnmore {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 auto;
	clear: both;
	line-height: 20px;
	position: absolute;
	bottom: -50px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 251;
	width: 100%;
	background: none;
	-moz-opacity: .5;
	filter: alpha(opacity=5);
	opacity: .5;
}

.column-image-inside {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.9);
	z-index: 250;
	left: -100%;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.column-header-image {
	text-align: center;
}

h1,h2,h3,h4,h5,h6,
h3#comments-title,
h3#reply-title,
#site-title,
.entry-title,
.page-title,
.widget-title {
	text-align: left;
}

.wp-playlist {
	border: none !important;
	padding: 10px;
	margin: 12px 0 18px;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-current-item {
	display: none !important;
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}

.caption-simple #content .wp-caption .wp-caption-text {
	position: inherit;
	padding: 7px 5px;
	font-style: italic;
	font-size: 90%;
}

#content .wp-caption {
	margin-bottom: 10px;
	text-align: center;
	max-width: 100%;
	position: relative;
}

.entry-content ul &gt; li {
	padding-right: 15px;
	list-style: disc;
	font-style: inherit;
	font-weight: inherit;
	font-size: 90%;
	line-height: inherit;
	text-align: left;
}

.widget-container ul li {
	margin-bottom: 0;
}

hr {
	border: 0;
	clear: both;
	height: 1px;
}

#menu {
	font-size: 95% !important;
	list-style: disc !important;
	line-height: 1em !important;
}

/*Seitenleisten*/
#primary {
	font-size: 85%;
}

#secondary {
	border-style: solid;
	border-left-width: 1.5px;
	border-color: #ebebeb;
}

/*Table of Content*/
.ez-toc-widget-container {
	white-space: inherit;
}

.ez-toc-widget-container li.active &gt; a, .ez-toc-widget-container li {
	font-weight: normal;
	list-style-type: circle;
}
			
.ez-toc-widget-container li {
	/*border-bottom: 1px solid #eee;*/
	padding: 0.3em 0;
	line-height: 1.3em;
}

/*.ez-toc-widget-container li:after	{
	border-bottom: 1px solid #eee;
	padding: 0.2em 0;
	position:relative;
	display:inline;
}*/


#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
	margin-left: 1em;
}

/*Accordion*/
h3.accordion-title {
	font-size: 24px !important;
	text-align: right;
	color: #1693A5;
	border-bottom: 2px solid #eee;
/*outline: 1em solid #000;
	background-color: #000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 15px 10px;
	-moz-box-shadow: 0 15px 10px;
	box-shadow: 0 15px 10px;
	text-decoration-line: auto;
	text-decoration-style: auto;
	text-decoration-color: auto;
	color: #fff;
	border: 1px solid #000;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 15px 10px;
	-moz-box-shadow: 0 15px 10px;
	box-shadow: 0 15px 10px;
	clear: both;*/
}

.accordion-title:after {
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	content: "\f13a ";
	float: left;
	color: #1693A5;
}

.accordion-title.open:after {
	content: "\f139 ";
}

.accordion-title:hover {
	cursor: pointer;
}

.entry-content blockquote {
	background: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	padding-left: 90px;
	display: block;
	font-style: italic;
	font-size: 90%;
	clear: both;
	float: none;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.entry-content blockquote:before {
	left: 25px;
	content: '\2717';
/*content: '\0021';*/
	font-family: 'calibri', arial, sans-serif !important;
	font-style: black;
	font-size: 40px;
	position: absolute;
	right: 10px;
	top: 20%;
}

/*.menu-start {	 	 
text-indent: -9999px;	 	 
background: url(https://www.bigeasystudio.de/wp-content/uploads/2015/02/start_24px.png) no-repeat center center;	 	 
}	 	 
.menu-kontakt {	 	 
text-indent: -9999px;	 	 
background: url(https://www.bigeasystudio.de/wp-content/uploads/2015/02/kontakt_24px.png) no-repeat center center;	 	 
}	 	 
.menu-info {	 	 
text-indent: -9999px;	 	 
background: url(https://www.bigeasystudio.de/wp-content/uploads/2015/02/info_24px.png) no-repeat center center;	 	 
}	 	 
.menu-standard {	 	 
text-indent: 0;	 	 
}

a#logo {
	display: block;
	height: 100%;
}*/

/*
	CSS von Jetpack migriert:
*/

/*
Willkommen bei eigenen CSS-Anpassungen!

CSS (Cascading Style Sheets) ist eine Art von Stilanweisungen, die dem
Browser mitteilen, wie dieser eine Webseite darzustellen hat. Du kannst
diese Kommentare löschen und mit Deinen Anpassungen beginnen.

Standardmäig wird dieses eigene Stylesheet *nach* dem Stylesheet Deines
derzeit aktiven Themes geladen. Dadurch können auch CSS-Regeln des Themes
überschrieben werden. Trage hier einfach ein, was Du ändern möchtest. Du
brauchst aber auf keinen Fall alle Regeln des Themes hierher kopieren.
*/
body {
	-moz-opacity: .9;
	filter: alpha(opacity=9);
	opacity: .9;
}

.column-text {
	font-family: 'calibri', arial, sans-serif;
	text-align: center;
	font-weight: none;
	padding: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 16px;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0,-55%);
	-o-transform: translate(0,-55%);
	-webkit-transform: translate(0,-55%);
	-ms-transform: translate(0,-55%);
	transform: translate(0,-55%);
	z-index: 251;
	left: 100%;
	color: #DDD;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.columnmore {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 auto;
	clear: both;
	line-height: 20px;
	position: absolute;
	bottom: -50px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 251;
	width: 100%;
	background: none;
	-moz-opacity: .5;
	filter: alpha(opacity=5);
	opacity: .5;
}

.column-image-inside {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.9);
	z-index: 250;
	left: -100%;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.column-header-image {
	text-align: center;
}

h1,h2,h3,h4,h5,h6,
h3#comments-title,
h3#reply-title,
#site-title,
.entry-title,
.page-title,
.widget-title {
	text-align: left;
}

.wp-playlist {
	border: none !important;
	padding: 10px;
	margin: 12px 0 18px;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-current-item {
	display: none !important;
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}

.caption-simple #content .wp-caption .wp-caption-text {
	position: inherit;
	padding: 7px 5px;
	font-style: italic;
	font-size: 90%;
}

#content .wp-caption {
	margin-bottom: 10px;
	text-align: center;
	max-width: 100%;
	position: relative;
}

.entry-content ul &gt; li {
	padding-right: 15px;
	list-style: disc;
	font-style: inherit;
	font-weight: inherit;
	font-size: 90%;
	line-height: inherit;
	text-align: left;
}

.widget-container ul li {
	margin-bottom: 0;
}

hr {
	border: 0;
	clear: both;
	height: 1px;
}

#menu {
	font-size: 95% !important;
	list-style: disc !important;
	line-height: 1em !important;
}

#secondary {
	border-style: solid;
	border-left-width: 1.5px;
	border-color: #ebebeb;
}

/*Accordion*/
h3.accordion-title {
	font-size: 24px !important;
	text-align: right;
	color: #1693A5;
	border-bottom: 2px solid #eee;
/*outline: 1em solid #000;
	background-color: #000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 15px 10px;
	-moz-box-shadow: 0 15px 10px;
	box-shadow: 0 15px 10px;
	text-decoration-line: auto;
	text-decoration-style: auto;
	text-decoration-color: auto;
	color: #fff;
	border: 1px solid #000;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5), inset 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 15px 10px;
	-moz-box-shadow: 0 15px 10px;
	box-shadow: 0 15px 10px;
	clear: both;*/
}

.accordion-title:after {
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	content: "\f13a ";
	float: left;
	color: #1693A5;
}

.accordion-title.open:after {
	content: "\f139 ";
}

.accordion-title:hover {
	cursor: pointer;
}

.entry-content blockquote {
	background: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	padding-left: 90px;
	display: block;
	font-style: italic;
	font-size: 90%;
	clear: both;
	float: none;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.entry-content blockquote:before {
	left: 25px;
	content: '\2717';
/*content: '\0021';*/
	font-family: 'calibri', arial, sans-serif !important;
	font-style: black;
	font-size: 40px;
	position: absolute;
	right: 10px;
	top: 20%;
}

/*.menu-start {	 	 
text-indent: -9999px;	 	 
background: url(https://www.bigeasystudio.de/wp-content/uploads/2015/02/start_24px.png) no-repeat center center;	 	 
}	 	 
.menu-kontakt {	 	 
text-indent: -9999px;	 	 
background: url(https://www.bigeasystudio.de/wp-content/uploads/2015/02/kontakt_24px.png) no-repeat center center;	 	 
}	 	 
.menu-info {	 	 
text-indent: -9999px;	 	 
background: url(https://www.bigeasystudio.de/wp-content/uploads/2015/02/info_24px.png) no-repeat center center;	 	 
}	 	 
.menu-standard {	 	 
text-indent: 0;	 	 
}

a#logo {
	display: block;
	height: 100%;
}*/</pre></body></html>