@charset "UTF-8";
@import url(sf-theme.css);

html {
	scroll-padding-top: 50px;
}
.modulSimpleForum {
	font-size: 1.05rem;
}
/* grid */

.sfgrid {
	display: flex;
	flex-wrap : wrap;
	margin: 0;
	padding: 0;
}
.sfitem {
	flex: 0 1 auto;
	width : 100%;
}
.flexcolumn {
	display: flex;
	flex-direction:column;
}
.sfitem img {
	margin-bottom: .3rem;
}
.col-sfauto > .sfitem {
	flex : 0 1 auto;
	width: 100%;
}
.col-sf1 > .sfitem {
	width : 100%;
	max-width: 100%;
}
 @media screen and (min-width: 576px) {
.col-sfauto > .sfitem {
	flex : 1 1 auto;
	width: auto;
}
}

/* login out profile */

.sf-modal-box {
	position: relative;
	margin-bottom: 3rem;
}
.sf-modal-box a {
	color: var(--c-dker, #727272); 
}
.sf-modal-box a:hover {
	color: #808080;
}
.sf-modal-box > .sfitem {
	width : 100%;
	max-width: 100%;		
}
input.sf-login-modal {
	display: none;
}
.sf-label-modal {
	position: relative;
	padding-left: 1.5rem;
	cursor: pointer;
}
.sf-label-modal:hover {
	color: #707070;
}
.sf-label-modal:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0rem;
	width: 16px;
	height: 16px;
	background: url(../img/settings.png) left no-repeat;
}
.sfprofilelog {
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 250px;
	background: #fff;
	max-height: 0vh;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease;
}
.sf-login-modal:checked ~ .sfprofilelog {
	background: #fff;
	max-height: 100vh;
	overflow: visible;
	opacity: 1;
	transition: all 1s ease;
	z-index: 2;
}
.sf-modal-x:before {
	content: none;
}
.sf-modal-x {
	position:absolute;
	top:-1px;
	right:-1px;
	width: 1.2rem;
	height:1.2rem;
	border: 1px solid #ccc;
	border-radius: 3px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 70%;
	padding:0;
	background: #fff;
}
.sf-loginbox {
	padding: 1rem;
	outline: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}
.sfprofilelog input[type=text], input[type=password] {
	width: 100%;
	padding: 10px 10px;
	margin: 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
}
.sfprofilelog button {
	padding: 12px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}
.sfprofilelog button a:hover {
	color: #efefef!important;
}
.sfprofileset {
	position: relative;
	left: 1.4rem;
}
.sf-modal-box > .sfitem:nth-child(2) {
	padding-top: 1.7rem;
}
.sfbuttonprofileset {
	display: inline;
	padding: 6px 10px;
	border: none;
	cursor: pointer;
	width: 100%;
}
.sfprofilelog button:hover, .sfbuttonprofileset:hover {
	opacity: 0.85;
}
@media screen and (min-width: 576px) {
.sf-modal-box > .sfitem {
	width : 50%;
	max-width: 50%;		
}
.sf-modal-box > .sfitem:nth-child(2) {
	padding-top: 0;
}
.sfprofileset {
	position: relative;
	text-align: right;
	left: 0;
}

}
/* kategorien und sub set */

.modulSimpleForum {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	min-width: 320px;
	max-width: 1200px;
}
.modulSimpleForum>.buildFrontendBox {
	margin-bottom: 3rem;
}
.sf-bottom-gap {
	margin-bottom: 3rem;
}
.sfoutline {
	outline: 1px solid #ccc;
}
.notice-subcat{
	padding: 0 0 16px 16px;
}
.sfkatsub > .sfitem {
	padding: 1rem .1rem .7rem 1rem;
}
.sfkatsub > .sfitem:has(p:only-child), .sfkatsub > .sfitem p:last-child {
	margin: 0 0 1.1rem 0;
} 
.sfkatsub > .sfitem:nth-child(1) {
	padding: 0;
}
.col-split2 > .sfitem:nth-child(1) {
	padding: 1rem .1rem .7rem 1rem;
}
.sfnested {
	padding: 0!important;
}
.sfkat a, .sfkat a:hover {
	text-decoration: none;
}
.sfkat > .sfitem p {
	margin: 0 0 .3rem 0;
}
.sfkat > .sfitem {
	line-height: 1.2rem;
}
.sfheadline.sfkatsub > .sfitem {
	padding: 1rem 0 0 1rem;
}
.sfnew {
	display: flex;
	justify-content: space-between;;
}
.sfnew p {
	margin: 0;
}
.sf-btn-forum{
	padding: .9rem 0 1rem 0;
}
.sfbuttontheme, .sfbuttonanswer {
	width: auto;
	color: #fff;
	padding: .5rem 1rem .5rem 1rem;
	cursor: pointer;
}
.sfbuttontheme {
	margin-bottom: 1rem;
}
.sfbuttonanswer {
	margin-top: -2.5rem;
	margin-bottom: 3rem;
}
.sfbuttontheme:hover, .sfbuttonanswer:hover {
	opacity: 0.85;
}
.sfbuttontheme:hover a, .sfbuttonanswer:hover a {
	color: #efefef;
}

/* kategorien und sub responsive */

.sfkat {
	position: relative;
}
.sfkat:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2%;
	width: 96%;
	border-bottom: 1px solid #ccc;
}
.sfkat:last-child:after {
	content: none;
}
.sfkat > .sfitem:nth-child(1) {
	width : 50px;
	display: flex;
	justify-content: center;
}
.sfkat > .sfitem:nth-child(1).bubble img {
	width: 20px;
	min-width: 20px;
	margin-top: 1.5rem;
}
.sfkat > .sfitem:nth-child(1).bubble.sfstat img {
	margin-top: 1rem;
}
.sfkat.sfuser > .sfitem:nth-child(1) > .sfpost-circle-img img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	margin: 0 auto;
}
.sfkat.sfuser > .sfitem:nth-child(1) {
	width : 100px;
	display: flex;
	justify-content: center;
	padding: 1rem 0 1rem 0;
}
.sfkat.sfuser > .sfitem:nth-child(1) img {
	margin-top: 0;
}
.sfkat > .sfitem:nth-child(2) {
	width : calc(92% - 50px);
}
.sfkat > .sfitem:nth-child(2):has(.col-split2.widthmax) {
	width : calc(100% - 50px);
}
.sfkat.sfkatsub:has(.widthmax.statistics) .sfitem {
	padding: 0rem .1rem .0rem 1rem;
}
.sfkat .col-split2.widthmax.statistics > .sfitem { 
	width : calc(100% - 16px);
	max-width: calc(100% - 16px);
}
.sfkat.sfkatsub:has(.widthmax.statistics) > .sfitem:has(p:only-child),
.sfkat.sfkatsub:has(.widthmax.statistics) > .sfitem p:last-child  { 
	margin:0 0 .3rem 0; line-height: 1.6rem;
}
.sfkat.sfkatsub:has(.widthmax.statistics) > .sfitem.bubble.sfstat img { 
	margin-top: 0.2rem;
}
.sfkat.sfuser > .sfitem:nth-child(2) {
	width : calc(92% - 100px);
}
.sfkat > .sfitem:nth-child(3) {
	display: none;
}
.sfkat > .sfitem:nth-child(3) span {
	display: none;
}
.sfkat > .sfitem:nth-child(3) i {
	display: none;
}
.sfkat > .sfitem:nth-child(3) em {
	display: block;
}
.sfkat > .sfitem:nth-child(3) p {
	font-size: 90%;
}
.sfkat.sfsub > .sfitem:nth-child(3) p + p {
	font-size: 80%;
}
.sfkat.sfuser > .sfitem:nth-child(3) p + p {
	font-size: 90%;
}
.sfkat.sfsub > .sfitem:nth-child(3) span {
	display: block;
}
.col-split2 > .sfitem {
	width : 100%;
	max-width: 100%;
}
.col-split2 > .sfitem:nth-child(1) p + p {
	font-size: 80%;
}
.col-split2 > .sfitem:nth-child(2) p {
	font-size: 80%;
}
.col-split2 > .sfitem:nth-child(2) {
	padding: 0 0 .7rem 1rem;
	margin-top: -1.1rem;
}
.col-split2 > .sfitem:nth-child(2) p {
	display: inline-block;
}
.col-split2 > .sfitem:nth-child(2) p + p:before {
	content: '\00A0\00A0-\00A0\00A0';
}
.sfuser > .sfnested .col-split2 > .sfitem:nth-child(2) p {
	font-size: 80%;
	color: #666;
}

/* userlist avatar */

.sfuser-circle {
	width: 42px;
	height: 42px;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 95%;
	font-weight: bold;
	color: #666;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.sfuser-circle-img img {
	width: 48px;

	height: 48px;

	display:block;
	border-radius: 50%;
	margin: 0 auto;
}

 @media screen and (min-width: 576px) {
.sfkat > .sfitem:nth-child(2) {
	width : calc(77% - 50px);
}
.sfkat > .sfitem:nth-child(3) {
	display: block;
	width : 23%;
	max-width: 23%;
	padding-right:10px;
	text-align: left;
}
.sfkat > .sfitem:nth-child(3) em em {
	font-size:90%;
}
.sfkat.sfuser > .sfitem:nth-child(2) {
	width : calc(75% - 100px);
}
.sfkat.sfuser > .sfitem:nth-child(3) {
	display: block;
	width : 25%;
	max-width: 25%;
}
}
@media screen and (min-width: 768px) {
.sfkat > .sfitem:nth-child(2) {
	width : calc(67% - 50px);
}
.sfkat > .sfitem:nth-child(3) {
	width : 33%;
	max-width: 33%;
}
.sfkat.sfuser.sfkatsub > .sfitem:nth-child(2) .sfitem, .sfkat.sfuser.sfkatsub > .sfitem:nth-child(3) {
		padding: 1.6rem .1rem .7rem 1rem;
}
.sfkat.sfsub > .sfitem:nth-child(3) span {
	display: inline;
}
.sfkat > .sfitem:nth-child(3) p > i:first-of-type {
	display: inline;
}
.sfkat > .sfitem:nth-child(3) em {
	display: inline;
}
.sfkat.sfuser > .sfitem:nth-child(2) {
	width : calc(75% - 100px);
}
.sfkat.sfuser > .sfitem:nth-child(3) {
	display: block;
	width : 20%;
	max-width: 20%;
}
.col-split2 > .sfitem:nth-child(1) {
	width : 72%;
	max-width: 72%;
}
.col-split2 > .sfitem:nth-child(2) {
	width : 23%;
	max-width: 23%;
}
.col-split2 > .sfitem:nth-child(2) {
	padding: 1rem 0 .7rem 1rem;
	margin-top: 0;
}
.col-split2 > .sfitem:nth-child(2) p {
	display: block;
}
.col-split2 > .sfitem:nth-child(2) p + p:before {
	content: '';
}
.sfuser > .sfnested .col-split2 > .sfitem:nth-child(1) {
	width : 65%;
	max-width: 70%;
}
.sfuser > .sfnested .col-split2 > .sfitem:nth-child(2) {
	width : 35%;
	max-width: 35%;
}
.sfuser > .sfnested .col-split2 > .sfitem:nth-child(2) p {
	font-size: 95%;
}

}
 @media screen and (min-width: 992px) {
.sfkat > .sfitem:nth-child(3) span {
	display: inline;
}
.sfkat > .sfitem:nth-child(3) p em i {
	display: inline;
}
.sfkat.sfuser > .sfitem:nth-child(2) {
	width : calc(85% - 100px);
}
.sfkat.sfuser > .sfitem:nth-child(3) {
	display: block;
	width : 15%;
	max-width: 15%;
}
.sfuser > .sfnested .col-split2 > .sfitem:nth-child(1) {
	width : 80%;
	max-width: 70%;
}
.sfuser > .sfnested .col-split2 > .sfitem:nth-child(2) {
	width : 20%;
	max-width: 20%;
}
}

/* posts responsive */

.sfpost-header, .sfpost-post, .sfpost-footer {
	display: flex;
}
.sfpost > .sfitem {
	width : 100%;
	max-width: 100%;		
}
.sfpost > .sfitem:nth-child(1) {
	border-bottom: 1px solid #ccc;
}
.sfpostcreator {
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 0 1rem 0;
}
.sfpost-header, .sfpost-footer {
	padding: 1rem 1rem .7rem 1rem;
}
.sfpost-post {
	padding: 1.5rem 1rem 1rem 1rem;
}
.sfpost-post, .sfpost-footer {
	line-height: 1.4rem;
}
.sfpost-footer p {
	font-size: 90%;
}
.sfpost-post, .sfpost-footer p {
	margin: 0 0 1.1rem 0;
	display: block;
}
.sfpost-circle-admin {
	width: 72px;
	height: 72px;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 140%;
	font-weight: bold;
	color: #666;
	border: solid 1px #FF0000;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.sfpost-circle-admin-img img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border: solid 1px #FF0000;
	margin: 0 auto;
}
.sfpost-circle {
	width: 72px;
	height: 72px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 140%;
	font-weight: bold;
	color: var(--w, #fff);
	letter-spacing: .03em;
	text-transform: uppercase;
}
.sfpost-circle.sfbg-g-lte{
	background: var(--c, #808080);
}
.sfpost-circle-img img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin: 0 auto;
}
.sfpost-creator {
	margin : 1rem auto 0 auto;
}
.sfuser-rank {
	margin: 1rem auto 0 auto;
	padding: .2rem .4rem .2rem .4rem;
	border-radius: 3px;
}
.sfuser-rank.sfbg-g-lter.sftxt-bgc {
	background: var(--c, #808080);
}
.sfpost-header {
	position: relative;
}
.sfpost-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2%;
	width: 96%;
	border-bottom: 1px solid #ccc;
}
.sfpost-footer {
	margin-top:auto;
	border-top: 1px solid #ccc;
}
.sfpost-number, .sfpost-date {
	margin-left: auto;
	text-align: right;
	padding-left: 15px;
}
.sfpost-date {
	font-size: 70%;
	white-space: nowrap;
}
.sfpost-report {
	text-align: right;
	margin-bottom: -20px;
}
 @media screen and (min-width: 576px) {
.sfpostcreator {
	display:flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	padding: 1.2rem 1rem 1.2rem 1rem;
}
.sfpost-creator {
	margin : 0 0 0 1rem;
}
.sfuser-rank {
	margin: 0 0 0 .7rem;
}
}
 @media screen and (min-width: 768px) {
.sfpost > .sfitem:nth-child(1) {
	width : 10rem;
	border-bottom: 0;
	border-right: 1px solid #ccc;
}
.sfpost > .sfitem:nth-child(2) {
	width : calc(100% - 10rem);
}
.sfpostcreator {
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 0 1rem 0;
}

.sfpost-creator {
	display: block;
	margin: 1rem 0 0 0;
}
.sfuser-rank {
	margin: .7rem 0 0 0;	
}
}

/* alphabet */

.sf-alphabet {
	display:inline-flex;
	position: relative;
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
}

.sf-alphabet ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 -2px 5px -2px;
}
.sf-alphabet ul, .sf-alphabet li {
	list-style: none;	
}
.sf-alphabet ul li {
	margin-bottom: 4px;	
	padding: 2px;
}
.sf-alphabet ul li a {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.sf-alphabet ul li a {
	padding: 0.1rem 0.2rem;
	margin-bottom: 0px;
}
.sfp-button {
	padding: 2px;
} 
.sfp-button span {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding: 0.1rem 0.2rem;	
	cursor:pointer;
} 

/* pagination */

.sf-pagination {
	display:inline-flex;
	position: relative;
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
}
.sf-scrollbar {
	scrollbar-width: thin;
	overflow: auto;
}
.sf-scrollbar::-webkit-scrollbar {
    height: 8px;
}

.sf-pagination ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 -2px 5px -2px;
}
.sf-pagination ul, .sf-pagination li {
	list-style: none;	
}
.sf-pagination ul li {
	margin-bottom: 4px;	
	padding: 2px;
}
.sf-pagination ul li a {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.sf-pagination ul li a {
	padding: 0.4rem 0.6rem;
	margin-bottom: 0px;
}
.sfp-button {
	padding: 2px;
} 
.sfp-button span {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding: 0.4rem 0.6rem;	
	cursor:pointer;
} 
.sf-pagination ul li.sfp-cut {
	display:flex;
	align-items: flex-end;
	font-size: 120%;
	padding: 0 5px 0 5px;
}

.report {
	color:#FF0000;
}
.sfpostanchor {
	scroll-margin-top: 50px;
	-webkit-scroll-margin-top: 50px;
}

.chooseFilesButton{position:relative}
.chooseFilesButton.disabled{opacity:.5;cursor:default}
.chooseFilesButton .file{width:150px!important;height:26px!important;overflow:hidden;position:relative;text-align:right;opacity:0;z-index:2;cursor:pointer}
.chooseFilesButton .button{width:150px;position:absolute;top:0;left:0;z-index:1;cursor:pointer}
.chooseFilesButton:hover .button{background:url('../img/button_hover.png') top repeat-x #e7e7e7}
.chooseFileButtonUploader{width:367px;height:26px;clear:both;position:relative;background:0 0}
.chooseFileButtonUploader .file{width:150px!important;height:26px!important;overflow:hidden;position:relative;text-align:right;opacity:0;z-index:2;cursor:pointer;background:0 0!important;margin:0!important;float:left}
.chooseFileButtonUploader .choose{width:150px;position:absolute;top:0;left:0;z-index:1;cursor:pointer;margin:0!important;float:left}
.chooseFileButtonUploader div:hover .choose{background:url('../img/button_hover.png') top repeat-x #e7e7e7}
.chooseFileButtonUploader .formular.stringImageName{width:200px!important;margin:0 0 0 5px!important;float:left;color:#adadad}
.chooseFileButtonUploader .submit{float:left;margin:0 0 0 5px!important}
.chooseFilesButton.disabled input,.chooseFilesButton.disabled input:hover{cursor:default!important;background:url('../img/button.png') top repeat-x #e7e7e7!important}
.modul #modulSimpleForum input.formularNone{display:none!important}
.modulSimpleForum .buildFrontendBox input[type="radio"] {accent-color: var(--c-dker, #727272)}