p {
    text-align: justify;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a,
header a {
    color: var(--bs-danger) !important;
    text-decoration: none;
}

a:hover {
    opacity: 0.75;
}
nav:not(.post-navigation),
navigation {
    display: block;
    background-color: #f5f5f5;
    border-top: 1px solid var(--bs-secondary);
    border-bottom: 1px solid var(--bs-secondary);
}
blockquote {
    font-size: 1.2em;
    border-left: 1px solid red;
    padding-left: 10px;
}

.headline {
    margin-left: 50px;
    font-size: 4vw;
}
#description {
    color: red;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    50% {color: black;}
}
main img {
    border: 5px solid var(--bs-light);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}
.container {
    max-width: 1080px !important;
}
.subtitle {
    margin-left: 50px;
    font-size: 2.5vw;
}

.img-fluid {
    text-align: justify;
    width: 100%;
}

/* The container <div> - needed to position the dropdown content */
.navi-top {
    margin-right: 150px;
}

.navi-top ul {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.navi-top li {
    font-size: 1.1rem;
    padding: 10px;
    padding-top: 20px;
}

.navi-top .sub-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 0;
    margin-left: 0;
}

.navi-top .sub-menu li {
    margin-left: 0;
    padding: 5px 12px 5px 10px;
}

.navi-top .sub-menu li:hover {
    background: var(--bs-light);
}

/*.navi-top .sub-menu li a::before {
    content: '\2713\00a0'; /* \2192 – Right arrow
    margin-left: -8px;
}*/
.navi-top .sub-menu .active>div {
    color: #C93 !important;
}

/* Dropdown Content (Hidden by Default) */
.navi-top .sub-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    white-space: nowrap;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.navi-top .sub-menu a {
    color: #333 !important;
    font-size: 1rem !important;
    padding: 2px;
    text-decoration: none;
    text-align: left;
    display: block;
}

.navi-top .sub-menu a:hover {
    color: var(--bs-danger) !important;
}
.current-menu-item a,
.current-menu-parent a {
    color: var(--bs-dark) !important;
}
/* Change color of dropdown links on hover
.sub-menu a:hover {background-color: #ddd;} */

/* Show the dropdown menu on hover */
.navi-top .menu-item:hover .sub-menu {
    display: block;
}
/* Specials */
#back-to-top {
    display: none;
    position: fixed;
    bottom: 62px;
    right: 150px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}
#back-to-top:hover {
    background-color: #555;
}
/* Change the background color of the dropdown button when the dropdown content is shown
.menu-item:hover .dropbtn {background-color: #3e8e41;} */

/*
a {		
    color: #333 !important;
    text-decoration: none;
}

a:hover,
.site-header a:hover {
    color: #ffc104 !important;
}
nav a,
.site-header a {
    color: #fefefe !important;
}
nav li {
    margin-right: 10px;
}
nav li::last-child {
    margin-right: 0;
}	
.nav-menu {
    justify-content: center;
}
.site-header {
    position: -webkit-sticky; // Safari
    position: sticky;
    z-index: 100;
    padding-top: 10px;
    height: 50px;
    top: 0;
    background: #333;		
    //background-image: url(https://block.dafty.de/wp-content/uploads/2024/06/Zwei_Wege.jpg);
    background-size: cover;
    color: #fefefe;
    border-bottom: 1px #333 solid;
}
.site-title {
    position: top !important;
    text-align: center;
    font-size: 1.3rem;
    line-height: 0.8rem;
    color: #fefefe;
}
.site-description {
    text-align: center;
}
main {
    width: 75%;
    float: left;
    padding: 0 !important;
}
aside {
    width: 25%;
    float: right;
    border-left: 1px solid #333;
    padding: 30px;
}
@media screen and (max-width: 1024px) {
    main,
    aside {
        width: 100%;
        float: none;
        border: none;
    }
}
.site-footer {
    padding: 20px;
    text-align: center;
    clear: both;
}
.entry-title,
.entry-meta,
.post-thumbnail {
    //text-align: center;
    margin-left: 10vw;
}
.entry-content {
    width: 85%;
    margin-left: 10%;
    text-align: justify;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.entry-footer {
    display: none;
}
.wp-block-column {
    font-size: 0.8rem;
}
.menu-main-menu-container {
    text-align: center;
}
.wp-block-latest-posts {
    margin-left: 20px;
}
.wp-block-archives,
.wp-block-categories {
    margin-left: -15px;
    list-style-type: none;
}
*/