/*
 * by Jens Heidrich jens@tulix.de
 * for Kunststoff Köhler
 * (c) 2019-01-21
 */

div.page-content > div.section-full,
div.page-content > div.content-area {
    background-image: url(/images/bg-img.png);
    background-repeat: repeat-x;
    background-position: left bottom -37px;
    padding-bottom: 70px;
    margin-bottom: -50px;
}

a.header {
    color: #a7a7a7;
}

a.header:hover,
a.header:focus {
    color: #333333;
}

.content-area h2,
.content-area h3 {
    margin-top: 2em;
}

.dez-info ul,
.content-area ul {
    margin-top: 1em;
    padding-left: 2em;
    margin-bottom: 1em;
}

footer .widget_services ul li a {
    color: #ffffff;
}

footer .widget_services ul li a:focus,
footer .widget_services ul li a:hover {
    color: #fdc716;
}

.widget_product b,
.widget_product strong {
    text-transform: none;
}

span.tulix {
    font-family: serif;
    color: #fff;
    padding: 2px 5px;
}
span.tulix-x {
    color: #cc0000;
}

