body {
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
  /* background-color: #f5f3f3; */
  color: #000000;
  font-size: 20px;
}

.contentMaxWidth {
  max-width: 1920px;
}

.pageBackground {
  background-image: url("../images/background.jpg");
}

.mainColor {
  color: #cd3834;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */

}

h2 {
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
}

h3 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
  color: #ffffff !important;
}

hr {
  margin-right: 30px;
  margin-left: 30px;
}

.nav-link {
  color: #ffffff !important;
  text-transform: uppercase;
  padding-left: 10px !important;
  padding-right: 20px !important;
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
  font-size: 16px;
}

.nav-item a:hover {
  color: #cd3834 !important;

}

.active {
  color: #cd3834 !important;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #cd3834;
  text-decoration: none;
}

.footer a {
  color: #cd3834;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.absolute {
  position: relative;
}

.bannerBG {
  background-image: url("../images/mgbanner.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.bannerBG-ref {
  background-image: url("../images/banner-ref.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.menuBG {
  background-image: url("../images/menuBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.workshops {
  background-image: url("../images/Italian-food.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.kapcsolat {
  background-image: url("../images/vegetables.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.csapatunkEsGaleria {
  background-image: url("../images/csapatbg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.csapatKepek {
  border-radius: 50%;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.banner-text-big {
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
  font-weight: 700;
  color: #ffffff;
  text-shadow: 3px 3px 3px #000000;
  padding: 10px;
  font-size: 48px;
}

.banner-text-small {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  padding: 20px;
}

.infoBlock {
  display: block;
  position: relative;
  right: 0px;
  top: -105px;
}

/* Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {
  .plate {
    display: none;
  }

  .bannerBG {
    background-size: auto 100%;
  }

  .bannerBG-ref {
    background-size: auto 100%;
  }


  #slider,
  #spagetti {
    display: none;
  }

  #logoForSmallDevices {
    display: inline;
  }

  #logoInMenu {
    display: none;
  }

  .banner-text-big {
    font-size: 24px;
    padding: 0px;
  }

  .banner-text-small {
    font-size: 22px;
    padding: 0px;
  }

  .row {
    display: block;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .plate {
    display: none;
  }

  .bannerBG {
    background-size: auto 100%;
  }

  .bannerBG-ref {
    background-size: auto 100%;
  }

  #slider,
  #spagetti {
    display: none;
  }

  #logoForSmallDevices {
    display: inline;
  }

  #logoInMenu {
    display: none;
  }

  .banner-text-big {
    font-size: 26px;
    padding: 0px;
  }

  .banner-text-small {
    font-size: 22px;
  }

  /* .row {
    display: block;
  } */
}

@media (max-width: 767px) {
  .plate {
    display: none;
  }

  .bannerBG {
    background-size: auto 100%;
  }

  .bannerBG-ref {
    background-size: auto 100%;
  }

  #slider,
  #spagetti {
    display: none;
  }

  #logoForSmallDevices {
    display: inline;
  }

  #logoInMenu {
    display: none;
  }

  .row {
    display: block;
  }

  .tileContent-details h2 {
    font-size: 24px;
  }
}

/*Medium devices (tablets, 767px and up)*/
@media (min-width: 767px) {
  .plate {
    display: none;
  }

  .bannerBG {
    background-size: auto 100%;
  }

  .bannerBG-ref {
    background-size: auto 100%;
  }

  #slider,
  #spagetti {
    display: inline;
  }

  #logoForSmallDevices {
    display: inline-block;
  }

  #logoInMenu {
    display: none;
  }

  .banner-text-big {
    font-size: 38px;
  }

  .banner-text-small {
    font-size: 22px;
  }

  .tileContent-details h2 {
    font-size: 20px;
  }

  .kapcsolatFont {
    font-size: 10px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .plate {
    display: inline;
  }

  .bannerBG {
    background-size: 100% auto;
  }

  .bannerBG-ref {
    background-size: 100% auto;
  }

  #slider,
  #spagetti {
    display: inline;
  }

  #logoForSmallDevices {
    display: none;
  }

  #logoInMenu {
    display: inline;
  }

  .banner-text-big {
    font-size: 42px;
  }

  .banner-text-small {
    font-size: 20px;
  }

  .tileContent-details h2 {
    font-size: 26px;
  }

  .kapcsolatFont {
    /* font-size: small;*/
    font-size: 16px;
  }

  .nav-link {
    padding-right: 0px;
  }

  .nav-item {
    padding-left: 0px
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .plate {
    display: inline;
  }

  .bannerBG {
    background-size: 100% auto;
    min-height: 500px;
  }

  .bannerBG-ref {
    background-size: 100% auto;
    min-height: 500px;
  }

  #slider,
  #spagetti {
    display: inline;
  }

  #logoForSmallDevices {
    display: none;
  }

  #logoInMenu {
    display: inline;
  }

  .banner-text-big {
    font-size: 48px;
  }

  .banner-text-small {
    font-size: 28px;
  }

  .tileContent-details h2 {
    font-size: 28px;
  }
}

.bigText {
  color: #7c9640;
  font-size: 40px;
  font-weight: bold;
}

.footer-bg {
  background-color: #ed1c24;
  padding: 10px;
}

.menupic {
  width: 210px;
  height: 210px;
}

.orangeButton {
  background-color: #000000;
  padding: 5px 10px 5px 10px;
  min-width: 140px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.orangeButton:hover {
  color: #ffffff;
  text-decoration: none;
}

.orangeButton:active {
  color: #ffffff;
  text-decoration: none;
}

.orangeDatum {
  color: #457900;
  font-weight: 600;
  font-size: 46px;
  line-height: 0.7;
}

.orangeColor {
  color: #457900;
}

.sliderImage {
  border-radius: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.redButtonKapcsolatok {
  background-color: #457900;
  padding: 3px;
  margin-left: 0px;
  min-width: 100px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

.redFormButton {
  background-color: #457900;
  padding: 5px;
  margin-left: 20px;
  min-width: 150px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  border: 0px;
}

.shadowed {
  box-shadow: 8px 8px 20px 5px #e0d5d5;
}

.productDiv {
  box-shadow: 1px 5px 10px 8px #ada5a5;
  margin: 10px 5px 20px 25px;
  max-width: 90%;
  padding: 5px 5px 20px 5px;
}

.productDiv img {
  margin-left: 0px;
  width: 100%;
  height: auto;
}

.productDiv span {
  font-size: 14px;
}

.redText {
  color: #ee2e35;
  font-size: 24px;
  font-weight: 700;
}

.silverBG {
  border: 0px;
  background-color: #f8f8f8;
}

.idezojel {
  background-image: url("../images/idezojel.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 60px 50px;
}

/* Index tile menu */

.tileContent {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.tileContent .tileContent-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tileContent:hover .tileContent-overlay {
  opacity: 1;
}

.tileContent-image {
  width: 100%;
}

.tileContent-details {
  color: #ffffff;
  font-weight: 700 !important;
  text-shadow: 4px 4px 4px #000000;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.centerContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.maxFullHD {
  width: 100%;
  max-width: 1920px;
}

.tileContent:hover .tileContent-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  /*Hover keret:
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;*/
  padding-top: 8px;
}

.fadeIn-bottom {
  top: 85%;
}

.tileContent-details h2 {
  /* font-size: 26px; */
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
}

/* end of Index tile menu */

.kapcsolatImg {
  width: 98%;
  max-width: 250px;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.tevekenysegek::before {
  content: "\2022";
  color: #cd3834;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  width: 25px;
  margin-left: -1em;
  position: relative;
  left: 8px;
  top: 3px;
}

.referenciaText {
  color: #cd3834;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1ch;
  display: inline-block;
  padding-top: 10px;
}

.inputBorder {
  border: 2px solid #cd3834;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a4a4 !important;
  opacity: 0.7 !important;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a6a4a4 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a6a4a4 !important;
}