/* **********************
	General styles
*********************** */

html {
	touch-action: pan-y;
	-ms-content-zooming: none;
	-ms-overflow-style: none;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

body {
	margin: 0;
	padding: 0;
	background-color: #c3c3c3;
}

body, html {
	height: 100%
}

h1, h2, h3, h4 {
	margin-top: 0;
	font-weight: normal;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 25px;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/* **********************
	Fonts
*********************** */

@font-face {
	font-family: "FrutigerLight";
	src: url("../fonts/FrutigerLight/frutigerlight.eot");
	src: url("../fonts/FrutigerLight/frutigerlight.eot#iefix") format("embedded-opentype"),
	url("../fonts/FrutigerLight/frutigerlight.woff") format("woff"),
	url("../fonts/FrutigerLight/frutigerlight.ttf") format("truetype"),
	url("../fonts/FrutigerLight/frutigerlight.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerBold";
	src: url("../fonts/FrutigerBold/frutigerbold.eot");
	src: url("../fonts/FrutigerBold/frutigerbold.eot#iefix") format("embedded-opentype"),
	url("../fonts/FrutigerBold/frutigerbold.woff") format("woff"),
	url("../fonts/FrutigerBold/frutigerbold.ttf") format("truetype"),
	url("../fonts/FrutigerBold/frutigerbold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* **********************
	Frames
*********************** */

.frame-out,
.frame-in,
.frame-in-top,
.frame-in-middle,
.frame-in-bottom {
	padding: 0;
	margin: 0;
}
.frame-out {
}
.frame-in {
	position: absolute;
	width: 1080px;
	z-index: 100;
}
#background {
	z-index: -1000;
	position: absolute;
	width: 1080px;
}

.frame-out {
	width: 1080px;
	margin: 0 auto;
}

/* **********************
	Balloon
*********************** */

#balloon * {
	padding: 0;
	margin: 0;
}
#balloon {
	width: 80%;
	margin: 75px 10.0%;
}
.balloon_background {
	background-color: #7a0027;
}
#balloon .balloon_head {
	padding: 45px 45px 40px;
}
#balloon .balloon_head h1 {
	font-family: "FrutigerLight";
	font-size: 35pt;
	color: #fff;
}
#balloon .balloon_content {
	padding: 0 45px;
	display: none;
	font-family: "FrutigerLight";
	font-size: 20pt;
	line-height: 26pt;
	color: #fff;
}
#balloon .balloon_content h2 {
	padding: 0 0 15px 0;
	font-family: "FrutigerBold";
	font-size: 25pt;
	line-height: 30pt;
	color: #fff;
}
.balloon_footer {
}
#corner {
	background: url(../img/balloon_corner.png) -115px no-repeat;
	height: 115px;
	width: 115px;
	position: relative;
}

#klickinfo {
	font-family: "FrutigerLight";
	padding: 0 25px 25px;
	text-align: right;
	opacity: 1.0;
	color: #fff;
}

#balloon_ba {
	display: none;
	width: 774px;
	padding: 0 153px;
	position: fixed;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75);
}

/* **********************
	Buttons
*********************** */

#balloon .buttons {
	padding: 50px 0 40px;
}
#balloon_ba .buttons {
	padding: 20px 0;
}
#balloon button,
#balloon_ba button {
	outline: 0 none;
	border: none;
	background: none;
	overflow: hidden;
	text-indent: 1000px;
}
#balloon button.button_exit,
#balloon_ba button.button_exit {
	width: 200px;
	height: 50px;
}
#balloon button.button_more,
#balloon_ba button.button_more {
float: right;
	width: 190px;
	height: 50px;
}
#balloon button.button_exit { background: url(../img/headmenu_back.png) no-repeat; }
#balloon button.button_more { background: url(../img/headmenu_more.png) no-repeat; }

#balloon_ba button.button_exit { background: url(../img/headmenu_back.png) no-repeat; }
#balloon_ba button.button_more { background: url(../img/headmenu_more.png) no-repeat; }


/* **********************
	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: 500px;
}

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

#tag_extraterrestrik   { top: 520px; left: 150px; background-image: url(../img/tag_d.png); }
#tag_uni 		 	   { top: 320px; left: 440px; background-image: url(../img/tag_a.png); }
#tag_bemraumfahrt 	   { top: 330px; left: 880px; background-image: url(../img/tag_b.png); }
#tag_schulaktivitaeten { top: 770px; left: 310px; background-image: url(../img/tag_d.png); }
#tag_robotik 	   	   { top: 740px; left: 680px; background-image: url(../img/tag_a.png); }
#tag_startups 	   	   { top: 760px; left: 960px; background-image: url(../img/tag_b.png); }

/* **********************
	Video
*********************** */

#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 {
	width: 1080px;
	height: 100%;
	z-index: 200;
	position: absolute;
	display: none;
}
#video_player {
	background-color: #333;
}
#video {
	/* background-color: #a0ba56; */
	height: 100%;
	margin: 0;
	padding: 0;
}
#video_headline {
	padding: 20px 40px;
	font-family: 'FrutigerLight';
	font-size: 35px;
	color: #fff;
	background-color: #333;
}
#video_buttons_a,
#video_buttons_b {
	text-align: center;
	padding: 20px 0;
	background-color: #333;
}
#video_buttons_b {
	position: fixed;
	width: 1080px;
	bottom: 0;
}
.video_buttons button {
	outline: 0 none;
	width: 80px; 
	height: 80px;
	border: none;
	background: none;
	overflow: hidden;
	text-indent: 1000px;
	margin: 0 15px;
}

#video_buttons_a button.button_exit,
#video_buttons_b button.button_exit {
	width: 200px;
	height: 50px;
	margin-right: 190px;
}
#video_buttons_a button.button_alltaeglich,
#video_buttons_b button.button_alltaeglich {
	width: 290px;
	height: 50px;
	margin-right: 30px !important;
}
#video_buttons_a button.button_insider,
#video_buttons_b button.button_insider {
	width: 180px;
	height: 50px;
	margin-right: 75px;
}
.video_buttons button.button_exit 		 { background: url(../img/headmenu_back.png) no-repeat; }
.video_buttons button.button_alltaeglich { background: url(../img/headmenu_daily.png) no-repeat; }
.video_buttons button.button_insider     { background: url(../img/headmenu_insider.png) no-repeat; }


#sprache_home_oben {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 50px;
	margin: 20px 0 0 980px;
	background: url(../img/headmenu_flag_de.png) no-repeat;
	position: absolute;
	top: 0;
	z-index: 1000;
}

#sprache_home_unten {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 50px;
	margin: 0 0 20px 980px;
	background: url(../img/headmenu_flag_de.png) no-repeat;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}



