/*MAIN css START*/

html {
	background-color: #FFF;
}

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

textarea {
  -webkit-text-stroke: 1px transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 25px;
  color: #222;
  font-weight: bold;
}

/*MAIN css END*/

/*STYLE css START*/

nav {
  position: fixed;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
	height: auto;
  margin: 0;
  padding: 23px 0 10px 0;
  background: #E2007A;
  color: #FFF;
  z-index: 1;
}


		nav > div {
			max-width: 960px;
					width: 100%;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
		}
		
		nav > div > .logo-head {
		  position: relative;
			float: right;
		  width: 150px;
			margin-top: -35px;
			margin-right: 1%;
			z-index: 2;
		}
		
		nav > div > ul {
			list-style-type: none;
			max-width: 790px;
		}
		
		nav > div > ul > li {
			padding:1%;
			display:inline;
		}

			/*.logo-head {
			  position: absolute;
			  right: 40px;
			  top: 12px;
			  width: 160px;
			}*/

#content {
	max-width: 960px;
			width: 98%;
	padding: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	padding: 0px;
	z-index: 0;
	background:#FFF;
}

		.inner {
			position: relative;
			float: left;
			width: 100%;
			clear: both;
		}
		
		.inner:last-child {
			padding: 15px 0 18px 0;
			border-top: 2px solid #222;
		}
		
				.logo {
					position: relative;
					float: right;
					width: 190px;
				}
		
				.footer {
					position: relative;
					float: left;
					width: 24%;
					margin-right: 1%;
				}
		
		.inner-left, .inner-right {
			position: relative;
			float: left;
			width: 49%;
		}
		.inner-left {
			margin-right: 1%;
		}
		.inner-right {
			margin-left: 1%;
		}
		
img {
	width: 100%;
}

.clear {
  clear: both;
  content: ".";
  display: block;
  height: 100px;
  visibility: hidden;
}

a {
  color: #222;
  text-decoration: none;
  border-bottom: 2px solid #222;
}

a:hover {
  color: #222 !important;
  border-bottom: 0px;
}

a.active {
  border: 0 none;
  color: #FFF;
  font-weight: bold;
}

a.active:hover {
  border-bottom: 2px #FFF solid;
  color: #FFF !important;
}

a.nav {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #FFF;
}

a.nav:hover {
  font-weight: bold;
  color: #FFF !important;
  border-bottom: 0px;
}

a.start {
	color: #E2007A;
	border-bottom: 0px none;
}

a.start:hover {
	color: #222;
	border-bottom: 0px none;
}

a.image {
  border: 0 none;
}


h1 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: -3px;
}

dt {
	color: #E2007A;
	padding-bottom: 10px;
}

/*dd.list:before {
	content:"‣ ";
	clear:left;
}*/

.footer, .bu {
  font-size: 12px;
  line-height: 15px;
}

ul.aufzaehlung {
	list-style-type:disc;
	padding-left: 20px;
}
		
		@media screen and (max-width: 768px) {
			body {
			  font-family: 'Helvetica', sans-serif;
			  font-size: 19px;
			  line-height: 27px;
			  color: #222;
			}
			
			.inner-left, .inner-right {
				position: relative;
				float: left;
				width: 98%;
				margin: 0 1% 0 1%;
			}
			
			.inner-right {
				margin-top: 30px;
			}
			
			.footer {
				position: relative;
				float: left;
				width: 46%;
				margin: 0 1% 20px 1%;
			}
			
			.footer, .bu {
			  font-size: 15px;
			  line-height: 19px;
			}
			
			.logo-head {
		    display:none;
		  }
		
			nav {
				padding: 23px 0 23px 0;
			}
		}
		