#Vorlage_Main{
  width: 550px;
  background-color: var(--designthirdback);
  margin: 15px auto;
  border-bottom: 20px solid var(--designlinkthird);
}

#Vorlage_Main .Vorlage_Title{
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 25px 25px 25px;
  line-height: 90%;
  margin-bottom: -28px;
}

#Vorlage_Main .Vorlage_Title span {
  display: block;
  font-size: 25px;
  font-weight: 200;
  color: var(--designlinkfourth);
  letter-spacing: 3px;
  line-height: 1;
}

#Vorlage_Main .Vorlage_Anne{
  float: left;
  width: 160px;
  shape-outside: polygon(67.78% 17.04%, 77.01% 19.91%, 85.54% 29.75%, 93.01% 40.67%, 99.45% 57.26%, 89.17% 73.63%, 76.42% 97.62%);
  margin: 27px 9px 0px 17px;
}

#Vorlage_Main .Vorlage_Jeph{
  float: left;
  width: 180px;
  shape-outside: polygon(67.78% 17.04%, 77.01% 19.91%, 80.8% 31.82%, 89.33% 43.78%, 81.03% 67.62%, 90.22% 80.88%, 79.05% 93.47%);
  margin: 13px 9px 0px 1px;
}

#Vorlage_Main .Vorlage_Text blockquote cite{display: none;}
#Vorlage_Main .Vorlage_Text blockquote{
  background-color: var(--designfifthback);
  border: 1px solid var(--designsixback);
  padding: 20px;
  margin: 15px 10px 0px;
}

#Vorlage_Main .Vorlage_Text headline {
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 1.5px;
  font-style: italic;
  display: block;
  margin-bottom: -4px;
}

#Vorlage_Main .Vorlage_Text b, #Vorlage_Main .Vorlage_Text .mycode_b,#Vorlage_Main .Vorlage_Text i, #Vorlage_Main .Vorlage_Text .mycode_i{color: var(--designlink);filter: brightness(70%);}

#Vorlage_Main .Vorlage_Text a{color: var(--designlink);text-transform: uppercase;letter-spacing: 1px;font-weight: 800;}
#Vorlage_Main .Vorlage_Text b, #Vorlage_Main .Vorlage_Text .mycode_b{text-transform: uppercase;letter-spacing: 1px;}
#Vorlage_Main .Vorlage_Text i, #Vorlage_Main .Vorlage_Text .mycode_i{text-transform: lowercase;letter-spacing: 1px;}
#Vorlage_Main .Vorlage_Text u, #Vorlage_Main .Vorlage_Text .mycode_u{
  text-decoration: none !important;
  border: 1px solid var(--designsixback);
  padding: 7px 10px 6px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  background-color: var(--designfifthback);
  line-height: 1;
}

#Vorlage_Main .Vorlage_Text{
  padding: 25px;
  text-align: justify;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  line-height: 190%;
}

#Vorlage_Main .Vorlage_Top{
  display: flex;
  align-items: center;
  background-color: var(--designlinkthird);
  color: var(--designsecback);
  padding: 15px;
}

#Vorlage_Main .Vorlage_Top_First{
  letter-spacing: 2.5px;
  font-family: Inter;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 7px;
  line-height: 150%;
  flex-grow: 1;
}

#Vorlage_Main .Vorlage_Top_Deco {display: flex;column-gap: 5px;}
#Vorlage_Main .Vorlage_Top_Deco de{
  display: block;
  background: var(--designlink);
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#Vorlage_Main .Vorlage_Top_Deco de:nth-child(1) {opacity: 0.3;}
#Vorlage_Main .Vorlage_Top_Deco de:nth-child(2) {opacity: 0.6;}

#Vorlage_Main .Vorlage_Bottom{
  background-color: var(--designlinkthird);
  color: var(--designsecback);
  padding: 15px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  text-align: left;
  line-height: 130%;
}

#Vorlage_Main .Vorlage_Bottom span {
  display: block;
  position: absolute;
  top: 21px;
  right: 15px;
  font-size: 25px;
  font-weight: 800;
}