/******************************************
*
* common.css
*
* Common CSS definitions for CMS
*
* Copyright 2014 by  Gerhard Sinnhuber
*
* Author(s):  http://www.transform.at
*
******************************************/

/* Colordefinitions

be2299
a73344
rot: bf223a
menü-grau: 8b929c

schriftfarbe: 39383a
menu-aktiv: ca858f

text-rot: a53445
link blau: 7baed0

*/



html,body {
	background-color: #bf223a;
}



#subheadtext{
position: absolute;
font-size:30px;
line-height: 28px;
color: #fff;
top: 14px;
left: 80px;
}

.subheader{
height: 70px;
}


.stuck {
  position:fixed;
  top:0;
  background: #BF223A;
  margin: 0 auto;
z-index: 89;
color: #fff;
width: 100%;
}

.stuck #subheadtext{
color: #fff;
}


.footnote, .fussnote{
display: none;
font-size: 11px;
}



#accordion h2{
color: #a53445;
clear:both;
margin-bottom: 20px;
padding: 0 20px;
cursor: pointer;
font-size: 16px;
}
#accordion div{
padding: 0 20px;
margin-bottom: 40px;
}


.accordiontitle h1 {
	font-weight: 700; 
	font-size: 20px;
	text-decoration: none;
	color: #39383a; 
	padding: 0px;
	margin: 0 0 10px 20px;
}

 .audio h1, .video h1 {
	font-weight: 700; 
	font-size: 20px;
	text-decoration: none;
	color: #39383a; 
	padding: 0px;
	margin: 0 0 10px 0px;
}
