/**
 * Html.
 */
html, body {
    overflow: hidden;
    font-size: 12px !important;
}

/**
 * Logo.
 */

#logo {
    padding-right: 200px;
}
#logo img{
    padding: 20px 0;
    max-width: 150px !important;
    height: auto;
    background-color: transparent;
    border:none;
    box-shadow: none;
}

/**
 * Typography.
 */
#work-title{
    font-size: 18px !important;
    line-height: 25px;
    margin: 20px 0 10px;
    padding: 120px 20px 0;
}
.sticky{
    background-color: transparent;
    top: 100;
    position: relative;
}
.sticky #work-title{
    font-size: 18px !important;
    line-height: 25px;
    margin: 20px 0 10px;
    padding: 120px 20px 0;
    color: #E10A16 !important;
}
.sticky span {
    display: block;
    font-size: 12px;
}

h1 > span {
    line-height: 50px;
}
.title-label {
    margin-top: 20px;
    margin-bottom: 0;
}

.top-padding{
    padding-top: 0;
}

a {
    color: #333;
    text-decoration: underline;
}

/**
 * SVG.
 */
.svg.icon {
    display: none;
}

/**
 * Wrapper.
 */
#wrapper {
    border: none;
    margin: 0;
    font-size: 12px !important;
    line-height: 18px !important;
}
.content{
    border-left: none;
    border-right: none;
    padding: 20px;
}

.print-pad{
    padding-top: 10px;
}
p{
    font-size: 12px !important;
    line-height: 18px !important;
}

.contact-txt {
    margin-left: 0;
}

/**
 * Print.
 */
.print-wide, #contact > div{
    width: 100% !important;
    margin-bottom: 20px;
    float: none !important;
}
.non-printable {
    display: none !important;
}
#wirkungsfeldArbeitsort .span_1_of_2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.printable-only {
    display: block !important;
}
.colored-bg {
    background-color:transparent;
    padding:0px 20px;
    margin:0;
}
h3 {
    margin-top: 0;
    padding-top: 0;
}