body {
	/*padding-top: 5px;*/
	-webkit-overflow-scrolling : touch !important;
    overflow-y: auto !important;
    height: 100% !important;
    background-image: url("../images/leadImage_leadheadimage.jpeg");
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
}

nav {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.container-fluid {
	margin-top: 70px;
}

.content {
	max-width: 1120px;
	min-width: 375px;
	margin: auto;
	margin-top: 20px;
}

#leftContainer {
	float: left;
	width: 66%;
	min-width: 350px;
	margin-bottom: 20px;
}


/*3switch*/
.triple-switch {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	padding: 0px;
    overflow: hidden;
}

.triple-switch input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.triple-switch label {
	margin-top: 10px;
	float: left;
	display: inline-block;
	width: auto;
	min-width: 70px;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 6px 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	/*-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;*/
}

.triple-switch label:hover {
    cursor: pointer;
}

.triple-switch input:checked + label {
  background-color: #ce101a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.triple-switch label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.triple-switch label:last-of-type {
  border-radius: 0 4px 4px 0;
}
/*3switch END*/

#rightContainer {
	display: block;
}

.cbrow {
	height: 50px;
	overflow: hidden;
}

.cbI {
	float: left;
	width: 35px;
	/*margin: 10px;*/
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	font-size: x-large;
	z-index: -1;
}

.cblabel {
	padding-top: 15px;
	padding-bottom: 15px;
}

#rightBox {
    border-left: 1px solid #999;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    position: fixed;
    max-height: 750px;
    overflow: auto;
    overflow-x: hidden;
    transition: width 0.5s ease;
    animation: animateright;
    left: 800px;
    margin-left: 5px;
}

.rightTitle {
	font-size: 16px;
    font-weight: bold;
}

.closeRightNavBtn {
    /*position: absolute;
    top: 0;*/
    color: #ce101a;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.rightBoxXopt {
	float: left;
	margin: 10px;
}

#rightBoxOpener {
	/*position: fixed;
	top: 70px;*/
	float: right;
	margin-right: 10px;
}

/* Modell */
#anthosModels {
	width: 100%;
	height: 100px;
	display: inline-flex;
	display: -webkit-inline-flex; /* Safari */
	/*overflow-x: auto;*/
	/*background-color: #babdb6;*/
	/*background-color: #313131;*/
}

#modelsCenter {
	float: left;
	/*width: 720px;*/
	overflow-x: auto;
	/*min-width: 25%;*/
	/*max-width: 65%;*/
}

#modelsToScroll {
	/*float: left;*/
	width: 610px;
}

#modelsLeft {
	float: left;
	width: 50px;
}

#modelsRight {
	float: right;
	width: 50px;
}

#modelsLeft.chevLeft {
	margin: 15px;
	margin-top: 27px;
}

#modelsRight.chevRight {
	margin: 15px;
	margin-top: 27px;
}

.modelBtn {
    float: left;
    padding: 10px 22px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 11px 20px -10px #333;
    border: 1px solid #eee;
    background: rgb(206,204,204);
    background: -moz-linear-gradient(top, rgba(206,204,204,1) 0%, rgba(229,235,238,1) 51%, rgba(229,235,238,1) 51%, rgba(215,222,227,1) 83%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    background: linear-gradient(to bottom, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecccc', endColorstr='#f5f7f9',GradientType=0 );
}

.modelBtn:active {
  background-color: #ce101a;
  /*box-shadow: 0 5px #666; */
  transform: translateY(4px);
}

.modelBtnChosen {
    float: left;
    background-color: #ce101a;
    color: white;
    padding: 10px 22px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #fd4953;
	transform: translateY(4px);
}

/* Version des Modells */
#versions {
	width: 100%;
	height: auto;
	overflow-x: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#versionToScroll {
	width: 870px;	
}

.version {
    float: left;
    display: inline-block;
    margin: 10px;
    padding: 10px 10px;
    font-weight: bold;
    border: 1px solid #eee;
    border-radius: 10px;
	text-align: center;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 1%, rgba(229,235,238,1) 14%, rgba(229,235,238,1) 51%, rgba(215,222,227,1) 92%, rgba(245,247,249,1) 100%);
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 1%,rgba(229,235,238,1) 14%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 92%,rgba(245,247,249,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 1%,rgba(229,235,238,1) 14%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 92%,rgba(245,247,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f5f7f9',GradientType=0 );
	box-shadow: 0px 11px 20px -10px #333;
}

.versionChosen {
    float: left;
    color: white;
    display: inline-block;
    margin: 10px;
    padding: 10px 10px;
    font-weight: bold;
    border: 1px solid #fd4953;
    background-color: #ce101a;
    border-radius: 5%;
	text-align: center;
	transform: translateY(4px);
}

.imgVersion {
	width: 100px;
	height: 120px;
	border: 1px solid #ddd;
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
	cursor: pointer;
}


/* Übersicht mit Summe */
#sum {
    /* max-width: 500px; */
    width: 100%;
    /*height: 95px;*/
    border: 1px solid #ccc;
    background-color: #fff;
	border-bottom-color: #ce101a;
    border-bottom-width: 5px;
    box-shadow: 0px 11px 20px -10px #333;
    margin-top: 20px;
    margin-bottom: 20px;
	display: none;
}

#sum.totop {
	/*max-width: 695px;*/
	/*width: 100%;*/
    /*height: 95px;*/
    border: 1px solid #ccc;
    background-color: #fff;
	border-bottom-color: #ce101a;
    border-bottom-width: 5px;
    box-shadow: 0px 11px 20px -10px #333;
    /*margin-bottom: 20px;*/
	position: fixed;
	top: 0px;
}

#anthosName {
/* 	float: left; */
	width: 100%;
	/*margin-top: 10px;*/
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

#sumVersion {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#sumList {
	float: right;
	width: auto;
}

#sumPrice {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#expBtnDiv {
	float: right;
 	width: 100%;
 	margin-right: 10px;
	/*margin: 10px;*/
}

#exportButton {
    float: right;
    padding: 10px 22px;
    margin: 7px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 11px 20px -10px #333;
    border: 1px solid #eee;
    background: rgb(206,204,204);
    background: -moz-linear-gradient(top, rgba(206,204,204,1) 0%, rgba(229,235,238,1) 51%, rgba(229,235,238,1) 51%, rgba(215,222,227,1) 83%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    background: linear-gradient(to bottom, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecccc', endColorstr='#f5f7f9',GradientType=0 );
}

#downloadKatalog {
    float: right;
    padding: 10px 22px;
    margin: 7px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 11px 20px -10px #333;
    border: 1px solid #eee;
    background: rgb(206,204,204);
    background: -moz-linear-gradient(top, rgba(206,204,204,1) 0%, rgba(229,235,238,1) 51%, rgba(229,235,238,1) 51%, rgba(215,222,227,1) 83%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    background: linear-gradient(to bottom, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecccc', endColorstr='#f5f7f9',GradientType=0 );
}

#downloadKatalog:disabled,
#downloadKatalog[disabled] {
  opacity: 0.65; 
  cursor: not-allowed;
}

/* Kategorien der Version */

#catsOverview {
	width: 100%;
}

.cat {
	/*background-color: #555555;*/
    /*color: white;*/
	width: 100%;
	/*height: 40px;*/
	/*transition: 5.4s ease;*/
}

button.accordion {
    background: rgb(206,204,204);
    background: -moz-linear-gradient(top, rgba(206,204,204,1) 0%, rgba(229,235,238,1) 51%, rgba(229,235,238,1) 51%, rgba(215,222,227,1) 83%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    background: linear-gradient(to bottom, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecccc', endColorstr='#f5f7f9',GradientType=0 );
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    /*transition: 5.4s ease;*/
}
button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

.chevUpDown {
	float: right;
}


ul.accPanel {
	padding-left: 5px;
    margin-bottom: 0px;
    color: black;
    display: none;
    overflow: hidden;
    transition: max-height 0.7s ease-out;
    list-style: none;
}

.articleTxt {
	float: left;
	width: 100%;
	margin: auto;
}

.addonSelect {
	overflow:hidden;
	width: 40px;
	min-width: 40px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 1px 1px 11px #555753;
	background: #babdb6 url("../images/caretDown.png") no-repeat scroll 17px center;
	-moz-appearance: none;
	-webkit-appearance: none;
	 appearance: none;
}

.colorPicker {
	/*float: right;*/
	/*width: 50px;*/
	margin: 25px;
}
#confirmColorPics,
#showColorPickerPics {
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}

.colorDiv {
	/*float: left;*/
	width: 180px;
	min-width: 180px;
	height: 70px;
	margin: 5px;
	padding: 5px;
}

#confirmColorPics .chosen,
#showColorPickerPics .chosen {
	/*float: left;*/
	width: 180px;
	min-width: 180px;
	height: 75px;
	margin: 5px;
	border: 2px solid #ce101a;
	border-radius: 15px;
	/*border-bottom-color: #ce101a;*/
    border-bottom-width: 4px;
    box-shadow: 0px 11px 20px -10px #333;
}

#confirmColorPics .unschosen,
#showColorPickerPics .unchosen {
	/*float: left;*/
	width: 180px;
	min-width: 180px;
	height: 75px;
	margin: 5px;
	border: 2px solid grey;
	border-radius: 15px;
	/*border-bottom-color: #ce101a;*/
    box-shadow: 0px 11px 20px -10px #333;
}

.picColorTxt {
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
	word-wrap: normal;
}

.imgColor {
	float: left;
	width: 50px;
	height: 60px;
	border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
}

.articlePrc {
	float: right;
	min-width: 95px;
	max-width: 95px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
}

#addonContainer {
	width: auto;
	list-style: none;
	padding-left: 5px;
}

.addon {
	margin-top: 1px;
	margin-bottom: 1px;
	width: 98%;
	border: 1px solid #ddd;
	display: inline-flex;
	display: -webkit-inline-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
    justify-content: space-between;
}

/* ExportBox */
.modalWindow {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 90px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  /*opacity: 0.9;*/
}

#exportBox {
	display: none;	
}

.overlayWin {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  width: 90%;
  max-width: 500px;
  border-radius: 7px;
}

#toaster {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  width: 90%;
  max-width: 500px;
  border-radius: 7px;
}

#toast-close-btn {
	margin-left: auto;
}

.picOpener {
	margin: auto;
}

.imgPic {
	width: 300px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

#email {
	margin-top: 10px;
	margin-left: 10px;
}

#email2 {
	margin-top: 10px;
	margin-left: 10px;
}

#emailTxt {
	margin-top: 10px;
	margin-left: 10px;
	width: 87%;
	height: 100px;
}

#exportCB {
	margin-top: 10px;
	margin-left: 10px;
}

#exportToDBCB {
	margin-top: 10px;
	margin-left: 10px;
}

#emailLabel {
	margin-top: 5px;
	margin-left: 10px;
}
#emailLabel2 {
	margin-top: 5px;
	margin-left: 10px;
}

#emailTxtLabel {
	margin-top: 10px;
	margin-left: 10px;
}

#exportCBLabel {
	margin-top: 10px;
	margin-left: 10px;
}

#exportToDBCBLabel {
	margin-top: 10px;
	margin-left: 10px;
}

#marge {
	margin-left: 10px;
}

#margeToggle {
	margin-top: 10px;
	margin-left: 10px;
}

#margeLabel {
	margin-top: 5px;
}

#sepMarge {
	margin-top: 10px;
	margin-left: 10px;
}

#sepMargeLabel {
	margin-top: 10px;
	margin-left: 10px;
}

#toggleMDiv {
	display: inline-flex;
	display: -webkit-inline-flex;
}

.switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 40px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

#margeCB {
  display:none;
}

.slider {
  /*background-color: #ce101a;*/
  background-color: #ce101a;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 12px;
  left: 20px;
  position: absolute;
  /*transition: .4s;*/
  width: 16px;
}

.margeSwitch {
  margin: 0 auto;
  margin-left: 10px
}


input:checked + .slider {
  /*background-color: #66bb6a;*/
  background-color: #ce101a;
}


input:checked + .slider:before {
  transform: translateX(-16px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchBtns {
	height: 30px;
	margin-top: 25px;
}

.swBtnBack {
	float: left;
}

.swBtnNext {
	float: right;
}

.modalLabel {
	margin-top: 10px;
	margin-left: 10px;
}

.labelFont {
	font-weight: 700;
}

.modalWindow label {
	font-weight: 700;
}

.modalBtn {
/*     float: right; */
    padding: 10px 22px;
/*     margin: 7px; */
	margin-top: 10px;
	margin-left: 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 11px 20px -10px #333;
    border: 1px solid #eee;
    background: rgb(206,204,204);
    background: -moz-linear-gradient(top, rgba(206,204,204,1) 0%, rgba(229,235,238,1) 51%, rgba(229,235,238,1) 51%, rgba(215,222,227,1) 83%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    background: linear-gradient(to bottom, rgba(206,204,204,1) 0%,rgba(229,235,238,1) 51%,rgba(229,235,238,1) 51%,rgba(215,222,227,1) 83%,rgba(245,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecccc', endColorstr='#f5f7f9',GradientType=0 );
}

.iconText {
	display: block;
	font-size: smaller;
}

/* bootstrap override */
.form-control.is-valid:focus, .was-validated :valid.form-control {
    border-color: #ced4da !important;
    background-image: inherit !important;
    /*box-shadow: inherit !important;*/
       padding-right: 0.75rem !important;
}
   
.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #212529 !important;
}
   
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
	color: #212529 !important;
}
   
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #ce101a !important;
}
   
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
   
.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #ced4da !important;
}
   
.list-group-flush > .list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width) !important;
}

/*.nav-pills .nav-link, .nav-pills .show>.nav-link {*/
.nav-link {
    color: #ce101a !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ce101a !important;
}

#showConfigList > a.active {
	background-color: #ce101a;
}



