html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #333;
	
}


.kopf {
	width: 100%;
	height: 9.5%;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.kopf .logo {
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -23px;
}


.txt_01 {
	position: absolute;
	top: 50%;
	left: 10%;
	font-size: 13px;
	margin-top: -11px;
}


.kopflinie {
	width: 100%;
	height: 0.5%;
	background: #000;
}

.davinci {
	width: 100%;
	height: 90%;
	position: relative;
	overflow: hidden;
}


.davinci_innen {
	width: 100%;
	height: 100%;
	background: url(pics/bg_seite_02.jpg) no-repeat;
	background-size: cover;
	-moz-animation: anim1 80s infinite;
	-webkit-animation: anim1 80s infinite;
	
}

@-moz-keyframes anim1 {
	0% {transform: scale(1); }
	50% {transform: scale(1.5); }
	100% {transform: scale(1); }
}

@-webkit-keyframes anim1 {
	0% {-webkit-transform: scale(1); }
	50% {-webkit-transform: scale(1.5); }
	100% {-webkit-transform: scale(1); }
}





.txt_02 {
	width: 500px;
	position: absolute;
	left: 10%;
	bottom: 15%;
	font-size: 13px;
	color: #333;
	line-height: 120%;
}

.txt_03 {
	width: 440px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: url(pics/bg_50.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -220px;
	margin-top: -22px;
	font-weight: 300;
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
}

