/*
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: Alex Werth
Author URI: https://alexwerth.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.powered-by{
    display: none;
}

/* - - - - NAVI - - - - - - - - - - - - - - - */
.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
    color:rgb(178,159,83);
    font-weight: 600;
     border-bottom: 3px solid transparent;
}

.primary-navigation a:hover {
    text-decoration: none;
    color: black;
    border-bottom: 3px solid rgb(178,159,83);
}

h1.entry-title {
    font-weight: 600;
}

.zusagomat {
    display: inline-block;
    color: black;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: black;
    border: 1px solid black;
    border-radius: 0px;
    text-decoration: none;
}

.zusagomat:hover {
    border: 1px solid rgb(178,159,83);
    background: rgb(178,159,83);
    color: white;
}

.entferni{ 
    font-size: 0.8em;
    color: rgb(65,81,85);
} 