/*
ERS - Start page CSS
NEW VERSION without iframe
A.Tshubrik, 22 July 2020
Based on version of 15 June 2020
*/

.divstart {
/*  margin-left:0.4em;*/
/*  margin-top:0.4em;*/
  width:calc(100% - 5em);
  text-align:center;
}

.imgbanner {
  max-width:98%;
  height:auto;
}

.divroerichs {
  position:absolute;
  width:5.5em;
  right:0.5em;
  top:var(--header-height);
  bottom:1em;
  min-height:400px;
  max-height:800px;
  text-align:right;
  font-size:0.8em;
/*  border:1px solid blue;*/
}

.thumb {
  position:relative;
  height:95px;
}

.divbanner {
  margin:auto;
  width:500px;
  max-width:90%;
  padding:0.5em;
  font-size:1.2em;
  background:#def;
  border:1px solid blue;
}

.imgpainting {
  max-width:90%;
  height:auto;
}
