body.page-template-contact #content > .content-wrap,
body.page-template-contact-thankyou #content > .content-wrap{
    width: 100%;
    max-width: 100%;
}

body.page-template-contact .page_header p,
body.page-template-contact-thankyou .page_header p{
    color: var(--asztalos-white);
    width: 100%;
    max-width: 80%;
    font-weight: 500;
}

.page_header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact_persons_section h2{
    margin-bottom: 40px;
    color: var(--asztalos-black);
}

.team_section p{
    font-size: 16px;
}

#contact_persons_section {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

#contact_persons_section .alu_shades_section_header h2{
    color: var(--asztalos-black);
}

#contact_persons_section .team_row .col-12 {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

#contact_persons_section .team_row .team_box {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#contact_persons_section .team_row .team_box p{
    color: var(--asztalos-black);
}

#contact_persons_section .team_row .team_box .featured_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 210px;
}

#contact_persons_section .team_row .team_box .text_box {
    height: auto;
}

#contact_persons_section .team_row .team_box .text_box h3 {
    margin: 20px 0 10px 0;
    color: var(--asztalos-black);
}

#contact_persons_section .team_row .team_box .text_box h3.sub_title {
    margin-top: 40px;
    margin-bottom: 20px;
}

#contact_persons_section .team_row .team_box .text_box p {
    margin-bottom: 8px;
}


#contact_form_container,
#contact_thankyou_container{
    padding: 60px 0 30px 0;
    background: var(--asztalos-white);
}

#contact_form_container h2{
    color: var(--asztalos-black);
}

#contact_form_container h3{
    color: var(--asztalos-black);
}

#contact_form_container p{
    color: var(--asztalos-black);
}

#contact_thankyou_container{
    background: var(--asztalos-brown);
}

body.page-template-contact footer.site-footer.light,
body.page-template-contact-thankyou footer.site-footer.light{
    padding: 60px 0 20px 0;
}

body.page-template-contact h2{
    color: var(--asztalos-black);
    font-size: 40px;
    margin: 0 0 30px 0;
    font-weight: bold;
}

body.page-template-contact h3{
    color: var(--asztalos-black);
}

body.page-template-contact .cta_btn.cta_btn_downloadable{
    border-color: var(--asztalos-white);
    font-weight: 900;
    margin-right: 20px;
    cursor: pointer;
}

body.page-template-contact .cta_btn.cta_btn_downloadable:hover{
    background-color: var(--asztalos-brown);
    border-color: var(--asztalos-brown);
    color: var(--asztalos-white);
}

body.page-template-contact p{
    color: var(--asztalos-black);
    font-weight: 400;
}

body.page-template-contact .contact_form_col select,
body.page-template-contact .contact_form_col input,
body.page-template-contact .contact_form_col textarea{
    width: 100%;
    color: var(--asztalos-black);
    border: none;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 15px 25px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.55);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.55);
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.55);
    border-radius: 4px;
    background-color: #FAFAFA;
    transition: .3s;
}

body.page-template-contact .contact_form_col input::-webkit-input-placeholder ,
body.page-template-contact .contact_form_col textarea::-webkit-input-placeholder {
    color: #9b9b9b;
    font-weight: 400;
}
body.page-template-contact .contact_form_col input:-ms-input-placeholder ,
body.page-template-contact .contact_form_col textarea:-ms-input-placeholder {
    color: #9b9b9b;
    font-weight: 400;
}

body.page-template-contact .contact_form_col input::placeholder ,
body.page-template-contact .contact_form_col textarea::placeholder {
    color: #9b9b9b;
    font-weight: 400;
}

body.page-template-contact .contact_form_col select:focus,
body.page-template-contact .contact_form_col input:focus,
body.page-template-contact .contact_form_col textarea:focus{
    outline: none;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.95);
    -moz-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.95);
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.95);
}

body.page-template-contact .contact_form_col input#attached-file.wpcf7-form-control.wpcf7-file{
    display: none;
}

body.page-template-contact .contact_form_col label{
    text-transform: none;
    display: flex;
    align-items: center;
}

body.page-template-contact .contact_form_col label a{
    color: var(--asztalos-black);
    font-weight: 600;
}

body.page-template-contact .contact_form_col .privacy_checkbox{
    margin-top: 15px;
    display: flex;
    flex-flow: row wrap;
}

body.page-template-contact .contact_form_col label input[type="checkbox"]{
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 22px;
    margin: 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

body.page-template-contact .contact_form_col .privacy_checkbox span.wpcf7-list-item{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

body.page-template-contact .contact_form_col button.cta_btn{
    margin-top: 5px;
}

body.page-template-contact .contact_form_col span.wpcf7-list-item{
    margin: 0;
}

body.page-template-contact .contact_form_col div.wpcf7-validation-errors,
body.page-template-contact .contact_form_col div.wpcf7-acceptance-missing{
    border-color: #ffc200;
}

body.page-template-contact .contact_form_col div.wpcf7-response-output{
    color: #fff;
    margin: 15px 0;
    display: none !important;
}

body.page-template-contact-thankyou #contact_thankyou_container .text_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

body.page-template-contact-thankyou #contact_thankyou_container h2{
    color: var(--asztalos-white);
    font-size: 56px;
    font-weight: bold;
    width: 100%;
}

body.page-template-contact-thankyou #contact_thankyou_container .image_box{
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

body.page-template-contact-thankyou .email_icon {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

body.page-template-contact-thankyou .email_icon i {
    font-size: 300px;
    color: var(--asztalos-white);
}

.informations_section {
    margin-top: 40px;
    margin-bottom: 40px;
}

body.page-template-contact .informations_section h2 {
    margin-bottom: 40px;
}

.informations_section .text_box {
    margin-bottom: 40px;
}

.informations_section .text_box .title {
    margin: 0;
    font-weight: bold;
}

.informations_section .text_box .text {
    margin: 0;
}



body.page-template-contact #contact_form_container input[type="submit"].cta_btn {
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 7px 21px;
    font-weight: bold;
    display: inline-flex;
    flex-flow: row wrap;
    width: auto;
    align-items: center;
    line-height: 1.2;
    transition: .3s;
    cursor: pointer;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

body.page-template-contact #contact_form_container input[type="submit"].cta_btn:focus,
body.page-template-contact #contact_form_container input[type="submit"].cta_btn:hover {
    text-decoration: none;
    outline: none;
}

body.page-template-contact #contact_form_container input[type="submit"].cta_btn_brown {
    color: var(--asztalos-white);
    background-color: var(--asztalos-brown);
    border: 2px solid var(--asztalos-brown);
}

body.page-template-contact #contact_form_container input[type="submit"].cta_btn_brown:hover {
    color: var(--asztalos-brown);
    background-color: var(--asztalos-white);
    border: 2px solid var(--asztalos-brown);
}

body.page-template-contact #contact_form_container .map_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
body.page-template-contact #contact_form_container .map_col iframe {
    width: 100%;
    min-height: 500px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
}

body.page-template-contact #contact_form_container .map_col .watch_on_map {
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
    transition: .3s;
}

body.page-template-contact #contact_form_container .map_col .watch_on_map:hover {
    text-decoration: none;
}

body.page-template-contact #contact_form_container .map_col .watch_on_map::after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    background-color: #007BFF;
    transition: .3s;
    bottom: 2px;
    left: 0;
}
body.page-template-contact #contact_form_container .map_col .watch_on_map:hover::after {
    width: 100%;
    background-color: #0056B3;
}









@media only screen and (max-width: 1199px) {
    body.page-template-contact-thankyou #contact_thankyou_container h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px){
    body.page-template-contact-thankyou #contact_thankyou_container .image_box{
        margin-top: 0;
    }
    body.page-template-contact .page_header.light,
    body.page-template-contact-thankyou .page_header.light{
        padding: 75px 0 15px 0;
    }
    body.page-template-contact .page_header p,
    body.page-template-contact-thankyou .page_header p{
        margin-bottom: 0;
    }
    #contact_form_container,
    #contact_thankyou_container{
        padding: 30px 0 40px 0;
    }
    body.page-template-contact .page_header h1,
    body.page-template-contact-thankyou .page_header h1{
        font-size: 32px;
        margin: 0 0 10px 0;
    }
    body.page-template-contact h2{
        font-size: 28px;
    }
    body.page-template-contact-thankyou #contact_thankyou_container h2{
        font-size: 32px;
    }
    body.page-template-contact-thankyou .email_icon i {
        font-size: 250px;
    }
}

@media only screen and (max-width: 767px){
    body.page-template-contact-thankyou #contact_thankyou_container h2{
        font-size: 34px;
    }
    body.page-template-contact-thankyou #contact_thankyou_container .image_box{
        height: 200px;
        justify-content: flex-start;
    }
    body.page-template-contact-thankyou #contact_thankyou_container .image_box img{
        width: auto;
    }
    body.page-template-contact-thankyou .email_icon i {
        font-size: 200px;
    }
}

@media only screen and (max-width: 575px){
    body.page-template-contact-thankyou #contact_thankyou_container h2 {
        font-size: 22px;
    }
    body.page-template-contact-thankyou #contact_thankyou_container .image_box{
        margin-top: 15px;
    }
    body.page-template-contact .contact_form_col input,
    body.page-template-contact .contact_form_col textarea{
        font-size: 16px;
    }
    body.page-template-contact .contact_form_col input,
    body.page-template-contact .contact_form_col textarea{
        padding: 10px 15px;
    }
    #navigate_to_reports_section .bg_image{
        background-position: center;
        right: -20%;
        left: -20%;
    }
    body.page-template-contact .page_header p {
        max-width: 100%;
        font-size: 14px;
    }
    body.page-template-contact .contact_form_col .privacy_checkbox {
        font-size: 14px;
    }
    body.page-template-contact-thankyou .email_icon i {
        font-size: 150px;
    }
    body.page-template-contact #contact_form_container .map_col .watch_on_map {
        font-size: 16px;
    }
}

@media only screen and (max-width: 450px){
    body.page-template-contact h2{
        font-size: 24px;
    }
}