/*--------------------------------

vivawesticons Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'vivawesticons';
  src: url('../fonts/vivawesticons.eot');
  src: url('../fonts/vivawesticons.eot') format('embedded-opentype'), url('../fonts/vivawesticons.woff2') format('woff2'), url('../fonts/vivawesticons.woff') format('woff'), url('../fonts/vivawesticons.ttf') format('truetype'), url('../fonts/vivawesticons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.vivawest-icon {
  display: inline-block;
  font: normal normal normal 1em/1 'vivawesticons';
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.vivawest-icon-sm {
  font-size: 0.8em;
}
.vivawest-icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.vivawest-icon-16 {
  font-size: 16px;
}
.vivawest-icon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.vivawest-icon-is-spinning {
  animation: vivawest-icon-spin 1s infinite linear;
}
@keyframes vivawest-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.vivawest-icon-rotate-90 {
  transform: rotate(90deg);
}
.vivawest-icon-rotate-180 {
  transform: rotate(180deg);
}
.vivawest-icon-rotate-270 {
  transform: rotate(270deg);
}
.vivawest-icon-flip-y {
  transform: scaleY(-1);
}
.vivawest-icon-flip-x {
  transform: scaleX(-1);
}
/*------------------------
	icons
-------------------------*/

.vvw-icon--Dig_Mietvertrag::before {
  content: "\ea03";
}

.vvw-icon--Download::before {
  content: "\ea04";
}

.vvw-icon--Pfeil_Back_To_Top::before {
  content: "\ea06";
}

.vvw-icon--VIVAWEST_ICON_360Grad_F_RGB::before {
  content: "\ea07";
}

.vvw-icon--VIVAWEST_ICON_Kundenportal_F_sRGB_Himbeerrot::before {
  content: "\ea09";
}

.vvw-icon--VIVAWEST_ICON_Telefon_F_sRGB::before {
  content: "\ea0a";
}

.vvw-icon--VIVAWEST_ICON_Chatbot_F_RGB::before {
  content: "\ea0d";
}

.vvw-icon--Akkordeon-Pfeil::before {
  content: "\ea17";
}

.vvw-icon--Finanzen_-::before {
  content: "\ea18";
}

.vvw-icon--Bildunterschrift_-::before {
  content: "\ea1a";
}

.vvw-icon--Close_X::before {
  content: "\ea1b";
}

.vvw-icon--cursor_slide_neu::before {
  content: "\ea1c";
}

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

.vvw-icon--xing::before {
  content: "\ea1e";
}

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

.vvw-icon--tiktok::before {
  content: "\ea20";
}

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

.vvw-icon--instagram::before {
  content: "\ea22";
}

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

.vvw-icon--facebook_2::before {
  content: "\ea24";
}

