<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Mietenwahnsinn
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Template: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* ---- Pace ---- */
/*.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

.loader {
    background: #FFF none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.ios-no-pace .loader,
.pace-done .loader {
    display: none;
    opacity: 0;
}

#page {
    opacity: 0;
}

.ios-no-pace #page,
.pace-done #page {
    opacity: 1;
}*/

/* ---- General ---- */
body {
	font-size: 14px;
	font-size: 1em;
	font-family: Open Sans, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
}

body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body #page {
  max-width: unset;
}
@media screen and (min-width: 600) {
  body #page {
    max-width: unset;
  }
}
.site-header{
  padding: 24px;
  padding: 1.714285714rem;
}
.sidebar-top {
    width: 100%;
    padding: 0 0 1rem 0;
}
  div#main {
    max-width: 960px;
    margin: auto;
}
/* Links */
a, a:link, a:visited, a:active {
  color: #757575;
	outline: none;
  text-decoration: none;
}

.main-navigation li a, .main-navigation li a:visited,
.sidebar-top a, .more-link a {
  color: #000;
	outline: none;
  text-decoration: none;
}

.main-navigation li a {
  display: inline-block;
}

.main-navigation li ul a {
  font-weight: 500;
}

.main-navigation li ul.sub-menu {
/*   margin-bottom: 40px; */
  border-top: 2px solid white;
}

.main-navigation li ul li a {
  white-space: nowrap;
}

.tribe-events-content {
  line-height: 1.714285714;
}

#tribe-events-content .tribe-events-content a {
  text-decoration: underline;
}

#tribe-events-content .tribe-events-content .button a  {
  text-decoration: none;
}

a:hover {
	outline: none;
  text-decoration: none;
}

.entry-content .button a, .button a, .entry-content a.button, .entry-content .button a:visited, .button a:visited {
  color: #FFF;
  border-bottom: 0 !important;
  text-decoration: none;
}

.button, a.button {
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #636363;
	display: inline-block;
	cursor: pointer;
  text-decoration: none;
  transition: background-color 0.5s;
}

.button a:hover {
  color: #FFF !important;
}

.button:hover, a.button:hover {
	background-color: #00b492 !important;
  text-decoration: none;
  color: #FFF !important;
}

.sel a, a.sel {
	background-color: #000;
}

.offset a {
  margin: 0 12px 10px 0;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.offset a.sel {
  color: #FFF !important;
	background-color: #8d004c;
  padding: 5px 10px;
  border-color: transparent !important;
}

.offset a.sel:hover {
	background-color: #000;
}

.button-list {
  margin-top: 10px;
}

.button-list a {
    margin-right: 6px;
}

/* Content Elements */
a.header-image-link {
  display: block;
  width: 100%;
  text-align: center;;
}

img.header-image {
  width: 100%;
  max-width: 422px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  border-radius: 0;
  box-shadow: none;
}


.main-navigation ul.nav-menu, .main-navigation div.nav-menu &gt; ul  {
	text-align: center;
  border: 0;
}

.main-navigation li a {
  font-weight: bold;
}
@media (min-width: 600px) {
  .main-navigation ul li a {
    border-bottom: unset;
  } 
}

.sidemenu {
	font-size:16px;
}

.site-content article.page,
.archive .site-content article {
  border: 0;
  padding-bottom: 0;
}

.entry-content img.no-shadow, .comment-content img.no-shadow, .widget img.no-shadow, .author-avatar img.no-shadow {
    box-shadow: none;
}

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
    margin: 2.41429rem 0 1.01429rem;
}

.entry-content h2 {
	 margin: 1.01429rem 0 1.01429rem;
}

.entry-content li, .comment-content li, .mu_register li {
    margin: 0 0 0 1.25rem;
}

#content .gallery .gallery-icon img {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.gallery .gallery-caption {
	display: none;
}

.gallery .gallery-item a {
  border: 0 !important;
}

img.wp-post-image, .home .page .entry-title {
  display: none;
}

.single-post img.wp-post-image,
.archive img.wp-post-image {
    display: block;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
  color: #000;
}

.code-example {
  width: 25%;
  float: left;
}

.code-example a {
  border: 0 !important;
}

.code-textarea {
  width: 70%;
  float: right;
}

textarea.copy-code {
	padding: 12px 15px;
	width: 95%;
	max-width: 95%;
}

.image-attachment div.attachment {
    margin: 0 0 1.71429rem;
}

.entry-content .gallery {
    margin-bottom: 1.71429rem !important;
}

.mc4wp-form input {
    margin-bottom: 6px;
}

hr {
    height: 3px;
    margin-left: 0;
    margin-right: 0;
}

.nocomments {
  display: none;
}

/* Navi */
.main-navigation li {
	font-size: 1em;
}

/* Widgets */
.widget-area .widget h3 {
  font-size: 1em;
	margin-bottom: 0.75em;
}

.widget-area .widget_recent_entries li, .widget-area .widget_recent_comments li, .widget-area ul.comment-list li {
  margin-bottom: 10px;
}

.widget-area .textwidget ul.comment-list {
    list-style: none;
}

.widget-area .textwidget ul.comment-list li {
    margin-left: 0;
}

.comment-list li a {
    display: block;
}

.widget-area .widget_nav_menu ul {
    border-bottom: 1px solid #e5e5e5;
}

.widget-area .widget_nav_menu li {
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
}

.widget-area .widget_nav_menu li a {
    text-decoration: none;
}

.widget-area .widget_nav_menu li a:hover {
    text-decoration: none;
}

.widget-area .textwidget ul.cat-list {
    list-style: none;
    margin: 0;
}

.widget-area .textwidget ul.cat-list li {
    margin-left: 0;
}

/* Cookie Notice */
.acceptance-text {
  display: block;
}

.cookie-box, .cookie-status {
	border: 1px solid #ededed;
  padding: 10px;
	margin-bottom: 30px;
}

.cookie-box {
  overflow: hidden;
}

.entry-content .cookie-box h3 {
  margin-top: 0;
}

.cookie-box p {
  margin-bottom: 10px;
}

.cookie-status .button,
.cookie-box .button {
  display: inline-block;
  margin-top: 10px;
  color: #FFF;
}

.cookie-status .button:hover,
.cookie-box .button:hover {
  border: 0;
}

#cookie-notice  {
  border-top: 1px solid #ededed;
}

#cookie-notice .cookie-notice-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  width: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cookie-notice .button {
	margin-bottom: 0;
  margin-left: 10px;
}

/* Contact Form 7 */
div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 select, .wpcf7 textarea {
  width: 98%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

/* Shariff */
.shariff li {
	margin: 0 10px 10px 0px !important;
}

.error404 .shariff {
	display: none !important;
}

/* Postliste */
.list img.wp-post-image {
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.has-thumbnail .post-thumb,
.archive .has-post-thumbnail .post-thumb {
    float: left;
    width: 25%;
}

.page-template-full-width .has-thumbnail .post-thumb {
    width: 15.625%;
}

.has-thumbnail .post-content,
.archive .has-post-thumbnail .post-content  {
    float: right;
    width: 70%;
}

.page-template-full-width .has-thumbnail .post-content {
    width: 80%;
}

.additional-field .layout-excerpt article {
    margin-top: 1rem;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.layout-headline article {
    border-bottom: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}

.layout-headline .has-thumbnail .post-content {
    width: 100%;
    float: none;
}

.layout-headline .entry-header {
    margin-bottom: 0;
}

.list .post-title a {
    text-decoration: none;
}

.layout-headline .post-title a {
    text-decoration: underline;
}

.list h1.post-title {
    font-weight: normal;
    margin-top: 0;
}

.layout-headline h1.post-title {
    font-size: 1em;
    margin: 0;
}

.list .navigation {
    margin-bottom: 1.71429rem;
}

.layout-headline .navigation {
    margin-top: 5.14286rem;
}

.tribe_organizer-list .entry-content .more-link {
    white-space: normal;
    word-break: break-all;
}

.site-content .tribe_organizer-list article {
  margin-bottom: 1.714285714rem;
}

/* Custom Post Type Initiativen */
.tax-initiative-cat .entry-meta, .post-type-archive-initiative .entry-meta, .tax-initiative-tax .entry-meta,
.tax-initiative-cat .shariff, .post-type-archive-initiative .shariff, .tax-initiative-tax .shariff {
    display: none;
}

.single-initiative img.wp-post-image, .tax-initiative-cat img.wp-post-image, .tax-initiative-tax img.wp-post-image, .post-type-archive-initiative img.wp-post-image {
    display: block;
    border-radius: 0;
    box-shadow: none;
    max-width: 200px;
}

.single-initiative img.wp-post-image {
    float: right;
    margin: 0 0 10px 10px;
}

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

.tax-initiative-cat .post-thumb, .tax-initiative-tax .post-thumb, .post-type-archive-initiative .post-thumb {
    float: left;
    width: 25%;
}

.tax-initiative-cat .post-content, .tax-initiative-tax .post-content, .post-type-archive-initiative .post-content {
    float: right;
    width: 70%;
}

.single-initiative .shariff {
    margin-top: 24px;
    padding-top: 2.41429rem;
    border-top: 1px solid #ccc;
}

/* The Event Calendar */
#tribe-events-pg-template {
    padding: 0 !important;
}

.tribe-events-event-body {
    line-height: 1.375;
}

.post-type-archive-tribe_events .tribe-bar-submit {
    margin-left: 11.6667%;
    width: 30%;
}

.single-tribe_events #tribe-events-header .tribe-events-sub-nav {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 10px 0;
    padding: 10px 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  line-height: 1.5;
}

.tribe-events-before-html, .tribe-events-after-html {
  line-height: 1.714285714;
}

#tribe-events-pg-template .tribe-events-content ul, .tribe-events-after-html ul, .tribe-events-before-html ul {
    margin-left: 15px;
}

#tribe-events-pg-template .tribe-events-content .shariff ul {
    margin-left: 0;
    margin-bottom: 0;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    padding: 6px 0;
}

#tribe-events-content .tribe-events-tooltip h3 {
    line-height: 16px;
    padding: 6px;
    min-height: 16px;
}

#tribe-events-pg-template .tribe-events-content ol, #tribe-events-pg-template .tribe-events-content ul {
    margin-bottom: 20px;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li {
    margin-bottom: 5px;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0;
}

.tribe-events-viewmore {
    padding-left: 0;
    padding-right: 0;
}

.tribe-events-calendar td .tribe-events-viewmore a {
    white-space: normal;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  border-bottom: 0;
}

.related-event {
  margin-bottom: 20px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}

.hide-images-on-listview .tribe-events-list .tribe-events-loop .tribe-events-event-image {
  /* Vorschaubilder Aktionskalender
   * display: none;
   *
  */
  display: inline-block;
}

/* WP PageNavi */
.wp-pagenavi {
  margin-bottom: 60px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
  color: #FFF;
	border: 1px solid #636363;
  background-color: #636363;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #636363;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* Homepage */
.home .site-content article.page {
    margin-bottom: 0;
    border-bottom: 0;
}

.home .cat-list {
    margin-bottom: 20px;
}

.home .cat-list ul {
    display: inline;
}

.home .cat-list ul li {
    list-style: none;
    margin: 0 1.25rem 0 0;
    float: left;
}

/* Additional Fields Homepage *//*
.has-additional-fields .site-content,
.has-term-additional-fields .site-content {
    float: none;
    width: 100%;
}

.has-additional-fields .widget-area,
.has-term-additional-fields .widget-area {
    display: none;
}

.term-additional-fields {
    float: left;
}

.has-term-additional-fields .archive-wrapper {
    float: right;
}

.term-additional-fields .additional-field h2.post-title {
    margin-top: 0;
}

.term-additional-fields,
.has-term-additional-fields .archive-wrapper,
.additional-fields .page-field {
    width: 47.917%;
}

.additional-fields .gutter-size {
    width: 4.167%;
}

.no-js .additional-fields .page-field {
    display:inline-block;
    vertical-align: top;
    margin-right: 1.8%;
}

.no-js .additional-fields .gutter-size {
    display: none;
}*/

/* Page Gallery */
.gallery-wrapper {
    margin-bottom: 40px !important;
}

.gallery-wrapper ul, .gallery-wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery-wrapper img {
    box-shadow: none;
    margin-bottom: 20px;
}

.gallery-wrapper .image-description {
    margin-bottom: 20px;
}

.flex-direction-nav a:before {
    line-height: 40px;
}

.flex-direction-nav a:hover {
  border: 0 !important;
}

/* Sidebar Top */
.sidebar-top {
  display: flex;
  justify-content: space-between;
  clear: both;
  min-height: 28px;
}

.sidebar-top .widget {
  line-height: 24px;
}

.sidebar-top .widget_nav_menu li, .sidebar-top .lang-switch li {
    display: inline-block;
    margin-right: 5px;
}

.sidebar-top .widget_text .lang-switch {
    text-align: left;
}

.sidebar-top .widget_text {
    text-align: center;
}

.sidebar-top #searchform {
    max-width: 220px;
    margin: 0 auto;
}

.sidebar-top .menu-social-icons-container,
.sidebar-top .menu-header-navigation-container {
    text-align: right;
}

ul#menu-social-icons li,
ul#menu-header-navigation li {
  display: inline;
  list-style-type: none;
  margin: 0 5px 0 0;
}

ul#menu-social-icons .icon a,
ul#menu-header-navigation .icon a, 
ul#menu-header-navigation .menu-item a {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 10000em;
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 0 !important;
	
}
ul#menu-social-icons .bluesky a,
ul#menu-header-navigation .bluesky a {
    background-image: url('images/bluesky.png');
}
ul#menu-social-icons .mastodon a,
ul#menu-header-navigation .mastodon a {
    background-image: url('images/mastodon.png');
}
ul#menu-social-icons .twitter a,
ul#menu-header-navigation .twitter a {
    background-image: url('images/twitter.png');
}

ul#menu-social-icons .facebook a,
ul#menu-header-navigation .facebook a {
    background-image: url('images/facebook.png');
}

ul#menu-social-icons .youtube a,
ul#menu-header-navigation .youtube a {
    background-image: url('images/youtube.png');
}

ul#menu-social-icons .instagram a,
ul#menu-header-navigation .instagram a {
    background-image: url('images/insta.png');
}

/* Accordion */
.no-js .ui-accordion-content {
    display: block !important;
}

/* Adjustments DEMO April 2019 */
.site-4 .entry-header .entry-title {
  text-align: center;
}

.site-4 .post .entry-header .entry-title {
  text-align: left;
}

.site-4 .entry-content blockquote {
  font-style: normal;
  margin: 0;
  padding: 0;
}

/* Multisite Overview */
.site-1 #menu-header-navigation {
  float: right;
}

.site-1 hr {
  height: 1px;
  margin: 10px 0;
}

.site-1 img{
  object-fit: contain;
  max-height: 200px;
}

/* Multisite Overview List */
.site-list,
.entry-content ul.site-list {
  list-style: none;
}

.site-list li {
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.site-list li.active-site {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.site-list li.has-image a {
  border-bottom: 0;
}

.site-list .overview-headline {
  display: block;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed
}

.site-list .past-headline {
  margin-top: 80px;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .main-navigation ul li {
  	margin: 0 0 10px;
  }

  .main-navigation ul li.last-item:after {
    content: '';
  }

  .main-navigation li a {
    line-height: 1.25;
  }

  .main-navigation .current-menu-item &gt; a, .main-navigation .current-menu-ancestor &gt; a, .main-navigation .current_page_item &gt; a, .main-navigation .current_page_ancestor &gt; a {
    color: inherit;
  }

  .main-navigation li ul.sub-menu {
    left: 50%;
    transform: translate(-50%);
    background-color: #FFF;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .main-navigation li ul.sub-menu li {
    display: block;
    padding: 4px 10px;
    margin: 0;
  }

  .main-navigation li ul.sub-menu li:after {
    content: '';
  }

  .main-navigation li ul li {
    padding-top: 0;
  }

  .site-4 .entry-content blockquote {
    font-size: 18px;
    font-size: 1.286rem;
    margin-left: 10%;
    margin-right: 10%;
  }
}

/* Max width of 1100 pixels. */
@media screen and (max-width: 1100px) {
    body .site {
        margin-top: 0;
    }

    textarea.copy-code {
	   padding: 12px 6px;
    }
}

/* Max width of 860 pixels. */
@media screen and (max-width: 860px) {
    .sidebar-top .widget {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .lang-en-US .sidebar-top #text-5, .lang-tr-TR .sidebar-top #text-5 {
        display: none;
    }

    #cn-notice-text {
      display: block;
      margin-bottom: 6px;
    }

    #cookie-notice .button {
      margin-left: 0;
      margin-right: 10px;
    }
}

/* Max width of 2600 pixels.  (was: 600px)*/
@media screen and (max-width: 2600px) {
/*    .header-image {
        margin-top: 0;
    }

    .main-navigation ul li {
	   margin: 1.8rem 0 0;
    }*/

    .code-example, .code-textarea {
      width: 100%;
      float: none;
    }

    .additional-fields {
        height: auto !important;
    }

    .additional-fields .page-field,
    .term-additional-fields,
    .has-term-additional-fields .archive-wrapper {
        width: 100%;
        position: static !important;
        margin-bottom: 3rem;
    }

    .page-template-full-width .has-thumbnail .post-thumb {
        width: 25%;
    }

    .page-template-full-width .has-thumbnail .post-content {
        width: 70%;
    }

    .has-term-additional-fields .widget-area {
        display: block;
    }

    .additional-fields .gutter-size {
        display: none;
    }

    .js-active .page-field .field-title {
        padding-right: 20px;
    }

    .js-active .page-field .field-title:hover {
        cursor: pointer;
    }

    .js-active .ui-accordion-header {
        position: relative;
        outline: none;
    }

    .js-active .ui-accordion-header-icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .js-active .ui-accordion-header-icon:before {
        content: "â–¼";
    }

    .js-active .ui-accordion-header-active .ui-accordion-header-icon:before {
        content: "â–²";
    }
}


/* changes for header picture and menu */

header#masthead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top:0;
  transition: top 0.6s;
  z-index: 100;
  background-color: white;
}
.main-navigation ul li {
  background-color: #00b492;
  padding: 0 5px;
  margin:0;
  border-bottom: unset;
} 
.main-navigation ul li.current-menu-item {
  background-color: #e21187;
}
.main-navigation ul li a {
  color: #fff;
}
.main-navigation ul li:hover {
  background-color: #e21187;
}

.main-navigation ul li a:hover, .main-navigation li a:visited{
  color: #fff;
}
.main-navigation li ul li a, .main-navigation li ul li a:hover, .main-navigation li ul li a:focus {
  background-color: unset;
  width: auto;
  padding: 0;
  display: inline-block;
  font-size: 1em;
  line-height: 1.25;
  color: white !important;
  font-weight: bold;
  border-bottom: none !important;
}
.main-navigation .current-menu-ancestor &gt; a {
  color: white;
}
.main-navigation li ul li:hover,
.main-navigation li ul li:focus {
  background-color: #00b492;
}

nav .menu-hauptmenue-container.toggled-on {
  padding: 0 2rem 0 0;
}
.main-navigation li ul.sub-menu {
  padding-bottom: 0;
  border-top: unset;
}
.main-navigation li ul.sub-menu li {
}
.main-navigation li ul li{
  background-color: unset;  
  border-right: 2px solid white;
}
.main-navigation ul li a, .main-navigation ul li ul li a {
  border-bottom: unset;
}

@media screen and (min-width: 600px) {
  .site {
    overflow: visible;
    }
  .main-navigation {
    display: flex;
  }
  .menu-hauptmenue-container {
    align-self: center;
  }
  .menu-hauptmenue-container.toggled-on {
    padding: 0 2rem 2rem 2rem;
  }
  .main-navigation li ul li{
    background-color: #e21187;
  }
  .main-navigation ul li.menu-item-has-children::after{
    content: "â–¼";
    color: white;    
  }
  .main-navigation li ul.sub-menu{
      border-top: 2px solid white;
  }
  .main-navigation li ul.sub-menu li {
    padding: 0 5px;
    border: 2px solid white;
  }
  .header-image {
    margin-top: 0;
  }
  a.header-image-link {
    width: auto;
  }
  .sidebar-top {
    width: 96vw;
  }
  .main-navigation ul.nav-menu {
    max-width: 96vw;
    display: flex !important;
    gap: 5px;
    flex-wrap: wrap;
  }
 
}
/* add margin to elements with anchors (headings) to be visible under header when anchor set */
h1, h3, h2, h4, h5 {
  scroll-margin-top:180px;
}


/*** STARTPAGE ***/
.post-inner h2.post-title {
    cursor: pointer;
}
.post-inner h2.post-title:hover {
}

.is-layout-flex-top{
  align-items: start;
}

/*** MOBILE MENU STYLING ***/

@media (max-width: 599px) {
  .menu-toggle, .menu-toggle:focus {
    position: relative;
    z-index: 10;
    background-color: #00b492;
    background-image: unset;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
  .menu-toggle:hover {
    background-image: unset;
    background-color: #e21187;
    color: #fff;
  }
  .menu-toggle.toggled-on {
    z-index: 10;
    background-color: #00b492;
    background-image: unset;
    border-radius: 0;
    box-shadow: unset;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
   
  .menu-hauptmenue-container {
    align-self: left;
  }
  .menu-hauptmenue-container.toggled-on {
    display: block;
    background-color: white;
    position: absolute;
    right: -2rem;
    padding: 0 2rem 2rem 2rem;
  }
  
  .main-navigation li {
    text-wrap: nowrap;
  }
  .main-navigation.toggled-on {
    position: relative;
    z-index: 10;
    background-color: white;
  }
  .main-navigation ul.nav-menu, .main-navigation {
    text-align: right;
  }
  .main-navigation ul.nav-menu.toggled-on{
    padding-left: 0 2rem;
  }
  .menu-toggle {
    margin-left: 2rem;
  }
}



/*** FOOTER ***/
.site-info {
  text-align: center;
}
footer#colophon .scroll-to-top {
  position: fixed;
  margin: 0;
  right: 10px;
  bottom: 10px;
  background-color: transparent;
  color: #e21187;
  border: 0;
}
footer#colophon .scroll-to-top span {
  font-size: 60px;
  -webkit-transition: color .25s ease-out,color .25s ease-out;
  transition: color .25s ease-out,color .25s ease-out;
}
@media screen and (min-width: 40em) {
  footer#colophon .scroll-to-top {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (min-width: 64em) {
  footer#colophon .scroll-to-top {
    right: 4%;
    bottom: 4%;
  }
}

/* Styling of contact box homepage */

.home.site-10 .entry-content &gt; p {
  background-color: #e21187;
  padding: 1rem;
  color: white;
}

.home.site-10 .entry-content &gt; p a:hover {
  border-bottom: 1px solid white;
}

.home.site-10 .entry-content &gt; p a {
  color: white;
  font-weight: bold;
  border-bottom: 1px dotted white;
}


/* Masonry ist oben auskommentiert. Lerraum zwischen Artikeln anpassen: */

.site-content article {
  margin-bottom: 1.714285714rem;
</pre></body></html>