/* KernAstro.de style.css für Mobile Geräte mit einer Pixelbreite kleiner 700 */
 /* {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
  } */


      /* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/mulish-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Mulish-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/mulish.woff') format('woff'), /* Modern Browsers */
       url('./fonts/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/mulish-v12-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}

body {
     /*width: 1000 px;  = 63em;  1em = 16px      float: left; */
     left: 0px;
     font-family:  'Mulish', Helvetica, Verdana, Arial, sans-serif;;
     font-size: 100%;
     font-display: swap;
     color: #2F2F2F;
     line-height: 160%;
     margin: 0px;
     background: #faf9f5;
}


.menubutton {
      visibility: visible;
      position: fixed;
      height: 50px;
      width: 42px;
      left: 10px;
      top: 2px;
      z-index:1000;
}


/* Ansicht am PC
.grid-box {
    max-width: 1000px;
    height: 100vh;
    display: grid;
    align-items: stretch;
    grid-template-columns: 230px 1fr 24%;
    grid-template-rows: max-height 200px 1fr 10%;
    grid-template-areas:
        "box-head box-head box-head"
        "box-navi box-inhalt box-seite"
        "box-footer box-footer box-footer";
}*/

.grid-box {
    max-width: 799px; /*vw;*/
    height: 100vh;
    /*display: grid;*/
    align-items: stretch;
    grid-template-columns: 1fr;
    grid-template-rows: max-height 200px 1fr 1fr 10%;
    grid-template-areas:
        "box-head"
        "box-inhalt"
        "box-seite"
        "box-footer";
}

.box-head {
    background: #2782AD;
    grid-area: box-head;
}


.box-navi {
    height: 10px;
    visibility: hidden;
    background: #d6d6d6;
    color: white;
    grid-area: box-navi;
}


.box-inhalt {
    background: #faf9f5;
    grid-area: box-inhalt;
}


.box-seite {
    visibility: visible;
    background: #fff;
    grid-area: box-seite;
    padding: 12px;
    /*max-height: 40px;*/
}


.box-footer {
    background: #d6d6d6;
    grid-area: box-footer;
}


img {
 max-width: 100%;
 height: auto;
}
.img_buch {
 max-width: 100%;
 height: auto;
 margin-right:1.0em;
-webkit-box-shadow: 5px 4px 5px grey;
-moz-box-shadow: 5px 4px 5px grey;
box-shadow: 5px 4px 5px grey;
}
.img_tkz {
 display: block;
 max-width: 250px; /*100%;*/
 height: auto;
 float: left;
 padding-bottom:1em;
}
.img_tkz0 {
 max-width: 30%;
 height: auto;
 float: left;
}


/* article/Inhalt      margin: auto; = mittig positioniert */
article {
  /*display: flex;*/
  max-width: 760px;
  background: #faf9f5;
  padding: 20px 10px; /* o,u - l,r  */
  border-bottom: 0px solid lightgrey; /**/
}


.content {
background: #fff;
border: 1px solid #a7a7a7;

border-radius: 4px;
-webkit-border-radius: 4px;

-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
box-shadow: rgba(0,0,0,0.3) 0 4px 6px;

padding: 10px;
}

.content2 {
max-width: 760px;
background: #fff;
border: 1px solid #a7a7a7;

border-radius: 4px;
-webkit-border-radius: 4px;

-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
box-shadow: rgba(0,0,0,0.3) 0 4px 6px;

padding: 10px;
}
.content2buch {
max-width: 760px;
background: #fff;
border: 1px solid #a7a7a7;

border-radius: 4px;
-webkit-border-radius: 4px;

-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
box-shadow: rgba(0,0,0,0.3) 0 4px 6px;

padding: 4px;
}

.contentbuch {
max-width: 760px;
background: #fff;
border: 1px solid #a7a7a7;

background: -webkit-linear-gradient(top, rgba(218,218,218,0.9) 0, rgba(255,255,255,0.9) 100%);
background: -o-linear-gradient(top, rgba(218,218,218,0.9) 0, rgba(255,255,255,0.9) 100%);
background: -ms-linear-gradient(top, rgba(218,218,218,0.9) 0, rgba(255,255,255,0.9) 100%);
background: linear-gradient(top, rgba(218,218,218,0.9) 0, rgba(255,255,255,0.9) 100%);

border-radius: 4px;
-webkit-border-radius: 4px;

-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 6px;
box-shadow: rgba(0,0,0,0.3) 0 4px 6px;

padding: 10px;
}


/* Text-Formate */
.txt_klein {
     font-size: 85%;
     line-height: 140%;
     margin: 0px;
     padding: 0px;
}



/* Buchcover-Liste  */
ul.cover_container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-end;
    max-width: 500px;
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}



@media screen and (max-width: 899px) {
li.cover_reihe {
    display: row; /* im li werden die Elemente untereinander angeordnet */
    margin: 40px 0 0 0;
    padding: 0;
    width: 48.0%;
    border-bottom: 1px solid lightgrey;
    }
}

@media screen and (max-width: 550px) {
li.cover_reihe {
    display: row; /* im li werden die Elemente untereinander angeordnet */
    margin: 20px 0 0 0;
    padding: 0;
    width: 90.0%;
    border-bottom: 1px solid lightgrey;
    }
}
/* Buchcover-Liste - ENDE */




h1 {
   font-family: 'Mulish', sans-serif; Helvetica Neue; Arial;
   font-display: swap;
   margin: 0 0 4px;
   font-size: 2em;
   line-height: 140%;
   font-weight: bold;
   color: #1c687b;
   text-transform: uppercase;
   border-bottom: 1px solid #1c687b;
}

h2 {
   font-family: 'Mulish', sans-serif; Helvetica Neue; Arial;
   font-display: swap;
   margin: 0 0 10px;
   font-size: 160%;
   font-weight: 700;
   color: #1c687b;
   line-height: 140%;
   border-bottom: 0px solid #1c687b;

}

h3 {
   font-family: 'Mulish', sans-serif; Helvetica Neue; Arial;
   font-display: swap;
   margin: 0 0 10px;
   font-size: 140%;
   font-weight: 500;
   color: #1c687b;
   text-transform: uppercase;
   line-height: 140%;
}

h4 {
   font-family: 'Mulish', sans-serif; Helvetica Neue; Arial;
   font-display: swap;
   margin: 0 0 10px;
   font-size: 110%;
   color: #1c687b;
   text-transform: uppercase;
   line-height: 140%;
}

h5 {
   font-family: 'Mulish', sans-serif; Helvetica Neue; Arial;
   font-display: swap;
   margin: 0 0 10px;
   font-size: 110%;
   font-weight: 500;
   color: #1c687b;
   line-height: 140%;
}



/* Artistravel */
.atbox_normal {
    background-color: #7dc0f7;
    height: 50px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
    padding: 10px;
}
.atboxHeadline  {
    text-color: #FFFFFF;
    font-size: 26px;
}
/* Artistravel ENDE */



A:link {
       color: #1c687b;
       text-decoration: none;
}
A:visited {
       color: #1c687b;
       text-decoration: underline;
}
A:hover {
       color: #1c687b;
       text-decoration: underline;
       }


A.articel_head:link {
       font-size: 140%;
       line-height: 140%;
       font-weight: 700;
       color: #1c687b;
       border-bottom: 1px solid #1c687b;
}
A.articel_head:visited {
       color: #1c687b;
       border-bottom: 1px solid #1c687b;
}
A.articel_head:hover {
       color: #1c687b;
       border-bottom: 1px solid #1c687b;
       }






/* Navigation START */
.navBody {
         position:relative; width: 400px; left:auto;
         background-color: #faf9f5; border: 0px solid #4f769b;
}
/*.navHead {
         position:relative; height: 32px;
         background-color: #31587d; background:url(bildka/navHead.jpg); background-repeat:repeat-x; font-size:100%; font-weight:bold; color:#fafafa; letter-spacing:1; padding-top:6px;
} */


.navListA {
display:block;
line-height: 3em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.85em;
font-weight: 500;
font-display: swap;
padding-left:8px;
width:300px;
border-bottom:1px solid #5F5F5F;
}
a.navListA:link    { color:#1c687b; text-decoration:none;  }
a.navListA:visited { color:#1c687b; text-decoration:none; }
a.navListA:hover   { color:#fff; text-decoration:none; background-color:#4c8fcc; }
a.navListA:active  { color:#1c687b; text-decoration:none; }


.navListAkl {
display:block;
line-height: 3em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: 400;
font-display: swap;
padding-left:18px;
width:300px;
border-bottom:1px solid #5F5F5F;
}
a.navListAkl:link    { color:#1c687b; text-decoration:none;  }
a.navListAkl:visited { color:#1c687b; text-decoration:none; }
a.navListAkl:hover   { color:#fff; text-decoration:none; background-color:#c96593; }
a.navListAkl:active  { color:#1c687b; text-decoration:none; }
/* Navigation ENDE */