@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 1; color: #000; }
    100% { opacity: 1; }
}
@keyframes animation_btn_blink {
    0% { opacity: 1; }
    50% { opacity: 1; color: #A3BC9E; }
    100% { opacity: 1; }
}

.is-ctl-balkon > .content-main > .container {

    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    margin: 0;



}

.nicht-lieferbar {
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 13px;
    color: red;
    right: 55px;
    z-index: 999;
    right: 5px;
    text-shadow: 1px 1px 0px white;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.fade-out {
    opacity: 0;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.saved-message-title a {
    font-size: 0.82352941rem;
}

.benoetigte-stoffmenge {
    width: auto !important;
}

.addSegel {
    word-break: break-all;
}
.right--feldnr,
.right--feldbreite,
.right--feldlaenge,
.right--feldsegelbreite {

    color: #000;
}
.put-to-basket {
    width: 100%;
    padding: 1rem;
    animation-name: animation_btn_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-size: 1rem;
}

.shipping-order-time {
    text-align: center;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 0.1rem;
    color: #000;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: bold;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
}


.stutt_maxnu_cloth_summary_item {
    clear: none;
    float: left;
    width: 66%;
}

.is-full-size.stutt_maxnu_cloth_summary_item {
    width: 100%;
}

.stutt_maxnu_clothPreviewNormal {
    width: 50%;
    height: 56px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    margin: 0 auto;
    text-align: center;
}

.full-container-div {
    width: 100%;
    float: left;
    padding-left: 66%;
    margin: 0.8rem 0;
}

.stutt_maxnu_summary_cloth_priceNormal {
    float: left;
    display: inline-block;
    width: 34%;
    font-size: 1rem !important;
    line-height: 1.625rem;
    margin: 6px 0;
    text-align: left;
}

.stutt_maxnu_clothPreviewNormal .cloth-image-img,
.stutt_maxnu_clothPreviewNormal img{
    width: 56px !important;
    max-width: 56px !important;
    min-width: 56px !important;
    border-radius: 28px;
    height: 56px !important;
    max-height: 56px !important;
    min-height: 56px !important;
    display: inline-block;
}

.title-right-panel {
    font-weight: bold !important;
    font-size: 1rem !important;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #000 !important;
    float: left;
    clear: none !important;
    width: 66%;
    display: inline-block;
    margin: 6px 0 !important;
    line-height: 1.625rem;
}

.title-right-fullpanel {
    font-weight: bold !important;
    font-size: 1rem !important;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #000 !important;
    float: left;
    clear: none !important;
    width: 100%;
    display: inline-block;
    margin: 6px 0 !important;
    line-height: 1.625rem;
}

.cloth-color-label {
    float: left;
    width: 33% !important;

    font-weight: bold !important;
    font-size: 1rem !important;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #000 !important;
    clear: none !important;
    display: inline-block;
    margin: 0 !important;
    line-height: 56px;
    height: 56px;
}

.cloth-color-fulllabel {
    float: left;
    width: 100% !important;

    font-weight: bold !important;
    font-size: 1rem !important;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #000 !important;
    clear: none !important;
    display: inline-block;
    margin: 6px 0 !important;
    line-height: 1.625rem;
}

.value-right-panel {
    width: 34% !important;
    display: inline-block;
    float: left !important;
    line-height: 1.625rem;
    margin: 6px 0 !important;
}

.stutt_maxnu_cloth_name {
    height: 56px;
    line-height: 56px;
    float: left;
    display: inline-block;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

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

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.is--ctl-kalkulator .note--overview {

    margin-bottom: 3rem;
}

.is--ctl-kalkulator .created-designs-url .btn {

    margin-bottom: 0.5rem;
}

#submit .outer-warenkorb {
    position: relative;
    display: inline-block;
    text-align: center;
}


.submit-balkon .ico--basket-left {
    background-image: url(https://www.sonnenmax.de/themes/Frontend/Shop/frontend/css/icons/warenkorb.svg);
    background-size: contain;
    width: 26px;
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    height: 34px;
    margin: 0;
    float: left;
}

span.inner-warenkorb {
    font-size: 1rem !important;
    font-weight: bold;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}


.submit-balkon .warenkorb-right {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto;
    display: inline-block !important;
    margin-left: 0;
    height: 1rem;
    line-height: 2rem;
    font-family: 'shopware';
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 0.7rem;
}


.warenkorb-right:before {
    content: "\e60f";
}


.stutt_maxnu_cloth_cat .stutt_maxnu_infoicon {
    display: none !important;
}

.acc-fleft {
    float: left;
    font-size: 15px;
    width: calc(100% - 80px);
}

.acc-fright {
    float: right;
}

.is-szg-set {

    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.pix-is-info {
    display: inline-block;
    padding-left: 28px;
    background-image: url(https://www.sonnenmax.de/engine/Shopware/Plugins/Local/Frontend/StuttMaxnu/Views/frontend/_public/src/icons/green_info_link.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center !important;
    line-height: 30px;
    padding-top: 0;
    font-size: 0.8rem;
    margin-top: 4px;
    height: 30px;
    color: #a4bb9f;
}

.color-groups-container {

    width: 100%;
    display: inline-block;
}

.montage-right {
    float: left;
    height: 34px;
    line-height: 34px;
    padding-left: 0.5rem;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.montage-right span.fleft {
    line-height: 34px;
    font-size: 1rem;
    height: 34px;
    display: inline-block;
    float: left;
}

.montage-right  a.fleft {
    float: left;
    height: 34px;
    line-height: 34px;
}

.montage-right   img.pix-mini-infoicon {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-left: 0.4rem;
}

.montage-left {
    float: left;
    height: 34px;
    margin-bottom: 0.4rem;
}

/*.stutt_maxnu_summary_img.stutt_maxnu_clothPreviewNormal , */
.stutt_maxnu_summary_img.stutt_maxnu_clothPreviewSpecial {

    height: auto !important;

}
/*.stutt_maxnu_summary_img.stutt_maxnu_clothPreviewNormal , */
.stutt_maxnu_summary_img.stutt_maxnu_clothPreviewSpecial > img {

    min-height: 78px !important;

}

.stutt_maxnu_cloth_cat {

    float: left;
    width: 37%;
    font-size: 1rem;
}

.stutt_maxnu_cloth_name,
.stutt_maxnu_price,
.stutt_maxnu_summary_cloth_price {
    font-size: 1rem;
}

.pixclearfixes::before, .pixclearfixes::after {
    content: " ";
    display: table;
}

.pixclearfixes::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.is--act-balkonumrandung .mengen-feld {

    float: left;

    width: auto !important;

    margin-left: 0.2rem;

    margin-right: 0.2rem;

}

.is--act-balkonumrandung .note-balkon,
.is--act-balkonumrandung .submit-balkon{

    float: left;
}

.content.listing--content, .content.listing--content .content--custom {
    width: 100%;
    margin: 0;
    background-color: transparent;
}
.column--2 {
    width: 45%;
    margin: 2.5%;
    float: left;
}
.column--4 {
    width: 22%;
    float: left;
    margin-left: 4%;
}
.column--4 + .column--4 {
}
.column--4:nth-child(4n+1)  {
    margin-left: 0;
    clear: left;
}

input.stutt_maxnu_checkbox {
    display: none;
}

input.stutt_acc_checkbox {
    display: none;
}
.summaryv2 {
    margin: 0 15px;
}

.summaryv2 .info-colors {

    padding-left: 0;
}

.summaryv2 h3 {

    margin: 0 !important;
}

.stutt_maxnu_td.stutt_maxnu_secondCol h3 {

    padding-left: 0;
    font-weight: bold;
    margin: 0px !important;
}

.summaryv2 ul {
    list-style-position: inside;
    margi-left: 15px;
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 1rem;
    padding-left: 0;
}


.summaryv2 ul li::before {
    float: left;
    content: "";
    font-weight: bold;
    color: #fff;
    margin-right: 0.4rem;
}

.stutt_maxnu_orange {
    color: #ee7501;
}
.stutt_maxnu_checkbox_toggle, .stutt_maxnu_checkbox_summary {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 10px;
    top: 0 !important;
}

.stutt_acc_checkbox_toggle, .stutt_acc_checkbox_summary {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 10px;
    top: 0 !important;
}

h3 .stutt_maxnu_checkbox_toggle {
    left: 5px;
    position: relative;
    top: 11px !important;
}

h3 .stutt_acc_checkbox_toggle {
    left: 5px;
    position: relative;
    top: 11px !important;
}

.pixel-margin10-left .stutt_maxnu_checkbox_toggle {
    float: right;
    margin-right: 0.6rem;
}

.pixel-margin10-right .stutt_maxnu_checkbox_toggle {
    float: right;
    margin-right: 0.6rem;
}

.pixel-margin10-left .stutt_acc_checkbox_toggle {
    float: right;
    margin-right: 0.6rem;
}

.pixel-margin10-right .stutt_acc_checkbox_toggle {
    float: right;
    margin-right: 0.6rem;
}

.stutt_maxnu_50_with_or_bottom .pixel-margin10-left {
    text-align: left;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 1rem;
    width: 100% !important;
    float: left;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding-right:  0px  !important;
    position: relative;
    font-weight: normal;
}

.stutt_maxnu_50_with_or_bottom .pixel-margin10-right {
    text-align: left;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 1rem;
    width: 100% !important;
    float: left;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding-right:  0px  !important;
    position: relative;
    font-weight: normal;
}

.stutt_maxnu_50_with_or_image.pixel-margin10-left {
    text-align: left;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 1rem;
    width: 100%;
    float: left;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding-right: 0;
    position: relative;
    font-weight: normal;
}


.stutt_maxnu_cloth_dropdown {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    margin-top: -20px;
    padding: 0 0 15px;
    position: absolute;
    width: 183px;
    z-index: 2;
}
.stutt_maxnu_cloth_dropdown > span {
    float: left;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-top: 15px;
    width: 80px;
}
.stutt_maxnu_cloth_dropdown > .stutt_maxnu_orange {
    font-weight: bold;
}
.stutt_maxnu_cloth_dropdown_checkboxes {
    float: right;
    width: 90px;
}
.stutt_maxnu_cloth_dropdown_checkboxes label {
    display: inline-block;
    overflow: hidden;
    width: 51px;
}
.stutt_maxnu_cloth .stutt_maxnu_cloth_dropdown  .stutt_maxnu_checkbox_toggle {
    margin-bottom: -8px;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
    left: auto;
    right: 2px;
}

.stutt_maxnu_cloth .stutt_maxnu_cloth_dropdown  .stutt_acc_checkbox_toggle {
    margin-bottom: -8px;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
    left: auto;
    right: 2px;
}
.stutt_maxnu_cloth_dropdown_clearer {
    clear: both;
    height: 1px;
}
.is--ctl-kalkulator .content--wrapper .custom-page--content.content.block,
.is--ctl-pergolakalkulator .content--wrapper .custom-page--content.content.block{
    background-color: transparent;
    padding: 0;

}
.content--custom {
    margin-right: 0rem;
    background-color: #fff;
    margin-left: 0px;
}

.is--ctl-kalkulator .content--custom h2,
.is--ctl-kalkulator .content--custom h3.pixel-margin10-right,
.is--ctl-pergolakalkulator .content--custom h2,
.is--ctl-pergolakalkulator .content--custom h3.pixel-margin10-right{

    text-align: left;
    margin-right: 0.6rem;
    line-height: 2.5rem;
    padding-bottom: 0;
    font-size: 1rem;
    width: 67%;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
}

.is--ctl-kalkulator .content--custom h2, .is--ctl-kalkulator .content--custom h3.pixel-margin10-left,
.is--ctl-pergolakalkulator .content--custom h2, .is--ctl-pergolakalkulator .content--custom h3.pixel-margin10-left{
    text-align: left;
    margin-right: 0.6rem;
    line-height: 2.5rem;
    padding-bottom: 0;
    font-size: 1rem;
    width: 67%;
    float: right;
    margin-bottom: 0;
}

.is--ctl-kalkulator .content--custom h2,
.is--ctl-kalkulator .content--custom h3.pixel-margin10-right .stutt_maxnu_checkbox_toggle,
.is--ctl-kalkulator .content--custom h3.pixel-margin10-right .stutt_acc_checkbox_toggle,
.is--ctl-pergolakalkulator .content--custom h2,
.is--ctl-pergolakalkulator .content--custom h3.pixel-margin10-right .stutt_maxnu_checkbox_toggle,
.is--ctl-pergolakalkulator .content--custom h3.pixel-margin10-right .stutt_acc_checkbox_toggle{
    right: 0px;
    position: relative;
    top: 3px !important;
    text-align: right;
    float: right;
}

.is--ctl-kalkulator .content--custom h2,
.is--ctl-kalkulator .content--custom h3.pixel-margin10-left .stutt_maxnu_checkbox_toggle,
.is--ctl-kalkulator .content--custom h3.pixel-margin10-left .stutt_acc_checkbox_toggle,
.is--ctl-pergolakalkulator .content--custom h2,
.is--ctl-pergolakalkulator .content--custom h3.pixel-margin10-left .stutt_maxnu_checkbox_toggle,
.is--ctl-pergolakalkulator .content--custom h3.pixel-margin10-left .stutt_acc_checkbox_toggle{
    right: 0px;
    position: relative;
    top: 3px !important;
    float: right;
    margin-left: 0px;
}


.stutt_maxnu_50_with_or_image{

    float: left;
    width: 100%;
}

.stutt_maxnu_50_with_or_image.pixel-margin10-left {
    float: left;
    width: 100%;
}

.stutt_maxnu_50_with_or_image.pixel-margin10-right {
    float: left;
    width: 100%;
}

.is--ctl-kalkulator h1.kalkulator-titel,
.is--ctl-pergolakalkulator h1.kalkulator-titel{
    margin-top: 0;
    padding: 20px 0px 20px 0px;
    color: #595f66;
    text-align: center;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.is--ctl-kalkulator .content--custom h1,
.is--ctl-kalkulator .content--custom p,
.is--ctl-pergolakalkulator .content--custom h1,
.is--ctl-pergolakalkulator .content--custom p{
    margin-top: 0;
    padding: 20px;
    color: #595f66;
}
.is--ctl-kalkulator .content--custom h2,
.is--ctl-kalkulator .content--custom h3,
.is--ctl-pergolakalkulator .content--custom h2,
.is--ctl-pergolakalkulator .content--custom h3{
    margin-top: 0;
    margin-left: 1rem;
}

.is--ctl-kalkulator .image-slider--container,
.is--ctl-pergolakalkulator .image-slider--container{

    border: none;
    height: auto;
    margin-bottom: 1rem;
}

.is--secondary.btn--back {
    background-color: #c2c2c2 !important;
}
.is--secondary.btn--back:hover {
    background-color: #929292 !important;
}

.is--secondary.btn--back + .is--primary {
    margin-left: 40px;
}

span.stutt_maxnu_info {
    margin: 0rem;
    display: block;
    font-size: 0.8rem;
}

h2.stutt_maxnu_cloth_h2 span.stutt_maxnu_info {
    display: inline-block;
    float: right;

}
h2.stutt_maxnu_cloth_h2 span.stutt_maxnu_info a.stutt_maxnu_info.stutt_maxnu_small {
    background-position: 4px 7px;
}


span.stutt_maxnu_infoA {
    margin: 0rem;
    display: block;
    font-size: 0.8rem;
}

h2.stutt_maxnu_cloth_h2 span.stutt_maxnu_infoA {
    display: inline-block;
    float: right;

}
h2.stutt_maxnu_cloth_h2 span.stutt_maxnu_infoA a.stutt_maxnu_infoA.stutt_maxnu_small {
    background-position: 4px 7px;
}

div.button_maxnu_center {
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}

div.stutt_maxnu_center {
    margin: 30px 0;
    text-align: center;
}
.stutt_maxnu_center button + button {
    margin: 0 0 0 90px;
}
.stutt_maxnu_center .is--secondary {
    border-radius: 0;
    background-image: none;
}

a.stutt_maxnu_small {
    font-size: 0.8rem;
    color: #595f66;
    text-decoration: underline;
}

a.stutt_maxnu_small:hover {
    color: #F29200;
}




a.stutt_maxnu_info {
    display: inline-block;

    padding-left: 28px;
    padding-top: 3px;
    background-image: url(https://www.sonnenmax.de/engine/Shopware/Plugins/Local/Frontend/StuttMaxnu/Views/frontend/_public/src/icons/green_info_link.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center !important;
}
a.stutt_maxnu_info.stutt_maxnu_small.stutt_maxnu_details_link {
    font-size: 22px;
}

a.stutt_maxnu_infoA {
    display: inline-block;

    padding-left: 28px;
    padding-top: 3px;
    background-image: url(https://www.sonnenmax.de/engine/Shopware/Plugins/Local/Frontend/StuttMaxnu/Views/frontend/_public/src/icons/green_info_link.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center !important;
}
a.stutt_maxnu_infoA.stutt_maxnu_small.stutt_maxnu_details_link {
    font-size: 22px;
}

.is--ctl-kalkulator a.stutt_maxnu_info,
.is--ctl-pergolakalkulator a.stutt_maxnu_info{

    display: inline-block;

    padding-left: 28px;
    padding-top: 3px;
    background-image: url(https://www.sonnenmax.de/engine/Shopware/Plugins/Local/Frontend/StuttMaxnu/Views/frontend/_public/src/icons/green_info_link.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center !important;
    line-height: 40px ;
}

.is--ctl-kalkulator a.stutt_maxnu_infoA,
.is--ctl-pergolakalkulator a.stutt_maxnu_infoA{

    display: inline-block;

    padding-left: 28px;
    padding-top: 3px;
    background-image: url(https://www.sonnenmax.de/engine/Shopware/Plugins/Local/Frontend/StuttMaxnu/Views/frontend/_public/src/icons/green_info_link.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center !important;
    line-height: 40px ;
}

.is--ctl-kalkulator .sidebar-right,
.is--ctl-pergolakalkulator .sidebar-right{
    float: right;
    margin: 0;
    padding-top: 0rem;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 1rem;
}

.stutt_maxnu_cloth_header {
    color: #fff;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.625rem;
    line-height: 1.75rem;
    margin: 2rem 0 1.25rem;
    padding: 12px 20px;

    background: #d2d2d2;
    background: -moz-linear-gradient(left,#d2d2d2 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d2d2d2), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, #d2d2d2 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, #d2d2d2 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, #d2d2d2 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, #d2d2d2 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#ffffff', GradientType=1 );
}
.stutt_maxnu_step_header {
    color: #fff;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 0 1.25rem;
    padding: 12px 20px;
    text-align: center;
    background: #d3d1d1;
    width: 100%;
    display: inline-block;
}

.configurator_step_header {
    color: #fff;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 0 1.25rem;
    padding: 12px 20px;
    text-align: center;
    background: #d3d1d1;

    width: 100%;
    display: inline-block;
}

.stutt_maxnu_step_header.stutt_maxnu_active, .configurator_step_header.stutt_maxnu_active {
    background: #a4bb9f;
}
.stutt_maxnu_next_step, .stutt_maxnu_last_step, .configurator_last_step {
    cursor: pointer;
}

.stutt_maxnu_50_with_or {
    width:45%;
    float:left;
}

.stutt_maxnu_50_with_or_bottom{

    background: #efefef;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
.stutt_maxnu_50_with_or h3 {


    padding-left: 1rem;
}
.stutt_maxnu_50_with_or_divider {
    float:left;
    margin-top: 0.2em;
    left: 0.5em;
    position: relative;
}
.stutt_maxnu_seilspann_images {
    float: left;
    padding-left: 20px;
}

.stutt_maxnu_tab {
    background-color: #b2b2b2;
    cursor: pointer;
    font-size: 1.15rem;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-family: "Catamaran", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 45%;
}
.stutt_maxnu_tab + .stutt_maxnu_tab {
    float: right;
}
.stutt_maxnu_tab.stutt_maxnu_active {
    background-color: #a4bb9f;
    cursor: default;
}
.stutt_maxnu_tab.stutt_maxnu_tab_divider {
    cursor: default;
    width: 10%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    background-color: transparent;
    margin: 0;
    left: 0;
}

.stutt_maxnu_tab:hover {
    background-color: #929292;
}
.stutt_maxnu_tab.stutt_maxnu_tab_divider:hover {
    background-color: transparent;
}
.stutt_maxnu_tab.stutt_maxnu_active:hover {
    background-color: #DAE4D8;
}


.stutt_maxnu_panel {
    border: 1px solid #d2d2d2;
    padding-bottom: 13px ;
}

.stutt_maxnu_panel img {
    margin-left: 0px;
    float: left;
}

.is--ctl-kalkulator .content--custom .stutt_maxnu_panel p,
.is--ctl-pergolakalkulator .content--custom .stutt_maxnu_panel p{
    padding: 0;
}
.is--ctl-kalkulator .content--custom .stutt_maxnu_panel h3,
.is--ctl-pergolakalkulator .content--custom .stutt_maxnu_panel h3{
    margin: 0;
    font-weight: normal;
}


.pargola-illustration {
    display: block;
    max-width: 390px;
    float: left;
}
.stutt_maxnu_dimensions.stutt_maxnu_special {
    margin-right: 0;
    width: 320px;
}
.stutt_maxnu_multiDimensionFirst {
    display: inline-block;
    width: 50px;
}
.stutt_maxnu_multiDimension {
    display: inline-block;
    width: 110px;
    margin-bottom: -20px;
}
.stutt_maxnu_dimensionlabel {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top:20px;
    vertical-align: top;
    /*width: 130px;*/
}
.stutt_maxnu_dimensionlabel.stutt_maxnu_additionalClothLabel {
    width: 200px;
}
.stutt_maxnu_additionalClothInput {
    width: 210px;
}

.stutt_maxnu_dimensions.stutt_maxnu_special .stutt_maxnu_dimensionlabel {
    margin-bottom: 22px;
    width: 164px;
}
.stutt_maxnu_dimensions.stutt_maxnu_special .stutt_maxnu_dimensionlabel.stutt_maxnu_dimC_label {
    margin-bottom: 0;
}

.stutt_maxnu_dimensions input[type="text"],
.stutt_maxnu_calculation_order input[type="text"] {
    padding: 2px 2px 0px;
}
.stutt_maxnu_dimensions input[type="text"],
.stutt_maxnu_calculation_order input[type="text"],
.stutt_maxnu_dimensions .js--fancy-select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    margin-top:20px;
    color: #595f66;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}
.stutt_maxnu_dimensions.stutt_maxnu_normal input[type="text"],
.stutt_maxnu_dimensions.stutt_maxnu_normal .js--fancy-select {
    width: 100px;
}
.stutt_maxnu_calculation_order input[type="text"],
.stutt_maxnu_dimensions.stutt_maxnu_special input[type="text"],
.stutt_maxnu_dimensions.stutt_maxnu_special .js--fancy-select {
    width: 70px;
}
.stutt_maxnu_dimensions.stutt_maxnu_normal label.stutt_maxnu_additionalClothLabel + .js--fancy-select,
.stutt_maxnu_dimensions.stutt_maxnu_special label.stutt_maxnu_additionalClothLabel + .js--fancy-select {
    width: 210px;
    margin-top: 0;
}

.stutt_maxnu_measure_unit {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-top:20px;
    vertical-align: top;
    font-weight: bold;
    font-size: 0.9rem;
    padding-left: 5px;
}
.stutt_maxnu_special .stutt_maxnu_measure_unit {
    padding-left: 0;
    padding-right: 15px;
}
.stutt_maxnu_field_hint {
    /*margin-left: 120px;*/
    margin-top: 10px;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.stutt_maxnu_field_hint.stutt_maxnu_field_hint_large {
    font-size: 0.9em;
}

.stutt_maxnu_field_hint.stutt_maxnu_field_hint_special_measures {
    float: left;
    margin-left: 55px;
    width: 95px;
    margin-bottom: 0;
}
.stutt_maxnu_field_hint.stutt_maxnu_field_hint_special_measures.stutt_maxnu_field_hint_special_measures_second {
    margin-left: 20px;
}
.stutt_maxnu_multiDimensionLine {
    clear: left;
}

.stutt_maxnu_spacer {
    height: 10px;
    width: 100%;
}
label.stutt_maxnu_dimension_result {
    line-height: normal;
}
.stutt_maxnu_dimensions.stutt_maxnu_special label.stutt_maxnu_dimension_result {

    margin-bottom: 0;
}
span.stutt_maxnu_dimension_result {
    display: inline-block;
    margin-top: 4px;
    font-weight: bold;
    height: 30px;

    font-size: 0.9rem;
}
.stutt_maxnu_result_hint {
    margin-top: 4px;
    font-size: 0.8em;
    margin-bottom: 10px;
    display: block;
}

.stutt_maxnu_summary {
    border: 1px solid #d2d2d2;
    padding: 20px;
    background-color: #fff;
}



.stutt_maxnu_summary > div.stutt_maxnu_cloth_summary {
    clear: right;
    height: 90px;
    margin-bottom: 0;
    overflow: hidden;
}
.stutt_maxnu_summary_img.stutt_maxnu_clothPreviewSpecial {
    clear: right;
    margin-top: 0px;
}
.stutt_maxnu_summary_img > img {
    min-height: auto;
    min-width: 100%;
}

h2.stutt_maxnu_cloth_h2 {
    margin-top: 0;
    margin-left: 0;
    padding: 20px 0 0 0;
    color: #595f66;
    font-weight: normal;
    font-size: 1.625rem;
    line-height: 1.75rem;
}

.is--ctl-kalkulator .stutt_maxnu_summary h3,
.is--ctl-kalkulator .stutt_maxnu_summary h4,
.is--ctl-pergolakalkulator .stutt_maxnu_summary h3,
.is--ctl-pergolakalkulator .stutt_maxnu_summary h4 {
    margin: 17px 0;
    font-weight: normal;
    clear: right;
}
.is--ctl-kalkulator .stutt_maxnu_summary h3:first-child,
.is--ctl-pergolakalkulator .stutt_maxnu_summary h3:first-child{
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.125rem;
}

.is--ctl-kalkulator .stutt_maxnu_summary h4.stutt_maxnu_total,
.is--ctl-pergolakalkulator .stutt_maxnu_summary h4.stutt_maxnu_total{
    width: 100%;
    font-weight: bold;
}
h4.stutt_maxnu_total span {
    float: right;
    font-size: 1.0rem;
}

.is--ctl-kalkulator .rabatt-container,
.is--ctl-pergolakalkulator .rabatt-container{
    display: none;
}

.is--ctl-kalkulator .stutt_maxnu_rabatt , .is--ctl-kalkulator .stutt_maxnu_rabattprice,
.is--ctl-pergolakalkulator .stutt_maxnu_rabatt , .is--ctl-pergolakalkulator .stutt_maxnu_rabattprice{
    width: 100%;
    font-weight: bold !important;
    margin: 0 !important;
    clear: right;
}


.is--ctl-kalkulator .stutt_maxnu_rabatt  span ,
.is--ctl-kalkulator .stutt_maxnu_rabattprice span,
.is--ctl-pergolakalkulator .stutt_maxnu_rabatt  span ,
.is--ctl-pergolakalkulator .stutt_maxnu_rabattprice span {
    float: right;
    font-size: 1.0rem ;

}

.is--ctl-kalkulator .stutt_maxnu_total.has-rabatt,
.is--ctl-pergolakalkulator .stutt_maxnu_total.has-rabatt{
    margin: 0 !important;
}

.is--ctl-kalkulator  .stutt_maxnu_rabatt,
.is--ctl-pergolakalkulator  .stutt_maxnu_rabatt{
    color: #f00;
}

.is--ctl-kalkulator .content--custom h1.stutt_maxnu_leftout,
.stutt_maxnu_cloth {
    padding-left: 0;
    padding-bottom: 0;
}
.is--ctl-kalkulator .content--custom p.stutt_maxnu_leftout,
.is--ctl-kalkulator .content--custom div.stutt_maxnu_leftout,
.is--ctl-pergolakalkulator .content--custom p.stutt_maxnu_leftout,
.is--ctl-pergolakalkulator .content--custom div.stutt_maxnu_leftout{
    padding-left: 0;
    margin-left: 0;
}
.stutt_maxnu_cloth .stutt_maxnu_checkbox_toggle,
.stutt_maxnu_cloth .stutt_maxnu_checkbox_summary,
.stutt_maxnu_cloth .stutt_acc_checkbox_toggle,
.stutt_maxnu_cloth .stutt_acc_checkbox_summary{
    margin-left: 145px;
    margin-top: 55px;
    position: absolute;
}

.stutt_maxnu_calculation_summary img {
    float: left;
    margin:30px;
    display: block;
}
.stutt_maxnu_calculation_summary > p {
    display: block;
    float: left;
    line-height: 1.5em;
    width: 700px;
}
.stutt_maxnu_th {
    font-weight: bold;
    background-color: #d2d2d2;
    color: #fff;
    float: left;
}
.stutt_maxnu_td {
    float: left;
    padding-top: 30px;
}
.stutt_maxnu_td.stutt_maxnu_thirdCol {
    padding-top: 8px;
}
.stutt_maxnu_td.stutt_maxnu_fourthCol {
    padding-top: 32px;
}
.stutt_maxnu_td.stutt_maxnu_fifthCol {
    padding-top: 25px;
}
.stutt_maxnu_td h3 {
    font-weight: normal;
}

.stutt_maxnu_calculation_order .stutt_maxnu_firstColLarge .stutt_maxnu_summary_img  {
    float: left;
    margin-left: 3px;
    margin-right: 0;
}

.stutt_maxnu_calculation_order .stutt_maxnu_summary_img {
    float: none;
    margin-left: 0px;
    margin-top: 0;
    height: auto;
    /*width: 100px;*/
}

.stutt_maxnu_summary label,
.stutt_maxnu_summary span,
.stutt_maxnu_summary a,
.stutt_maxnu_clothmode span {
    font-size: 1rem;
}
.stutt_maxnu_summary span.stutt_maxnu_summary_amount {
    font-size: 0.9rem;
}
.stutt_maxnu_clothmode h3 {
    font-weight: normal;
}
/*.stutt_maxnu_summary label {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.stutt_maxnu_summary label + span {
    !*width: 50px;*!
    text-align: left;
    display: inline-block;
    max-width: 200px;
    width: 60%;
    word-break: break-all;

}*/
.stutt_maxnu_summary a, .stutt_maxnu_panel a {
    color: #a4bb9f;
    text-decoration: underline;
}
.content--wrapper {
    position: relative;
}
.stutt_maxnu_accessories, .stutt_maxnu_cloth_summary_item {
    clear: right;
}
.stutt_maxnu_summary_price, .stutt_maxnu_summary_cloth_price {
    clear: right;
    float: right;
    /*margin-right: 20px;*/
    margin-top: -35px;
}
.stutt_maxnu_price {
    /* float: right;
     width: 70px;
     margin-top: -40px;
     text-align: right;*/
}
.stutt_maxnu_summary_img {
    border: 1px solid #d2d2d2;
    /*margin-right: 20px;*/
    float: right;
    width: 78px;
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 40px;
    max-height: 78px;
}

.is--act-seilspann .stutt_maxnu_accessories .stutt_maxnu_summary_img,
.is--act-pergola .stutt_maxnu_accessories .stutt_maxnu_summary_img{
    border: none;
    /*margin-right: 20px;*/
    float: right;
    width: 78px;
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

.is--act-seilspann .stutt_maxnu_accessories .stutt_maxnu_summary_img img,
.is--act-pergola .stutt_maxnu_accessories .stutt_maxnu_summary_img img{

    border: 1px solid #d2d2d2;
}

.is--act-seilspann .stutt_maxnu_accessories .stutt_maxnu_summary_price,
.is--act-seilspann  .stutt_maxnu_accessories .stutt_maxnu_summary_cloth_price,
.is--act-pergola .stutt_maxnu_accessories .stutt_maxnu_summary_price,
.is--act-pergola  .stutt_maxnu_accessories .stutt_maxnu_summary_cloth_price{
    clear: right;
    float: right;
    /*margin-right: 20px;*/
    margin-top: 0px;
}

.is--act-seilspann  .stutt_maxnu_accessories  .stutt_maxnu_cloth_summary_item,
.is--act-pergola  .stutt_maxnu_accessories  .stutt_maxnu_cloth_summary_item {
    clear: right;
    margin-bottom: 0.4rem;
    display: inline-block;
    width: 100%;
}

.stutt_maxnu_hr {
    height: 1px;
    padding: 0 0 20px;
    width: 100%;
    overflow: hidden;
    clear: right;
}
.stutt_maxnu_hr hr {
    border-top: 1px solid #d2d2d2;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}

.stutt_maxnu_legal {
    width: 100%;
    font-size: 0.8rem;
    text-align: right;
    color: #595f66;
}
.stutt_maxnu_legal a {
    color: #595f66;
    font-size: 0.8rem;
}

.massanfertigung--context--info--show img {
    display: inline-block;
}
.massanfertigung--context--info--show {
    display: block;
    /*background-image: url('../images/context_info2.png');*/
    width: 390px;
    height: 441px;
    text-align: center;
    /*padding-top: 400px;*/
}
.massanfertigung--context--info--show a {
    position: relative;
    top: -50px;
}
body.page-11 .massanfertigung--context--info a, .massanfertigung--context--info--show a {
    color: #676768;
}

.stutt_maxnu_cloth_summary_item .stutt_maxnu_info {
    display: none;
}
/*
.is--ctl-StoffmusterAnfrage img.stutt_maxnu_checkbox_toggle,
.is--ctl-forms img.stutt_maxnu_checkbox_toggle{
    right: 87px;
}
.is--ctl-StoffmusterAnfrage h2.stutt_maxnu_cloth_h2 span.stutt_maxnu_info,
.is--ctl-forms h2.stutt_maxnu_cloth_h2 span.stutt_maxnu_info {
    margin-right: 77px;
} */

.stutt_maxnu_tooMany {
    background-color: #faa;
    color: #c00;
    border: 1px solid #c00;
    display: none;
    opacity: 0;
    padding: 20px 50px 40px;
    position: absolute;
    z-index: 3;
}

.stutt_maxnu_checkbox_toggle {

    cursor: pointer;
}

.stutt_acc_checkbox_toggle {

    cursor: pointer;
}

.is--act-balkonumrandung span.eleft.is--defaults.enr {
    display: none !important;
}


a.kostenlose-stoffmuster {

    color: #5C6168;
    background-image: url("../images/green_info_link.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    padding-left: 28px;
    padding-top: 3px;
    background-position: left center;
    line-height: 23px;
    font-weight: normal;
    text-decoration: underline;
    background-size: 22px 22px;
}


.is--ctl-kalkulator .content--custom .stutt_maxnu_panel h3.seilspann-h3,
.is--ctl-pergolakalkulator .content--custom .stutt_maxnu_panel h3.seilspann-h3{
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 0.875rem;
}


.clothmode-checked {
    background: #a4bb9f;

}

.clothmode-checked h3.tab-half,
.clothmode-checked span{

    color: #FFF;

}





h3.tab-half {
    position: relative;
    font-weight: bold;
    font-size: 0.875rem;

    margin-bottom: 0;
}

h3.tab-half .stutt_maxnu_checkbox_toggle {
    right: 0px;
    left: auto;
    position: absolute;
    top: 11px !important;
}

h3.tab-half .stutt_acc_checkbox_toggle {
    right: 0px;
    left: auto;
    position: absolute;
    top: 11px !important;
}

.full--h2 .stutt_maxnu_info  {
    font-size: .875rem;
    color: #5C6168;
    background-image: url("../images/green_info_link.svg");
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 28px;
    padding-top: 3px;
    background-position: left center;
    line-height: 23px;
    font-weight: normal;
    text-decoration: underline;
    background-size: 22px 22px;
}

.full--h2 .stutt_maxnu_infoA  {
    font-size: .875rem;
    color: #5C6168;
    background-image: url("../images/green_info_link.svg");
    background-repeat: no-repeat;
    display: inline-block;

    padding-left: 28px;
    padding-top: 3px;
    background-position: left center;
    line-height: 23px;
    font-weight: normal;
    text-decoration: underline;
    background-size: 22px 22px;
}

.half--h2 .stutt_maxnu_info  {
    font-size: .875rem;
    color: #5C6168;
    background-image: url("../images/green_info_link.svg");
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 28px;
    padding-top: 3px;
    background-position: left center;
    line-height: 23px;
    font-weight: normal;
    text-decoration: underline;
    background-size: 22px 22px;
}


.half--h2 .stutt_maxnu_infoA  {
    font-size: .875rem;
    color: #5C6168;
    background-image: url("../images/green_info_link.svg");
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 28px;
    padding-top: 3px;
    background-position: left center;
    line-height: 23px;
    font-weight: normal;
    text-decoration: underline;
    background-size: 22px 22px;
}

.h3--left {

    float: left;
    width: 50%;
    text-align: left;
}

a.stutt_maxnu_infoA.stutt_maxnu_small {
    text-decoration: none;
    font-size: 24px;
    background-position: 4px 10px;
}