/*ENtfernt die Pfeile vom input[number] in FF, Chrome, Safari, Edge, Opera*/
input[type=number] {
  -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#feCarBuyForm  .card .form-check-input {
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-right: 0.5rem;
}
#feCarBuyForm  .card label:hover {
	cursor: pointer;
}
/*Styling für das Formular für die FeFormular.php - indexAction()*/
.smallheading{
	font-size: 60%;
	color: #737373;
}
#inquiry {
    z-index: 99999999;
}
.select2-container{
	z-index: 99999999;
}
#feCarBuyForm h2{
	margin: 0 !important;
	font-size: 25px !important;
}
#feCarBuyForm h3{
	margin: 0 0 1rem 0!important;
	font-size: 20px !important;
}
#feCarBuyForm h4{
	font-size: 22px !important;
}
#feCarBuyForm h5{
	font-size: 20px !important;
	font-weight: bold !important;
}
#feCarBuyForm label{
	font-weight: bold;
}
#feCarBuyForm hr{
	margin-top: 2rem !important;
	margin-bottom: 3rem !important;
	border: 0 !important;
	border-top: 1px dashed rgba(0, 0, 0, 0.5) !important;
}
/*Styling für das Formular*/
#feCarBuyForm .label-no-weight{
	font-weight: normal;
}
#feCarBuyForm .label-mt{
	margin-top: 0.5rem;
}
#feCarBuyForm .label-wordwrap{
	word-wrap: anywhere;
}
#feCarBuyForm .form-background{
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

@media (min-width: 992px) {
    #page-11 .jumbotron {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    #feCarBuyForm .form-check-inline .form-check-input {
        min-height: 15px;
        min-width: 15px;
    }
}

/*#feCarBuyForm .errorShow.errorValidation {
    border : solid 1px #e41b41;
}
#feCarBuyForm .errorValidation select,
#feCarBuyForm .errorValidation input {
    border : solid 1px #e41b41;
}*/

#feCarBuyForm  .parsley-error {
    border : solid 1px #e41b41;
    background: #EBCCD1;
}
#feCarBuyForm .parsley-errors-list {
    margin: 0;
    padding: 0;
    width: 100%;
    order:2;
    margin-top: 0.5rem;
}
#feCarBuyForm .parsley-errors-list .select2 {
   
    order:1;
}
#feCarBuyForm .parsley-errors-list li {
    color: #A94442;
    padding: 5px 10px;
    background: #EBCCD1;
    list-style-type:  none;
}

#feCarBuyForm .selectCol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


#feCarBuyForm .bubbleList {
   width: 100%;
}
#feCarBuyForm .bubble {
    border: solid 1px #e41b41;
     border-radius: 50px;
    transition: all 250ms linear;
    font-size: 0.9rem;
}
#feCarBuyForm .bubble:hover {
    color: white;
    background: #e41b41;
    cursor: pointer;
}

#feCarBuyForm .card-header{
   padding: 0.2rem 0.7rem;
}

#feCarBuyForm .form-border{
	border: 1px solid #e3e3e3;
}

#feCarBuyForm .btn-submit{
	color: #fff;
	font-weight: bold;
	background-color: #e41b41;
	border-radius: 0;
}
#feCarBuyForm .margin-auto{
	margin: 0 auto;
}
/*Styling für die Warnung des Formulars*/
#feCarBuyForm .warning-form{
	background-color:rgba(228,27,65, 1);
	border: 1px solid #e41b41;
	border-radius: 10px;
}

/* Styling für das Ergebnis aus dem Formular*/
.no-style-bullets{
	list-style-type: none;
}
/*STYLING BACKEND*/
/*Styling für die indexAction()*/
#table_id{ 
	width:100%; 
	margin: 0 auto; 
	font-size: 12px; 
	text-align: center;
	border: 1px solid #ccc;
}
#table_id_filter label input{
	border: 1px solid #ccc;
}
#table_id_length label{
	font-weight: normal;
}
#table_id thead tr, .card-header{
	background-color: #eee;
}
#table_id thead th{
	text-align: center;
}


.tx-carbuy h5 button.collapsed {
	color: #343a40;
	transition: all 250ms linear;
}
.tx-carbuy h5 button:hover,
.tx-carbuy h5 button {
	color: #e41b41;
	text-decoration: none;
	
}
.select2{
	width: 100%;
}
li.select2-results__option:empty {
	display: none;
}
#feCarBuyForm .btn-bruegge:hover {
	color: #ffffff;
	background-color: #c21737;
}
/* Ergebnissseite*/
#inqResultPage .successInfo {
    border-style:  dotted!important;
    border-width: 2px!important;
}
#inqResultPage .successInfo .bigText {
    display: block;
    font-size: 3rem;
    width: 100%;
    margin-top: 2rem;
}
#feCarBuyForm .modal-body{
	overflow: hidden;
}
#feCarBuyForm .card-border-bottom{
	border-bottom: 1px solid #dfdfdf !important;
}
.card i.fa-check-circle{
	display: none;
}
.card.text-filled i.fa-question-circle{
	display: none;
}
.card.text-filled i.fa-check-circle{
	opacity: 1;
	display: inline-block;
}
.card i.fad, .card i.fa{
    opacity: 0.4;
}
.card.text-filled i.fad, .card.-text-filled i.fa{
    opacity: 1;
}
.card.text-filled .card-header {
	background-color: #fff;
}
.card.text-filled:not(:first-of-type) {
	border-top:0;
}


.topmakes .col img{
	height:100px;
	width: 100%;
	cursor: pointer;
	transition: transform 1s;
	object-fit: cover;
}
.topmakes .col label{
	position: relative;
}
.topmakes .imgbgchk:checked + label>.tick_container{
	opacity: 1;
}
/*         aNIMATION */
.topmakes .imgbgchk:checked + label>img{
	transform: scale(1.25);
	opacity: 0.3;
}
.topmakes .tick_container {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
	text-align: center;
}
.topmakes .tick {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	padding: 6px 12px;
	height: 40px;
	width: 40px;
	border-radius: 100%;
}
.form-icon{
	width: 20px;
	height: 20px;

}
form .form-control:focus{
	color: black;
}

.btn-dark{
	color: #FFF;
	background-color: #0d4b57;
}
.btn-dark:hover{
	background-color: #125764;
}
#carbuy-anfrageModal .modal-content {
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	#carbuy-anfrageModal .modal-content {
		padding-bottom: 50px;
	}
}
@media (max-width: 400px) {
	#carbuy-anfrageModal h5 button{
		font-size: 13px;
	}
	#carbuy-anfrageModal .modal-content {
		padding-bottom: 70px;
	}
}