/* **********************
	Content
*********************** */

body {
	background-color: #eee;
}

section#titlebox h1 {
/*	padding: 0;
	margin: 0;
	width: 700px;
	padding: 15px 20px 5px;
	font-size: 30px;
	line-height: 35px;
*/
}

.hinweis {
	margin: 40px 200px;
	padding: 10px !important;
	background: #f4edc5;
	font-weight: bold;
	color: #d40808;
	font-size: 24px;
}

/* **********************
	Modal
*********************** */

#overlay {
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	position: fixed;
	display: none;
}
#modal * {
	padding: 0;
	margin: 0;
}
#modal {
	top: 0;
	width: 1080px;
	height: 100%;
	z-index: 200;
	position: absolute;
	display: none;
}
#modal .buttons {
	padding: 40px 0 0;
}
#modal .buttons_ba {
	margin-left: 500px;
	position: fixed;
	bottom: 40px !important;
}
.button_exit { background: url(../img/nav_sprite.png) -640px 0 no-repeat; }

#modal .hide {
	display: none;
}

/* **********************
	Modal Tags
*********************** */

.tag {
	cursor: pointer;
}

#modal_tag0,
#modal_tag1,
#modal_tag2,
#modal_tag3,
#modal_tag4,
#modal_tag5,
#modal_tag6,
#modal_tag7 {
	width: 750px;
	min-height: 500px;
	max-height:70%;
	margin: 40px auto 40px auto;
	padding: 25px 25px 40px;
	background-color: #fff;
	overflow: auto;
}

/* **********************
	Content-Universität
*********************** */

/* Modal */

#modal h1 {
	margin: 0 0 25px;
}
#modal h2 {
	margin: 0 0 15px;
	line-height: 1.4em;
}
#modal h3 {
	margin: 0 0 15px;
}
#modal p {
	margin: 0 0 15px;
}
#modal ul {
	margin: 0 0 25px 0;
	list-style-position: inside;
}
#modal li {
	m/argin: 0 0 10px;
}


/* Seite */

section#alltaeglich_1 {
	padding: 150px 0 150px;
}

section#alltaeglich_2 {
	padding: 60px 0 150px;
}

.rocket_bg_bottom {
	width: 1080px;
	height: auto;
	padding: 0px;
	position: absolute;
	bottom:0;
}


section#alltaeglich_1 {
	width: 1080px;
	height: 1920px;
	padding: 0px;
	background: url('../content/startups/bg_startups_bg_top.png') no-repeat transparent;
	position: absolute;
	top:0;
}

h1 {
	margin-top: 0;
	line-height: 1.2em;
}

p {
	
}

.bold {
	font-family: FrutigerBold;
}

.textbox {
	margin: 16px 0;
	padding: 16px;
	color: white;
	background-color: #7a0027;
}

ul {
	
}

li {
	padding-bottom: 10px;
}

.textspalten {

}

.spalte1 {
	width: 48%;
	float: left;
}

.spalte2 {
	width: 48%;
	float: right;
}

/* Slider 1 */


.slider1 {
	clear: left;
	position: relative; 
	margin-top: 50px;
	margin-bottom: 50px;
	top: 0px; 
	left: 0px; 
	width: 750px; 
	height: 900px;
}
.slides1 {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 50px; 
	width: 750px; 
	height: 800px; 
	overflow: hidden;
}
.slider1bullets {
	position: relative;
	top: 10px;
}

.slider2 {
	clear: left;
	position: relative; 
	margin-top: 50px;
	margin-bottom: 50px;
	top: 0px; 
	left: 0px; 
	width: 750px; 
	height: 700px;
}
.slides2 {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 50px; 
	width: 750px; 
	height: 620px; 
	overflow: hidden;
}
.slider2bullets {
	position: relative;
	top: 10px;
}

.bauchbinde {
	padding: 25px 100px 0px 200px;
}

/* Videplayer 1 */

#video_player1 {
	margin: 40px 0px;
}
#video_player2 {
	margin: 40px 0px;
}



#tag1, #tag2, #tag3,#tag4,#tag0{
	clear: both;
	font-size: 30px;
	color: black;
}

.more {
	width: 80px;
	height:80px;
	float: left;
	background: url(../img/nav_sprite_schwarz.png) -80px 0;
	display: inline-block;
	margin: 0;
	padding-bottom: 20px;
}
.tag p {
	display: inline-block;
	padding: 0 0 0 20px;
}


.img_float_left{
	float: left;
	margin-right:20px !important;
}

/* TAGS */
.tags button {
	animation: animationFrames linear 5s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 5s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 5s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
	0% {   transform: scaleX(1.00) scaleY(1.00) ;  }
	5% {   transform: scaleX(1.10) scaleY(1.10) ;  }
	10% {  transform: scaleX(1.00) scaleY(1.00) ;  }
	15% {  transform: scaleX(1.20) scaleY(1.20) ;  }
	20% {  transform: scaleX(1.00) scaleY(1.00) ;  }
	25% {  transform: scaleX(1.10) scaleY(1.10) ;  }
	31% {  transform: scaleX(1.00) scaleY(1.00) ;  }
	35% {  transform: scaleX(1.00) scaleY(1.00) ;  }
	40% {  transform: scaleX(1.00) scaleY(1.00) ;  }
	46% {  transform: scaleX(1.00) scaleY(1.00) ;  }
	50% {  transform: scaleX(1.00) scaleY(1.00) ;  }
	100% { transform: scaleX(1.00) scaleY(1.00) ;  }
}

@-moz-keyframes animationFrames {
	0% {   -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	5% {   -moz-transform: scaleX(1.10) scaleY(1.10) ;  }
	10% {  -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	15% {  -moz-transform: scaleX(1.20) scaleY(1.20) ;  }
	20% {  -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	25% {  -moz-transform: scaleX(1.10) scaleY(1.10) ;  }
	31% {  -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	35% {  -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	40% {  -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	46% {  -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	50% {  -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
	100% { -moz-transform: scaleX(1.00) scaleY(1.00) ;  }
}

@-webkit-keyframes animationFrames {
	0% {   -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	5% {   -webkit-transform: scaleX(1.10) scaleY(1.10) ;  }
	10% {  -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	15% {  -webkit-transform: scaleX(1.20) scaleY(1.20) ;  }
	20% {  -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	25% {  -webkit-transform: scaleX(1.10) scaleY(1.10) ;  }
	31% {  -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	35% {  -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	40% {  -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	46% {  -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	50% {  -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
	100% { -webkit-transform: scaleX(1.00) scaleY(1.00) ;  }
}

@-ms-keyframes animationFrames {
	0% {   -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	5% {   -ms-transform: scaleX(1.10) scaleY(1.10) ;  }
	10% {  -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	15% {  -ms-transform: scaleX(1.20) scaleY(1.20) ;  }
	20% {  -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	25% {  -ms-transform: scaleX(1.10) scaleY(1.10) ;  }
	31% {  -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	35% {  -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	40% {  -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	46% {  -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	50% {  -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
	100% { -ms-transform: scaleX(1.00) scaleY(1.00) ;  }
}

.tags {
	position: absolute;
	top: 90px;
}

.tags button {
	outline: 0 none;
	text-indent: 100px;
	white-space: pre;
	border: none;
	background: no-repeat;
	position: absolute;
	width: 60px;
	height:  90px;
	overflow: hidden;
}

#tag1 	{ 
	width: 1080px;
	height: 1920px;
	padding: 0px;
	background: url('../content/startups/bg_startups_rocket.png') no-repeat transparent;
	
	position: absolute;
	top:0;
}
#tag2 	{ top: 470px; left: 640px; background-image: url(../img/tag_d.png); }








