﻿
.buddy { position:fixed;right:0px;padding-right:40px;bottom:0px;padding-bottom:40px;overflow:hidden;z-index:71 }
.buddy .anzahl { background-color:#F27405;width:28px;height:28px;border-radius: 50%;border:solid 2px white;
                 color:white;text-align:center;padding-top:7px;position:relative;top:32px;left:12px;z-index:9 }
.imagebuddy { width:105px; height:105px; position:relative; padding:2px;float:left;margin-right:39px;z-index:7 }
.buddybig .imagebuddy { width:145px; height:145px; }
.buddybig { display:none;width:105px;height:105px;position:relative;z-index:6 }
.buddysmall { cursor:pointer;width:105px;height:105px; }

.buddy_info { color:white;z-index:7;position:relative;top:75px;left:-15px }
.buddy_info h4 { font-style:italic;font-size:16px;line-height:24px }
.buddy_info .icon-schliessen { float:right;font-size:30px;line-height:30px;position:relative;top:-20px;margin-right:40px }

.buddy_news { position:absolute;top:100px;bottom:40px;right:10px;font-size:18px;line-height:18px;font-style:italic }
.buddy_news_item .text { line-height:28px; }
.buddy_news_item a { color:black }
.buddy_news_item h5 { font-size:30px;line-height:30px;font-weight:bold;margin-bottom:4px }
.buddy_news_item img { max-height:150px;max-width:300px;margin-top:20px }

.bg_buddy {
    z-index:70;
    background-color: #000000 !important;
    opacity: .75;
    display:none;
    position:fixed;
    top:0px;left:0px;width:100%;height:100%;
}

.buddy_news_item { overflow:auto; max-height:290px;}

.buddy_circle { 
    border-radius: 50%;position:absolute;top:0px;left:0px;z-index:6;
    background-color:#F27405;width:0px;height:0px }

.imagebuddy > div {
    position:absolute;
    left:9px;
    right:9px;
    top:9px;
    bottom:9px;
    border-radius: 50%;
    border:solid 2px #F27405;
    overflow:hidden;
}

.imagebuddy > div > div {
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    border-radius: 50%;
    border:solid 5px transparent;
    overflow:hidden;
}

.imagebuddy img { width:85px; position:absolute; }

.buddysmall .imagebuddy img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.buddybig .imagebuddy img { width:125px; }
.swiper-container { width: 350px; height: 350px; }
.swiper-slide { font-size: 18px;line-height:18px }

.swiper-bottom {
    width:160px;
    text-align:center;
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-80px;
    font-size:18px;line-height:18px;
}

.swiper-button-next_u,
.swiper-button-prev_u {
    right:10px;
    display:inline-block;
    height:37px;
    width:37px;
    padding:7px;
    color: #fff !important;
    border:solid 2px white;
    border-radius:50%;
    position:absolute;
    bottom:4px;
    z-index:11;
    font-size:19px;line-height:19px
}

.swiper-button-next_u { right:0px; padding-right:5px; }
.swiper-button-prev_u { left:0px; padding-left:3px; }


@media screen and (max-width: 1200px) {
    .buddy { display:none }
}

@media screen and (max-width: 1199px) {
    .start_vorteile .buddy, .kategorien .buddy {
        bottom: -130px;
    }
}

@media screen and (max-width: 650px) {
    .buddy { padding-right:20px;padding-bottom:20px }
    .swiper-container { width: 250px; height: 225px; }
    .buddybig .imagebuddy img { width:85px;  }
    .buddybig .imagebuddy { width:105px; height:105px; }
    .buddy_info { top:35px;left:-25px;width:340px }
    .buddy_info .icon-schliessen { margin-right:0px;font-size:24px;line-height:24px }
    .buddy_news { top:70px }
    .buddy_news_item { height:160px;}
    .buddy_news_item .text { font-size: 16px;line-height: 22px;}
    .buddy_news_item h5  { font-size:26px;line-height:26px; }
    
}