/* * * * * * * * * * * * * * * * * * */
/*                                   */
/*          THEMENSEITE.CSS          */
/*                                   */
/* * * * * * * * * * * * * * * * * * */

/* layout-navi.css 
Ist abgeleitet von einspalter.css - aber radikal entschlackt von allem, was hier nicht gebraucht wird.
/* Farbwerte:
Body: #f2f2f2
Linien:#ccc
Schriften: #505050
Navigationsrahmen: #aaa
Hover-Background: #ccc
(Hover alternativ auch Akzentfarbe)
Akzente: #e9c484
*/
@import url("../wf_newsreader/css?family=Newsreader&display=swap");


body {
    background-color: #f2f2f2;
    max-width: 900px;
    min-height: 800px;
    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: #505050;
}

p{
    color: #303030;
}

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;
}
h1.missing {
    float:left;
}

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%
}

div.backlink {
    margin-bottom: 2.4em;
}

div.backlink p {
    font-family: "Arial";
    width: 6.4em;
    font-size: 1.2em !important;
    font-weight: 400 !important;
    border: 1px solid #505050;
    border-radius: 20px;
    padding: 0 4px 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #e9c484;
}

div.backlink a {
    color: #505050;
    text-decoration: none;
}

div.backlink a:hover {
    color: #fff;
    background-color: #e9c484;
    text-decoration: none;
}

body#themlist #themen .cont {

    line-height: 1;
    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: #505050;
    text-decoration: underline;
    border: 1px solid #f2f2f2;
    padding: 0 5px 0 5px;
}

div#themen a:hover {
    background-color: #505050;
    border-bottom: 2px;
    color: #f2f2f2;
    border-radius: 20px;
    padding: 0 15px 0 15px;
}

div#themen p a {
    color: #505050;
    text-decoration: underline;
    border-bottom: 2px;
    font-weight: 600;
    /*  xborder-color: #f2f2f2;
       border:1px solid black;
    border-radius: 10px;*/
}

div#themen p a:hover {
    background-color: #505050;
    border-bottom: 2px;
    color: #f2f2f2;
    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 */
