@inera/ids-design 7.2.2 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. package/components/accordion/accordion-lit.js +1 -1
  2. package/components/accordion/accordion.css +157 -11
  3. package/components/alert/alert-lit.js +1 -1
  4. package/components/alert/alert.css +275 -77
  5. package/components/badge/badge-lit.js +1 -1
  6. package/components/badge/badge.css +16 -10
  7. package/components/box-link/box-link-lit.js +1 -1
  8. package/components/box-link/box-link.css +16 -28
  9. package/components/breadcrumbs/breadcrumbs-lit.js +1 -1
  10. package/components/breadcrumbs/breadcrumbs.css +11 -6
  11. package/components/button-group/button-group-lit.js +1 -1
  12. package/components/button-group/button-group.css +4 -0
  13. package/components/card/card-lit.js +1 -1
  14. package/components/card/card.css +162 -33
  15. package/components/carousel/carousel-item-lit.js +1 -1
  16. package/components/carousel/carousel-item.css +169 -7
  17. package/components/carousel/carousel-lit.js +1 -1
  18. package/components/carousel/carousel.css +18 -12
  19. package/components/data-table/data-table-lit.js +1 -1
  20. package/components/data-table/data-table.css +14 -6
  21. package/components/date-label/date-label-lit.js +1 -1
  22. package/components/date-label/date-label.css +35 -14
  23. package/components/dialog/dialog-lit.js +1 -1
  24. package/components/dialog/dialog.css +34 -39
  25. package/components/dropdown/dropdown-lit.js +1 -1
  26. package/components/dropdown/dropdown.css +87 -28
  27. package/components/footer-1177/footer-1177-lit.js +1 -1
  28. package/components/footer-1177/footer-1177.css +226 -121
  29. package/components/footer-1177-admin/footer-1177-admin-lit.js +1 -1
  30. package/components/footer-1177-admin/footer-1177-admin.css +293 -140
  31. package/components/footer-1177-pro/footer-1177-pro-lit.js +1 -1
  32. package/components/footer-1177-pro/footer-1177-pro.css +390 -104
  33. package/components/footer-inera/footer-inera-lit.js +1 -1
  34. package/components/footer-inera/footer-inera.css +280 -164
  35. package/components/footer-inera-admin/footer-inera-admin-lit.js +1 -1
  36. package/components/footer-inera-admin/footer-inera-admin.css +339 -188
  37. package/components/form/error-message/error-message-lit.js +1 -1
  38. package/components/form/error-message/error-message.css +10 -6
  39. package/components/form/group/group-lit.js +1 -1
  40. package/components/form/group/group.css +148 -1
  41. package/components/form/range/range-lit.js +1 -1
  42. package/components/form/range/range.css +225 -2
  43. package/components/form/select-multiple/select-multiple-lit.js +1 -1
  44. package/components/form/select-multiple/select-multiple.css +37 -33
  45. package/components/form/spinner/spinner-lit.js +1 -1
  46. package/components/form/spinner/spinner.css +6 -11
  47. package/components/global-alert/global-alert-lit.js +9 -0
  48. package/components/global-alert/global-alert.css +354 -0
  49. package/components/grid/container/container-lit.js +1 -1
  50. package/components/grid/container/container.css +2 -9
  51. package/components/header-1177/composite-header-1177.css +1105 -974
  52. package/components/header-1177/header-1177-avatar-lit.js +1 -1
  53. package/components/header-1177/header-1177-avatar.css +406 -191
  54. package/components/header-1177/header-1177-item-lit.js +1 -1
  55. package/components/header-1177/header-1177-item.css +125 -75
  56. package/components/header-1177/header-1177-lit.js +1 -1
  57. package/components/header-1177/header-1177-menu-mobile-lit.js +1 -1
  58. package/components/header-1177/header-1177-menu-mobile.css +14 -9
  59. package/components/header-1177/header-1177-nav-item-lit.js +1 -1
  60. package/components/header-1177/header-1177-nav-item-mobile-lit.js +1 -1
  61. package/components/header-1177/header-1177-nav-item-mobile.css +107 -164
  62. package/components/header-1177/header-1177-nav-item.css +109 -88
  63. package/components/header-1177/header-1177-nav-lit.js +1 -1
  64. package/components/header-1177/header-1177-nav.css +100 -45
  65. package/components/header-1177/header-1177-region-picker-lit.d.ts +2 -0
  66. package/components/header-1177/header-1177-region-picker-lit.js +7 -0
  67. package/components/header-1177/header-1177-region-picker-mobile-lit.d.ts +2 -0
  68. package/components/header-1177/header-1177-region-picker-mobile-lit.js +9 -0
  69. package/components/header-1177/header-1177-region-picker-mobile.css +112 -0
  70. package/components/header-1177/header-1177-region-picker.css +107 -0
  71. package/components/header-1177/header-1177.css +125 -450
  72. package/components/header-1177-admin/header-1177-admin-avatar-lit.js +1 -1
  73. package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +1 -1
  74. package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +170 -29
  75. package/components/header-1177-admin/header-1177-admin-avatar.css +490 -278
  76. package/components/header-1177-admin/header-1177-admin-item-lit.js +1 -1
  77. package/components/header-1177-admin/header-1177-admin-item.css +131 -89
  78. package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
  79. package/components/header-1177-admin/header-1177-admin-menu-mobile-lit.js +7 -0
  80. package/components/header-1177-admin/header-1177-admin-menu-mobile.css +145 -0
  81. package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +1 -1
  82. package/components/header-1177-admin/header-1177-admin-nav-item.css +163 -134
  83. package/components/header-1177-admin/header-1177-admin-nav-lit.js +1 -1
  84. package/components/header-1177-admin/header-1177-admin-nav.css +76 -47
  85. package/components/header-1177-admin/header-1177-admin.css +91 -285
  86. package/components/header-1177-pro/header-1177-pro-avatar-lit.js +1 -1
  87. package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +1 -1
  88. package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +146 -74
  89. package/components/header-1177-pro/header-1177-pro-avatar.css +448 -275
  90. package/components/header-1177-pro/header-1177-pro-item-lit.js +1 -1
  91. package/components/header-1177-pro/header-1177-pro-item.css +169 -103
  92. package/components/header-1177-pro/header-1177-pro-lit.js +1 -1
  93. package/components/header-1177-pro/header-1177-pro-menu-mobile-lit.js +7 -0
  94. package/components/header-1177-pro/header-1177-pro-menu-mobile.css +146 -0
  95. package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +1 -1
  96. package/components/header-1177-pro/header-1177-pro-nav-item.css +139 -122
  97. package/components/header-1177-pro/header-1177-pro-nav-lit.js +1 -1
  98. package/components/header-1177-pro/header-1177-pro-nav.css +75 -46
  99. package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +1 -1
  100. package/components/header-1177-pro/header-1177-pro-region-picker-mobile-lit.js +9 -0
  101. package/components/header-1177-pro/header-1177-pro-region-picker-mobile.css +117 -0
  102. package/components/header-1177-pro/header-1177-pro-region-picker.css +38 -810
  103. package/components/header-1177-pro/header-1177-pro.css +140 -139
  104. package/components/header-inera/header-inera-item-lit.js +1 -1
  105. package/components/header-inera/header-inera-item.css +31 -21
  106. package/components/header-inera/header-inera-lit.js +1 -1
  107. package/components/header-inera/header-inera-menu-mobile-lit.d.ts +2 -0
  108. package/components/header-inera/header-inera-menu-mobile-lit.js +7 -0
  109. package/components/header-inera/header-inera-menu-mobile.css +136 -0
  110. package/components/header-inera/header-inera-nav-item-lit.js +1 -1
  111. package/components/header-inera/header-inera-nav-item.css +26 -23
  112. package/components/header-inera/header-inera-nav-lit.js +1 -1
  113. package/components/header-inera/header-inera-nav.css +11 -8
  114. package/components/header-inera/header-inera.css +50 -21
  115. package/components/header-inera-admin/composite-header-inera-admin.css +858 -245
  116. package/components/header-inera-admin/header-inera-admin-avatar-lit.js +1 -1
  117. package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +1 -1
  118. package/components/header-inera-admin/header-inera-admin-avatar-mobile.css +173 -44
  119. package/components/header-inera-admin/header-inera-admin-avatar.css +558 -100
  120. package/components/header-inera-admin/header-inera-admin-item-lit.js +1 -1
  121. package/components/header-inera-admin/header-inera-admin-item.css +14 -7
  122. package/components/header-inera-admin/header-inera-admin-lit.js +1 -1
  123. package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.d.ts +2 -0
  124. package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.js +7 -0
  125. package/components/header-inera-admin/header-inera-admin-menu-mobile.css +147 -0
  126. package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +1 -1
  127. package/components/header-inera-admin/header-inera-admin-nav-item.css +28 -25
  128. package/components/header-inera-admin/header-inera-admin-nav-lit.js +1 -1
  129. package/components/header-inera-admin/header-inera-admin-nav.css +16 -16
  130. package/components/header-inera-admin/header-inera-admin.css +34 -24
  131. package/components/header-patient/header-patient-lit.js +1 -1
  132. package/components/header-patient/header-patient.css +166 -8
  133. package/components/mobile-menu/mobile-menu-lit.js +1 -1
  134. package/components/mobile-menu/mobile-menu.css +340 -244
  135. package/components/navigation/content/navigation-content-lit.js +1 -1
  136. package/components/navigation/content/navigation-content.css +203 -16
  137. package/components/navigation/local/navigation-local-lit.js +1 -1
  138. package/components/navigation/local/navigation-local.css +37 -56
  139. package/components/notification-badge/notification-badge-lit.js +1 -1
  140. package/components/notification-badge/notification-badge.css +15 -13
  141. package/components/pagination/data-pagination/data-pagination-lit.js +1 -1
  142. package/components/pagination/data-pagination/data-pagination.css +206 -44
  143. package/components/pagination/list-pagination/list-pagination-lit.js +1 -1
  144. package/components/pagination/list-pagination/list-pagination.css +5 -5
  145. package/components/popover/popover-content-lit.js +1 -1
  146. package/components/popover/popover-content.css +262 -114
  147. package/components/progressbar/progressbar-lit.js +1 -1
  148. package/components/progressbar/progressbar.css +147 -4
  149. package/components/puff-list/puff-list-lit.js +1 -1
  150. package/components/puff-list/puff-list.css +258 -35
  151. package/components/region-icon/region-icon-lit.js +1 -1
  152. package/components/region-icon/region-icon.css +5 -5
  153. package/components/side-menu/side-menu-lit.js +1 -1
  154. package/components/side-menu/side-menu.css +6 -9
  155. package/components/side-panel/side-panel-lit.js +1 -1
  156. package/components/side-panel/side-panel.css +61 -26
  157. package/components/stepper/stepper-lit.js +1 -1
  158. package/components/stepper/stepper.css +170 -22
  159. package/components/table/table.css +6 -3
  160. package/components/tabs/tab-lit.js +1 -1
  161. package/components/tabs/tab-panel-lit.js +1 -1
  162. package/components/tabs/tab-panel.css +2 -0
  163. package/components/tabs/tab.css +26 -14
  164. package/components/tabs/tabs-lit.js +2 -2
  165. package/components/tabs/tabs.css +1 -1
  166. package/components/tag/tag-lit.js +1 -1
  167. package/components/tag/tag.css +10 -7
  168. package/components/tooltip/tooltip-lit.js +1 -1
  169. package/components/tooltip/tooltip.css +8 -5
  170. package/global/_partials.css +15 -0
  171. package/{themes/1177-pro/1177-pro.css → global/global.css} +3958 -3504
  172. package/global/icons/Inera-Design-Icons.eot +0 -0
  173. package/global/icons/Inera-Design-Icons.svg +9 -0
  174. package/global/icons/Inera-Design-Icons.ttf +0 -0
  175. package/global/icons/Inera-Design-Icons.woff +0 -0
  176. package/global/util/util.css +2745 -0
  177. package/package.json +1 -1
  178. package/reset.css +90 -0
  179. package/styles.css +8320 -0
  180. package/tokens/component-tokens.scss +86 -0
  181. package/tokens/themes/1177-admin-tokens.css +340 -263
  182. package/tokens/themes/1177-pro-tokens.css +340 -263
  183. package/tokens/themes/1177-tokens.css +340 -263
  184. package/tokens/themes/inera-admin-tokens.css +294 -252
  185. package/tokens/themes/inera-tokens.css +294 -252
  186. package/components/alert-global/alert-global-lit.js +0 -7
  187. package/components/alert-global/alert-global.css +0 -195
  188. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
  189. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.css +0 -304
  190. package/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
  191. package/components/header-inera/header-inera-nav-mobile.css +0 -126
  192. package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
  193. package/components/header-inera-admin/header-inera-admin-nav-mobile.css +0 -126
  194. package/themes/1177/1177.css +0 -6196
  195. package/themes/inera/inera.css +0 -6220
  196. package/themes/inera-admin/inera-admin.css +0 -6293
  197. /package/components/{alert-global/alert-global-lit.d.ts → global-alert/global-alert-lit.d.ts} +0 -0
  198. /package/components/{header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → header-1177-admin/header-1177-admin-menu-mobile-lit.d.ts} +0 -0
  199. /package/components/{header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → header-1177-pro/header-1177-pro-menu-mobile-lit.d.ts} +0 -0
  200. /package/components/{header-inera/header-inera-nav-mobile-lit.d.ts → header-1177-pro/header-1177-pro-region-picker-mobile-lit.d.ts} +0 -0
@@ -5,7 +5,7 @@
5
5
  * BUTTONS
6
6
  ********/
7
7
  /*******
8
- * SCROLLBARS
8
+ * SCROLLBAR
9
9
  ********/
10
10
  /*******
11
11
  * FORM
@@ -27,32 +27,84 @@
27
27
 
28
28
  header.ids-header-1177 {
29
29
  position: relative;
30
- box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
30
+ border-bottom: 0.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);
31
31
  }
32
- header.ids-header-1177:not(.ids-header-1177--unresponsive) {
33
- --IDS-HEADER__REGION-PICKER-ICON: var(--IDS-COLOR-PRIMARY-35);
32
+ header.ids-header-1177 .ids-header-1177__skip-to-content {
33
+ position: relative;
34
+ z-index: 20;
35
+ }
36
+ header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a),
37
+ header.ids-header-1177 .ids-header-1177__skip-to-content a {
38
+ display: flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ padding: 0 1rem;
42
+ height: 3rem;
43
+ text-align: center;
44
+ background-color: var(--IDS-SKIP-TO-CONTENT-LINK__BACKGROUND-COLOR);
45
+ box-shadow: var(--IDS-BOX-SHADOW);
46
+ z-index: 20;
47
+ font-family: var(--IDS-LINK__FONT-FAMILY);
48
+ font-size: 1rem;
49
+ color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
50
+ text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
51
+ text-decoration: underline;
52
+ position: absolute;
53
+ right: 0;
54
+ left: 0;
55
+ transform: translateY(-300%);
56
+ transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
57
+ }
58
+ header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a:focus),
59
+ header.ids-header-1177 .ids-header-1177__skip-to-content a:focus {
60
+ transform: translateY(0);
61
+ transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
62
+ color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
63
+ text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
64
+ outline-offset: -0.375rem !important;
65
+ }
66
+ header.ids-header-1177:not(.ids-header-1177--unresponsive):before {
67
+ content: "";
68
+ position: absolute;
69
+ top: 0;
70
+ left: 0;
71
+ right: 0;
72
+ height: 0.5rem;
73
+ z-index: 3;
74
+ background-color: var(--IDS-HEADER-1177__TOP-BORDER-COLOR);
34
75
  }
35
76
  @media (max-width: 1024px) {
36
- header.ids-header-1177:not(.ids-header-1177--unresponsive) {
37
- --IDS-HEADER__REGION-PICKER-ICON: var(--IDS-COLOR-NEUTRAL-100);
77
+ header.ids-header-1177:not(.ids-header-1177--unresponsive):before {
78
+ height: 0.25rem;
38
79
  }
39
80
  }
40
81
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container {
41
- background: linear-gradient(90deg, var(--IDS-COLOR-PRIMARY-40) 50%, var(--IDS-COLOR-PRIMARY-90) 50%);
82
+ background-color: var(--IDS-HEADER-1177__BACKGROUND-COLOR);
42
83
  padding: 0;
43
84
  position: relative;
44
85
  z-index: 2;
86
+ display: flex;
87
+ align-items: center;
88
+ }
89
+ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,
90
+ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right {
91
+ flex: 1 1 0;
92
+ min-width: 0;
93
+ height: 7.5rem;
94
+ }
95
+ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left {
96
+ background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
45
97
  }
46
98
  @media (max-width: 1024px) {
47
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container {
48
- box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
99
+ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,
100
+ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right {
101
+ height: 3rem;
49
102
  }
50
103
  }
51
104
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner {
105
+ flex-grow: 1;
106
+ flex: 0 1 auto;
52
107
  max-width: var(--IDS__MAX-WIDTH);
53
- margin-left: auto;
54
- margin-right: auto;
55
- background: var(--IDS-COLOR-PRIMARY-90);
56
108
  width: 100%;
57
109
  position: relative;
58
110
  display: flex;
@@ -60,11 +112,6 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
60
112
  align-items: center;
61
113
  flex-wrap: wrap;
62
114
  }
63
- @media (min-width: 1024px) {
64
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner {
65
- min-height: 7.5rem;
66
- }
67
- }
68
115
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left {
69
116
  display: flex;
70
117
  position: relative;
@@ -72,13 +119,13 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
72
119
  }
73
120
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
74
121
  display: flex;
75
- max-width: calc(100% - 6.5rem);
122
+ padding-right: var(--IDS__CONTAINER-MARGIN);
76
123
  flex-grow: 1;
77
124
  justify-content: flex-end;
78
- margin-left: auto;
125
+ align-items: center;
79
126
  }
80
127
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
81
- background-color: var(--IDS-COLOR-PRIMARY-40);
128
+ background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
82
129
  display: flex;
83
130
  align-items: center;
84
131
  position: relative;
@@ -86,12 +133,12 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
86
133
  min-height: 7.5rem;
87
134
  margin-left: 0 !important;
88
135
  margin-right: 0;
89
- padding-left: 0.75rem;
90
- padding-right: 2.25rem;
136
+ padding-left: var(--IDS__CONTAINER-MARGIN);
137
+ overflow-y: clip;
91
138
  }
92
139
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
93
140
  content: "";
94
- background-color: var(--IDS-COLOR-PRIMARY-40);
141
+ background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
95
142
  position: absolute;
96
143
  z-index: 0;
97
144
  border-radius: 100%;
@@ -121,7 +168,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
121
168
  }
122
169
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
123
170
  cursor: pointer;
124
- height: 6.4375rem;
171
+ height: 5.625rem;
125
172
  width: 100%;
126
173
  position: relative;
127
174
  }
@@ -134,7 +181,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
134
181
  -webkit-font-smoothing: antialiased;
135
182
  -moz-osx-font-smoothing: grayscale;
136
183
  content: "\e91e";
137
- color: var(--IDS-COLOR-NEUTRAL-100);
184
+ color: var(--IDS-HEADER-1177__LOGO-COLOR);
138
185
  font-size: 6.625rem;
139
186
  }
140
187
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus,
@@ -147,7 +194,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
147
194
  display: flex;
148
195
  align-items: center;
149
196
  font-size: 6.625rem;
150
- color: var(--IDS-COLOR-NEUTRAL-100);
197
+ color: var(--IDS-HEADER-1177__LOGO-COLOR);
151
198
  }
152
199
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]:focus) {
153
200
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
@@ -163,7 +210,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
163
210
  }
164
211
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
165
212
  content: "";
166
- background-color: var(--IDS-COLOR-PRIMARY-40);
213
+ background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
167
214
  position: absolute;
168
215
  z-index: 0;
169
216
  border-radius: 100%;
@@ -199,220 +246,6 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
199
246
  font-size: 3rem;
200
247
  }
201
248
  }
202
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region {
203
- display: flex;
204
- flex-grow: 1;
205
- gap: 1rem;
206
- align-items: center;
207
- position: relative;
208
- }
209
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:after {
210
- content: "";
211
- background-color: var(--IDS-COLOR-PRIMARY-40);
212
- position: absolute;
213
- z-index: 0;
214
- border-radius: 100%;
215
- right: -0.5625rem;
216
- top: 0;
217
- left: auto;
218
- display: none;
219
- top: 0;
220
- margin-top: -7.81rem;
221
- clip: rect(7.8125rem, 18.75rem, 10.8125rem, 18.125rem);
222
- height: 18.75rem;
223
- width: 18.75rem;
224
- }
225
- @media (max-width: 1024px) {
226
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:after {
227
- display: block;
228
- }
229
- }
230
- @media (max-width: 1024px) {
231
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region {
232
- background-color: var(--IDS-COLOR-PRIMARY-40);
233
- justify-content: space-between;
234
- }
235
- }
236
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-picker {
237
- min-width: 7rem;
238
- box-sizing: content-box;
239
- }
240
- @media (max-width: 1024px) {
241
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-picker .ids-header-1177__region-picker__button:before {
242
- content: "";
243
- position: absolute;
244
- z-index: 1;
245
- left: -1.875rem;
246
- width: 0.063rem;
247
- min-height: 4rem;
248
- background-color: var(--IDS-COLOR-NEUTRAL-100);
249
- }
250
- }
251
- @media (max-width: 1024px) and (max-width: 1024px) {
252
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-picker .ids-header-1177__region-picker__button:before {
253
- left: 0;
254
- top: 50%;
255
- transform: translateY(-50%);
256
- min-height: 2rem;
257
- }
258
- }
259
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-picker .ids-header-1177__region-picker__text {
260
- font-size: 1rem;
261
- white-space: nowrap;
262
- }
263
- @media (max-width: 1024px) {
264
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-icon {
265
- display: none;
266
- }
267
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-icon:before {
268
- display: none;
269
- }
270
- }
271
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected {
272
- margin-left: -0.25rem;
273
- }
274
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-picker .ids-header-1177__region-picker__button {
275
- display: flex;
276
- justify-content: end;
277
- }
278
- @media (max-width: 1024px) {
279
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-picker .ids-header-1177__region-picker__text {
280
- display: none;
281
- }
282
- }
283
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-icon {
284
- padding-right: 0.5rem;
285
- }
286
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-icon:before {
287
- content: "";
288
- position: absolute;
289
- z-index: 1;
290
- left: -1.875rem;
291
- width: 0.063rem;
292
- min-height: 4rem;
293
- background-color: var(--IDS-COLOR-NEUTRAL-100);
294
- }
295
- @media (max-width: 1024px) {
296
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-icon:before {
297
- left: 0;
298
- top: 50%;
299
- transform: translateY(-50%);
300
- min-height: 2rem;
301
- }
302
- }
303
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon {
304
- background-color: var(--IDS-COLOR-PRIMARY-40);
305
- display: flex;
306
- position: relative;
307
- align-items: center;
308
- height: 100%;
309
- align-items: center;
310
- }
311
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon:after {
312
- content: "";
313
- background-color: var(--IDS-COLOR-PRIMARY-40);
314
- position: absolute;
315
- z-index: 0;
316
- border-radius: 100%;
317
- right: -0.5625rem;
318
- top: 0;
319
- left: auto;
320
- top: 50%;
321
- margin-top: -12.5rem;
322
- clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
323
- height: 25rem;
324
- width: 25rem;
325
- }
326
- @media (max-width: 1024px) {
327
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon:after {
328
- display: none;
329
- }
330
- }
331
- @media (max-width: 1024px) {
332
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon {
333
- background-color: var(--IDS-COLOR-PRIMARY-40);
334
- justify-content: space-between;
335
- padding-left: 1rem;
336
- height: auto;
337
- align-items: normal;
338
- }
339
- }
340
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker {
341
- position: relative;
342
- align-items: center;
343
- position: relative;
344
- height: inherit;
345
- padding: 0 0.5rem;
346
- margin: 0 -0.4375rem 0 0.5rem;
347
- }
348
- @media (max-width: 1024px) {
349
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker {
350
- margin-left: 0;
351
- position: initial;
352
- height: 100%;
353
- justify-content: space-between;
354
- }
355
- }
356
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button {
357
- min-width: 1.5rem;
358
- min-height: 1.5rem;
359
- background: none;
360
- color: inherit;
361
- border: none;
362
- padding: 0;
363
- font: inherit;
364
- cursor: pointer;
365
- outline: inherit;
366
- -moz-user-select: -moz-none;
367
- -khtml-user-select: none;
368
- -webkit-user-select: none;
369
- -ms-user-select: none;
370
- user-select: none;
371
- border: none;
372
- background-color: none;
373
- display: flex;
374
- gap: 1rem;
375
- font-size: 0.875rem;
376
- color: var(--IDS-COLOR-PRIMARY-35);
377
- align-items: center;
378
- padding: 0 1.75rem 0 0.125rem;
379
- margin: 0 -0.5rem;
380
- position: relative;
381
- }
382
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button:focus {
383
- outline: var(--IDS-FOCUS__OUTLINE);
384
- outline-offset: 0.125rem !important;
385
- }
386
- @media (max-width: 1024px) {
387
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button {
388
- inset: 0;
389
- padding-right: 1.5rem;
390
- padding-left: 1.25rem;
391
- margin-right: 0.0625rem;
392
- position: absolute;
393
- justify-content: space-between;
394
- color: var(--IDS-COLOR-NEUTRAL-100);
395
- }
396
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button:focus {
397
- outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
398
- outline-offset: -0.25rem !important;
399
- }
400
- }
401
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button:after {
402
- font: icon;
403
- font-family: "Inera-Design-Icons" !important;
404
- display: block;
405
- position: absolute;
406
- pointer-events: none;
407
- -webkit-font-smoothing: antialiased;
408
- -moz-osx-font-smoothing: grayscale;
409
- content: "\e936";
410
- color: var(--IDS-HEADER__REGION-PICKER-ICON);
411
- right: 0.125rem;
412
- }
413
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button.ids-header-1177__region-picker__button--expanded:after {
414
- content: "\e939";
415
- }
416
249
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
417
250
  display: flex;
418
251
  align-items: center;
@@ -426,9 +259,21 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
426
259
  margin-right: 0.5rem;
427
260
  }
428
261
  }
262
+ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
263
+ display: flex;
264
+ flex-grow: 1;
265
+ align-items: center;
266
+ position: relative;
267
+ margin-left: 1.875rem;
268
+ }
269
+ @media (max-width: 1024px) {
270
+ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
271
+ display: none;
272
+ }
273
+ }
429
274
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile {
430
275
  display: none;
431
- background-color: var(--IDS-COLOR-PRIMARY-90);
276
+ background-color: var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);
432
277
  flex-wrap: wrap;
433
278
  flex: 1 1 auto;
434
279
  box-sizing: border-box;
@@ -439,55 +284,37 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav
439
284
  display: flex;
440
285
  }
441
286
  }
442
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__skip-to-content ::slotted(a),
443
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__skip-to-content a {
444
- display: flex;
445
- align-items: center;
446
- justify-content: center;
447
- padding: 0 1rem;
448
- height: 3rem;
449
- text-align: center;
450
- background-color: var(--IDS-COLOR-NEUTRAL-100);
451
- box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.625rem 0;
452
- z-index: 20;
453
- font-family: var(--IDS-LINK__FONT-FAMILY);
454
- font-size: 1rem;
455
- color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
456
- text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
457
- text-decoration: underline;
287
+ header.ids-header-1177.ids-header-1177--unresponsive:before {
288
+ content: "";
458
289
  position: absolute;
459
- right: 0;
290
+ top: 0;
460
291
  left: 0;
461
- transform: translateY(-300%);
462
- transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
463
- }
464
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__skip-to-content ::slotted(a:focus),
465
- header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__skip-to-content a:focus {
466
- transform: translateY(0);
467
- transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
468
- color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
469
- text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
470
- outline-offset: -0.375rem !important;
471
- }
472
- @media (max-width: 1024px) {
473
- header.ids-header-1177:not(.ids-header-1177--unresponsive) {
474
- box-shadow: none;
475
- }
476
- }
477
- header.ids-header-1177.ids-header-1177--unresponsive {
478
- --IDS-HEADER__REGION-PICKER-ICON: var(--IDS-COLOR-PRIMARY-35);
292
+ right: 0;
293
+ height: 0.5rem;
294
+ z-index: 3;
295
+ background-color: var(--IDS-HEADER-1177__TOP-BORDER-COLOR);
479
296
  }
480
297
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container {
481
- background: linear-gradient(90deg, var(--IDS-COLOR-PRIMARY-40) 50%, var(--IDS-COLOR-PRIMARY-90) 50%);
298
+ background-color: var(--IDS-HEADER-1177__BACKGROUND-COLOR);
482
299
  padding: 0;
483
300
  position: relative;
484
301
  z-index: 2;
302
+ display: flex;
303
+ align-items: center;
304
+ }
305
+ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left,
306
+ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__right {
307
+ flex: 1 1 0;
308
+ min-width: 0;
309
+ height: 7.5rem;
310
+ }
311
+ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left {
312
+ background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
485
313
  }
486
314
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner {
315
+ flex-grow: 1;
316
+ flex: 0 1 auto;
487
317
  max-width: var(--IDS__MAX-WIDTH);
488
- margin-left: auto;
489
- margin-right: auto;
490
- background: var(--IDS-COLOR-PRIMARY-90);
491
318
  width: 100%;
492
319
  position: relative;
493
320
  display: flex;
@@ -502,13 +329,13 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
502
329
  }
503
330
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
504
331
  display: flex;
505
- max-width: calc(100% - 6.5rem);
332
+ padding-right: var(--IDS__CONTAINER-MARGIN);
506
333
  flex-grow: 1;
507
334
  justify-content: flex-end;
508
- margin-left: auto;
335
+ align-items: center;
509
336
  }
510
337
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
511
- background-color: var(--IDS-COLOR-PRIMARY-40);
338
+ background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
512
339
  display: flex;
513
340
  align-items: center;
514
341
  position: relative;
@@ -516,12 +343,12 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
516
343
  min-height: 7.5rem;
517
344
  margin-left: 0 !important;
518
345
  margin-right: 0;
519
- padding-left: 0.75rem;
520
- padding-right: 2.25rem;
346
+ padding-left: var(--IDS__CONTAINER-MARGIN);
347
+ overflow-y: clip;
521
348
  }
522
349
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
523
350
  content: "";
524
- background-color: var(--IDS-COLOR-PRIMARY-40);
351
+ background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
525
352
  position: absolute;
526
353
  z-index: 0;
527
354
  border-radius: 100%;
@@ -546,7 +373,7 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
546
373
  }
547
374
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
548
375
  cursor: pointer;
549
- height: 6.4375rem;
376
+ height: 5.625rem;
550
377
  width: 100%;
551
378
  position: relative;
552
379
  }
@@ -559,7 +386,7 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
559
386
  -webkit-font-smoothing: antialiased;
560
387
  -moz-osx-font-smoothing: grayscale;
561
388
  content: "\e91e";
562
- color: var(--IDS-COLOR-NEUTRAL-100);
389
+ color: var(--IDS-HEADER-1177__LOGO-COLOR);
563
390
  font-size: 6.625rem;
564
391
  }
565
392
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus,
@@ -572,138 +399,12 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
572
399
  display: flex;
573
400
  align-items: center;
574
401
  font-size: 6.625rem;
575
- color: var(--IDS-COLOR-NEUTRAL-100);
402
+ color: var(--IDS-HEADER-1177__LOGO-COLOR);
576
403
  }
577
404
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]:focus) {
578
405
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
579
406
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
580
407
  }
581
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region {
582
- display: flex;
583
- flex-grow: 1;
584
- gap: 1rem;
585
- align-items: center;
586
- position: relative;
587
- }
588
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:after {
589
- content: "";
590
- background-color: var(--IDS-COLOR-PRIMARY-40);
591
- position: absolute;
592
- z-index: 0;
593
- border-radius: 100%;
594
- right: -0.5625rem;
595
- top: 0;
596
- left: auto;
597
- display: none;
598
- top: 0;
599
- margin-top: -7.81rem;
600
- clip: rect(7.8125rem, 18.75rem, 10.8125rem, 18.125rem);
601
- height: 18.75rem;
602
- width: 18.75rem;
603
- }
604
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-picker {
605
- min-width: 7rem;
606
- box-sizing: content-box;
607
- }
608
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-picker .ids-header-1177__region-picker__text {
609
- font-size: 1rem;
610
- white-space: nowrap;
611
- }
612
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected {
613
- margin-left: -0.25rem;
614
- }
615
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-picker .ids-header-1177__region-picker__button {
616
- display: flex;
617
- justify-content: end;
618
- }
619
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-icon {
620
- padding-right: 0.5rem;
621
- }
622
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-icon:before {
623
- content: "";
624
- position: absolute;
625
- z-index: 1;
626
- left: -1.875rem;
627
- width: 0.063rem;
628
- min-height: 4rem;
629
- background-color: var(--IDS-COLOR-NEUTRAL-100);
630
- }
631
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon {
632
- background-color: var(--IDS-COLOR-PRIMARY-40);
633
- display: flex;
634
- position: relative;
635
- align-items: center;
636
- height: 100%;
637
- align-items: center;
638
- }
639
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon:after {
640
- content: "";
641
- background-color: var(--IDS-COLOR-PRIMARY-40);
642
- position: absolute;
643
- z-index: 0;
644
- border-radius: 100%;
645
- right: -0.5625rem;
646
- top: 0;
647
- left: auto;
648
- top: 50%;
649
- margin-top: -12.5rem;
650
- clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
651
- height: 25rem;
652
- width: 25rem;
653
- }
654
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker {
655
- position: relative;
656
- align-items: center;
657
- position: relative;
658
- height: inherit;
659
- padding: 0 0.5rem;
660
- margin: 0 -0.4375rem 0 0.5rem;
661
- }
662
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button {
663
- min-width: 1.5rem;
664
- min-height: 1.5rem;
665
- background: none;
666
- color: inherit;
667
- border: none;
668
- padding: 0;
669
- font: inherit;
670
- cursor: pointer;
671
- outline: inherit;
672
- -moz-user-select: -moz-none;
673
- -khtml-user-select: none;
674
- -webkit-user-select: none;
675
- -ms-user-select: none;
676
- user-select: none;
677
- border: none;
678
- background-color: none;
679
- display: flex;
680
- gap: 1rem;
681
- font-size: 0.875rem;
682
- color: var(--IDS-COLOR-PRIMARY-35);
683
- align-items: center;
684
- padding: 0 1.75rem 0 0.125rem;
685
- margin: 0 -0.5rem;
686
- position: relative;
687
- }
688
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button:focus {
689
- outline: var(--IDS-FOCUS__OUTLINE);
690
- outline-offset: 0.125rem !important;
691
- }
692
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button:after {
693
- font: icon;
694
- font-family: "Inera-Design-Icons" !important;
695
- display: block;
696
- position: absolute;
697
- pointer-events: none;
698
- -webkit-font-smoothing: antialiased;
699
- -moz-osx-font-smoothing: grayscale;
700
- content: "\e936";
701
- color: var(--IDS-HEADER__REGION-PICKER-ICON);
702
- right: 0.125rem;
703
- }
704
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker .ids-header-1177__region-picker__button.ids-header-1177__region-picker__button--expanded:after {
705
- content: "\e939";
706
- }
707
408
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
708
409
  display: flex;
709
410
  align-items: center;
@@ -711,44 +412,18 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
711
412
  margin-right: 1.25rem;
712
413
  margin-left: 1rem;
713
414
  }
415
+ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
416
+ display: flex;
417
+ flex-grow: 1;
418
+ align-items: center;
419
+ position: relative;
420
+ margin-left: 1.875rem;
421
+ }
714
422
  header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__nav-mobile {
715
423
  display: none;
716
- background-color: var(--IDS-COLOR-PRIMARY-90);
424
+ background-color: var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);
717
425
  flex-wrap: wrap;
718
426
  flex: 1 1 auto;
719
427
  box-sizing: border-box;
720
428
  height: 3.125rem;
721
- }
722
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-content ::slotted(a),
723
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-content a {
724
- display: flex;
725
- align-items: center;
726
- justify-content: center;
727
- padding: 0 1rem;
728
- height: 3rem;
729
- text-align: center;
730
- background-color: var(--IDS-COLOR-NEUTRAL-100);
731
- box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.625rem 0;
732
- z-index: 20;
733
- font-family: var(--IDS-LINK__FONT-FAMILY);
734
- font-size: 1rem;
735
- color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
736
- text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
737
- text-decoration: underline;
738
- position: absolute;
739
- right: 0;
740
- left: 0;
741
- transform: translateY(-300%);
742
- transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
743
- }
744
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-content ::slotted(a:focus),
745
- header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-content a:focus {
746
- transform: translateY(0);
747
- transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
748
- color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
749
- text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
750
- outline-offset: -0.375rem !important;
751
- }
752
- header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-header-1177__inner {
753
- max-width: 100% !important;
754
429
  }