body {
    background-color: rgba(252, 242, 233, 1);
    font-family: Raleway;
}

.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-link {
    color: rgba(158, 176, 170, 1) !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-link:hover {
    color: rgba(110, 142, 132, 1) !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.foglalasButton {
    background-color: #F5E9DE;
    color: #808285;
    border-radius: 60px;
    width: 196px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    margin-top: -20px;
}

.foglalasButton:hover {
    background-color: #87B1A1;
    color: white;
}

.logo{
    padding-right: 10rem;
}

.hero{
    width: 20rem;
    border-radius: 20%;
}

.imageButton {
    display: flex;
    width: 306px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background-color: #F5E9DE;
    position: absolute;
    top: 65%;
    left: 51%;
    transform: translate(-200%, -80%);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    color: #808285;
}

.image-container{
    margin-bottom: 7rem;
}

/* Tablet és laptop nézetre */
@media (max-width: 1320px) {
    .imageButton {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 20px auto;
        display: block;
        background-color: #87B1A1;
    }
}

.indexText1 {
    color: #414042;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;

    /* H2 */
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.088px;
    padding-bottom: 10px;
}

.avatar{
    margin-top: 100px;
}

.indexText2 {
    margin-top: 33px;
    color: #414042;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.063px;
}

.indexText3 {
    margin-top: 33px;
    margin-bottom: 100px;
    color: #414042;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;

    /* P */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.1px;
}

h1,
h2,
h3,
h4,
p,
ul li {
    color: rgb(4, 126, 104) !important;
}

.footerA {
    text-decoration: none;
    color: white;
}

.footer img.soc {
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

/* Hover állapot stílus */
.footer img.soc:hover {
    transform: scale(1.2);
    filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(132%) hue-rotate(86deg) brightness(97%) contrast(95%);
}

.impresszumP {
    text-decoration: none;
    color: rgb(4, 126, 104) !important;
}

.impresszum {
    text-decoration: none;
    color: white !important;
}

.impresszum:hover {
    text-decoration: none;
    color: rgb(4, 126, 104) !important;
}

.price,
.service {
    font-weight: bold;
}

ul li {
    padding: 3px;
}

.footer {
    background-image: url(galery/footer.png);
    background-color: rgba(158, 174, 168, 1);
    background-size: cover;
    height: 300px;
    align-items: center;
}

.footer h5{
    color: white;
    padding-top: 68px;
}

.footer .row .col-12 p{
    color: white !important;
}

/*Szolgáltatás*/

.accordion-button .collapsed h5 span{
    font-weight: 300 !important;
}

.szolgaltatasBody {
    position: relative;
    background-image: url(galery/szolgaltatasok.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    /* Fix magasság: teljes magasságú képernyő */
}


.accordion-button {
    background-color: rgba(158, 174, 168, 1);
    color: white;
    /* Gomb háttérszíne */
}

.szolgaltatasBody {
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
    padding-top: 270px;
}

.custom-hr {
    margin: 10px auto;
    border: 0;
    border-top: 2px solid white;
    width: 97%;
    text-align: center;
}

.accordion {
    border: none;
    width: 1200px;
    max-width: 2500px;
    border-radius: 15px;
    overflow: hidden;
}

.accordion-item {
    background-color: rgba(158, 174, 168, 1);
    border: none;

}

.accordion-header .accordion-button {
    background-color: rgba(158, 174, 168, 1);
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 15px;
    border-bottom: none;
}

.accordion-header .accordion-button:not(.collapsed) {
    background-color: rgba(158, 174, 168, 1);
}

.accordion-body {
    background-color: rgba(158, 174, 168, 1);
    color: white;
    border-radius: 0 0 15px 15px;
}

.accordion-button::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    border-top: 0.8em solid white;
    vertical-align: middle;
    margin-right: 1em;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.szolgaltatasText {
    color: white !important;
}

/* Reszponzív design */
@media (max-width: 1299px) and (min-width: 992px) {
    .accordion {
        max-width: 900px;
        /* 992px és 1200px között */
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .accordion {
        max-width: 700px;
        /* 768px és 992px között */
    }
}

@media (max-width: 768px) and (min-width: 690px) {
    .accordion {
        max-width: 500px;
        /* 690px és 768px között */
    }
}

@media (max-width: 690px) and (min-width: 400px) {
    .accordion {
        max-width: 300px;
        /* 690px alatt teljes szélesség */
    }
}

@media (max-width: 399px) {
    .accordion {
        max-width: 270px;
    }
}

/* Árak*/

.arakTableTh {
    background-color: #9EAEA8 !important;
}

.arakTableTd1 {
    background-color: #F3E0D0 !important;
    color: #61646C !important;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}

.arakTableTd2 {
    background-color: #E0EAE6 !important;
    color: #61646C !important;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}

.arakHeader {
    color: #414042;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;

    /* H2 */
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.088px;
}

.arakP {
    color: #414042;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.063px;
}

.szolgaltatasB {
    background-color: #9EAEA8 !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    /* P Bold */
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.1px;
}

/*Foglaláso*/
.foglalasiHeader {
    color: #414042;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;

    /* H2 */
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.088px;
}

.foglalasiP {
    background-color: #9EB0AA !important;
    color: white !important;

    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.063px;
}

.foglalasiLi {
    color: #61646C;

    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    /* P */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.1px;
}

.foglalasiP2 {
    color: #61646C;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.063px;
}

.foglalasiP3 {
    color: #61646C;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;

    /* P */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.1px;
}

.foglalasiP4 {
    color: #61646C;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;

    /* P */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.1px;
}

.foglalasiLi2 {
    color: #61646C;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;

    /* P */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.1px;
}

.foglalasiP5 {
    color: #61646C;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.063px;
}

.foglalasiKeret {
    border-radius: 70px;
    background: #F3E0D0;
    padding-top: 15px !important;
    margin: 5px auto !important;
    width: 80%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.webdev{
    text-decoration: none;
    color: rgb(4, 126, 104) !important;
}

.map{
    text-decoration: none;
    color: white;
    text-align: center !important;
}