/*------------------ Systemworks Glyph */
/*------------------ benötigt css/bootstrap-4.4.1.css */


.syswglyph-item {
    text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.mod-syswglyph { 
    padding-top: 1em;
    padding-bottom: 1em;
}
#syswglyh-icon {
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;	
}
.syswglyh-icon-top .syswglyh-icon  {
    margin: 0 auto;
    width: 10em;
	height: 10em;
}

.syswglyh-icon i {
/*--- Frabe im Template definieren-   color: #004E9E; */
  font-size: 4em;
    float: left;
    width: 100%;
    padding: 50% 0;
    line-height: 0;
    text-align: center;
}

.syswglyh-icon > a:hover > i {
/*--- Frabe im Template definieren-     color: #67a0b1; */
  transform: scale(1.1);
}
.syswglyh-icon  > a > i {
  transition: transform .2s;
}
.syswglyh-icon-top .syswglyh-icon:hover {
/*--- Frabe im Template definieren-  color: #67a0b1; */
/*--- Frabe im Template definieren-  background-color: rgba(103, 160, 177, 0.05); */
}
.syswglyh-head h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  margin: 28px 0px 14px;
  text-transform: uppercase;
}
.syswglyh-text {
  margin-bottom: 1em;
}
/* ----------------------------------------------------------------------------------------------- FavGlyph Einbelden */
.syswglyh-effect {
  -webkit-animation-name: syswglyh-effect;
  -moz-animation-name: syswglyh-effect;
  animation-name: syswglyh-effect;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes syswglyh-effect {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes syswglyh-effect {
  0% {
    opacity: 0;
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes syswglyh-effect {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.syswglyh-layout-effect.syswglyh1 {}
.syswglyh-effect.syswglyh2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}
.syswglyh-effect.syswglyh3 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.syswglyh-effect.syswglyh4 {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}