/* #############################
#############################

Banner-Hintergrund: #13484e
CI:                 #0d8c93
Text-Hintergrund:   #e0ecde
Text:               #13484e
Text 2:             #ffffff
#############################
#############################

#############################
############################# */
:root {
  --white: #ffffff;
  --text: rgb(29, 29, 29);
  --text-h: rgb(255, 255, 255);
  --ci-color: rgb(255, 204, 0);
  --ci-color-light: rgba(255, 255, 255, 1);
  --footer-bg-color: rgb(25, 25, 25);
  --border-color: rgb(10, 40, 60);
  --border-color-light: rgba(224, 236, 222, 0.85);
  --bg-light: rgb(224, 236, 222);
  --h2-size: calc(17pt + 0.75vw);
}

* {
  font-family: 'Montserrat', sans-serif !important;
}

/* FOOTER*/
.footercontent .container {
  opacity: 0.45;
}
.footercontent .py-5 .container {
  opacity: 1;
}
.footercontent .py-5 .container .cookies-deny{
  background: var(--white)!important;
}

.footercontent .container .ce-bodytext {
  margin: auto;
}

@media (min-width: 845px) {
  /* .footercontent .container .ce-bodytext {
    display: inline-flex;
  } */

  .footercontent .ce-gallery .image img {
    margin: 0 auto 5% auto;
  }

  .footercontent .container .frame-type-textmedia {
    width: 65%;
    margin: auto;
  }
}
