@charset "UTF-8";

/* exo-2-regular - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/exo-2-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Exo 2'), local('Exo2-Regular'),
       url('../fonts/exo-2-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-2-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-2-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-2-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-2-v4-latin-regular.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-600 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/exo-2-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'),
       url('../fonts/exo-2-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-2-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-2-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-2-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-2-v4-latin-600.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-700 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/exo-2-v4-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Bold'), local('Exo2-Bold'),
       url('../fonts/exo-2-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-2-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-2-v4-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-2-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-2-v4-latin-700.svg#Exo2') format('svg'); /* Legacy iOS */
}





*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;
}


	
li{
	list-style-type:none;
	}
	

figcaption{
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color: #999999;
	text-align:center;}
		
	
body{
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.75em;
	color: #ededed;
		
	
		
	

	background: 
	url(../images/cloud1.png) fixed no-repeat right top,
	url(../images/cloud3.png) fixed no-repeat left top,
	url(../images/bg-top.png) fixed repeat-x 0px 0px,
	url(../images/gras.png) fixed repeat-x left bottom;
	background-color:#fbfbfb;	
	
	
	}

p{
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.75em;
	color:#333333;
	}
	
	
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.teasergreen{
	width: 280px;
	height: 280px;
	border-radius: 10px;
	border: solid 1px #4baa30;
	margin-bottom: 30px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #4baa30;
	}
	
	
.teasergreen a:link{
	text-decoration: none;
	font-weight: 400;
	color: #FFFFFF;
	}	
	
.teasergreen a:hover{
	text-decoration: none;
	font-weight: 600;
	color: #FFFFFF;
	}
	
.teasergreen a:active{
	text-decoration: none;
	font-weight: 600;
	color: #FFFFFF;
	}

.teasergreen a:visited{
	text-decoration: none;
	font-weight: 400;
	color: #CCCCCC;
	}	

.teasergreen p{
	color:#FFFFFF;
	}
	
.teasergreen H3{
	color:#ffffff;
	}	
	
.teasergreen H4{
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	}		
	
.teaser{
	width: 280px;
	height: 280px;
	border-radius: 10px;
	border: solid 1px #4baa30;
	margin-bottom: 30px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	}
		
.teaser a:link{
	text-decoration:none;
	font-weight:400;
	color:#4baa30;
	}	
	
.teaser a:hover{
	text-decoration:none;
	font-weight:600;
	color:#297319;
	}
	
.teaser a:active{
	text-decoration:none;
	font-weight:600;
	color:#297319;
	}

.teaser a:visited{
	text-decoration:none;
	font-weight:400;
	color:#4baa30;
	}
	
	
	
	
#special2{
	background-color:rgba(255,255,255,1);
	/*position: fixed;
	z-index: 901;
	height: auto;
	width: 250px;
	right: 0px;
	top:10%;*/
	margin-top: 25px;
	margin-bottom:25px;
	font-size: 15px;
	/* [disabled]line-height: 25px; */
	font-style: normal;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	padding: 0.8em;
	border: 1px solid #4BAA30;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
	-ms-box-shadow: 0px 0px 10px #888888;
	-o-box-shadow: 0px 0px 10px #888888;
	-webkit-box-shadow: 0px 0px 10px #888888;
	}		
	

	
#special2 a.link{
	text-decoration:none;
	font-weight:600;
	color:#4baa30;}
	
#special2 a:hover{
	text-decoration:none;
	font-weight:600;
	color:#333;
		}
	
#special2 a:active{
	text-decoration:none;
	font-weight:600;
	color:#333333;
	}

.teaser a:visited{
	text-decoration:none;
	font-weight:400;
	color:##333333;
	}	
	
	

#wrapper {
	background-color:#FFFFFF;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	color:#333333;
	background-color: #FFFFFF;
	width: 1000px;
	margin:auto;
	display:block;
	box-shadow: 0px 0px 30px #e8e8e8;
	-moz-box-shadow: 0px 0px 30px #e8e8e8;
	-ms-box-shadow: 0px 0px 30px #e8e8e8;
	-o-box-shadow: 0px 0px 30px #e8e8e8;
	-webkit-box-shadow: 0px 0px 30px #e8e8e8;
}

#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	width: 1000px;
	position: relative;
	color: #FFFFFF;
	list-style-type: none;
	list-style-image: none;
}
#header #logo {
	float: left;
	height: 70px;
	width: 470px;
	position: absolute;
	top: 40px;
	left: 280px;
}

#header ul li {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	color: #FFFFFF;
	list-style-type: none;
	float: left;
	font-weight: normal;
	display: block;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
}

hr{
	color: #4baa30;
	height: 2px;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	}

#header ul li a {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	color: #FFFFFF;
	list-style-type: none;
	/*float: left;*/
	font-weight: normal;
	}
	
	
#helpline {
	height: 120px;
	width: 250px;
	position: absolute;
	top: 10px;
	left: 770px;
	display: block;
	float: left;
	display: none;
}

#content {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	position: relative;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

h1 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-variant: normal;
	color: #4baa30;
	font-size: 36px;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 16px;
	line-height:45px;
}


h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:30px;
	font-weight: 600;
	color: #4baa30;
	margin-bottom:10px;
}

h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #4baa30;
	margin-bottom:10px;
	margin-top:10px;
	}
	
h4 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4baa30;
	}

.teaserheadline {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-variant: normal;
	color: #4baa30;
	position: absolute;
	left: 60px;
	top: 10px;
	margin: 0px;
	height: 40px;
	overflow: hidden;
	width: 230px;
	display: inline;
	vertical-align: auto;
	}
	
.teasersubheadline {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-variant: normal;
	color: #4baa30;
	position:absolute;
	left:10px;
	top:70px;
	margin: 0px;
	}	

.morespace {
	margin-top:30px;
	}
	
.teasericon{
	position:absolute;
	left:0px;
	top:0px;
	}

.two-col {
	width: 450px;
	float: left;
	margin-bottom:25px;
}

.one-col {
	width: 300px;
	float: left;
	margin-bottom:25px;
	padding-left:60px;
}

.three-col {
	width: 450px;
	float: left;
	margin-bottom:25px;
	margin-left:50px;
}

.introtext {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4baa30;
	line-height: 1.75em;
	text-decoration: none;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 50px;
}
#breadcrumb {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:800px;
	height:40px;
}
#breadcrumb a {
	text-decoration: none;
	color: #666666;
	text-transform:uppercase;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-weight: 600;
}



#aktion {
	height: 150px;
	width: 250px;
	float:left;
	animation: bump1 5s infinite;
	-moz-animation: bump1 5s infinite;
	-ms-animation: bump1 5s infinite;
	-o-animation: bump1 5s infinite;
	-webkit-animation: bump1 5s infinite; /* Safari and Chrome */
	display: inline;
	text-align: center;
	vertical-align: bottom;
}

#aktion2 {
	height: 130px;
	width: 250px;
	float: left;
	animation: bump2 5s infinite;
	-moz-animation: bump2 5s infinite;
	-ms-animation: bump2 5s infinite;
	-o-animation: bump2 5s infinite;
	-webkit-animation: bump2 5s infinite; /* Safari and Chrome */
	display: inline;
	text-align: center;
	vertical-align: bottom;
}


#aktion3 {
	height: 130px;
	width: 250px;
	float: left;
	animation: rotate 5s infinite;
	-moz-animation: rotate 5s infinite;
	-ms-animation: rotate 5s infinite;
	-o-animation: rotate 5s infinite;
	-webkit-animation: rotate 5s infinite; /* Safari and Chrome */
	display: inline;
	text-align: center;
	vertical-align: bottom;
}


#aktionbfd {
	height: 100px;
	width: 880px;
	float: left;
	animation: bump2 15s infinite;
	-moz-animation: bump2 15s infinite;
	-ms-animation: bump2 15s infinite;
	-o-animation: bump2 15s infinite;
	-webkit-animation: bump2 15s infinite; /* Safari and Chrome */
	display: inline;
	text-align: center;
	vertical-align: bottom;
}

#aktionbfd2 {
	height: 130px;
	width: 770px;
	float: left;
	animation: bump2 15s infinite;
	-moz-animation: bump2 15s infinite;
	-ms-animation: bump2 15s infinite;
	-o-animation: bump2 15s infinite;
	-webkit-animation: bump2 15s infinite; /* Safari and Chrome */
	display: inline;
	text-align: center;
	vertical-align: center;
}

.abstand{
	margin-right:30px;
	}


.greentyp{
	color:#4baa30;
	}
	
	
.greentypbold{
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	color: #4baa30;
	text-decoration: none;
	font-weight: 600;
	}	
	
.left{
	float:left;
	}

.right{
	float:right;
	}
	
.clear{
	clear:both;
	}

.webtipp {
	float: left;
	width: 300px;
	height:300px;
	list-style-type:none;
	margin-bottom:50px;
}
.webtipp p {
	text-align: center;
}
.webtipp img {
	align:center;
	text-align: center;
	display: block;
}
.webtipp a {
	border:none;
}


.typowhite{
	color:#FFFFFF;
	}





@keyframes bump2
{
0%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
	
50%  {transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);}
	
100%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
}

@-webkit-keyframes bump2 
{
0%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
	
50%  {transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);}
	
100%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
}

@-o-keyframes bump2 
{
0%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
	
50%  {transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);}
	
100%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
}

@-moz-keyframes bump2 
{
0%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
	
50%  {transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);}
	
100%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
}

@-ms-keyframes bump2 
{
0%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
	
50%  {transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);}
	
100%   {transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);}
}




@keyframes bump1
{
0%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
	
50%  {transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-webkit-transform: scale(0.7,0.7);}
	
100%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
}

@-webkit-keyframes bump1 
{
0%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
	
50%  {transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-webkit-transform: scale(0.7,0.7);}
	
100%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
}

@-o-keyframes bump1 
{
0%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
	
50%  {transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-webkit-transform: scale(0.7,0.7);}
	
100%   {transform: scale(0.9,0.9);
	-moz-transform: scale0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
}

@-moz-keyframes bump1 
{
0%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
	
50%  {transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-webkit-transform: scale(0.7,0.7);}
	
100%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
}

@-ms-keyframes bump1 
{
0%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
	
50%  {transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-webkit-transform: scale(0.7,0.7);}
	
100%   {transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);}
}


/* acktion3 */
@keyframes rotate
{
0%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
	
50%  {transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);}
	
100%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
}

@-webkit-keyframes rotate
{
0%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
	
50%  {transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);}
	
100%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
}

@-o-keyframes rotate 
{
0%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
	
50%  {transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);}
	
100%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
}

@-moz-keyframes rotate 
{
0%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
	
50%  {transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);}
	
100%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
}

@-ms-keyframes rotate 
{
0%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
	
50%  {transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);}
	
100%   {transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);}
}


.teaser p{
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-variant: normal;
	color: black;
	position: absolute;
	left: 12px;
	top: 58px;
	margin: 0px;
	width: 260px;
	height: 200px;
	overflow: hidden;
	}
	
	#special #closeme {
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 910;
	left: -10px;
	top: -10px;
}




.firstcol{
	width:300px;
	height:auto;
	margin-right:25px;
	float:left;
	}

.secondcol{
	width:575px;
	height:auto;
	float:left;
	clear:right;
	}	
	
	
#wrapper #special p {
	font-size: 15px;
	line-height: 16px;
	color: rgba(255,255,255,1);
	padding:10px;
}
	
	
#bighead{
	width:900px;
	height:400px;
	overflow:hidden;
	margin-bottom:20px;
	}
	
#midhead{
	width:900px;
	height:300px;
	overflow:hidden;
	margin-bottom:20px;
	}	
	
.trenner{
	background-image: url(../images/trenner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
	float: none;
	height: 50px;
	width: 900px;
	margin-top: 10px;
}

.figcenter{
	margin: 25px;
	text-align: center;
	}.weide {
	line-height: 30px;
}

/* ---------- Gästebuch CSS ------------ */
div#whole {
	background-color : white;
	text-align : left;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

th.left {
	/*background-color : #CCC;*/
	width: 870px;
	height:40px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 15px;
	padding-bottom : 2px;
	text-align : left;
	font-size : 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;	
}

th.right {
	/*background-color : #CCC;*/
	padding-right : 10px;
	padding-top:10px;
	width:30px;
	height:40px;
	text-align : right;
	font-size : 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;	
}

th.headline {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 14px;
	}

th.caption {
	border-top : none;
	border-left : none;
	border-right : none;
	border-bottom : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 2px;		
}

div.navigation {
	font-size : 10px;
	background-color : #D3D3D3;
	height: 30px;
	padding: 7px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
table.comment {
	margin-top: 5px;
	margin-bottom: 15px;
}


td {
	padding-left : 10px;
	padding-right : 10px;
	font-size : 9pt;
}

td.nospan {
	padding-left : 2px;
	padding-right : 2px;
}

td.entry {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 20px;
	text-align : left;
	}

a {
	text-decoration : none;
	color : #4baa30;
}

a:hover {
	text-decoration : none;
	color : #297319;
}

input.input {
	border : 1px solid #4baa3;
}

textarea {
	border : 1px solid #4baa3k;
}

div.page_count {
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

div.page_count div.activ
{
	font-size: 12px;
	font-weight: bold;
	color: #4baa30;
	float: left;
	margin-top: 10px;
	margin-bottom:10px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

div.page_count a {
	float: left;
	font-size: 12px;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
		padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

div.error_message {
	color: #990000;
	background-color: #FFD2D2;
	text-align: center;
	padding: 5px;
	border: 1px dotted #FF0000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

div.error_message h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#admin {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

div#copyright {
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

div#copyright h1 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
}

div#rss {
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#copyright{
	display:none;}
	
.text-left{
	text-align:left;
	padding-left:0px;
	padding-right:10px;}
#wrapper #content #special p {
	line-height: 22px;
	font-size: 14px;
	color: #EEEEEE;
	font-weight: 400;
	font-style: normal;
}

a:link{
	text-decoration: none;
	font-weight:400;
	color:#4baa30;
	}
	
a:visited{
	text-decoration: none;
	color:#4baa30;
	}

a:hover{
	text-decoration: none;
	font-weight: 600;
	color: #006600;
	text-transform: none;	/*background-color: #4baa30;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;*/
	}

a:active{
	text-decoration: none;
	font-weight: 400;
	color: #003300;
	text-transform: none;
	}
	
#special{
	background-color: #eeeeee;
	/*background-color: #4BAA30;*/
	/*position: fixed;
	z-index: 901;
	height: auto;
	width: 250px;
	right: 0px;
	top:10%;*/
	margin-top: 45px;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	padding: 0.8em;
	border: 1px solid #4BAA30;
	border-radius: 10px;	/*box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
	-ms-box-shadow: 0px 0px 10px #888888;
	-o-box-shadow: 0px 0px 10px #888888;
	-webkit-box-shadow: 0px 0px 10px #888888;*/
	}
#special h1{
	color:#666;
	}

#special p{
	color:red;
	}	#wrapper #content section #special p {
	color: #555555;
}
.fussnote {
	font-size: 15px;
	color: #999999;
	line-height: 16px;
}

.redtypbold {
	color: #FF0000;
}
