﻿.gl_XSmall{
  width: 15px;
  height: 15px;
}

.gl_Small {
  width: 20px;
  height: 20px;
}

.gl_Medium {
  width: 30px;
  height: 30px;
}

.gl_Large {
  width: 40px;
  height: 40px;
}

.gl_XLarge {
  width: 80px;
  height: 80px;
}

svg{
  z-index:inherit;
  fill: currentColor;
}


svg #verify-check {
  fill: #00b3dc; /*Türkis*/
}

svg #refresh,
svg #envelope,
svg #arrow-thin-right,
svg #paperclip,
svg #squares,
svg #square-new-window,
svg #user,
svg #user-family,
svg #chat-conversation{
  fill: #004494; /*HDN Blau*/
}

#schwarzerUmschlag svg #envelope{
  fill: black;
}

#weißerUmschlag svg #envelope {
  fill: currentColor;
}

svg #open,
svg #save,
svg #square-edit,
svg #folder-open,
svg #hand-like,
svg #filter,
svg #lightbulb,
.fahrzeugtypEinAusKlappenButton svg #arrow-down {
  fill: currentColor;
}

a:hover span svg #refresh,
a:hover span svg #envelope,
a:hover span svg #arrow-thin-right,
a:hover span svg #paperclip,
a:hover span svg #open,
a:hover span svg #save,
a:hover span svg #square-edit,
a:hover span svg #squares,
a:hover span svg #square-new-window,
a:hover span svg #user,
a:hover span svg #user-family,
a:hover span svg #chat-conversation,
a:hover span svg #home,
a:hover span svg #log-out
button:hover span svg #search,
button:hover span svg #times,
.hdnGrau:hover svg #plus,
.hdnGrau:hover svg #pencil,
label:hover span svg #folder-open {
  fill: currentColor;
}

.btn-default:hover span svg #search
{
  fill:black;
}

.menutItemNav:hover a span svg #home,
.menutItemNav:hover a span svg #log-out {
  fill: #004494;
}

svg #times
{
  fill: #d9534f; /*Rot*/
}

button span svg #times {
  fill: #d9534f;
}

svg #bin {
  fill: black;
}

button span svg #bin {
  fill: black;
}

button:hover span svg #bin {
  fill: black;
}

svg #lock,
svg #lock-open{
  fill: goldenrod;
}

#glyphSpanPartnerUserIdAdd {
  cursor: pointer;
}

#glyphSpanPartnerUserIdAdd {
  fill: #adc813;
  cursor: pointer;
}

.buttonFeedback:hover svg #lightbulb {
  stroke: yellow;
  stroke-width:1;
  stroke-linecap:round;
}

.hdnGrau svg #save
{
  stroke:gray;
}

svg #octagon-remove-empty
{
  fill: red;
}

a svg #link {
  fill: currentColor;
}