@import url(fonts.css);

.DKSH-h1 {
font-family: 'Frutiger LT Bold';
font-size:30px;
line-height:40px;
color: #333333;
}

.DKSH-h2 {
font-family: 'Frutiger LT Bold';
font-size:21px;
line-height:28px;
color: #000000;
}

.DKSH-subline {
    font-family:'Frutiger LT Light';
    font-size: 21px;
    line-height:28px;
    color:#333333;
}

.DKSH-subline-bold {
    font-family:'Frutiger LT Bold';
    font-size: 21px;
    line-height:28px;
    color:#333333;
}

.DKSH-subline-45-light {
    font-family:'Frutiger LT Light';
    font-size: 21px;
    line-height:28px;
    color:#333333;
}

.DKSH-paragraph {
    font-family:'Frutiger LT Light';
    font-size: 16px;
    line-height:23px;
    color:#000000;
}

.DKSH-paragraph-bold {
    font-family:'Frutiger LT Bold';
    font-size: 16px;
    line-height:23px;
    color:#000000;
}

.DKSH-paragraph-45-light {
    font-family:'Frutiger LT Light';
    font-size: 16px;
    line-height:23px;
    color:#000000;
}

/*.DKSH-paragraph-14 {
    font-family:'Frutiger LT Light';
    font-size: 14px;
    line-height:23px;
    color:#000000;
}*/

.DKSH-menu-title-red {
    font-family:'Frutiger LT Bold';
    font-size: 16px;
    line-height:28px;
    color:#ab1032;
}