/* * * * * * * * * * * * * * * * * * */
/*                                   */
/*          THEMENSEITE.CSS          */
/*                                   */
/* * * * * * * * * * * * * * * * * * */

/* layout-navi.css 
Ist abgeleitet von einspalter.css - aber radikal entschlackt von allem, was hier nicht gebraucht wird.
/* Farbwerte:
Body: #f2f2e3
Linien:#ccc
Schriften: #505040
Navigationsrahmen: #aaa
Hover-Background: #ccc
(Hover alternativ auch Akzentfarbe)
Akzente: #e9c484
*/
@import url(basis-newsreader/css?family=Newsreader&display=swap");



body {
    background-color: #f2f2e3;
    line-height: 1.6;
    max-width: 900px;
    min-height: 800px;
    padding: 1em 2em 1em;
    font-family: Newsreader;
    font-size: 16px;
    /* Maßangaben vorzugsweise in em! */
    line-height: 1.5;
    margin: 0 auto;
    padding: 1em 2em 1em;
}

h1,
h2,
h3,
h4 {
    color: #505040;
}

p{
    color: #303025;
}

h1 {
    font-family: "Newsreader";
    font-style: italic;
    font-size: 2.6em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-top: 2px solid #ccc;
    width: 100%;
    padding-top: 1em;
    padding: 0.5em 0 1em 0;
}

h2 {
    margin-top: 0.1em;
    margin-bottom: 0.41em;
    font-style: italic;
    font-size: 1.6em;
    font-weight: 500;
}

h3 {
    margin-top: 1.2em;
    font-style: italic;
    font-size: 1.4em;
    font-weight: 500 !important;
}

p {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.2em;
    line-height: 110%
}

/* Für den Fall, daß noch einmal eine Navigation eingebaut wird
#navi ul{
    list-style-type: none;
    border-bottom: 2px solid #505040;
    border-bottom: 2px solid #ccc;
    margin: 0;
    padding: 0px 3px 6px 3px;;       
}
#navi ul li{
    display:inline;
    margin:10px; 
    margin-left:-10px;
    padding-left:0px;
    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.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: 0px 4px 0px;
    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#themlist #themen .cont {

    line-height: 1;
    color: #505040;
    color: #303025;
    margin: 8px 0 0 0;

}


body#themlist #themen .cont p {}

div#themen img {
    width: 250px;
    float: left;
    margin-right: 10px;
}

div#themen a {
    color: #505040;
    text-decoration: underline;
    border: 1px solid #f2f2e3;
    padding: 0 5px 0 5px;
}

div#themen a:hover {
    background-color: #505040;
    border-bottom: 2px;
    color: #f2f2e3;
    border-radius: 20px;
    padding: 0 15px 0 15px;
}

div#themen p a {
    color: #505040;
    text-decoration: underline;
    border-bottom: 2px;
    font-weight: 600;
    xborder-color: #f2f2e3;
    /*    border:1px solid black;
    border-radius: 10px;*/
}

div#themen p a:hover {
    background-color: #505040;
    border-bottom: 2px;
    color: #f2f2e3;
    border-radius: 10px;
    padding: 0 4px 0 4px;
}

div.item {
    min-height: 12em;
}


/*
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
*/
/* ******** Styles @media ********* */
@media print {
    body#artlist header h1 {
        font-size: 2em !important;
    }

    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%;
    }
}

/* // end */
