/*
 Theme Name:   Gegen Vergessen
 Description:  Blog-Theme für Gegen Vergessen
 Author:       zone35
 Author URI:   http://zone35.de
 Template:     futura
 Version:      1.0.0
 Text Domain:  gegen-vergessen
*/

@import url("robotoSlab.css");
@import url("openSans.css");

body {
	color: #333;
	font-size: 15px;
}

.home .featured-media {
	position: relative;
  	overflow: hidden;
}

.home .post .featured-media img {
	max-width: 100%;
	  -moz-transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
}

.home .post .featured-media img:hover {
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home .featured-image-caption {
	position: relative;
	z-index: 2;
	background: #6bbee7;
	width: 100%;
	display: block;
}

a,
a:hover,
a:focus,
a:active,
.post-content .btn.btn-default,
.post-content .btn.btn-default:hover,
.post-content .btn.btn-default:focus,
.post-content .btn.btn-default:active,
.post-content input[type="submit"],
.post .post-footer .category-list a,
.post .post-footer .category-list a:hover,
.post .post-footer .category-list a:focus,
.post .post-footer .category-list a:active,
.post .tag-list a,
.post .tag-list a:hover,
.post .tag-list a:focus,
.post .tag-list a:active,
.widget a {
	color: #ed7203;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

.btn {
	white-space: initial;
}

#back-to-top {
	background: rgba(176,209,95,.75) 
}

.featured-media,
.pagination a,
.pagination .page-number,
.comment-wrap ol li header .comment-reply-link,
.widget ul > li:hover .post-count,
.widget ul > li:hover .post-count,
.widget .title:after,
.widget .social li a:hover i,
.widget .tagcloud a:hover,
.widget.widget_calendar caption,
.widget.widget_calendar table tbody a:hover,
.widget.widget_calendar table tbody a:focus,
#back-to-top:hover,
.btn-default,
input[type="submit"],
.post .featured,
.post .featured-media.no-image,
.post .post-footer .share .share-icons li a:hover i {
    background: #afd059;
    border-color: #afd059;
}

.widget .tagcloud a:hover {
	transform: scale(1.1);
}

.widget .btn-default,
.widget input[type="submit"] {
    background: #6bbee7;
    border-color: #6bbee7;
}

div.widget a:hover, div.widget a:focus, div.widget a:active, .copyright a, .copyright a:hover, .copyright a:focus, .copyright a:hover {
	color: #afd059;
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.form-control:focus,
blockquote {
	border-color: #afd059;
}

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

 .mejs-controls .mejs-time-rail .mejs-time-current {
 	background: #afd059 !important;
 }

.post .featured-media {
    margin-top: 0;
    margin-bottom: 30px;
    background: #6bbee7;
} 

.main-footer {
    background: #f8f8f8;
}

.widget .title {
    border-bottom: 1px solid #303030;
}

.main-footer .widget .title {
    color: #959595;
}

.widget a:hover, .widget a:focus {
    color: #00528d;
}

.copyright {
    background: #959595;
    border-top: 1px solid #111;
}

.elp_agb_wrapper {
	margin-bottom: 10px;
}

input#elp_agb {
	margin: 0 10px 0 0;
}

.post-content .btn-default, .post-content input[type="submit"] {	
	border: 1px solid transparent;
	background: transparent;
	color: #00528d;
	padding: 0;
}

.post-content .btn-default:hover, .post-content input[type="submit"]:hover {
	border: 1px solid transparent;
	background: transparent;
	color: #00528d;
	text-decoration: underline;
}

.featured-image-caption {
	color: #fff;
	font-size: 0.867em;
}

.printomatic.pom-small, .printomatictext {
	color: #959595;
	display: inline-block;
}

.printomatic.pom-small {
	margin-top: 40px;
}

.widget ul > li a {
    background: #ed7203;
    text-indent: 15px;
    color: #ffffff;
    border: 0;
    margin-bottom: 5px;
}

.widget ul > li a:hover {
    background: #fff;
    color: #ed7203;
}

.widget_recent_comments ul > li a {
	background: none;
	color: #ed7203;
}

.widget img {
    height: auto;
}

#newsletterwidget-2 {
	display: none;
}