#wrap {
	width: 450px;
	margin: 0 auto;
	padding-top: 10px;
}
#logo{
	max-width: 450px;
}
#rubrik {
	width: 100%;
	font-family: Helvetica,sans-serif;
  font-size: 17.7px;
	font-weight: bold;
  }
#kontakt {
	 font-family: Helvetica,sans-serif;
	 font-size: 14px;
	 font-style: italic;
	 font-weight: normal;
}
.text {
	font-family: Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	}

@media only screen and (max-device-width: 465px) {
	#wrap {
		width: 320px;
		padding-top: 0px;
	}
	#logo {
		width: 300px;
	}
	p {
        font-size: 14.5px;
        margin-top: 4px !important;
        margin-bottom: 7px !important;
    }
}

p {
	margin-top: 10px; margin-bottom: 10px;
}

body {
background-color: #eafafd;
}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #000;
text-decoration: none;
}
span {color:#000;}
a:hover span {color:#03c;}
