/* * * * * * * * * * * * * * * * * * */
/*                                   */
/*          artikelseite.css         */
/*   Basis für alle Artikelseiten    */
/*             (cont-text)           */
/*                                   */
/* * * * * * * * * * * * * * * * * * */

/* @import url(basis-newsreader/css?family=Newsreader&display=swap"); Nur erforderlich, 
wenn zusätzliche Schriften geladen werden */

html {
    background-color: #e3e3d4;
    /*background-color: red; */
}

body {
    font-family: Newsreader;
    font-size: 16px;
    /* Maßangaben vorzugsweise in em! */
    line-height: 1.5;
    margin: 0 auto;
    padding: 1em 2em 1em;
}
 
body.artikel {
    background-color: #f2f2e3;
    line-height: 1.6;
    max-width: 900px;
    min-height: 800px;
    padding: 1em 2em 1em;
      
}

body.artikel #anmerkungen {
    max-width: 900px;
    min-height: 800px;
    padding: 1em 0 1em;       
}

body #anmerkungen p {
    font-size:1.1em;
    line-height: 1.2;
    margin-top:0.5em;
    margin-bottom: 0; 
}


h1,
h2,
h3,
h4 {
    color: #505040;
}

p {
    color: #303025;
}

p.datum {
    font-style: italic;
}

p.vorspann {
    text-align: right;
    font-weight: 600 !important;
    font-size: 95% !important;
}


div.grid-main p {
    font-family: newsreader;
    font-size: 1.34em;
    font-weight: 400;
    line-height: 1.4em;
}

p.komment {
    margin-left: 40px;
    font-size: 1.2em !important;
    line-height: 1.2em !important;
}



div.verse{
    margin-left: 5em;
}
div.verse p{
    line-height:1.2;
}

h1 {
    font-size: 4em !important;
    font-weight: 400 !important;
    line-height: 1em;
    margin-top: .5em !important;
}

h2 {
    margin-top: 0.2em;
    font-style: italic;
    font-size: 2.6em !important;
    font-weight: 500 !important;
}

h3 {
    margin-top: 1.2em;
    font-style: italic;
    font-size: 2.0em !important;
    font-weight: 500 !important;
}
h4{
    margin-top: 0.9em;
    font-style: italic;
    line-height: 1.2em;
    font-size: 1.4em !important;
    font-weight: 500 !important;   
    margin-bottom:.2em;
}
hr{
    margin-top:1em;
    margin-bottom:2.5em;
    width:100%
}

#navi ul {
    list-style-type: none;
    border-bottom: 2px solid #ccc;
    margin: 0;
    padding: 0 3px 6px 3px;
}

#navi ul li {
    display: inline;
    margin: 10px;
    padding-left: 0;
    border-right: 2px solid #aaa;
}

#navi ul li.special {
    float: right;
    border: none !important;
    position: relative;
    top: -0.5em;
    right: -1em;
    border-left: 2px solid #aaa !important;
    border-right: 2px solid #aaa !important;
}

#navi ul li.noborder {
    border-right: none;
}

#navi ul li a {
    font-family: arial;
    color: #505040;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
}

#navi ul li a:hover {
    background-color: #ccc;
    color: black;
}

#navi ul li a.oval {
    border: 1px solid black;
    padding: 3px 6px;
    border-radius: 10px;
}

#navi ul li.leer a:hover {
    background-color: #f2f2e3;
    color: #f2f2e3;
}

navi ul li.special {
    display: flex;
    float: right;
    color: red !important;
}

p.datum {
    color: #505040;
    font-style: italic;
}

div.backlink {
    margin-bottom: 2.4em;
}

div.backlink p {
    font-family: "Arial";
    width: 12em;
    font-size: 1.2em !important;
    font-weight: 400 !important;
    border: 1px solid #505040;
    border-radius: 20px;
    padding: 0 4px 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #e9c484;
}

div.backlink a {
    color: #505040;
    text-decoration: none;
}

div.backlink a:hover {
    color: #fff;
    background-color: #e9c484;
    text-decoration: none;
}

/*body#artlist h1 {
    font-family: "Newsreader";
    font-style: italic;
    font-size: 3em !important;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}*/

/*     Hier beginnen die Listen      */

div#catliste {
    margin-top: 3em;
}

div#catliste ul li {
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 2px solid #ccc;
    list-style-image: url('../tec_img/reserve/rechtspfeil_spitz_posi.png');
}


div.grid-main {
    display: grid;
    grid-template-columns: 95% 5%;
}

div.main-left {
    /*  border-right: 1px solid #ccc;*/
    margin-right: 10px;
    margin-left: 40px;
}

div.main-left a {
    color: #505040;
    /*   padding: 8px 8px 8px 8px; */
    padding: 8px 3px 8px 3px;
}

div.main-left a:hover {
    background-color: #ccc;
    color: black;
}

/****  Styles für die Themen-Navigation  ****/

div#themen div {
    display: block;
    border: 1px solid black;
    margin-bottom: 10px;
}

div#themen img {
    width: 250px;
}

h3 {
    margin: 3px 3px 1px 0;
    font-weight: 300;
    line-height: 1;
}

/***** Styles für Linklisten im/unter dem Text  *****/

ul.links{
    margin-left:-20px;
}
ul.links li{
    font-size: 1.2em;
}

/***** Styles für Initialen, Zitate und Dekoration  *****/

.zweizeil::first-letter {
    initial-letter: 2;
    color: #E4BF7f;
    padding-right: 5px;
}

.zweizeil-dunkel::first-letter {
    initial-letter: 2;
    padding-right: 5px;
}

/*img.zitat {
    position: relative;
    top: 10px;
    padding-right: 10px;
    text-align: left;
} so funktionierts mit align im html*/

img.zitat {
    float:left;
    margin-top: 4px;
    padding-right: 10px;
}

img.zitat-ende{
    display: inline;
    height:20px;
    top: -2px;
    padding-left: 2px;
}

div.zitat-absatz {
    margin-left: 80px;
    border-left: 5px solid #E4BF7f;
    padding-left: 15px;
}

.square {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #E4BF7f;
    margin-left: 9px;
    position: relative;
    top: 2px;
}

/*div.abs {
    object-position:

}*/

p.schmalstern{
    text-align:center; 
    font-size: 2em!important;
    margin-top: 0 !important;
    margin-bottom: -0.4em!important;
    line-height:0!important;
}

div.video{
    display:block;
    text-align: center;
    width:auto;
}

div.video iframe{
    padding:5px;
/*    border:2px solid #E4BF7f; */
    border: 1px solid #ccc;
} 


/* ******* Beginn der Popic-Styles ****** */

#popic_quer {
    float: right;
    margin-left: 10px;
    max-width: 350px;
}

#myImg_1 {
    width: 300;
    max-height: 100%
}
/*
#popic_quer p.bildunt {
   font-family: arial;
    color: black;
    font-size: .9em;
    line-height: 1.1em;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px 5px;
    margin: -8px 0 0 0;
}*/

#caption p {
    font-family: arial;
    font-size: 1em;
    font-style: italic;
    color: #eee;
}
 
#myImg_1:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-height: 1000px;
    padding-bottom: 120px;
    background-color: #fff;
    border: 15px solid #fff;
}

#popic_hoch #caption {
    font-family: sans-serif;
    margin: auto;
    display: block;
    width: 650px;
    text-align: left;
    color: black;
    padding: 10px 0;
    /*    min-height: 100px;*/
    position: relative;
/*    left: 50px;*/
    top: -110px;
}

#popic_quer #caption {
    font-family: sans-serif;
    margin: auto;
    display: block;
    width: 800px;
    text-align: left;
    color: yellow!important;
    padding: 1px 0;
    min-height: 90px;
    position: relative;
    xtop: -110px;
}

/* ************ Popic hoch *************/

#popic_hoch {
    float: right;
    margin-left: 10px;
    max-width: 250px !important;
}

/*#myImg_1 {
    width: 100%;
    max-height: 100%;
}

#myImg_1:hover {
    opacity: 0.7;
}*/

#popic_hoch p.bildunt {
    font-family: arial;
    color: black;
    font-size: .9em;
    line-height: 1.1em;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px 5px;
    margin: -8px 0 0 0;
}

caption p {
    font-family: arial;
    font-size: 1em;
    font-style: italic;
    color: #eee;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

/* ****** Modal Content (Image) ***** */
#popic_hoch .modal-content {
    margin: auto;
    display: block;
    width: 60%;
    /*max-height: 800px;*/
    padding-bottom: 100px;
    background-color: #fff;
    /*    border:15px solid #fff;*/
}

/* ******  Ende Modal Doppelpack  ****** */

/* *****  Modal Close Button  *****  */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* **** Ende der Popic-Styles gesamt  ****/

/* ******* Für den Footer  ******* */
#footer * {
    font-family: arial !important;
}

#footer {
    border-top: 2px solid #ccc;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
}

#footer p {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0 0 0.5em 0;
    padding: 0;
}

#footer p.headline {
    font-size: 1.6em;
    line-height: 50% !important;
    margin: 0;
}

p.footerstar {
    text-align: center;
    font-size: 2em !important;
    line-height: 0.8em !important;
    padding: 0;
    margin: 0;
}



/* ******** Styles @media ********* */
@media print {
    body.artikel header h1 {
        font-size: 2em !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body.artikel header h2 {
        margin-top: 0;
    }

    div#navi {
        display: none;
    }

    div.grid-main p {
        font-size: 1.1em;
        color: black;
        line-height: 1.2em;
    }
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }

    #popic_quer {
        float: right;
        margin-left: 10px;
        max-width: 250px;
    }

    #popic_hoch {
        float: right;
        margin-left: 10px;
        max-width: 200px !important;
    }



}

/* end */
