/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Problem Verzierungs PNG */
body .aligncenter img[src*="line-gothic"] {
	max-width: 220px !important;
	height: auto;
	display: block;
	margin: 0 auto;
}

blockquote {
	margin: 2em 0;
	padding: 0 3em 0 3.5em;
	position: relative;
	font-weight: 300;
	line-height: 1.625;
	font-size: 100%;
	color: #3e3f40;
	text-transform: none;
	font-style: italic;
}

.site-title {
	font-size: 33px;
}

.wp-block-button__link {
	color: #000 !important;
}

.nav--main a:not([class*=wp-block]):not(.img-link) {
	font-size: 22px !important;
}

.wp-caption img {
	padding: 0 20px;
}

.wp-caption-text {
	padding: 10px 20px;
}

h4 {
	font-weight: bold !important;
	font-size: 1.2rem !important;
}

.nav--main a {
	display: block;
	letter-spacing: normal;
}

blockquote:before {
	color: #E8E8E8;
	content: "“";
	display: block;
	font-size: 6em;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -.2em;
}

blockquote {
/*font-size: 1.3em;*/
}

blockquote cite {
	color: #B2B2B2;
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: .8em;
/* font-style:normal; internet explorer problem mit Fontkursiven :: beeser mit em arbeiten … */
}

blockquote cite:before {
	content: "—  ";
}

hr {
	border-color: #DDDDDD;
	border-style: dotted;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.jetpack_subscription_widget.widget a,
.widget_blog_subscription.widget a {
	color: #ccc;
}

.jetpack_subscription_widget.widget a:hover,
.widget_blog_subscription.widget a:hover {
	color: black;
}

.comment__content a, .comment__links a {
	color: #3e3f40;
	text-decoration: none;
	font-style: normal;
	border-bottom: 4px dotted #FFDE02;
	transition: all linear .5s .1s;
/* word-break: break-all; */
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.comment__content a:hover, .comment__links a:hover {
	border-bottom: 7px solid #FFDE02;
}

.dropcap {
	color: #171617;
	float: left;
	font-size: 4.7em;
	font-weight: 200;
	line-height: 1.13514;
	margin-bottom: -.33243em;
	margin-right: .16216em;
	margin-top: -20px;
	text-shadow: 2px 2px 0 white, 4px 4px 0 #ffde00;
}

a {
/* color: #3e3f40; */
	font-weight: 600;
}

.site-title a {
	font-weight: 400;
}

/* remove bug */
.sticky .sticky-post:before, .sticky .sticky-post:after {
	color: #ffde00;
}

.entry-card .entry-image .hover {
	color: #ffde00;
	font-weight: bold;
	text-shadow: 1px 1px 0 #DABE00, 4px 4px 0 black;
}

.nav--main .menu-item-has-children > a:after {
	margin-left: 0;
}

.bypostauthor .comment__author-name:before {
	content: none;
}

.pull-left, .pull-right {
	color: #171617;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.55;
	margin-bottom: 2.25rem;
	text-transform: uppercase;
}

.align-left {
	text-align: left !important;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	.wp-caption.alignright, .wp-caption.alignleft {
		float: none;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	
	.alignright {
		margin-left: 0 !important;
	}
	
	.wp-caption.alignright, .wp-caption.alignleft img, p.alignright:first-child {
		margin-top: 0 !important;
		width: 100%;
	}
	
	/* Burma Bild Burma Artikel */
	/*
																		p.alignright:first-child {
																		margin-left: 0!important;
																		margin-right: 0!important;}
																		*/
	blockquote img, p img, img {
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
		float: none !important;
	}
}

/* Lösung Claude für Bild im responsive mode */
@media only screen and (max-width: 600px) {
	.wp-caption.aligncenter {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: left !important;
	}
	
	.wp-caption.aligncenter img {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
	}
	
	.wp-caption-text {
		text-align: left !important;
	}
}

/*
@media only screen and (min-width: 0px) and (max-width: 700px) {

p img, img, img.wp-image-12113.size-medium, img.aligncenter, img.alignnone   {
height: auto !important;
width: auto !important;
max-width: 100% !important;
float: none !important;
}
}
*/