/* Global CSS */

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	margin: 0 auto;
}

body {
	font-family: 'Roboto', sans-serif !important;
	color: #222222 !important;
	background-image: url(../images/background.jpg);
}

body .container {
	max-width: 1920px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
	color: #222222;
	margin: 0;
}

h2.title {
	font-size: 36px;
	line-height: 43px;
	font-weight: 700;
}

h3.sub-title {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}

input[type=checkbox]
{
	/* Double-sized Checkboxes */
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	padding: 10px;
}

.adressValidation input{
	margin-left: 8px;
}

.adressValidation label{
	margin-left: 10px;
}

.heading {
	padding-bottom: 35px;
}

.all-section-body {
	padding: 35px 24px 0 47px;
}

.anim-ml {transform: translateX(-1300%);}
.animate-ml {
	transition: 1s;
	transform: translateX(0);
}

/* -hrader- */

.site-logo img {
	width: 141px;
	height: 121.25px;
	object-fit: cover;
}

.header-tabs button.btn {
	border-color: #bfbfbf;
	border-radius: 0;
	padding: 12px 12px;
}

.header {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 23px;
	padding-top: 12px;
}

.site-main {
	background: #fff;
	margin: 37px 80px 0;
}

.sub-heading {
	margin-top: 20px;
	margin-bottom: 41px;
}

.continue-btn .dull-green-btn:hover {
	background: #bfbfbf;
	color: #fff;
}

.dull-green-btn:hover {
	background: #bfbfbf;
	color: #fff;
}

.select_no:hover {
	background: #bfbfbf;
	color: #fff;
}

.select_no{
	background: #1792AA;
	color: #fff;
	display: block;
	height: 89%;
	font-size: 25px;
	font-weight: 500;
	padding: 42px 43px;
	border-radius: 0;
	transition: 0.5s all ease-in-out;
	text-decoration: none;
	text-align: center;
}

.dull-green-btn {
	background: #1792AA;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding: 12px 43px;
	border-radius: 0;
	transition: 0.5s all ease-in-out;
	text-decoration: none;
}

.dull-green-btn:focus {
	box-shadow: none;
}

.continue-btn .dull-green-btn {
	background: #1792AA;
	color: #fff;
	font-size: 25px;
	line-height: 24px;
	font-weight: 500;
	padding: 20px 43px;
	border-radius: 0;
	transition: 0.5s all ease-in-out;
}
.continue-btn .dull-green-btn:focus {
    box-shadow: none;
}
.btn.btn-green:hover {
	background: #1792AA;
	color: #fff;
}
.btn.btn-green {
	background: #bfbfbf;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding: 12px 43px;
	border-radius: 0;
	transition: 0.5s all ease-in-out;
}
.new-order{margin:0px 0 0 35%;}
.child-inline-b * {display: inline-block;}
.continue-btn .dull-green-btn:focus {
    box-shadow: none;
}
.site-main .col-md-10 {
	position: relative;
}

.continue-btn.text-end {
	position: absolute;
	bottom: 51px;
	right: 61px;
}


/* -hrader- */


/*=====sidebar =====*/


/* Style the tab */


/* Style the buttons inside the tab */

.tab button {
	display: block;
	background-color: inherit;
	color: #bfbfbf;
	padding: 9.8px 16px 9px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	transition: 0.3s;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 6px 0;
}


/* Change background color of buttons on hover */

.tab button:hover {
	background-color: #EBEBEB;
	color: #000000;
	font-weight: bold;
}


/* Create an active/current "tab button" class */

.tab button.active {
	background-color: #EBEBEB;
	color: #000000;
	font-weight: bold;
}


/* Style the tab content */

.site-logo {
	margin-bottom: 45px;
}

.display-time {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 14px;
}

.sidebar {
	padding-top: 33px;
	padding-left: 12px;
}


/*=====sidebar =====*/


/* --sprache-- */

.sprache-inner {
	display: flex;
	align-items: center;
	text-decoration: none;
	border: 1px solid #bfbfbf;
	
}
.sprache-inner-main {
    position: relative;
}

.language-box h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0;
}

.language-box {
	padding-left: 25px;
}

.header-tabs .prev img {
	transform: rotate(180deg);
}

.sprache-body .col-md-4 {
	margin-bottom: 18px;
}

.sprache-inner {
	position: relative;
	cursor: pointer;
}
.sprache-body input:checked+.sprache-inner {
    background-color: #ebebeb;
    border-color: #ebebeb;
}
.sprache-body input:checked+.sprache-inner .language-box h4 {
	font-weight: bold;
}

.sprache-inner-main input {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.sprache-inner-main {
	position: relative;
}

.sprache-inner-main:hover {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.sprache-inner-main:hover .language-box h4 {
	font-weight: bold;
}


/* --sprache-- */


/* --fahrzeugdaten-- */

.plates-part label {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #000000;
}

.vehicle-search h5 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	margin-bottom: 0;
}

.vehicle-search span {
	font-size: 15px;
	line-height: 19px;
}

.vehicle-search figure {
	border: 1px solid #bfbfbf;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
}

.vehicle-search figcaption {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	background: #1792AA;
	color: #ffffff;
	padding: 13px 0;
	margin-top: 5px;
}

.vehicle-pre-section{
	height: 700px;
}

.vehicle-pre-inner img{
	height: 100px;
}

.vehicle-pre-inner figure {
	border: 1px solid #bfbfbf;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
}

.vehicle-pre-inner figcaption {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	background: #1792AA;
	color: #ffffff;
	padding: 13px 0;
	margin-top: 5px;
	align
}

.noExtra{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	background: #1792AA;
	color: #ffffff;
	padding: 13px 0;
	margin-top: 5px;
}

.plates-part input {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	border-radius: 0;
	padding: 12px 18px;
	border-color: #bfbfbf;
}

.plates-part {
	margin-bottom: 39px;
}

.vehicle-inner {
	max-width: 540px;
}

.vehicle-section .sub-heading {
	margin-bottom: 29px;
}
.vehicle-search figure img, .custome-add figure img {
    height: 80px;
    width: auto;
}


/* -popup- */

.custome-add .modal-dialog {
	max-width: 1640px;
}

.custome-add h5.modal-title {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}

.custome-add .modal-body figure {
	text-align: center;
}

.custome-add .modal-body figcaption {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

.custome-add .modal-body .grid {
	display: -webkit-grid;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat( auto-fit, minmax(250px, 1fr));
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr));
	grid-gap: 35px;
}

.custome-add .modal-body .grid__item {
	border: 1px solid #bfbfbf;
	padding: 10px;
}
.custome-add .modal-body .grid__item:hover {
    background: #ebebeb;
}
.custome-add .modal-header {
	border: none;
}

.custome-add .modal-dialog {
	max-width: 1640px;
	transform: translateY(0) !important;
	top: 50px;
}

.custome-add .modal-content {
	padding: 20px 35px 35px;
}


/* -popup- */


/* --fahrzeugdaten-- */


/* --Fahrerdaten-- */

.driver-inner input {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	border-radius: 0;
	padding: 12px 18px;
	border-color: #bfbfbf;
	width: 40%;
}

.driver-inner label {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #000000;
}

.payment-inner input {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	border-radius: 0;
	padding: 12px 18px;
	border-color: #bfbfbf;
	max-width: 555px;
}
.driver-inner input:focus {
    box-shadow: none;
    border-color: #dfdfdf;
}

/* --Fahrerdaten-- */


/* --Zahlart-- */

.payment-inner .inner-left a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.payment-inner .mathod-name h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0;
}

.payment-left-head {
	margin-bottom: 45px;
	margin-top: 30px;
}

.payment-right-head {
	margin-bottom: 13px;
	margin-top: 30px;
}

.payment-inner .mathod-name a {
	text-decoration: none;
}

.payment-inner .mathod-icon {
	min-width: 85px;
}

.payment-left-main .inner-left {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 1px solid #bfbfbf;
	margin-bottom: 16px;
	cursor: pointer;
	min-height: 50px;
	max-width: 385px;
	padding-left: 18px;
	text-decoration: none;
}

.zahlart-body .payment-inner input:checked+.inner-left {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.zahlart-body .payment-inner input:checked+.inner-left .mathod-name h4 {
	font-weight: bold;
}

.payment-left-main input {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.payment-left-main {
    position: relative;
    cursor: pointer;
}

.inner-left:hover {
	background-color: #ebebeb;
}

.payment-left-main:hover .mathod-name h4 {
	font-weight: bold;
}
.payment-left-main:hover {
    background: #ebebeb;
    max-width: 385px;
	border-color: #ebebeb;
}
.bill-btn-input.clicked {
    display: block;
}
.bill-btn-input {
    display: none;
}

.bill-btn-travis.clicked {
	display: block;
}
.bill-btn-travis {
	display: none;
}

.bill-btn-uta.clicked {
	display: block;
}
.bill-btn-uta {
	display: none;
}

.bill-btn-ec.clicked {
	display: block;
}
.bill-btn-ec {
	display: none;
}

.bill-btn-dkv.clicked {
	display: block;
}
.bill-btn-dkv {
	display: none;
}

.bill-btn-cards.clicked {
	display: block;
}
.bill-btn-cards {
	display: none;
}
.payment-inner .inner-right input:focus {
    box-shadow: none;
    border-color: #dfdfdf;
}
/* --Zahlart-- */


/* --produkt--and-extras */

.product-categry {
	display: flex;
	align-items: center;
	border: 1px solid #bfbfbf;
	margin-bottom: 16px;
	cursor: pointer;
	min-height: 50px;
	padding-left: 18px;
	position: relative;
}

.product-categry .product-nomber a {
	text-decoration: none;
}

.product-icon {
	min-width: 50px;
}

.product-nomber h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
.product-nomber .unit{color: #000000;}
.product-nomber .price {
	position: absolute;
	right: 70px;
	top: 10px;
	color: #000000;
	font-size: 20px;
}
.extra-body .product-nomber .price {
    position: absolute;
    right: 150px !important;
    top: 10px;
    color: #000000;
    font-size: 20px;
}

.product-nomber .price::before {
    content: "€";
    padding-right: 2px;
}

.plus-button {
	position: absolute;
	width: 29px;
	height: 50px;
	display: flex;
	align-items: center;
	border-left: 1px solid #bfbfbf;
	right: 105px;
	padding-left: 16px;
	justify-content: center;
}

.plus-button .addExtraProductItem{
	display: block !important;
}

.plus-button button {
	background: transparent;
	border: none;
}

.type1_img_summary{
	height: 100px !important;
}

.type2_img_summary{
height: 100px !important;
}

.minus-button {
	position: absolute;
	width: 29px;
	height: 50px;
	display: flex;
	align-items: center;
	border-left: 1px solid #bfbfbf;
	right: 60px;
	padding-left: 16px;
	justify-content: center;
}

.minus-button .removeExtraProductItem{
	display: block !important;
}

.extra-count {
	position: absolute;
	width: 29px;
	height: 50px;
	display: flex;
	align-items: center;
	border-left: 1px solid #bfbfbf;
	right: 18px;
	padding-left: 16px;
	justify-content: center;
}

.minus-button button {
	background: transparent;
	border: none;
}

.choose-button {
	position: absolute;
	width: 29px;
	height: 50px;
	display: flex;
	align-items: center;
	border-left: 1px solid #bfbfbf;
	right: 18px;
	padding-left: 16px;
	justify-content: center;
}

.choose-button button {
	background: transparent;
	border: none;
}
.removeProductItem, .removeExtraProductItem, .product-categry.active .addProductItem, .product-categry.active .addExtraProductItem{display: none;}
.product-categry.active .removeProductItem, .product-categry.active .removeExtraProductItem{display: block;}

.product-section .product-inner {
	height: 280px;
	overflow-Y: scroll;
	padding-right: 45px;
}

.product-section .product-inner::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.product-section .product-inner::-webkit-scrollbar {
	width: 15px;
	background-color: #F5F5F5;
}

.product-section .product-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #BFBFBF;
}

.product-categry.active {
	background: #ebebeb;
	border-color: #ebebeb;
	margin-bottom: 25px;
}

.choose-button.active {
	border-color: #ffffff;
}


/* --produkt--and extras--- */


/* --Zusammenfassung-- */

.summery-details h4 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}

.summery-details p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 8px;
}

.summery-details {
	margin-bottom: 25px;
}

.summery-details h6 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

.summery-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.summery-body::-webkit-scrollbar {
	width: 15px;
	background-color: #F5F5F5;
}

.summery-body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #BFBFBF;
}

.summery-body {
	height: 330px;
	overflow-Y: scroll;
	padding-right: 45px;
	margin-top: 43px;
}
.summery-body table tr.total{background-color:#f9f9f9;}
.summery-body table tr.total td:first-child {
    text-align: right;
    font-weight: 500;
    padding-right: 40px;
}

/* --Zusammenfassung-- */


/* --Abschluss-- */

.diploma-body {
	margin-top: 43px;
}

.diploma-details p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.diploma-details h4 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	margin-bottom: 10px;
}

.end-images img{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.summery-inner.right .summery-details {
	margin-bottom: 185px;
	margin-top: 40px;
}


/* --Abschluss-- */


/* --footer-- */

.footer-top h6 {
	font-size: 12px;
	line-height: 14px;
	color: #AFAFAF;
	font-weight: 400;
	margin-bottom: 0;
}

.footer-top {
	margin: 15px 70px;
}

.footer-bottom {
    /* min-height: 346px; */
    background: #ffffff30;
}


/* --footer-- */

.disable-div {
	pointer-events: none;
}
.typeFig:hover{
	cursor: pointer;
}
.typeFig2:hover{
	cursor: pointer;
}
.error {
	color:red;
}

/* Popup CSS */
.popup {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 9;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none; 
}
.popup2 {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 9;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
.icon-part img {
	max-width: 250px;
	height: 250px;
}
.icon-part .image-arrow img {
	max-width: 100px;
	height: 100px;
}
.popup-inner .title h1 {
	text-align: center;
	color: #000;
 }
 .icon-part {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 100px;
 }
 .bottom-content p {
	font-size: 44px;
	text-align: center;
	max-width: 1310px;
	margin: 100px auto 0;
	color: #000;
 }
 .popup-box{
	display: flex;
	height: 100%;
	align-items: center;
	width: 100%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
	justify-content: center;
 }
 .image-col.next:before {
	position: absolute;
	content: "";
	background: transparent url(../images/right-arrow.png) no-repeat;
	width: 140px;
	height: 110px;
	background-size: contain;
	right: -180px;
	top: 50%;
	transform: translateY(-50%);
 }
 .image-col.next {
	position: relative;
 }
 .overlay {
	position: absolute;
	background-image: url("../images/pop-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	filter: blur(3px);
 }

#select2-my_select-container,
#select2-my_select-results .select2-results__option {
	white-space: pre;
}

.extra-img{
	height: 50px;
	margin-right: 15px;
}

.type_sec_row{
	margin-top: 140px !important;
}

.address-input{
	margin-top: 10px !important;
}