﻿ /*
  # Semantic UI - 2.4.0
  # normalize.css v7.0.0 
  http://opensource.org/licenses/MIT */
  
	*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}
	html{-webkit-box-sizing:border-box;box-sizing:border-box; line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; height:100%}
	footer,header,nav,menu{display:block}
	hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}
	a{background-color:transparent;-webkit-text-decoration-skip:objects}
	b,strong{font-weight:inherit}
	b,strong{font-weight:bolder}
	code,kbd,samp{font-size:1em}
	sup{line-height:1}
	small{font-size:80%}
	img{border-style:none}
	button,input{font-size:100%;line-height:1.15;margin:0}
	button,input{overflow:visible}
	body{height:100%; margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#f2f2f2;line-height:1.5em;color:rgba(0,0,0,.87);font-smoothing:antialiased}
	h1,h2,h3,h4,h5{margin:calc(2rem - .14285714em) 0 1rem;font-weight:700;padding:0}
	h1{min-height:1rem;font-size:2rem}
	h2{font-size:1.71428571rem}
	h3{font-size:1.28571429rem}
	h4{font-size:1.07142857rem}
	h5{font-size:1rem}
	h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}
	h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}
	p{margin:0 0 1em}
	p:first-child{margin-top:0}
	p:last-child{margin-bottom:0}
	a{color:#4183c4;text-decoration:none}
	a:hover{color:#1e70bf;text-decoration:none}
 
/* Container */
.ui.container{display:block;max-width:100%!important}
 @media only screen and (max-width:767px){
	.ui.container{width:auto!important;margin-left:1em!important;margin-right:1em!important}
}
 @media only screen and (min-width:768px) and (max-width:991px){
	 .ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}
 }
 @media only screen and (min-width:992px) and (max-width:1199px){
	 .ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}
 }
 @media only screen and (min-width:1200px){
	 .ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}
	 .ui.text.container{max-width:700px!important;line-height:1.5rem;font-size:1rem}
 }
 
 /*!
 * # Semantic UI 2.4.0 - Divider
 */
.ui.red.button, .ui.red.buttons .button {
    background-color: #db2828;
    color: #fff;
    text-shadow: none;
    background-image: none;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
    font-size: 20px;
}
 .ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    background-color: rgb(224, 225, 226);
    background-image: none;
    color: rgba(0,0,0,.6);
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

.ui.action.input:not([class*="left action"]) > .button:last-child, .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button, .ui.action.input:not([class*="left action"]) > .dropdown:last-child {
    border-radius: 0 .28571429rem .28571429rem 0;
}
.ui.action.input:not([class*="left action"]) > .button:not(:first-child), .ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button, .ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child) {
    border-radius: 0;
}

.ui.input {
    font-size: 1em;
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0,0,0,.87);
}

.ui.action.input:not([class*="left action"]) > input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
   /* border-right-color: transparent !important; */
}
.ui.input > input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Segment */
.ui.inverted.segment {
    position: relative;
    display: inline-block;
    background: #1b1c1d;
    outline: 0;
    text-align: left;
    width: 100% !important;
    font-size: 1rem;
	padding:1em 1em;
    -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
}

/* Grid */
 .ui.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0}
 .ui.grid{margin-top:-1rem;margin-bottom:-1rem;margin-left:-1rem;margin-right:-1rem}
 .ui.grid+.grid{margin-top:1rem}
 .ui.grid>.column:not(.row){position:relative;display:inline-block;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}
 .ui.grid>*{padding-left:1rem;padding-right:1rem}
 .ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}
 .ui.grid>.ui.grid:first-child{margin-top:0}
 .ui.grid>.ui.grid:last-child{margin-bottom:0}
 .ui.grid>.column:only-child{width:100%}
 .ui[class*="three column"].grid>.column:not(.row){width:33.33333333%}
 
@media only screen and (min-width:768px) and (max-width:991px){
	.ui.doubling.grid{width:auto}
	.ui[class*="three column"].doubling.grid>.column:not(.row){width:50%!important}
}
@media only screen and (max-width:767px){
	.ui.stackable.grid{width:auto;margin-left:0!important;margin-right:0!important}
	.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column:not(.row){width:100%!important;margin:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:1rem 1rem!important}
	.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}
	.ui.container>.ui.stackable.grid>.column{padding-left:0!important;padding-right:0!important}
	.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}
}

/* Menu */
.ui.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem 0;background:#fff;font-weight:400;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem;min-height:2.85714286em}
.ui.menu:after{content:'';display:block;height:0;clear:both;visibility:hidden}
.ui.menu:first-child{margin-top:0}
.ui.menu:last-child{margin-bottom:0}
.ui.menu .menu{margin:0}
.ui.menu:not(.vertical)>.menu{display:-webkit-box;display:-ms-flexbox;display:flex}
.ui.menu:not(.vertical) .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.ui.menu .item{position:relative;vertical-align:middle;line-height:0.85;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;padding:.92857143em 1.14285714em;text-transform:none;color:rgba(0,0,0,.87);font-weight:400;-webkit-transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease}
.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}
.ui.menu .item:before{position:absolute;content:'';top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}
.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}
.ui.menu>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}
.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:'';text-transform:normal;} /*font-weight:700*/
.ui.menu .dropdown.item .menu{min-width:calc(100% - 1px);border-radius:0 0 .28571429rem .28571429rem;background:#fff;margin:0 0 0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.08);box-shadow:0 1px 3px 0 rgba(0,0,0,.08);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}
.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:1.14285714em!important;background:0 0!important;color:rgba(0,0,0,.87)!important;text-transform:none!important;font-weight:400!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transition:none!important;transition:none!important}
.ui.menu .ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}
.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}
.ui.item.menu .dropdown .menu .item{width:100%}

@media only screen and (max-width:767px){
	.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}
}
@media only screen and (min-width:768px){
	.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}
}

 .ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}
 .ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) :not(.dropdown)>.left.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto!important}
 .ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto!important}
 .ui.menu .right.item::before,.ui.menu .right.menu>.item::before{right:auto;left:0}
 .ui.text.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;margin:1em -.5em}
 .ui.text.menu .item{border-radius:0;-webkit-box-shadow:none;box-shadow:none;-ms-flex-item-align:center;align-self:center;margin:0 0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}
 .ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}
 .ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}
 .ui.text.item.menu .item{margin:0}
 .ui.text.menu .item:hover{opacity:1;background-color:transparent}
 @media only screen and (max-width:767px){
	 .ui.stackable.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
	 .ui.stackable.menu .item{width:100%!important}
	 .ui.stackable.menu .item:before{position:absolute;content:'';top:auto;bottom:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}
}
 .ui.inverted.menu{border:0 solid transparent;background:#1b1c1d;-webkit-box-shadow:none;box-shadow:none}
 .ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:0 0;color:rgba(255,255,255,.9)}
 .ui.inverted.menu .item.menu{background:0 0}
 .ui.inverted.menu .item:before{background:rgba(255,255,255,.08)}
 .ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:rgba(255,255,255,.08);color:#fff}
 .ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:0 0!important}
 .ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.attached.item.menu{margin:0 -1px!important}
 .ui.item.menu .item:last-child:before{display:none}
 .ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}
 .ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}
 .ui.fixed.menu{top:0;left:0;right:auto;bottom:auto}
 .ui.fixed.menu+.ui.grid{padding-top:2.75rem}

 /* Dropdown */
 .ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:width .1s ease,-webkit-box-shadow .1s ease;transition:width .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent}
 .ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}
 .ui.dropdown .menu>*{white-space:nowrap}
 .ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}
 .ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;-webkit-box-shadow:none;box-shadow:none;-webkit-touch-callout:none}
 .ui.dropdown .menu>.item:first-child{border-top-width:0}
 .ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}
 .ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}
 .ui.dropdown .menu .menu:after{display:none}
 .ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}
 .ui.menu .ui.dropdown .menu .active.item{border-left:none}
 .ui.dropdown .menu{left:0}
 .ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}
 .ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}
 .ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}
 .ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
 .ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}
 .ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}

 
	html, body {
		font-size: 1rem;
		max-width: 100vw;
		font-family: serif;
	}
	.main.container {
		margin-top: 4.5em;
		padding: 1.5rem;
		padding-bottom: 1em;
		padding-bottom: 100px;
		position: relative;
		text-align:justify;
		background-color: #fff;
	}
	
	.ui.text.container{
		max-width: 1000px !important;
	}
	
	.float-right[role="presentation"]{
       border: none;
    }
	.hide {
		display: none!important;
	}


	/* .article */
	.article, .category {
		text-align: justify;
		background-color: #fff;
		padding-bottom: 1rem;
	}
	.article * {
		text-align: justify;
		/*margin-bottom: 1em;*/
	}
	.article a {
		text-decoration: none;
	}
	.article a:hover {
		text-decoration: underline;
	}
	.article a:visited {
		color: #660066;
	}
	.article h2{ 
		margin-top: 11px;
		margin-bottom: 0px; 
		font-size: 130%;

	}
	.article hr{ 
		margin-bottom: 10px; 

	}
	.article h3{ 
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 120%;

	}
	.article h4{ 
		margin-top: 11px;
		font-size: 110%;

	}
	.article h5{ 
		margin-top: 7px;
		font-size: 100%;

	}
	.article div{
		margin: 0.5em;
	}
	
	.article  dl {
		margin: 0.70em;
		padding: 0.25em;
	}

	#Contentsverzeichnis * {
		list-style-type: none;
	}

	.float-right, .float_right, .sinottico{
		float: right;
		margin:0 0 1em 1em !important; 
		z-index: 100;
		clear: both;
		max-width: 50%;
	}

	.float-left, .float_left{
		float: left;
		margin: 20px 1em 0 0;  
		z-index: 10;
		clear: both;
		max-width: 50%;
	}

	.detail, .hatnote, .hauptartikel, .homonymie, .bandeau-section, .disambig, .rellink, .nota-disambigua, .mainarticle, .relarticle , .huvudartikel, .infoboks {
		padding: 0.5em;
		background-color: #f8f9fa;
		border-bottom: #ddd solid 1px;
	}
	.MathJax {
		font-size: 90% !important;
	}
	.social_sharing{
		display:inline-block;
		min-width:100px;
		white-space: nowrap;
		padding:0.8em;
		border-radius:10%;
		color: white !important;
		text-align:center !important;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 0.25em;
		margin-right: 0.25em;
	}
	#Social_Plugin{
		text-align: left;
	}
	pre {
		white-space: normal;
	}
	
	#normdaten{
		border: 1px solid black;
		padding: 5px;
		margin-top: 1em;
		clear: both;
	}

	#Image_Imprint{
		background: url("https://de.linkfang.org/images/Image_Imprint.png");
		height: 491px;
		width: 574px;
	}
		
	#back-to-top{
		opacity:0.75;
		position:fixed;
		right:35px;
		bottom:30px;
		z-index:10;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
		visibility: hidden;
		background-color: #2185d0;
		color: #fff;
		text-shadow: none;
		background-image: none;
		font-size: 20px;
	}

	#back-to-top:hover{
		opacity: 1;
	}
	
	/* Search */

#search {
  width: 100%;
}
#search_value {
  width: 80%;
  height: 50px;
  border: 3px solid #6393C1;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}

#search_value:focus{
  color: #6393C1;
}

#searchButton {
  background: #6393C1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.smallLanguage {
	padding-left: 8px;
}

	#responsive{
		display: none;
	}

* {
  box-sizing: border-box;
}

	table{
	  margin: auto;
	  margin-bottom: 0.5em;
	  border-collapse: collapse;
	  overflow-x: auto;
	  display: block;
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	  max-width: 100%; 
	  border: 0px;
	  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
	}
	table table{
		margin: 0em; 
		box-shadow: none;
		max-width: 100% !important; 
	}
	table td, table th{
	  padding: .4rem;
	}   
	
	table th {
	  text-align: left;
	  background-color: rgb(190, 220, 250);
	  border-bottom: rgb(50, 50, 100) solid 2px;
	  border-top: none;
	}

	table td {
	  color: rgb(20, 20, 20);
	}

	table td:first-of-type, table th:first-of-type {
	  border-left: none;
	}

	table td:last-of-type, table th:last-of-type {
	  border-right: none;
	}
	.article ul, ul, ol{
		padding-right: 1.10em;
	}
	
	.article {
		word-wrap: break-word;
	}

@media screen and (max-width: 750px) {
	
	body{
		background-color: #fff;
	}
	.smallLanguage {
		display: block;
		padding-left: 0px;
	}

	.computer {
		display: none !important;
	}
	
	#responsive{
		display: flex;
	}
	
	.article table {
		max-width: 100%;
		float: none;
	}
	
	.article h1, .category h1 {
		line-height: 2rem;
	}
	
	.float-right, .float_right, .sinottico{
		float: right;
		margin: 0 0 1em 0 !important; 
	}
	
}
@media(max-width: 600px) { 
	
	.header h1 {
		font-size: 25px;
	}
	
	.ui.menu .item{
		padding-top: 0.928571em;
		padding-right: 0.94286em;
		padding-bottom: 0.928571em;
		padding-left: 0.94286em;	
		font-size: 14px;
	}
	
	.main.container{
		margin-top: 3.3em;
	}
	
	.article, .category, .main.container {
		padding: 0em;
	}
	
	.article ul, ul, ol {
    padding-right: 0em;
	}
	
	
}