.artikel-tag
{
    top: -16px;
    right: 10px;
    z-index: 20;

    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    border: 0;
    position: absolute;
    bottom: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    border-top-right-radius: 15px;
    padding:0px 10px;
}

.checkoutButton[disabled]
{
    background-color: #ccc;
}


.checkoutButton
{
    color: #fff;
    background-color: #51d466;
    border-radius: 8px;
    display: inline-block;
    min-width: 200px;
    padding: 8px;
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    float: right;
    border:0px;
}

.checkoutButton:hover
{
    color:#fff;

}


body
{
    background: linear-gradient(0deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(123,0,175,0.05) 50%, rgba(126,0,181,0.05) 100%), linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(132,0,188,0.05) 50%, rgba(126,0,181,0.05) 100%), #FFFFFF;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}

.header
{
    background-color: transparent;
}

.inner-page
{
    background: #fff url('../img/crossword.png') repeat;
}

.innerheaderstyle
{
    position: absolute;
    border-top: 2px dashed #F9F3FB;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}


.whitebox
{
    padding: 15px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}

.header .row
{
    position: relative;
    margin-bottom:0px;
}

.header .logowrapper
{
    position: absolute;
    bottom: -143px;
    z-index: 10;
}

.header .navwrapper {
    float: right;
    z-index:30;
}

.navbar-nav>li {
    width: 106px;
}



.footer
{
    /*http://enjoycss.com/gallery/gradient_patterns/ho#background*/

    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(123,0,175,0.05) 50%, rgba(126,0,181,0.05) 100%), -webkit-linear-gradient(0deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(132,0,188,0.05) 50%, rgba(126,0,181,0.05) 100%), #FFFFFF;
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(123,0,175,0.05) 50%, rgba(126,0,181,0.05) 100%), -moz-linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(132,0,188,0.05) 50%, rgba(126,0,181,0.05) 100%), #FFFFFF;
    background: linear-gradient(0deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(123,0,175,0.05) 50%, rgba(126,0,181,0.05) 100%), linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(0,0,0,0) 50%, rgba(132,0,188,0.05) 50%, rgba(126,0,181,0.05) 100%), #FFFFFF;


    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;

}

.logo img {
    display: inline-block;
    max-width: 200px;
}

.logo
{
    margin-top:0px;
}

.logo img
{
    max-width: 235px;
}

#content h2
{
    margin-bottom: 25px;
}

.row
{
    margin-bottom:30px;
}

.round-image-container
{
    width: 200px;
    height: 200px;
    border:1px solid #ccc;
    border-radius: 50%;
    margin:auto;
}

.round-image-container div
{
    width:100%;
    height:100%;
    border-radius: 50%;
    border:5px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.banner
{
    background-size: cover;
    background-image: url('../img/banner/banner.jpg');
    height:345px;
    background-position: bottom center;
    position: relative;
    z-index: 1;
}


.innerheadbanner
{

    margin-top: 70px;
    position: relative;
}

.absolute_innerheadbanner_top,.absolute_innerheadbanner_bottom
{
    display: block;
    position: absolute;
    right:0px;
    z-index: 8;
}



.absolute_innerheadbanner_top
{
    top: -56px;
    background-color: rgba(164,151,179,0.6);
}

.absolute_innerheadbanner_bottom
{
    top:27px;
    background-color: rgba(255,255,255,0.5);
}




.innerheadbanner h2
{
    text-transform: none;
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-align: left;
    padding: 20px;
    width: auto;
}

.absolute_innerheadbanner_top h2
{

    font-size: 37px;
}

.absolute_innerheadbanner_bottom h2
{

    font-size: 23px;
}



#cart
{
    position: relative;
    margin-top:185px;
}

#cart i
{
    background-color: #51d466 ;
    color: #fff;
    width: 100px;
    height: 100px;
    border: 10px solid #F8F8F8;
    border-radius: 50%;
    font-size: 40px;
    padding-top: 19px;
    right: 0px;
    position: absolute;
    z-index: 9999;
}



.cartInfo
{
    position: absolute;
    right: 100px;
    font-size: 21px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #9a9a9a;
    top: 41px;
}

.cartCount
{
    font-size:30px;
}




.navbar-nav i:hover
{
    color: rgba(255,255,255,1);
}

.navbar-nav i {

    border-radius: 50%;

    padding: 10px;
    font-size: 27px;
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 16px;
    margin: 10px auto 10px auto;
    color: rgba(255,255,255,0.9);
    background-size: cover;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

.dropdown-menu {
    border-top: 3px solid #51d466 !important;
}

.dropdown-menu:before {
    border-bottom-color: #51d466 !important;
}




.shop-nav a
{
    float:right;
}

.shop-nav i.fa-shopping-basket
{
    background-color: #51d466 ;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    padding-top: 12px;
}

.fragoliver
{
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    width: 75%;
}

.fb-page
{
}

.footer .footer-widget .payment
{
    width: 70px;
    height: 70px;
    margin: 2px;
    border: 10px solid #fff;
    background-size: contain;
    background-position: center;
    float: left;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
}


.footer-copyright ul
{
    list-style-type: none;
    margin: 0px;
    passing: 0px;
    padding: 0px;
    height: 11px;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.footer-copyright ul li
{
    float: left;
    padding: 0px 25px 0px 25px;
    border-right: 1px solid #ccc;
}

.footer-copyright ul li:last-child
{
    border-right: 0px;
}

.pfeil-faq
{
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    right: 74px;
    left: auto;
}

@media (min-width: 992px)
{
    .pfeil-faq
    {
        right: 4px;
    }
}


@media (max-width: 991px)
{
    .pfeil-faq
    {
        right: 140px;
    }

}

@media (max-width: 580px)
{
    .pfeil-faq
    {
        right: 45px;
    }
}




.pfeil-faq div {
    padding-left:5px;
}

.lilly-pfeil
{
    bottom: -35px;
    top: auto;
    width: 180px;
    min-height: 88px;
    left: 120px;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    background-position: right 30px;
}

@media (max-width: 991px)
{
    .lilly-pfeil
    {
        display: none;
    }
    
}

@media (max-width: 767px)
{

    .header .navwrapper {
        margin-top: 45px;
    }

    .absolute_innerheadbanner_top
    {
        display: none;
    }
    
    .navbar-nav i
    {
        display: none;
    }

    .navbar-nav>li
    {
        width:auto;
    }

    .header .navbar-default .navbar-nav {

        margin-bottom: 100px;
    }

    .absolute_innerheadbanner
    {
        display:none;
    }

    .header .logowrapper {
        bottom: -121px;
    }


}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0px -45px 0px 0px;
    }
    .logo img {
        max-width: 277px;
    }

}


.inner-page .single-item ul {
    background: #F9F3FB;
    border: 1px solid #F3E7F8;
}

.inner-page .single-item ul li {
    border-top: 1px dashed #A497B3;
}

.wbox {
    padding: 15px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    margin-bottom: 20px;
}


.bannerpfeil
{
    right: initial;
    left: 157px;

    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    top: 2px;
    z-index: 5;
}

.mt50
{
    margin-top:50px;
}


.mb50
{
    margin-bottom:50px;
}

.footer {
    margin-top:0px;
}
