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

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;
}
.tag:hover {
	color: #7a0027;
	text-decoration: underline;
}
#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;
}

#modal_tag6 {
	width: 920px;
}

#altContent{
	width: 200px;
	height: 920px;
	display: table;
}

/* **********************
	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{
	width: 1080px;
	height: 1920px;
	padding: 0px;
	background: url('../content/schulaktivitaeten/bg.png') 68px 165px no-repeat #efefef;
}



section#alltaeglich_2 {
	padding: 60px 0 150px;
	background-color: #fff;
}


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: 750px;
}
.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: 550px;
}
.slides2 {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 50px; 
	width: 750px; 
	height: 620px; 
	overflow: hidden;
}

.slider3 {
	clear: left;
	position: relative; 
	margin-top: 50px;
	margin-bottom: 50px;
	top: 0px; 
	left: 0px; 
	width: 750px; 
	height: 700px;
}
.slides3 {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 50px; 
	width: 750px; 
	height: 700px; 
	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;
}



/* 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: 1000px;
	white-space: pre;
	border: none;
	background: no-repeat;
	position: absolute;
	width: 60px;
	height:  90px;
	overflow: hidden;
}

/* Klasse 4 - Beschützer der Erde */
#tag1 	{ top: 278px; left: 200px; background-image: url(../content/schulaktivitaeten/tag_klasse4.png);
	width: 230px;
	height: 90px;
}

/* Klasse 6 */
#tag2 	{ top: 1056px; left: 516px; background-image: url(../content/schulaktivitaeten/tag_klasse6.png);
	width: 215px;
	height: 90px;
}

/* Klasse 9 */
#tag3 	{ top: 858px; left: 679px; background-image: url(../content/schulaktivitaeten/tag_klasse9.png);
	width: 210px;
	height: 90px;
}

/* Jugend Forscht */
#tag4 	{ top: 402px; left: 320px; background-image: url(../content/schulaktivitaeten/tag_jf.png);
	width: 340px;
	height: 440px;
}

/* Junge mit CANSAT */
#tag5 	{ top: 200px; left: 660px; background-image: url(../content/schulaktivitaeten/tag_cansat.png);
	width: 257px;
	height: 351px;
}

/* Junge am Computer - DLR Next */
#tag6 	{ top: 900px; left: 190px; background-image: url(../content/schulaktivitaeten/tag_next.png);
	width: 220px;
	height: 232px;
}
