/*
Theme Name: Twenty Twenty-One Child-Theme
Theme URI: https://ckx.io/blog/twentytwentyone-child-theme
Description: Ein Child-Theme für das WordPress Standard Theme Twenty Twenty-One.
Author: Dein Name
Author URI: https://example.com/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.site-header{background-color: white;padding-bottom: 10px!important}

.page-header,.page .entry-header {
  visibility: hidden;
  display: none;
}


.site-main > * {
  margin-top: calc(0 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.site-name,.privacy-policy {
  font-size: 12pt !important;
}

li.menu-item a {
  background-color: white;
  margin: 7px;
  text-decoration: none;
}

li.menu-item a:hover,li.menu-item.current_page_item a {
  background-color: white;
  margin: 7px;
  text-decoration: none;
  color:#d85c5a;
}
.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
  text-decoration: none;
    text-decoration-style: solid;
  text-decoration-style: solid;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: rgba(255, 255, 255, 1);
  color: #d85c5a;
}

.site-logo {
  margin: -11px 0 0px 0;
}

h2.entry-title a,h2  {font-size: 22px; font-weight:bold; text-decoration:none}

@media only screen and (max-width: 481px) {
  .site-logo .custom-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  max-height: var(--branding--logo--max-height-mobile);
  height: auto;
  display: inline-block;
  width: auto;
}
.site-header{background-color: white;padding-bottom: 40px!important}
}

