/* Kontakt 2 */
.containerForm {
    padding:0 50px;
}

.paragraph_error {
    text-transform: uppercase;
    color:#c02525;
    font-size:10px;
}
.contact_section2_company-content h5,.contact_section2_text-content-form h5
{
    text-transform:uppercase;
    font-size:20px;
    font-weight: 400;
    margin-bottom:30px;
}

.contact_section2_text-content-form form input[type="text"],.contact_section2_text-content-form form textarea
{
    border:1px solid #ddd;
    padding: 7px 15px;
    width:100%;
    border-radius: 0px;
}
.contact_section2_btn_send 
{
    width:100%;
    display: block;
    text-align: center;
}

.contact_section2_text-content-form,.contact_section2_company-content
{
    margin:60px 0;
}

.contact_section2_text-content-form form textarea 
{
    height:200px;
}

.contact_section2_form_inline_kontaktcontact_section2_form_inline_kontakt
{
    margin-bottom:15px;
}

.contact_section2_details-content ul 
{
    margin-top:20px;
    padding-left:0;
    margin-bottom:40px;
}

.contact_section2_details-content ul li 
{
    list-style-type: none;
    margin:10px 0;
    display: inline-block;
    vertical-align: middle;
    color: #727272;
}

.contact_section2_details-content ul li:first-child img
{
    vertical-align: middle;
}

.contact_section2_details-content 
{
    margin-top:30px;
}

.contact_section2_details-content ul li img 
{
    padding-right:20px;
}

@media only screen and (min-width: 980px) and (max-width: 1190px)  { 

    .contact_section2_company-content 
    {
        margin-bottom:0px;
    }

    .contact_section2_text-content-form 
    {
        margin-bottom:120px;
    }

    .contact_section2_form_inline_box ul li input 
    {
        width:215px;
    }    

}
@media only screen and (max-width: 980px)  { 

    .contact_section2_company-content
    {
        padding-left:0px;
    }

    .contact_section2 
    {
        margin-bottom:0;
    }

    .contact_section2_company-content
    {
        margin-bottom:0px;
    }

    .contact_section2_text-content-form 
    {
        margin-bottom:120px;
    }

   .contact_section2_form_inline_box ul li input 
   {
        width:100%;
        margin-bottom:10px;
    }

    .contact_section2_form_inline_box ul li
    {
        display: block;
    }

    .contact_section2_form_inline_box ul li:first-of-type 
    {
        margin-right:0;
    } 
}

@media (min-width:576px) and (max-width: 768px) { 
    html {
        max-width: 768px;
    }
    .contact_section2_text-content-form form input[type="text"], .contact_section2_text-content-form form textarea {
        width:100%;
    }
    .contact_section2_btn_send {
        width:100%;
    }
    .contact_section2_text-content-form {
        margin-bottom:20px;
    }
    .contact_section2_details-content {
        text-align: center;
    }
    .contact_section2_details-content ul {
        padding-left: 0;
        border: 1px solid #f5f5f5;
        width: 50%;
        padding: 20px 0;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .containerForm {
        margin-bottom:50px;
    }

}

@media (max-width:576px) { 
    html {
        max-width: 576px;
    }
    .contact_section2_text-content-form form input[type="text"], .contact_section2_text-content-form form textarea {
        width:100%;
    }
    .contact_section2_btn_send {
        width:100%;
    }
    .contact_section2_text-content-form {
        margin-bottom:20px;
    }
    .contact_section2_text-content-form {
        padding:0 30px;
    }
    .contact_section2_details-content {
        text-align: center;
    }
    .contact_section2_details-content ul {
        padding-left: 0;
        border: 1px solid #f5f5f5;
        width: 90%;
        padding: 20px 0;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .containerForm {
        margin-bottom:50px;
        padding:0;
    }

}