@charset "utf-8";
/* CSS Document */


header {
  position: fixed;
  padding: 0em;
  height: 80px;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /*background:rgba(0,0,0,1);*/
	background: black;
    background: linear-gradient(180deg, black 87%, white);
}
body {
    margin-top: 82px;
    font-family: Times, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif", Verdana, Arial;
    /*background-color: green;*/
    /*background-image: url(./images/flock.jpg);*/
}
#logocontainer {
    position: fixed;
    padding: 0em;
    width: 137px;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 1000;

}


#capella_logo1 {
	/*background: black;*/
	/*float: left;*/
        z-index: 1002;
}

#uhr {
    color: red;
    float: right;
            z-index: 1003;
    padding-right: 30px;
}

#globalframe {
   padding: 0px;
}

#lglobal {
    /*position: fixed;*/
    /*left: 0;*/
    margin-left: -10px;
    padding-left: 7px;
    float: left;
    width: 180px;
    height: 1600px;
    /*background-color: black;*/
    background-image: url('./images/bodybg_black_150_1600.gif');
}
#mglobal {
float: left;
    /*background-color: black;*/
}
#rglobal {
    background-image: url(./images/flock.jpg);
    /*padding-left: 10px;*/
    margin-left: 20px;
    width: 182px;
    height: 1600px;
    /*background-color: red;*/
    float: left;
    overflow: auto;
    border: 1px solid black;
}

#rinfo1 {    
    /*background-image: url(./images/flock.jpg);*/
    width: 178px;
    /*height: 100px;*/
    /*background-color: white;*/
     /*  float: right;  */
    color: black;
    text-align: center;
    /*border: 1px solid black;*/
}

#rinfo2 {    
    /*background-image: url(./images/flock.jpg);*/
    width: 178px;
    height: 800px;
    /*background-color: red;*/
    color: black;
    text-align: left;
    font-size: 12px;
    padding-left: 4px;
    /*border: 1px solid black;*/
    
}

.trennlinie {
    width: 158px;
    margin-left: 10px;
    margin-right: 10px;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.updatestitle {
    color: darkgoldenrod;
}
#img_counter {
    padding-top: 5px;
}

#updateskopf {
    text-align: center;
}

#linfo1 {    
    width: 150px;
    /*height: 100px;*/
    /*background-color: white;*/
     /*  float: right;  */
    /*color: black;*/
    text-align: center;
    /*border: 1px solid red;*/
}
#welcomebox {
    padding-left: 20px;
    /*float: left;*/


}
#welcome {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
    background-color: white;
    max-width: 50em;
    text-align: justify;
        margin-left: auto;
        margin-right: auto; 
    padding: 10px 10px 10px 10px;
        border: 5px solid black;
    /*box-shadow: 6px 6px 5px 3px silver;  /* rgba(45, 45, 45, 0.5); */
    
    /*margin-left: 150px;*/
    /* height: 300 px; */
    /*float: none;*/
    /*display: flex;*/
    box-sizing: border-box;
}

.firstletter {
    font-size: 32px;
    /*background: linear-gradient(170deg, black 50%, white);*/
    background-color: black;
    color: white;
    margin: 0px;
    padding-left: 5px;
}

.catcontainer {
    /*margin-left: 150px;*/
    width: 100%;
    height: 300px;
    float: none;
    padding: 20px;
}
.teasercontainer {
    /*margin-left: 150px;*/
    max-width: 50em;
    min-width: 220px;
    /*width: 50%;*/
    /*height: 300px;*/
    /*float: none;*/
    padding: 20px;
}
.titlecontainer {
    /* width: 100%; */
    background: linear-gradient(170deg, black 50%, white);
    /*background-color: black;*/
    color: white;
}
.category {
    font-size: 24px;
    margin: 0px;
    
}

.yoriko {
  background-color: white;
  /* display:block; */
  width: 180px;
  height: 135px;
  float: left;
  border: thin silver solid;
  text-align: center;
    margin: 0px 20px 10px 0px; /*oben,rechts,unten,links*/
    box-shadow: 6px 6px 5px 3px silver;
}

.teaser {
  background-color: white;
  /* display:block; */
  width: 220px;
  height: 205px;
  float: left;
  border: thin silver solid;
  text-align: center;
    margin: 0px 10px 10px 20px; /*oben,rechts,unten,links*/
   /*padding: 20px; */
   /*     display: flex; */
  /*  justify-content: center; */
  /*  align-items: stretch; */
    box-shadow: 6px 6px 5px 3px silver;
}

.teaserpic {
    width: 200px;
    height: 130px;
    margin-top: 10px;

}
/* .teaserlink {*/
    /* display: block; */
/*   height:100%;*/
/* } */
.teaser:hover {
background:#ddd;
}

.alignpic3 {
    margin-bottom: -3px;
}

