@charset "UTF-8";
.flex-title {
  display: flex;
}
.flex-title h2 {
  font-size: 54px;
  font-family: "Bebas Neue";
  white-space: nowrap;
  color: #282828;
}
.flex-title .flex-vertical-separator {
  border-right: 10px solid #74bd32;
  height: 45px;
  margin-top: 11px;
  margin-left: 18px;
  margin-right: 18px;
}
.flex-title p {
  margin-top: 8px;
  font-family: "Georgia";
  color: #282828;
  margin-bottom: 0px;
}
.flex-title p .highlight {
  background: #ffff99;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .flex-title {
    display: inline-block;
    padding: 15px;
  }
  .flex-title h3, .flex-title p {
    display: inline-block;
    text-align: left;
    white-space: normal !important;
  }
  .flex-title h2 {
    white-space: normal !important;
  }
  .flex-title h3 {
    border-right: 10px solid #74bd32;
    padding-right: 15px;
    line-height: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px !important;
  }
  .flex-title p {
    width: 100%;
  }
  .flex-title div {
    display: none;
  }
}
body {
  overflow-x: hidden;
  background-color: white;
}

#upper-div {
  background-image: url(../images/carbon_class/class-background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

#upper-div2 {
  background-color: #74bd32;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.first-block-content {
  margin-left: 16.25%;
  margin-right: 16.25%;
  margin-bottom: 50px;
  padding: 0;
  border-bottom: solid 1px #aed796;
}

.title {
  font-family: "Bebas Neue";
  font-size: calc(2.2em + 2.2vw);
  padding-top: 0.5%;
}

.title-black {
  color: black;
}

.title-white {
  color: white;
}

.navbar-btn {
  font-family: "Bebas Neue";
  border-style: solid;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: calc(0.9em + 0.9vw);
  line-height: 1;
  padding-top: 3%;
  padding-bottom: 1.5%;
  cursor: pointer;
}

.register-btn {
  color: white !important;
  background-color: #4c9220;
  border-color: #4c9220;
  margin-right: 10px;
}

.login-btn {
  background-color: #72c03a;
  border-color: #72c03a;
  color: white !important;
}

.lang_image {
  width: 120%;
  height: auto;
}

.lang-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#langSelectorLink {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 992px) {
  .navbar-nav {
    align-items: end !important;
  }
  .login-btn {
    margin: 0;
  }
  .register-btn {
    margin: 0;
  }
}
#cloud {
  position: absolute;
  bottom: 2%;
  height: auto;
  width: 100vw;
  z-index: 3 !important;
  max-width: 100% !important;
}

#college-students {
  position: absolute;
  bottom: 28.5%;
  right: 0;
  height: auto;
  width: 50vw;
  z-index: 2 !important;
  transform: translateX(-25%);
}

.line-container {
  margin-top: 3%;
  z-index: 400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 23%;
  margin-right: 23%;
}

.line {
  border-top: 1px solid #c7c9c9;
  width: 47.5%; /* Adjust the width as needed */
}

.arrow {
  display: inline-block;
  transform: rotate(45deg);
  margin-top: -15px;
  height: 25px;
  width: 25px;
  border-bottom: 7px solid #74bd32;
  border-right: 7px solid #74bd32;
}

@media only screen and (max-width: 1500px) {
  #upper-div {
    background-size: 200%;
  }
}
@media only screen and (max-width: 992px) {
  .first-block-content {
    margin-bottom: 10px;
  }
  .navbar-btn {
    max-width: 100px;
    min-width: 100px;
    margin-top: 5px;
    text-align: center;
  }
  .second-block-text-lower {
    margin-bottom: 0;
  }
  #upper-div {
    background-size: 700%;
  }
  .second-block-text {
    width: 100% !important;
  }
  #college-students {
    display: none;
  }
}
.second-block-content {
  margin-left: 16.25%;
  margin-right: 16.25%;
  padding: 0;
}

.sub-title {
  font-family: "Bebas Neue";
  line-height: 1.1;
  font-size: calc(1.5em + 1.5vw);
  color: white;
}

.second-block-text {
  font-family: "Georgia";
  font-size: calc(0.6em + 0.6vw);
  color: white;
  width: 44%;
  z-index: 400 !important;
  position: relative;
}

.second-block-text-lower {
  margin-bottom: 6.5%;
}

.third-block-content {
  align-self: flex-start;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  z-index: 50 !important;
}

.third-block-outer {
  background-color: white;
}

.icon {
  position: relative;
  z-index: 500 !important;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  object-fit: contain;
}

.icon-small {
  max-width: 135px;
  max-height: 64px;
}

.icon-large {
  max-width: 98px;
  max-height: 98px;
}

.icon-containers {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 499 !important;
  border-radius: 10px;
  background-color: #74bd32;
  width: 90% !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding-top: 0.5%;
}

.icon-container-1 {
  margin-right: 15px;
}

.icon-container-2 {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.icon-container-3 {
  margin-left: 15px;
}

.third-block-title {
  margin-top: 5%;
  color: #ffffff;
  font-size: calc(1em + 1vw);
  line-height: 1;
  text-align: center;
  font-family: "Bebas Neue";
}

.third-block-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  font-size: calc(0.5em + 0.5vw);
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  font-family: "Georgia";
}

.third-block-separator {
  border-radius: 10px;
  height: 5px;
  margin-left: 20%;
  margin-right: 20%;
  background-color: white;
  margin-bottom: 5%;
}

@media only screen and (max-width: 992px) {
  .third-block-num-middle {
    margin-bottom: 0;
  }
  .third-block-text-bottom {
    margin-bottom: 10px;
  }
  .icon-large {
    max-width: 70px;
    max-height: 70px;
    margin-top: 10px;
  }
  .third-block-content {
    margin-top: 50%;
    z-index: 900 !important;
    background-color: white;
  }
  .icon-small {
    max-width: 100%;
  }
}
#second-div {
  position: relative;
  z-index: 600 !important;
  margin-bottom: 35px;
  background-image: linear-gradient(#f5f5f5, #ffffff);
}

@media only screen and (max-width: 992px) {
  .title-below-cloud {
    padding-top: 3%;
  }
  #second-div {
    background-image: linear-gradient(#ffffff, #ffffff);
  }
}
.title-below-cloud {
  font-family: "Bebas Neue";
  color: #5da72b;
  font-size: calc(2em + 2vw);
  text-align: center;
  margin-top: -13%;
  position: relative;
  line-height: 1;
}

.text-below-cloud {
  width: 54%;
  margin: auto;
  text-align: center;
  font-size: calc(0.6em + 0.6vw);
  line-height: 1.2;
  font-family: "Georgia";
  padding-bottom: 35px;
}

.text-below-cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40%;
  border-bottom: solid 1px #b5b5b5;
  transform: translateX(-50%);
}

#third-div {
  position: relative;
}

.method-title {
  font-family: "Bebas Neue";
  color: #5da72b;
  font-size: calc(1.6em + 1.6vw);
  text-align: center;
  position: relative;
  line-height: 1;
}

.method-text-container {
  margin-top: 2%;
  margin-left: 23%;
  margin-right: 23%;
  text-align: center;
  font-size: calc(0.5em + 0.5vw);
  line-height: 1.2;
  font-family: "Georgia";
  margin-bottom: 2%;
}

.method-text {
  width: 45%;
}

#fourth-div {
  background-color: #f0f0f0;
  position: relative;
  overflow: visible;
}

#fourth-div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #f0f0f0;
  transform: translate(-50%, -50%);
}

.carbon-guy {
  position: absolute;
  top: -11%;
  left: 68%;
  max-height: 200%;
  height: auto;
  transform: translate(-50%, -50%);
}

.about-container {
  margin-left: 23%;
  margin-right: 23%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.about-title {
  font-family: "Bebas Neue";
  font-size: calc(1.5em + 1.5vw);
  text-align: center;
  position: relative;
  line-height: 1;
  padding-top: 2%;
  width: 41%;
}

.about-text {
  margin-top: 2%;
  text-align: center;
  font-size: calc(0.46em + 0.46vw);
  line-height: 1.2;
  font-family: "Georgia";
  width: 41%;
  margin-bottom: 25px;
}

.about-btn-container {
  text-align: center;
  width: 41%;
  text-decoration: underline;
  text-decoration-color: white;
}

.about-btn {
  font-family: "Georgia";
  border-style: solid;
  border-radius: 10px;
  font-size: calc(0.46em + 0.46vw);
  cursor: pointer;
  color: white !important;
  background-color: #75c13a;
  border-color: #75c13a;
  padding: 8px;
}

@media only screen and (max-width: 992px) {
  .carbon-guy {
    top: -10%;
    left: 60%;
    max-height: 70%;
    height: auto;
    transform: translate(-41%, -41%);
  }
  .method-text {
    width: 100%;
    text-align: left;
    font-size: 12px;
  }
  .method-text-container {
    margin-left: 8%;
    margin-right: 8%;
    text-align: center;
  }
  .method-text-lower {
    width: 80%;
  }
  .method-text-lowest {
    width: 40%;
    margin-bottom: 10%;
  }
  .about-container {
    margin-left: 8%;
    margin-right: 8%;
  }
  .about-title {
    text-align: left;
    margin-left: 0%;
    padding-top: 30%;
  }
  .about-text {
    margin-top: 0%;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Georgia";
    width: 100%;
    margin-bottom: 25px;
    z-index: 800 !important;
    position: relative;
  }
  .about-btn-container {
    text-align: center;
    width: 100%;
    text-decoration: underline;
    text-decoration-color: white;
  }
  .about-btn {
    font-size: 12px;
  }
  #fourth-div {
    padding-bottom: 10px;
  }
}
.fifth-div {
  margin-top: 2%;
  padding-bottom: 2%;
  background-color: white;
  z-index: 700 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16.25%;
  margin-right: 16.25%;
}

.why-title {
  font-family: "Bebas Neue";
  color: #5da72b;
  font-size: calc(2em + 2vw);
  text-align: center;
  position: relative;
  line-height: 1;
  margin-top: 6%;
}

.start-container {
  margin-top: 20px;
  padding-right: 15.5px;
  padding-left: 15.5px;
  box-sizing: content-box;
  background-color: #fcfae1;
  border: solid 7px #73bd31;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.start-center {
  justify-content: center;
}

.bottom-right-image {
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 14vw;
}

.start-text-container {
  margin-top: 2%;
  margin-bottom: 25px;
  width: 71%;
}

.start-title {
  text-align: center;
  font-size: calc(1.1em + 1.1vw);
  line-height: 1.2;
  font-family: "Bebas Neue";
  margin-bottom: 15px;
  color: #fffe00;
}

.start-highlight {
  display: inline-block;
  background-color: #74bd32;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
  padding-top: 5px;
}

.start-text {
  text-align: center;
  font-size: calc(0.46em + 0.46vw);
  line-height: 1.2;
  font-family: "Georgia";
  margin-bottom: 10px;
}

.start-text-2 {
  text-align: center;
  font-weight: bold;
  font-size: calc(0.7em + 0.7vw);
  line-height: 1.2;
  font-family: "Georgia";
}

.start-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.start-btn {
  font-family: "Bebas Neue";
  background-color: #74bd32;
  border-radius: 5px;
  color: #fffe00;
  font-size: calc(1em + 1vw);
  cursor: pointer;
  padding: 2px;
  width: 25%;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
}

.start-btn-arrow {
  position: absolute;
  right: -16%;
  top: 55%;
  transform: rotate(315deg);
  margin-top: -15px;
  height: 25px;
  width: 25px;
  border-bottom: 7px solid #74bd32;
  border-right: 7px solid #74bd32;
  vertical-align: middle;
  z-index: 800;
}

.question-container {
  background-color: #74bd32;
  border-radius: 10px;
  padding: 0.1px;
}

.question-text {
  color: white;
  text-align: left;
  font-size: calc(0.6em + 0.6vw);
  line-height: 1.2;
  font-family: "Georgia";
  margin-bottom: 2px;
  margin-left: 5%;
  padding: 5px;
  padding-bottom: 4px;
  margin-top: 2px;
  user-select: none;
}

.question-arrow {
  position: absolute;
  left: 3.5%;
  top: 70%;
  transform: rotate(315deg);
  margin-top: -15px;
  height: 15px;
  width: 15px;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  vertical-align: middle;
  z-index: 800;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.answer-container {
  display: none;
  margin-top: 1%;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 30px;
  line-height: 1.3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding-top 0.5s ease-out, padding-bottom 0.5s ease-out;
}

.question-answer-block {
  margin-bottom: 0.5%;
}

.answer-text {
  margin-bottom: 0px;
}

.answer-visible {
  display: block;
}

@media only screen and (max-width: 992px) {
  .reason-center {
    border: none;
  }
  #fifth-div {
    padding-left: 8%;
    padding-right: 8%;
  }
  .why-title {
    margin-top: 15%;
    margin-bottom: 5px;
  }
  .reason-text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tree-image {
    display: none;
  }
}
#sixth-div {
  border-top: 10px solid #dad7d7;
  padding-top: 1%;
  background-color: #64a70b;
  margin-bottom: -2%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.elte-logo {
  width: 32vw;
  margin: auto;
}

.logo-text {
  font-family: "Georgia";
  text-align: center;
  font-size: calc(0.45em + 0.45vw);
  color: white;
  margin-bottom: 4%;
}

@media only screen and (max-width: 992px) {
  .why-text {
    font-size: 14px;
    padding-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }
}
#seventh-div {
  position: relative;
  z-index: 601 !important;
  padding-left: 25%;
  padding-right: 25%;
}

#seventh-div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid white;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
  #seventh-div {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .next-step-title {
    font-size: 24px;
  }
  .next-step-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .next-step-btn {
    font-size: 12px;
  }
}
.support-title {
  font-family: "Bebas Neue";
  color: black;
  font-size: calc(1.5em + 1.5vw);
  text-align: center;
  position: relative;
  line-height: 1;
  margin-top: 3%;
}

.support-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
  padding-bottom: 10%;
}

.support-image {
  margin: auto;
}

.title-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.survey-main-title {
  text-align: center;
  color: white;
  font-size: calc(1.5em + 1.5vw);
  font-family: "Bebas Neue";
  line-height: 1.2;
}

.cloud-image {
  overflow-x: hidden;
  width: 100vw;
}

.survey-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: white;
  flex-wrap: wrap;
}

.survey-number {
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-family: "Bebas Neue";
  border-radius: 10px;
  background-color: #fffe00;
  color: #459500;
  font-size: calc(1.2em + 1.2vw);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  line-height: 1.2;
}

.survey-title {
  margin-top: 10px;
  text-align: center;
  font-family: "Bebas Neue";
  border-radius: 10px;
  background-color: #74bd32;
  color: white;
  font-size: calc(1.5em + 1.5vw);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  line-height: 1.2;
}

th {
  border: 1px solid black;
  padding: 0;
  text-align: left;
  vertical-align: bottom;
}

.survey-table {
  border: 1px solid transparent;
  margin: auto;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}

.survey-answers-container {
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.survey-answers {
  min-height: 110px;
  font-weight: normal;
  font-family: "Georgia";
  color: white;
  background-color: #4c900f;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 13px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 3px;
  padding-bottom: 5px;
}

.survey-desc-container {
  background-color: #74bd32;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 5px;
  margin-right: 3px;
  min-height: 110px;
  padding-left: 5px;
  padding-right: 5px;
}

.survey-desc {
  font-weight: normal;
  font-family: "Georgia";
  color: white;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid #c7c9c9;
}

table, th, td {
  border: none;
}

td + td, th + th {
  border-left: 1px solid #c7c9c9;
}

tr + tr td, tr + tr th {
  border-top: 1px solid #c7c9c9;
}

thead th {
  border-bottom: 1px solid #c7c9c9;
}

tbody tr:first-child td {
  border-top: 1px solid #c7c9c9;
}

tbody tr:last-child td {
  border-bottom: 1px solid #c7c9c9;
}

td {
  padding: 0;
  vertical-align: top;
  height: 62px;
  position: relative;
}

.survey-table tr:nth-of-type(odd) td {
  background: linear-gradient(to bottom, white 0%, white 5%, #f5f5f5 5%, #f5f5f5 95%, white 95%, white 100%);
}

.survey-question {
  font-weight: normal;
  font-family: "Georgia";
  color: black;
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.check-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: relative;
  border: 1px solid #c7c9c9;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check-container .checkmark:after {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #74bd32;
}

.done-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  background-color: white;
  margin-bottom: 2%;
}

.done-btn {
  font-family: "Bebas Neue";
  background-color: #6cba26;
  border-radius: 5px;
  color: #fffe00;
  font-size: calc(1em + 1vw);
  cursor: pointer;
  padding: 2px;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 70%;
  margin-top: 10px;
}

.survey-sand-arrow {
  font-size: calc(1.5em + 1.5vw);
  font-family: "Bebas Neue";
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 0.1;
  display: inline-block;
  transform: scaleX(0.5);
  margin-bottom: -7px;
}

.result-container {
  text-align: center;
  font-family: "Bebas Neue";
  border-radius: 10px;
  background-color: #74bd32;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.result-title {
  display: inline-block;
  margin: auto;
  font-family: "Georgia";
  color: #fffe00;
  font-size: calc(0.8em + 0.8vw);
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-bottom: solid white 1px;
}

.result-text {
  margin: auto;
  font-family: "Georgia";
  color: white;
  font-size: calc(0.5em + 0.5vw);
  margin-bottom: 0;
}

.result-score {
  margin: auto;
  font-family: "Georgia";
  color: white;
  font-size: calc(1em + 1vw);
}

.container-bottom-border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid #c7c9c9 1px;
}

.explanation-container {
  margin-top: 10px;
  text-align: center;
  font-family: "Bebas Neue";
  border-radius: 10px;
  background-color: #fcf9e1;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.explanation-title-container {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px black;
}

.question-mark-container {
  padding: 0;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  flex-wrap: wrap;
  margin: auto;
}

.question-mark-image {
  width: 100%;
  padding: 0;
}

.explanation-text-container {
  padding-left: 0;
  padding-right: 0;
}

.explanation-title {
  text-align: center;
  font-family: "Georgia";
  font-size: calc(0.9em + 0.9vw);
}

.explanation-main-text {
  text-align: center;
  font-family: "Georgia";
  font-size: calc(0.5em + 0.5vw);
}

.explanation-result-title-container {
  text-align: center;
  font-size: calc(0.8em + 0.8vw);
  line-height: 1.2;
  font-family: "Georgia";
  color: white;
  margin-bottom: 20px;
}

.explanation-result-title {
  display: inline;
  background-color: #74bd32;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.1;
  padding-bottom: 2px;
}

.explanation-result-title-1 {
  padding-top: 5px;
}

.explanation-result-title-2 {
  padding-bottom: 5px;
}

.explanation-separator {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: solid 1px black;
  margin-bottom: 30px;
}

.explanation-no-separator {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.explanation-result-text {
  background-color: white;
  font-family: "Georgia";
  font-size: calc(0.5em + 0.5vw);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.generate-container {
  background-color: #6cba25;
  border-radius: 5px;
  padding: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  cursor: pointer;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 60%;
}

.generate-text {
  font-family: "Georgia";
  line-height: 1;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 7px;
  color: white;
  text-transform: uppercase;
}

.generate-text-bottom {
  text-decoration: underline;
  text-underline-offset: 20%;
}

.generate-img {
  float: left;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 7px;
}

.chartjs-legend li.hidden {
  text-decoration: line-through;
}

.generate-button-div {
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
}

.generate-text-div {
  padding: 0;
  display: inline-block;
}

.generate-separator {
  border-right: 1px solid #aabaaa;
}

#result-download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: white;
  flex-wrap: wrap;
  padding: 10px;
}

.explanation-question {
  background-color: white;
  z-index: 700 !important;
  position: relative;
  display: block;
  flex-direction: column;
  justify-content: center;
}

.question-answer-block-result {
  margin-bottom: 0.5%;
}

.question-container-result {
  background-color: #74bd32;
  border-radius: 10px;
  padding: 0.1px;
  display: block;
}

.question-answer-block-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.answer-container {
  display: none; /* Initially hidden */
  overflow: hidden; /* Ensures smooth transition */
}

.answer-visible {
  display: block; /* Shows the answer container when visible */
}

.result-gray {
  background-color: #eeeeee;
  color: black;
}

.question-arrow-black {
  border-bottom: 5px solid #000000;
  border-right: 5px solid #000000;
}

.rotated {
  transform: rotate(405deg); /* 315 + 90 degrees */
  border-bottom: 5px solid yellow;
  border-right: 5px solid yellow;
}

.highlighted {
  color: yellow;
}

.rotated-green {
  transform: rotate(405deg); /* 315 + 90 degrees */
  border-bottom: 5px solid #74bd32;
  border-right: 5px solid #74bd32;
}

.highlighted-green {
  color: #74bd32;
}

.spacer-borders {
  padding-top: 20px;
  border-top: solid #c7c9c9 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid #c7c9c9 1px;
}

.next-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  background-color: white;
  margin-bottom: 2%;
}

.next-btn {
  font-family: "Bebas Neue";
  background-color: #6cba26;
  border-radius: 5px;
  color: #fffe00;
  font-size: calc(1em + 1vw);
  cursor: pointer;
  padding: 2px;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 60%;
}

.unanswered {
  color: red;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.4;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4 {
  font-family: "Bebas Neue", cursive, Arial, Helvetica, sans-serif;
  color: #282828;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

h1 {
  font-size: 86px;
  line-height: 1.1;
}

h2 {
  font-size: 66px;
  line-height: 1.3;
  color: #ffffff;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #ffffff;
}

h4 {
  font-size: 20px;
  line-height: 1.3;
}

.sh {
  font-size: 30px;
  color: #ffffff;
  padding: 14px 20px 14px 20px;
  background-color: #4a9b00;
}

.high {
  font-size: 21px;
  color: #ffffff;
}

.white {
  color: #ffffff;
}

hr {
  border: 4px solid #ffffff;
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
  width: 186px;
  align: center;
}

/* button */
.button {
  border-radius: 4px;
  background-color: #74bd32;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 19px;
  padding: 14px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-decoration: blink;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.button:active {
  border-radius: 4px;
  background-color: #ffff00;
  border: none;
  color: #000000;
  text-align: center;
  font-size: 19px;
  padding: 14px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-decoration: blink;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button_outline {
  border-radius: 4px;
  border: 2px solid #000;
  background-color: white;
  color: #282828;
  text-align: center;
  font-size: 18px;
  padding: 14px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button_outline span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_outline span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_outline:hover span {
  padding-right: 25px;
}

.button_outline:hover span:after {
  opacity: 1;
  right: 0;
}

/* responziv */
.footer-bottom {
  float: left;
  padding: 20px;
}

.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.footer-grass {
  padding: 0px !important;
}

.logo-holder {
  text-align: left;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 86px;
  }
}
.navbar-nav {
  z-index: 9999 !important;
}

.green-background {
  background: url(/assets/images/light/carbon_class_bg.png);
  margin-bottom: -40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .icon-containers {
    margin: 0;
  }
  .icon-container-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .icon-container-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #cloud {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100vw;
    z-index: 3 !important;
    max-width: 100% !important;
  }
  .line {
    width: 35%;
  }
  .start-container {
    margin-top: 20px;
    padding-right: 15.5px;
    padding-left: 15.5px;
    box-sizing: content-box;
    background-color: #fcfae1;
    border: solid 7px #73bd31;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .start-text-container {
    width: 100%;
  }
  .bottom-right-image {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 19vw;
  }
  .start-btn-arrow {
    position: absolute;
    right: -25%;
    top: 55%;
    transform: rotate(315deg);
    margin-top: -12.5px;
    height: 20px;
    width: 20px;
    border-bottom: 6px solid #74bd32;
    border-right: 6px solid #74bd32;
    vertical-align: middle;
    z-index: 800;
  }
  .sub-title {
    text-align: center;
  }
  .second-block-text {
    text-align: center;
  }
  .start-title {
    background-color: #74bd32;
  }
  .start-btn {
    width: 28%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .third-block-content {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .answer-container {
    padding: 10px;
  }
  .survey-title {
    margin-left: 5%;
    margin-right: 5%;
  }
  .survey-number {
    font-size: calc(1.5em + 1.5vw);
  }
  .survey-main-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2%;
    background-color: #6bb931;
    font-size: calc(1.4em + 1.4vw);
  }
  .body {
    background-color: #6bb931;
  }
  #upper-div {
    background-color: #6bb931;
  }
  .survey-container {
    background-color: #ffffff;
  }
  .cloud-image {
    margin-bottom: -4%;
  }
  .mobile-survey-container {
    background-color: #6bb931;
  }
  .survey-desc-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .survey-desc {
    font-size: calc(1em + 1vw);
  }
  .mobile-separator {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid #c7c9c9 1px;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .survey-question {
    text-align: center;
    width: 72%;
    margin-left: 14%;
    margin-right: 14%;
  }
  .mobile-answer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .check-container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 2%;
    width: 60%;
  }
  .check-container-border-bottom {
    border-bottom: solid #c7c9c9 1px;
  }
  .check-container-text {
    font-size: calc(0.6em + 0.6vw);
    margin-bottom: 0;
    margin-left: 3%;
  }
  .page-not-visible {
    display: none;
  }
  .page-switch-container {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: white;
    justify-content: center;
  }
  .circle {
    width: 15px;
    height: 15px;
    border: 2px solid black;
    background-color: black;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    font-size: 20px;
    font-family: "Bebas Neue";
    line-height: 1;
  }
  .circle-text {
    margin-top: 2px;
  }
  .fraction {
    font-size: 20px;
  }
  .done-btn-container {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .done-btn {
    width: 50%;
  }
  .separator-container {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-separator-2 {
    border-bottom: solid #c7c9c9 1px;
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
    background-color: white;
  }
  .result-text {
    font-size: calc(0.9em + 0.9vw);
  }
  .explanation-main-text {
    font-size: calc(0.65em + 0.65vw);
  }
  .explanation-title {
    margin-top: 10px;
  }
  .explanation-result-title-container {
    background-color: #74bd32;
    padding: 10px;
    border-radius: 10px;
  }
  .explanation-result-title {
    background-color: transparent;
    font-size: calc(0.7em + 0.7vw);
  }
  .question-text {
    font-size: calc(0.8em + 0.8vw);
  }
  .question-arrow {
    left: 4%;
  }
  .generate-text {
    font-size: 9px;
    display: flex;
    align-items: center; /* Aligns items vertically */
    justify-content: center; /* Aligns items horizontally */
  }
  .generate-text-2 {
    padding-right: 5px;
  }
  .generate-img {
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 5px;
  }
  .next-btn {
    width: 50%;
  }
  .survey-container {
    background-color: white;
  }
  .elte-logo {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 80vw;
    margin: auto;
  }
  .logo-text {
    font-size: calc(0.6em + 0.6vw);
  }
  .footer-grass {
    background-color: #64a70b;
  }
  .login-btn {
    max-width: 200px;
  }
  .result-score {
    font-size: calc(1.5em + 1.5vw);
  }
  .result-title {
    font-size: calc(1em + 1vw);
  }
  .question-arrow {
    margin-left: 10px;
  }
  .question-text {
    margin-left: 8%;
  }
  .explanation-container {
    padding-right: 0;
    padding-left: 0;
  }
  .explanation-result-title-container {
    font-size: calc(1.1em + 1.1vw);
  }
  .explanation-main-text {
    font-size: calc(0.8em + 0.8vw);
  }
}
