a:link,
a:visited {
	color: #396;
}

a:hover,
a:active {
	color: #999;
}

.background-gray {
    background-color: #eee;
}

.background-white {
    background-color: #fff;
}

.contact-line > div {
    padding-top: 1rem;
}

.header-image {
    background-image: url(../images/Paulus-Dental-Technik.jpg);
    background-position: 35% center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 280px;
    width: 100%;
}

.header-logo-container {
    padding-top: 2rem;
    text-align: right;
}

.img-responsive {
    height: auto;
    width: 100%;
}

.line-separator {
    border-bottom: 1px solid #ddd;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}

.logo-container {
    padding-top: 1rem;
    text-align: center;
}

.size-960 footer.line {
    padding: 0 0 1.5rem 0;
}

.size-960 footer.line .margin {
    margin: 0 auto;
}

.text-black {
    color: #000;
}

.text-dark-gray {
    color: #666;
}

.text-gray {
    color: #ccc;
}

.title-line h1 {
    line-height: 2.5rem;
}

@media only screen and (max-width: 760px) {
    .title-line .margin div,
    .logo-container,
    footer p {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .about-line .img-responsive,
    .contact-line .img-responsive {
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 780px) {
    footer p {
        text-align: center;
    }
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
}

footer p {
    font-size: 0.6rem;
}

footer p span {
    font-size: 0.5rem;
}

h1 {
    font-size: 2.4rem;
}

p img {
    display: inline;
}

p + p {
    margin-top: 1rem;
}
