<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
Theme Name: MM-Events

gelb   #ffd600 / #fad000 Menupunkt Dropdown-Menu 
pink   #c15

*/


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	font-size: 15px;
}
body {
	position: relative; /* ScrollSpy */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
}
a {
	color: #ffd600;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
p {
	padding: 0 0 16px;
}
small, .klein {
	font-size: 0.8em;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
em {
	/*font-style: normal;*/
}
b,
strong {
	color: #555;
}
hr {
	border: 0 none;
	border-bottom: 1px solid #ccc;
	clear: both;
	height: 0;
	line-height: 0;
}
hr.blau {
	border-bottom: 1px solid #00c;
}
hr.rot {
	border-bottom: 1px solid #f33;
}
::selection {
	background-color:#ffd600;
	color:#fff;
}
::-moz-selection {
	background-color:#ffd600;
	color:#fff;
}
/* LISTEN
=================================================================================== */
ul {
 	/*list-style-type: square;
	list-style-image: url(image/punkt_sw.gif);*/
}
ul, ol {
	margin-top: -8px;
	padding: 0 0 16px 18px;
}
ul ul, ol ol {
	margin-top: 4px;
	padding-bottom: 0;
}
li {
	padding: 0 0 8px 8px;
}
li li {
	padding: 0 0 4px 8px;
}
/* HEADLINES
=================================================================================== */
h1, h2, h3, h4, h5, h6 {
	padding: 8px 0 16px;
	line-height: 1.5;
	color: #ffd600;
	font-weight: normal;
	clear: both;
}
h1 {
	padding: 0 0 16px;
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
/* FORMULAR
=================================================================================== */
input, textarea, select, input[type=search], button {
	font-size: 1em;
	font-family: inherit;
}
input[type=text], input[type=email], input[type=password], textarea, select, input[type=search] {
	background: #fff;
	border: solid 1px #ccc;
	padding: 6px 10px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.placeholder, textarea.placeholder, select {
	color: #888;
}
input[type=text], input[type=email], input[type=password], input[type=search] {
	width: 360px;
	max-width: 90%;
}
textarea {
	line-height: 1.5;
	width: 94%;
	max-width: 90%;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus, input[type=search]:focus {
	outline: none;
	background: #fff;
	border: solid 1px #ffd600;
	color: #ffd600;
}
input[type=reset], input[type=submit], button, a.btn {
	color: #ffd600;
	border: solid 1px #ffd600;
	padding: 7px 21px;
	cursor: pointer;
	background-color: #fff;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover, a.btn:hover {
	background: #ffd600;
	color: #fff;
}
a.btn,
a.btn:hover {
	display: inline-block;
	text-decoration: none;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	border: solid 1px #ccc;
	background: #ccc;
	color: #fff;
	cursor: default;
}
/************************************************************************************
STRUKTURE
*************************************************************************************/
#Rahmen {
}
.pagewidth {
	max-width: 1000px;
}
.mobile {
}
.desktop {
	display: none;
}
#IRahmen {
	background: url(image/Montgolfiere_HG-02.jpg) no-repeat center 24px / contain;
}
#Inhalt {
	position: relative; /* Seiten ID */
	padding: 24px 14px;
}
#Inhalt p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
#SpalteL {
	padding: 24px 14px;
	background-color: #eee;
	text-align: center;
}
#SpalteR {
	position: relative; /* Seiten ID */
	padding: 24px 14px;
	background-color: #eee;
}
.linie {
	height: 0;
	line-height: 0;
}
/* KOPFZEILE
=================================================================================== */
#Kopf {
	border-top: 5px solid #ffd600;
}
.kopfzeile {
	padding: 14px 0;
}
#Kopf h1,
#Kopf h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	padding: 0;
}
#Kopf h2 {
	font-size: 1em;
	padding-bottom: 8px;
}
#Kopf h1 a {
	color: #333;
	text-decoration: none;
}
#Kopf h2 a {
	color: #ffd600;
	text-decoration: none;
}
#Titelbild {
	overflow: hidden;
	text-align: center;
}
#Titelbild img {
	display: inline-block;
	margin: 0 auto;
}
/* LOGO
=================================================================================== */
#Logo {
	padding: 0 14px 14px;
	text-align: center;
}
.logo {
	height: 120px;
}
a.logo {
	text-decoration: none;
}
a.logo:hover {
	text-decoration: none;
}
/* SUCHFORMULAR
=================================================================================== */
#header #searchform {
	position: absolute;
	right: 0;
	top: 40px;
	width: 160px;
}
#header #searchform #s {
	width: 100px;
	color: #333;
	/*background: #eee url(image/search.png) no-repeat 8px center;*/
	border: solid 1px #ccc;
	padding-left: 28px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #333;
}
/* MOBILE HAUPT NAVIGATION 
=================================================================================== */
.logged-in #menu-icon {
	top: 53px;
}
#menu-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	z-index: 99999;
}
.mobile-button {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: solid 1px #ffd600;
	cursor: pointer;
	background-color: #ffd600;
	background-image: url(image/menu-icon-ws.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mobile-button:hover {
	color: #ffd600;
	border: solid 1px #333;
	background-color: #fff;
	background-image: url(image/menu-icon-gr.png);
}
.mobile-button.active {
	border: solid 1px #ccc;
	background-color: #f8f8f8;
	background-image: url(image/menu-icon-ws.png);
}
#Menu {
	/*position: absolute;
	top: 5px;
	right: 0;
	padding: 0;
	min-width: 240px;
	max-width: 80%;
	z-index: 9990;*/
	text-align: center;
	background-color: #fff;
}
#Icon {
	padding: 24px
}
#Icon .icon {
	width: 75px;
}
/*.slide-menu {
	left: -240px;
}
.slide-menu.menu-open {
	left: 0px;
}
.slide-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/
#main-nav-wrap {
}
#main-nav {
	display: none; /* visibility will be toggled with jquery */
	text-align: center;
	border-bottom: 1px solid #ffd600;
}
ul#main-nav, #main-nav ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	background-color: #f8f8f8;
}
#main-nav &gt; li:first-child {
	border-top: 0 none;
}
#main-nav ul ul li {
	border-top: 0 none;
}
#main-nav .current-menu-item,
#main-nav .current_page_item {
}
/* main level link */
#main-nav a {
	display: inline-block;
	font-size: 1.1em;
	line-height: 2.2;
	padding: 0 16px;
}
/* sub-levels link */
#main-nav ul a {
	font-size: 1em;
	line-height: 2.3;
	text-transform: none;
}
/* dropdown ul */
#main-nav ul {
	display: none;
}
/* Mobile - aktives Untermenu sichtbar */
#main-nav .current_page_item &gt; ul,
#main-nav .current_page_ancestor &gt; ul,
#main-nav .current-menu-ancestor &gt; ul {
	display: block;
}
/* Sidebar Menu #side-nav */
#side-nav, #side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-nav {
	margin: 0 0 24px;
}
#side-nav ul {
	padding-left: 14px;
}
#side-nav li {
	padding: 0;
	margin: 0;
	display: block;
	line-height: 1;
}
#side-nav a {
	display: inline-block;
	font-size: 1em;
	line-height: 1.5;
}
/* MENUPUNKT STYLING 
=================================================================================== */
#side-nav .menu-item a,
#side-nav .page_item a,
#main-nav .menu-item a,
#main-nav .page_item a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#side-nav a:hover,
#main-nav a:hover {
	color: #ffd600;
	text-decoration:none;
}
/* aktiver Menupunkt */
#side-nav .current-menu-item &gt; a,
#side-nav .current_page_item &gt; a,
#main-nav .current-menu-item &gt; a,
#main-nav .current_page_item &gt; a {
	color: #ffd600;
}
/* GrossEltern Menupunkt */
#main-nav .current-menu-ancestor &gt; a,
#main-nav .current_page_ancestor &gt; a {
}
/* Eltern Menupunkt */
#side-nav .current-menu-parent &gt; a,
#side-nav .current_page_parent &gt; a,
#main-nav .current-menu-parent &gt; a,
#main-nav .current_page_parent &gt; a {
	color: #ffd600;
}
/* SEITEN-TEMPLATES
=================================================================================== */
/* archive.php */
.archive h1.kategorie {
	color: #ffd600;
	text-transform: uppercase;
}
.archive h1.kategorie a {
	color: #ffd600;
	text-decoration: none !important;
}
.archive h1.kategorie a:hover {
	color: #333;
}
.artikel {
}
.artikel h2 {
}
.artikel p {
}
.artikel img {
	padding-bottom: 0;
}
.post-date {
	padding-top: 3px;
	color: #ffd600;
}
/* Beitrags Navigation */
.post-nav {
	margin-top: 24px;
}
.post-nav .prev {
	margin-right: 14px;
	float: left;
}
.post-nav .next {
	float: right;
}
.post-nav .prev .klein {
	margin-right: 7px;
}
.post-nav .next .klein {
	margin-left: 7px;
}
.post-nav a {
	/*font-family: "Courier New", Courier, monospace;*/
	font-size: 1em;
	color: #999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #333;
	text-decoration: none;
}
.page-nav {
	margin-top: 24px;
}
.page-nav .number {
	background-color: #ccc;
	color: #333;
	display: inline-block;
	vertical-align: bottom;
	margin: 7px 3px;
	padding: 5px 0;
	width: 30px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.page-nav .number:hover {
	color: #fff;
}
.page-nav .current {
	color: #fff;
}
/* SEITEN
=================================================================================== */
h1 a,
h2 a,
h3 a {
	color: #ffd600;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #333;
	text-decoration: none;
}
a.tel {
	color: #333 !important;
	text-decoration: underline;
}
/* more-link */
a.more-link {
	/*position: absolute;
	top: 0;
	right: 14px;
	font-size: 4em;
	line-height: .8;
 	font-family: "Courier New", Courier, monospace;*/
	color: #ffd600;
	text-decoration: none;
}
a.more-link:hover {
	color: #333;
	text-decoration: none;
}
a.pdf {
	margin-left: 4px;
	padding-left: 22px;
	background-image: url(image/pdf.png);
	background-repeat: no-repeat;
	background-position: left;
}
.rot {
	color: #f00;
}
.grau {
	color: #888;
}
.schwarz {
	color: #000;
}
.abstand-oben {
	padding-top: 24px;
}
.abstand-unten {
	padding-bottom: 24px;
}
.abstand-rechts {
	padding-right: 14px;
}
.abstand-links {
	padding-left: 14px;
}
.kein-abstand-oben {
	margin-top: 0;
	padding-top: 0;
}
.kein-abstand-unten {
	margin-bottom: 0;
	padding-bottom: 0;
}
.separator {
	line-height: 0;
}
.separator-small {
	padding-bottom: 22px;
}
.separator-medium {
	padding-bottom: 30px;
}
.separator-large {
	padding-bottom: 50px;
}
p:empty {
	padding-bottom: 0;
}
/* Abstandshalter - Breite veraenderbar in Shortcode */
span.abstand {
	display: inline-block;
	width: 100px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	margin-bottom: 16px;
}
table th {
	padding: 15px 0 5px 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	border: 0 none;
	border-bottom: 1px solid #333;
}
table td {
	vertical-align: top;
	/*text-align: left;*/
	padding-right: 14px;
	border: 0 none;
	border-bottom: 1px solid #eee;
}
/* Bildergalerie Lightbox */
.galerie-wrap {
	margin-bottom: 24px;
}
a.galerie {
	display: block;
	line-height: 0;
	/*margin-bottom: 10px;
	margin-right: 10px;*/
}
a.galerie img {
	margin: 0;
	border: 1px solid #333;
}
/* Akkordeon */
h3.ui-accordion-header {
	cursor: pointer;
	outline: none;
}
.accordion h3 {
	position: relative;
	padding: 6px 10px 6px 24px;
	margin-bottom: 1px;
	font-size: 1.1em;
	line-height: 1;
	color: #666;
	border: solid 1px #ccc;
	background-color: #fff;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.accordion h3:hover {
	background-color: #ddd;
	color: #ffd600;
}
.accordion .ui-icon {
	position: absolute;
	top: 0;
	left: 2px;
	width: 20px;
	height: 28px;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: center;
}
.accordion .ui-icon-triangle-1-e {
	background-image: url(image/arrow-right.png);
}
.accordion .ui-icon-triangle-1-s {
	background-image: url(image/arrow-down.png);
}
.accordion h3 span.info {
	color: #666;
	padding: 0 10px;
	font-size: 0.857em;
}
.accordion h3:hover span.info {
	color: #444;
}
.accordion &gt; div {
	padding: 10px 10px 10px 24px;
}
/* Bildslider */
.bild, 
.cycle-slideshow {
	width: 100%;
	border: 1px solid #333;
}
.cycle-slideshow img {
	display: none;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.cycle-slideshow img:first-child,
.cycle-slideshow img.bild1 {
	display: block;
}
#Slideshow .cycle-overlay {
	position: absolute;
	color: #000;
	background-color: rgba(255, 255, 255, .5);
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	z-index: 9988;
}
.cycle-pager {
	position: absolute;
	right: 18px;
	bottom: 8px;
	z-index: 9999;
}
.cycle-pager a {
	display: inline-block;
	cursor: pointer;
	margin-left: 8px;
	background-color: #ffd600;
	border: 1px solid #fff;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
	
}
.cycle-pager a.cycle-pager-active,
.cycle-pager a:hover {
	background-color: #fff;
}
#Slideshow {
	position: relative;
	margin-bottom: 24px;
}
.cycle-next,
.cycle-prev {
	position: absolute;
	top: 42%;
	z-index: 9999;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	color: #333;
	line-height: 1;
	padding: 0 4px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
}
.cycle-next {
	right: 14px;
}
.cycle-prev {
	left: 14px;
}
.cycle-next:hover,
.cycle-prev:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
}
/* Titelbild single.php ... */
.content-image,
.titelbild {
	margin-bottom: 16px;
}
/* Box  */
.box {
	margin-top: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box p {
	padding: 16px 5px;
}
.box a {
	display: block;
	text-decoration: none;
}
.box.orange {
	background-color: #f57d33;
	color: #fff;
}
.box.orange h1,
.box.orange h2,
.box.orange h3,
.box.orange h4,
.box.orange h5,
.box.orange a, 
.box.orange a:hover {
	color: #fff;
}
/* Tooltip */
.tooltip {
}
[data-tooltip] {
	position: relative;
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
	display: block;
	position: absolute;
	top: 1em;
	min-width: 8em;
	max-width: 15em;
	padding: 0.5em;
	z-index: 100;
	color: #333;
	text-align: center;
	background-color: #eee;
	border: solid 1px #ccc;
}
[data-tooltip]:hover::after {
	opacity: 1;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
iframe {
	width: 100% !important;
}
/* SmoothDivScroll */
#DivScroll {
}
#DivScroll a {
	display: inline-block;
}
#makeMeScrollable {
	width:100%;
	height: 90px;
	position: relative;
}
#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 24px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.punkt {
	position: absolute;
	top: 60%;
	width: 100%;
	z-index: 99;
}
.punkt a {
	background-color: #ffd600;
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #ffd600;
	margin: 2px auto;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.punkt a:hover {
	width: 34px;
	height: 34px;
	margin-top: 0;
	margin-bottom: 0;
}
/* Top-News */
.top-news-widget {
	text-align: center;
	font-size: 1.15em;
	color: #c15;
	line-height: 1.1;
	background-color: #fff;
	padding: 4px 0 0;
	border-top: 3px solid #c15;
}
.top-news-widget div {
	display: inline-block;
	margin: 0;
}
.top-news-widget p {
	padding: 0;
}
.top-news-widget .top-news-widgettitle {
	font-weight: bold;
	margin-right: 14px;
	display: none;
}
/* Laufschrift - Top-News */
.marquee {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}
.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 40s linear infinite;
}
@-webkit-keyframes marquee {
	0% { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}
/*a.facebook {
	background: #eee url(image/facebook-bl.png) no-repeat center center / auto 100%;
	border: 1px solid #fff;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
a.facebook:hover {
	background: #ccc url(image/facebook-ws.png) no-repeat center center / auto 100%;
	border: 1px solid #ccc;
}*/
/* WP Kontaktformular 
=================================================================================== */
.wpcf7-form {
}
.wpcf7-form h4 {
	padding: 24px 0 16px;
	font-size: 1em;
	font-weight: bold;
}
.wpcf7-form p {
	position: relative;
	clear: both;
	padding: 3px 0;
}
.wpcf7-form .klein {
	font-size: 0.857em;
}
.wpcf7-form label.abstand {
	float: left;
	padding: 4px 0;
	width: 100px;
}
.wpcf7-radio label {
	display: inline-block;
	padding-bottom: 8px;
}
.wpcf7-not-valid-tip {
}
.wpcf7-response-output {
}
/* SIDEBAR
=================================================================================== */
.widget {
	margin: 0 0 24px;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;*/
}
.widgettitle {
	margin: 0 0 16px;
	padding: 0;	
	font-size: 1em;
	text-transform: uppercase;
}
.widget ul {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}
.widget li {
	margin: 0;
	padding: 0;
	clear: both;
}
.widget ul ul {
	margin: 0;
	padding: 0;
}
.widget ul ul li {
	margin: 0;
}
.widget li a  {
	padding-left: 0;
	text-decoration: none;
}
.widget li a:hover  {
}
/* KOMMENTAR
=================================================================================== */
.comment-form label {
	display: inline-block;
	width: 120px;
}
/* FUSSZEILE
=================================================================================== */
#Fuss {
	background-color: #333;
	color: #fff;
	font-size: .866em;
}
#Fuss a {
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
#Fuss a:hover {
	color: #ffd600;
	text-decoration: underline;
}
#Fuss h4 {
	color: #fff;
}
.fusstext {
	text-align: center;
	padding: 24px 14px;
}
.fusstext span {
	white-space: nowrap; /* kein Umbruch in Telefonnr. */
}
/* back to top */
.back-top {
	padding-top: 8px;
	padding-bottom: 8px;
}
/* jQuery - wird beim scrollen eingeblendet */
a.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 9999;
}
.back-top a,
a.back-to-top {
	background: #333 url(image/arrow-up.png) no-repeat center center / 75% auto;
	border: 1px solid #fff;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	text-indent: -900em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.back-top a:hover,
a.back-to-top:hover {
	background-color: #ffd600;
}
/* Schlagwortwolke */
.tagcloud a {
	font-size: 1em !important;
	display: inline-block;
	white-space: nowrap;
	color: #999;
	text-decoration: none;
}
.tagcloud a:hover {
	color: #ffd600;
	text-decoration: none;
}
/* MODULAR
=================================================================================== */
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog &gt; div {
	width: 82%;
	position: relative;
	margin: 15% auto;
	padding: 40px 4% 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.modalDialog .modal-small {
	max-width: 350px;
}
.modalDialog .modal-medium {
	max-width: 500px;
}
.modalDialog .modal-large {
	max-width: 700px;
}
.close {
	background: #fff;
	border: 1px solid #ddd;
	color: #0079ff;
	font-size: 42px;
	font-weight: normal;
	line-height: 33px;
	padding-bottom: 3px;
	position: absolute;
	right: 14px;
	text-align: center;
	top: 14px;
	width: 36px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.close:hover {
	background: #ccc;
}
/* WP GALLERY
=================================================================================== */
.gallery {
	margin-bottom: 16px;
}
.gallery-item {
	display: inline-block;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery a {
	display: inline-block;
	padding-right: 8%;
	width: 92%;
}
.gallery-icon img {
	margin: 0 auto;
	border: 0 none !important;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* WORDPRESS POST FORMATTING
=================================================================================== */
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
/* Mobile - Bilder zentriert */
.alignleft,
.alignright,
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: normal;
	font-size: 12px;
	color: #ffd600;
	line-height: 1.2;
	margin: 6px 0;
	text-transform: uppercase;
}
.wp-caption-text a {
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}
.wp-caption-text a:hover {
	color: #ffd600;
	text-decoration: underline;
}
.wp-caption img {
	border: 1px solid #ddd;
}
/* CLEAR &amp; ALIGNMENT
=================================================================================== */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* WP SYSTEM
=================================================================================== */
body .seiten-id {
	display: none;
}
body.logged-in .seiten-id {
	display: inline;
	position: absolute;
	z-index: 9999;
	top: 1px;
	right: 1px;
	padding: 3px 5px;
	color: #fff;
	background-color: #222;
	border: 2px solid #f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* Media queries
------------------------------------------------------------------------------------ */
/* bis 400 pixel */
@media screen and (max-width:400px) {
	/*#Inhalt table {
		empty-cells: hide;
		border-bottom: 1px solid #999;
	}
	#Inhalt tr {
		border-top: 1px solid #999;
	}
	#Inhalt tr th,
	#Inhalt tr td {
		display: block;
		width: 100% !important;
	}
	#Inhalt table td {
		border: 0 none;
	}*/
}
@media only screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	/*.table-responsive &gt; table &gt; tbody &gt; tr &gt; th,
	.table-responsive &gt; table &gt; tbody &gt; tr &gt; td {
		white-space: nowrap;
	}*/
}
/* ab 600 pixel */
@media screen and (min-width: 600px) {
	html {
		/*height: 100%;*/
	}
	body {
		/*min-height: 100.5%;*/
		/*font-size: 13px;*/
		overflow-y: scroll;
	}
	#Rahmen {
		overflow: hidden;
	}
	.pagewidth {
		margin: 0 auto;
	}
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
	#Kopf {
		border-bottom: 1px solid #ffd600;
	}
	.kopfzeile {
		padding: 4px 14px 0;
	}
	.kopfzeile a {
	}
	#Kopf h1,
	#Kopf h2 {
		display: inline-block;
		padding-bottom: 0;
		margin-right: 14px;
	}
	#Kopf h1 {
		margin-right: 24px;
	}
	#Logo {
		float: left;
		padding: 0;
		/*width: 33%;*/
	}
	.logo {
		max-width: 100%;
	}
	/* Kopfbar = Abstandselement fuer Menuposition */
	#Kopfbar {
		float: right;
		width: 64%;
		min-height: 88px;
		text-align: right;
	}
	.logged-in #Menu {
		top: auto;
	}
	#Menu {
		float: right;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;	
		width: auto;
		min-width: inherit;
		max-width: none;
		z-index: auto;
		background: none;
		/*clear: both;*/
        line-height: 0;
	}
	#Icon {
		display: none;
	}
	#Titelbild {
	}
	#IRahmen {
		padding: 24px 14px 48px;
	}
	#Inhalt {
		float: left;
		padding: 0;
		width: 74.375%;
		min-height: 399px;
	}
	#Inhalt.breit {
		float: none;
		padding: 0;
		width: 100%;
	}
	.home #Inhalt {
		min-height: 1px;
	}
	.archive #Inhalt,
	.single #Inhalt,
	.blog #Inhalt,
	.page #Inhalt,
	.page-template-xy #Inhalt {
	}
	#SpalteL {
		float: left;
		padding: 0;
		width: 23.125%;
		background: none;
		text-align: left;
	}
	#SpalteR {
		float: right;
		padding: 0;
		width: 23.125%;
	}
	#Fuss {
	}
	#Fuss a {
		text-decoration: none;
	}
	#Fuss a:hover {
		text-decoration: none;
	}
	.fusstext {
		text-align: left;
	}
	.back-top {
		display: none;
	}
	.footer-nav {
		text-align: left;
	}
	.footer-nav li {
		margin: 0 48px 0 0;
	}
	/* HAUPT NAVIGATION 
	============================================================================== */
	.mobile-button {
		display: none;
	}
	#main-nav-wrap {
	}
	#main-nav {
		position: relative;
		display: inline-block !important; /* !important - wegen Toggle jQuery !!! */
		border: 0 none;
		text-align: left;
		width: auto;
		z-index: 100;
		line-height: 1;
	}
	#main-nav li {
		float: left;
		position: relative;
		margin-left: 25px;
		border: 0 none;
		background: none;
	}
	#main-nav li:first-child {
		margin-left: 0;
	}
	#main-nav .current-menu-item,
	#main-nav .current_page_item {
		background: none;
	}
	/* main level link */
	#main-nav a {
		display: block;
		padding: 0;
		font-size: 1.1em;
		border: 0 none;
		line-height: 2.3;
	}
	/* sub-levels link */
	#main-nav ul a {
		padding: 6px 10px 2px;
		display: block;
		width: 175px;
		background-color: rgba(236, 236, 236, 0.9);
        line-height: 1.8;
	}
    #main-nav ul a:hover {
        border-bottom: 2px solid #ffd600;
        padding-bottom: 0;
        color: #333;
	}
    #main-nav ul .current-menu-item &gt; a {
        color: #fad000;
    }
	/* dropdown ul */
	#main-nav ul {
		position: absolute;
		z-index: 9999;
		display: none;
		border-bottom: 1px solid #ccc;
	}
	/* Mobile - aktives Untermenu sichtbar ueberschreiben */
	#main-nav .current_page_item ul,
	#main-nav .current_page_ancestor ul,
	#main-nav .current-menu-ancestor ul {
		display: none;
	}
	#main-nav ul li {
		padding: 0;
		margin: 0;
		float: none;
		border: 0 none;
	}
	/* sub-levels dropdown */
	#main-nav ul ul {
		left: 100%;
		top: 0;
		padding-top: 0;
	}
	/* show dropdown ul */
	#main-nav li:hover &gt; ul {
		display: block;
	}
	/* SEITEN
	============================================================================== */
	a.tel {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
	/* archive.php */
	.archive h1.kategorie {
		float: right;
	}
	.artikel h2 {
	}
	.artikel p {
	}
	/* single.php */
	.header-text {
		float: left;
	}
	/* Top-News */
	.top-news-widget {
		/*position: fixed;*/
		width: 100%;
		z-index: 99999;
	}
	.cycle-pager {
		bottom: 14px;
	}
	.cycle-pager a {
		margin-left: 8px;
		border: 2px solid #fff;
		width: 8px;
		height: 8px;
	}
	.cycle-next,
	.cycle-prev {
		top: 44%;
		font-size: 3em;
		padding: 0 7px;

	}
	a.galerie img {
		width: auto;
	}	
	/* SPALTEN 
	============================================================================== */
	.divider {
		clear: both;
		display: block;
		margin-bottom: 8px;
		padding-top: 8px;
		width: 100%;
	}
	.last {
		clear: right;
		margin-right: 0 !important;
	}
	.two-columns-one {
		width: 48.75%;
	}
	.three-columns-one {
		width: 31.666%;
	}
	.three-columns-two {
		width: 65.833%;
	}
	.four-columns-one {
		width: 23.125%;
	}
	.four-columns-two {
		width: 48.75%;
	}
	.four-columns-three {
		width: 74.375%;
	}
	.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
		float: left;
		margin-bottom: 0;
		margin-right: 2.5%;
		position: relative;
	}
	/* Plugin Spalten Shortcode
	============================================================================== */
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		float: left;
	}
	.clear_column {
		clear:both;
		display:block;
		font-size:0;
		height:0;
		line-height:0;
		width:100%;
		overflow: hidden;
		margin-bottom: 8px;
	}
	body .full_width  {
		width: 100%;
	}
	body .one_half {
		width: 48.75%;
		margin-right: 2.5%;
	}
	body .one_half.last_column {
		width: 48.75%;
		margin-right: 0px;
	}
	body .one_third {
		width: 31.666%;
		margin-right: 2.5%;
	}
	body .one_third.last_column {
		width: 31.666%;
		margin-right: 0px;
	}
	body .two_third {
		width: 65.833%;
		margin-right: 2.5%;
	}
	body .two_third.last_column {
		width: 65.833%;
		margin-right: 0px;
	}
	body .one_fourth {
		width: 23.125%;
		margin-right: 2.5%;
	}
	body .one_fourth.last_column {
		width: 23.125%;
		margin-right: 0px;
	}
	body .three_fourth {
		width: 74.375%;
		margin-right: 2.5%;
	}
	body .three_fourth.last_column {
		width: 74.375%;
		margin-right: 0px;
	}
	body .one_fifth {
		width: 18%;
		margin-right: 2.5%;
	}
	body .one_fifth.last_column {
		width: 18%;
		margin-right: 0px;
	}
	body .two_fifth {
		width: 38.5%;
		margin-right: 2.5%;
	}
	body .two_fifth.last_column {
		width: 38.5%;
		margin-right: 0px;
	}
	body .three_fifth {
		width: 59%;
		margin-right: 2.5%;
	}
	body .three_fifth.last_column {
		width: 59%;
		margin-right: 0px;
	}
	body .four_fifth {
		width: 79.5%;
		margin-right: 2.5%;
	}
	body .four_fifth.last_column {
		width: 79.5%;
		margin-right: 0px;
	}
	body .one_sixth {
		width: 14.583%;
		margin-right: 2.5%;
	}
	body .one_sixth.last_column {
		width: 14.583%;
		margin-right: 0px;
	}
	body .five_sixth  {
		width: 82.9%;
		margin-right: 2.5%;
	}
	body .five_sixth.last_column  {
		width: 82.9%;
		margin-right: 0px;
	}
	/* IMAGES
	============================================================================== */
	.alignleft {
		float: left;
		margin-right: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
	}
}
/* 768 pixel iPad */
/* ab 800 pixel */
@media screen and (min-width: 800px) {
	#main-nav li {
		margin-left: 40px;
	}
}
/* ab 1000 pixel */
@media screen and (min-width: 1000px) {
	.cycle-next,
	.cycle-prev {
		top: 43%;
		font-size: 5em;
	}
	.cycle-next {
		right: -70px;
	}
	.cycle-prev {
		left: -70px;
	}
}
/* fuer kleine Bildschirmen-Hoehen ******************* */
@media screen and (max-height: 770px) and (min-width: 600px) {
	/*.pagewidth {
		max-width: 860px;
	}*/

}

/* PRINT
----------------------------------------------------------------------------------- */
@media print {
	body {
		height: auto;
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.pagewidth,
	#Rahmen {
		max-width: 100%;
		border: 0 none;
	}
	#Logo {
	}
	.logo {
	}
	#Inhalt {
		width: auto;
	}
	#Inhalt a,
	a {
		text-decoration: none;
	}
	#Titelbild,
	#SpalteL,
	#SpalteR,
	.logo-mobil,
	.wpcf7-form,
	#Menu,
	#side-nav,
	#footer-nav,
	.post-nav,
	.page-nav,
	.more-link,
	.cycle-pager,
	.cycle-next,
	.cycle-prev,
	#Fuss,
	.back-top,
	.back-to-top,
	.social-widget {
		display: none;
	}
	.alignleft {
		float: left;
		margin-right: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
	}
}</pre></body></html>