@font-face {
  font-family: 'OpenSans';
  src: url('https://srt.studienzweifler.com/frontend/www/css/fonts/Open_Sans/OpenSans-Regular.eot');
  src: url('https://srt.studienzweifler.com/frontend/www/css/fonts/Open_Sans/OpenSans-Regular.eot#iefix') format('embedded-opentype'), url('https://srt.studienzweifler.com/frontend/www/css/fonts/Open_Sans/OpenSans-Regular.woff') format('woff'), url('https://srt.studienzweifler.com/frontend/www/css/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'), url('https://srt.studienzweifler.com/frontend/www/css/fonts/Open_Sans/OpenSans-Regular.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: normal; 
}


body
{
	margin: 0;
	padding: 0;
	color: #555;
	font-family: "Open Sans",serif;
    font-size: 10pt;
	background: #EFEFEF;
}

.grey{
	background: grey;
}
.blue{
	background: blue;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	
}

#header
{
	margin: 0;
	padding: 0;
	
}

#content
{
    padding: 0px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	font-size: 0.8em;
	text-align: center;
	border-top: 25px solid #e2001a;
}

#logo
{	
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background: #6f6f6f;
    text-transform: uppercase;
    font-weight: 100;
    height: 1.9em;
}

#mainmenu ul
{
	padding:3px 20px 1px 20px;
	height: 2em;
    margin:0px;
}

#mainmenu ul li
{
	display: inline;
    
}


#mainmenu ul li a
{
	color:#fff;
	background-color:transparent;
	font-size:12px;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover
{
	color:#000;
	background-color:#fff;
	text-decoration:none;
}

#mainmenu ul li.active a
{
	color:#000;
	background-color:#cccccc;
	text-decoration:none;
}

#tanlogin-form{
	float: right;
	margin: 0;
    padding: 0;
    width: 280px;
    text-align: center;
}

#tanloggedin{
	float: right;
	margin: 0;
    padding-top: 0;
    width: 280px;
}

.labelinside
{
    width: 150px;       
    height: 25px;
}

input[type=submit] 
{
    height: 30px;
    margin-left: 5px;
    margin-top: -9px;
    color: #ffffff;
    background: #000000;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    border: none;
}

#fe_language{
	width: 100%;
    height: 1.9em;
    background-color:#CCCCCC;
	float: right;
	margin: 0 0;
   
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    line-height: 1em;
}

#fe_language select
{
    padding: -5px;
}
    
#EU_LLP_desc 
{
    text-transform: uppercase;
    text-align: center;
    margin-top:10px;
    font-size: 0.8em;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
    display:none;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #28287F;
	border-left: 5px solid #000;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#999999;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	color: #fff;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #fff;
}

.operations li a:hover
{
	color: #000;
	background: #FACD10;
}

#tan_login
{
}


.information_short
{
    background-color: #FCAF4F;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px #dddddd;
}

.information_short:hover {
    box-shadow: 0px 0px 3px #aaaaaa;
}


.information_readmore{
	float: right;
	padding-top: 20px;
    margin-top: 20px;
    margin-left: 5px;
    color: #ffffff;
    background: #000000;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    border: none;    
}

.information_readmore a {
    color: #ffffff;
    text-decoration: none;
}

.information_readmore a:hover {
    color: #FCAF4F;
    text-decoration: none;
}

.information_message {
    border-left:40px solid #FCAF4F;
    padding-left: 20px;
    margin-top:20px;
}

img, embed, object, video {
	max-width: 100%;
	height: auto;
}

#FE_ubertests{
	width: 640px;
	float: left;
	margin-right: 20px;
}

#tan_area {
    padding: 20px 0 0 0;
	width: 280px;
	float: left;
	    
}

#FE_information_blog{
    padding: 20px 0;
	width: 280px;
	float: left;
	
}

#FE_index_left_wrapper{
	width: 660px;
	padding: 0;
	float: left;
}


/* prevdrop srt */

.headerrow {
	background: #f0f0f0;
	min-height: 60px;
	padding: 5px;
	font-weight: 200;
	font-size: 2em;
}

.imagerow {
	margin:0;
	padding:0;
    width: 100%;
    height: 500px;
    background: url('https://srt.studienzweifler.com/frontend/www/images/hand_orange.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.title-in-image {
	background: rgba(255,255,255,.7);
	padding: 5px;
	margin-top: 120px;
}

.tii-header {
	padding: 20px;
	font-weight: 200;
	font-size: 2.4em;
}
.tii-text {
	padding: 0 20px 20px 20px;
	font-weight: 200;
	font-size: 1.2em;
}

.modul-header {
	font-weight: 200;
	font-size: 2.4em;
}

.img-study { 
	background-image: url('https://srt.studienzweifler.com/frontend/www/images/menu_study.png');
}
.img-uni { 
	background-image: url('https://srt.studienzweifler.com/frontend/www/images/menu_uni.png');
}
.img-worry { 
	background-image: url('https://srt.studienzweifler.com/frontend/www/images/menu_worry.png');
}

.img-round {
	width: 200px;
	height: 200px;
	background-size: cover;
	display: inline-block;
	border-top-left-radius: 100px;
	-webkit-border-top-left-radius: 100px;
	-moz-border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-bottom-right-radius: 100px;
}

.ref-header {
	font-weight: 200;
	font-size: 1.6em;
	padding-bottom:8px;
}

.ref-text {
	font-weight: 200;
	font-size: 1.2em;
}