/*
Theme Name:     TwentyFifteen erdbeerli
Description:    Ein Child Theme fuer Tanja, Thomas Tux und Cookie basierend auf dem Theme 'Twenty Fifteen'. 
Author:         Tanja Gubser
Author URI:     http://www.sturmblau.ch/
Version:        0.1
Template:       twentyfifteen
*/

@import url('style.css.php');
@import url('../twentyfifteen/style.css');
    
body, .site-content, blockquote, .comment-respond {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
}

.search-field {
    font-size: 1.3rem;
}  

.entry-footer {
    font-size: 1.3rem;
}  

h1, .entry-title, .post-title {
    font-size: 2.3rem!important;
}

h2 {
    font-size: 2.1rem!important;
}

h3 {
    font-size: 1.9rem!important;
}

h4, h4.erd-title {
    font-size: 1.7rem!important;
}

h5, h5.erd-title {
    font-size: 1.5rem!important;
}

.comment-reply-title {
    font-size: 2.0rem;
}

.nav-links .nav-previous a .post-title, .nav-links .nav-next a .post-title {
    font-size: 1.5rem;
}

div.jp-relatedposts {
    margin-top: 50px!important;
}

a.jp-relatedposts-post-a, span.jp-relatedposts-post-date {
    font-size: 1.3rem!important;
    font-weight: normal!important;
}

a.jp-relatedposts-post-a:before {
    content: "\2192";
    margin-right: 6px;
}

.jp-relatedposts-post-date:before {
    content: "vom ";
}

.sharedaddy {
    margin-top: 50px!important;
}

.entry-title {
    padding-bottom: 1%;
    margin-bottom: 0;
}
header .entry-meta {
    font-size: 1.1rem;
    padding-bottom: 3%;
}

.hentry, .comments-area {
	padding: 5%; 
}

.entry-content, .entry-header, .comment-respond {
	padding: 0; 
}

.entry-footer {
	padding: 1%; 
    margin-top: 3%;
}

.search-form {
    padding-top: 2%;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display:inline;
}


.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

table, table tr, table tr td {
	border: 0px;
}

td {
	vertical-align: top;
}

ul,
ol {
	margin-left: 20px;
}

ul > ul > li {
	list-style: circle;
}


article.post div.entry-content center img { 
    transition: all .2s ease-in-out;
}
article.post div.entry-content center img:hover { 
    transform: scale(2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
}
