/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Varela+Round&display=swap';*/

/* local */
.errormessage.shopsystem {
    display: none;
}

:root {
    --ga-green: #7da12a;
    --ga-green-br: #6a8c19;
    --ga-zaun: #177334;
    --ga-blue: #2e53a3;
    --ga-lightblue: #52bce7;
    --ga-orange: #dc7929;
    --ga-grey: #777;
    --ga-darkgrey: #333;
    --ga-salered: #d22065;
    --ga-salered-dark: #b91655;
    --ga-promotion: #ff1b74;
}

body {
    font-family: 'Open Sans', sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    cursor: pointer;
}

p {
    font-size: 0.875rem
}

p.fs-6 {
    font-size: 0.75rem;
}

h1 {
    font-size: 2rem;
}

.font-semibold {
    font-weight: 600;
}

.text-green {
    color: var(--ga-green)
}

.trendshop {
    max-width: 190px;
}

#loginbox input:focus {
    border-color: var(--ga-green);
    box-shadow: none;
    outline: 0 none;
}

.loginboxbig input {
    margin-bottom: 0.8rem;
}

.loginboxbig label {
    margin-bottom: 0.3rem;
}

.loginboxbig .forgot {
    font-size: 0.8rem;
}


.clightgreen {
    color: #95c11f;
}

.cgreen {
    color: var(--ga-green) !important;
}

.shipinfo {
    font-weight: normal;
    font-size: 0.8rem;
}

.text-model {
    font-size: 0.6rem;
}

.cgray {
    color: #666 !important;
}

.just,
p.j,
.just>p {
    text-align: justify;
}

.fasr>.fas {
    display: inline-block;
    padding-left: 2rem;
}

.banners {
    padding-top: 0.5rem;
}

.pppeb {
    display: block;
    width: 100%;
    background: #ffc439;
    border: #ffaf00 2px solid;
    border-top-width: 1px;
    padding: 0.1rem 0;
}

.pppeb>img {
    max-width: 180px;
    margin: 0 auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.banners .bannerlogo {
    width: auto;
    max-width: 100%;
    max-height: 50px;
}

h1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.fs11 {
    font-size: 1.1rem;
}

.fs9 {
    font-size: 0.9rem
}

.fs8 {
    font-size: 0.8rem
}

.fs7 {
    font-size: 0.7rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ga-green);
    font-weight: 600;
}

.checkadr {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 1rem;
    border: 2px solid var(--ga-green);
    color: var(--ga-green);
    background: rgba(131, 179, 0, 0.19);
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.3rem;
    color: var(--ga-darkgrey);
}

main .nwst_badge {
    position: relative;
    z-index: 10;
    left: 0;
    top: 1rem;
}

main .nwst_badge_fw {
    position: relative;
    color: #000;
    width: 100%;
    height: 65px;
    background: var(--ga-promotion);
    padding-top: 12px;
    font-size: 1.09rem;
    line-height: 1.1;
    font-weight: 900;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: block;
}

main .nwst_badge_fw:hover {
    color: #000;
}

main .nwst_badge_fw span {
    color: #fff;
}

.nwst_badge_fw::after {
    content: "";
    background: url('/images/_teaser/badge_mwst_corner_right.png') no-repeat 0 0 / auto 100% transparent;
    right: -40px;
    height: 100px;
    width: 40px;
    position: absolute;
    top: 0;
}

.nwst_badge_fw::before {
    content: "";
    background: url('/images/_teaser/badge_mwst_corner_left.png') no-repeat 0 0 / auto 100% transparent;
    left: -27px;
    height: 100px;
    width: 30px;
    position: absolute;
    top: 0;
}


main #teaser {
    background: url('/images/_teaser/greenakku_bg2023_transparent.png') no-repeat center center / cover var(--ga-green);
    min-height: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

main #teaser h2 {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

main #teaser p {
    font-size: 1rem;
}

main #teaser img.products {
    width: 110%;
    max-width: none;
    top: 15px;
    position: relative;
}

main #teaser img {
    margin-bottom: 1.25rem;
    float: left;
}

@media(min-width: 800px) {
    main #teaser h2 {
        font-size: 48px;
    }

    main #teaser img {
        float: right;
    }

    main .mwst_badge {
        position: absolute;
        z-index: 10;
        left: -16px;
        top: 2rem;
    }

    main .nwst_badge_fw {
        padding-top: 10px;
        font-size: 1.3rem;
    }

    main #teaser {
        margin-bottom: 100px;
        padding-bottom: 60px;
    }

    main #teaser img.products {
        top: 25px;
        position: absolute;
    }
}

@media(min-width: 1025px) {
    main #teaser h2 {
        font-size: 56px;
    }
}

main #teaser small,
main #teaser p {
    color: #fff
}

main #teaser .btn.btn-readmore {
    background: var(--ga-promotion);
    width: 260px;
    height: 46px;
    margin-top: 1.2rem;
    line-height: 46px;
    padding: 0;
    font-size: 18px;
    display: block;
}

main #teaser .btn.btn-readmore:hover {
    background: #000;
    color: var(--ga-promotion);
}

main #teaser .container {
    padding: 60px 0 0;
}

.home#content,
.page#content {
    padding-top: 1rem;
}

.page#content .cat_image {
    /*display:none;*/
}

.accountcont {
    padding: 1rem 2rem;
}

.mcontent {
    padding: 1rem;
    padding-bottom: 15px;
    font-size: 0.9em;
}

#breadcrumb {
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dedede;
    padding-left: 1rem;
    font-size: 0.8rem;
}

#breadcrumb .headerNavigation {
    color: var(--ga-darkgrey);
    padding: 0 0.3rem;
}

#breadcrumb span:last-child>.headerNavigation {
    color: var(--ga-green);
}

#breadcrumb .headerNavigation:first-child {
    padding-left: 0;
}

.moreinfo {
    font-size: 0.8rem;
    text-align: justify;
}

.chead {
    color: var(--ga-green);
    font-size: 1.2rem;

}

.emailx {
    font-size: 1.1rem;
}

.infoboxcont {
    padding: 1.5rem;
    font-size: 0.9rem;
    text-align: left;
    border: 2px solid var(--ga-green);
}

.checkoutinfo {
    font-size: 0.8rem;
    padding: 1rem;
    border: 2px solid var(--ga-green);
    background-color: rgba(131, 179, 0, 0.19);
    margin-top: 1rem;

}

.checkoutinfotop {
    font-size: 0.8rem;
    padding: 0.4rem 0.4rem 0.6rem;
    border: 2px solid var(--ga-green);
    background-color: rgba(131, 179, 0, 0.19);
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* PANIc*/
.checkoutinfotop2 {
    font-size: 0.85rem;
    padding: 0.8rem;
    background-color: var(--ga-green);
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    -webkit-box-shadow: 3px 6px 5px -4px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 3px 6px 5px -4px rgba(0, 0, 0, 0.66);
    box-shadow: 3px 6px 5px -4px rgba(0, 0, 0, 0.66);
}

.checkoutinfotop2 b {
    font-size: 1rem;
}

.tomimgleft {
    float: left;
    width: 60px !important;
    padding-right: 0.6rem;
}

.checkoutinfotopp {
    font-size: 0.85rem;
    padding: 0.7rem;
    border: 2px solid #f09b1d;
    background-color: #ecc07d;
    color: #000;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.checkoutinfo {
    padding: 1rem;
    border: 3px solid #f09b1d;
    background-color: #ecc07d;
    margin-top: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

/* PANIc END*/

.checkoutinfo>p {
    margin: 0.5rem;
}

.checkoutinfo>h4 {
    font-size: 1rem;
}

.infoboxcont>.chead {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.bannerpreis {
    position: absolute;
    left: 15px;
    bottom: 16%;
    font-size: 2.6rem;
    font-weight: 700;
    color: #000;
    text-shadow:
        rgb(255, 255, 255) 5px 0 0, rgb(255, 255, 255) 4.9px 1px 0,
        rgb(255, 255, 255) 4.6px 1.95px 0, rgb(255, 255, 255) 4.13333px 2.81667px 0,
        rgb(255, 255, 255) 3.48333px 3.58333px 0, rgb(255, 255, 255) 2.7px 4.2px 0,
        rgb(255, 255, 255) 1.81667px 4.66667px 0, rgb(255, 255, 255) 0.85px 4.93333px 0,
        rgb(255, 255, 255) -0.15px 5px 0, rgb(255, 255, 255) -1.13333px 4.86667px 0,
        rgb(255, 255, 255) -2.08333px 4.55px 0, rgb(255, 255, 255) -2.95px 4.05px 0,
        rgb(255, 255, 255) -3.68333px 3.38333px 0, rgb(255, 255, 255) -4.28333px 2.58333px 0,
        rgb(255, 255, 255) -4.71667px 1.66667px 0, rgb(255, 255, 255) -4.95px 0.7px 0,
        rgb(255, 255, 255) -4.98333px -0.3px 0, rgb(255, 255, 255) -4.83333px -1.28333px 0,
        rgb(255, 255, 255) -4.48333px -2.21667px 0, rgb(255, 255, 255) -3.95px -3.06667px 0,
        rgb(255, 255, 255) -3.26667px -3.78333px 0, rgb(255, 255, 255) -2.45px -4.35px 0,
        rgb(255, 255, 255) -1.53333px -4.75px 0, rgb(255, 255, 255) -0.566667px -4.96667px 0,
        rgb(255, 255, 255) 0.433333px -4.98333px 0, rgb(255, 255, 255) 1.41667px -4.8px 0,
        rgb(255, 255, 255) 2.35px -4.41667px 0, rgb(255, 255, 255) 3.16667px -3.86667px 0,
        rgb(255, 255, 255) 3.88333px -3.15px 0, rgb(255, 255, 255) 4.43333px -2.31667px 0,
        rgb(255, 255, 255) 4.8px -1.4px 0, rgb(255, 255, 255) 4.98333px -0.416667px 0,
        rgba(0, 0, 0, 0.6) 1px 5px 7px;
}

.homesite {
    margin-bottom: 15px;
}

.btn {
    background: var(--ga-green);
    color: #fff;
    border-radius: 0;
    white-space: nowrap;
    text-decoration: none !important;
}

.backbutton>.fas {
    display: inline-block;
    padding-right: 0.5rem;
}

.sidebanner {
    padding: 0 1rem 1rem 0;
    margin-bottom: 3rem;
}

.pagination {
    font-size: 1rem;
    font-weight: 600;
}

.pagination .current {
    color: var(--ga-grey);
}

.pagination li {
    padding: 0.3rem 0.5rem;
    border-right: none;
    background-color: #fff;
}

.pagination li:last-child {
    padding: 0.3rem 1rem;
}

.pagination li:first-child {
    padding: 0.3rem 1rem;
}

.reglink,
.reglink:any-link {
    color: var(--ga-darkgrey);
    font-size: 0.8rem;
}

.login {
    float: right;
    margin-right: 0.2rem;
}

.login>.fas {
    display: inline-block;
    font-size: 0.8rem;
    padding-left: 0.5rem;
}

.productbox a.addtocart {
    width: 160px;
    display: inline-block;
    white-space: nowrap;
    padding: 0.2rem 0.52rem;
}

.addtocart.btn:hover,
.btn:hover {
    background: #83b300;
    color: #ebffb3;
    text-decoration: none;
}

.addtocart>.fas {
    font-size: 1.1rem;
}




.border1 {
    border: 1px solid var(--ga-green)
}

.mppics>.child {
    margin-bottom: 1rem;
}

.catmp span {
    margin-bottom: 0.6rem;
    margin-top: 0.3rem;
}

.addtocart.btn:hover>.fa-shopping-cart::before {
    content: "\f218";
}

.tax {
    font-size: 0.7rem;
}

.pricebox .bbut {
    padding-top: 0.5rem;
}

#comments:focus {
    border-color: var(--ga-green);
    box-shadow: none;
    outline: 0 none;
}

#comments {
    font-size: 0.8rem;
    border-radius: 0;
}

.standard_price {
    display: block;
    padding-top: 24px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #9c9c9c;
    /*color: var(--ga-green);*/
    white-space: nowrap;
    line-height: 90%;
    padding-bottom: 5px;
}



.aktionspeis,
.new_price {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #9c9c9c;
    /*color: var(--ga-green);*/
    font-size: 1rem;
    line-height: 90%;
}

.new_price {
    display: block;
    font-size: 1.7rem;
    padding-bottom: 5px;
}

#button_checkout_confirmation {
    font-size: 1.2rem;
    padding: 0.5rem 3rem;
    font-weight: 700;
    background: var(--ga-green);
}

.bg1 {
    border: 1px solid var(--ga-green);
}

.old_price {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #a4a2a2;
    white-space: nowrap;
    padding: 0 5px;
    position: relative;
}

.thankyou {
    background: var(--ga-green);
    color: #fff;
    text-align: center;
    padding: 0.4rem;
    font-size: 1.1rem;
}

.old_price::after {
    border-bottom: 2px solid #7d7d7d;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 47%;
    transform: rotate(-4deg);
}

p.confirmlink,
p.confirmshipping,
p.confirmmodel {
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
}

.confirmshipping {
    font-size: 0.7rem;
}

.wnb {
    white-space: nowrap !important;
}

p.confirmlink {
    font-size: 0.85rem;
    font-weight: 600;
    padding-bottom: 2px;
}

td.confimqty {
    text-align: center;
}

.desc {
    padding-top: 2rem;
    border-top: 1px dotted var(--ga-green);
}

#pd_puprice>.standard_price {
    font-size: 2.4rem;
    padding-top: 0;
}

#pd_puprice .new_price {
    font-size: 1.7rem;
}

#pd_puprice .new_price_wotax {
    font-size: 2rem;
}

#pd_puprice .aktionspeis {
    font-size: 1.15rem;
}

.manflisting {
    max-width: 150px;
    max-height: 40px;
}

.cat_newsteaser_title,
.subcat_title {
    font-size: 1.75rem;
}

.subcatimg {
    text-align: left;
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.subcatimg a:hover img {
    transform: scale(1.05);
}

.subcatimg a>.title {
    color: #555;
    font-size: 1em;
    font-weight: 400;
}

.subcatimg:hover a>.title {
    color: #222;
}

/*.subcat_image {
    width: 100px;
    float: left;
}*/

@media(min-width: 768px) {
    .subcatimg {
        text-align: center;
    }

    .subcat_image {
        width: auto;
        float: none;
    }

    .subcatimg img {
        width: 100%;
        float: none;
        padding-bottom: 30px;
    }
}

.chargeco>.more>.sib:nth-child(3) {
    display: none;
}

.fw600 {
    font-weight: 600 !important;
}

.owl-carousel {
    padding: 0 20px 0 40px;
}

.brands_carousel .owl-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.brands_carousel .owl-item img {
    filter: grayscale(100%);
    transition: 0.5s;
    opacity: 0.6;
}

.ord_subtotal table>tbody>tr>td.value-ot_total {
    font-size: 1rem;
}

.ord_subtotal table>tbody>tr>td.text-ot_total {
    font-size: 0.9rem;
}

.owl-prev {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 20px;
    margin-left: -40px;
    display: block !important;
    border: 0 solid black;
}

.catoffgrid>a.child {
    content: " " !important;
}

.owl-next {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    border: 0 solid black;
}

.owl-prev i,
.owl-next i {
    font-size: 1.4rem;
    color: var(--ga-green);
}

.boxlist .productimage {
    padding: 40px 1.5rem 5px;
    text-align: center;
}

.boxlist>div {
    padding-bottom: 50px;
}

.boxlist .productimage>a>img {
    margin: 0 auto;
}

.boxlist .productname {
    text-align: center;
    min-height: 35px;
    font-size: 0.7rem;
}

.boxlist .productname>a {
    color: var(--ga-darkgrey);
}

.img-flag {
    margin-right: 0.3rem;
}

.select_preis {
    float: right;
    font-weight: 600;
    margin-top: 0.5rem;
    background: var(--ga-green);
    border-radius: 10px;
    padding: 0.2rem 0.5rem;
    color: #fff;
    font-size: 0.75rem;
}

#crossselling label {
    padding: 0;
    margin: 0.7rem 0 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.select2-dropdown {
    font-size: 0.9rem;
}

#crossselling {
    font-size: 0.75rem;
    padding-bottom: 2rem;
}

.productimage>a>img,
.productimage img,
.productimage>img {
    max-width: 100%;
    height: auto;
}

.pinfo {
    padding-top: 0.3rem;
    min-height: 102px;
}

.pmodel {
    font-size: 0.7rem;
    padding: 0.6rem 0 0;
    margin: 0;
}

.pmodel>span {
    display: inline-block;
    padding-left: 0.5rem;
}

.productbox:first-child {
    padding-top: 0;
}

.shippingtime {
    font-weight: 700;
    text-align: center;
    color: var(--ga-green);
    font-size: 0.8rem;
}

.productbox a.more {
    font-size: 0.8rem;
    color: #666;
}

.productbox a.more>.fas {
    font-size: 0.9rem;
    padding-right: 4px;
    color: #ccc;
}

.productbox a.more:hover {
    color: #666;
}

.productbox a.more:hover>.fas {
    color: var(--ga-green);
}

.shipping {
    padding-top: 0.8rem;
    font-weight: 600;
}

.shipping a:hover {
    text-decoration: none !important;
}

.addit {
    padding-bottom: 1rem;
}

.shipping>a,
.shipping>a:any-link,
.shipping {
    font-size: 0.8rem;
    color: var(--ga-darkgrey);
}

.shipping.empty>a,
.shipping.empty>a:any-link,
.shipping.empty {
    color: var(--ga-orange);
}

.shipping.notonstock>a,
.shipping.notonstock>a:any-link,
.shipping.notonstock {
    color: #b01d00;
}

.shipping.full>a,
.shipping.full>a:any-link,
.shipping.full {
    color: var(--ga-green);
}

.nobuybut {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.freeship {
    color: var(--ga-green);
    font-weight: 600;
    white-space: normal;
    font-size: 0.75rem;
}

.boxlist .price {
    font-size: 1.3rem;
    text-align: center;
}

.boxlist .price .special_price>.small_price {
    display: block;
    font-size: 0.8rem;
    color: var(--ga-green);
}

.boxlist .owl-carousel .price {
    font-size: 1.4rem;
    text-align: left;
    margin: 10px 0 0;
    color: var(--ga-darkgrey);
    font-weight: 600;
}

.boxlist .owl-carousel .card-body .productname h3productname h3::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 25%;
    text-align: right;
    content: "\00a0";
    line-height: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(40%, #fff));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 40%);
}

.boxlist .owl-carousel .card-body .productname h3 {
    font-size: 0.875rem;
    text-align: left;
    position: relative;
    height: 33px;
    overflow: hidden;
}

.boxlist .owl-carousel .card-body .card-text,
.boxlist .owl-carousel .card-body .card-text p {
    color: #000;
    font-size: 0.8rem;
    display: none;
}

.boxlist>div.top_products_carousel {
    padding-bottom: 0;
    margin-bottom: 50px;
}

.top_products_carousel .owl-prev,
.top_products_carousel .owl-next {
    top: 50%;
    transform: translateY(-50%);
}

.top_products_carousel .owl-next {
    right: -20px;
}

.boxlist .owl-carousel img.imgmanlogo {
    width: auto;
    top: 15px;
}

.boxlist img.imgmanlogo {
    position: absolute;
    max-width: 50%;
    max-height: 30px;
    left: 15px;
    top: 0;
}

.boxlist .tax {
    text-align: center;
    font-size: 0.8rem;
}

.manufacturerslogo {
    max-height: 60px;
    width: auto !important;
    max-width: 90%;
}


.manbox {
    height: 60px;
    padding: 0.1rem 0.5rem;
    text-align: center;
}

.manbox>a>img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.footer {
    background: #fff;
    padding-top: 0.5rem;
    margin-top: 1rem;
}

.subfooter {
    border-top: 1px solid #dedede;
    font-size: 0.7rem;
    text-align: center;
    /*color: #cecece;*/
    padding: 1.25rem 0;
    /* background: #4C4C4C;*/
}

.subfooter p {
    font-size: 0.7rem
}

.listingcontainer>.productbox:last-child,
.sortbox>.productbox:last-child {
    border-bottom: none;
}

.tableversand {
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
}

.tableversand img {
    display: inline-block;
    margin: 0 0.6rem;
}

.tableversand tr>td {
    text-align: center;
}

.tableversand tr>td:nth-child(odd) {
    border-right: none;
    padding-left: 0.5rem;
}

.tableversand thead>tr:first-child>td {
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.tableversand tr>td:nth-child(even) {
    border-left: none;
    border-right-width: 2px;
}

.tableversand tr>td {
    padding: 0.2rem 0.3rem;
    font-size: 0.75rem;
}


.tableversand tbody>tr:nth-child(even)>td {
    background-color: #f7f7f7;
}

.popcont {
    font-size: 0.9em;
}

.footerlinks {
    border-top: 1px solid #dedede;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.footerlinks .nav-link {
    margin: 0;
    font-size: 0.82rem;
    padding: 0.15rem 0;
}


.priceinfo {
    font-size: 0.7rem;
    text-align: center;
    color: var(--ga-grey);
    padding: 0.7rem 0;
    border-top: 1px solid #dedede;
}

.priceinfo p {
    margin: 0 0 0.5rem;
    font-size: 0.7rem;
    padding: 0;
}

/************/

.pd_manu_image>img {
    max-width: 250px;
    max-height: 60px;
    margin-bottom: 0.7rem;
}

.pd_big_image {
    padding: 0 0.2rem 0.2rem;
    position: relative;
}

.pd_big_image>a {
    cursor: zoom-in;
}

.pd_big_image>img {
    max-width: 100%;
}

.pd_small_image {
    background: #fff;
    padding: 0.2rem;
    border: 1px solid #efefef;
    margin-bottom: 0.3rem;
    max-width: 84px;
}


.pd_name {
    font-size: 1.5rem;
    font-weight: normal;
    color: var(--ga-darkgrey);
}

.pd_tax {
    display: none;
    font-size: 0.7rem;
}

.list_p_ship,
.pd_ship {
    font-size: 0.7rem;
    margin-top: 0.5rem;
}

.pd_short {
    min-height: 80px;
    font-size: 0.82rem;
    padding-bottom: 0.3rem;
}

.pd_maininfo {
    margin-bottom: 3rem;
}

.pd_inforow {
    font-size: 0.8rem;
    color: #666;
}

.pd_inforow>strong {
    display: inline-block;
    padding-right: 0.3rem;
    font-weight: normal;
}

.prices {
    border-top: 1px dotted var(--ga-green);
    padding-top: 0.5rem;
}

.pd_detailinfoblock {
    padding-bottom: 0.5rem;
}

.pd_description .table tbody tr:first-child td {
    border: 0 none;
}

.pd_shipping_image {
    max-height: 30px;
    padding-bottom: 0.2rem;
}

.pd_shipinfo {
    font-size: 0.7rem;
    padding-top: 0.3rem;
}

.pd_shipinfo a:any-link {
    color: var(--ga-darkgrey);
}

.addtobasket input {
    display: inline-block;
    border: 2px solid var(--ga-green);
    font-size: 1.1rem;
    text-align: center;
    max-width: 60px;
}

.addtobasket {
    padding-top: 0.5rem;
}

.infoart {
    padding-right: 4rem;
}

.infoart>h3 {
    font-size: 1.3rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.infoart p {
    text-align: justify;
}

/************/

a.mobilpvbannerlink {
    display: block;
    background-color: #4f8800;
    color: #fff !important;
    text-decoration: none;
    text-align: left;
    padding: 1.5rem 3rem;
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

a.mobilpvbannerlink u {
    display: block;
    font-size: 0.85rem;
    margin-top: 1rem;
}

a.mobilpvbannerlink:hover {
    text-decoration: none !important;
    opacity: 0.95;

}

a.mobilpvbannerlink>small {
    display: inline-block;
    font-size: 0.85rem;
    margin-top: 1rem;
    line-height: 1.5;
}

a.mobilpvbannerlink:hover>u {
    color: #d2ffbc !important;
}

.bannerpreis>small {
    font-weight: 700;
    font-size: 1.5rem;
}

.subcatimg>a:any-link,
.subcatimg>a:hover {
    color: var(--ga-darkgrey);
    text-decoration: none !important;
}

.alltext {
    display: block;
    color: #32acdd;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 0 15px;
}

.selftext {
    display: block;
    color: #2e53a2;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 0 15px;
}

.storepv .bannerpreis {
    color: #de7d2e;
}

.selfpv .bannerpreis {
    color: #2e53a2;
}

.allinonepv .bannerpreis {
    color: #32acdd;
}

.storetext {
    display: block;
    color: #de7d2e;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 0 15px;
}

.lead {
    font-size: 1.3rem;
    font-weight: 700;
}

.text-justify ul>li {
    text-align: left;
}

.mobilpvdesc table small {
    font-size: 0.8rem;
}

.mobilpvdesc table b {
    font-size: 0.9rem;
}

.tinyhouses,
.tinyhouses p,
.tinyhouses ul>li {
    font-size: 16px;
}

.tinyhouses h1.neut {
    padding: 0 0 5px;
    margin: 0;
    line-height: normal;
    font-size: 24px;
    text-align: left;
    border-bottom: 2px solid var(--ga-darkgrey);
}

.tinyhouses h2 {
    font-size: 24px;
    line-height: 15px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    background: #fff;
    display: inline-block;
    padding: 0 15px;
}

.tinyhouses h2.reg {
    font-size: 24px;
    line-height: 120%;
    margin: 30px 0 20px;
    padding: 0;
    text-align: left;
    font-family: 'Lato', sans-serif;
}

.tinyhouses h2.reg1 {
    font-size: 24px;
    line-height: 120%;
    margin: 0;
    padding: 0 0 30px;
    text-align: left;
    font-family: 'Lato', sans-serif;
}

.tinyhouses h1 {
    font-size: 45px;
    line-height: 75px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.card-title {
    font-size: 1.2rem;
}

.card-body .card-text {
    color: #000;
}

.card-body .readmore {
    float: right;
    color: #000;
}

.card-body a:hover .readmore {
    color: var(--ga-green);
}

.mb10 {
    margin-bottom: 12px;
}

.mb20 {
    margin-bottom: 22px;
}

.mb30 {
    margin-bottom: 32px;
}

.tinyhouses h3 {
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    background: #fff;
    display: inline-block;
    padding: 0 15px;
}

.subim {
    padding: 10px 20px 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.tinyhouses h4 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 15px;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

.jsjs>p {
    text-align: justify;
}

.marg10 {
    margin-bottom: 10px;
}

.tinyhead {
    padding-bottom: 10px;
}

div.line {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAEElEQVQImWNgwAD/UQl0AABN5AL+h/5NPQAAAABJRU5ErkJggg==) repeat-x;
    background-position: center;
    margin: 0 auto;
    text-align: center;
}

.just p {
    text-align: justify;
}

.just {
    font-family: 'Lato', sans-serif;
}

.just h4 {
    font-weight: 700;
    margin-top: 30px;
}

.just h5 {
    font-weight: 700;
}

.just {
    padding-bottom: 50px;
}

div>h1.zitat {
    font-size: 32px;
    line-height: normal;
    text-align: center;
    text-transform: none;
}

table.zusatztable>tbody>tr>td:last-child {
    width: 30%;
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.tpaketinfo>li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 15px;
}


.tpaketinfo {
    padding: 0;
    margin: 0;
    padding-left: 30px;
    padding-top: 10px;
}

.options h5 {
    font-size: 16px;
    margin-top: 60px;
    text-transform: uppercase;
    padding-left: 10px;
}

td.spacer {
    font-size: 5px;
    height: 5px !important;
    overflow: hidden !important;
    border: none !important;
}

.emailx {
    display: block;
}

.hz4 {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}

.sp3 {
    padding: 20px 40px;
}

.margtop30 {
    margin-top: 78px;
}

.margtop20 {
    margin-top: 30px;
}

.tinyhouses ul>li {
    padding-bottom: 10px;
}

.tinyhouses ul {
    padding-top: 20px;
    padding-bottom: 10px;
}

.mobilpvdesc .mobilpvlogo {
    width: 250px;
    height: auto;
}

.mobilpvdesc ul {
    padding-left: 75px;
}

.mobilpvdesc ul>li {
    padding: 4px 25px;
}

.mobilpvdesc h1 {
    font-size: 22px;
    font-weight: 700;
    color: #448600;
    margin-top: 8px;
}

.mobilpvdesc h2 {
    font-size: 22px;
    color: #448600;
}

.mobilpvdesc h2>span {
    font-size: 28px;
    font-weight: 700;
}

.morepad1 {
    padding: 30px;
}

.padtop1 {
    padding-top: 40px;
}

.mobilpvdesc p {
    text-align: justify;
}

.mobbox {
    padding: 15px;
    font-size: 12px;
    border: 2px solid #448600;
}

.mobbox h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
}

.navbarmobil {
    border-radius: 0;
    padding-left: 10px;
}

.navbarmobil ul.navbar-nav>li {
    background-color: #448600;
    margin-left: 5px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
}

.navbarmobil ul.navbar-nav>li>a {
    color: #fff;
    padding: 5px 10px;
}

.navbarmobil ul.navbar-nav>li>a:hover,
.navbarmobil ul.navbar-nav>li>a:active,
.navbarmobil ul.navbar-nav>li>a:visited,
.navbarmobil ul.navbar-nav>li>a:focus {
    background-color: #d0e13d;
    padding: 5px 10px;
    color: #448600;
}


.mobilpvdesc .component h2 {
    padding: 0;
    margin: 0 0 5px;
    font-size: 20px;
}

.mobilpvdesc .component h3 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 26px;
    color: #448600;
}

.component {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

#komponenten {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#komponenten h2 {
    padding: 0;
    margin-bottom: 0;
}

.component h4 {
    font-size: 16px;
    color: #448600;
}

.lined {
    border-bottom: 2px solid #212529;
    padding-bottom: 5px;
}


.lined-green {
    border-bottom: 2px solid var(--ga-green);
    padding-bottom: 5px;
}

.dashed-green {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOoXaj1n6F2odZ/ABXBBI8/lLTXAAAAAElFTkSuQmCC) repeat-x;
    background-position: center;
    margin-bottom: 12px;
}


.dashed-gray {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAEklEQVQImWNgQAUPHjz4jyYEAD9TA6BP6bp2AAAAAElFTkSuQmCC) repeat-x;
    background-position: center;
    margin-bottom: 12px;
}


.dashed-green>h1,
.dashed-green>h2,
.dashed-green>h3,
.dashed-green>h4,
.dashed-green>h5,
.dashed-green>h6,
.dashed-green>p {
    background: #fff;
    display: inline-block;
    margin: -5px 1.5rem;
    padding: 2px 15px;
}

.dashed-lead {
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: 2.5rem;
}

.maincontent a:hover {
    text-decoration: underline;
}

.banner {
    padding-top: 40px;
    padding-bottom: 50px;
}

.Searchlist {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 2px 15px;
    margin-left: 10px;
    margin-right: 20px;
    z-index: 9999;
}

.searchlink {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.searchlink>img.img-search {
    display: block;
    float: left;
    width: 15%;
    height: auto;
    padding: 5px;
}

.searchlink>.text-search {
    display: block;
    float: left;
    width: 85%;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 0.75rem;
    padding-top: 5px;
    color: var(--ga-darkgrey);
}

.searchlink:hover>.text-search {
    color: var(--ga-green);
}

.searchlink>.price-search {
    font-size: 0.8rem;
    font-weight: 700;
    float: right;
    width: 20%;
    text-align: right;
    white-space: nowrap;
    padding-top: 5px;
}

a,
a:active,
a:focus {
    color: var(--ga-green);
}

a:hover,
.mcontent a:hover {
    color: #95c11f;
    text-decoration: underline;
}

.productname a:hover {
    color: var(--ga-darkgrey);
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.img-list>.col>a>img {
    padding: 0.3rem;
}

.img-list .hideimg {
    display: none;
}

.img-list>.col>a>span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.85rem;
    padding: 0.3rem 0;
}

.img-list>.col {
    padding: 0 5px;
}

.nopad {
    padding-right: 0;
}

.infobox {
    border-radius: 5px;
}

.infobox>h1 {
    font-size: 0.85rem;
    padding: 0 15px;
    color: #999;
    margin: 0 0 20px;
}

.infobox>.nav-item {
    font-size: 0.85rem;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
}

.infobox>.nav-item:hover {
    color: var(--ga-darkgrey);
    text-decoration: none;
}

.listingcontainer a:hover,
.pd_maininfo a:hover {
    text-decoration: none;
}

.pd_shipinfo a:hover {
    color: var(--ga-darkgrey);
}

.selfhead1 {
    font-size: 1rem;
    color: #2d52a4;
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.selflinks1 {
    padding: 0;
    margin: 0;
}

.mainselflink {
    font-weight: 700;
    font-size: 18px !important;
}

.selflinks1>li {
    list-style: none;
    padding: 0;
    margin: 0 0 0.2rem;
    background: #2d52a4;
}

.selflinks1>li>a:hover,
.selflinks1>li>a:active,
.selflinks1>li>a:visited,
.selflinks1>li>a {
    text-decoration: none;
    color: #f1fbff;
}

.selflinks1>li>a {
    display: inline-block;
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    padding: 1rem;
}

.selflinks1>li:hover {
    background: #3c64b9;
}

.selflink:any-link {
    color: #fff !important;
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    font-size: 18px;
    text-align: center;
    background-color: #568bff;
    text-decoration: none !important;
}

.selflink>.fas {
    padding-left: 1rem;
}

.selflink>.fa-chevron-down {
    display: none;
}

.selflink>.fa-chevron-up {
    display: inline-block;
}

.selflink.collapsed>.fa-chevron-up {
    display: none;
}

.selflink.collapsed>.fa-chevron-down {
    display: inline-block;
}

.selfhead1>span {
    display: block;
    font-size: 0.8rem;
}

.iconbtn {
    display: inline-block;
    background-color: #efefef;
    color: var(--ga-darkgrey);
    font-size: 0.8rem;
    margin: 0 2px;
    padding: 0.4rem 0.6rem;
    border-radius: 100px;
    border: 1px solid #eee;
}

a.iconbtn {
    color: var(--ga-darkgrey) !important;
}

.checkouthead {
    font-size: 1.3rem;
}

.checkouthead>small {
    font-size: 1.1rem;
    color: var(--ga-darkgrey);
}

.helpmenu {
    padding: 15px;
}

.helpmenu>.nav-item {
    font-size: 0.85rem;
    padding: 3px 15px;
    padding-right: 2rem;
}

.helpmenu>.nav-item:hover {
    color: var(--ga-darkgrey);
}

.helpmenu>.nav-item:active,
.helpmenu>.nav-item:focus {
    background-color: var(--ga-green);
    color: #fff;
}

.iconbtn[aria-expanded="true"],
.iconbtn[aria-expanded="true"]:hover {
    color: var(--ga-green);
    background: #ffffff;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(201, 201, 201, 0);
    border-bottom-color: #c9c9c9;
    border-width: 11px;
    margin-left: -11px;
}

div.submenu a.child,
.headchild {
    display: block;
    padding: 0.3rem 0.5rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    color: var(--ga-green);
}

div.submenu div.more>a {
    display: block;
    padding: 0.3rem 0.5rem;
    width: 100%;
    font-size: 0.85rem;
    text-align: left;
    color: var(--ga-darkgrey);
}

div.submenu .childonly {
    display: block;
    padding: 0.3rem 0.5rem;
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
}

.menubartwo .navbar {
    padding: 0;
}

.iconbar {
    margin-top: 25px;
}

.iconbtn:hover {
    background-color: #fff;
    color: #444;
}

.navbar-toggler {
    color: #000;
}

.navpv {
    background: #fff;
    padding: 0.4rem 0;
}

.navpv>li>a.nav-link {
    padding: 0.2rem 0;
    font-weight: 700;
    font-size: 0.85rem;
    border: 1px solid #fff;
}

.navpv>li:hover>a {
    background: #fff;
}

.navpv>li:hover {
    z-index: 1000;
}

.sidenav {
    padding-right: 2rem;
}

.sidenav>.nav-link {
    border-bottom: 1px dotted #ccc;
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    padding: 5px;
}

.sidenav>.nav-link:hover {
    color: var(--ga-green);
    text-decoration: none;
}

/*
li.balkon_menu {
    display: none;
}*/

li.balkon_menu>a {
    background: #666;
    color: #fff;
}

li.balkon_menu:hover>a {
    color: #666;
    border-color: #ccc;
    border-bottom: none;
}

li.anlage_menu>a {
    background: teal;
    color: #fff;
}

li.anlage_menu:hover>a {
    color: teal;
    border-color: #ccc;
    border-bottom: none;
}

li.zaunpv>a {
    background: var(--ga-zaun);
    color: #fff;
}

li.zaunpv:hover>a {
    color: var(--ga-zaun);
    border-color: #ccc;
    border-bottom: none;
}

li.selfpv>a {
    background: var(--ga-blue);
    color: #fff;
}

li.selfpv:hover>a {
    color: var(--ga-blue);
    border-color: #ccc;
    border-bottom: none;
}

li.storepv>a {
    background: var(--ga-orange);
    color: #fff;
}

li.storepv:hover>a {
    color: var(--ga-orange);
    border-color: #ccc;
    border-bottom: none;
}

li.allinonepv>a {
    background: var(--ga-lightblue);
    color: #fff;
}

li.allinonepv:hover>a {
    color: var(--ga-lightblue);
    border-color: #ccc;
    border-bottom: none;
}

li.ecoflow_menu>a {
    background: #666;
    color: #fff;
}

li.ecoflow_menu:hover>a {
    color: #666;
    border-color: #ccc;
    border-bottom: none;
}

li.eautopv>a {
    background: #ffff00;
    color: #fff;
}

li.eautopv:hover>a {
    color: yellow;
    border-color: #ccc;
    border-bottom: none;
}

li.mobilpv>a {
    background: var(--ga-green);
    color: #fff;
}

li.mobilpv:hover>a {
    color: var(--ga-green);
    border-color: #ccc;
    border-bottom: none;
}

li.bware_menu>a {
    background: #878888;
    color: #fff;

}

li.bware_menu:hover>a {
    color: #878888;
    border-color: #ccc;
    border-bottom: none;
}

li.tinyhouse>a {
    background: #555;
    color: #95c11f;

}

li.tinyhouse:hover>a {
    color: #95c11f;
    border-color: #ccc;
    border-bottom: none;
}

.hopphinweis {
    border: 2px solid #b38813;
    background-color: #FAF0CB;
    color: #b38813;
    padding: 1rem 2rem;
    font-size: 0.8rem;
}

.ddown {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.4s;
    position: absolute;
    left: 0;
    background-color: transparent;
    z-index: 999;
    width: 1360px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.colores .ddown {
    border-top-color: #fff;
}

#mobilmenu>li.selfpv:hover>a,
#mobilmenu>li.storepv:hover>a,
#mobilmenu>li.allinonepv:hover>a,
#mobilmenu>li.mobilpv:hover>a,
#mobilmenu>li.tinyhouse:hover>a,
#mobilmenu>li.lightpv:hover>a {
    color: #fff !important;
}

.colores .submenu {
    z-index: 9999;
}

.submenu {
    padding: 1.4rem;
    background: #fff;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .55);
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

.ddown .submenu .more {
    list-style: none;
    padding: 0;
}

.ddown .submenu .more li.nav-item {
    margin-bottom: 0.5rem;
}

.ddown .submenu .more li.nav-item a {
    text-align: left;
    padding: 0.3rem 0.5rem;
    font-weight: 400;
}

.ddown .submenu .more li.nav-item a:hover {
    font-weight: 600;
}

.nav-item:hover>.ddown {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.colores .nav-item:hover>.ddown {
    visibility: visible;
    opacity: 1;
}

.colores .mobilpv:hover>.ddown {
    visibility: none;
    opacity: 0;
}

.colores .nav-link {
    border-bottom-width: 0 !important;
}

.shownow {
    visibility: visible !important;
    opacity: 1 !important;
}

.logo>img {
    width: 225px;
    height: auto;
    margin-top: 18px;
}

.productbox .pname {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.4rem 0;
}

.productbox a {
    position: relative;
    display: block;
}

.productbox a.poplink {
    display: inline;
}

.productbox a.pname {
    color: var(--ga-darkgrey);
}

.productbox a.shortdesc,
.productbox .shortdesc {
    font-size: 0.8rem;
    color: var(--ga-darkgrey);
    text-decoration: none;
    display: block;
    padding: 0.2rem 0;
}

.productbox {
    padding: 1rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.5rem;
}

.logobar {
    padding-top: 15px;
    padding-bottom: 10px;
}

.main-navbar .navbar {
    padding: 0;
}

.navmain .nav-link {
    font-size: 0.85rem;
    border-right: 1px solid #ededed;
    border-left: 1px solid #fff;
    color: var(--ga-grey);
    font-weight: 600;
}

.nav-link:last-child {
    border-left: none;
}

.nav-link:first-child {
    border-right: none;
}

.navmain li:hover>.nav-link {
    color: var(--ga-green);
}

img {
    max-width: 100%
}

.head>.hotline {
    color: #69a826;
}

.head>.hotline>small {
    font-size: 0.6rem;
}

.head>.number {
    color: var(--ga-grey);
}

.telinfo {
    padding-right: 15px;
    line-height: 1;
    overflow-x: visible;
    white-space: nowrap;
    color: #666;
}

.footer .telinfo {
    padding-right: 0;
}

.hotline {
    font-size: 0.9rem;
    font-weight: 700;
    display: block;
    text-align: right;
    padding-bottom: 5px;
    color: var(--ga-green);
}

.footer .hotline {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 5px;
    color: var(--ga-darkgrey);
}

.footer .telinfo {
    color: var(--ga-darkgrey);
}

.mailfoot {
    font-size: 0.8rem;
    font-weight: 700;
}

.mailfoot2 {
    font-size: 0.9rem;
    font-weight: 600;
}

.mailtop {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

.trendshop-sm {
    left: 15px;
    bottom: 150px;
    max-width: 30px;
}

.mailtop small {
    font-size: 0.7rem;
}

.footer .hotline>small {
    font-size: 0.7rem;
    font-weight: 600;
}

.number {
    display: block;
    text-align: right;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.7px;
    white-space: nowrap !important;
    margin-bottom: 0.4rem;
}

.footer .number {
    font-size: 1rem;
    text-align: left;
    color: var(--ga-darkgrey);
    letter-spacing: 0;
}

.mailinfo {
    display: block;
    text-align: right;
    font-size: 0.75rem;
}

.mailinfo>a:hover {
    text-decoration: underline;
}

.search {
    width: 100%;
    position: relative;
    padding: 0 10px;
    margin-top: 25px;
}

.search input {
    width: 100%;
    height: 34px;
    font-size: 14px;
    border-radius: 15px;
    border: none;
    padding: 0 19px;
    background: #f8f8f8;
    -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.search input:focus {
    background-color: #fff;
}

.search button {
    position: absolute;
    height: 100%;
    right: 18px;
    top: 0;
    font-size: 1rem;
    color: #000;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

#mainmenu {
    border-bottom: 1px solid #e3e3e3;
}


@media (min-width: 576px) {
    .ddown {
        width: 540px
    }
}

@media (min-width: 768px) {
    .ddown {
        width: 720px
    }
}

@media (min-width: 992px) {
    .ddown {
        width: 960px
    }
}

@media (min-width: 1200px) {

    .ddown {
        width: 1140px
    }

    .mcontent {
        min-height: 500px;
    }

    .footerlinks {
        padding-left: 1rem;
    }

}

@media (min-width: 1400px) {
    .ddown {
        width: 1360px
    }

    .sidebar {
        padding-right: 45px;
    }
}

.menu {
    list-style: none;
}

.menu li {
    display: inline-block;
    position: relative
}

.menu li a {
    display: inline-block;
    font-size: 14px;
    color: var(--ga-darkgrey);
    margin-right: 50px;
    line-height: 1;
    padding: 17px 0;
    position: relative
}

.menu li a .new {
    position: absolute;
    top: -8px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: var(--ga-green);
    line-height: 1;
    text-transform: uppercase;
    left: calc(50% - 21px);
    padding: 3px 9px 1px;
    border-radius: 5px;
    width: 42px
}

.menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu li:hover>a {
    color: var(--ga-green);
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }

    .banners>.row>div {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1360px;
    }
}

@media (max-width: 991.98px) {
    .searchlink>.text-search {
        width: 70%;
    }

    .searchlink>img.img-search {
        width: 30%;

    }

    @media (max-width: 767.98px) {
        .container {
            max-width: 100%;
        }

        .logo>img {
            width: 200px;
            height: auto;
            margin-top: 0;

        }

        .iconbar {
            margin-top: 0;
        }

        .logobar {
            padding-top: 10px;
            padding-bottom: 10px;
            background: #ffffff;
            position: sticky;
            top: 0;
            z-index: 999;
        }

        .menubartwo>.container>.nav {
            border-bottom: 1px solid #eee;
        }

        .navpv>ul>li>.nav-link {
            font-size: 0.7rem;

        }

        .navmain>ul>li>.nav-link:hover {
            box-shadow: none;
            border-bottom: 1px solid #efefef;
        }

        .navmain>ul>li>.nav-link {
            font-size: 0.8rem;
            font-weight: normal;
            border-top: 1px solid var(--ga-darkgrey);
            border-bottom: 1px solid #fff;
            background-color: #f2f2f2;
        }

        .navmain:first-child>ul>li>.nav-link {
            border-top: none;
        }

        .menubartwo {
            background-color: #fff;
        }

        .menubartwo>.container {
            padding-left: 0;
            padding-right: 0;
        }

        .navbar-toggler {
            font-size: 1rem;
        }

        .menubar {
            position: sticky;
            top: 56px;
            z-index: 9998;
            -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
            border: none;
            background-color: #fff;
        }
    }
}

.offcanvas-collapse {
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 18rem;
    max-width: 95%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.4);
}

.mobmen .cartb {
    display: inline-block;
}

.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.offcanvas-collapse-mobil {
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 18rem;
    max-width: 95%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.4);
}

.offcanvas-collapse-mobil.opened {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#mobilmenu {
    font-size: 0.9rem;
    list-style-type: none;
}

.overlaytwo.opened {
    display: block;
    visibility: visible;
    opacity: 1;
}

.overlaytwo {
    display: none;
    visibility: hidden;
    opacity: .01;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.closemobil {
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.closemobil i {
    padding-right: 1rem;
}

.overlay.open {
    display: block;
    visibility: visible;
    opacity: 1;
}

.overlay {
    display: none;
    visibility: hidden;
    opacity: .01;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.closecart {
    width: 100%;
}

.closecart>.fas {
    display: block;
    float: left;
    font-size: 1.2rem;
}

.cartbox {
    padding: 1rem 0 0
}

.navbar-collapse .cartbox {
    padding: 1rem 0.6rem;
}

a.gotocheckout {
    width: 100%;
    margin-bottom: 0.2rem;
}

a.gotocart,
a.gotocart:any-link {
    width: 100%;
    font-size: 0.9rem;
}

a.gotocart:hover {
    width: 100%;
    background: #e3e3e3 !important;
    color: var(--ga-green) !important;
}

.errormessage {
    border: 1px solid #b01d00;
    border-radius: 3px;
    color: #b01d00;
    padding: .375rem .75rem;
    background: #fcc;
    margin: 0.5rem 0 1rem;
}

.newadress .form-group {
    margin-bottom: 0.5rem;
}

.newadress .form-group label {
    margin-bottom: 0.2rem;
}

.chaddress {
    font-size: 0.85rem;
    font-weight: normal;
}

.chaddress>span.adressname {
    font-size: 0.9rem;
    font-weight: 600;
}

.newadress input:focus {
    border-color: var(--ga-green);
    box-shadow: none;
    outline: 0 none;
}

.errormessage>p,
.infomessage>p {
    padding: 0;
    margin: 0;
}

.inputRequirement {
    display: none;
    visibility: hidden;
}

.infomessage,
.ok {
    border: 1px solid var(--ga-green);
    border-radius: 3px;
    color: var(--ga-green);
    padding: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #f9ffec;
    margin-bottom: 1rem;
}

.refreshbutton {
    background: transparent;
    border: none;
    color: #666;
}

.refreshbutton:hover {
    color: #ccc;
}

.emptytext {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.emptytext_big {
    font-size: 1rem;
    font-weight: 600;
}

.cartlist>.row {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

.cartlist {
    font-size: 0.8rem;
    overflow-x: hidden;
}

.banners a:any-link,
.banners a:hover {
    text-decoration: none;
}

.cartb {
    position: relative;
}

.activecart {
    background: #c9ec76;
    color: var(--ga-darkgrey);
    border-color: #fff;
}

.cartpos {
    font-size: 0.7rem;
    position: absolute;
    display: block;
    right: -10px;
    top: -10px;
    padding: 0.2rem 0.5rem;
    background: var(--ga-green);
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}

.cartlist a:any-link {
    color: var(--ga-darkgrey);
}

.tsdes {
    font-size: 0.8rem;
    color: var(--ga-darkgrey);
    padding-top: 0.8rem;
}

.tsdes>b {
    color: var(--ga-green);
}

.tsdes:hover>b {
    color: #95c11f;
    text-decoration: underline;
}

.howtopay .payments {
    max-width: 100%;
    width: 250px;
    padding-top: 0;
}

.footer h3,
.footer h3:any-link {
    font-size: 0.9rem;
    color: var(--ga-darkgrey);
    font-weight: 700;
    padding-bottom: 0.5rem;
}

.qtysmall,
.cartlistpreis {
    display: inline-block;
    padding-right: 0.3rem;
    color: var(--ga-grey);
}

.mintaxinfo {
    display: block;
    font-size: 0.7rem;
    white-space: nowrap;
}

.lh1 {
    line-height: 1;
}

.smlcartsum {
    font-size: 0.9rem;
    font-weight: 600;
}

.smlcartsum2 {
    font-size: 1rem;
    font-weight: 600;
}

.nolbr {
    white-space: nowrap;
}

.cartlistpreis {
    padding-left: 0.3rem;
}

.cartsmalldel:hover {
    opacity: 0.7;
}

.tslogo {
    text-align: right;
}

.cartlist>.row:last-child {
    border-bottom: none;
    padding-bottom: 1rem;
}

td.cartart {
    border-right: none;
}

td.cartname {
    border-left: none;
}

.cartart>img {
    max-width: 100px;
}

.delivery_mwst_preorder {
    color: var(--ga-green);
    font-weight: 600;
}

.order_table>thead>tr>th {
    font-size: 0.75rem;
    text-align: center;
    font-weight: 600;
    background: #fbfbfb;
    color: var(--ga-green);
    padding: 0.2rem 0.4rem;
}

.hideonnoscript {
    display: none;
}

.order_table>thead>tr>th:first-child {
    text-align: left;
}

td.cartsum {
    text-align: right;
    padding-right: 0.3rem;
    border-right: none;
    white-space: nowrap;
    font-weight: 600;
}

.tsimg {
    max-height: 75px;
}

.order_table {
    margin-bottom: 0;
}

.ord_subtotal table {
    border: none;
    margin-bottom: 0;
}

.boxsub {
    padding: 0.6rem 1rem;
    border: 1px solid #dee2e6;
    border-top: none;
}

.ord_subtotal table>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 0.4rem;
    font-size: 0.8rem;
}

.ord_subtotal table>tbody>tr:last-child>td {
    white-space: nowrap;
    border-bottom: none;
}

.ord_subtotal .carttotalsum {
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: bottom;
}

.ord_subtotal .carttotalsumtext {
    font-size: 0.9rem;
    font-weight: 700;
    vertical-align: bottom;
}

.ord_subtotal table>tbody>tr>td:nth-child(2) {
    white-space: nowrap;
    text-align: right;
}

td.cartdelbutton {
    border-left: none;
    white-space: nowrap;
}

td.cartsingleprice {
    white-space: nowrap;
    font-weight: 600;
    text-align: center;
}

td.cartquantity>input {
    border: 1px solid var(--ga-green);
    text-align: center;
    border-radius: 3px;
}

th.cartartheader {
    width: 70%;
}

.fs9 {
    font-size: 0.9rem
}

.fs8 {
    font-size: 0.8rem
}

.fs7 {
    font-size: 0.7rem
}

.fs12 {
    font-size: 1.2rem
}

.cartmodelnr,
.cartshipping {
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
}

#gift_coupon .btn {
    background: var(--ga-darkgrey);
}

#gift_coupon .btn .fa {
    color: #3ece2a;
    padding-left: 3px;
    display: none;
}

#gift_coupon .input-group-append.success .btn .fa {
    display: inline-block;
}

.lhighnormal {
    line-height: normal;
}

.fwnor {
    font-weight: normal;
}

.checknav {
    margin-bottom: 2rem;
}

.shipchoose {
    margin-bottom: 2rem;
}

.accountcont .delivery_partial,
.shipchoose .delivery_partial,
.printcontainer .delivery_partial,
.checkoutbox .delivery_partial {
    display: flex
}

.checkoutbox {
    padding: 0.4rem 1rem;
    border: 1px solid #ededed;
    padding-bottom: 0.5rem;
}

.checkoutbox h4 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #ededed;
}

.checknav span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 1.1rem;
}

a.btn,
a.btn:any-link {
    color: #fff;
}

a.btn:hover {
    color: #ebffb3;
}

.clickable {
    cursor: pointer !important;
}

a .tnyhousehead {
    font-weight: 700;
    text-align: left;
    margin: 0;
}

a .tnyhoustext {
    font-size: 0.7rem;
    text-align: left;
    color: #222 !important;
}

a.btnback,
a.btnback:any-link,
.graybtn,
.graybtn:any-link {
    background: #eee;
    color: var(--ga-darkgrey);
    text-decoration: none;
}

a.btnback,
.graybtn {
    background: #eee;
    color: var(--ga-darkgrey);
    text-decoration: none;
}

.graybtn:hover {
    color: #222;
    background-color: #fff;
}

a.btnback>.fas {
    display: inline-block;
    padding-right: 0.6rem;
}

.btncont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btncont>.fas {
    display: inline-block;
    padding-left: 0.6rem;
}

.checkoutchoose {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.checkoutchoose.selectedclick {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#83b300+1,83b300+100&0+0,0.19+99 */
    background: rgba(131, 179, 0, 0.19);
    font-weight: 600;
}

.checkoutbox div.checkoutchoose:last-child {
    border-bottom: none;
}

.checknav span:after {
    color: #eee;
    border-left: 20px solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -20px;
    z-index: 999;
}

.paydesc {
    font-weight: normal;
}

.payment_costs {
    font-weight: 600;
    white-space: nowrap;
}

.shipping_costs {
    font-weight: 600;
    white-space: nowrap;
}

.modal-content {
    padding: 1.5rem;
}

.checknav span.active:after {
    color: var(--ga-green);
}

.checknav span {
    background-color: #eee;
    display: inline-block;
    position: relative;
}

.checknav span:last-child {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.checknav span.active {
    font-weight: 700;
    background: var(--ga-green);
    color: #fff;
}

.checkoutbut {
    padding-top: 0.5rem;
}

.checkoutb,
.backbtn {
    width: 100%;
}

@media (min-width: 576px) {

    .checkoutb,
    .backbtn {
        max-width: 100%;
        width: 250px;
    }
}

.checkoutb>.fas {
    display: inline-block;
    padding-left: 0.5rem;
}

.form-signin {
    padding: 15px;
}

#loginbox {
    width: 300px;
    padding-bottom: 1rem;
}

.logbox h4 {
    font-size: 1rem;
    margin-bottom: 0;
    border-top: 1px solid #e3e3e3;
}

.reglink {
    display: block;
    padding-left: 0.2rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e3e3;
}

.reglink>span {
    display: block;
    width: 100%;
}

.reglink>.newhere {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ga-green);
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin h3 {
    font-size: 0.9rem;
    padding-left: 0.2rem;
}

.forgot {
    font-size: 0.7rem;
    padding-left: 0.2rem;
}

.dropdown-menu {
    z-index: 99999;
}

.logbox>.nav-item {
    font-size: 0.85rem;
    padding: 3px 15px;
}

.logbox .arrow_box::before {
    left: 0;
}

/******************* PRODUCTS ***************/


h1.zvermin {
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
}

h2.zvermin2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    padding-left: 10px;
    color: #000;
}

.zervtext {
    text-align: justify;
    line-height: 170%;
}

.navzev {
    background-color: #000;
    border-bottom: none;
}

.navzev>li {
    border: none;
}

.navzev>li>a {
    border-radius: 0;
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.navzev>li.active>a {
    background-color: #ffd600;
    color: #000;
}

.navzev>li.active>a,
.navzev>li.active>a:hover,
.navzev>li.active>a:focus {
    border: none;
}

.navzev>li>a:hover,
.navzev>li>a:focus {
    background-color: #ffd600 !important;
    color: #000 !important;
}

.tabzev {
    background-color: #ffd600;
    padding: 20px;
}

.tabzev h2 {
    padding-top: 15px;
    color: #1a1a1a;
    font-size: 20px;
}

.zervtext h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
}

.zervtext>ul {
    text-align: left;
}

.zervtext h4 {
    padding-top: 15px;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

.tabzev table {
    font-size: 14px;
    border-spacing: 2px;
    border-collapse: separate;
    width: 100%;
}

.tabzev table>tbody>tr>td {
    background-color: #fff;
    padding: 4px 25px;
}

.tabzev table>tbody>tr>td:first-child {
    background-color: #d2d2d2;
    width: 30%;
}

.szdd {
    background-color: #ffd600;
    padding: 0;
}

.montdesc {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.zddrow {
    margin-left: -25px;
    margin-right: -25px;
}

a.docu:hover {
    background-color: rgb(245, 251, 255);
    color: #222;
    text-decoration: none !important;
}

a.docu,
a.docu {
    display: block;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px;
    margin: 2px;
    width: 100%;
    font-size: 0.8rem;
    color: #555555;
    border: 1px solid #e2e2e2;
}

.break .tab-content {
    padding: 0.7rem;
    background: #fff;
}

.howbigspeichr:any-link {
    padding: 1rem 2rem;
    color: #fff !important;
    font-size: 1.2rem;
    background: var(--ga-lightblue);
    display: block;
    width: 380px;
    max-width: 80%;
    margin: 0 auto 3rem;
    font-weight: 700;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .55);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .55);
    line-height: normal;
    text-decoration: none !important;
    text-align: center;
}

.howbigspeichr>small {
    font-size: 0.8rem;
}

.tabzev #Download ul>li {
    padding-left: 5px;
    list-style: none;
    line-height: 24px;
    padding-bottom: 10px;
}

.tabzev #Download ul>li>span {
    padding-right: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #5B5B5B;
}

.customerbox {
    min-width: 17rem;
}

.customerbox .nav-item {
    padding: 0.5rem 0;
}

.customerinfobox {
    padding-bottom: 0.3rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #eee;
}

.greeting {
    font-size: 0.8rem;
}

.tabzev #Download ul>li>a,
.tabzev #Download ul>li>a:hover,
.tabzev #Download ul>li>a:focus,
.tabzev #Download ul>li>a:visited {
    color: #1a1a1a;
    text-decoration: none;
}

.liontron h3 {
    color: var(--ga-darkgrey);
}

.linotrontabs .nav-tabs li a {
    padding: 0.5rem;
}

.linotrontabs {
    padding-top: 1rem;
}

.factor {
    float: right;
}

.linotrontabs a:any-link,
.linotrontabs a:hover {
    text-decoration: none !important;
    cursor: default !important;
}

.sspvlft {
    padding: 30px;
}

.sspvlft>h1 {
    padding: 15px 0 20px;
    margin: 0;
    font-size: 28px;
    color: #2e53a4;
}

.sspvrow2 {
    margin-top: 15px;
    padding: 10px 0 15px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.sspv3>h1 {
    padding: 20px 0;
    margin: 0;
    font-size: 28px;
    color: #2e53a4;
}

.gray {
    color: var(--ga-darkgrey) !important;
}

.sspv4>h1 {
    padding: 0;
    margin: 0 0 20px;
    padding-top: 20px;
    font-size: 22px;
    color: #2e53a4;
    border-bottom: 2px solid #2e53a4;
}

.tablegrowa>thead>tr>td {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    background: #f1f2f2;
}

table.tablegrowa {
    border-spacing: 3px;
    border-collapse: separate;
}

.tablegrowa>thead>tr>td,
.tablegrowa>tbody>tr>td {
    padding: 5px;
    font-size: 12px;
    background: #f1f2f2;
    border: none;
}

.tablegrowa>tbody>tr>td[colspan="5"] {
    padding-top: 20px;
    font-size: 20px;
    background: #fff;
}

.sspvlft p {
    text-align: justify;
}

.sspvimg {
    width: 150px;
    height: auto;
    padding: 0;
    margin: 0;
}

.sspvscol h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #2e53a4;
    padding-bottom: 5px;
    padding-top: 20px;
}

.sspvscol p {
    text-align: justify;
    font-size: 12px;
}

.zversol h3,
.zversol h4,
.zervtext h4 {
    color: var(--ga-darkgrey) !important;
}

.sspvspacer {
    border-bottom: 2px solid #2e53a4;
    padding-top: 20px;
    margin-bottom: 20px;
}

.sspvpan {
    padding: 30px;
}

.sspvpan p {
    font-size: 13px;
    padding-bottom: 8px;
}

.sspvpan h2 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 30px;
}

.sspvpan:first-child h2 {
    padding-top: 0;
}

.sspvrow {
    margin-top: 25px;
}

.spbox>small {
    font-size: 90%;
}


.zervtext {
    text-align: justify;
    line-height: 170%;
}

.selfpvcattitle {
    color: #2e53a2;
    margin-bottom: 4rem;
}

.allinonepvcattitle {
    color: var(--ga-lightblue);
    margin-bottom: 4rem;
}

.awr,
.awr2,
.awr3 {
    padding: 2px 10px;
    font-size: 14px;
    margin-right: 3px;
    font-weight: 700;
    width: auto;
    color: #FFF;
    float: left;
    text-align: center;
}

.awr3 {
    font-size: 12px;
    background-color: #69a826;
}

.awr {
    background-color: #62b062;
}

.awr2 {
    background-color: #69a826;
}

.vicbesch p {
    text-align: justify;
}

.vicbesch div>p:last-child {
    padding-bottom: 20px
}

.vicbesch h2 {
    font-size: 17px;
    font-weight: 700;
    color: #4790d0;
    padding-top: 1rem;
}

.vicbesch h1 {
    font-size: 24px;
    color: #005aa1;
}

.vicbesch h3 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0 20px;
    margin: 0;
}

.vicbesch h1>span {
    font-size: 18px;
    color: #98c7fa;
}

.vicbesch .proimgbox>img {
    padding: 40px 5px 5px;
}

.vicbesch .break {
    background: #4790d0;
    padding: 1rem;
    margin-top: 3rem;
}

.tinyhouses h1,
.tinyhouses h3,
.tinyhouses h4,
.tinyhouses h6,
.tinyhouses h5 {
    color: var(--ga-darkgrey);
}

.head122 {
    font-size: 16px;
    font-weight: 700;
    color: #a24583;
    padding: 0;
    margin: 10px 0 20px;
    border-bottom: 2px solid #a24583;
}

.mpvrel {
    position: relative;
    left: 0;
    top: 0;
    z-index: 998;
    min-width: 70%;
    background: rgba(255, 255, 255, 0.8);
}

@media(min-width: 768px) {
    .mpvrel {
        position: absolute;
        top: 20px;
    }

    .mpvrel h1 {
        margin-bottom: 0;
    }
}

.mpvrel img {
    max-width: 240px;
}

.mpvrel h1 {
    line-height: 1.2;
    font-size: 1.8rem;
    padding-top: 6px;
}

.mpvrel h1 span {
    font-size: 1rem;
    line-height: 1;
    display: block;
}

.mobiltop {
    text-align: center;
}

.lightpvcattitle,
.headlpv {
    color: #a24583;
}

.headlpv {
    font-size: 1.2rem;
}

.vicbesch .break .nav-tabs>li>a,
.vicbesch .break .nav-tabs>li>a:hover {
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1rem;
    text-decoration: none !important;
}

.vicbesch .break .nav-tabs {
    border-bottom: 7px solid #4790d0;
}

.spbox {
    text-align: center;
    width: 33%;
    border: 1px solid #fff;
    float: left;
    padding: 4px 10px 10px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e64b7+0,5782e0+53,6a90e2+100&amp;1+0,1+93,0+94 */
    background: -moz-linear-gradient(-45deg, rgba(62, 100, 183, 1) 0%, rgba(87, 130, 224, 1) 53%, rgba(103, 142, 226, 1) 93%, rgba(103, 142, 226, 0) 94%, rgba(106, 144, 226, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(62, 100, 183, 1)), color-stop(53%, rgba(87, 130, 224, 1)), color-stop(93%, rgba(103, 142, 226, 1)), color-stop(94%, rgba(103, 142, 226, 0)), color-stop(100%, rgba(106, 144, 226, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(62, 100, 183, 1) 0%, rgba(87, 130, 224, 1) 53%, rgba(103, 142, 226, 1) 93%, rgba(103, 142, 226, 0) 94%, rgba(106, 144, 226, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(62, 100, 183, 1) 0%, rgba(87, 130, 224, 1) 53%, rgba(103, 142, 226, 1) 93%, rgba(103, 142, 226, 0) 94%, rgba(106, 144, 226, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(62, 100, 183, 1) 0%, rgba(87, 130, 224, 1) 53%, rgba(103, 142, 226, 1) 93%, rgba(103, 142, 226, 0) 94%, rgba(106, 144, 226, 0) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(62, 100, 183, 1) 0%, rgba(87, 130, 224, 1) 53%, rgba(103, 142, 226, 1) 93%, rgba(103, 142, 226, 0) 94%, rgba(106, 144, 226, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e64b7', endColorstr='#006a90e2', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.spbox p {
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap;
}

.stpvbox {
    text-align: center;
    width: 20%;
    border-left: 4px solid #fff;
    border-right: none;
    float: right;
    padding: 4px 10px 10px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e64b7+0,5782e0+53,6a90e2+100&amp;1+0,1+93,0+94 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb950f+0,f58c03+44,de7e00+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9a751+0,e7a043+44,e8972e+100 */
    background: #e9a751;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e9a751 0%, #e7a043 44%, #e8972e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e9a751), color-stop(44%, #e7a043), color-stop(100%, #e8972e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #e9a751 0%, #e7a043 44%, #e8972e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #e9a751 0%, #e7a043 44%, #e8972e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #e9a751 0%, #e7a043 44%, #e8972e 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #e9a751 0%, #e7a043 44%, #e8972e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9a751', endColorstr='#e8972e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.pi5 {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.pi5_name {
    font-size: 14px;
    font-weight: 700;
}

.pi5_name a {
    text-decoration: none !important;
    color: #444;
}

.pi5_man_img {
    max-width: 80px;
    height: auto;
    margin-bottom: 5px;
}

.pi5_desc {
    font-size: 11px;
    color: #666;
}

.pi5_preis {
    font-size: 22px;
    color: #555;
}

.pi5_info {
    font-size: 9px;
}

.pi5 .buyb {
    font-size: 10px;
    padding: 2px;
}

.pi5 input[type="text"] {
    font-size: 10px;
    padding: 2px;
}

.pi5_ship {
    font-size: 9px;
}

.pi5_shipimg {
    max-width: 50%;
    height: auto;
}

.pi6 {
    padding: 5px;
    border: 1px solid #cdcdcd;
    margin-bottom: 5px;
    border-radius: 3px;
    margin-right: 5px;
}

.pi6_name {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0 0 5px;
}

.pi6_name a {
    color: #666;
}

.pi6_link {
    text-decoration: none !important;
}

.bc1 h3 {
    font-size: 16px;
    color: var(--ga-darkgrey);
}

.bc2 h3 {
    font-size: 18px;
    color: #e18941;
}

.cusbox {
    padding: 0 20px 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 10px;
}

.cvort {
    font-size: 12px;
    padding: 15px;
}

.cvort h1 {
    color: #e18941;
    font-size: 18px;
}

.stfu {
    font-size: 12px;
    text-align: justify;
}

.bc2 p {
    text-align: justify;
}

.bc2 h2 {
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
}

.bc2 h4 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
    padding: 0;
    color: #666;
}

.tbldata h2,
.bc2 .tbldata h2 {
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.bc4 {
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}



h1.hebd3 {
    font-size: 24px;
    color: #5ebc5c;
    border-bottom: 2px solid #5ebc5c;
    margin-bottom: 15px;
}

h1.hebd2 {
    font-size: 24px;
    color: #e18941;
    border-bottom: 2px solid #e18941;
    margin-bottom: 15px;
}

h1.hebd2 {
    padding-top: 20px;
}

.bordinfo h1 {
    color: #666 !important;
}

.stpvbox p {
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.miniinfo {
    font-size: 10px;
    color: #666;
    padding-left: 10px;
    padding-top: 5px;
}


.vicbesch .break .nav-tabs>li>a[aria-selected="true"] {
    background-color: #fff !important;
    color: #005aa1 !important;
}

.vicbesch .break .nav-tabs>li:hover>a {
    background-color: #fff !important;
    color: #005aa1 !important;
}

.vicbesch .break .nav-tabs>li:hover>a {
    color: #005aa1;
}

.viclogo {
    width: 65%;
    height: auto;
}

.bgw {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 5px;
}

.file_pdf {
    padding: 5px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 20px;
    border-radius: 7px;
    background-color: #ed706a;
}

.file_app {
    padding: 5px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 20px;
    border-radius: 7px;
    background-color: #5E8ACF;
}

.file_XLS {
    padding: 5px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 20px;
    border-radius: 7px;
    background-color: #54B850;
}

.dowtabs>li>a {
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    border: 1px solid #ddd;
}

.dowtabs>li .active {
    background-color: #FFFFFF;
    font-weight: 700;
}

.dowtabs>li.active>a {
    background-color: #FFFFFF;
}

.dowtabs>li {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f5ef+61,eaf0e6+87,e0e9db+94,d1dfc9+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f5ef 61%, #eaf0e6 87%, #e0e9db 94%, #d1dfc9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f5ef 61%, #eaf0e6 87%, #e0e9db 94%, #d1dfc9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f5ef 61%, #eaf0e6 87%, #e0e9db 94%, #d1dfc9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1dfc9', GradientType=0);
    /* IE6-9 */
}

.xpresspay .panel-body {
    padding: 0;
}

.xpresspay .panel-body .row {
    margin-left: 0;
    margin-right: 0;
}

.xpresspay input[type="submit"] {
    background-color: #69a826;
    padding: 5px;
    border: none;
    border-radius: 5px;
    margin: 3px;
    color: #fff;
    font-weight: 700;
}

.xpresspay input[type="submit"]:hover {
    background-color: #96c267;
}

.dowcont {
    padding: 30px;
    border: 1px solid #ddd;
    border-top: none;
}

.selfcatlogo,
.allinonecatlogo {
    max-height: 70px;
}

.storepvcatlogo {
    max-height: 70px;
}

.title_offgridpv,
.storepvcattitle {
    color: var(--ga-orange);
    margin-bottom: 4rem;
}

.desc {
    font-size: 0.8rem;
    color: var(--ga-darkgrey);
}

.tbldata {
    font-size: 0.75rem;
}

.tbldata tr>td,
.tbldata>th>td {
    padding: 0.4rem 0.5rem;
}

.tbldata h2 {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.tbldata>thead>tr>th,
.tbldata>thead>tr>td {
    border: none;
}

.bc1 p {
    text-align: justify;
}

.bc1 {
    padding-bottom: 3rem;
}

a.docu:hover {
    background: #f2f2f2;
}

.file_pdf {
    padding: 0.1rem 0.3rem;
    font-weight: 700;
    font-size: 0.8rem;
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 8px;
    border-radius: 3px;
    background-color: #e4271d;
}

.title_selfpv,
.selfpv h1,
.selfpv h4 {
    color: var(--ga-blue);
}

.editpackage {
    font-size: 1rem;
    color: var(--ga-green);
}

.hebd {
    border-bottom: 2px solid var(--ga-green);
}

/*div.selfpv a:any-link{*/
/*    color: var(--ga-blue);*/
/*}*/

.selfpv h4 {
    font-size: 1.2rem;
}

.selfpv .lieferumfang h1,
.selfpv h1.hebd,
.selfpv h1.hebd1 {
    font-size: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--ga-blue);
}

.selfpv .lieferumfang {

    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.selfpv .bc1:last-child {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.selfpv .lieferumfang .table {
    font-size: 0.9rem;
}

.selfpv .lieferumfang .table small {
    font-size: 0.8rem;
}

.selfpv .lieferumfang .table>tbody>tr:first-child>td {
    border: none;
}

.spvborder {
    border-bottom: 1px solid var(--ga-blue);
}

.liontroncca {
    position: absolute;
    top: 0;
    left: -42px;
    width: 120px;
    min-height: 20px;
    z-index: 100;
    background: #fe9812;
    color: #000;
    padding: 0.4rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(0deg);
}

.liontroncca>b {
    font-size: 0.9rem;
}

.spezialdeal {
    position: absolute;
    top: 16px;
    left: 0;
    width: 150px;
    min-height: 20px;
    z-index: 100;
    background: var(--ga-green);
    color: #fff;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(-3deg);
}

.pd_big_image .spezialdeal .spezialdeal3 {
    left: 20px;
    top: 60px;
    transform: scale(1.3) rotate(0deg);
}

.spezialdeal2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 150px;
    min-height: 20px;
    z-index: 100;
    background: var(--ga-green);
    color: #fff;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(-3deg);
}

.pd_big_image .spezialdeal2 {
    left: 20px;
    top: 10px;
    transform: scale(1.3) rotate(0deg);
}

.selfpvlisting .spezialdeal {
    left: -10px;
}

.pd_big_image .liontroncca {
    left: 20px;
    top: 30px;
    transform: scale(1.3) rotate(0deg);
}

.spezialdeal>b {
    font-size: 1.0rem;
}

.spezialdeal3>b {
    font-size: 1.0rem;
}

div>.spezialdeal,
div>.spezialdeal3 {
    left: 100px;
}

.spezialdeal3 {
    position: absolute;
    top: 120px;
    left: -42px;
    width: 150px;
    min-height: 20px;
    z-index: 100;
    background: #DEB15C;
    color: #fff;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(-3deg);
}

.spezialdeal3.sale {
    position: absolute;
    top: 120px;
    left: 120px;
    width: 54px;
    height: 54px;
    z-index: 100;
    border-radius: 50%;
    background: var(--ga-salered);
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 0.7rem;
    line-height: 50px;
    font-family: "Varela Round", arial, sans-serif;
    transform: rotate(-5deg);
    border: 3px solid var(--ga-salered);
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.product_badges {
    position: absolute;
    top: 16px;
    left: -16px;
    z-index: 100;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    transform: rotate(-3deg);
}

.product_badges .product_badge {
    padding: 0.2rem 0.5rem;
    margin-bottom: 6px;
}

.badge_spezialdeal {
    background: var(--ga-green);
    color: #fff;
}

.pd_maininfo .product_badges {
    left: 16px;
}

.ausverkauft {
    position: absolute;
    top: 30px;
    left: -42px;
    width: 150px;
    min-height: 20px;
    z-index: 100;
    background: #ee2c2c;
    color: #fff;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(-3deg);
}

.pd_big_image .ausverkauft {
    left: 20px;
    top: 60px;
    transform: scale(1.3) rotate(0deg);
}

.zulauf {
    position: absolute;
    top: 30px;
    left: -42px;
    width: 150px;
    min-height: 20px;
    z-index: 100;
    background: #ffa500;
    color: #fff;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(-3deg);
}

.pd_big_image .zulauf {
    left: 20px;
    top: 60px;
    transform: scale(1.3) rotate(0deg);
}

.aetable tr>td[colspan="4"] {
    font-size: 1rem;
    padding-top: 1rem;
}

.teln1 {
    font-size: 25px;
    font-weight: normal;
    color: #69a826;
}

.contactbutton {
    background: #69a826;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    margin-top: 25px;
}

.contactbutton>i {
    display: inline-block;
    font-size: 1rem;
    padding-right: 0.65rem;
}

.contactbutton:hover {
    background: #82c937;
    color: #f1f7e5 !important;
}

.imgmontage {
    border-top-left-radius: 50px;
}

.selfpv .montagepartner {
    padding: 2rem 3rem;
}

.montagepartner h1>span {
    font-size: 1rem;
}

.selfpvfaq .panel-body {
    min-height: 150px;
    padding: 1rem;
}

.smlepad {
    padding-left: 2px;
    padding-right: 2px;
}

.selfpvfaq>.row>div {
    padding: 1rem 2rem;
}

.selfpvfaq>.row>div p {
    text-align: justify;
}

.selfpvfaq {
    padding: 2rem 3rem;
    border: 1px solid #2e53a2;
}

.enlbtn>.btn {
    width: 100%;
}

/*******************************************************/
.checkoutconftable>tbody>tr>td {
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;

}

@media (max-width: 575.98px) {

    .hidden-xs {
        display: none;
    }

    .tslogo {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .howtopay .payments {
        max-width: 180px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .footerlinks .nav-item {
        text-align: center;
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }

    .footer h3 {
        text-align: center;
    }
}

@media (max-width: 767.98px) {

    .footer .telinfo {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
        text-align: center !important;
        border-top: 1px solid #ddd;
    }

    .footer .telinfo .hotline,
    .footer .telinfo .number,
    .footer .abholung,
    .footer .abholung .hotline {
        text-align: center !important;
    }

    .pd_big_image>img {
        max-width: 100% !important;
        margin-bottom: 1rem;
    }

    .enlbtn>.btn {
        width: 100%;
        margin-top: 3px;
        border-radius: 0.25rem;
    }

    .selfpvcattitle,
    .storepvcattitle {
        font-size: 0.75rem;
    }

    .hidden-xs {
        display: none;
    }

    .tslogo {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .howtopay .payments {
        max-width: 180px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .footerlinks .nav-item {
        text-align: center;
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }

    .footer h3 {
        text-align: center;
    }

    .tsdes {
        text-align: center;
    }

    .tslogo {
        text-align: center;
    }

    .order_table>thead>tr>th,
    .order_table>tbody>tr>td {
        font-size: 0.7rem;
        padding: 0.3rem 0.2rem;
        white-space: normal;
    }

    .spezialdeal {
        transform: scale(0.7) !important;
    }

    .btntxt {
        display: none;
    }

    .addtocart>.fas {
        padding-left: 1rem;
    }

    th.cartartheader {
        width: auto;
    }

    p.confirmlink {
        font-size: 0.8rem;
    }

    .menubar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navmain .nav-link {
        font-size: 1rem;
    }

    html,
    body {
        overflow-x: hidden;
        /* Prevent scroll on narrow devices */
    }
}

@media (max-width: 991.98px) {

    .tsdes {
        text-align: center;
    }

    .tslogo {
        text-align: center;
    }

    .navmain .nav-link {
        font-size: 0.7rem;
    }

    .storepvcattitle,
    .selfpvcattitle,
    .lightpvcattitle {
        font-size: 1.1rem
    }


}

@media (max-width: 1199.98px) {

    .navmain .nav-link {
        font-size: 0.75rem;
    }

    .alltext,
    .selftext,
    .storetext {
        display: none;
    }

    .banners .bannerlogo {
        max-height: 40px;
        margin-bottom: 20px;
    }

    .bannerpreis {
        display: none;
    }

    .tsdes {
        padding-top: 0.2rem
    }

    .contactbutton>i {
        display: none;
    }
}

@media (max-width: 1399.98px) {

    .alltext,
    .selftext,
    .storetext {
        font-size: 0.9rem;
    }

    .bannerpreis {
        font-size: 2rem;
    }

    .bannerpreis small {
        font-size: 1rem;
    }

    .tsdes {
        padding-top: 0.2rem
    }

    .contactbutton {
        padding: 0.3rem 0.5rem;
    }
}

#ppplus {
    display: none;
}

.selectedclick #ppplus {
    display: block;
}

.forminfo {
    font-size: 0.7rem;
    margin-top: -0.75rem;
    padding: 0.5rem;
    padding-top: 0;
}

.addnewaddress {
    text-align: center;
    font-size: 5rem;
    line-height: 50px;
    text-decoration: none !important;
}

.addnewaddress>span {
    font-size: 0.9rem;
    text-decoration: none !important;
}

.errormessage_contact {
    padding: 0.6rem 0.8rem;
    border: 1px solid #b01d00;
    color: #b01d00;
    border-radius: 3px;
    background: #fcc;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

.addressshow {
    font-size: 1.1rem;
    padding-bottom: 2rem;
}

.errormessage_contact a,
.errormessage a {
    color: #b01d00;
    text-decoration: underline;
}

.errormessage_contact a:hover,
.errormessage a:hover {
    color: #d63110;
    text-decoration: underline;
}

.smaller {
    font-size: 80%;
}

.underline {
    text-decoration: underline;
}

.createaccount {
    margin-bottom: 60px;
}

.createaccount .form-row {
    line-height: normal;
}

.createaccount h2 {
    color: var(--ga-green);
    font-size: 1.625rem;
}

.createaccount h3 {
    font-size: 1.25rem;
}

.input-group-addon>a {
    background: #eceef0;
    height: 38px;
    width: 45px;
    border: 1px solid #ced4da;
    border-right-color: #eee;
    float: right;
    padding: 0.49rem 0.8rem;
    color: #666 !important;
    margin-left: -5px;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.accountbtn {
    background: #fff;
    padding: 1rem 2rem;
    width: 100%;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #444;
}

.accountbtn:hover {
    color: #888;
}

.accountbtn>.fas {
    font-size: 1.3rem;
    width: 40px;
}

.orderhistory {
    font-weight: 700;
}

.createaccount textarea:focus,
.createaccount input[type="text"]:focus,
.createaccount .form-control:focus,
.createaccount input[type="password"]:focus,
.createaccount input[type="datetime"]:focus,
.createaccount input[type="datetime-local"]:focus,
.createaccount input[type="date"]:focus,
.createaccount input[type="month"]:focus,
.createaccount input[type="time"]:focus,
.createaccount input[type="week"]:focus,
.createaccount input[type="number"]:focus,
.createaccount input[type="email"]:focus,
.createaccount input[type="url"]:focus,
.createaccount input[type="search"]:focus,
.createaccount input[type="tel"]:focus,
.createaccount input[type="color"]:focus,
.createaccount .uneditable-input:focus {
    border-color: var(--ga-green);
    box-shadow: none;
    outline: 0 none;
}

textarea:focus,
input[type="text"]:focus,
.form-control:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: var(--ga-green);
    box-shadow: none;
    outline: 0 none;
}

#search {
    -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.adressfav {
    font-size: 1.4rem;
    display: block;
    position: absolute;
    left: 0;
    top: -15px;
    color: #69a826;
}

.addresss {
    min-height: 250px;
}

.addresss .fa-edit,
.addresss .fa-trash-alt {
    font-size: 1.3rem;
    display: inline-block;
    padding: 0.4rem;
}

.adressfav>span {
    font-size: 0.9rem;
}

.ordershisttable {
    border: 1px solid #cdcdcd;
}

.tblsm {
    font-size: 0.8rem;
}

.tblsm>tbody>tr>td {
    padding: 0.3rem 0.8rem;
}

.ordershisttable>tbody>tr>td:last-child {
    text-align: right;
}

.form-pass {
    border-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.errormessage_contact>p {
    padding: 0;
    margin: 0;
}

#kontotypwahl {
    margin-bottom: 1rem;
}

.boxed,
.boxedteo {
    padding: 2rem;
    border: #ced4da 1px solid;
    border-radius: 0.25rem;
}

.boxedteo {
    padding: 0.6rem;
    font-size: 0.7rem;
}

.boxedteo:hover img {
    transform: scale(0.93);
}

.boxedteo>a,
.boxedteo>a:any-link {
    color: #888;
    text-decoration: none;
}

.boxedteo .boxtext {
    display: inline-block;
    min-height: 50px;
}

.print-table,
.print-table thead>tr>td,
.print-table tbody>tr>td,
.printcontainer {
    font-size: 12px;
    padding: 0.3rem;
}

.print-table thead>tr>td {
    background-color: #eee;
    font-weight: 700;
}

.print-table tr>td:last-child,
.ord_table_right.ord_width120 {
    text-align: right;
}

.printcontainer {
    max-width: 800px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--ga-darkgrey)
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

#back2Top {
    bottom: 0;
    right: 0;
    background: var(--ga-green);
    color: #fff;
    border-radius: 0;
    z-index: 999;
    width: 2.7rem;
    height: 2.7rem;
    overflow: hidden;
    display: none;
    cursor: pointer;
    position: fixed;
    text-align: center;
    font-size: 2.4rem;
    text-decoration: none;
}

@media(min-width: 576px) {
    #back2Top {
        bottom: 100px;
        right: 25px;
        border: 2px solid var(--ga-green);
        transition: 0.2s;
        border-radius: 50%;
    }

    #back2Top i {
        margin-top: 7px;
        display: block;
    }
}

#back2Top:hover {
    background-color: #fff;
    color: var(--ga-green);
}

body>#tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
    z-index: 9999 !important;
}

.award {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    z-index: 100;
    background: url("img/awardlabel.png") no-repeat;
    background-position: left;
    background-size: contain;
}

.pd_big_image>.award {
    left: 0;
    top: 100px;
    margin-top: 5%;
    width: 230px;
    height: 230px;
}

.garantieicon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    z-index: 100;
    background: url("img/garantieliontron.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.garantieicon3 {
    position: absolute;
    top: 0;
    left: 20px;
    width: 80px;
    height: 80px;
    z-index: 100;
    background: url("img/garantieliontron.png") no-repeat;
    background-position: center;
    background-size: contain;
    display: none;
}

.arcticicon {
    position: absolute;
    top: 0;
    left: -20px;
    width: 100px;
    height: 100px;
    z-index: 100;
    background: url("img/arcticicon.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.pd_big_image>.arcticicon {
    left: 0;
    width: 135px;
    height: 135px;
}

.pd_big_image>.garantieicon3 {
    display: block;
    left: 0;
    top: 130px;
    width: 130px;
    height: 130px;
}

.pd_big_image>.garantieicon {
    width: 120px;
    height: 120px;
}

.garantieicon2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    z-index: 100;
    background: url("img/garantieliontron.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.vslink1 {
    background-color: #188fad !important;
    font-size: 1.2rem !important;
    padding: 0.8rem 2.2rem !important;
    margin-bottom: 2px;
}

.vslink2 {
    background-color: #eaa31e !important;
    font-size: 1.2rem !important;
    padding: 0.8rem 2.2rem !important;
    margin-bottom: 2px;
}

.vslink3 {
    background-color: #43a1d4 !important;
    font-size: 1.2rem !important;
    padding: 0.8rem 2.2rem !important;
    margin-bottom: 2px;
}

.vslink {
    line-height: normal;
    color: white !important;
}

.vslink>span {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
}

.vshead {
    color: #666 !important;
    font-size: 1.2rem;
}

.vslink:hover {
    opacity: 0.9;
}

#accordion .card-header>button {
    width: 100%;
    min-height: 90px;
    display: inline-block;
    background: none;
    border: none;
    text-align: left;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    font-weight: normal;
    border-left: 4px solid #ccc;
}

#accordion .card {
    margin: 0.5rem 0;
}

#accordion {
    margin: 2rem 0;
}

#accordion .card-body {
    padding: 2rem 3rem;
}

#accordion .card-body p,
#accordion .card-body ul>li,
#accordion .card-body {
    font-size: 0.9rem;
}

#accordion .card-body h3 {
    font-size: 1rem;
}

#accordion .card-body p {
    margin-bottom: 1rem;
}

#accordion .card-body ul {
    list-style: none;
}

#accordion .card-body ul li::before {
    content: "\25AA";
    color: var(--ga-green);
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#accordion .card-body .highlight {
    color: var(--ga-green);
    font-weight: 700;
}

#accordion .card-body h2 {
    font-size: 1rem;
    color: var(--ga-green);
    margin-bottom: 1rem;
}

#accordion .card-body ul {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
}

#accordion .gobox {
    padding: 1rem;
    border: 1px solid #ccc;
}

#accordion .card-header>button .fas {
    padding-right: 10px;
}

#accordion .card-header>button:hover u {
    color: var(--ga-green);
}

#accordion .card-header>button .symbols {
    font-size: 0.9rem;
    padding-right: 20px;
}

#accordion .card-header>button[aria-expanded="true"] {
    background-color: #fafff6;
}

#accordion .card-header {
    background-color: #fff;
}

#accordion .card-header {
    border-radius: 0 !important;
}

#accordion .card-header>button:hover,
#accordion .card-header>button[aria-expanded="true"] {
    border-left: 4px solid var(--ga-green);
}

#accordion .card-header>button h2,
#accordion .card-header>button p {
    margin: 0;
    padding: 0;
}

#accordion .card-header>button h2 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

#accordion .card-header>button>span {
    font-size: 0.8rem;
    display: block;
}

#accordion .card-header {
    padding: 0;
}

.evt_warnhinweis {
    color: #094997;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    border: solid 3px #094997;
}

.komplettpacket .pdn {
    display: none !important;
}

.lieferumfang a:any-link {
    text-decoration: none !important;
    color: var(--ga-darkgrey);
    font-size: 0.8rem;
}

.komplettpacket .padd,
.komplettpacket .vicbesch {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.miniimg {
    max-width: 100px;
    height: auto;
}

.spezialdeal.sunman {
    background-color: #e70010;
}

.spezialdeal.ae {
    background-color: #edb03d
}

.zsiq_floatmain {
    bottom: 13px !important;
    right: 110px !important;
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
    right: initial !important;
    left: 50px !important;
}

.greenfriday {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    z-index: 100;
    background: url("img/Label_GreenFriday.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.pd_big_image .greenfriday {
    width: 150px;
    height: 150px;
}

.soldout {
    opacity: 0.3;
}

.nav-item.sale {
    background-color: #0f0f0f;
    background: var(--ga-salered);
}

.nav-item.sale:hover {
    background: var(--ga-salered-dark);
}

.nav-item.sale a {
    color: #fff;
}

.navpv>li.nav-item.sale:hover>a {
    color: #fff;
    background: inherit;
}

.selflinks1>li>a {
    width: 100%;
    text-align: center !important;
}

.symbolbild {
    display: none;
}

.pd_big_image .symbolbild {
    display: block !important;
    right: 10px;
    bottom: 5px;
    position: absolute;
    width: 150px;
    min-height: 20px;
    z-index: 100;
    color: #ccc;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    transform: scale(1.3) rotate(0deg);
}

.mig {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 50px;
    z-index: 100;
    background: url("img/madeingermany.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.pd_big_image .mig {
    display: block !important;
    right: 150px;
    bottom: 0;
    position: absolute;
    width: 200px;
    min-height: 40px;
    z-index: 100;
    background: url("/images/madeingermany.png") no-repeat;
    background-size: contain;
    color: #ccc;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
}

.socialcol nav {
    padding-bottom: 3px;
    border-bottom: 2px solid #eee;
    color: #ffffff !important;
}

.socialcol .socialbutton {
    font-size: 14px;
    border-radius: 50%;
    background-color: none;
    width: 23px !important;
    height: 23px !important;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    opacity: 0.65;
}

.socialbutton_bottom {
    font-size: 20px;
    border-radius: 50%;
    background-color: none;
    width: 40px !important;
    height: 40px !important;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 0.25rem;
}

.socialbutton_bottom:hover {
    border-color: #95c11f;
}

.socialbutton_bottom i {
    margin-top: 4px;
    display: inline-block;
    padding: 0.3rem;
}

@media (max-width: 576px) {
    .socialbutton_bottom {
        margin: 0 5px;
    }
}

.fa-instagram {
    padding-left: 1px;
}

.socialcol .socialbutton:hover {
    opacity: 1;
}

.seperate {
    border-right: 2px solid #eee;
    margin-right: 0.5rem;
    margin-top: 3px;
}

.szl {
    font-size: 0.8rem;
    display: inline-block;
    padding-right: 0.5rem;
}

.bware {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 90px;
    height: 90px;
    z-index: 100;
    background: url("img/b-ware.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.pd_big_image .bware {
    left: 30px;
    width: 150px;
    height: 150px;
}

.tv {
    position: absolute;
    /*bottom: 15px;
    left: 130px;*/
    bottom: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    z-index: 100;
    background: url("img/tv_label.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.coming-soon {
    position: absolute;
    bottom: 0px;
    left: 150px;
    width: 70px;
    height: 70px;
    z-index: 100;
    background: url("img/coming-soon_label.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.pd_big_image .tv {
    left: 300px;
    width: 120px;
    height: 120px;
}

/*Kontaktbutton:*/
.kontakt_btn {
    cursor: pointer;
    text-align: center;
    padding: 4px 15px;
}

.kontakt_btn_container {
    width: 100%;
}

.kontakt_btn_container a {
    width: 30%;
    float: right;
    margin: 0;
    font-size: .85rem;
    padding: 5px 0;
}

.kontakt_btn_top {
    border-top-left-radius: 10px;
    background-color: var(--ga-green);
}

.kontakt_btn_bottom {
    background-color: #2c70ac;
    /*border-bottom-right-radius:10px;*/
    margin: 20px 0 0 0;
}

.kontakt_btn_top:hover {
    background: linear-gradient(#77a809, #89c403);
}

.kontakt_btn_bottom:hover {
    background: linear-gradient(#2c70ac, #5197d2ff);
}

.kontakt_btn:active {
    position: relative;
    top: 1px;
}

/*3 Button Erweiterung */
.kontakt_btn_top2 {
    padding: 6px 26px;
    border-top-left-radius: 10px;
    background-color: #0070BA;
}

.kontakt_btn_container_mid {
    margin-top: 11px;
}

.kontakt_btn_mid {
    padding: 6px 15px;
    background-color: var(--ga-green);
}

.kontakt_btn_top_right {
    height: 51px;
    line-height: 2.7;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
}

/*Handy Kontakt*/
.handy_szl {
    font-size: 0.6rem;
    display: inline-block;
    width: 70px;
}

.handy_kontakt_btn_container_top {
    margin-top: 5px;
    width: 110px;
    float: left;
    font-size: 0.875rem;
    display: block;
}

.handy_kontakt_btn_container_bottom {
    margin-top: 5px;
    width: 120px;
    float: left;
    font-size: 0.875rem;
    display: block;
    margin-left: 10px;
}

.handy_kontakt_btn_top {
    padding: 6px;
    /*border-top-left-radius: 10px;*/
    background-color: var(--ga-green);
}

.handy_kontakt_btn_bottom {
    padding: 6px;
    background-color: #2c70ac;
    /*border-bottom-right-radius: 10px;*/
    margin: 10px 0 0 0;
}

.handy_kontakt_btn_top2 {
    padding: 6px;
    /*border-top-left-radius: 10px;*/
    background-color: #0070BA;
}

.handy_kontakt_btn_container_mid {
    margin-top: 6px;
    width: 87px;
    float: right;
    font-size: .6em;
}

.handy_kontakt_btn_mid {
    padding: 6px;
    /*border-top-left-radius: 10px;*/
    background-color: var(--ga-green);
}

.text_white {
    color: #fff !important;
}

.solarmodul_headline_manufact {
    margin-top: 10px;
}

.table_2col tbody tr td {
    width: 25%;
}

/*Label*/
a>.sunpower_etfe_label {
    position: absolute;
    left: 0;
    top: -10px;
    width: 200px;
}

.pd_big_image>.sunpower_etfe_label {
    display: none;
    position: absolute;
}

.selfpv_infobox {
    background-color: var(--ga-green);
    padding: 10px;
    color: white;
    border-radius: 10px;
    margin-bottom: 30px;
}

.productbox>div>a>.germany {
    position: absolute;
    top: 0px;
    left: 0px;
}

.germany {
    width: 150px;
    height: 75px;
    background: #f00;
    border-top: 25px solid #000;
    border-bottom: 25px solid #ffcc00;
    border-radius: 10px;
    position: absolute;
    color: white;
    padding-top: 4px;
    text-align: center;
    font-weight: 700;
}

.teillieferung {
    text-align: center;
    color: grey;
}

.powerstation_icons {
    height: 40px;
}

.powerstationtab>thead>tr>th {
    border-bottom: none;
}

.powerstationtab>tbody>tr>td:first-child {
    padding-top: 0;
}

.powerstationtab>tbody>tr>td {
    border-top: none;
    padding-top: 10px;
}


.ausverkauft_warenkorb_btn {
    height: 32px;
    width: 160px;
    background-color: var(--ga-green);
    float: right;
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.2rem 0.52rem;
    font-size: 1rem;
}

.ausverkauft_warenkorb_btn:hover {
    background: #83b300;
}

.ausverkauft_warenkorb_btn_list {
    height: 40px;
    width: 350px;
    background-color: var(--ga-green);
    float: right;
    color: #fff;
    text-align: center;
    padding-top: 9px;
}

.opac8 {
    opacity: 0.8;
}

/*Accordion Start*/

.accordion {
    margin: 40px 0;
}

.item-header {
    margin-bottom: 1px;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: var(--ga-green);
}

.accordion .item .item-header h2 button {
    font-size: 20px;
    padding: 15px 0 10px 15px;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

/*Accordion Ende*/

.hinweisbox_container {
    box-shadow: 3px 6px 5px -4px rgba(0, 0, 0, 0.66);
    background-color: var(--ga-green);
    color: white;
    font-weight: 600;
    font-size: .8em;
    margin: 0 0 10px 0;
}

.hinweisbox_container button {
    background: transparent;
    color: #fff;
    border: 0 none;
    text-align: center;
    width: 100%;
    font-size: 0.875rem;
    padding: 6px 0;
    transition: 0.2s;
}

.hinweisbox_container button:hover {
    font-size: 0.85rem;
    padding-top: 0.4rem;
}

.tageskontingent_hinweis {
    background-color: var(--ga-green);
    color: white;
    padding: 10px;
    text-align: center;
    opacity: 0.7;
}

.tageskontingent_zaehler {
    font-size: 0.7em;
    margin-top: 5px;
}

/* Send Reminder */
#backinstock_form.is-invalid .invalid-feedback {
    display: inline-block;
    font-weight: 600;
    width: auto;
}

#backinstock_form button {
    border: 0 none;
}

#backinstock_form .fa-check {
    display: none
}

#backinstock_form .fa-spinner {
    margin-left: 5px;
    color: #fff;
    display: none;
}

#bis_notes .bis_note.submitted {
    margin-bottom: 3rem !important;
}

#reminderMail {
    transition: 0.5s;
}

#reminderMail.signal {
    border: 2px solid #878888;
    box-shadow: 0 0 10px rgba(81, 81, 81, 0.25);
}

#reminderMail.signal::placeholder {
    color: var(--ga-green);
}

.accountcont .payment_info,
.printcontainer .payment_info {
    margin-top: 40px;
    background: #f3f3f3;
    padding: 30px;
    border-radius: 3px;
}

.accountcont h3 {
    font-size: 1rem;
}

/* Backend */
.backendbutton {
    float: right;
    text-align: center;
}

.socialcol nav {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.meta-nav {
    width: 50%;
    list-style: none
}

.meta-nav a {
    font-size: 0.8rem;
    display: inline-block;
}

.meta-nav button,
.socialcol button {
    background-color: #fff;
    color: var(--ga-green);
    border: 0 none;
    font-size: 0.8rem;
    display: inline-block;
}

.meta-nav button:hover {
    color: #95c11f;
}

.meta-nav-left {
    float: left;
    text-align: left;
}

.meta-nav-right {
    float: right
}

.meta-nav li {
    display: inline-block;
}

#infobox h2.modal-title {
    font-size: 1.5rem;
    color: var(--ga-green);
}

#infobox .modal-content {
    border-radius: 3px;
}

#infobox .modal-content h3,
#infobox .modal-content h5 {
    color: var(--ga-green);
    margin-bottom: 0.625em;
    font-size: 1.125rem;
    font-weight: 600;
}

#infobox .modal-footer {
    padding: 0 1rem;
    border-top: 0;
}

#infobox .modal-footer button {
    border: 0 none;
}

#infobox .modal-content p {
    font-size: 1em
}

@media (min-width: 1280px) {
    #infobox .modal-dialog {
        max-width: 800px;
        margin-top: 10%;
    }
}

/* Slider Home */
.stage_carousel .carousel-control,
#bs_homeslider .carousel-control {
    width: 10%;
    opacity: 0.2;
    transition: 0.3s;
}

.stage_carousel .carousel-control:hover,
#bs_homeslider .carousel-control:hover {
    width: 8%;
    opacity: 1;
}

/*Tabview für Artikel*/
.tabview p {
    text-align: justify;
}

.tabview div>p:last-child {
    padding-bottom: 20px
}

.tabview h2 {
    font-size: 17px;
    font-weight: 700;
    color: #4790d0;
    padding-top: 1rem;
}

.tabview h1 {
    font-size: 24px;
    color: #005aa1;
}

.tabview h3 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0 20px;
    margin: 0;
}

.tabview h1>span {
    font-size: 18px;
    color: #98c7fa;
}

.tabview {
    padding: 1rem;
    margin-top: 3rem;
    border: 1px solid var(--ga-green);
    border-radius: 10px;
}

.tabview .nav-tabs {
    border: none;
}

.tabview .nav-tabs>li {
    padding: 5px 0;
    margin: 5px 15px;
    background: var(--ga-green);
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
}

.tabview .nav-tabs>li>a {
    padding: 0.5rem 2rem;
    color: #fff;
    font-size: 1rem;
    text-decoration: none !important;
}

.tabview .nav-tabs>li>a:hover {
    color: var(--ga-green);
    background: white;
}

.tabview .tab-content {
    background: white;
    padding: 0.7rem;
}

.tabview ul>li {
    padding-bottom: 0.5rem;
}

.tabviewtable tbody>tr>td {
    border: none;
}

.mehrwertaktionshinweis {
    font-size: 0.65rem;
}

.table.package tr:first-child td {
    border-top: 0 none;
}

.table.package tr td .p_thumbnail {
    max-width: 80px;
    height: auto;
}

.table.package tr:first-child td:nth-child(2) {
    width: 2.5rem;
}

.table.package tr td a {
    color: var(--ga-darkgrey);
    display: inline-block;
    font-size: 0.8rem;
}

.table.package tr td a:hover {
    text-decoration: none;
}

.table.package tr td a:hover b {
    text-decoration: underline;
}

.table.package tr td a small {
    margin-top: 5px;
    display: block;
}

h2#lieferumfang {
    font-size: 24px;
    color: var(--ga-grey);
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

.cat-selfpv #lieferumfang {
    color: var(--ga-blue)
}

.cat-offgridpv #lieferumfang {
    color: var(--ga-orange)
}

.cat-heimspeichersysteme #lieferumfang {
    color: var(--ga-lightblue)
}

.cat-mobilpv #lieferumfang {
    color: var(--ga-green)
}

.socialcol .btn-info-modal {
    background: var(--ga-grey);
    color: #fff;
    float: right;
    margin-left: 3px;
    line-height: 1.4rem;
    padding: 5px 10px 7px;
    font-size: 1.25rem;
}

@media(min-width: 1025px) {
    .table.package tr td .p_thumbnail {
        height: 80px;
        width: auto;
    }

    .socialcol .btn-info-modal {
        font-size: 0.8rem;
        line-height: 1.5rem;
        padding: 0 8px 2px;
    }
}

.socialcol .nav_news {
    color: #fff;
    margin-left: 20px;
    font-size: 0.8rem;
    padding-top: 2px;
    float: left;
}

#topbar .socialcol.d-lg-none {
    margin-bottom: 0.6rem;
}

@media(min-width: 1024px) {
    #topbar {
        background: var(--ga-green);
    }

    #topbar .socialcol nav {
        border-bottom: 0 none;
    }

    #topbar .socialcol .socialbutton {
        font-size: 0.8rem;
        border-radius: 50%;
        background-color: transparent;
        width: 1rem !important;
        line-height: 24px;
        color: #fff;
        display: inline-block;
        text-align: center;
        opacity: 1;
        height: auto !important;
        transition: 0.2s;
    }

    #topbar .socialcol .socialbutton:hover {
        font-size: 0.9rem;
    }

    .socialcol .btn-info-modal {
        background: none;
        color: #fff;
        float: left;
        margin-left: 0;
        line-height: 1.5rem;
        padding: 0;
    }

    .socialcol .btn-info-modal .fa {
        font-size: 1rem;
        top: 1px;
        display: inline-block;
        position: relative;
        padding-right: 2px;
    }
}

.options_row_multi>.options_select>.custom-select {
    width: auto;
}


@media(max-width:1024px) {
    #bis_notes {
        margin-top: 1rem;
        padding: 0 30px;
    }

    #backinstock_form {
        padding: 0 15px;
    }

    #backinstock_form small {
        display: block;
        width: 100%;
    }
}

@media(max-width:768px) {
    .options_row_multi>.options_select>.custom-select {
        width: 100%;
        height: 50px;
    }

    #bs_gallery {
        margin-bottom: 1rem;
    }
}

@media(min-width:769px) {
    .goverlay {
        background: rgba(255, 255, 255, 0.96);
    }

    #bs_gallery .order-first .spezialdeal {
        left: 0;
    }

    .glightbox-clean .gslide-media {
        box-shadow: none !important;
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
        background: transparent;
    }

    .glightbox-clean .gnext svg path,
    .glightbox-clean .gprev svg path,
    .glightbox-clean .gclose svg path {
        fill: #000;
    }

    .glightbox-clean .gnext:hover svg path,
    .glightbox-clean .gprev:hover svg path,
    .glightbox-clean .gclose:hover svg path {
        fill: #fff;
    }
}

.p_stock {
    font-size: 0.875rem;
    font-weight: 600;
}

.p_stock_green {
    color: var(--ga-green)
}

.p_stock_orange {
    color: var(--ga-orange)
}

.p_stock_red {
    color: #E32020
}


/* MWST 2023*/

.mwst_validation_note {
    background: var(--ga-promotion);
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    font-weight: 600;
}

.mwst_valid_product {
    background: var(--ga-promotion);
    font-size: 0.7rem;
    color: #fff;
    padding: 1px 5px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}

.mwst_valid_cart {
    background: var(--ga-darkgrey);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 6px 12px;
    margin-right: -1px;
}

.mwst_valid_terms {
    background: var(--ga-darkgrey);
    font-weight: 600;
}

.mwst_unqualified_cart {
    color: var(--ga-promotion);
    font-weight: 700;
}

#mwst_qualified_products h2 {
    font-size: 1.5rem;
    color: var(--ga-green-br);
}

#mwst_qualified_products h3 {
    font-size: 1em;
    color: var(--ga-darkgrey);
}

#mwst_qualified_products h4 {
    font-size: 1rem;
}

#mwst_qualified_products p.mwst_unqualified_cart,
#mwst_qualified_products p.mwst_qualified_cart {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    display: block;
}

#mwst_qualified_products p.mwst_unqualified_cart>span,
#mwst_qualified_products p.mwst_qualified_cart>span {
    color: var(--ga-salered);
}

#mwst_qualified_products .mwst_address_label {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.2rem;
    color: var(--ga-green);
}

#mwst_qualified_products label a {
    text-decoration: underline;
}


#mwst_qualified_products .col {
    background: #e3e3e3;
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 4px solid var(--ga-promotion);
}

#mwst_qualified_products ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#mwst_qualified_products .form-check-label ul {
    list-style: disc;
    padding-left: 1rem;
}

#mwst_qualified_products .fc_mwst,
#mwst_qualified_products ul li,
#mwst_qualified_products label {
    font-size: 0.875rem;
}

#mwst_qualified_products ul li {
    padding-left: 20px;
    position: relative;
}

#mwst_qualified_products ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

#mwst_qualified_products #mwst_address {
    background: rgba(255, 255, 255, 0.3);
    border-top-width: 0;
    border-right-width: 0;
    border-bottom: 1px solid currentcolor;
    border-left-width: 0;
    border-radius: 0;
    margin: 4px 0;
    font-size: 0.875rem;
    display: none;
}

.mwst_valid_cart_table .text-ot_tax,
.mwst_valid_cart_table .value-ot_tax {
    background: #dfdfdf;
}

.accountcont .order_mwst_valid {
    color: var(--ga-green);
    font-weight: 600;
}

.mwst_price {
    text-align: right;
    padding-top: 0.5rem;
}

.mwst_price .info_preisnote,
.productbox .mwst_price {
    color: #000;
    font-size: 0.7rem;
    font-weight: 400;
    display: block;
}

.mwst_price .info_preisnote a:hover,
.productbox .mwst_price a:hover {
    text-decoration: underline;
}

.productbox .mwst_price .new_price_wotax,
.page_product .mwst_price .new_price_wotax {
    /*color: var(--ga-salered);*/
    color: var(--ga-green);
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: 0.2rem;
}

#checkout_address #mwst_qualified_products .form-check-label.fc_mwst::after,
#checkout_payment #mwst_qualified_products .form-check-label::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f061";
    position: absolute;
    left: -45px;
    top: -1px;
    color: var(--ga-salered);
}

#checkout_payment #mwst_qualified_products .form-check-label {
    position: relative;
}

#checkout_address #mwst_qualified_products .form-check-label.fc_mwst {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
}

.top-produkt {
    width: 150px;
    height: 200px;
    background-image: url('/images/icons/shop_icon_top-produkt.png');
    background-repeat: no-repeat;
    background-size: 60px 80px;
    position: absolute;
    left: 10px;
    top: 0;
}

.pd_big_image>.top-produkt {
    left: 50px;
    top: 50px;
    background-size: 90px 120px;
}

.subcat_title2 {
    width: 100%;
    text-align: center;
}

/*Filter start*/
.tags_bar_item>form>select,
.sort_bar_item>form>select,
.sort_bar_item>form>select>option,
.tags_bar_headline {
    width: 100%;
    height: 30px;
    font-size: 0.8rem;
    background-color: #eee;
    border: none;
    margin: 5px;
    /*border-radius: 30px;*/
    text-align: center;
}

.sort_bar_item,
.tags_bar_item {
    float: left;
    width: 100%;
}

.filter_sort_button {
    width: 100%;
    float: left;
    background: #C9EC76;
    color: black;
    padding: 5px 0 5px 10px;
    /*border-radius: 30px;*/
    font-size: 0.8rem;
    text-align: center;
    margin: 5px;
}

.sort_bar_item:nth-child(2),
.sort_bar_item:nth-child(3),
.tags_bar_item:nth-child(1) {
    display: none;
}

.sort_bar_item,
.tags_bar_item {
    width: 200px;
    margin-right: 5px;
}

.tags_bar_headline {
    width: 405px;
    float: left;
    line-height: 2.3;
    margin-right: 0;
}

.filter_label {
    width: 200px;
    float: left;
    height: 100px;
}

.filter_bar {
    height: 100px;
}

/*Filter ende*/
.label-usp {
    position: absolute;
    bottom: 0;
    left: 10px;
    min-height: 20px;
    z-index: 100;
    background: var(--ga-green);
    color: #fff;
    padding-top: 0.25rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: normal;
    font-family: "Varela Round", arial, sans-serif;
    width: 60px;
}

/*
.standard-template > div > h2{
    color: #c0ffee!important;
    font-weight: bolder!important;
    font-size: 1.4rem!important;
    padding: 0px!important;
    margin: 0px!important;
}

.standard-template > div > h3{
    color: #bada55!important;
    font-weight: bold!important;
    font-size: 1.2rem!important;
    padding: 0px!important;
    margin: 0px!important;
}*/

.mwst-true {
    display: block;
}

.mwst-false {
    display: none;
    white-space: nowrap;
    text-align: right;
    ;
}

#gift_coupon .fieldtext,
.mwst_terms_check .heading {
    font-size: 0.85rem;
    font-weight: bold;
}

#gift_coupon .input-redeem_code {
    display: none;
}

/*BalkonPV Relaunch Juni 2023*/

.ui-state-active {
    border: 1px solid var(--ga-green) !important;
    background: var(--ga-green) !important;
}

.balkonpv>.mpvrel {
    left: 15px;
    min-width: auto;
    top: 0;
    margin-top: 20px;
}

.balkonpv>.mpvrel>h1 {
    line-height: 1.8;
    text-align: center;
    padding: 0px;
    font-size: 1.7rem;
    float: left;
    padding: 0 1rem;
}

.balkonpv>div>div>h2,
#balkon_kateg_mehr>h2 {
    margin: 40px 0 15px 0;
    padding: 0;
    color: var(--ga-green);
    font-weight: 600;
    font-size: 1.3rem;
}

#balkon_kateg_ausklapp,
#balkon_kateg_einklapp {
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    padding: 10px;
    color: var(--ga-grey);
    border: 1px solid var(--ga-grey);
}

#balkon_kateg_einklapp:hover {
    background: var(--ga-green);
    color: white;
}

#balkon_kateg_mehr>ul,
#accordion5>p,
#accordion6>p,
#accordion>div>ol,
#accordion>div>div>div>ul,
#accordion>div>ul,
.balkonpv>div>div>div>.readmore,
#accordion5>div>ol>li,
.cat_description>div>div>ul {
    font-size: 0.875rem;
}

.info_rund {
    margin: 50px 0px;
}

.balkon_kateg_usps {
    margin-bottom: 20px;
}

.balkon_kateg_usps>div {
    text-align: center;
}

.balkon_kateg_usps>div>h3 {
    margin: 5px 0 20px 0;
    padding: 0;
    color: var(--ga-darkgrey);
    font-weight: 100;
    font-size: 1.1rem;
}

.balkon_kateg_usps>div>img {
    height: 80px;
}

.balkon_kateg_usps>div>h3>span {
    font-weight: 600;
}

.cross_info {
    color: yellowgreen;
    margin-right: 10px;
    font-size: 1.6rem;
    float: left;
}

.balkon_categ_icon_big {
    font-size: 4rem;
    color: var(--ga-green);
    margin: 10px;
}

.balkonpv>h2,
.balkonpv>div>h2,
.balkonpv>div>div>h2,
#balkon_kateg_mehr>div>div>h2 {
    padding: 0;
    margin-top: 30px;
    color: var(--ga-green);
    font-weight: 600;
    font-size: 24px;
    border-bottom: 2px solid;
}

.ui-widget-content>p>.akkordeon_link {
    color: var(--ga-green);
}

.labeltext {
    font-size: 0.7rem;
    margin-bottom: 0.1rem !important;
}

.modal-info-btn {
    margin: 0;
    background: none;
    color: var(--ga-green);
    padding: 0;
    border: none;
}

.akkordeon_link,
.ui-widget-content a.akkordeon_link {
    color: var(--ga-green);
    cursor: pointer;
}

/*
.p_detail_navi_intro{
    font-size: 0.82rem;
}*/

.balkon_please_choose {
    line-height: 2;
}

.labeltext>.btn:hover {
    background-color: var(--ga-green);
    color: white;
    border-radius: 12px;
}

.labeltext>.btn {
    width: 24px;
}

#Lieferumfang,
#accordion,
#Downloads,
#Aufbauanleitung,
#Daten,
#Artikelbeschreibung,
#Beispiele,
.listingcontainer {
    scroll-margin-top: 20px;
}

.volkssolaranlage_selbstabholung {
    background: var(--ga-green);
    width: 200px;
    text-align: center;
    height: 40px;
    font-size: 1rem;
    line-height: 2.5;
}

.volkssolaranlage_selbstabholung>a {
    color: white;
    padding: 10px 20px;
}

.modal-footer .addtocart {
    width: auto !important;
}

.modal-footer .outline {
    cursor: pointer;
    color: var(--ga-grey) !important;
    border: 1px solid var(--ga-grey) !important;
    background: none;
}

.modal-footer .outline:hover {
    background: var(--ga-green) !important;
    color: white !important;
}

@media (max-width: 767.98px) {
    .modal-footer .btn {
        width: 100% !important;
    }

    .modal-footer .btntxt {
        display: block;
    }

    .modal-footer {
        flex-direction: column;
        gap: 1rem;
    }

    .modal-footer>:not(:last-child) {
        margin-right: 0;
    }

    .modal-footer>:not(:first-child) {
        margin-left: 0;
    }
}

#checkout_confirmation {
    width: 100%;
}

.font875 {
    font-size: 0.875rem;
}

.info-install {
    padding: 0.5rem;
    text-align: center;
}

.werbetext {
    width: 100%;
    height: 110px;
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}

.werbetext .werbetext_image {
    background: url('./img/Banner_installationsservice_pop_up.jpg');
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 110px;
    left: 0;
    top: 0;
}

.werbetext .werbetext_text {
    position: absolute;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    /*padding: 2rem;*/
    color: var(--ga-green);
    font-weight: 600;
    width: 100%;
    font-size: 1.15rem;
    min-height: 110px;
}

.footer-line-1,
.footer-line-2 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.footer-line-1 p {
    color: rgba(0, 0, 0, 0.5);
}

.footer-info {
    font-size: 0.75rem;
}

.footerlinks .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.footerlinks .nav-link:hover {
    color: rgba(0, 0, 0, 0.75);
}

.footer-line-3 {
    color: #9a9a9a;
}

.footer-line-3 a {
    font-weight: 600;
    color: #9a9a9a;
}

.footer-line-3 .copyright {
    font-size: 0.82rem;
}

.footer-line-3 .footer-info-nav {
    margin-block-start: 0;
    padding-inline-start: 0;
}

.footer-line-3 .footer-info-nav li {
    padding: 0px 2px;
    float: left;
    margin: 0 15px;
}

.footer-line-3 .footer-info-nav li:first-child {
    margin-left: 0;
    list-style: none;
}

.awards {
    gap: 1rem;
}

.footer {
    text-align: flex-start;
}

.awards {
    align-items: flex-start;
}

.footer-line-2 {
    gap: 0;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .awards {
        align-items: center;
    }

    .footer-line-2 {
        gap: 2.5rem;
    }
}

.awards .ta-award {
    width: 96px;
}

.awards .computerbild-award {
    width: 120px;
}

#pd_puprice .standard_price {
    text-align: right !important;
    font-size: 1.35rem;
}

#mwst_info {
    width: 100%;
}

.info-companyaccount {
    margin: 0 !important;
}

.modal-header span {
    color: #177334;
}

.balcony-template h1 {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    font-weight: 400;
    line-height: 1.3em;
    color: #7ea130;
}

.balcony-template .headline {
    max-width: 50rem;
    margin: 0 auto 1rem;
}

.balcony-template .subline {
    max-width: 47rem;
    margin: 0 auto;
}

.balcony-template h2 {
    font-size: clamp(1.375rem, 3vw, 1.5rem);
    font-weight: 400;
    line-height: 1.3em;
    color: #7ea130;
    padding: 1rem 0;
}

.balcony-template h3 {
    font-size: clamp(1rem, 3vw, 1rem);
    font-weight: 400;
    line-height: 1.4em;
    color: #7ea130;
}

.balcony-template h4 {
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #7ea130;
}

.balcony-template p {
    font-size: clamp(.8rem, 1.35vw, .8rem);
    font-weight: 300;
    line-height: 1.5em;
    list-style: none;
}

.balcony-template .subcatimg {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 3rem;
}

.balcony-template .subcatimg img {
    border-radius: 0.5rem;
    padding-bottom: 0;
}

.balcony-template .subcatimg .title {
    position: absolute;
    top: 0.45rem;
    left: 1.45rem;
    padding: 0.5rem;
    text-align: left;
    background-color: #ffffff;
    width: auto;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: clamp(1rem, 3vw, 1rem);
}

.balcony-template .subcatimg a:hover .title {
    background-color: #7ea130;
    color: #ffffff;
}

.balcony-template .navigation {
    margin: 0 auto;
}

.balcony-template .navigation .row {
    justify-content: center !important;
}

.balcony-template .navigation .offset-lg-1 {
    margin-left: 0;
}

.footer-line-3 .footer-info-nav li:last-child {
    list-style-type: none;
}

@media (max-width: 767px) {
    .footer-line-3 .footer-info-nav {
        list-style: none;
    }

    .footer-line-3 .footer-info-nav li {
        margin: 0;
    }
}

.announcmentbar {
    max-width: 100%;
    overflow: hidden;
    background-color: var(--ga-green);
}

.announcmenttext {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: announcment 35s linear infinite;
    color: #ffffff;
    padding: 0.5rem 0;
    font-weight: 100;
    font-size: 14px;
}

.announcmenttext span {
    display: inline-block;
    padding: 0 0.25rem;
}

@keyframes announcment {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.blackfriday_menu > a {
    background-color: black;
    color: white;
}

.blackfriday_menu > a:hover {
    background-color: white;
    color: black;
}

#topbar {
    background: #ffffff;
}

#topbar .socialcol .socialbutton {
    color: var(--ga-green);
}

.sale_menu a {
    background: #000000;
    color: #ffffff;
}

.sale_menu a:hover {
    color: #000000;
}

.spezialdeal4{
    background-color: black;
}

.announcmenttext a {
    color: #ffffff;
    text-decoration: none;
}