﻿.feedback-input {
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: white;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 3px solid white;
}

    .feedback-input:focus {
        border: 2px solid #3498db;
    }


    .feedback-input:valid {
        color: black;
        font-weight: bold;
    }

    .feedback-input:invalid {
        color: red;
    }


#ContentPlaceHolder1_isim {
    background-image: url("/images/isim.svg");
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}



#ContentPlaceHolder1_telefon {
    background-image: url("/images/iletisim-telefon.png");
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#ContentPlaceHolder1_email {
    background-image: url("/images/iletisim-mail.png");
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#ContentPlaceHolder1_adres {
    background-image: url("/images/iletisim-adres.png");
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    height: 100px;
}

#ContentPlaceHolder1_icerik {
    height: 250px;
}


#ContentPlaceHolder1_cevap {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0000ff;
    font-weight: bold;
    text-align: left;
}


textarea {
    width: 100%;
    line-height: 150%;
    resize: vertical;
}



.gonder-buton-alani input {
    width: 100%;
    font-size: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #000000;
    color: white;
    border: 4px solid #fbfbfb;
}

    .gonder-buton-alani input:hover {
        cursor: pointer;
    }

#iletisim-formu {
    width: 44%;
    min-width: 300px;
    background-color: #3498db;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 100px;
}
    
    
    #iletisim-bilgileri {
        width: 44%;
        min-width: 300px;
    }

#iletisim-harita iframe {
    width: 100%;
}

.iletisim-alani {
    margin: 1%;
    display: inline-table;
}

#iletisim-formu h2 {
    font-size: 2em;
    color: white;
    text-align: center;
}


@media only screen and (max-width: 1000px) {
    #iletisim-formu {
        width: 100%;
    }

    .iletisim-item {
        margin: 2px;
    }
}
