
:root {
  --color-white: #FAFAFF;
  --color-black: #444444;
  --color-indigo: #7603FF;
  --color-amethyst: #AE55F5;
  --color-lavender: #7A6FB9;
  --color-lilac: #BBA2CD;
  --color-blush: #F0DFE1;
  --color-alice: #E1E6ED;
  --color-text-main: var(--color-black);
  --color-text-alternative: var(--color-white);
  --color-text-highlight: var(--color-lilac);
  --color-background-main: var(--color-white);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Alpino';
  font-weight: 400;
   font-variant-numeric: lining-nums!important;
  line-height: 1;
  color: var(--color-text-main);
    background-image: url(/themes/custom/smart_energy_cluster/images/background.png);
  background-size: cover;
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

button {
  background: none;
  border: none;
  color: inherit;
  outline: none;
  cursor: pointer;
  padding-inline: 0;
}

input, textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

#block-smart-energy-cluster-pagebackground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
}

.page-background {
  width: 100vw;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}

.contextual-region.profile {
  /*width: 100vw;*/
  /*height: 100vh;*/
  /*padding: 220px 100px 100px 100px;*/
  /*background-image: url(../images/background.png);*/
  /*background-size: cover;*/
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1.25;
}

.h2 {
  font-size: clamp(46px, 4vw, 76px);
  line-height: 1.0526;
  font-weight: 400;
}

.eu-cookie-compliance-status-2 .node--type-page .field--type-text-with-summary {
  padding: 160px 100px;
}

.eu-cookie-compliance-status-2 h3 {
  font-size: 36px;
  padding-bottom: 15px;
}

.eu-cookie-compliance-status-2 p {
  padding-bottom: 20px;
}

.number {
    font-family: arial;
}

@media only screen and (max-width: 769px) {
  .eu-cookie-compliance-status-2 .node--type-page .field--type-text-with-summary  {
    padding: 160px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .p {
    font-size: 16px;
    line-height: 1.25;
  }
  .eu-cookie-compliance-status-2 .node--type-page .field--type-text-with-summary  {
    padding: 100px 40px;
  }
}
