@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600|Tulpen+One&displaswap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: font5;
  src: url(../font/NotoMono/NotoMono-Regular.ttf);

}

body {
  font-family: Calibri;
  /* font-family: Arial, Helvetica, sans-serif; */
  overflow-x: hidden;
}

h1,
h5 {
  text-align: center;
}

h1 {
  font-size: 3em;
  width: 90%;
  justify-self: center;
  color: #3e3e3e;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
}

h2 {
  font-size: 2em;
  text-align: center;
  color: #3e3e3e;
}

h5 {
  /* padding: 0 0 60px 0; */
  color: #D4292C;
  font-size: 1.5em;
}

hr {
  width: 50%;
  margin: 15px auto;
}

a {
  word-break: break-all;
}

p {
  text-align: left;
}

button {
  text-align: center;
  margin: 25px auto;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  display: block;
}

button:hover {
  color: black;
  background-color: white;

}

.breadcrumb {
  line-height: 24px;
  margin: 20px 30px 0 30px;
}

.div-class-center {
  width: 90%;
  margin: 2% 5%;
  text-align: justify;
  font-size: 1.2em;
}

/* end structura si dotari */

.antigua {
  color: #000000c0;
  width: 70vw;
  margin: 2% 15%;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.antigua p {
  color: #000000c0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  margin-bottom: 15px;
}

/*BEGIN MENIU*/
div#meniu {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 1;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}


main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

/* evenimente */
.content1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.content1 p,
.content1 div {
  margin-top: 1rem;
  font-size: 1em;
}

.hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: rgb(131, 199, 43);
  max-width: 50%;
  margin: 0 auto;
}

.content1 .inscriere {
  margin-top: 1rem;
  width: 50%;
  font-size: 1.1em;
  text-align: justify;
}

.av,
.poezii {
  width: 50%;
  margin-top: 1rem;
  list-style-type: none;
  font-size: 1.1em;
  text-align: justify;

}

.fa-icon i {
  margin-right: 1rem;
}

.fa-icon {
  display: flex;
}

/* final evenimente */

.verde-subtitlu {
  color: #24A610;
  padding: 10px;
  -webkit-text-stroke: 0.4px white;
  font-size: 3em;
}

.rosu-subtitlu {
  color: #D4292C;
  padding-top: 10px;

  font-size: 3em;
}

.verde-link a {
  color: #24A610;
  text-decoration: none;
  font-weight: bolder;
}

.roz-link a {
  color: #E058DC;
  text-decoration: none;
  font-weight: bolder;
}

.albastru-link a {
  color: #009BD4;
  text-decoration: none;
  font-weight: bolder;
}

.albastru-link a:hover,
.verde-link a:hover {
  color: #4d5055;
}

.scrollable {
  will-change: transform;

}

.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(80%);
  cursor: pointer;
}

.list ul li {
  list-style: none;
  padding-left: 50px;
  position: relative;
  padding-top: 20px;
}

.list ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-image: url("../img/check.png");
}

/*begin search bar*/

/*begin buton oameni dizabilitati pus dreapta jos*/
#userwayAccessibilityIcon {
  top: 90vh;
  /*  bottom: 13px; */
  right: 0px;
  left: auto;
}

/*end buton oameni dizabilitati pus dreapta jos*/
/*begin imagine slide in left -right*/
/*animation element*/
.about,
.categoriab,
.acte {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;

}

/*end tabel*/
summary {
  font-weight: 600;
  background: rgba(87, 133, 217, 0.5);
  background-image: linear-gradient(to right, rgba(87, 133, 217, 1), rgba(87, 133, 217, 0.5));
  color: #fff;
  padding: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

.faq__content summary {
  font-size: 1.25rem;
  font-weight: 600;
  background: rgba(178, 11, 12, 0.5);
  background-image: linear-gradient(to right, rgba(178, 11, 12, 1), rgba(178, 11, 12, 0.5));
  color: #fff;
  padding: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

details>.faq_content {
  max-height: none !important;
  overflow: visible !important;
}

details[open] summary~* {
  animation: sweep .5s ease-in-out;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

details[open] .faq__content summary~* {
  animation: sweep .5s ease-in-out;
  width: 90%;
  margin: 0 5% 1rem 5%;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px
  }

  100% {
    opacity: 1;
    margin-top: 0px
  }
}

details>summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}

details[open]>summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}

details>summary::-webkit-details-marker {
  display: none;
}

details>.faq__content summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}

details[open]>.faq__content summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}

details>.faq__content summary::-webkit-details-marker {
  display: none;
}

/*carte vizita*/
.carte-vizita {
  width: 100%;
  padding: 0.5em;
  margin: 5% auto;
  /* margin-top: 0; */
  position: relative;
  overflow: auto;
  outline: 2px solid #B9C2C9;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%), 0 7px 20px 0 rgb(0 0 0 / 20%);
  display: grid;
  grid-template-columns: 20% 80%;
}

.carte-vizita img {
  width: 100%;
  /* float: left; */
}

.carte-vizita:hover img {
  transform: scale(1.2);
}

.carte-vizita b {
  color: black;
}

/*begin tabel*/
.tabel-colorat {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
  /* margin: 2% 15% 0 15%; */
  margin: auto;
}

.tabel-colorat td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.tabel-colorat th {
  background-color: #24A610;
  color: white;
}

.tabel-colorat tr:nth-child(even) {
  background-color: #F5FFF5;
}

.tabel-colorat td a {
  text-decoration: none;
  color: black;
}

/*end tabel*/

.clasa-text-rosu a {
  color: #D4292C;
  text-decoration: none;
  font-weight: bolder;
}

.design-liste :is(ul, ol) {
  list-style-position: inside;
}

.design-liste :is(ul>li) {
  list-style-type: disc;
  /* list-style-position: inside; */
  margin-left: 2em;
}

.video-articol {
  width: 70%;
  margin: 0 15%;
  height: 400px;
}

.two-clmns {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  /* width:200%; */
  gap: 3rem;
}

.default-link {
  color: #0000EE !important;
  word-break: break-word;
}

/* imaginea dinainte de footer */
.bg-img1 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/image-2019-04-10-23080663-0-mizil-2.jpg");
  min-height: 450px;
}


.bg-img1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.65);
}

.bg-img1 h3 {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-top: 100px;
  font-weight: normal;
  font-family: Times, serif, "Times New Roman";
  font-size: 1.8rem;
  text-transform: uppercase;

}


.bg-img1 p {
  position: relative;
  color: #ffffff;
  text-indent: 30px;
  font-weight: normal;
  font-family: Times, serif, "Times New Roman";
  font-size: 1.2rem;
  padding: 50px 200px;
  text-align: justify;
}

.bg-img1 button {
  position: relative;
  background-color: #0046FF;
  color: white;
}

.bg-img1 button:hover {
  background-color: white;
  color: #0046FF;
}

.bg-img1 a {
  text-decoration: none;
  color: white;
}

/* sfarsit imaginea dinainte de footer */

/* prezentare */
.about {
  display: grid;
  gap: 2em;
  width: 90%;
  margin: auto;
  padding: 3em
}

.about p {
  text-align: justify;
  line-height: 2em;
  text-indent: 3em;
}

/* sfarsit prezentare */

.div-mare-sanatate {
  display: grid;
  gap: 1em;
}

.div-mare-sanatate2 {
  display: grid;
  gap: 1em;
}

.carte-vizita-img {
  align-content: center;
  text-align: center;
  display: inline-block;
}

.align-center {
  align-content: center;
  text-align: center;
}

.div-mare-justitie {
  display: grid;
  gap: 1em;
}

.img-centru {
  margin: auto;
  width: 30em;
}

.articol-economie,
.articol-mediu,
.articol-urbanism,
.articol-administratie {
  width: 60%;
  margin: 10em auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(120, 68, 172, 0.2), 0 6px 20px 0 rgba(120, 68, 172, 0.19);
  padding-bottom: 40px;
}

.articol-mediu,
.contur-chenar-verde {
  box-shadow: 0 4px 8px 0 rgba(36, 166, 16, 0.2), 0 6px 20px 0 rgba(36, 166, 16, 0.19);
}

.articol-economie,
.contur-chenar-albastru {
  box-shadow: 0 4px 8px 0 rgba(0, 155, 212, 0.2), 0 6px 20px 0 rgba(0, 155, 212, 0.19);
}

.articol-urbanism,
.contur-chenar-roz {
  box-shadow: 0 4px 8px 0 rgba(224, 88, 220, 0.2), 0 6px 20px 0 rgba(224, 88, 220, 0.19);
}

.contur-chenar-mov {
  box-shadow: 0 4px 8px 0 rgba(120, 68, 172, 0.2), 0 6px 20px 0 rgba(120, 68, 172, 0.19);
}


.articol-economie img,
.articol-mediu img,
.articol-urbanism img,
.articol-administratie img {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.articol-economie p,
.articol-mediu p,
.articol-urbanism p,
.articol-administratie p {
  margin: 0 30px 10px 30px;

}

.articol-economie a,
.articol-mediu a,
.articol-urbanism a,
.articol-administratie a {
  text-decoration: none;
  color: #7844AC;
  font-weight: bolder;
}

.articol-mediu a {
  color: rgba(212, 41, 44, 0.9)
}

.articol-economie a:hover,
.articol-mediu a:hover,
.articol-urbanism a:hover,
.articol-administratie a:hover {
  color: #7f8285;
}

.articol-economie h2,
.articol-mediu h2,
.articol-urbanism h2,
.articol-administratie h2 {
  position: relative;
  color: black;
  text-align: center;
  padding: 50px 50px 50px 50px;
  font-family: Times, serif, "Times New Roman";
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

.chenar-div-mic {
  height: 30em;
}

.containers {
  border: 2px solid #00107D;
  margin: 2rem;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* flex-wrap:wrap; */
  text-align: center;
  background-color: whitesmoke;
  padding: 15px;
  border-radius: 10px;

}

.containers p {
  font-weight: 600;
  color: #00107D;
  font-size: 17px;
}

.trimtext {
  padding: 0 30px;
  text-align: justify;
  text-indent: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.post-date-ribbon {
  width: 100px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  margin-top: -23px;
  position: absolute;
  background-color: #02acd7;
}

.post-date-ribbon-articol {
  width: 100px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  position: relative;
  background-color: #02acd7;
  border-radius: 10px 0 0 0;
}

.corner {
  position: absolute;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent transparent #00aaff transparent;
}

.three_elements {
  padding-top: 3%;
  width: 90%;
  margin: 0 5% 0 5%;
}

.submeniu {
  width: 100%;
  display: grid;
  gap: 10px;

}

.submeniu-stg {
  /* width: 46%;
  margin: 25px 0 25px 4%;
  float: left; */
  padding: 2em;
}

.submeniu-stg a {
  text-decoration: none;
  color: black;
  padding: 10px 0 10px 30px;
  font-size: 1.5em;
  display: block;
}

.submeniu-stg a {
  text-decoration: none;
  color: black;
  padding: 10px 0 10px 30px;
  font-size: 1.5em;
  display: block;

}

.submeniu-stg span {
  color: black !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  display: block;
  opacity: .8;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 15px;
  padding-bottom: 10px;
}

.submeniu-drp {
  /* width: 44%;
  float: right;
  margin: 25px 4% 25px 2%; */

  padding: 2em;
  font-size: 1.3em;
  word-break: break-all;
}

.submeniu-drp #div-submeniu-dr {
  display: grid;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.submeniu-drp a {
  text-decoration: none;
  color: #D4292C;
  font-weight: bolder;

}

.rosu-secundar {
  border: 1px solid white;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(212, 41, 44, 0.2), 0 6px 20px 0 rgba(212, 41, 44, 0.19);
  min-height: 65px;
  margin: 10px auto;
  /* width: 20em; */
}

.rosu-secundar:hover {
  top: -5px;
  position: relative;
  background-color: #FFF5F6;
}


/* GIS si Urbanism */
.gis_container {
  text-align: center;
  padding: 10px;
  position: relative;
  /* top: 30%; */
  left: 0%;
  width: 90%;
  height: auto
}

.gis_grid {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 1rem;
}

.gis_descriere {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 1vw
}

.gis_img {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center
}

.gis_harta {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}

.gis_eticheta {
  color: rgba(180, 180, 235, 0.482);
  width: 90%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  z-index: 0;
}

/* final GIS */

.imagine-articol {
  /* width: 30%; */
  /* margin: 0 35%; */
  /* width: 25em; */
  height: auto;
  position: relative;

}



















/* MEDIA QUERRY */

/* TOATE */
@media all {
  .content-footer {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 90vh;
    width: 100vw;
    /* justify-items: center; */
  }

  .carte-vizita p {
    line-height: 20px;
  }

}

/* TABLETA SI CALCULATOR */
@media (min-width: 641px) {

  .div-mare-sanatate2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .tabel-colorat-poza {
    display: none;
  }

  .div-mare-justitie {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-articol-p {
    display: none;
  }

  .img-centru {
    display: block;

  }

  .rosu-secundar {
    width: 20em;
  }

  .two-clmns {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* TELEFON SI TABLETA */
@media (max-width: 980px) {

  .img-catedre {
    display: none;
  }

  .img-gdpr {
    display: none;
  }

  .bg-img-none {
    display: block;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 25em; */
    text-align: center;
  }

  .bg-img-none h3 {
    position: relative;
    /* color: #ffffff; */
    text-align: center;
    /* padding-top: 3em; */
    font-weight: normal;
    font-family: Times, serif, "Times New Roman";
    font-size: 1.3rem;
    text-transform: uppercase;

  }

  .bg-img-none p {
    position: relative;
    /* color: #ffffff; */
    text-indent: 30px;
    font-weight: normal;
    font-family: Times, serif, "Times New Roman";
    font-size: 1rem;
    padding: 1em 2em;
    text-align: justify;
  }

  .bg-img-none button {
    position: relative;
    background-color: #0046FF;
    color: white;
    border: 1px solid rgb(47, 0, 255);
    margin: auto;
  }

  .bg-img-nonebutton:hover {
    background-color: white;
    color: #0046FF;
  }

  .bg-img-none a {
    text-decoration: none;
    color: white;
  }

  .bg-img1 {
    display: none;
  }

  .submeniu {
    grid-template-rows: 25em auto;
  }

  .submeniu-drp #div-submeniu-dr {
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
  }

  .gis_grid {
    grid-template-rows: repeat(3, 1fr);
  }

}


/* CALCULATOR */
@media (min-width: 981px) {

  h1 {
    padding-top: 2em;
  }

  td {
    font-size: 1em;
  }

  th,
  .antigua p,
  .antigua a {
    font-size: 1.2em;
  }

  .imagine-articol {
    width: 25em;
  }

  .img-gdpr {
    display: flex;
    float: right;
    width: 28vw;
    height: 45vh;
    border-radius: 10px;
    box-shadow: 1mm;
  }

  summary,
  .faq__content summary {
    font-size: 1.25rem;
  }

  .bg-img-none {
    display: none;
  }

  .about {
    grid-template-columns: repeat(2, 1fr);
  }

  .div-mare-sanatate {
    grid-template-columns: repeat(4, 1fr);
  }

  .submeniu {
    grid-template-columns: 30em auto;
  }

  .submeniu-drp #div-submeniu-dr {
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
  }

  .gis_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gis_grid p {
    font-size: 1.2em;
  }
}

/* TABLETA */
@media (min-width: 641px) and (max-width:980px) {
  h1 {
    font-size: 2.5em;
    padding-top: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  td {
    font-size: 0.8em;
  }

  th,
  .antigua p,
  .antigua a {
    font-size: 1em;
  }

  .content-footer {
    min-height: 40vh;
  }

  .verde-subtitlu {
    font-size: 2em;
  }

  .imagine-articol {
    width: 15em;
  }

  .carte-vizita p {
    font-size: 1em;
    text-indent: 0;
  }

  .carte-vizita li {
    font-size: 1em;
    text-indent: 0;
  }

  summary,
  .faq__content summary {
    font-size: 1rem;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .div-mare-sanatate {
    grid-template-columns: repeat(2, 1fr);
  }

  .articol-economie,
  .articol-mediu,
  .articol-urbanism,
  .articol-administratie {
    width: 90%;
  }

  .chenar,
  .container,
  .chenar4,
  .chenar8,
  .chenar1 {
    width: 96%;
    margin: 0 2% 50px 2%;
  }

  .gis_grid p {
    font-size: 2em;
  }

}

/* TELEFON */
@media (max-width: 640px) {
  h1 {
    font-size: 2em;
    padding-top: 3em;
  }

  h2 {
    font-size: 1.2em;
  }

  td {
    font-size: 0.6em;
  }

  th,
  .antigua p,
  .antigua a {
    font-size: 0.8em;
  }

  .content-footer {
    min-height: 35vh;
  }

  .verde-subtitlu {
    font-size: 1.5em;
  }


  .imagine-articol {
    width: 10em;
  }

  .carte-vizita p {
    font-size: 0.8em;
    text-indent: 0;
  }

  .carte-vizita li {
    font-size: 0.8em;
    text-indent: 0;
  }

  summary,
  .faq__content summary {
    font-size: 0.8rem;
  }

  .bg-img-none h3 {
    font-size: 1rem;
  }

  .bg-img-none p {
    font-size: 0.8rem;
  }

  .about img {
    display: none;
  }

  .about {
    padding: 0;
    gap: 0;
  }

  .div-mare-sanatate {
    grid-template-columns: repeat(1, 1fr);
  }

  .div-mare-sanatate2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .tabel-colorat {
    display: none;
  }

  .tabel-colorat-poza {
    display: block;
  }

  .div-mare-justitie {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-articol {
    display: none;
  }

  .video-articol-p {
    display: block;
  }

  .img-centru {
    display: none;
  }


  .articol-economie,
  .articol-mediu,
  .articol-urbanism,
  .articol-administratie {
    width: 100%;
  }

  .articol-economie h2,
  .articol-mediu h2,
  .articol-urbanism h2,
  .articol-administratie h2 {
    font-size: 1.1rem;
  }

  .chenar,
  .container,
  .chenar4,
  .chenar1 {
    width: 96%;
    margin: 0 2% 50px 2%;
  }

  .rosu-secundar {
    width: 15em;
  }

  .gis_grid p {
    font-size: 3.5em;
  }

  .two-clmns {
    grid-template-rows: repeat(2, 1fr);
  }
}