<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme: Template 2 mit Bootstrap 2
 * Description: Basis WordPress Theme Engine
 * Author: UPA-Webdesign
 * Author URI: http://www.upa-webdesign.de/
 */


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*
	*behavior: url(/htc_scripts/boxsizing.htc);
	*/
}

.clearfix:before { 
	content:""; 
	display:table;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}

.clearfix {
	clear:both;
	height: 0;
	zoom: 1; /* IE &lt; 8 */
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
    text-align: center;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 12px;
    margin-left: 12px;
}

.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
	margin: 0;
    padding: 0;
    background-color: white;
    color: #000;
    font: 14px 'Signika Negative', sans-serif;
    margin: 0;

}

img {
	border: none;
	padding: 0;
	margin: 0;
}

h1, h2, h1 a, h2 a, h3, h4, h5, h3 a, h4 a, h5 a {
	color: #88d821; 
	text-decoration: none;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	margin-bottom: 0;
}

h5, h6 {
	font-size: 14px;
	margin-bottom: 0;
}

a {
	color: #000;
}

a:hover, a:focus {
	color: inherit;
	text-decoration: underline;
}

#page_margins {
	max-width: 911px;
	padding: 0;
}

#header {
	position: relative;
	max-width: 911px;
	margin: 0;
	z-index: 3000;
}

#header h1{
	position: absolute;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	margin: 3.5% 0 0 0;
}

#header .header_image {
	width: 100%;
}

#header .navbar {
	margin: 6px 0;
	background-color: #88d821;
}

#header .navbar-inner {
	min-height: 35px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	background-color: #88d821;
	border: 0 none;
	filter: none;
}

#header .container {
	background: #88d821;
}

#header .navbar .nav {
	float: right;
	margin: 0 7px 0 0;
}

#header .navbar ul .drop_btn {
	position: absolute;
	height: 35px;
	top: 0;
	right: 0;
	padding: 0 8px 0 6px;
	margin: 0;
	line-height: auto;
	padding: 0 0 0 1px;
	cursor: pointer;
}

#header .navbar ul .drop_btn i {
	padding: 0 5px;
	line-height: 35px;
	background-color: #88d821;
}

#header .navbar ul li:hover &gt; .drop_btn i, #header .navbar .open &gt; .drop_btn i {
	border-left: 1px solid #fff;
	color: #fff;
	background: #88d821;
	box-shadow: none;
	filter: none;
}

#header .navbar ul a.sub-menu-parent {
	padding-right: 33px;
}

#header .nav &gt; li, #header .navbar ul .drop_btn {
	line-height: auto;
	padding: 0 0 0 1px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );

}

#header .nav &gt; li &gt; a {
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 35px;
	color: #fff;
	text-shadow: none;
	background-color: #88d821;
}

#header .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
	color: #000;
	font-size: inherit;

}

#header .navbar li:hover &gt; a,
#header .navbar .open &gt; a, 
#header .dropdown-menu &gt; li &gt; a:hover, 
#header .dropdown-menu &gt; li &gt; a:focus,
#header .nav .active &gt; a,
#header .nav .active &gt; a:hover,
#header .nav .active &gt; a:focus {
	color: #000;
	background: #88d821;
	box-shadow: none;
	filter: none;
}

#header .navbar-toggle {
	background: #88d821;
}

.dropdown-menu {
	font-size: 13px;
	float: none;
	background: #88d821;
	border-radius: 0;
	box-shadow: none;
	z-index: 9999;
}

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
	color: #fff;
	background: #88d821;
}

.nav-collapse .nav &gt; li &gt; a, .nav-collapse .dropdown-menu a {
	font-weight: normal;
	border-radius: 0;
	color: #000;
}

#header #header-btn, #footer #footer-btn {
	border-radius: 0;
	text-shadow: none;
	border: 0 none;
	box-shadow: none;
	background: #88d821;
}

#page {
	width: auto;
	background-color: #e4e8dd;
	padding: 21px;
	margin: 0;
}

#sidebar {
	float: left;
	margin: 0;
}

#sidebar .box {
	position: relative;
	margin: 0 0 6px 0;
	padding: 0 10px 6px 0;
	line-height: 17px;

	border-left: 60px solid #88d821;


	background: #fff;
}

#sidebar .box .col-xs-4, #sidebar .box .span3, #sidebar .box .span4 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -60px;
	width: 60px;
	padding: 0;
	text-align: center;
	float: left;
}

#sidebar .box .col-xs-8, #sidebar .box .span9, #sidebar .box .span8 {
	display: inline-block;
	float: right;
	width: 90%;
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar i {
	margin: 10px 0 0 0;
	font-size: 30px;
	font-family: FontAwesome;
	color: #fff;
}

#sidebar .box .headline {
	display: block;
	padding: 10px 0 4px 0;
	font-size: 22px;
	color: #88d821;
}

#sidebar .box .headline a {
	color: #88d821;
	text-decoration: none;
}

#sidebar .box .headline a:hover {
	text-decoration: underline;
}

#sidebar .triangle{
	position: absolute;
    right: -9px;
    top: 8px;
	height: 0;
	width: 0;
	background: none repeat scroll 0 0 #88d821;
    border-bottom: 12px solid #FFFFFF;
    border-left: 10px solid #88d821;
    border-top: 12px solid #FFFFFF;
}

#content {
	float: right;
	line-height: 22px;
}

#content .text {
	padding: 5px 15px 15px 35px;
	background-color: #fff;
}

#content #cont_imgs {
	margin: 21px 0;
	text-align: center;
}

#content #cont_imgs .span4 {
	float: left;
}

#footer {
	height: 35px;
	margin: 6px 0 60px 0;
	font-size: 12px;
	line-height: 35px;
	background-color: #88d821;
}

#footer .navbar-inner {
	min-height: 35px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	background-color: #88d821;
	border: 0 none;
	filter: none;
}

#footer .brand {
	color: #000;
	font-size: 12px;
	margin: 0 0 0 11px;
	padding: 0;
	line-height: 35px;
	text-shadow: none;
}

#footer .brand a {
	margin: 0;
	padding: 0;
}

#footer a {
	margin: 0;
	padding: 0 0 0 11px;
	text-decoration: none;
	line-height: 35px;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .active a {
	background: none;
	text-decoration: underline;
}

#footer ul {
	-float: left;	
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#footer ul li {
	display: inline;
	margin: 0;
}

#footer ul li a:after {
	content: '|';
	margin: 0 0 0 11px;
}

#footer .navbar {
	min-height: 35px;
	background-color: #88d821;
	border: 0 none;
	border-radius: 0;
}

#footer .navbar-collapse.collapse {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .navbar .nav &gt; li &gt; a {
	text-shadow: none;
}

#footer .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
	color: #000;
	font-size: inherit;
}
 
#footer .navbar .open &gt; a, 
#footer .dropdown-menu &gt; li &gt; a:hover, 
#footer .dropdown-menu &gt; li &gt; a:focus,
#footer .active &gt; a,
#footer .active &gt; a:hover,
#footer .active &gt; a:focus {
	color: #000;
	background: none;
	box-shadow: none;
}

#footer .navbar-toggle {
	margin: 4px 15px 0 0;
	padding: 6px 5px;
	background: #88d821;
	/*behavior: url(/pie/PIE.htc);*/
}

.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}

.wpcf7-submit {
	padding: 4px 10px;
	background-color: #88d821;
}

@media all and (max-width: 979px) {
	#header #menu-main {
		float: none;
		margin: 3px 0 0 0;
	}

	#header ul.nav &gt; li {
		background: none;
	}

	#content #cont_imgs .span4 {
		float: left;
		width: 32%;
	}

	#content #cont_imgs .span4 + .span4 {
		margin: 0 0 0 2%;
	}

	#footer ul li a:after {
		content: '';
	}

	#footer .navbar .nav a:hover,
	#footer .navbar .open &gt; a, 
	#footer .dropdown-menu &gt; li &gt; a:hover, 
	#footer .dropdown-menu &gt; li &gt; a:focus,
	#footer .active &gt; a,
	#footer .active &gt; a:hover,
	#footer .active &gt; a:focus {
		color: #fff;
		background: #88d821;
		box-shadow: none;
	}
}</pre></body></html>