body {
	background-image: url('/img/01-code-bg.gif');
	font-family: 'Jura', sans-serif;
	color: rgb(255, 255, 255);
}

.slogan {
	margin: 0em;
}

.txt-rotate {
	font-family: 'Jura', sans-serif;
}

.txt-rotate-huge {
	font-size: 10vw;
}

.txt-rotate-small {
	font-size: 3vh;
	margin-left: 10px;
	float: left;
	font-weight: 900;
}


.txt-rotate>.wrap {
	border-right: 0.08em solid #666;
}


.sincetxt {
	font-family: 'Jura', sans-serif;
	font-size: 1em;
	height: 2vh;
	color: rgb(255, 156, 206);
	text-align: center;
	font-weight: 700;
	display: none;
}


.logocontainer {
    top: 4px;
    left: 10px;
    position: absolute;
    display: flex;
    
}


.logosloganheight {
	height: 3vh;
	font-size: 3vh;
	vertical-align: super;
}


.slogancontainer {
margin: 0em; 
float: left;
margin-left: 10px;
}


.teaser {
	border: 3px;
    border-style: dotted;
}

legend {
	font-weight: bold;
    font-size: 3vh;
    text-align: right;
}

::-moz-selection {
	background: rgb(255, 156, 206)
}

::selection {
	background: rgb(255, 156, 206)
}