/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@media (max-width: 1025px) {
  /* Dieses Styling gilt nur bis einschließlich 1024px */
  .hmenu {
	  position:fixed !important;
	  top:0px !important;
	  right:0 !important;
	  left:0 !important;
	  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
}

.fp-col {
    min-width: 520px;
    max-width: 100%;
    flex: 1 1 30%;
    margin-left: 15px;
    margin-right: 15px;
}


.car_result {
	background:#fff;
	border-radius:6px;
	border:0px;
}

.car-result a, .vrc-car-name a {
	color:#134052 !important;
}
.vrclistgoon a, .vrclistgoon a:visited, .vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit, .car_buttons_box .booknow, .vrc-oconfirm-footer .booknow, .btn.booknow.vrc-pref-color-btn, vrclistgoon a:link {
	background:#134052 !important;
	color:#fff;
}
.vrclistgoon a:hover, .vrcconfnumbsubm input:hover, .vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit:hover, .car_buttons_box .booknow:hover, .vrc-oconfirm-footer .booknow:hover, .btn.booknow.vrc-pref-color-btn:hover {
    color: var(--vrc-contrast-text-color);
    background: #20566c !important;
}
.vrc-oconfirm-footer .booknow {
	margin-top:1rem;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit {
	text-align:center;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input {
	width:450px;
}

.bg-primary {
	background-color:#134052 !important;
}
.bg-primary p {
		color:#fff !important;
}


.vrc-cdetails-cost {
    border-top: 0px solid var(--vrc-light-border-color);
    margin: 15px 0 10px;
    padding: 10px 15px;    
    background: transparent;
	text-align: right;
}

.vrc-cardetails-legend form {
	width:400px;
}
.vrc-avcals-container {
	padding: 25px 10px 10px 10px;
	background:#fff;
	border-radius:6px;
}
.vrcdivsearch {
		background:#fff;
	border-radius:6px;
	border:0px;
}
.vrc-showprc-prices-inner .vrc-showprc-price-row, .vrc-showprc-prices-inner .vrc-showprc-price-row, .vrc-oconfirm-summary-car-wrapper, .vrc-oconfirm-summary-total-wrapper, .vrc-coupon-outer, .vrccustomfields{
	border: 0px;
	background:#fff;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.vrc-car-price .vrcsrowpricediv {
	display:flex;
	align-items: center;
	gap:10px;
}
.vrc-car-price .vrcsrowpricediv .vrcstartfrom {
	margin:0px 0px 0px 0px !important;
}
