Green Buildings concept

Green building is the practice of creating structures and using processes that are environmentally responsible and resource-efficient throughout a building’s life-cycle from siting to design, construction, operation, maintenance, renovation and deconstruction.

button {
height: 50px;
margin: 5px;
width: 120px;
background: #333;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: Consolas, Courier New, monospace;
border: solid #404c5d 1px;
font-size: 16px;
color: rgb(161, 161, 161);
-webkit-transition: 500ms;
transition: 500ms;
border-radius: 5px;
background: linear-gradient(145deg, #2e2d2d, #212121);
-webkit-box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
}

button:hover {
-webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
color: #d6d6d6;
-webkit-transition: 500ms;
transition: 500ms;
}

button:active {
-webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
color: #d6d6d6;
-webkit-transition: 100ms;
transition: 100ms;
}

According to the data provided by the official website of the European Commission, the building sector is the single largest energy consumer in the EU: 40% of total EU energy consumption is used by the building sector, 36% of total EU greenhouse gas emissions come from buildings.

button { height: 50px; margin: 5px; width: 120px; background: #333; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: Consolas, Courier New, monospace; border: solid #404c5d 1px; font-size: 16px; color: rgb(161, 161, 161); -webkit-transition: 500ms; transition: 500ms; border-radius: 5px; background: linear-gradient(145deg, #2e2d2d, #212121); -webkit-box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b, inset 5px 5px 10px #212121, inset -5px -5px 10px #212121; box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b, inset 5px 5px 10px #212121, inset -5px -5px 10px #212121; } button:hover { -webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78; box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78; color: #d6d6d6; -webkit-transition: 500ms; transition: 500ms; } button:active { -webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78; box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78; color: #d6d6d6; -webkit-transition: 100ms; transition: 100ms; }

The “Green Week” program is a national program, in accordance with the provisions of the report “Education on climate change and the environment in sustainable schools”, developed by the group of work at the level of the Presidential Administration, of the National Education Strategy for environment and climate change 2023-2030, approved by GD no. 59/2023 and of the National Strategy for the sustainable development of Romania 2030, approved by GD no. 877/2018.

button {
height: 50px;
margin: 5px;
width: 120px;
background: #333;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: Consolas, Courier New, monospace;
border: solid #404c5d 1px;
font-size: 16px;
color: rgb(161, 161, 161);
-webkit-transition: 500ms;
transition: 500ms;
border-radius: 5px;
background: linear-gradient(145deg, #2e2d2d, #212121);
-webkit-box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
box-shadow: -1px -5px 15px #41465b, 5px 5px 15px #41465b,
inset 5px 5px 10px #212121, inset -5px -5px 10px #212121;
}

button:hover {
-webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
color: #d6d6d6;
-webkit-transition: 500ms;
transition: 500ms;
}

button:active {
-webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
box-shadow: 1px 1px 13px #20232e, -1px -1px 33px #545b78;
color: #d6d6d6;
-webkit-transition: 100ms;
transition: 100ms;
}