.show-menu {
text-decoration: none;
color: #fff;
background-image: url(//www.ibq.at/wp/wp-content/themes/IBQ_3.3/pics/menu.png);
background-position: right center;
background-repeat: no-repeat;
padding: 8px 0 ;
display: none;
opacity:1;
}
#navi  input#show-menu:checked ~ .show-menu {
background-image: url(//www.ibq.at/wp/wp-content/themes/IBQ_3.3/pics/close.png);
color: #fff;
opacity:1;
}
.show-menu:hover,
#navi  input#show-menu:checked ~ .show-menu:hover {
opacity:.7;
cursor: pointer;
}
#navi input#show-menu {
display: none;
height: 10px;
} @media screen and (max-width : 1099px){
#navi { 
font-size: 1.1em; 
font-family:'Droid Sans','Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
background-color: #333;
}
#menu   {
display: none;
height: 0;
border-top: 1px dotted #eee;
border-bottom: 20px solid #333;
}
#navi  input#show-menu:checked ~ #menu {
display: block;
height: auto;
}
#navi  #menu li {
border: 1px dotted #eee;
display: block;
border-width: 0 0 1px 0;
padding: 0;
float: none;   
}
#navi  #menu .sub-menu li {
border:0;
padding-left: 15px;
}
#navi  #menu li a {
padding: 10px 0;
font-weight: normal;
color: #fff;
}
#navi  #menu li a:hover  {
-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;transition: all 500ms ease-in-out;
color: #EC5118;
}
#navi #menu li, #navi  #menu li a {
display: block;
box-sizing: border-box;
}
.show-menu {
display:block;
}
}.strong-rating-wrapper {
line-height: 1.7;
} .strong-rating-wrapper.average > span {
display: inline-block;
} .strong-rating-wrapper.average.block > span {
display: block;
margin: 0;
} .strong-rating-wrapper.average.centered {
text-align: center;
}
.strong-rating-title {
font-weight: 700;
}
.strong-rating-wrapper legend {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .strong-rating {
display: inline-block;
border: 0;
} .strong-rating span.star {
display: inline-block;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
}
.strong-rating-wrapper:not(.average) span.star:first-child:before {
padding-left: 0;
}
.strong-rating-wrapper:not(.average) span.star:last-child:before {
padding-right: 0;
}
.strong-rating span.star:hover {
cursor: default;
}  .strong-rating-wrapper.in-form .strong-rating {
padding: 0;
} .strong-rating-wrapper.in-view {
display: inline-block;
}
.strong-rating-wrapper.in-view .strong-rating {
margin: 0;
padding: 0;
} .strong-rating-wrapper.in-metabox {
display: inline-block;
}
.strong-rating-wrapper.in-metabox .strong-rating span.star:before {
font-size: 20px;
line-height: 27px;
}
.strong-rating-wrapper.in-table-list .strong-rating span.star:before { padding: 1px;
}   .strong-rating span.star0 {
display: none;
} .strong-rating-wrapper .star svg path {
fill: #FFB900;
} .strong-rating-wrapper .star svg {
width: 20px;
} .strong-rating span.current ~ span.star:before {
content: "";
-webkit-mask: url(//www.ibq.at/wp/wp-content/plugins/strong-testimonials/assets/public/svg/star-regular.svg) center center no-repeat;
mask: url(//www.ibq.at/wp/wp-content/plugins/strong-testimonials/assets/public/svg/star-regular.svg) center center no-repeat;
} .strong-rating span.current:before {
color: #FFB900;
} .strong-rating-wrapper.average .strong-rating span.star.half:before {
content: "";
-webkit-mask: url(//www.ibq.at/wp/wp-content/plugins/strong-testimonials/assets/public/svg/star-half-alt-solid.svg) center center no-repeat;
mask: url(//www.ibq.at/wp/wp-content/plugins/strong-testimonials/assets/public/svg/star-half-alt-solid.svg) center center no-repeat;
} @media only screen and (max-width: 480px) {
.strong-rating-wrapper > span {
display: block;
line-height: 30px;
vertical-align: middle;
margin: 0;
text-align: center;
}
}