﻿/* ----------------- * 
 * Verwendete Farben
 * #38506d - blau dunkel
 * #21b6c2 - tÃ¼rkis
 * #444 - grau text
 + #7E7E7E - grau navi Footer
 * #bbbbbc - hellgrau text
 * ------------------*/

/* Source Sans Pro */
@font-face  {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('SourceSansPro-Light'), local('SourceSansPro Light'), url("SourceSansPro-Light.ttf") format('truetype');
}

@font-face  {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local('SourceSansPro-Regular'), local('SourceSansPro Regular'), url("SourceSansPro-Regular.ttf") format('truetype');
}

body {
	background-color: white; 
	color: #444; 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
    font-size: 1em; /* 16px */ 	  
	line-height: 1.5em; /* 24px */
}
a {
	text-decoration:none; 
	color: #c6431b; /* rot */
	font-weight: 400;
	transition: all .4s ease-in-out;
	border-bottom: dotted 1px;
}	
a:hover, a:active {
	color: #bbbbbc; /* hellgrau */
	transition: all .4s ease-in-out;
}	
h1 {
	margin-top: 1em;
	font-weight:300;
	font-size: 1.75em; /* 28px */ 	
	line-height: 1em; /* 28px */
	border-bottom: 1px solid #444; 
	border-top: 1px solid #444; 
	padding-bottom: 10px;
	padding-top: 8px;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align:center;
}
.col1 {
	background: #eff0f3;
}
.col2 {
	background: #f3f4f5;
}
.col3 {
	background: #e7e8eb;
}
.red {
	color: #c6431b; /* rot */
}

/* Newswrapper */
.newswrapper, .flashwrapper {
	border: solid 1px #868789;
}
.newswrapper h1, .flashwrapper h1 {
	border: none;
	font-size: 1.25em;
	margin: 0;
	padding: .5em;
	color: #444;
	text-transform:none;
}
.newswrapper p {
	color: #444;
	padding: 0 .6em .6em;
	font-weight: 300;
	text-align: center;
}
.newswrapper a, .flashwrapper a {
	color: #444;
}
.flashwrapper .image-bg:hover, .newswrapper .image-bg:hover {
	opacity: .75;
}
.flashwrapper:hover h1, .newswrapper:hover h1 {
	background: #444;
	color: white;
 	-moz-transition: all 0.6s ease-in-out;
  	-webkit-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}
.newswrapper a {
	color: #c6431b; /* rot */
	font-weight: 400;
 	-moz-transition: all 0.4s ease-in-out;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
	border-bottom: dotted 1px;
}
.newswrapper a:hover, .newswrapper a:active {
	color: #bbbbbc; /* hellgrau */
 	-moz-transition: all 0.4s ease-in-out;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
/* Inhalt */
.content h2 {
	font-weight: 300;
	font-size: 1.2em;
	font-weight: 400;
}
.link a {
	padding: .5em 1em .5em 1.8em;
	color: #fff;
	background: url(../pics/pfeil.png) left center no-repeat #38506d;
 	-moz-transition: all .4s ease-in-out;
  	-webkit-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
	border-bottom: none;
}
.link a:hover, p a:active {
	background: url(../pics/pfeil2.png) left center no-repeat #38506d;
 	-moz-transition: all .4s ease-in-out;
  	-webkit-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
	color: #21b6c2; /* tÃ¼rkis */ 
}
.lineup {
	border-bottom: solid 1px #444;
	width: 5em;
	margin: 1em 0 .5em;
	color: #7E7E7E;
}
.linedown {
	border-bottom: solid 1px #444;
	width: 5em;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #7E7E7E;
}
.abstand {
	margin-top: .5em;
}
.abstanddown {
	padding-bottom: 1em;
}
.accent {
	font-weight:400;
	color: #2a2a2a;
}
.gross {
	text-transform: uppercase;
}
.abstandrechts {
	padding-right: .5em;
}
.content ul {
	list-style-image:url(../pics/kreis_blue.png);
	list-style-position:outside;
	margin: 1em 0 2em 1.5em;
}
.content li {
	padding-bottom: .25em;
}
/* NEWS-Bild 1 */
.image-news1 {
	background-image: url("../img/TUWien_teaser_02.jpg");
 	-moz-transition: all 0.6s ease-in-out;
  	-webkit-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}

/* NEWS-Bild 2 */
.image-news2 {
	background-image: url("../img/news_newsletter.jpg");
 	-moz-transition: all 0.6s ease-in-out;
  	-webkit-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
  	height:300px;
}


.img-txt {
	font-size: .8em;
	color: #21b6c2;
	padding-bottom: 1em;
}

.picture img {
	width: 100%;
	margin-top: 1em;
}
.picture {
	font-size: .8em;
	margin-bottom: 1em;
	line-height: 1.25em;
}
/* Footer */
.footer {
	background: #868789; /* mittelgrau */
	/*font-size: .875em;  12px */
	padding: .5em 1em 1em;
}
.footer p {
	color: white;
}
.footer a {
	color: #d6d6d7;
	text-transform: uppercase;
	padding-right: 1em;
	border-bottom: none;
}	
.footer a:hover, .footer a:active {
	color: white;
}
.footer ul a {
	text-transform:none;
}
.footer ul {
	color: #d6d6d7;
	list-style:none;
	list-style-position:inside;
	margin: 1em 0;
}