/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 @font-face{
    font-family:Font Awesome\ 5 Free;
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(../css/fonts/fa-regular-400.eot);
    src:url(../css/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../css/fonts/fa-regular-400.woff2) format("woff2"),url(../css/fonts/fa-regular-400.woff) format("woff"),url(../css/fonts/fa-regular-400.ttf) format("truetype"),url(../css/fonts/fa-regular-400.svg#fontawesome) format("svg");
    }
    
 @font-face{
    font-family:Font Awesome\ 5 Free Solid;
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(../css/fonts/fa-solid-900.eot);
    src:url(../css/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../css/fonts/fa-solid-900.woff2) format("woff2"),url(../css/fonts/fa-solid-900.woff) format("woff"),url(../css/fonts/fa-solid-900.ttf) format("truetype"),url(../css/fonts/fa-solid-900.svg#fontawesome) format("svg");
    }
 
 span.werkzeug::before {
	font-family: "Font Awesome\ 5 Free Solid"!important;
	margin-right: 5px;
}

 span.verwaltung::before {
    font-family: "Font Awesome\ 5 Free Solid"!important;
    font-size: 2em;
    line-height: 2em;
    color: #ffffff;
}

.verwaltung.tasks::before {
	content: "\f0ae";
}
.verwaltung.maps::before {
    content: "\f5a0";
}
.verwaltung.options::before {
    content: "\f013";
}
.verwaltung.logout::before {
    content: "\f52b";
}
.verwaltung.account::before {
    content: "\f007";
}

.werkzeug.infoPopup::before {
    content: "\f05a";
    color: #345498;
}

.werkzeug.layerGroup::before {
    content: "\f302";
    color: #345498;
}
.werkzeug.singleLayer::before {
    content: "\f03e";
    color: #345498;
}

.werkzeug.layer-swiper {
    background-image: url("../images/aufgaben/layer-swiper.PNG");
    background-repeat: no-repeat;
    padding-left: 28px;
}

span.required::before {
    font-family: "Font Awesome\ 5 Free Solid"!important;
    color: red;
    font-weight: 400;
    font-variant: super;
    font-size: 0.5em;
	content: "\f069";
}
