body {background:url(../kepek/uj_sz.jpg) no-repeat 40px top fixed}
.jumbotron {
  min-height: 300px;
  background-image: url(../kepek/fokep.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width:1140px; min-height:630px;}
  
.hero {
    position: relative;
    height: 420px;
    margin-bottom: 0;
    background: url("../kepek/fo_kep.jpg") center center no-repeat;
    background-size: cover;
    padding: 0;
}

/* EU infoblokk – bal felső */
.eu-infoblokk {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 0;          /* ha a padding okoz plusz blokkot */
    z-index: 1000;
    display: inline-block;
}

.eu-infoblokk img {
    display: block;      /* blokkelemmé teszi a képet */
    width: 360px;
    height: auto;
    margin: 0;           /* eltünteti az esetleges extra space-t */
}
/* Bal alsó: címer + felirat */
.hero-caption-left {
    position: absolute;
    bottom: 20px;
    left: 20px;

    background: #f2c200;
    color: #000;

    padding: 10px 14px 10px 60px; /* BAL OLDALT HELY A CÍMERNEK */
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;

    max-width: calc(100% - 40px);
    box-sizing: border-box;
}

/* Címer FIX helyen */
.hero-caption-left img {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: auto;
}

/* Szöveg */
.hero-caption-left span {
    display: block;
}