body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 2.5vmin;
    color: #2e354f;
}

img {
    width: 90%;
}

header {
    background: #2e354f;
    color: #fff;
    padding: 20px 0;
}

h1,
h2,
strong {
    font-weight: 900;
}

a:hover,
a:focus {
    color: #d4b44c;
}
.container {
    width: 90%;
    max-width: 720px;
    //border: solid green 3px;    
    margin: 0 auto;
    padding: 5px 0;
}

.kontakt {
    background: #2e354f;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}

.telefon {
    font-size: 25px;
    color: orange;
    text-decoration: none;
    font-weight: 400;
}

footer {
    font-size: 10px;
    color: lightgray;
    text-align: right;
}
footer a {
    text-decoration:none;
    color:lightgray;
}