/*
Theme Name: Online News
Description: ChildTheme von heise online - heise-theme darf nicht gelöscht werden
Author: danubius - Die Agentur in Straubing für Webdesign, Suchmaschinenoptimierung, Print und Werbemittel – vom Konzept bis zur Umsetzung Ihr professioneller Partner.

Version: 1.0
Template: heise-theme
*/

#post-thumbnail-gallery {
    position: relative;
}

.imagecaption {
    position: absolute;
    bottom: 0;
    left: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

/* Clearfix */
#mitte_microsite .clearfix:before,
#mitte_microsite .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#mitte_microsite .clearfix:after {
    clear: both;
}

#mitte_microsite .clearfix {
    *zoom: 1;
}

#mitte_microsite {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 100%;
    /*font-size: 12px;
    font-size: 1em;*/
    color: #000000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    line-height: 150%;
    max-width: calc(90ch + 24px);
    margin-left: auto;
    margin-right: auto;
}

#mitte_microsite h1:not(.breadcrumb-headline),
#mitte_microsite h2,
#mitte_microsite h2 strong,
#mitte_microsite h3,
#mitte_microsite h4,
#mitte_microsite h5 {
    font-family: "Source Sans Pro", Arial, sans-serif;
}

/* Headlines mit heise-Frame-Auszeichnung .a-article-header__title ausgenommen - stk 02.06.2021 */
#mitte_microsite h1:not(.a-article-header__title),
#mitte_microsite h2:not(.a-article-header__title),
#mitte_microsite h3:not(.a-article-header__title),
#mitte_microsite h4:not(.a-article-header__title),
#mitte_microsite h5:not(.a-article-header__title),
#mitte_microsite h6:not(.a-article-header__title) {
    font-weight: 600;
    line-height: 110%;
}

#mitte_microsite a {
    color: #003399;
    text-decoration: none;
}

#mitte_microsite a:active, #mitte_microsite a:link {
    color: #003399;
}

#mitte_microsite a:hover {
    text-decoration: underline;
}

#mitte_microsite img {
    height: auto;
    max-width: 100%;
}

#mitte_microsite video {
    max-width: 100% !important;
}

#mitte_microsite .wp-video {
    max-width: 100% !important;
}

#mitte_microsite strong {
    font-weight: 600;
}

#mitte_microsite .screen-reader-text,
#mitte_microsite .assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* main-navigation */
#mitte_microsite .menu-toggle {
    display: none;
}

#mitte_microsite .main-navigation {
    /* Navigation linksbündig ohne Einrückung gesetzt und Linie angepasst - stk 02.06.2021
    border-top: 1px dotted #d7d7d7;
    border-bottom: 1px dotted #d7d7d7;
    padding: 0 16px;
    padding: 0 1em;
    */
    border-bottom: .0625rem dotted #e0e0e0;
    padding: 0 12px;
}

/* Menü responsive gestaltet - stk 02.06.2021
#mitte_microsite .main-navigation ul {
	margin: 0;
	padding: 0;
}
#mitte_microsite .main-navigation li {
	display: inline-block;
	float: left;
    list-style-type: none;
}
#mitte_microsite .main-navigation li:before {
	color: #ffffff;
	content: ":";
	margin: 0 6px;
	margin: 0 0.375em;
}
#mitte_microsite .main-navigation li:first-child:before {
	content: "";
	margin: 0;
}
*/


#mitte_microsite .main-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0 -0.5em;
}

@media (min-width: 62em) {
    /* Menü-Einträge auf großen Displays linkbündig statt zentriert */
    #mitte_microsite .main-navigation ul {
        justify-content: left;
    }
}

#mitte_microsite .main-navigation li {
    list-style-type: none;
    margin: 0 0.5em;
}


#mitte_microsite .main-navigation li a {
    /* An Menü-Links des heise-Frames angepasst - stk 02.06.2021
    color: #003399;
    font-size: 20px;
    font-size: 1.25em;
    padding-top: 8px;
    padding-bottom: 8px;
    */
    display: inline-block;
    color: #039;
    font-weight: 600;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    transition: color .15s ease-in;
}

@media (max-width: 62em) {
    #mitte_microsite .main-navigation li a {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 62em) {
    #mitte_microsite .main-navigation li a {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

/* Farblich dem heise-Frame angepasst - stk 02.06.2021
#mitte_microsite .main-navigation li a:hover {
	opacity: 0.75;
	text-decoration: none;
}
*/
#mitte_microsite .main-navigation li a:hover {
    text-decoration: none;
    color: #323232;
}

/* Optisch dem Menü des heise-Frames angepasst - stk 02.06.2021
#mitte_microsite .main-navigation .current-menu-item a{
	opacity: 0.75;
	font-weight: 600;
}
*/
@media (min-width: 480px) {
    #mitte_microsite .main-navigation .current-menu-item a {
        border-bottom: .0625rem solid #039;
        margin-bottom: -.0625rem;
    }
}

/* Optisch dem Menü des heise-Frames angepasst - stk 02.06.2021
#mitte_microsite .main-navigation .current-menu-item a:hover{
	opacity: 0.75;
	text-decoration: none;
}
*/

/* header-image */
#mitte_microsite .header-image {
    line-height: 0;
}

#mitte_microsite .header-image img.attachment-full.size-full {
    width: 100%;
}

/* content */
#mitte_microsite .site-main {
    margin-top: 11px;
    margin-top: 0.6875em;
}

/* Unnötigen Seitenrand entfernt, dafür aber Abstand am oberen Rand an heise-Frame angepasst - stk 27.05.2021
#mitte_microsite .site-content {
	margin-left: 1em;
	margin-right: 1em;
}
*/
#mitte_microsite .site-content {
    margin-top: 1rem;
}

@media (min-width: 48em) {
    #mitte_microsite .site-content {
        margin-top: 2rem;
    }
}

#mitte #mitte_links #mitte_microsite .formheader .subtitle,
#mitte #mitte_links #mitte_microsite h2:not(.news_headline),
#mitte #mitte_links #mitte_microsite h3,
#mitte #mitte_links #mitte_microsite h4,
#mitte #mitte_links #mitte_microsite h5,
#mitte #mitte_links #mitte_microsite h6,
    /* Headlines mit heise-Frame-Auszeichnung .a-article-header__title ausgenommen - stk 02.06.2021 */
#mitte_microsite .entry-header .entry-title:not(.a-article-header__title),
#mitte_microsite .entry-content h2 {
    color: #000000;
    font-size: 24px;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5em;
}

#mitte_microsite .archive .entry-content p {
    font-size: 17px;
    font-size: 1.0625em;
}

#mitte_microsite .archive .entry-header .entry-title {
    font-size: 20px;
    font-size: 1.25em;
    margin-bottom: 2px;
    margin-bottom: 0.125em;
}

#mitte_microsite .archive article {
    margin-bottom: 24px;
    margin-bottom: 1.5em;
}

#mitte_microsite .entry-content h3 {
    font-size: 20px;
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-bottom: 0.3125em;
}

#mitte_microsite .entry-content h4 {
    font-size: 17px;
    font-size: 1.0625em;
    margin-bottom: 5px;
    margin-bottom: 0.3125em;
}

#mitte_microsite .entry-content h5 {
    font-size: 20px;
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-bottom: 0.3125em;
}

#mitte_microsite .entry-content h6 {
    font-size: 12px;
    font-size: 0.75em;
    margin-bottom: 5px;
    margin-bottom: 0.3125em;
}

#mitte_microsite .entry-content a {
    text-decoration: underline;
}

#mitte_microsite .entry-content p {
    line-height: 1.75rem;
    margin: 0 0 1.25rem;
}

#mitte_microsite .entry-content p,
#mitte_microsite .entry-content li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

#mitte_microsite .entry-content ul,
#mitte_microsite .entry-content ol {
    margin: 0 0 1.25rem;
    padding: 0;
}

#mitte_microsite .entry-content ul li {
    font-size: 18px;
    font-size: 1.125em;
    list-style: disc;
    margin-bottom: 3px;
    margin-bottom: 0.2em;
    margin-top: 3px;
    margin-top: 0.2em;
    margin-left: 18px;
    padding-left: 4px;
    padding-left: 0.3em;
}

#mitte_microsite .entry-content ol li {
    list-style: decimal;
    margin-top: 3px;
    margin-top: 0.2em;
    margin-left: 18px;
    padding-left: 4px;
    padding-left: 0.3em;
}

/*
#mitte_microsite .alignright {
	float: right;
	margin: 11px 0 11px 11px;
	margin: 0.7em 0 0.7em 0.7em;
}
*/
/* Elemente mit .alignleft / .alignright in der Mobilansicht nicht umfließend, sondern zentiert darstellen - stk 10.06.2021 */
@media (max-width: 640px) {
    #mitte_microsite figure.alignleft,
    #mitte_microsite figure.alignright {
        /*
        margin: 0 auto 0.8em;
        */
        margin: 0 auto 1.5rem;
        width: 100% !important;
    }

    #mitte_microsite figure.alignleft img,
    #mitte_microsite figure.alignright img {
        width: 100%;
    }
}

@media (min-width: 641px) {
    #mitte_microsite .alignleft {
        float: left;
        /*
        margin: 11px 11px 11px 0;
        margin: 0.7em 0.7em 0.7em 0;
        */
        margin: 0.7em 0.7em 1.5em 0;
    }

    #mitte_microsite .alignright {
        float: right;
        /*
        margin: 0.7em 0 0.7em 0.7em;
        */
        margin: 0.7em 0 1.5rem 0.7em;
    }
}


#mitte_microsite .aligncenter {
    /*
    margin: 11px auto;
    margin: 0.7em auto;
    */
    margin: 0 auto 1.5rem;
}

#mitte_microsite .alignnone {
    /*
    margin: 11px 0 0;
    margin: 0.7em 0 0;
    */
    margin: 0 0 1.5rem;
}

/*
#mitte_microsite .wp-caption-text {
	color: #000;
	font-size: 9px;
	font-size: 0.6em;
	line-height: 24px;
	line-height: 1.5em;
	padding: 9px;
	padding: 0.6em;
}
*/
/* Design der viel zu kleinen Bildunterschriften an heise online angepasst - stk 27.05.2021 */
#mitte_microsite .wp-caption-text {
    color: #5a5a5a;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding-top: .5rem;
}

#mitte_microsite figure a {
    display: block;
    line-height: 0;
}

#mitte_microsite .gallery {
    border: 0;
    margin-right: -10px;
}

#mitte_microsite .gallery-item {
    display: inline-block;
    margin: 0 10px 10px 0;
}


/* single */
/*post-navigation*/
#mitte_microsite .post-navigation:before,
#mitte_microsite .post-navigation:after {
    clear: both;
}

#mitte_microsite .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    flex-grow: 1;
    margin-bottom: 1.25rem;
}

/* zentrierte Darstellung - stk 02.06.2021
#mitte_microsite .nav-links {
	float: right;
}
*/
#mitte_microsite .nav-previous,
#mitte_microsite .nav-next {
    display: inline-block;
    flex-basis: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}

#mitte_microsite .nav-previous {
    text-align: left;
}

#mitte_microsite .nav-next {
    text-align: right;
}

#mitte_microsite .nav-previous a,
#mitte_microsite .nav-next a {
    display: inline-block;
    text-decoration: none;
    transition: color .15s ease-in;
}

#mitte_microsite .post-navigation a:hover {
    color: #323232;
}

#mitte_microsite .nav-previous a:before {
    content: "\25C0\20";
}

#mitte_microsite .nav-next a:after {
    content: "\20\25b6";
}

/*page-navigation*/
#mitte_microsite .page-links {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
}

#mitte_microsite .page-number {
    border: 1px solid #cccccc;
    padding: 2px 5px;
}

/* archive / category */
#mitte_microsite .archive .entry-content strong {
    font-weight: normal;
}

#mitte_microsite .contentListThumb {
    float: left;
    line-height: 0;
    margin: 4px 11px 11px 0;
    margin: 0.25em 0.7em 0.7em 0;
}

#mitte_microsite .dan-post-date {
    display: block;
    font-size: 14px;
    font-size: 0.7em;
    font-weight: normal;
    margin-top: 8px;
    margin-top: 0.5em;
}

/* shariff */
/* Abstand unter den Schaltflächen - stk 02.06.2021 */
#mitte_microsite .shariff {
    margin-bottom: 1.25rem;
}

/* Schaltflächen zentrieren - stk 02.06.2021 */
#mitte_microsite .shariff ul {
    justify-content: center;
}

/* Info-Schaltflächeausblenden - stk 02.06.2021 */
#mitte_microsite .shariff-button.info {
    display: none;
}

#mitte_microsite .shariff-main {
    margin-left: -5px;
    margin-right: -5px;
}

#mitte_microsite .entry-content .shariff-main ul li {
    font-size: 12px;
    padding-left: 0;
    margin-left: 0;
}

#mitte_microsite .shariff a,
#mitte_microsite .shariff a:hover,
#mitte_microsite .shariff a:active,
#mitte_microsite .shariff a:link {
    color: #ffffff;
    text-decoration: none;
}

#mitte_microsite .shariff .shariff-count,
#mitte_microsite .shariff .shariff-text {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600;
}

#mitte_microsite .shariff-button.info svg {
    width: 23px;
}

#mitte_microsite .shariff-main.shariff .info a,
#mitte_microsite .shariff-main.shariff .info a:hover,
#mitte_microsite .shariff-main.shariff .info a:active,
#mitte_microsite .shariff-main.shariff .info a:link {
    color: #666;
}

#mitte_microsite .shariff-icon svg {
    fill: currentColor;
}

#mitte_microsite .shariff-link:hover {
    text-decoration: none;
}

#mitte_microsite .shariff .googleplus a:hover {
    background-color: #f75b44 !important;
}

#mitte_microsite .shariff .facebook a:hover {
    background-color: #4273c8 !important;
}

#mitte_microsite .shariff .twitter a:hover {
    background-color: #32bbf5 !important;
}


@media only screen and (max-width: 480px) {
    #mitte_microsite .shariff .shariff-buttons li,
    #mitte_microsite .shariff .shariff-buttons li a {
        width: 48px;
        height: 48px !important;
        border-radius: .1875rem;
    }

    #mitte_microsite .shariff .shariff-icon svg {
        padding: 14px 8px;
    }
}

/* formular */
#mitte_microsite .wpcf7-form > p {
    clear: both;
    margin-bottom: 20px;
}

#mitte_microsite .wpcf7-form .form-label {
    display: inline-block;
    font-size: 16px;
    width: 38%;
    vertical-align: top;
}

#mitte_microsite form .wpcf7-form-control-wrap,
#mitte_microsite form .wpcf7-form-control-wrap input,
#mitte_microsite form .wpcf7-form-control-wrap textarea,
#mitte_microsite form .form-label + span {
    width: 60%
}

#mitte_microsite form .without-label, .wpcf7-not-valid-tip {
    margin-left: 38%;
}

#mitte_microsite span.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 14px;
    font-size: 0.875em;
}

#mitte_microsite div.wpcf7-response-output {
    font-size: 14px;
    font-size: 1em;
    margin: 0 0 10px;
    margin: 0 0 0.625em;
    padding: 0 4px;
}

#mitte_microsite .wpcf7-response-output.wpcf7-validation-errors {
    border: 2px solid #ccc
}

#mitte_microsite .screen-reader-response {
    display: none;
}

/* Führte teilweise zu einer seitlichen Verschiebung des Aufmachers - stk 27.05.2021 */
/*
.ho #mitte_microsite .header-image,
.ho #mitte_microsite .main-navigation {
	margin-left: -23px;
}
*/
/*
.ho #mitte_microsite .header-image {
    margin-left: -12px;
    margin-right: -12px;
}
*/
.ct #mitte_microsite .header-image,
.ct #mitte_microsite .main-navigation {
    margin-left: -12px;
    margin-right: -12px;
}

.tp #mitte_microsite .header-image,
.tp #mitte_microsite .main-navigation {
    margin-left: -18px;
    margin-right: -24px;
}

.foto #mitte_microsite .header-image,
.foto #mitte_microsite .main-navigation {
    margin-left: -24px;
}

.autos #mitte_microsite .header-image,
.autos #mitte_microsite .main-navigation {
    margin-left: -20px;
}

.make #mitte_microsite .header-image,
.make #mitte_microsite .main-navigation {
    margin-left: -20px;
    margin-right: -20px;
}

.security #mitte_microsite .header-image,
.security #mitte_microsite .main-navigation {
    margin-right: -9px;
}

/* mobile */
#mitte_microsite.microsite_mobile,
#mitte_microsite.microsite_mobile article {
    max-width: none;
}

.fancybox-opened {
    z-index: 10000000 !important;
}

/* Kontaktformular */
form#commentform p.comment-form-comment,
form#commentform p.comment-form-author,
form#commentform p.comment-form-email {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

form#commentform p.comment-form-comment,
form#commentform p.comment-form-author,
form#commentform p.comment-form-email,
form#commentform p.comment-form-url {
    max-width: 665px;
}

form#commentform textarea#comment,
form#commentform input {
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    font-family: Source Sans Pro, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}

form#commentform p.form-submit {
    margin-bottom: 20px;
    margin-top: 30px;
}

form#commentform input#submit {
    background: #0056a4;
    border-radius: 0;
    width: auto;
    padding: 10px 20px;
    border: none;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    transition: background .3s ease;
    -webkit-appearance: none;
}

form#commentform input#submit:hover,
form#commentform input#submit:focus {
    background: #0567c0;
    cursor: pointer;
}

.perf-cls-reduc-rectangle:empty {
    display: none !important;
    min-height: 0 !important;
}


/******************************************************************************
 * Automatische Silbentrennung in Headlines & Absätzen - stk 27.05.2021
 * für Desktop & Co deaktiviert auf Wunsch von ctp - ms 23.06.2026
 */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

/
@media (max-width: 640px) {
    p, h1, h2, h3, h4, h5, h6, figcaption {
        -webkit-hyphens: auto;
        -webkit-hyphenate-limit-before: 3;
        -webkit-hyphenate-limit-after: 3;
        -webkit-hyphenate-limit-chars: 6 3 3;
        -webkit-hyphenate-limit-lines: 2;
        -webkit-hyphenate-limit-last: always;
        -webkit-hyphenate-limit-zone: 8%;
        -moz-hyphens: auto;
        -moz-hyphenate-limit-chars: 6 3 3;
        -moz-hyphenate-limit-lines: 2;
        -moz-hyphenate-limit-last: always;
        -moz-hyphenate-limit-zone: 8%;
        -ms-hyphens: auto;
        -ms-hyphenate-limit-chars: 6 3 3;
        -ms-hyphenate-limit-lines: 2;
        -ms-hyphenate-limit-last: always;
        -ms-hyphenate-limit-zone: 8%;
        hyphens: auto;
        hyphenate-limit-chars: 6 3 3;
        hyphenate-limit-lines: 2;
        hyphenate-limit-last: always;
        hyphenate-limit-zone: 8%;
    }
}

/******************************************************************************
 * Neugestaltung der Paginierung - stk 27.05.2021
 ******************************************************************************/
#mitte_microsite .page-links {
    font-size: 1.25em;
    margin-bottom: 1.25rem;
}

#mitte_microsite .entry-content .page-links a {
    text-decoration: none;
}

#mitte_microsite .post-page-numbers {
    display: inline-block;
    border-color: rgba(70, 70, 70, .5);
    border-width: .0625rem;
    border-style: solid;
    border-radius: .1875rem;
    margin-left: 0.4em;
    width: 48px;
    height: 48px;
}

@media (min-width: 480px) {
    #mitte_microsite .post-page-numbers {
        width: 35px;
        height: 35px;
    }
}

#mitte_microsite .post-page-numbers:first-child {
    margin-left: 0;
}

#mitte_microsite .post-page-numbers.current {
    color: rgba(70, 70, 70, .5);
}

#mitte_microsite .post-page-numbers:not(.current):hover,
#mitte_microsite .post-page-numbers:not(.current):focus {
    background-color: #e6e6e6;
}

#mitte_microsite .page-number {
    display: inline-flex;
    min-width: 100%;
    min-height: 100%;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
}

/* Vorspann dem Heise-Frame anpassen */
#mitte_microsite .dan-content .entry-content > p:first-child,
#mitte_microsite .dan-content .entry-content > p:first-child strong,
#mitte_microsite .dan-content .entry-content > p:first-child em,
#mitte_microsite .dan-content .entry-content > p:first-child i {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5rem;
    margin: 0 0 1.5rem;
}

@media (min-width: 48em) {
    #mitte_microsite .dan-content .entry-content > p:first-child,
    #mitte_microsite .dan-content .entry-content > p:first-child strong,
    #mitte_microsite .dan-content .entry-content > p:first-child em,
    #mitte_microsite .dan-content .entry-content > p:first-child i {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* CMS-Hinweis mit Interred-Link ausblenden - stk 02.062021 */
.footer__list.footer__list--additional .footer__item:first-of-type {
    display: none;
}


/* Anpassung der Subheadlines an das heise-Frame und Gleichbehandlung für Absätze, die nur aus einem Strong-Tag bestehen - stk 02.06.2021 */
#mitte_microsite .dan-content .entry-content h2,
#mitte_microsite .dan-content .entry-content h2 > strong:only-child,
#mitte_microsite .dan-content .entry-content h3,
#mitte_microsite .dan-content .entry-content h3 > strong:only-child,
#mitte_microsite .dan-content .entry-content h4,
#mitte_microsite .dan-content .entry-content h4 > strong:only-child,
#mitte_microsite .dan-content .entry-content h5,
#mitte_microsite .dan-content .entry-content h5 > strong:only-child,
#mitte_microsite .dan-content .entry-content h6,
#mitte_microsite .dan-content .entry-content h6 > strong:only-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 2rem;
    margin-bottom: .75rem;
    font-weight: 600;
    display: block;
}

@media (min-width: 48em) {
    #mitte_microsite .dan-content .entry-content h2,
    #mitte_microsite .dan-content .entry-content h2 > strong:only-child,
    #mitte_microsite .dan-content .entry-content h3,
    #mitte_microsite .dan-content .entry-content h3 > strong:only-child,
    #mitte_microsite .dan-content .entry-content h4,
    #mitte_microsite .dan-content .entry-content h4 > strong:only-child,
    #mitte_microsite .dan-content .entry-content h5,
    #mitte_microsite .dan-content .entry-content h5 > strong:only-child,
    #mitte_microsite .dan-content .entry-content h6,
    #mitte_microsite .dan-content .entry-content h6 > strong:only-child {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}


/* Archivseiten gestalten - stk 08.06.2021 */
#mitte_microsite .archive article {
    margin-bottom: 3rem;
}

/* Teaser-Bild */
#mitte_microsite .archive .contentListThumb {
    display: none;
}

/* Headline */
#mitte_microsite .archive article .entry-title a {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 0 0 .5rem;
}

/* Teaser-Text */
#mitte_microsite .archive article .entry-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    color: #323232;
    display: inline;
}

/* Desktop-Darstellung */
@media (min-width: 480px) {
    #mitte_microsite .archive .contentListThumb {
        display: block;
        margin: .4375rem 1.5rem 0 0;
        width: 200px;
    }

    #mitte_microsite .archive article header,
    #mitte_microsite .archive article .entry-content {
        margin-left: calc(200px + 1.5rem);
    }
}


/* Links zum Editieren eines Beitrags - stk 08.06.2021 */
#mitte_microsite a.post-edit-link {
    color: red;
    font-weight: 600;
    text-transform: uppercase;
}

#mitte_microsite .single article .edit-link,
#mitte_microsite .page article .edit-link {
    display: block;
    text-align: center;
}

#mitte_microsite .archive article .edit-link {
    display: block;
    text-align: right;
}

/* More-Links - stk 08.06.2021 */
#mitte_microsite a.more-link {
    text-decoration: none;
    font-weight: 600;
}

#mitte_microsite a.more-link:hover {
    text-decoration: underline;
}


/* Local Videos and heise Embetty Youtube videos */
div.wp-video,
figure.wp-block-embed.j4b-embetty-youtube {
    margin: 0 0 1.25rem;
}

figure.wp-block-embed.j4b-embetty-youtube figcaption {
    text-align: center;
}

/* Heise-Blocks */

.wp-block-group.hb-style-mehr-kasten {
    border: none;
    background: #e1e8f0;
    padding: 1.2rem;
    margin: 2.0rem 3.5rem 1.0rem 1.0rem;
}


/* Heise-Frame-Settings zurücknehmen */
input, textarea {
    border: 1px solid;
    padding: 3px;
    margin-top: 3px;
}

select {
    padding: 3px;
    margin-top: 3px;
}

input[type=submit] {
    padding: 5px 15px;
    background: #ccc;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.entry-title.a-article-header__title {
    color: inherit !important;
    #text-wrap: balance;
    hyphens: manual;
}

#mitte_microsite .site-content {
    padding: 0 12px;
}

#mitte_microsite .site-content {
    padding: 0 12px;
}

[data-component="PageHeaderModule"] a.border-white.text-white {
    border-width: 1px ;
    border-style: solid ;
}

[data-component="PageHeaderModule"] ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

[data-component="PageHeaderModule"] a {
    color: inherit;
    text-decoration: inherit;
}
/* hellgrauen Balken nach Headerkasten erzeugen */
[data-component="PageHeaderModule"]::after {
  content: "";
  display: block;
  height: 16px;
  background-color: rgb(232, 237, 240);
}

/* Grauer Blaken über Header vertikal zentriert */
.a-layout.a-layout--transparent.a-u-no-margin-bottom {
    display: none;
}

.a-u-pt-3 {
    padding-block-start: 0;
}
@media (min-width: 62em) {
    .a-layout {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Korrektur für überlaufendes Mobil-Menü */

nav.w-full {
    max-width: calc(100% - 3rem);
}
