/*---------------CSS-PHONES-STYLE--------------------*/
/**/
/*----------colors----------*/
/*- purple  	:  #291127 / (041,017,039) -*/
/*- white   	:  #FFFAF5 / (255,250,245) -*/
/*- red     	:  #C80A0A / (200,010,010) -*/
/*- blue    	:  #5B9BD5 / (091,155,213) -*/
/*- black   	:  #000000 / (000,000,000) -*/
/*- light grey	:  #E1DCD7 / (225,220,215) -*/
/*- middle grey	:  #757575 / (117,117,117) -*/
/*- unused		:  #______ / (___,___,___) -*/
/*- unused		:  #______ / (___,___,___) -*/
/*- unused		:  #______ / (___,___,___) -*/
/**/
/*----------general----------*/
@font-face {
	font-family: Verdana;
	src: url(/structure/verdana.ttf), format('ttf');
    font-style: normal; 
	font-weight: normal;
	font-display: block;
}
@font-face {
	font-family: Verdana;
	src: url(/structure/verdanai.ttf), format('ttf');
    font-style: italic; 
	font-weight: normal;
	font-display: block;
}
@font-face {
	font-family: Verdana;
	src: url(/structure/verdanab.ttf), format('ttf');
    font-style: normal; 
	font-weight: bold;
	font-display: block;
}
@font-face {
	font-family: Verdana;
	src: url(/structure/verdanaz.ttf), format('ttf');
    font-style: italic; 
	font-weight: bold;
	font-display: block;
}
body {
	margin: 4px;
	padding: 10px;
    background-color: #291127;
    font-family: Verdana;
	font-size: 2.5em;
	line-height: 1.2;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
/*-----images-----*/
img.center {
	display: block;
	margin: auto;
	width: 70%;
	height: auto;
}
img.float_r {
	display: block;
	margin: auto;
	float: right;
	width: 25%;
	height: auto;
}
img.wUb{
    width: auto;
    height: 0.8em;
}
img.wUb_big{
    width: auto;
    height: 1.2em;
}
/*-----divisions-----*/
div{
	display: block;
	margin: 0;
	padding: 0;
    border: none;
}
div.bottom{
	display: block;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 100;
    width: 100%;
    height: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #E1DCD7;
	border-color: #291127;
	border-style : solid;
	border-width: 4px;
}
div.content{
	display: block;
    position: static;
	min-width: 500px;
	width: 95%;
	max-width: 1200px;
    height: auto;
	margin: auto;
    padding: 10px;
    background-color: #FFFAF5;
	text-align: justify;
}
div.img{
	display: block;
    position: static;
    width: 100%;
    height: auto;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #FFFAF5;
    text-align: center;
}
div.sp {
	display: block;
	position: static;
    width: 100%;
    height: auto;
	box-sizing: border-box;
	margin: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
	background-color: #FFFAF5;
}
div.top {
	display: inline-block;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
    width: 100%;
    height: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #E1DCD7;
	border-color: #291127;
	border-style : solid;
	border-width: 4px;
}
div.topl {
	float: left;
    padding-left: 20px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
div.topr {
	float: right;
    padding-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
}
div.txt{
	display: block;
    position: static;
    width: 100%;
    height: auto;
	box-sizing: border-box;
    margin: 0;
    padding: 20px;
    background-color: #FFFAF5;
    text-align: justify;
}
/*-----texts-----*/
/*-----headings-----*/
h1.impressum{
	position: static;
    margin: 0;
    padding: 30px;
    text-align: center;
	font-weight: normal;
	font-variant: small-caps;
    font-size: 1.2em;
	line-height: 1;
    color: #291127;
}
h2.impressum{
	position: static;
    margin: 0;
    padding-top: 40px;
    text-align: left;
    font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
    font-size: 0.9em;
	line-height: 1.2;
    color: #291127;
}
/*-----lists-----*/
ul {
	margin: 0;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 1.0em;
	line-height: 1.2;
	list-style-position: outside;
	list-style-type: square;
}
ul li {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.ref {
	margin: 0;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: justify;
    font-style: normal;
    font-size: 0.9em;
	line-height: 1.2;
	list-style-position: outside;
	list-style-type: disc;
    color: #757575;
}
ul.ref li {
	margin: 0;
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
}
/*-----paragraphs-----*/
p{
	position: static;
    margin: 0;
    padding: 0;
    text-align: justify;
    font-size: 1.0em;
	line-height: 1.2;
    color: #291127;
}
p.footnote{
	position: static;
	margin: 0;
    padding: 20px;
    text-align: justify;
    font-size: 0.7em;
	line-height: 1.1;
    color: #291127;
}
p.impressum{
	position: static;
    margin: 0;
    padding: 0;
    text-align: justify;
    font-size: 0.8em;
	line-height: 1.2;
    color: #291127;
}
/*-----<span>-----*/
span.small{
	position: relative;
	vertical-align: baseline;
	font-style: normal;
	font-size: 0.8em;
	line-height: 0;
}
span.sup{
	position: relative;
	vertical-align: baseline;
	top: -0.8em;
	font-style: normal;
	font-size: 0.6em;
	line-height: 0;
}
span.supref{
	position: relative;
	vertical-align: baseline;
	top: -0.9em;
	font-style: normal;
	font-size: 0.6em;
	line-height: 0;
}
span.tampon{
	display: inline-block;
    padding-left: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.2;
}
/*-----links-----*/
a.client{
    font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
    color: #291127;
}
a.lang{
	display: block;
	margin-top: 10%;
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.8em;
	line-height: 1;
    color: #291127;
}
a.mail{
	position: relative;
	vertical-align: baseline;
    font-style: italic;
	font-weight: bold;
	font-size: 0.95em;
	line-height: 0;
    color: #291127;
}
a.ref{
	font-weight: bold;
	text-transform: uppercase;
    color: #757575;
}
a.top{
	display: block;
	margin-top: -2.5%;
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
	font-variant: small-caps;
    color: #291127;
}
a:link{
    text-decoration: none;
}
/**/