#feature_list
{
margin: 15px 0 0 -5px;
width: 850px;
}

p {
margin: 0;	
padding: 7px 0;
}

.clear {
clear: both;
line-height: 1px;
font-size: 1px;
}

a { 
outline-color: #666666;	
}


h3 {
margin: 0;
padding: 10px 0 0 0;
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
}

div#feature_list {
width: 1090px;
height: 410px;
overflow: hidden;
position: relative;
}

div#feature_list ul {
position: absolute;
top: 0;
list-style: none;	
padding: 0;
margin: 0;
}

ul#tabs {
left: 0;
z-index: 2;
width: 320px;
}

ul#tabs li {
font-size: 12px;
}
		
ul#tabs li img {
padding: 5px;
border: none;
float: left;
margin: 0 10px 0 0;
}

ul#tabs li a h3 {
padding-top: 7px;
}


ul#tabs li a 
{
background:  url('feature-tab-noselect60.png') no-repeat;
color: #01448D;
text-decoration: none;	
display: block;
padding: 10px;
height: 60px;
outline: none;
margin: 0 0 10px 0;
}

ul#tabs li a:hover {
background:  url('feature-tab-over60.png') no-repeat;
color: #01448D;
}

ul#tabs li a.current {
background:  url('feature-tab-current60.png') no-repeat;
color: #FFF;
}

ul#tabs li a.current:hover {
text-decoration: none;
cursor: default;
}

ul#output {
left: 286px;
width: 802px;
height: 402px;
position: relative;
border: 1px solid #ffb622;
}

ul#output li {
position: absolute;
width: 800px;
height: 400px;
}

ul#output li a {
position: absolute;
bottom: 25px;
left: 52px;
padding: 8px 12px;
text-decoration: none;
font-size: 14px;
line-height: 18px;
font-weight: bold;
color: #01448D;
background: #ffb622;
-moz-border-radius: 5px;
}
		
ul#output li a:hover 
{
color: #FFFFFF;
background: #01448D;
}

#output li img
{
float: right;
width: 400px;
height: 400px;
}

#output .description
{
width: 400px;
height: 400px;
padding: 10px 5px 5px 33px;
font-size: 18px;
line-height: 24px;
border-right: 1px dashed #ffb622;
}

#output .description p
{
background: url('bullet_orange.gif') no-repeat top left;
margin: 0 0 8px 0;
padding: 0 0 0 8px;
}

.fldwnld
{
margin: 15px 0 0 290px;
}

#add2WL {
position: absolute;
bottom: 150px;
left: 45px;
z-index: 3;
}

#add2WL button,
#add2WL .angebot-add-button {
display: inline-block;
padding: 8px 12px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background: #01448D;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border: none;
cursor: pointer;
}
		
#add2WL button:hover,
#add2WL .angebot-add-button:hover {
color: #01448D;
background: #ffb622;
}

@media (min-width: 993px) {
    #output li img {
        cursor: zoom-in;
    }
}

#fl-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

#fl-lightbox.active {
    display: flex;
}

#fl-lightbox img {
    width: min(600px, 90vw, 90vh);
    height: min(600px, 90vw, 90vh);
    object-fit: contain;
    border: 3px solid #ffb622;
    background: #fff;
    cursor: default;
    float: none;
}

.feature-list-shell {
position: relative;
width: 100%;
padding-bottom: 34px;
}

.feature-list-shell .lastDetail,
.feature-list-shell .nextDetail {
position: absolute;
bottom: 100px;
font-size: 64px;
font-weight: 800;
line-height: 1;
margin: 0;
float: none;
}

.feature-list-shell .lastDetail i.bi::before,
.feature-list-shell .nextDetail i.bi::before {
font-weight: 800 !important;
}

.feature-list-shell .lastDetail {
left: 0;
}

.feature-list-shell .nextDetail {
right: 0;
}

.feature-list-shell .lastDetail a,
.feature-list-shell .nextDetail a {
text-decoration: none;
color: #01448D;
}

.feature-list-shell .lastDetail a:hover,
.feature-list-shell .nextDetail a:hover {
color: #FFB622;
}

/***********MAX WIDTH 992px************************************************************/

@media (max-width: 1200px) {

    div#feature_list {
    width: auto;
    height: 370px;
    overflow: hidden;
    position: relative;
    }

    h3 {
        font-size: 18px;
    }

    ul#tabs {
    left: 0;
    z-index: 2;
    width: 200px;
    }

    ul#tabs li a
    {
    background:  url('feature-tab-noselect60.png') no-repeat -115px 0;
    }


    ul#tabs li a:hover {
    background:  url('feature-tab-over60.png') no-repeat -115px 0;
    }

    ul#tabs li a.current {
    background:  url('feature-tab-current60.png') no-repeat -115px 0;
    }

    ul#output {
    left: 171px;
    width: calc(100% - 171px);
    height: 370px;
    position: relative;
    border: 1px solid #ffb622;
    }

    ul#output li {
    position: absolute;
    width: 100%;
    height: 320px;
    }

    #output li img
    {
    float: right;
    width: 250px;
    height: 250px;
    }

    #output .description
    {
    width: calc(100% - 270px);
    height: auto;
    padding: 15px 5px 5px 33px;
    line-height: 24px;
    border-right: none;
    }

    #output .description p
    {
    background: url('bullet_orange.gif') no-repeat top left;
    margin: 0 0 5px 0;
    padding: 0 0 0 8px;
    }

    .feature-list-shell {
    padding-bottom: 65px;
    }

    .feature-list-shell .lastDetail,
    .feature-list-shell .nextDetail {
    bottom: 10px;
    }

    #add2WL {
    position: absolute;
    left: 10px;
    bottom: 15px;
    width: 150px;
    }

    #add2WL button,
    #add2WL .angebot-add-button {
    display: inline-block;
    width: 100%;
    padding: 7px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    }

    .fldwnld
    {
    margin: 5px 0 0 290px;
    }

}



/***********MAX WIDTH 768px************************************************************/

@media (max-width: 768px) {

    .h2right {
    display: none;
    }

    div#feature_list {
    width: auto;
    height: 600px;
    overflow: hidden;
    position: relative;
    }

    ul#tabs {
    left: 0;
    z-index: 2;
    width: 200px;
    }

    ul#tabs li a
    {
    background: url('feature-tab-noselect60.png') no-repeat -165px 0;
    }

    ul#tabs li a:hover {
    background:  url('feature-tab-over60.png') no-repeat -165px 0;
    }

    ul#tabs li a.current {
    background:  url('feature-tab-current60.png') no-repeat -165px 0;
    }

    ul#tabs li img {
    display: none;
    }

    ul#output {
    left: 121px;
    width: 70%;
    height: 550px;
    position: relative;
    border: 1px solid #ffb622;
    }

    ul#output li {
    position: absolute;
    width: 100%;
    height: 300px;
    }

    #output li img
    {
    float: left;
    display: block;
    max-width: 350px;
    height: auto;
    border-left: none;
    margin: 5px 0 0 15px;
    }

    #output .description
    {
    clear: left;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 5px 5px 33px;
    line-height: 14px;
    }

    #output .description p
    {
    background: url('bullet_orange.gif') no-repeat top left;
    margin: 0 0 5px 0;
    padding: 0 0 0 8px;
    }

    #add2WL {
    position: absolute;
    left: calc(121px + 35%);
    transform: translateX(-50%);
    bottom: 0;
    width: 210px;
    }

    #add2WL button,
    #add2WL .angebot-add-button {
    display: inline-block;
    width: 100%;
    padding: 7px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    }

    .fldwnld
    {
    display: none;
    }

}


/***********MAX WIDTH 768px + LANDSCAPE (mobile phones in landscape mode)************/

@media (max-width: 768px) and (orientation: landscape) {

    div#feature_list {
        height: 620px;
    }

    ul#output {
        height: 590px;
    }

    ul#output li {
        height: 570px;
    }

    #output li img {
        float: none;
        display: block;
        max-width: 280px;
        height: auto;
        max-height: 280px;
        margin: 5px auto 0;
    }

    #output .description {
        clear: none;
        width: auto;
        font-size: 13px;
        line-height: 16px;
        padding: 100px 5px 5px 33px;
    }

    #add2WL {
        top: 280px;
        bottom: auto;
        left: calc(121px + 35%);
        transform: translateX(-50%);
        width: 210px;
    }
}


/***********MAX WIDTH 480px************************************************************/

@media (max-width:480px) {

    div#feature_list {
    width: 100%;
    height: 670px;
    overflow: hidden;
    position: relative;
    left: 10px;
    }

    h3 {
    display:none
    }

    ul#tabs {
    left: 0;
    z-index: 2;
    width: 100%;
    display: block;
    }

    ul#tabs li {
    float: left;
    width: 33.333333%;
        height: 60px;
    border-left: 1px solid #E1E1E1;
    }

    ul#tabs li a
    {
    background:  url('feature-tab-noselect60.png') no-repeat -145px 0;
    }

    ul#tabs li a:hover {
    background: none;
    background-color: #FFB622;
    }

    ul#tabs li a.current {
    background: none;
    background-color: #01448D;
    }

    ul#tabs li img {
    display: inherit;
    margin: 0 0 0 20%;
    }

    ul#output {
    left: 0;
    width: 100%;
    height: 600px;
    position: relative;
    border: none;
    }

    ul#output li {
    position: absolute;
    top: 70px;
    width: 100%;
    height: 450px;
    }

    ul#output li img
    {
    float: none;
    display: block;
    width: 300px;
    max-width: 300px;
    height: 300px;
    object-fit: contain;
    border: 1px solid #ffb622;
    margin: 0 auto;
    }

    #output .description
    {
    clear: left;
    display: block;
    width: auto;
    height: auto;
    padding: 65px 5px 5px 0;
    font-size: 16px;
    line-height: 20px;
    }

    #output .description p
    {
    background: url('bullet_orange.gif') no-repeat top left;
    margin: 0 0 5px 0;
    padding: 0 0 0 8px;
    }

    .feature-list-shell {
    padding-bottom: 110px;
    }

    #add2WL {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 370px;
    margin-top: 15px;
    width: 250px;
    }

    #add2WL button,
    #add2WL .angebot-add-button {
    display: inline-block;
    width: 100%;
    padding: 7px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    }

    .feature-list-shell .lastDetail,
    .feature-list-shell .nextDetail {
    font-size: 64px;
    bottom: 25px;
    }

    .fldwnld
    {
    display: none;
    }

}