@charset "UTF-8";

div.tooltip-inner {
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 6px;
    background-color: #000000FF;
    border: 1px solid orange;
    font-size: 1rem;
    min-width: 100px;
    max-width: 30rem; 
}


.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: orange !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: orange !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: orange !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: orange !important;
}

.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {background-color: orange;}



/*zablokowanie klikania linkow telefonicznych na desktopie */
@media screen and (min-width: 768px) {
    a[href^='tel:'] {
      pointer-events: none;
    }
  }




/* sekcja about */
#about_text 
{
    width:100%; display: block;
}


@media (min-width: 992px)
{ 
    #about_text 
    {
        width:100%;    
    }
}

#about_photo
{
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem; 
    width: 300px
}

@media (min-width: 992px)
{ 
    #about_photo
    {
        float:left; margin-bottom: 1rem; margin-right: 1rem; width: 300px
        
    }
}

  
@media (max-width: 568px) 
{ 
    #about_text {width: 100%}
}


#pricing_div
{         
    width: 95%; 
    padding: 1rem;
}
  
@media (min-width: 992px)
{ 
    #pricing_div
    {
        width: 45%; 
        float:left; 
        padding: 1rem;
    }
}





/*sekcja kontakt */
.contact_info
{
    color: #0d302b;
}

.contact_info a 
{
    text-decoration: none;
    color: #0d302b;
}

.contact_info a:hover 
{

    color: grey;
}



/* Google maps */
#map {
    height: 600px;
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 992px)
{
    #map {
        height: 600px;
        width: 100%;
        position:absolute;
    }   
}

#contact_div
{
    width:100%;
}

@media (min-width: 992px)
{ 
    #contact_div
    {
        position: relative; 
        height:600px;
    }
}

#contact_data 
{         
    width: 95%;  
    border-radius: 10px; 
    background: rgba(240,240,240,1); 
    border: 1px solid silver;
    margin: 10px auto;
}
  
@media (min-width: 992px)
{ 
    #contact_data
    {
        position: absolute;
        z-index: 9; 
        top: 50px; 
        height: 500px; 
        width: 400px; 
        left: 60%; 
        border-radius: 10px; 
        background: rgba(200,200,200,0.7); 
        border: 1px solid silver;
    }
}
