/* ____________________________________ @Font-Face ____________________________________ */
@font-face{
font-family: 'DIN Next LT Pro Bold';
src:    url('../fonts/din_bold/289734_0_0.eot');
src:    url('../fonts/din_bold/289734_0_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din_bold/289734_0_0.woff') format('woff'),
        url('../fonts/din_bold/289734_0_0.ttf') format('truetype');
}
 
@font-face{
font-family: 'DIN Next LT Pro Light';
src:    url('../fonts/din_light/289734_1_0.eot');
src:    url('../fonts/din_light/289734_1_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/din_light/289734_1_0.woff') format('woff'),
        url('../fonts/din_light/289734_1_0.ttf') format('truetype');
}

/* ____________________________________ Schriftarten ____________________________________ */
.din_bold{
font-family: 'DIN Next LT Pro Bold';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}

.din_light{
font-family: 'DIN Next LT Pro Light';
}

/* ____________________________________ Schriftgroessen ____________________________________ */
.fs30{
font-size: 30px;
}

.fs22{
font-size: 22px;
}

.fs16{
font-size: 16px;
}

.fs13{
font-size: 13px;
}

/* ____________________________________ Schriftfarben ____________________________________ */
.grey{
color:#666;
}

.white{
color:#fff;
}

.red{
color: rgba(255,0,0,0.8);
}

/* ____________________________________ Zeilenabstaende ____________________________________ */
.lh145{
line-height: 145%;
}

.lh120{
line-height: 120%;
}

/* ____________________________________ Extras ____________________________________ */
.txt_center{
text-align: center;
}

/* ____________________________________ Abstände ____________________________________ */
.pt50{
padding-top: 50px;
}

.pt5{
padding-top: 5px;
}

.mt20{
margin-top: 20px;
}
.pb50 {
padding-bottom: 50px;
}