/* lexend-exa-regular - latin */
@font-face {
  font-family: 'Lexend Exa';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/lexend-exa-v24-latin-regular.woff2") format("woff2"), url("../fonts/lexend-exa-v24-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* lexend-exa-700 - latin */
@font-face {
  font-family: 'Lexend Exa';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/lexend-exa-v24-latin-700.woff2") format("woff2"), url("../fonts/lexend-exa-v24-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
.row.np > * {
  padding-left: 0;
  padding-right: 0; }

body {
  background-color: #e3e3e3;
  font-family: 'Lexend Exa';
  hyphens: auto; }

h2, h3, h4 {
  font-weight: 700; }

body > .container {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03); }

#top header {
  padding-top: 28px;
  padding-bottom: 32px;
  padding-left: 30px;
  overflow: hidden;
  background-color: #fff; }

#header {
  position: relative; }
  #header header {
    background-color: #fff;
    position: absolute;
    width: fit-content;
    left: 0;
    bottom: 30px;
    padding: 20px 30px 12px 24px; }

h1 {
  font-size: 42px;
  line-height: 50px;
  padding: relative;
  width: 373px;
  aspect-ratio: 373/84;
  height: auto;
  max-width: calc(100% - 60px);
  overflow: hidden; }
  h1:before {
    content: "";
    width: 373px;
    aspect-ratio: 373/84;
    height: auto;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    position: absolute;
    max-width: calc(100% - 60px);
    background-size: contain; }

h2 {
  font-size: 27px;
  line-height: 32px;
  color: #97BF0D;
  letter-spacing: -2px; }
  h2 span {
    color: #004B7D;
    display: block; }

#intro .row {
  background-color: #fff; }
  #intro .row.last {
	  background-color:#E6EDF1;
	  padding-top: 60px; 
    padding-bottom: 60px; }
#intro h2 {
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center; }
  #intro h2 span {
    display: inline; }
#intro .col p {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -2px;
  color: #004B7D; }
#intro .col img {
  margin-top: 40px; }

.col img {
  max-width: 100%; }

p {
  font-weight: 400; }

#activityfields .row {
  background-color: #004B7D;
  padding: 0 40px; }
  #activityfields .row.last {
    gap: 30px;
    padding: 0;
    justify-content: center;
    padding-bottom: 120px; }
#activityfields h2 {
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center; }
  #activityfields h2 span {
    color: white;
    display: inline; }
#activityfields .afitem {
  background-color: white;
  display: flex;
  padding: 0;
  flex-direction: column;
  width: calc(100% - 60px); }
#activityfields p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -2px; }

.afimage {
  position: relative; }
  .afimage img.image {
    width: 100%;
    aspect-ratio: 724/483;
    height: auto;
    background-repeat: no-repeat;
    max-width: 100%; }
  .afimage img.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.afbox {
  padding: 20px; }
  .afbox h3 {
    color: #97BF0D;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px; }

footer {
  hyphens: none; }

footer .row {
  background-color: #002135;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px; }
  footer .row > * {
    display: flex;
    width: fit-content; }

#evn {
  font-size: 42px;
  line-height: 50px;
  padding: relative;
  width: 231px;
  aspect-ratio: 231/56;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden; }
  #evn:before {
    content: "";
    width: 231px;
    aspect-ratio: 231/56;
    height: auto;
    background-image: url(../img/energieverbund_nord.svg);
    background-repeat: no-repeat;
    position: absolute;
    max-width: calc(100% - 60px);
    background-size: contain; }

#social a.facebook {
  width: 31px;
  aspect-ratio: 31/30;
  margin-right: 20px; }
  #social a.facebook:before {
    content: "";
    width: 31px;
    aspect-ratio: 31/30;
    height: auto;
    background-image: url(../img/facebook.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain; }
#social a.instagram {
  width: 32px;
  aspect-ratio: 32/30; }
  #social a.instagram:before {
    content: "";
    width: 32px;
    aspect-ratio: 32/30;
    height: auto;
    background-image: url(../img/instagram.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain; }

#imprint {
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: column; }
  #imprint a {
    display: block;
    color: white;
    margin-right: 20px;
    text-decoration: none; }
  #imprint p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0; }

.topfooter {
  text-align: center; }
  .topfooter .row {
    padding: 0 40px;
    background-color: #fff; }
  .topfooter img {
    max-width: 100%; }
    


@media (min-width: 576px) {
  footer .row {
    align-items: center;
    padding-left: 0; }

  #evn {
    margin-left: 40px; }

  #imprint {
    flex-direction: row; }
    #imprint a {
      display: inline-block; } }
@media (min-width: 768px) {
  #top header {
    padding-top: 38px;
    padding-bottom: 32px;
    padding-left: 80px; }

  #header header {
    bottom: 40px;
    padding: 20px 80px; }

  h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -3px; }

  #intro .col p {
    margin-left: 60px;
    margin-right: 60px; } }
@media (min-width: 992px) {
  #top header {
    padding-top: 38px;
    padding-bottom: 32px;
    padding-left: 120px; }

  #header header {
    bottom: 100px;
    padding: 50px 120px; }

  h2 {
    font-size: 42px;
    line-height: 50px; }

  #intro .col img {
    margin-top: 0; }

  #activityfields .afitem {
    width: calc(33.3% - 60px); }

  footer .row {
    flex-direction: row; }

  footer #imprint {
    margin-right: 40px; } }
@media (min-width: 1200px) {
  #header header {
    bottom: 200px; }

  #intro .col p {
    margin-left: 60px;
    margin-right: 60px; } }



