a {
  color: #CAA243;
  text-decoration: none;
  font-weight: bold;
}
hr {
  border: none;
  border-top: 1.5px solid #CAA243;
  margin: 20px auto;
  margin-top: 50px;
  width: 60%;
}
.default-row {
    margin-bottom: 50px;
    margin-top: 50px;
}
.section-row {
    margin-top: 100px;
    margin-bottom: 50px;
}
.aufmacher {
    border-radius: 25px;
    margin-top: 10px;
    width: 100%;
    height: 0;
    padding-top: 61.53%;
    background-repeat: no-repeat;
    background-size: contain; 
    background-image: url('../images/aufmacher_stairs.png');
}
@media screen and (max-width: 575.98px) {
  .aufmacher {
    padding-top: 80%;
    background-image: url('../images/aufmacher_stairs_mob.png');
  }
}
.aufmacher_about {
    margin-top: 10px;
    width: 100%;
    height: 0;
    padding-top: 61.53%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/aufmacher_e.png');
}
@media screen and (max-width: 575.98px) {
  .aufmacher_about {
    padding-top: 80%;
    background-image: url('../images/aufmacher_e_mob.png');
  }
}

.about-picture {
  border-radius: 25px;
  margin-top: 10px;
  width: 100%;
  height: 0;
  padding-top: 57.00%;
  background-size: cover; 
  background-image: url('../images/about_jomi.jpg');
}
@media screen and (max-width: 575.98px) {
  .about-picture {
    padding-top: 60%;
    background-image: url('../images/about_jomi.jpg');
  }
}
.aufmacher-text {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 32px;
    padding-top: 200px;
    padding-bottom: 200px;
    color: #FFFFFF;
    background: #0c2f33;
}
.navbar-energy {
    padding-top: 15px;
    padding-top: 15px;
    min-height: 100px;
    background: #ffffff;
}
.navbar-dropdown-energy {
    border-radius: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    background: #0c2f33;
}
@media screen and (max-width: 575.98px) {
  .navbar-dropdown-energy {
    font-size: 24px;
  }
}
.energy_logo {
    margin-top: 17px;
}
.menu_icon {
    float: right;
}
.dropdown-menu.energy {
    background: #ff00ff;
}
.energy-headline-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    font-size: 32px;
    color: #0c2f33;
}
@media screen and (max-width: 575.98px) {
  .energy-headline-1 {
    font-size: 24px;
  }
}
.energy-headline-2 {
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  text-align: center;
  font-style: italic;
  font-size: 54px;
  color: #0c2f33;
}
@media screen and (max-width: 575.98px) {
  .energy-headline-2 {
    font-size: 42px;
  }
}
.energy-text-box-long-text {
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  color: #0c2f33;
  background: #cfecef;
}
@media screen and (max-width: 575.98px) {
  .energy-text-box-long-text {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.energy-text-box {
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 32px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #FFFFFF;
    background: #05B2C2;
}
@media screen and (max-width: 575.98px) {
  .energy-text-box {
    font-size: 24px;
  }
}
.energy-intro {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    font-size: 32px;
    color: #0c2f33;
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 575.98px) {
  .energy-intro {
    font-size: 24px;
  }
}
.energy-copy {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    font-size: 24px;
    color: #0c2f33;
}
@media screen and (max-width: 575.98px) {
  .energy-copy {
    font-size: 18px;
  }
}
.energy-services-box {
  border-radius: 20px;
  height: 120px;
  background: #05B2C2;
  display: flex;
}
@media screen and (max-width: 575.98px) {
  .energy-services-box {
    height: 100px;
  }
}
.energy-services-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding-left: 20px;

  color: #FFFFFF;
  font-size: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  .energy-services-headline {
    left: 120px;
    top: 35px;
    font-size: 22px;
  }
}
.energy-services-icon-box {
  border-radius: 12px;
  background: #FFFFFF;
  align-content: center;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  position: relative;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 575.98px) {
  .energy-services-icon-box {
    width: 80px;
    height: 80px;
  }
}
.energy-copy-legal {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 12px;
    color: #0c2f33;
}
.energy-infobox-container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.energy-pink-box {
    background: #F5799A;
    align-content: center;
    width: 100%;
    min-height: 200px;
    position: relative;
}
.energy-white-box {
    background: #FFFFFF;
    align-content: center;
    width: 100%;
    min-height: 200px;
    position: relative;
}
.energy-blue-box {
    background: #00F5FF;
    align-content: center;
    width: 100%;
    min-height: 300px;
    position: relative;
}
.energy-box-subline {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #00F5FF;
    align-content: center;
    width: 100%;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}
.energy-fullwidth-dark-green {
    width: 100%;
    background: #B2CCF5;
    padding-top: 25px;
    padding-bottom: 25px;
}
.energy-fullwidth-pink {
    width: 100%;
    background: #F5799A;
    padding-top: 25px;
    padding-bottom: 25px;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.center-img {
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.energy-tipp-cell {
    align-content: center;
    width: 100%;
    min-height: 100px;
    position: relative;
}
.energy-cross-platform-teaser {
    align-content: left;
    color: #FFFFFF;
    width: 100%;
    min-height: 100px;
    position: relative;
}
.cross-platform-text {
    padding-top: 5px;
    height: 200px;
}
@media screen and (max-width: 767.98px) {
  .cross-platform-text {
    padding-top: 25px
  }
}
.tipp {
    padding-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .tipp {
    padding-top: 25px
  }
}
.footer {
    width: 100%;
    background: #0c2f33;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.end {
    padding-top: 200px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #0c2f33;
}
.row-profil {
    min-height: 200px;
}