/*
Theme Name: Beck Pietätsbedarf // Blog
Theme URI: https://www.beck-pietaetsbedarf.de/
Author: tma pure
Author URI: http://tma-pure.de/
Description: Uses styles from Beck Pietätsbedarf
Version: 1
Text Domain: Beck Pietätsbedarf
*/

.nav-next, .nav-previous{
	width: 50%!important;
}
.nav-next{
	text-align: right;
}
.no-margin{
	margin: 0;
}
.wp-block-image{
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
.beitrag{
	margin-bottom: 2em;
	display:inline-block;
}
.beitragsbild-div{ 
    position: relative; 
    margin: 0;
}
.beitragsbild-div img {
    display: block;
}
.wp-block-button__link {
	border-radius: 0!important;
	font-size: 1em!important;
	padding: 10px 20px!important;
	color: #fff!important; 
	background: #6CCFF0!important;
	display: inline-block!important; 
	border: none;
	line-height: normal;
	font-weight: 600;
	transition: all 0.3s linear;
	text-decoration: none;
}
.wp-block-button__link:hover{
	background: #0BB0E7!important;
}
ul.is-style-pfeil li, 
ul.is-style-punkte li, 
ul.is-style-check li {
	margin-bottom: 1em;
}
ul.is-style-pfeil, 
ul.is-style-check {
	list-style: none !important;
}
ul.is-style-pfeil li,
ul.is-style-check li {
	position: relative;
}
ul.is-style-pfeil li:before, 
ul.is-style-check li:before {
	content: "»";
	color: #0d3172;
	position: absolute;
	left: -1.25em;
	font-weight: bold;
}
ul.is-style-check li:before {
	content: "✓";
}
figure{
	width: max-content;
}