/*Tracker*/

.iptrhead1{
    font-family: var(--font-headline1);
    color: var(--font-color);
    text-align:center;
    font-size: 30pt;
    border-bottom:1px solid var(--akzent2);
    }

.iptrhead2{
    font-family: var(--font-main);
    color: var(--hintergrund1);
    text-align:center;
    font-size: 15px;
    line-height: 15px;
    background-color: var(--akzent2);
    margin: -15px 462px 7px 462px;
    z-index: 2;
    position: absolute;
    width: 250px;
    padding: 2px 6px;
    }

.iptrhead3{
    font-family: var(--font-headline1);
    color: var(--font-color);
text-align:center;
font-size:12pt;
border-bottom:var(--akzent2) 1px solid;}

.iptrhead3 a{
    font-family: var(--font-headline1);
    color: var(--font-color);
text-align:center;
	font-size:12pt;}

.iptrhead3 a:hover{
   font-family: var(--font-headline1);
    color: var(--font-color);
text-align:center;
font-size:12pt;}

.iptrsub{
font-family: var(--font-main);
font-size:11pt;
text-align:center;}

.iptrbox1{
width: auto;
height:auto;
float:left;
margin: 1px;}

.iptrbox2{
    width: 1180px;
    /* height:400px; */
    /* overflow:auto; */
    margin: 1px;
    }

.ipnext{
color: #076922;
text-align: center;
font-size:11pt;
text-transform: uppercase;
font-weight:bold;
}

.iptruser{
color: #c8354f;
text-align: center;
font-size:11pt;
text-transform: uppercase;
}

.iptrnoorder{
color: #c8354f;
text-align: center;
font-size:11pt;
text-transform: uppercase;
}



.threadlist{
    /* float: left; */
    margin: 4px;
    border: 1px solid var(--akzent2);
}

.threadlist .descr{
    height: 40px;
    overflow: auto;
    padding: 5px;
    text-align: justify;
}

.threadipbox{
	width: 870px;
	height: 80px;
	/* float: right; */
	/* border: 1px solid; */
	padding: 0px 4px;
}

.threadiphead1{
	font-family: var(--font-headline1);
	text-align:center;
	border-bottom:1px solid var(--akzent2);
	font-size: 24px;
	line-height: 24px;
}

.threadipuser{
    width: auto;
    height: 47px;
    padding: 3px 10px;
    overflow: auto;
    font-size: 11pt;
    text-align: justify;
}


/*Profil*/

.iptrprofbox1{
    width: auto;
    height: auto;
    }

.iptrprofbox2{
    width: 1179px;
    height: 328px;
    overflow:auto;
    padding:5px;
    }

.iptrprofbox3{
    width: 49%;
    height: auto;
    float: left;
    margin: 1px;
    padding: 3px;
    border: 1px solid var(--akzent2);
    }

.iptrprofbox4{
    height: 40px;
    width: auto;
    overflow:auto;
    padding:5px;
    text-align:justify;
    font-size:12pt;
    }

.iptrprofhead1{
    font-family: var(--font-headline1);
    color: var(--hintergrund2);
    text-align:center;
    font-size:15pt;
    background-color: var(--akzent2);
    }

.iptrprofhead2{
    font-family: var(--font-headline1);
    color: var(--font-color);
    text-align:center;
    font-size:15pt;
    border-bottom: 1px solid var(--akzent2);
    }

.iptrprofhead3{
    font-family: var(--font-headline1);
    color: var(--akzent4);
    text-align:center;
    font-size:13pt;
    border-bottom: 1px solid var(--akzent2);}

/*Thread*/
.ipthrbox1{
    width: 955px;
    height: 60px;
    float: left;
}


.ipthrbox2{
	width: auto;
	height: auto;
	margin:1px;}

.ipthrbox3{
	width: auto;
	height: auto;}

.ipthrhead1{
   font-family: var(--font-main);
   color: var(--font-color);
   text-align:center;
   font-size: 12pt;
   border-bottom: 1px solid var(--akzent2);
   }

.ipthrhead2{
   font-family: var(--font-main);
   color: var(--font-color);
   text-align: left;
   font-size: 10pt;
   width: 490px;
   height: 38px;
   float: left;
   overflow: auto;
   scrollbar-width: none;
   }

.ipthrtext{
    font-size:12pt;
    text-align:justify;
    padding: 2px 5px;
    height: 31px;
    overflow:auto;
    width: 450px;
    scrollbar-width: none;
    }