/*
Theme Name: 	PARKHAUS
Theme URI: 
Author: TangibleDesign
Author URI: 
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/

#whitelink > div > ul > li:nth-child(1) > a > span.elementor-icon-list-text > a {
    color: #ffffff !important;
    transition: all 0.2s ease;
    text-decoration: none;
}

.allautolist {
	column-count: 4;
    color: white;
}

.cat-item a {
	color: white;
}

@media (max-width: 1023px){
	.vehica-car-card-row__secondary-attributes {
    display: block !important;
}
}

.footerwhite a {
    color: white;
}

.footerwhite {
    color: white;
}

.footerwhite:hover {
    color: #EEBD0F;
}

.footerwhite a:hover {
    color: #EEBD0F;
}

.vehica-loan-calculator p {
	text-align: center;
}


.elementor-widget-vehica_loan_calculator_general_widget > div > div > div > form > div > div > input.loanbutton:hover {
-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
transition: ease-in-out 1;
}

.elementor-widget-vehica_loan_calculator_general_widget > div > div > div > form > div > div > input.loanbutton:active {
-webkit-box-shadow: 4px 4px 8px 0px rgba(251, 255, 0, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(251, 255, 0, 0.2);
box-shadow: 4px 4px 8px 0px rgba(251, 255, 0, 0.2);
transition: ease-in-out 1;
}

.elementor-widget-vehica_loan_calculator_general_widget > div > div > div > form > div > div > input.loanbutton:focus {
-webkit-box-shadow: 4px 4px 8px 0px rgba(251, 255, 0, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(251, 255, 0, 0.2);
box-shadow: 4px 4px 8px 0px rgba(251, 255, 0, 0.2);
transition: ease-in-out 1;
}

/* @media (max-width: 1023px){
.vehica-car-card-row-wrapper .vehica-car-card-row .vehica-car-card-row__right {
    display: block !important;
    text-align: end !important;
    padding-right: 10px !important;
	}} */


@media (min-width: 1024px) {
.vehica-car-card-row .vehica-car-card-row__calculate a {
    color: #222732;
    opacity: 0.5;
	display: block !important;
    text-align: end !important;
    padding-right: 10px !important;
	}}

.phonef {
	font-size: 24px;
}

.map-widget-business-contacts-view__phone-container{
	display: none !important;
}

.kursnestabilen {
	display: none !important;
}

.call-backy-modal-open {
	padding: 6px !important;
	border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.vehica-inventory-v1__title {
	color: white;
}

.map-widget-business-contacts-view__item {
	display: none !important;
}

.shpic{
        position: fixed; 
		bottom: -130px; 
		left: 0;
		z-index: 9999999;
        transition: all 1s ease;
    }
    .shpic:hover{
        transition: all 1s ease;
		bottom: -5px; 
    }