/* Font Sizes
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content p.has-small-font-size {
	font-size: .85rem;
}

.entry-content p.has-regular-font-size {
	font-size: 1rem;
}

.entry-content p.has-large-font-size {
	font-size: 1.5rem;
}

.entry-content p.has-larger-font-size {
	font-size: 2rem;
}

.entry-content .alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.entry-content .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}
/* Ausgeklammer 13.6.2020 wegen 404*/
/* Drop Caps
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content p.has-drop-cap:not(:focus)::first-letter {
	margin: inherit;
}

.entry-content p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.entry-content p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
	margin-right: inherit;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Color Palette
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content .has-light-gray-background-color {
	background-color: #F7F7F7 !important;
	color: #404040 !important;
}

.entry-content .has-light-gray-color {
	color: #404040 !important;
}
.entry-content .has-gray-color-background {
	background-color: #f7f7f7;
}
.entry-content .has-medium-gray-background-color {
	background-color: #999 !important;
}
.entry-content .has-red-background-color {
	background-color: rgb(217,27,91) !important;
	color: #fff !important;
}
.entry-content .has-medium-gray-color {
	color: #999 !important;
}
.entry-content .has-red-color {
	color: rgb(217,27,91) !important;
}
.entry-content .has-dark-gray-background-color {
	background-color: #333 !important;
}

.entry-content .has-dark-gray-color {
	color: #333 !important;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Background Color
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content p.has-background {
	padding: 25px 30px;
}

.entry-content p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.entry-content p.has-text-color a,
.entry-content p.has-background a {
	color: inherit;
}

.entry-content p.has-text-color a:focus,
.entry-content p.has-background a:focus,
.entry-content p.has-text-color a:hover,
.entry-content p.has-background a:hover {
	color: inherit;
	text-decoration: none;
}

.entry-content p.has-background.light-text a {
	color: #fff;
	text-decoration: underline;
}

.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
	text-decoration: none;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Alignment
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
	float: left;
	text-align: left;
	margin-right: 1.5rem;
}

.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
	float: right;
	text-align: left;
	margin-left: 1.5rem;
	max-width: 320px;
}

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
	margin-bottom: 30px;
}

.full-width-content .entry-content .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.content-sidebar .entry-content .alignfull,
.sidebar-content .entry-content .alignfull {
	margin: 0 0 2em;
	width: 100%;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Columns
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content .wp-block-columns {
	display: block;
	margin-bottom: 30px;
}

.entry-content .wp-block-columns.alignfull {
	padding: 0 30px;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Cover Image
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.full-width-content .entry-content .wp-block-cover.alignfull {
	width: 100vw;
}

.entry-content .wp-block-cover .wp-block-cover-text {
	font-size: 48px;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Buttons
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.content .wp-block-button .wp-block-button__link {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.content .wp-block-button .wp-block-button__link:focus,
.content .wp-block-button .wp-block-button__link:hover {
	background-color: rgb(217,27,91);
	color: #fff;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Button Variations */
/* Ausgeklammer 13.6.2020 wegen 404
.content .wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.content .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid currentColor;
	border-radius: 0;
	padding: 13px 28px;
}

.content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.content .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: rgb(217,27,91);
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Blockquotes and captions
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote {
	border-radius: .25rem;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border: none;
	margin: 24px 24px 36px;
}

.entry-content .wp-block-quote p,
.entry-content .wp-block-pullquote p {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-style: normal;
	margin-bottom: 42px;
}

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-quote.is-style-large p {
	font-size: 1rem;
}

.entry-content .wp-block-pullquote.is-style-solid-color p {
	color: #fff;
	margin-bottom: 1rem;
	text-align: center;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
	background-color: #f7f7f7;
}

.entry-content .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
	border: 2px solid;
	border-left: none;
	border-right: none;
}

.entry-content .wp-block-quote cite,
.entry-content .wp-block-pullquote cite {
	display: block;
	font-family: "Open Sans", sans-serif;
	color: #666;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

.entry-content .wp-block-pullquote cite {
	text-align: left;
}

.entry-content .wp-block-pullquote.is-style-solid-color cite {
	color: #fff;
	font-style: italic;
}

.entry-content .wp-block-pullquote .has-text-color cite,
.entry-content .wp-block-pullquote .has-text-color p {
	color: currentColor;
}

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
	font-family: 'Lato', Arial, sans-serif !important;
	font-size: 85%;
	font-size: .85rem;
	padding-bottom: 0px;
	line-height: 1.41;
	text-align: left;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Category Block
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content .wp-block-categories,
.entry-content .wp-block-categories ol,
.entry-content .wp-block-categories ul {
	margin-left: 0;
	padding-left: 0;
}

.entry-content .wp-block-categories li {
	list-style-type: none;
}

.entry-content .wp-block-categories.aligncenter {
	text-align: center;
}

.entry-content .wp-block-categories-list.alignfull {
	padding: 0 30px;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Latest Posts Block
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.entry-content .wp-block-latest-posts {
	clear: both;
	margin-left: 0;
}

.entry-content .wp-block-latest-posts li {
	list-style-type: none;
}

.entry-content .wp-block-latest-posts.aligncenter {
	text-align: center;
}

.entry-content .wp-block-latest-posts.alignfull {
	padding: 0 30px;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Other Blocks
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
.wp-block-verse,
.wp-block-preformatted {
	font-size: 16px;
}

.wp-block-preformatted {
	white-space: pre-wrap;
}

hr.wp-block-separator {
	border: none;
	border-top: 1px solid #eee;
	margin: 1.65em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

.wp-block-audio audio {
	display: inline-block;
	width: 100%;
}

.entry-content .wp-block-gallery {
	padding-left: 0;
}
/* Ausgeklammer 13.6.2020 wegen 404
/* Media Queries
---------------------------------------------------------------------------- */
/* Ausgeklammer 13.6.2020 wegen 404
@media only screen and (min-width: 600px) {

	.entry-content .wp-block-columns {
		display: flex;
	}

	.entry-content .wp-block-columns .wp-block-column {
		flex: 1;
	}

}
/* Ausgeklammer 13.6.2020 wegen 404
@media only screen and (min-width: 1062px) {

	.full-width-content .entry-content .alignwide {
		margin-left: -180px;
		margin-right: -180px;
		min-width: 1062px;
	}

}
/* Ausgeklammer 13.6.2020 wegen 404*/