@charset "utf-8";



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Material Icons'),
    local('MaterialIcons-Outlined'),
    url('MaterialIconsOutlined-Regular.otf')
}



.cmsicon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}



.cmsicon.gross {
  font-size: 40px;
}



@keyframes cmsiconladen {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.ladeanimation {
  animation: cmsiconladen 2s ease-in-out infinite;
  display: block;
  text-align: center;
}

