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

body {
color: #05418d;
font-size:3rem;
padding:3rem;
font-family: Helvetica, Arial, sans-serif;
}

h1 {
text-indent:-9999px;
}

h2 {
font-size:3rem;
font-weight:bold;
}

h3 {font-size:3rem;
font-weight:bold;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a {
display:inline-block;
color: #f9f9f9;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color:  #05418d;
transition: all 0.9s;
transition-timing-function: cubic-bezier(0.1, 1, 0.3, 1);
-webkit-transform: scale(1);
    transform: scale(1);
}      

a:hover  {
color: #05418d;
cursor:pointer;
-webkit-text-stroke-width: 0px;
transition: all 0.4s;
transition-timing-function: cubic-bezier(0.5, 1, 0.9, 1);
-webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.haus {margin-top:-2.5rem;}

ul {
  list-style-type:circle;
}

.leistung, .kontakt, .impressum {
padding:12rem 0px 0px 0px;
}

footer {
padding:12rem 0px 0px 0px;
}

.zitat {
padding:36rem 0px 0px 0px;
}

@media screen and (max-width:768px) 
{
body {
font-size:1.2rem;
padding:1rem;
}
h2 {
font-size:1.2rem;
}
h3 {font-size:1.2rem;}
.leistung, .kontakt, .impressum {
padding:3.5rem 0px 0px 0px;
}
}

.impressum {
max-width:2000px;
}

::selection {
background:#05418d; color:#f9f9f9;
}
::-moz-selection {
background:#05418d; color:#f9f9f9;
}
