@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;

}
a:link {
	text-decoration: none;
	color: #eabbcb;
}
a:visited {
	text-decoration: none;
	color: #eabbcb;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #eabbcb;
}

body {
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: auto;
	background-image: url(../img/Claudia2_.gif);
}
/*fonts*/
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

.hinten{
	background-color: #000;
	margin: 0;
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 2;
}
.text{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #fff;
	margin: 0 auto;
	width: 50%;
	height: auto;
	padding: 4em 0;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	}
.text ul{
    padding: 0 1.3em;
	}
h1{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.1em;
	padding-bottom: 3em;
	}
h4{
    text-decoration: underline;
	font-weight: 100;
	padding: 3em 0 0.5em 0;
	text-transform: uppercase;
	
	}

#impr{
	padding: 10px 0;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	position: fixed;
	color: #eabbcb;
	text-align: center;
	font-size: 0.725em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	z-index: 10;
	height: 20px;
}
.impr li{
	display: inline-block;
	padding:0 2em;
	
}
hr{
    border: solid 0.3px;
	}


