/* =========================
   Gamer_Sasu Custom CSS
   ========================= */
/* Seitennavigation ausblenden */
.pagenavcounter {
    display: none;
}
/* =========================
   Horizontale Linie (HR)
   ========================= */
hr {
    border: none;
    height: 3px;
    background: #ff4c00;
    margin-top: 0px;
    margin-bottom: 20px;
}
/* =========================
   Seitenübersicht Beitrag (HR)
   ========================= */
.card {
    border-left: 1px solid #ff4c00;
    border-right: 1px solid #ff4c00;

    padding-left: 0px;
    padding-right: 0px;
    border-top: none;
    border-bottom: none;
}
.mod-breadcrumbs {
    padding-left: 0 !important;
}
.footer .grid-child {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}
/* =========================
   Beitrags-Bilder Spiele
   ========================= */
.article-image {
    float: right;
    margin: 0 0 15px 15px;
    border-radius: 12px;
}
.page-link {
    border: none !important;
    color: #ff4c00 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.page-link:hover {
   border: none !important;
}
.menu-line-img {
    width: 180px !important;
    height: 2px !important;
    display: block;
    margin: 0px 0;
    object-fit: cover;
}
/* =========================
   Social Topbar
   ========================= */
.grid-child.container-top-a {
    padding: 0.1rem 1rem !important;
    border: none !important;
}
.social-topbar .card {
    border: none !important;
 
}
.social-topbar {
    padding: 0 !important;
    border: none !important;
}
/* =========================
   Gamer_Sasu Social Icons
   ========================= */
.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.social-icons a {
    color: #ff4c00;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.social-icons a:hover {
    color: #ff4c00;
    opacity: 0.7;
    text-decoration: none;
}
.social-icons img {
    width: 25px;
    height: 25px;
    transition: 0.2s ease;
}

/* =========================
   Gamer_Sasu Signature
   ========================= */
.gamer-signature {
    margin-top: 40px;
    line-height: 1.5;
}
.sig-orange {
    color: #ff4c00;
    font-weight: 700;
}
.sig-blue {
    color: #00a1ff;
    font-weight: 700;
}
.sig-gray {
    color: #cccccc;
    font-weight: 700;
}

/* =========================
   Affiliate Banner Box
   ========================= */

.affiliate-box,
.affiliate-box .card,
.affiliate-box .card-body {
    border: none !important;

    box-shadow: none !important;

    background: transparent !important;
}

/* Blendest die Hauptüberschrift auf der Kontaktseite aus */
.com-contact h1, .com-contact h2, .com-contact .page-header .com-contact contact{
    display: none !important;
}

/* Blendet die Reiter-Überschrift "Kontaktformular" aus */
.com-contact #contact-form legend {
    display: none !important;
}

/* =========================
   Discord Status Modul
   ========================= */
.discord-status,
.discord-status .card,
.discord-status .card-body {
    margin-left: 0;
   padding-left: 0;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
    background: transparent !important;
}