/* email
--------------------------------------------- */
.mailborder {
background: var(--akzent1);
  width: 100%;
  margin: auto auto;
	border: 1px solid var(--akzent3);
}

.mailinfobutton {
vertical-align: baseline;
display: inline;
margin-right: 10px;
font-size: 14px;
}

.mailinfo {
font-size: 14px;
background: var(--background);
width: 80%;
padding: 5px;
margin: 5px;
border: 1px solid var(--border);
}

span.mailinfo2 {
font-variant: small-caps;
font-weight: bold;
}

.mailthead {
  background: var(--akzent3);
  color: var(--text2);
  border-bottom: 1px solid var(--border);
border-top: 1px solid var(--back);	
  padding: 8px;
}

.mailbody {
	padding: 15px;	
	font-size: 14px;
}

/* Steckbrief
--------------------------------------------- */

#steckbrief {
margin: auto;
  width: 662px;
  border: 1px solid #dcdcdc;
  padding: 8px;
box-shadow: 2px 2px 5px #b6b6b6; 
background: #f6f6f6; 
	margin-bottom: 25px;
}

.steckie_cw {
font-size: 13px;
text-align: center;
padding: 8px;
font-variant: small-caps;
margin-bottom: 10px;
}

.steckie_cw_titel {
text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.steckbrief_name {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: 100%;
  border: 0px solid #333;
  overflow: hidden;
  height: auto;
  aspect-ratio: 14 / 1;
  margin-bottom: 10px;
}

.steckbrief_name_left {
  width: 89%;
  background: var(--akzent1);
  clip-path: polygon(-0.25% 0%, 10% 50%, -0.25% 102.00%, 100% 102%, 90% 50%, 100% 0%);
  height: -webkit-fill-available;
  align-content: center;
  grid-column: 2 / span 2;
  grid-row: 1 / span 1;
}

.steck_name {
  font-family: 'Bangers';
  font-size: 24px;
text-align: center;
letter-spacing: 1px;
}

#steckbrief-buttons {
  width: 100%;
  margin: auto;
}

.steckbrief-button {
  box-sizing: border-box;
  float: left;
  margin: 5px;
  width: 46%;
  height: 60px;
  background: var(--akzent5);
  text-align: center;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Calibri', sans-serif;
  font-size: 10px;
  padding: 10px;
    padding-top: 10px;
  padding-top: 14px;
  font-weight: bold;
  border-radius: 3px;
}

.steckbrief-button span {
  font-size: 14px !important;
  color: #1565a4 !important;
  margin-bottom: 5px !important;
}

.steckbrief_alias {
  color: #ededed;
  background: var(--akzent4);
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Calibri', sans-serif;
  text-align: center;
  margin: 0px 5px;
  border-radius: 3px;
}

.steckbrief_box_titel {
  color: #ededed;
  background: var(--akzent4);
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Calibri', sans-serif;
  text-align: center;
  border-radius: 3px;
  margin-top: 5px;
}

.steckbrief_box {
clear: both;
height: 250px;
margin-bottom: 15px;
}

.steckbrief_box2 {
clear: both;
height: 275px;
margin-bottom: 25px;
}

.steckbrief_rbox_small {
width: 250px;
float: left;
}

.steckbrief_lbox_big {
width: 412px;
float: left;
}

.steckbrief_lbox_small {
width: 250px;
float: left;
}

.steckbrief_rbox_big {
width: 412px;
float: left;
}

.steckbrief_mbox {
width: 31.8%;
float: left;
padding: 0px 5px;
}

.steckbrief_box_scroll {
padding: 5px 10px 5px 10px;
overflow: auto;
height: 230px;
text-align: justify;
font-size: 12px;
scrollbar-width: none !important;
}

.steckbrief_box_scroll2 {
padding: 5px 10px 5px 10px;
overflow: auto;
height: 230px;
font-size: 12px;
	text-align: left;
scrollbar-width: none !important;
}

/* Gesuche
--------------------------------------------- */
#wanted {
margin: auto;
	margin-bottom: 15px;
}

.wanted_circle {
  width: 100%;
  background: var(--akzent1);
  align-content: center;
}

.wanted_round {
  margin-left: -60px;
  height: 110px;
  width: 110px;
  border: 2px solid var(--akzent5);
  background: var(--background);
  border-radius: 50%;
}

.wanted_round img {
  height: 100px;
  width: 100px;
  text-align: center;
  position: relative;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}

.wanted_inner {
border: 2px solid var(--akzent5);
margin-left: 60px;
	background: var(--akzent1);
}

.wanted_titel {
align-content: center;
	padding-left: 5px;
}

.wanted_top {
display: grid;
grid-template-columns: 5% 88% 5%;
  gap: 10px;
}

.wanted_middle {
display: grid;
grid-template-columns: 5% 50% 43%;
  gap: 10px;
}

.wanted_info {
height: 110px;
  overflow: auto;
  padding: 5px 12px 10px 12px;
}

.wanted_info_inner {
text-align: justify;
font-size: 12px;
}

.wanted_fact {
  margin: 5px 8px 9px 0px;
  padding: 7px;
  text-transform: uppercase;
  background: var(--akzent5);
  color: var(--text);
  font-size: 12px;
}

.wanted_bottom {
display: grid;
grid-template-columns: 15% 35% 15% 32%;
  gap: 10px;
}

.wanted_fact2 {
  margin: 5px;
  padding: 7px;
  text-transform: uppercase;
  font-size: 12px;
}

.wanted_bottom_unisex {
display: grid;
grid-template-columns: 30% 30% 38%;
  gap: 10px;
}

/* Gesuchetitel
--------------------------------------------- */
.wantedtitel {
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'Bangers';
}

a.wantedtitel:link {
	color: var(--link);
	text-decoration: none;
}

a.wantedtitel:visited {
	color: var(--link);
	text-decoration: none;
}

a.wantedtitel:hover,
a.wantedtitel:active {
	color: var(--hover);
	text-decoration: none;
}

/* Kurzgesuche
--------------------------------------------- */
.offering_circle {
  width: 100%;
  background: var(--akzent1);
}

.offering_round {
  height: 110px;
  width: 110px;
  border: 2px solid var(--akzent5);
  background: var(--background);
  border-radius: 50%;
  margin: auto;
}

.offering_round img {
  height: 100px;
  width: 100px;
  text-align: center;
  position: relative;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}

#offering {
width: 525px;
margin: auto;
border: 2px solid var(--akzent5);
background: var(--akzent1);
padding-bottom: 5px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.offering_top {
display: grid;
grid-template-columns: 38% 24% 38%;
}

.offering_left {
align-content: center;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}

.offering_right {
align-content: center;
  grid-column: 3 / span 3;
  grid-row: 1 / span 1;
}

.offering_fact {
  margin: 10px;
  padding: 7px;
  text-transform: uppercase;
  background: var(--akzent4);
  color: var(--text2);
  font-size: 13px;
  text-align: center;
}

.offering_middle {
height: 100px;
  overflow: auto;
  padding: 5px 12px 10px 12px;
  margin-top: 5px;
}

.offering_middle_inner {
text-align: justify;
font-size: 12px;
}

.offering_bottom {
display: grid;
grid-template-columns: 49% 49%;
gap: 10px;
}

.offering_fact2 {
  margin: 8px 5px 0px 5px;
  padding: 7px;
  text-transform: uppercase;
  background: var(--akzent5);
  color: var(--text);
  font-size: 13px;
}

.offering_fact3 {
  margin: 8px 5px 0px 5px;
  padding: 7px;
  text-transform: uppercase;
  color: var(--text);
  font-size: 13px;
}

.offering_titel {
text-align: center;
padding: 5px;
}

.offering_bottom2 {
display: grid;
grid-template-columns: 8% 22% 66%;
gap: 10px;
}

/* Gesuche
--------------------------------------------- */
.gesuch_circle {
  width: 100%;
  background: var(--akzent1);
}

.gesuch_round {
  height: 110px;
  width: 110px;
  border: 2px solid var(--akzent5);
  background: var(--background);
  border-radius: 50%;
  margin: auto;
}

.gesuch_round img {
  height: 100px;
  width: 100px;
  text-align: center;
  position: relative;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}

#gesuch {
width: 480px;
margin: auto;
border: 1px solid var(--border);
background: var(--akzent1);
padding: 10px 10px 0 10px;
box-shadow: 0px 2px 5px var(--text);
}

.gesuch_top {
display: grid;
grid-template-columns: 38% 24% 38%;
}

.gesuch_left {
align-content: center;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}

.gesuch_right {
align-content: center;
  grid-column: 3 / span 3;
  grid-row: 1 / span 1;
}

.gesuch_fact {
  margin: 10px;
  padding: 7px;
  text-transform: uppercase;
  background: var(--akzent4);
  color: var(--text2);
  font-size: 13px;
  text-align: center;
}

.gesuch_middle {
height: 100px;
  overflow: auto;
  padding: 5px 12px 10px 12px;
  margin-top: 5px;
  border: 2px solid var(--akzent5);
}

.gesuch_middle_b {
height: 150px;
  overflow: auto;
  padding: 5px 12px 10px 12px;
  margin: 5px 0 15px 0;
  border: 2px solid var(--akzent5);
}

.gesuch_middle_inner {
text-align: justify;
font-size: 12px;
}

.gesuch_bottom {
display: grid;
grid-template-columns: 49% 49%;
gap: 10px;
}

.gesuch_fact2 {
  margin: 8px 5px 0px 5px;
  padding: 7px;
  text-transform: uppercase;
  background: var(--akzent5);
  color: var(--text);
  font-size: 13px;
}

.gesuch_fact3 {
  padding: 7px;
  text-transform: uppercase;
  background: var(--akzent4);
  color: var(--text2);
  font-size: 13px;
  text-align: center;
}

.gesuch_titel {
text-align: center;
padding: 5px;
font-variant: small-caps;
}

.gesuch_divider {
font-size: 30px;
  text-align: center;
  color: var(--akzent3);
  margin: 15px 0;
}