/*
Theme Styles

Theme Name: Twenty Twenty-Two Child
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Template: twentytwentytwo
Author: André Eymann

Formatter:
https://smalldev.tools/css-formatter-online

Datum        Beschreibung
------------------------
07.05.2024 - Dokumentation der Datei
07.05.2024 - Datei formatiert
*/

/* VSG User Box */
.vsg-user-box-mobile {
	border:1px solid #eaeaea;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	border-radius:0 0 25px 0;
	background:rgb(246, 246, 246);
	margin:20px 0;
}

.vsg-user-box-desktop h3 {
	/* empty */
}

/* Neueste Kommentare Akkordeon */
.kommentar-akkordeon {
  border: 1px solid #eaeaea;   /* Rahmen passend zu Trennern */
  background-color: #f6f6f6;
  overflow: hidden;
  margin-bottom: 1.5em;
  font-size: 16px;
  border-radius: 0 0 25px 0; /* nur rechts unten abgerundet */
}

.kommentar-akkordeon summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #f6f6f6;
  padding: 14px 16px;
  font-weight: 600;
  color: #222;
  border-radius: 0 0 25px 0;
  position: relative;
  border-bottom: none; /* kein zusätzlicher Rand unter summary */
}

.kommentar-akkordeon summary .arrow {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
  color: #666;
}

.kommentar-akkordeon[open] summary .arrow {
  transform: rotate(90deg);
}

.kommentar-akkordeon[open] {
  background-color: #fafafa;
  border: 1px solid #eaeaea; /* gleicher Rahmen im offenen Zustand */
  border-radius: 0 0 25px 0;
}

.kommentar-akkordeon .wp-block-latest-comments {
  padding: 12px 16px;
  line-height: 1.6;
  color: #333;
}

.kommentar-akkordeon .wp-block-latest-comments li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
}

.kommentar-akkordeon .wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.kommentar-akkordeon .wp-block-latest-comments li a {
  color: #02a8e8;
  text-decoration: none;
}

.kommentar-akkordeon .wp-block-latest-comments li a:hover {
  text-decoration: underline;
}

/* Google Kalender */
.responsive-calendar {
  position: relative;
  padding-bottom: 75%; /* Seitenverhältnis 4:3 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Icon Abstand */
.wp-font-awesome-icon {
	margin-right: 3px !important;
}

/* Dark Mode Switch */
.wp-dark-mode-switch-23 {
    --wpdm-switch-scale: 0.8 !important;
}

/* Letzte Foren-Beiträge */
.asgarosforum-latest-posts li {
	margin-left:-20px !important;
}

.asgarosforum-latest-threads li {
	margin-left:-20px !important;
}

.forum-post-list-item {
    font-size: 16px;
	margin-bottom:15px;
}

.forum-post-list-item-link {
    color:#02a8e8;
}

/* Box für letzte Asgaros-Posts */
.asgaros-latest-posts {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

/* Einzelner Beitrag */
.asgaros-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

/* Avatar */
.asgaros-avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Info-Bereich */
.asgaros-post-info {
    flex: 1;
}

/* Thema-Link */
.asgaros-post-info a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.asgaros-post-info a:hover {
    text-decoration: underline;
}

/* Autor + Datum */
.asgaros-author {
    color: #666;
    font-size: 13px;
}

.asgaros-date {
    color: #999;
    font-size: 13px;
}

/* Auszug */
.asgaros-excerpt {
    display: block;
    margin-top: 4px;
    color: #444;
}











.asgarosforum-latest-threads {
  font-size: 16px;
}

.post-permalink {
  font-size: 16px;
}

.entry-content a {
  color: #02a8e8;
}

/* Kommentare stylen */
.wp-block-latest-comments__comment-excerpt p {
	border-radius:0px 0px 25px 0px !important;
}

/* Better Recent comments */
.better-recent-comments {
   margin: 0px !important;
}

.recentcomments {
   margin: 0px !important;
}

.comment-wrap {
   font-size: 16px !important;
}

.recent-comments-list .comment-date {
	font-size: 14px;
    color: #505050; !important;
}

.recent-comments-list .comment-avatar img {
	border-radius: 100px;
    margin-right:40px !important;
}

/* Podcast Symbol im Hauptmenue anzeigen */
.podcast-menu-item:before {
	font-family: "FontAwesome";
    content: "\f2ce";
	margin-right:5px;
}

/* Suchfeld im Header begrenzen */
.vsg-search-box-header {
   width: 200px !important;
}

/* Suchfeld Desktop */
.wp-block-search__input {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
	background-color: #ffffff !important;
}

/* Breite der Untermenue-Navigation */
.wp-block-navigation .wp-block-navigation-item__label {
   width: 250px !important;
}

/* Kategorien bzw Format Label */
.taxonomy-category a {
	font-size: 11px;
	color: #707070;
	text-transform: uppercase;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #d3d3d3;
	border-radius:6px;
}

/* Support Button */
.vsg-support-button a {
	color:#ffffff !important;
	border: 2px solid #eb292c !important;
}

/* Shariff Überschrift */
.ShariffHeadline h3 {
	margin-top: 30px !important;
	margin-bottom: 5px !important;
}

/* Multicolor bar */
.vsg-multicolor-bar {
	padding:0px;
	margin:0px;
	height:12px;
	background: linear-gradient(to right, #EB292C, #F08F2F, #F9DF29, #59BA47, #02A8E8);
}

/* Kommentare-Anzahl im Beitrags-Grid */
.vsg-post-comments h2 {
	margin: 0px !important;
}

/* ActivityPub */
.wp-block-activitypub-reactions .reaction-label.components-button {
	color:#808080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #c0c0c0;
    border-radius: 100px;
}

.wp-block-activitypub-reactions .reaction-label.components-button:hover{
	color:#808080;
}

.activitypub-reactions h6 {
    font-family: "Roboto Slab", serif;
    font-size:19.200001px;
    font-weight:600;
    text-transform: capitalize;
    border-top: 0px;
    border-top-color: none;
    display: inline-block;
    padding: 0px !important;
    margin: 0px !important;
    padding-top:15px !important;
}

.activitypub-reaction-list li a {
    color:#000000 !important;
}

/* Seitenzahlen */
.page-numbers {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

/* Symbole in der Top Navigation */
.vsg-top-nav i {
    color: #808080 !important;
    margin-right: 7px !important;
}

/* News */
.news-caption {
    margin-bottom: 15px;
}

.news-li {
    font-size: 16px !important;
}

.news-date {
    font-size: 14px !important;
    color: #808080; !important;
}

/* Neuigkeiten - Letzter Beitrag */
.wp-block-latest-posts__post-date {
    font-size: 16px !important;
    color: #808080 !important;
}

/* Meta Field Blocks - Überschriften*/
.prefix {
    font-family: Roboto Slab !important;
    font-size: 19px;
}

.value {
    font-size: 16px;
}

/* Startseite - Zufällige Beiträge */
.random-post-list {
    font-family: Roboto Slab !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

/* DarkMySite Darkmode - Switch 
.darkmysite_switch_apple .darkmysite_switch_icon {
    margin-top: 3px !important;
}*/

/* Autorenschaft - Titel */
.authors-list-item-title a {
    font-family: Roboto Slab !important;
}

.authors-list-item-subtitle {
    font-size: 16px !important;
    color: #808080 !important;
}

/* Einzelner Beitrag - PDF button
.pdfbutton img {
    height: 48px !important;
} */

/* Allgemein - Links bei Hover */
a:hover {
    text-decoration: underline;
}

/* Autorenseite - Letzte Kommentare */
.latest-author-comments {
    font-size: 16px;
    list-style-type: disc !important;
    margin: 1.5rem;
    padding-left: 1.5rem;
}

.latest-author-comments-none {
    font-size: 16px;
}

/* Startseite - Neueste Beiträge im Footer */
.latest-post-list {
    list-style-type: disc !important;
    margin: 1.5rem;
}

.latest-post-list a {
    text-decoration: underline;
}

/* Startseite - Kategorien Linienfarben  */
.vsg-bar-red {
    border: 6px solid #eb292c;
}

.vsg-bar-orange {
    border: 6px solid #f08f2f;
}

.vsg-bar-yellow {
    border: 6px solid #f9df29;
}

.vsg-bar-green {
    border: 6px solid #59ba46;
}

.vsg-bar-blue {
    border: 6px solid #02a8e8;
}

.vsg-bar-grey {
    border: 6px solid #d0d0d0;
}

.vsg-bar-light-blue {
    border: 6px solid #e7f6fc;
}

.vsg-bar-pink {
    border: 6px solid #CC66CC;
}

.vsg-bar-black {
    border: 6px solid #000000;
}

/* Einzelner Beitrag - Titel Kommentarformular  */
.comment-reply-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.comment-reply-link {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.components-button.is-link {
    text-decoration:none;
    color:#000;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px;
    border: 1px solid #C0C0C0;
}

/* Custom: Stil für Metadaten */
.is-metadata {
    color: #808080;
}

/* WordPress Popular Posts - Stile */
.wpp-meta {
    color: #C0C0C0 !important;
    font-size: 16px !important;
}

.wpp-author a {
    color: #C0C0C0;
    font-size: 16px;
}

.wpp-views {
    color: #C0C0C0;
    font-size: 16px;
}

.wpp-comments {
    color: #C0C0C0;
    font-size: 16px;
}

/* Kategorienseiten - Anzahl der Beiträge */
.custom-post-count {
    color: #808080;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.custom-post-count a {
    color: #808080;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.custom-post-count p {
    margin-top: 10px;
}

/* Autorenseiten - Anzahl der Kommentare */
.custom-comment-count {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.custom-comment-count p {
    margin-top: 10px;
}

/* Allgemein - Letzte Kommentare */
.wp-block-latest-comments__comment-meta {
    line-height: 25px;
}

.wp-block-latest-comments__comment-date {
    color: #808080;
    font-size: 16px;
}

.wp-block-latest-comments__comment-excerpt p {
    background-color: #F6F6F6;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Allgemein - Weiterlesen Button */
.wp-block-post-excerpt__more-link {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

/* Custom - Social Links */
.social-link-list-item {
    display: inline-block;
}

.social-link-list-item i:hover {
    color:#000000 !important;
}

/* Nur mobil anzeigen */
@media only screen and (min-width: 768px) {
  .do-show-mobile-only {
    display: none;
  }
}

/* Mobil nicht anzeigen */
@media only screen and (max-width: 768px) {
    .do-not-show-mobile {
        display: none;
    }
}

/* Custom - Logo und Actionsbuttons mobil zentrieren */
@media only screen and (max-width: 600px) {
    .wp-block-group.header-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
	
    .header-flex .wp-block-buttons {
        margin-top: 2rem;
    }
    
    h1 {
        font-size: 2rem !important;
    }


/* Max Mega Menu
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-53578 .mega-search.expand-to-right input[type="text"] {
    border: 1px solid #c0c0c0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-53578 {
    margin-bottom:10px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    border: 1px solid #c0c0c0;
}*/

}

/* News Liste mobil sauber einruecken */
@media only screen and (max-width: 1100px) {
.news-ul {
    margin-left:1.1em;
    padding-left:1.1em;
}
}

/* Contact Form 7 */
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-number,
.wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 16px !important;
    box-sizing: border-box;
	border-radius:6px !important;
}

.wpcf7-submit {
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    padding: 14px 26px;
    background-color: #02a8e8;
    border: 0px solid #fff;
    border-radius: 6px !important;
	font-weight:400 !important;
}

.wpcf7-submit:hover{
    background-color: #c0c0c0;
    color: #000 !important;
}

.wpcf7-textarea {
    width: 85% !important;
}

/* Custom - User Avatar in Navigation */
.user-avatar-header-online img {
    border-radius: 100%;
	margin-top: 7px;
}

.user-avatar-header-offline img {
    border-radius: 100%;
	margin-top: 7px;
}

/* Allgemein - Embeds (Videos) */
.wp-block-embed {
    margin-top: 30px;
}

/* Custom - Bilder ohne Margin oben */
.img-top-without-margin img {
    margin-top: 0px !important;
}

/* Tabellen */
.wp-block-table {
    margin-top: 30px !important;
}

/* Lesezeit */
.rt-reading-time {
    color: #808080;
    font-size: 16px;
}

/*Login button (ausgeloggt)
.vsg-login-button div {
    border-radius: 100px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color:#59ba46 !important;
}

Login button (eingeloggt)
.logged-in .vsg-login-button div {
    border-radius: 100px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color:#eb292c !important;
}*/

.wp-block-post-comments-form input[type="submit"] {
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    padding: 14px 26px;
    background-color: #02a8e8;
    border: 0px solid #fff;
    border-radius: 6px !important;
	font-weight:400 !important;
}

.wp-block-post-comments-form input[type="submit"]:hover {
    background-color: #c0c0c0;
    color: #000 !important;
}

/* Quicktags Toolbar */
.quicktags-toolbar {
    border-bottom: 0px !important;
    border-radius: 0px !important;
    padding: 5px !important;
	margin-bottom: 3px !important;
	border-radius: 3px !important;
}

/* Zitate */
blockquote {
    font-style: italic;
    color: #808080;
	margin-left:0px;
    background: url(https://www.videospielgeschichten.de/assets/blockquote_bar.png) no-repeat !important;
    padding: 0px 25px 0px 25px;
}

.post-comments a {
    color: #ffffff;
}

.activitypub-follow-me-block-wrapper .activitypub-profile {
    padding-top:0px !important;
}

.wp-element-button,
.wp-block-button__link {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

/* WP ULike - Toast Messages zentrieren */
.wpulike-notification {
    right: inherit !important;
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-gallery {
    margin-top: 20px !important;
}

/* Allgemeiner Button */
/* Source: https://getcssscan.com/css-buttons-examplesm */
.button-4 {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

.wp-block-activitypub-reactions .reaction-group .reaction-label {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.wp-block-button a {
  color:#000000;
}