* {
margin: 0;
padding: 0;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://www.gangelberger.at/fonts/gothic.eot');
    src: url('https://www.gangelberger.at/fonts/gothic.eot?#iefix') format('embedded-opentype'),
         url('https://www.gangelberger.at/fonts/gothic.woff') format('woff'),
         url('https://www.gangelberger.at/fonts/gothic.ttf') format('truetype'),
         url('https://www.gangelberger.at/fonts/gothic.svg#gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #FFFFFF;
  font-family: "Century Gothic", Sans-Serif;
  color: #000;
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 30px;
  margin-bottom: 30px;
}

h1, h2 {  
  line-height: 50px;
}

i {
  font-weight: bold;
}

#all {
	width: 90%;
	max-width: 930px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.logo {
    max-width: 256px;
    height: auto;
    border: 0 none;
    margin: 0 auto 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -128px;
    margin-top: -80px;
}

#top {
	margin: 0 auto;
	text-align: center;
}

.logodatenschutz {
    margin: 0 auto;
    max-width: 80px;
    height: auto;
    border: 0 none;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

#icons {
	width: 100%;
	position: absolute;
	bottom: 50px;
	text-align: center;
}

.icons {
    width: 100%;
    max-width: 40px;
    height: auto;
    border: 0;
	margin: 13px;
}



.slogan {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -50%;
	position: absolute;
}

.impressum {
    margin-top: 20px;
}

.hervorheben {
	background-color: #9b710b;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #000000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

h1,p a {
  color: #000;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px dotted;
}