* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

a {
text-decoration: none;
}

ul {
list-style: none;
}

html {
scroll-behavior: smooth;
scroll-timeline: --page-scroll block;
}

body {
font-family: 'Arial';
}

:root {
--maincolor: #003252;
--water-is: #268bc1;
--water: #034c8f;
--energy: #f17e00;
--food: #79a12c;
--eco: #385c35;
--climate: #d5b36a;
--purple: #39185f;
--sand: #bb9b6a;
--turqoise: #296678;
--lightgreen: #8fc7c7;
--grey: #5c5a5d;
--white: #ffffff;
}

/* Header */

header {
max-width: 100%;
background-color: var(--maincolor);
padding: 15px 0;
margin-top: 5px;
}

.container {
max-width: 1200px;
width: 100%;
padding: 0 15px;
margin: 0 auto;
}

header .container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 10px;
}

header .container img {
max-width: 100%;
height: auto;
}

.lan {
max-width: 1200px;
width: 100%;
padding: 15px;
margin: 0 auto;
text-align: right;
}

.lan {
color: var(--maincolor); 
text-decoration: none; 
font-weight: bold; 
font-size: 15px; 
text-transform: uppercase;
}

a:hover.lan {
color: var(--water-is); 
}

.hdr {
width: 100%;
height: auto;
margin: 0 auto;
padding: 0;
overflow: hidden; 
background-color: var(--white);
text-align: center;
position: relative; 
}

.hdr img {
width: 100%; 
height: 100%; 
display: block;
top: 0;
left: 0;
}

@media screen and (max-width: 600px) {
.hdr {
height: 200px;
}
}


.mainpictext {
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, -50%);
color: var(--white);
max-width: 1200px;
opacity:0.6;
font-size: 80pt;
text-transform: uppercase;
font-weight:bold; 
padding: 20px;
}

.mainpictext1 {
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, -50%);
color: var(--maincolor);
max-width: 1200px;
opacity:1;
font-size: 70pt;
text-transform: uppercase;
font-weight:bold; 
padding: 10px;
background: hsl(0 100% 100% / 55%);
backdrop-filter: blur(5px);
z-index: 1;
}

@media screen and (max-width: 600px) {
.mainpictext, .mainpictext1 {
top: 80%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30pt;
}
}

/* Menu */

.topnav {
overflow: hidden;
background-color: var(--maincolor);
border-top: 1px solid var(--white);
border-bottom: 1px solid var(--white);
padding: 5px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.topnav a {
float: left;
display: block;
color: var(--white);
text-align: center;
padding: 14px 20px;
text-decoration: none;
font-size: 17px;
border: 1px solid var(--maincolor);
margin-left: 10px;
}

.topnav a:hover {
border: 1px solid var(--white);
}


.topnav a.active {
border: 1px solid var(--white);
color: var(--white);
}

.topnav .icon {
display: none;
}

@media screen and (max-width: 600px) {
.topnav a {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}

.topnav.responsive{
float: none;
position: relative;
display: block; 
width: 100%; 
text-align: left;
}
}


/* Main */

main {
max-width: 1200px;
margin: auto; 
overflow: hidden; 
}

.row {
max-width: 1200px;
}

.row:after {
content: "";
display: table;
clear: both;
margin-bottom: 10px;
}

.row img {
max-width: 100%;
height: auto;
}

@media screen and (max-width: 600px) {
.row {
margin-bottom: 5px;
}
}

.row1 {
max-width: 1200px;
padding-left: 20px;
padding-right: 20px;
}

.row1:after {
content: "";
display: table;
clear: both;
margin-bottom: 10px;
}

.row1 img {
max-width: 100%;
}

@media screen and (max-width: 600px) {
.row1 {
margin-bottom: 5px;
padding: 10px;
}
}

.row2 {
max-width: 1200px;
padding-left: 20px;
padding-right: 20px;
text-align: justify; 
}

.row2 img {
max-width: 100%;
}

@media screen and (max-width: 600px) {
.row2 {
margin-bottom: 5px;
padding: 20px;
text-align: left; 
}
}





.leftcolumn { 
float: left;
width: 50%;
padding: 10px;
}

.rightcolumn {
float: left;
width: 50%;
padding: 10px;
}


.leftcolumn img { 
max-width: 100%;
height: auto;
}

@media screen and (max-width: 600px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}


.leftcolumn40 { 
float: left;
width: 40%;
padding: 10px;
text-align: right;
}

.rightcolumn60 {
float: left;
width: 60%;
padding: 10px;
}


.leftcolumn40 img { 
max-width: 100%;
height: auto;
}

@media screen and (max-width: 600px) {
.leftcolumn40, .rightcolumn60 {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}


a.bs {color: #000; text-decoration: underline; font-size: 13pt;}
a:hover.bs {text-decoration: none;}

a.m {color: #000; text-decoration: underline; font-size: 16pt;}
a:hover.m {text-decoration: none;}

a.mz {color: #000; text-decoration: none; font-size: 16pt;}
a:hover.mz {text-decoration: underline;}

a.mz1 {display: inline-block; background-color: var(--turqoise); color: var(--white); text-decoration: none; font-size: 16pt; padding: 10px 18px; text-align: center; }
a:hover.mz1 { background-color: var(--maincolor); }

a.m2 {font-size: 16pt; color: var(--white); text-decoration: none; background-color: var(--water-is); padding: 2px;}
a.m2:hover {text-decoration: none; color: var(--water-is); background-color: var(--white); padding: 2px;}

a.m4 {display: block; font-size: 12pt; color: var(--white); text-decoration: none; background-color: var(--water-is); padding: 15px; margin-top: 20px; margin-bottom: 20px; margin-left: auto; margin-right: auto; font-weight: bold; text-transform: uppercase;  text-align: center; width: 600px;}

a.m4 span {font-size: 36pt; }

a.m4:hover {background-color: var(--water);}

a.m4a {display: block; font-size: 12pt; color: var(--white); text-decoration: none; background-color: var(--eco); padding: 15px; margin-top: 20px; margin-bottom: 20px; margin-left: auto; margin-right: auto; font-weight: bold; text-transform: uppercase;  text-align: center; width: 600px;}

a.m4a span {font-size: 36pt; }

a.m4a:hover {background-color: var(--turqoise);}

a.m4r {display: block; font-size: 12pt; color: var(--white); text-decoration: none; background-color: var(--water); padding: 25px; margin-bottom: 20px; margin-left: auto; margin-right: auto; font-weight: bold; text-transform: uppercase;  text-align: center; width: 90%;  transition: background-color 0.3s;}

a.m4r:hover {background-color: var(--water-is);}


@media screen and (max-width: 600px) {
a.m4, a.m4a {width: 400px;}
a.m4, a.m4 {font-size: 12pt;}
a.m4, a.m4 span {font-size: 16pt; }
}


h1.top {
color: var(--water-is);
font-size: 36pt;
line-height: 1.4;
margin-top: 20px;
margin-bottom: 20px;
font-weight: bold;
text-transform: uppercase; 
text-align: center;
}

h2 {
color: #000; 
font-size: 32px; 
text-align: left; 
margin-top: 20px;
margin-bottom: 20px;
}

h2.news {
color: #9e9e9e; 
font-size: 32px; 
text-align: center; 
display: block; 
padding: 10px; 
margin-top: 10px;
margin-bottom: 10px;
}


h3 {
color: var(--turqoise); 
font-size: 32px; 
text-align: center; 
display: block; 
padding: 10px; 
margin-top: 10px;
margin-bottom: 10px;
}

h3.crd {
color: var(--turqoise); 
font-size: 30px; 
text-align: left; 
display: block; 
margin: 10px auto;
}


@media screen and (max-width: 600px) {
h1.top {
font-size: 24pt;
}
h2.news {
font-size: 24px; 
}
h2 {
font-size: 24px; 
}
h3 {
font-size: 24px; 
}
}

.txt-top {font-size: 18pt; color: var(--water); line-height: 1.3em; margin-bottom: 10px; text-align: justify;}

.txt-top20 {font-size: 18pt; color: var(--water); line-height: 1.3em; margin-bottom: 10px; padding-left: 20px; padding-right: 10px; text-align: justify;}

@media screen and (max-width: 600px) {
.txt-top {padding-left: 20px; padding-right: 10px; text-align: left; }
.txt-top20 {padding-left: 40px; padding-right: 10px; text-align: left; }
}

.txt-s {font-size: 13pt; color: #000; line-height: 1.3em; margin-bottom: 10px;}

.txt-grey {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; }

.txt-new {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px;}

.txt-white {font-size: 16pt; color: #fff; line-height: 1.3em; margin-bottom: 10px;}

.txt-white1 {font-size: 16pt; color: #fff; line-height: 1.3em; margin-bottom: 10px; display: block; text-align: center; text-transform: uppercase;  }


.txt-new20 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 20px; padding-right: 10px; }

.txt-grey20 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 20px; padding-right: 10px; }

.txt-new40 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 40px; padding-right: 10px;}

.txt-grey40 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 40px; padding-right: 10px; }

.txt-new60 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 60px; padding-right: 10px;}

.txt-grey60 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 60px; padding-right: 10px; }

.txt-new80 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 80px; padding-right: 10px;}

.txt-grey80 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 80px; padding-right: 10px; }

.txt-new100 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 100px; padding-right: 10px;}

.txt-grey100 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 100px; padding-right: 10px; }

.txt-new120 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 120px; padding-right: 10px;}

.txt-grey120 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 120px; padding-right: 10px; }


.txt-new140 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 140px; padding-right: 10px;}

.txt-grey140 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 140px; padding-right: 10px; }


.txt-new160 {font-size: 16pt; color: #000; line-height: 1.3em; margin-bottom: 10px; padding-left: 160px; padding-right: 10px;}

.txt-grey160 {font-size: 16pt; color: var(--grey); line-height: 1.3em; margin-bottom: 10px; padding-left: 160px; padding-right: 10px; }


.center {text-align: center; margin: 0 auto;}

.center1 {font-size: 15pt; text-align: center; margin: 0 auto; line-height: 3em; margin-bottom: 15px;}


a.alv {
font-size: 19px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: var(--turqoise);
margin: 0;
transition: 0.5s;
}

a:hover.alv {
background-color: var(--sand);
}

a.alv1 {
font-size: 13pt;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: var(--turqoise);
margin: 0;
transition: 0.5s;
}

a:hover.alv1 {
background-color: var(--sand);
}

/* Footer */

footer {
max-width: 100%;
background-color: var(--maincolor);
margin-top: 5px;
overflow: hidden; 
}

.container-ft {
max-width: 1200px;
margin: 0 auto;
padding: 15px 0;
overflow: hidden; 
}
 
.f-left { 
float: left;
width: 50%;
text-align: left;
padding-left: 20px;
}

.f-left p {
font-size: 25px;
font-style: normal;
color: var(--white);
margin-top: 10px;
}

.f-left p span {
font-size: 15px;
font-style: normal;
color: var(--white);
line-height: 1.3em; 
margin-bottom: 7px;
}

.f-left a {
font-size: 25px;
font-style: normal;
color: var(--white);
margin-bottom: 7px;
text-decoration: none;
display: block;
border-left: 2px solid var(--maincolor);
padding-left: 10px;
}

.f-left a:hover {
border-left: 2px solid var(--white);
}

.f-left a span {
font-size: 15px;
font-style: normal;
color: var(--white);
line-height: 1.3em; 
margin-bottom: 7px;
}

.f-right {
float: right;
width: 50%;
text-align: left;
}

.f-right p {
font-size: 16px;
font-style: normal;
color: var(--white);
line-height: 1.4em; 
margin-bottom: 7px;
}

.f-right a {
font-size: 16px;
font-style: normal;
color: var(--white);
text-decoration: none;
}

.f-right a:hover {
text-decoration: underline;
}

@media screen and (max-width: 600px) {
.f-left, .f-right { 
width: 100%;
padding-left: 10px;
padding-right: 10px;
text-align: center;
margin-bottom: 50px;
}
}

.footer_h4 {
font-size: 20px;
font-style: normal;
font-weight: bold;
color: var(--white);
margin-bottom: 7px;
}






.column33 { 
float: left;
width: 32%;
height: 250px;
padding: 10px;
background-color: var(--maincolor);
display: flex;
justify-content: center;
text-align: center;
align-items: center;
margin-right: 10px;
}

.column33:hover {
background-color: var(--water-is);
transition: background-color 1s;
}

.text2 {
 display: none;
}

.column33:hover .text1 {
 display: none;
}

.column33:hover .text2 {
display: block;
transition: 1s;
}



.column33-1 { 
float: left;
width: 33%;
height: 350px;
padding: 10px;
}

.column33 img { 
max-width: 100%;
height: auto;
}


@media screen and (max-width: 600px) {
.column33, .column33-1 {
width: 100%;
height: 250px;
padding: 20px;
margin-bottom: 5px;
}
}



a.c33{
font-size: 26pt; 
color: var(--white); 
font-weight: bold; 
}

a.c33 span {
font-size: 18pt; 
color: var(--white); 
}


.column33-map { 
float: left;
width: 32%;
height: 250px;
padding: 10px;
background-color: transparent;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
margin-right: 10px;
}


@media screen and (max-width: 600px) {
.column33-map { 
width: 100%;
height: 250px;
margin-bottom: 5px;
}
}



.table-container {
max-inline-size: 100%;
overflow-x: auto;
scroll-timeline: --scroll-timeline x;
scroll-snap-type: inline mandatory;
scroll-behavior: smooth;
}

.table-container th,
.table-container td {
scroll-snap-align: start;
padding: var(--metric-box-spacing);
}


table.data {
width: 1000px; 
margin: auto; 
border: 1px solid #000;
border-spacing: 0;
}

table.data td {
border: 1px solid #000;
text-align: center;
padding: 5px;
font-size: 16pt; 
color: #000; 
}

.textblock-pub {max-width: 1050px; border-top: 1px solid #c2c2c2; overflow:hidden; margin-bottom: 10px;}

.leftblock-pub {width: 200px; padding:10px; float: left; text-align: center; }

.rightblock-pub {width: 800px; float: right; padding:10px; text-align: left; }

@media screen and (max-width: 600px) {
.leftblock-pub, .rightblock-pub {
width:  100%;
}
}


.row-map {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column-map {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column-map img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .column-map {
    flex: 100%;
    max-width: 100%;
  }
}


.container-map {
  position: relative;
  width: 100%;
 }

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.container-map:hover .overlay {
  opacity: 0;
}


img.articleimg {
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
}



.menu-bar {
  border-radius: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  align-items: center;
  padding: 0 10px;
  margin: 10px 0 10px 0;
}
.menu-bar li {
  list-style: none;
  color: white;
  font-weight: bold;
  padding: 12px 16px;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.menu-bar li::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 0.2s;
  border-radius: 25px;
}
.menu-bar li:hover {
  color: black;
}
.menu-bar li:hover::before {
  background: linear-gradient(to bottom, #e8edec, #d2d1d3);
  box-shadow: 0px 3px 20px 0px black;
  transform: scale(1.2);
}

.menu-bar li a {
  color: white;
}

.menu-bar li a:hover {
  color: black;
}




.column32 {
  float: left;
  width: 33%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.column32:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 600px) {
  .column32 {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card:hover {
  box-shadow: 0 0 0 0;
}


.container2 {
  padding: 0 16px;
}

.container2::after, .row::after {
  content: "";
  clear: both;
  display: table;
}


.column66 {
  float: left;
  width: 66%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.column66:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 600px) {
  .column66 {
    width: 100%;
    display: block;
  }
}


.column49 {
  float: left;
  width: 49%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.column49:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 600px) {
  .column49 {
    width: 100%;
    display: block;
  }
}



#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 140px;
    right: 130px;
    z-index: 99;
    font-size: 24px;
    background-color: #555;
    color: white;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

#scrollTopBtn:hover {
    background-color: #333;
}

@media screen and (max-width: 600px) {
#scrollTopBtn {
  bottom: 50px;
  right: 50px;
}
}



.collapsible {
  background-color: #777;
  color: #fff; 
  font-size: 32px; 
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
border-bottom: 2px solid #fff;
 }

.active-yb {
  background-color: #9e9e9e;
}



.content {
  padding: 20px 10px;
  display: none;
  overflow: hidden;
  background-color: #fff;
}
