.effileeCredit {
    list-style-type:none;
    list-style-position:outside;
    padding:0px;
    margin-left:-20px;

}
h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    text-transform:none;
}

.effileeCredit li {
    display: inline;
    text-transform:uppercase;
}

.effileeAuthor {
    font-weight:500;
    text-transform:uppercase;
}

.effileeRecipeComment {
    font-style:italic;
}
.pagination-previous, .pagination, .pagination-next {
    margin-top:20px;
}

.home-top {
    margin: 0 auto;
    max-width: 1400px;
}

@media only screen and (max-width: 319px) {
    .effileeCredit li {
	display:block;
    }

}


.archive-description {
    padding:0px;
}


.question, .interview_q {
    font-weight:bold;
    margin-top:20px;
}

.intro {
    color:#999999;
    font-size:24px;
    margin-bottom:24px;
}

.effilee-rating {
    width:100px;
    height:18px;
    text-indent:-300px;
    float:left;
    margin-right:8px;
    margin-top:10px;
    color:#fff;
}

.rating-1 {
    background:url(/wp-content/plugins/effilee-style/css/images/1_punkte.png) no-repeat top center;
    background-size:100px 18px;
}
.rating-2 {
    background:url(/wp-content/plugins/effilee-style/css/images/2_punkte.png) no-repeat top center;
    background-size:100px 18px;
}
.rating-3 {
    background:url(/wp-content/plugins/effilee-style/css/images/3_punkte.png) no-repeat top center;
    background-size:100px 18px;
}
.rating-4 {
    background:url(/wp-content/plugins/effilee-style/css/images/4_punkte.png) no-repeat top center;
    background-size:100px 18px;
}
.rating-5 {
    background:url(/wp-content/plugins/effilee-style/css/images/5_punkte.png) no-repeat top center;
    background-size:100px 18px;
}
.effilee-fazit {
    border-top: 1px solid gray;
    font-style:italic;
    padding-top:8px;
}

.widget-wrap {
font-size:80%;

}

ul.blogroll {
height:200px;
overflow:scroll;
list-style-type:none;
}
.sidebar ul.blogroll li a {
margin-bottom:1px;
text-decoration:none;
}

.sidebar ul li:before {
content:"";
}

.footer-widgets li, .footer-widgets h4 {
    text-align:left;
}


/* Shop */


ul.payment_methods li, .woocommerce .order_details li {
    list-style-type:none;
}

ul.payment_methods input {
    width:initial;
}

.attachment-shop_catalog, .attachment-shop_single {
    border:1px solid #ccc;
}


.gsc-control-cse {
line-height:normal;
}

.gsc-search-button {
    display:none;
}

.before-header {
    text-align:left;
}

.woocommerce a.button  {
font-size:80%;
}

/* Suchbox */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909;
}

#searchoverlay {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 3000;
}

#searchbox {
    position: absolute;
  height: 40px;
  width: 400px;
  margin: auto;
  bottom: 60%;
  left: 0;
  top: 0;
  right: 0;
}


.suchfeld {
font-size:3em;
color:#000000;
border:2px solid black;
line-height:1em;
}

.search-submit {
display:none;
}

@media only screen and (max-width: 375px) {
    .suchfeld {
	font-size:2em;
	line-height:0.8em;
    }
    #searchbox {
	width:300px;
    }
}