/* **********************
	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
*********************** */

#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: 50px 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;
	background-color: #f0dee3;
}

section#alltaeglich_2 {
	width: 1080px;
	height: 1920px;
	padding: 0px;
	background: url('../content/uni/uni.png') no-repeat #efefef;
	}


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;
}




/* TAGS */

.tag {
	cursor: pointer;
	color: #7a0027;
	font-family: FrutigerBold;
}
.tag:hover {
	/*color: #7a0027;*/
	 /*text-decoration: underline; */
}

.tags button.icon {
	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) ;  }
}

button .tags {

}

.tags {
	position: absolute;
}

.tags button {
	outline: 0 none;
	border: none;
	position: absolute;	
	text-align: left;
	text-indent: 0;
	overflow: visible !important;
}

#tag1 	{ 
	top: 441px; 
	left: 791px;
	width: 150px;
	height: 80px;
}
#tag1i 	{ 
	top: 521px; 
	left: 799px;
	width: 160px;
	height: 60px;
	background: url('../content/uni/tag_tu9.png') left top no-repeat;
}

#tag2 	{ 
	top: 510px; 
	left: 526px;
	width: 200px;
	height: 80px;
}
#tag2i 	{ 
	top: 590px; 
	left: 498px;
	width: 175px;
	height: 70px;
	background: url('../content/uni/tag_hgf.png') left top no-repeat;
}

#tag3 	{ 
	top: 720px; 
	left: 207px;
	width: 120px;
	height: 120px;
	text-align: right;
}
#tag3i 	{ 
	top: 760px; 
	left: 337px;
	width: 125px;
	height: 70px;
	background: url('../content/uni/tag_dualesstudium.png') left top no-repeat;
}

#tag4	{ 
	top: 1045px; 
	left: 99px;
	width: 200px;
	height: 80px;
}
#tag4i	{ 
	top: 986px; 
	left: 102px;
	width: 120px;
	height: 70px;
	background: url('../content/uni/tag_abschlussarbeit.png') left top no-repeat;
}

#tag5 	{ 
	top: 1424px; 
	left: 645px;
	width: 310px;
	height: 80px;
}
#tag5i 	{ 
	top: 1504px; 
	left: 595px;
	width: 95px;
	height: 60px;
	background: url('../content/uni/tag_graduate.png') left top no-repeat;
}

#tag6 	{ 
	top: 1105px; 
	left: 515px;
	width: 220px;
	height: 80px;
}
#tag6i 	{ 
	top: 1115px; 
	left: 422px;
	width: 80px;
	height: 150px;
	background: url('../content/uni/tag_stern.png') left top no-repeat;
}

#tag7 	{ 
	top: 805px; 
	left: 493px;
	width: 210px;
	height: 150px;
	text-align: right;
}
#tag7i 	{ 
	top: 740px; 
	left: 700px;
	width: 95px;
	height: 160px;
	background: url('../content/uni/tag_bexus.png') left top no-repeat;
}

















