.banner_a {
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
}

.banner {
  width: 320px;
  height: 100px;
}

.bg-custom {
  background-color: rgb(29, 128, 29);
}

footer {
  width: 100%;
  flex-shrink: 0;
}

.title {
  overflow: hidden;
}

.font-color-green {
  color: rgb(20, 82, 20);
}

.font-bold {
  font-weight: bold;
}

.font-center {
  text-align: center;
}

.title:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid black;
}

.img-container {
  padding-bottom: 12px;
}

.gallery {
  padding-bottom: 25px;
}

.urgent {
  color: rgb(198, 13, 13);
  font-weight: bold;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.img-project-1 {
  margin-top: 10px;
  height: 100px;
  width: auto;
}

.one-piece-img-kicsi {
  width: 15%;
}

.one-piece-img-mini {
  width: 10%;
}

.one-piece-img {
  width: 20%;
}

.one-piece-img-2 {
  width: 30%;
}

.one-piece-img-05 {
  width: 15%;
}

.one-piece-img-nkicsi {
  width: 7%;
}

.one-piece-img-mid {
  width: 50%;
  padding: 10px 0px;
}

.one-piece-img-4 {
  width: 80%;
  padding: 10px 0px;
}

.img-centered {
  width: 50%;
  margin: auto;
}

/*kisebb kijelzőn*/
@media (max-width: 1100px) {
  .one-piece-img {
    width: 40%;
  }

  .one-piece-img-2 {
    width: 60%;
  }

  .one-piece-img-05 {
    width: 40%;
  }

  .img-project-1 {
    margin-top: 10px;
    height: 80px;
    width: auto;
  }


  .banner_a {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
  }

  .banner {
    width: 128px;
    height: 40px;
  }

  .img-centered {
    width: 80%;
    margin: auto;
  }
}

.card {
  margin: 12px 0 12px 0;
  background-color: rgb(176, 179, 177);
}

.a_light {
  color: rgb(202, 224, 197);
  text-decoration: none;
}

.a_light:hover {
  color: rgb(121, 216, 102);
  text-decoration: none;
}

.content-holder {
  margin-right: 10%;
  margin-left: 10%;
  padding: 5px 15px 5px 15px;
}


html,
body {
  height: 100%;
}

a {
  color: rgb(18, 133, 79);
  text-decoration: none;
}

a:hover {
  color: rgb(62, 141, 62);
  text-decoration: none;
}

body {
  background-color: rgb(233, 233, 233);
  display: flex;
  flex-direction: column;
  color: rgb(45, 73, 38);
}

.panel_bg {
  background-color: rgba(192, 202, 193, 0.89);
}

.panel_bg_w {
  background-color: rgb(255, 255, 255);
}


.col {
  margin: 10px 0 0 0;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 3%;
  /* Location of the box */
  padding-bottom: 3%;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /*overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  height: 90%;
  width: auto;
  margin-bottom: 5px;
}

@media only screen and (orientation: portrait) and (max-width: 1100px) {
  .modal-content {
    width: 70%;
    height: auto;
  }
}

@media only screen and (orientation: landscape) and (max-width: 1100px) {
  .modal-content {
    height: 80%;
    width: auto;
  }
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  height: 30px;
}



/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}


.navbar-nav>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu .dropdown-menu {
  background-color: rgb(29, 128, 29);
  border-color: rgb(0, 0, 0);
}

.navbar-nav>li>.dropdown-menu a {
  color: #8ec493;
}

.navbar-nav>li>.dropdown-menu a:hover {
  background-color: rgb(33, 146, 33);
  color: #ffffff;
}

.navbar-nav>li>.dropdown-menu a:focus {
  background-color: rgb(56, 163, 56);
  color: #ffffff;
}


.selector-for-some-widget {
  box-sizing: content-box;
}

.body_white {
  background-color: white;
}

.container {
  flex: 1 0 auto;
}

.popup-bg {
  position: fixed;
  z-index: 11;
  width: 100vw;
  height: 100%;
  display: none;
}

.popup-content {
  position: absolute;
  z-index: 11;
  height: 950px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: calc(95vh);
}

.popup-close {
  border: solid 3px rgb(2, 56, 0);
  z-index: 12;
  border-radius: 10px;
  background: rgb(18, 133, 79);
  color: #ffffff;
  font-size: 70px;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 15px;
  right: 35px;
}

.popup-close-text {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 37px;
}

.popup-closer {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.432);
}

@media only screen and (orientation: portrait) and (max-width: 1100px) {
  .popup-content {
    position: absolute;
    width: calc(85vw);
    height: auto;
  }

  .popup-close {
    height: 60px;
    width: 60px;
    top: 10px;
    right: 10px;
    z-index: 12;
  }

  .popup-close-text {
    top: 40px;
  }
}