@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	padding-top: 150px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.row {
	margin: 0 0 0 0;
}
.header {
    background:#ffffff;
	z-index:200000011;
    top: 0;
    width: 100%;
    margin: auto;
    padding:  0px 0 5px 0;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 10px 0 rgba(44,60,4,.9);
    -moz-box-shadow: 0 0 10px 0 rgba(44,60,4,.9);
    box-shadow: 0 0 10px 0 rgba(44,60,4,.9);
    opacity: .96;
}
.logo {
	padding: 8px 0 10px 0;
}
.headerbild {
	padding-top: 0.000001em;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
	padding-top:10px;
}
.ref {
	padding: 0 0 0.2em 0;
}
.navbar {
    top: 24px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
border:#ffffff;
}

.navbar-default {
	background-color: #FFFFFF;
	border-style: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	margin-left:80px;
	padding: 0 0 0 0;
}
.navbar-default .navbar-nav > li > a {
	color: #494949;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #a5ba48;
}

.navbar-default .navbar-nav > .active > a {
    color: #6e8e21;
	font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #FFFFFF;
	
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #ffffff;
}
.navbar-nav > li > .dropdown-menu > li {
	color: #494949;
	font-size: 1em;
	font-weight: bold;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #a5ba48;
	font-size: 1em;
    text-decoration: none;
}
.referenzen {
	}
h1 {
	color: #6e8e21;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
}
h2 {
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	padding-bottom:0.2em;
}
h3 {
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}
h4 {
	color: #232323;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
}
h5 {
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.3em;
}

.fliess {
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.1em;
}
.fliess_bold {
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.1em;
	font-weight: bold;
}
.fliess_klein {
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.75em;
}

a:link, a:visited {
	color: #494949;
    text-decoration: none;
    display: inline-block;

}
a:hover, a:active {
    color: #a5ba48;

}
.form {
		float:left;
		width:200px;
		}
.zusatz {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

hr {
	height: 2px;
	background-color: #c6c5b9;
}
.hr {
	height: 4px;
	background-color: #6e8e21;
	}
.liste1 {
	background-repeat:no-repeat;
	list-style: disc;
	padding: 0px 20px 0 0;
	line-height:30px;
	margin-left:1px;
	font-size: 1.3em;
}
.liste2 {
	background-repeat:no-repeat;
	list-style: url(../img/punkt.png);
	padding: 0px 20px 0 9px;
	line-height:26px;
	font-size: 1.1em;
}

.floatliste {
	padding:10px 0 0 25px;
	margin-right:10px;
}
.main {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main2 {
	background-color:#f2f4ed;
	width: 90%;
	padding:20px 30px 20px 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #c6c5b9;
    border-radius: 8px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

footer {
	background-color:#f2f4ed;
	height: auto;
	padding: 15px 10px 10px 10px;
	width:100%;
    margin: 0;
}
#wrapper {
	text-align: center;
	color: #494949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.938em;
}
.icon {
	padding: 0 0 7px 20px ;
	margin-top:5px;
	}
	
/*Fader*/

  @-webkit-keyframes cf3FadeInOut {
   0% {
     opacity:1;
   }
   25% {
    opacity:1;
  }
  75% {
    opacity:0;
  }
  100% {
   opacity:0;
 }
}

@-moz-keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

@-o-keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

@keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

#cf3 {
  position:relative;
  max-width:1000px;
  margin:0 auto;
}
#cf3 img {
  position:absolute;
}

#cf3 img.top {
  -webkit-animation-name: cf3FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  -webkit-animation-direction: alternate;

  -moz-animation-name: cf3FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 10s;
  -moz-animation-direction: alternate;

  -o-animation-name: cf3FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 10s;
  -o-animation-direction: alternate;

  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-direction: alternate;
}
.fader {padding-top:44%;}
.img-fader {padding-top:1%;}
.h1-start {padding: 3em 0 1em 0}
