/* Basic */
a,
a:visited {
    color: #b91748;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #940b34;
}

body {
    background: url("../images/zunftzeichen-dachdecker_529x528.png") no-repeat center center transparent;
}

img {
    max-width: 100%;
    height: auto;
}

/* Logo */
.logo {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 15px 0;
	background-color: #fff;
}
/* /Logo */

/* Address */
.address {
    margin-top: 2.5rem;
}
/* /Address */

/* Footer */
footer {
    margin-top: 2.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 18px;
    background-color: #282828;
    color: #b0b0b0;
}

footer a {
    color: #4093bc;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

footer.attached {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
/* /Footer */

@media (min-width: 768px) {
    /* Logo */
    .logo {
        margin-top: 200px;
    }
    /* /Logo */
}

@media (min-width: 991px) {
    /* Logo */
    .logo {
        margin-top: 250px;
    }
    /* /Logo */
}