/* Green - yellow */
/* :root {
    --buttonColor: rgb(245, 255, 254);
    --buttonSelectedColor: rgb(226, 236, 233);
    --buttonSelectedVersartColor: #e8f594;
    --buttonBorderRadius: 5px 5px;
    --buttonVersartColor: #f0f5cf;
    --breadcrumbColor: #dbd7c2;
    --mainColor: #438E67;
    --labelColor1: black;
    --labelColor2: gray;
    --borderColor: #676767;
    --iconColor: #438E67;
    --backgrundColor: #c1e0d0;
    --mussfeldColor: red;
}
*/

/* Grau */
/*
:root {
    --buttonColor: lightgray;
    --buttonSelectedColor: darkgray;
    --buttonSelectedVersartColor: darkgray;
    --buttonBorderRadius: 5px 5px;
    --buttonVersartColor: lightgray;
    --breadcrumbColor: #438E67;
    --mainColor: #b9b9b9;
    --labelColor1: black;
    --labelColor2: gray;
    --borderColor: #676767;
    --iconColor: #438E67;
    --backgrundColor: #c1e0d0;
    --mussfeldColor: #EC6608;
    --btnFontColor: black;
    --cheapestColor: #0073ab;
    --webtypColor: rgb(255, 168, 38);
    --errorColor: #EC6608;
}
*/
/* Kraftwerksgrün */
:root {
    --buttonColor: #93ca15;
    --buttonSelectedColor: #5c810e;
    --buttonSelectedVersartColor: #5c810e;
    --buttonHoverColor: #666666;
    --buttonBorderRadius: 5px 5px;
    --buttonVersartColor: #93ca15;
    --breadcrumbColor: #58790e;
    --mainColor: #93ca15;
    --labelColor1: black;
    --labelColor2: #3d3d3d;
    --borderColor: #292929;
    --iconColor: #252525;
    --backgrundColor: #c1e0d0;
    --mussfeldColor: red;
	--errorColor: #813b09;
    --btnFontColor:  #000000;
}



body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial, sans-serif;
    font-weight: 400;
    hyphens: auto;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

ol, ul {
    margin-top: 10px;
}

ul.formlist {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-position: inside;
}

li.formitem,
div.formitem {
    padding: 2px 0 2px 0;
    align-items: center;
}

select {
    -webkit-transition:  120ms transform ease-in-out;
    -moz-transition:  120ms transform ease-in-out;
    -o-transition:  120ms transform ease-in-out;
    transition:  120ms transform ease-in-out;
}

select.formselect {
    flex: 0 0 66.666666666%;
    width: 100%;
    padding-left: 6px;
    min-height: 34px;
}

select:required:invalid {
    color: #999;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: #555;
}

.formcontainer {
    display: flex;
    padding: 10px;
    align-items: center;
    margin-bottom: 10px;
}

label {
    flex: 0 0 33.333333333%;
    width: 100%;
}

label.stretch {
    flex: 1;
}

.loginhelp {
    position: relative;
}

.loginhelp svg {
    display: inline-block;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    text-align: center;
}

.width-100 {
    width: 100%;
}

span.stretch {
    width: 100%;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group input:not([type='checkbox']), .input-group select {
    flex: 1;
    width: 100%;
}


.input-group-text {
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

input:not([type='checkbox']) {
    flex: 0 0 66.6666666666%;
    width: 100%;
}

input.isg-input-flex-variable {
    flex: auto;
}

input[type='text'] {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

input[type='date'],
input[type='text'] {
    min-height: 34px;
}

.radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
}

input[type=checkbox] {
    position: relative;
    margin-top: 0px;
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#oeko[type=checkbox], #smart[type=checkbox] {
    margin-top: 2px;
}

input[type=checkbox]:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #ccc;
    border-radius: 2px;
}

input[type=checkbox]:before {
    color: #fff;
    font: 10px sans-serif;
    font-weight: bold;
    content: "\2713";
    padding-left: 3px;
    background-color: var(--mainColor);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 15px !important;
    height: 15px !important;
}

input[type=checkbox]:checked:before {
    position: absolute;
    opacity: 1;
    left: 0px;
    border: 1px solid var(--mainColor);
    border-radius: 2px;
    width: 15px !important;
    height: 15px !important;
}

.radio {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
}

.radio + .radio {
    margin-top: 1em;
}

.radio:focus-within {
    color: var(--radio-color);
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 0.8em;
    height: 0.8em;
    border: 0.1em solid var(--mainColor);
    border-radius: 50%;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
  }

input[type="radio"]::before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition:  120ms transform ease-in-out;
    -moz-transition:  120ms transform ease-in-out;
    -o-transition:  120ms transform ease-in-out;
    transition:  120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: var(--mainColor);
}

input[type="radio"]::after {
    width: auto;
    height: auto;
    outline: none;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}

.radio-container{
    display: flex;
    align-items: center;
}

.radio
{
    flex: 0.1;
    -webkit-flex: 0.1;
    -ms-flex: 0.1 0 0px;
}

.isg-radio-text-vertical-center {
    align-items: center;
}

.isg-radio-text-vertical-baseline {
    align-items: baseline;
    margin-top: -10px;
    margin-bottom: 10px;
}

.isg-radio-text-vertical-bottom input {
 padding-top: 4px;
}

.glyphicon-user {
    -webkit-transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.isg-radio-text-vertical-baseline .agbs-icons {
    margin-top: 10px;
}


.isg-list-separator-top, .isg-list-separator-bottom {
    display: none;
}

.cb
{
    max-width: 14px;
}

.checkbox-text {
    text-align: justify;
}

.oeko-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px;
}


@-moz-document url-prefix() {
    .radio-label {
        display: flex;
        flex: 1;
        padding: 4px;
        margin-bottom: 0px;
    }

.cb {
        max-width: 14px;
        margin-top: 0px !important;
    }
}

@-moz-document url-prefix() {
    .label-stretch {
        display: block;
        margin-bottom: 2px !important;
    }
}

.radio-label {
    display: flex;
    flex: 1;
    padding: 4px;
}

.optin-label {
    display: flex;
    flex: 1;
    padding: 4px;
    font-weight: normal;
}

.label-stretch {
    display: block;
    margin-bottom: 4px;
}

input.hidden-input{
    display: none;
}

.invalid {
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

button {
    width: 100%;
    display: block;
    border-radius: 0;
    border-width: 1px;
    border-color: var(--mainColor);
    background-color: var(--mainColor);
}

.btn-bottom
{
    padding: 15px 6px;
    -webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    transition: all 0.3s ease;
}


.btn-bottom:nth-of-type(1) {
    border-left-color: #ccc;
}

.btn-bottom:hover,
.btn-bottom:focus,
.btn-bottom:active {
    background-color: var(--buttonSelectedColor);
    color: #fff;
 }

.btn-auswahl {
    background-color: var(--buttonSelectedColor);
    -webkit-transition:  all 0.2s ease;
    -moz-transition:  all 0.2s ease;
    -o-transition:  all 0.2s ease;
    transition:  all 0.2s ease;
}

.btn-auswahl:hover {
    background-color: var(--iconColor);
    filter: brightness(85%);
    color: #fff;
}

.btn-delete svg {
    min-height: 20px;
}

.btn-font {
    font-weight: bold;
    color: var(--btnFontColor);
}

.btn-kundentyp-left {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px 10px;
    background-color: var(--buttonColor);
}

.btn-kundentyp-right {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px 10px;
    background-color: var(--buttonColor);
}

.isg-button-separate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    appearance: button;
    -webkit-appearance: button;
}

.isg-button-separate .btn-bottom {
    max-width: 50%;
    background-color: var(--buttonColor);
    border-style: solid;
    border-color: var(--buttonSelectedColor);
}

.isg-button-separate .btn-bottom:hover,
.isg-button-separate .btn-bottom:focus
 {
    color: #fff;
    background-color: var(--buttonSelectedColor);
    border-color: var(--buttonColor);
}

.isg-button-separate .btn-bottom:nth-of-type(1) {
    border-left-color: var(--buttonSelectedColor);
}

.kundentyp-icon {
    width: 30%;
    max-width: 35px;
    min-width: 20px;
    margin: auto;
}

.bezugsart-icon {
    max-width: 50px;
    min-width: 35px;
    max-height: 50px;
    min-height: 35px;
    margin: auto;
}

.btn-versart {
    margin-top: 0.2em;
    margin-left: -1px;
    padding: 10px 10px;
    border-top-right-radius: var(--buttonBorderRadius);
    background-color: var(--buttonVersartColor);
}

.btn-bezugsart {
    border-top-right-radius: var(--buttonBorderRadius);
    background-color: var(--buttonColor);
}

.btn-delete {
    background-color: transparent;
    border: 0px;
}

.btn-continue {
    order: 10;
}

.btn-back {
    order: 5;
}

.order-last {
    order: 99;
}

.selected {
    background-color: var(--buttonSelectedColor);
}

.selectedVersart {
    background-color: var(--buttonSelectedVersartColor);
}

.selected {
    background-color: var(--buttonSelectedColor);
}

.selectedVersart {
    background-color: var(--buttonSelectedVersartColor);
}

.selected {
    background-color: var(--buttonSelectedColor);
}

.selectedVersart {
    background-color: var(--buttonSelectedVersartColor);
}

.priceCalculatorFrame{
    border-width: 2px;
    border-color: var(--mainColor);
    border-style: solid;
    margin: 0 auto;
    width: 40%;
    min-width: 500px;
    color: var(--labelColor1);
}

.priceCalculatorTitle{
    padding: 5 10;
    background-color: var(--mainColor);
    margin:0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.isg-kundentyp-row,
.versart_col,
.tarifwahl {
    margin-top: 20px;
}

.btn-kundentyp-left,
.btn-kundentyp-right,
.btn-versart,
.btn-bezugsart,
.meterCounter {
    padding: 5px;
}

.meterCounter .item {
    align-self: center;
}


.flex-row {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 0 0px;
}

.item {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 0 0px;
}

.item-part {
    display: inline;
    margin-right: 10px;
}

.row {
    width: 100% !important;
}

.flex-row.flex-dir-row {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}

.flex-col {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 0 0px;
    width: 100% !important;
}

.flex-col.flex-dir-col {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-btn {
    justify-content: center;
}

.under-label {
    font-style: italic;
    font-size: medium;
}

.oeko-label {
    color: var(--labelColor2);
    display: inline;
    text-align: left;
    margin-left: 10px;
}

.sbw {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.product-price {
    color: var(--labelColor2);
}

.isg-month-price {
    position: relative;
}

.isg-month-price svg {
    margin-left: 5px;
    padding-top: 3px;
}

.isg-month-price .panel {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 2;
    width: 85%;
    font-size: 14px;
}

.isg-month-price .panel .panel-heading {
    background-color: var(--iconColor);
    background-image: none;
    color: #fff;
}


.isg-month-price table {
    width: 100%;
}

/* PRODUKT */
.product-border{
    margin: 5px;
    border: 1px solid var(--mainColor);
    padding: 10px;
}

.product-cheapest {
    border-color:var(--cheapestColor);
}

.cheapest-banner {
    background-color: var(--cheapestColor);
}

.webtyp-banner {
    background-color: var(--webtypColor);
}

.product-highlight {
    border-color: var(--mainColor);
    background-color: var(--backgrundColor);
    border-width: 1px;
}

.toggleLink, a:hover {
    cursor: pointer;
}

.product-label{
    color: var(--labelColor2);
    font-weight: bold;
}

.product-description{
    color: var(--labelColor2);
}

.product-short-description{
    color: var(--labelColor2);
}

.product-info {
    list-style: none;
    list-style-type: none;
    color: var(--labelColor2);
}

.kuendbeschreibung {
    color: var(--labelColor2);
}

.anschlusswert {
    color: var(--labelColor2);
}

.preis-details {
    color: var(--labelColor2);
}

.preis-staffel {
    padding: 10px;
    color: var(--labelColor2);
    width: 100% !important;
}

.preis-staffel p,
.preis-staffel div,
.preis-staffel ul,
.preis-staffel li {
    width: 100% !important;
}

.open-braces, .close-braces {
    display: inline;
    text-decoration: none;
}

.priceDiff{
    margin-bottom: 20px;
}

.eco-svg {
    padding-top: -10px;
}

.person-selected{
    color: var(--iconColor);
}

.autos {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}

.auto1 { text-align: center; flex: 0.1; -webkit-flex: 0.1; -ms-flex: 0.1 0 0px; }
.auto2 { text-align: center; flex: 0.1; -webkit-flex: 0.1; -ms-flex: 0.1 0 0px; }
.auto3 { text-align: center; flex: 0.1; -webkit-flex: 0.1; -ms-flex: 0.1 0 0px; }
.auto4 { text-align: center; flex: 0.1; -webkit-flex: 0.1; -ms-flex: 0.1 0 0px; }

#emobslider{
    margin-bottom: 5px;
    display: block;
}

.meterCounter {
    border: 1px solid var(--borderColor);
    background-color: var(--mainColor);
}


div[id^=meterDetails] {
    width: 100% !important;
    padding: 10px !important;;
}

.content-label {
    color: var(--borderColor);
}

.content-item {
    padding: 10px;
}

.homes{
    display: flex;
    align-content: space-between;
}

#qmslider{
    margin-bottom: 5px;
    display: block;
  }

.gi-2x{font-size: 20px; line-height: 26px; text-align: center; color: var(--iconColor);}
.gi-3x{font-size: 22px; line-height: 24px; text-align: center; color: var(--iconColor);}
.gi-4x{font-size: 24px; line-height: 22px; text-align: center; color: var(--iconColor);}
.gi-5x{font-size: 26px; line-height: 20px; text-align: center; color: var(--iconColor);}

.isg-container-default {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 6px;
}

.btn-controls{
    flex: 0.05 0 25px;
    -webkit-flex: 0.05 0 25px;
    -ms-flex: 0.05 0 25px;
    cursor: pointer;
}

.summary-versart{
    flex: 0.04;
    -webkit-flex: 0.04;
    -ms-flex: 0.04 0 0px;
}

.versart_col {
    flex: 0.10 0 30px;
    -webkit-flex: 0.10 0 30px;
    -ms-flex: 0.10 0 30px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.circle {
    position: relative;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    flex: 0 0 14px;
    height: 14px;
    background-color: var(--buttonColor);
    border-color: var(--buttonColor);
}

.circle.active {
    border-color: var(--breadcrumbColor);
}

.circle.done {
    background-color: var(--breadcrumbColor);
    border-color: var(--breadcrumbColor);
}

.line {
    background-color: var(--buttonColor);
    height: 4px;
    flex: 1;
}

.line.done {
    background-color: var(--breadcrumbColor);
}

.active-dot {
    position: relative;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    margin-top: 2px;
    background-color: black;
}

.circle .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    opacity: 0;
    -webkit-transition:  opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition:  opacity 0.3s;
    transform: translateX(-50%);
    hyphens: none;
}

.circle .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.circle:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#breadcrumb {
    padding: 17px;
}

.hide-water {
    display: none;
}

.clickable {
    cursor: pointer;
}

.agbs-icons {
   display: flex;
   flex: 0 0 25px;
   -webkit-flex: 0 0 25px;
   -ms-flex: 0 0 25px;
   width: 25px;
   height: 25px;
   margin-top: auto;
   margin-bottom: auto;
}

.agbs-icons svg {
    margin-top: auto;
    margin-bottom: auto;
}

.isg-agbs-icons-placeholder {
    display: flex;
    flex: 0 0 25px;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
}

.eco-icon {
    display: flex;
    flex: 0 0 25px;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
 }

.btn-edit {
    display: flex;
    flex: 0.2;
    -webkit-flex: 0.2;
    -ms-flex: 0.2 0 0px;
}

.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active {
    filter: brightness(75%);
}


.btn-icon {
    background-color: transparent;
    border: transparent;
}

.summary-item {
    padding: 0 30px 0 10px;
}

.summary-label{
    color: var(--iconColor);
    font-weight: bold;
}

.zusatz{
    padding-left: 5px;
}

.bezug-bezeichnung{
    text-align: center;
    color: var(--iconColor);
}

.bezugsart-row {
    display: flex;
    flex: 0.5;
}

.addtarif-icon {
    text-align: right;
    display: flex;
    flex: 0.04;
    padding-left: 4px;
}

/* I C O N S */
.cls-icons{fill: var(--iconColor); stroke: var(--borderColor);}
.cls-line{stroke-width:5px;}
.cls-line-middle{stroke-width:10px;stroke-miterlimit:10;}
.cls-line-bold{stroke-width:20px;}
.cls-icons.cls-path-stroke{stroke: var(--iconColor);}
.cls-only-line{fill:none; stroke: var(--iconColor); stroke-width:72px;stroke-linejoin:round;fill:none;stroke-linecap:round;}
.cls-hh-line{fill:none;stroke-width:20px;stroke-linejoin:round;}
.cls-hhw-line{fill:none;stroke-width:30px;stroke-linejoin:round;stroke-linecap:round;}

#addtarif, #icon-home {
    max-height: 65px;
}

div.addtarif-icon {
    position: relative;
}

svg[data-name="icon-addtarif"] {
    position: absolute;
    left: 4px;
    top: -10px;
}

svg[data-name="icon-addtarif"]:hover {
    transform: scale(1.4);
    padding-left: 3px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

svg[data-name="icon-addtarif"]:hover #arrow line,
svg[data-name="icon-addtarif"]:hover #arrow polygon {
    stroke: var(--iconColor);
    fill: var(--iconColor);
}


.cls-addtarif-1,.cls-addtarif-3{fill: var(--webtypColor);}
.cls-addtarif-2{fill:none;stroke-width:7px;}
.cls-addtarif-2,.cls-addtarif-3{stroke: var(--webtypColor);stroke-miterlimit:10;}
.cls-addtarif-3{stroke-width:3px;}

.svg-bezug {
    max-width: 35px;
}

.isg-error-color {
    color: var(--errorColor);
}

.svg-error {
    max-width: 40px;
    margin-left: 8px;
}

.error-box {
    margin: 5px 0px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-style: solid;
    border-width: 1px;
}

.date-input {
    background-color: white !important;
}

.mwst {
   display: flex;
   flex: 1;
   justify-content: end;
   padding-right: 4px;
   font-size: 12px;
}

form[action="produktwahl.php"] .item.mwst {
    margin-top: 5px;
    margin-right: 25px;
}

.confirm-banner{
    background-color: var(--buttonColor);
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

/* Extra Small Devices, Phones */
@media (max-width : 480px) {
    #breadcrumb {
        overflow-x: hidden;
    }
}

@media (max-width: 600px) {
    .flex-col {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }

    .flex-row {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .mobile-collapse {
        display:none;
    }

    .mobile-show {
        display:inherit;
    }

    .priceCalculatorFrame {
        width: 100%;
        min-width: 0px;
    }

    .product-price {
        padding-right: 5px;
    }

    .bezug-bezeichnung{
        padding-left: 25px;
        text-align: left;
        padding-top: 10px;
        flex: 0 1 150px;
    }

    .bezugsart-icon {
        flex: 0 1 auto;
        min-width: 35px;
        margin: 0px;
    }

    .summary-item label {
        margin-right: 10px;
    }

    .zusatz {
        padding-left: 0px;
    }

    li.formitem {
        align-items: inherit;
    }

    .versart_col {
        border-radius: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        max-height: 65px;
    }

    .versart_col .btn-versart,
    .versart_col svg {
        max-height: 65px;
      }

    /* Anpassung wegen iPhone Safari */
      .versart_col svg:not(*:root) {
        height: 40px;
      }

    .btn-versart {
        margin-top: 0.2em;
        margin-left: 0px;
        padding: 2px 2px;
        border-radius: var(--buttonBorderRadius);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    input[type=date].form-control {
        line-height: 1.42857143;
    }

    .isg-agbs-icons-placeholder {
        display: none;
    }

}

.isg-flex-position-default {
    flex-direction: inherit;
}

@media (max-width: 767px) {
    .sbw {
        flex-direction: column;
    }

    .flex-row.flex-dir-row.isg-flex-direction-turn-column {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .isg-flex-position-default {
        flex-direction: initial;
    }

    .oeko-container .radio {
        margin-right: 10px;
    }

    .addtarif-icon {
        display: none;
    }
}

@media (max-width: 1199px) {
    svg[data-name="icon-addtarif"] {
        top: -5px;
    }
}

@media (max-width: 400px) {
    .isg-month-price .panel {
        top: 62px;
        font-size: 12px;
    }
}


/* Configurator */
.invalid-feedback {
    display: none;
}

@media all {
    .print{
        display: none;
    }
}

@media print {
    .noPrint{
        display:none;
    }

    .print{
        display: flex;
    }

    div[id^=productDetails] {
        display: flex !important;
        display: -ms-flexbox !important;;
        display: -webkit-flex !important;
        border: 1px solid transparent;
    }

}

.webtyp-banner {
    background-color: saddlebrown;
}

.isg-badge-container {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.badge {
    margin-left: 5px;
}

.mussfeld::after{
    content: '*';
    color:  var(--mussfeldColor);
    font-size: 16px;
    font-weight: bold;
}

.font-normal {
    font-weight: inherit;
}

.no-margin {
    margin: 0px;
}

.supplier-checkbox{
    margin: 0;
    padding-right: 10px;
    padding-bottom: 3px;
    flex: 0 0 20px;
}

.footnote {
    font-size: 12px;
}

.isg-product-coment {
    padding: 10px;
}

/* P L U G I N S */
/*               */
/* Slick */

.slick-list {
    overflow-x: hidden;
    overflow-y: visible;
}

.isg-product-list {
    margin-left: 25px;
    margin-right: 25px;
}

.isg-product-list .slick-prev, .isg-product-list .slick-next {
    width: 25px;
    height: 25px;
}

.isg-product-list .slick-prev {
    left: -27px;
}

.isg-product-list .slick-next {
    right: -27px;
}

.isg-product-list .slick-prev:before {
    content: "\e132";
    color: var(--buttonSelectedColor);
    font-size: 25px;
    background-color: #fff;
    font-family: "Glyphicons Halflings";
    border-radius: 100%;
  }

.isg-product-list .slick-next:before {
    content: "\e131";
    color: var(--buttonSelectedColor);
    font-size: 25px;
    background-color: #fff;
    font-family: "Glyphicons Halflings";
    border-radius: 100%;
}

.isg-product-list .slick-track {
    display: flex;
    justify-content: center;
    text-align: center;
  }

.isg-product-list .slick-slide {
    text-align: left;
}

.isg-product-list [aria-hidden=true] {
   border-color: #fff;
  }

.isg-product-list .slick-slide > div:first-of-type {
    height: 100%;
}

.isg-product-list .product-border {
    margin: 0px 5px 0px 5px;
    height: 100%;
}


/* P L U G I N S */
/*               */
/* Bootstrap */

.mb-auto, .my-auto {
    margin-bottom: auto!important;
}

.h-100 {
    height: 100%!important;
}

.flex-column {
    flex-direction: column!important;
}

.flex-end {
    justify-content: flex-end;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

/* Bootstrap Dropdown */

a:focus {
    outline: none;
}

.dropdown button {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.dropdown .caret {
    width: 10px;
    height: 10px;
    border-width: 6px;
    border-bottom-width: 0;
}

.dropdown-toggle {
    color: darkgray;
}

.isg-dropdown-title {
    font-size: 18px;
    color: var(--labelColor1);
}

.isg-dropdown-icon {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.isg-dropdown-icon svg {
    max-width: 20px;
    min-width: 20px;
    max-height: 20px;
    min-height: 20px;
}

