/*NEU 2021*/

/*SHOP*/

.shopn {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex;
  font-family: var(--fallg);
  font-size: var(--sallg);
  margin: 30px;
}

.shopn_box {
  flex: 1;
  margin: 15px;
  flex-basis: 45%;
}

#sinfo {
  flex-basis: 95%;
  background: var(--box);
  padding: 15px;
  text-align: justify;
  display: flex;
  flex-flow: column nowrap;
	  margin: 0px;
	margin-bottom: 30px;
}

.shopn_title {
  font-family: var(--fhead);
  font-size: var(--sshoptit);
  text-transform: var(--theading);
  letter-spacing: var(--lhead);
  margin-bottom: 10px;
}

.shopn_title i {
  font-size: var(--shead);
  flex: 1;
}

/*Ausklappbar*/

.shopn_schriro_tit {
  background-color: var(--box);
  color: var(--base);
  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(--bunt);
  opacity: 1;
  transition: 0.5s;
}

.shopn_schriro_title {
  font-family: var(--fhead);
  font-size: var(--sshoptit);
  text-transform: var(--theading);
  letter-spacing: var(--lhead);
}

.shopn_schriro_cont {
  display: flex;
  flex-flow: column nowrap;
}

.shopn_item {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: stretch;
	margin-bottom: 30px;
}

.shopn_item_tit {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 95%;
  flex-grow: 1;
}

.shopn_item_titel {
  font-family: var(--fsub);
  font-style: var(--stylesub);
  font-size: var(--sallg);
  color: var(--bunt);
  letter-spacing: var(--lsub);
  flex-basis: 95%;
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.stamp_button {
  background: var(--hg);
  color: var(--bunt);
  padding: 5px;
  border: none;
  transition: 0.5s;
}

.stamp_button:hover {
  background: var(--bunt);
  color: var(--bunttext);
  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;
text-transform:var(--tsub);
}

.stamp_price b, .stamp_an b {color: #7f423b;}

.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;
}