@charset "UTF-8";
/* CSS Document */

body{
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
	
}

h1{
	font-size:1.571em;
	line-height: 1.42857;
	color:#000;
}

h2{
	font-size:16px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:20px;
	color:#000;
}
h3{
	font-size:1.286em;
	line-height: 1.42857;
	color:#000;
}

a:link, a:visited{
	color:#34a425;
}
a:hover, a:focus{
	color:#34a425;
	text-decoration:underline;
	
}

p{
	margin:0 0 10px;
}

ol, ul {
    padding-left: 20px;
}

.btn, a.btn:link, a.btn:visited {
	border: 2px solid #34a425;
	background: #34a425;
	text-transform:uppercase;
	border-radius: 0px;
    margin-top: 20px;
	padding-top: 8px;
	color: #fff;
}

.btn::after{
	content:"\00bb";
	position:relative;
	margin-left:6px;
}

.btn.focus, .btn:focus, .btn:hover, a.btn:hover, a.btn:focus {
    color: #34a425;
    text-decoration: none;
    background: #fff;
	border-color: #34a425;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
   background: #4582b4;
	border-color: #4582b4;
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background: #4582b4;
	border-color: #4582b4;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background: #4582b4;
	border-color: #4582b4;
}

.teaser-icon h1,
.teaser-icon h2,
.teaser-icon h3,
.teaser-icon h4 {
    background: #34a425 none repeat scroll 0 0;
    color: #fff;
	font-size:1.143em;
	line-height:1.2em;
    padding: 5px 5px 5px 38px;
	text-transform: uppercase;
    font-weight: bold;
}

.teaser-icon h1:before,
.teaser-icon h2:before,
.teaser-icon h3:before,
.teaser-icon h4:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -30px;
    position: absolute;
    margin-top: -5px;
}

.teaser-icon.kontakt-icon h1:before,
.teaser-icon.kontakt-icon h2:before,
.teaser-icon.kontakt-icon h3:before,
.teaser-icon.kontakt-icon h4:before {
    content: "\f0e0";
}

.teaser-icon.news-icon h1:before,
.teaser-icon.news-icon h2:before,
.teaser-icon.news-icon h3:before,
.teaser-icon.news-icon h4:before {
    content: "\f02e";
    margin-top: -8px;
}