/* Auf Startseite zwei Diagramme (Erst + Zweitstimme) nebeneinander, wenn Viewport gross genug = für KOW2025 rauskommentiert
@media(min-width: 1024px)
{
#vue_index_container > div.row > div.col-md-8.col-sm-12 {display: grid; grid-column-gap: 1rem;}
div.row > div.col-md-8.col-sm-12 > div:nth-child(2n+1) {grid-column-start:1; grid-column-end:1;}
div.row > div.col-md-8.col-sm-12 > div:nth-child(2n) {grid-column-start:2; grid-column-end:2;}
} */

/* Der Text "mehr..." auf der Startseite wird nach rechts geschoben und bekommt einen Button-Stil */
div.p-2.pl-3 {text-align: right;}
div.p-2.pl-3 a {color: white; display:inline-block; background-color: #0d6efd; border-radius: .25rem; border: 1px solid #0d6efd;  padding: 0.25rem 0.925rem;}

/* Mehr Platz zwischen Parteiname, Kandidatenname und der unterstrichelten Linie */
abbr {text-underline-offset: .1rem;}

/* Den Text "Es sind X Schnellmeldungen eingegangen" in schwarzer statt blauer Schrift */
.text-info div {color: black;}

/* Schnellmeldungen sind nicht eingangen grau hinterlegt statt orange */
.card.bg-warning {background-color: hsl(208 7% 50% / 1) !important;}
.alert-warning {color: white; background-color: hsl(208 7% 50% / 1);  border-color: hsl(208 7% 50% / 1);}

/* Mehr Platz für die oberste Zeile */
div.header_title {line-height: 1.5em;}
/* kein Zeilenumbruch bei den Prozentzeichen  
table th, table td {white-space: nowrap;} */

/* Stichwahl wird auf Startseite ausgeblendet */
/* div.card.mb-4:has(#vorschau_53_ebene_3_id_1_0) {display:none;} */
/* Hinweis auf Stand ausblenden */
footer div.text-secondary {display: none;}
/*Wahlraeume ausblenden */
.col-auto.ms-auto a.btn {display: none;}

/*Abstimmungsbezirke ausblenden*/
.navbar-nav .nav-item:nth-child(3) {display: none;}

/*Terminübersicht ausblenden*/
.nav-item a.nav-link[href$="05315000/index.html"] {display: none;}

/*Start ausblenden*/
/*.navbar-nav .nav-item a[href="index.html"] { display: none; }*/

/*Stadtteil Innenstadt ausblenden*/
.card.panel-default.mb-4:has(a[title="Altstadt/Nord"]) {display: none !important;}

/*Stadtteil Rodenkirchen ausblenden*/
.card.panel-default.mb-4:has(a[title="Godorf"]) {display: none !important;}

/*Stadtteil Lindenthal ausblenden*/
.card.panel-default.mb-4:has(a[title="Weiden"]) {display: none !important;}

/*Stadtteil Nippes ausblenden*/
.card.panel-default.mb-4:has(a[title="Riehl"]) {display: none !important;}

/*Stadtteil Ehrenfeld ausblenden*/
.card.panel-default.mb-4:has(a[title="Ossendorf"]) {display: none !important;}

/*Stadtteil Chorweiler ausblenden*/
.card.panel-default.mb-4:has(a[title="Pesch"]) {display: none !important;}

/*Stadtteil Porz ausblenden*/
.card.panel-default.mb-4:has(a[title="Ensen"]) {display: none !important;}

/*Stadtteil Kalk ausblenden*/
.card.panel-default.mb-4:has(a[title="Vingst"]) {display: none !important;}

/*Stadtteil Mülheim ausblenden*/
.card.panel-default.mb-4:has(a[title="Dellbrück"]) {display: none !important;}

/*Quorum ausblenden*/
div.col-4:has(div[title*="Quorum"]) {
  display: none; }