input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}
img {max-width: 100%;height: auto;}
html,
body {
    height: 100%
}
body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #202020;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.headline {font-size: 35px;}
.header-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg2.jpg);
    color: #ffffff;
}
