.arianna-thread-button {
  padding-right: var(--resgui-eighthcolumn);
  padding-left: var(--resgui-eighthcolumn);
}
.arianna-thread-button:hover {
  cursor:pointer;
  background: var(--icon-image-hover);
  transition: background-color 0.3s linear;
  border-radius: 4px;
  padding-right: var(--resgui-eighthcolumn);
  padding-left: var(--resgui-eighthcolumn);
}


/* .ariannathread {
  display: flex;
  margin: auto;
  text-align: center;
  z-index: 1;
  box-sizing: border-box;
  
  
}

.ariannathread_element {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction:column;
  max-width:var(--resgui-4column);
  
}

.ariannathread_element_active{
	text-transform: uppercase;
	
}

.ariannathread_element_active a:first-of-type{
	background:var(--ariannathead-background-active) !important;
}

.ariannathread_element a:first-of-type
{
  display:flex;
  align-items:center;
  text-decoration: none;
  margin: auto;
  padding-right: 0;
  color: --font-light;
  background:var(--ariannathead-background);
  width:100%;
  height:90%;
  box-sizing: border-box; 
  
}


.ariannathread_element a:first-of-type
{
	border-radius:4px;
}

.ariannathread_element a:first-of-type:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(var(--resgui-1row) * 0.85)  ;
  height: calc(var(--resgui-1row) * 0.85)  ;
  right:calc(calc(var(--resgui-1row) * 0.85) / -1.9);
  border-top:1px solid white;
  border-right:1px solid white;
  border-top-right-radius: 5px;
  background:var(--ariannathead-background);
  -webkit-transform: scale(0.707) rotate(45deg);
          transform: scale(0.707) rotate(45deg);
  z-index: 3;
  box-sizing: border-box;
}

.ariannathread_element:last-child a:first-of-type:after {
  content: none;
  box-sizing: border-box;
}

.ariannathread__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  z-index: 2;
   box-sizing: border-box;
}

.ariannathread__title {
  font-size:var(--resgui-font-height-s);
  font-weight: bold;
  box-sizing: border-box;
}

.ariannathread__desc {
  font-size:var(--resgui-font-height-xs);
  box-sizing: border-box;
}

.ariannathread_element a:first-of-type.active,
.ariannathread_element a:first-of-type:hover {
  background: var(--ariannathead-background-hover);
  -webkit-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  color: white;
  box-sizing: border-box;
}


.ariannathread_element a:first-of-type:active.after, 
.ariannathread_element a:first-of-type:hover:after {
  background: var(--ariannathead-background-hover);
  -webkit-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  
  color: white;
  box-sizing: border-box;
}


.ariannathread_element div:first-of-type
{
	position:absolute;
	width:100%;
	margin-top:calc(var(--resgui-1row) * 1.05);
	
	height:var(--resgui-5row);
	background:var(--ariannathead-background);
	z-index:100;
	display:flex;
	opacity:0;
	box-shadow: 5px 5px 5px var(--shadow-color);
	border-radius:4px;
}



.ariannathread_element:hover div:first-of-type
{
	opacity:1;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
 */
