/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.contact-map {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}
.contact-map iframe {
    width: 100% !important;
    height: 100% !important;
}

#webimpuls-contact-form .checkbox_wrapper {
    display: flex;
    align-items: flex-start;
}

#webimpuls-contact-form .checkbox_wrapper input {
    margin-right: 10px;
}

.wi_kafelek{
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding-top: 15px;
    text-align: center;
}

/* .wi_contact_row{
    padding-top: 20px;
}

.container2 {
    display: flex;
    justify-content: space-evenly !important;
    padding: 15px !important;
    flex-wrap: wrap;
} */

.form-control{
    padding: 0.5rem 1rem;
    color: #7a7a7a;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    width: 100%;
}

.form-container{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    border: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

.wi-kaf{
    border: none;
    margin-bottom: 20px;
    padding: 20px;
    border: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

/* .wi_contact_container{
    padding-bottom: 30px;
    padding-top: 10px;
} */

.label_zgoda{
    text-align: left;
    color: #000000;
    font-size: 14px;
}

.wi-form{
    overflow: hidden;
}

@media (max-width: 767px) {
    .wi_contact_container{
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-top: 20px;
}
.form-control{
    width: 100%;
}
}



