/* baige szín rgba(245,240,236,1)    #f5f0ec    */


.carousel,
    .carousel-item,
    .carousel-item img {
      height: 100vh;
      width: 100%;
      object-fit: cover;
    }
    .overlay-text {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      text-align: center;
      color: white;
      font-size: 2rem;
      font-weight: bold;
      text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
      z-index: 10;
    }


.carousel-overlay-text {
    position: absolute;
    top: 400px;              
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 10;
    pointer-events: none; 
  }

  /* biztosítja, hogy a carousel teljes képernyős maradjon */
  #fullscreenCarousel {
    position: relative;
  }


  .carousel-overlay-text h4 {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
    color: #8f7458;
    margin-bottom: 5px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.carousel-overlay-text h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 1.25em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #8f7458;
    font-weight: 400;
}
.carousel-overlay-text p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #8f7458;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.carousel-overlay-text p span {
    font-family: 'Dantina', sans-serif;
    color: #8f7458;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}




.text-right {
    text-align: right;
}


.feherszoveg {
    color: white !important;
}

.feherszoveg2 {
    color: white !important;
    font-weight: bold !important;
    text-align: center !important;
}

.feketeszoveg {
    color: #8f7458 !important;
}

.baigeszoveg {
    color: #a58469 !important;
}

.felsorolas1 li{
    color: white !important;
    padding-bottom: 10px;

}

.felsorolas2 li{
    color: white !important;
    padding-bottom: 5px;

}

.felsorolas3 li{
    color: white !important;
    padding-bottom: 2px;
}



.felsorolas4 li{
    color: #8f7458;
    padding-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
}

.portfolio_felsorolas li {
    display: inline-block;
    padding: 20px;
    font-size: 20px;
}

.aktiv {
    color: rgb(169, 169, 169) !important;
}



.viktor_opacity {
    opacity: 55%;
}

.viktor_opacity_2 {
    opacity: 100%;
}

.szurke {
    width: 100%;
    height: 100px;
    background-color: #f5f0ec;
}


.cim1 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    
}

.cim2 {
    font-family: 'Playfair Display', serif !important;
    text-align: center;
    font-style: italic;
    margin: 0;
    padding: 0;
    font-size: 29px !important;
}

.cim3 {
    font-family: 'Playfair Display', serif !important;
    text-align: center;
    font-style: italic;
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 29px !important;
}

.lovestory_cim {
    font-family: 'Dantina', sans-serif !important;
    font-size: 20px !important;
    font-weight: 100;
    font-style: italic;
    text-align: right;
}


.velemeny_szoveg {
    font-size: 22px;
    font-style: italic;
}


.keret1 {
    border: 1px solid #dfcec1 !important;
    background-color: #faf7f4 !important;
    padding: 40px;
}

.urlap input[type="text"], .urlap input[type="email"]{
    width: 350px;
    border: 1px solid #b49e8b;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #efe4db !important;
}

.elkuld_gomb {
    background-color: #a58469 !important;
    color: white !important;
}

.elkuld_gomb:hover {
    background-color: #a58469 !important;
    border: 1px solid black;
    color: #8f7458 !important;
}


.kuldes_szoveg {
    font-size: 12px;
}

.kiemelt {
    font-weight: bold;
    font-size: 26px;
}

.kiemelt2 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 45px !important;
}


.csomagbox {
    background-color: #f5f2ef;
    color: #8f7458;
}

.csomagcim {
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 18px !important;
}

.ti-check {
    padding-right: 20px !important;
}

.ti-minus {
    padding-right: 20px !important;
}

.inaktiv {
    color: #b19c8b !important;
}


.gomb1 {
    width: 200px;
    text-align: center;
    background-color: #efe9e5;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
}

.gomb1:hover {
    background-color: #e6dcd6;
}









@media screen and (max-width: 768px) {
    .urlap textarea{
        width: 350px;
        height: 120px;
        border: 1px solid #b49e8b;
        padding: 10px;
        margin-bottom: 20px;
        background-color: #efe4db !important;
    }
}


@media screen and (min-width: 769px) {
    .urlap textarea{
        width: 500px;
        height: 120px;
        border: 1px solid #b49e8b;
        padding: 10px;
        margin-bottom: 20px;
        background-color: #efe4db !important;
    }
}
