body{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px;
  /*background: linear-gradient(to right, #83a4d4, #b6fbff);*/
}*{ box-sizing:border-box;}
    
p{
  text-align: justify;
}
span{
  color: red;
}

.legal-content span{
  color: gray;
}

h2 {
  text-align: center;
}
.wrapper{
  
  padding: 15px;
  width: 280px;
  height: 400px;
  background: #f2f2f2;
  border-radius: 5px;
  /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
}
input{
  outline: none;
  border: none;
  padding: 5px;
  width: 250px;
}
button{
  color: white;
  padding: 10px;
  border: 2px solid white;
  background: black;
  display: block;
  margin-top: 10%;
  cursor: pointer;
}
.company-name{
display: flex;
justify-content: center;
align-items: center;
}

.company-logo{
height: 110px;
width: 100px;
padding: 8px;
}

.image-logo{
height: 100px;
width: 100%;
object-fit: cover;
}

#logo {
  color: white;
  font-size: 32px;
  font-weight: bold;
  padding: 4px;
  margin-top: 25px;
}

#logo-name {
  font-size: 32px;
  font-weight: bold;
}

#nav-text {

padding: 16px;
font-size: 21px;
   
}

#nav-text a{

color: grey;
text-decoration: none;

   
}

#navigation {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  padding: 0px;
  top: 0px;
  background-color: white;
}

#headline{

color: grey;

}

a {

color: gray;
text-decoration: none;
margin-left: 16px;
}

#navigation a:hover {
  color: rgb(0, 136, 255);
}


#main {
  max-width: 1200px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.energy{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.energychart{
	width: 50%;
}

#footer {
  text-align: center;
  color: gray;
  padding: 16px;
  
}

.copyright{
margin-right: 16px;
}

.legal-text{
margin-right: 16px;
}

.legal-text a:hover{

color: rgb(0, 136, 255);

}


.privacy-policy a:hover{

color: rgb(0, 136, 255);
}


@media screen and (max-width: 700px) {
.image {
  height: 250px;
}

#logo-name {
  font-size: 29px;
  font-weight: bold;
  padding: 4px;
}
  
  .energychart{
	width: 100%;
}
}