



html {
	margin: 0 2% 10px;
}

body {
	position:relative;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	margin:0 auto;
	font-size: 0.75em;   
	color: #666;
}

* {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}

header {
	width: 100%;
	color:white;
	background: #333;
    display: block;
    margin: 0 auto;
}

header h1 a{
	display:block;
	color:white;
	padding:10px 0 0 2%;
	font-size:140%;
}

header a#navlink {
	display:none;
	position:absolute;
	top:.5em;
	right:2em;
	color: white;
	text-decoration: none;
	font-size: 3em;
	font-weight: bold;
}

/*  section.flexslider ist im eigenen flexslider.css definiert!  */

/** CONTENT **/
main {
	float:left;
	width: 100%;
	margin: 30px 0;
}

article{
	background: #fff;
	width: 100%;
	float:left;
}

section{
	width:100%;
	padding:10px 2%;
	float: left;
	margin-bottom:30px;
}
section.spalte{
	width:33%;
}

section.spalte img.resp {width:100%}

article section{
	width:80%;
}
article aside{
	width:18%;
	float:right;
}
aside.invert {
	width:100%;
	float:left;
	color:white;
	background: #34383D;	
}

h1 {
	font-size: 1.5em; 
	padding: 0px; 
	margin: 0 0 0.5em;
	color: #303030;	
}
	
h2 { 
	font-size: 1.25em; 
	padding: 0px; 
	margin: 0 0 0.5em;
	color: #303030;
}
		

p {
	text-align: left; 
	line-height: 1.6em; 
	padding: 20px 0px
}

a 	{ 
	color:#1D1D1D; 
	outline: none; 
	text-decoration:none;
}
a:hover 	{ 
	color: #818181; 
	text-decoration: none; 
}
a:focus 	{ 
	outline: none; 
}
a.more	{ 
	float: right; 
	font-weight: bold; 
	font-size: 0.90em;  
	padding: 5px 15px; 
	color: #4E68AD; 
	text-decoration: none; 
	background: url('../img/icon/arrow.png') no-repeat right; }
a.more:hover { 
	color: #535353; 
}

/* Durch class="button" kann jeder Link oder Button unseren eigenen Stil bekommen */
.button {	
	font: bold 14px Arial, Verdana, sans-serif;
	border-radius:10px;
	text-align:center;
	text-decoration:none; 
	color:black;
	border:1px solid #402607;
	-webkit-box-shadow: inset 1px 1px 5px black;
    box-shadow: inset 1px 1px 5px 0px ;
	-webkit-box-shadow: inset -1px -1px 3px #131b0e;	/* webkit browser*/ 
	box-shadow: inset 2px 2px 5px white, 
	            inset -1px -1px 5px black;	
}

.button{
	display:inline-block;
	opacity:1; 
	background: #DAD9D9;
	margin:  4px 2px; 
	padding: 4px 8px; 
}

.button:hover,.button:active {
	background:#D1F6BD;
	margin:  0px  2px; 
	padding: 8px; 
}

section#bar {
	width:100%;
	position:relative;	
	background: #d2d2d1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e7e5), color-stop(100%,#d2d2d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e7e5 0%,#d2d2d1 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #e8e7e5 0%,#d2d2d1 100%); /* W3C */
	
	margin-bottom:42px;
	border:0px solid orange;
}

section#bar:before,section#bar:after{    
    position:absolute;
    bottom:-35px;
    content:'';
    width:50%;
    height:35px;
}
section#bar:before	{
    background: url('../img/shadow-links.png') no-repeat top left; 	
    left:0px;
} 

section#bar:after{    
    background: url('../img/shadow-rechts.png') no-repeat top right; 	
    right:0px;
}

#bar p {
	float:left;
}

#bar form {
	float:right;
	padding:20px 10px;
}

form input#search{
	border: medium none;
    color: #666666;
    font-size: 12px;
    padding: 10px;
    width: 230px;
}
#search::-webkit-input-placeholder { color:#ccc; font-style:italic;}
#search::-moz-placeholder { color:#ccc; font-style:italic; } /* firefox 19+ */
#search:-ms-input-placeholder { color:#ccc; font-style:italic; } /* ie */
#search::input-placeholder { color:#ccc; font-style:italic; }



aside h2,aside section ul{color:white;}	

ul.feature{

}

ul.feature li{
	border-bottom: 2px dotted #616161;
    color: #CCCCCC;
    list-style: square;
    padding: 15px 0 5px 15px;
}
ul.feature.li:before {
	content:"☆";
	color:red;
}
p.tweet-box{
  width:100%;
	background: none repeat scroll 0 0 #000000;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 12px;
}
p.tweet-box span, p.tweet-box a {
    color: #07B2E6;
}


nav#navigation{
 	position:absolute;
	float: left;
    right: 3%;
	top: 20px;
}

	
#navigation ul {
    list-style-type: none;
	display:inline;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
    color: white;
	font-weight: bold;
    margin: 15px;
    text-transform: uppercase;
    font-size: 1em;
}

#navigation ul li:hover a, #navigation ul li:active a {
	background: #ccc;
}
	


footer {
	float: left;
	width:100%;
	padding:0;
}

.nachfloat {
  clear: both;
  margin-top: 2em;
}

.tg  {border-collapse:collapse;
      border-spacing:0;}

.tg td {font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        padding:10px 5px;
        border-style:solid;
        border-width:1px;
        overflow:hidden;
        word-break:normal;
        }

.tg th {font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:normal;
        padding:10px 5px;
        border-style:solid;
        border-width:1px;
        overflow:hidden;
        word-break:normal;
        }


.divTableColorDunkel {
	background-color: #C4EEAF ;
}
.divTableColorHell {
	background-color: #D1F6BD ;
}



.Submit:hover[type="submit"] {
  background-color: #ccc
}

#input_box input[type="text"]:focus,
#input_box textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  outline: none;
  background-color : #FFFFCC;
  font-weight:bold;
}
#input_box input[type="text"],#input_box textarea,
#input_box input[type="password"]
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:140%;
  color : #000; 
  outline: none;
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#input_box
{
background: #C4EEAF ;
}


#input_box input[type="text"],
#input_box input[type="password"]
{
  height:33px;
  width:100%;
}

#input_box input[type="submit"],
#input_box button[type="submit"]
{
   font-family: Arial, Helvetica, sans-serif;
   width:100%;
   height:35px;
   margin-top: 10px;
   font-size:14px;
   font-weight:bold;
   cursor:pointer;

}

#rahmen {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 130px;
  background-color: #C4EEAF;
  border:1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 4px -2px rgba(133,133,133,.5);
}

#rahmenStory {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #D1F6BD;
  border:1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 4px -2px rgba(133,133,133,.5);
}


#rahmenturn {
  display: block;
  text-align: left;
  margin: 0 auto;
  width: 248px;
  height: 165px;
  background-color: #C4EEAF ;
  border:1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 4px -2px rgba(133,133,133,.5);
}

#rahmenturnlong {
  display: block;
  text-align: left;
  margin: 0 auto;
  width: 760px;
  height: 75px;
  background-color: #C4EEAF ;
  border:1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 4px -2px rgba(133,133,133,.5);
}

#rahmenturnbig {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 930px;
  height: 115px;
  background-color: #C4EEAF ;
  border:1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 4px -2px rgba(133,133,133,.5);
}

#rahmenturnbigb {
  display: block;
  text-align: center;
  margin-left: 80px;
  width: 860px;
  height: 115px;
  background-color: #C4EEAF ;
  border:1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 4px -2px rgba(133,133,133,.5);
}




/* Social Icons */
#social {
	display: inline;
	list-style-type:none;
}
#social li {
	float: left;
	padding: 0;
	margin: 0 0 0 .7em;
}
#social a {
	text-indent: 100%;
	background: url("../img/social.png") no-repeat scroll left top transparent;
	display: block;
	width: 37px;
	height: 37px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
}
#social a, #social a:hover {
	-o-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}	
#social a.dribbble  {
	background-position: 0px 0;
}
#social a.dot{
	background-position: -40px 0;
}
#social a.plus {
	background-position: -80px 0;
}
#social a.twitter {
	background-position: -120px 0;
}
#social a.in{
	background-position: -160px 0;
}
#social a.fb {
	background-position: -200px 0;
}
#social a.dribbble:hover, #social a.dribbble:focus {
	background-position: 0 -40px;
}
#social a.dot:hover, #social a.dot:focus {
	background-position: -40px -40px;
}
#social a.plus:hover, #social a.plus:focus {
	background-position: -80px -40px;
}
#social a.twitter:hover, #social a.twitter:focus {
	background-position: -120px -40px;
}
#social a.in:hover, #social a.in:focus {
	background-position: -160px -40px;
}
#social a.fb:hover, #social a.fb:focus {
	background-position: -200px -40px;
}

footer p {
	display:inline;
	float:right;
}

@media only screen and (max-width: 1000px) {
body{width:100%}	
}
/* 2-Spaltenlayout  */
@media only screen and (max-width: 700px) {

header a#navlink {
	display:block;
}

article section, section.spalte {width:50%;}



nav#navigation{
	position:relative;
	float:left;
	clear:left; 
	width:90%; 
	padding:0; 
	margin:0;
}
#navigation ul {
	padding:0;
	margin:2%;
	top:0;
	left:0%;
	width:100%;
	clear:left;
}

#navigation ul li a {
	display:block;
	background:#333;
	width:90%;
	padding: 20px 2%;
	font-size:2em;
	border-radius:5px;
}
			
}

/* 1-Spaltenlayout  */
@media only screen and (max-width: 500px) {

article section, section.spalte {width:100%;}
}



