@font-face {
    font-family: 'TitilliumWeb-Light';
    src: url('fonts/TitilliumWeb-Light.eot');
    src: url('fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumWeb-Light.woff') format('woff'),
         url('fonts/TitilliumWeb-Light.ttf') format('truetype'),
         url('fonts/TitilliumWeb-Light.svg#robotolight') format('svg');
    font-weight: normal !important;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('fonts/TitilliumWeb-Bold.eot');
    src: url('fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumWeb-Bold.woff') format('woff'),
         url('fonts/TitilliumWeb-Bold.ttf') format('truetype'),
         url('fonts/TitilliumWeb-Bold.svg#robotolight') format('svg');
    font-weight: normal !important;
    font-style: normal;
}

body {
  background: #b6f2df;
}
a, a:link, a:visited {
	color: #1e6295;
	font-family: "TitilliumWeb-Light", Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none !important;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
a:hover {
	color: #ae1439;
}
h1 {
	margin-bottom: 30px;
	font-family: "TitilliumWeb-Bold", Arial, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1.2em;
	color: #33423e;
}
h2 {
	margin: 30px 0 60px;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	color: #656565;
	text-transform: none;
}
h4 {
	padding: 20px 0 5px;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #808080;
}
p, li {
	padding-bottom: 10px;
	font-family: TitilliumWeb-Light, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3;
	color: #33423e;
}
li {
	margin-left:20px;
	list-style: disc;
}

.text {
  margin: 80px 0;
}
.links {
  margin-bottom: 70px;
}
#page {
	display: block;
	position: relative;
	width: 888px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
#torte {
  width: 70%;
  max-width: 500px;
  padding-top: 50px;
}
#logo {
  width: 70%;
  max-width: 500px;
  padding-top: 30px;
}
#hand {
  height: 130px;
  padding-top: 10px;
}

.datenschutz #page {
	margin: 20px auto;
	text-align: left;
}
.footerLink {
	font-size: 2em;
	padding: 0 10px;
}

@media all and (max-width: 800px) {


h1 {
	font-size: 30px;
	line-height: 35px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
#page {
	width: 100%;
}



}
