@charset "UTF-8";
/**
Theme Name: ad maiorem dei gloriam
Theme URI: https://smmp.de
Author: Bergmann & Beer
Description: Custom genesis child theme
Version: 2.2
Template: genesis
Text Domain: amdg


 *
 * This file adds functions to the AMDG Theme.
 *
 * @package AMDG
 * @author  Bergmann & Beer
 * @license GPL-2.0-or-later
 * @link    https://smmp.de/
 */
/**
Theme Name: bildungsakademie
Theme URI: https://smmp.de
Author: Bergmann & Beer
Description: Custom genesis child theme
Version: 2.2
Template: genesis
Text Domain: amdg


 *
 * @package AMDG
 * @author  Bergmann & Beer
 * @license GPL-2.0-or-later
 * @link    https://smmp.de/
 */
/* Table of Contents
- Imports (SMMP)
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Inserts (SMMP)
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Contact Form 7
	- TablePress
	- Section Page
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Custom Styles (SMMP)
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
- Google CSE
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  font-size: 16px; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  word-wrap: break-word; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner,
.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px 0; }

.site-inner {
  clear: both; }

/*Last Position 2019-01-08-17-48*/
/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 1rem; }

.alignright .avatar {
  margin-left: 1rem; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 0 0 2.5rem; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  font-size: 75%;
  font-size: .75rem;
  margin-bottom: 1rem; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin: 0 0 2.5rem;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  margin-bottom: 1rem; }

.entry-title {
  /* color: #CD0067; */
  font-family: 'Libre Baskerville', 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif; }

.entry-title a,
.sidebar .widget-title a {
  color: #d91b5b;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: white;
  background: #d91b5b; }

.widget-title {
  color: #404040;
  font-weight: 400;
  margin: 1rem 0 1rem;
  padding-right: .5rem;
  font-family: 'Lato', sans-serif;
  display: inline-block; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1rem; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

.gallery-caption,
.wp-caption-text,
.figcaption {
  margin: .5rem 0;
  text-align: left;
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 85%;
  font-size: .85rem;
  padding-bottom: 0px;
  line-height: 1.41; }

.entry-content ul {
  /*margin-bottom: 0px !important;*/
  line-height: 1.6;
  /*1.475; line-height: 1.375;*/
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.entry-content p.wp-caption-text, .figcaption {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 85%;
  font-size: .85rem;
  padding-bottom: 0px;
  line-height: 1.41; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 1rem; }

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 2.5rem; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------- */
/*jQuery Lightbox */
#imageData #imageDetails #titleAndCaption #captionText {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    #imageData #imageDetails #titleAndCaption #captionText {
      font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
  @media screen and (min-width: 1140px) {
    #imageData #imageDetails #titleAndCaption #captionText {
      font-size: 16px; } }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333333;
  outline: #ccc solid 1px; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: circle; }

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f7f7f7; }

.content .sticky {
  background-color: #f7f7f7;
  padding: 30px; }

.entry-content .alignleft {
  float: left;
  text-align: left;
  margin-right: 1.5rem;
  max-width: 50%; }

.entry-content .alignright {
  float: right;
  text-align: left;
  margin-left: 1.5rem;
  max-width: 50%; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: .95rem;
  margin-bottom: .5rem; }

.entry-footer .entry-meta {
  border-top: 1px solid #f7f7f7;
  padding-top: .5rem; }

/*.entry-categories,
.entry-tags {
	display: block;
}*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: .5rem 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }
  .archive-pagination li {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .archive-pagination li {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .archive-pagination li {
        font-size: 16px; } }

.archive-pagination li a {
  background-color: white;
  color: #d91b5b;
  border: 1px solid #d91b5b;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: .25rem;
  padding: 4px 6px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #d91b5b;
  color: white; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

/* Custom Styles (SMMP)
--------------------------------------------- */
.search-form {
  position: relative; }

h1.category-title {
  display: none; }

ul.navlist,
ul.lcp_catlist,
ul.page-list {
  margin: 0px;
  padding-left: 0; }

.entry-content ul.page-list li.page_item {
  display: inline-block;
  list-style-type: none !important;
  padding: 1rem;
  margin: 0 0 .5rem !important;
  border: 1px solid #d91b5b;
  color: #d91b5b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px; }

ul.navlist li,
ul.lcp_catlist li {
  list-style: none; }

ul.navlist li .format-aside {
  margin-left: 0px;
  padding: .25em .25em .25em 1em;
  margin: .5em 0 .5em; }

.highslide-container div {
  font-family: 'Open Sans', Verdana, Geneva, Helvetica, Arial, sans-serif !important;
  font-size: .85rem !important; }

.higslide img a,
.higslide img_1 a {
  border: none !important; }

a.download:before {
  background: #d91b5b;
  content: "\f019";
  font-family: "Font Awesome\ 5 Pro";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  margin-right: 1em;
  /*font-size: 1.625rem;*/
  padding: 0px 5px 0px; }

a.download {
  display: block;
  margin: .5em 1em .5em 0;
  /*padding: 5px 5px 5px 28px;*/
  min-height: 16px; }

.format-aside {
  padding: 1rem;
  border-radius: 5px;
  background: #F7F7F7;
  border-left: 22px solid #d91b5b; }

.format-aside .entry-content p {
  padding-bottom: 35px; }

.format-aside time .entry-time {
  font-size: 75%;
  font-size: .75rem; }

#fb-footnote ul {
  margin: 3px 0px 0px 0px; }

#fb-footnote p {
  padding: 0px 0px;
  margin-bottom: 0px !important;
  display: inline; }

.navlist,
.page-list {
  list-style: none;
  margin: 0 0 1em 0; }

#fb-footnote {
  /*position: relative;*/
  padding: 10px 0 15px 0;
  margin: 0.625rem 0 0.9375rem 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: none;
  display: block;
  clear: both;
  /*float: right; */ }

body .weiterempfehlen {
  margin-bottom: 19px; }

body .weiterempfehlen p {
  padding-left: 20px;
  color: #827B7E;
  font-weight: 700;
  margin-bottom: 1px !important; }

/* */
body .weiterempfehlen ul {
  list-style: none;
  float: right;
  margin: -20px 0 15px 0; }

/*line-height: 24px; margin: 5px 0 15px 0; */
body .weiterempfehlen li {
  display: inline; }

body .weiterempfehlen a {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 25px;
  /*background: url('images/smmp-social.png') no-repeat !important;*/ }

body .weiterempfehlen span {
  display: none; }

.mail a:before {
  background: #d91b5b;
  content: "\f003";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  padding: 0px 5px 0px; }

.wa-einzeln a:before {
  background: #bf0060;
  content: "\f232";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  padding: 0px 5px 0px; }

.xi-einzeln a:before {
  background: #d91b5b;
  content: "\f168";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  padding: 0px 5px 0px; }

/*body .xi-einzeln a {
background-position: left -1px;}
body .tw-einzeln a {
	background-position: left -26px;
}*/
body .tw-einzeln a:before {
  background: #d91b5b;
  content: "\f099";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  padding: 1px 5px 0px; }

/*body .fb-einzeln a {
	background-position: left -52px;
}*/
.fb-einzeln a:before {
  background: #d91b5b;
  content: "\f082";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  padding: 1px 5px 0px; }

/*body .gp-einzeln a {
	background-position: left -78px;
}*/
.gp-einzeln a:before {
  background: #d91b5b;
  content: "\f0d5";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  padding: 1px 5px 0px; }

/*body .del-einzeln a {
	background-position: left -104px;
}*/
body .weiterempfehlen a:hover {
  position: relative;
  top: -1px; }

/* Add " (PDF)" text after links that go to PDFs */
a[href$=".pdf"]:after {
  content: " (PDF)"; }

/* If file size specified as data attribute, use that too */
a[href$=".pdf"][data-size]:after {
  content: " (PDF, " attr(data-size) ")"; }

/* Add " (zip)" text after links that go to ZIPs same for RAR*/
a[href$=".zip"]:after {
  content: " (zip)"; }

a[href$=".rar"]:after {
  content: " (rar)"; }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  margin: 0; }

.sidebar .widget {
  background-color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 8px #CCC;
  -moz-box-shadow: 0px 0px 8px #CCC;
  -webkit-box-shadow: 0px 0px 8px #CCC;
  margin-bottom: 10px;
  padding: 15px; }

.sidebar p {
  line-height: 1.375;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.sidebar .widget-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #404040;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 0px;
  padding-right: 7px;
  font-family: 'Lato', sans-serif;
  display: inline-block; }

.sidebar .textwidget {
  color: #404040;
  font-family: 'Open Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375; }

.sidebar a {
  color: #d91b5b;
  border: none !important; }

.sidebar a:hover {
  color: white; }

.widget-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.sidebar .widget-title a {
  border: none; }

.widget_wenderhost-subpages .current-menu-item > a:link,
.widget_wenderhost-subpages .current-menu-item > a:visited,
.widget_wenderhost-subpages .current_page_item > a:link,
.widget_wenderhost-subpages .current_page_item > a:visited {
  color: white;
  background: #d91b5b; }

/* Sidebar Code from smmp2018
--------------------------------------------------------------------------- */
.sidebar p:last-child {
  margin-bottom: 0; }

.widget-area li.page_item {
  margin: 0 0 .5rem; }

.widget-area li.page_item:nth-child(even) {
  margin: .3em 0; }

.sidebar ul {
  margin: 0; }

ul.children {
  margin: 0 0 0 1rem; }

.sidebar li {
  word-wrap: break-word;
  list-style: none;
  margin: 0 0 .5rem !important; }

.sidebar ul > li:last-child {
  margin-bottom: 0; }

ul li:last-child {
  border-bottom: none; }

.widget-area li.page_item {
  margin: 0; }

.widget-area li.page_item:nth-child(even) {
  margin: .3em 0; }

/* Before Content Widget
---------------------------------------------------------------------------- */
/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background: #424040;
  border-top: #d91b5b solid 5px;
  border-bottom: #d91b5b solid 5px;
  color: #999999;
  clear: both;
  padding: 40px 40px 0 0; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }

.footer-widgets ul {
  padding-bottom: 20px; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }

.footer-widgets .widget-title a:hover {
  color: white !important;
  background: #d91b5b;
  text-decoration: none; }

.footer-widgets .widget-title {
  color: white;
  line-height: inherit;
  margin: 0 0 .5rem; }

.footer-widgets a {
  border-bottom: none;
  color: #CBCACA;
  font-family: 'Open Sans', Verdana, Geneva, Helvetica, Arial, sans-serif; }
  .footer-widgets a {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .footer-widgets a {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .footer-widgets a {
        font-size: 16px; } }

.footer-widgets a:hover {
  color: #CBCACA; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

.creds {
  padding: 0 10px; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #333333;
  color: white;
  padding: 20px 0 10px;
  text-align: center; }

.site-footer a {
  color: white;
  border-bottom: 1px solid #d91b5b; }

.site-footer p {
  color: white;
  background-color: #333333;
  margin: 0 0 1rem 0; }

a.top {
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background: #424040;
  transition: all .2s linear;
  text-align: center;
  box-shadow: inset 0px 1px 0px 0px white;
  border-radius: 5px; }

a.top:hover {
  background: #d91b5b; }

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: 1140px; }
  /* Content
	--------------------------------------------- */
  .content {
    background: white;
    float: left;
    width: 70%;
    padding: 2rem 5rem;
    box-shadow: 0px 0px 8px #CCC;
    -moz-box-shadow: 0px 0px 8px #CCC;
    -webkit-box-shadow: 0px 0px 8px #CCC;
    -o-box-shadow: 0px 0px 8px #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  .sidebar-content .content {
    float: right; }
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 28%; }
  .sidebar-content .sidebar {
    float: left; }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; }
  /* After Entry
	--------------------------------------------- */
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 1rem; }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
    padding-bottom: 0; }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3); } }

@media only screen and (max-width: 959px) {
  .content {
    background: white;
    float: left;
    /*max-width: 98%;*/
    padding: 1rem 1rem; } }

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid black;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .social-media-info,
  .jobs,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar,
  .shariff-buttons {
    display: none !important; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
    hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

p, entry-content p, .entry-content .wp-block-quote p, .entry-content .wp-block-pullquote p, .entry-content {
  /*overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;*/
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.625;
  text-align: left !important; }
  p, entry-content p, .entry-content .wp-block-quote p, .entry-content .wp-block-pullquote p, .entry-content {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      p, entry-content p, .entry-content .wp-block-quote p, .entry-content .wp-block-pullquote p, .entry-content {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      p, entry-content p, .entry-content .wp-block-quote p, .entry-content .wp-block-pullquote p, .entry-content {
        font-size: 16px; } }

.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; }

h1,
h2,
h3 {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.25 !important; }
  h1,
  h2,
  h3 {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      h1,
      h2,
      h3 {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      h1,
      h2,
      h3 {
        font-size: 16px; } }

figcaption {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    figcaption {
      font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
  @media screen and (min-width: 1140px) {
    figcaption {
      font-size: 16px; } }

/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  height: 100%;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;*/
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  /*@include ellipsis();*/ }
  html {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      html {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      html {
        font-size: 16px; } }

body {
  background: #f2f1ec;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ECE9E6, #f2f1ec);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #404040;
  font-family: 'Open Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0 auto;
  background-size: 1px 16px;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  color: #d91b5b;
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: .85rem;
  line-height: 1.25; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

.btn {
  border-radius: 10px;
  box-shadow: 5px 5px 5px #cccccc;
  font-family: Arial;
  text-color: white !important;
  font-size: 40px;
  background: #333333;
  padding: 10px 20px 10px 20px;
  border: none;
  text-decoration: none; }

.btn:hover {
  color: white;
  background: #d91b5b;
  text-decoration: none; }

fieldset {
  padding-top: 0.35rem;
  padding-right: 0.75rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

/* stylelint-enable */
/*
--------------------------------------- */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

input[type="search"] {
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

article, aside, header, hgroup, main, nav, section {
  display: block;
  /*margin: .5rem 0;*/ }

.entry-header {
  margin-bottom: 1rem; }

/* ---------------------------- */
/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

a {
  color: #d91b5b;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a.more-link:before {
  content: " "; }

::-moz-selection {
  background-color: #333333;
  color: white; }

::selection {
  background-color: #333333;
  color: white; }

a:focus,
a:hover {
  background: #d91b5b;
  color: white !important;
  text-decoration: none; }

.fa a:hover {
  background: #d91b5b;
  color: white !important;
  text-decoration: none; }

p {
  margin: 0 0 16px 0;
  padding: 0; }

ol,
ul {
  margin: 0 0 16px 0; }

li {
  list-style-type: none; }

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #f7f7f7;
  clear: both;
  margin: 1rem 0; }

b,
strong {
  font-weight: 700; }

.entry-title strong {
  font-weight: normal; }

cite,
em,
i {
  font-style: italic; }

mark {
  background: #cccccc;
  color: #333333; }

blockquote::before {
  /*content: "\201C";*/
  display: block;
  left: -20px;
  position: relative;
  top: -10px; }

blockquote {
  background: #f7f7f7;
  color: #333333;
  margin: 0 0 1rem;
  padding: 1rem; }

.peg {
  font-family: 'Anke-Calligraphic-FG';
  font-weight: 400;
  font-style: normal; }

/* Headings
---------------------------------------------  */
h1,
h2,
h3 {
  font-family: 'Libre Baskerville', 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
  font-weight: normal; }

h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica', 'Arial', 'Calibri', sans-serif;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5 {
  font-size: 2.2rem;
  margin-bottom: calc((16px * 1)); }

h2 {
  font-size: 2.2rem;
  line-height: 1.625;
  /*calc((16px - 2.2rem) + 16px*4);*/
  margin-top: calc((16px - 2.2rem) + 16px*2); }

h3 {
  font-size: 1.125rem;
  line-height: 1.625;
  margin-top: calc((16px - 1.125rem) + 16px*2); }

h4 {
  font-size: 1.1rem;
  line-height: 1.625;
  margin-top: calc((16px - 1.1rem) + 16px*2); }

h5 {
  font-size: 1.1rem;
  line-height: 1.625;
  margin-top: calc((16px - 1.1rem) + 16px*2); }

.entry-content h3,
.entry-content h4 {
  font-weight: inherit; }

.entry-content h4 {
  margin-top: calc((16px - 1.1rem) + 16px*2); }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: 'Open Sans', 'Helvetica', 'Arial', 'Calibri', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.625;
  margin-top: calc((16px - 1.1rem) + 16px*2); }

/*  End Headings
----------------------------------------------------- */
/* Before Content */
.shout_box {
  padding: 2em;
  position: relative;
  background: #d91b5b;
  color: white;
  border: 5px solid #d91b5b;
  border-radius: 5px;
  z-index: 1; }

.shout_box a {
  color: white;
  text-decoration: underline; }

/* Spezial-Link für Spendenaufruf im Footer innerhalb der Shoutbox */
.donate {
  color: white;
  text-decoration: none;
  letter-spacing: 0.18rem; }

.shout_box a img {
  margin-bottom: -4px;
  margin-bottom: -0.25rem; }

.shout_box a:hover {
  color: #d91b5b !important;
  background: white;
  text-decoration: none; }

.white_box {
  width: 100%;
  padding: 0 1em;
  margin-bottom: 1em;
  position: relative;
  background: white;
  color: #333333;
  border: 5px solid white;
  border-radius: 5px;
  z-index: 1; }

.white_box a {
  color: #d91b5b;
  text-decoration: none; }

.white_box a img {
  margin-bottom: -4px;
  margin-bottom: -0.25rem; }

.white_box a:hover {
  color: white !important;
  background: #d91b5b;
  text-decoration: none; }

/*-----------------------------*/
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
figcaption,
.wp-caption {
  box-sizing: border-box;
  max-width: 100%; }

.wp-cation, figcaption, imageDataContainer {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: calc(16px /1.15);
  padding-bottom: 0; }

.entry-content .wp-block-audio figcaption, .entry-content .wp-block-embed figcaption, .entry-content .wp-block-image figcaption {
  font-size: calc(16px /1.15); }

/* .blocks-gallery-item figcaption {
  display: none;
} */
img {
  height: auto;
  vertical-align: top;
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem; }

.is-style-circle-mask img, .is-style-rounded img {
  border-radius: .25rem !important; }

figure {
  margin: 0; }

/* End Objects
-------------------------------------------  */
/* Gallery
--------------------------------------------- */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #f7f7f7;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999999;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 16px;
  text-align: center; }

/* End Gallery
-------------------------------------------  */
/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: white;
  border: 1px solid #999999;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #cccccc inset;
  color: #999999;
  padding: .5rem 0;
  width: 100%; }
  input,
  select,
  textarea {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      input,
      select,
      textarea {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      input,
      select,
      textarea {
        font-size: 16px; } }

input:focus,
textarea:focus {
  border: 1px solid #999999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-ms-input-placeholder {
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  color: #999999;
  opacity: 1; }

::placeholder {
  color: #999999;
  opacity: 1; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: white;
  border: 1px solid #d91b5b;
  color: #d91b5b;
  cursor: pointer;
  padding: 16px 32px;
  padding: 1em 2em;
  text-align: center;
  white-space: normal;
  width: auto; }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      button,
      input[type="button"],
      input[type="reset"],
      input[type="submit"],
      .button {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      button,
      input[type="button"],
      input[type="reset"],
      input[type="submit"],
      .button {
        font-size: 16px; } }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  border: 1px solid #d91b5b;
  background-color: #d91b5b;
  color: white; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: white; }

.button {
  display: inline-block;
  border-radius: 5px; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #f7f7f7;
  border-width: 0;
  color: #999999;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* End Forms
-------------------------------------------  */
/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: calc(16px * 0.8);
  line-height: 1.2;
  margin: 0 0 2rem;
  width: 100%;
  /*overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;*/
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

tbody {
  border-bottom: 1px solid #cccccc; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #cccccc;
  padding: 6px 0;
  padding: 0.6rem 0; }

th {
  font-weight: 700;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* End Tables
-------------------------------------------  */
/*
Inserts
----------------------------------------------------------------------------------------------------- */
.waiting_div,
.success_div,
.danke {
  background: #f7f7f7;
  margin: 0 0 1rem;
  border: 1px solid #f7f7f7;
  padding: 10px;
  box-shadow: 3px 3px 4px #cccccc; }

.insert {
  background: #f7f7f7;
  margin: 0 0 1rem;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 3px 3px 4px #cccccc; }

.insertright {
  margin: 0 0 1em 1em !important;
  padding: 0 0 10px 10px;
  float: right;
  text-align: left; }

.insertleft {
  margin: 0 1em 1em 0 !important;
  padding: 0 0 10px 10px;
  float: left;
  text-align: left; }

/* End Inserts
-------------------------------------------  */
/*
Stylesheet taken from /wp-includes/css/dist/block-library/style.css
 */
/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Often re-used variables
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #424040;
  text-align: center;
  font-size: 13px; }

.wp-block-audio audio {
  width: 100%;
  min-width: 300px; }

.editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f7f7f7;
  color: #424040;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', Verdana, Geneva, Helvetica, Arial, sans-seriff;
  font-size: 13px;
  position: relative;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  z-index: 7; }

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600; }

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px; }

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0; }

@media (min-width: 960px) {
  .editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap; }
  .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0; }
  .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px; } }

.editor-block-list__layout .reusable-block-indicator {
  background: white;
  border-left: 1px dashed #cccccc;
  color: #333333;
  border-bottom: 1px dashed #cccccc;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px; }

.wp-block-button {
  color: white;
  margin-bottom: 1.5em; }

.wp-block-button.aligncenter {
  text-align: center; }

.wp-block-button.alignright {
  /*rtl:ignore*/
  text-align: right; }

.wp-block-button__link {
  background-color: #d91b5b;
  border: 2px;
  border-radius: 5px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
  margin: 5px; }

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  background-color: white !important;
  color: #d91b5b !important;
  border: 2px solid #d91b5b;
  border-radius: 5px;
  padding: 15px 30px; }

.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.is-style-outline {
  color: #333333; }

.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid currentcolor; }

.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-columns {
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }

.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0; } }

@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px; }
  .wp-block-column:nth-child(even) {
    margin-left: 32px; }
  .wp-block-column:not(:first-child) {
    margin-left: 32px; }
  .wp-block-column:not(:last-child) {
    margin-right: 32px; } }

.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #333333;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image.has-left-content h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left; }

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end; }

.wp-block-cover-image.has-right-content h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right; }

.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  color: white;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center; }

.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover h2 a,
.wp-block-cover h2 a:hover,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:active,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:active {
  color: white; }

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed; }

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll; } }

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1; }

.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1; }

.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2; }

.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3; }

.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4; }

.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5; }

.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6; }

.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7; }

.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8; }

.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9; }

.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1; }

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    content: none; } }

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex; }

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover; }

.editor-block-list__block[data-type="core/embed"][data-align="left"] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align="right"] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%; }

.wp-block-embed {
  margin-bottom: 1em; }

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #424040;
  text-align: center;
  font-size: 13px; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: ""; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }

.wp-block-file {
  margin-bottom: 1.5em; }

.wp-block-file.aligncenter {
  text-align: center; }

.wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right; }

.wp-block-file .wp-block-file__button {
  background: #333333;
  border-radius: 2em;
  color: white;
  font-size: 13px;
  padding: 0.5em 1em; }

.wp-block-file a.wp-block-file__button {
  text-decoration: none; }

.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: white;
  opacity: 0.85;
  text-decoration: none; }

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; } }

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto; } }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: white;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent); }

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline; }

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover; } }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2); }

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0; }

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0; }

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px; }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px; }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px; }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px; }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px; }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px; }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0; }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0; }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0; }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0; }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0; }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0; }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0; }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0; }

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%; }

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
  display: flex; }

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image img {
  max-width: 100%; }

.wp-block-image.aligncenter {
  text-align: center; }

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%; }

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom; }

.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em; }

.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em; }

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #424040;
  text-align: center;
  font-size: 13px; }

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em; }

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none; }

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px; }

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px; }

.wp-block-latest-comments__comment-date {
  color: #424040;
  display: block;
  font-size: 12px; }

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px; }

.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%; }

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px); }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px); }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px); }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px); }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px); } }

.wp-block-latest-posts__post-date {
  display: block;
  color: #424040;
  font-size: 13px; }

.wp-block-media-text {
  display: grid; }

.wp-block-media-text {
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto; }

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%; }

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8% 0 8%; }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media"; } }

p.is-small-text {
  font-size: 14px; }

p.is-regular-text {
  font-size: 16px; }

p.is-large-text {
  font-size: 36px; }

p.is-larger-text {
  font-size: 48px; }

p.has-drop-cap:not(:focus)::first-letter {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  margin: inherit !important;
  text-transform: none !important;
  font-style: normal; }

p.has-background {
  padding: 20px 30px; }

p.has-text-color a {
  color: inherit; }

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px; }

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px; }

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6; }

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative; }

.wp-block-pullquote .has-text-color a {
  color: inherit; }

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none; }

.wp-block-pullquote.is-style-solid-color {
  border: none; }

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%; }

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px; }

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal; }

.wp-block-pullquote cite {
  color: inherit; }

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em; }

.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6; }

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right; }

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto; }

.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7";
  color: #333333;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif; }

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75; }

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%; }

.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto; }

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid currentColor; }

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5; }

.wp-block-table.is-style-stripes td {
  border-color: transparent; }

.wp-block-text-columns {
  display: flex; }

.wp-block-text-columns.aligncenter {
  display: flex; }

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0; }

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0; }

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0; }

.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2); }

.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3); }

.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4); }

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }

.wp-block-video video {
  max-width: 100%; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover; } }

.wp-block-video.aligncenter {
  text-align: center; }

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #424040;
  text-align: center;
  font-size: 13px; }

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f27fbf; }

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #d91b5b; }

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900; }

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900; }

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5; }

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084; }

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc; }

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3; }

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #f7f7f7; }

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3; }

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131; }

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7; }

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e; }

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900; }

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900; }

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5; }

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084; }

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc; }

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3; }

.has-very-light-gray-color.has-very-light-gray-color {
  color: #f7f7f7; }

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3; }

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131; }

.has-small-font-size {
  font-size: 13px; }

.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px; }

.has-medium-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 36px; }

.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px; }

/*
Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "shariff3uu";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://smmp.de/wp-content/plugins/shariff/fonts/shariff3uu.eot") format("embedded-opentype"), url("https://smmp.de/wp-content/plugins/shariff/fonts/shariff3uu.woff") format("woff"), url("https://smmp.de/wp-content/plugins/shariff/fonts/shariff3uu.ttf") format("truetype"), url("https://smmp.de/wp-content/plugins/shariff/fonts/shariff3uu.svg") format("svg"); }

@font-face {
  font-family: 'Anke-Calligraphic-FG';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://smmp.de/fonts/Anke-Calligraphic-FG-V2.woff") format("woff"), url("/fonts/Anke-Calligraphic-FG-V2.svg") format("svg"), url("/fonts/Anke-Calligraphic-FG-V2.eot") format("embedded-opentype"), url("/fonts/Anke-Calligraphic-FG-V2.ttf") format("truetype"); }

/* Anke Calligraphic - latin */
@font-face {
  font-family: 'Anke-Calligraphic';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/Anke-Calligraphic-FG-V2.woff") format("woff"), url("/fonts/Anke-Calligraphic-FG-V2.svg") format("svg"), url("/fonts/Anke-Calligraphic-FG-V2.eot") format("embedded-opentype"), url("/fonts/Anke-Calligraphic-FG-V2.ttf") format("truetype"); }

/* Libre Baskerville TTF - added 2022-06-15 */
/* libre-baskerville-regular - latin-ext_latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/libre-baskerville-v14-latin-ext_latin-regular.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/libre-baskerville-v14-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* libre-baskerville-italic - latin-ext_latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/libre-baskerville-v14-latin-ext_latin-italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/libre-baskerville-v14-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* libre-baskerville-700 - latin-ext_latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/libre-baskerville-v14-latin-ext_latin-700.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/libre-baskerville-v14-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* libre-baskerville-regular - latin */
/* Open Sans v29 - added 2022-06-15 */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-regular.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-regular.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-regular.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("https://smmp.de/fonts/open-sans-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url("https://smmp.de/fonts/open-sans-v29-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-500italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/open-sans-v29-latin-800italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
/* open-sans-italic - latin */
/* Lato v23 - added 2022-06-15*/
/* lato-100 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-100italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-100italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-300 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-300italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-300italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-regular.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-regular.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-regular.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-700italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-700italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-900 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-900italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900italic.eot?#iefix") format("embedded-opentype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900italic.woff2") format("woff2"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900italic.woff") format("woff"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900italic.ttf") format("truetype"), url("https://smmp.de/wp-content/themes/smmp_theme_extender/fonts/lato-v23-latin-ext_latin-900italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* Imports End */
/* insert this

<div class="holder">
    <div class="candle">
    <div class="blinking-glow"></div>
    <div class="thread"></div>
    <div class="glow"></div>
    <div class="flame"></div>

  </div>
</div>
 */
/* Start Candle */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  /* word-break: break-all; */
  box-sizing: border-box;
  scroll-behavior: smooth; }

/* html {
  font-size: 10px;
}

body {
	font-family: 'Ubuntu', sans-serif;
	color: #6e6e6e;
	font-size: 1.6rem;
  background: black;
}

header, footer {
  display: block;
}

a, a:link, a:visited {
  text-decoration: none;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

.center {
  width: 1170px;
  margin: 20px auto 0;
}
*/
.holder {
  margin: 12rem auto 0;
  width: 150px;
  height: 238px;
  position: relative; }

.holder *, .holder *:before, .holder *:after {
  position: absolute;
  content: ""; }

.candle {
  bottom: 0;
  width: 150px;
  height: 300px;
  border-radius: 150px / 40px;
  box-shadow: inset 20px -30px 50px 0 rgba(0, 0, 0, 0.4), inset -20px 0 50px 0 rgba(0, 0, 0, 0.4);
  background: #190f02;
  background: linear-gradient(#e48825, #e78e0e, #833c03, #4c1a03 50%, #1c0900); }

.candle:before {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #d47401;
  background: #b86409;
  background: radial-gradient(#ffef80, #b86409 60%);
  background: radial-gradient(#eaa121, #8e4901 45%, #b86409 80%); }

.candle:after {
  width: 34px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  top: 14px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  background: radial-gradient(rgba(0, 0, 0, 0.6), transparent 45%); }

.thread {
  width: 6px;
  height: 36px;
  top: -17px;
  left: 50%;
  z-index: 1;
  border-radius: 40% 40% 0 0;
  transform: translateX(-50%);
  background: #121212;
  background: linear-gradient(#d6994a, #4b232c, #121212, black, #e8bb31 90%); }

.flame {
  width: 24px;
  height: 120px;
  left: 50%;
  transform-origin: 50% 100%;
  transform: translateX(-50%);
  bottom: 100%;
  border-radius: 50% 50% 20% 20%;
  background: white;
  background: linear-gradient(white 80%, transparent);
  -webkit-animation: moveFlame 6s linear infinite, enlargeFlame 5s linear infinite;
          animation: moveFlame 6s linear infinite, enlargeFlame 5s linear infinite; }

.flame:before {
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 20% 20%;
  box-shadow: 0 0 15px 0 rgba(247, 93, 0, 0.4), 0 -6px 4px 0 rgba(247, 128, 0, 0.7); }

@-webkit-keyframes moveFlame {
  0%, 100% {
    transform: translateX(-50%) rotate(-2deg); }
  50% {
    transform: translateX(-50%) rotate(2deg); } }

@keyframes moveFlame {
  0%, 100% {
    transform: translateX(-50%) rotate(-2deg); }
  50% {
    transform: translateX(-50%) rotate(2deg); } }

@-webkit-keyframes enlargeFlame {
  0%, 100% {
    height: 120px; }
  50% {
    height: 140px; } }

@keyframes enlargeFlame {
  0%, 100% {
    height: 120px; }
  50% {
    height: 140px; } }

.glow {
  width: 26px;
  height: 60px;
  border-radius: 50% 50% 35% 35%;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  background: rgba(0, 133, 255, 0.7);
  box-shadow: 0 -40px 30px 0 #dc8a0c, 0 40px 50px 0 #dc8a0c, inset 3px 0 2px 0 rgba(0, 133, 255, 0.6), inset -3px 0 2px 0 rgba(0, 133, 255, 0.6); }

.glow:before {
  width: 70%;
  height: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35); }

.blinking-glow {
  width: 100px;
  height: 180px;
  left: 50%;
  top: -55%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #ff6000;
  -webkit-filter: blur(50px);
  -moz-filter: blur(60px);
  -o-filter: blur(60px);
  -ms-filter: blur(60px);
  filter: blur(60px);
  -webkit-animation: blinkIt .1s infinite;
          animation: blinkIt .1s infinite; }

@-webkit-keyframes blinkIt {
  50% {
    opacity: .8; } }

@keyframes blinkIt {
  50% {
    opacity: .8; } }

/* End Candle */
/*
Stylesheet Name: Landing Page Styles
Description: Custom styles for ACF landing page template
Author: Nuts and Bolts Media, LLC
Author URI: https://www.nutsandboltsmedia.com/
Version: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.landing .site-inner {
  max-width: none;
  padding-top: 0; }

.landing .entry {
  margin-bottom: 0;
  padding: 0; }

.landing-header img {
  max-width: 100%; }

/* Hero with text and button */
.landing-hero {
  padding: 40px;
  text-align: center; }

.hero-content {
  margin: 40px auto;
  padding: 120px 40px;
  width: 65%; }

.hero-content.light {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.9) 100%);
  display: table;
  overflow: hidden;
  table-layout: fixed; }

/*.hero-content.dark {
	background: -moz-linear-gradient(top,  rgba(000,000,000,0.2) 0%, rgba(000,000,000,0.5) 30%, rgba(000,000,000,0.8) 80%, rgba(000,000,000,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(000,000,000,0.2)), color-stop(30%,rgba(000,000,000,0.5)), color-stop(80%,rgba(000,000,000,0.8)), color-stop(100%,rgba(000,000,000,0.9)));
	background: -webkit-linear-gradient(top,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);
	display: table;
	overflow: hidden;
	table-layout: fixed;
}*/
/* Headline with WYSIWYG */
.heading-text .wrap {
  padding: 60px 0; }

.plain-title {
  text-align: center; }

/* Left image, right text */
.left-image-right-text .wrap {
  align-items: center;
  display: -ms-flex;
  display: flex;
  padding: 60px 0; }

.left-image-right-text .one-half {
  vertical-align: middle; }

.left-image-right-text img {
  margin-bottom: 0; }

/* Left text, right image */
.left-text-right-image .wrap {
  align-items: center;
  display: -ms-flex;
  display: flex;
  padding: 60px 0; }

.left-text-right-image .one-half {
  vertical-align: middle; }

.left-text-right-image img {
  margin-bottom: 0; }

/* Blockquote */
.landing-quote {
  text-align: center; }

.landing-quote .wrap {
  padding: 60px 0; }

.quote {
  font-size: 30px;
  font-size: 3rem;
  font-style: italic;
  margin-bottom: 30px; }

.quote-author {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0; }

.company {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic; }

/* Pricing tables */
.pricing-2 .wrap,
.pricing-3 .wrap,
.pricing-4 .wrap {
  padding: 60px 0 120px; }

.pricing-headline {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 30px;
  text-align: center; }

.pricing-columns {
  display: -ms-flex;
  display: flex; }

.pricing-table {
  background-color: #fff;
  border: 1px solid #333;
  padding: 20px;
  text-align: center; }

.pricing-table ul {
  margin-left: 0; }

.pricing-table ul li {
  border-bottom: 1px solid #ddd;
  list-style-type: none; }

.pricing-table ul li:last-child {
  border-bottom: none; }

.pricing-title {
  font-size: 24px;
  font-size: 2.4rem; }

.price {
  font-size: 50px;
  font-size: 5rem; }

/* Media queries */
@media only screen and (max-width: 1200px) {
  .landing-hero {
    padding: 40px 0; }
  .hero-content {
    margin: 20px auto;
    padding: 60px 20px;
    width: 85%; } }

@media only screen and (max-width: 860px) {
  .left-image-right-text .wrap,
  .left-text-right-image .wrap {
    padding: 30px 0; }
  .landing-quote .wrap,
  .pricing-2 .wrap,
  .pricing-3 .wrap,
  .pricing-4 .wrap,
  .heading-text .wrap {
    padding-left: 5%;
    padding-right: 5%; }
  .landing .site-inner {
    padding: 0; }
  .left-image-right-text .wrap,
  .left-text-right-image .wrap {
    display: block; }
  .left-image-right-text .one-half {
    margin: 20px 0;
    padding-left: 5%;
    padding-right: 5%; }
  .pricing-2 .wrap,
  .pricing-3 .wrap,
  .pricing-4 .wrap {
    padding: 30px 5%; } }

@media only screen and (max-width: 755px) {
  .pricing-columns {
    display: block; }
  .pricing-table {
    margin-bottom: 30px; }
  .pricing-table:last-child {
    margin-bottom: 0; } }

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  border-top: 5px solid #d91b5b;
  background-color: white;
  box-shadow: 0 7px 6px 0 rgba(204, 204, 204, 0.6); }

.titlebox {
  width: 65%;
  display: inline-block;
  padding-left: 1rem; }
  .titlebox p, .titlebox div {
    width: 100%; }
  .titlebox p.site-title, .titlebox h1.site-title {
    display: block; }

/* Title Area
--------------------------------------------- */
.title-area {
  font-family: 'Libre Baskerville', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  width: 100%;
  float: left; }

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%; }

.wp-custom-logo .title-area img {
  max-width: 75px; }
  @media screen and (min-width: 320px) {
    .wp-custom-logo .title-area img {
      max-width: calc(75px + 75 * ((100vw - 320px) / 820)); } }
  @media screen and (min-width: 1140px) {
    .wp-custom-logo .title-area img {
      max-width: 150px; } }

.site-title {
  display: inline-block;
  font-family: 'Libre Baskerville', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  line-height: 1.25;
  margin-bottom: 0;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .site-title {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .site-title {
        font-size: calc(16px + 32 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .site-title {
        font-size: 48px; } }

.site-title a {
  color: #d91b5b;
  text-decoration: none; }

.site-title a:focus,
.site-title a:hover {
  color: #d91b5b !important;
  background: none; }

.site-description {
  font-family: 'Open Sans', 'Helvetica', 'Arial', 'Calibri', sans-serif !important;
  display: inline-block;
  color: #404040;
  line-height: 1.25;
  margin-top: unset;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .site-description {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .site-description {
        font-size: calc(14px + 10 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .site-description {
        font-size: 24px; } }

.site-claim {
  font-family: 'Libre Baskerville', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  display: inline-block;
  color: #404040;
  line-height: 1.25;
  margin-top: unset;
  margin-left: .3rem;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .site-claim {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .site-claim {
        font-size: calc(14px + 10 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .site-claim {
        font-size: 24px; } }

.social-media-info {
  float: right;
  position: relative;
  top: -9rem;
  left: 0;
  display: block; }
  .social-media-info {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .social-media-info {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .social-media-info {
        font-size: 16px; } }

.ukraine {
  background-color: #d91b5b;
  color: white;
  letter-spacing: 0.18rem; }

.jobs {
  letter-spacing: 0.18rem;
  margin-top: 3rem;
  margin-bottom: -10rem; }

body > .site-container > header nav .genesis-nav-menu a {
  padding: .25rem .5rem; }

body > .site-container > header nav .genesis-nav-menu {
  padding-top: 4px;
  background-color: white; }

body.fixed > .site-container > header {
  z-index: 1000;
  position: fixed;
  height: 80px;
  width: 100%; }
  body.fixed > .site-container > header #title-area {
    display: none; }
  body.fixed > .site-container > header nav .genesis-nav-menu a {
    padding: .25rem .5rem; }
  body.fixed > .site-container > header nav .genesis-nav-menu {
    padding-top: 4px;
    background-color: white; }

/*MEDIA QUERIES*/
@media only screen and (min-width: 1140px) {
  .site-header {
    width: 100%;
    padding: 0 1rem; }
  .smmp-logo {
    max-width: 75px; } }
  @media only screen and (min-width: 1140px) and (min-width: 320px) {
    .smmp-logo {
      max-width: calc(75px + 75 * ((100vw - 320px) / 820)); } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .smmp-logo {
      max-width: 150px; } }

@media only screen and (max-width: 1140px) {
  .smmp-logo {
    max-width: 75px; } }
  @media only screen and (max-width: 1140px) and (min-width: 320px) {
    .smmp-logo {
      max-width: calc(75px + 75 * ((100vw - 320px) / 820)); } }
  @media only screen and (max-width: 1140px) and (min-width: 1140px) {
    .smmp-logo {
      max-width: 150px; } }

@media only screen and (max-width: 600px) {
  .title_block img {
    max-width: 75px; } }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .title_block img {
      max-width: calc(75px + 75 * ((100vw - 320px) / 820)); } }
  @media only screen and (max-width: 600px) and (min-width: 1140px) {
    .title_block img {
      max-width: 150px; } }

@media only screen and (max-width: 600px) {
  .site-header {
    width: 100%;
    padding: 0 1rem; }
  .title_block img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .site-title {
    display: block;
    padding: .5rem 0;
    width: auto;
    text-align: center !important; }
  .titlebox {
    width: 100%; }
  .site-description, .site-claim {
    display: block;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0; }
  .social-media-info {
    display: block;
    width: auto;
    top: auto; }
  .menu-toggle {
    float: none;
    padding: .5rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .menu-toggle {
      font-size: 14px; } }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .menu-toggle {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media only screen and (max-width: 600px) and (min-width: 1140px) {
      .menu-toggle {
        font-size: 16px; } }

/* Header Menu
--------------------------------------------- */
.genesis-nav-menu {
  clear: left;
  width: 100%; }
  .genesis-nav-menu {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .genesis-nav-menu {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .genesis-nav-menu {
        font-size: 16px; } }

/* orig. Sample Theme
---------------------------------------------  */
/* Site Navigation
---------------------------------------------------------------------------- */
nav-primary.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  height: 80px; }

nav-primary.fixed .genesis-nav-menu a {
  padding: .25rem .5rem; }

nav-primary.fixed .genesis-nav-menu {
  padding-top: 4px; }

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu a {
  border: none;
  display: block;
  position: relative;
  padding: 1rem .5rem;
  color: #d91b5b; }
  .genesis-nav-menu a {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .genesis-nav-menu a {
        font-size: calc(14px + 2 * ((100vw - 320px) / 820)); } }
    @media screen and (min-width: 1140px) {
      .genesis-nav-menu a {
        font-size: 16px; } }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #d91b5b;
  text-decoration: none; }

.genesis-nav-menu a:active,
.genesis-nav-menu .current-menu-item > a {
  border: 1px solid #d91b5b;
  color: #d91b5b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px; }

.genesis-nav-menu a:hover, sub-menu a:hover {
  background: #d91b5b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: white !important; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: white;
  font-size: 14px;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1; }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu a:hover {
  background: #d91b5b;
  color: white; }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #d91b5b; }

.menu-toggle {
  background: #bf0060;
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000; }

.menu-toggle.activated::before {
  content: "\f333"; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  transform: rotate(180deg); }

/* Genesis Menu
	--------------------------------------------- */
.genesis-nav-menu .menu-item {
  display: inline-block; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

.genesis-nav-menu > .menu-bold > a {
  font-weight: 700; }

.genesis-nav-menu > .menu-highlight > a {
  background-color: #333333;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  margin-left: 15px;
  padding-left: 20px;
  padding-right: 20px; }

.genesis-nav-menu > .menu-highlight > a:focus,
.genesis-nav-menu > .menu-highlight > a:hover {
  background-color: #0073e5; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 180px; }

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #f7f7f7;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out; }

.genesis-nav-menu .sub-menu a {
  border: 1px solid #f7f7f7;
  border-top: 0;
  padding-bottom: 15px;
  padding-top: 15px; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -46px 0 0 179px; }

/* Responsive Menu
--------------------------------------------- */
.genesis-responsive-menu {
  display: block; }

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden; }

@media only screen and (min-width: 100px) and (max-width: 668px) {
  .genesis-responsive-menu .wrap {
    padding: 0; }
  .genesis-responsive-menu {
    display: none;
    position: relative;
    float: none !important; }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background-color: white;
    color: #d91b5b;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible; }
  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background: transparent;
    color: #d91b5b;
    border-width: 0; }
  .menu-toggle {
    float: none;
    line-height: 20px;
    position: relative;
    z-index: 1000; }
  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
    vertical-align: middle; }
  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100; }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform .25s ease-in-out; }
  .sub-menu-toggle.activated::before {
    transform: rotate(180deg); }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
    line-height: 1.625; }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-responsive-menu .genesis-nav-menu a:focus,
  .genesis-responsive-menu .genesis-nav-menu a:hover {
    color: #c3251d; }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%; }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none; }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0; }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none; }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%; }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; } }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: none;
  float: right;
  width: auto; }

.nav-primary .genesis-nav-menu a {
  padding-left: 15px;
  padding-right: 15px; }

/* Site-Inner
--------------------------------------------- */
.site-inner {
  max-width: 1140px; }

.wp-block-gallery {
  margin-bottom: 4rem; }
  .wp-block-gallery .blocks-gallery-grid {
    display: -moz-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0 !important; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-image {
      flex-grow: 1; }

.blocks-gallery-caption {
  margin-top: 0;
  margin-bottom: 1rem; }

a._brlbs-btn-cookie-preference {
  background: #28a745 !important;
  border-radius: 2px !important;
  color: #fff !important; }

._brlbs-btn-cookie-preference {
  display: inline-block !important;
  font-family: inherit;
  font-size: inherit;
  padding: .5rem .5rem !important;
  padding-top: .5rem !important;
  padding-right: .5rem !important;
  padding-bottom: 0.5em !important;
  padding-left: .5rem !important;
  text-decoration: none !important;
  transition: background-color 125ms linear !important; }

.wp-embed-aspect-4-3.wp-has-aspect-ratio .BorlabsCookie {
  margin-top: -75%; }

/* Formats for Plugins
-----------------------------------*/
/* START Donationform */
.donationform {
  background: #999999;
  margin: 0 0 0.75rem 0;
  border: 1px; }

/* END Donationform */
/* START Contact From 7 */
.wpcf7-form-control {
  max-width: 100%;
  width: 100%; }

span.wpcf7-form-control {
  position: relative;
  width: 100%; }

img.wpcf7-captchac {
  width: 30%; }

/* END Contact From 7 */
/*Events Made Easey plugin
----------------------------------------------------------------------------------------------------- */
.eme_events_list {
  clear: none; }

ul .eme_events_list {
  list-style-type: none !important;
  margin: 0 0 1em 0; }

.eme_events_list {
  list-style-type: none !important;
  margin: 0 0 1em 0; }

.eme_events_list ul li {
  list-style-type: none !important;
  margin: 0 0 1em 0; }

.eme_period {
  margin: .5em 0 .5em 0;
  padding-left: 10px;
  color: white;
  background: #d91b5b; }

/* START Buchungsformular Events Made Easy */
table.eme-rsvp-form {
  font-size: 1rem !important;
  width: 95% !important; }

table.eme-rsvp-form th {
  text-transform: none !important; }

table.eme-rsvp-form td {
  border: none !important; }

table.eme-rsvp-form input, textarea {
  width: 100%; }

.eme-required-field {
  font-size: .8rem !important; }

/* END Buchungsformular Events Made Easy */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #f7f7f7;
  color: #333333;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #d91b5b; }

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* Contact Form 7
--------------------------------------------- */
.wpcf7-form-control {
  max-width: 100%;
  width: 100%; }

span.wpcf7-form-control {
  position: relative;
  width: 100%; }

img.wpcf7-captchac {
  width: 30%; }

/* TablePress
----------------------------------------------- */
.tablepress thead th,
.tablepress tfoot th {
  background-color: #EFC2C8 !important;
  vertical-align: bottom; }

.tablepress th,
.tablepress td {
  text-align: right; }

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

.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4,
.tablepress .column-5 {
  text-align: right; }

/* Section Page Plugin
----------------------------------------------- */
.section {
  color: white;
  background: #d91b5b;
  padding: .5rem;
  border-radius: 5px; }

.section h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal; }

/*Footer
------------------------  */
.test-content-box {
  display: none; }

.to-top.top-is-visible {
  visibility: visible;
  opacity: 1; }

.to-top.top-fade-out {
  opacity: .5; }

.no-touch .to-top:hover {
  background: #999999 no-repeat center 50% !important;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .to-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .to-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

/* Font Sizes
---------------------------------------------------------------------------- */
.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; }

/* Drop Caps
---------------------------------------------------------------------------- */
.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; }

/* Color Palette
---------------------------------------------------------------------------- */
.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: #d91b5b !important;
  color: #fff !important; }

.entry-content .has-medium-gray-color {
  color: #999 !important; }

.entry-content .has-red-color {
  color: #d91b5b !important; }

.entry-content .has-dark-gray-background-color {
  background-color: #333 !important; }

.entry-content .has-dark-gray-color {
  color: #333 !important; }

/* Background Color
---------------------------------------------------------------------------- */
.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: #d91b5b; }

.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: white;
  backgound: #d91b5b;
  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; }

/* Alignment
---------------------------------------------------------------------------- */
.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%; }

/* Columns
---------------------------------------------------------------------------- */
.entry-content .wp-block-columns {
  display: block;
  margin-bottom: 0; }

.entry-content .wp-block-columns.alignfull {
  padding: 0 30px; }

/* Cover Image
---------------------------------------------------------------------------- */
.full-width-content .entry-content .wp-block-cover.alignfull {
  width: 100vw; }

.entry-content .wp-block-cover .wp-block-cover-text {
  font-size: 48px; }

/* Buttons
---------------------------------------------------------------------------- */
.content .wp-block-button .wp-block-button__link {
  background-color: #d91b5b;
  border: 2px;
  border-radius: 5px;
  color: white;
  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: white !important;
  color: #d91b5b !important;
  border: 2px solid #d91b5b;
  border-radius: 5px; }

/* Button Variations */
.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 #d91b5b;
  border-radius: 5px;
  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: #d91b5b; }

/* Blockquotes and captions
---------------------------------------------------------------------------- */
.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; }

/* Category Block
---------------------------------------------------------------------------- */
.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; }

/* Latest Posts Block
---------------------------------------------------------------------------- */
.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; }

/* Other Blocks
---------------------------------------------------------------------------- */
.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; }

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
  .entry-content .wp-block-columns {
    display: flex; }
  .entry-content .wp-block-columns .wp-block-column {
    flex: 1; } }

@media only screen and (min-width: 1062px) {
  .full-width-content .entry-content .alignwide {
    margin-left: -180px;
    margin-right: -180px;
    min-width: 1062px; } }

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; }

p,
ul,
ol,
dl {
  font-size: 16px;
  line-height: 1.625;
  text-align: left !important; }

/* Regular content width.
/* 702px + 27px to match paragraph width on front-end and editor.
---------------------------------------------------------------------------- */
.wp-block {
  max-width: 640px; }

/* Width of "wide" blocks
/* 1062px + 30px so wide images match width in front-end and editor.
/* 1062px = default column width of 702px + .alignwide negative margin of 360px
---------------------------------------------------------------------------- */
.wp-block[data-align="wide"] {
  max-width: 980px; }

.wp-block[data-align="full"] {
  max-width: 980px; }

/* Typography
---------------------------------------------------------------------------- */
a {
  color: #d91b5b; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.625;
  margin: 0 0 20px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 18px;
  font-weight: 600; }

h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 18px; }

.editor-post-title__block .editor-post-title__input {
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 20px; }

p.has-drop-cap:not(:focus)::first-letter {
  margin: inherit !important; }

p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
  margin-right: inherit !important; }

/* Tell Editor how to look
--------------------------------------------------------- */
.components-autocomplete h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.625;
  top-margin: 0; }

.components-autocomplete p, figcaption {
  text-align: left !important; }

/* Background Color
---------------------------------------------------------------------------- */
p.has-background {
  padding: 25px 30px; }

p.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

p.has-text-color a,
p.has-background a {
  color: inherit; }

p.has-text-color a:focus,
p.has-background a:focus,
p.has-text-color a:hover,
p.has-background a:hover {
  color: inherit;
  text-decoration: none; }

p.has-background.light-text a {
  color: #fff;
  text-decoration: underline; }

p.has-background.light-text a:focus,
p.has-background.light-text a:hover {
  text-decoration: none; }

/* Blockquotes and captions
---------------------------------------------------------------------------- */
.wp-block-quote,
.wp-block-pullquote {
  border: none;
  margin: 24px 0 36px; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border: none;
  padding: 1rem;
  margin: 0 0 1rem; }

.wp-block-quote p,
.wp-block-pullquote p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  line-height: 1.625;
  margin-bottom: 42px; }

.wp-block-pullquote p,
.wp-block-quote.is-style-large p {
  font-size: 16px !important; }

.wp-block-pullquote.is-style-solid-color p {
  color: #fff;
  margin-bottom: 42px;
  text-align: center; }

.wp-block-pullquote.is-style-solid-color {
  background-color: #333; }

.wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
  border: 2px solid;
  border-left: none;
  border-right: none; }

.wp-block-quote .wp-block-quote__citation,
.wp-block-pullquote .wp-block-pullquote__citation {
  color: #666;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-top: -25px;
  text-align: inherit;
  text-transform: none; }

.wp-block-pullquote .wp-block-pullquote__citation {
  text-align: center; }

.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
  color: #fff;
  font-style: italic; }

.wp-block-pullquote .has-text-color .wp-block-pullquote__citation,
.wp-block-pullquote .has-text-color p {
  color: currentColor; }

.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #666;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 10px; }

.wp-block-quote[class*="align"] .wp-block-quote__citation,
.wp-block-pullquote[class*="align"] .wp-block-pullquote__citation {
  text-align: left; }

/* Color Palette
---------------------------------------------------------------------------- */
.has-light-gray-background-color {
  background-color: #f5f5f5; }

.has-light-gray-color {
  color: #f5f5f5; }

.has-medium-gray-background-color {
  background-color: #999; }

.has-medium-gray-color {
  color: #999; }

.has-dark-gray-background-color {
  background-color: #333; }

.has-dark-gray-color {
  color: #333; }

/* Cover Image
---------------------------------------------------------------------------- */
.wp-block-cover .wp-block-cover-text {
  color: #fff;
  font-size: 48px; }

/* Figcaption
---------------------------------------------------------------------------- */
.wp-block-image figcaption {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 13.6px;
  font-style: normal;
  margin-top: 10px; }

/* Font Sizes
---------------------------------------------------------------------------- */
p.has-small-font-size {
  font-size: 13.6px; }

p.has-regular-font-size {
  font-size: 16px; }

p.has-large-font-size {
  font-size: 16px; }

p.has-larger-font-size {
  font-size: 16px; }

/* Lists
---------------------------------------------------------------------------- */
.editor-block-list__block li {
  line-height: 1.625;
  margin-bottom: 0;
  list-style-type: circle; }

/* Preformatted elements
---------------------------------------------------------------------------- */
.wp-block-verse pre,
.wp-block-preformatted pre {
  font-family: monospace;
  font-size: 16px;
  line-height: 1.625 !important; }

/* Separators
---------------------------------------------------------------------------- */
hr.wp-block-separator {
  border: none;
  border-top: 1px solid #eee;
  margin: 1.65em auto; }

hr.wp-block-separator.is-style-dots {
  border: none; }

/* Tables
---------------------------------------------------------------------------- */
.wp-block-table {
  font-size: 18px;
  line-height: 2; }

.wp-block-table td,
.wp-block-table th,
.wp-block-table tr {
  border: none; }

.wp-block-table tr {
  border-top: 1px solid #eee; }

.wp-block-table tbody {
  border-bottom: 1px solid #eee; }

/* Buttons
---------------------------------------------------------------------------- */
.wp-block-button .wp-block-button__link {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 24px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto; }

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 0;
  padding: 13px 28px; }

.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #d91b5b; }

/* Galleries
---------------------------------------------------------------------------- */
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 16px; }

/* Category Block
---------------------------------------------------------------------------- */
.wp-block-categories ul {
  margin-left: 0;
  padding-left: 0; }

.wp-block-categories li {
  list-style-type: none; }

.wp-block[data-align="right"] .wp-block-categories__list {
  text-align: right; }

.wp-block[data-align="full"] .wp-block-categories__list {
  padding: 0 30px; }

/* Latest Posts Block
---------------------------------------------------------------------------- */
.wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0; }

.wp-block-latest-posts li {
  list-style-type: none; }

.wp-block[data-align="center"] .wp-block-latest-posts {
  text-align: center; }

.wp-block[data-align="full"] .wp-block-latest-posts {
  padding: 0 30px; }

/* Columns block
---------------------------------------------------------------------------- */
.wp-block[data-align="full"] .wp-block-columns > .editor-inner-blocks {
  padding: 0 30px; }

/* Kill Gutenberg's Components Toolbar
----------------------------------------------------------------------------
.editor-block-toolbar {
	display: none !important;
}
*/
/*Footer
------------------------  */
.test-content-box {
  display: none; }

.to-top.top-is-visible {
  visibility: visible;
  opacity: 1; }

.to-top.top-fade-out {
  opacity: .5; }

.no-touch .to-top:hover {
  background: #999999 no-repeat center 50% !important;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .to-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .to-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

/* Retina Breakpoints */
/*ALL Phones*/
@media only screen and (max-width: 959px) {
  .social-media-info {
    display: none; }
  .smmp-logo {
    max-width: 75px; } }
  @media only screen and (max-width: 959px) and (min-width: 320px) {
    .smmp-logo {
      max-width: calc(75px + 75 * ((100vw - 320px) / 820)); } }
  @media only screen and (max-width: 959px) and (min-width: 1140px) {
    .smmp-logo {
      max-width: 150px; } }

@media only screen and (max-width: 959px) {
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.25 !important; } }

@media only screen and (max-width: 320px) {
  .wp-block-file__button {
    display: none; }
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.25 !important; } }

@media only screen and (min-width: 320px) and (max-width: 667px) {
  /* STYLES GO HERE */
  .site-header {
    width: 100%;
    padding: 0 1rem; }
  .smmp-logo {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .smmp-logo {
      max-width: 75px; } }
    @media only screen and (min-width: 320px) and (max-width: 667px) and (min-width: 320px) {
      .smmp-logo {
        max-width: calc(75px + 75 * ((100vw - 320px) / 820)); } }
    @media only screen and (min-width: 320px) and (max-width: 667px) and (min-width: 1140px) {
      .smmp-logo {
        max-width: 150px; } }

@media only screen and (min-width: 320px) and (max-width: 667px) {
  .social-media-info {
    display: none; }
  .site-title {
    padding: .5rem 0;
    width: auto;
    text-align: center !important; }
  .site-description, .site-claim {
    text-align: center;
    width: auto;
    padding: 0; }
  .titlebox {
    width: 100%; }
  .menu-toggle {
    float: none;
    padding: .5rem 0; }
  .content {
    width: 100%; }
  .tablepress {
    display: block;
    overflow-x: auto; }
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.25 !important; } }

@media only screen and (max-width: 480px) {
  .alignright, .alignleft {
    float: none !important;
    min-width: 100% !important;
    height: auto;
    margin: 1rem 0 !important; }
  .wp-block-file a {
    margin-bottom: .5rem; }
    .wp-block-file a::after {
      content: '\A';
      white-space: pre; }
  .wp-block-file__button {
    display: inline-block;
    width: auto;
    margin: 1rem 0 1rem 0 !important;
    padding: .5rem 1rem !important; }
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.25 !important; } }

/* PHONES Landscape*/
@media only screen and (min-width: 320px) and (max-width: 667px) and (orientation: landscape) {
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.25 !important; } }

/* PHONES Portrait */
@media only screen and (min-width: 320px) and (max-width: 667px) and (orientation: portrait) {
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.25 !important; } }

@media only screen and (min-width: 667px) and (max-width: 991px) {
  /* STYLES GO HERE */
  .smmp-logo {
    max-width: 75px; } }
  @media only screen and (min-width: 667px) and (max-width: 991px) and (min-width: 320px) {
    .smmp-logo {
      max-width: calc(75px + 75 * ((100vw - 320px) / 820)); } }
  @media only screen and (min-width: 667px) and (max-width: 991px) and (min-width: 1140px) {
    .smmp-logo {
      max-width: 150px; } }

@media only screen and (min-width: 667px) and (max-width: 991px) {
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.25 !important; } }

/*IPAD ALL*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* STYLES GO HERE */
  .content {
    float: left;
    width: 70%; }
  .sidebar {
    float: right;
    width: 28%; }
  .title_block {
    width: 100% !important; } }

/* IPAD Portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
  .content {
    /*float: left;*/
    width: 100%; }
  .entry-content .alignright, .entry-content .alignleft {
    display: block; }
  .sidebar {
    /*float: right;*/
    width: 100%; }
  .widget-area {
    -moz-column-count: 2;
    column-count: 2; }
    .widget-area::before {
      display: table;
      clear: both; }
  .widget-area:last-child,
  .widget-area .widget:last-child {
    margin-bottom: 0; }
  .widget {
    margin: 1rem .5rem; } }

/*IPAD PRO ALL*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* STYLES GO HERE */
  .footer-widget-area {
    -moz-column-count: 1;
    column-count: 1; }
    .footer-widget-area::before {
      display: table;
      clear: both; } }

