/*
Theme Name: Fruitful Child
Template: fruitful
Author: Child Theme Configurator
Version: 1.0
Updated: 2015-02-04 09:37:58
*/

@charset "UTF-8";

/* Suchfeld */
#searchform .field { width:241px; }

/* Laufschrift */
@-webkit-keyframes marquee {
	0%   { text-indent: 450px }
	100% { text-indent: -450px }
}
@-moz-keyframes marquee {
	0%   { text-indent: 450px }
	100% { text-indent: -450px }
}
@keyframes marquee {
	0%   { text-indent: 450px }
	100% { text-indent: -450px }
}
.marquee {
	max-width: 274px;
/*	margin: auto; */
	padding: 4px;
	overflow: hidden;
	white-space: nowrap;
	border: solid 1px #e5e5e5;
	animation: marquee 10s linear infinite;
	color: red;
	font-size: 14px;
}
.marquee:hover {
	animation-play-state: paused;
}
.marqlink {
	font-size: 16px;
}

/* Social-Buttons */
.social-icon a.facebook .fa:before   {content: "\f09a";}
.social-icon a.twitter .fa:before    {content: "\f099";}


/* Bilder mit Ueberschrift */
#fotobox span.fothea   { position:relative; z-index:2; background:#679902; color:#fff; padding:3px 10px; display:inline-block; }
#fotobox img.alignnone { position:relative; z-index:1; margin-top:-32px; margin-bottom:15px; }

/* Bilder mit Untertext */
.wp-caption img { box-shadow:none; margin:0; }
.wp-caption-text { font-size:11px; margin:0; padding:0; }
.wp-caption .wp-caption-text { margin:0; }

/* Eigene Social-Buttons */
.share-buttons {/*border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; margin: 10px 0; padding: 20px 0;*/ width: 100%; text-align: right; position: relative; line-height: 1;}
.share-buttons a {text-decoration: none; margin: 10px 8px 10px 12px; /*border-radius: 3px;*/ text-align: center; color: #333; padding: 5px 15px 5px 15px; display: inline-table;}
.share-buttons a:hover {text-decoration: none;}
.share-buttons a.facebook {background: #efefef;}
.share-buttons a.facebook:hover {background: #3D62B3; color: #fff;}
.share-buttons a.twitter {background: #efefef;}
.share-buttons a.twitter:hover {background: #5DB5DE; color: #fff;}
.share-buttons a.googleplus {background: #efefef;}
.share-buttons a.googleplus:hover {background: #D34836; color: #fff;}
.share-buttons a span {}
