@font-face {
    font-family: 'rwth-idm-icon';
    src: url('fonts/rwth-idm-icon.eot?zbb5rf');
    src: url('fonts/rwth-idm-icon.eot?zbb5rf#iefix') format('embedded-opentype'),
        url('fonts/rwth-idm-icon.ttf?zbb5rf') format('truetype'),
        url('fonts/rwth-idm-icon.woff?zbb5rf') format('woff'),
        url('fonts/rwth-idm-icon.svg?zbb5rf#rwth-idm-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rwth-idm-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    font-size: 1rem;

    position: relative;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="rwthicon-"]:before, [class*=" rwthicon-"]:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
}

/* Class prefix that you can place infront of every icon to put it into a blue box */
[class^="rwthicon-"]:after, [class*=" rwthicon-"]:after {
    content: "\e900";
    color: #176fc1;
    z-index: -1;
}

.application-icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.icon-selfservice {
    -webkit-mask-image: url("./applicationicons/SelfService.svg");
    mask-image: url("./applicationicons/SelfService.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-connectme {
    -webkit-mask-image: url("./applicationicons/ConnectMe.svg");
    mask-image: url("./applicationicons/ConnectMe.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-identitymanagement {
    -webkit-mask-image: url("./applicationicons/IdentityManagement.svg");
    mask-image: url("./applicationicons/IdentityManagement.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-rollenverwaltung{
    -webkit-mask-image: url("./applicationicons/Rollenverwaltung.svg");
    mask-image: url("./applicationicons/Rollenverwaltung.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-passwordreset {
    -webkit-mask-image: url("./applicationicons/PasswordReset.svg");
    mask-image: url("./applicationicons/PasswordReset.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-selfservice-v1 {
    -webkit-mask-image: url("./applicationicons/SelfService_v1.svg");
    mask-image: url("./applicationicons/SelfService_v1.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-partnermanager-v1 {
    -webkit-mask-image: url("./applicationicons/PartnerManager_v1.svg");
    mask-image: url("./applicationicons/PartnerManager_v1.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-serviceProviderManager-v1 {
    -webkit-mask-image: url("./applicationicons/ServiceProviderManager.svg");
    mask-image: url("./applicationicons/ServiceProviderManager.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-rollenverwaltung-v1 {
    -webkit-mask-image: url("./applicationicons/Rollenverwaltung_v1.svg");
    mask-image: url("./applicationicons/Rollenverwaltung_v1.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-connectme-v1 {
    -webkit-mask-image: url("./applicationicons/ConnectMe_v1.svg");
    mask-image: url("./applicationicons/ConnectMe_v1.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-passwordreset-v1 {
    -webkit-mask-image: url("./applicationicons/PasswordReset_v1.svg");
    mask-image: url("./applicationicons/PasswordReset_v1.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-webexports {
    -webkit-mask-image: url("./applicationicons/webExports2.svg");
    mask-image: url("./applicationicons/webExports2.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.icon-tokenmanager {
    -webkit-mask-image: url("./applicationicons/tokenManager.svg");
    mask-image: url("./applicationicons/tokenManager.svg");
    background-color: #00549f !important;
    mask-size: 75%;
    mask-clip: view-box;
    mask-position: center;
    mask-repeat: no-repeat;

    -webkit-mask-size: 75%;
    -webkit-mask-clip: content;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

/* Different font sizes for the icons */

.icon-15x {
    font-size: 1.5rem;
}

.icon-20x {
    font-size: 2rem;
}

.icon-25x {
    font-size: 2.5rem;
}

.icon-bold {
    -webkit-text-stroke: 2px black;
}
.icon-bold-blue {
    -webkit-text-stroke: 2px #00549f;
}

/* icon definition */

.icon-info-i:before {
    content: "\e901";
    color: #0e549f;
}

.icon-pencil:before {
    content: "\e902";
    color: #00549f;
}

.icon-exclamation-point:before {
    content: "\e903";
}

.rwthicon-filter:before {
    content: "\e904";
    font-size: 1rem;
    transform: translate(-50%, -37%);
}

.icon-filter:before {
    content: "\e904";
}

.icon-block:before {
    content: "\e905";
}

.icon-facebook:before {
    content: "\e906";
}

.icon-linkedin:before {
    content: "\e907";
}

.icon-twitter:before {
    content: "\e908";
}

.icon-youtube:before {
    content: "\e909";
}

.rwthicon-link:before {
    content: "\e90a";
}

.icon-mail_grey:before {
    content: "\e90b";
}

.icon-minus:before {
    content: "\e90c";
}

.icon-phone_grey:before {
    content: "\e90d";
}

.icon-plus:before {
    content: "\e90e";
}

.icon-burger:before {
    content: "\e90f";
}

.icon-cross:before {
    content: "\e910";
}

.icon-fax_grey:before {
    content: "\e911";
}

.icon-search:before {
    content: "\e912";
}

.icon-logout:before {
    content: "\e913";
}

.rwthicon-antwort:before {
    content: "\e914";
}

.rwthicon-batterie-recycling:before {
    content: "\e915";
}

.icon-batterie-recycling:before {
    content: "\e915";
}

.icon-dokumente:before {
    content: "\e916";
}

.rwthicon-dokumente:before {
    content: "\e916";
}

.rwthicon-extern:before {
    content: "\e917";
    font-size: 8px;
}

.icon-extern:before {
    content: "\e917";
}

.rwthicon-falsch:before {
    content: "\e918";
}

.rwthicon-info:before {
    content: "\e919";
}

.rwthicon-muelleimer:before {
    content: "\e91a";
}

.rwthicon-pdf:before {
    content: "\e91b";
}

.rwthicon-richtig:before {
    content: "\e91c";
}

.rwthicon-schloss:before {
    content: "\e91d";
}

.rwthicon-schloss_offen:before {
    content: "\e91e";
}

.rwthicon-stift:before {
    content: "\e91f";
}

.rwthicon-treffen:before {
    content: "\e920";
}

.rwthicon-zusatzangebot:before {
    content: "\e921";
}

.rwthicon-link-extern:before {
    content: "\e222";
    font-size: 1.5em;
}

.icon-link-extern:before {
    content: "\e222";
    font-size: 1.5em;
}

.icon-extern-2:before {
    content: "\e923";
}

.icon-lock:before {
    content: "\e924";
}

.icon-lock-open:before {
    content: "\e925";
}

.icon-loeschen:before {
    content: "\e926";
}

.icon-loeschen-2:before {
    content: "\e927";
}

.icon-muelleimer1:before {
    content: "\e928";
}

.icon-pdf-2:before {
    content: "\e929";
}

.icon-raus:before {
    content: "\e92c";
}

.icon-treffen-2:before {
    content: "\e92d";
}

.icon-zurck:before {
    content: "\e93e";
}

.icon-antwort-2:before {
    content: "\e92f";
    color: #00549f;
}

.icon-battery:before {
    content: "\e930";
}

.icon-calender:before {
    content: "\e931";
}

.icon-check:before {
    content: "\e932";
}

.icon-dokumente-2:before {
    content: "\e933";
}

.icon-bubble:before {
    content: "\e934";
}

.icon-calling-card:before {
    content: "\e935";
}

.icon-twitter-x:before {
  content: "\e936";
}

.icon-key:before {
  content: "\e937";
}
.rwthicon-key:before {
  content: "\e937";
}
.icon-instagram:before {
  content: "\e938";
}
.rwthicon-instagram:before {
  content: "\e938";
}
.icon-bluesky:before {
  content: "\e939";
}