.wp-block-quote {font-size-adjust: .35; background-color: #ee0000; border-left: 5px solid #cc3333; margin: 1em 10px; padding: 0.5em 10px;}

.wp-block-quote {
    font-family: Georgia, serif;
    font-size-adjust: .35;
    font-style: italic;
    border-left: 5px solid #cc3333;
    margin: 0.75em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #FDFCFC;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #cc3333;
}

.wp-block-quote + .wp-block-quote {
    margin-top: 1.5em;
}

.wp-block-quote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

img {border-radius: 6px}

.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 2em 0;
    padding-top: 2em;
    padding-right: 0px;
    padding-bottom: 2em;
    padding-left: 0px;
  text-align: center;
}


h1, .h1 {
	font-size: 1.31rem;
	letter-spacing: normal;
	line-height: 1.125;
}

h2, .h2 {
	font-size: 1.31rem;
	letter-spacing: normal;
	line-height: 1.125;
}

h3, .h3 {
	font-size: 1.31rem;
	letter-spacing: normal;
	line-height: 1.125;
}

h4, .h4 {
	font-size: 1.20rem;
	letter-spacing: normal;
	line-height: 1.125;
}

h5, .h5 {
	font-size: 1.10rem;
	letter-spacing: normal;
	line-height: 1.125;
}

h6, .h6 {
	font-size: 0.95rem;
	letter-spacing: normal;
	line-height: 1.125;
}

Version:0.9
StartHTML:00000097
EndHTML:00000167
StartFragment:00000131
EndFragment:00000131

/* =========================================
   MINUTEMEN – RANGTABELLE
   ========================================= */

.minutemen-ranks {
    width: 100%;
    border-collapse: collapse;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 15px;
    text-align: center;
}

/* =========================================
   ZELLEN
   ========================================= */

.minutemen-ranks th,
.minutemen-ranks td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 8px;
    
    /* nur horizontale Linien */
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: none;
    border-right: none;
}

/* =========================================
   KOPFZEILE
   ========================================= */

.minutemen-ranks th {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* =========================================
   RANG-SPALTE – ganz links
   ========================================= */

.minutemen-ranks th:first-child,
.minutemen-ranks td:first-child {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

/* =========================================
   MINUTEMEN-BILDER
   ========================================= */

.minutemen-ranks img {
    max-width: 40px;
    height: auto;
    margin: 0 auto;
    transform: rotate(90deg);
}

/* =========================================
   HOVER-EFFEKT
   ========================================= */

.minutemen-ranks tr:hover {
    background-color: #f2f2f2;
}

/* =========================================
   SMARTPHONE
   ========================================= */

@media (max-width: 600px) {

    .minutemen-ranks {
        font-size: 13px;
    }

    .minutemen-ranks th,
    .minutemen-ranks td {
        padding: 7px 4px;
    }

    .minutemen-ranks th {
        font-size: 11px;
    }

    .minutemen-ranks th:first-child,
    .minutemen-ranks td:first-child {
        font-size: 11px;
    }

    .minutemen-ranks img {
        max-width: 32px;
    }
}