print,
.linkZielDruck {
    display: inline;
}


* {
    margin:0;
    padding:0;
    color: #000 !important;
    background-color: white !important;
    /* border-color: #000 !important; */
}


.clear {
        clear: both;
        visibility: hidden;
}

*+html .clear {
        display: none;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;  /* Basisschriftgröße */
    font-weight: normal;
    line-height: 24px;
    color: black;
    background-color: white;
    text-align: left;
    padding: 3em;
}


.inhaltStart,
.inhaltEnde,
.invisiblePosition,
.element-invisible,
.hidden,
.suppressOutput,
.screen  {
	display: none !important;
}


div.ym-wbox > header#header,
nav#breadcrumb,
div#pfadbox,
nav#bereichsnavigation,
main header#contentHeader span.bildausschnitt,
main header#contentHeader div#hauptbildUntertitelUndQuelle,
#artikelEmpfehlen,
footer div#footer-titlebar,
footer nav#footer-nav,
footer div#baseline-row div#social-bookmarks,
footer div#baseline-row div#special-links,
aside {
	display: none;
}

main {
    width: 100% !important;
}

.teaserContent {
    margin: 10px 0;
}

/* Startseite */

.swiper-wrapper {
    transform: none !important;
    display: block !important;
}

.swiper-slide {
    margin-bottom: 1em !important;
    height: 100% !important;
}

.topMessagesNavigation,
.swiper-pagination {
    display: none !important;
}

section#topMessages,
section.presse,
section.quartett,
section.juris,
section.quartett-halbhoch,
section.terzett,
section#mainSectionDoorpage  {
    margin-bottom: 2em;
}

.presse div,
.quartett div,
.juris div,
.quartett-halbhoch div,
.terzett div {
    margin-bottom: 1em;
}

.quartett div.dpaSwiper,
.quartett div.termineSwiper {
   max-height: none !important;
}

.presseItem, 
.jurisItem {
   margin: 0 !important;
   padding: 0 !important;
}

h4.scrollableItemsTitleBar a span {
    display: inline-block;
    font-size: 18px !important;
    padding-bottom: 0.2em;
}

/* Broschueren-Swiper (Focus-Quartett) */
div.coverSwiper {
    margin-bottom: 2em;
}

div.coverSwiper div.broschuerenuebersicht {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    position: relative;
    left: 0;
}

div.coverSwiper div.teaserContentContainer {
	display: block !important;
}

div.coverSwiper div.teaserContent h4 {
	line-height: 1.2em !important;
}

div.coverSwiper .scrollableItemsTitleBar {
	display: none ;
}

/* /Broschueren-Swiper (Focus-Quartett) */

/* /Startseite */


.inhalt {
  padding: 0;
}

div#hauptbildDatumUndUeberschrift > h3 {
   margin-bottom: 10px;
}

div#hauptbildDatumUndUeberschrift > div.subTitle {
   margin-bottom: 5px;
}

.inhalt .bodyAttrib {
    margin: 0;
}

h1, h2, h3, h4, h5 {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

h6 {
    display: block;
    font-weight: normal;
    text-decoration: underline;
}

h2, h3 {
    font-size: 21px;
}

h4, .topMessageContent h3 {
    font-size: 18px;
}

h5, h6 {
    font-size: 15px;
}

div#hauptbildDatumUndUeberschrift div.subTitle {
   font-weight: bold;
   margin-bottom: 1.5em;
}


.inhalt .bodyAttrib p {
        margin-bottom: 1em;
}


/* Tabellen */


.inhalt table, td {
        border: 0; 
        margin:0;
        padding:0;
}

.inhalt div.bodyAttrib table {
        color: #000;
        margin-bottom: 2em;
        border: thin solid #000;
        border-collapse:collapse;
        empty-cells:show;
}

.inhalt div.bodyAttrib table th,
.inhalt div.bodyAttrib table thead th,
.inhalt div.bodyAttrib table td,
.inhalt div.bodyAttrib table tbody td,
.inhalt div.bodyAttrib table tfoot td {
        padding: 5px;
	border: thin solid #000;
	border-collapse:collapse;
}

.inhalt div.bodyAttrib table th,
.inhalt div.bodyAttrib table thead th {
	speak-header:always;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

.inhalt div.bodyAttrib table td,
.inhalt div.bodyAttrib table tbody td,
.inhalt div.bodyAttrib table tfoot td {
		vertical-align: top;
		text-align: left;
}


/* Tabellen ohne Rahmen */

.inhalt div.bodyAttrib table.ohneRahmen,
.inhalt div.bodyAttrib table.ohneRahmen tbody,
.inhalt div.bodyAttrib table.ohneRahmen th,
.inhalt div.bodyAttrib table.ohneRahmen thead th,
.inhalt div.bodyAttrib table.ohneRahmen td,
.inhalt div.bodyAttrib table.ohneRahmen tbody td {
        border: 0;
        background-color: transparent;
}

/* /Tabellen */


/* Listen  */

ul {
        color: #000;
        list-style-type:square;
        margin-left:1em;
}

.inhalt div.bodyAttrib ul {  
	 list-style-type: square;
	 color: #000;
	 margin-bottom: 1em;
	 margin-left: 2em;
}

.inhalt div.bodyAttrib ul ul,   
.inhalt div.bodyAttrib ul li {
	list-style-type: square;
	color: #000;
	margin-bottom: 0.25em;
}


/* nur fuer Sitemap */

.inhalt div.bodyAttrib ul li.noBullet { 
        background:none;
        list-style-type:none;
}

/* /nur fuer Sitemap */


.inhalt div.bodyAttrib ol {  
	 list-style-type: decimal;
	 color: #000;
	 margin-bottom: 1em;
	 margin-left: 2em;
}

.inhalt div.bodyAttrib ol ol,  
.inhalt div.bodyAttrib ol li {
	list-style-type: decimal;
	color: #000;
	margin-bottom: 0.25em;
}


ul li {
   margin-bottom: 0.5em;
}

/* /Listen */



/* Formulare */

select {
        border: 1px solid #000;
}

fieldset {
        border: 1px solid #000;
}

legend {
        color: #000;
}

/* Button */
button {
        position: relative;
        background: none;
        border: 0;
        top: 9px;
}
/* /Button */

input {
        padding: 4px;
        margin: 0;
        display: inline;
}

input[type="text"] {
        border: 1px solid #000;
}

input[type="checkbox"],
input[type="radio"] {
        border: 0;
}

textarea {
        border: 1px solid #000;
}

/* /Formulare */



/* START: Definitionslisten */

dl {
        width: 90%;
        color: #000;
}

dt {
        font-weight: normal;
        margin: 10px 0;
        border-bottom: solid 1px #000;
}

dd {
        margin: 10px 0 20px 0;
        line-height: 1.4em;
}

/* ENDE: Definitionslisten */


.small {
        font-size: 0.8em;
}

.ohneBorder {
        border: 0;
}


.inhalt .inhaltFusszeile,
.inhalt .inhaltFusszeile p {
	 	color: #000;
		margin-bottom: 1em;
}


img,
a img, 
picture,
.logoBild,
.ersteBild,
.naechsteBild,
.teaserZuBild,
.inhalt #gallery,
.inhalt div.obenUntenBildbox,
.inhalt div.obenUnten,
.inhalt div.left,
.inhalt div.right,
.inhalt span.teaserZuBild,
#hauptbildUntertitelUndQuelle,
div.swiper-button-right2::before {
	display:none;
}


.filme,
.jwplayer-container,
.mediaFlag {
	display:none;
}

#copyright {
       margin-top: 3em;
       font-size: 80%;
}