﻿ul {
    list-style: disc;
}
ul li{
    margin-bottom: 15px;
}
.gridlock {
  width: 100%;
  max-width: 1284px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.hidden {
  display: none;
}
.banner {
  font-family: "Enel Roobert Regular";
  padding-top: 125px;
  padding-bottom: 45px;
  box-sizing: border-box;
  background-color: #55be5a;
  height: 365px;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 230px;
    height: 650px;
  }
}
.banner .breadcrumb {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .banner .breadcrumb {
    font-size: 0.8125rem;
  }
}
.banner .title {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-weight: 300;
  margin: 15px 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .banner .title {
    font-size: 5rem;
  }
}
.banner .subtitle {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .banner .subtitle {
    width: 100%;
    max-width: 450px;
    font-size: 1rem;
  }
}
.banner .breadcrumb {
  margin-bottom: 10px;
}
.banner .title {
  width: 90%;
  position: relative;
  margin: 0 auto 10px auto;
  text-align: center;
}
.ger .ger-item {
  font-family: Enel Roobert Regular;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: auto;
}
@media (min-width: 1260px) {
  .ger .ger-item {
    padding: 25px 5%;
  }
}
.ger .ger-item .title {
  box-sizing: border-box;
  position: relative;
  left: 0;
  width: 100%;
  padding-right: 10%;
  padding-left: 15%;
  font-size: 1.5625rem;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 1260px) {
  .ger .ger-item .title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.ger .ger-item .title span {
  color: #ff0f64;
  font-weight: 700;
}
.ger .ger-item .title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 0px;
  width: 20px;
  background-color: #ff0f64;
}
@media (min-width: 1260px) {
  .ger .ger-item .title:before {
    width: 40px;
    height: 0;
  }
}
.ger .ger-item .description {
  box-sizing: border-box;
  position: relative;
  left: 0;
  width: 100%;
  padding-left: 15%;
  padding-right: 10%;
  font-weight: 300;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  line-height: 150%;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 30px;
}
@media (min-width: 1260px) {
  .ger .ger-item .description {
    font-size: 1.375rem;
  }
}
.ger .ger-item .description .rosetext {
  color: #ff0f64;
}
.ger .ger-item .description .link {
  text-decoration: underline;
}
.ger .ger-item .description .fluxograma {
  margin: 20px 0;
}

@media (max-width: 767px) {
 
}
.ger .ger-item .description table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;

}
.ger .ger-item .description table h3 {
  color: #000000;
}
.ger .ger-item .description th {
  width: 50%;
  padding-left: 30px;
  text-align: left;
  padding-bottom: 10px;
}
.ger .ger-item .description td {
  border: 1px solid #dddddd;
  padding: 20px 30px 20px 30px;
  color: #808080;
  font-size: 0.9375rem;
  line-height: 110%;
}
.ger .ger-item .description td p {
  font-size: 1.375rem;
  color: #ff0f64;
  font-weight: 600;
}
.ger .ger-item .description td:first-child {
  border-left: 0px;
}
.ger .ger-item .description td:last-child {
  border-right: 0px;
}
.ger .ger-item .formula {
  width: 100%;
}
.ger .ger-item .toggle-button {
  position: absolute;
  top: 25px;
  right: 0;
  padding-right: 5%;
  color: #ff0f64;
}
.ger .ger-item.active {
  background-color: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 70px;
}
.ger .ger-item.active .title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 180px;
  width: 20px;
  background-color: #ff0f64;
}
@media (min-width: 1260px) {
  .ger .ger-item.active .title:before {
    width: 40px;
    height: 150px;
    left: calc(15% + -60px);
  }
}
.ger .ger-item.active .description {
  height: 100%;
  opacity: 1;
}
@media (min-width: 1260px) {
  .ger .ger-item.active .description {
    max-width: 1200px;
    padding-left: calc(15% + 35px);
  }
}
.ger .ger-item.active .toggle-button {
  position: absolute;
  top: inherit;
  bottom: 40px;
  right: 0;
  padding-right: 5%;
  color: #ff0f64;
}
@media (min-width: 1260px) {
  .ger .ger-item.active .toggle-button {
    position: absolute;
    top: 75px;
    right: 0;
    padding-right: 5%;
    color: #ff0f64;
    margin-bottom: 25px;
  }
}

.intro {
  font-weight: 200;
  font-size: 1.25rem;
  font-family: Enel Roobert Regular;
  padding: 0 30px;
}

.intro h4{
    letter-spacing: -1.2px;
}

.intro p {
    letter-spacing: 0.44px;
    color: rgb(17,17,17);
    
}
@media (min-width: 1260px) {
  .intro {
    display: block;
    font-family: Enel Roobert Regular;
    width: 100%;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: auto;
  }

    .intro p {
        font-size: 1.375rem;        
        line-height: 35.86px;
    }

    .intro h4 {
        font-size: 1.875rem;        
        line-height: 36px;
    }
}

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

figure figcaption {
    font-size: 14px;
    text-align: center;
}

.ger .ger-item.active p{
    cursor: default;
}
