@import url('https://fonts.googleapis.com/css?family=Abel');

html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body{
padding:10px;
font-family: 'Abel', sans-serif;
/* "Helvetica Neue", Helvetica, Arial, sans-serif */
font-size: 16px;
line-height:20px;
/* color:#5c5c5c; */
color:#000;
background-color: #ffffff;
}

h1 {
color:#0073b1;
font-weight:700;
letter-spacing: -2px;
}

h2 {
text-transform:uppercase;
margin-top:0;
color:#000;
font-weight:600;
}

h3 {
h3 
color:#f69c00;
font-weight:700;
}

hr {
clear:both;
width:100%;
margin:0;
margin-top:50px;
margin-bottom:25px;
height:1px;
color:#FFF;
border:0;
border-top: solid 1px #fee0ae;
}

b {
color:#0073b1;
}

p {
padding:0;
margin:0;
width:100%;
}

#anmeldebutton, #anmeldebutton_smart {
width:100%;
background:#0073b1;
color:#fff;
padding:10px;
text-align:center;
font-size:1.8em;
border:1px solid #003568;
}

#anmeldebutton:hover, anmeldebutton_smart:hover {
background:#003568;
}

#anmeldebutton_smart {
padding:15px;
font-size:2.4em;
}

@media only screen and (max-width: 480px){
#haupttext {
font-size:1.2em;
}
}