.smswrap{
	width: 100%;
}

.smsshowwrap{
	width: 100%;
    margin: 0 auto 5px auto;
    display: flex;
    flex-direction: column;
    /* Border-radius: 5px; */
    border: 5px solid var(--tb-bg);
    background: var(--tb-bg2);
    box-sizing: border-box;
    background-blend-mode: multiply;
    background-image: url(/images/03/Musterbg.jpg);
    background-position: top;
    background-size: cover;
}

.smsheadicon{
	width: 24px;
	aspect-ratio: 1;
	margin-right: 20px;
}

.smsshowhead{
	    background-color: var(--tb-bg);
    width: 100%;
    box-sizing: border-box;
    padding: 0px 1%;
    height: 65px;
    display: flex;
    flex-direction: row;
    color: var(--tb-txt);
    font-family: var(--tb-main);
    font-size: 20px;
    letter-spacing: .01em;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.smsheadleft{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.smsheadright{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
	font-size: 35px;
}

.smspic{
	height: 90px;
    aspect-ratio: 1;
    Border-radius: 50%;
    outline: 1px solid var(--tb-hl1);
}

.smsshowpost{
box-sizing: border-box;
	padding: 0px 20px;
}

.smsshowend{
background: var(--tb-bg);
    padding: 0px 1%;
    height: 25px;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: var(--tb-txt);
    font-family: var(--tb-sub);
    font-size: 25px;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 30px;
    box-sizing: border-box;
}

.smsshowanswer{
    width: 85%;
    border-radius: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    height: 36px;
	background: var(--tb-bg2);
}

.smspostleft1{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.smspostright2{width: 65%;
box-sizing: border-box;}

.smspostleft2{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.smspostright1{width: 65%;
box-sizing: border-box;}

.smsposttextarea{   width: 100%;
    background: var(--tb-hl1);
    display: flex;
    flex-direction: column;
    padding: 4%;
    border-radius: 20px 20px 20px 0px;
    text-align: left;
    font-family: var(--tb-main);
    font-size: 13px;
    line-height: 1.7em;
    color: var(--tb-txt);
    box-sizing: border-box;}

.normpostbitwrapper2{
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    /* border-radius: 5px; */
    margin: 40px 20px 20px 20px;
    justify-content: flex-end;
    box-sizing: border-box;
    align-content: flex-end;
    align-items: flex-end;
    gap: 15px;
}

.smsposttextarea2{ 
	width: 100%;
    background: var(--tb-hl1);
    display: flex;
    flex-direction: column;
    padding: 4%;
    border-radius: 20px 20px 0px 20px;
    text-align: right;
    font-family: var(--tb-main);
    font-size: 13px;
    line-height: 1.7em;
    color: var(--tb-txt);
    box-sizing: border-box;
}

.normpostbitwrapper1{
	display: flex;
    flex-direction: row;
    /* width: 100%; */
    /* border-radius: 5px; */
    margin: 40px 20px 20px 20px;
    justify-content: flex-start;
    box-sizing: border-box;
    align-content: flex-end;
    align-items: flex-end;
    gap: 15px;
}

.smspostcontrols{
	padding: 0px;
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-right: 35px;
    margin-bottom: 2px;
}

.smspostcontrols1{
    padding: 0px;
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-left: 35px;
    margin-bottom: 2px;
		