
.accordion {
    background-color: #2f373d;
    color: #a6a6a6;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    color: #FFF;
}

.panel {
    padding: 0 18px;
    /* background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#faq-box > button:nth-child(n) {


    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif !important;
    line-height: 1.45em !important;
    color: #b8b8b8;

}

#faq-box > button:nth-child(n):hover {


    color: #FFF;

}

#faq-box > div:nth-child(n) > p {


    font-size: 15px;
    letter-spacing: 0px;
    font-family: Verdana, Geneva, sans-serif !important;
    line-height: 1.45em !important;
    color: rgb(166, 166, 166);

}

#myModal > div {
    width: 90%;
    text-align: center;
    display: contents;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #ffffff; /* Background color */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.modal-open {
    display: flex !important;
}


.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.modal-content img {
    width: 100%;
    height: auto;
    object-fit: contain; /* added to maintain aspect ratio */
    margin: auto; /* added to help with centering */
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #007aff;
    font-size: 100px;
    font-weight: normal;
    transition: 0.3s;
    z-index: 1000; /* Ensure the close button is always on top */
    cursor: pointer;
}

.close:hover, .close:focus {
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

#examples-content-box {
    cursor: pointer !important;
}

@media screen and (min-width: 601px) {
    .modal-content {
        max-width: 90%; /* adjust this value as needed */
    }
}

.thumbnail {
    width: 100px; /* adjust as needed */
    height: auto;
    margin: 5px;
}

/* űrlap */

fieldset.submitpart > div.submitcontainer > button {
    background-color: #007aff;
    align-items: center;
    width: 100%;
    max-width: 400px;
    text-align: center;
    cursor: pointer;
    font-family: "Martel Sans";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    border-radius: 10px;
    padding: 20px 22px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 1.2em;
    border: none
}

#urlap label {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: rgb(184, 184, 184);

}

#monthly {

    border-radius: 24px;
    padding: 60px 60px 20px;
    box-shadow: 0 10px 50px -2px rgb(22 15 31 / 100%);
}

#containeraddress_1700172857 {
    display: none !important;
}

#email, #mssys_firstname {

    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    max-width: 400px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    padding: 8px 20px;
    line-height: 1.42857;
    display: block;
    margin-bottom: 0px;
    transition: border-color .1s;
    text-align: -webkit-center;
    margin-bottom: 15px;
    height: 65px;
    border: 1px solid #f5f5f7;
    border-radius: 8px;
    box-shadow: 0 10px 50px -2px rgb(22 15 31 / 100%);
    font-size: 20px;
}

div.recaptcha-container {
    text-align: -webkit-center;
    margin-bottom: 15px;
}

div.error-container {
    margin-left: 75px;
    font-size: 28px;
}

fieldset.submitpart {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#faq-box a {
    color: aliceblue !important;
}

div.error-container {
    margin-left: 0px !important;
    font-size: 25px !important;
}


/*  -----------   MOBIL  -----------   */
@media only screen and (max-width: 540px) {
    #monthly {
        background-color: #3b454d;
    }

    fieldset.submitpart > div.submitcontainer > button {
        font-size: 20px;
        letter-spacing: 0px;
    }

    #mssys_firstname::placeholder, #email::placeholder {
        font-size: 18px;
    }

    fieldset.titlepart {
        display: none !important;
    }
    /*#email, #mssys_firstname {*/
    /*  width: 70%;*/
    /*}*/
    /*#mmform-container1706433032 > fieldset.datafields {*/
    /*    text-align: center;*/
    /*}*/
}

/*  -----------  MOBIL VÉGE -----------  */