/*-------*/
/* image */
/*-------*/

.cl_image_container_bestellschein,
.cl_image_container_login
{
  display:          flex;
  flex-direction:   row;
  gap:              1em;
  width:            100%;
  justify-content:  space-evenly;
  align-items:      stretch;
  margin-left:      auto;
  margin-right:     auto;
  background-color: transparent;
}

.cl_image_wrapper_bestellschein,
.cl_image_wrapper_login
{
  margin-left:     auto;
  margin-right:    auto;
  margin-top:      1em;
  margin-bottom:   1em;
  background-size: cover;
  overflow:        hidden;
  border:          0px solid #d5d5d5;
  border-radius:   1em 1em 1em 1em;
  box-shadow:      0em 0em 0.6em rgba(0, 0, 0, 0.6);
}

.cl_image_wrapper_3
{
  /*
  margin-left:     auto;
  margin-right:    auto;
  */
  margin-top:      1em;
  margin-bottom:   1em;
  height: 4em;
  background-size: cover;
  overflow:        hidden;
  /*
  border:          0px solid #d5d5d5;
  border-radius:   1em 1em 1em 1em;
  box-shadow:      0em 0em 0.6em rgba(0, 0, 0, 0.6);
  */
}
