@import url('/inc/fonts/gwf.php?family=Tangerine:wght@400;700&display=swap');

.headerimage
{
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.le
{
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  margin-bottom: 16px;
}

.le > div:first-child
{
  padding: 16px;
  flex: 1;
}

div > div:last-child
{
}

.le > div
{

}



#sabine
{
  width: 350px;
  max-width: 30vw;
  background-image: url(/images/pages/landerleben/marakakoschke.png);
  background-size: cover;
  background-position: center right;
  border-radius: 0 8px 8px 0;
}

/*
div.daten label
{
  font-size: 16px;
  width: 160px;
  float: left;
  display: block;
  text-align: right;
  margin-right: 10px;
}
*/

/*
div.daten input
{
    width: 200px;
    border: #006633 1px solid;
    padding: 2px 3px;
    margin-bottom: 5px;
}
*/

.cbox h4
{
  display: block;
  padding: 5px;
  margin: 8px 0;
  color: #000;
}

ul#nachbestellen li
{
  line-height: 1.2em !important;
  float: left;
  width: 420px;
  display: block;
  margin: 0 10px 10px 0;
  height: 90px;
  overflow: hidden;
}

ul#nachbestellen img
{
  float: left;
  margin-right: 10px;
}

div#content label
{
}

.ofellipsis
{
  font-size: 16px;
  width: 290px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cbox submit.menu_abo_button
{
	color: #fff ;
}

div.daten label
{
	color: var(--neutral-700-text);
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 4px;
}

div.daten input
{
	background-color: var(--neutral-000);
	border: 1px solid #99afc2;
	border-radius: 4px;
	color: var(--neutral-700-text);
	height: 40px;
	padding: 11px 12px;
}

@media (prefers-color-scheme: dark) {
	.cbox h4
	{
	  color: #fff;
	}
}