.contact-content{
    background: #000;
    color:white;
}

.contact-content {
    text-align: center;
}

.contact-content h3 {
    text-align: center;
    padding-top: 84px;
    font-weight: 700;
    font-size: 48px;
    border-bottom: #ffcd2e 12px solid;
    display: inline-block;
    line-height: 50%;
}

.contact-content-submit{
    width: 63%;
    min-height: 600px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 64px;
}

.sendMessage {
    text-align: center;
}
.sendMessage label{
    width: 100%;
}
.sendMessage input,.sendMessage select{ 
    width: 90%;
}

.sendMessage textarea{
    width: 95%;
    min-height: 180px;
    height: auto;
    resize: none;
}
.sendMessage input::placeholder,.sendMessage textarea::placeholder {
    color: #000;
    font-size: 1.2rem;
    padding: 10px;
}
.submitsend{
    display: block;
    margin: 24px auto 0;
    background: #000000;
    background-image: url("../../images/202603/contactpage/2-1.png");
    width: 60%;
    max-width: 570px;
    height: 96px;
    padding: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
}

html[lang="hu"] .submitsend {
    background-image: url("../../images/202603/contactpage/send-message-hu.png");
}

.contact-content .form-text {
    min-height: 180px;
    line-height: 1.45;
}

.addr-wrap .addr-info {
    background: #ffcd2e;
    font-size: 1.2rem;
    color: #000;
    padding: 3rem;
}
.addr-wrap .addrinfo-title {
    border-bottom: 3px solid #000;
    padding-bottom: 15px;
}
.addr-wrap .addrinfo-h3{
    font-size: 36px;
    font-weight: 700;
}
.addr-wrap .addrinfo-list{
    font-size: 24px;
}
.addrinfoemail{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.addrinfoemail-list-item {
    margin-top: 20px;
}
.addrinfoemail-list-item .aiml-text{
    margin:0;
}
.addrinfoemail-list-item .aiml-text p {
    margin: 0;
    padding: 0;
}
.addrinfoemail-list-item .aiml-text p:first-child{
   font-weight: 700;
}

.tips {
    font-size: 1.2rem;
}

.map-wrap{
    width: 1200px;
}

@media (max-width: 768px) {
    .contact-content-submit {
        width: 92%;
        min-height: auto;
    }

    .sendMessage .row {
        display: block;
    }

    .sendMessage .col {
        margin-bottom: 1rem;
    }

    .sendMessage input,
    .sendMessage select,
    .sendMessage textarea {
        width: 100%;
    }

    .sendMessage textarea,
    .contact-content .form-text {
        min-height: 160px;
    }

    .submitsend {
        width: 90%;
        height: 76px;
    }

    .map-wrap {
        width: 100%;
    }
}
