#eingabe {
	position: fixed ;
	top: 20%;
	left: 5%;
	font-size: 0.8em;
	font-family: "Oswald";
	min-width:90vw;
}

.three-dee {
 	 color: #fff ;
  	letter-spacing: 0.03em;
 	 text-shadow: -0.1em 2px 2px #F44444,  0.08em 0 0 #42FFFF;
}

.three-dee 	a {
  	 text-decoration: none;
	 color: #fff ;
	 text-shadow: -0.09em 0 0 #F44444,  0.05em 0 0 #42FFFF;
}

.three-dee 	a:hover {
 	 color: gold ;
	 text-shadow: -0.09em 0 0 #000,  0.05em 0 0 #000;
}


#em3 {
	font-size: 3em;
}

#em2 {
	font-size: 2em;
}

#em1 {
	font-size: 1em;
}

#em1Komma {
	font-size: 1.6em;
}


.love {
	font-family: "Silkscreen";
	font-size: 0.8em;
  	font-optical-sizing: auto;
	text-align:center;

	color: white;
	
	position: fixed;
  	left: 50%;
  	bottom: 10px;
  	transform: translate(-50%, -50%);
  	margin: 0 auto;
	
	padding-left: 15px;
	padding-right: 12px;
}

.love a{
	text-decoration: none;
	color: white; 
}

.love a:hover{
	color: gold; 
}

.card {
	top: 5%;
	right: 5%;
	
  	padding: 1rem 1rem;
  	border-radius: 0.8rem;
  	border: 2px solid #efefef;
	box-shadow: -0.15em 0 0 #F44444, 0.35em 0 0 #42FFFF;
	position: absolute;
	
	font-size: 1em;
	font-family: "Silkscreen";
	text-align:left;
	
	background: hsl(39, 99%, 96%, 30%);
	
	width: 25%;
}

.card h1 {
	font-size: 1.5em; 
	position: relative;
	text-align:left;
}

.comic-button {
	width: 25%;
  	height: 60px;
  
  	display: inline-block;
  	padding: 10px 20px;
  
	font-size: 1.5em;
	font-weight: bold;
  	text-align: left;
  	text-decoration: none;
 	color: #fff;
  	background-color: #F46531;
  	
	border: 0px solid #000;
  	border-radius: 10px;
  	box-shadow: 5px 5px 0px #F44444;
  	transition: all 0.3s ease;
  	cursor: pointer;
}

.comic-button:hover {
  background-color: #fff;
  color: #ff5252;
  border: 2px solid #ff5252;
  box-shadow: 5px 5px 0px #ff5252;
}

.comic-button:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}


.comic-button-2 {
	width: 25%;
  	height: 60px;
  
  	display: inline-block;
  	padding: 10px 20px;
  
	font-size: 1.5em;
	font-weight: bold;
  	text-align: left;
  	text-decoration: none;
 	color: #ff5252;
  	background-color: white;
  	
	border: 0px solid #000;
  	border-radius: 10px;
  	box-shadow: 3px 3px 0px #F44444;
  	transition: all 0.3s ease;
  	cursor: pointer;
}

.comic-button-2:hover {
  background-color: #42FFFF;
  color: #fff;
  box-shadow: 3px 3px 0px #F44444;
}

.comic-button-2:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}


.infopoint {
	position: fixed;
	
	bottom: 5%;
	right: 5%;
	
	font-size: 0.8em;
	font-family: "Oswald";
	
	padding: 1rem 1rem;

	text-align: right; 
	width: 25%;
}

.version {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index:9999;
	font-family: "Silkscreen";
	font-size: 0.6em;
	
	text-shadow: -0.1em 0 0,  0.06em 2px 0 #F66;
}


.tipp {
	grid-column: 1/3;
    grid-row: 1;
	
	text-align:left;
	z-index:9999;
	
	font-family: "Silkscreen";
	font-size: 1.0em;
	
	margin-top: 10px;
}

myTipp img {
	vertical-align: middle;
}



.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltip .top {
    min-width:250px; 
    top:-10px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:15px 10px;
    color:#fff;
    font-weight:normal;
    font-size:1.1em;
    border-radius:8px;
    position:absolute;
    z-index:99;
    box-sizing:border-box;
    visibility:hidden; 
	opacity:0; 
	transition:opacity 2.5s;
	
	background: hsl(39, 99%, 96%, 30%);
	border-radius: 0.8rem;
  	border: 2px solid #efefef;
	box-shadow: -0.15em 0 0 #42FFFF, 0.35em 0 0 #F44444;
}

.tooltip:hover .top {
    visibility:visible; opacity:1;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .top i::after {
	text-decoration:none;
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#FFFFFF;
    border:1px solid #33FFCC;
}

superlink {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: linear-gradient(gold, gold);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: 100% 0%;
   transition: background-size .7s, background-position .5s ease-in-out;
}

superlink:hover {
  background-size: 100% 100%;
  background-position: 0% 100%;
  transition: background-position .7s, background-size .5s ease-in-out;
}



.tooltipRuhrie {
  position: relative;
  z-index:99999;
}
.tooltipRuhrie:before,
.tooltipRuhrie:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltipRuhrie:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0,0,0,.75); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
    top: 20px;
    left: 20px;
  width: 0;
}
.tooltipRuhrie:before {
  background: rgba(0,0,0,.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
    top: 26px;
  white-space: nowrap;
}


.tooltipRuhrie.fade:after,
.tooltipRuhrie.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.tooltipRuhrie.fade:hover:after,
.tooltipRuhrie.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}


.tooltipRuhrie.expand:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}
.tooltipRuhrie.expand:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}
.tooltipRuhrie.expand:hover:before,
.tooltipRuhrie.expand:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.tooltipRuhrie.expand:hover:after {
  transition: all .2s .1s ease-in-out;
}


.tooltipRuhrie.swing:before,
.tooltipRuhrie.swing:after {
  transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
  transform-origin: 0 0;
  transition: transform .15s ease-in-out, opacity .2s;
}
.tooltipRuhrie.swing:after {
  transform: translate3d(0,60px,0);
  transition: transform .15s ease-in-out, opacity .2s;
}
.tooltipRuhrie.swing:hover:before,
.tooltipRuhrie.swing:hover:after {
  opacity: 1;
  transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
}

li {
  cursor: pointer; 
  display: inline-block; 
  padding: 0 0px;
}

#hideMe {
	display:none;
}