.lw {
	max-height: .8em;
	max-width: 1em;
	vertical-align: middle ;
}

body {
	font-family: Tahoma, sans-serif ;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 25%, rgba(0,212,255,1) 100%);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50% ;
	color: #fef ;
	border: 5px ;
	border-color: #456bbb;
	overflow-x: hidden;
}

article {
	background: rgba(33,51,107,0.85) ;
  	margin-bottom: 0;
  	padding: 1em;
  	border-color: #456bbb;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: auto;
	max-width: 1000px;
}

a {
	text-decoration: none ;
}

a:link {
	color: #e16513 ;
}

a:hover {
	color: #ff6600 ;
}

a:visited {
	color: #b75a1c ;
}

section {
  padding: 0.5em;
  background: #fafafa;
  flex: 1;
  max-width: 1000px;
  margin: 0 auto;
}

img {
	max-width: 100% ;
}

header {
	text-align: center ;
	color: #456bbb
}

h1 {
	text-align: center ;
	color: #456eee ;
}

footer {
	text-align: center ;
	clear: both ;
	margin-bottom: 0;
	background: rgba(33,51,107,0.85) ;
  	padding: 1em;
  	border-color: #456bbb;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: auto;
	max-width: 600px;
}

.checklist {
	vertical-align: left ;
	float: left ;
	text-align: left ;
	clear: both ;
	margin-bottom: 0;
	background: rgba(10,150,150,0.30) ;
  	padding: 1em;
  	border-color: #888aaa;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: 0em;
	max-width: 375px ;
}

.material {
	/*vertical-align: left ;*/
	float: right ;
	text-align: left ;
	clear: both ;
	margin-bottom: 0;
	background: rgba(10,150,150,0.30) ;
  	padding: 1em;
  	border-color: #888aaa;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: 0em;
	max-width: 200px ;
}

.kurzinfo {
	text-align: left ;
	clear: both ;
	margin-bottom: 0;
	background: rgba(150,150,150,0.30) ;
  	padding: 1em;
  	border-color: #888aaa;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: auto;
	max-width: 750px ;
}

.disclaimer {
	text-align: center ;
	clear: both ;
	margin-bottom: 0;
	background: rgba(255,50,50,0.50) ;
  	padding: 1em;
  	border-color: #888aaa;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: auto;
	max-width: 750px ;
}

/*Monero Address Font*/
code {
	color: #0d0 ;
	overflow-wrap: break-word ;
}

.crypto {
	font-size: x-small ;
}

/*Profile Picture */


.profile {
	text-align: center ;
	float: right;
	align: center;
	display: block ;
	margin: auto ;
}
.profile img {
	max-width: 300px ;
	max-height: 300px ;
	border-radius: 15%;
}

/* On smaller screens, where height is less than 750px, change the style of the Image-Viewer */
@media screen and (max-width: 750px) {
  .profile img {
	float: center;
	max-width: 100% ;
	max-height: 25%;
  }
}

/*Subtitles*/

.subtitle {
	text-align: center ;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

/* Tagcloud */
#tagcloud {
	clear: both ;
	padding: 0;
	border-radius: 10px ;
	text-align: center ;
	margin: 0 auto ;
	border: solid 1px ;
	border-style: dashed ;
	list-style: none ;
}

#tagcloud li {
	display: inline-block ;
}

#tagcloud a {
	display: block ;
	width: auto ;
	border-radius: 10px ;
	padding: .25em ;
	margin: 2px ;
}

#tagcloud a:hover {
	box-shadow: 2px 2px 2px 2px black  ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}

/* SIDEBAR INSERTED */
html, body {
    overflow-x: hidden;
    height: 100%;
    width:100%;
    margin:0%;
    padding:0%;
}

.header {
    display: block;
    margin: 0 auto;
    width: 35px;
    box-shadow: none;
    /*background-color: #FC466B;*/
    background: rgba(33,51,107,0.85) ;
    position: fixed;
    height: 45px!important;
    top: 7px;
    left: 7px;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 30px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    position: fixed;
    left: 0;
    width: 180px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    /*background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%)*/
    background: rgba(33,51,107,0.85) ;
    display: flex ;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 20px;
    width: 20px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}


/*CSS Pop-Up Image Viewer*/
.thumbnail {
  position: relative;
  z-index: 0;
}

.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}

.thumbnail span {
  /*CSS for enlarged image*/
  position: absolute;
  background-color: lightyellow;
  padding: 5px;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
  max-width: 320px
}

.thumbnail span img {
  /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
}

.thumbnail:hover span {
  /*CSS for enlarged image on hover*/
  visibility: visible;
  top: -250;
  left: -400; /*position where enlarged image should offset horizontally */
  float: right;
}

/* On smaller screens, where height is less than 1710px, change the style of the Image-Viewer */
@media screen and (max-width: 1710px) {
  .thumbnail:hover span {visibility: hidden;}
}
