/*
 Theme Name:   Onlinewetten Theme
 Template:     kahuna 
*/

.anbieter_link{
    background-color: #0977b6;
    color: #FFFFFF;
    border-color: #739d46;
    text-align:center;
    padding:5px 40px;  
    margin-right:10px;
    display:inline-block;    
    border-radius:2px;
    -moz-transition: all .51s;
   -o-transition: all .51s;
   -webkit-transition: all .51s;
   transition: all .51s;
}
.mehr_link{
    color: #44505B;
    background-color: #FFFFFF;
    border-color: #44505B;
    text-align:center;
    padding:5px 30px; 
    display:inline-block;    
    border-radius:2px;
    -moz-transition: all .51s;
   -o-transition: all .51s;
   -webkit-transition: all .51s;
   transition: all .51s;
}
.mehr_link:hover{
    color: white;
    background-color: #44505B;
    border-color: #e6e6e6;
    text-align:center;
     border-radius:6px;
    -moz-transition: all .51s;
   -o-transition: all .51s;
   -webkit-transition: all .51s;
   transition: all .51s;
}
.anbieter_link:hover{
    opacity:0.9;
    color: #FFFFFF;
    text-decoration: none;
    border-radius:6px;
    border-radius:6px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}

.rating {
    background: url(http://onlinewetten.net/images/star_rating.png) repeat-x scroll 0 0 transparent;
    font-size: 0;
    height: 13px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 69px;
    margin-bottom: 24px;
}
.rating .stars {
    background: url(http://onlinewetten.net/images/star_rating.png) repeat-x scroll 0 100% transparent;
    float: left;
    height: 13px;
}
#masthead .header-image {
    background-attachment: inherit !important;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*TOP 3 BAR */
.wrap_top3{
    display:inline-block;
    margin-bottom:15px;
    margin-top:25px;
}
.wrap_top3 .col-md-4{
    float:left;
    width:33.3333%;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
}
.clear{ 
    clear:both;
}
.top3_bonus{
  padding-top:10px;  
  padding-bottom:10px;  
}

.top3_bonus_suffix{
    display:block;
    font-size:13px;
    font-weight:bold;
}
.btn_anbieter{
    display:block;
    padding:7px 20px;
    background:#0977b6;
    color:white;
    margin-top:5px;
    margin-bottom:5px; 
}
.btn_anbieter_content{    
    padding:10px 50px;
    background:#0977b6;
    color:white;
    margin-top:5px;
    margin-bottom:5px; 
    text-align:center;
    border-radius:2px;
}
.btn_anbieter_content:hover{ 
    color:white;
    opacity: 0.9;
}
.btn_mehr{
    display:block;
    padding:7px 20px;
    background:#5b5b5b;
    color:white;
    margin-top:5px;
    margin-bottom:5px;   
}
.btn_anbieter:hover, .btn_mehr:hover{
    text-decoration:none;
    opacity:0.9;
    color:white;    
}
.btn_anbieter:visited, .btn_anbieter:focus, .btn_mehr:visited, .btn_mehr:focus {
    color:white;    
}
.post-details{
    display:none;    
}
.top3_empfehlung{
    height:25px;
}
.top3_empfehlung.empfehlung_1{
    padding:3px 20px;
    background: #8CB65F;
    text-align:center; 
    color:white;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    margin:0 auto;
    width:120px;
    font-size:13px;
}
.top3_logo{
    margin-top:0px;  
}
.fa-star{
    color:gold;
}
/* ############ / Top3*/

@media only screen and (max-width: 480px) {

    .lp-staticslider .staticslider-caption-title{
        font-size:1.50em;
    }
    a.staticslider-button{
        display:block; 
        margin-top: 1.5em;
        padding: 0.5em 2em;
        text-align:center;
    }
    a.staticslider-button + a.staticslider-button{
        margin-left:0em;
    }
    .nav#mobile-menu{
        padding-left:0em;
        padding-right:0em;
    }
    table.vgl_main .anbieter_link, table.vgl_main .mehr_link{
        display:block; 
        margin-top:10px;
        text-align:center;
        margin-right:0px;
    }
    .wrap_top3 .col-md-4{
        width:100%;

}
    

}