@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: verdana;
}

a, p, h1, h2, h3, h4, span {
  color: rgb(46, 49, 56);
}

a {
  text-decoration: none;
}

.icomoon::before {
  font-family: "icomoon";
  font-size: inherit;
}

.header {
  margin-bottom: 40px;
}

h1 {
  font-size: 36px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?f450d6");
  src: url("../fonts/icomoon.eot?f450d6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?f450d6") format("truetype"), url("../fonts/icomoon.woff?f450d6") format("woff"), url("../fonts/icomoon.svg?f450d6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* roboto-100 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v47-latin-100.woff2") format("woff2");
}
/* roboto-100italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/roboto-v47-latin-100italic.woff2") format("woff2");
}
/* roboto-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/roboto-v47-latin-200.woff2") format("woff2");
}
/* roboto-200italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/roboto-v47-latin-200italic.woff2") format("woff2");
}
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v47-latin-300.woff2") format("woff2");
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v47-latin-300italic.woff2") format("woff2");
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v47-latin-regular.woff2") format("woff2");
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v47-latin-italic.woff2") format("woff2");
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v47-latin-500.woff2") format("woff2");
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v47-latin-500italic.woff2") format("woff2");
}
/* roboto-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v47-latin-600.woff2") format("woff2");
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/roboto-v47-latin-600italic.woff2") format("woff2");
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-latin-700.woff2") format("woff2");
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v47-latin-700italic.woff2") format("woff2");
}
/* roboto-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/roboto-v47-latin-800.woff2") format("woff2");
}
/* roboto-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/roboto-v47-latin-800italic.woff2") format("woff2");
}
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v47-latin-900.woff2") format("woff2");
}
/* roboto-900italic - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/roboto-v47-latin-900italic.woff2") format("woff2");
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 5px 20px;
}
header > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > div .red-btn {
  margin: 0 150px;
}
@media (max-width: 735px) {
  header > div .red-btn {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}

#sidebar-toggle {
  display: none;
}

.logo-small {
  display: block;
  transition: 500ms ease-out;
}

.sidebar-open-btn, .sidebar-close-btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
}

#sidebar-toggle:checked ~ .header-inner {
  pointer-events: all;
  right: 0;
}

@media (max-width: 550px) {
  #sidebar-toggle:checked ~ div > .logo-small {
    opacity: 0;
  }
}

#sidebar-toggle:checked ~ #overlay {
  display: block;
  height: 100dvh;
  width: 100dvw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.sidebar-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
}

.header-inner {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 500ms ease 0s;
  box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 40px;
  width: 350px;
}
.header-inner .nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding-left: 5%;
  width: 100%;
}
.header-inner .nav-links li {
  min-height: 30px;
  position: relative;
}
.header-inner .nav-links li a {
  margin: auto 0;
  font-weight: 400;
}
.header-inner .nav-links a {
  transition: color 150ms ease;
}
.header-inner .nav-links a:hover {
  color: rgb(219, 26, 35);
  text-decoration: underline;
}

.dropdown > .header-children-dropdown {
  display: none;
  pointer-events: none;
}

.header-children-dropdown {
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px 0 15px;
  left: -15px;
  top: 100%;
  text-wrap-mode: nowrap;
  position: absolute;
  list-style: none;
}

.header-link-container {
  display: flex;
  justify-content: space-between;
  min-height: 30px;
  margin-right: 50px;
}

.header-children-dropdown {
  position: relative;
  top: 0;
  left: 0;
  background-color: none;
}

.header-children-dropdown.active {
  display: flex;
  pointer-events: all;
}

#overlay {
  display: none;
}

.logo {
  width: 100%;
  padding: 5px 0 5px 5%;
  background-color: white;
}

.header-dropdown-btn {
  width: 0;
  height: 0;
}

.header-dropdown-btn::before {
  cursor: pointer;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  border: 1px rgba(100, 100, 100, 0.4) solid;
  height: 20px;
  width: 20px;
  text-align: center;
  box-sizing: content-box;
  content: "+";
  display: block;
}

.header-dropdown-btn::before:hover {
  color: rgb(219, 26, 35);
}

.header-link-container.header-open ~ .header-children-dropdown {
  display: flex;
  pointer-events: all;
}

.header-link-container.header-open > .header-dropdown-btn::before {
  content: "–";
}

.hero {
  background-image: url(/img/wind-turbine.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100dvw;
  position: relative;
  left: calc(-50dvw + 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.hero h1 {
  width: 80%;
  text-align: center;
  color: white;
  font-size: 60px;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 666px) {
  .hero h1 {
    width: 95%;
  }
}
@media (max-width: 550px) {
  .hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 420px) {
  .hero h1 {
    font-size: 40px;
  }
}
.hero div p {
  width: 90%;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 32px;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
}

.news-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
.news-container h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
}

.news-content-container {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, min(400px, 100%));
  gap: 32px;
}

.news-card {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(207, 217, 226);
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 150ms ease;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.news-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news-card:hover {
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.15);
}

.news-card-link {
  color: rgb(219, 26, 35);
  margin: auto 0 20px 20px;
  font-size: 14px;
  font-weight: 500;
}

.news-card:hover .news-card-link {
  text-decoration: underline;
}

.news-card:hover .news-card-desc h2 {
  color: rgb(219, 26, 35);
}

.news-card-desc {
  margin: 0 40px 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.news-card-desc .news-card-date {
  font-size: 14px;
  line-height: 20px;
  color: rgb(92, 99, 112);
}
.news-card-desc h2 {
  color: rgb(46, 49, 56);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.5px;
  transition: color 150ms ease;
}
.news-card-desc .news-card-desc-text {
  font-size: 14px;
  line-height: 24px;
  color: rgb(92, 99, 112);
}

.news-categories-container {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 20px;
}

.news-category-card {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(207, 217, 226);
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 150ms ease;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.news-category-card img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news-category-card:hover {
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.15);
}

.news-category-card:hover .news-category-card-link {
  text-decoration: underline;
}

.news-category-card-bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-category-card-link {
  color: rgb(219, 26, 35);
  margin: 20px 0 20px 20px;
  font-size: 14px;
  font-weight: 500;
}

.news-category-card:hover .news-category-card-desc h2 {
  color: rgb(219, 26, 35);
}

.news-category-card-desc {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.news-category-card-desc .news-category-card-date {
  font-size: 14px;
  line-height: 20px;
  color: rgb(92, 99, 112);
}
.news-category-card-desc h2 {
  color: rgb(46, 49, 56);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.5px;
  transition: color 150ms ease;
}
.news-category-card-desc .news-category-card-desc-text p {
  font-size: 14px;
  line-height: 24px;
  color: rgb(92, 99, 112);
}

.termine-container {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
.termine-container h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
  text-align: center;
}

.termine-content-container {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, min(600px, 100%));
  gap: 32px;
}

.termine-card {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(207, 217, 226);
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 150ms ease;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.termine-card h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5;
  line-height: 28px;
}
.termine-card span {
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  color: rgb(219, 26, 35);
  margin-top: max(10px, auto);
}

.termine-card:hover {
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.15);
}
.termine-card:hover span {
  text-decoration: underline;
}

.termine-card-date, .termine-card-loc {
  color: rgb(92, 99, 112);
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.termine-card-date::before, .termine-card-loc::before {
  color: rgb(219, 26, 35);
  margin-right: 8px;
}

.termine-card-loc::before {
  content: "\e948";
}

.termine-card-date::before {
  content: "\e953";
}

.termine-card-desc-text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

footer {
  margin-top: 60px;
  width: 100%;
  padding: 40px 0;
  background-color: rgb(179, 191, 204);
}

.footer-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  padding: 32px;
  border-bottom: 1px solid rgb(207, 217, 226);
}

.footer-item .footer-header-red {
  color: rgb(219, 26, 35);
}
.footer-item h1 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(34, 37, 42);
  line-height: 28px;
  margin-bottom: 16px;
}
.footer-item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.footer-item ul li, .footer-item ul a {
  color: rgb(34, 37, 42);
  font-size: 14px;
}
.footer-item ul a:hover {
  color: rgb(219, 26, 35);
  text-decoration: underline;
}

.footer-bottom {
  padding: 32px 32px 0 32px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-bottom ul {
  list-style: none;
  display: flex;
  gap: 8px;
}
.footer-bottom ul li, .footer-bottom ul a {
  color: rgb(34, 37, 42);
  font-size: 14px;
}
.footer-bottom ul a:hover {
  color: rgb(219, 26, 35);
  text-decoration: underline;
}
.footer-bottom p a {
  text-decoration: underline;
}
.footer-bottom p a:hover {
  color: rgb(219, 26, 35);
  text-decoration: underline;
}

.icomoon-footer-info::before {
  color: rgb(219, 26, 35);
  margin-right: 8px;
}

.icomoon-loc::before {
  content: "\e948";
}

.icomoon-tel::before {
  content: "\e942";
}

.icomoon-fax::before {
  content: "\e926";
}

.icomoon-mail::before {
  content: "\ea83";
}

.detailed-news-article {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 1000px) {
  .detailed-news-article {
    width: 100%;
  }
}

.mediaelement-image img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto;
  border-radius: 5px;
}

.detailed-news-header {
  margin: 30px 0 10px 0;
}
.detailed-news-header h1 {
  font-size: 28px;
  font-weight: 500;
}

.detailed-news-date time {
  color: #abb0ba;
  letter-spacing: 1px;
}

.detailed-news-teaser {
  margin-top: 30px;
  font-size: 18px;
}

.news-text-wrap, .news-content-elements {
  margin-top: 30px;
  max-width: 95%;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.termine-detail-container {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 1000px) {
  .termine-detail-container {
    width: 100%;
  }
}
.termine-detail-container h1 {
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 46.2px;
}

.termine-detail-date {
  font-size: 14px;
  margin-bottom: 5px;
}

.termine-detail-date::before {
  content: "\e953";
  margin-right: 4px;
  color: rgb(219, 26, 35);
}

.termine-detail-loc {
  font-size: 14px;
  margin-bottom: 15px;
}

.termine-detail-loc::before {
  content: "\e948";
  margin-right: 8px;
  color: rgb(219, 26, 35);
}

.termine-detail-description {
  width: 100%;
  font-size: 18px;
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .termine-detail-description {
    flex-direction: column;
  }
}
.termine-detail-description img {
  width: 40%;
  max-height: 800px;
  height: auto;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .termine-detail-description img {
    width: 60%;
    align-self: center;
  }
}
@media (max-width: 500px) {
  .termine-detail-description img {
    width: 100%;
  }
}

.termine-detail-description-text * {
  margin: 12px 0;
}
.termine-detail-description-text a {
  text-decoration: underline;
}
.termine-detail-description-text a:hover {
  color: rgb(219, 26, 35);
}

.termine-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.termine-list-container h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
}

.termine-list-content-container {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 400px);
  gap: 32px;
}

.termine-list-card {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(207, 217, 226);
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 150ms ease;
}

.termine-list-card:hover {
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.15);
}
.termine-list-card:hover .termine-list-card-desc span {
  text-decoration: underline;
}

.termine-list-card-top {
  background-color: rgb(200, 200, 200);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px 30px 20px 0;
}
.termine-list-card-top h2 {
  color: white;
  margin-left: 20px;
}

.termine-list-card-desc {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-left: 20px;
  padding: 20px 50px 20px 0;
}
.termine-list-card-desc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.termine-list-card-desc ul li {
  color: rgb(92, 99, 112);
  font-weight: 400;
}
.termine-list-card-desc p {
  font-size: 14px;
  line-height: 20px;
}
.termine-list-card-desc span {
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  color: rgb(219, 26, 35);
  margin-top: 10px;
}

.f3-widget-paginator {
  list-style: none;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.f3-widget-paginator li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgb(207, 217, 226);
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.1);
  transition: background-color 150ms;
}
.f3-widget-paginator li.current {
  background-color: rgb(219, 26, 35);
  color: white;
}
.f3-widget-paginator li:hover {
  background-color: rgb(219, 26, 35);
}
.f3-widget-paginator a {
  transition: color 150ms;
}
.f3-widget-paginator a:hover {
  color: white;
}

.cta-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.partner-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.partner-container h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
}

.partner-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.partner-card {
  width: 100dvw;
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid rgb(207, 217, 226);
  box-shadow: 0px 5px 50px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 150ms ease;
}
.partner-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
}
.partner-card .partner-name {
  padding: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
.partner-card .partner-desc {
  padding: 0 24px 24px 24px;
}
.partner-card .partner-desc * {
  color: rgb(92, 99, 112);
  font-size: 14px;
  line-height: 24px;
}
.partner-card .partner-desc ul {
  margin-left: 20px;
}

.container-grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
@media (max-width: 666px) {
  .container-grid-2-1 {
    grid-template-columns: 1fr;
  }
}

.container-grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 666px) {
  .container-grid-1-2 {
    grid-template-columns: 1fr;
  }
}

.container-grid-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.container-grid-1-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 666px) {
  .container-grid-1-1-1 {
    grid-template-columns: 1fr;
  }
}

.ce-bodytext * {
  margin: 12px 0;
}
.ce-bodytext a {
  text-decoration: underline;
}
.ce-bodytext a:hover {
  color: rgb(219, 26, 35);
}
.ce-bodytext ul {
  margin-left: 30px;
}

body {
  animation: transitionIn 0.5s;
}

@keyframes transitionIn {
  from {
    opacity: 0.15;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
section {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 20%;
}

@keyframes appear {
  from {
    opacity: 0.8;
    scale: 0.9;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    scale: 1;
    transform: translateY(0px);
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  width: 100%;
}

main {
  flex-grow: 1;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

section {
  margin-top: 60px;
  max-width: 1500px;
}

.red-btn {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background-color: rgb(219, 26, 35);
  border-radius: 6px;
  box-sizing: content-box;
  width: fit-content;
  padding: 15px 32px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: box-shadow 0.125s ease-in;
}

.red-btn:hover {
  box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.1);
}

.no-space-top {
  margin-top: 20px;
}/*# sourceMappingURL=main.css.map */