/**************************************
* Global Variables
**************************************/
:root {
    --ha-body-color: #4f4f4f;
    --ha-border-color: #f4f4f4;
    --ha-top-bar-color: #aaaaaa;
    --ha-top-bar-background-color: #333333;
    --ha-header-color: #252525;
    --ha-link-color: #222222;
    --ha-link-color-blue: #48c7ec;
    --ha-link-hover-color: #48c7ec;
    --ha-button-text-color: #1c313a;
    --ha-button-background-color: #48c7ec;
    --ha-button-background-color-gray: #f4f4f4;
    --ha-footer-background-color: #10252e;
}

/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v32-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto-v32-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-100italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v32-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v32-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v32-latin-900italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-mono-v23-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto-mono-v23-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-100italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/roboto-mono-v23-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/roboto-mono-v23-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-200italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-mono-v23-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-mono-v23-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v23-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-mono-v23-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-mono-v23-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-mono-v23-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/roboto-mono-v23-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-mono-v23-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-mono-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-mono-v23-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-mono-v23-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-display: swap;
  font-family: 'Sabotaged';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/sabotaged-webfont.woff2') format('woff2'),
       url('../fonts/sabotaged-webfont.woff') format('woff'),
       url('../fonts/sabotaged-webfont.ttf') format('truetype');
}

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

body {
  font-family: 'Roboto';
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 16px !important;
}

.roboto {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  /* text-shadow: 4px 4px 4px #aaa; */
}

.robotomono {
  font-family: 'Roboto Mono', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  /* text-shadow: 4px 4px 4px #aaa; */
}

.sabotaged {
  font-family: 'Sabotaged', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  /* text-shadow: 4px 4px 4px #aaa; */
}

[class^="ha-icon-"], [class*=" ha-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ha_icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.ha-icon-e-mail-envelope:before {
  content: "\e900";
}
.ha-icon-arrows:before {
  content: "\e901";
}
.ha-icon-cogwheel:before {
  content: "\e902";
}
.ha-icon-cup:before {
  content: "\e903";
}
.ha-icon-commerce:before {
  content: "\e904";
}
.ha-icon-gps:before {
  content: "\e905";
}
.ha-icon-laptop:before {
  content: "\e906";
}
.ha-icon-money:before {
  content: "\e907";
}
.ha-icon-note:before {
  content: "\e908";
}
.ha-icon-multiply:before {
  content: "\e909";
}
.ha-icon-null:before {
  content: "\e90a";
}
.ha-icon-office:before {
  content: "\e90b";
}
.ha-icon-people:before {
  content: "\e90c";
}
.ha-icon-technology:before {
  content: "\e90d";
}
.ha-icon-technology-1:before {
  content: "\e90e";
}
.ha-icon-technology-2:before {
  content: "\e90f";
}
.ha-icon-technology-3:before {
  content: "\e910";
}
.ha-icon-technology-4:before {
  content: "\e911";
}
.ha-icon-video:before {
  content: "\e912";
}
.ha-icon-square:before {
  content: "\e913";
}
.ha-icon-technology2:before {
  content: "\e914";
}
.ha-icon-location:before {
  content: "\e915";
}
.ha-icon-uniE916:before {
  content: "\e916";
}
.ha-icon-uniE917:before {
  content: "\e917";
}
.ha-icon-shapes:before {
  content: "\e918";
}
.ha-icon-travel:before {
  content: "\e919";
}
.ha-icon-arrow:before {
  content: "\e91a";
}
.ha-icon-business:before {
  content: "\e91b";
}
.ha-icon-business-1:before {
  content: "\e91c";
}
.ha-icon-business-2:before {
  content: "\e91d";
}
.ha-icon-graphic:before {
  content: "\e91e";
}
.ha-icon-multimedia:before {
  content: "\e91f";
}
.ha-icon-multimedia-1:before {
  content: "\e920";
}
.ha-icon-people2:before {
  content: "\e921";
}
.ha-icon-science:before {
  content: "\e922";
}
.ha-icon-science-1:before {
  content: "\e923";
}
.ha-icon-search:before {
  content: "\e924";
}
.ha-icon-sheet:before {
  content: "\e925";
}
.ha-icon-left-arrow-angle:before {
  content: "\e926";
}
.ha-icon-left-arrow-angle2:before {
  content: "\e927";
}
.ha-icon-left2:before {
  content: "\e928";
}
.ha-icon-left:before {
  content: "\e929";
}
.ha-icon-left3:before {
  content: "\e92a";
}
.ha-icon-arrows3:before {
  content: "\e92b";
}
.ha-icon-light:before {
  content: "\e92c";
}
.ha-icon-school:before {
  content: "\e92d";
}
.ha-icon-arrows4:before {
  content: "\e92e";
}
.ha-icon-arrows5:before {
  content: "\e92f";
}
.ha-icon-clock:before {
  content: "\e930";
}
.ha-icon-landscape:before {
  content: "\e931";
}
.ha-icon-left4:before {
  content: "\e932";
}
.ha-icon-magnifying-glass:before {
  content: "\e933";
}
.ha-icon-medical:before {
  content: "\e934";
}
.ha-icon-money2:before {
  content: "\e935";
}
.ha-icon-note2:before {
  content: "\e936";
}
.ha-icon-people3:before {
  content: "\e937";
}
.ha-icon-phone-call:before {
  content: "\e938";
}
.ha-icon-signs:before {
  content: "\e939";
}
.ha-icon-sports:before {
  content: "\e93a";
}
.ha-icon-square2:before {
  content: "\e93b";
}
.ha-icon-technology3:before {
  content: "\e93c";
}
.ha-icon-telephone:before {
  content: "\e93d";
}
.ha-icon-transport:before {
  content: "\e93e";
}
.ha-icon-graphic2:before {
  content: "\e93f";
}
.ha-icon-layers:before {
  content: "\e940";
}
.ha-icon-computer:before {
  content: "\e941";
}
.ha-icon-cleandesk:before {
  content: "\e942";
}
.ha-icon-dice:before {
  content: "\e943";
}
.ha-icon-gear:before {
  content: "\e944";
}
.ha-icon-location1:before {
  content: "\e945";
}
.ha-icon-malware:before {
  content: "\e946";
}
.ha-icon-monocular:before {
  content: "\e947";
}
.ha-icon-password:before {
  content: "\e948";
}
.ha-icon-people1:before {
  content: "\e949";
}
.ha-icon-phishing1:before {
  content: "\e94a";
}
.ha-icon-spy:before {
  content: "\e94b";
}
.ha-icon-stopwatch:before {
  content: "\e94c";
}
.ha-icon-game:before {
  content: "\e94d";
}
.ha-icon-graduation-cap:before {
  content: "\e94e";
}
.ha-icon-id-card:before {
  content: "\e94f";
}
.ha-icon-password-big:before {
  content: "\e950";
}
.ha-icon-phishing:before {
  content: "\e951";
}
.ha-icon-agent:before {
  content: "\e952";
}
.ha-icon-trophy-solid:before {
  content: "\e953";
}
.ha-icon-video-call:before {
  content: "\e954";
}

/**************************************
* Styles für Headline Home
**************************************/

/* Head Section */
.ha-head-section .sppb-addon-content {
    margin: 0;
    color: #fff;
}

.ha-head-section .sp-page-title {
    padding: 4px 0;
    margin: 0;
    background-color: #00aeef;
    color: #fff;
}

.ha-head-section h1.sppb-addon-title {
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fff;
}

/**************************************
* Default Styles für Page Section
**************************************/

/* Page Section */
.ha-page-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ha-page-section .sppb-addon-text-block {
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.ha-page-section .sppb-addon-text-block .ha-block-decorated:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.ha-page-section .sppb-addon-text-block .ha-block-decorated:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #48c7ec;
    margin-left: -25px;
}

.ha-page-section table.sppb-addon-table-main {
    margin-bottom: 1.2rem;
}

.ha-page-section .sppb-addon-table-main th {
    padding-top: 16px;
    padding-bottom: 0px;
    font-size: 1rem;
}

.ha-page-section .sppb-addon-table-main td {
    padding-top: 16px;
    padding-bottom: 0px;
    font-size: 1rem;
}

/* Page Section Title */
.ha-page-section .sppb-addon-title,
.ha-page-section .sppb-addon-content h4 {
    position: relative;
    color: var(--ha-header-color);
    display: inherit;
}

.ha-page-section .sppb-addon-title .ha-block-decorated {
    text-align: center;
}

.ha-page-section .sppb-addon-content {
    color: var(--ha-body-color);
    font-weight: 400;
/*
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin-top: 30px;
    color: #848484;
    line-height: 26px;
    font-weight: 400;
*/
}

/**************************************
* Default Styles für Keys
**************************************/

/* Page Section Content */

.ha-page-section .ha-page-section-keys .sppb-addon-content .item {
    position: relative;
    padding-bottom: 5px;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .item::before {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .item::after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #48c7ec;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.5s ease;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .item:hover::after {
    transform: scaleX(1);
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .icon_box {
    color: #48c7ec;
    font-size: 36px;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content h4 {
    font-size: 20px;
    color: var(--ha-header-color);
    margin-bottom: 15px;
    margin-top: 5px;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .item p {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 2px;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .item p::before {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .item p::after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #48c7ec;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.5s ease;
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .item:hover p::after {
    transform: scaleX(1);
}

.ha-page-section .ha-page-section-keys .sppb-addon-content .count {
    position: absolute;
    right: 0;
    top: 35px;
    font-size: 40px;
    color: #f0f0f0;
}

/**************************************
* Default Styles für Services
**************************************/

/* Container */
.ha-page-section .ha-page-section-services {
  margin-left: 0;
  margin-right: 0;
}

.ha-page-section .ha-page-section-services .sppb-row {
  margin: 0px;
}

.ha-page-section .ha-page-section-services .sppb-row-column {
  padding: 5px;
}

.ha-page-section .ha-page-section-services .ha-services-box {
  padding: 4px;
  border: 1px solid var(--ha-border-color);
}

.ha-page-section .ha-page-section-services .ha-services-box .sppb-addon-content p {
  hyphens: auto;
  -webkit-hyphens: auto;
  text-align: justify;
  text-align-last: none;
}

.ha-page-section .ha-page-section-services .sppb-button-wrapper {
  text-align: center;
  margin-bottom: 0.5rem;
}

.ha-page-section .ha-page-section-services .sppb-button-wrapper a {
  position: relative;
  padding: 0;
  color: var(--ha-link-color);
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.ha-page-section .ha-page-section-services .sppb-button-wrapper a:hover {
  color: var(--ha-link-hover-color);
}

.ha-page-section .ha-page-section-services .sppb-button-wrapper a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  height: 1px;
  transition: background 0.5s ease-in-out;
}

.ha-page-section .ha-page-section-services .sppb-button-wrapper a:hover::before {
  background: var(--ha-button-background-color);
}

.ha-page-section .ha-page-section-services .sppb-addon-single-image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Link über dem Bild */
.ha-page-section .ha-page-section-services .sppb-addon-single-image-container .overlay-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/* Bild */
.ha-page-section .ha-page-section-services .sppb-addon-single-image-container .overlay-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease; /* Weicher Übergang für Abdunkelung */
}

/* Overlay-Text */
.ha-page-section .ha-page-section-services .sppb-addon-single-image-container .overlay-link .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #48c7ec;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.5s ease; /* Weicher Übergang für Overlay */
  z-index: 2; /* Über dem Bild */
}

/* Hover-Effekte: Abdunkelung des Bildes */
.ha-page-section .ha-page-section-services .sppb-addon-single-image-container .overlay-link:hover img {
  filter: brightness(50%); /* Abdunkeln des Bildes */
}

/* Hover-Effekte: Overlay-Text einblenden */
.ha-page-section .ha-page-section-services .sppb-addon-single-image-container .overlay-link:hover .overlay-text {
  opacity: 1; /* Overlay wird sichtbar */
}


/**************************************
* Styles für Contact
**************************************/

/* Container der Kontaktbox */
.ha-page-section .ha-page-section-contact .ha-contact-box {
  border: 1px solid var(--ha-border-color); /* Statischer Rahmen */
  padding: 40px 20px; /* Abstand oben/unten: 40px, seitlich: 20px */
  transition: border-color 0.3s ease; /* Übergang für Rahmenfarbe */
}

/* Hover-Effekt für die Kontaktbox */
.ha-page-section .ha-page-section-contact .ha-contact-box:hover {
  border-color: var(--ha-link-hover-color); /* Rahmen leuchtet beim Hover */
}

/* Inhalt innerhalb der Kontaktbox */
.ha-page-section .ha-page-section-contact .ha-contact-box .sppb-addon-content h4 {
  padding-bottom: 1rem;
}

/* Inhalt innerhalb der Kontaktbox */
.ha-page-section .ha-page-section-contact .ha-contact-box .sppb-addon-content .item {
  text-align: center;
  vertical-align: center;
}

/* Inhalt innerhalb der Kontaktbox */
.ha-page-section .ha-page-section-contact .ha-contact-box .sppb-addon-content .item p {
  margin: 0;
}

/* Stil für das Icon */
.ha-page-section .ha-page-section-contact .ha-contact-box .sppb-addon-content .item .icon_box span {
  color: #48c7ec; /* Standardfarbe des Icons */
  font-size: 55px; /* Standardgröße des Icons */
  display: inline-block; /* Für Transformation notwendig */
  transition: transform 0.3s ease, color 0.3s ease; /* Übergänge für Zoom und Farbe */
}

/* Hover-Effekt für das Icon */
.ha-page-section .ha-page-section-contact .ha-contact-box .sppb-addon-content .item:hover .icon_box span {
  transform: scale(1.2); /* Icon vergrößern */
  color: var(--ha-link-hover-color); /* Icon-Farbe ändern */
}

/**************************************
* Styles für Kontaktformular
**************************************/

/* Grundstil für Eingabefelder */
.ha-page-section .ha-contact-form .sppb-form-control {
  display: block;
  width: 100%; /* Volle Breite */
  line-height: 24px;
  height: 46px; /* Standardhöhe */
  font-size: 16px;
  box-shadow: none; /* Kein Schatten */
  border: 1px solid var(--ha-border-color); /* Rahmenfarbe aus CSS-Variable */
  padding: 12px 15px; /* Innenabstand */
  background: #fff; /* Hintergrundfarbe */
  border-radius: 0; /* Keine abgerundeten Ecken */
  transition: all 0.5s ease; /* Sanfter Übergang */
}

/* Stil für Textarea */
.ha-page-section .ha-contact-form textarea.sppb-form-control {
  height: auto; /* Automatische Höhe für Textarea */
}

/* Fokuszustand */
.ha-page-section .ha-contact-form .sppb-form-control:focus {
  border-color: var(--ha-link-hover-color); /* Rahmenfarbe bei Fokus */
}

/* Farbe für Eingabefelder */
.ha-page-section .ha-contact-form .sppb-form-control,
.ha-page-section .ha-contact-form .sppb-form-group .sppb-form-control {
  color: var(--ha-body-color); /* Textfarbe */
}

/* Hoverzustand */
.ha-page-section .ha-contact-form .sppb-form-control:hover {
  border-color: var(--ha-link-hover-color); /* Rahmenfarbe beim Hover */
  transition: border-color 0.5s ease; /* Übergang für Rahmenfarbe */
}

.ha-page-section .ha-contact-form .sppb-form-builder-btn button.sppb-btn-custom {
  color: var(--ha-button-text-color) !important;
  background: var(--ha-button-background-color) !important;
}

.ha-page-section .ha-contact-form .sppb-form-builder-btn button.sppb-btn-custom:hover {
  background: var(--ha-button-text-color) !important;
  color: var(--ha-button-background-color) !important;
  color: #48c7ec !important;
  background: #f4f4f4 !important;
  border-color: #48c7ec !important;
}


/**************************************
* Styles für Navigation
**************************************/
.ha-page-section .ha-page-section-expertise .sppb-addon-content p img {
    float: right;
}

/**************************************
* Styles für Navigation
**************************************/
.ha-page-section .ha-page-navigation li a {
    border-radius: 0;
    text-transform: none;
}

.ha-page-section .ha-page-navigation .sppb-addon-content  {
    margin:0;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul {
    /* border: 1px solid var(--ha-border-color); */
    margin: 0;
    padding: 0;
    list-style: none;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid var(--ha-border-color);
    margin-bottom: 2px;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li:last-child {
    border-bottom: 0;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li a {
    display: block;
    font-size: 18px;
    color: var(--ha-link-color);
    line-height: 30px;
    border-left: 5px solid transparent;
    font-weight: 400;
    padding-left: 34px;
    transition: all 0.5s ease;
    position: relative;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li a i {
    position: absolute;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    left: -5px;
    top: 5px;
    color: var(--ha-link-color);
    background: var(--ha-button-background-color);
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li:hover a i {
    color: #ffffff;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li.sppb-active a {
    color: #48c7ec;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li.sppb-active a i {
    color: #48c7ec;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li.sppb-active a::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    right: 15px;
    top: 5px;
    color: #48c7ec;
}

.ha-page-section .ha-page-navigation .sppb-link-list-wrap ul li:hover a {
    color: var(--ha-link-hover-color);
}

/**************************************
* Dynamische Buttons mit PDF-Icon
**************************************/

/* Grundstil für Buttons */
.ha-page-section .ha-page-navigation .sppb-btn {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: flex; /* Flexbox für Layout */
  align-items: center; /* Vertikale Zentrierung */
  line-height: 55px; /* Gleiche Höhe wie vorher */
  height: 55px;
  margin-bottom: 10px; /* Abstand nach unten */
  background: var(--ha-button-background-color-gray); /* Grauer Hintergrund */
  color: var(--ha-link-color); /* Hellblaue Schrift */
  border: 2px solid rgba(240, 240, 240, 1); /* Grauer Rahmen */
  border-radius: 4px; /* Leicht abgerundete Ecken */
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease; /* Sanfter Übergang */
  width: 100%; /* Dynamische Breite für gleichmäßige Buttons */
}

/* Linke hellblaue Fläche */
.ha-page-section .ha-page-navigation .sppb-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 64px; /* Fixierte Breite der hellblauen Fläche */
  height: 100%;
  background: var(--ha-button-background-color); /* Hellblauer Hintergrund */
  z-index: 1;
}

/* PDF-Icon */
.ha-page-section .ha-page-navigation .sppb-btn i {
  position: absolute;
  left: 32px; /* Mittig innerhalb der hellblauen Fläche (64px / 2) */
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--ha-link-color); /* Dunkle Farbe für das Icon */
  font-size: 20px;
  z-index: 2; /* Über dem Hintergrund */
}

/* Text des Buttons */
.ha-page-section .ha-page-navigation .sppb-btn {
  padding-left: 84px; /* Abstand rechts von der hellblauen Fläche (64px + 20px Abstand) */
  text-align: left; /* Text linksbündig */
  white-space: nowrap; /* Kein Zeilenumbruch im Text */
}

/* Hover-Effekt */
.ha-page-section .ha-page-navigation .sppb-btn:hover {
  background: #ffffff; /* Weißer Hintergrund */
  color: var(--ha-link-color-blue); /* Dunkelgraue Schrift */
  border-color: var(--ha-button-background-color); /* Hellblauer Rahmen */
}

/* Hover-Effekt für das PDF-Icon */
.ha-page-section .ha-page-navigation .sppb-btn:hover i {
  color: #ffffff; /* Weißes Icon */
}

/* Fokus-Effekt */
.ha-page-section .ha-page-navigation .sppb-btn:focus {
  outline: none;
  border-color: var(--ha-button-background-color); /* Hellblauer Rahmen */
}

/**************************************
* Styles für The Honeypot
**************************************/

.sp-page-builder .page-content #the-honeypot {
    background: #000000;
}

#the-honeypot .sppb-addon-title {
    color: #48c7ec;
    text-align: center !important;
    display: inherit;
    margin-top: 2rem;
}

#the-honeypot .sppb-addon-content {
    color: #eaeaea;
}

.ha-page-section .ha-honeypot-full img {
    height: 55% !important;
    width: 55% !important;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) { /* Gerätebreite bis 768px (typische Smartphone-Größe) */
    .ha-page-section .ha-honeypot-full img {
        width: 100% !important;
        height: 100% !important;
    }
}

.ha-page-section .ha-sppb-carousel,
.ha-page-section .sppb-addon-video {
    padding-left: 15%;
    padding-right: 15%;
}

@media (max-width: 768px) { /* Gerätebreite bis 768px (typische Smartphone-Größe) */
    .ha-page-section .ha-sppb-carousel,
    .ha-page-section .sppb-addon-video {
        padding: 0;
    }
}

#the-honeypot .sppb-carousel-extended-dots li .active {
    background: #48c7ec !important;
}

#the-honeypot .sppb-testimonial-carousel-message {
    margin-bottom: 15px !important;
}

#the-honeypot .sppb-testimonial-carousel-content-wrap {
    display: none;
}

#the-honeypot .contact-info2 {
    background: #48c7ec;
    padding: 30px 20px;
}

#the-honeypot .contact-info2 h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 500;
}

#the-honeypot .contact-info2 p {
    color: #fff;
    font-size: 16px;
}

#the-honeypot .contact-info2 ul {
    padding-top: 10px;
    margin-bottom: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#the-honeypot .contact-info2 ul li {
    color: #fff;
    margin: 4px 0;
    font-size: 16px;
}

#the-honeypot .contact-info2 ul li i {
    background: #fff;
    margin-right: 10px;
    border-radius: 1px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
}

#the-honeypot .contact-info2 ul li a {
    color: #1c313a;
    text-decoration: underline;
    text-decoration-color: #0060df;
    transition: color 0.3s ease; /* Glatter Übergang */
}

#the-honeypot .contact-info2 ul li a:hover {
    color: #003eaa; /* Farbe beim Hover ändern */
}

#the-honeypot .contact-info2 .sppb-btn {
    background: #fff;
    color: #48c7ec;
    width: 100%;
    line-height: 41px;
    text-align: center; /* Zentriert den Text */
    border: none; /* Entfernt Standardrahmen */
    transition: all 0.3s ease; /* Glatter Übergang für Hover */
}

#the-honeypot .contact-info2 .sppb-btn:hover {
    color: #fff;
    background: #222;
}

/**************************************
* Styles für sppb-addon-animated-number
**************************************/

/* Animated Number Container */
.ha-page-section .sppb-addon-animated-number {
    position: relative;
    border: 2px solid #19333e;
    color: #fff;
    padding: 15px 5px;
    height: 135px;
}

.ha-page-section .sppb-addon-animated-number:after {
    font-family: 'Font Awesome 6 Free' !important;
    font-style: normal;
    font-weight: 700;
    font-size: calc(1.325rem + 0.9vw);
    position: absolute;
    top: 5px;
    right: 15px;
    color: #991c1c;
    transition: all 500ms ease;
}

/* Content Inside Animated Number */
.ha-page-section .sppb-addon-animated-number .sppb-addon-content {
    margin-top: 20px;
}

/* Animated Number */
.ha-page-section .sppb-animated-number {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    padding: 0 10px 5px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 0;
}

/* Animated Number Title */
.ha-page-section .sppb-animated-number-title {
    position: relative;
    font-size: 0.9rem;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #48c7ec;
    line-height: 1.1;
    padding: 0;
}

/* Icon Variants for Animated Number */
.ha-page-section .ha-page-section-dbir-icon-01:after {
    content: "\f21d";
}

.ha-page-section .ha-page-section-dbir-icon-02:after {
    content: "\f21b";
}

.ha-page-section .ha-page-section-dbir-icon-03:after {
    content: "\f071";
}

.ha-page-section .ha-page-section-dbir-icon-04:after {
    content: "\f188";
}

.ha-page-section .ha-page-section-wordcloud #wordcloud-container {
    width: 100%; /* Nimmt die gesamte Breite des Eltern-Elements ein */
    height: 50vh; /* Dynamische Höhe: 50% der Ansichtshöhe */
    margin: 0 auto; /* Zentriert den Container */
    background-color: #f8f8f8; /* Hintergrundfarbe */
    position: relative; /* Für zukünftige Anpassungen */
}

/**************************************
* Styles für grecaptcha-badge
**************************************/

.ha-page-section .sppb-addon-content .grecaptcha-badge {
  margin: 10px 15px;
}


/******
 * Footer Section
 ******/

.ha-footer-section .sppb-addon-text-block {
    margin: 0;
    padding: 0;
}

.ha-footer-section h4.sppb-addon-title,
.ha-footer-section .sppb-addon-content h5 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.ha-footer-section .sppb-btn {
    position: relative;
    background: #48c7ec;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    /* border: 2px solid #fff; */
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    line-height: 41px;
    padding: 0 21px;
}

.ha-footer-section .sppb-btn-primary {
    color: #fff !important;
}

.ha-footer-section .sppb-btn:hover {
    color: #48c7ec;
    background: #00aeef;
    border-color: #fff;
}

/* Footer: Textblock Title */
.ha-footer-section .sppb-addon-title {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.ha-footer-section h3.sppb-addon-title {
    margin: 0 0 14px;
}

/* Footer: Content */
.ha-footer-section .sppb-addon-content {
    ul.list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    ul.list li {
        position: relative;
        margin-bottom: 8px;
        line-height: 24px;
    }

    ul.list li a {
        position: relative;
        color: #848484;
        font-family: 'Hind', sans-serif;
        font-weight: 300;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.5s ease-in-out;
    }

    ul.list li a:hover {
        color: #48c7ec;
    }

    ul.list li a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: transparent;
        width: 100%;
        height: 1px;
        transition: background 0.5s ease-in-out;
    }

    ul.list li a:hover::before {
        background: #48c7ec;
    }
}

/* Footer: Kontaktliste */
.ha-footer-section .ha-contact-list .sppb-addon-content {
    p {
        display: none;
    }
}

.ha-footer-section .sppb-addon-content {

    ul.contact-bottom {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    ul.contact-bottom li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 8px;
        line-height: 24px;
        color: #959595;
    }

    ul.contact-bottom li span {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 24px;
        font-size: 24px;
        color: #48c7ec;
    }

    .contact-bottom li a:hover {
            color: #48c7ec;
    }

}

/* Footer Links: Impressum ... */
.ha-footer-section .sppb-addon-content {
    ul.ha-footer-links {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    ul.ha-footer-links li {
        float: left;
    }

    ul.ha-footer-links li a {
        color: #848484;
        font-size: 14px;
        margin: 0 5px;
        font-family: "Popins", sans-serif;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    ul.ha-footer-links li a:hover {
        color: #48c7ec;
    }
}

/*
    border: 1px solid red; /* Debugging-Stil, falls nicht mehr benötigt, entfernen */
*/
