@charset "UTF-8";
:root {
  --primary-color: #ef8606;
  --primary-color-hover: hsl(33, 95%, 58%);
  --secondary-color: #0063a0;
  --secondary-color-hover: hsl(203, 100%, 41%);
  --third-color: #fff6ee;
}

[data-theme=gpjoule]:root {
  --primary-color: #ffe522;
  --primary-color-hover: #fce644;
  --secondary-color: black;
  --secondary-color-hover: hsl(203, 100%, 41%);
  --third-color: #fff6ee;
}

[data-theme=enerparc]:root {
  --primary-color: #000;
  --primary-color-hover: hsl(212, 95%, 58%);
  --secondary-color: #efefef;
  --secondary-color-hover: hsl(0, 0%, 100%);
  --third-color: #003878;
}

[data-theme=reon]:root {
  --primary-color: #ef8606;
  --primary-color-hover: hsl(33, 95%, 58%);
  --secondary-color: #0063a0;
  --secondary-color-hover: hsl(203, 100%, 41%);
  --third-color: #fff6ee;
}

[data-theme=bad-nauheim]:root {
  --primary-color: #003878;
  --primary-color-hover: hsl(212, 95%, 58%);
  --secondary-color: #efefef;
  --secondary-color-hover: hsl(0, 0%, 100%);
  --third-color: #003878;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol,
ul {
  list-style: none;
}

html {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  padding: 10px 20px;
  color: white;
  border: 0;
  border-radius: 0.5em;
  background-color: var(--primary-color);
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.25s, transform 0.2s; /* Füge transform zur Transition hinzu */
}
button:hover {
  background-color: var(--primary-color-hover);
  transform: scale(1.025); /* Vergrößere den Button leicht */
}

.button-primary {
  padding: 10px 20px;
  color: white;
  border: 0;
  border-radius: 0.5em;
  background: var(--primary-color);
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s;
  display: inline-block;
}
.button-primary:hover {
  background-color: var(--primary-color-hover);
  transform: scale(1.025); /* Vergrößere den Button leicht */
}

.button-primary-inverted {
  padding: 10px 20px;
  color: var(--primary-color);
  border: 0;
  border-radius: 0.5em;
  border: 1px solid var(--primary-color);
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s;
  display: inline-block;
  background-color: unset;
}
.button-primary-inverted:hover {
  background-color: unset;
  transform: scale(1.025); /* Vergrößere den Button leicht */
}

:root {
  --main-color: #5ea378;
  --sec-color: #edf8f1;
  --thir-color: #cdfbcd;
  --button-text-color-light: #5ea378;
  --button-bg-color-light: #edf8f1;
  --link-color: #5ea378;
  --backend-button-bg: #5ea378;
  --backend-button-text: #ffffff;
  --strong-button-bg: #1d6b4e;
  --strong-button-text: #ffffff;
  --button-hover: #76be92;
  --button-light-hover: #daf1e3;
  --select-color: #1c6b4e;
  --preview-message-bg: #f5f5f5;
  --create-project-progressbar: #1c6b4e;
  --fade-color-header: #6bc690;
  --graph-money-close-details: #62af80;
  --progress-percent: #1a5d38;
  --progress: #ebeff2;
  --progress-value: #6ac78f;
  --com-project-img-path: "/wp-content/plugins/ccass-platform/assets/wind.jpg";
  --com-project-bg-gradient: #6bc69060;
  --com-project-progrss-bar: green;
  --com-project-threshold: #bceece78;
  --cpro-tiles-headline: #1d6b4e;
  --project-filter-image: "wp-content/plugins/ccass-platform/assets/wind.jpg";
  --progress-color: #6bc690;
  --button-with-border: #70bf8f;
  --color-fade-dark: #5ea390;
  --color-fade-light: #6bc690;
  --img-header-ivest: "../wp-content/plugins/ccass-platform/assets/wind.jpg";
  --img-header-home: "../wp-content/plugins/ccass-platform/assets/wind.jpg";
  --login-bg: #e2ffe2;
  --login-success: #4bb71b;
}

[data-theme=enerparc]:root {
  --main-color: #003878;
  --sec-color: #efefef;
  --thir-color: #003878;
  --button-text-color-light: #fff;
  --button-bg-color-light: #003878;
  --link-color: #003878;
  --backend-button-bg: #003878;
  --backend-button-text: #ffffff;
  --strong-button-bg: #000;
  --strong-button-text: #ffffff;
  --button-hover: #003878;
  --button-light-hover: #003878;
  --select-color: #003878;
  --preview-message-bg: #f5f5f5;
  --create-project-progressbar: #003878;
  --fade-color-header: #003878;
  --graph-money-close-details: #000;
  --progress-percent: #003878;
  --progress: #ebeff2;
  --progress-value: #003878;
  --com-project-img-path: "/wp-content/plugins/ccass-platform/assets/wind.jpg";
  --com-project-bg-gradient: #003878;
  --com-project-progrss-bar: #003878;
  --com-project-threshold: #65b5e2;
  --cpro-tiles-headline: #000;
  --project-filter-image: "/wp-content/plugins/ccass-platform/assets/wind.jpg";
  --progress-color: #003878;
  --button-with-border: #003878;
  --color-fade-dark: #003878;
  --color-fade-light: #003878;
  --img-header-ivest: "../wp-content/plugins/ccass-platform/assets/wind.jpg";
  --img-header-home: "/wp-content/uploads/sites/25/2023/03/ez-enerparc-header.jpg";
  --login-bg: #003878;
  --login-success: #003878;
}

[data-theme=gpjoule]:root {
  --main-color: #ffe51f;
  --sec-color: #000;
  --thir-color: #fff8cc;
  --backend-button-bg: #ffe51f;
  --backend-button-text: #000;
  --strong-button-bg: #ffe51f;
  --strong-button-text: #000;
}

[data-theme=reon]:root {
  --main-color: #ef8606;
  --sec-color: #fff;
  --thir-color: #ffcc00;
  --backend-button-bg: #ef8606;
  --backend-button-text: #fff;
  --strong-button-bg: #ef8606;
  --strong-button-text: #fff;
  --cpro-tiles-headline: #0063a0;
}

[data-theme=bad-nauheim]:root {
  --main-color: #4f8c76;
  --sec-color: #8cbe8a;
  --thir-color: #cdfbcd;
  --button-text-color-light: #4f8c76;
  --button-bg-color-light: #55bf50;
  --link-color: #4f8c76;
  --backend-button-bg: #4f8c76;
  --backend-button-text: #ffffff;
  --strong-button-bg: #4f8c76;
  --strong-button-text: #ffffff;
  --button-hover: #76be92;
  --button-light-hover: #daf1e3;
  --select-color: #1c6b4e;
  --preview-message-bg: #f5f5f5;
  --create-project-progressbar: #1c6b4e;
  --fade-color-header: #e2e2e2;
  --graph-money-close-details: #62af80;
  --progress-percent: #1a5d38;
  --progress: #ebeff2;
  --progress-value: #6ac78f;
  --com-project-img-path: "/wp-content/plugins/ccass-platform/assets/wind.jpg";
  --com-project-bg-gradient: #6bc69060;
  --com-project-progrss-bar: green;
  --com-project-threshold: #bceece78;
  --cpro-tiles-headline: #4f8c76;
  --project-filter-image: "wp-content/plugins/ccass-platform/assets/wind.jpg";
  --progress-color: #6bc690;
  --button-with-border: #70bf8f;
  --color-fade-dark: #5ea390;
  --color-fade-light: #6bc690;
  --img-header-ivest: "../wp-content/plugins/ccass-platform/assets/wind.jpg";
  --img-header-home: "/wp-content/plugins/ccass-platform/assets/sw-badnauheim/header.jpg";
  --login-bg: #3a8cac;
  --login-success: #4bb71b;
}

[data-theme=gi-crowd]:root {
  --main-color: #8ca16a;
  --sec-color: #f9f9f9;
  --thir-color: #f2f2f2;
  --button-text-color-light: #8ca16a;
  --button-bg-color-light: #edf8f1;
  --link-color: #8ca16a;
  --backend-button-bg: #8ca16a;
  --backend-button-text: #ffffff;
  --strong-button-bg: #8ca16a;
  --strong-button-text: #ffffff;
  --button-hover: #8ca16a;
  --button-light-hover: #daf1e3;
  --select-color: #1c6b4e;
  --preview-message-bg: #f5f5f5;
  --create-project-progressbar: #1c6b4e;
  --fade-color-header: #8ca16a;
  --graph-money-close-details: #62af80;
  --progress-percent: #1a5d38;
  --progress: #ebeff2;
  --progress-value: #6ac78f;
  --com-project-img-path: "/wp-content/plugins/ccass-platform/assets/wind.jpg";
  --com-project-bg-gradient: #6bc69060;
  --com-project-progrss-bar: green;
  --com-project-threshold: #bceece78;
  --cpro-tiles-headline: #8ca16a;
  --project-filter-image: "../wp-content/plugins/ccass-platform/assets/green-innovations/gi-home.jpg";
  --progress-color: #6bc690;
  --button-with-border: #70bf8f;
  --color-fade-dark: #5ea390;
  --color-fade-light: #6bc690;
  --img-header-ivest: "../wp-content/plugins/ccass-platform/assets/wind.jpg";
  --img-header-home: "/wp-content/plugins/ccass-platform/assets/green-innovations/gi-home.jpg";
  --login-bg: #8ca16a;
  --login-success: #4bb71b;
}

[data-theme=solnet]:root {
  --main-color: #f7a600;
  --sec-color: #f2f2f2;
  --thir-color: #cdfbcd;
  --button-text-color-light: #f7a600;
  --button-bg-color-light: #edf8f1;
  --link-color: #f7a600;
  --backend-button-bg: #f7a600;
  --backend-button-text: #000;
  --strong-button-bg: #f7a600;
  --strong-button-text: #000;
  --button-hover: #76be92;
  --button-light-hover: #daf1e3;
  --select-color: #1c6b4e;
  --preview-message-bg: #f5f5f5;
  --create-project-progressbar: #1c6b4e;
  --fade-color-header: #6bc690;
  --graph-money-close-details: #62af80;
  --progress-percent: #1a5d38;
  --progress: #ebeff2;
  --progress-value: #6ac78f;
  --com-project-img-path: "/wp-content/plugins/ccass-platform/assets/wind.jpg";
  --com-project-bg-gradient: #6bc69060;
  --com-project-progrss-bar: green;
  --com-project-threshold: #bceece78;
  --cpro-tiles-headline: #f7a600;
  --project-filter-image: "wp-content/plugins/ccass-platform/assets/wind.jpg";
  --progress-color: #6bc690;
  --button-with-border: #70bf8f;
  --color-fade-dark: #5ea390;
  --color-fade-light: #6bc690;
  --img-header-ivest: "../wp-content/plugins/ccass-platform/assets/wind.jpg";
  --img-header-home: "/wp-content/plugins/ccass-platform/assets/solnet/sol-header.jpg";
  --login-bg: #f7a600;
  --login-success: #4bb71b;
}

.test-preview-project-tile {
  opacity: 0.5;
}

.test-preview-project-tile::after {
  content: "Vorschau";
  background: red;
  padding: 1em;
  display: flex;
  align-content: center;
  justify-content: center;
}

.cpro-sidebyside-3 {
  margin-top: 3em;
  width: 100%;
  margin-bottom: 1em;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 300px);
  line-height: 16px;
  color: black;
  grid-gap: 30px;
  flex-wrap: wrap;
}

.cpro-tile {
  width: 300px;
  box-shadow: 0px 4px 20px RGBA(0, 0, 0, 0.1);
  border-radius: 2em;
  margin-top: 1em;
  margin-bottom: 3em;
}

.adv-tile, .no-matches-tile {
  background-color: var(--main-color);
  text-align: center;
  height: 550px;
}

.no-matches-tile {
  background-color: white;
  border: 1px solid darkgrey;
  box-shadow: none;
}

.adv-icon {
  content: url("../../../assets/enerparc/info-book.svg");
  padding-bottom: 1.75em;
}

.adv-bold, .adv-bold-black {
  color: white;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
}

.adv-bold-black {
  color: black;
}

[data-theme=enerparc] .adv-bold, [data-theme=enerparc] .adv-bold-black {
  font-weight: 600;
  font-size: 24px;
}

.adv-cont-wrapper, .no-match-cont-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 4em 2.5em 2em 2.5em;
  height: inherit;
}

.no-match-cont-wrapper {
  justify-content: space-around;
  padding: unset;
  color: black;
}

.adv-tile-text {
  padding-bottom: 1em;
  color: white;
  line-height: 1.2;
  font-size: 20px;
}

.btn img.icon {
  content: url("../../../assets/right-arrow.svg");
  width: 19px;
  margin-left: 1em;
  margin-top: -0.1em;
}

a.btn.btn_red.vib-download {
  width: 80%;
  margin-top: 2.5em;
}

a.vib-download img {
  margin-left: 0.5em;
}

a.btn.btn_red {
  width: 75%;
  display: flex;
  color: white;
  /* align-content: center; */
  justify-content: flex-end;
  justify-content: center;
  align-items: center;
  margin: 1.25em auto 0 auto;
}

a.btn.btn_red.vib-download {
  width: 80%;
  margin-top: 2em;
}

a.vib-download img {
  margin-left: 0.5em;
}

.button-invert {
  color: black;
  background-color: white;
  display: inline-block;
}
.button-invert:hover {
  color: var(--main-color);
  background-color: white !important;
}

.invest__risk-info {
  border: 2px solid var(--main-color);
  margin-top: 2em;
  padding: 2em;
  color: black;
}

.invest-wrappter-center {
  text-align: center;
}

.cpro-tile:hover {
  transform: scale(1.05);
  transition: transform 0.15s ease-out;
  -webkit-font-smoothing: antialiased;
}

.cpro-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2em 2em 0px 0px;
  height: 175px;
  background-image: linear-gradient(234deg, var(--com-project-bg-gradient) 0%, rgba(216, 216, 216, 0) 60%), url(var(--com-project-img-path));
  background-image: -webkit-linear-gradient(234deg, var(--com-project-bg-gradient) 0%, rgba(216, 216, 216, 0) 60%), url(var(--com-project-img-path));
  background-image: -moz-linear-gradient(234deg, var(--com-project-bg-gradient) 0%, rgba(216, 216, 216, 0) 60%), url(var(--com-project-img-path));
  background-image: -o-linear-gradient(234deg, var(--com-project-bg-gradient) 0%, rgba(216, 216, 216, 0) 60%), url(var(--com-project-img-path));
}

.cpro-details {
  padding: 2em;
}

.cpro-bottom-details {
  margin: 16px 0px;
  font-size: 13px;
  min-height: 90px;
}

.cpro-img-bottom-text {
  font-size: 12px;
  margin-top: 7em;
  margin-left: 20px;
  display: flex;
}

.cpro-info {
  padding: 7px 13px;
  background-color: white;
  border-radius: 2em;
  z-index: 1;
}

.cpro-info-extend {
  background-color: white;
  border-radius: 0em 2em 2em 0em;
  display: flex;
  display: none;
  width: 190px;
  font-size: 10px;
  padding-top: 7px;
}

.cpro-info-extend:hover {
  display: block;
}

.cpro-info-extend::before {
  width: 30px;
  height: 28px;
  background-color: white;
  display: block;
  content: " ";
  position: absolute;
  margin-left: -3em;
  margin-top: -0.7em;
  z-index: 0;
  border-radius: 2em 0em 0em 2em;
}

.cpro-info:hover + .cpro-info-extend {
  display: block;
}

.cpro-info:hover {
  border-radius: 2em 0em 0em 2em;
}

.cpro-detail {
  display: flex;
  margin-bottom: 12px;
}

.cpro-detail-left {
  width: 100%;
}

.cpro-detail-right {
  width: 100%;
}

.cpro-location {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 7px;
}

.cpro-project-name {
  font-size: 15px;
  font-weight: 700;
}

.cpro-threshold {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  flex-direction: column;
}

.cpro-img-text {
  width: 100%;
  padding-top: 1.5em;
  padding-right: 1.5em;
  font-size: 13px;
  display: flex;
  justify-content: end;
}

.cpro-pending {
  background-color: #fff4c9;
  color: #b79c53;
  padding: 5px 10px;
  border-radius: 1em;
}

.cpro-active {
  background-color: #edf2f8;
  color: #618ba5;
  padding: 5px 10px;
  border-radius: 1em;
}

.cpro-success {
  background-color: #edf8f1;
  color: #74b08a;
  padding: 5px 10px;
  border-radius: 1em;
}

/* Progress */
.cpro-project-progress {
  width: 230px;
  position: absolute;
  /* z-index: 100000; */
  /* bottom: 55px; */
  margin-top: 18px;
}

.cpro-progress,
.cpro-progress-threshold-reached {
  background: #f6f6f6;
  display: flex;
  height: 20px;
}

.cpro-progress-threshold {
  z-index: 16;
  position: absolute;
  left: 0;
  height: 19px;
  border-right: 1.5px dashed #000;
}

.cpro-progress-collected {
  background: var(--com-project-threshold);
}

.cpro-progress-sum {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  z-index: 20;
  padding: 0.1em 0.35em;
}

.cpro-progress-label {
  width: 98%;
  text-align: right;
  position: absolute;
  z-index: 0;
  padding: 0.15em 0 0.35em 0.75em;
  font-size: 13px;
  font-weight: 600;
  z-index: 100;
}

.cpro-progress-new p {
  margin: 0;
  font-size: 11px;
  padding-top: 0.25em;
  font-weight: 600;
  letter-spacing: 0.15px;
}

.cpro-detail-right,
.cpro-detail-left {
  width: unset;
}

.cpro-detail {
  justify-content: space-between;
}

@media only screen and (max-width: 1080px) {
  .cpro-tile {
    width: 350px;
  }
  .cpro-sidebyside-3 {
    grid-template-columns: repeat(auto-fill, 350px);
  }
  .cpro-project-progress {
    width: 280px;
  }
}
@media only screen and (max-width: 927px) {
  .cpro-sidebyside-3 {
    justify-content: center;
  }
}
@media only screen and (max-width: 860px) {
  .cpro-tile {
    margin: 2.5em auto;
  }
  .cpro-project-progress {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .cpro-threshold {
    justify-content: center;
  }
  .cpro-threshold-n {
    margin-right: 10px;
  }
  .cpro-buttons {
    text-align: center;
  }
}
.cpro-project-tile-paragraph {
  padding: 3em;
  text-align: center;
  background: white;
  box-shadow: 0px 10px 80px -10px rgba(44, 54, 92, 0.2);
}

.cpro-project-tile-paragraph-headline {
  font-weight: 700;
}

.cpro-available-soon {
  background: #fafafa;
  width: 100%;
  cursor: initial;
}

.cpro-available-soon a {
  font-weight: bold;
  color: #838383;
  cursor: initial;
}

.cpro-available-soon:hover,
.cpro-available-soon a:hover {
  background: #fafafa !important;
  background-color: #fafafa !important;
}

.cpro-tiles-headline {
  font-weight: 700;
  font-size: 30px;
  color: var(--cpro-tiles-headline);
  hyphens: auto;
}

.cpro-tiles-subline {
  font-weight: 300;
  font-size: 20px;
  color: #666;
}

.cpro-tiles-header {
  max-width: 1080px;
  margin: 0 auto;
}

.cpro-tiles-header-wrapper {
  padding: 2em 0 0 0;
}

.cpro-threshold div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 12px;
  line-height: 17px;
}