select:required:invalid {
    color: gray;
}

.zoldHr {
    width: 120px;
    margin: -10px 0 10px 0;
    border-bottom: 5px solid #4e735a;
}

.mapHolderRow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.google {
    border: 12px solid #625136;
}

input[type=submit] {
    background-color: #625136;
    color: whitesmoke;
}

.elerhetosegBox {
    background-color: #625136;
    padding-top: 20px;
    color: whitesmoke;
}

input[type=submit]:hover {
    background-color: #7c6643;
    color: whitesmoke;
}

#contact h2 {
    font-size: 40px;
    color: #090807;
    line-height: 62px;
    font-weight: bold;
    padding: 0;
}

#contact h3 {
    font-size: 20px;
    color: #090807;
    line-height: 62px;
    font-weight: bold;
    padding: 0;
}

.headHr {
    width: 200px;
    margin-top: -40px;
    margin-bottom: 40px;
    border-bottom: 6px solid #8f754c;
}

.messageSenderContainer {
    width: 70%;
    min-width: 350px;
    max-width: 1200px;
    margin-top: 50px;
    margin-bottom: 150px;
}

    .kapcsolatLogo{
        border-radius: 20px;
        width: 50%;
        min-width: 50px;
    }
    .diagonalRight {
        position: relative;
        height: 100px;
        background-color: #625136;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        margin-top: -1px;
    }