/*
.ButtonHinzu
{
    display: inline-block;
    height: 40px;
    width: 40px;
    border: none;
    cursor: pointer;
}
.ButtonHinzu.Merken
{
    background: url(../../../img/pin.png) no-repeat center center;
    background-size: auto 100%;
}
.ButtonHinzu.Kaufen
{
    background: url(../../../img/cart3.png) no-repeat center center;
    background-size: auto 100%;
}
*/
radio:hover
{
    cursor: pointer;
}
.HinzuForm
{
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    text-align: right;
}
.HinzuForm table
{
    display: inline-block;
}
.HinzuForm table td
{
    border-spacing: 1px;
    padding: 2px;
    line-height: 100%;
    text-transform: uppercase;

}
.HinzuForm table tr
{
    border-bottom: solid 1px #ccc;
}

.OrderButtons
{
    border: solid 0px pink;
}
.ButtonHinzu, .Button
{
    background: #007018;
    border: solid 1px #007018;
    color: #fff;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
}
.ButtonMerken
{
    background: #fff ;
    border: solid 1px #6f4c22 ;
    color: #6f4c22 ;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
}

.OrderButtons>input.OrderAnzahl
{
    padding: 5px;
    color: #6f4c22 ;;

}
@media screen and (min-width: 1100px)
{
    .OrderButtons>button,
    .OrderButtons>input.OrderAnzahl
    {
        padding:5px;
    }
}
.OrderButtons>input.OrderAnzahl
{
    width: 12px;
    border: solid 1px #6f4c22;
    border-radius: 8px;
    color: #6f4c22 ;;
}
.Anzahl
{
    width: 50px;
    border: solid 1px #6f4c22;
    border-radius: 8px;
    color: #6f4c22 ;;
}


.ArtNr
{
    font-family: 'Oswald', sans-serif;

    text-transform: uppercase;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
}
#ArtikelListingItems
{
    display: block;
    width: 100%;
}
.ArtikelListingItem h3
{
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 100%;
}

.ArtikelListingItem
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;

    border-left: solid 0.5px #ccc;
    border-bottom: solid 0.5px #ccc;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
}
.ArtikelListingItem>.PCol
{
    display: inline-block;
    vertical-align: top;

}
.ArtikelListingItem>.Col1
{
    display: inline-block;
}
.ArtikelListingItem>.Col2
{
}


.ArtikelListingItem>span.isInCart0
{
    display: none;
}
.ArtikelListingItem>span.isInCart1
{
    background: url(../../../img/merken_green.png) no-repeat center center;
    display: block;
    height: 40px;
    width: 40px;
    background-size: 100% auto;
    position: absolute;
    right: -5px;
    top: -15px;
    cursor: pointer;
}
span.BtnDeleteMerkenOfenItem,
.ArtikelListingItem>span.DeleteVonMerkliste
{
    background: url(../../../img/close.png) no-repeat center center;
    display: block;
    height: 40px;
    width: 40px;
    background-size: 100% auto;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index:3;
    cursor: pointer;
}
.ArtikelListingItem.isInCart1>div>*
{
    opacity: 0.5;
}

.ArtikelListingItem.List
{
    vertical-align: top;
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 3px;

}
.ArtikelListingItem.List>div.PCol
{
    width: 100%;
}
.ArtikelListingItem a
{
    color: #000;
    text-decoration: none;
}
.ArtikelListingItemMini
{

    font-family: Arial;
    font-size: 0.6em;
}
.ThumbnailBox
{
    width: 100%;
}
.ThumbnailBox>.ProductThumbnail>img
{
    width: 100%;
}
.TeaserCut
{

    font-size: 0.7em;
    height: 30px;
    padding-left: 0px;
    max-height: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 1s;
}
.TeaserCut.opened
{
    height: auto;
    max-height: 1500px;
    overflow: visible;
    transition: all ease 1s;
}
.TeaserCut_0
{
    display: none;
}
.ArtikelTipp
{
    /*
    background: url(../../../img/birne1.png) no-repeat left top;
    background-size: auto 30px;
    */
    font-family: Arial;

}
.ArtikelTipp:hover
{

}
.Artikeltext
{
    /*
    background: url(../../../img/info.png) no-repeat right top;
    background-size: auto 30px ;
    background-position: -30px -30px;
    */
    font-family: Arial;


}
.ArtikelTipp:hover
{

}

ul.Fussnoten,
ul.FussnotenGefahren
{
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0.8em;
    font-family: Arial;
}
ul.Fussnoten img,
ul.FussnotenGefahren img
{
    width: 28px;
    height: auto;
}


.ArtikelDetail
{
    background: #fff;
    max-width: 500px;
    border: solid 1px #e3c4a0;
    border-radius: .25rem;
    margin-top: 10px;
}

.ArtikelDetail .ThumbnailBox
{
    height: auto;
    margin-bottom: 7px;
}

.ArtikelDetail .fussnoten
{

}
.ArtikelDetail .TeaserCut
{
    font-size: 100%;
    height: auto;
    max-height: none;
    line-height: 120%;
    position: relative;
    overflow: visible;
}
.ArtikelDetail .ArtikelTipp
{
    position: relative;
}
.ArtikelDetail .TeaserCut_1.ArtikelTipp >h5
{
    position: absolute;
    left: 0px;
    top: -20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.ArtikelDetail .ThumbnailBox
{
    max-width: 400px;
}
.ArtikelTipp
{
    min-height: 30px;
    margin-top: 10px;
}
/* Toggle HinzuForm */
.HinzuFormToggler.List
{
    display: none;
}
.HinzuFormToggler.List.opened
{
    display: inline-block;
}

.HinzuFormTogglerBtn
{
    display: none;
}
.HinzuFormTogglerBtn.List
{
    display: inline-block;
}

.ArtikelListingItem>div.PCol.Col3
{
    width: 100%;
}


.Form_AdminArtikelUpdate
{
    float: none;
    width: 90%;
    border: dashed 1px green;
    padding: 5px;
}

@media only screen
and (min-device-width : 768px)
{
    .Form_AdminArtikelUpdate
    {
        float: left;
        width: 50%;
        border: dashed 1px green;
        padding: 5px;
    }
    .ArtikelListingItem
    {
        vertical-align: top;
        width: 190px;
        min-height: 190px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .ThumbnailBox
    {
        height: 190px;
        overflow: hidden;
        margin-bottom: 7px;
    }
    /* Wichtig für Listing Modus */
    .ArtikelListingItem.List>div.PCol.Col2
    {
        width: 69%;
    }
    .ArtikelListingItem.List>div.PCol.Col3
    {
        width: 29%;
        text-align: right;
    }

}


/*iPad in portrait*/
@media only screen
and (min-device-width : 768px)
    /*
and (max-device-width : 1024px)
and (orientation : portrait)
*/
{
    .ArtikelListingItem
    {
        vertical-align: top;
        width: 130px;
        min-height: 150px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .ThumbnailBox
    {
        height: 142px;
        overflow: hidden;
        margin-bottom: 7px;
    }

}
@media screen and (min-width: 1024px)
{
    /* Main 550px */
    .ArtikelListingItem
    {
        vertical-align: top;
        width: 135px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .ThumbnailBox
    {
        height: 155px;
        overflow: hidden;
        margin-bottom: 7px;
    }
}
@media screen and (min-width: 1180px) and (orientation : landscape) /* h1 -50px */
{
    /* Main 550px */
    .ArtikelListingItem
    {
        vertical-align: top;
        width: 180px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .ThumbnailBox
    {
        height: 180px;
        overflow: hidden;
        margin-bottom: 7px;
    }
}
/* Wide Screen Styles  */
@media screen and (min-width: 1260px) and (orientation : landscape) /* h1 -50px */
{
    /* Main 550px */
    .ArtikelListingItem
    {
        vertical-align: top;
        width: 200px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .ThumbnailBox
    {
        height: 200px;
        overflow: hidden;
        margin-bottom: 7px;
    }

}
@media screen and (min-width: 1400px) and (orientation : landscape) /* h1 -50px */
{
    /* Main 550px */
    .ArtikelListingItem
    {
        vertical-align: top;
        width: 210px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .ThumbnailBox
    {
        height: 210px;
        overflow: hidden;
        margin-bottom: 7px;
    }

}
