﻿
.faSVG {
    display: inline-block;
    height: 20px;
    /*width: 15px;*/
    box-sizing: border-box;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../SVG/information.svg);
}

.faSVGBig {
    height: 40px;
}

.faSVGSchmal {
    width: 20px;
}

.faSVGBreit {
    width: 40px;
}

.faPhone {
    background-image: url(../faSVG/telephone-handle-silhouette.svg);
}

.faMail {
    background-image: url(../faSVG/envelope-of-white-paper.svg);
}

.faWeb {
    background-image: url(../faSVG/earth-globe.svg);
}

.faFAQ {
    background-image: url(../faSVG/question-mark-on-a-circular-black-background.svg);
}

.faConversation {
    background-image: url(../faSVG/conversation.svg);
}
