/*
Theme Name: SP Birsfelden 2020
Description: Child theme für Chaplin, für SP Birsfelden
Author: flöschen
Template: chaplin
Theme URI: http://sp-birsfelden.ch
Author URI: http://floeschen.ch
Version: 1.0
Tags: Chaplin Child Theme
*/

/* write custom css below */


.ja {
	color: #65c700;
}

.nein {
	color: #db0d00;
}

p.info {
	background: #EEEADE;
	padding: 20px;
	font-size: 18px;
	border-left: 20px solid #DEDACE;
	border-top: 1px solid #DEDACE;
	border-right: 1px solid #DEDACE;
	border-bottom: 1px solid #DEDACE;
}

p.credit {
	background: #EFEFEF;
	padding: 20px;
	font-size: 18px;
	border-left: 20px solid #D6D6D1;
	border-top: 1px solid #D6D6D1;
	border-right: 1px solid #D6D6D1;
	border-bottom: 1px solid #D6D6D1;
}

article #post-inner p, article .preview-excerpt p, ul.wp-block-latest-posts div {
	hyphens: auto;
	text-align: justify;
}

figure.preview-media  {
	background: rgb(229,49,54);
	background: -moz-linear-gradient(150deg, rgba(229,49,54,1) 0%, rgba(148,0,35,1) 81%);
	background: -webkit-linear-gradient(150deg, rgba(229,49,54,1) 0%, rgba(148,0,35,1) 81%);
	background: linear-gradient(150deg, rgba(229,49,54,1) 0%, rgba(148,0,35,1) 81%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e53136",endColorstr="#940023",GradientType=1); 
}