input,select,textarea {
font-size: 15px !important
  }

  .top-h1 {
		position: relative;
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.top-h1 img {
		display: block;
		width: calc( 100% + 0px );
		max-width: 150% !important;
		object-fit: cover;
		object-position: center center;
		height: 300px;
	}
	h1.h1-ab {
		z-index: 9;
		position: absolute;
		bottom: 50px;
    /*transform: translateY(-50%);*/
		text-align: center;
		width: 100%;
		color: #fff;
		font-family: "Montserrat", Sans-serif;
	    font-weight: 800;
	    font-size: 4.375rem;
	}
	.site-content > .ast-container {
		width: 100% !important;
		display: block;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.top-ab-x {
		z-index: 1;
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		background-color: rgba(12, 20, 6, .8);
	}
	input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
	height: 44px !important;
	width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9 ;
  border: 1px solid #e5e5e5;
  border-radius: 0px !important;
  -webkit-transition: 0.35s ease-in-out!important;
  -moz-transition: 0.35s ease-in-out!important;
  -o-transition: 0.35s ease-in-out!important;
  transition: 0.35s ease-in-out!important;
  transition: all 0.35s ease-in-out!important;
}
input[type="radio"] + label {
  border: 1px solid #d1ae5d;
}
select {
width: 100%;
  padding: 1em !important;
  line-height: 1.4 !important;
  background-color: #f9f9f9 ;
  border: 1px solid #e5e5e5;
  padding-top: 8px !important;
  padding-bottom: 10px !important;
}

input:focus {
  outline: 0;
  border-color: #bd8200;
}
input:focus + .input-icon i {
  color: #d1ae5d;
}
input:focus + .input-icon:after {
  border-right-color: #d1ae5d;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0 !important;
}
input[type="radio"] + label {
  padding-top: 10px !important;
  cursor: pointer;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #fff;
  color: #000;
  border-color: #bd8200;
}
input[type="radio"]:checked + label {
  background-color: #d1ae5d;
  color: #000;
  border-color: #d1ae5d;
  font-weight: bolder !important;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2 !important;
}
.col-half select:first-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-right:5px;
  width: calc( 50% - 5px );
}
.col-half  select:last-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: calc( 50% - 5px );
  margin-left: 5px;

}
.col-full-x select {
	width: 100% !important;
}

.col-half.col-half-x select {
	width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0!important;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #fff;
  color: #000;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 700px;
  padding: 1.6em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
.row select {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-weight: bolder !important;
}
.woocommerce-js .select2-container .select2-selection--single, 
.woocommerce-js select, 
.woocommerce-page .select2-container 
.select2-selection--single, 
.woocommerce-page select {
    appearance: none;
    background-position: calc( 100% - 10px ) 50%;
    border-color: var(--ast-border-color);
    border-radius: 0px !important;
    box-shadow: none;
}
.woocommerce-page
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	color: #000 !important;
}
/* For modern browsers supporting ::placeholder */
input::placeholder {
  color: #999; /* Set your desired color */
  opacity: 1; /* Ensure full opacity, especially for Firefox */
}

/* For older WebKit browsers (Chrome, Safari, Opera) */
::-webkit-input-placeholder {
  color: #999;
}

/* For older Firefox versions (19 and below) */
::-moz-placeholder {
  color: #999;
}

/* For Internet Explorer 10 and 11 */
:-ms-input-placeholder {
  color: #999;
}
input#datepicker::placeholder {
  color: #000; /* Set your desired color */
  opacity: 1; /* Ensure full opacity, especially for Firefox */
}
select#choose-way {
	background-color: #d1ae5d;

}
.address-row select {
	text-align: left !important;
}
.col-34 {
	width: 75%;
	padding-right: 10px;
	float: left;
}
.col-34 select {
  width: 100% !important;
}
.col-23 {
  width: 66.6666666% !important;
  padding-right: 10px;
  float: left;
}
.col-23 select {
  width: 100% !important;
}
.col-14 {
	float: right;
	width: calc( 25% - 10px );
	margin-left: 10px;
}
.col-25 {
  width: 40% !important;
  padding-right: 10px;
  float: left;
}
.col-15 {
  width: 20% !important;
  padding-right: 10px;
  float: left;
}
.col-15 select {
  width: 100% !important;
}
.col-25:last-of-type,
.col-third-x:last-of-type {
  padding-right: 0 !important;
}
.col-third-x {
	width: 33.3333333% !important;
	padding-right: 10px;
	float: left;
}
.col-third-x input[type="radio"] + label, .col-third-x select {
	width: 100%;
}
hr {
  margin-top: 20px !important;
}
.final-price {
  padding: 10px 0px;
}
p.preis-total-big {
  font-size: 54px;
  color: #d1ae5d !important;
}
.preis-total-big span {
  display: inline-block;
}
#row-hidden-vom {
  display: none;
}
label.custom-label {
  display: block !important;
  width: 100%;
  font-weight: 500;
  color: #d1ae5d;
  font-size: 15px;
}
.address-row-2 {
  display: none;
}
.row-type-of-car .col-half {
  margin-bottom: 5px !important
}






@media(max-width:600px) {
  .row-type-of-car .col-half {
  margin-bottom: 16 !important;
}
    .top-h1 img {
	    display: block;
	    width: calc( 100% + 0px );
	    max-width: 150% !important;
	    object-fit: cover;
	    object-position: center center;
	    height: 290px;
    }
	h1.h1-ab {
	    font-size: 30px;
	}
	.container {
	    padding: 1.6em 1em 2em 1em;
	}
	.col-third-x {
	    width: 50% !important;
	    padding-right: 10px;
	    float: left;
	}
	.col-25:last-of-type, .col-third-x:last-of-type {
	    padding-right: 10px !important;
	}
}