/*NEU 2021*/

/*SHOP*/

.shopn {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  margin: 30px;
  gap: 30px;
}

.shopn trenn {
	background: var(--headings-header-hover);
}

.shopn_box {
  flex: 1;
  flex-basis: 45%;
}

#sinfo {
	background: var(--box-body);
	flex-basis: 95%;
	padding: 15px;
	text-align: justify;
	display: flex;
	flex-flow: column nowrap;
}

.shopn_title {
  font-size: var(--sshoptit);
  margin-bottom: 10px;
}

.shopn_title i {
  font-size: var(--shead);
  flex: 1;
}

/*Ausklappbar*/

.shopn_schriro_tit {
  background-color: var(--box-body);
  cursor: pointer;
  padding: 15px;
  flex:1;
  border: none;
  outline: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: var(--headings-body);
  opacity: 1;
  transition: 0.5s;
}

.shopn_schriro_title {
  font-family: var(--font-head);
  font-size: 20px;
}

.shopn_schriro_cont {
  display: flex;
  flex-flow: column nowrap;
	gap: 30px;
}

.shopn_item {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: stretch;
}

.shopn_item_tit {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 95%;
  flex-grow: 1;
}

.shopn_item_titel {
  color: var(--headings-body);
  flex-basis: 95%;
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
	font-size: 16px;
}

.stamp_button {
  background: var(--box-postcont);
  color: var(--headings-header-hover);
  padding: 5px;
  border: none;
  transition: 0.5s;
}

.stamp_button:hover {
  background: var(--box-postcont);
  color: var(--headings-header);
  transition: 0.5s;
  cursor: pointer;
}

.shopn_item_le {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-items: center;
  flex: 1;
  margin-right: 15px;
}

.shopn_item_le img {
	height: 65px;
}

.shopn_item_beschr {
  flex: 10;
  text-align: justify;
}

label {
  cursor:pointer;
}

label:hover {
  text-decoration:none;
}

@keyframes fadeEffectt {
  from {
opacity: 0;
}

to {
opacity: 1;
}


}

@keyframes fadeEffecttt {
  from {
opacity: 0;
}

to {
opacity: 1;
}


}

/*ALT*/
/*STAMPS*/

.stamp_price, .stamp_an {
font-size:10px;
}

.stamp_price b, .stamp_an b {
	color: var(--headings-side);
}

.stamp_descr {
text-align: justify;
font-size: 12px;
line-height: 170%;
height: 100px;
overflow: auto;
padding-right: 10px;
}

.stamp_ue {
	font-family: var(--fsub);
	padding-bottom:3px;
	border-bottom: solid 1px #7a7680;
	text-align: center;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: var(--lsub);
	color: #7a7680; */
}

.stamp {
    width: 300px;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}

/*BOX RIGHT*/

.frog_kat_item {
height:170px;
overflow:auto;
}

.frog_box_r {
float: left;margin-left: 10px;width: 77%;
}

.frog_kategorie {
float: left;width: 45%;margin: 10px;background: var(--hg);padding: 20px;height: 190px;
}

.frog_kat_ue {
    font-family: var(--fhead);
    color: #7f423b;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;
    /* letter-spacing: var(--lsub); */
}

/*BOX LEFT*/

.frog_box_l {
float: left;width: 17%;text-align: justify;margin-left: 30px;font-family: Tahoma;line-height: 170%;background: var(--hg);padding: 15px;
}

.frog_kat {
font-size: 30px;text-align: center;padding: 30px;font-family: var(--fhead);/* font-weight: bold; */line-height: 98%;text-transform: lowercase;
}

.frog_button {
text-align: center;
font-weight: bold;
margin-top: 20px;
}

