@charset "utf-8";
/* CSS Document */

    @font-face {
    font-family: 'Ubuntu-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Ubuntu-Bold'), url('Ubuntu-Bold.woff') format('woff');
    }

    @font-face {
    font-family: 'Ubuntu-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ubuntu-Regular'), url('Ubuntu-Regular.woff') format('woff');
    }

    @font-face {
    font-family: 'Ubuntu-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Ubuntu-Medium'), url('Ubuntu-Medium.woff') format('woff');
    }

html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Futura-Win';
	font-size: 20px;

}

body {
	font-size: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

#content {
  padding-bottom: 350px;
  overflow: hidden;
}

#info_aussen {
	width: 100%;
	height: 150px;
	position: fixed;
	background: #fff;
	box-shadow: -1px 10px 23px -1px rgba(0,0,0,0.17);
    -webkit-box-shadow: -1px 10px 23px -1px rgba(0,0,0,0.17);
    -moz-box-shadow: -1px 10px 23px -1px rgba(0,0,0,0.17);
}

#info_innen {
	width: 1100px;
	padding-top: 10px;
	height: 130px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;
	height: 100%;
	width: auto;
}

#navigation {
	float: right;
	width: 73%;
	padding-top: 53px;
  text-align: right;
}

#header {
	margin-top: 120px;
	width: 100%;
	height: auto;
}

#inhalt_aussen {
	width: 100%;
}

#inhalt_innen {
	width: 1100px;
	margin: 0 auto 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer_aussen {
	margin-top: 0px;
  	position:absolute;
  	bottom: 50px;
  	width:100%;
  	height: 300px;
background: #55831C;
background: linear-gradient(0deg, rgba(85, 131, 28, 1) 0%, rgba(176, 219, 127, 1) 1%, rgba(238, 238, 238, 1) 62%, rgba(238, 238, 238, 1) 99%);
}

#footer_innen {
	width: 1100px;
	padding-top: 20px;
	margin: 0 auto 0 auto;
}

#footer_unten_aussen {
	width: 100%;
	height: 50px;
	background: #004d5a;
}

#footer_unten_innen {
	width: 1100px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

#f1 {
	width: 40%;
	float: left;
	margin-right: 5%;
}

#f2 {
	width: 30%;
	float: left;
}

#f3 {
	float: right;
	width: 20%;
}

.ce-bodytext {
  	font-size: 20px;
    font-family: 'Ubuntu-Regular';
 	color: #888;
	line-height: 30px;
}

h1 {
	font-family: 'Ubuntu-Regular';
	font-size: 30px;
	line-height: 45px;
	color: #004d5a;
}

h2 {
	font-family: 'Ubuntu-Regular';
	font-size: 24px;
	line-height: 36px;
	color: #004d5a;
}

.logo_textg {
	font-family: 'Ubuntu-Bold';
	font-size: 60px;
	color: #050556;
}

.logo_text {
	font-family: 'Ubuntu-Regular';
	font-size: 30px;
	color: #050556;
}

.footer_textg {
	font-family: 'Ubuntu-Medium';
	font-size: 20px;
	line-height: 30px;
	color: #004d5a;
}

.footer_textk {
	font-family: 'Ubuntu-Regular';
	font-size: 18px;
	line-height: 27px;
	color: #004d5a;
}

.footer_textc {
	font-family: 'Ubuntu-Regular';
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
}

/* HAUPTNAVIGATION Definitionen */

#nav, #nav ul {
  z-index: 50 !important;
  font-family: 'Ubuntu-Regular';
  font-size: 20px;
  height: 50px;
  list-style: none;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}

#nav {
     margin-top: 20px !important;
}

#nav li {
  display: inline-block;
  height: 50px;
}

#nav li:last-child {
  display: inline-block;
  height: 50px;
}

#nav a {
  display: block;
  width: auto;
  text-decoration: none;
  padding: 0;
}

#nav li a:link, li a:visited {
  color: #004d5a;
  height: 50px;
  text-decoration: none;
  padding: 5px 8px 5px 8px;
  display: block;
}

#nav li a:hover {
  color: #55831c !important;
  height: 50px;
  text-decoration: none;
  padding: 5px 8px 5px 8px;
  display: block;
}

#nav li ul {
  font-family: 'Ubuntu-Regular';
  position: absolute;
  left: -999em;
  font-size:16px;
  width: 210px;
  height: auto;
  font-weight: normal;
  line-height: 50px;
  opacity: 1;
  margin-top: 0px;
  margin-left: 10px;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  height: 40px !important;
}

#nav li li {
  width: 210px;
  text-align: left;
  color: #004d5a !important;
  text-transform: none;
  height: 40px !important
}

#nav li li:hover, #nav li li.sfhover {
  width: 210px;
  text-align: left;
  color: #fff;
  background: #004d5a !important;
  text-transform: none;
  height: 40px !important;
}

#nav li li a {
  display: block;
  color: #004d5a !important;
  padding: 0px 10px 0px 10px;
  background: #f8f8f8; /* Old browsers */
}

#nav li li a:link {
  display: block;
  color: #666;
  padding: 0px 10px 0px 10px;
}

#nav li li a:visited {
  display: block;
  color: #666;
  padding: 0px 10px 0px 10px;
}

#nav li li a:hover {
  color: #fff !important;
  background: #004d5a !important;
}

.nava a {
  color: #55831c !important;
  padding: 0px 10px 0px 10px;
  display: block;
}

.nava li a {
  display: block;
  color: #55831c !important;
  padding: 0px 10px 0px 10px;
}

.nava a:hover {
  display: block;
  color: #55831c !important;
  padding: 0px 10px 0px 10px;
}

.nava a:active {
  display: block;
  color: #55831c !important;
  padding: 0px 10px 0px 10px;
}

#nav .nava .nava_sub a {
  color: #55831c !important;
  background: #a5b0da;
}

/* NEBENNAVIGATION Definitionen */

#navn, #navn ul {
  font-family: 'Ubuntu-Regular';
  font-size: 18px;
  list-style: none;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0;
}

#navn li {
  padding: 5px 0px 0px 0px;
}

#navn a:link, #navn a:visited {
  color: #444444;
  text-decoration: none;
}

#navn a:hover {
  color: #004d5a;
  text-decoration: none;
}

.navna a:link  {
  color: #004d5a !important;
  text-decoration: none;
}

.navna a:hover {
  color: #004d5a !important;
  text-decoration: none;
}

.navna a:active {
  color: #004d5a !important;
  display: block;
  text-decoration: none;
}

.navna a {
  color: #004d5a;
  display: block;
  text-decoration: none;
}

.navna a:visited {
  color: #004d5a !important;
  display: block;
  text-decoration: none;
}