/*
Theme Name: AutoSpielvogel
Theme URI: http://ivsabele.de
Description: AutoSpielvogel WordPress theme child theme.
Author: ToMa@ivsabele.de
Author URI: http://ivsabele.de
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Submenu */
.vcex-navbar a.theme-button {
    margin: 0 0 0;
}
.theme-button.minimal-border {
    border: none;
}

/* menu */
.navbar-style-two .dropdown-menu > li > a {
    padding: 0 30px 0 0;
}
hr {
    border-width: 2px 0 0;
    margin: 4px 0;
}


.vcex-image-banner {
    min-height: 270px;
}

/* ToM: Header */
.header_logos {
	margin-top:30px;
}
@media only screen and (max-width: 960px){
	.header_logos {
		margin-top:0;
	}
}

/* ToM: KFZ Suche 
.noUi-connect {
    background: #eee !important;
}
div .facetwp-slider-reset {
	float: right;
	padding: 0;
}
.facetwp-slider-label {
	float: left;
}
.facetwp-template {
	float: right;
}
.facetwp-template button{
	color: white;
}
*/

/* bootstrap Color Overwrite */
.btn-primary {
	color: #000;
	background-color: #ccc;
	border-color: #ccc !important;
}
.btn-primary:hover {background-color: #ccc;}

.row h3, .row h4 {color: #fff;}

.panel-body {color: #000;}
h3.panel-title {color: #000;}
.text-left {color: #fff;}


a {
	text-decoration: none !important;
}
/* bootstrap Table Overwrite */
table, tbody, td, tr {
	border: none;
}
