@font-face {
    font-family: 'visuelt-bold';
    src: url('fonts/visuelt-bold.eot');
    src: url('fonts/visuelt-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/visuelt-bold.woff2') format('woff2'),
         url('fonts/visuelt-bold.woff') format('woff'),
         url('fonts/visuelt-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt-medium';
    src: url('fonts/visuelt-medium.eot');
    src: url('fonts/visuelt-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/visuelt-medium.woff2') format('woff2'),
         url('fonts/visuelt-medium.woff') format('woff'),
         url('fonts/visuelt-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt-regular';
    src: url('fonts/visuelt-regular.eot');
    src: url('fonts/visuelt-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/visuelt-regular.woff2') format('woff2'),
         url('fonts/visuelt-regular.woff') format('woff'),
         url('fonts/visuelt-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: visuelt-regular;
    /*font-size: 20px;*/
    line-height: 1.5;
    color: #484848;
}
.iconDropdown {
    position: absolute;
    top: 0px;
    Left: 10px;
}

.HdOrderArticleDescription i[class^="xticon-"]::before, 
.HdOrderArticleDescription i[class*=" xticon-"]::before {
	top: 4px;
}

.HdOrderArticleDescription i[class^="xticon-"], i[class*=" xticon-"] {
	margin-right: 7px;
}

/*.mbh_article_heading_2 i[class^="xticon-"], 
.mbh_article_heading_2 i[class*=" xticon-"] {
    margin-left: 0px;
    margin-right: 5px;
    width: 40px;
}
.mbh_article_heading_2 i[class^="xticon-"]::before, 
.mbh_article_heading_2 i[class*=" xticon-"]::before {
    top: 7px;
    width: 40px;
	height: 40px;
}*/

.mbh_article_heading_1 {
    font-family: visuelt-bold;
	margin-bottom: 40px;
	display: block;
}
.mbh_article_heading_2 {
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.mbh_article_heading_3 {
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.image50left {
	display: inline;
}
.image50right {
    display: inline;
}
.image30left {
    display: inline;
}
.image30right {
    display: inline;
}


.image50left img {
    width: 50%; 
    float: left; 
    margin-right: 20px;
}
.image50right img {
    width: 50%; 
    float: right; 
    margin-left: 20px;
}
.image30left img {
    width: 30%; 
    float: left; 
    margin-right: 20px;
}
.image30right img {
    width: 30%; 
    float: right; 
    margin-left: 20px;
}
.hdvcard img {
    width: 30%; 
    float: left; 
}

